z/OS situation update.
[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 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
32         Log: Subject: [PATCH B::Deparse] "foo bar"->()
33              From: Robin Houston <robin@kitsite.com>
34              Date: Wed, 17 Apr 2002 15:45:32 +0100
35              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
36      Branch: perl
37            ! ext/B/B/Deparse.pm
38 ____________________________________________________________________________
39 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
40         Log: metaconfig unit change for #15972.
41      Branch: metaconfig/U/perl
42            ! Extensions.U
43 ____________________________________________________________________________
44 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
45         Log: As suggested by Arthur: the threads and threads::shared
46              modules are always present.  This tries to preempt two
47              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
48              to have this new fancy threads implementation but my Perl
49              doesn't seem to have it" (2) someone attempting to install
50              threads using CPAN.pm and CPAN.pm helpfully starting to
51              install perl 5.8.0 (which they might already have installed).
52      Branch: perl
53            ! Configure ext/threads/Makefile.PL
54            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
55            ! ext/threads/shared/shared.xs ext/threads/threads.pm
56            ! ext/threads/threads.xs
57 ____________________________________________________________________________
58 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
59         Log: More signedness nits.
60      Branch: perl
61            ! ext/Encode/Encode.xs
62 ____________________________________________________________________________
63 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
64         Log: fast_abs_path() is tainted.
65      Branch: perl
66            ! ext/Cwd/t/cwd.t
67 ____________________________________________________________________________
68 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
69         Log: Signedness nit.
70      Branch: perl
71            ! ext/Encode/bin/enc2xs
72 ____________________________________________________________________________
73 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
74         Log: Subject: gcc on HP
75              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76              Date: Wed, 17 Apr 2002 12:43:38 +0200
77              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
78      Branch: perl
79            ! README.hpux
80 ____________________________________________________________________________
81 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
82         Log: Add just a little bit more explanation to PerlIO::encoding.
83      Branch: perl
84            ! ext/PerlIO/encoding/encoding.pm
85 ____________________________________________________________________________
86 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
87         Log: PerlIO::encoding 0.01 from Dan Kogai.
88      Branch: perl
89            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
90            + ext/PerlIO/encoding/encoding.pm
91            + ext/PerlIO/encoding/encoding.xs
92            ! MANIFEST
93 ____________________________________________________________________________
94 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
95         Log: Upgrade to Encode 1.42, from Dan Kogai.
96      Branch: perl
97            - ext/Encode/lib/Encode/XS.pm
98            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
99            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
100            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
101            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
102            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
103            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
104            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
105            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
106            ! ext/Encode/lib/Encode/Config.pm
107            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
108            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
109            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
110            ! ext/Encode/t/encoding.t
111 ____________________________________________________________________________
112 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
113         Log: Test tweaks from mjd and Benjamin Goldberg.
114      Branch: perl
115            ! t/io/full.t
116 ____________________________________________________________________________
117 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
118         Log: Document taint-safeness.   Life in the fast_abs_path()
119              lane is unsafe.
120      Branch: perl
121            ! lib/Cwd.pm
122 ____________________________________________________________________________
123 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
124         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
125              From: Mark-Jason Dominus <mjd@plover.com>
126              Date: Tue, 16 Apr 2002 19:24:12 -0400
127              Message-ID: <20020416232412.14297.qmail@plover.com>
128      Branch: perl
129            + t/io/full.t
130            ! MANIFEST perlio.c
131 ____________________________________________________________________________
132 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
133         Log: Manifestations of mjd, from mjd.
134      Branch: perl
135            ! MANIFEST
136 ____________________________________________________________________________
137 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
138         Log: metaconfig unit change for #15959.
139      Branch: metaconfig/U/perl
140            ! Extensions.U
141 ____________________________________________________________________________
142 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
143         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
144              From: Andy Dougherty <doughera@lafayette.edu>
145              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
146              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
147      Branch: perl
148            ! Configure
149 ____________________________________________________________________________
150 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
151         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
152              From: Nicholas Clark <nick@unfortu.net>
153              Date: Tue, 16 Apr 2002 22:22:41 +0100
154              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
155      Branch: perl
156            ! embed.fnc global.sym hv.c universal.c
157 ____________________________________________________________________________
158 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
159         Log: Documents for Merijn and lots of XXXs for NI-S :-)
160      Branch: perl
161            ! pod/perlfunc.pod pod/perlrun.pod
162 ____________________________________________________________________________
163 [ 15956] By: sky                                   on 2002/04/16  21:26:53
164         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
165              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
166              stuff being 0xabababab on cleanup.
167      Branch: perl
168            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
169            ! MANIFEST
170 ____________________________________________________________________________
171 [ 15955] By: nick                                  on 2002/04/16  20:46:03
172         Log: Integate mainline (other machine)
173      Branch: perlio
174           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
175           !> t/op/magic.t
176 ____________________________________________________________________________
177 [ 15954] By: nick                                  on 2002/04/16  20:13:32
178         Log: Integrate mainline
179      Branch: perlio
180           +> README.cn README.jp README.ko README.tw
181           +> ext/threads/shared/t/av_refs.t
182           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
183           !> (integrate 41 files)
184 ____________________________________________________________________________
185 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
186         Log: B::walkoptree bugfix (see also #15850)
187      Branch: perl
188            ! ext/B/B.xs ext/B/t/terse.t
189 ____________________________________________________________________________
190 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
191         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
192              From: Philip Newton <Philip.Newton@gmx.net>
193              Date: Tue, 16 Apr 2002 21:09:44 +0200
194              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
195      Branch: perl
196            ! pod/perltodo.pod
197 ____________________________________________________________________________
198 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
199         Log: Subject: [PATCH] B::Deparse problems with japhs
200              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
201              Date: Tue, 16 Apr 2002 15:47:33 +0100
202              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
203      Branch: perl
204            ! ext/B/B/Deparse.pm
205 ____________________________________________________________________________
206 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
207         Log: Stas' tainting worries, obscured by me.
208      Branch: perl
209            ! ext/Cwd/t/cwd.t lib/Cwd.pm
210 ____________________________________________________________________________
211 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
212         Log: Pod tweak to avoid =item<japanese> problems.
213      Branch: perl
214            ! README.jp
215 ____________________________________________________________________________
216 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
217         Log: Some UTF-8 todos.
218      Branch: perl
219            ! pod/perltodo.pod
220 ____________________________________________________________________________
221 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
222         Log: Let's not promise too much: use utf8 only works on identifier
223              names, not package or subroutine names (admittedly limited [1], but
224              that's what the Camel says, and that's what we are going to stick
225              to for 5.8.0).  Also document that use vars does not do utf8.
226              [1] The obvious problem in both is that package and subroutine
227              names need to mappable to the filesystem.
228      Branch: perl
229            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
230 ____________________________________________________________________________
231 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
232         Log: Subject: [PATCH] small typo in IO::Pipe pod
233              From: Slaven Rezic <rezic@onlineoffice.de>
234              Date: Tue, 16 Apr 2002 12:31:10 +0200
235              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
236      Branch: perl
237            ! ext/IO/lib/IO/Pipe.pm
238 ____________________________________________________________________________
239 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
240         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
241              From: Arthur Bergman <arthur@contiller.se>
242              Date: Tue, 16 Apr 2002 11:58:45 +0200
243              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
244      Branch: perl
245            ! lib/Attribute/Handlers.pm
246 ____________________________________________________________________________
247 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
248         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
249              Jungshik Shin.  Regen toc.
250      Branch: perl
251            + README.cn README.jp README.ko README.tw
252            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
253 ____________________________________________________________________________
254 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
255         Log: my $utf8here, our $utf8here, and package variable $utf8here.
256              
257              The actual minimal fix is in utf8.c and from NI-S,
258              the rest are the tests (in fresh_perl since I couldn't get
259              them easily to work elsewhere) and a slight behaviour change:
260              previously UTF-8 identifiers had to start with an alphabetic
261              character.  No more so, now they can start with an (Unicode)
262              ID_Continue character (which however is not a (Unicode) digit).
263              (Limiting the first character to ID_Start would be rather
264              restrictive, since ID_Start allows only alphabetic letters.)
265              
266              TODO: use vars qw($utf8here).  This I don't find to be
267              a showstopper.
268      Branch: perl
269            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
270            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
271 ____________________________________________________________________________
272 [ 15942] By: ams                                   on 2002/04/16  02:24:25
273         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
274              From: "Craig A. Berry" <craigberry@mac.com>
275              Date: Mon, 15 Apr 2002 22:06:14 -0500
276              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
277      Branch: perl
278            ! lib/FileCache.t
279 ____________________________________________________________________________
280 [ 15941] By: ams                                   on 2002/04/16  02:16:35
281         Log: Subject: [PATCH] s2p fix for VMS
282              From: "Craig A. Berry" <craigberry@mac.com>
283              Date: Mon, 15 Apr 2002 21:48:36 -0500
284              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
285      Branch: perl
286            ! configure.com t/x2p/s2p.t x2p/s2p.PL
287 ____________________________________________________________________________
288 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
289         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
290              (and the licensing of the other code clarified, from Mark Bixby.)
291      Branch: perl
292            ! mpeix/mpeix.c
293 ____________________________________________________________________________
294 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
295         Log: AUTHORS updates.
296      Branch: perl
297            ! AUTHORS
298 ____________________________________________________________________________
299 [ 15938] By: sky                                   on 2002/04/15  22:13:17
300         Log: Add support for my $foo : shared; 
301              Add testcase for this.
302              Update manifest.
303      Branch: perl
304            + ext/threads/shared/t/shared_attr.t
305            ! MANIFEST ext/threads/shared/shared.pm
306 ____________________________________________________________________________
307 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
308         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
309              From: abigail@foad.org
310              Date: Mon, 15 Apr 2002 17:41:17 +0200
311              Message-ID: <20020415154117.1559.qmail@foad.org>
312              
313              (With EBCDIC skippage added, and the skip reason
314              skippage on the two ?? loops tweaked.)
315      Branch: perl
316            + t/japh/abigail.t
317            ! MANIFEST t/TEST
318 ____________________________________________________________________________
319 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
320         Log: Subject: Re: [ID 20020412.005] Dancing ??s
321              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
322              Date: Sun, 14 Apr 2002 16:09:30 +0100
323              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
324      Branch: perl
325            ! pod/perlop.pod pp_hot.c t/op/pat.t
326 ____________________________________________________________________________
327 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
328         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
329              From: abigail@foad.org
330              Date: Mon, 15 Apr 2002 17:40:02 +0200
331              Message-ID: <20020415154002.1549.qmail@foad.org>
332      Branch: perl
333            ! t/test.pl
334 ____________________________________________________________________________
335 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
336         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
337              From: "Craig A. Berry" <craigberry@mac.com>
338              Date: Mon, 15 Apr 2002 14:05:26 -0500
339              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
340      Branch: perl
341            ! universal.c
342 ____________________________________________________________________________
343 [ 15933] By: sky                                   on 2002/04/15  21:26:16
344         Log: Test arrays containing references, and references to shared arrays.
345      Branch: perl
346            + ext/threads/shared/t/av_refs.t
347 ____________________________________________________________________________
348 [ 15932] By: nick                                  on 2002/04/15  15:06:49
349         Log: Integrate mainline (for Encode)
350      Branch: perlio
351           +> ext/Encode/Encode/ConfigLocal_PM.e2x
352           +> ext/Encode/lib/Encode/JP/JIS7.pm
353            - ext/Encode/lib/Encode/JP/2022_JP.pm
354            - ext/Encode/lib/Encode/JP/2022_JP1.pm
355            - ext/Encode/lib/Encode/JP/JIS.pm
356           !> (integrate 26 files)
357 ____________________________________________________________________________
358 [ 15931] By: ams                                   on 2002/04/15  14:51:31
359         Log: Subject: [PATCH] Chip didn't time travel.
360              From: abigail@foad.org
361              Date: Mon, 15 Apr 2002 17:40:22 +0200
362              Message-Id: <20020415154022.1554.qmail@foad.org>
363      Branch: perl
364            ! pod/perlhist.pod
365 ____________________________________________________________________________
366 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
367         Log: Update Changes.
368      Branch: perl
369            ! Changes patchlevel.h
370 ____________________________________________________________________________
371 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
372         Log: The #15921 made the 'no warnings' unnecessary.
373      Branch: perl
374            ! t/op/magic.t
375 ____________________________________________________________________________
376 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
377         Log: Subject: Re: [FILE] FileCache.t
378              From: belg4mit <belg4mit@mit.edu>
379              Date: Mon, 15 Apr 2002 01:31:21 -0400
380              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
381      Branch: perl
382            ! lib/FileCache.t
383 ____________________________________________________________________________
384 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
385         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
386      Branch: perl
387            ! lib/FileCache.pm lib/FileCache.t
388 ____________________________________________________________________________
389 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
390         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
391              From: Nicholas Clark <nick@unfortu.net>
392              Date: Sun, 14 Apr 2002 22:54:43 +0100
393              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
394      Branch: perl
395            ! lib/Hash/Util.t
396 ____________________________________________________________________________
397 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
398         Log: Subject: [Encode] 1.40 released!
399              From: Dan Kogai <dankogai@dan.co.jp>
400              Date: Mon, 15 Apr 2002 07:51:52 +0900
401              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
402      Branch: perl
403            + ext/Encode/Encode/ConfigLocal_PM.e2x
404            + ext/Encode/lib/Encode/JP/JIS7.pm
405            - ext/Encode/lib/Encode/JP/2022_JP.pm
406            - ext/Encode/lib/Encode/JP/2022_JP1.pm
407            - ext/Encode/lib/Encode/JP/JIS.pm
408            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
409            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
410            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
411            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
412            ! ext/Encode/lib/Encode/Config.pm
413            ! ext/Encode/lib/Encode/Encoder.pm
414            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
415            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
416 ____________________________________________________________________________
417 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
418         Log: return undef is of questionable style.
419      Branch: perl
420            ! lib/Hash/Util.pm
421 ____________________________________________________________________________
422 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
423         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
424              From: mjd@plover.com
425              Date: 15 Apr 2002 06:46:02 -0000
426              Message-ID: <20020415064602.17052.qmail@plover.com>     
427      Branch: perl
428            ! t/op/magic.t
429 ____________________________________________________________________________
430 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
431         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
432              From: mjd@plover.com
433              Date: 14 Apr 2002 22:30:17 -0000
434              Message-ID: <20020414223017.17361.qmail@plover.com>
435      Branch: perl
436            ! t/op/re_tests
437 ____________________________________________________________________________
438 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
439         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
440              From: Mark-Jason Dominus <mjd@plover.com>
441              Date: Mon, 15 Apr 2002 02:41:52 -0400
442              Message-ID: <20020415064152.16958.qmail@plover.com>
443      Branch: perl
444            ! perl.c t/lib/warnings/toke
445 ____________________________________________________________________________
446 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
447         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
448              From: "Craig A. Berry" <craigberry@mac.com>
449              Date: Sun, 14 Apr 2002 18:56:02 -0500
450              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
451      Branch: perl
452            ! configure.com
453 ____________________________________________________________________________
454 [ 15919] By: nick                                  on 2002/04/15  06:14:25
455         Log: Integrate mainline
456      Branch: perlio
457           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
458           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
459           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
460 ____________________________________________________________________________
461 [ 15918] By: ams                                   on 2002/04/15  04:25:48
462         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
463              From: Stas Bekman <stas@stason.org>
464              Date: Mon, 15 Apr 2002 11:45:03 +0800
465              Message-Id: <3CBA4CBF.9030306@stason.org>
466      Branch: perl
467            ! lib/Cwd.pm
468 ____________________________________________________________________________
469 [ 15917] By: ams                                   on 2002/04/15  04:21:14
470         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
471              From: Mark-Jason Dominus <mjd@plover.com>
472              Date: Mon, 15 Apr 2002 00:30:26 -0400
473              Message-Id: <20020415043026.11417.qmail@plover.com>
474      Branch: perl
475            ! perl.c t/lib/warnings/toke
476 ____________________________________________________________________________
477 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
478         Log: Correct precedence problem in #15915
479      Branch: perl
480            ! lib/vars.pm
481 ____________________________________________________________________________
482 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
483         Log: use vars wasn't use utf8 aware.
484      Branch: perl
485            ! lib/vars.pm
486 ____________________________________________________________________________
487 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
488         Log: Subject: [PATCH] Re: restricted hashes are unblessable
489              From: Nicholas Clark <nick@unfortu.net>
490              Date: Sat, 13 Apr 2002 23:43:02 +0100
491              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
492              
493              The function name sucks but can't think of anything better.
494      Branch: perl
495            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
496 ____________________________________________________________________________
497 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
498         Log: Subject: AUTHORS update
499              From: Chris Nandor <pudge@pobox.com>
500              Date: Sun, 14 Apr 2002 11:54:40 -0400
501              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
502      Branch: perl
503            ! AUTHORS
504 ____________________________________________________________________________
505 [ 15912] By: nick                                  on 2002/04/14  14:47:18
506         Log: XS versions of encode/decode for Encode::Unicode
507      Branch: perlio
508            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
509 ____________________________________________________________________________
510 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
511         Log: metaconfig unit changes for #15910.
512      Branch: metaconfig
513            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
514            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
515            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
516            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
517            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
518            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
519            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
520            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
521            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
522            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
523            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
524            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
525            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
526            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
527            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
528            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
529            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
530            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
531            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
532            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
533            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
534            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
535            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
536            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
537 ____________________________________________________________________________
538 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
539         Log: Simplify the _r probing code by adding the i_systime
540              only for the APIs where it matters.
541      Branch: perl
542            ! Configure reentr.pl
543 ____________________________________________________________________________
544 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
545         Log: Integrate perlio;
546              
547              Avoid expensive paranoid check that decoder does return legal UTF-8
548              
549              Disable test code (assertions) in CRLF layer.
550      Branch: perl
551           !> ext/Encode/Encode.xs perlio.c
552 ____________________________________________________________________________
553 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
554         Log: Subject: patch for FileCache in 5.7.3
555              From: JPIERCE <belg4mit@MIT.EDU>
556              Date: Sun, 14 Apr 2002 00:38:21 -0400
557              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
558      Branch: perl
559            ! lib/FileCache.pm
560 ____________________________________________________________________________
561 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
562         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
563              From: Tim Bunce <Tim.Bunce@pobox.com>
564              Date: Sun, 14 Apr 2002 12:07:35 +0100
565              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
566      Branch: perl
567            ! ext/Storable/Storable.xs
568 ____________________________________________________________________________
569 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
570         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
571              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
572              Date: Sun, 14 Apr 2002 16:29:59 +0200
573              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
574      Branch: perl
575            ! hints/hpux.sh
576 ____________________________________________________________________________
577 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
578         Log: Subject: Enable portable gcc code on hp-ux
579              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
580              Date: Sun, 14 Apr 2002 16:30:01 +0200
581              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
582      Branch: perl
583            ! hints/hpux.sh
584 ____________________________________________________________________________
585 [ 15904] By: nick                                  on 2002/04/14  09:18:01
586         Log: Disable test code (assertions) in CRLF layer.
587      Branch: perlio
588            ! perlio.c
589 ____________________________________________________________________________
590 [ 15903] By: nick                                  on 2002/04/14  09:16:39
591         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
592      Branch: perlio
593            ! ext/Encode/Encode.xs
594 ____________________________________________________________________________
595 [ 15902] By: nick                                  on 2002/04/14  09:15:45
596         Log: Integrate mainline
597      Branch: perlio
598           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
599           +> t/win32/longpath.t t/win32/system.t
600            - t/op/winsystem.t
601           !> (integrate 30 files)
602 ____________________________________________________________________________
603 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
604         Log: Fixed URL for the Alpha editor.
605      Branch: perl
606            ! pod/perlfaq3.pod
607 ____________________________________________________________________________
608 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
609         Log: Dedodgify.
610      Branch: perl
611            ! ext/Storable/Storable.xs
612 ____________________________________________________________________________
613 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
614         Log: AUTHORS updates.
615      Branch: perl
616            ! AUTHORS
617 ____________________________________________________________________________
618 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
619         Log: s2p needs Config.pm.
620      Branch: perl
621            ! Makefile.SH
622 ____________________________________________________________________________
623 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
624         Log: Subject: [PATCH] Benchmark.t 75,90,109
625              From: Nicholas Clark <nick@unfortu.net>
626              Date: Sat, 13 Apr 2002 21:43:04 +0100
627              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
628      Branch: perl
629            ! lib/Benchmark.t
630 ____________________________________________________________________________
631 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
632         Log: Tweaks by Autrijus Tang.
633      Branch: perl
634            ! ext/Encode/encoding.pm
635 ____________________________________________________________________________
636 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
637         Log: FAQ sync.
638      Branch: perl
639            ! pod/perlfaq5.pod
640 ____________________________________________________________________________
641 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
642         Log: z/OS tally update.
643      Branch: perl
644            ! pod/perldelta.pod
645 ____________________________________________________________________________
646 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
647         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
648              From: Nicholas Clark <nick@unfortu.net>
649              Date: Sat, 13 Apr 2002 02:58:07 +0100
650              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
651      Branch: perl
652            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
653            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
654            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
655            ! t/lib/st-dump.pl
656 ____________________________________________________________________________
657 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
658         Log: Add piconv and enc2xs to the list of utilities.
659      Branch: perl
660            ! utils.lst
661 ____________________________________________________________________________
662 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
663         Log: s.
664      Branch: perl
665            ! pod/perlunicode.pod
666 ____________________________________________________________________________
667 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
668         Log: Phrasing fixes by Nick Clark
669      Branch: perl
670            ! pod/perlunicode.pod
671 ____________________________________________________________________________
672 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
673         Log: More POD fixes and typos
674      Branch: perl
675            ! pod/perlunicode.pod
676 ____________________________________________________________________________
677 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
678         Log: Subject: Re: UTF-8 and DB_File ?
679              From: andreas.koenig@anima.de (Andreas J. Koenig)
680              Date: Sat, 13 Apr 2002 13:29:41 +0200
681              Message-ID: <m3ads7j0pm.fsf@anima.de>
682      Branch: perl
683            ! pod/perlunicode.pod
684 ____________________________________________________________________________
685 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
686         Log: Fix a typo noticed by Paul Johnson.
687      Branch: perl
688            ! MANIFEST
689 ____________________________________________________________________________
690 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
691         Log: Subject: Re: Win32 Status
692              From: Michael G Schwern <schwern@pobox.com>
693              Date: Fri, 12 Apr 2002 10:15:33 -0400
694              Message-ID: <20020412141533.GB9788@blackrider>
695      Branch: perl
696            ! lib/ExtUtils/t/INST.t
697 ____________________________________________________________________________
698 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
699         Log: Upgrade to Encode 1.34, from Dan Kogai.
700      Branch: perl
701            ! ext/Encode/Changes ext/Encode/Encode.pm
702            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
703            ! ext/Encode/t/Unicode.t
704 ____________________________________________________________________________
705 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
706         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
707              From: Graham TerMarsch <graham@howlingfrog.com>
708              Date: Fri, 12 Apr 2002 12:28:47 -0700
709              Message-Id: <200204121228.47826.graham@howlingfrog.com>
710      Branch: perl
711            ! AUTHORS
712 ____________________________________________________________________________
713 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
714         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
715              From: Nicholas Clark <nick@unfortu.net>
716              Date: Fri, 12 Apr 2002 21:59:06 +0100
717              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
718      Branch: perl
719            ! pp_pack.c t/op/pack.t
720 ____________________________________________________________________________
721 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
722         Log: Re-sort MANIFEST.
723      Branch: perl
724            ! MANIFEST
725 ____________________________________________________________________________
726 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
727         Log: Move also the Win32 system testing to t/win32.
728      Branch: perl
729            + t/win32/system.t
730            - t/op/winsystem.t
731            ! MANIFEST
732 ____________________________________________________________________________
733 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
734         Log: Integrate change #15879 from maint-5.6;
735              
736              Win32::GetLongPathName() did not return valid results if there
737              were "." and ".." components in the path; also fix a potential
738              buffer overflow if the long path happens to be longer than
739              MAX_PATH (this can presumably happen if they use \\?\... style
740              paths); add a rather limited testsuite that exercises just the
741              edge cases
742      Branch: perl
743           +> t/win32/longpath.t
744           !> MANIFEST t/harness win32/win32.c
745 ____________________________________________________________________________
746 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
747         Log: Win32::GetLongPathName() did not return valid results if there
748              were "." and ".." components in the path; also fix a potential
749              buffer overflow if the long path happens to be longer than
750              MAX_PATH (this can presumably happen if they use \\?\... style
751              paths); add a rather limited testsuite that exercises just the
752              edge cases
753      Branch: maint-5.6/perl
754            + t/win32/longpath.t
755            ! MANIFEST t/harness win32/win32.c
756 ____________________________________________________________________________
757 [ 15878] By: nick                                  on 2002/04/12  14:38:32
758         Log: Integrate mainline
759      Branch: perlio
760           +> lib/ExtUtils/t/INST_PREFIX.t
761           !> (integrate 37 files)
762 ____________________________________________________________________________
763 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
764         Log: Update Changes.
765      Branch: perl
766            ! Changes patchlevel.h
767 ____________________________________________________________________________
768 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
769         Log: Discuss the magic of \w in security terms.
770      Branch: perl
771            ! pod/perlsec.pod pod/perlunicode.pod
772 ____________________________________________________________________________
773 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
774         Log: Add a warning about the symbolic methods and
775              symbolic sub refs not being checked for taint.
776      Branch: perl
777            ! pod/perlsec.pod
778 ____________________________________________________________________________
779 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
780         Log: In EBCDIC the BOM detection doesn't seem
781              to be working right.  For now skipping the test,
782              waiting for Dan's opinion.
783      Branch: perl
784            ! ext/Encode/t/Unicode.t
785 ____________________________________________________________________________
786 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
787         Log: Update to Net::Ping 2.16.
788      Branch: perl
789            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
790 ____________________________________________________________________________
791 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
792         Log: Upgrade to CGI.pm 2.81.
793      Branch: perl
794            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
795 ____________________________________________________________________________
796 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
797         Log: Move up restricted hashes a bit.
798      Branch: perl
799            ! pod/perldelta.pod
800 ____________________________________________________________________________
801 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
802         Log: Now using Unicode 3.2.0.
803      Branch: perl
804            ! pod/perldelta.pod
805 ____________________________________________________________________________
806 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
807         Log: UNICOS too has sockpair issues (unsurprisingly,
808              since UNICOS/mk has them too)
809      Branch: perl
810            ! ext/Socket/socketpair.t
811 ____________________________________________________________________________
812 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
813         Log: FAQ patch from mjd regarding Tie::File.
814      Branch: perl
815            ! pod/perlfaq5.pod
816 ____________________________________________________________________________
817 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
818         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
819              consider using the NamesList.
820      Branch: perl
821            ! lib/charnames.pm lib/charnames.t
822 ____________________________________________________________________________
823 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
824         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
825              From: "Craig A. Berry" <craigberry@mac.com>
826              Date: Thu, 11 Apr 2002 13:47:21 -0500
827              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
828      Branch: perl
829            ! lib/File/CheckTree.pm lib/File/CheckTree.t
830 ____________________________________________________________________________
831 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
832         Log: More NT Unicode information from Jan Dubois.
833      Branch: perl
834            ! pod/perltodo.pod
835 ____________________________________________________________________________
836 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
837         Log: Add one perltodo item (and move bunch of them to better spot),
838              add sysopen() to "Functions for filehandles, files, or directories".
839      Branch: perl
840            ! pod/perlfunc.pod pod/perltodo.pod
841 ____________________________________________________________________________
842 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
843         Log: Prettyprinting: shorten the lines to avoid linewrapping.
844      Branch: perl
845            ! t/TEST
846 ____________________________________________________________________________
847 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
848         Log: Also NEC SUPER-UX has buggy sockpair().
849      Branch: perl
850            ! ext/Socket/socketpair.t
851 ____________________________________________________________________________
852 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
853         Log: dTHX works on its own just fine.
854      Branch: perl
855            ! ext/DynaLoader/dl_aix.xs
856 ____________________________________________________________________________
857 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
858         Log: Must hold off building s2p until there's a miniperl.
859      Branch: perl
860            ! Makefile.SH
861 ____________________________________________________________________________
862 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
863         Log: AIX: strerror_r() needs dTHX.
864      Branch: perl
865            ! ext/DynaLoader/dl_aix.xs
866 ____________________________________________________________________________
867 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
868         Log: Extracting the s2p may require the right dynlibpath.
869      Branch: perl
870            ! Makefile.SH
871 ____________________________________________________________________________
872 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
873         Log: Doc tweaks.
874      Branch: perl
875            ! ext/Time/HiRes/HiRes.pm
876 ____________________________________________________________________________
877 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
878         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
879              From: Michael G Schwern <schwern@pobox.com>
880              Date: Thu, 11 Apr 2002 01:25:26 -0400
881              Message-ID: <20020411052525.GA17038@blackrider>
882      Branch: perl
883            + lib/ExtUtils/t/INST_PREFIX.t
884            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
885            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
886            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
887            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
888            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
889            ! lib/ExtUtils/t/prefixify.t
890 ____________________________________________________________________________
891 [ 15855] By: nick                                  on 2002/04/11  06:26:44
892         Log: Integrate mainline
893      Branch: perlio
894           !> (integrate 42 files)
895 ____________________________________________________________________________
896 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
897         Log: Unused variables.
898      Branch: perl
899            ! ext/threads/shared/shared.xs ext/threads/threads.xs
900 ____________________________________________________________________________
901 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
902         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
903              From: Ilya Martynov <ilya@martynov.org>
904              Date: 11 Apr 2002 03:21:17 +0400
905              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
906      Branch: perl
907            ! lib/Term/ReadLine.pm
908 ____________________________________________________________________________
909 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
910         Log: Upgrade to Encode 1.33, from Dan Kogai.
911      Branch: perl
912            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
913            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
914            ! ext/Encode/lib/Encode/Supported.pod
915            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
916            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
917            ! ext/Encode/ucm/adobeSymbol.ucm
918            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
919 ____________________________________________________________________________
920 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
921         Log: Backward portability from Dan Kogai.
922      Branch: perl
923            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
924            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
925            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
926            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
927            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
928            ! ext/Storable/t/store.t ext/Storable/t/tied.t
929            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
930            ! ext/Storable/t/utf8.t
931 ____________________________________________________________________________
932 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
933         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
934              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
935              bug in B::walkoptree still to be fixed.
936      Branch: perl
937            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
938 ____________________________________________________________________________
939 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
940         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
941              From: Philip Newton <Philip.Newton@gmx.net>
942              Date: Wed, 10 Apr 2002 21:29:58 +0200
943              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
944      Branch: perl
945            ! pod/perldelta.pod
946 ____________________________________________________________________________
947 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
948         Log: Integrate perlio;
949              
950              Add a \t to Win32 pm_to_blib $(TOUCH) line.
951      Branch: perl
952           !> lib/ExtUtils/MM_Win32.pm
953 ____________________________________________________________________________
954 [ 15847] By: nick                                  on 2002/04/10  13:08:29
955         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
956      Branch: perlio
957            ! lib/ExtUtils/MM_Win32.pm
958 ____________________________________________________________________________
959 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
960         Log: Try to fool old AIX when threading, from Merijn.
961      Branch: perl
962            ! perl.h
963 ____________________________________________________________________________
964 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
965         Log: Update Changes.
966      Branch: perl
967            ! Changes patchlevel.h
968 ____________________________________________________________________________
969 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
970         Log: Welcome to the 5.7.3.
971      Branch: perl
972            ! NetWare/Makefile win32/Makefile
973 ____________________________________________________________________________
974 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
975         Log: Make x2p/s2p part of the test_prep target now that we
976              have a test for it.
977      Branch: perl
978            ! Makefile.SH
979 ____________________________________________________________________________
980 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
981         Log: Integrate perlio.
982              
983              We have been 5.7.3 for a while - install there ...
984      Branch: perl
985           !> win32/makefile.mk
986 ____________________________________________________________________________
987 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
988         Log: SImilarly to old HP-UX, in old AIX too including
989              crypt.h leads into trouble.  (from Merijn)
990      Branch: perl
991            ! hints/aix.sh
992 ____________________________________________________________________________
993 [ 15840] By: nick                                  on 2002/04/10  10:04:19
994         Log: We have been 5.7.3 for a while - install there ...
995      Branch: perlio
996            ! win32/makefile.mk
997 ____________________________________________________________________________
998 [ 15839] By: nick                                  on 2002/04/10  10:03:46
999         Log: Intgrate mainline
1000      Branch: perlio
1001           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
1002            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
1003            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
1004           !> (integrate 40 files)
1005 ____________________________________________________________________________
1006 [ 15838] By: ams                                   on 2002/04/10  04:16:45
1007         Log: Subject: [PATCH] ext/attrs.t getting skipped
1008              From: "Craig A. Berry" <craigberry@mac.com>
1009              Date: Tue, 9 Apr 2002 23:58:49 -0500
1010              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
1011      Branch: perl
1012            ! t/TEST
1013 ____________________________________________________________________________
1014 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
1015         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
1016              From: Michael G Schwern <schwern@pobox.com>
1017              Date: Tue, 9 Apr 2002 20:52:55 -0400
1018              Message-ID: <20020410005254.GI8954@blackrider>
1019      Branch: perl
1020            ! t/op/sub_lval.t
1021 ____________________________________________________________________________
1022 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
1023         Log: Undo accident in #15385.
1024      Branch: metaconfig/U/perl
1025            ! Extensions.U
1026 ____________________________________________________________________________
1027 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
1028         Log: Retract the UTF-8 filenames patch.  This may be
1029              better dealt with in Perl level, a la File::Spec
1030              (since the whole mess is strongly filesystem-specific).
1031      Branch: metaconfig/U/perl
1032            + usecjk.U
1033            ! Extensions.U
1034      Branch: perl
1035            - ext/File/Glob/t/utf8.t
1036            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
1037            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
1038            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1039            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
1040            ! t/op/readdir.t
1041 ____________________________________________________________________________
1042 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
1043         Log: Upgrade to Encode 1.32, from Dan Kogai.
1044      Branch: perl
1045            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
1046            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
1047            - ext/Encode/ucm/macGurmukhi.ucm
1048            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
1049            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
1050            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
1051            ! ext/Encode/lib/Encode/Encoder.pm
1052            ! ext/Encode/lib/Encode/Supported.pod
1053            ! ext/Encode/lib/Encode/Unicode.pm
1054            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
1055            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
1056 ____________________________________________________________________________
1057 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
1058         Log: Add tests for s2p/psed, from Wolfgang Laun.
1059      Branch: perl
1060            + t/x2p/s2p.t
1061            ! MANIFEST t/TEST
1062 ____________________________________________________________________________
1063 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
1064         Log: FAQ sync.
1065      Branch: perl
1066            ! pod/perlfaq2.pod pod/perlfaq3.pod
1067 ____________________________________________________________________________
1068 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
1069         Log: Remove false dependency between getgrent and setpwent
1070              having/not having FILE**.  Also make the names of the
1071              {set,get,end}* interface struct members a bit shorter.
1072      Branch: perl
1073            ! reentr.c reentr.h reentr.pl
1074 ____________________________________________________________________________
1075 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
1076         Log: Avoid bad prototypes.
1077      Branch: perl
1078            ! hints/hpux.sh
1079 ____________________________________________________________________________
1080 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
1081         Log: metaconfig unit change for #15828.
1082      Branch: metaconfig
1083            ! U/protos/Protochk.U
1084 ____________________________________________________________________________
1085 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
1086         Log: As Merijn points out, pthread.h really needs to be known
1087              by protochk.
1088      Branch: perl
1089            ! Configure
1090 ____________________________________________________________________________
1091 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
1092         Log: Integrate perlio;
1093              
1094              Patch up Encode for Tk
1095      Branch: perl
1096           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
1097           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
1098 ____________________________________________________________________________
1099 [ 15826] By: nick                                  on 2002/04/09  12:38:25
1100         Log: Patch up Encode for Tk
1101      Branch: perlio
1102            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
1103            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
1104 ____________________________________________________________________________
1105 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
1106         Log: Portability tweak.
1107      Branch: perl
1108            ! lib/File/CheckTree.t
1109 ____________________________________________________________________________
1110 [ 15824] By: sky                                   on 2002/04/09  10:51:07
1111         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
1112              From: Abigail <abigail@osp.nl>
1113              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
1114              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
1115      Branch: perl
1116            ! pod/perlhist.pod
1117 ____________________________________________________________________________
1118 [ 15823] By: nick                                  on 2002/04/09  08:17:59
1119         Log: Integrate mainline
1120      Branch: perlio
1121           +> ext/Encode/lib/Encode/Config.pm
1122           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
1123           !> (integrate 37 files)
1124 ____________________________________________________________________________
1125 [ 15822] By: ams                                   on 2002/04/09  06:43:50
1126         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
1127              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1128              Date: Tue, 09 Apr 2002 02:00:51 -0400
1129              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
1130      Branch: perl
1131            ! lib/File/CheckTree.pm
1132 ____________________________________________________________________________
1133 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
1134         Log: Small perldelta tweaks.
1135      Branch: perl
1136            ! pod/perldelta.pod
1137 ____________________________________________________________________________
1138 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
1139         Log: File::Checktree update from Paul Grassie.
1140      Branch: perl
1141            ! lib/File/CheckTree.pm lib/File/CheckTree.t
1142 ____________________________________________________________________________
1143 [ 15819] By: ams                                   on 2002/04/08  22:43:48
1144         Log: Subject: patch against t/op/sub_lval.t
1145              From: Jim Cromie <jcromie@divsol.com>
1146              Date: Mon, 08 Apr 2002 17:38:16 -0600
1147              Message-Id: <3CB229E8.9080500@divsol.com>
1148      Branch: perl
1149            ! t/op/sub_lval.t
1150 ____________________________________________________________________________
1151 [ 15818] By: ams                                   on 2002/04/08  22:40:16
1152         Log: Humbly pay homage to the redundancy gods.
1153      Branch: perl
1154            ! mg.c
1155 ____________________________________________________________________________
1156 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
1157         Log: metaconfig mirror #15816.
1158      Branch: metaconfig
1159            ! U/modified/Unix.U
1160 ____________________________________________________________________________
1161 [ 15816] By: ams                                   on 2002/04/08  22:18:32
1162         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
1163      Branch: perl
1164            ! Porting/Glossary
1165 ____________________________________________________________________________
1166 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
1167         Log: Small piconv tweaks (sent to Dan).
1168      Branch: perl
1169            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
1170            ! ext/Encode/lib/Encode/Alias.pm
1171 ____________________________________________________________________________
1172 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
1173         Log: Update Changes.
1174      Branch: perl
1175            ! Changes patchlevel.h
1176 ____________________________________________________________________________
1177 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
1178         Log: FAQ sync.  (Ignoring the few URL differences for now.)
1179      Branch: perl
1180            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
1181            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
1182            ! pod/perlfaq7.pod pod/perlfaq9.pod
1183 ____________________________________________________________________________
1184 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
1185         Log: Upgrade to Encode 1.31, from Dan Kogai.
1186      Branch: perl
1187            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
1188            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
1189            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
1190            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
1191 ____________________________________________________________________________
1192 [ 15811] By: ams                                   on 2002/04/08  17:00:37
1193         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
1194              From: Andy Dougherty <doughera@lafayette.edu>
1195              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
1196              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
1197      Branch: perl
1198            ! lib/sort.t pp_sort.c
1199 ____________________________________________________________________________
1200 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
1201         Log: metaconfig unit changes for #15809.
1202      Branch: metaconfig
1203            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
1204 ____________________________________________________________________________
1205 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
1206         Log: Mirroring #15806.
1207      Branch: perl
1208            ! Porting/Glossary Porting/config.sh Porting/config_H
1209 ____________________________________________________________________________
1210 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
1211         Log: metaconfig unit changes for #15807.
1212      Branch: metaconfig
1213            ! U/protos/Protochk.U U/threads/d_asctime_r.U
1214            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
1215            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
1216            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
1217            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
1218            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
1219            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
1220            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
1221            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
1222            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
1223            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
1224            ! U/threads/d_getprotobyname_r.U
1225            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1226            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1227            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1228            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1229            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1230            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1231            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1232            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1233            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1234            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1235            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1236            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1237            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1238            ! U/threads/i_pthread.U
1239      Branch: perl
1240            ! config_h.SH
1241 ____________________________________________________________________________
1242 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
1243         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
1244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1245              Date: Mon, 08 Apr 2002 14:34:27 +0200
1246              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
1247      Branch: perl
1248            ! Configure hints/hpux.sh reentr.pl
1249 ____________________________________________________________________________
1250 [ 15806] By: ams                                   on 2002/04/08  13:50:43
1251         Log: Subject: [PATCH] Updates to Porting/Glossary
1252              From: Paul_GreenVOS@vos.stratus.com
1253              Date: Mon, 8 Apr 02 10:44 edt
1254              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
1255      Branch: perl
1256            ! Porting/Glossary
1257 ____________________________________________________________________________
1258 [ 15805] By: ams                                   on 2002/04/08  13:47:32
1259         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
1260              coredumps on startup)
1261              From: Michael G Schwern <schwern@pobox.com>
1262              Date: Mon, 8 Apr 2002 10:34:49 -0400
1263              Message-Id: <20020408143449.GB3245@blackrider>
1264      Branch: perl
1265            ! lib/ExtUtils/MM_Unix.pm
1266 ____________________________________________________________________________
1267 [ 15804] By: ams                                   on 2002/04/08  13:29:28
1268         Log: Subject: [PATCH] example in pod/perllexwarn.pod
1269              From: Slaven Rezic <slaven.rezic@berlin.de>
1270              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
1271              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
1272      Branch: perl
1273            ! pod/perllexwarn.pod
1274 ____________________________________________________________________________
1275 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
1276         Log: Upgrade to Encode 1.30, from Dan Kogai. 
1277      Branch: perl
1278            + ext/Encode/lib/Encode/Encoder.pm
1279            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
1280            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
1281            ! ext/Encode/lib/Encode/Supported.pod
1282            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
1283            ! ext/Encode/t/grow.t
1284 ____________________________________________________________________________
1285 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
1286         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
1287              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1288              Date: Mon, 08 Apr 2002 01:08:40 +0100
1289              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
1290      Branch: perl
1291            ! ext/MIME/Base64/t/base64.t
1292 ____________________________________________________________________________
1293 [ 15801] By: nick                                  on 2002/04/08  07:28:27
1294         Log: Integrate mainline
1295      Branch: perlio
1296           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
1297           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
1298           +> ext/File/Glob/t/utf8.t
1299           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
1300           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
1301           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
1302            - ext/Encode/lib/Encode/10646_1.pm
1303            - ext/Encode/lib/Encode/Internal.pm
1304            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
1305            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
1306            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
1307            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
1308            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
1309            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
1310            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
1311           !> (integrate 157 files)
1312 ____________________________________________________________________________
1313 [ 15800] By: ams                                   on 2002/04/08  07:06:21
1314         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
1315              From: Jan Dubois <JanD@ActiveState.com>
1316              Date: Mon, 08 Apr 2002 00:10:39 -0700
1317              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
1318      Branch: perl
1319            ! lib/ExtUtils/Packlist.pm
1320 ____________________________________________________________________________
1321 [ 15799] By: ams                                   on 2002/04/08  04:50:36
1322         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
1323              From: Stas Bekman <stas@stason.org>
1324              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
1325              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
1326      Branch: perl
1327            ! pod/perlguts.pod
1328 ____________________________________________________________________________
1329 [ 15798] By: ams                                   on 2002/04/08  03:56:52
1330         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
1331      Branch: perl
1332            ! util.c
1333 ____________________________________________________________________________
1334 [ 15797] By: ams                                   on 2002/04/08  01:30:38
1335         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
1336              same line of code. (As suggested by Simon Cozens.)
1337      Branch: perl
1338            ! mg.c
1339 ____________________________________________________________________________
1340 [ 15796] By: ams                                   on 2002/04/08  01:27:24
1341         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
1342              Simon Cozens.
1343      Branch: perl
1344            ! embed.fnc util.c
1345 ____________________________________________________________________________
1346 [ 15795] By: ams                                   on 2002/04/08  01:05:16
1347         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
1348              From: Tom Brown <thecap@peach.ece.utexas.edu>
1349              Date: Sun, 07 Apr 2002 23:20:05 GMT
1350              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
1351      Branch: perl
1352            ! ext/Devel/DProf/DProf.xs
1353 ____________________________________________________________________________
1354 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
1355         Log: Retract #15793 since #15775 should fix the problem.
1356      Branch: perl
1357            ! hv.c
1358 ____________________________________________________________________________
1359 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
1360         Log: (Retracted by #15794)
1361              Subject: [PATCH] hv.c
1362              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1363              Date: Sun, 7 Apr 2002 14:25:48 +0200
1364              Message-ID: <3CB056EC.16340.1119992@localhost>
1365      Branch: perl
1366            ! hv.c
1367 ____________________________________________________________________________
1368 [ 15792] By: ams                                   on 2002/04/07  21:48:49
1369         Log: Make other nits nervous.
1370      Branch: perl
1371            ! gv.c perl.c
1372 ____________________________________________________________________________
1373 [ 15791] By: ams                                   on 2002/04/07  20:31:08
1374         Log: Subject: [MIME::Base64 patch] t/base64.t fix
1375              From: Dan Kogai <dankogai@dan.co.jp>
1376              Date: Mon, 8 Apr 2002 06:19:29 +0900
1377              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
1378      Branch: perl
1379            ! ext/MIME/Base64/t/base64.t
1380 ____________________________________________________________________________
1381 [ 15790] By: ams                                   on 2002/04/07  20:15:52
1382         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
1383              From: Slaven Rezic <slaven.rezic@berlin.de>
1384              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
1385              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
1386      Branch: perl
1387            ! ext/Devel/Peek/Peek.xs
1388 ____________________________________________________________________________
1389 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
1390         Log: Fully qualify in warning message the name of a subroutine redefined
1391              via glob assignment
1392      Branch: perl
1393            ! sv.c t/lib/warnings/op t/lib/warnings/sv
1394 ____________________________________________________________________________
1395 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
1396         Log: Update from Dan Kogai.
1397      Branch: perl
1398            ! ext/Encode/t/Unicode.t
1399 ____________________________________________________________________________
1400 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
1401         Log: Can't right now twist my brain to figure out
1402              the right CR/LF code point mappings in EBCDIC.
1403      Branch: perl
1404            ! lib/Pod/t/eol.t
1405 ____________________________________________________________________________
1406 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
1407         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
1408              From: Nicholas Clark <nick@ccl4.org>
1409              Date: Sun, 7 Apr 2002 15:01:56 +0100
1410              Message-ID: <20020407150156.R10686@plum.flirble.org>
1411      Branch: perl
1412            ! ext/Data/Dumper/Dumper.xs
1413 ____________________________________________________________________________
1414 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
1415         Log: Tpyo.
1416      Branch: perl
1417            ! lib/Pod/t/eol.t
1418 ____________________________________________________________________________
1419 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
1420         Log: EBCDIC branch was forgotten.
1421      Branch: perl
1422            ! ext/Devel/Peek/Peek.t
1423 ____________________________________________________________________________
1424 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
1425         Log: charnames::viacode() was broken, noticed by Jeffrey.
1426      Branch: perl
1427            ! lib/charnames.pm lib/charnames.t
1428 ____________________________________________________________________________
1429 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
1430         Log: Missing files.
1431      Branch: perl
1432            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
1433            ! MANIFEST ext/Encode/MANIFEST
1434 ____________________________________________________________________________
1435 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
1436         Log: (intentionally empty)
1437      Branch: perl
1438            ! MANIFEST sv.h
1439 ____________________________________________________________________________
1440 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
1441         Log: Upgrade to Encode 1.26, from Dan Kogai.
1442      Branch: perl
1443            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
1444            + ext/Encode/ucm/jis0212.ucm
1445            - ext/Encode/lib/Encode/10646_1.pm
1446            - ext/Encode/lib/Encode/Internal.pm
1447            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
1448            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
1449            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
1450            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
1451            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
1452            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
1453            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
1454            - ext/Encode/ucm/macRumanian.ucm
1455            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
1456            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
1457            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
1458            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
1459            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
1460            ! ext/Encode/lib/Encode/Encoding.pm
1461            ! ext/Encode/lib/Encode/Supported.pod
1462            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
1463            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
1464            ! ext/Encode/ucm/adobeSymbol.ucm
1465            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
1466            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
1467            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
1468            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
1469            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
1470            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
1471            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
1472            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
1473            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
1474            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
1475            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
1476            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
1477            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
1478            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
1479            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
1480            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
1481            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
1482            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
1483            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
1484            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
1485            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
1486            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
1487            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
1488            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
1489            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
1490            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
1491            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
1492            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
1493            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
1494            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
1495            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
1496            ! ext/Encode/ucm/nextstep.ucm
1497 ____________________________________________________________________________
1498 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
1499         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
1500              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
1501              Now, where was my coffee mug...
1502      Branch: perl
1503            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
1504            ! pp_sys.c
1505 ____________________________________________________________________________
1506 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
1507         Log: Subject: [PATCH] MakeMaker basic.t on Win32
1508              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1509              Date: Sun, 7 Apr 2002 14:25:48 +0200
1510              Message-ID: <3CB056EC.27101.1119A3D@localhost>
1511              
1512              Subject: [PATCH] MakeMaker && Win32 && nmake
1513              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1514              Date: Sun, 7 Apr 2002 14:25:48 +0200
1515              Message-ID: <3CB056EC.9001.11199ED@localhost>
1516      Branch: perl
1517            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1518 ____________________________________________________________________________
1519 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
1520         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
1521              From: Philip Newton <Philip.Newton@gmx.net>
1522              Date: Sun, 07 Apr 2002 07:51:49 +0200      
1523              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
1524      Branch: perl
1525            ! utf8.c
1526 ____________________________________________________________________________
1527 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
1528         Log: There was no nice way of getting in UTF-8 filenames:
1529              now one can use in the (new) three-arg form of readdir()
1530              and in File::Glob import a ":utf8" to transparently accept
1531              the filenames as Unicode.  Note that only :utf8 is supported,
1532              not fancier stuff like :encoding(foobar)
1533      Branch: perl
1534            + ext/File/Glob/t/utf8.t
1535            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
1536            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
1537            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1538            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
1539            ! t/op/readdir.t
1540 ____________________________________________________________________________
1541 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
1542         Log: Subject: [PATCH] Re: perl@15772
1543              From: Nicholas Clark <nick@ccl4.org>
1544              Date: Sun, 7 Apr 2002 11:06:42 +0100
1545              Message-ID: <20020407110641.O10686@plum.flirble.org>
1546      Branch: perl
1547            ! hv.c
1548 ____________________________________________________________________________
1549 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
1550         Log: Subject: [PATCH] Re: 15764 breakage
1551              From: Michael G Schwern <schwern@pobox.com>
1552              Date: Sat, 6 Apr 2002 19:14:02 -0500
1553              Message-ID: <20020407001401.GA7076@blackrider>
1554      Branch: perl
1555            ! lib/ExtUtils/MM_Unix.pm
1556 ____________________________________________________________________________
1557 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
1558         Log: Instruction tweak.
1559      Branch: perl
1560            ! README.os390
1561 ____________________________________________________________________________
1562 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
1563         Log: Update Changes.
1564      Branch: perl
1565            ! Changes patchlevel.h
1566 ____________________________________________________________________________
1567 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
1568         Log: Subject: [PATCH] Encode tweaks for VMS
1569              From: Michael G Schwern <schwern@pobox.com>
1570              Date: Sat, 6 Apr 2002 03:26:09 -0500
1571              Message-ID: <20020406082609.GA28758@blackrider>
1572      Branch: perl
1573            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
1574            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
1575            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
1576            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
1577 ____________________________________________________________________________
1578 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
1579         Log: Prettyprinting and version paranoia.
1580      Branch: perl
1581            ! ext/DB_File/t/db-recno.t
1582 ____________________________________________________________________________
1583 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
1584         Log: Be explicit about the two DB_File tests croaking
1585              in Mac OS X.
1586      Branch: perl
1587            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
1588 ____________________________________________________________________________
1589 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
1590         Log: Regen toc.
1591      Branch: perl
1592            ! pod/perltoc.pod
1593 ____________________________________________________________________________
1594 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
1595         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
1596              From: Benjamin Goldberg <goldbb2@earthlink.net>
1597              Date: Fri, 05 Apr 2002 19:15:42 -0500
1598              Message-ID: <3CAE3E2E.8483505@earthlink.net>
1599      Branch: perl
1600            ! hv.h
1601 ____________________________________________________________________________
1602 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
1603         Log: Underline that the current implementation is not
1604              guaranteed to be forever; and reformat a bit.
1605      Branch: perl
1606            ! lib/utf8.pm
1607 ____________________________________________________________________________
1608 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
1609         Log: Subject: Weak spots in the utf8 manpage
1610              From: andreas.koenig@anima.de (Andreas J. Koenig)
1611              Date: Fri, 05 Apr 2002 10:08:44 +0200      
1612              Message-ID: <m3u1qqefeb.fsf@anima.de>      
1613      Branch: perl
1614            ! lib/utf8.pm
1615 ____________________________________________________________________________
1616 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
1617         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
1618              From: Michael G Schwern <schwern@pobox.com>
1619              Date: Sat, 6 Apr 2002 03:22:03 -0500
1620              Message-ID: <20020406082203.GA28713@blackrider>
1621      Branch: perl
1622            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
1623            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
1624            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
1625            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
1626            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
1627            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
1628            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1629            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
1630            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
1631            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
1632 ____________________________________________________________________________
1633 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
1634         Log: No need to avoid utf8 warnings after #15762.
1635      Branch: perl
1636            ! lib/Unicode/Collate.pm
1637 ____________________________________________________________________________
1638 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
1639         Log: As noted by Philip Newton: nothing wrong with BOM,
1640              but 0xFFFE quite wrong.
1641      Branch: perl
1642            ! t/lib/warnings/utf8 utf8.c utf8.h
1643 ____________________________________________________________________________
1644 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
1645         Log: Explain the "gaps" in the UTF-8 encoding.
1646      Branch: perl
1647            ! pod/perlunicode.pod utf8.h
1648 ____________________________________________________________________________
1649 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
1650         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
1651              From: Nicholas Clark <nick@unfortu.net>
1652              Date: Sat, 6 Apr 2002 14:54:51 +0100
1653              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
1654      Branch: perl
1655            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1656 ____________________________________________________________________________
1657 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
1658         Log: Signedness nits.
1659      Branch: perl
1660            ! hv.c
1661 ____________________________________________________________________________
1662 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
1663         Log: Make hv_notallowed a static as suggested by Nick Clark;
1664              and synchronize the nomenclature to talk about restricted
1665              (not fixed) hashes.
1666      Branch: perl
1667            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
1668            ! proto.h
1669 ____________________________________________________________________________
1670 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
1671         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
1672              From: Nicholas Clark <nick@unfortu.net>
1673              Date: Sat, 6 Apr 2002 00:21:17 +0100
1674              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
1675              
1676              (with the last one reversed)
1677      Branch: perl
1678            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
1679            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
1680 ____________________________________________________________________________
1681 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
1682         Log: Update the warning message.
1683      Branch: perl
1684            ! README.tru64
1685 ____________________________________________________________________________
1686 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
1687         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
1688              From: Dan Kogai <dankogai@dan.co.jp>
1689              Date: Sat, 6 Apr 2002 06:08:40 +0900
1690              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
1691      Branch: perl
1692            ! pod/perlunicode.pod
1693 ____________________________________________________________________________
1694 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
1695         Log: Some tests were failing silently instead of saying "not ok"
1696      Branch: perl
1697            ! t/comp/proto.t
1698 ____________________________________________________________________________
1699 [ 15753] By: nick                                  on 2002/04/05  19:30:12
1700         Log: Integrate mainline
1701      Branch: perlio
1702           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
1703           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
1704           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
1705 ____________________________________________________________________________
1706 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
1707         Log: Minor Tie::File test patch, from mjd.
1708      Branch: perl
1709            ! lib/Tie/File/t/24_cache_loop.t
1710 ____________________________________________________________________________
1711 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
1712         Log: Not *that* different line endings (noticed by Philip Newton)
1713      Branch: perl
1714            ! pod/perldelta.pod
1715 ____________________________________________________________________________
1716 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
1717         Log: Retract #15745 for now; won't work without more Encode fixes.
1718      Branch: perl
1719            ! ext/Encode/lib/Encode/10646_1.pm
1720 ____________________________________________________________________________
1721 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
1722         Log: metaconfig unit change for #15748.
1723      Branch: metaconfig
1724            ! U/modified/Oldconfig.U
1725 ____________________________________________________________________________
1726 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
1727         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
1728              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1729              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
1730              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
1731      Branch: perl
1732            ! Configure
1733 ____________________________________________________________________________
1734 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
1735         Log: NetWare update from C Aditya.
1736      Branch: perl
1737            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
1738 ____________________________________________________________________________
1739 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
1740         Log: Win32 pacifying from mjd.
1741      Branch: perl
1742            ! lib/Tie/File/t/26_twrite.t
1743 ____________________________________________________________________________
1744 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
1745         Log: Integrate perlio;
1746              
1747              Not only did UCS-2 have dodgy name it was buggy.
1748      Branch: perl
1749           !> ext/Encode/lib/Encode/10646_1.pm
1750 ____________________________________________________________________________
1751 [ 15744] By: nick                                  on 2002/04/05  13:02:36
1752         Log: Not only did UCS-2 have dodgy name it was buggy.
1753      Branch: perlio
1754            ! ext/Encode/lib/Encode/10646_1.pm
1755 ____________________________________________________________________________
1756 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
1757         Log: Subject: Patch for bug ID 20020221.007
1758              From: Archer Sully <archer@meer.net>
1759              Date: Thu, 4 Apr 2002 21:45:34 -0700
1760              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
1761              
1762              Fix for "[ID 20020221.007] SEGV in Storable with empty string
1763              scalar object" (dclone)
1764      Branch: perl
1765            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
1766 ____________________________________________________________________________
1767 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
1768         Log: Subject: Re: lib/sort.t failure 
1769              From: "John P. Linderman" <jpl@research.att.com>
1770              Date: Fri, 05 Apr 2002 06:19:07 -0500
1771              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
1772              
1773              with a minor formatting tweak
1774      Branch: perl
1775            ! pod/perlfunc.pod
1776 ____________________________________________________________________________
1777 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
1778         Log: Subject: Re: lib/sort.t failure (and [PATCH])
1779              From: "John P. Linderman" <jpl@research.att.com>
1780              Date: Fri, 05 Apr 2002 07:13:27 -0500
1781              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
1782      Branch: perl
1783            ! lib/sort.t
1784 ____________________________________________________________________________
1785 [ 15740] By: nick                                  on 2002/04/05  09:31:42
1786         Log: Integrate mainline
1787      Branch: perlio
1788           +> (branch 49 files)
1789           !> (integrate 82 files)
1790 ____________________________________________________________________________
1791 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
1792         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
1793              From: Dan Kogai <dankogai@dan.co.jp>
1794              Date: Fri, 5 Apr 2002 11:52:50 +0900
1795              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
1796      Branch: perl
1797            ! ext/Encode/t/Aliases.t
1798 ____________________________________________________________________________
1799 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
1800         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
1801              From: Dan Kogai <dankogai@dan.co.jp>
1802              Date: Fri, 5 Apr 2002 11:39:55 +0900
1803              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
1804      Branch: perl
1805            ! ext/Encode/lib/Encode/Alias.pm
1806 ____________________________________________________________________________
1807 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
1808         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
1809              From: Ilmari Karonen <iltzu@sci.fi>
1810              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
1811              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
1812      Branch: perl
1813            ! gv.c t/op/method.t
1814 ____________________________________________________________________________
1815 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
1816         Log: I was fooled for a while, somebody else might be too.
1817      Branch: perl
1818            ! t/test.pl
1819 ____________________________________________________________________________
1820 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
1821         Log: test.pl-ify.
1822      Branch: perl
1823            ! t/op/method.t
1824 ____________________________________________________________________________
1825 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
1826         Log: Upgrade to Encode 1.20, from Dan Kogai.
1827      Branch: perl
1828            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
1829            + ext/Encode/ucm/adobeSymbol.ucm
1830            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
1831            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
1832            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
1833            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
1834            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
1835            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
1836            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
1837            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
1838            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
1839            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
1840            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
1841            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
1842            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
1843            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
1844            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
1845            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
1846            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
1847            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
1848            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
1849            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
1850            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
1851            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
1852            + ext/Encode/ucm/macSymbol.ucm
1853            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
1854            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
1855            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
1856            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
1857            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1858            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
1859            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
1860            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
1861            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
1862            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
1863            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
1864            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
1865            ! ext/Encode/lib/Encode/Alias.pm
1866            ! ext/Encode/lib/Encode/Supported.pod
1867            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
1868            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
1869            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
1870            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
1871            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
1872            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
1873            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
1874            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
1875            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
1876            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
1877            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
1878            ! ext/Encode/ucm/nextstep.ucm
1879 ____________________________________________________________________________
1880 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
1881         Log: Subject: left-over "use 5.7.2" in threads.pm
1882              From: Slaven Rezic <slaven.rezic@berlin.de>
1883              Date: 21 Mar 2002 23:18:13 +0100
1884              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
1885      Branch: perl
1886            ! ext/threads/threads.pm
1887 ____________________________________________________________________________
1888 [ 15732] By: ams                                   on 2002/04/04  17:08:13
1889         Log: Subject: [PATCH 5.7.3 DOCS]
1890              From: mjd@plover.com
1891              Date: 4 Apr 2002 15:59:39 -0000
1892              Message-Id: <20020404155939.6754.qmail@plover.com>
1893      Branch: perl
1894            ! pod/perlfaq9.pod
1895 ____________________________________________________________________________
1896 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
1897         Log: metaconfig unit change for #15730.
1898      Branch: metaconfig
1899            ! U/threads/usethreads.U
1900 ____________________________________________________________________________
1901 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
1902         Log: Subject: Re: lib/sort.t failure [PATCH]
1903              From: Andy Dougherty <doughera@lafayette.edu>
1904              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
1905              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
1906              
1907              Default to usethreads in case the user most probably forgot it.
1908      Branch: perl
1909            ! Configure
1910 ____________________________________________________________________________
1911 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
1912         Log: Typo nits from Wolfgang Laun.
1913      Branch: perl
1914            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
1915 ____________________________________________________________________________
1916 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
1917         Log: Detypo in diagnostics.
1918      Branch: perl
1919            ! lib/locale.t
1920 ____________________________________________________________________________
1921 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
1922         Log: pod2html: try to be EOL agnostic.
1923              (Needs testing on CRLF and CR platforms.)
1924      Branch: perl
1925            + lib/Pod/t/eol.t
1926            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
1927 ____________________________________________________________________________
1928 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
1929         Log: Subject: [PATCH} Pod::HTML and HTML4
1930              From: Robert Spier <rspier@pobox.com>
1931              Date: Wed, 03 Apr 2002 16:26:21 -0800
1932              Message-ID: <3CAB9DAD.20305@pobox.com>
1933      Branch: perl
1934            ! lib/Pod/Html.pm
1935 ____________________________________________________________________________
1936 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
1937         Log: Byebye, beebee.
1938      Branch: perl
1939            ! t/lib/warnings/perlio
1940 ____________________________________________________________________________
1941 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
1942         Log: Subject: Re: enc2xs needs portable way to know it's in the core
1943              From: PPrymmer@factset.com
1944              Date: Wed, 3 Apr 2002 14:29:32 -0500
1945              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
1946      Branch: perl
1947            ! configure.com
1948 ____________________________________________________________________________
1949 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
1950         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
1951              From: Dominic Dunlop <domo@computer.org>
1952              Date: Wed, 3 Apr 2002 22:44:01 +0200
1953              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
1954      Branch: perl
1955            ! lib/File/Spec/t/rel2abs2rel.t
1956 ____________________________________________________________________________
1957 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
1958         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
1959              From: Paul_GreenVOS@vos.stratus.com
1960              Date: Wed, 3 Apr 02 16:34 est
1961              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
1962      Branch: perl
1963            ! pp_pack.c
1964 ____________________________________________________________________________
1965 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
1966         Log: Upgrade to Tie::File 0.93, from mjd.
1967      Branch: perl
1968            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
1969            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
1970            ! lib/Tie/File/t/41_heap.t
1971 ____________________________________________________________________________
1972 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
1973         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
1974              From: Andy Dougherty <doughera@lafayette.edu>
1975              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
1976              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
1977      Branch: perl
1978            ! lib/AnyDBM_File.t
1979 ____________________________________________________________________________
1980 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
1981         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
1982              and ccflags including -DNO_LOCALE
1983      Branch: perl
1984            ! perl.h
1985 ____________________________________________________________________________
1986 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
1987         Log: EPOC tweaks from Olaf Flebbe.
1988      Branch: perl
1989            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
1990 ____________________________________________________________________________
1991 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
1992         Log: Subject: [PATCH] Set @INC earlier
1993              From: Andy Dougherty <doughera@lafayette.edu>
1994              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
1995              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
1996      Branch: perl
1997            ! lib/AnyDBM_File.t lib/sort.t
1998 ____________________________________________________________________________
1999 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
2000         Log: perlcompile.pod was listing all B:: modules, except B::Concise
2001              (resubmitted)
2002      Branch: perl
2003            ! pod/perlcompile.pod
2004 ____________________________________________________________________________
2005 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
2006         Log: perlcompile.pod was listing all B:: modules, except B::Concise
2007      Branch: perl
2008            ! pod/perlcompile.pod
2009 ____________________________________________________________________________
2010 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
2011         Log: non-perlio robustness.
2012      Branch: perl
2013            ! ext/Socket/socketpair.t lib/utf8.t
2014 ____________________________________________________________________________
2015 [ 15713] By: nick                                  on 2002/04/03  18:06:49
2016         Log: Integrate mainline
2017      Branch: perlio
2018           +> lib/Tie/File/t/41_heap.t
2019           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
2020           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
2021           !> regexec.c t/op/re_tests t/op/tiearray.t
2022 ____________________________________________________________________________
2023 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
2024         Log: Tweak for 8.3 compat.
2025      Branch: perl
2026            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
2027            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
2028            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
2029            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
2030            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
2031            ! ext/Encode/bin/enc2xs
2032 ____________________________________________________________________________
2033 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
2034         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
2035              From: Mark-Jason Dominus <mjd@plover.com>
2036              Date: Wed, 03 Apr 2002 13:04:40 -0500
2037              Message-ID: <20020403180440.7614.qmail@plover.com>
2038      Branch: perl
2039            ! t/op/tiearray.t
2040 ____________________________________________________________________________
2041 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
2042         Log: Forgotten.
2043      Branch: perl
2044            + lib/Tie/File/t/41_heap.t
2045            ! MANIFEST
2046 ____________________________________________________________________________
2047 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
2048         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
2049              From: Mark Kvale <kvale@phy.ucsf.edu>
2050              Date: Tue, 2 Apr 2002 13:57:37 -0800
2051              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
2052      Branch: perl
2053            ! t/op/re_tests
2054 ____________________________________________________________________________
2055 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
2056         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
2057              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
2058              Date: Wed, 03 Apr 2002 03:34:34 +0100
2059              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
2060      Branch: perl
2061            ! regcomp.c
2062 ____________________________________________________________________________
2063 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
2064         Log: The leavetry crash should now be history.
2065      Branch: perl
2066            ! t/op/tiearray.t
2067 ____________________________________________________________________________
2068 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
2069         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
2070              From: Michael G Schwern <schwern@pobox.com>
2071              Date: Wed, 3 Apr 2002 10:56:44 -0500
2072              Message-ID: <20020403155644.GC916@blackrider>
2073      Branch: perl
2074            ! lib/ExtUtils/MM_Win95.pm
2075 ____________________________________________________________________________
2076 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
2077         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
2078              From: Dave Mitchell <davem@fdgroup.com>
2079              Date: Wed, 3 Apr 2002 02:08:26 +0100
2080              Message-ID: <20020403020825.B16724@fdgroup.com>
2081      Branch: perl
2082            ! pp_ctl.c
2083 ____________________________________________________________________________
2084 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
2085         Log: Prototype tweak for non-threaded builds.
2086      Branch: perl
2087            ! perl.c
2088 ____________________________________________________________________________
2089 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
2090         Log: Detached threads do not help; they still hold resources.
2091      Branch: perl
2092            ! ext/threads/threads.pm pod/perldiag.pod
2093 ____________________________________________________________________________
2094 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
2095         Log: Doc tweak from Wolfgang Laun.
2096      Branch: perl
2097            ! lib/File/Compare.pm
2098 ____________________________________________________________________________
2099 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
2100         Log: Subject: [PATCH bleadperl] regexec.c
2101              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2102              Date: Wed, 3 Apr 2002 11:13:30 +0200
2103              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
2104      Branch: perl
2105            ! regexec.c
2106 ____________________________________________________________________________
2107 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
2108         Log: Document the "Cleanup skipped ..." warning.
2109      Branch: perl
2110            ! ext/threads/threads.pm pod/perldiag.pod
2111 ____________________________________________________________________________
2112 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
2113         Log: Integrate perlio;
2114              
2115              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
2116              
2117              Fix segfaults when mainthread exits with other threads running:
2118              - track number of running threads
2119              - if main thread calls perl_destruct() with other threads running
2120              skip most of cleanup (with a warning).
2121      Branch: perl
2122           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
2123           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
2124           !> pod/perlapi.pod proto.h
2125 ____________________________________________________________________________
2126 [ 15698] By: nick                                  on 2002/04/03  13:15:30
2127         Log: Fix segfaults when mainthread exits with other threads running:
2128              - track number of running threads
2129              - if main thread calls perl_destruct() with other threads running
2130              skip most of cleanup (with a warning).
2131      Branch: perlio
2132            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
2133            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
2134 ____________________________________________________________________________
2135 [ 15697] By: nick                                  on 2002/04/03  07:34:13
2136         Log: Integrate mainline
2137      Branch: perlio
2138           +> lib/Net/Ping/t/250_ping_hires.t
2139           !> (integrate 33 files)
2140 ____________________________________________________________________________
2141 [ 15696] By: nick                                  on 2002/04/03  06:41:58
2142         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
2143      Branch: perlio
2144            ! lib/ExtUtils/xsubpp
2145 ____________________________________________________________________________
2146 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
2147         Log: Subject: [PATCH @15047] debugger
2148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2149              Date: Sat, 16 Mar 2002 04:38:50 -0500
2150              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
2151      Branch: perl
2152            ! lib/perl5db.pl
2153 ____________________________________________________________________________
2154 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
2155         Log: Third Degree flags.
2156      Branch: perl
2157            ! Makefile.SH
2158 ____________________________________________________________________________
2159 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
2160         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
2161              From: Mark-Jason Dominus <mjd@plover.com>
2162              Date: Tue, 02 Apr 2002 16:35:11 -0500
2163              Message-ID: <20020402213511.27781.qmail@plover.com>
2164              
2165              (tweaked)
2166      Branch: perl
2167            ! pod/perlfunc.pod
2168 ____________________________________________________________________________
2169 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
2170         Log: Upgrade to Tie::File 0.92, from mjd.
2171      Branch: perl
2172            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
2173            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
2174            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
2175            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
2176            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
2177            ! lib/Tie/File/t/40_abs_cache.t
2178 ____________________________________________________________________________
2179 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
2180         Log: Subject: [PATCH] Update my email address in perl.c
2181              From: Paul_GreenVOS@vos.stratus.com
2182              Date: Tue, 2 Apr 02 15:27 est
2183              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
2184      Branch: perl
2185            ! AUTHORS perl.c
2186 ____________________________________________________________________________
2187 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
2188         Log: POD fix.
2189      Branch: perl
2190            ! pod/perldelta.pod
2191 ____________________________________________________________________________
2192 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
2193         Log: What started as a small nit (the charnames test, nit found
2194              be Hugo), ballooned a bit... the goal is Larry's wish that
2195              illegal Unicode (such as U+FFFF) by default doesn't warn,
2196              since what if somebody WANTS to create illegal Unicode?
2197              Now getting close to this in the regex runtime.
2198              (Also, fix more of my fixation that BOM would be U+FFFE.)
2199      Branch: perl
2200            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
2201            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
2202 ____________________________________________________________________________
2203 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
2204         Log: Talk more about Net::Ping.
2205      Branch: perl
2206            ! pod/perldelta.pod
2207 ____________________________________________________________________________
2208 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
2209         Log: Upgrade to Net::Ping 2.14.
2210      Branch: perl
2211            + lib/Net/Ping/t/250_ping_hires.t
2212            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
2213            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
2214            ! lib/Net/Ping/t/140_stream_inst.t
2215 ____________________________________________________________________________
2216 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
2217         Log: XML::Parser 2.31 should be out shortly.
2218      Branch: perl
2219            ! pod/perldelta.pod
2220 ____________________________________________________________________________
2221 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
2222         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
2223              From: George Necula <necula@eecs.berkeley.edu>
2224              Date: Tue, 2 Apr 2002 10:22:41 -0800
2225              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
2226      Branch: perl
2227            ! lib/File/Spec/Cygwin.pm
2228 ____________________________________________________________________________
2229 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
2230         Log: EBCDIC test tweak.
2231      Branch: perl
2232            ! pod/perldelta.pod t/uni/case.pl
2233 ____________________________________________________________________________
2234 [ 15683] By: nick                                  on 2002/04/02  15:36:17
2235         Log: Integrate mainline
2236      Branch: perlio
2237           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
2238           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
2239           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
2240 ____________________________________________________________________________
2241 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
2242         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
2243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2244              Date: Tue, 2 Apr 2002 00:37:08 -0500
2245              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
2246      Branch: perl
2247            ! os2/os2ish.h perlio.c
2248 ____________________________________________________________________________
2249 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
2250         Log: Subject: [PATCH @15047] debugger again
2251              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2252              Date: Tue, 2 Apr 2002 00:30:31 -0500
2253              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
2254      Branch: perl
2255            ! lib/perl5db.pl
2256 ____________________________________________________________________________
2257 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
2258         Log: Subject: [PATCH @15047] test() in CPAN.pm
2259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2260              Date: Tue, 2 Apr 2002 00:46:45 -0500
2261              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
2262      Branch: perl
2263            ! lib/CPAN.pm
2264 ____________________________________________________________________________
2265 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
2266         Log: Sync with libnet-1.11
2267      Branch: perl
2268            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
2269            ! lib/Net/SMTP.pm
2270 ____________________________________________________________________________
2271 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
2272         Log: NetWare tweaks from C Aditya.
2273      Branch: perl
2274            ! NetWare/t/NWScripts.pl scope.c
2275 ____________________________________________________________________________
2276 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
2277         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
2278              From: Dan Kogai <dankogai@dan.co.jp>
2279              Date: Tue, 2 Apr 2002 22:21:47 +0900
2280              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
2281      Branch: perl
2282            ! ext/Encode/Encode.xs
2283 ____________________________________________________________________________
2284 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
2285         Log: Integrate perlio;
2286              
2287              Calculate buffer size needs in float to avoid 32-bit overflow.
2288              
2289              Add buffer size growth test.
2290      Branch: perl
2291           +> ext/Encode/t/grow.t
2292           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
2293 ____________________________________________________________________________
2294 [ 15675] By: nick                                  on 2002/04/02  07:49:41
2295         Log: Add buffer size growth test.
2296      Branch: perlio
2297            + ext/Encode/t/grow.t
2298            ! MANIFEST ext/Encode/MANIFEST
2299 ____________________________________________________________________________
2300 [ 15674] By: nick                                  on 2002/04/02  07:40:49
2301         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
2302      Branch: perlio
2303            ! ext/Encode/Encode.xs
2304 ____________________________________________________________________________
2305 [ 15673] By: nick                                  on 2002/04/02  07:40:06
2306         Log: Integrate mainline
2307      Branch: perlio
2308           +> (branch 102 files)
2309            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
2310            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
2311            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
2312            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
2313            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
2314            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
2315            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
2316            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
2317            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
2318            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
2319            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
2320            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
2321            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
2322            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
2323            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
2324            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
2325            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
2326            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
2327            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
2328            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
2329            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
2330            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
2331            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
2332            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
2333            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
2334            - ext/Encode/Encode/macCentEuro.ucm
2335            - ext/Encode/Encode/macCroatian.ucm
2336            - ext/Encode/Encode/macCyrillic.ucm
2337            - ext/Encode/Encode/macDingbats.ucm
2338            - ext/Encode/Encode/macGreek.ucm
2339            - ext/Encode/Encode/macIceland.ucm
2340            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
2341            - ext/Encode/Encode/macRumanian.ucm
2342            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
2343            - ext/Encode/Encode/macTurkish.ucm
2344            - ext/Encode/Encode/macUkraine.ucm
2345            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
2346            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
2347            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
2348            - ext/Encode/compile ext/Encode/encode.h
2349            - ext/Encode/lib/Encode/CN/2022_CN.pm
2350            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
2351            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
2352            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
2353            - lib/unicore/PropertyValueAliases.txt
2354           !> (integrate 143 files)
2355 ____________________________________________________________________________
2356 [ 15672] By: ams                                   on 2002/04/02  04:42:44
2357         Log: Win32 fix for Tie::File from MJD.
2358      Branch: perl
2359            ! lib/Tie/File.pm
2360 ____________________________________________________________________________
2361 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
2362         Log: Add a few tests to the timing-sensitive list.
2363      Branch: perl
2364            ! INSTALL
2365 ____________________________________________________________________________
2366 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
2367         Log: Subject: [PATCH sort.t] extensive regression testing
2368              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2369              Date: Mon, 1 Apr 2002 23:50:24 +0200
2370              Message-ID: <20020401235024.E677@rafael>
2371      Branch: perl
2372            ! lib/sort.t
2373 ____________________________________________________________________________
2374 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
2375         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)
2376              From: Nicholas Clark <nick@unfortu.net>
2377              Date: Mon, 1 Apr 2002 21:54:05 +0100
2378              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
2379      Branch: perl
2380            ! lib/Memoize/t/errors.t
2381 ____________________________________________________________________________
2382 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
2383         Log: Subject: getting rid of a few superfluous $&/$`
2384              From: Jeffrey Friedl <jfriedl@yahoo.com>
2385              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
2386              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
2387              
2388              (with more-backward-compat than just using @- and @+, also by Jeffrey)
2389              
2390              (The version number of Text::Balanced intentionally not
2391              increased since Damian will make a new release after 5.8)
2392      Branch: perl
2393            ! lib/Pod/Html.pm lib/Text/Balanced.pm
2394 ____________________________________________________________________________
2395 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
2396         Log: Subject: [PATCH 5.7.3 TESTS]
2397              From: mjd@plover.com
2398              Date: 1 Apr 2002 20:32:18 -0000
2399              Message-ID: <20020401203218.25230.qmail@plover.com>
2400      Branch: perl
2401            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
2402            ! t/op/tiearray.t t/test.pl
2403 ____________________________________________________________________________
2404 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
2405         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
2406              From: Paul_GreenVOS@vos.stratus.com
2407              Date: Mon, 1 Apr 02 15:15 est
2408              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
2409      Branch: perl
2410            ! iperlsys.h
2411 ____________________________________________________________________________
2412 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
2413         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
2414              From: Paul_GreenVOS@vos.stratus.com
2415              Date: Mon, 1 Apr 02 14:11 est
2416              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
2417      Branch: perl
2418            ! lib/ExtUtils/MM_Unix.pm
2419 ____________________________________________________________________________
2420 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
2421         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
2422              From: Nicholas Clark <nick@unfortu.net>
2423              Date: Mon, 1 Apr 2002 19:30:05 +0100
2424              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
2425      Branch: perl
2426            ! t/op/pat.t t/op/utfhash.t
2427 ____________________________________________________________________________
2428 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
2429         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
2430              From: Mark-Jason Dominus <mjd@plover.com>
2431              Date: Mon, 01 Apr 2002 13:22:01 -0500
2432              Message-ID: <20020401182201.21189.qmail@plover.com>
2433      Branch: perl
2434            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
2435 ____________________________________________________________________________
2436 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
2437         Log: Update Changes.
2438      Branch: perl
2439            ! Changes patchlevel.h
2440 ____________________________________________________________________________
2441 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
2442         Log: Subject: [PATCH 5.7.3 DOC]
2443              From: mjd@plover.com
2444              Date: 1 Apr 2002 17:23:40 -0000
2445              Message-ID: <20020401172340.16410.qmail@plover.com>
2446      Branch: perl
2447            ! pod/perldelta.pod
2448 ____________________________________________________________________________
2449 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
2450         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
2451      Branch: perl
2452            ! hints/unicos.sh
2453 ____________________________________________________________________________
2454 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
2455         Log: Advertise piconv and enc2xs.
2456      Branch: perl
2457            ! pod/perldelta.pod
2458 ____________________________________________________________________________
2459 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
2460         Log: Add enc2xs.
2461      Branch: perl
2462            + utils/enc2xs.PL
2463            ! MANIFEST utils/Makefile
2464 ____________________________________________________________________________
2465 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
2466         Log: Integrate perlio;
2467              
2468              Be more explicit testing for \015 not \r
2469      Branch: perl
2470           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
2471           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
2472 ____________________________________________________________________________
2473 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
2474         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
2475              From: Philip Newton <Philip.Newton@gmx.net>
2476              Date: Mon, 01 Apr 2002 17:06:18 +0200
2477              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
2478      Branch: perl
2479            ! lib/charnames.pm lib/charnames.t
2480 ____________________________________________________________________________
2481 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
2482         Log: Subject: detypo patch
2483              From: andreas.koenig@anima.de (Andreas J. Koenig)
2484              Date: Mon, 01 Apr 2002 10:09:21 +0200
2485              Message-ID: <m3r8lzsuvi.fsf@anima.de>
2486      Branch: perl
2487            ! INSTALL
2488 ____________________________________________________________________________
2489 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
2490         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
2491              From: Philip Newton <Philip.Newton@gmx.net>
2492              Date: Mon, 01 Apr 2002 08:12:01 +0200
2493              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
2494      Branch: perl
2495            ! lib/charnames.pm lib/charnames.t
2496 ____________________________________________________________________________
2497 [ 15653] By: nick                                  on 2002/04/01  09:20:24
2498         Log: Be more explicit testing for \015 not \r
2499      Branch: perlio
2500            ! t/io/crlf.t
2501 ____________________________________________________________________________
2502 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
2503         Log: If under UTF-8 locale the utf8.pm really needs to be found.
2504      Branch: perl
2505            ! t/comp/cpp.t t/run/switchPx.t
2506 ____________________________________________________________________________
2507 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
2508         Log: Upgrade to Tie::File 0.91, from mjd.
2509      Branch: perl
2510            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
2511            + lib/Tie/File/t/26_twrite.t
2512            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
2513            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
2514            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
2515            ! lib/Tie/File/t/16_handle.t
2516 ____________________________________________________________________________
2517 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
2518         Log: DJGPP tweaks from Laszlo.
2519      Branch: perl
2520            ! lib/ExtUtils/MM_DOS.pm util.c
2521 ____________________________________________________________________________
2522 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
2523         Log: Discussion about minimal installations.
2524      Branch: perl
2525            ! INSTALL
2526 ____________________________________________________________________________
2527 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
2528         Log: Comment tweak from Hugo.
2529      Branch: perl
2530            ! regexec.c
2531 ____________________________________________________________________________
2532 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
2533         Log: Another UTF-8 locale tweak from Hugo.
2534      Branch: perl
2535            ! regexec.c
2536 ____________________________________________________________________________
2537 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
2538         Log: Document the known MacOS X locale problem.
2539      Branch: perl
2540            ! pod/perldelta.pod
2541 ____________________________________________________________________________
2542 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
2543         Log: Regex fix from Hugo: in UTF-8 locales the character
2544              counting code didn't work right for minimal matches.
2545      Branch: perl
2546            ! regexec.c
2547 ____________________________________________________________________________
2548 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
2549         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
2550              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2551              Date: Sun, 31 Mar 2002 20:32:43 -0500
2552              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
2553      Branch: perl
2554            ! lib/ExtUtils/xsubpp
2555 ____________________________________________________________________________
2556 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
2557         Log: Document known FreeBSD locale glitch. 
2558      Branch: perl
2559            ! pod/perldelta.pod
2560 ____________________________________________________________________________
2561 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
2562         Log: There is --list in glibc iconv.
2563      Branch: perl
2564            ! ext/Encode/bin/piconv
2565 ____________________________________________________________________________
2566 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
2567         Log: Slight usage tweaks to piconv: show usage with
2568              no -t -f or -l arguments, or with -h.
2569      Branch: perl
2570            ! ext/Encode/bin/piconv
2571 ____________________________________________________________________________
2572 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
2573         Log: Get the piconv installed.
2574      Branch: perl
2575            + utils/piconv.PL
2576            ! MANIFEST utils/Makefile
2577 ____________________________________________________________________________
2578 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
2579         Log: Spelling tweaks.
2580      Branch: perl
2581            ! ext/Encode/bin/piconv
2582 ____________________________________________________________________________
2583 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
2584         Log: Upgrade to Encode 1.11, from Dan Kogai.
2585      Branch: perl
2586            + ext/Encode/Encode/Changes.e2x
2587            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
2588            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
2589            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
2590            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
2591            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
2592            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
2593            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
2594            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
2595            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
2596            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
2597            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
2598            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
2599            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
2600            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
2601            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
2602            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
2603            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
2604            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
2605            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
2606            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
2607            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
2608            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
2609            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
2610            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
2611            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
2612            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
2613            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
2614            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
2615            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
2616            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
2617            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
2618            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
2619            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
2620            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
2621            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
2622            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
2623            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
2624            + ext/Encode/ucm/viscii.ucm
2625            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
2626            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
2627            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
2628            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
2629            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
2630            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
2631            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
2632            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
2633            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
2634            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
2635            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
2636            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
2637            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
2638            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
2639            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
2640            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
2641            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
2642            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
2643            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
2644            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
2645            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
2646            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
2647            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
2648            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
2649            - ext/Encode/Encode/ksc5601.ucm
2650            - ext/Encode/Encode/macCentEuro.ucm
2651            - ext/Encode/Encode/macCroatian.ucm
2652            - ext/Encode/Encode/macCyrillic.ucm
2653            - ext/Encode/Encode/macDingbats.ucm
2654            - ext/Encode/Encode/macGreek.ucm
2655            - ext/Encode/Encode/macIceland.ucm
2656            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
2657            - ext/Encode/Encode/macRumanian.ucm
2658            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
2659            - ext/Encode/Encode/macTurkish.ucm
2660            - ext/Encode/Encode/macUkraine.ucm
2661            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
2662            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
2663            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
2664            - lib/encoding.pm lib/encoding.t
2665            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
2666            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
2667            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
2668            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
2669            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
2670            ! ext/Encode/Makefile.PL ext/Encode/README
2671            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
2672            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2673            ! ext/Encode/lib/Encode/Alias.pm
2674            ! ext/Encode/lib/Encode/Supported.pod
2675 ____________________________________________________________________________
2676 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
2677         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
2678              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
2679              respective test    and doc tweaks.
2680      Branch: perl
2681            ! lib/charnames.pm lib/charnames.t
2682 ____________________________________________________________________________
2683 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
2684         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
2685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2686              Date: Sun, 31 Mar 2002 22:47:31 +0200
2687              Message-ID: <20020331224731.E854@rafael>
2688      Branch: perl
2689            ! pod/perlfunc.pod
2690 ____________________________________________________________________________
2691 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
2692         Log: Subject: [PATCH] __attribute__ problems with g++
2693              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2694              Date: Sun, 31 Mar 2002 22:43:03 +0200
2695              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
2696      Branch: perl
2697            ! perl.h
2698 ____________________________________________________________________________
2699 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
2700         Log: Put back the #! line, false alarm.
2701      Branch: perl
2702            ! lib/ExtUtils/t/Constant.t
2703 ____________________________________________________________________________
2704 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
2705         Log: Subject: Re: [Patch] pod/perlvar.pod
2706              From: Philip Newton <Philip.Newton@gmx.net>
2707              Date: Sun, 31 Mar 2002 07:40:43 +0200
2708              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
2709      Branch: perl
2710            ! pod/perlvar.pod
2711 ____________________________________________________________________________
2712 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
2713         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
2714              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2715              Date: Sat, 30 Mar 2002 21:37:37 -0500
2716              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
2717      Branch: perl
2718            ! ext/Socket/socketpair.t
2719 ____________________________________________________________________________
2720 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
2721         Log: Subject: Re: compile tweak for Win32
2722              From: Michael G Schwern <schwern@pobox.com>
2723              Date: Fri, 29 Mar 2002 17:48:22 -0500      
2724              Message-ID: <20020329224822.GG16816@blackrider>
2725      Branch: perl
2726            ! win32/buildext.pl
2727 ____________________________________________________________________________
2728 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
2729         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
2730              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2731              Date: Sat, 30 Mar 2002 22:19:46 +0100
2732              Message-ID: <20020330221946.A28497@rafael>
2733      Branch: perl
2734            ! t/lib/1_compile.t
2735 ____________________________________________________________________________
2736 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
2737         Log: Subject: [PATCH regmesg.t] increase output verbosity
2738              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2739              Date: Sat, 30 Mar 2002 22:34:08 +0100
2740              Message-ID: <20020330223408.C28497@rafael>
2741      Branch: perl
2742            ! t/op/regmesg.t
2743 ____________________________________________________________________________
2744 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
2745         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
2746              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2747              Date: Sat, 30 Mar 2002 21:36:23 +0100
2748              Message-ID: <20020330213623.A677@rafael>
2749      Branch: perl
2750            ! regcomp.c
2751 ____________________________________________________________________________
2752 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
2753         Log: If using a network filesystem several different hosts
2754              may be trying to lock the same file.  In this case offering
2755              to kill the other process is not that helpful.  (Unless one
2756              has *real* clustering, but that's not usually the case.)
2757      Branch: perl
2758            ! lib/CPAN.pm
2759 ____________________________________________________________________________
2760 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
2761         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
2762              From: andreas.koenig@anima.de (Andreas J. Koenig)
2763              Date: Sat, 30 Mar 2002 06:12:36 +0100
2764              Message-ID: <m3hemyvdtn.fsf@anima.de>
2765      Branch: perl
2766            ! lib/Dumpvalue.pm
2767 ____________________________________________________________________________
2768 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
2769         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
2770              From: Jeremy Zawodny <Jeremy@Zawodny.com>
2771              Date: Fri, 29 Mar 2002 17:55:20 -0800
2772              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
2773      Branch: perl
2774            ! utils/dprofpp.PL
2775 ____________________________________________________________________________
2776 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
2777         Log: Subject: [Patch] pod/perlvar.pod
2778              From: Dan Kogai <dankogai@dan.co.jp>
2779              Date: Sun, 31 Mar 2002 02:03:36 +0900
2780              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
2781      Branch: perl
2782            ! pod/perlvar.pod
2783 ____________________________________________________________________________
2784 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
2785         Log: Subject: [PATCH] MM & Encode fixes
2786              From: Michael G Schwern <schwern@pobox.com>
2787              Date: Sat, 30 Mar 2002 06:41:56 -0500
2788              Message-ID: <20020330114156.GA16533@blackrider>
2789      Branch: perl
2790            + lib/ExtUtils/t/basic.t
2791            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
2792            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
2793            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2794            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2795            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
2796            ! lib/ExtUtils/t/hints.t
2797 ____________________________________________________________________________
2798 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
2799         Log: EBCDICification.
2800      Branch: perl
2801            ! lib/charnames.t
2802 ____________________________________________________________________________
2803 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
2804         Log: Upgrade to Tie::File 0.90, from mjd.
2805      Branch: perl
2806            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
2807            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
2808            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
2809            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
2810            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
2811            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
2812            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
2813            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
2814            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
2815 ____________________________________________________________________________
2816 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
2817         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
2818              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2819              Date: Sat, 30 Mar 2002 00:20:39 +0100
2820              Message-ID: <20020330002039.A716@rafael>
2821      Branch: perl
2822            ! lib/sort.pm
2823 ____________________________________________________________________________
2824 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
2825         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
2826              From: Michael G Schwern <schwern@pobox.com>
2827              Date: Fri, 29 Mar 2002 18:14:20 -0500
2828              Message-ID: <20020329231419.GI16816@blackrider>
2829      Branch: perl
2830            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
2831            ! wince/Makefile.ce
2832 ____________________________________________________________________________
2833 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
2834         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
2835              From: Paul_GreenVOS@vos.stratus.com
2836              Date: Fri, 29 Mar 02 18:01 est
2837              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
2838      Branch: perl
2839            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
2840 ____________________________________________________________________________
2841 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
2842         Log: AUTHORS updates.
2843      Branch: perl
2844            ! AUTHORS
2845 ____________________________________________________________________________
2846 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
2847         Log: Upgrade to Encode 1.01, from Dan Kogai.
2848      Branch: perl
2849            ! ext/Encode/Changes ext/Encode/Encode.pm
2850            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
2851            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
2852            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
2853            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
2854            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
2855            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
2856            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
2857            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
2858            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
2859            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
2860            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
2861            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
2862            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
2863            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
2864            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
2865            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
2866            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
2867            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
2868            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
2869            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
2870            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
2871            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
2872            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
2873            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
2874            ! ext/Encode/Encode/ksc5601.ucm
2875            ! ext/Encode/Encode/macCentEuro.ucm
2876            ! ext/Encode/Encode/macCroatian.ucm
2877            ! ext/Encode/Encode/macCyrillic.ucm
2878            ! ext/Encode/Encode/macDingbats.ucm
2879            ! ext/Encode/Encode/macGreek.ucm
2880            ! ext/Encode/Encode/macIceland.ucm
2881            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
2882            ! ext/Encode/Encode/macRumanian.ucm
2883            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
2884            ! ext/Encode/Encode/macTurkish.ucm
2885            ! ext/Encode/Encode/macUkraine.ucm
2886            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
2887            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
2888            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
2889            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
2890            ! ext/Encode/lib/Encode/CJKConstants.pm
2891            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
2892            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
2893            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
2894 ____________________________________________________________________________
2895 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
2896         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
2897              From: "Craig A. Berry" <craigberry@mac.com>
2898              Date: Fri, 29 Mar 2002 13:46:28 -0600
2899              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
2900      Branch: perl
2901            ! configure.com
2902 ____________________________________________________________________________
2903 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
2904         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
2905              which one has to get from the CPAN distribution.
2906      Branch: perl
2907            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
2908            + lib/Memoize/t/expmod_t.t
2909            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
2910            - lib/Memoize/t/expire_module_t.t
2911            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
2912            ! lib/Memoize/README
2913 ____________________________________________________________________________
2914 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
2915         Log: metaconfig unit tweak.
2916      Branch: metaconfig/U/perl
2917            ! versiononly.U
2918 ____________________________________________________________________________
2919 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
2920         Log: Configure-related tweaks.
2921      Branch: perl
2922            ! Porting/Glossary Porting/config.sh Porting/config_H
2923            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2924            ! vos/config.ga.h
2925 ____________________________________________________________________________
2926 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
2927         Log: Ooops.
2928      Branch: perl
2929            ! t/op/ver.t
2930 ____________________________________________________________________________
2931 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
2932         Log: Subject: [PATCH @15606] d_time for vms
2933              From: "Craig A. Berry" <craigberry@mac.com>
2934              Date: Fri, 29 Mar 2002 11:58:29 -0600
2935              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
2936      Branch: perl
2937            ! configure.com
2938 ____________________________________________________________________________
2939 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
2940         Log: Subject: Re: Regex-Unicode bugs
2941              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2942              Date: Thu, 28 Mar 2002 10:12:35 +0100
2943              Message-ID: <20020328101235.F678@rafael>
2944      Branch: perl
2945            ! t/op/regmesg.t
2946 ____________________________________________________________________________
2947 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
2948         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
2949              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2950              Date: Fri, 29 Mar 2002 16:53:27 +0000
2951              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
2952      Branch: perl
2953            ! pod/perlre.pod pod/perlretut.pod
2954 ____________________________________________________________________________
2955 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
2956         Log: Subject: Re: debugger debuggers wanted
2957              From: spidb@cpan.org
2958              Date: Fri, 29 Mar 2002 06:34:11 -0500
2959              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
2960      Branch: perl
2961            ! lib/perl5db.pl
2962 ____________________________________________________________________________
2963 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
2964         Log: Update Changes.
2965      Branch: perl
2966            ! Changes patchlevel.h
2967 ____________________________________________________________________________
2968 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
2969         Log: Rename for 8.3-friendliness.
2970      Branch: perl
2971            + lib/unicore/PropValueAliases.txt
2972            - lib/unicore/PropertyValueAliases.txt
2973            ! MANIFEST lib/unicore/README.perl
2974 ____________________________________________________________________________
2975 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
2976         Log: Retract ExtUtils/t/basic.t until it works.
2977      Branch: perl
2978            - lib/ExtUtils/t/basic.t
2979            ! MANIFEST
2980 ____________________________________________________________________________
2981 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
2982         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
2983              From: Slaven Rezic <slaven.rezic@berlin.de>
2984              Date: 28 Mar 2002 22:27:14 +0100
2985              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
2986      Branch: perl
2987            ! hints/freebsd.sh
2988 ____________________________________________________________________________
2989 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
2990         Log: Interesting... where did this come from?
2991              (The Configure change in #15600)
2992      Branch: perl
2993            ! config_h.SH
2994 ____________________________________________________________________________
2995 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
2996         Log: metaconfig unit change for #15600.
2997      Branch: metaconfig/U/perl
2998            ! versiononly.U
2999 ____________________________________________________________________________
3000 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
3001         Log: Subject: versiononly should not put `old' versions in inc
3002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3003              Date: Fri, 29 Mar 2002 12:53:49 +0100
3004              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
3005      Branch: perl
3006            ! Configure
3007 ____________________________________________________________________________
3008 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
3009         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
3010              From: Michael G Schwern <schwern@pobox.com>
3011              Date: Fri, 29 Mar 2002 04:12:47 -0500
3012              Message-ID: <20020329091247.GA7432@blackrider>
3013              
3014              (with two nits: (1) change lib/Extutils/Command/MM.pm
3015              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
3016              @INC to compile.t)
3017      Branch: perl
3018            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
3019            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
3020            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
3021            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
3022            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
3023            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
3024            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
3025            + lib/ExtUtils/t/Problem-Module/Makefile.PL
3026            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
3027            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
3028            + t/lib/MakeMaker/Test/Utils.pm
3029            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3030            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
3031            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
3032            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
3033            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
3034            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3035            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
3036            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
3037            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
3038            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
3039            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
3040            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
3041            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
3042            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
3043            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
3044            ! t/lib/TieOut.pm
3045 ____________________________________________________________________________
3046 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
3047         Log: Leftovers from Encode 0.99.
3048      Branch: perl
3049            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
3050            - ext/Encode/compile ext/Encode/encode.h
3051            - ext/Encode/lib/Encode/CN/2022_CN.pm
3052            - ext/Encode/lib/Encode/Details.pod
3053 ____________________________________________________________________________
3054 [ 15597] By: nick                                  on 2002/03/29  14:03:35
3055         Log: Integrate mainline
3056      Branch: perlio
3057           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
3058           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
3059           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3060           !> (integrate 130 files)
3061 ____________________________________________________________________________
3062 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
3063         Log: Subject: Another Unicode-3.2-induced doc fix
3064              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3065              Date: Fri, 29 Mar 2002 21:45:47 +0900
3066              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
3067      Branch: perl
3068            ! ext/Unicode/Normalize/Normalize.pm
3069 ____________________________________________________________________________
3070 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
3071         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
3072              From: Slaven Rezic <slaven.rezic@berlin.de>
3073              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
3074              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
3075      Branch: perl
3076            ! reentr.c reentr.pl
3077 ____________________________________________________________________________
3078 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
3079         Log: Subject: [PATCH] Quieting OS X
3080              From: Michael G Schwern <schwern@pobox.com>
3081              Date: Fri, 29 Mar 2002 05:46:23 -0500
3082              Message-ID: <20020329104622.GA9163@blackrider>
3083      Branch: perl
3084            ! ext/POSIX/t/posix.t t/op/stat.t
3085 ____________________________________________________________________________
3086 [ 15593] By: ams                                   on 2002/03/29  07:32:22
3087         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
3088              From: Paul_GreenVOS@vos.stratus.com
3089              Date: Fri, 29 Mar 02 0:05 est
3090              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
3091      Branch: perl
3092            ! ext/Time/HiRes/HiRes.xs
3093 ____________________________________________________________________________
3094 [ 15592] By: ams                                   on 2002/03/29  07:28:29
3095         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
3096              From: Spider Boardman <spidb@cpan.org>
3097              Date: Fri, 29 Mar 2002 00:52:24 -0500
3098              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
3099      Branch: perl
3100            ! op.c t/op/attrs.t
3101 ____________________________________________________________________________
3102 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
3103         Log: It's perlce.
3104      Branch: perl
3105            ! pod/perldelta.pod
3106 ____________________________________________________________________________
3107 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
3108         Log: MPE/iX tweaks from Mark Bixby.
3109      Branch: perl
3110            ! ext/Storable/t/lock.t mpeix/relink
3111 ____________________________________________________________________________
3112 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
3113         Log: Upgrade to Encode 1.00, from Dan Kogai.
3114              
3115              (one nit: bin/enc2xs needed also ../..)
3116      Branch: perl
3117            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
3118            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
3119            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3120            ! (edit 104 files)
3121 ____________________________________________________________________________
3122 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
3123         Log: Subject: [PATCH] NEXT LINE --> NEL
3124              From: Philip Newton <Philip.Newton@gmx.net>
3125              Date: Thu, 28 Mar 2002 21:03:10 +0000
3126              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
3127      Branch: perl
3128            ! lib/charnames.pm lib/charnames.t
3129 ____________________________________________________________________________
3130 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
3131         Log: binmode :bytes, again.
3132      Branch: perl
3133            ! lib/utf8.t
3134 ____________________________________________________________________________
3135 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
3136         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
3137              From: Mark-Jason Dominus <mjd@plover.com>
3138              Date: Thu, 28 Mar 2002 10:36:03 -0500
3139              Message-ID: <20020328153603.11992.qmail@plover.com>
3140      Branch: perl
3141            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
3142 ____________________________________________________________________________
3143 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
3144         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
3145      Branch: perl
3146            ! lib/charnames.pm lib/charnames.t pp_pack.c
3147 ____________________________________________________________________________
3148 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
3149         Log: If expecting UTF-8, probably not expecting UTF-16.
3150      Branch: perl
3151            ! t/comp/require.t
3152 ____________________________________________________________________________
3153 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
3154         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
3155              From: Paul_GreenVOS@vos.stratus.com
3156              Date: Thu, 28 Mar 02 8:22 est
3157              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
3158      Branch: perl
3159            ! lib/Time/Local.pm
3160 ____________________________________________________________________________
3161 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
3162         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
3163              From: Paul_GreenVOS@vos.stratus.com
3164              Date: Thu, 28 Mar 02 7:46 est
3165              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
3166      Branch: perl
3167            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
3168 ____________________________________________________________________________
3169 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
3170         Log: A little bit better error message for \pq, still
3171              not good because the script context is not shown.
3172      Branch: perl
3173            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
3174 ____________________________________________________________________________
3175 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
3176         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
3177              From: Jeffrey Friedl <jfriedl@yahoo.com>
3178              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
3179              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
3180      Branch: perl
3181            ! sv.c t/op/pat.t
3182 ____________________________________________________________________________
3183 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
3184         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
3185              From: Mark-Jason Dominus <mjd@plover.com>
3186              Date: Thu, 28 Mar 2002 05:04:40 -0500
3187              Message-ID: <20020328100440.22081.qmail@plover.com>
3188      Branch: perl
3189            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
3190 ____________________________________________________________________________
3191 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
3192         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
3193              From: mjd@plover.com
3194              Date: 28 Mar 2002 09:22:06 -0000
3195              Message-ID: <20020328092206.18833.qmail@plover.com>
3196      Branch: perl
3197            ! lib/encoding.t
3198 ____________________________________________________________________________
3199 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
3200         Log: Unicode 3.2.0-induced doc tweaks.
3201      Branch: perl
3202            ! pod/perlretut.pod pod/perlunicode.pod
3203 ____________________________________________________________________________
3204 [ 15576] By: nick                                  on 2002/03/28  07:40:04
3205         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
3206      Branch: perlio
3207           +> (branch 31 files)
3208           !> (integrate 162 files)
3209 ____________________________________________________________________________
3210 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
3211         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
3212              From: Paul_GreenVOS@vos.stratus.com
3213              Date: Thu, 28 Mar 02 0:16 est
3214              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
3215      Branch: perl
3216            ! ext/POSIX/t/posix.t
3217 ____________________________________________________________________________
3218 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
3219         Log: Subject: Re: Regex-Unicode bugs
3220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3221              Date: Wed, 27 Mar 2002 13:48:06 +0100
3222              Message-ID: <20020327134806.C18945@rafael>
3223              
3224              regmesg.t patch still would be nice.
3225      Branch: perl
3226            ! regcomp.c
3227 ____________________________________________________________________________
3228 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
3229         Log: Subject: Re: Regex-Unicode bugs
3230              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
3231              Date: Wed, 27 Mar 2002 12:39:57 +0000
3232              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
3233      Branch: perl
3234            ! pod/perldiag.pod regcomp.c
3235 ____________________________________________________________________________
3236 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
3237         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
3238              From: Paul_GreenVOS@vos.stratus.com
3239              Date: Wed, 27 Mar 02 23:33 est
3240              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
3241      Branch: perl
3242            ! t/io/fs.t
3243 ____________________________________________________________________________
3244 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
3245         Log: The Official 3.2.0 came out.
3246      Branch: perl
3247            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
3248            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
3249            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
3250            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
3251            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
3252            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
3253            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
3254            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
3255            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
3256            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
3257            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
3258            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
3259            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
3260            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
3261            + lib/unicore/lib/UnifiedI.pl
3262            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
3263 ____________________________________________________________________________
3264 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
3265         Log: socketpair binmode :bytes.
3266      Branch: perl
3267            ! ext/Socket/socketpair.t
3268 ____________________________________________________________________________
3269 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
3270         Log: Don't install anything beneath 't' directories.
3271      Branch: perl
3272            ! installperl
3273 ____________________________________________________________________________
3274 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
3275         Log: More UTF-8 locale sensitivity.
3276      Branch: perl
3277            ! t/io/utf8.t
3278 ____________________________________________________________________________
3279 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
3280         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
3281              From: Stas Bekman <stas@stason.org>
3282              Date: Thu, 28 Mar 2002 10:13:45 +0800
3283              Message-ID: <3CA27C59.4020209@stason.org>
3284              
3285              Temp file cleanup.
3286      Branch: perl
3287            ! lib/Pod/t/pod2html-lib.pl
3288 ____________________________________________________________________________
3289 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
3290         Log: Be compatible also with non-UTF-8 locales.
3291      Branch: perl
3292            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
3293            ! lib/Locale/Language.pod
3294 ____________________________________________________________________________
3295 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
3296         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
3297              From: Spider Boardman <spidb@cpan.org>
3298              Date: Wed, 27 Mar 2002 20:52:28 -0500
3299              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
3300      Branch: perl
3301            ! cv.h op.c t/op/attrs.t toke.c
3302 ____________________________________________________________________________
3303 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
3304         Log: "Last element".
3305      Branch: perl
3306            ! pod/perlfunc.pod
3307 ____________________________________________________________________________
3308 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
3309         Log: Subject: Error in perlfunc for "die"
3310              From: William R Ward <bill@wards.net>
3311              Date: 27 Mar 2002 12:31:32 -0800
3312              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
3313      Branch: perl
3314            ! pod/perlfunc.pod
3315 ____________________________________________________________________________
3316 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
3317         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
3318              From: Mark Kvale <kvale@phy.ucsf.edu>
3319              Date: Wed, 27 Mar 2002 16:45:37 -0800
3320              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
3321      Branch: perl
3322            ! pod/perlre.pod pod/perlretut.pod
3323 ____________________________________________________________________________
3324 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
3325         Log: Try to handle UTF-8 locales.
3326      Branch: perl
3327            ! lib/locale.t
3328 ____________________________________________________________________________
3329 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
3330         Log: More binmode :bytes.
3331      Branch: perl
3332            ! t/io/utf8.t
3333 ____________________________________________________________________________
3334 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
3335         Log: binmode(FH, ":bytes") is the right way, methinks.
3336      Branch: perl
3337            ! ext/PerlIO/t/encoding.t
3338 ____________________________________________________________________________
3339 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
3340         Log: UTF-8 locale: need to open explicitly for bytes.
3341      Branch: perl
3342            ! ext/PerlIO/t/encoding.t
3343 ____________________________________________________________________________
3344 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
3345         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
3346      Branch: perl
3347            ! lib/Locale/Language.pm lib/Locale/Language.pod
3348 ____________________________________________________________________________
3349 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
3350         Log: Warn instead of croak.
3351      Branch: perl
3352            ! pod/perldiag.pod utf8.c
3353 ____________________________________________________________________________
3354 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
3355         Log: UTF-8 locale: there might already be one UTF-8 discipline.
3356      Branch: perl
3357            ! lib/open.t
3358 ____________________________________________________________________________
3359 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
3360         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
3361              From: "Craig A. Berry" <craigberry@mac.com>
3362              Date: Wed, 27 Mar 2002 15:22:13 -0600
3363              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
3364      Branch: perl
3365            ! t/lib/1_compile.t t/lib/compmod.pl
3366 ____________________________________________________________________________
3367 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
3368         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
3369              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3370              Date: Wed, 27 Mar 2002 22:35:03 +0100
3371              Message-ID: <20020327223503.A678@rafael>
3372      Branch: perl
3373            ! pod/perlop.pod
3374 ____________________________________________________________________________
3375 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
3376         Log: Start using the Unicode 3.2.0 data (NOTE: still
3377              unofficial, but the data is unlikely to change much.
3378              Doublecheck when 3.2.0 gets released.)
3379      Branch: perl
3380            + lib/unicore/PropertyAliases.txt
3381            + lib/unicore/PropertyValueAliases.txt
3382            ! (edit 129 files)
3383 ____________________________________________________________________________
3384 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
3385         Log: Update Changes.
3386      Branch: perl
3387            ! Changes patchlevel.h
3388 ____________________________________________________________________________
3389 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
3390         Log: Further fixing for #15549.  Six tests are failing
3391              under Solaris with en_US.UTF-8 but those failures seem
3392              unrelated to the BOUND problem, will look at them later.
3393      Branch: perl
3394            ! regexec.c
3395 ____________________________________________________________________________
3396 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
3397         Log: Possible fix for "Orks, Dragons, and Elves":
3398              should now build under UTF-8 locales (is building
3399              under Solaris en_US.UTF-8 right now).
3400      Branch: perl
3401            ! Makefile.SH regexec.c
3402 ____________________________________________________________________________
3403 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
3404         Log: Forgotten from #15523.
3405      Branch: perl
3406            ! lib/Math/BigInt/Calc.pm
3407 ____________________________________________________________________________
3408 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
3409         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
3410              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
3411              Date: Wed, 27 Mar 2002 13:32:00 +0100
3412              Message-ID: <20020327133200.A18945@rafael>
3413      Branch: perl
3414            ! regcomp.c t/lib/warnings/regcomp
3415 ____________________________________________________________________________
3416 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
3417         Log: Subject: [PATCH] MANIFES --> MANIFEST
3418              From: Philip Newton <Philip.Newton@gmx.net>
3419              Date: Wed, 27 Mar 2002 10:05:46 +0000
3420              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
3421              
3422              (plus a few tweaks more)
3423      Branch: perl
3424            ! Porting/check83.pl
3425 ____________________________________________________________________________
3426 [ 15545] By: nick                                  on 2002/03/27  07:37:36
3427         Log: Integrate mainline
3428      Branch: perlio
3429           +> lib/Math/BigInt/t/with_sub.t
3430            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
3431            - lib/bignum/t/trace.t
3432           !> (integrate 76 files)
3433 ____________________________________________________________________________
3434 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
3435         Log: Obsolete mailing list information.
3436      Branch: perl
3437            ! README.bs2000 README.os390 README.vmesa
3438 ____________________________________________________________________________
3439 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
3440         Log: More URL "whitespacing".
3441      Branch: perl
3442            ! README.bs2000 README.hurd README.mpeix README.netware
3443            ! README.os390 README.vmesa README.vos README.win32
3444            ! pod/perl5004delta.pod pod/perl5005delta.pod
3445            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
3446            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
3447            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
3448            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
3449            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
3450            ! pod/perltodo.pod
3451 ____________________________________________________________________________
3452 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
3453         Log: I like doubleclicking on URLs in pods to select them.
3454      Branch: perl
3455            ! README.amiga README.epoc README.vos pod/perl561delta.pod
3456            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
3457            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3458            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
3459            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
3460            ! pod/perltodo.pod pod/perlvar.pod
3461 ____________________________________________________________________________
3462 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
3463         Log: Regen modlib.
3464      Branch: perl
3465            ! pod/perlmodlib.pod
3466 ____________________________________________________________________________
3467 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
3468         Log: Update the CPAN sites list.
3469      Branch: perl
3470            ! pod/perlmodlib.PL pod/perlmodlib.pod
3471 ____________________________________________________________________________
3472 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
3473         Log: Regen modlib, toc.
3474      Branch: perl
3475            ! pod/perlmodlib.pod pod/perltoc.pod
3476 ____________________________________________________________________________
3477 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
3478         Log: s/rationale/rational/
3479      Branch: perl
3480            ! lib/Math/BigRat.pm lib/bigrat.pm
3481 ____________________________________________________________________________
3482 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
3483         Log: s/done/esac/
3484      Branch: perl
3485            ! hints/dec_osf.sh
3486 ____________________________________________________________________________
3487 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
3488         Log: Advertise big* and BigRat.
3489      Branch: perl
3490            ! pod/perldelta.pod
3491 ____________________________________________________________________________
3492 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
3493         Log: A missing ) in #15527.
3494      Branch: perl
3495            ! pp_sys.c
3496 ____________________________________________________________________________
3497 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
3498         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
3499              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3500              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
3501              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
3502      Branch: perl
3503            ! lib/ExtUtils/typemap
3504 ____________________________________________________________________________
3505 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
3506         Log: Subject: Re: Cygwin PerlIO.t failing
3507              From: Stas Bekman <stas@stason.org>
3508              Date: Wed, 27 Mar 2002 01:34:11 +0800
3509              Message-ID: <3CA0B113.1070800@stason.org>
3510      Branch: perl
3511            ! ext/PerlIO/PerlIO.t
3512 ____________________________________________________________________________
3513 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
3514         Log: Subject: [PATCH] safety check for vms/test.com
3515              From: "Craig A. Berry" <craigberry@mac.com>
3516              Date: Tue, 26 Mar 2002 12:15:21 -0600
3517              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
3518      Branch: perl
3519            ! vms/test.com
3520 ____________________________________________________________________________
3521 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
3522         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
3523              From: PPrymmer@factset.com
3524              Date: Tue, 26 Mar 2002 13:04:59 -0500
3525              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
3526      Branch: perl
3527            ! configure.com
3528 ____________________________________________________________________________
3529 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
3530         Log: Subject: [PATCH] Minor typo in test harness
3531              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
3532              Date: Tue, 26 Mar 2002 17:44:06 -0000
3533              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
3534      Branch: perl
3535            ! t/lib/warnings/perlio
3536 ____________________________________________________________________________
3537 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
3538         Log: Subject: PATCH s2p.PL
3539              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3540              Date: Tue, 26 Mar 2002 17:16:46 +0100
3541              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
3542      Branch: perl
3543            ! x2p/s2p.PL
3544 ____________________________________________________________________________
3545 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
3546         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
3547      Branch: perl
3548            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
3549            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
3550            ! MANIFEST
3551 ____________________________________________________________________________
3552 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
3553         Log: Avoid and document a weird bug in UNICOS/mk.
3554      Branch: perl
3555            ! pod/perldelta.pod pp_sys.c
3556 ____________________________________________________________________________
3557 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
3558         Log: Math::BigInt::Lite 0.09, from Tels.
3559      Branch: perl
3560            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
3561            ! MANIFEST
3562 ____________________________________________________________________________
3563 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
3564         Log: For now disable the test in OS/390; it seems to hang,
3565              but frustratingly seems to run from command line and
3566              from Perl debugger.
3567      Branch: perl
3568            ! lib/Math/BigInt/t/mbi_rand.t
3569 ____________________________________________________________________________
3570 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
3571         Log: EPOC update from Olaf Flebbe.
3572      Branch: perl
3573            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
3574            ! pod/perlport.pod t/io/fs.t
3575 ____________________________________________________________________________
3576 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
3577         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
3578              and bignum 0.11, from Tels.
3579      Branch: perl
3580            + lib/Math/BigInt/t/with_sub.t
3581            - lib/bignum/t/trace.t
3582            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3583            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
3584            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
3585            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
3586            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
3587            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
3588            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
3589            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
3590            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
3591            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
3592            ! lib/bignum/t/bigrat.t lib/bigrat.pm
3593            ! t/lib/Math/BigInt/Subclass.pm
3594 ____________________________________________________________________________
3595 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
3596         Log: Integrate perlio;
3597              
3598              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
3599              
3600              Testcase for crlf spanning buffer boundary
3601      Branch: perl
3602           +> t/io/crlf.t
3603           !> MANIFEST perlio.c
3604 ____________________________________________________________________________
3605 [ 15521] By: nick                                  on 2002/03/26  15:31:55
3606         Log: Testcase for crlf spanning buffer boundary
3607      Branch: perlio
3608            + t/io/crlf.t
3609            ! MANIFEST
3610 ____________________________________________________________________________
3611 [ 15520] By: nick                                  on 2002/03/26  15:09:52
3612         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
3613      Branch: perlio
3614            ! perlio.c
3615 ____________________________________________________________________________
3616 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
3617         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
3618      Branch: perl
3619            ! t/lib/1_compile.t
3620 ____________________________________________________________________________
3621 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
3622         Log: Document the Configure (really, awk) glitch in
3623              UNICOS/mk.
3624      Branch: perl
3625            ! pod/perldelta.pod
3626 ____________________________________________________________________________
3627 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
3628         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
3629              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3630              Date: Fri, 22 Mar 2002 16:11:28 +0100
3631              Message-ID: <3C9B57B0.31936.496399@localhost>
3632      Branch: perl
3633            ! win32/win32.c
3634 ____________________________________________________________________________
3635 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
3636         Log: Subject: Re: Jarkko likes OOOOs
3637              From: "Gerrit P. Haase" <gp@familiehaase.de>
3638              Date: Tue, 26 Mar 2002 08:44:02 +0100
3639              Message-ID: <40509050505.20020326084402@familiehaase.de>
3640      Branch: perl
3641            ! t/io/fs.t
3642 ____________________________________________________________________________
3643 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
3644         Log: Subject: [patch utils/perlbug] subject header setting problem      
3645              From: Stas Bekman <stas@stason.org>
3646              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
3647              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
3648      Branch: perl
3649            ! utils/perlbug.PL
3650 ____________________________________________________________________________
3651 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
3652         Log: Subject: [PATCH] win32/makefile.mk
3653              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
3654              Date: Tue, 26 Mar 2002 13:56:19 +0100
3655              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
3656      Branch: perl
3657            ! win32/makefile.mk
3658 ____________________________________________________________________________
3659 [ 15513] By: nick                                  on 2002/03/26  07:17:17
3660         Log: Integrate mainline
3661      Branch: perlio
3662           +> (branch 39 files)
3663            - (delete 109 files)
3664           !> (integrate 105 files)
3665 ____________________________________________________________________________
3666 [ 15512] By: nick                                  on 2002/03/26  06:52:42
3667         Log: Integrate mainline
3668      Branch: perlio
3669           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
3670           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
3671           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
3672           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
3673           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
3674 ____________________________________________________________________________
3675 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
3676         Log: Installation advice from Robert Spier. 
3677      Branch: perl
3678            ! INSTALL
3679 ____________________________________________________________________________
3680 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
3681         Log: Stas setting things right.
3682      Branch: perl
3683            ! ext/PerlIO/PerlIO.t
3684 ____________________________________________________________________________
3685 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
3686         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
3687              From: Paul_GreenVOS@vos.stratus.com
3688              Date: Mon, 25 Mar 02 23:57 est
3689              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
3690      Branch: perl
3691            ! ext/IO/lib/IO/t/io_unix.t
3692 ____________________________________________________________________________
3693 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
3694         Log: Add threads hints for UNICOS/mk and UNICOS.
3695              (I'm just guessing on UNICOS.)
3696      Branch: perl
3697            ! hints/unicos.sh hints/unicosmk.sh
3698 ____________________________________________________________________________
3699 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
3700         Log: Mention the effect of Unicode keys on hashes.
3701      Branch: perl
3702            ! pod/perlunicode.pod
3703 ____________________________________________________________________________
3704 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
3705         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
3706              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3707              Date: Mon, 25 Mar 2002 17:24:33 -0600
3708              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
3709      Branch: perl
3710            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
3711            ! vms/vms_yfix.pl
3712 ____________________________________________________________________________
3713 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
3714         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
3715      Branch: perl
3716            ! hints/dec_osf.sh
3717 ____________________________________________________________________________
3718 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
3719         Log: The .ucm of Encode are big when uncompressed.
3720      Branch: perl
3721            ! INSTALL
3722 ____________________________________________________________________________
3723 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
3724         Log: I don't understand what is going on what these
3725              news tests, retracting the whole lot.
3726      Branch: perl
3727            ! ext/PerlIO/PerlIO.t
3728 ____________________________________________________________________________
3729 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
3730         Log: Upgrade to Encode 0.99, from Dan Kogai.
3731      Branch: perl
3732            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
3733            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
3734            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
3735            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
3736            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
3737            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
3738            + ext/Encode/Encode/ksc5601.ucm
3739            + ext/Encode/Encode/macCentEuro.ucm
3740            + ext/Encode/Encode/macCroatian.ucm
3741            + ext/Encode/Encode/macCyrillic.ucm
3742            + ext/Encode/Encode/macDingbats.ucm
3743            + ext/Encode/Encode/macGreek.ucm
3744            + ext/Encode/Encode/macIceland.ucm
3745            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
3746            + ext/Encode/Encode/macRumanian.ucm
3747            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
3748            + ext/Encode/Encode/macTurkish.ucm
3749            + ext/Encode/Encode/macUkraine.ucm
3750            + ext/Encode/Encode/shiftjis.ucm
3751            + ext/Encode/lib/Encode/10646_1.pm
3752            + ext/Encode/lib/Encode/CJKConstants.pm
3753            + ext/Encode/lib/Encode/CN/2022_CN.pm
3754            + ext/Encode/lib/Encode/JP/2022_JP.pm
3755            + ext/Encode/lib/Encode/JP/2022_JP1.pm
3756            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
3757            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
3758            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
3759            + ext/Encode/ucm2table
3760            - (delete 109 files)
3761            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
3762            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
3763            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
3764            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
3765            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3766            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
3767            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
3768            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
3769            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
3770            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
3771            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
3772            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
3773            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
3774            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
3775            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
3776            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
3777            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
3778            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
3779            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
3780            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
3781            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
3782            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
3783            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
3784            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
3785            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
3786            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
3787            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
3788            ! ext/Encode/Makefile.PL ext/Encode/README
3789            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
3790            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
3791            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
3792            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
3793            ! ext/Encode/lib/Encode/Details.pod
3794            ! ext/Encode/lib/Encode/Encoding.pm
3795            ! ext/Encode/lib/Encode/Internal.pm
3796            ! ext/Encode/lib/Encode/JP/H2Z.pm
3797            ! ext/Encode/lib/Encode/JP/JIS.pm
3798            ! ext/Encode/lib/Encode/Supported.pod
3799            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
3800            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
3801            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
3802            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
3803            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
3804            ! ext/Encode/t/jisx0212.ref
3805 ____________________________________________________________________________
3806 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
3807         Log: Noise with -w.
3808      Branch: perl
3809            ! ext/PerlIO/PerlIO.t
3810 ____________________________________________________________________________
3811 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
3812         Log: If no perlio no perlio warnings, either.
3813      Branch: perl
3814            ! lib/warnings.t
3815 ____________________________________________________________________________
3816 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
3817         Log: ...and put some of the new perlio tests here.
3818              The in-memory ones not yet since my poor brain
3819              refuses to find the right TODO incantation.
3820      Branch: perl
3821            ! ext/PerlIO/PerlIO.t
3822 ____________________________________________________________________________
3823 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
3824         Log: Take away the perlio-requiring tests..
3825      Branch: perl
3826            ! t/io/open.t
3827 ____________________________________________________________________________
3828 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
3829         Log: More correct now, but actually the two new tests
3830              need to be moved, since they are perlio-only...
3831      Branch: perl
3832            ! t/io/open.t
3833 ____________________________________________________________________________
3834 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
3835         Log: More neo-io tests from Stas Bekman.
3836      Branch: perl
3837            ! t/io/open.t
3838 ____________________________________________________________________________
3839 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
3840         Log: Document the QNX6 sprintf glitch.
3841      Branch: perl
3842            ! pod/perldelta.pod
3843 ____________________________________________________________________________
3844 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
3845         Log: AmigaOS must use the ixemul directly, since there
3846              is no more vfork support.
3847      Branch: perl
3848            ! hints/amigaos.sh
3849 ____________________________________________________________________________
3850 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
3851         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
3852              From: Norton Allen <allen@huarp.harvard.edu>
3853              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
3854              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
3855      Branch: perl
3856            ! pp_sys.c
3857 ____________________________________________________________________________
3858 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
3859         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
3860              From: Norton Allen <allen@huarp.harvard.edu>
3861              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
3862              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
3863      Branch: perl
3864            ! ext/Socket/socketpair.t
3865 ____________________________________________________________________________
3866 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
3867         Log: Clarify the 8.3 rule.
3868      Branch: perl
3869            ! Porting/check83.pl
3870 ____________________________________________________________________________
3871 [ 15490] By: nick                                  on 2002/03/25  16:05:07
3872         Log: Integrate mainline
3873      Branch: perlio
3874           +> ext/Encode/lib/Encode/EncFormat.pod
3875           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
3876            - ext/Encode/lib/EncodeFormat.pod
3877           !> (integrate 41 files)
3878 ____________________________________________________________________________
3879 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
3880         Log: Update Changes.
3881      Branch: perl
3882            ! Changes patchlevel.h
3883 ____________________________________________________________________________
3884 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
3885         Log: Forgotten from #15486.
3886      Branch: perl
3887            ! perl.c
3888 ____________________________________________________________________________
3889 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
3890         Log: It seems that FreeBSD does not like using Perl's malloc
3891              when multithreaded.
3892      Branch: perl
3893            ! hints/freebsd.sh
3894 ____________________________________________________________________________
3895 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
3896         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
3897              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3898              Date: Mon, 25 Mar 2002 11:33:17 +0100
3899              Message-ID: <20020325113317.A1410@rafael>
3900              
3901              Apparently VMS does not do YYDEBUG.
3902      Branch: perl
3903            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
3904 ____________________________________________________________________________
3905 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
3906         Log: Subject: [PATCH] warnings for perlio + others
3907              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3908              Date: Mon, 25 Mar 2002 13:01:44 -0000
3909              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
3910      Branch: perl
3911            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
3912            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
3913            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
3914            ! warnings.pl
3915 ____________________________________________________________________________
3916 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
3917         Log: As verified by Doug MacEachern.
3918      Branch: perl
3919            ! pod/perldelta.pod
3920 ____________________________________________________________________________
3921 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
3922         Log: MPE/iX update from Mark Bixby.
3923      Branch: perl
3924            + mpeix/mpeix.c
3925            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
3926            ! hints/mpeix.sh mpeix/mpeixish.h
3927 ____________________________________________________________________________
3928 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
3929         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
3930              From: Nicholas Clark <nick@unfortu.net>
3931              Date: Sun, 24 Mar 2002 22:50:06 +0000
3932              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
3933      Branch: perl
3934            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
3935 ____________________________________________________________________________
3936 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
3937         Log: Subject: [PATCH] fix warning + carp interaction
3938              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
3939              Date: Sun, 24 Mar 2002 23:00:21 -0000
3940              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
3941      Branch: perl
3942            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
3943            ! warnings.pl
3944 ____________________________________________________________________________
3945 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
3946         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
3947              (All the code changes have already been applied earlier.)
3948      Branch: perl
3949            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
3950 ____________________________________________________________________________
3951 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
3952         Log: DB_File: for the core version, no need to specify
3953              a minimum MM version.
3954      Branch: perl
3955            ! ext/DB_File/Makefile.PL
3956 ____________________________________________________________________________
3957 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
3958         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
3959              From: Dave Mitchell <davem@fdgroup.com>
3960              Date: Sun, 24 Mar 2002 22:23:08 +0000
3961              Message-ID: <20020324222308.B21963@fdgroup.com>
3962      Branch: perl
3963            ! pp_pack.c
3964 ____________________________________________________________________________
3965 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
3966         Log: Subject: [PATCH @15450] errno help for VMS
3967              From: "Craig A. Berry" <craigberry@mac.com>
3968              Date: Sun, 24 Mar 2002 16:17:52 -0600
3969              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
3970      Branch: perl
3971            ! ext/POSIX/t/posix.t vms/vms.c
3972 ____________________________________________________________________________
3973 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
3974         Log: Upgrade to Locale::Codes 2.03.
3975      Branch: perl
3976            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
3977            ! lib/Locale/Country.pm
3978 ____________________________________________________________________________
3979 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
3980         Log: metaconfig unit change for #15474.
3981      Branch: metaconfig/U/perl
3982            ! Extensions.U
3983 ____________________________________________________________________________
3984 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
3985         Log: The #15472 said "properly".  Ha!
3986      Branch: perl
3987            ! Configure
3988 ____________________________________________________________________________
3989 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
3990         Log: metaconfig unit change for #15472.
3991      Branch: metaconfig/U/perl
3992            ! Extensions.U
3993 ____________________________________________________________________________
3994 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
3995         Log: Properly scan for the subextensions of Encode
3996              when doing static builds.
3997      Branch: perl
3998            ! Configure
3999 ____________________________________________________________________________
4000 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
4001         Log: Tru64: Document the known odbm failure with static builds.
4002      Branch: perl
4003            ! README.tru64
4004 ____________________________________________________________________________
4005 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
4006         Log: microperl tweaks.
4007      Branch: perl
4008            ! Makefile.micro locale.c util.c
4009 ____________________________________________________________________________
4010 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
4011         Log: metaconfig unit changes for #15468.
4012      Branch: metaconfig
4013            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
4014            ! U/modified/libc.U U/modified/libs.U
4015            ! U/threads/d_pthread_atfork.U
4016 ____________________________________________________________________________
4017 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
4018         Log: Various metaconfig unit cleanup; only one visible change
4019              in Configure, though.
4020      Branch: perl
4021            ! Configure
4022 ____________________________________________________________________________
4023 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
4024         Log: Upgrade to Encode 0.98, from Dan Kogai.
4025      Branch: perl
4026            + ext/Encode/lib/Encode/EncFormat.pod
4027            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
4028            - ext/Encode/lib/EncodeFormat.pod
4029            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
4030            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
4031            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4032            ! ext/Encode/lib/Encode/Alias.pm
4033            ! ext/Encode/lib/Encode/Details.pod
4034            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4035            ! ext/Encode/lib/Encode/JP/JIS.pm
4036            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4037 ____________________________________________________________________________
4038 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
4039         Log: Integrate perlio;
4040              
4041              Avoid core-dump in Encode with PERLIO=mmap
4042      Branch: perl
4043           !> ext/Encode/Encode.xs
4044 ____________________________________________________________________________
4045 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
4046         Log: In the spirit of #15464.
4047      Branch: perl
4048            ! perl.c sv.c
4049 ____________________________________________________________________________
4050 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
4051         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
4052              From: Michael G Schwern <schwern@pobox.com>
4053              Date: Sun, 24 Mar 2002 02:27:25 -0500
4054              Message-ID: <20020324072725.GA3554@blackrider>
4055      Branch: perl
4056            ! perl.c
4057 ____________________________________________________________________________
4058 [ 15463] By: nick                                  on 2002/03/24  10:24:41
4059         Log: Integrate mainline
4060      Branch: perlio
4061           +> (branch 28 files)
4062            - lib/bigfloat.t lib/bigint.t
4063           !> (integrate 59 files)
4064 ____________________________________________________________________________
4065 [ 15462] By: nick                                  on 2002/03/24  08:59:35
4066         Log: Avoid core-dump in Encode with PERLIO=mmap
4067      Branch: perlio
4068            ! ext/Encode/Encode.xs
4069 ____________________________________________________________________________
4070 [ 15461] By: nick                                  on 2002/03/24  08:58:21
4071         Log: Too many machines doing integrate mainline
4072      Branch: perlio
4073           !> Changes Configure lib/AutoSplit.t
4074           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
4075           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
4076           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
4077           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
4078 ____________________________________________________________________________
4079 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
4080         Log: Retract Math::BigInt::Lite for now, seems to confuse
4081              bignum and bigrat.
4082      Branch: perl
4083            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
4084            ! MANIFEST
4085 ____________________________________________________________________________
4086 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
4087         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
4088              From: "Craig A. Berry" <craigberry@mac.com>
4089              Date: Sat, 23 Mar 2002 23:23:00 -0600
4090              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
4091      Branch: perl
4092            ! configure.com vms/vms.c
4093 ____________________________________________________________________________
4094 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
4095         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
4096              From: Michael G Schwern <schwern@pobox.com>
4097              Date: Sat, 23 Mar 2002 21:32:32 -0500
4098              Message-ID: <20020324023232.GA29972@blackrider>
4099              
4100              (with Russ Allbery's simplifications)
4101      Branch: perl
4102            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
4103 ____________________________________________________________________________
4104 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
4105         Log: Merge Math::BigInt::Lite 0.08, from Tels.
4106      Branch: perl
4107            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
4108            ! MANIFEST
4109 ____________________________________________________________________________
4110 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
4111         Log: Too chatty.
4112      Branch: perl
4113            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
4114 ____________________________________________________________________________
4115 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
4116         Log: Merge bignum 0.10, from Tels.
4117      Branch: perl
4118            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
4119            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
4120            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
4121            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
4122            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
4123            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
4124            ! MANIFEST
4125 ____________________________________________________________________________
4126 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
4127         Log: Rename the Perl 4 tests in preparation of bignum.
4128      Branch: perl
4129            + lib/bigfloatpl.t lib/bigintpl.t
4130            - lib/bigfloat.t lib/bigint.t
4131            ! MANIFEST
4132 ____________________________________________________________________________
4133 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
4134         Log: Merge Math::BigRat 0.04, from Tels.
4135      Branch: perl
4136            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
4137            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
4138            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
4139            + t/lib/Math/BigRat/Test.pm
4140            ! MANIFEST
4141 ____________________________________________________________________________
4142 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
4143         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
4144              From: Dave Mitchell <davem@fdgroup.com>
4145              Date: Sat, 23 Mar 2002 22:27:24 +0000
4146              Message-ID: <20020323222724.A19425@fdgroup.com>
4147      Branch: perl
4148            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
4149 ____________________________________________________________________________
4150 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
4151         Log: Forgotten.
4152      Branch: perl
4153            ! ext/Unicode/Normalize/README
4154 ____________________________________________________________________________
4155 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
4156         Log: Update Changes.
4157      Branch: perl
4158            ! Changes patchlevel.h
4159 ____________________________________________________________________________
4160 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
4161         Log: Subject: perldoc -m [PATCH]
4162              From: "John L. Allen" <allen@grumman.com>
4163              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
4164              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
4165      Branch: perl
4166            ! utils/perldoc.PL
4167 ____________________________________________________________________________
4168 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
4169         Log: Subject: Re: Copious warnings from Sys::Syslog
4170              From: andreas.koenig@anima.de (Andreas J. Koenig)
4171              Date: Sat, 23 Mar 2002 06:47:08 +0100
4172              Message-ID: <m31yebvns3.fsf@anima.de>
4173      Branch: perl
4174            ! ext/Sys/Syslog/Syslog.pm
4175 ____________________________________________________________________________
4176 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
4177         Log: Upgrade to Math::BigInt 1.55, from Tels.
4178      Branch: perl
4179            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
4180            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
4181            + lib/Math/BigInt/t/use_lib4.t
4182            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4183            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4184            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
4185            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
4186            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
4187            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
4188            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
4189            ! lib/Math/BigInt/t/upgrade.t
4190 ____________________________________________________________________________
4191 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
4192         Log: Upgrade to Encode 0.97, from Dan Kogai.
4193      Branch: perl
4194            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
4195            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
4196            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
4197            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4198            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
4199            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
4200            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4201            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
4202            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
4203            ! ext/Encode/t/Tcl.t
4204 ____________________________________________________________________________
4205 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
4206         Log: Slight tweaks on #15443.
4207      Branch: perl
4208            ! pod/perlvar.pod
4209 ____________________________________________________________________________
4210 [ 15444] By: nick                                  on 2002/03/23  17:30:42
4211         Log: Integrate mainline
4212      Branch: perlio
4213           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
4214           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
4215           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
4216           !> (integrate 50 files)
4217 ____________________________________________________________________________
4218 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
4219         Log: Subject: patch [bleadperl]: Document %! special variable
4220              From: mjd@plover.com
4221              Date: 23 Mar 2002 18:25:44 -0000
4222              Message-ID: <20020323182544.11741.qmail@plover.com>    
4223      Branch: perl
4224            ! pod/perlvar.pod
4225 ____________________________________________________________________________
4226 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
4227         Log: Since the Encode::JP is unsupported under EBCDIC we
4228              cannot run this test (aliases as such should work fine).
4229      Branch: perl
4230            ! ext/Encode/t/Aliases.t
4231 ____________________________________________________________________________
4232 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
4233         Log: EBCDIC: the sorting order is different under
4234              byte-EBCDIC and Unicode.
4235      Branch: perl
4236            ! t/op/utfhash.t
4237 ____________________________________________________________________________
4238 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
4239         Log: EBCDIC: the character codes are different.
4240      Branch: perl
4241            ! lib/Pod/t/pod2html-lib.pl
4242 ____________________________________________________________________________
4243 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
4244         Log: Purify: #15434 got the test the wrong.
4245              (Is there an approved way of testing "is this an unop"?)
4246      Branch: perl
4247            ! op.c
4248 ____________________________________________________________________________
4249 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
4250         Log: Purify: Array bounds read: could read one character past the end.
4251      Branch: perl
4252            ! pp_pack.c
4253 ____________________________________________________________________________
4254 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
4255         Log: Purify: Array bounds read: reading one byte before the buffer.
4256      Branch: perl
4257            ! util.c
4258 ____________________________________________________________________________
4259 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
4260         Log: Purify: Unitialized memory read.  Too many code paths
4261              to keep track of, I guess.
4262      Branch: perl
4263            ! sv.c
4264 ____________________________________________________________________________
4265 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
4266         Log: Purify: Array bounds write: pre-extend the strxfrm
4267              buffer by a factor of four (suggested maximum by HP-UX;
4268              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
4269              know how portable that is; locale.c uses yet another trick
4270              (not a particularly good trick, I might add))
4271      Branch: perl
4272            ! ext/POSIX/POSIX.xs
4273 ____________________________________________________________________________
4274 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
4275         Log: Purify: Array bounds read: o->op_last was accessed
4276              for unops (via newUNOP() and ck_eof()).
4277              (analysis okay, patch bad: see #15439)
4278      Branch: perl
4279            ! op.c
4280 ____________________________________________________________________________
4281 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
4282         Log: Subject: [PATCH] vms/test.com, File::Find tests
4283              From: "Craig A. Berry" <craigberry@mac.com>
4284              Date: Fri, 22 Mar 2002 16:52:59 -0600
4285              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
4286      Branch: perl
4287            ! vms/test.com
4288 ____________________________________________________________________________
4289 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
4290         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
4291              From: Michael G Schwern <schwern@pobox.com>
4292              Date: Fri, 22 Mar 2002 18:08:19 -0500
4293              Message-ID: <20020322230819.GB16454@blackrider>
4294      Branch: perl
4295            ! ext/Sys/Syslog/Syslog.pm
4296 ____________________________________________________________________________
4297 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
4298         Log: Update the information on Encode.
4299      Branch: perl
4300            ! pod/perldelta.pod
4301 ____________________________________________________________________________
4302 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
4303         Log: Upgrade to Encode 0.96, from Dan Kogai.
4304      Branch: perl
4305            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
4306            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
4307            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
4308            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
4309            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4310            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
4311            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
4312            ! ext/Encode/lib/Encode/Alias.pm
4313            ! ext/Encode/lib/Encode/Encoding.pm
4314            ! ext/Encode/lib/Encode/Internal.pm
4315            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4316 ____________________________________________________________________________
4317 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
4318         Log: Subject: [PATCH] h2xs.t fix for VMS
4319              From: "Craig A. Berry" <craigberry@mac.com>
4320              Date: Fri, 22 Mar 2002 15:47:38 -0600
4321              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
4322      Branch: perl
4323            ! lib/h2xs.t
4324 ____________________________________________________________________________
4325 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
4326         Log: One more pass.
4327      Branch: perl
4328            ! epoc/config.sh
4329 ____________________________________________________________________________
4330 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
4331         Log: Even better version from Olaf Flebbe.
4332      Branch: perl
4333            ! epoc/config.sh pp_sys.c util.c
4334 ____________________________________________________________________________
4335 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
4336         Log: EPOC update from Olaf Flebbe.
4337      Branch: perl
4338            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
4339            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
4340 ____________________________________________________________________________
4341 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
4342         Log: Tweak from John P. Linderman.
4343      Branch: perl
4344            ! pod/perlhack.pod
4345 ____________________________________________________________________________
4346 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
4347         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
4348              From: Stas Bekman <stas@stason.org>
4349              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
4350              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
4351      Branch: perl
4352            ! pod/perlfunc.pod
4353 ____________________________________________________________________________
4354 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
4355         Log: Subject: [PATCH] check sysconf's return value in reentr.c
4356              From: <slaven.rezic@berlin.de>
4357              Date: Fri, 22 Mar 2002 18:30:36 +0100
4358              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
4359              
4360              (plus use 4k instead 2k as the "usual" size)
4361      Branch: perl
4362            ! reentr.c reentr.pl
4363 ____________________________________________________________________________
4364 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
4365         Log: Update Changes.
4366      Branch: perl
4367            ! Changes patchlevel.h
4368 ____________________________________________________________________________
4369 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
4370         Log: Forgot from #15416.
4371      Branch: perl
4372            ! pod/perlfaq3.pod
4373 ____________________________________________________________________________
4374 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
4375         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
4376              From: andreas.koenig@anima.de (Andreas J. Koenig)
4377              Date: Fri, 22 Mar 2002 16:27:51 +0100
4378              Message-ID: <m3n0x0vczs.fsf@anima.de>
4379      Branch: perl
4380            ! pod/perlmodstyle.pod
4381 ____________________________________________________________________________
4382 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
4383         Log: metaconfig unit changes for #15418.
4384      Branch: metaconfig
4385            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4386            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4387            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4388            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4389            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4390            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4391            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4392            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4393            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4394            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4395            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4396            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4397            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4398            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4399            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4400            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4401            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4402            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4403            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4404            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4405            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4406            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4407            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4408            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4409 ____________________________________________________________________________
4410 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
4411         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
4412              Also, there's no i_stdio.
4413      Branch: perl
4414            ! Configure reentr.h reentr.pl
4415 ____________________________________________________________________________
4416 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
4417         Log: Document a known AIX warning.
4418      Branch: perl
4419            ! pod/perldelta.pod
4420 ____________________________________________________________________________
4421 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
4422         Log: Undo #15415, allow the faq people to catch up first.
4423      Branch: perl
4424            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
4425 ____________________________________________________________________________
4426 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
4427         Log: FAQ sync.
4428      Branch: perl
4429            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
4430 ____________________________________________________________________________
4431 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
4432         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
4433              From: andreas.koenig@anima.de (Andreas J. Koenig)
4434              Date: Fri, 22 Mar 2002 15:16:19 +0100
4435              Message-ID: <m38z8kwuvg.fsf@anima.de>
4436              
4437              (plus reformat)
4438      Branch: perl
4439            ! pod/perldelta.pod
4440 ____________________________________________________________________________
4441 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
4442         Log: Integrate perlio;
4443              
4444              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
4445              
4446              Check for sanity of UTF-8 keys in hashes
4447      Branch: perl
4448           +> t/op/utfhash.t
4449           !> MANIFEST doio.c
4450 ____________________________________________________________________________
4451 [ 15412] By: nick                                  on 2002/03/22  10:50:53
4452         Log: Check for sanity of UTF-8 keys in hashes
4453              (feel free to add more tests...)
4454      Branch: perlio
4455            + t/op/utfhash.t
4456            ! MANIFEST
4457 ____________________________________________________________________________
4458 [ 15411] By: ams                                   on 2002/03/22  08:36:33
4459         Log: Revert #15200 for backwards compatiblity reasons.
4460      Branch: perl
4461            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
4462            ! pp_ctl.c t/op/override.t
4463 ____________________________________________________________________________
4464 [ 15410] By: nick                                  on 2002/03/22  07:47:41
4465         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
4466              - when (e.g.) STDOUT is char special file and gets IoOFP
4467              created - do _NOT_ pass num_svs as that fopen-s stringified
4468              glob, and not fdopen-s the fd.
4469      Branch: perlio
4470            ! doio.c
4471 ____________________________________________________________________________
4472 [ 15409] By: nick                                  on 2002/03/22  07:19:33
4473         Log: Integrate mainline
4474      Branch: perlio
4475           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
4476           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
4477           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
4478           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
4479           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
4480           +> ext/Encode/lib/Encode/Details.pod
4481           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4482           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
4483           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
4484           +> lib/Pod/t/pod2html-lib.pl
4485            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
4486           !> (integrate 39 files)
4487 ____________________________________________________________________________
4488 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
4489         Log: Win32 tweak from mjd.
4490      Branch: perl
4491            ! lib/Tie/File.pm
4492 ____________________________________________________________________________
4493 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
4494         Log: If Unicode keys are entered to a hash, a bit is turned on.
4495              If the bit is on, when the keys are fetched from the hash
4496              (%h, each %h, keys %h), the Unicodified versions of the keys
4497              are returned if needed.  This solution errs on the size of
4498              over-Unicodifying, the old solution erred on the side of
4499              under-Unicodifying.  As long as the hash keys can be a mix
4500              of byte and Unicode strings, a perfect fit is hard to come by.
4501      Branch: perl
4502            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
4503            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
4504 ____________________________________________________________________________
4505 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
4506         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
4507              From: Mike Guy <mjtg@cam.ac.uk>
4508              Date: Fri, 22 Mar 2002 02:08:20 +0000
4509              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
4510      Branch: perl
4511            ! pod/perldelta.pod
4512 ____________________________________________________________________________
4513 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
4514         Log: PM_SETRE() fallout.
4515      Branch: perl
4516            ! ext/ByteLoader/bytecode.h
4517 ____________________________________________________________________________
4518 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
4519         Log: Subject: [PATCH pod/perlxs.pod] doc fix
4520              From: Stas Bekman <stas@stason.org>
4521              Date: Thu, 21 Mar 2002 18:47:35 +0800
4522              Message-ID: <3C99BA47.9010403@stason.org>
4523      Branch: perl
4524            ! pod/perlxs.pod
4525 ____________________________________________________________________________
4526 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
4527         Log: Subject: [PATCH]
4528              From: Slaven Rezic <slaven.rezic@berlin.de>
4529              Date: 21 Mar 2002 10:19:23 +0100
4530              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
4531              
4532              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
4533      Branch: perl
4534            ! hints/freebsd.sh
4535 ____________________________________________________________________________
4536 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
4537         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
4538              From: Tim Bunce <Tim.Bunce@pobox.com>
4539              Date: Thu, 21 Mar 2002 21:18:05 +0000
4540              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
4541      Branch: perl
4542            ! ext/Storable/Storable.xs
4543 ____________________________________________________________________________
4544 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
4545         Log: Reword the Apache^Wmod_perl bit so that Sarathy
4546              can sleep easier :-)
4547      Branch: perl
4548            ! pod/perldelta.pod
4549 ____________________________________________________________________________
4550 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
4551         Log: It seems that the strange failure (core dump) of
4552              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
4553              (1) using Sun's cc helps
4554              (2) rewriting the ithreads PM_SETRE() to do the
4555              setting in two steps helps
4556              (3) no other platforms have the crash
4557              (4) Tru64's Third Degree sees nothing evil
4558              So we implement (2).
4559      Branch: perl
4560            ! op.h
4561 ____________________________________________________________________________
4562 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
4563         Log: Solaris: default to the SUNwspro cc if it is available.
4564      Branch: perl
4565            ! hints/solaris_2.sh
4566 ____________________________________________________________________________
4567 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
4568         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
4569              does not get fixed in time.
4570      Branch: perl
4571            ! pod/perldelta.pod
4572 ____________________________________________________________________________
4573 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
4574         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
4575              From: Dave Mitchell <davem@fdgroup.com>
4576              Date: Thu, 21 Mar 2002 17:24:40 +0000
4577              Message-ID: <20020321172440.C13683@fdgroup.com>
4578      Branch: perl
4579            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
4580            ! pod/perlapi.pod proto.h sv.h toke.c
4581 ____________________________________________________________________________
4582 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
4583         Log: One more proto escapee.
4584      Branch: perl
4585            ! hints/linux.sh
4586 ____________________________________________________________________________
4587 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
4588         Log: metaconfig unit change for #15394.
4589      Branch: metaconfig/U/perl
4590            ! Checkcc.U
4591 ____________________________________________________________________________
4592 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
4593         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
4594              From: Robin Barker <rmb1@cise.npl.co.uk>
4595              Date: Thu, 21 Mar 2002 17:35:00 GMT
4596              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
4597      Branch: perl
4598            ! Configure
4599 ____________________________________________________________________________
4600 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
4601         Log: Subject: Re: [tests for Pod::Html]
4602              From: Stas Bekman <stas@stason.org>
4603              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
4604              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
4605      Branch: perl
4606            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
4607            - t/pod2html/README
4608            ! MANIFEST lib/Pod/t/pod2html-lib.pl
4609 ____________________________________________________________________________
4610 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
4611         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
4612              From: Stas Bekman <stas@stason.org>
4613              Date: Thu, 21 Mar 2002 18:50:56 +0800
4614              Message-ID: <3C99BB10.50004@stason.org>
4615      Branch: perl
4616            ! ext/Cwd/Cwd.xs
4617 ____________________________________________________________________________
4618 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
4619         Log: Upgrade to Encode 0.95, from Dan Kogai.
4620      Branch: perl
4621            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
4622            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
4623            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
4624            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
4625            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
4626            + ext/Encode/lib/Encode/Details.pod
4627            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4628            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
4629            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
4630            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
4631            ! ext/Encode/Makefile.PL
4632 ____________________________________________________________________________
4633 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
4634         Log: Mention the new syslog try-harder feature.
4635      Branch: perl
4636            ! pod/perldelta.pod
4637 ____________________________________________________________________________
4638 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
4639         Log: metaconfig unit changes for #15388.
4640      Branch: metaconfig
4641            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
4642            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
4643            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
4644            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
4645            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
4646            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
4647            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
4648            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
4649            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
4650            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
4651            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
4652            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
4653            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
4654            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
4655            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
4656            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
4657            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
4658            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
4659            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
4660            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
4661            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
4662            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
4663            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
4664            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
4665 ____________________________________________________________________________
4666 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
4667         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
4668              From: Spider Boardman <spider@web.zk3.dec.com>
4669              Date: Thu, 21 Mar 2002 09:23:45 -0500
4670              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
4671      Branch: perl
4672            ! Configure hints/hpux.sh reentr.pl
4673 ____________________________________________________________________________
4674 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
4675         Log: NetWare diff from C Aditya.
4676      Branch: perl
4677            ! perl.h
4678 ____________________________________________________________________________
4679 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
4680         Log: The htmlview test doesn't work yet.
4681      Branch: perl
4682            + t/pod2html/README
4683            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
4684            ! MANIFEST
4685 ____________________________________________________________________________
4686 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
4687         Log: Placeholder.
4688      Branch: perl
4689            ! MANIFEST
4690 ____________________________________________________________________________
4691 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
4692         Log: Integrate perlio: missing tabs in makefile.mk.
4693      Branch: perl
4694           !> win32/makefile.mk
4695 ____________________________________________________________________________
4696 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
4697         Log: Subject: [tests for Pod::Html]
4698              From: Stas Bekman <stas@stason.org>
4699              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
4700              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
4701      Branch: perl
4702            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
4703            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
4704            + lib/Pod/t/pod2html-lib.pl
4705            ! MANIFEST
4706 ____________________________________________________________________________
4707 [ 15382] By: nick                                  on 2002/03/21  07:21:57
4708         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
4709      Branch: perlio
4710           +> ext/Encode/AUTHORS ext/Encode/Changes
4711           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
4712           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4713           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4714           +> ext/I18N/Langinfo/fallback/const-c.inc
4715           +> ext/I18N/Langinfo/fallback/const-xs.inc
4716           +> lib/ExtUtils/t/Constant.t
4717            - ext/Encode/Encode/euc-jp-0212.enc
4718            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
4719            - ext/Encode/t/table.euc ext/Encode/t/table.ref
4720            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
4721           !> (integrate 105 files)
4722 ____________________________________________________________________________
4723 [ 15381] By: nick                                  on 2002/03/21  06:59:57
4724         Log: Restore tabs so dmake will parse file!
4725      Branch: perlio
4726            ! win32/makefile.mk
4727 ____________________________________________________________________________
4728 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
4729         Log: Upgrade to Unicode::Normalize 0.16.
4730      Branch: perl
4731            ! ext/Unicode/Normalize/Changes
4732            ! ext/Unicode/Normalize/Normalize.pm
4733 ____________________________________________________________________________
4734 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
4735         Log: Schwern's wallet is a bit more loose.
4736      Branch: perl
4737            ! t/lib/1_compile.t
4738 ____________________________________________________________________________
4739 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
4740         Log: Subject: [PATCH]
4741              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4742              Date: Wed, 20 Mar 2002 22:56:17 -0000
4743              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
4744              
4745              packWARN also for subdirs.
4746      Branch: perl
4747            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
4748            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
4749            ! win32/win32.c
4750 ____________________________________________________________________________
4751 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
4752         Log: A plan is better.
4753      Branch: perl
4754            ! ext/Encode/t/CJKalias.t
4755 ____________________________________________________________________________
4756 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
4757         Log: Upgrade to Encode 0.94, from Dan Kogai.
4758      Branch: perl
4759            + ext/Encode/lib/Encode/Description.pod
4760            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
4761            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
4762            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4763            ! ext/Encode/lib/Encode/Encoding.pm
4764            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4765            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
4766            ! ext/Encode/t/CJKalias.t
4767 ____________________________________________________________________________
4768 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
4769         Log: Rats' nest.
4770      Branch: perl
4771            ! hints/solaris_2.sh
4772 ____________________________________________________________________________
4773 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
4774         Log: Rrright.
4775      Branch: perl
4776            ! pod/perlguts.pod
4777 ____________________________________________________________________________
4778 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
4779         Log: Update Changes.
4780      Branch: perl
4781            ! Changes patchlevel.h
4782 ____________________________________________________________________________
4783 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
4784         Log: Reapply #15336.
4785      Branch: perl
4786            ! ext/Encode/lib/Encode/Tcl.pm
4787 ____________________________________________________________________________
4788 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
4789         Log: Upgrade to Encode 0.93, from Dan Kogai.
4790      Branch: perl
4791            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
4792            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
4793            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
4794            ! ext/Encode/README ext/Encode/TW/TW.pm
4795            ! ext/Encode/lib/Encode/CN/HZ.pm
4796            ! ext/Encode/lib/Encode/Encoding.pm
4797            ! ext/Encode/lib/Encode/Internal.pm
4798            ! ext/Encode/lib/Encode/JP/Constants.pm
4799            ! ext/Encode/lib/Encode/JP/H2Z.pm
4800            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
4801            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
4802            ! ext/Encode/lib/Encode/Tcl/Escape.pm
4803            ! ext/Encode/lib/Encode/Tcl/Table.pm
4804            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
4805            ! ext/Encode/lib/Encode/iso10646_1.pm
4806            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
4807            ! ext/Encode/t/JP.t
4808 ____________________________________________________________________________
4809 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
4810         Log: Subject: patch for syslog
4811              From: <Nick.Williams@morganstanley.com>
4812              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
4813              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
4814      Branch: perl
4815            ! ext/Sys/Syslog/Syslog.pm
4816 ____________________________________________________________________________
4817 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
4818         Log: Some failure updates.
4819      Branch: perl
4820            ! pod/perldelta.pod
4821 ____________________________________________________________________________
4822 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
4823         Log: Getopt::Long 2.29 from Johan Vromans.
4824      Branch: perl
4825            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
4826 ____________________________________________________________________________
4827 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
4828         Log: Rename ExtUtils.t to Constant.t, as suggested by
4829              Nicholas Clark.
4830      Branch: perl
4831            + lib/ExtUtils/t/Constant.t
4832            - lib/ExtUtils/t/ExtUtils.t
4833            ! MANIFEST
4834 ____________________________________________________________________________
4835 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
4836         Log: Subject: [PATCH] TODO - Make Schwern Poorer
4837              From: Nicholas Clark <nick@unfortu.net>
4838              Date: Tue, 19 Mar 2002 22:50:28 +0000
4839              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
4840      Branch: perl
4841            ! t/lib/1_compile.t
4842 ____________________________________________________________________________
4843 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
4844         Log: Subject: Re: The story of O [PATCH]
4845              From: Richard.Foley@t-online.de (Richard Foley)
4846              Date: Sun, 17 Mar 2002 08:37:26 +0100
4847              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
4848      Branch: perl
4849            ! lib/perl5db.pl
4850 ____________________________________________________________________________
4851 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
4852         Log: Mention the external modules Encode::HanExtra and
4853              PadWalker.
4854      Branch: perl
4855            ! pod/perldelta.pod
4856 ____________________________________________________________________________
4857 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
4858         Log: Subject: [PATCH] List lexicals from debugger
4859              From: Peter Scott <Peter@PSDT.com>
4860              Date: Tue, 19 Mar 2002 12:28:52 -0800
4861              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
4862      Branch: perl
4863            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
4864 ____________________________________________________________________________
4865 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
4866         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
4867              and :encoding(xxx) was errorneously parsed.
4868      Branch: perl
4869            ! lib/open.pm
4870 ____________________________________________________________________________
4871 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
4872         Log: Subject: [PATCH bleadperl] exec.t tweak
4873              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4874              Date: Wed, 20 Mar 2002 01:21:40 +0100
4875              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
4876              
4877              4NT returns 2 as error-code for nonexistant file.
4878      Branch: perl
4879            ! t/op/exec.t
4880 ____________________________________________________________________________
4881 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
4882         Log: minor Tie::File test patch to make win32 happier, from mjd.
4883      Branch: perl
4884            ! lib/Tie/File/t/30_defer.t
4885 ____________________________________________________________________________
4886 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
4887         Log: Subject: [PATCH bleadperl] magic.t tweak
4888              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4889              Date: Wed, 20 Mar 2002 00:39:16 +0100
4890              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
4891      Branch: perl
4892            ! t/op/magic.t
4893 ____________________________________________________________________________
4894 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
4895         Log: Typo fix from Andreas Koenig, plus a tweak.
4896      Branch: perl
4897            ! pod/perlunicode.pod
4898 ____________________________________________________________________________
4899 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
4900         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
4901              in Mandrake 8.2.  Now we need to figure out a way not to
4902              unbreak Apache.
4903      Branch: perl
4904            ! hints/linux.sh
4905 ____________________________________________________________________________
4906 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
4907         Log: Fix for "UTF-8 bug with s///" from Hugo.
4908      Branch: perl
4909            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
4910            ! t/op/pat.t
4911 ____________________________________________________________________________
4912 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
4913         Log: metaconfig unit change for #15354.
4914      Branch: metaconfig
4915            ! U/threads/usethreads.U
4916 ____________________________________________________________________________
4917 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
4918         Log: Installation updates on threads and perlio.
4919      Branch: perl
4920            ! Configure INSTALL
4921 ____________________________________________________________________________
4922 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
4923         Log: Tpo.
4924      Branch: perl
4925            ! pod/perlfaq6.pod
4926 ____________________________________________________________________________
4927 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
4928         Log: Regen modlib and toc.
4929      Branch: perl
4930            ! pod/perlmodlib.pod pod/perltoc.pod
4931 ____________________________________________________________________________
4932 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
4933         Log: Whitespace tweaks.
4934      Branch: perl
4935            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
4936            ! pod/perltodo.pod pod/perlunicode.pod
4937 ____________________________________________________________________________
4938 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
4939         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
4940              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
4941              (And as suggested by Markus Kuhn.)
4942              
4943              While we are at it, document also the case of
4944              mixed hash keys as a known potential troublemaker.
4945              (Since it's locale-related, sometimes.)
4946      Branch: perl
4947            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
4948            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
4949            ! pod/perluniintro.pod
4950 ____________________________________________________________________________
4951 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
4952         Log: Surely a typo.
4953      Branch: perl
4954            ! gv.c
4955 ____________________________________________________________________________
4956 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
4957         Log: Take two.
4958      Branch: perl
4959            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4960            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4961 ____________________________________________________________________________
4962 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
4963         Log: Let's try this from scratch.
4964      Branch: perl
4965            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4966            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4967 ____________________________________________________________________________
4968 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
4969         Log: I could do this all day...
4970      Branch: perl
4971            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4972            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4973 ____________________________________________________________________________
4974 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
4975         Log: Grrr.
4976      Branch: perl
4977            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4978            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4979 ____________________________________________________________________________
4980 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
4981         Log: Subject: Re: Nearly OK for cygwin@15318
4982              From: John Peacock <jpeacock@rowman.com>
4983              Date: Tue, 19 Mar 2002 15:58:08 -0500
4984              Message-ID: <3C97A660.3060302@rowman.com>
4985      Branch: perl
4986            ! pod/perlport.pod
4987 ____________________________________________________________________________
4988 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
4989         Log: Subject: Re: Nearly OK for cygwin@15318
4990              From: <slaven.rezic@berlin.de>
4991              Date: Tue, 19 Mar 2002 21:47:49 +0100
4992              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
4993              
4994              Subject: Re: Nearly OK for cygwin@15318
4995              From: <slaven.rezic@berlin.de>
4996              Date: Tue, 19 Mar 2002 21:37:18 +0100
4997              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
4998      Branch: perl
4999            ! pod/perlport.pod t/io/fs.t
5000 ____________________________________________________________________________
5001 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
5002         Log: D'oh.
5003      Branch: perl
5004            + ext/I18N/Langinfo/fallback/const-c.inc
5005            + ext/I18N/Langinfo/fallback/const-xs.inc
5006 ____________________________________________________________________________
5007 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
5008         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
5009              From: Nicholas Clark <nick@unfortu.net>
5010              Date: Tue, 19 Mar 2002 22:37:08 +0000
5011              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
5012              
5013              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
5014              From: Nicholas Clark <nick@ccl4.org>
5015              Date: Tue, 19 Mar 2002 22:39:55 +0000
5016              Message-ID: <20020319223954.G94831@plum.flirble.org>
5017      Branch: perl
5018            - ext/I18N/Langinfo/fallback.xs
5019            ! MANIFEST
5020 ____________________________________________________________________________
5021 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
5022         Log: Text, not binary.
5023      Branch: perl
5024            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
5025            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
5026 ____________________________________________________________________________
5027 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
5028         Log: Subject: Re: perl@15244
5029              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5030              Date: Mon, 18 Mar 2002 17:37:31 +0100
5031              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
5032              
5033              (Goedendag: Dutch whitespace police)
5034      Branch: perl
5035            ! hints/hpux.sh
5036 ____________________________________________________________________________
5037 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
5038         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
5039              From: Nicholas Clark <nick@unfortu.net>
5040              Date: Tue, 19 Mar 2002 21:52:47 +0000
5041              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
5042      Branch: perl
5043            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
5044            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
5045            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
5046            ! ext/Sys/Syslog/Makefile.PL
5047 ____________________________________________________________________________
5048 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
5049         Log: More pathname portability checks.
5050      Branch: perl
5051            ! Porting/check83.pl
5052 ____________________________________________________________________________
5053 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
5054         Log: Begone, Encode::Tcl::Extended.
5055      Branch: perl
5056            ! ext/Encode/lib/Encode/Tcl.pm
5057 ____________________________________________________________________________
5058 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
5059         Log: This is like trying to put the shaving cream
5060              back to the can...
5061      Branch: perl
5062            ! hints/linux.sh
5063 ____________________________________________________________________________
5064 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
5065         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
5066              types of usleep().  Fun, fun. fun.
5067      Branch: perl
5068            ! hints/linux.sh
5069 ____________________________________________________________________________
5070 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
5071         Log: Sarathy's new suggestion for Linux threading flags.
5072      Branch: perl
5073            ! hints/linux.sh
5074 ____________________________________________________________________________
5075 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
5076         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
5077      Branch: perl
5078            - ext/Encode/Encode/euc-jp-0212.ucm
5079            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
5080            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
5081 ____________________________________________________________________________
5082 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
5083         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
5084              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5085              Date: Tue, 19 Mar 2002 00:42:22 +0100
5086              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
5087      Branch: perl
5088            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
5089 ____________________________________________________________________________
5090 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
5091         Log: "+" is not a valid filename character in VMS.
5092      Branch: perl
5093            + ext/Encode/Encode/euc-jp-0212.ucm
5094            - ext/Encode/Encode/euc-jp+0212.ucm
5095            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
5096 ____________________________________________________________________________
5097 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
5098         Log: Update Changes.
5099      Branch: perl
5100            ! Changes patchlevel.h
5101 ____________________________________________________________________________
5102 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
5103         Log: Take away _GNU_SOURCE since that does not seem
5104              to play well with other software (like Apache),
5105              just hint away the WHOAs.
5106      Branch: perl
5107            ! hints/linux.sh
5108 ____________________________________________________________________________
5109 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
5110         Log: metaconfig unit change for #15326.
5111      Branch: metaconfig
5112            ! U/threads/d_crypt_r.U
5113 ____________________________________________________________________________
5114 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
5115         Log: Support crypt_r(const char*,const char*, CRYPTD*).
5116      Branch: perl
5117            ! Configure reentr.h reentr.pl
5118 ____________________________________________________________________________
5119 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
5120         Log: VMS acrobatics from Peter Prymmer.
5121      Branch: perl
5122            ! lib/ExtUtils/t/ExtUtils.t
5123 ____________________________________________________________________________
5124 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
5125         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
5126              From: Stas Bekman <stas@stason.org>
5127              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
5128              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
5129      Branch: perl
5130            ! lib/Pod/Html.pm
5131 ____________________________________________________________________________
5132 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
5133         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
5134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5135              Date: Tue, 19 Mar 2002 10:49:27 +0100
5136              Message-ID: <20020319104927.C705@rafael>   
5137      Branch: perl
5138            ! ext/B/t/xref.t
5139 ____________________________________________________________________________
5140 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
5141         Log: Integrate perlio;
5142              
5143              Move docs for Encode::valid_utf8 (which does not exist)
5144              to be docs for utf8::valid() (which does).
5145      Branch: perl
5146           !> ext/Encode/Encode.pm lib/utf8.pm
5147 ____________________________________________________________________________
5148 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
5149         Log: Remove Encode::Tcl::Extended, suggested by
5150              SADAHIRO Tomoyuki.
5151      Branch: perl
5152            - ext/Encode/Encode/euc-jp-0212.enc
5153            - ext/Encode/lib/Encode/Tcl/Extended.pm
5154            ! MANIFEST ext/Encode/MANIFEST
5155            ! ext/Encode/lib/Encode/Tcl/Escape.pm
5156            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
5157 ____________________________________________________________________________
5158 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
5159         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
5160      Branch: perl
5161            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
5162            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
5163            + ext/Encode/t/jisx0212.ref
5164            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
5165            - ext/Encode/t/table.ref
5166            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
5167            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
5168            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
5169            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
5170            ! ext/Encode/lib/Encode/CN/HZ.pm
5171            ! ext/Encode/lib/Encode/Encoding.pm
5172            ! ext/Encode/lib/Encode/Internal.pm
5173            ! ext/Encode/lib/Encode/JP/Constants.pm
5174            ! ext/Encode/lib/Encode/JP/H2Z.pm
5175            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
5176            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
5177            ! ext/Encode/lib/Encode/Tcl/Escape.pm
5178            ! ext/Encode/lib/Encode/Tcl/Extended.pm
5179            ! ext/Encode/lib/Encode/Tcl/Table.pm
5180            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
5181            ! ext/Encode/lib/Encode/iso10646_1.pm
5182            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
5183            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
5184            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
5185 ____________________________________________________________________________
5186 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
5187         Log: constness+signedness nit.
5188      Branch: perl
5189            ! ext/Unicode/Normalize/Normalize.xs
5190 ____________________________________________________________________________
5191 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
5192         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
5193      Branch: perl
5194            ! ext/Unicode/Normalize/Changes
5195            ! ext/Unicode/Normalize/Normalize.pm
5196            ! ext/Unicode/Normalize/Normalize.xs
5197            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
5198            ! ext/Unicode/Normalize/t/func.t
5199 ____________________________________________________________________________
5200 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
5201         Log: Split the ebcdic details to perlebcdic.
5202      Branch: perl
5203            ! pod/perlebcdic.pod pod/perluniintro.pod
5204 ____________________________________________________________________________
5205 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
5206         Log: Be explicit.
5207      Branch: perl
5208            ! pod/perluniintro.pod
5209 ____________________________________________________________________________
5210 [ 15315] By: nick                                  on 2002/03/19  09:24:18
5211         Log: Integrate mainline
5212      Branch: perlio
5213           +> ext/List/Util/t/openhan.t
5214           !> (integrate 53 files)
5215 ____________________________________________________________________________
5216 [ 15314] By: nick                                  on 2002/03/19  07:39:07
5217         Log: Move docs for Encode::valid_utf8 (which does not exist)
5218              to be docs for utf8::valid() (which does).
5219      Branch: perlio
5220            ! ext/Encode/Encode.pm lib/utf8.pm
5221 ____________________________________________________________________________
5222 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
5223         Log: Update the Unicode vs EBCDIC situation.
5224      Branch: perl
5225            ! pod/perlebcdic.pod pod/perluniintro.pod
5226 ____________________________________________________________________________
5227 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
5228         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
5229              From: Robert Spier <rspier@pobox.com>
5230              Date: Mon, 18 Mar 2002 19:22:55 -0800
5231              Message-ID: <15510.44815.383439.823671@rls.cx>
5232      Branch: perl
5233            ! ext/threads/t/end.t
5234 ____________________________________________________________________________
5235 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
5236         Log: UTF-8 walk errors that become visible in EBCDIC.
5237      Branch: perl
5238            ! regexec.c
5239 ____________________________________________________________________________
5240 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
5241         Log: s/regcinclasslen/reginclass/ and remove the old
5242              reginclass since nothing is using it.
5243      Branch: perl
5244            ! embed.fnc embed.h proto.h regexec.c
5245 ____________________________________________________________________________
5246 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
5247         Log: Close the file so it can be (a) removed (b) reopened.
5248      Branch: perl
5249            ! ext/B/t/xref.t
5250 ____________________________________________________________________________
5251 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
5252         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
5253              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5254              Date: Mon, 18 Mar 2002 23:14:31 +0100
5255              Message-ID: <20020318231431.A699@rafael>
5256      Branch: perl
5257            ! ext/B/B.xs utf8.c
5258 ____________________________________________________________________________
5259 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
5260         Log: Failed patch hunk reapplied.
5261      Branch: perl
5262            ! lib/Tie/File/t/32_defer_misc.t
5263 ____________________________________________________________________________
5264 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
5265         Log: For DEBUGGING threaded builds.
5266      Branch: perl
5267            ! sv.c
5268 ____________________________________________________________________________
5269 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
5270         Log: AUTHORS update.
5271      Branch: perl
5272            ! AUTHORS
5273 ____________________________________________________________________________
5274 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
5275         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
5276              (Fix from Craig Berry)
5277      Branch: perl
5278            ! pp_sys.c
5279 ____________________________________________________________________________
5280 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
5281         Log: Subject: [PATCH] configure.com home-grown kill() check
5282              From: "Craig A. Berry" <craigberry@mac.com>
5283              Date: Mon, 18 Mar 2002 13:52:59 -0600
5284              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
5285      Branch: perl
5286            ! configure.com
5287 ____________________________________________________________________________
5288 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
5289         Log: Upgrade to Tie::File 0.50.
5290      Branch: perl
5291            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
5292            ! lib/Tie/File/t/32_defer_misc.t
5293 ____________________________________________________________________________
5294 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
5295         Log: AUTHORS updates.
5296      Branch: perl
5297            ! AUTHORS
5298 ____________________________________________________________________________
5299 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
5300         Log: Update Changes.
5301      Branch: perl
5302            ! Changes patchlevel.h
5303 ____________________________________________________________________________
5304 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
5305         Log: OS/390 update.
5306      Branch: perl
5307            ! pod/perldelta.pod
5308 ____________________________________________________________________________
5309 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
5310         Log: Forgot from #15288.
5311      Branch: perl
5312            ! ext/B/B.xs
5313 ____________________________________________________________________________
5314 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
5315         Log: Make regex DEBUGGING faster.
5316      Branch: perl
5317            ! perl.c perl.h regexec.c
5318 ____________________________________________________________________________
5319 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
5320         Log: Undo accidental perl.h part of #15295 (wait for #15297)
5321      Branch: perl
5322            ! perl.h
5323 ____________________________________________________________________________
5324 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
5325         Log: Subject: prefix slip
5326              From: andreas.koenig@anima.de (Andreas J. Koenig)
5327              Date: Mon, 18 Mar 2002 16:24:46 +0100
5328              Message-ID: <m3y9gp3nlt.fsf@anima.de>
5329              
5330              (perl.h part accidental, undone by #15296)
5331      Branch: perl
5332            ! INSTALL perl.h
5333 ____________________________________________________________________________
5334 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
5335         Log: Be tidy.
5336      Branch: perl
5337            ! ext/B/t/xref.t
5338 ____________________________________________________________________________
5339 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
5340         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
5341              From: Spider Boardman <spider@web.zk3.dec.com>
5342              Date: Mon, 18 Mar 2002 10:09:50 -0500
5343              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
5344      Branch: perl
5345            ! README.tru64 hints/dec_osf.sh
5346 ____________________________________________________________________________
5347 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
5348         Log: NetWare tweaks from C Aditya <caditya@novell.com>
5349      Branch: perl
5350            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
5351 ____________________________________________________________________________
5352 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
5353         Log: metaconfig unit change for #15290.
5354      Branch: metaconfig/U/perl
5355            ! perlxv.U
5356 ____________________________________________________________________________
5357 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
5358         Log: Subject: d_nv_preserves_uv_bits
5359              From: Nicholas Clark <nick@unfortu.net>
5360              Date: Thu, 14 Mar 2002 22:24:19 +0000
5361              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
5362      Branch: perl
5363            ! Configure Porting/Glossary Porting/config.sh config_h.SH
5364            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
5365            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
5366            ! win32/config.bc win32/config.gc win32/config.vc
5367            ! win32/config.win64
5368 ____________________________________________________________________________
5369 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
5370         Log: Subject: Re: perl@15244
5371              From: Spider Boardman <spider@web.zk3.dec.com>
5372              Date: Mon, 18 Mar 2002 09:38:55 -0500
5373              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
5374              
5375              (IA64 work.)
5376      Branch: perl
5377            ! hints/hpux.sh perl.h
5378 ____________________________________________________________________________
5379 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
5380         Log: Subject: [PATCH B] B::perlstring()
5381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5382              Date: Sun, 17 Mar 2002 23:06:12 +0100
5383              Message-ID: <20020317230612.A24442@rafael>
5384      Branch: perl
5385            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
5386 ____________________________________________________________________________
5387 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
5388         Log: Subject: [PATCH] another pack "w" thing
5389              From: Nicholas Clark <nick@unfortu.net>
5390              Date: Sat, 16 Mar 2002 21:52:15 +0000
5391              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
5392      Branch: perl
5393            ! pp_pack.c t/op/pack.t
5394 ____________________________________________________________________________
5395 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
5396         Log: More prototypes blindness in Solaris.
5397              (TODO: readdir64_r really needs to be seen.)
5398      Branch: perl
5399            ! hints/solaris_2.sh
5400 ____________________________________________________________________________
5401 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
5402         Log: Integrate perlio;
5403              
5404              Tidy the "does not map" message for non-characters
5405              (e.g. iso-8859-3 "\xA5").
5406      Branch: perl
5407           !> ext/Encode/Encode.xs
5408 ____________________________________________________________________________
5409 [ 15284] By: nick                                  on 2002/03/18  11:00:31
5410         Log: Integrate mainline
5411      Branch: perlio
5412           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
5413           +> lib/Tie/File/t/32_defer_misc.t
5414           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
5415           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
5416           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
5417           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
5418           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
5419           !> reentr.pl regexec.c t/op/pat.t util.c
5420 ____________________________________________________________________________
5421 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
5422         Log: Sync with Scalar-List-Utils-1.07
5423      Branch: perl
5424            + ext/List/Util/t/openhan.t
5425            ! MANIFEST ext/List/Util/ChangeLog
5426            ! ext/List/Util/lib/List/Util.pm
5427            ! ext/List/Util/lib/Scalar/Util.pm
5428 ____________________________________________________________________________
5429 [ 15282] By: nick                                  on 2002/03/18  08:11:28
5430         Log: Tidy the "does not map" message for non-characters
5431              (e.g. iso-8859-3 "\xA5").
5432      Branch: perlio
5433            ! ext/Encode/Encode.xs
5434 ____________________________________________________________________________
5435 [ 15281] By: ams                                   on 2002/03/18  04:44:37
5436         Log: URL fix from MJD.
5437      Branch: perl
5438            ! pod/perlfaq3.pod
5439 ____________________________________________________________________________
5440 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
5441         Log: More prototype calming (really should fix the Configure
5442              protochk, but not at this point in time).
5443      Branch: perl
5444            ! hints/solaris_2.sh
5445 ____________________________________________________________________________
5446 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
5447         Log: return at the wrong side of #endif.
5448      Branch: perl
5449            ! util.c
5450 ____________________________________________________________________________
5451 [ 15278] By: ams                                   on 2002/03/17  23:45:31
5452         Log: Typo fix from Stas Bekman.
5453      Branch: perl
5454            ! pod/perlhack.pod
5455 ____________________________________________________________________________
5456 [ 15277] By: ams                                   on 2002/03/17  23:41:35
5457         Log: Upgrade to Tie::File 0.21.
5458      Branch: perl
5459            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
5460            + lib/Tie/File/t/32_defer_misc.t
5461            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
5462            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
5463            ! lib/Tie/File/t/22_autochomp.t
5464 ____________________________________________________________________________
5465 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
5466         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
5467              character classes use inlined macros instead of the full
5468              function call.
5469      Branch: perl
5470            ! regexec.c
5471 ____________________________________________________________________________
5472 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
5473         Log: Integrate perlio;
5474              
5475              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
5476              
5477              Other :encoding oddities
5478              - we should really pop while we can still make method calls
5479              in case DESTROY does something.
5480              - Provide a no-op DESTROY
5481              - Use SvPV_only() rather than just SvPV_on()
5482      Branch: perl
5483           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5484           !> ext/Encode/lib/Encode/Encoding.pm sv.c
5485 ____________________________________________________________________________
5486 [ 15274] By: nick                                  on 2002/03/17  20:00:12
5487         Log: Other :encoding oddities
5488              - we should really pop while we can still make method calls
5489              in case DESTROY does something.
5490              - Provide a no-op DESTROY
5491              - Use SvPV_only() rather than just SvPV_on()
5492      Branch: perlio
5493            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5494            ! ext/Encode/lib/Encode/Encoding.pm
5495 ____________________________________________________________________________
5496 [ 15273] By: nick                                  on 2002/03/17  19:53:24
5497         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
5498      Branch: perlio
5499            ! sv.c
5500 ____________________________________________________________________________
5501 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
5502         Log: Implement the retry-on-ERANGE for the get*_r().
5503              The buffer will keep doubling until 64k.
5504      Branch: perl
5505            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
5506            ! reentr.h reentr.pl
5507 ____________________________________________________________________________
5508 [ 15271] By: nick                                  on 2002/03/17  17:38:44
5509         Log: Integrate mainline
5510      Branch: perlio
5511           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
5512           +> t/op/pow.t
5513           !> (integrate 28 files)
5514 ____________________________________________________________________________
5515 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
5516         Log: Subject: UTF-8 bug (maybe alreayd known?)
5517              From: andreas.koenig@anima.de (Andreas J. Koenig)
5518              Date: Fri, 08 Mar 2002 16:36:01 +0100
5519              Message-ID: <m3n0xjul5q.fsf@anima.de>
5520      Branch: perl
5521            ! pp_hot.c t/op/pat.t
5522 ____________________________________________________________________________
5523 [ 15269] By: nick                                  on 2002/03/17  09:12:39
5524         Log: Integarate mainline
5525      Branch: perlio
5526           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
5527           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
5528           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
5529           !> (integrate 69 files)
5530 ____________________________________________________________________________
5531 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
5532         Log: Subject: SEGV in s/// and UTF-8
5533              From: andreas.koenig@anima.de (Andreas J. Koenig)
5534              Date: Tue, 12 Mar 2002 00:40:09 +0100
5535              Message-ID: <m3r8mqad2e.fsf@anima.de>
5536      Branch: perl
5537            ! regexec.c t/op/pat.t
5538 ____________________________________________________________________________
5539 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
5540         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
5541              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
5542              which assume that 2**someinteger is accurate.
5543      Branch: perl
5544            + t/op/pow.t
5545            ! MANIFEST pp.c t/test.pl
5546 ____________________________________________________________________________
5547 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
5548         Log: _r-ify config.win64, too.
5549      Branch: perl
5550            ! win32/config.win64
5551 ____________________________________________________________________________
5552 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
5553         Log: Better place to initialize (IRIX cc noticed that
5554              the many "goto defchars" bypass the initialization)
5555      Branch: perl
5556            ! regcomp.c
5557 ____________________________________________________________________________
5558 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
5559         Log: If not building threaded, never mind the threaded prototypes.
5560      Branch: perl
5561            ! Configure reentr.pl
5562 ____________________________________________________________________________
5563 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
5564         Log: metaconfig: If not using threads, not point probing for the
5565              prototypes (since they might be hidden behind many defines
5566              we won't have if not building threaded)
5567      Branch: metaconfig
5568            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5569            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5570            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5571            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5572            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5573            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5574            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5575            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5576            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5577            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5578            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5579            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5580            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5581            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5582            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5583            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5584            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5585            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5586            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5587            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5588            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5589            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5590            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5591            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5592 ____________________________________________________________________________
5593 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
5594         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
5595      Branch: perl
5596            ! hints/freebsd.sh
5597 ____________________________________________________________________________
5598 [ 15261] By: ams                                   on 2002/03/16  18:14:04
5599         Log: Upgrade to Tie::File 0.20.
5600      Branch: perl
5601            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
5602            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
5603            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
5604            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
5605            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
5606            ! lib/Tie/File/t/11_rv_splice_rs.t
5607            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
5608            ! lib/Tie/File/t/16_handle.t
5609 ____________________________________________________________________________
5610 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
5611         Log: There seems to be a trend for the *time_r to be hidden.
5612      Branch: perl
5613            ! hints/irix_6.sh
5614 ____________________________________________________________________________
5615 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
5616         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
5617              From: Stas Bekman <stas@stason.org>
5618              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
5619              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
5620      Branch: perl
5621            ! lib/Pod/Html.pm
5622 ____________________________________________________________________________
5623 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
5624         Log: Subject: [PATCH] Re: dumpvar.pl bug
5625              From: Peter Scott <Peter@PSDT.com>
5626              Date: Fri, 15 Mar 2002 18:19:21 -0800
5627              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
5628      Branch: perl
5629            ! lib/dumpvar.pl lib/perl5db.pl
5630 ____________________________________________________________________________
5631 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
5632         Log: More paranoid _r protochecking.  At least Tru64 and
5633              Linux need additional hinting help to believe that
5634              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
5635              to see what goes bang.
5636      Branch: perl
5637            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
5638            ! reentr.pl
5639 ____________________________________________________________________________
5640 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
5641         Log: metaconfig: more paranoid _r protochecking.
5642      Branch: metaconfig
5643            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5644            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5645            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5646            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5647            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5648            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5649            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5650            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5651            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5652            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5653            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5654            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5655            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5656            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5657            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5658            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5659            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5660            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5661            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5662            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5663            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5664            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5665            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5666            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5667 ____________________________________________________________________________
5668 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
5669         Log: HP-UX gcc 3 warnings found by Sarathy.
5670      Branch: perl
5671            ! regcomp.c sv.c
5672 ____________________________________________________________________________
5673 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
5674         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
5675              From: Slaven Rezic <slaven.rezic@berlin.de>
5676              Date: 16 Mar 2002 15:29:18 +0100
5677              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
5678      Branch: perl
5679            ! pod/perldelta.pod
5680 ____________________________________________________________________________
5681 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
5682         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
5683      Branch: perl
5684            ! Porting/findrfuncs reentr.h reentr.pl
5685 ____________________________________________________________________________
5686 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
5687         Log: UIN32_MAX with borken under HP-UX+gcc
5688      Branch: perl
5689            ! handy.h
5690 ____________________________________________________________________________
5691 [ 15251] By: ams                                   on 2002/03/16  02:38:08
5692         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
5693              *::DESTROY() is deprecated
5694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5695              Date: Thu, 14 Mar 2002 18:39:22 -0500
5696              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
5697              
5698              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
5699              *::DESTROY() is deprecated
5700              From: Dave Mitchell <davem@fdgroup.com>
5701              Date: Fri, 15 Mar 2002 19:22:49 +0000
5702              Message-Id: <20020315192249.A22389@fdgroup.com>
5703      Branch: perl
5704            ! gv.c t/op/method.t
5705 ____________________________________________________________________________
5706 [ 15250] By: ams                                   on 2002/03/16  02:14:41
5707         Log: Plural nit.
5708      Branch: perl
5709            ! pod/perldelta.pod
5710 ____________________________________________________________________________
5711 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
5712         Log: Doesn't make sense to test for protos if the
5713              functions are not to be used (!= functions exist!)
5714              This might be the key (well, a key) to the HP-UX
5715              problems.
5716      Branch: perl
5717            ! reentr.h reentr.pl
5718 ____________________________________________________________________________
5719 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
5720         Log: Typo in #15247.
5721      Branch: perl
5722            ! hints/hpux.sh
5723 ____________________________________________________________________________
5724 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
5725         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
5726              in HP-UX (from H.Merijn Brand)
5727      Branch: perl
5728            ! hints/hpux.sh
5729 ____________________________________________________________________________
5730 [ 15246] By: ams                                   on 2002/03/15  17:53:23
5731         Log: Subject: minor corrections in perldelta.pod
5732              From: mjd@plover.com
5733              Date: 15 Mar 2002 18:48:42 -0000
5734              Message-Id: <20020315184842.13573.qmail@plover.com>
5735      Branch: perl
5736            ! pod/perldelta.pod
5737 ____________________________________________________________________________
5738 [ 15245] By: ams                                   on 2002/03/15  17:37:52
5739         Log: Upgrade to Tie::File 0.19.
5740      Branch: perl
5741            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
5742            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
5743            + lib/Tie/File/t/21_win32.t
5744            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
5745            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
5746            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
5747            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
5748            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
5749            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
5750            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
5751            ! lib/Tie/File/t/17_misc_meth.t
5752 ____________________________________________________________________________
5753 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
5754         Log: Update Changes.
5755      Branch: perl
5756            ! Changes patchlevel.h
5757 ____________________________________________________________________________
5758 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
5759         Log: Forgot from #15241.
5760      Branch: perl
5761            ! win32/config_sh.PL
5762 ____________________________________________________________________________
5763 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
5764         Log: Subject: patch pod/perltodo.pod
5765              From: mjd@plover.com
5766              Date: 15 Mar 2002 15:42:18 -0000
5767              Message-ID: <20020315154218.10163.qmail@plover.com>
5768              
5769              (With s/WANT/Want/)
5770      Branch: perl
5771            ! pod/perltodo.pod
5772 ____________________________________________________________________________
5773 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
5774         Log: Subject: [PATCH bleadperl] (revision 5 undef)
5775              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5776              Date: Fri, 15 Mar 2002 00:39:48 +0100
5777              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
5778      Branch: perl
5779            ! win32/config.bc win32/config.gc win32/config.vc
5780            ! win32/config.win64
5781 ____________________________________________________________________________
5782 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
5783         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
5784              From: Michael G Schwern <schwern@pobox.com>
5785              Date: Thu, 14 Mar 2002 16:39:29 -0500
5786              Message-ID: <20020314213929.GA2912@blackrider>
5787      Branch: perl
5788            ! lib/perl5db.pl
5789 ____________________________________________________________________________
5790 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
5791         Log: Integrate perlio.
5792      Branch: perl
5793           !> embed.fnc ext/Encode/t/JP.t
5794 ____________________________________________________________________________
5795 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
5796         Log: Monster _r patch: try to scan for all known _r variants,
5797              and then use them (under ithreads).  May fail in HP-UX,
5798              and the op/groups is known to be fickle everywhere.  Known
5799              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
5800              warnings in AIX since the first arguments of getnetbyaddr
5801              and getnetbyadd_r are of different types.  Thanks, IBM.)
5802              
5803              In non-Configure platforms deny the existence of any
5804              of the _r thingies.  (Also add the recently introduced
5805              d_tm_* to places it wasn't already in.)
5806              
5807              TODO: the suggested glibc buffer growth retry loop in case
5808              some entries (at least for: gr*, host*) are big.
5809              Forgot win32/config.win64.
5810      Branch: perl
5811            + reentr.c reentr.h reentr.pl
5812            ! Configure MANIFEST Makefile.SH NetWare/Makefile
5813            ! NetWare/config.wc Porting/Glossary Porting/config.sh
5814            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
5815            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
5816            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
5817            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
5818            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
5819            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
5820            ! win32/config.bc win32/config.gc win32/config.vc
5821            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
5822 ____________________________________________________________________________
5823 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
5824         Log: Be more explicit on when is the $! worth anything.
5825      Branch: perl
5826            ! pod/perlvar.pod
5827 ____________________________________________________________________________
5828 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
5829         Log: metaconfig: _r _r we go.
5830      Branch: metaconfig
5831            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5832            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5833            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5834            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5835            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5836            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5837            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5838            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5839            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5840            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5841            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5842            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5843            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5844            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5845            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5846            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5847            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5848            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5849            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5850            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5851            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5852            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5853            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5854            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5855 ____________________________________________________________________________
5856 [ 15235] By: nick                                  on 2002/03/15  07:31:54
5857         Log: Add the binmode()s to make JP.t pass on Win32
5858      Branch: perlio
5859            ! ext/Encode/t/JP.t
5860 ____________________________________________________________________________
5861 [ 15234] By: nick                                  on 2002/03/15  07:20:49
5862         Log: Integrate perlio
5863      Branch: perl
5864           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
5865 ____________________________________________________________________________
5866 [ 15233] By: nick                                  on 2002/03/15  07:18:02
5867         Log: Mark JP.t's data files as binary
5868      Branch: perlio
5869            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
5870 ____________________________________________________________________________
5871 [ 15232] By: nick                                  on 2002/03/15  07:13:38
5872         Log: Integrate mainline
5873      Branch: perlio
5874           +> ext/B/t/xref.t
5875           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
5876           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
5877           !> perl.c t/op/arith.t
5878 ____________________________________________________________________________
5879 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
5880         Log: The section needs to be in the makedepend script
5881              (from Jan-Erik Karlsson).
5882      Branch: perl
5883            ! makedepend.SH
5884 ____________________________________________________________________________
5885 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
5886         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
5887              From: Nicholas Clark <nick@unfortu.net>
5888              Date: Thu, 14 Mar 2002 23:05:23 +0000
5889              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
5890      Branch: perl
5891            ! ext/Safe/safe2.t
5892 ____________________________________________________________________________
5893 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
5894         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
5895              From: "Brent Dax" <brentdax@cpan.org>
5896              Date: Thu, 14 Mar 2002 09:08:41 -0800
5897              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
5898      Branch: perl
5899            ! lib/Pod/Html.pm
5900 ____________________________________________________________________________
5901 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
5902         Log: metaconfig: one round again for the _r.
5903      Branch: metaconfig
5904            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5905            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5906            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5907            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5908            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5909            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5910            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5911            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5912            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5913            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5914            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5915            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5916            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5917            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5918            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5919            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5920            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5921            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5922            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5923            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5924            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5925            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5926            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5927            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5928 ____________________________________________________________________________
5929 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
5930         Log: metaconfig: new round of the _r units.
5931      Branch: metaconfig
5932            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5933            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5934            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5935            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5936            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5937            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5938            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5939            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5940            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5941            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5942            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5943            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5944            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5945            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5946            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5947            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5948            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5949            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5950            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5951            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5952            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5953            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5954            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5955            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5956      Branch: metaconfig/U/perl
5957            + i_crypt.U
5958 ____________________________________________________________________________
5959 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
5960         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
5961              From: Paul_GreenVOS@vos.stratus.com
5962              Date: Tue, 12 Mar 02 19:22 est   
5963              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
5964      Branch: perl
5965            ! lib/Benchmark.t t/op/arith.t
5966 ____________________________________________________________________________
5967 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
5968         Log: Subject: Re: Win32: C:\Program Files
5969              From: "Ken Williams" <ken@mathforum.org>
5970              Date: Wed, 13 Mar 2002 17:50:59 -0600
5971              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
5972              
5973              Add -t to perl -h.
5974      Branch: perl
5975            ! perl.c
5976 ____________________________________________________________________________
5977 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
5978         Log: Extra paranoia from Nick Clark.
5979      Branch: perl
5980            ! ext/Safe/safe2.t
5981 ____________________________________________________________________________
5982 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
5983         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
5984              From: Nicholas Clark <nick@ccl4.org>
5985              Date: Wed, 13 Mar 2002 14:22:50 +0000
5986              Message-ID: <20020313142250.G92566@plum.flirble.org>
5987      Branch: perl
5988            ! ext/Safe/safe2.t
5989 ____________________________________________________________________________
5990 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
5991         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
5992              From: <slaven.rezic@berlin.de>
5993              Date: Tue, 12 Mar 2002 13:03:41 +0100      
5994              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
5995      Branch: perl
5996            ! Makefile.SH
5997 ____________________________________________________________________________
5998 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
5999         Log: Subject: [PATCH] a test for B::Xref
6000              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6001              Date: Wed, 13 Mar 2002 17:18:57 +0100
6002              Message-ID: <20020313171857.F1144@rafael>
6003      Branch: perl
6004            + ext/B/t/xref.t
6005            ! MANIFEST ext/B/B/Xref.pm
6006 ____________________________________________________________________________
6007 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
6008         Log: Subject: [PATCH] Exporter.pm POD fixups
6009              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6010              Date: Wed, 13 Mar 2002 16:21:42 +0100
6011              Message-ID: <20020313162142.A1144@rafael>
6012      Branch: perl
6013            ! lib/Exporter.pm
6014 ____________________________________________________________________________
6015 [ 15219] By: nick                                  on 2002/03/14  07:00:16
6016         Log: Integrate mainline
6017      Branch: perlio
6018           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
6019 ____________________________________________________________________________
6020 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
6021         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
6022              From: Michael G Schwern <schwern@pobox.com>
6023              Date: Wed, 13 Mar 2002 17:43:00 -0500
6024              Message-ID: <20020313224300.GG3311@blackrider>
6025      Branch: perl
6026            ! lib/ExtUtils/MM_VMS.pm
6027 ____________________________________________________________________________
6028 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
6029         Log: Pod tweak.
6030      Branch: perl
6031            ! lib/open.pm
6032 ____________________________________________________________________________
6033 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
6034         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
6035              From: "Craig A. Berry" <craigberry@mac.com>
6036              Date: Wed, 13 Mar 2002 01:44:01 -0600
6037              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
6038      Branch: perl
6039            ! vms/descrip_mms.template
6040 ____________________________________________________________________________
6041 [ 15215] By: nick                                  on 2002/03/13  08:08:36
6042         Log: Integrate mainline.
6043      Branch: perlio
6044           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
6045            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
6046            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
6047            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
6048            - ext/Data/Util/t/Hash.t
6049           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
6050           !> ext/Encode/lib/Encode/CN/HZ.pm
6051           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6052           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
6053           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
6054           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6055           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
6056           !> t/op/override.t toke.c universal.c
6057 ____________________________________________________________________________
6058 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
6059         Log: metaconfig: three guesses.
6060      Branch: metaconfig
6061            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6062            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6063            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6064            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6065            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6066            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6067            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6068            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6069            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6070            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6071            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6072            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6073            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6074            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6075            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6076            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6077            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6078            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6079            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6080            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6081            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6082            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6083            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6084            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6085 ____________________________________________________________________________
6086 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
6087         Log: metaconfig: regen _r units again.
6088      Branch: metaconfig
6089            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6090            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6091            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6092            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6093            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6094            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6095            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6096            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6097            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6098            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6099            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6100            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6101            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6102            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6103            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6104            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6105            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6106            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6107            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6108            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6109            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6110            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6111            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6112            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6113 ____________________________________________________________________________
6114 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
6115         Log: metaconfig: regen _r units.
6116      Branch: metaconfig
6117            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
6118            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6119            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6120            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6121            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6122            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6123            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6124            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6125            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6126            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6127            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6128            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6129            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6130            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6131            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6132            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6133            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6134            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6135            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6136            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6137            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6138            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6139            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6140            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6141            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6142 ____________________________________________________________________________
6143 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
6144         Log: metaconfig unit tweaks.
6145      Branch: metaconfig
6146            + U/threads/d_setprotoent_r.U
6147            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
6148            ! U/threads/d_tmpnam_r.U
6149 ____________________________________________________________________________
6150 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
6151         Log: metaconfig: replace the _r units with autogenerated ones.
6152      Branch: metaconfig
6153            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6154            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
6155            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6156            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
6157            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
6158            + U/threads/d_getprotobyname_r.U
6159            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6160            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
6161            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
6162            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6163            + U/threads/d_setservent_r.U
6164            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
6165            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
6166            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
6167            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
6168            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
6169            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
6170            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
6171            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
6172            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
6173            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6174            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6175            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6176            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
6177            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6178            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
6179            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
6180            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6181            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6182            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6183            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
6184            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
6185            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
6186            ! U/threads/d_ttyname_r.U
6187 ____________________________________________________________________________
6188 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
6189         Log: More known threadsafings.
6190      Branch: perl
6191            ! Porting/findrfuncs
6192 ____________________________________________________________________________
6193 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
6194         Log: Small tweaks.
6195      Branch: perl
6196            ! lib/Internals.t universal.c
6197 ____________________________________________________________________________
6198 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
6199         Log: VERSIONize.
6200      Branch: perl
6201            ! ext/Encode/lib/Encode/CN/HZ.pm
6202            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
6203            ! ext/Encode/lib/Encode/JP/JIS.pm
6204 ____________________________________________________________________________
6205 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
6206         Log: Subject: perl datastructure conversion shortcuts for DDD
6207              From: Stas Bekman <stas@stason.org>
6208              Date: Mon, 11 Mar 2002 14:54:31 +0800
6209              Message-ID: <3C8C54A7.5020502@stason.org>
6210      Branch: perl
6211            ! pod/perlhack.pod
6212 ____________________________________________________________________________
6213 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
6214         Log: Regen modlib.
6215      Branch: perl
6216            ! pod/perlmodlib.pod
6217 ____________________________________________________________________________
6218 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
6219         Log: Regen toc.
6220      Branch: perl
6221            ! pod/perltoc.pod
6222 ____________________________________________________________________________
6223 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
6224         Log: Tiny pod tweaks.
6225      Branch: perl
6226            ! lib/Hash/Util.pm
6227 ____________________________________________________________________________
6228 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
6229         Log: perldeltaize Hash::Util.
6230      Branch: perl
6231            ! pod/perldelta.pod
6232 ____________________________________________________________________________
6233 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
6234         Log: Move the readonly interface back to universal.c,
6235              (new name: Internals::SvREADONLY), remove Data::Util,
6236              move Hash::Util to lib, also introduce refcnt interface
6237              (Internals::SvREFCNT).     Make both the new interfaces
6238              to be more sane so that if they set the value, they return
6239              the new value, not the old one.
6240      Branch: perl
6241            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
6242            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
6243            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
6244            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
6245            - ext/Data/Util/t/Hash.t
6246            ! MANIFEST ext/B/t/stash.t universal.c
6247 ____________________________________________________________________________
6248 [ 15200] By: ams                                   on 2002/03/12  15:16:05
6249         Log: Subject: Disambiguate "Can't locate"
6250              From: Mike Guy <mjtg@cam.ac.uk>
6251              Date: Tue, 12 Mar 2002 16:04:23 +0000
6252              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
6253      Branch: perl
6254            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
6255            ! pp_ctl.c t/op/override.t
6256 ____________________________________________________________________________
6257 [ 15199] By: ams                                   on 2002/03/12  15:04:43
6258         Log: Subject: [PATCH] perl/lib/File/stat.t
6259              From: Paul_GreenVOS@vos.stratus.com
6260              Date: Tue, 12 Mar 02 11:00 est
6261              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
6262      Branch: perl
6263            ! lib/File/stat.t
6264 ____________________________________________________________________________
6265 [ 15198] By: ams                                   on 2002/03/12  15:00:44
6266         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
6267              From: Robin Barker <rmb1@cise.npl.co.uk>
6268              Date: Tue, 12 Mar 2002 13:31:58 GMT
6269              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
6270      Branch: perl
6271            ! pod/perlfunc.pod
6272 ____________________________________________________________________________
6273 [ 15197] By: ams                                   on 2002/03/12  14:57:34
6274         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
6275              From: "Clinton A. Pierce" <clintp@geeksalad.org>
6276              Date: Tue, 12 Mar 2002 10:11:53 -0500
6277              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
6278      Branch: perl
6279            ! toke.c
6280 ____________________________________________________________________________
6281 [ 15196] By: nick                                  on 2002/03/12  13:40:35
6282         Log: Integrate mainline
6283      Branch: perlio
6284           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
6285           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
6286           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
6287           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
6288            - t/lib/access.t
6289           !> (integrate 96 files)
6290 ____________________________________________________________________________
6291 [ 15195] By: nick                                  on 2002/03/12  06:08:24
6292         Log: Integrate mainline (a while ago)
6293      Branch: perlio
6294           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
6295           +> ext/Encode/t/TW.t
6296            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
6297            - ext/Encode/lib/Encode/Tcl/HanZi.pm
6298            - ext/I18N/Langinfo/fallback.c
6299           !> (integrate 80 files)
6300 ____________________________________________________________________________
6301 [ 15194] By: ams                                   on 2002/03/12  06:02:20
6302         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
6303              From: Jonathan Stowe <gellyfish@gellyfish.com>
6304              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
6305              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
6306      Branch: perl
6307            ! ext/Encode/CN/Makefile.PL
6308 ____________________________________________________________________________
6309 [ 15193] By: ams                                   on 2002/03/12  05:55:07
6310         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
6311              From: Dave Mitchell <davem@fdgroup.co.uk>
6312              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
6313              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
6314      Branch: perl
6315            ! pod/perlguts.pod
6316 ____________________________________________________________________________
6317 [ 15192] By: ams                                   on 2002/03/12  05:50:08
6318         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
6319              From: Anton Tagunov <tagunov@motor.ru>
6320              Date: Tue, 12 Mar 2002 01:40:58 +0300
6321              Message-Id: <1194068830.20020312014058@motor.ru>
6322              (Applied with tweaks.)
6323      Branch: perl
6324            ! lib/utf8.pm
6325 ____________________________________________________________________________
6326 [ 15191] By: ams                                   on 2002/03/12  05:42:21
6327         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
6328              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6329              Date: Sun, 10 Mar 2002 22:10:15 +0100
6330              Message-Id: <3C8BD9C7.13988.73992D@localhost>
6331      Branch: perl
6332            ! iperlsys.h
6333 ____________________________________________________________________________
6334 [ 15190] By: ams                                   on 2002/03/12  05:38:08
6335         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
6336              From: Anton Tagunov <tagunov@motor.ru>
6337              Date: Mon, 11 Mar 2002 23:27:47 +0300
6338              Message-Id: <19414222180.20020311232747@motor.ru>
6339      Branch: perl
6340            ! pod/perlsub.pod
6341 ____________________________________________________________________________
6342 [ 15189] By: ams                                   on 2002/03/12  05:34:49
6343         Log: Subject: minor patch for comment in utfebcdic.h
6344              From: Anton Tagunov <tagunov@motor.ru>
6345              Date: Tue, 12 Mar 2002 00:20:21 +0300
6346              Message-Id: <13817376786.20020312002021@motor.ru>
6347      Branch: perl
6348            ! utfebcdic.h
6349 ____________________________________________________________________________
6350 [ 15188] By: ams                                   on 2002/03/12  05:32:30
6351         Log: Subject: [PATCH ?] B::Xref improvements
6352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6353              Date: Mon, 11 Mar 2002 23:32:20 +0100
6354              Message-Id: <20020311233220.A12677@rafael>
6355      Branch: perl
6356            ! ext/B/B/Xref.pm
6357 ____________________________________________________________________________
6358 [ 15187] By: ams                                   on 2002/03/12  05:30:02
6359         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
6360              From: Paul_GreenVOS@vos.stratus.com
6361              Date: Mon, 11 Mar 02 17:23 est
6362              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
6363      Branch: perl
6364            ! lib/ExtUtils/MM_Unix.pm
6365 ____________________________________________________________________________
6366 [ 15186] By: ams                                   on 2002/03/12  05:27:06
6367         Log: Subject: [PATCH] installperl - minor untangle for VOS
6368              From: Paul_GreenVOS@vos.stratus.com
6369              Date: Mon, 11 Mar 02 17:05 est
6370              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
6371      Branch: perl
6372            ! installperl
6373 ____________________________________________________________________________
6374 [ 15185] By: ams                                   on 2002/03/12  05:25:59
6375         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
6376              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6377              Date: Mon, 11 Mar 2002 22:37:39 +0100
6378              Message-Id: <20020311223739.A691@rafael>
6379      Branch: perl
6380            ! ext/B/B/Deparse.pm
6381 ____________________________________________________________________________
6382 [ 15184] By: ams                                   on 2002/03/12  05:20:54
6383         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
6384              From: Michael G Schwern <schwern@pobox.com>
6385              Date: Tue, 12 Mar 2002 01:12:08 -0500
6386              Message-Id: <20020312061208.GD904@blackrider>
6387      Branch: perl
6388            ! hints/netbsd.sh
6389 ____________________________________________________________________________
6390 [ 15183] By: ams                                   on 2002/03/12  04:12:30
6391         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
6392              From: Autrijus Tang <autrijus@autrijus.org>
6393              Date: Tue, 12 Mar 2002 13:05:53 +0800
6394              Message-Id: <20020312050553.GA7864@not.autrijus.org>
6395              (Only doc hunk applied, supplementing #15182.)
6396      Branch: perl
6397            ! ext/Encode/Encode.pm
6398 ____________________________________________________________________________
6399 [ 15182] By: ams                                   on 2002/03/12  04:04:34
6400         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
6401              From: Autrijus Tang <autrijus@autrijus.org>
6402              Date: Tue, 12 Mar 2002 12:56:46 +0800
6403              Message-Id: <20020312045646.GA7689@not.autrijus.org>
6404              (Private mail.)
6405      Branch: perl
6406            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
6407 ____________________________________________________________________________
6408 [ 15181] By: ams                                   on 2002/03/12  03:09:20
6409         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
6410              From: Autrijus Tang <autrijus@autrijus.org>
6411              Date: Tue, 12 Mar 2002 11:55:06 +0800
6412              Message-Id: <20020312035506.GA6946@not.autrijus.org>
6413      Branch: perl
6414            ! ext/Encode/Encode.pm
6415 ____________________________________________________________________________
6416 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
6417         Log: Deypo.
6418      Branch: metaconfig
6419            ! U/threads/d_asctime_r.U
6420 ____________________________________________________________________________
6421 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
6422         Log: FAQ sync.
6423      Branch: perl
6424            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6425            ! pod/perlfaq4.pod pod/perlfaq5.pod
6426 ____________________________________________________________________________
6427 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
6428         Log: The test needs perlio.
6429      Branch: perl
6430            ! lib/open.t
6431 ____________________________________________________________________________
6432 [ 15177] By: ams                                   on 2002/03/11  15:41:08
6433         Log: Subject: perlreftut update
6434              From: Mark-Jason Dominus <mjd@plover.com>
6435              Date: Mon, 11 Mar 2002 11:36:27 -0500
6436              Message-Id: <20020311163627.31020.qmail@plover.com>
6437      Branch: perl
6438            ! pod/perlreftut.pod
6439 ____________________________________________________________________________
6440 [ 15176] By: ams                                   on 2002/03/11  15:35:24
6441         Log: Subject: Minor correction in perlfaq5
6442              From: mjd@plover.com
6443              Date: 11 Mar 2002 16:34:22 -0000
6444              Message-Id: <20020311163422.30963.qmail@plover.com>
6445      Branch: perl
6446            ! pod/perlfaq5.pod
6447 ____________________________________________________________________________
6448 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
6449         Log: number of skipped tests was incorrect
6450      Branch: perl
6451            ! t/op/stat.t
6452 ____________________________________________________________________________
6453 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
6454         Log: remove doubled CRs
6455      Branch: perl
6456            ! win32/Makefile
6457 ____________________________________________________________________________
6458 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
6459         Log: Update Changes.
6460      Branch: perl
6461            ! Changes patchlevel.h
6462 ____________________________________________________________________________
6463 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
6464         Log: Regen toc.
6465      Branch: perl
6466            ! pod/perltoc.pod
6467 ____________________________________________________________________________
6468 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
6469         Log: Add t/CN.t and t/TW.t; re-sort.
6470      Branch: perl
6471            ! ext/Encode/MANIFEST
6472 ____________________________________________________________________________
6473 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
6474         Log: Document what to do if one yearns back to
6475              the old legacy encoding.
6476      Branch: perl
6477            ! lib/encoding.pm
6478 ____________________________________________________________________________
6479 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
6480         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
6481              as general purpose encoding transformation interfaces
6482              since that's not what they are.
6483      Branch: perl
6484            ! lib/utf8.pm pod/perlunicode.pod sv.c
6485 ____________________________________________________________________________
6486 [ 15168] By: ams                                   on 2002/03/11  12:54:16
6487         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
6488              warnings
6489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6490              Date: Mon, 11 Mar 2002 14:35:22 +0100
6491              Message-Id: <20020311143522.A7431@rafael>
6492      Branch: perl
6493            ! t/lib/warnings/pp_sys
6494 ____________________________________________________________________________
6495 [ 15167] By: ams                                   on 2002/03/11  04:57:20
6496         Log: A little commonsense is better than 1_compile.
6497      Branch: perl
6498            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
6499 ____________________________________________________________________________
6500 [ 15166] By: ams                                   on 2002/03/11  04:53:50
6501         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
6502              From: Michael G Schwern <schwern@pobox.com>
6503              Date: Sun, 10 Mar 2002 13:27:12 -0500
6504              Message-Id: <20020310182712.GC693@blackrider>
6505              
6506              Subject: [PATCH] Hash::Util part 2
6507              From: Michael G Schwern <schwern@pobox.com>
6508              Date: Sun, 10 Mar 2002 15:09:34 -0500
6509              Message-Id: <20020310200934.GB27112@blackrider>
6510              
6511              Subject: [PATCH] Hash::Util MANIFEST correction
6512              From: Michael G Schwern <schwern@pobox.com>
6513              Date: Sun, 10 Mar 2002 16:27:07 -0500
6514              Message-Id: <20020310212707.GF27112@blackrider>
6515              
6516              (Also changes find.t and taint.t, which were looking for access.t)
6517      Branch: perl
6518            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
6519            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
6520            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
6521            + ext/Data/Util/t/Hash.t
6522            - t/lib/access.t
6523            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
6524            ! pod/perldiag.pod pod/perltodo.pod universal.c
6525 ____________________________________________________________________________
6526 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
6527         Log: metaconfig: more thready fixes.
6528      Branch: metaconfig
6529            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
6530            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
6531            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
6532            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
6533            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
6534            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
6535            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6536            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
6537            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
6538 ____________________________________________________________________________
6539 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
6540         Log: Skip obsoleted interfaces.
6541      Branch: perl
6542            ! Porting/findrfuncs
6543 ____________________________________________________________________________
6544 [ 15162] By: ams                                   on 2002/03/11  03:48:14
6545         Log: Typo fixes.
6546      Branch: perl
6547            ! perl.c
6548 ____________________________________________________________________________
6549 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
6550         Log: Upgrade to Locale::Codes 2.02.
6551      Branch: perl
6552            + lib/Locale/Codes/t/rename.t
6553            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
6554            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
6555            ! lib/Locale/Country.pod
6556 ____________________________________________________________________________
6557 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
6558         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
6559              From: Nicholas Clark <nick@unfortu.net>
6560              Date: Sun, 10 Mar 2002 18:17:50 +0000
6561              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
6562              
6563              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
6564              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6565              Date: Sun, 10 Mar 2002 13:53:34 -0800
6566              Message-ID: <eX9i8gzkg26G092yn@efn.org>
6567              
6568              (and reenable the feature in freebsd,
6569              and move the freebsd pr url to perl.c)
6570      Branch: perl
6571            ! hints/freebsd.sh perl.c pod/perldelta.pod
6572 ____________________________________________________________________________
6573 [ 15159] By: ams                                   on 2002/03/11  03:34:13
6574         Log: Subject: [PATCH stash.t] access::readonly is gone
6575              From: Michael G Schwern <schwern@pobox.com>
6576              Date: Sun, 10 Mar 2002 16:18:14 -0500
6577              Message-Id: <20020310211813.GE27112@blackrider>
6578      Branch: perl
6579            ! ext/B/t/stash.t
6580 ____________________________________________________________________________
6581 [ 15158] By: ams                                   on 2002/03/11  03:28:04
6582         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
6583              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6584              Date: Sun, 10 Mar 2002 22:10:15 +0100
6585              Message-Id: <3C8BD9C7.610.7398DD@localhost>
6586      Branch: perl
6587            ! lib/Net/Ping/t/110_icmp_inst.t
6588 ____________________________________________________________________________
6589 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
6590         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
6591              From: Michael G Schwern <schwern@pobox.com>
6592              Date: Sun, 10 Mar 2002 19:22:33 -0500
6593              Message-ID: <20020311002233.GE4927@blackrider>
6594      Branch: perl
6595            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
6596            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
6597            ! lib/Test/Simple/t/fail-more.t
6598 ____________________________________________________________________________
6599 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
6600         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
6601              From: Michael G Schwern <schwern@pobox.com>
6602              Date: Sun, 10 Mar 2002 17:14:10 -0500
6603              Message-ID: <20020310221410.GA4915@blackrider>
6604      Branch: perl
6605            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
6606            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
6607 ____________________________________________________________________________
6608 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
6609         Log: Subject: [PATCH] more warnings tidyup
6610              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6611              Date: Sun, 10 Mar 2002 21:01:39 -0000
6612              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
6613      Branch: perl
6614            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
6615            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
6616            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
6617            ! util.c
6618 ____________________________________________________________________________
6619 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
6620         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
6621              From: Nicholas Clark <nick@unfortu.net>
6622              Date: Sun, 10 Mar 2002 23:21:07 +0000
6623              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
6624      Branch: perl
6625            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
6626            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
6627            ! ext/Encode/TW/Makefile.PL
6628 ____________________________________________________________________________
6629 [ 15153] By: ams                                   on 2002/03/11  03:06:59
6630         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
6631              From: Max Baker <max@warped.org>
6632              Date: Fri, 8 Mar 2002 10:56:19 -0800
6633              Message-Id: <20020308105619.A15039@warped.org>
6634      Branch: perl
6635            ! ext/IO/lib/IO/Socket/INET.pm
6636 ____________________________________________________________________________
6637 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
6638         Log: Subject: [PATCH] spelling correction
6639              From: Nicholas Clark <nick@unfortu.net>
6640              Date: Sun, 10 Mar 2002 18:34:42 +0000
6641              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
6642      Branch: perl
6643            ! pp.c pp_hot.c
6644 ____________________________________________________________________________
6645 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
6646         Log: DG/UX updates from Takis Psarogiannakopoulos.
6647      Branch: perl
6648            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
6649 ____________________________________________________________________________
6650 [ 15150] By: ams                                   on 2002/03/11  03:02:47
6651         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
6652              From: Chris Nandor <pudge@pobox.com>
6653              Date: Mon, 04 Mar 2002 17:48:12 -0500
6654              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
6655      Branch: perl
6656            ! lib/DB.pm lib/perl5db.pl
6657 ____________________________________________________________________________
6658 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
6659         Log: metaconfig unit changes in preparation of reentrancy changes.
6660      Branch: metaconfig
6661            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
6662            + U/threads/d_ttyname_r.U
6663            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
6664            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
6665            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
6666            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
6667            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6668            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
6669            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6670            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
6671            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
6672            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
6673            ! U/threads/d_strerror_r.U
6674 ____________________________________________________________________________
6675 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
6676         Log: Mysterious characters.
6677      Branch: perl
6678            ! utf8.h
6679 ____________________________________________________________________________
6680 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
6681         Log: Unused.
6682      Branch: perl
6683            ! op.c
6684 ____________________________________________________________________________
6685 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
6686         Log: Implement :std subpragma of the open pragma
6687              that makes the standard filehandles to talk in
6688              encodings.  This change set off a weird warning
6689              from op.c, though: disabled it now until someone
6690              who knows what it is about comes along.
6691      Branch: perl
6692            ! lib/open.pm op.c
6693 ____________________________________________________________________________
6694 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
6695         Log: Document the logic of :locale better.
6696      Branch: perl
6697            ! lib/open.pm
6698 ____________________________________________________________________________
6699 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
6700         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
6701              From: Slaven Rezic <slaven.rezic@berlin.de>
6702              Date: 10 Mar 2002 02:49:17 +0100
6703              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
6704      Branch: perl
6705            ! hints/freebsd.sh
6706 ____________________________________________________________________________
6707 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
6708         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
6709              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6710              Date: Sun, 10 Mar 2002 17:08:54 +0900
6711              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
6712      Branch: perl
6713            ! ext/Encode/lib/Encode/Tcl.pm
6714            ! ext/Encode/lib/Encode/Tcl/Escape.pm
6715            ! ext/Encode/lib/Encode/Tcl/Extended.pm
6716            ! ext/Encode/lib/Encode/Tcl/Table.pm
6717 ____________________________________________________________________________
6718 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
6719         Log: The patch does the following:
6720              - Nix the unneccessary diagnostics line
6721              - Quell -w warnings if the first ENV doesn't exist
6722              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
6723              is too baroque and bloated for daily use (and for perl core inclusion).
6724              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
6725              non-fatal.
6726              - Consequently, the ^OPEN bits is set only when needed.
6727      Branch: perl
6728            ! lib/open.pm
6729 ____________________________________________________________________________
6730 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
6731         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
6732      Branch: perl
6733            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
6734 ____________________________________________________________________________
6735 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
6736         Log: Precedence problem.
6737      Branch: perl
6738            ! ext/Socket/socketpair.t
6739 ____________________________________________________________________________
6740 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
6741         Log: Renaming tweaks, and split off the reentrant "superbuffer"
6742              init routine.
6743      Branch: perl
6744            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
6745            ! sv.c util.c
6746 ____________________________________________________________________________
6747 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
6748         Log: The 7-bit jis seems to be the hanging one.
6749      Branch: perl
6750            ! ext/Encode/t/Tcl.t
6751 ____________________________________________________________________________
6752 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
6753         Log: Begone.
6754      Branch: perl
6755            ! ext/Encode/MANIFEST
6756 ____________________________________________________________________________
6757 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
6758         Log: Better fix from Autrijus.
6759      Branch: perl
6760            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
6761            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
6762 ____________________________________________________________________________
6763 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
6764         Log: Not everybody has Encode::HanExtra.
6765      Branch: perl
6766            ! ext/Encode/Encode.pm
6767 ____________________________________________________________________________
6768 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
6769         Log: Decutandpasto.
6770      Branch: perl
6771            ! ext/Encode/lib/Encode/Tcl.pm
6772 ____________________________________________________________________________
6773 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
6774         Log: Subject: [PATCH] Data::Dumper
6775              From: Nicholas Clark <nick@unfortu.net>
6776              Date: Sat, 9 Mar 2002 19:03:54 +0000
6777              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
6778      Branch: perl
6779            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6780            ! ext/Data/Dumper/t/dumper.t
6781 ____________________________________________________________________________
6782 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
6783         Log: Subject: [PATCH] socketpair.t w/o fork
6784              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6785              Date: Sat, 9 Mar 2002 14:55:11 +0100
6786              Message-ID: <3C8A224F.29578.13691BA@localhost>
6787              
6788              (modified as suggested by Sarathy)
6789      Branch: perl
6790            ! ext/Socket/socketpair.t
6791 ____________________________________________________________________________
6792 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
6793         Log: Subject: [PATCH perldelta] Mention Change 14727
6794              From: Autrijus Tang <autrijus@autrijus.org>
6795              Date: Sat, 9 Mar 2002 23:31:40 +0800
6796              Message-ID: <20020309153140.GA4224@not.autrijus.org>
6797      Branch: perl
6798            ! pod/perldelta.pod
6799 ____________________________________________________________________________
6800 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
6801         Log: Make Encode.pm implicitly load external CJK tables the first
6802              time they're needed (instead of immediately), from Autrijus
6803              Tang.
6804      Branch: perl
6805            ! ext/Encode/Encode.pm
6806 ____________________________________________________________________________
6807 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
6808         Log: Subject: Re: Two questions
6809              From: Nicholas Clark <nick@unfortu.net>
6810              Date: Sat, 9 Mar 2002 12:42:40 +0000
6811              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
6812      Branch: perl
6813            ! Porting/pumpkin.pod
6814 ____________________________________________________________________________
6815 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
6816         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
6817              From: Paul_GreenVOS@vos.stratus.com
6818              Date: Fri, 8 Mar 02 22:34 est
6819              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
6820      Branch: perl
6821            ! pp_sys.c
6822 ____________________________________________________________________________
6823 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
6824         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
6825              From: davem@fdgroup.co.uk
6826              Date: Sat, 9 Mar 2002 00:13:27 GMT
6827              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
6828      Branch: perl
6829            ! dump.c
6830 ____________________________________________________________________________
6831 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
6832         Log: Deglitch from Rafael.
6833      Branch: perl
6834            ! ext/B/t/lint.t
6835 ____________________________________________________________________________
6836 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
6837         Log: Still more portability.
6838      Branch: perl
6839            ! Porting/findrfuncs
6840 ____________________________________________________________________________
6841 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
6842         Log: More portability.
6843      Branch: perl
6844            ! Porting/findrfuncs
6845 ____________________________________________________________________________
6846 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
6847         Log: Shared library paths; running tests manually.
6848      Branch: perl
6849            ! INSTALL
6850 ____________________________________________________________________________
6851 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
6852         Log: Subject: RE: Two questions
6853              From: "Green, Paul" <Paul.Green@stratus.com>
6854              Date: Fri, 8 Mar 2002 17:55:19 -0500
6855              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
6856      Branch: perl
6857            ! Porting/pumpkin.pod
6858 ____________________________________________________________________________
6859 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
6860         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
6861              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
6862      Branch: perl
6863            + ext/B/t/lint.t
6864            ! MANIFEST ext/B/B/Lint.pm
6865 ____________________________________________________________________________
6866 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
6867         Log: metaconfig unit change for #15119.
6868      Branch: metaconfig
6869            ! U/threads/d_pthread_atfork.U
6870 ____________________________________________________________________________
6871 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
6872         Log: In DG/UX finding pthread_atfork requires a true compile,
6873              from Takis Psarogiannakopoulos.
6874      Branch: perl
6875            ! Configure config_h.SH
6876 ____________________________________________________________________________
6877 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
6878         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
6879              From: John Peacock <jpeacock@rowman.com>
6880              Date: Fri, 08 Mar 2002 15:52:41 -0500
6881              Message-ID: <3C892499.4050502@rowman.com>
6882      Branch: perl
6883            ! lib/ExtUtils/xsubpp
6884 ____________________________________________________________________________
6885 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
6886         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
6887              From: "Craig A. Berry" <craigberry@mac.com>
6888              Date: Fri, 08 Mar 2002 15:02:51 -0600
6889              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
6890      Branch: perl
6891            ! t/op/write.t
6892 ____________________________________________________________________________
6893 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
6894         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
6895              From: Paul_GreenVOS@vos.stratus.com
6896              Date: Fri, 8 Mar 02 14:45 est
6897              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
6898      Branch: perl
6899            ! installperl
6900 ____________________________________________________________________________
6901 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
6902         Log: Subject: [PATCH @15109] tm_tm_* for VMS
6903              From: "Craig A. Berry" <craigberry@mac.com>
6904              Date: Fri, 08 Mar 2002 13:07:52 -0600
6905              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
6906      Branch: perl
6907            ! configure.com
6908 ____________________________________________________________________________
6909 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
6910         Log: Detypo.
6911      Branch: perl
6912            ! Changes
6913 ____________________________________________________________________________
6914 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
6915         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
6916      Branch: perl
6917            ! t/op/pat.t
6918 ____________________________________________________________________________
6919 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
6920         Log: HP-UX nm seems to repeat itself.
6921      Branch: perl
6922            ! Porting/findrfuncs
6923 ____________________________________________________________________________
6924 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
6925         Log: Nice porting script from Sarathy.  Well, less nice
6926              in the sense that it shows the looong road ahead.
6927      Branch: perl
6928            + Porting/findrfuncs
6929            ! MANIFEST Porting/makerel
6930 ____________________________________________________________________________
6931 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
6932         Log: Subject: Re: Performance considerations for UTF-8
6933              From: Jarkko Hietaniemi <jhi@iki.fi>
6934              Date: Fri, 8 Mar 2002 18:53:28 +0200
6935              Message-ID: <20020308185328.D640@alpha.hut.fi>
6936              
6937              (put all in perlunicode)
6938      Branch: perl
6939            ! pod/perlunicode.pod
6940 ____________________________________________________________________________
6941 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
6942         Log: Update Changes.
6943      Branch: perl
6944            ! Changes patchlevel.h
6945 ____________________________________________________________________________
6946 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
6947         Log: Subject: Cygwin cygipc support skipped
6948              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
6949              Date: Fri, 8 Mar 2002 16:59:34 +0100
6950              Message-ID: <113694157285.20020308165934@familiehaase.de>
6951      Branch: perl
6952            ! hints/cygwin.sh
6953 ____________________________________________________________________________
6954 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
6955         Log: metaconfig unit change for #15106.
6956      Branch: metaconfig
6957            ! U/compline/d_gconvert.U
6958 ____________________________________________________________________________
6959 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
6960         Log: Subject: Re: [PATCH] tests for Gconvert
6961              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6962              Date: Thu, 07 Mar 2002 16:48:10 -0800
6963              Message-ID: <KpAi8gzkganW092yn@efn.org>
6964      Branch: perl
6965            ! Configure config_h.SH t/base/num.t
6966 ____________________________________________________________________________
6967 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
6968         Log: The new test has some teething problems.
6969      Branch: perl
6970            - ext/B/t/lint.t
6971            ! MANIFEST
6972 ____________________________________________________________________________
6973 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
6974         Log: Subject: [PATCH] B::Lint tests
6975              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6976              Date: Fri, 8 Mar 2002 14:47:19 +0100
6977              Message-ID: <20020308144719.A2663@rafael>
6978      Branch: perl
6979            + ext/B/t/lint.t
6980            ! MANIFEST ext/B/B/Lint.pm
6981 ____________________________________________________________________________
6982 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
6983         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
6984              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
6985              Date: Fri, 8 Mar 2002 13:24:14 GMT
6986              Message-Id: <200203081324.NAA00642@cleo>
6987      Branch: perl
6988            ! hints/powerux.sh
6989 ____________________________________________________________________________
6990 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
6991         Log: Subject: HP has some new models
6992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6993              Date: Fri, 08 Mar 2002 13:07:02 +0100
6994              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
6995      Branch: perl
6996            ! README.hpux
6997 ____________________________________________________________________________
6998 [ 15101] By: ams                                   on 2002/03/08  09:11:40
6999         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
7000              From: Stas Bekman <stas@stason.org>
7001              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
7002              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
7003      Branch: perl
7004            ! pod/perlguts.pod
7005 ____________________________________________________________________________
7006 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
7007         Log: Update Changes
7008      Branch: maint-5.6/macperl
7009            ! macos/Changes
7010 ____________________________________________________________________________
7011 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
7012         Log: Replace macperlbundled with macperldelta
7013      Branch: maint-5.6/macperl
7014            ! macos/macperl/MacPerl.podhelp
7015 ____________________________________________________________________________
7016 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
7017         Log: Comsetic fixes (Thomas Wegner)
7018      Branch: maint-5.6/macperl
7019            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
7020 ____________________________________________________________________________
7021 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
7022         Log: Bump OS version
7023      Branch: maint-5.6/macperl
7024            ! macos/config.sh
7025 ____________________________________________________________________________
7026 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
7027         Log: Thought I deleted this already?
7028      Branch: perl
7029            - ext/I18N/Langinfo/fallback.c
7030 ____________________________________________________________________________
7031 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
7032         Log: perlport updates from Pudge.
7033      Branch: perl
7034            ! pod/perlport.pod
7035 ____________________________________________________________________________
7036 [ 15094] By: ams                                   on 2002/03/08  03:06:03
7037         Log: Nitpick.
7038      Branch: perl
7039            ! MANIFEST
7040 ____________________________________________________________________________
7041 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
7042         Log: Wrong test.
7043      Branch: perl
7044            ! pod/perldelta.pod
7045 ____________________________________________________________________________
7046 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
7047         Log: Integrate change 14064 from macperl to blead.
7048      Branch: perl
7049           !> pod/perlmodinstall.pod pod/perlport.pod
7050 ____________________________________________________________________________
7051 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
7052         Log: Integrate recent perlport changes
7053      Branch: maint-5.6/macperl
7054           !> pod/perlport.pod
7055 ____________________________________________________________________________
7056 [ 15089] By: ams                                   on 2002/03/08  01:54:03
7057         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
7058              minor typo in perlguts.pod
7059              From: Anton Tagunov <tagunov@motor.ru>
7060              Date: Fri, 8 Mar 2002 05:26:59 +0300
7061              Message-Id: <4649821189.20020308052659@motor.ru>
7062      Branch: perl
7063            ! pod/perlguts.pod
7064 ____________________________________________________________________________
7065 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
7066         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"! 
7067              From: Anton Tagunov <tagunov@newmail.ru>
7068              Date: Fri, 8 Mar 2002 04:31:44 +0300
7069              Message-ID: <13946506773.20020308043144@newmail.ru>
7070              
7071              (one test changed)
7072      Branch: perl
7073            ! lib/encoding.t sv.c
7074 ____________________________________________________________________________
7075 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
7076         Log: Subject: [PATCH perldelta] some more deltas
7077              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7078              Date: Thu, 7 Mar 2002 23:13:23 +0100
7079              Message-ID: <20020307231323.A13068@rafael>
7080      Branch: perl
7081            ! pod/perldelta.pod
7082 ____________________________________________________________________________
7083 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
7084         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
7085              From: Paul_GreenVOS@vos.stratus.com
7086              Date: Thu, 7 Mar 02 14:25 est
7087              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
7088      Branch: perl
7089            ! t/io/fs.t
7090 ____________________________________________________________________________
7091 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
7092         Log: As suggested by Anton Tagunov, eq and cmp now obey the
7093              encoding pragma (by remapping their byte argument if the
7094              other argument is in Unicode).  Also fix a bug found by
7095              Anton where ord undef under the encoding pragma would barf.
7096              ([ID 20020307.009] A null pointer dereference with 'use encoding')
7097              Finally, use the nicer form of sv_recode_to_utf8.
7098      Branch: perl
7099            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
7100 ____________________________________________________________________________
7101 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
7102         Log: Retract #14985, #14899, and #14990, following the principles
7103              "Do no harm." and "If it ain't broke, don't fix it."
7104              
7105              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
7106              some, but still broken, and I do not have the extra brain
7107              cells for the EBCDIC backport.  Secondly, the old version
7108              worked both in EBCDIC and non-.  Thirdly, the old version
7109              may be more amenable for the behaviour suggsted by Anton
7110              Tagunov regarding the encoding pragma.
7111      Branch: perl
7112            ! embed.fnc embed.h global.sym proto.h sv.c util.c
7113 ____________________________________________________________________________
7114 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
7115         Log: Long doubles give you long doubles.
7116      Branch: perl
7117            ! t/base/num.t
7118 ____________________________________________________________________________
7119 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
7120         Log: Forgotten deMANIFESTation.
7121      Branch: perl
7122            ! MANIFEST
7123 ____________________________________________________________________________
7124 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
7125         Log: Obsolete unused file, noticed by Dank Kogai.
7126      Branch: perl
7127            - ext/Encode/lib/Encode/JP/Tr.pm
7128 ____________________________________________________________________________
7129 [ 15080] By: ams                                   on 2002/03/07  11:31:46
7130         Log: Subject: [PATCH Changes] Changes should mirror version number
7131              From: Robin Barker <rmb1@cise.npl.co.uk>
7132              Date: Thu, 7 Mar 2002 11:04:24 GMT
7133              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
7134      Branch: perl
7135            ! Porting/pumpkin.pod
7136 ____________________________________________________________________________
7137 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
7138         Log: metaconfig unit change for #15078.
7139      Branch: metaconfig
7140            ! U/compline/d_gconvert.U
7141 ____________________________________________________________________________
7142 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
7143         Log: Subject: Re: [PATCH] tests for Gconvert
7144              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7145              Date: Wed, 06 Mar 2002 20:22:54 -0800
7146              Message-ID: <esuh8gzkg2/b092yn@efn.org>
7147      Branch: perl
7148            ! Configure pod/perldelta.pod t/base/num.t
7149 ____________________________________________________________________________
7150 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
7151         Log: Mac OS X UFS does not do ctime.
7152      Branch: perl
7153            ! pod/perldelta.pod pod/perlport.pod
7154 ____________________________________________________________________________
7155 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
7156         Log: AUTHORS updates.
7157      Branch: perl
7158            ! AUTHORS
7159 ____________________________________________________________________________
7160 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
7161         Log: Continued Chinese puzzles from Autrijus.
7162      Branch: perl
7163            + ext/Encode/t/CN.t ext/Encode/t/TW.t
7164            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
7165 ____________________________________________________________________________
7166 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
7167         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
7168              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7169              Date: Wed, 6 Mar 2002 18:13:51 +0100
7170              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
7171      Branch: perl
7172            ! lib/File/Spec/Win32.pm
7173 ____________________________________________________________________________
7174 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
7175         Log: perlport tweaks.
7176      Branch: perl
7177            ! pod/perlport.pod
7178 ____________________________________________________________________________
7179 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
7180         Log: Subject: Re: [PATCH docs] Re: Bug with -M
7181              From: Michael G Schwern <schwern@pobox.com>
7182              Date: Wed, 6 Mar 2002 16:20:27 -0500
7183              Message-ID: <20020306212027.GC4257@blackrider>
7184      Branch: perl
7185            ! pod/perlfunc.pod pod/perlport.pod
7186 ____________________________________________________________________________
7187 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
7188         Log: perldelta updates.
7189      Branch: perl
7190            ! pod/perldelta.pod
7191 ____________________________________________________________________________
7192 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
7193         Log: 5005threads wasn't even compiling.
7194      Branch: perl
7195            ! perl.c
7196 ____________________________________________________________________________
7197 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
7198         Log: Subject: Re: perl@15047 New format tests for still existing bugs
7199              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7200              Date: Wed, 06 Mar 2002 12:59:29 +0100
7201              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
7202      Branch: perl
7203            ! t/op/write.t
7204 ____________________________________________________________________________
7205 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
7206         Log: Regen Glossary et al.
7207      Branch: perl
7208            ! Porting/Glossary Porting/config.sh Porting/config_H
7209 ____________________________________________________________________________
7210 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
7211         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
7212              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
7213      Branch: perl
7214            ! util.c
7215 ____________________________________________________________________________
7216 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
7217         Log: metaconfig unit change for #15065.
7218      Branch: metaconfig
7219            ! U/compline/i_time.U
7220 ____________________________________________________________________________
7221 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
7222         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
7223      Branch: perl
7224            ! Configure config_h.SH
7225 ____________________________________________________________________________
7226 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
7227         Log: Must remove fallback.c also from here.
7228      Branch: perl
7229            ! MANIFEST
7230 ____________________________________________________________________________
7231 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
7232         Log: Subject: Re: perl@15047 WinCE
7233              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7234              Date: Wed, 06 Mar 2002 13:41:30 +0100
7235              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
7236              
7237              Subject: Re: perl@15047 Win32
7238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7239              Date: Wed, 06 Mar 2002 13:46:02 +0100
7240              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
7241              
7242              Subject: Re: perl@15047 Epoc
7243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7244              Date: Wed, 06 Mar 2002 13:48:31 +0100
7245              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
7246              
7247              Subject: Re: perl@15047 NetWare
7248              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7249              Date: Wed, 06 Mar 2002 13:55:46 +0100
7250              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
7251      Branch: perl
7252            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
7253            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7254            ! wince/Makefile.ce wince/config.h
7255 ____________________________________________________________________________
7256 [ 15062] By: ams                                   on 2002/03/06  09:26:49
7257         Log: Subject: Re: perl@15047
7258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7259              Date: Wed, 06 Mar 2002 11:25:50 +0100
7260              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
7261      Branch: perl
7262            ! cygwin/perlld.in
7263 ____________________________________________________________________________
7264 [ 15061] By: ams                                   on 2002/03/06  08:44:12
7265         Log: Subject: Re: perl@15047
7266              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7267              Date: Wed, 06 Mar 2002 10:38:02 +0100
7268              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
7269      Branch: perl
7270            ! pod/perldelta.pod
7271 ____________________________________________________________________________
7272 [ 15060] By: ams                                   on 2002/03/06  08:30:33
7273         Log: Subject: Update perlhist.pod
7274              From: mjd@plover.com
7275              Date: 6 Mar 2002 07:11:55 -0000
7276              Message-Id: <20020306071155.10240.qmail@plover.com>
7277              
7278              Subject: [PATCH pod/perlvar.pod] $^V => string
7279              From: Stas Bekman <stas@stason.org>
7280              Date: Wed, 06 Mar 2002 14:56:55 +0800
7281              Message-Id: <3C85BDB7.7050700@stason.org>
7282      Branch: perl
7283            ! pod/perlhist.pod pod/perlvar.pod
7284 ____________________________________________________________________________
7285 [ 15059] By: ams                                   on 2002/03/06  04:15:38
7286         Log: Subject: [PATCH] assorted configure.com fix-ups
7287              From: "Craig A. Berry" <craigberry@mac.com>
7288              Date: Tue, 5 Mar 2002 23:11:22 -0600
7289              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
7290      Branch: perl
7291            ! configure.com
7292 ____________________________________________________________________________
7293 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
7294         Log: IRIX failure with long doubles.
7295      Branch: perl
7296            ! t/op/pack.t
7297 ____________________________________________________________________________
7298 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
7299         Log: Make reality and Changes coincide.
7300      Branch: perl
7301            ! Changes
7302 ____________________________________________________________________________
7303 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
7304         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
7305              From: Anton Tagunov <tagunov@motor.ru>
7306              Date: Wed, 6 Mar 2002 02:10:21 +0300
7307              Message-ID: <11152782757.20020306021021@motor.ru>
7308              
7309              (reworded)
7310      Branch: perl
7311            ! pod/perluniintro.pod
7312 ____________________________________________________________________________
7313 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
7314         Log: Subject: [PATCH] B::Lint doesn't work
7315              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7316              Date: Tue, 5 Mar 2002 22:51:18 +0100
7317              Message-ID: <20020305225118.C733@rafael>
7318      Branch: perl
7319            ! ext/B/B/Lint.pm
7320 ____________________________________________________________________________
7321 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
7322         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
7323              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7324              Date: Mon, 04 Mar 2002 16:24:32 -0800
7325              Message-ID: <ABBh8gzkgezX092yn@efn.org>
7326      Branch: perl
7327            ! op.h pp_ctl.c t/op/flip.t
7328 ____________________________________________________________________________
7329 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
7330         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
7331              From: Nicholas Clark <nick@unfortu.net>
7332              Date: Tue, 5 Mar 2002 22:30:49 +0000
7333              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
7334      Branch: perl
7335            ! pod/perldelta.pod
7336 ____________________________________________________________________________
7337 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
7338         Log: Subject: [PATCH] tests for Gconvert
7339              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7340              Date: Tue, 05 Mar 2002 16:35:45 -0800
7341              Message-ID: <hRWh8gzkgONX092yn@efn.org>
7342      Branch: perl
7343            ! t/base/num.t
7344 ____________________________________________________________________________
7345 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
7346         Log: Subject: [PATCH] toplevel Makefile.SH
7347              From: Paul_GreenVOS@vos.stratus.com
7348              Date: Tue, 5 Mar 02 17:34 est
7349              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
7350      Branch: perl
7351            ! Makefile.SH
7352 ____________________________________________________________________________
7353 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
7354         Log: Subject: [PATCH] pointer to perldelta in Changes
7355              From: Chris Nandor <pudge@pobox.com>
7356              Date: Tue, 05 Mar 2002 16:04:50 -0500
7357              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
7358      Branch: perl
7359            ! Changes
7360 ____________________________________________________________________________
7361 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
7362         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
7363              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7364              Date: Tue, 5 Mar 2002 22:26:20 +0100
7365              Message-ID: <20020305222620.A733@rafael>
7366      Branch: perl
7367            ! pod/perldelta.pod
7368 ____________________________________________________________________________
7369 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
7370         Log: Solaris: allow for /usr/bin/df not to exist.
7371              
7372              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
7373              From: Kingpin <mthurn@copper.dulles.tasc.com>
7374              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
7375              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
7376      Branch: perl
7377            ! hints/solaris_2.sh
7378 ____________________________________________________________________________
7379 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
7380         Log: Update Changes.
7381      Branch: perl
7382            ! Changes patchlevel.h
7383 ____________________________________________________________________________
7384 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
7385         Log: Double MANIFESTing.
7386      Branch: perl
7387            ! ext/Encode/MANIFEST
7388 ____________________________________________________________________________
7389 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
7390         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
7391      Branch: perl
7392            - ext/Encode/Encode/7bit-kr.enc
7393            - ext/Encode/lib/Encode/Tcl/HanZi.pm
7394            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
7395 ____________________________________________________________________________
7396 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
7397         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
7398              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7399              Date: Tue, 5 Mar 2002 14:35:57 +0100
7400              Message-ID: <20020305143557.C695@rafael>   
7401      Branch: perl
7402            ! pp_sys.c t/lib/warnings/pp_sys
7403 ____________________________________________________________________________
7404 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
7405         Log: Subject: [PATCH Devel::PPPort]
7406              From: Robin Barker <rmb1@cise.npl.co.uk>
7407              Date: Tue, 5 Mar 2002 13:37:59 GMT
7408              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
7409      Branch: perl
7410            ! ext/Devel/PPPort/Makefile.PL
7411 ____________________________________________________________________________
7412 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
7413         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
7414      Branch: perl
7415            ! ext/Encode/t/Tcl.t
7416 ____________________________________________________________________________
7417 [ 15041] By: nick                                  on 2002/03/05  07:23:58
7418         Log: Integrate mainline (5.7.3)
7419      Branch: perlio
7420           +> ext/Encode/lib/Encode/CN/HZ.pm
7421            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
7422           !> (integrate 54 files)
7423 ____________________________________________________________________________
7424 [ 15040] By: ams                                   on 2002/03/05  05:10:33
7425         Log: Subject: DOC PATCH 5.7.3 (perldelta)
7426              From: mjd@plover.com
7427              Date: 5 Mar 2002 05:35:58 -0000
7428              Message-Id: <20020305053558.31677.qmail@plover.com>
7429      Branch: perl
7430            ! pod/perldelta.pod
7431 ____________________________________________________________________________
7432 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
7433         Log: This is 5.7.3.
7434      Branch: perl
7435            ! patchlevel.h
7436 ____________________________________________________________________________
7437 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
7438         Log: Shoo.
7439      Branch: perl
7440            ! ext/Encode/t/Tcl.t
7441 ____________________________________________________________________________
7442 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
7443         Log: Update Changes.
7444      Branch: perl
7445            ! Changes patchlevel.h
7446 ____________________________________________________________________________
7447 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
7448         Log: Regen perlapi.
7449      Branch: perl
7450            ! pod/perlapi.pod
7451 ____________________________________________________________________________
7452 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
7453         Log: Tie::File doc tweak for Win32 from mjd. 
7454      Branch: perl
7455            ! lib/Tie/File.pm
7456 ____________________________________________________________________________
7457 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
7458         Log: Regen toc.
7459      Branch: perl
7460            ! pod/perltoc.pod
7461 ____________________________________________________________________________
7462 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
7463         Log: Decommission Encode::Tcl HZ testing for now.
7464      Branch: perl
7465            ! ext/Encode/t/Tcl.t
7466 ____________________________________________________________________________
7467 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
7468         Log: Must have a return.
7469      Branch: perl
7470            ! pp_pack.c
7471 ____________________________________________________________________________
7472 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
7473         Log: The very latest win32 score from Jan Dubois.
7474      Branch: perl
7475            ! pod/perldelta.pod
7476 ____________________________________________________________________________
7477 [ 15030] By: ams                                   on 2002/03/05  01:40:01
7478         Log: Subject: [PATCH] README.macos
7479              From: Chris Nandor <pudge@pobox.com>
7480              Date: Mon, 04 Mar 2002 17:37:59 -0500
7481              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
7482      Branch: perl
7483            ! README.macos
7484 ____________________________________________________________________________
7485 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
7486         Log: "The last pieces of Chinese puzzle" from Autrijus.
7487      Branch: perl
7488            + ext/Encode/lib/Encode/CN/HZ.pm
7489            - ext/Encode/Encode/HZ.enc
7490            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
7491            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
7492 ____________________________________________________________________________
7493 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
7494         Log: Known test failures updates.
7495      Branch: perl
7496            ! pod/perldelta.pod
7497 ____________________________________________________________________________
7498 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
7499         Log: One more nit from mjd.
7500      Branch: perl
7501            ! lib/Tie/File/t/16_handle.t
7502 ____________________________________________________________________________
7503 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
7504         Log: Upgrade to Tie::File 0.17 from mjd.
7505      Branch: perl
7506            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
7507            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
7508 ____________________________________________________________________________
7509 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
7510         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
7511              From: Nicholas Clark <nick@unfortu.net>
7512              Date: Mon, 4 Mar 2002 23:33:52 +0000
7513              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
7514      Branch: perl
7515            ! pod/perldelta.pod
7516 ____________________________________________________________________________
7517 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
7518         Log: Escapee.
7519      Branch: perl
7520            ! proto.h
7521 ____________________________________________________________________________
7522 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
7523         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
7524              From: Nicholas Clark <nick@unfortu.net>
7525              Date: Mon, 4 Mar 2002 22:48:38 +0000
7526              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
7527      Branch: perl
7528            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
7529            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
7530            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
7531            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
7532            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
7533            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
7534            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
7535 ____________________________________________________________________________
7536 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
7537         Log: Cleaner.
7538      Branch: perl
7539            ! Makefile.SH
7540 ____________________________________________________________________________
7541 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
7542         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
7543              From: Jeffrey Friedl <jfriedl@yahoo.com>
7544              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
7545              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
7546      Branch: perl
7547            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
7548            ! pod/perlvar.pod
7549 ____________________________________________________________________________
7550 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
7551         Log: More Han tweaks from Autrjius Tang: most importantly,
7552              gbk is identical to cp936, so gbk can be removed and
7553              taken care of by an alias.
7554      Branch: perl
7555            - ext/Encode/Encode/gbk.enc
7556            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
7557            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
7558            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
7559            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
7560 ____________________________________________________________________________
7561 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
7562         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
7563              From: Nicholas Clark <nick@unfortu.net>
7564              Date: Mon, 4 Mar 2002 22:20:13 +0000
7565              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
7566      Branch: perl
7567            ! pod/perldelta.pod
7568 ____________________________________________________________________________
7569 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
7570         Log: Based on
7571              
7572              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
7573              From: Anton Tagunov <tagunov@motor.ru>
7574              Date: Mon, 4 Mar 2002 21:14:39 +0300
7575              Message-ID: <1814137429.20020304211439@motor.ru>
7576      Branch: perl
7577            ! pod/perlunicode.pod
7578 ____________________________________________________________________________
7579 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
7580         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
7581              From: John Peacock <jpeacock@rowman.com>
7582              Date: Mon, 04 Mar 2002 16:18:42 -0500
7583              Message-ID: <3C83E4B2.3060700@rowman.com>
7584              
7585              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
7586              From: John Peacock <jpeacock@rowman.com>
7587              Date: Mon, 04 Mar 2002 16:42:55 -0500
7588              Message-ID: <3C83EA5F.80303@rowman.com>
7589      Branch: perl
7590            ! lib/ExtUtils/xsubpp pod/perlxs.pod
7591 ____________________________________________________________________________
7592 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
7593         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
7594              From: "Craig A. Berry" <craigberry@mac.com>
7595              Date: Mon, 04 Mar 2002 14:47:59 -0600
7596              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
7597              
7598              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
7599              From: "Craig A. Berry" <craigberry@mac.com>
7600              Date: Mon, 04 Mar 2002 15:04:58 -0600
7601              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
7602      Branch: perl
7603            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
7604 ____________________________________________________________________________
7605 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
7606         Log: metaconfig unit change for #15014.
7607      Branch: metaconfig/U/perl
7608            ! Extensions.U
7609 ____________________________________________________________________________
7610 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
7611         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
7612              of known extensions, where Encode::JP already is.
7613      Branch: perl
7614            ! Configure Porting/config.sh Porting/config_H uconfig.h
7615 ____________________________________________________________________________
7616 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
7617         Log: SJIS, from Dan Kogai.
7618      Branch: perl
7619            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
7620 ____________________________________________________________________________
7621 [ 15012] By: nick                                  on 2002/03/04  17:35:50
7622         Log: Intergrate perlio's Encode/compile
7623      Branch: perl
7624           !> ext/Encode/compile
7625 ____________________________________________________________________________
7626 [ 15011] By: nick                                  on 2002/03/04  17:29:54
7627         Log: Avoid $Id$ cleverness and just have a $VERSION.
7628      Branch: perlio
7629            ! ext/Encode/compile
7630 ____________________________________________________________________________
7631 [ 15010] By: nick                                  on 2002/03/04  17:29:14
7632         Log: Integrate mainline
7633      Branch: perlio
7634           +> lib/Math/BigInt/t/isa.t
7635           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
7636           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
7637           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
7638           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
7639           !> warnings.pl
7640 ____________________________________________________________________________
7641 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
7642         Log: Integrate ext/Encode/compile from perlio.
7643      Branch: perl
7644           !> ext/Encode/compile
7645 ____________________________________________________________________________
7646 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
7647         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
7648              updates not integrated, something odd going on in there.)
7649      Branch: perl
7650           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
7651           !> lib/Tie/File/t/16_handle.t
7652 ____________________________________________________________________________
7653 [ 15007] By: nick                                  on 2002/03/04  17:08:17
7654         Log: Integrate mainline
7655      Branch: perlio
7656           !> AUTHORS Changes Porting/Glossary Porting/config.sh
7657           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
7658           !> pod/perltoc.pod
7659 ____________________________________________________________________________
7660 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
7661         Log: A new M::BI test.
7662      Branch: perl
7663            + lib/Math/BigInt/t/isa.t
7664            ! MANIFEST
7665 ____________________________________________________________________________
7666 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
7667         Log: Subject: VMS test and perldelta update
7668              From: "Craig A. Berry" <craigberry@mac.com>
7669              Date: Mon, 04 Mar 2002 11:03:37 -0600
7670              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
7671      Branch: perl
7672            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
7673 ____________________________________________________________________________
7674 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
7675         Log: Needed for threaded builds.
7676      Branch: perl
7677            ! embed.fnc embed.h
7678 ____________________________________________________________________________
7679 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
7680         Log: Subject: [PATCH] taint + deprecated warnings
7681              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7682              Date: Mon, 4 Mar 2002 16:33:23 -0000
7683              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
7684      Branch: perl
7685            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
7686            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
7687            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
7688 ____________________________________________________________________________
7689 [ 15002] By: nick                                  on 2002/03/04  16:19:06
7690         Log: Win32 tweak
7691      Branch: perlio
7692            ! lib/Tie/File/t/16_handle.t
7693 ____________________________________________________________________________
7694 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
7695         Log: Update Changes.
7696      Branch: perl
7697            ! Changes patchlevel.h
7698 ____________________________________________________________________________
7699 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
7700         Log: AUTHORS updates.
7701      Branch: perl
7702            ! AUTHORS
7703 ____________________________________________________________________________
7704 [ 14999] By: nick                                  on 2002/03/04  15:26:43
7705         Log: Win32 hack
7706      Branch: perlio
7707            ! ext/Encode/compile ext/Encode/t/JP.t
7708 ____________________________________________________________________________
7709 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
7710         Log: Encode doc tweak from Autrijus Tang.
7711      Branch: perl
7712            ! ext/Encode/Encode.pm
7713 ____________________________________________________________________________
7714 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
7715         Log: Regen Glossary et al.  (It seems the #14875 didn't
7716              quite work in removing the double-dot?)
7717      Branch: perl
7718            ! Porting/Glossary Porting/config.sh Porting/config_H
7719 ____________________________________________________________________________
7720 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
7721         Log: Regen toc.
7722      Branch: perl
7723            ! pod/perltoc.pod
7724 ____________________________________________________________________________
7725 [ 14995] By: nick                                  on 2002/03/04  14:42:09
7726         Log: Remove debugging assert
7727      Branch: perlio
7728            ! ext/threads/shared/shared.xs
7729 ____________________________________________________________________________
7730 [ 14994] By: nick                                  on 2002/03/04  14:41:54
7731         Log: Integrate mainline
7732      Branch: perlio
7733           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
7734           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
7735           !> lib/Tie/File/t/15_pushpop.t util.c
7736 ____________________________________________________________________________
7737 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
7738         Log: Han update from Autrijus Tang. 
7739      Branch: perl
7740            ! ext/Encode/Encode.pm
7741 ____________________________________________________________________________
7742 [ 14992] By: nick                                  on 2002/03/04  14:08:38
7743         Log: Integrate mainline - all tests pass - some noise from threads
7744              av_simple (SuSE7.3).
7745      Branch: perlio
7746           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
7747           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
7748           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
7749           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
7750           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
7751           +> lib/Tie/File/t/11_rv_splice_rs.t
7752           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
7753           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
7754           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
7755            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
7756            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
7757            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
7758            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
7759            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
7760            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
7761            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
7762            - lib/Tie/File/15_pushpop.t
7763           !> (integrate 47 files)
7764 ____________________________________________________________________________
7765 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
7766         Log: Missing MANIFESTations.
7767      Branch: perl
7768            ! MANIFEST
7769 ____________________________________________________________________________
7770 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
7771         Log: Attempt at portability.
7772      Branch: perl
7773            ! util.c
7774 ____________________________________________________________________________
7775 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
7776         Log: Needed by #14985.
7777      Branch: perl
7778            ! embed.h global.sym proto.h
7779 ____________________________________________________________________________
7780 [ 14988] By: ams                                   on 2002/03/04  08:59:27
7781         Log: Upgrade to Tie::File 0.16.
7782      Branch: perl
7783            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
7784            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
7785            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
7786            ! lib/Tie/File/t/15_pushpop.t
7787 ____________________________________________________________________________
7788 [ 14987] By: ams                                   on 2002/03/04  08:48:11
7789         Log: Subject: [PATCH @14577] perly-fixer
7790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7791              Date: Mon, 4 Mar 2002 02:28:51 -0500
7792              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
7793      Branch: perl
7794            ! Makefile.SH perly.fixer
7795 ____________________________________________________________________________
7796 [ 14986] By: ams                                   on 2002/03/04  08:43:37
7797         Log: Subject: [PATCH @14577] xsubpp
7798              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7799              Date: Mon, 4 Mar 2002 02:25:52 -0500
7800              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
7801      Branch: perl
7802            ! lib/ExtUtils/xsubpp pod/perlxs.pod
7803 ____________________________________________________________________________
7804 [ 14985] By: ams                                   on 2002/03/04  08:40:46
7805         Log: Subject: [PATCH @14577] sv_cmp and friends
7806              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7807              Date: Mon, 4 Mar 2002 02:31:04 -0500
7808              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
7809      Branch: perl
7810            ! embed.fnc sv.c util.c
7811 ____________________________________________________________________________
7812 [ 14984] By: ams                                   on 2002/03/04  08:16:06
7813         Log: Fix File::Path docs as suggested by Ronald Kimball.
7814      Branch: perl
7815            ! lib/File/Path.pm
7816 ____________________________________________________________________________
7817 [ 14983] By: ams                                   on 2002/03/04  08:11:20
7818         Log: Update perldata fix as suggested by Benjamin Goldberg.
7819      Branch: perl
7820            ! pod/perldata.pod
7821 ____________________________________________________________________________
7822 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
7823         Log: Faulty skip.
7824      Branch: perl
7825            ! ext/DB_File/t/db-recno.t
7826 ____________________________________________________________________________
7827 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
7828         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
7829              From: Anton Tagunov <tagunov@motor.ru>
7830              Date: Mon, 4 Mar 2002 05:41:41 +0300
7831              Message-Id: <7916563907.20020304054141@motor.ru>
7832              
7833              Subject: [ID 20020303.005] Patch perlinicode C API description
7834              From: Anton Tagunov <tagunov@motor.ru>
7835              Date: Mon, 4 Mar 2002 06:08:23 +0300
7836              Message-Id: <2018165510.20020304060823@motor.ru>
7837      Branch: perl
7838            ! lib/utf8.pm pod/perlunicode.pod
7839 ____________________________________________________________________________
7840 [ 14980] By: ams                                   on 2002/03/04  02:19:20
7841         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
7842              From: Anton Tagunov <tagunov@motor.ru>
7843              Date: Mon, 4 Mar 2002 02:17:40 +0300
7844              Message-Id: <1344322124.20020304021740@motor.ru>
7845      Branch: perl
7846            ! pod/perldata.pod
7847 ____________________________________________________________________________
7848 [ 14979] By: ams                                   on 2002/03/04  02:17:54
7849         Log: Subject: RE: [PATCH] RE: DB_File breakage
7850              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7851              Date: Sun, 3 Mar 2002 23:56:31 -0000
7852              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
7853      Branch: perl
7854            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7855            ! ext/DB_File/t/db-recno.t
7856 ____________________________________________________________________________
7857 [ 14978] By: ams                                   on 2002/03/04  02:07:16
7858         Log: Subject: [PATCH] docs for ExtUtils::Manifest
7859              From: Nicholas Clark <nick@unfortu.net>
7860              Date: Sun, 3 Mar 2002 23:29:25 +0000
7861              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
7862      Branch: perl
7863            ! lib/ExtUtils/Manifest.pm
7864 ____________________________________________________________________________
7865 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
7866         Log: Forgot from the M::BI 1.54 update.
7867      Branch: perl
7868            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
7869            ! lib/Math/BigInt/t/upgrade.inc
7870 ____________________________________________________________________________
7871 [ 14976] By: ams                                   on 2002/03/04  02:04:32
7872         Log: Subject: [PATCH] attr
7873              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
7874              Date: Sun, 3 Mar 2002 22:09:58 -0000
7875              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
7876      Branch: perl
7877            ! lib/warnings.pm warnings.pl
7878 ____________________________________________________________________________
7879 [ 14975] By: ams                                   on 2002/03/04  02:01:27
7880         Log: Subject: [PATCH] File::Path documentation
7881              From: Colin Meyer <cmeyer@helvella.org>
7882              Date: Sun, 3 Mar 2002 14:54:24 -0800
7883              Message-Id: <20020303145424.A21774@hobart.helvella.org>
7884      Branch: perl
7885            ! lib/File/Path.pm
7886 ____________________________________________________________________________
7887 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
7888         Log: Typo.
7889      Branch: perl
7890            ! lib/Math/BigInt/t/upgrade.t
7891 ____________________________________________________________________________
7892 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
7893         Log: Editing errors.
7894      Branch: perl
7895            ! MANIFEST
7896 ____________________________________________________________________________
7897 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
7898         Log: Upgrade to Math::BigInt 1.54.
7899      Branch: perl
7900            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7901            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
7902            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
7903            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
7904            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
7905            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
7906 ____________________________________________________________________________
7907 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
7908         Log: Test tweak from Craig Berry.
7909      Branch: perl
7910            ! lib/Tie/File/t/15_pushpop.t
7911 ____________________________________________________________________________
7912 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
7913         Log: Upgrade to Tie::File 0.15.
7914      Branch: perl
7915            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
7916            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
7917            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
7918            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
7919            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
7920            + lib/Tie/File/t/11_rv_splice_rs.t
7921            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
7922            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
7923            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
7924            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
7925            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
7926            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
7927            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
7928            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
7929            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
7930            - lib/Tie/File/15_pushpop.t
7931            ! MANIFEST lib/Tie/File.pm
7932 ____________________________________________________________________________
7933 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
7934         Log: The EBCDIC gaps apply only to the real A-Z.
7935      Branch: perl
7936            ! ext/B/B/Deparse.pm
7937 ____________________________________________________________________________
7938 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
7939         Log: EBCDIC: deparse \cX correctly.
7940      Branch: perl
7941            ! ext/B/B/Deparse.pm
7942 ____________________________________________________________________________
7943 [ 14967] By: ams                                   on 2002/03/03  18:18:00
7944         Log: Subject: [PATCH] nit in perlsyn.pod
7945              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
7946              Date: Sun, 03 Mar 2002 20:16:10 +0100
7947              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
7948      Branch: perl
7949            ! pod/perlsyn.pod
7950 ____________________________________________________________________________
7951 [ 14966] By: ams                                   on 2002/03/03  18:06:32
7952         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
7953              From: Michael G Schwern <schwern@pobox.com>
7954              Date: Sun, 3 Mar 2002 13:33:28 -0500
7955              Message-Id: <20020303183328.GA3296@blackrider>
7956      Branch: perl
7957            ! utils/h2xs.PL
7958 ____________________________________________________________________________
7959 [ 14965] By: ams                                   on 2002/03/03  18:00:03
7960         Log: Subject: [ PATCH ] HP back to default
7961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7962              Date: Sun, 03 Mar 2002 18:48:34 +0100
7963              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
7964      Branch: perl
7965            ! hints/hpux.sh
7966 ____________________________________________________________________________
7967 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
7968         Log: EBCDIC: special cases of special cases.
7969      Branch: perl
7970            ! t/uni/case.pl
7971 ____________________________________________________________________________
7972 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
7973         Log: EBCDIC: the v-string components cannot exceed 2147483647.
7974      Branch: perl
7975            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
7976 ____________________________________________________________________________
7977 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
7978         Log: Remove the bogus "incorrect case" warning completely.
7979              The problem exists, but the cure, in which ever form
7980              it will be, needs to be something more subtle.
7981      Branch: perl
7982            ! op.c pod/perldiag.pod
7983 ____________________________________________________________________________
7984 [ 14961] By: ams                                   on 2002/03/03  13:39:09
7985         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
7986              From: Mark-Jason Dominus <mjd@plover.com>
7987              Date: Sun, 03 Mar 2002 09:32:16 -0500
7988              Message-Id: <20020303143216.10536.qmail@plover.com>
7989      Branch: perl
7990            ! t/op/tiearray.t
7991 ____________________________________________________________________________
7992 [ 14960] By: nick                                  on 2002/03/03  09:59:59
7993         Log: Integrate mainline
7994      Branch: perlio
7995           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
7996            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
7997            ! ext/Encode/compile
7998           !> (integrate 27 files)
7999 ____________________________________________________________________________
8000 [ 14959] By: ams                                   on 2002/03/03  08:11:34
8001         Log: Fix #14957.
8002      Branch: perl
8003            ! ext/DB_File/t/db-recno.t
8004 ____________________________________________________________________________
8005 [ 14958] By: ams                                   on 2002/03/03  05:51:00
8006         Log: Subject: [PATCH @14577] NL in debugger
8007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8008              Date: Sat, 2 Mar 2002 05:34:12 -0500
8009              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
8010      Branch: perl
8011            ! lib/perl5db.pl
8012 ____________________________________________________________________________
8013 [ 14957] By: ams                                   on 2002/03/03  05:00:04
8014         Log: Subject: Re: DB_File breakage
8015              From: Schuyler Erle <schuyler@oreilly.com>
8016              Date: Sat, 02 Mar 2002 21:50:30 -0800
8017              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
8018      Branch: perl
8019            ! ext/DB_File/t/db-recno.t
8020 ____________________________________________________________________________
8021 [ 14956] By: ams                                   on 2002/03/03  04:40:08
8022         Log: Subject: [PATCH @14577] Debugging OPs
8023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8024              Date: Sat, 2 Mar 2002 05:49:58 -0500
8025              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
8026      Branch: perl
8027            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
8028            ! pod/perlrun.pod sv.h
8029 ____________________________________________________________________________
8030 [ 14955] By: ams                                   on 2002/03/03  04:34:41
8031         Log: Subject: Tie::Array doc patch
8032              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
8033              Date: Sat, 02 Mar 2002 08:42:56 +0900
8034              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
8035      Branch: perl
8036            ! lib/Tie/Array.pm
8037 ____________________________________________________________________________
8038 [ 14954] By: ams                                   on 2002/03/03  04:23:33
8039         Log: Subject: Re: Smoke 14870
8040              From: Nicholas Clark <nick@unfortu.net>
8041              Date: Sat, 2 Mar 2002 20:00:53 +0000
8042              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
8043      Branch: perl
8044            ! README.hpux
8045 ____________________________________________________________________________
8046 [ 14953] By: ams                                   on 2002/03/03  04:15:49
8047         Log: Subject: RE: VERSION core
8048              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8049              Date: Sat, 2 Mar 2002 22:50:44 -0000
8050              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
8051      Branch: perl
8052            ! t/comp/use.t
8053 ____________________________________________________________________________
8054 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
8055         Log: The #14949 removed this error from non-Win32.
8056      Branch: perl
8057            ! t/lib/warnings/op
8058 ____________________________________________________________________________
8059 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
8060         Log: BeOS back on track.
8061      Branch: perl
8062            ! README.beos
8063 ____________________________________________________________________________
8064 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
8065         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
8066              higher is okay.
8067      Branch: perl
8068            ! ext/POSIX/t/posix.t
8069 ____________________________________________________________________________
8070 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
8071         Log: For now, make "incorrect case" a Win32-only warning.
8072      Branch: perl
8073            ! op.c
8074 ____________________________________________________________________________
8075 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
8076         Log: Demand more before attempting socketpair().
8077      Branch: perl
8078            ! pp_sys.c
8079 ____________________________________________________________________________
8080 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
8081         Log: Remove obsolete hack.
8082      Branch: perl
8083            ! makedepend.SH
8084 ____________________________________________________________________________
8085 [ 14946] By: ams                                   on 2002/03/02  16:00:32
8086         Log: Forgot to delete encode.* from MANIFEST.
8087      Branch: perl
8088            ! MANIFEST
8089 ____________________________________________________________________________
8090 [ 14945] By: ams                                   on 2002/03/02  14:41:03
8091         Log: Delete ex-test output.
8092      Branch: perl
8093            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
8094 ____________________________________________________________________________
8095 [ 14944] By: ams                                   on 2002/03/02  13:54:35
8096         Log: Subject: [PATCH] DB_File 1.803
8097              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8098              Date: Sat, 2 Mar 2002 14:33:32 -0000
8099              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
8100      Branch: perl
8101            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8102            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
8103 ____________________________________________________________________________
8104 [ 14943] By: ams                                   on 2002/03/02  13:43:06
8105         Log: Upgrade to Tie::File 0.14.
8106      Branch: perl
8107            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
8108            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
8109            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
8110 ____________________________________________________________________________
8111 [ 14942] By: nick                                  on 2002/03/02  11:05:53
8112         Log: Integrate mainline
8113      Branch: perlio
8114           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
8115           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
8116           +> ext/Encode/t/table.utf8
8117           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
8118           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
8119           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8120           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
8121           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
8122           !> universal.c utils/perldoc.PL
8123 ____________________________________________________________________________
8124 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
8125         Log: More CJK (just C, really) tables from Autrijus Tang
8126              (originally from iconv, used with permission of Bruno Haible)
8127      Branch: perl
8128            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
8129            + ext/Encode/Encode/iso-ir-165.enc
8130            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
8131            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
8132            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
8133 ____________________________________________________________________________
8134 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
8135         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
8136              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8137              Date: Fri, 1 Mar 2002 15:32:13 -0500
8138              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
8139      Branch: perl
8140            ! utils/perldoc.PL
8141 ____________________________________________________________________________
8142 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
8143         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
8144              From: Schuyler Erle <schuyler@oreilly.com>
8145              Date: Fri, 01 Mar 2002 14:22:19 -0800
8146              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
8147              
8148              Subject: Re: PATCH: "splice() offset past end of array" warning.
8149              From: Mark-Jason Dominus <mjd@plover.com>
8150              Date: Fri, 01 Mar 2002 17:19:49 -0500
8151              Message-ID: <20020301221949.7610.qmail@plover.com>
8152      Branch: perl
8153            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
8154 ____________________________________________________________________________
8155 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
8156         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
8157              From: Mark-Jason Dominus <mjd@plover.com>
8158              Date: Fri, 01 Mar 2002 18:35:35 -0500
8159              Message-ID: <20020301233535.15969.qmail@plover.com>
8160      Branch: perl
8161            ! av.c
8162 ____________________________________________________________________________
8163 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
8164         Log: Subject: RE: VERSION core
8165              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8166              Date: Fri, 1 Mar 2002 23:47:48 -0000
8167              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
8168      Branch: perl
8169            ! pod/perldiag.pod universal.c
8170 ____________________________________________________________________________
8171 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
8172         Log: Update Changes
8173      Branch: maint-5.6/macperl
8174            ! macos/Changes
8175 ____________________________________________________________________________
8176 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
8177         Log: Fix update to resources
8178      Branch: maint-5.6/macperl
8179            ! macos/macperl/MacPerl.r
8180 ____________________________________________________________________________
8181 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
8182         Log: metaconfig unit change for #14930.
8183      Branch: metaconfig
8184            ! U/modified/Init.U
8185 ____________________________________________________________________________
8186 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
8187         Log: Fix debugger to handle Mac OS psedofiles
8188      Branch: maint-5.6/macperl
8189            ! lib/DB.pm lib/perl5db.pl
8190 ____________________________________________________________________________
8191 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
8192         Log: Various fixes from Thomas Wegner
8193      Branch: maint-5.6/macperl
8194            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
8195 ____________________________________________________________________________
8196 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
8197         Log: Some resource updates
8198      Branch: maint-5.6/macperl
8199            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
8200            ! macos/macperl/MacPerl.rsrc
8201 ____________________________________________________________________________
8202 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
8203         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
8204              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8205              Date: Fri, 01 Mar 2002 09:38:59 -0800
8206              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
8207      Branch: perl
8208            ! Configure
8209 ____________________________________________________________________________
8210 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
8211         Log: Add some missing sfio symbols (Alan Fry)
8212      Branch: maint-5.6/macperl
8213            ! macos/macperl.sym
8214 ____________________________________________________________________________
8215 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
8216         Log: Update version and README
8217      Branch: maint-5.6/macperl
8218            ! README.macos macos/MPVersion.r
8219 ____________________________________________________________________________
8220 [ 14926] By: nick                                  on 2002/03/01  15:56:41
8221         Log: Integrate mainline
8222      Branch: perlio
8223           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
8224           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
8225           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
8226           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
8227           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
8228           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
8229           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
8230           +> lib/Tie/File/13_size_rs.t
8231           !> (integrate 80 files)
8232 ____________________________________________________________________________
8233 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
8234         Log: Better advertising.
8235      Branch: perl
8236            ! pod/perldelta.pod pod/perlfaq5.pod
8237 ____________________________________________________________________________
8238 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
8239         Log: Update Changes.
8240      Branch: perl
8241            ! Changes patchlevel.h
8242 ____________________________________________________________________________
8243 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
8244         Log: Lost in the shuffle.
8245      Branch: perl
8246            + lib/Math/BigInt/t/downgrade.t
8247            ! MANIFEST
8248 ____________________________________________________________________________
8249 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
8250         Log: Advertise Tie::File.
8251      Branch: perl
8252            ! pod/perldelta.pod pod/perlfaq5.pod
8253 ____________________________________________________________________________
8254 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
8255         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
8256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8257              Date: Thu, 28 Feb 2002 18:55:48 +0100
8258              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
8259      Branch: perl
8260            ! x2p/walk.c
8261 ____________________________________________________________________________
8262 [ 14920] By: ams                                   on 2002/03/01  09:06:01
8263         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
8264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8265              Date: Tue, 26 Feb 2002 19:54:31 -0500
8266              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
8267      Branch: perl
8268            ! embed.fnc ext/B/B/Deparse.pm gv.c
8269 ____________________________________________________________________________
8270 [ 14919] By: ams                                   on 2002/03/01  03:03:12
8271         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
8272      Branch: perl
8273            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
8274            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
8275            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
8276            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
8277            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
8278            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
8279            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
8280 ____________________________________________________________________________
8281 [ 14918] By: ams                                   on 2002/03/01  02:36:58
8282         Log: Add Tie::File 0.12 from MJD.
8283      Branch: perl
8284            + lib/Tie/File.pm lib/Tie/File/01_gen.t
8285            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
8286            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
8287            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
8288            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
8289            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
8290            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
8291            ! MANIFEST
8292 ____________________________________________________________________________
8293 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
8294         Log: Encoding name mapping tweaks.
8295      Branch: perl
8296            ! ext/Encode/Encode.pm
8297 ____________________________________________________________________________
8298 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
8299         Log: metaconfig unit change for #14915.
8300      Branch: metaconfig
8301            ! U/modified/Init.U
8302 ____________________________________________________________________________
8303 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
8304         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
8305              From: Paul_GreenVOS@vos.stratus.com
8306              Date: Thu, 28 Feb 02 15:05 est
8307              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
8308      Branch: perl
8309            ! Configure
8310 ____________________________________________________________________________
8311 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
8312         Log: PL_bostr was pointing to the wrong string
8313              (a string left around from the loading of the Unicode \w)
8314              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
8315              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
8316      Branch: perl
8317            ! regexec.c
8318 ____________________________________________________________________________
8319 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
8320         Log: Sync with libnet-1.10
8321      Branch: perl
8322            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
8323            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
8324            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
8325            ! lib/Net/t/netrc.t
8326 ____________________________________________________________________________
8327 [ 14912] By: ams                                   on 2002/02/28  13:02:50
8328         Log: Subject: [PATCH] perldelta.pod fixes
8329              From: Autrijus Tang <autrijus@autrijus.org>
8330              Date: Thu, 28 Feb 2002 21:44:15 +0800
8331              Message-Id: <20020228134415.GB16422@not.autrijus.org>
8332      Branch: perl
8333            ! pod/perldelta.pod
8334 ____________________________________________________________________________
8335 [ 14911] By: ams                                   on 2002/02/28  11:31:44
8336         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
8337              From: Stas Bekman <stas@stason.org>
8338              Date: Mon, 04 Feb 2002 16:18:53 +0800
8339              Message-Id: <3C7E1E5F.1000605@stason.org>
8340              (Applied by hand).
8341      Branch: perl
8342            ! lib/File/Copy.pm
8343 ____________________________________________________________________________
8344 [ 14910] By: ams                                   on 2002/02/28  11:26:47
8345         Log: Subject: [PATCH lib/Pod/Html.pm]
8346              From: Stas Bekman <stas@stason.org>
8347              Date: Thu, 28 Feb 2002 20:05:01 +0800
8348              Message-Id: <3C7E1CED.7000307@stason.org>
8349      Branch: perl
8350            ! lib/Pod/Html.pm
8351 ____________________________________________________________________________
8352 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
8353         Log: Tests for #14908.
8354      Branch: perl
8355            ! t/op/pat.t
8356 ____________________________________________________________________________
8357 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
8358         Log: Make shared hash keys to be \0-terminated:
8359              one possible resolution for
8360              "UTF-8, weird \w behaviour after HASH-KEY-ification"
8361              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
8362              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
8363              The hash keys weren't \0-terminated.  This meant that the EOL ($)
8364              in regmatch() got the nextchr beyond the last character.  Since
8365              the keys were UTF-8, the nextchr was \1, not the usual
8366              string-terminating \0.  Wham, no match.
8367              
8368              I think another possible resolution could be to stop the nextchr
8369              computation in regmatch() from peeking beyond the last character
8370              of the string:
8371              
8372              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
8373      Branch: perl
8374            ! hv.c hv.h
8375 ____________________________________________________________________________
8376 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
8377         Log: Subject: [PATCH] Perl interface to newIO()
8378              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8379              Date: Wed, 27 Feb 2002 20:15:27 -0800
8380              Message-ID: <f7af8gzkgaET092yn@efn.org>
8381      Branch: perl
8382            ! lib/Symbol.pm
8383 ____________________________________________________________________________
8384 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
8385         Log: The "list" part of
8386              
8387              Subject: [PATCH perlop] .. returns a *list* of *integers*
8388              From: Mike Guy <mjtg@cam.ac.uk>
8389              Date: Tue, 26 Feb 2002 18:30:22 +0000
8390              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
8391              
8392              plus few nits.
8393      Branch: perl
8394            ! pod/perlop.pod
8395 ____________________________________________________________________________
8396 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
8397         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
8398              From: Abe Timmerman <abe@ztreet.demon.nl>
8399              Date: Thu, 28 Feb 2002 00:04:06 +0100
8400              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
8401      Branch: perl
8402            ! lib/File/stat.t
8403 ____________________________________________________________________________
8404 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
8405         Log: Integrate from maintperl.
8406      Branch: maint-5.6/macperl
8407           !> doio.c op.c t/io/open.t t/pragma/strict-subs
8408 ____________________________________________________________________________
8409 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
8410         Log: Upgrade to Math::BigInt 1.53.
8411      Branch: perl
8412            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8413            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
8414            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
8415            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
8416            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
8417            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
8418 ____________________________________________________________________________
8419 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
8420         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
8421              From: "Craig A. Berry" <craigberry@mac.com>
8422              Date: Wed, 27 Feb 2002 15:36:38 -0600
8423              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
8424      Branch: perl
8425            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
8426            ! vms/ext/filespec.t
8427 ____________________________________________________________________________
8428 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
8429         Log: Subject: [PATCH] Some minor changes for Cygwin
8430              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
8431              Date: Wed, 27 Feb 2002 22:25:41 +0100
8432              Message-ID: <14296492589.20020227222541@familiehaase.de>
8433      Branch: perl
8434            ! Makefile.SH README.cygwin cygwin/perlld.in
8435 ____________________________________________________________________________
8436 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
8437         Log: Update the UTF-8 explanation table.
8438      Branch: perl
8439            ! pod/perlunicode.pod utf8.h
8440 ____________________________________________________________________________
8441 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
8442         Log: Repatch from Robin Barker: anon subs in C<package;> are
8443              now __ANON__::__ANON__ (should help for mod_perl package
8444              since #12251)
8445      Branch: perl
8446            ! gv.c op.c t/op/runlevel.t toke.c
8447 ____________________________________________________________________________
8448 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
8449         Log: Update Changes.
8450      Branch: perl
8451            ! Changes patchlevel.h
8452 ____________________________________________________________________________
8453 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
8454         Log: perldelta updates.
8455      Branch: perl
8456            ! pod/perldelta.pod
8457 ____________________________________________________________________________
8458 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
8459         Log: Signedness nit.
8460      Branch: perl
8461            ! regexec.c
8462 ____________________________________________________________________________
8463 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
8464         Log: Subject: Re: Smoke 14870
8465              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8466              Date: Wed, 27 Feb 2002 16:48:35 +0100
8467              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
8468              
8469              (with some additional garnish)
8470      Branch: perl
8471            ! README.hpux hints/hpux.sh
8472 ____________________________________________________________________________
8473 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
8474         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
8475              into perl.exp in AIX.
8476      Branch: perl
8477            ! makedef.pl perl.h
8478 ____________________________________________________________________________
8479 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
8480         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
8481              From: Robin Barker <rmb1@cise.npl.co.uk>
8482              Date: Wed, 27 Feb 2002 14:39:35 GMT
8483              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
8484      Branch: perl
8485            ! pod/perlrun.pod
8486 ____________________________________________________________________________
8487 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
8488         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
8489              From: Robin Barker <rmb1@cise.npl.co.uk>
8490              Date: Wed, 27 Feb 2002 12:25:30 GMT
8491              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
8492      Branch: perl
8493            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
8494            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
8495            ! pod/perlunicode.pod pod/perluniintro.pod
8496 ____________________________________________________________________________
8497 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
8498         Log: Only modify LD_LIBRARY_PATH in case there are directories.
8499      Branch: perl
8500            ! hints/dec_osf.sh
8501 ____________________________________________________________________________
8502 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
8503         Log: Subject: [PATCH] perl/hints/vos.sh
8504              From: Paul_GreenVOS@vos.stratus.com
8505              Date: Tue, 26 Feb 02 15:19 est
8506              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
8507      Branch: perl
8508            ! hints/vos.sh
8509 ____________________________________________________________________________
8510 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
8511         Log: Forgot from #14888.
8512      Branch: perl
8513            ! ext/Unicode/Normalize/mkheader
8514 ____________________________________________________________________________
8515 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
8516         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
8517      Branch: perl
8518            ! ext/Unicode/Normalize/Changes
8519            ! ext/Unicode/Normalize/Normalize.pm
8520            ! ext/Unicode/Normalize/Normalize.xs
8521            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
8522            ! ext/Unicode/Normalize/t/test.t
8523 ____________________________________________________________________________
8524 [ 14887] By: ams                                   on 2002/02/26  23:51:52
8525         Log: Subject: Missing diagnostics
8526              From: Simon Glover <scog@roe.ac.uk>
8527              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
8528              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
8529              
8530              Subject: [PATCH] Better wording for the lvalue vec diagnostic
8531              From: Simon Glover <scog@roe.ac.uk>
8532              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
8533              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
8534      Branch: perl
8535            ! doop.c pod/perldiag.pod t/op/vec.t
8536 ____________________________________________________________________________
8537 [ 14886] By: ams                                   on 2002/02/26  15:48:34
8538         Log: Subject: [PATCH] Not OK 5.7.2@14884
8539              From: andreas.koenig@anima.de (Andreas J. Koenig)
8540              Date: Tue, 26 Feb 2002 15:03:55 +0100
8541              Message-Id: <m38z9gfigk.fsf@anima.de>
8542      Branch: perl
8543            ! t/lib/access.t
8544 ____________________________________________________________________________
8545 [ 14885] By: nick                                  on 2002/02/26  13:48:55
8546         Log: Integrate mainline
8547      Branch: perlio
8548           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
8549           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
8550           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
8551            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
8552           !> (integrate 102 files)
8553 ____________________________________________________________________________
8554 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
8555         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
8556              1.1999999999999996, or thereabouts (yes, even sprintf).
8557      Branch: perl
8558            ! t/base/num.t
8559 ____________________________________________________________________________
8560 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
8561         Log: Neither.
8562      Branch: perl
8563            ! pod/perldelta.pod
8564 ____________________________________________________________________________
8565 [ 14882] By: ams                                   on 2002/02/26  08:46:55
8566         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
8567              From: Michael G Schwern <schwern@pobox.com>
8568              Date: Tue, 26 Feb 2002 01:01:28 -0500
8569              Message-Id: <20020226060128.GA2439@blackrider>
8570      Branch: perl
8571            ! hv.c pod/perldiag.pod
8572 ____________________________________________________________________________
8573 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
8574         Log: Subject: [PATCH B::Concise] docs, typos
8575              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8576              Date: Mon, 25 Feb 2002 16:41:16 +0100
8577              Message-ID: <20020225164116.A1054@rafael>
8578      Branch: perl
8579            ! ext/B/B/Concise.pm
8580 ____________________________________________________________________________
8581 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
8582         Log: POSIX: add isatty to @EXPORT_OK, reformat.
8583      Branch: perl
8584            ! ext/POSIX/POSIX.pm
8585 ____________________________________________________________________________
8586 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
8587         Log: If using -Dloclibpth=... the directories need to
8588              be appended to LD_LIBRARY_PATH (and ickily, if those
8589              directories contain a (newer?) libdb.so, we need to
8590              prepend    /usr/shlib to loclibpth).
8591      Branch: perl
8592            ! hints/dec_osf.sh
8593 ____________________________________________________________________________
8594 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
8595         Log: Subject: [PATCH] Perl interface to newIO()
8596              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
8597              Date: Mon, 25 Feb 2002 15:04:57 -0800
8598              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
8599      Branch: perl
8600            ! lib/Symbol.pm lib/Symbol.t
8601 ____________________________________________________________________________
8602 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
8603         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
8604              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
8605              Date: Mon, 25 Feb 2002 21:58:30 +0100
8606              Message-ID: <20020225215830.A744@rafael>
8607      Branch: perl
8608            ! pod/perlvar.pod
8609 ____________________________________________________________________________
8610 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
8611         Log: Big5 tweaks from Autrijus Tang.
8612      Branch: perl
8613            ! ext/Encode/Encode/big5.enc
8614 ____________________________________________________________________________
8615 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
8616         Log: Subject: [PATCH Glossary configpm] cleanups
8617              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8618              Date: Mon, 25 Feb 2002 23:27:15 +0100
8619              Message-ID: <20020225232715.C744@rafael>
8620      Branch: perl
8621            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
8622 ____________________________________________________________________________
8623 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
8624         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
8625              From: Nicholas Clark <nick@unfortu.net>
8626              Date: Mon, 25 Feb 2002 21:53:24 +0000
8627              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
8628      Branch: perl
8629            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
8630            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
8631            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
8632 ____________________________________________________________________________
8633 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
8634         Log: Upgrade to I18N::LangTags 0.27.
8635              (Causes one flipflop back to perl.com URL, must poke Sean.)
8636      Branch: perl
8637            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
8638            ! lib/I18N/LangTags/List.pm
8639 ____________________________________________________________________________
8640 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
8641         Log: Upgrade to Getopt::Long 2.28.
8642      Branch: perl
8643            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
8644            ! lib/Getopt/Long/README
8645 ____________________________________________________________________________
8646 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
8647         Log: No =head.
8648      Branch: perl
8649            ! pod/perlebcdic.pod
8650 ____________________________________________________________________________
8651 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
8652         Log: Update Changes.
8653      Branch: perl
8654            ! Changes patchlevel.h
8655 ____________________________________________________________________________
8656 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
8657         Log: metaconfig unit change for #14868.
8658      Branch: metaconfig
8659            ! U/modified/Chk_MANI.U
8660 ____________________________________________________________________________
8661 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
8662         Log: Some hosts understand split -l 50, some only split -50
8663              (from Paul Eggert).
8664      Branch: perl
8665            ! Configure
8666 ____________________________________________________________________________
8667 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
8668         Log: Subject: Re: [PATCH bleadperl] socketpair.t
8669              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
8670              Date: Sun, 24 Feb 2002 10:31:25 +0100
8671              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
8672              
8673              (the pid half only)
8674      Branch: perl
8675            ! win32/win32.c
8676 ____________________________________________________________________________
8677 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
8678         Log: Mention the new pack tricks.
8679      Branch: perl
8680            ! pod/perldelta.pod
8681 ____________________________________________________________________________
8682 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
8683         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
8684              From: Richard.Foley@t-online.de (Richard Foley)
8685              Date: Mon, 25 Feb 2002 13:47:03 +0100
8686              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
8687      Branch: perl
8688            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
8689            ! pod/perldebug.pod pod/perldelta.pod
8690 ____________________________________________________________________________
8691 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
8692         Log: Typo corrections from John P. Linderman.
8693      Branch: perl
8694            ! ext/IPC/SysV/Semaphore.pm
8695 ____________________________________________________________________________
8696 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
8697         Log: Upgrade to Math::BigInt 1.52.
8698      Branch: perl
8699            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8700            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
8701            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
8702            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
8703            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
8704 ____________________________________________________________________________
8705 [ 14862] By: ams                                   on 2002/02/25  10:39:40
8706         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
8707              From: Robin Barker <rmb1@cise.npl.co.uk>
8708              Date: Mon, 25 Feb 2002 11:35:06 GMT
8709              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
8710              
8711              Subject: [PATCH Net/Cmd.pm]
8712              From: Robin Barker <rmb1@cise.npl.co.uk>
8713              Date: Mon, 25 Feb 2002 11:37:06 GMT
8714              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
8715      Branch: perl
8716            ! lib/Cwd.pm lib/Net/Cmd.pm
8717 ____________________________________________________________________________
8718 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
8719         Log: Cut-and-paste errors.
8720      Branch: perl
8721            ! t/op/pat.t
8722 ____________________________________________________________________________
8723 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
8724         Log: EBCDIC: the control characters are not that easy to find.
8725      Branch: perl
8726            ! t/op/pat.t
8727 ____________________________________________________________________________
8728 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
8729         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
8730              From: John Peacock <jpeacock@rowman.com>
8731              Date: Sun, 24 Feb 2002 22:08:28 -0500
8732              Message-ID: <3C79AAAC.6060903@rowman.com>
8733      Branch: perl
8734            ! sv.c
8735 ____________________________________________________________________________
8736 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
8737         Log: SvSetSV() is not returnable, but that's okay since
8738              sv_copypv() returns void.
8739      Branch: perl
8740            ! sv.c
8741 ____________________________________________________________________________
8742 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
8743         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
8744              From: John Peacock <jpeacock@rowman.com>                 
8745              Date: Sun, 24 Feb 2002 16:40:07 -0500
8746              Message-ID: <3C795DB7.40105@rowman.com>               
8747      Branch: perl
8748            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
8749            ! pp_hot.c proto.h sv.c
8750 ____________________________________________________________________________
8751 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
8752         Log: Tiny code cleanup.
8753      Branch: perl
8754            ! regexec.c
8755 ____________________________________________________________________________
8756 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
8757         Log: Use to_uni_fold().
8758      Branch: perl
8759            ! regcomp.c
8760 ____________________________________________________________________________
8761 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
8762         Log: Document the new taint behaviour of exec LIST and
8763              system LIST.
8764      Branch: perl
8765            ! pod/perldelta.pod
8766 ____________________________________________________________________________
8767 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
8768         Log: Subject: [PATCH] Re: taint news
8769              From: Rick Delaney <rick.delaney@rogers.com>             
8770              Date: 24 Feb 2002 11:35:00 -0500
8771              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
8772      Branch: perl
8773            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
8774 ____________________________________________________________________________
8775 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
8776         Log: EBCDIC tweak (native instead of uni) and comment update.
8777      Branch: perl
8778            ! regexec.c
8779 ____________________________________________________________________________
8780 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
8781         Log: Using uninitialized (and wrong) variables is not good.
8782      Branch: perl
8783            ! regcomp.c
8784 ____________________________________________________________________________
8785 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
8786         Log: EBCDIC: this seems to calm the last of the
8787              Malformed UTF-8 warnings.
8788      Branch: perl
8789            ! regcomp.c utf8.c
8790 ____________________________________________________________________________
8791 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
8792         Log: EBCDIC: document using Encode for character conversions.
8793      Branch: perl
8794            ! pod/perlebcdic.pod
8795 ____________________________________________________________________________
8796 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
8797         Log: EBCDIC: disable also Unicode::Collate and
8798              Unicode::Normalize for now.  Real users of
8799              EBCDIC have to decide what they want.
8800      Branch: perl
8801            ! ext/Unicode/Normalize/Normalize.pm
8802            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
8803            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
8804            ! lib/Unicode/Collate/t/test.t
8805 ____________________________________________________________________________
8806 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
8807         Log: AUTHORS updates.
8808      Branch: perl
8809            ! AUTHORS
8810 ____________________________________________________________________________
8811 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
8812         Log: Retract #14571: there may be a better solution than
8813              tweaking the test.
8814      Branch: perl
8815            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
8816 ____________________________________________________________________________
8817 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
8818         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
8819              From: "Craig A. Berry" <craigberry@mac.com> 
8820              Date: Sat, 23 Feb 2002 14:14:35 -0600
8821              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
8822      Branch: perl
8823            ! configure.com
8824 ____________________________________________________________________________
8825 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
8826         Log: metaconfig unit change for #14843.
8827      Branch: metaconfig/U/perl
8828            ! Extensions.U
8829 ____________________________________________________________________________
8830 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
8831         Log: Also Encode/JP needs to be listed explicitly.
8832              (Any other sub-Encode extensions?)
8833      Branch: perl
8834            ! Configure
8835 ____________________________________________________________________________
8836 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
8837         Log: Document known UNICOS/mk deficiency.
8838      Branch: perl
8839            ! pod/perldelta.pod
8840 ____________________________________________________________________________
8841 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
8842         Log: Subject: [PATCH] README mention version 5.0
8843              From: Autrijus Tang <autrijus@autrijus.org>
8844              Date: Sat, 23 Feb 2002 09:35:22 +0800
8845              Message-ID: <20020223013522.GA8694@not.autrijus.org>
8846      Branch: perl
8847            ! README
8848 ____________________________________________________________________________
8849 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
8850         Log: metaconfig unit change for #14839.
8851      Branch: metaconfig
8852            ! U/modified/Signal.U
8853 ____________________________________________________________________________
8854 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
8855         Log: Old hosts like NeXT Classic don't have sort -k,
8856              from Paul Eggert.
8857      Branch: perl
8858            ! Configure
8859 ____________________________________________________________________________
8860 [ 14838] By: ams                                   on 2002/02/22  21:14:29
8861         Log: Minor clarifications as suggested by Anton Tagunov.
8862      Branch: perl
8863            ! pod/perlsyn.pod
8864 ____________________________________________________________________________
8865 [ 14837] By: ams                                   on 2002/02/22  21:07:02
8866         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
8867              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8868              Date: Fri, 22 Feb 2002 23:01:07 +0100
8869              Message-Id: <20020222230107.A15069@rafael>
8870      Branch: perl
8871            ! sv.c t/op/gv.t
8872 ____________________________________________________________________________
8873 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
8874         Log: metaconfig unit change for #14835.
8875      Branch: metaconfig
8876            ! U/modified/Chk_MANI.U
8877 ____________________________________________________________________________
8878 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
8879         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
8880      Branch: perl
8881            ! Configure
8882 ____________________________________________________________________________
8883 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
8884         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
8885              From: Michael G Schwern <schwern@pobox.com>
8886              Date: Fri, 22 Feb 2002 12:10:28 -0500
8887              Message-ID: <20020222171027.GB4181@blackrider>
8888      Branch: perl
8889            ! ext/Encode/compile
8890 ____________________________________________________________________________
8891 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
8892         Log: Update Changes.
8893      Branch: perl
8894            ! Changes patchlevel.h
8895 ____________________________________________________________________________
8896 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
8897         Log: Implement IV/UV/NV/long double pack/unpack with
8898              template letters j/J/F/D (the latter two have been
8899              undocumented aliases of f/d).
8900      Branch: perl
8901            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
8902 ____________________________________________________________________________
8903 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
8904         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
8905              From: Nicholas Clark <nick@unfortu.net>
8906              Date: Fri, 22 Feb 2002 14:01:25 +0000
8907              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
8908      Branch: perl
8909            ! ext/Encode/compile
8910 ____________________________________________________________________________
8911 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
8912         Log: NetWare change from Ananth Kesari.
8913      Branch: perl
8914            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
8915            ! MANIFEST
8916 ____________________________________________________________________________
8917 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
8918         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
8919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8920              Date: Fri, 22 Feb 2002 03:55:13 -0500
8921              Message-ID: <20020222035513.A894@math.ohio-state.edu>
8922      Branch: perl
8923            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
8924 ____________________________________________________________________________
8925 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
8926         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
8927      Branch: perl
8928            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
8929 ____________________________________________________________________________
8930 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
8931         Log: Make measure_struct a file static.
8932      Branch: perl
8933            ! pp_pack.c
8934 ____________________________________________________________________________
8935 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
8936         Log: EBCDIC: someone who knows what they are doing
8937              and whether it is possible at all in the first
8938              place needs to figure these tests out on EBCDIC.
8939              The CJK encodings heavily abuse their knowledge
8940              of ASCII and that may require a translation layer
8941              or four to survive UTF-EBCDIC.
8942      Branch: perl
8943            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
8944 ____________________________________________________________________________
8945 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
8946         Log: croak() needs context.
8947      Branch: perl
8948            ! pp_pack.c
8949 ____________________________________________________________________________
8950 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
8951         Log: Subject: [PATCH @14577] pack with a human face: the sequel
8952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8953              Date: Thu, 21 Feb 2002 21:33:37 -0500
8954              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
8955      Branch: perl
8956            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
8957            ! proto.h t/op/pack.t
8958 ____________________________________________________________________________
8959 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
8960         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
8961              From: Nicholas Clark <nick@unfortu.net> 
8962              Date: Fri, 22 Feb 2002 00:49:44 +0000
8963              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
8964      Branch: perl
8965            ! ext/Encode/compile
8966 ____________________________________________________________________________
8967 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
8968         Log: Test for #14795.
8969      Branch: perl
8970            ! t/op/pat.t
8971 ____________________________________________________________________________
8972 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
8973         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
8974      Branch: perl
8975            ! t/op/pat.t
8976 ____________________________________________________________________________
8977 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
8978         Log: Subject: [PATCH] next batch of bugfixes
8979              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8980              Date: Thu, 21 Feb 2002 23:54:41 +0100
8981              Message-ID: <20020221235441.A17260@rafael>
8982      Branch: perl
8983            ! ext/B/B/Deparse.pm
8984 ____________________________________________________________________________
8985 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
8986         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)
8987              From: chromatic <chromatic@rmci.net>
8988              Date: Thu, 21 Feb 2002 14:17:35 -0700
8989              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
8990      Branch: perl
8991            ! lib/File/stat.pm lib/File/stat.t
8992 ____________________________________________________________________________
8993 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
8994         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
8995      Branch: perl
8996            ! ext/re/re.xs
8997 ____________________________________________________________________________
8998 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
8999         Log: Upgrade to Math::BigInt 1.51.
9000      Branch: perl
9001            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
9002            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
9003            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
9004            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9005            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
9006            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
9007            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
9008            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
9009            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
9010            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
9011            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
9012            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
9013 ____________________________________________________________________________
9014 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
9015         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
9016              From: "Gerrit P. Haase" <gp@familiehaase.de>
9017              Date: Thu, 21 Feb 2002 21:20:25 +0100
9018              Message-ID: <69510538936.20020221212025@familiehaase.de>
9019      Branch: perl
9020            ! Makefile.SH
9021 ____________________________________________________________________________
9022 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
9023         Log: Subject: [PATCH @14577] grouping in pack/unpack
9024              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9025              Date: Thu, 21 Feb 2002 06:06:14 -0500
9026              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
9027      Branch: perl
9028            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
9029            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
9030 ____________________________________________________________________________
9031 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
9032         Log: Subject: [PATCH propose] question about fs.t
9033              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9034              Date: Thu, 21 Feb 2002 15:10:21 +0100
9035              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
9036      Branch: perl
9037            ! t/io/fs.t
9038 ____________________________________________________________________________
9039 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
9040         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
9041              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
9042              Date: Thu, 21 Feb 2002 09:54:28 +0100
9043              Message-ID: <13576559576.20020221095428@familiehaase.de>     
9044      Branch: perl
9045            ! Makefile.SH
9046 ____________________________________________________________________________
9047 [ 14812] By: ams                                   on 2002/02/21  14:59:09
9048         Log: Subject: typo correction
9049              From: mjd@plover.com
9050              Date: 21 Feb 2002 15:43:49 -0000
9051              Message-Id: <20020221154349.22772.qmail@plover.com>
9052      Branch: perl
9053            ! pod/perldebug.pod
9054 ____________________________________________________________________________
9055 [ 14811] By: ams                                   on 2002/02/21  14:02:12
9056         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
9057              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9058              Date: Thu, 21 Feb 2002 15:22:22 +0100
9059              Message-Id: <20020221152222.A15095@rafael>
9060      Branch: perl
9061            ! op.h toke.c
9062 ____________________________________________________________________________
9063 [ 14810] By: ams                                   on 2002/02/21  12:45:28
9064         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
9065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9066              Date: Thu, 21 Feb 2002 06:02:48 -0500
9067              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
9068      Branch: perl
9069            ! lib/ExtUtils/Mksymlists.pm makedef.pl
9070 ____________________________________________________________________________
9071 [ 14809] By: nick                                  on 2002/02/21  09:31:08
9072         Log: Integrate mainline
9073      Branch: perlio
9074           +> lib/Pod/t/Select.t
9075           !> (integrate 37 files)
9076 ____________________________________________________________________________
9077 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
9078         Log: metaconfig unit change for #14807.
9079      Branch: metaconfig
9080            ! U/modified/Signal.U
9081 ____________________________________________________________________________
9082 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
9083         Log: Revert #14805, didn't quite work.
9084      Branch: perl
9085            ! Configure config_h.SH
9086 ____________________________________________________________________________
9087 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
9088         Log: metaconfig changes for #14805.
9089      Branch: metaconfig
9090            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
9091 ____________________________________________________________________________
9092 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
9093         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
9094              From: Paul Eggert <eggert@twinsun.com>
9095              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
9096              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
9097      Branch: perl
9098            ! Configure config_h.SH
9099 ____________________________________________________________________________
9100 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
9101         Log: More advice.
9102      Branch: perl
9103            ! README.os390
9104 ____________________________________________________________________________
9105 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
9106         Log: Missing MANIFESTation.
9107      Branch: perl
9108            ! MANIFEST
9109 ____________________________________________________________________________
9110 [ 14802] By: ams                                   on 2002/02/20  22:55:25
9111         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
9112              From: Autrijus Tang <autrijus@autrijus.org>
9113              Date: Thu, 21 Feb 2002 07:13:12 +0800
9114              Message-Id: <20020220231312.GA775@not.autrijus.org>
9115      Branch: perl
9116            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
9117 ____________________________________________________________________________
9118 [ 14801] By: ams                                   on 2002/02/20  22:27:20
9119         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
9120              From: Abe Timmerman <abe@ztreet.demon.nl>
9121              Date: Thu, 21 Feb 2002 00:20:40 +0100
9122              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
9123      Branch: perl
9124            + lib/Pod/t/Select.t
9125 ____________________________________________________________________________
9126 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
9127         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
9128              twice, causing the loop to skip every other character.
9129      Branch: perl
9130            ! utf8.c
9131 ____________________________________________________________________________
9132 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
9133         Log: Better debugging info.
9134      Branch: perl
9135            ! t/uni/case.pl
9136 ____________________________________________________________________________
9137 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
9138         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
9139              From: Nicholas Clark <nick@unfortu.net>
9140              Date: Wed, 20 Feb 2002 22:13:05 +0000
9141              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
9142      Branch: perl
9143            ! ext/Encode/compile
9144 ____________________________________________________________________________
9145 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
9146         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
9147              From: Paul Eggert <eggert@twinsun.com>
9148              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
9149              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
9150      Branch: perl
9151            ! pod/perlhack.pod
9152 ____________________________________________________________________________
9153 [ 14796] By: nick                                  on 2002/02/20  18:15:00
9154         Log: Integrate mainline
9155      Branch: perlio
9156           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
9157           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
9158           +> lib/Locale/Country.pod lib/Locale/Currency.pod
9159           +> lib/Locale/Language.pod lib/Locale/Script.pm
9160           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
9161           +> t/uni/title.t t/uni/upper.t
9162           !> (integrate 41 files)
9163 ____________________________________________________________________________
9164 [ 14795] By: ams                                   on 2002/02/20  17:08:38
9165         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
9166              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9167              Date: Wed, 20 Feb 2002 18:06:59 +0000
9168              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
9169      Branch: perl
9170            ! pp_ctl.c
9171 ____________________________________________________________________________
9172 [ 14794] By: ams                                   on 2002/02/20  16:41:56
9173         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
9174              From: Paul_GreenVOS@vos.stratus.com
9175              Date: Wed, 20 Feb 02 12:21 est
9176              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
9177      Branch: perl
9178            ! Makefile.SH
9179 ____________________________________________________________________________
9180 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
9181         Log: Forgot from #14790.
9182      Branch: perl
9183            ! pp_pack.c
9184 ____________________________________________________________________________
9185 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
9186         Log: Update Changes.
9187      Branch: perl
9188            ! Changes patchlevel.h
9189 ____________________________________________________________________________
9190 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
9191         Log: Integrate change #14778 from maintperl.
9192      Branch: perl
9193            ! t/lib/strict/subs
9194           !> op.c
9195 ____________________________________________________________________________
9196 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
9197         Log: Subject: Re: [ID 20020220.001] pack w with objects
9198              From: Ulrich Pfeifer <upf@de.uu.net>
9199              Date: 20 Feb 2002 11:21:15 +0100
9200              Message-ID: <p5g03wcv38.fsf@de.uu.net>
9201      Branch: perl
9202            ! t/op/pack.t
9203 ____________________________________________________________________________
9204 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
9205         Log: Subject: Re: [PATCH] go faster for Encode's compile
9206              From: Nicholas Clark <nick@unfortu.net> 
9207              Date: Tue, 19 Feb 2002 23:38:36 +0000
9208              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
9209      Branch: perl
9210            ! ext/Encode/compile
9211 ____________________________________________________________________________
9212 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
9213         Log: Regen Glossary.
9214      Branch: perl
9215            ! Porting/Glossary Porting/config.sh Porting/config_H
9216 ____________________________________________________________________________
9217 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
9218         Log: metaconfig unit change for #14786 (not visible yet,
9219              since Glossary needs regenerating)
9220      Branch: metaconfig
9221            ! U/compline/d_gconvert.U
9222 ____________________________________________________________________________
9223 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
9224         Log: Subject: d_Gconvert hints and Glossary
9225              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9226              Date: Tue, 19 Feb 2002 11:55:36 -0800
9227              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
9228      Branch: perl
9229            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
9230            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
9231            ! hints/svr5.sh
9232 ____________________________________________________________________________
9233 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
9234         Log: metaconfig unit changes for #14784.
9235      Branch: metaconfig
9236            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
9237 ____________________________________________________________________________
9238 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
9239         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
9240              From: Paul Eggert <eggert@twinsun.com>              
9241              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
9242              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
9243      Branch: perl
9244            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
9245            ! pod/perlhack.pod
9246 ____________________________________________________________________________
9247 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
9248         Log: metaconfig unit change for #14782.
9249      Branch: metaconfig/U/perl
9250            ! Mksymlinks.U
9251 ____________________________________________________________________________
9252 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
9253         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
9254              From: "Gerrit P. Haase" <gp@familiehaase.de>
9255              Date: Wed, 20 Feb 2002 00:23:29 +0100
9256              Message-ID: <70348722516.20020220002329@familiehaase.de>
9257      Branch: perl
9258            ! Configure
9259 ____________________________________________________________________________
9260 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
9261         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
9262              From: Nicholas Clark <nick@unfortu.net> 
9263              Date: Tue, 19 Feb 2002 19:27:42 +0000
9264              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
9265              
9266              (with modifications)
9267      Branch: perl
9268            ! pod/perlsub.pod
9269 ____________________________________________________________________________
9270 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
9271         Log: NetWare tweak from Ananth Kesari.
9272      Branch: perl
9273            ! lib/ExtUtils/MakeMaker.pm
9274 ____________________________________________________________________________
9275 [ 14779] By: ams                                   on 2002/02/20  06:51:55
9276         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
9277      Branch: perl
9278            ! pod/perlfaq4.pod
9279 ____________________________________________________________________________
9280 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
9281         Log: constant folding on the range operator had the effect of disabling
9282              peephole optimizations in all the siblings of the range OP; the
9283              effect of this was that barewords could escape strictures when
9284              they were hiding in such places
9285      Branch: maint-5.6/perl
9286            ! op.c t/pragma/strict-subs
9287 ____________________________________________________________________________
9288 [ 14777] By: ams                                   on 2002/02/20  00:56:21
9289         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
9290              From: Graham Barr <gbarr@pobox.com>
9291              Date: Tue, 19 Feb 2002 23:08:47 +0000
9292              Message-Id: <20020219230847.G66560@pobox.com>
9293      Branch: perl
9294            ! lib/Time/Local.pm
9295 ____________________________________________________________________________
9296 [ 14776] By: ams                                   on 2002/02/19  17:20:28
9297         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
9298              From: Nicholas Clark <nick@unfortu.net>
9299              Date: Tue, 19 Feb 2002 16:23:22 +0000
9300              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
9301      Branch: perl
9302            ! lib/Tie/Hash.pm
9303 ____________________________________________________________________________
9304 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
9305         Log: Regen doc, regen toc.
9306      Branch: perl
9307            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
9308 ____________________________________________________________________________
9309 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
9310         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
9311              From: Dave Mitchell <davem@fdgroup.co.uk>
9312              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
9313              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
9314      Branch: perl
9315            ! pod/perlsub.pod
9316 ____________________________________________________________________________
9317 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
9318         Log: Detypo.
9319      Branch: perl
9320            ! lib/Tie/Memoize.pm
9321 ____________________________________________________________________________
9322 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
9323         Log: UTF-8 C API doc tweaks.
9324      Branch: perl
9325            ! pod/perlunicode.pod
9326 ____________________________________________________________________________
9327 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
9328         Log: Mention that the case-switchers know about Unicode, too.
9329      Branch: perl
9330            ! pod/perlop.pod
9331 ____________________________________________________________________________
9332 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
9333         Log: Upgrade to Locale::Codes 2.01.
9334      Branch: perl
9335            + lib/Locale/Constants.pod lib/Locale/Country.pod
9336            + lib/Locale/Currency.pod lib/Locale/Language.pod
9337            + lib/Locale/Script.pod
9338            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
9339            ! lib/Locale/Constants.pm lib/Locale/Country.pm
9340            ! lib/Locale/Currency.pm lib/Locale/Language.pm
9341            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
9342 ____________________________________________________________________________
9343 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
9344         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
9345              From: Dave Mitchell <davem@fdgroup.co.uk>
9346              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
9347              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
9348      Branch: perl
9349            ! pod/perlsub.pod
9350 ____________________________________________________________________________
9351 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
9352         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
9353              From: Sam Tregar <sam@tregar.com> 
9354              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
9355              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
9356      Branch: perl
9357            ! sv.h
9358 ____________________________________________________________________________
9359 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
9360         Log: The test requires perlio.
9361      Branch: perl
9362            ! ext/Encode/t/JP.t
9363 ____________________________________________________________________________
9364 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
9365         Log: Misplaced block end.
9366      Branch: perl
9367            ! utf8.c
9368 ____________________________________________________________________________
9369 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
9370         Log: The POSIX extensions are deadly.
9371      Branch: perl
9372            ! regcomp.c
9373 ____________________________________________________________________________
9374 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
9375         Log: Let's not overdo the growth.
9376      Branch: perl
9377            ! pp.c
9378 ____________________________________________________________________________
9379 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
9380         Log: Third time makes the charm.
9381      Branch: perl
9382            ! README.os390
9383 ____________________________________________________________________________
9384 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
9385         Log: Oops.
9386      Branch: perl
9387            ! utf8.c
9388 ____________________________________________________________________________
9389 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
9390         Log: Add back the new casing tests.
9391      Branch: perl
9392            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
9393            ! MANIFEST
9394 ____________________________________________________________________________
9395 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
9396         Log: Prefer special case mappings.
9397      Branch: perl
9398            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
9399            ! lib/unicore/To/Upper.pl lib/unicore/mktables
9400 ____________________________________________________________________________
9401 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
9402         Log: Try special casing first.
9403      Branch: perl
9404            ! utf8.c
9405 ____________________________________________________________________________
9406 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
9407         Log: Not extending enough.
9408      Branch: perl
9409            ! pp.c utf8.h
9410 ____________________________________________________________________________
9411 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
9412         Log: No need to store identity mappings.
9413      Branch: perl
9414            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
9415            ! lib/unicore/mktables
9416 ____________________________________________________________________________
9417 [ 14756] By: ams                                   on 2002/02/18  20:21:17
9418         Log: Forward port #14704 from maint-5.6.
9419      Branch: perl
9420            ! doio.c
9421 ____________________________________________________________________________
9422 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
9423         Log: Regen Changes.
9424      Branch: perl
9425            ! Changes
9426 ____________________________________________________________________________
9427 [ 14754] By: ams                                   on 2002/02/18  19:01:09
9428         Log: Subject: [PATCH] VMS cando_by_name and current process privs
9429              From: "Craig A. Berry" <craigberry@mac.com>
9430              Date: Mon, 18 Feb 2002 14:03:30 -0600
9431              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
9432      Branch: perl
9433            ! vms/vms.c
9434 ____________________________________________________________________________
9435 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
9436         Log: Update Changes.
9437      Branch: perl
9438            ! Changes patchlevel.h
9439 ____________________________________________________________________________
9440 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
9441         Log: What do you know; these tests unearthed nasty problems.
9442              Will resolve those first.
9443      Branch: perl
9444            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
9445            ! MANIFEST
9446 ____________________________________________________________________________
9447 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
9448         Log: Update Changes.
9449      Branch: perl
9450            ! Changes patchlevel.h
9451 ____________________________________________________________________________
9452 [ 14750] By: ams                                   on 2002/02/18  17:36:05
9453         Log: Subject: Re: IO::Poll: Removing Handles
9454              From: Matthew Sachs <matthewg@zevils.com>
9455              Date: Mon, 18 Feb 2002 13:19:01 -0500
9456              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
9457      Branch: perl
9458            ! ext/IO/lib/IO/t/io_poll.t
9459 ____________________________________________________________________________
9460 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
9461         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
9462              From: "Craig A. Berry" <craigberry@mac.com>
9463              Date: Mon, 18 Feb 2002 11:52:21 -0600
9464              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
9465      Branch: perl
9466            ! t/op/alarm.t t/op/glob.t
9467 ____________________________________________________________________________
9468 [ 14748] By: ams                                   on 2002/02/18  15:53:36
9469         Log: s/load_module/Perl_load_module/
9470      Branch: perl
9471            ! gv.c
9472 ____________________________________________________________________________
9473 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
9474         Log: Unused in ASCII, used in EBCDIC.
9475      Branch: perl
9476            ! utf8.c
9477 ____________________________________________________________________________
9478 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
9479         Log: Upgrade to Locale::Codes 2.00.
9480      Branch: perl
9481            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
9482            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
9483            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
9484            ! lib/Locale/Constants.pm lib/Locale/Country.pm
9485            ! lib/Locale/Currency.pm lib/Locale/Language.pm
9486 ____________________________________________________________________________
9487 [ 14745] By: ams                                   on 2002/02/18  15:20:44
9488         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
9489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9490              Date: Sat, 16 Feb 2002 00:06:01 +0100
9491              Message-Id: <20020216000601.A17249@rafael>
9492      Branch: perl
9493            ! gv.c
9494 ____________________________________________________________________________
9495 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
9496         Log: More Unicode casing checks.
9497      Branch: perl
9498            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
9499            ! MANIFEST
9500 ____________________________________________________________________________
9501 [ 14743] By: ams                                   on 2002/02/18  14:35:38
9502         Log: Subject: IO::Poll: Removing Handles
9503              From: Matthew Sachs <matthewg@zevils.com>
9504              Date: Sun, 17 Feb 2002 04:49:46 -0500
9505              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
9506      Branch: perl
9507            ! ext/IO/lib/IO/Poll.pm
9508 ____________________________________________________________________________
9509 [ 14741] By: ams                                   on 2002/02/18  13:59:48
9510         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
9511              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9512              Date: Mon, 18 Feb 2002 15:41:26 +0100
9513              Message-Id: <20020218154126.A692@rafael>
9514      Branch: perl
9515            ! pp_ctl.c t/op/do.t
9516 ____________________________________________________________________________
9517 [ 14740] By: nick                                  on 2002/02/18  09:09:23
9518         Log: Integrate mainline
9519      Branch: perlio
9520           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
9521           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
9522           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
9523           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9524           +> ext/Encode/lib/Encode/JP/Constants.pm
9525           +> ext/Encode/lib/Encode/JP/H2Z.pm
9526           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9527           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
9528           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
9529           +> os2/OS2/Process/t/os2_process.t
9530           +> os2/OS2/Process/t/os2_process_kid.t
9531           +> os2/OS2/Process/t/os2_process_text.t
9532            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
9533            - ext/Encode/t/Japanese.t
9534           !> (integrate 47 files)
9535 ____________________________________________________________________________
9536 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
9537         Log: EBCDIC: now the worst seems to be over for
9538              the "Malformed" warnings.  Still a few of them,
9539              and plenty of test failures, but getting better.
9540      Branch: perl
9541            ! regcomp.c utf8.c
9542 ____________________________________________________________________________
9543 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
9544         Log: Upgrade to Net::Ping 2.12.
9545      Branch: perl
9546            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
9547            ! lib/Net/Ping/t/110_icmp_inst.t
9548 ____________________________________________________________________________
9549 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
9550         Log: After much rewriting we are now pretty much
9551              back to where we started.
9552      Branch: perl
9553            ! utf8.c
9554 ____________________________________________________________________________
9555 [ 14736] By: ams                                   on 2002/02/18  01:23:00
9556         Log: Subject: [PATCH B::Deparse] two fixes
9557              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9558              Date: Sun, 17 Feb 2002 23:58:59 +0100
9559              Message-Id: <20020217235859.A32513@rafael>
9560      Branch: perl
9561            ! ext/B/B/Deparse.pm
9562 ____________________________________________________________________________
9563 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
9564         Log: Buglet.
9565      Branch: perl
9566            ! ext/Encode/lib/Encode/JP/JIS.pm
9567 ____________________________________________________________________________
9568 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
9569         Log: Clearing up to_utf8_case() continues: this time use
9570              a single return, and EBCDICification for all paths.
9571      Branch: perl
9572            ! utf8.c
9573 ____________________________________________________________________________
9574 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
9575         Log: Small tweaks to get the test running (fix @INC and
9576              do not overwrite the table.utf8 and table.rnd).
9577      Branch: perl
9578            ! ext/Encode/t/JP.t
9579 ____________________________________________________________________________
9580 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
9581         Log: Tiny tweak.
9582      Branch: perl
9583            ! utf8.c
9584 ____________________________________________________________________________
9585 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
9586         Log: Redundant casts.
9587      Branch: perl
9588            ! utf8.c
9589 ____________________________________________________________________________
9590 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
9591         Log: More filename portability tips.
9592      Branch: perl
9593            ! pod/perlport.pod
9594 ____________________________________________________________________________
9595 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
9596         Log: FAQ sync.
9597      Branch: perl
9598            ! pod/perlfaq3.pod pod/perlfaq5.pod
9599 ____________________________________________________________________________
9600 [ 14728] By: ams                                   on 2002/02/17  16:15:09
9601         Log: Subject: podlators 1.21 released
9602              From: Russ Allbery <rra@stanford.edu>
9603              Date: Sat, 16 Feb 2002 21:42:56 -0800
9604              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
9605      Branch: perl
9606            ! lib/Pod/Text/Overstrike.pm
9607 ____________________________________________________________________________
9608 [ 14727] By: sky                                   on 2002/02/17  11:36:52
9609         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
9610              From: Autrijus Tang <autrijus@autrijus.org>
9611              Date: Sun, 17 Feb 2002 19:46:47 +0800
9612              Message-ID: <20020217194647.A1410@not.autrijus.org>
9613      Branch: perl
9614            ! pp_ctl.c t/op/tiehandle.t util.c
9615 ____________________________________________________________________________
9616 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
9617         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
9618              input in native code points, not Unicode.
9619      Branch: perl
9620            ! utf8.c
9621 ____________________________________________________________________________
9622 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
9623         Log: Regen Glossary.
9624      Branch: perl
9625            ! Porting/Glossary Porting/config.sh Porting/config_H
9626 ____________________________________________________________________________
9627 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
9628         Log: The #14715 and #14716 were okay: they just revealed
9629              a bug in the EXACTF matching.
9630      Branch: perl
9631            ! regexec.c utf8.c
9632 ____________________________________________________________________________
9633 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
9634         Log: Retreat, retreat! (retract #14715 and #14716)
9635      Branch: perl
9636            ! utf8.c
9637 ____________________________________________________________________________
9638 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
9639         Log: Encode 0.40, from Dan Kogai.
9640      Branch: perl
9641            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
9642            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
9643            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
9644            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9645            + ext/Encode/lib/Encode/JP/Constants.pm
9646            + ext/Encode/lib/Encode/JP/H2Z.pm
9647            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9648            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
9649            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
9650            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
9651            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
9652            - ext/Encode/t/Japanese.t
9653            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
9654            ! ext/Encode/t/Encode.t
9655 ____________________________________________________________________________
9656 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
9657         Log: metaconfig unit change for #14720.
9658      Branch: perl
9659            ! Configure
9660 ____________________________________________________________________________
9661 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
9662         Log: Regenerate Configure (small tweaks on Yitzchak's,
9663              main difference being that the preference variables are
9664              called gconvert_...).
9665      Branch: metaconfig
9666            ! U/compline/d_gconvert.U
9667 ____________________________________________________________________________
9668 [ 14719] By: ams                                   on 2002/02/16  14:11:01
9669         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
9670              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9671              Date: Thu, 14 Feb 2002 22:27:33 -0800
9672              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
9673              (Applied by hand.)
9674      Branch: perl
9675            ! Configure
9676 ____________________________________________________________________________
9677 [ 14718] By: ams                                   on 2002/02/16  13:45:28
9678         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
9679              From: Philip Newton <Philip.Newton@gmx.net>
9680              Date: Sat, 16 Feb 2002 10:05:05 +0100
9681              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
9682              (Applied by hand.)
9683      Branch: perl
9684            ! pod/perlport.pod
9685 ____________________________________________________________________________
9686 [ 14717] By: ams                                   on 2002/02/16  04:30:23
9687         Log: Remove dubious test.
9688      Branch: perl
9689            ! t/io/open.t
9690 ____________________________________________________________________________
9691 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
9692         Log: Tiny tweak.
9693      Branch: perl
9694            ! utf8.c
9695 ____________________________________________________________________________
9696 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
9697         Log: Restructure to_utf8_case() for simpler execution paths.
9698      Branch: perl
9699            ! utf8.c
9700 ____________________________________________________________________________
9701 [ 14714] By: ams                                   on 2002/02/16  02:43:59
9702         Log: Absorb #14701 by Sarathy from maint-5.6.
9703      Branch: perl
9704            ! doio.c t/io/open.t
9705 ____________________________________________________________________________
9706 [ 14713] By: ams                                   on 2002/02/16  01:51:27
9707         Log: Subject: [PATCH] VOS patches for perl 5.8
9708              From: Paul_GreenVOS@vos.stratus.com
9709              Date: Fri, 15 Feb 02 17:41 est
9710              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
9711      Branch: perl
9712            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
9713            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9714            ! vos/install_perl.cm
9715 ____________________________________________________________________________
9716 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
9717         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
9718              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9719              Date: Fri, 15 Feb 2002 23:05:44 +0100
9720              Message-ID: <20020215230544.A690@rafael>
9721      Branch: perl
9722            ! ext/B/B/Deparse.pm
9723 ____________________________________________________________________________
9724 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
9725         Log: Add $VERSION.
9726      Branch: perl
9727            ! lib/Tie/Memoize.pm
9728 ____________________________________________________________________________
9729 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
9730         Log: Update Changes.
9731      Branch: perl
9732            ! Changes patchlevel.h
9733 ____________________________________________________________________________
9734 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
9735         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
9736              From: Robin Barker <rmb1@cise.npl.co.uk>
9737              Date: Thu, 14 Feb 2002 19:07:40 GMT
9738              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
9739              
9740              (the hints part only)
9741      Branch: perl
9742            ! hints/solaris_2.sh
9743 ____________________________________________________________________________
9744 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
9745         Log: metaconfig unit changes for #14707.
9746      Branch: metaconfig
9747            ! U/modified/cc.U
9748      Branch: metaconfig/U/perl
9749            ! Checkcc.U
9750 ____________________________________________________________________________
9751 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
9752         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
9753              From: Robin Barker <rmb1@cise.npl.co.uk>
9754              Date: Fri, 15 Feb 2002 12:14:39 GMT
9755              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
9756              
9757              Split checking-for-gcc and checking-for-cc.
9758      Branch: perl
9759            ! Configure
9760 ____________________________________________________________________________
9761 [ 14706] By: ams                                   on 2002/02/15  13:57:15
9762         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
9763              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
9764              Date: 15 Feb 2002 10:53:06 +0200
9765              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
9766      Branch: perl
9767            ! lib/Pod/Html.pm
9768 ____________________________________________________________________________
9769 [ 14705] By: ams                                   on 2002/02/15  08:42:55
9770         Log: Subject: [PATCH @14577] OS/2 tests and more
9771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9772              Date: Fri, 15 Feb 2002 03:56:24 -0500
9773              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
9774      Branch: perl
9775            + os2/OS2/Process/t/os2_process.t
9776            + os2/OS2/Process/t/os2_process_kid.t
9777            + os2/OS2/Process/t/os2_process_text.t
9778            ! MANIFEST configpm hints/os2.sh makedef.pl
9779            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
9780            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
9781            ! os2/os2ish.h
9782 ____________________________________________________________________________
9783 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
9784         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
9785              avoid wasteful PL_fdpid fiddling where that is not warranted;
9786              mostly whitespace fixes
9787              
9788              these were longstanding todo items from:
9789              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
9790      Branch: maint-5.6/perl
9791            ! doio.c
9792 ____________________________________________________________________________
9793 [ 14702] By: nick                                  on 2002/02/15  08:31:41
9794         Log: Integrate mainline
9795      Branch: perlio
9796           +> lib/if.pm lib/if.t
9797           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
9798           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
9799           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
9800           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
9801           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
9802           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
9803           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
9804           !> t/lib/warnings/pp_sys
9805 ____________________________________________________________________________
9806 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
9807         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
9808              (and also dies quickly on Windows); this bug crept in as
9809              change#610, a.k.a change#646
9810      Branch: maint-5.6/perl
9811            ! doio.c t/io/open.t
9812 ____________________________________________________________________________
9813 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
9814         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
9815              From: Ville "Skyttä" <ville.skytta@iki.fi>
9816              Date: Wed, 13 Feb 2002 22:29:39 +0200
9817              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
9818      Branch: perl
9819            ! lib/Pod/Html.pm
9820 ____________________________________________________________________________
9821 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
9822         Log: Document and test the C0 and C1.
9823      Branch: perl
9824            ! lib/charnames.pm lib/charnames.t
9825 ____________________________________________________________________________
9826 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
9827         Log: metaconfig unit change for #14697.
9828      Branch: metaconfig
9829            ! U/modified/Init.U
9830 ____________________________________________________________________________
9831 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
9832         Log: Also OS/2 seems to need exe set early.
9833      Branch: perl
9834            ! Configure
9835 ____________________________________________________________________________
9836 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
9837         Log: Document pack U0U.
9838      Branch: perl
9839            ! pod/perluniintro.pod
9840 ____________________________________________________________________________
9841 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
9842         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
9843              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9844              Date: Thu, 14 Feb 2002 23:58:00 +0100
9845              Message-ID: <20020214235800.A12901@rafael>
9846      Branch: perl
9847            ! pp_sys.c t/lib/warnings/pp_sys
9848 ____________________________________________________________________________
9849 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
9850         Log: Subject: [PATCH @13746] conditional pragmas
9851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9852              Date: Mon, 31 Dec 2001 18:18:09 -0500
9853              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
9854      Branch: perl
9855            + lib/if.pm lib/if.t
9856            ! MANIFEST
9857 ____________________________________________________________________________
9858 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
9859         Log: Deparse bug introduced by #14615: the fix is just a workaround,
9860              I suspect there to be another deeper bug, must distill simpler
9861              test case.
9862      Branch: perl
9863            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
9864 ____________________________________________________________________________
9865 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
9866         Log: Integrate perlio; 
9867              
9868              Make dependencies more precise (for nmake)
9869      Branch: perl
9870           !> ext/Encode/EUC_JP/Makefile.PL
9871 ____________________________________________________________________________
9872 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
9873         Log: Just a guess.
9874      Branch: perl
9875            ! lib/Tie/Handle.pm
9876 ____________________________________________________________________________
9877 [ 14690] By: nick                                  on 2002/02/14  16:30:56
9878         Log: Integrate mainline
9879      Branch: perlio
9880           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
9881           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
9882           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
9883           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
9884           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
9885           !> utf8.c
9886 ____________________________________________________________________________
9887 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
9888         Log: Upgrade to Net::Ping 2.11.
9889      Branch: perl
9890            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
9891            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
9892            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
9893            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
9894 ____________________________________________________________________________
9895 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
9896         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
9897              From: Robin Barker <rmb1@cise.npl.co.uk>
9898              Date: Wed, 13 Feb 2002 17:37:07 GMT
9899              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
9900              
9901              (updated version of the above)
9902      Branch: perl
9903            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
9904 ____________________________________________________________________________
9905 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
9906         Log: Excise inexact blather.
9907      Branch: perl
9908            ! utf8.c
9909 ____________________________________________________________________________
9910 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
9911         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
9912              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9913              Date: Mon, 31 Dec 2001 20:28:46 -0500
9914              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
9915      Branch: perl
9916            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
9917            ! MANIFEST
9918 ____________________________________________________________________________
9919 [ 14685] By: nick                                  on 2002/02/14  14:20:20
9920         Log: Make dependencies more precise (for nmake)
9921      Branch: perlio
9922            ! ext/Encode/EUC_JP/Makefile.PL
9923 ____________________________________________________________________________
9924 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
9925         Log: Subject: [PATCH @13746] tied hashes
9926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
9927              Date: Mon, 31 Dec 2001 19:15:39 -0500
9928              Message-ID: <20011231191539.A46@math.ohio-state.edu>
9929      Branch: perl
9930            ! lib/Tie/Hash.pm pod/perltie.pod
9931 ____________________________________________________________________________
9932 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
9933         Log: Subject: Re: [PATCH] Configure followed by make minitest
9934              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9935              Date: Sun, 10 Feb 2002 23:22:05 -0800
9936              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
9937      Branch: perl
9938            ! Makefile.SH
9939 ____________________________________________________________________________
9940 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
9941         Log: Subject: Re: perl@14647
9942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9943              Date: Mon, 11 Feb 2002 19:30:36 +0100
9944              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
9945      Branch: perl
9946            ! t/op/groups.t
9947 ____________________________________________________________________________
9948 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
9949         Log: Update Changes.
9950      Branch: perl
9951            ! Changes patchlevel.h
9952 ____________________________________________________________________________
9953 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
9954         Log: Integrate perlio;
9955              
9956              Do not lc() the file names before doing dirname() or they don't match.
9957      Branch: perl
9958           !> lib/ExtUtils/t/Installed.t
9959 ____________________________________________________________________________
9960 [ 14679] By: sky                                   on 2002/02/13  12:56:13
9961         Log: rename mutex to make a bit more sense
9962      Branch: perl
9963            ! ext/threads/threads.xs
9964 ____________________________________________________________________________
9965 [ 14678] By: sky                                   on 2002/02/13  12:46:11
9966         Log: Track active threads....
9967      Branch: perl
9968            ! ext/threads/threads.pm ext/threads/threads.xs
9969 ____________________________________________________________________________
9970 [ 14677] By: nick                                  on 2002/02/13  09:30:42
9971         Log: Do not lc() the file names before doing dirname() or they don't match.
9972      Branch: perlio
9973            ! lib/ExtUtils/t/Installed.t
9974 ____________________________________________________________________________
9975 [ 14676] By: sky                                   on 2002/02/13  09:03:37
9976         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
9977              From: Michael G Schwern <schwern@pobox.com>
9978              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
9979              Message-Id: <20020213100017.GA6288@blackrider>
9980      Branch: perl
9981            ! lib/File/Spec/t/rel2abs2rel.t
9982 ____________________________________________________________________________
9983 [ 14675] By: sky                                   on 2002/02/13  09:00:24
9984         Log: Do not propagate END blocks to child threads, test.
9985      Branch: perl
9986            + ext/threads/t/end.t
9987            ! MANIFEST ext/threads/threads.xs
9988 ____________________________________________________________________________
9989 [ 14674] By: nick                                  on 2002/02/13  08:34:55
9990         Log: Integrate mainline
9991      Branch: perlio
9992           +> ext/threads/t/join.t
9993           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
9994           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
9995           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
9996 ____________________________________________________________________________
9997 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
9998         Log: metaconfig unit change for #14672.
9999      Branch: metaconfig
10000            ! U/modified/lns.U
10001 ____________________________________________________________________________
10002 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
10003         Log: $ln is supposed to be already set to $ln + executable suffix
10004              on platforms that need it, from Paul Green.
10005      Branch: perl
10006            ! Configure
10007 ____________________________________________________________________________
10008 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
10009         Log: Subject: New command syntax for 'x' command
10010              From: Mark-Jason Dominus <mjd@plover.com>
10011              Date: Tue, 12 Feb 2002 20:54:01 -0500
10012              Message-ID: <20020213015401.25685.qmail@plover.com>
10013      Branch: perl
10014            ! lib/perl5db.pl pod/perldebug.pod
10015 ____________________________________________________________________________
10016 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
10017         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
10018              From: Mark-Jason Dominus <mjd@plover.com>
10019              Date: Tue, 12 Feb 2002 20:20:42 -0500
10020              Message-ID: <20020213012042.25245.qmail@plover.com>
10021      Branch: perl
10022            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
10023 ____________________________________________________________________________
10024 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
10025         Log: Iteration continues.
10026      Branch: perl
10027            ! utf8.c
10028 ____________________________________________________________________________
10029 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
10030         Log: Duh.
10031      Branch: perl
10032            ! pp_pack.c t/op/length.t
10033 ____________________________________________________________________________
10034 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
10035         Log: Retract #14666.
10036      Branch: perl
10037            ! t/op/lc.t
10038 ____________________________________________________________________________
10039 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
10040         Log: (retracted by #14667)
10041      Branch: perl
10042            ! t/op/lc.t
10043 ____________________________________________________________________________
10044 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
10045         Log: Tiny test script tweaks.
10046      Branch: perl
10047            ! t/uni/fold.t
10048 ____________________________________________________________________________
10049 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
10050         Log: Rewrite the "special mapping" part of to_utf8_case(),
10051              this time with fewer bugs.  (See: The Law of Cybernetic
10052              Entymology.)
10053      Branch: perl
10054            ! utf8.c
10055 ____________________________________________________________________________
10056 [ 14663] By: sky                                   on 2002/02/12  18:26:16
10057         Log: Stop failures if you pass an object, sv_dup might not be the right 
10058              thing to use since I have a feeling we end up cloning far too much. 
10059              (Like the stash for example).... Maybe we need a lightweight sv_dup 
10060              that searches the target for things....
10061              Real fix is another option to perl_clone which controls if you should 
10062              save stashes.
10063      Branch: perl
10064            ! ext/threads/threads.xs
10065 ____________________________________________________________________________
10066 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
10067         Log: Retract #14661.
10068      Branch: perl
10069            ! hints/solaris_2.sh
10070 ____________________________________________________________________________
10071 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
10072         Log: (retracted by #14662)
10073      Branch: perl
10074            ! hints/solaris_2.sh
10075 ____________________________________________________________________________
10076 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
10077         Log: EBCDIC: another "can't happen".
10078      Branch: perl
10079            ! utf8.c
10080 ____________________________________________________________________________
10081 [ 14659] By: sky                                   on 2002/02/12  14:38:21
10082         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
10083      Branch: perl
10084            + ext/threads/t/join.t
10085            ! MANIFEST ext/threads/threads.xs
10086 ____________________________________________________________________________
10087 [ 14658] By: nick                                  on 2002/02/12  13:54:06
10088         Log: Integrate mainline
10089      Branch: perlio
10090           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
10091           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
10092           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
10093 ____________________________________________________________________________
10094 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
10095         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
10096              From: Jan Dubois <JanD@ActiveState.com> 
10097              Date: Tue, 12 Feb 2002 00:56:31 -0800
10098              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
10099      Branch: perl
10100            ! lib/Win32.pod win32/win32.c win32/win32.h
10101 ____________________________________________________________________________
10102 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
10103         Log: Subject: [PATCH] Re: 14654 introduced a bug 
10104              From: Michael G Schwern <schwern@pobox.com> 
10105              Date: Tue, 12 Feb 2002 05:37:36 -0500
10106              Message-ID: <20020212103736.GC14327@blackrider>
10107      Branch: perl
10108            ! lib/File/Spec/t/rel2abs2rel.t
10109 ____________________________________________________________________________
10110 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
10111         Log: More unset installman[13]dir tweaks from chromatic.
10112      Branch: perl
10113            ! lib/ExtUtils/Installed.pm
10114 ____________________________________________________________________________
10115 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
10116         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
10117              From: Michael G Schwern <schwern@pobox.com>
10118              Date: Mon, 11 Feb 2002 12:23:02 -0500
10119              Message-ID: <20020211172302.GD9556@blackrider>
10120      Branch: perl
10121            ! lib/File/Spec/t/rel2abs2rel.t
10122 ____________________________________________________________________________
10123 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
10124         Log: Use `` instead of -| to be a little bit more portable,
10125              from Michael Schwern.
10126      Branch: perl
10127            ! lib/ExtUtils/t/Embed.t
10128 ____________________________________________________________________________
10129 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
10130         Log: EBCDIC: this change for \N{} in particular is now
10131              unnecessary because of the recent more general
10132              pack U change.
10133      Branch: perl
10134            ! toke.c
10135 ____________________________________________________________________________
10136 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
10137         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
10138              From: "Craig A. Berry" <craigberry@mac.com>
10139              Date: Mon, 11 Feb 2002 17:13:47 -0600
10140              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
10141      Branch: perl
10142            ! t/test.pl
10143 ____________________________________________________________________________
10144 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
10145         Log: EBCDIC: pack U bytes change.
10146      Branch: perl
10147            ! t/op/length.t
10148 ____________________________________________________________________________
10149 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
10150         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
10151      Branch: perl
10152            ! t/op/each.t
10153 ____________________________________________________________________________
10154 [ 14648] By: nick                                  on 2002/02/11  16:14:50
10155         Log: Integrate mainline
10156      Branch: perlio
10157           !> Changes Configure Makefile.SH autodoc.pl
10158           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
10159           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
10160           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
10161 ____________________________________________________________________________
10162 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
10163         Log: Update Changes.
10164      Branch: perl
10165            ! Changes patchlevel.h
10166 ____________________________________________________________________________
10167 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
10168         Log: Regen toc.
10169      Branch: perl
10170            ! pod/perltoc.pod
10171 ____________________________________________________________________________
10172 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
10173         Log: Forgot from #14641.
10174      Branch: perl
10175            ! lib/ExtUtils/t/Embed.t
10176 ____________________________________________________________________________
10177 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
10178         Log: A forgotten metaconfig unit.
10179      Branch: metaconfig/U/perl
10180            + i_features.U
10181 ____________________________________________________________________________
10182 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
10183         Log: metaconfig unit changes for #14642.
10184      Branch: metaconfig
10185            + U/modified/lns.U
10186      Branch: metaconfig/U/perl
10187            ! issymlink.U
10188 ____________________________________________________________________________
10189 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
10190         Log: -Dmksymlinks was broken by #14628.
10191      Branch: perl
10192            ! Configure
10193 ____________________________________________________________________________
10194 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
10195         Log: Subject: [PATCH @14577] OS/2 build
10196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10197              Date: Mon, 11 Feb 2002 06:56:41 -0500
10198              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
10199              
10200              (sans the Configure, perlio.sym, and t/op/stat.t parts)
10201      Branch: perl
10202            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
10203            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
10204            ! os2/os2ish.h
10205 ____________________________________________________________________________
10206 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
10207         Log: Integrate perlio;
10208              
10209              Re-structure Japanese encodings - part 1
10210              
10211              Split Japanese encodings - part 2
10212              - build separate .c files with separate 'compile' steps
10213              - overall Japanese.xs / Japanese.pm which loads them
10214              
10215              Add test for Japanese encoding (well euc-jp anyway).
10216              Fix one bug shown by above
10217              Skip test which does not pass yet.
10218              
10219              Patch up the failing multi-byte write case, and un-skip
10220              the test.
10221      Branch: perl
10222           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
10223           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
10224            - ext/Encode/EUC_JP/EUC_JP.pm
10225           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
10226 ____________________________________________________________________________
10227 [ 14639] By: nick                                  on 2002/02/11  11:59:18
10228         Log: Patch up the failing multi-byte write case, and un-skip
10229              the test.
10230      Branch: perlio
10231            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
10232 ____________________________________________________________________________
10233 [ 14638] By: nick                                  on 2002/02/11  10:55:39
10234         Log: Add test for Japanese encoding (well euc-jp anyway).
10235              Fix one bug shown by above
10236              Skip test which does not pass yet.
10237      Branch: perlio
10238            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
10239            + ext/Encode/t/table.ref
10240            ! MANIFEST ext/Encode/Encode.xs
10241 ____________________________________________________________________________
10242 [ 14637] By: nick                                  on 2002/02/11  09:07:04
10243         Log: Split Japanese encodings - part 2
10244              - build separate .c files with separate 'compile' steps
10245              - overall Japanese.xs / Japanese.pm which loads them
10246      Branch: perlio
10247            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
10248 ____________________________________________________________________________
10249 [ 14636] By: nick                                  on 2002/02/11  08:15:42
10250         Log: Re-structure Japanese encodings - part 1
10251      Branch: perlio
10252           +> ext/Encode/EUC_JP/Japanese.pm
10253            - ext/Encode/EUC_JP/EUC_JP.pm
10254            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
10255 ____________________________________________________________________________
10256 [ 14635] By: nick                                  on 2002/02/11  08:05:12
10257         Log: Integrate mainline
10258      Branch: perlio
10259           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
10260           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
10261           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
10262 ____________________________________________________________________________
10263 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
10264         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
10265              From: Mike Guy <mjtg@cam.ac.uk>
10266              Date: Mon, 11 Feb 2002 02:50:42 +0000
10267              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
10268      Branch: perl
10269            ! t/op/arith.t
10270 ____________________________________________________________________________
10271 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
10272         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
10273              Stepping backward in the string would be majorly bad.
10274      Branch: perl
10275            ! regcomp.c
10276 ____________________________________________________________________________
10277 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
10278         Log: The debugger part of
10279              
10280              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
10281              From: Michael G Schwern <schwern@pobox.com> 
10282              Date: Wed, 6 Feb 2002 17:32:12 -0500
10283              Message-ID: <20020206223212.GG1346@blackrider>
10284      Branch: perl
10285            ! lib/perl5db.pl
10286 ____________________________________________________________________________
10287 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
10288         Log: Integrate perlio;
10289              
10290              Borland/Win32 tuning
10291              
10292              Move PerlIO_perlio to layer_syms where it belongs?
10293      Branch: perl
10294           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
10295 ____________________________________________________________________________
10296 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
10297         Log: EBCDIC: the low 256 needs to be shuffled also
10298              in pack/unpack U (this breaks the equivalence
10299              of pack U and v-strings, but I think if someone
10300              has to give, v-strings are a good victim)
10301      Branch: perl
10302            ! pp_pack.c t/op/pack.t
10303 ____________________________________________________________________________
10304 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
10305         Log: metaconfig unit changes for #14628.
10306      Branch: metaconfig/U/perl
10307            ! d_u32align.U issymlink.U
10308 ____________________________________________________________________________
10309 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
10310         Log: Two Configure tweaks; the u32align test was trying
10311              to write into a string literal, the ln -s test was
10312              failing in VOS.
10313      Branch: perl
10314            ! Configure
10315 ____________________________________________________________________________
10316 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
10317         Log: DJGPP tweaks from Laszlo Molnar.
10318      Branch: perl
10319            ! djgpp/djgpp.c lib/File/Spec.pm
10320 ____________________________________________________________________________
10321 [ 14626] By: nick                                  on 2002/02/10  18:36:47
10322         Log: Move PerlIO_perlio to layer_syms where it belongs?
10323      Branch: perlio
10324            ! makedef.pl
10325 ____________________________________________________________________________
10326 [ 14625] By: nick                                  on 2002/02/10  18:02:21
10327         Log: Borland/Win32 tuning
10328      Branch: perlio
10329            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
10330 ____________________________________________________________________________
10331 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
10332         Log: Additional explanation for the [:...:] failure.
10333      Branch: perl
10334            ! pod/perldiag.pod
10335 ____________________________________________________________________________
10336 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
10337         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
10338              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10339              Date: Sun, 10 Feb 2002 13:32:48 +0100
10340              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
10341      Branch: perl
10342            ! makedef.pl
10343 ____________________________________________________________________________
10344 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
10345         Log: Test tweaks from chromatic for cases where there
10346              are no installman1dir or installman3dir.
10347      Branch: perl
10348            ! lib/ExtUtils/t/Installed.t
10349 ____________________________________________________________________________
10350 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
10351         Log: Integrate perlio;
10352              
10353              Nick Clark's tweaks to Encode compile process
10354              1. Use decimal constants to unit string arrays rather than
10355              very long string litterals (latter having possible "\0"
10356              on end issues, and needing ANSI C line splicing).
10357              2. Replace tail-recursion during insert process with itteration.
10358              Nick C sees 12% speedup from these.
10359      Branch: perl
10360           !> ext/Encode/Encode.pm ext/Encode/compile
10361 ____________________________________________________________________________
10362 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
10363         Log: Portability notes: filename characters, character sets.
10364      Branch: perl
10365            ! pod/perlport.pod
10366 ____________________________________________________________________________
10367 [ 14619] By: nick                                  on 2002/02/10  11:06:05
10368         Log: Integrate mainline
10369      Branch: perlio
10370            ! ext/Encode/Encode.pm
10371           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
10372           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
10373           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
10374           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
10375           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
10376 ____________________________________________________________________________
10377 [ 14618] By: nick                                  on 2002/02/10  10:48:15
10378         Log: Nick Clark's tweaks to Encode compile process
10379              1. Use decimal constants to unit string arrays rather than
10380              very long string litterals (latter having possible "\0"
10381              on end issues, and needing ANSI C line splicing).
10382              2. Replace tail-recursion during insert process with itteration.
10383              Nick C sees 12% speedup from these.
10384      Branch: perlio
10385            ! ext/Encode/compile
10386 ____________________________________________________________________________
10387 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
10388         Log: Use the "Unicode 1.0" name field for control characters,
10389              as suggested by Mark Davis.  Note that Unicode 3.2 will
10390              require some more legwork on this because of certain
10391              alternative names.
10392      Branch: perl
10393            ! lib/unicore/Name.pl lib/unicore/mktables
10394 ____________________________________________________________________________
10395 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
10396         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
10397      Branch: perl
10398            ! hints/os390.sh
10399 ____________________________________________________________________________
10400 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
10401         Log: EBCDIC: the non-printable characters are different.
10402      Branch: perl
10403            ! ext/B/B/Deparse.pm
10404 ____________________________________________________________________________
10405 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
10406         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
10407              From: Nicholas Clark <nick@unfortu.net> 
10408              Date: Sat, 9 Feb 2002 22:31:29 +0000
10409              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
10410      Branch: perl
10411            ! t/lib/warnings/pp_hot
10412 ____________________________________________________________________________
10413 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
10414         Log: Subject: [PATCH] Re: Modulus operator inconsistency
10415              From: Nicholas Clark <nick@unfortu.net>
10416              Date: Sat, 9 Feb 2002 21:00:13 +0000
10417              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
10418      Branch: perl
10419            ! op.c t/op/arith.t
10420 ____________________________________________________________________________
10421 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
10422         Log: Use the same escaping mechanism for all the *flags.
10423      Branch: perl
10424            ! lib/ExtUtils/Embed.pm
10425 ____________________________________________________________________________
10426 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
10427         Log: Protect possible parentheses in ccflags, ccdlflags, and
10428              ldflags.  (In OS/390 there are parentheses in ccflags.)
10429      Branch: perl
10430            ! lib/ExtUtils/Embed.pm
10431 ____________________________________________________________________________
10432 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
10433         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
10434              From: Peter Scott <Peter@PSDT.com>
10435              Date: Fri, 08 Feb 2002 19:20:19 -0800
10436              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
10437      Branch: perl
10438            ! lib/perl5db.pl
10439 ____________________________________________________________________________
10440 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
10441         Log: FAQ sync.
10442      Branch: perl
10443            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
10444 ____________________________________________________________________________
10445 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
10446         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
10447              From: Chris Nandor <pudge@pobox.com>
10448              Date: Fri, 08 Feb 2002 16:31:41 -0500
10449              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
10450      Branch: perl
10451            ! cop.h deb.c pp_ctl.c toke.c util.c
10452 ____________________________________________________________________________
10453 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
10454         Log: Redo CopFILE / MacPerl_MPWFIleName patch
10455      Branch: maint-5.6/macperl
10456            ! cop.h deb.c pp_ctl.c toke.c util.c
10457 ____________________________________________________________________________
10458 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
10459         Log: The metaconfig unit change to go with #14605.
10460      Branch: metaconfig/U/perl
10461            ! libperl.U
10462 ____________________________________________________________________________
10463 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
10464         Log: The Configure change to go with #14604.
10465      Branch: perl
10466            ! Configure
10467 ____________________________________________________________________________
10468 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
10469         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
10470              From: Andy Dougherty <doughera@lafayette.edu>
10471              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
10472              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
10473      Branch: perl
10474            ! hints/bsdos.sh
10475 ____________________________________________________________________________
10476 [ 14603] By: nick                                  on 2002/02/08  18:16:09
10477         Log: Integrate mainline
10478      Branch: perlio
10479           +> ext/threads/t/libc.t
10480           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
10481           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
10482 ____________________________________________________________________________
10483 [ 14602] By: sky                                   on 2002/02/08  15:19:15
10484         Log: Start testing for safe localtime functions, TODO, test more functions.
10485      Branch: perl
10486            + ext/threads/t/libc.t
10487            ! MANIFEST
10488 ____________________________________________________________________________
10489 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
10490         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
10491              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10492              Date: Fri, 8 Feb 2002 00:21:07 +0100
10493              Message-ID: <20020208002107.E763@rafael>
10494      Branch: perl
10495            ! doio.c pp_sys.c t/io/argv.t
10496 ____________________________________________________________________________
10497 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
10498         Log: Subject: [PATCH] Configure followed by make minitest
10499              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10500              Date: Wed, 06 Feb 2002 21:35:20 -0800
10501              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
10502      Branch: perl
10503            ! t/op/taint.t t/run/fresh_perl.t
10504 ____________________________________________________________________________
10505 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
10506         Log: Integrate perlio;
10507              
10508              Extract something from yesterdays effort - convert my mail on pad
10509              data structures (incoporating Sarathy's corrections/clarifications)
10510              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
10511      Branch: perl
10512           !> cv.h pod/perlapi.pod pod/perlintern.pod
10513 ____________________________________________________________________________
10514 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
10515         Log: metaconfig unit changes for #14597.
10516      Branch: metaconfig
10517            ! U/modified/Loc.U
10518      Branch: metaconfig/U/perl
10519            ! libperl.U
10520 ____________________________________________________________________________
10521 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
10522         Log: Configure DJGPP tweak from Laszlo Molnar.
10523      Branch: perl
10524            ! Configure
10525 ____________________________________________________________________________
10526 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
10527         Log: DJGPP tweaks from Laszlo Molnar.
10528      Branch: perl
10529            ! djgpp/djgppsed.sh perl.c
10530 ____________________________________________________________________________
10531 [ 14595] By: nick                                  on 2002/02/08  09:19:29
10532         Log: Extract something from yesterdays effort - convert my mail on pad
10533              data structures (incoporating Sarathy's corrections/clarifications)
10534              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
10535      Branch: perlio
10536            ! cv.h pod/perlapi.pod pod/perlintern.pod
10537 ____________________________________________________________________________
10538 [ 14594] By: nick                                  on 2002/02/08  08:34:49
10539         Log: Integrate mainline
10540      Branch: perlio
10541           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
10542           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
10543           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
10544           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
10545           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
10546           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
10547 ____________________________________________________________________________
10548 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
10549         Log: To really skip the test an exit() is needed.
10550      Branch: perl
10551            ! lib/encoding.t
10552 ____________________________________________________________________________
10553 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
10554         Log: More diagnostics from Nicholas Clark.
10555      Branch: perl
10556            ! lib/Benchmark.t
10557 ____________________________________________________________________________
10558 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
10559         Log: In case of failure be more verbose.
10560      Branch: perl
10561            ! t/base/num.t
10562 ____________________________________________________________________________
10563 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
10564         Log: Update Changes
10565      Branch: maint-5.6/macperl
10566            ! macos/Changes
10567 ____________________________________________________________________________
10568 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
10569         Log: Merge AEGizmos library into PPC binary
10570      Branch: maint-5.6/macperl
10571            ! macos/Makefile.mk
10572 ____________________________________________________________________________
10573 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
10574         Log: Add -ansifor for MrCpp options
10575      Branch: maint-5.6/macperl
10576            ! macos/BuildRules.mk
10577 ____________________________________________________________________________
10578 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
10579         Log: Check ownership of CatInfos (MacPerl Bug #494482)
10580      Branch: maint-5.6/macperl
10581            ! macos/ext/Mac/Files/Files.xs
10582 ____________________________________________________________________________
10583 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
10584         Log: Resource updates
10585      Branch: maint-5.6/macperl
10586            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
10587 ____________________________________________________________________________
10588 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
10589         Log: Empty path is ENOENT (MacPerl Bug #512351)
10590      Branch: maint-5.6/macperl
10591            ! macos/macperl/MPAppleEvents.c
10592 ____________________________________________________________________________
10593 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
10594         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
10595      Branch: maint-5.6/macperl
10596            ! macos/macperl/MPAEVTStream.cp
10597 ____________________________________________________________________________
10598 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
10599         Log: macify(ABSTRACT_FROM)
10600      Branch: maint-5.6/macperl
10601            ! macos/lib/ExtUtils/MM_MacOS.pm
10602 ____________________________________________________________________________
10603 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
10604         Log: Use correct Mac filenames in error messages, caller()
10605      Branch: maint-5.6/macperl
10606            ! deb.c pp_ctl.c toke.c util.c
10607 ____________________________________________________________________________
10608 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
10609         Log: Sanity checks to see that the IV/NV and the PV of numeric
10610              scalars stay in sync (unearthed this via the OS/390 gcvt()
10611              brokenness)
10612      Branch: perl
10613            + t/base/num.t
10614            ! MANIFEST
10615 ____________________________________________________________________________
10616 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
10617         Log: Retract the anon leak subpatch of #14418 and #14431
10618              (the latter came into bleadperl as part of #14433).
10619      Branch: perl
10620            ! op.c t/run/fresh_perl.t
10621 ____________________________________________________________________________
10622 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
10623         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
10624              mangles 0.1 to "10".  sprintf() seems more well-behaved.
10625      Branch: perl
10626            ! hints/os390.sh
10627 ____________________________________________________________________________
10628 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
10629         Log: Subject: [PATCH @14557] another Encode fix for VMS
10630              From: "Craig A. Berry" <craigberry@mac.com>
10631              Date: Wed, 06 Feb 2002 14:44:20 -0600
10632              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
10633      Branch: perl
10634            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
10635 ____________________________________________________________________________
10636 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
10637         Log: Integrate perlio;
10638              
10639              One way to avoid OS390 winge about #line directives.
10640      Branch: perl
10641           !> ext/Encode/EUC_JP/Makefile.PL
10642 ____________________________________________________________________________
10643 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
10644         Log: Update Changes.
10645      Branch: perl
10646            ! Changes patchlevel.h
10647 ____________________________________________________________________________
10648 [ 14575] By: nick                                  on 2002/02/06  15:23:24
10649         Log: One way to avoid OS390 winge about #line directives.
10650      Branch: perlio
10651            ! ext/Encode/EUC_JP/Makefile.PL
10652 ____________________________________________________________________________
10653 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
10654         Log: s/Netware/NetWare/
10655      Branch: perl
10656            ! MANIFEST
10657 ____________________________________________________________________________
10658 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
10659         Log: New Netware scripts.
10660      Branch: perl
10661            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
10662            + NetWare/t/NWScripts-Exist.pl
10663            ! MANIFEST
10664 ____________________________________________________________________________
10665 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
10666         Log: EBCDIC: the encoding pragma would need some rethinking,
10667              probably a pass of EBCDIC->Unicode mapping.  For now,
10668              disable it on EBCDIC.
10669      Branch: perl
10670            ! lib/encoding.pm lib/encoding.t
10671 ____________________________________________________________________________
10672 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
10673         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
10674              for the low 256.  Now tweaked the tests, but maybe it's
10675              the module that needs few NATIVE_TO_UNI()s somewhere?
10676      Branch: perl
10677            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
10678 ____________________________________________________________________________
10679 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
10680         Log: Subject: [PATCH utf8.c] format problem
10681              From: Robin Barker <rmb1@cise.npl.co.uk>
10682              Date: Wed, 6 Feb 2002 14:01:43 GMT
10683              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
10684      Branch: perl
10685            ! utf8.c
10686 ____________________________________________________________________________
10687 [ 14569] By: nick                                  on 2002/02/06  09:52:23
10688         Log: Integrate mainline
10689      Branch: perlio
10690           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
10691           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
10692           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
10693           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
10694           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
10695           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
10696 ____________________________________________________________________________
10697 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
10698         Log: EBCDIC: 0x41 is not cricket.
10699      Branch: perl
10700            ! ext/Encode/t/Encode.t
10701 ____________________________________________________________________________
10702 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
10703         Log: NetWare update from Ananth Kesari.
10704      Branch: perl
10705            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
10706            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
10707            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
10708            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
10709            ! NetWare/t/NWScripts.pl makedef.pl
10710 ____________________________________________________________________________
10711 [ 14566] By: sky                                   on 2002/02/05  18:39:13
10712         Log: Subject: Re: File::Spec::rel2abs2rel (?)
10713              From: Michael G Schwern <schwern@pobox.com>
10714              Date: Tue, 5 Feb 2002 13:47:39 -0500
10715              Message-ID: <20020205184739.GB17375@blackrider>
10716      Branch: perl
10717            ! lib/File/Spec/t/rel2abs2rel.t
10718 ____________________________________________________________________________
10719 [ 14565] By: nick                                  on 2002/02/05  17:31:24
10720         Log: Integrate mainline
10721      Branch: perlio
10722           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
10723           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
10724           !> utf8.h
10725 ____________________________________________________________________________
10726 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
10727         Log: Integrate perlio;
10728              
10729              More Encode tweaks:
10730              - make expensive and marginal substring search optional (-O)
10731              - enable -O for ASCII-oid encodings (search space is small)
10732              - add ASCII-oid jis0201 to basic Encode.so
10733              - add some other Japanese encodings to EUC_JP bundle (without -O)
10734      Branch: perl
10735           +> ext/Encode/Encode/jis0201.ucm
10736           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
10737           !> ext/Encode/compile
10738 ____________________________________________________________________________
10739 [ 14563] By: nick                                  on 2002/02/05  16:01:15
10740         Log: More Encode tweaks:
10741              - make expensive and marginal substring search optional (-O)
10742              - enable -O for ASCII-oid encodings (search space is small)
10743              - add ASCII-oid jis0201 to basic Encode.so
10744              - add some other Japanese encodings to EUC_JP bundle (without -O)
10745      Branch: perlio
10746            + ext/Encode/Encode/jis0201.ucm
10747            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
10748            ! ext/Encode/compile
10749 ____________________________________________________________________________
10750 [ 14562] By: sky                                   on 2002/02/05  14:50:36
10751         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
10752      Branch: perl
10753            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
10754 ____________________________________________________________________________
10755 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
10756         Log: EBCDIC: SHARP S is different.
10757      Branch: perl
10758            ! regexec.c utf8.h
10759 ____________________________________________________________________________
10760 [ 14560] By: sky                                   on 2002/02/05  13:49:40
10761         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
10762      Branch: perl
10763            ! t/op/filetest.t
10764 ____________________________________________________________________________
10765 [ 14559] By: sky                                   on 2002/02/05  11:39:24
10766         Log: Add . first to the PATH environment to test that we really
10767              get ./perl and not some other older perl.
10768      Branch: perl
10769            ! lib/File/Spec/t/rel2abs2rel.t
10770 ____________________________________________________________________________
10771 [ 14558] By: sky                                   on 2002/02/05  11:20:21
10772         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...
10773      Branch: perl
10774            ! ext/POSIX/t/posix.t
10775 ____________________________________________________________________________
10776 [ 14557] By: sky                                   on 2002/02/05  10:30:58
10777         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
10778      Branch: perl
10779            ! hints/darwin.sh perl.h
10780 ____________________________________________________________________________
10781 [ 14556] By: nick                                  on 2002/02/05  06:58:52
10782         Log: Integrate mainline
10783      Branch: perlio
10784           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
10785           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
10786           !> lib/File/Find/t/taint.t
10787 ____________________________________________________________________________
10788 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
10789         Log: Integrate change #14439 from maintperl
10790      Branch: maint-5.6/macperl
10791           !> op.c
10792 ____________________________________________________________________________
10793 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
10794         Log: Subject: [PATCH] File::Find tests not cleaning up properly
10795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10796              Date: Mon, 4 Feb 2002 22:09:07 +0100
10797              Message-ID: <20020204220907.A8288@rafael>
10798      Branch: perl
10799            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
10800 ____________________________________________________________________________
10801 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
10802         Log: Signedness mumblings from Tru64.
10803      Branch: perl
10804            ! ext/Encode/Encode.xs
10805 ____________________________________________________________________________
10806 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
10807         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
10808              From: "Craig A. Berry" <craigberry@mac.com>
10809              Date: Mon, 04 Feb 2002 17:16:00 -0600
10810              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
10811      Branch: perl
10812            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
10813            ! ext/Encode/Encode.xs
10814 ____________________________________________________________________________
10815 [ 14551] By: nick                                  on 2002/02/04  16:00:31
10816         Log: Integrate mainline
10817      Branch: perlio
10818           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
10819           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
10820           !> regcomp.c
10821 ____________________________________________________________________________
10822 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
10823         Log: Update Changes.
10824      Branch: perl
10825            ! Changes patchlevel.h
10826 ____________________________________________________________________________
10827 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
10828         Log: Comment microtweaks.
10829      Branch: perl
10830            ! lib/locale.t
10831 ____________________________________________________________________________
10832 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
10833         Log: Subject: trivial docu patch
10834              From: andreas.koenig@anima.de (Andreas J. Koenig)
10835              Date: 04 Feb 2002 08:15:19 +0100
10836              Message-ID: <m3pu3l7m60.fsf@anima.de>
10837      Branch: perl
10838            ! pod/perluniintro.pod
10839 ____________________________________________________________________________
10840 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
10841         Log: Subject: [PATCH] (??{ }) anomaly
10842              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10843              Date: Sun, 03 Feb 2002 20:21:45 -0800
10844              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
10845      Branch: perl
10846            ! regcomp.c
10847 ____________________________________________________________________________
10848 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
10849         Log: Integrate perlio.
10850              
10851              Carry on where we left off if we have to grow destination
10852              SV during XS encode/decode
10853              
10854              Remove debugging warning, be consistent about API fails.
10855      Branch: perl
10856           !> ext/Encode/Encode.xs
10857 ____________________________________________________________________________
10858 [ 14545] By: nick                                  on 2002/02/03  20:03:38
10859         Log: Remove debugging warning, be consistent about API fails.
10860      Branch: perlio
10861            ! ext/Encode/Encode.xs
10862 ____________________________________________________________________________
10863 [ 14544] By: nick                                  on 2002/02/03  19:47:48
10864         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
10865      Branch: perlio
10866            ! ext/Encode/Encode.xs
10867 ____________________________________________________________________________
10868 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
10869         Log: Subject: PATCH CPAN.pm
10870              From: Mark-Jason Dominus <mjd@plover.com>
10871              Date: Sun, 03 Feb 2002 12:36:36 -0500
10872              Message-ID: <20020203173636.27451.qmail@plover.com>
10873      Branch: perl
10874            ! lib/CPAN.pm
10875 ____________________________________________________________________________
10876 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
10877         Log: Must search further back.
10878      Branch: perl
10879            ! lib/h2xs.t
10880 ____________________________________________________________________________
10881 [ 14541] By: nick                                  on 2002/02/03  18:52:09
10882         Log: Integrate mainline
10883      Branch: perlio
10884           !> (integrate 29 files)
10885 ____________________________________________________________________________
10886 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
10887         Log: EBCDIC: more natification.
10888      Branch: perl
10889            ! regcomp.c
10890 ____________________________________________________________________________
10891 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
10892         Log: Debug noise.
10893      Branch: perl
10894            ! ext/Encode/Encode.xs
10895 ____________________________________________________________________________
10896 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
10897         Log: Integrate perlio;
10898              
10899              Stable intermediate point in Encode cleanup.
10900              :encode(euc-jp) works on Dan's table.euc
10901              Much buffer copying and other silliness remains.
10902      Branch: perl
10903           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10904           !> ext/Encode/lib/Encode/Encoding.pm
10905 ____________________________________________________________________________
10906 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
10907         Log: Prettify.
10908      Branch: perl
10909            ! lib/unicore/mktables
10910 ____________________________________________________________________________
10911 [ 14536] By: nick                                  on 2002/02/03  17:32:03
10912         Log: Stable intermediate point in Encode cleanup.
10913              :encode(euc-jp) works on Dan's table.euc
10914              Much buffer copying and other silliness remains.
10915      Branch: perlio
10916            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10917            ! ext/Encode/lib/Encode/Encoding.pm
10918 ____________________________________________________________________________
10919 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
10920         Log: EBCDIC: it's much nicer to compare Unicode code points
10921              to Unicode code points.
10922      Branch: perl
10923            ! regexec.c
10924 ____________________________________________________________________________
10925 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
10926         Log: EBCDIC: character classes must remap the low 256.
10927      Branch: perl
10928            ! regcomp.c
10929 ____________________________________________________________________________
10930 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
10931         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
10932      Branch: perl
10933            ! lib/I18N/LangTags/List.pm
10934 ____________________________________________________________________________
10935 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
10936         Log: FAQ sync.
10937      Branch: perl
10938            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
10939            ! pod/perlfaq6.pod pod/perlfaq7.pod
10940 ____________________________________________________________________________
10941 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
10942         Log: Integrate perlio;
10943              
10944              Re-indent Encode.xs
10945              
10946              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
10947              (Mis-feature discovered by Encode.)
10948      Branch: perl
10949           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
10950 ____________________________________________________________________________
10951 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
10952         Log: Subject: [PATCH] lstat FH and -l FH warnings
10953              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10954              Date: Sat, 2 Feb 2002 22:24:54 +0100           
10955              Message-ID: <20020202222454.A11608@rafael>       
10956      Branch: perl
10957            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
10958            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
10959 ____________________________________________________________________________
10960 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
10961         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
10962              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10963              Date: Sat, 2 Feb 2002 13:11:01 +0100           
10964              Message-ID: <20020202131101.A722@rafael>               
10965              
10966              Subject: [PATCH t/op/ver.t] another false positive
10967              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10968              Date: Sat, 2 Feb 2002 13:38:22 +0100           
10969              Message-ID: <20020202133822.E722@rafael>         
10970              
10971              Subject: [PATCH] t/test.pl:ok() doesn't work
10972              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
10973              Date: Sun, 03 Feb 2002 00:02:38 -0800          
10974              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
10975      Branch: perl
10976            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
10977            ! t/test.pl
10978 ____________________________________________________________________________
10979 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
10980         Log: Subject: [PATCH @13746] OS2::Process's constants
10981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10982              Date: Sat, 2 Feb 2002 01:00:55 -0500           
10983              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
10984      Branch: perl
10985            ! os2/OS2/Process/Makefile.PL
10986 ____________________________________________________________________________
10987 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
10988         Log: Subject: [PATCH @13746] h2xs   
10989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10990              Date: Sat, 2 Feb 2002 00:58:44 -0500           
10991              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
10992      Branch: perl
10993            ! utils/h2xs.PL
10994 ____________________________________________________________________________
10995 [ 14526] By: nick                                  on 2002/02/03  14:54:18
10996         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
10997              (Mis-feature discovered by Encode.)
10998      Branch: perlio
10999            ! sv.c
11000 ____________________________________________________________________________
11001 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
11002         Log: EBCDIC: since #14519 made \N{...} to remap,
11003              the test cannot expect an ASCII code point.
11004      Branch: perl
11005            ! lib/charnames.t
11006 ____________________________________________________________________________
11007 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
11008         Log: Sub-MANIFEST-tweak.
11009      Branch: perl
11010            ! ext/Encode/MANIFEST
11011 ____________________________________________________________________________
11012 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
11013         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
11014              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11015              Date: Fri, 01 Feb 2002 23:51:03 +0900
11016              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
11017      Branch: perl
11018            ! ext/Encode/lib/Encode/Tcl/Escape.pm
11019 ____________________________________________________________________________
11020 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
11021         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
11022              From: Andy Dougherty <doughera@lafayette.edu>
11023              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
11024              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
11025      Branch: perl
11026            ! README.solaris hints/solaris_2.sh
11027 ____________________________________________________________________________
11028 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
11029         Log: EBCDIC: no hope to get the low 256 right in unifolding.
11030      Branch: perl
11031            ! t/uni/fold.t
11032 ____________________________________________________________________________
11033 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
11034         Log: todo entry for missing pack formats.
11035      Branch: perl
11036            ! pod/perltodo.pod
11037 ____________________________________________________________________________
11038 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
11039         Log: EBCDIC: the low 256 \N{...} need to be remapped.
11040      Branch: perl
11041            ! toke.c
11042 ____________________________________________________________________________
11043 [ 14518] By: nick                                  on 2002/02/01  18:32:03
11044         Log: indent -kr -nce and some manual tweaks to match perl style.
11045      Branch: perlio
11046            ! ext/Encode/Encode.xs
11047 ____________________________________________________________________________
11048 [ 14517] By: nick                                  on 2002/02/01  18:20:46
11049         Log: Integrate mainline
11050      Branch: perlio
11051           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
11052           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
11053           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
11054           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
11055           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
11056           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
11057           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
11058 ____________________________________________________________________________
11059 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
11060         Log: Integrate perlio; 
11061              
11062              Minor Encode tweaks:
11063              - move Encode.pm back to top of Encode like normal XS extension
11064              - avoid .def as a file extension (Win32 builds)
11065      Branch: perl
11066            ! MANIFEST
11067           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
11068           !> ext/Encode/Makefile.PL ext/Encode/compile
11069 ____________________________________________________________________________
11070 [ 14515] By: nick                                  on 2002/02/01  16:27:59
11071         Log: Minor Encode tweaks:
11072              - move Encode.pm back to top of Encode like normal XS extension
11073              - avoid .def as a file extension (Win32 builds)
11074      Branch: perlio
11075           +> ext/Encode/Encode.pm
11076            - ext/Encode/lib/Encode.pm
11077            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
11078            ! ext/Encode/Makefile.PL ext/Encode/compile
11079 ____________________________________________________________________________
11080 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
11081         Log: Subject: [PATCH utf8.t] temp file not cleaned up
11082              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11083              Date: Fri, 1 Feb 2002 15:47:46 +0100
11084              Message-ID: <20020201154746.A24079@rafael>
11085      Branch: perl
11086            ! t/io/utf8.t
11087 ____________________________________________________________________________
11088 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
11089         Log: Subject: [PATCH] make "lstat FH" croak
11090              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11091              Date: Fri, 1 Feb 2002 15:12:50 +0100
11092              Message-ID: <20020201151250.A738@rafael>
11093      Branch: perl
11094            ! pod/perldiag.pod pp_sys.c t/op/stat.t
11095 ____________________________________________________________________________
11096 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
11097         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
11098              From: Kay Röpke <kroepke@dolphin-services.de>
11099              Date: Fri, 1 Feb 2002 01:10:43 +0100
11100              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
11101      Branch: perl
11102            ! t/op/stat.t
11103 ____________________________________________________________________________
11104 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
11105         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
11106              I got it in Tru64 + ithreads but only without -g, took
11107              some debugging by printf (which was no fun either since
11108              adding some debug printfs hid the error)
11109      Branch: perl
11110            ! regexec.c utf8.c
11111 ____________________________________________________________________________
11112 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
11113         Log: Subject: Re: [PATCH] perl -V:
11114              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
11115              Date: Thu, 31 Jan 2002 12:10:20 -0800
11116              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
11117              
11118              Subject: Re: [PATCH] perl -V:
11119              From: Michael G Schwern <schwern@pobox.com>
11120              Date: Thu, 31 Jan 2002 16:43:13 -0500
11121              Message-ID: <20020131214313.GH6498@blackrider>
11122      Branch: perl
11123            ! t/run/switches.t
11124 ____________________________________________________________________________
11125 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
11126         Log: #14505 effect.
11127      Branch: perl
11128            ! pod/perluniintro.pod
11129 ____________________________________________________________________________
11130 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
11131         Log: Daniel S. Lewart adopts the Math::Complex.
11132      Branch: perl
11133            ! lib/Math/Complex.pm
11134 ____________________________________________________________________________
11135 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
11136         Log: More Complex DWIMmery.
11137      Branch: perl
11138            ! lib/Math/Complex.pm lib/Math/Complex.t
11139 ____________________________________________________________________________
11140 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
11141         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
11142              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11143              Date: Thu, 31 Jan 2002 14:37:52 +0100
11144              Message-ID: <20020131143752.A1452@rafael>
11145      Branch: perl
11146            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
11147 ____________________________________________________________________________
11148 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
11149         Log: Turn the I/O Unicode error by default on, but the
11150              character-generating Unicode error by default off,
11151              as Larry suggested.
11152      Branch: perl
11153            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
11154            ! utf8.c
11155 ____________________________________________________________________________
11156 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
11157         Log: Subject: [PATCH] open.pm minor cleanup
11158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11159              Date: Thu, 31 Jan 2002 15:03:02 +0100
11160              Message-ID: <20020131150302.C1452@rafael>
11161      Branch: perl
11162            ! lib/open.pm
11163 ____________________________________________________________________________
11164 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
11165         Log: Update Changes.
11166      Branch: perl
11167            ! Changes patchlevel.h
11168 ____________________________________________________________________________
11169 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
11170         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
11171              From: Robin Barker <rmb1@cise.npl.co.uk>
11172              Date: Wed, 30 Jan 2002 11:58:33 GMT
11173              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
11174      Branch: perl
11175            ! lib/CPAN.pm
11176 ____________________________________________________________________________
11177 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
11178         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
11179              re-sort MANIFEST.
11180      Branch: perl
11181            + ext/Encode/Encode.pm
11182            - ext/Encode/lib/Encode.pm
11183            ! MANIFEST ext/Encode/Makefile.PL
11184 ____________________________________________________________________________
11185 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
11186         Log: Integrate perlio;
11187              
11188              Collect some stats during compile process.
11189              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
11190              as one XS - inconclusive - marginal win?
11191              Add some comments to encode.h
11192      Branch: perl
11193           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
11194           !> ext/Encode/encode.h
11195 ____________________________________________________________________________
11196 [ 14499] By: nick                                  on 2002/01/30  09:57:47
11197         Log: Collect some stats during compile process.
11198              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
11199              as one XS - inconclusive - marginal win?
11200              Add some comments to encode.h
11201      Branch: perlio
11202            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
11203            ! ext/Encode/encode.h
11204 ____________________________________________________________________________
11205 [ 14498] By: nick                                  on 2002/01/30  07:27:55
11206         Log: Integrate Jarkko's path/INC tweaks
11207      Branch: perlio
11208           !> ext/Encode/compile
11209 ____________________________________________________________________________
11210 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
11211         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
11212              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11213              Date: Tue, 29 Jan 2002 01:13:09 -0800
11214              Message-ID: <lemV8gzkgu/K092yn@efn.org>
11215      Branch: perl
11216            ! configpm
11217 ____________________________________________________________________________
11218 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
11219         Log: Subject: [PATCH t/op/inccode.t] new test
11220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11221              Date: Tue, 29 Jan 2002 22:03:45 +0100
11222              Message-ID: <20020129220345.A704@rafael>
11223      Branch: perl
11224            ! t/op/inccode.t
11225 ____________________________________________________________________________
11226 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
11227         Log: EBCDIC: t/op/lc.t now passes.
11228      Branch: perl
11229            ! t/op/lc.t
11230 ____________________________________________________________________________
11231 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
11232         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
11233      Branch: perl
11234            ! utf8.c
11235 ____________________________________________________________________________
11236 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
11237         Log: Must find stuff during build.
11238      Branch: perl
11239            ! ext/Encode/compile
11240 ____________________________________________________________________________
11241 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
11242         Log: Integrate with perlio;
11243              
11244              Basics of a compiled Encode XS extension
11245      Branch: perl
11246           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
11247           +> ext/Encode/Encode/euc-jp.ucm
11248           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
11249           !> ext/Encode/encode.h
11250 ____________________________________________________________________________
11251 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
11252         Log: EBCDIC tweaks-- no new test passes, but getting closer.
11253      Branch: perl
11254            ! utf8.c
11255 ____________________________________________________________________________
11256 [ 14490] By: nick                                  on 2002/01/29  21:20:57
11257         Log: Basics of a compiled Encode XS extension
11258      Branch: perlio
11259            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
11260            + ext/Encode/Encode/euc-jp.ucm
11261            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
11262            ! ext/Encode/encode.h
11263 ____________________________________________________________________________
11264 [ 14489] By: nick                                  on 2002/01/29  18:40:54
11265         Log: Integrate mainline
11266      Branch: perlio
11267           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
11268           +> ext/Encode/lib/Encode/Encoding.pm
11269           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
11270           +> ext/Encode/lib/Encode/Tcl/Escape.pm
11271           +> ext/Encode/lib/Encode/Tcl/Extended.pm
11272           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
11273           +> ext/Encode/lib/Encode/Tcl/Table.pm
11274           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
11275           +> ext/Encode/lib/Encode/iso10646_1.pm
11276           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11277           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
11278           +> ext/Encode/t/Tcl.t
11279            - ext/Encode.t ext/Encode/Encode.pm
11280            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
11281            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
11282           !> (integrate 33 files)
11283 ____________________________________________________________________________
11284 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
11285         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
11286              From: Richard Clamp <richardc@unixbeard.net>
11287              Date: Mon, 28 Jan 2002 02:17:55 +0000
11288              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
11289      Branch: perl
11290            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
11291 ____________________________________________________________________________
11292 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
11293         Log: OS/390 seems to do length 0 udp reads, Nicholas says
11294              skippage is for now the best cause of action.
11295      Branch: perl
11296            ! ext/Socket/socketpair.t
11297 ____________________________________________________________________________
11298 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
11299         Log: Encode cleanup from Dan Kogai; reworked even further.
11300      Branch: perl
11301            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
11302            + ext/Encode/lib/Encode/Encoding.pm
11303            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
11304            + ext/Encode/lib/Encode/Tcl/Escape.pm
11305            + ext/Encode/lib/Encode/Tcl/Extended.pm
11306            + ext/Encode/lib/Encode/Tcl/HanZi.pm
11307            + ext/Encode/lib/Encode/Tcl/Table.pm
11308            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
11309            + ext/Encode/lib/Encode/iso10646_1.pm
11310            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
11311            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
11312            + ext/Encode/t/Tcl.t
11313            - ext/Encode.t ext/Encode/Encode.pm
11314            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
11315            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
11316            ! MANIFEST ext/Encode/Encode/8859-1.ucm
11317            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
11318            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
11319            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
11320            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
11321            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
11322            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
11323            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
11324            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
11325            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
11326            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
11327            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
11328            ! ext/Encode/compile
11329 ____________________________________________________________________________
11330 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
11331         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
11332      Branch: perl
11333            ! djgpp/djgpp.c perlio.c
11334 ____________________________________________________________________________
11335 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
11336         Log: Prettier printing from Michael Schwern.
11337      Branch: perl
11338            ! t/test.pl
11339 ____________________________________________________________________________
11340 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
11341         Log: Show also the debug and debugcolor as known pragmas.
11342      Branch: perl
11343            ! ext/re/re.pm
11344 ____________________________________________________________________________
11345 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
11346         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
11347              From: "Craig A. Berry" <craigberry@mac.com>
11348              Date: Mon, 28 Jan 2002 16:30:30 -0600
11349              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
11350      Branch: perl
11351            ! ext/B/t/assembler.t
11352 ____________________________________________________________________________
11353 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
11354         Log: metaconfig unit change for #14480.
11355      Branch: metaconfig
11356            ! U/modified/Init.U
11357 ____________________________________________________________________________
11358 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
11359         Log: DJGPP needs to know its exe soon, too.
11360      Branch: perl
11361            ! Configure
11362 ____________________________________________________________________________
11363 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
11364         Log: Round #2 on EBCDICation.
11365      Branch: perl
11366            ! t/op/append.t
11367 ____________________________________________________________________________
11368 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
11369         Log: Integrate perlio;
11370              
11371              Set makefile.mk CCHOME etc. for default locations of MinGW and free
11372              Borland compilers. (Borland builds one or two oddities.)
11373      Branch: perl
11374           !> win32/config.bc win32/makefile.mk
11375 ____________________________________________________________________________
11376 [ 14477] By: nick                                  on 2002/01/28  20:12:31
11377         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
11378              Borland compilers. (Borland builds one or two oddities.)
11379      Branch: perlio
11380            ! win32/config.bc win32/makefile.mk
11381 ____________________________________________________________________________
11382 [ 14476] By: nick                                  on 2002/01/28  18:43:47
11383         Log: Integrate mainline
11384      Branch: perlio
11385           !> Configure hints/hpux.sh
11386 ____________________________________________________________________________
11387 [ 14475] By: nick                                  on 2002/01/28  17:15:12
11388         Log: Integrate mainline
11389      Branch: perlio
11390           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
11391           !> patchlevel.h pp_sys.c t/lib/warnings/perl
11392 ____________________________________________________________________________
11393 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
11394         Log: metaconfig unit change for #14472.
11395      Branch: metaconfig/U/perl
11396            ! d_u32align.U
11397 ____________________________________________________________________________
11398 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
11399         Log: Misunderstood Merijn's patch.
11400      Branch: perl
11401            ! hints/hpux.sh
11402 ____________________________________________________________________________
11403 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
11404         Log: Misapplied Merijn's patch.
11405      Branch: perl
11406            ! Configure
11407 ____________________________________________________________________________
11408 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
11409         Log: Update Changes.
11410      Branch: perl
11411            ! Changes patchlevel.h
11412 ____________________________________________________________________________
11413 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
11414         Log: BeOS has sockets but not true ones.
11415      Branch: perl
11416            ! pp_sys.c
11417 ____________________________________________________________________________
11418 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
11419         Log: metaconfig unit change for #14467.
11420      Branch: metaconfig/U/perl
11421            ! d_u32align.U
11422 ____________________________________________________________________________
11423 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
11424         Log: For some strange reason under the smoke harness the alignment
11425              test hangs in HP-UX 10.20.  So hint it to avoid the test.
11426      Branch: perl
11427            ! hints/hpux.sh
11428 ____________________________________________________________________________
11429 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
11430         Log: Allow d_u32align to be hinted.
11431      Branch: perl
11432            ! Configure
11433 ____________________________________________________________________________
11434 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
11435         Log: The shift key is important.
11436      Branch: perl
11437            ! ext/B/B.xs
11438 ____________________________________________________________________________
11439 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
11440         Log: The "used only once" warnings (from gv_check) come
11441              in pseudorandom hash order-- in EBCDIC the order
11442              is different.  Add a new option that allow the warnings
11443              to come in any order (Paul Marquess).
11444      Branch: perl
11445            ! lib/warnings.t t/lib/warnings/perl
11446 ____________________________________________________________________________
11447 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
11448         Log: Integrate perlio; the 0nothread test failure without threads.
11449      Branch: perl
11450           !> ext/threads/shared/t/0nothread.t
11451 ____________________________________________________________________________
11452 [ 14463] By: nick                                  on 2002/01/28  08:22:36
11453         Log: Integrate mainline
11454      Branch: perlio
11455           !> (integrate 37 files)
11456 ____________________________________________________________________________
11457 [ 14462] By: nick                                  on 2002/01/28  08:09:53
11458         Log: 1st attempt at skipping broke threads case.
11459      Branch: perlio
11460            ! ext/threads/shared/t/0nothread.t
11461 ____________________________________________________________________________
11462 [ 14461] By: nick                                  on 2002/01/28  07:25:58
11463         Log: Skip new threads::shared test unless -Duseithreads
11464      Branch: perlio
11465            ! ext/threads/shared/t/0nothread.t
11466 ____________________________________________________________________________
11467 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
11468         Log: FAQ sync.
11469      Branch: perl
11470            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11471            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11472            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11473            ! pod/perlfaq9.pod
11474 ____________________________________________________________________________
11475 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
11476         Log: Upgrade to podlators 1.20.
11477      Branch: perl
11478            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
11479 ____________________________________________________________________________
11480 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
11481         Log: Retract #14448, a better patch coming up.
11482      Branch: perl
11483            ! lib/Pod/t/basic.t
11484 ____________________________________________________________________________
11485 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
11486         Log: EBCDIC portability.
11487      Branch: perl
11488            ! t/op/append.t
11489 ____________________________________________________________________________
11490 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
11491         Log: Further cygwin installperl tweak from Gerrit P. Haase.
11492      Branch: perl
11493            ! installperl
11494 ____________________________________________________________________________
11495 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
11496         Log: A bug in Bulgarian EBCDIC locale (this sounds like
11497              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
11498              locales failed, too.  The patch works around the bug by
11499              skipping the test, but the real problem may be deeper
11500              (affecting probably only EBCDIC platforms, though):
11501              see the comment in locale.t for more details.
11502      Branch: perl
11503            ! lib/locale.t
11504 ____________________________________________________________________________
11505 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
11506         Log: metaconfig unit change for #14453.
11507      Branch: metaconfig/U/perl
11508            ! libperl.U
11509 ____________________________________________________________________________
11510 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
11511         Log: Subject: Bleadperl on Cygwin today
11512              From: "Gerrit P. Haase" <gp@familiehaase.de>              
11513              Date: Sun, 27 Jan 2002 22:30:41 +0100
11514              Message-ID: <462007239437.20020127223041@familiehaase.de>
11515      Branch: perl
11516            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
11517            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
11518            ! lib/ExtUtils/t/MM_Cygwin.t
11519 ____________________________________________________________________________
11520 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
11521         Log: Unfinished EBCDIC branch.
11522      Branch: perl
11523            ! t/op/ver.t
11524 ____________________________________________________________________________
11525 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
11526         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
11527      Branch: perl
11528            ! ext/B/B.xs ext/B/B/Deparse.pm
11529 ____________________________________________________________________________
11530 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
11531         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
11532              platforms.
11533      Branch: perl
11534            ! ext/B/t/stash.t
11535 ____________________________________________________________________________
11536 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
11537         Log: Apparently no need for EBCDIC exception any more.
11538      Branch: perl
11539            ! ext/B/t/showlex.t
11540 ____________________________________________________________________________
11541 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
11542         Log: (retracted by #14458)
11543              (Russ Allbery) OS/390 is using a high-bit character for ESC,
11544              skip the test for now.  A better fix would be to override
11545              the notion of the platform's escape sequence in the test
11546              of Pod::Text::Termcap.  We may have to apply a filter to
11547              the output to substitute back in the ESC character that
11548              the test expects, but only on OS/390.
11549      Branch: perl
11550            ! lib/Pod/t/basic.t
11551 ____________________________________________________________________________
11552 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
11553         Log: Detypo.
11554      Branch: perl
11555            ! ext/Devel/Peek/Peek.t
11556 ____________________________________________________________________________
11557 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
11558         Log: OS/390 USS has a different idea of the pw* functions.
11559              Also, test the name with eq, not with ==.
11560      Branch: perl
11561            ! lib/User/pwent.t
11562 ____________________________________________________________________________
11563 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
11564         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
11565      Branch: perl
11566            ! doio.c
11567 ____________________________________________________________________________
11568 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
11569         Log: ASCIIisms.
11570      Branch: perl
11571            ! ext/PerlIO/t/encoding.t
11572 ____________________________________________________________________________
11573 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
11574         Log: chr(42) ne '*'  if one is in EBCDIC.
11575      Branch: perl
11576            ! t/op/pack.t
11577 ____________________________________________________________________________
11578 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
11579         Log: Subject: [PATCH] Fix up recent op/stat.t failures
11580              From: Andy Dougherty <doughera@lafayette.edu>
11581              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
11582              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
11583      Branch: perl
11584            ! t/op/stat.t
11585 ____________________________________________________________________________
11586 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
11587         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
11588              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11589              Date: Sun, 27 Jan 2002 15:03:18 +0100
11590              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
11591      Branch: perl
11592            ! lib/ExtUtils/t/Command.t
11593 ____________________________________________________________________________
11594 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
11595         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
11596              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11597              Date: Sun, 27 Jan 2002 14:51:10 +0100
11598              Message-ID: <20020127145110.A16332@rafael>
11599      Branch: perl
11600            ! ext/B/B/Deparse.pm
11601 ____________________________________________________________________________
11602 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
11603         Log: integrate change#14431 from perlio branch (Nick's fix for
11604              change#13474 to be more defensive about looking at pad entries
11605              that may not exist yet)
11606      Branch: maint-5.6/perl
11607            ! op.c
11608 ____________________________________________________________________________
11609 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
11610         Log: Comment to avoid later "cleanups."
11611      Branch: perl
11612            ! lib/ExtUtils/MakeMaker.pm
11613 ____________________________________________________________________________
11614 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
11615         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
11616              instead of just FOO=... cmd ...
11617      Branch: perl
11618            ! Makefile.SH
11619 ____________________________________________________________________________
11620 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
11621         Log: Overquoting bad (in UNIX one would get
11622              Can't open perl script "'-I../lib'": No such file or directory)
11623      Branch: perl
11624            ! lib/Pod/t/Usage.t
11625 ____________________________________________________________________________
11626 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
11627         Log: Integrate perlio;
11628              
11629              "All tests successful" VC6.0 Win32
11630              (Update config.vc to need cppstdin so those tests are skipped...)
11631      Branch: perl
11632           !> win32/config.vc win32/config_H.bc win32/config_H.gc
11633           !> win32/config_H.vc
11634 ____________________________________________________________________________
11635 [ 14434] By: nick                                  on 2002/01/26  22:27:08
11636         Log: "All tests successful" VC6.0 Win32
11637              (Update config.vc to need cppstdin so those tests are skipped...)
11638      Branch: perlio
11639            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11640            ! win32/config_H.vc
11641 ____________________________________________________________________________
11642 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
11643         Log: Integrate perlio;
11644              
11645              1st two tests of File/Find/t/find.t and taint.t were run after 
11646              calling cleanup(). If previous fail had left for_find directory,
11647              but no content in it then cleanup() returned cd'ed to that directory.
11648              So tests failed. Fixed cleanup()-s.
11649              
11650              If we get to sighandler by mistake (no perl handler set) then
11651              warn() and exit() rather than die() - should never happen
11652              but if it does context needed to die is likely to be trashed
11653              as well.
11654              
11655              Win32 signal emulation cleanup.
11656              
11657              Tinkering with thread cleanup mutex-ing - not the problem 
11658              (op.c is) but could have been...
11659              
11660              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
11661              Should really be looked at by someone that knows about pads.
11662              
11663              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
11664              for CRLF line endings.
11665      Branch: perl
11666           !> ext/threads/threads.xs lib/File/Find/t/find.t
11667           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
11668           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
11669 ____________________________________________________________________________
11670 [ 14432] By: nick                                  on 2002/01/26  21:10:38
11671         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
11672              for CRLF line endings.
11673      Branch: perlio
11674            ! lib/Filter/Simple.pm
11675 ____________________________________________________________________________
11676 [ 14431] By: nick                                  on 2002/01/26  21:08:35
11677         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
11678              Should really be looked at by someone that knows about pads.
11679      Branch: perlio
11680            ! op.c
11681 ____________________________________________________________________________
11682 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
11683         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
11684              From: "Craig A. Berry" <craigberry@mac.com>       
11685              Date: Sat, 26 Jan 2002 11:19:44 -0600
11686              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
11687      Branch: perl
11688            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
11689 ____________________________________________________________________________
11690 [ 14429] By: nick                                  on 2002/01/26  18:04:22
11691         Log: Tinkering with thread cleanup mutex-ing - not the problem 
11692              (op.c is) but could have been...
11693      Branch: perlio
11694            ! ext/threads/threads.xs
11695 ____________________________________________________________________________
11696 [ 14428] By: nick                                  on 2002/01/26  18:03:13
11697         Log: Win32 signal emulation cleanup.
11698      Branch: perlio
11699            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
11700 ____________________________________________________________________________
11701 [ 14427] By: nick                                  on 2002/01/26  13:59:33
11702         Log: If we get to sighandler by mistake (no perl handler set) then
11703              warn() and exit() rather than die() - should never happen
11704              but if it does context needed to die is likely to be trashed
11705              as well.
11706      Branch: perlio
11707            ! mg.c
11708 ____________________________________________________________________________
11709 [ 14426] By: nick                                  on 2002/01/26  13:56:23
11710         Log: Integrate mainline
11711      Branch: perlio
11712           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
11713           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
11714           !> t/run/fresh_perl.t
11715 ____________________________________________________________________________
11716 [ 14425] By: nick                                  on 2002/01/26  08:11:33
11717         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
11718              calling cleanup(). If previous fail had left for_find directory,
11719              but no content in it then cleanup() returned cd'ed to that directory.
11720              So tests failed. Fixed cleanup()-s.
11721      Branch: perlio
11722            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
11723 ____________________________________________________________________________
11724 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
11725         Log: Integrate perlio;
11726              
11727              Fix winsystem.t's attempt to build showav.exe to work
11728              with gcc (which writes a.exe unless told with -o ).
11729              Also put in a few more fail-safes to check .exe got
11730              built somehow.
11731              
11732              More Win32 tuning
11733              
11734              Save $! so that other syscalls don't disturb it before
11735              we test it.
11736      Branch: perl
11737           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
11738           !> t/op/winsystem.t
11739 ____________________________________________________________________________
11740 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
11741         Log: Subject: [PATCH] new test in op/universal.t
11742              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11743              Date: Fri, 25 Jan 2002 23:17:33 +0100
11744              Message-ID: <20020125231733.A11733@rafael>
11745      Branch: perl
11746            ! t/op/universal.t
11747 ____________________________________________________________________________
11748 [ 14422] By: nick                                  on 2002/01/25  21:37:03
11749         Log: Save $! so that other syscalls don't disturb it before 
11750              we test it.
11751      Branch: perlio
11752            ! ext/Socket/socketpair.t
11753 ____________________________________________________________________________
11754 [ 14421] By: nick                                  on 2002/01/25  19:05:57
11755         Log: More Win32 tuning
11756      Branch: perlio
11757            ! t/op/stat.t t/op/taint.t
11758 ____________________________________________________________________________
11759 [ 14420] By: nick                                  on 2002/01/25  18:21:42
11760         Log: Fix winsystem.t's attempt to build showav.exe to work 
11761              with gcc (which writes a.exe unless told with -o ).
11762              Also put in a few more fail-safes to check .exe got 
11763              built somehow.
11764      Branch: perlio
11765            ! t/op/winsystem.t
11766 ____________________________________________________________________________
11767 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
11768         Log: Subject: [Patch Encode.xs] calculation of need overflows
11769              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11770              Date: Sat, 26 Jan 2002 00:58:50 +0900
11771              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
11772      Branch: perl
11773            ! ext/Encode/Encode.xs
11774 ____________________________________________________________________________
11775 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
11776         Log: Integrate changes 13474+13478+13584 from maintperl;
11777              anon sub leakage.
11778      Branch: perl
11779            ! op.c t/run/fresh_perl.t
11780 ____________________________________________________________________________
11781 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
11782         Log: Update Changes.
11783      Branch: perl
11784            ! Changes patchlevel.h
11785 ____________________________________________________________________________
11786 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
11787         Log: Integrate perlio; extensive threads and threads::shared work
11788              (note that the below is a chronological list of perlio
11789              check-in entries since the last integrate)
11790              
11791              Nearly-working threads re-structuring. Do not integrate,
11792              submit-ing to get to Win32, and as "off site" backup.
11793              
11794              threads work again on Win32. (Not threads::shared yet)
11795              Submit to see if they do on Linux.
11796              
11797              Add new threads/typemap to MANIFEST
11798              
11799              XS side of new threads::shared designed, coded and compiles,
11800              and mostly commented but is totaly untested.
11801              submit in case anyone wants a preview.
11802              
11803              Miss mg_len == 0 meaning don't Safefree
11804              
11805              Shared scalars working, some shared array ops working.
11806              
11807              Implement recursive lock and use of scope for PL_sharedsv_space,
11808              so now croak() from asserts does not leave locks.
11809              Make hv_simple compile (new prototype for debugging probe).
11810              
11811              thread::shared nearly working again - remaining issue
11812              is references withing shared space.
11813              Added bulk test with no threads involved (for debugging)
11814              Tuned tests to skip those needing _thrcnt
11815              
11816              SvTEMP_off to stop private PV's being stolen and stored in shared space
11817              
11818              Except Win32 from echo tests. (Alarm does not break into connect)
11819              
11820              Expand command line test globs on Win32.
11821              
11822              threads::shared tidy up:
11823              - Add _id() function to shared.xs so we can test refs point at same thing.
11824              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
11825              - Allow no_share to pass if sharing to works despite mis-ordering.
11826              - Change docs of threads to document ->create() (as used in tests),
11827              and not mention "new".
11828              
11829              Linux/NFS hackery was not faking right number of passes.
11830      Branch: perl
11831           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
11832           +> ext/threads/typemap
11833            - ext/threads/threads.h sharedsv.c sharedsv.h
11834            ! NetWare/config_H.wc
11835           !> (integrate 38 files)
11836 ____________________________________________________________________________
11837 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
11838         Log: Subject: Re: perldebguts minor tweaks
11839              From: Joe McMahon <mcmahon@metalab.unc.edu>
11840              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
11841              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
11842      Branch: perl
11843            ! pod/perldebguts.pod
11844 ____________________________________________________________________________
11845 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
11846         Log: metaconfig unit change for #14413.
11847      Branch: metaconfig
11848            ! U/modified/prototype.U
11849 ____________________________________________________________________________
11850 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
11851         Log: Okay, you can come home now, _().
11852      Branch: perl
11853            ! config_h.SH
11854 ____________________________________________________________________________
11855 [ 14412] By: nick                                  on 2002/01/25  11:01:49
11856         Log: Integrate mainline
11857              All but ../lib/Unicode/UCD.t pass.
11858      Branch: perlio
11859           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
11860           +> lib/unicore/CaseFolding.txt
11861           +> lib/unicore/CompositionExclusions.txt
11862           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
11863           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
11864           +> vos/vos.c
11865            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
11866            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
11867            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
11868            - lib/unicore/NamesList.html lib/unicore/PropList.html
11869            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
11870            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
11871            - lib/unicore/rename
11872           !> (integrate 424 files)
11873 ____________________________________________________________________________
11874 [ 14411] By: nick                                  on 2002/01/25  09:45:13
11875         Log: Linux/NFS hackery was not faking right number of passes.
11876      Branch: perlio
11877            ! t/io/fs.t
11878 ____________________________________________________________________________
11879 [ 14410] By: nick                                  on 2002/01/25  09:35:07
11880         Log: threads::shared tidy up:
11881              - Add _id() function to shared.xs so we can test refs point at same thing.
11882              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
11883              - Allow no_share to pass if sharing to works despite mis-ordering.
11884              - Change docs of threads to document ->create() (as used in tests),
11885              and not mention "new".
11886      Branch: perlio
11887            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11888            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
11889            ! ext/threads/threads.pm
11890 ____________________________________________________________________________
11891 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
11892         Log: Subject: perldebguts minor tweaks
11893              From: Joe McMahon <mcmahon@metalab.unc.edu>
11894              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
11895              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
11896      Branch: perl
11897            ! pod/perldebguts.pod
11898 ____________________________________________________________________________
11899 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
11900         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
11901              From: Peter Scott <Peter@PSDT.com>
11902              Date: Thu, 24 Jan 2002 08:51:34 -0800
11903              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
11904      Branch: perl
11905            ! pod/perldebguts.pod
11906 ____________________________________________________________________________
11907 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
11908         Log: Few more paranoia checks for Unicode hash keys.
11909      Branch: perl
11910            ! t/op/each.t
11911 ____________________________________________________________________________
11912 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
11913         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
11914              From: Andy Dougherty <doughera@lafayette.edu>
11915              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
11916              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
11917      Branch: perl
11918            ! t/op/stat.t
11919 ____________________________________________________________________________
11920 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
11921         Log: The
11922              
11923              Subject: Very old debugger UTF-8 bug
11924              From: andreas.koenig@anima.de (Andreas J. Koenig)
11925              Date: 24 Jan 2002 12:45:44 +0100
11926              Message-ID: <m3y9iot1jr.fsf@anima.de>
11927              
11928              still broken, but this should work as a stopgap
11929              measure to stop pp_match accessing naughty data.
11930      Branch: perl
11931            ! pod/perldiag.pod pp_hot.c
11932 ____________________________________________________________________________
11933 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
11934         Log: metaconfig unit change for #14403.
11935      Branch: metaconfig/U/perl
11936            ! d_u32align.U
11937 ____________________________________________________________________________
11938 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
11939         Log: Pacify picky compilers (this time Sun Workshop).
11940      Branch: perl
11941            ! Configure
11942 ____________________________________________________________________________
11943 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
11944         Log: Subject: Very old debugger UTF-8 bug
11945              From: andreas.koenig@anima.de (Andreas J. Koenig)
11946              Date: 24 Jan 2002 12:45:44 +0100
11947              Message-ID: <m3y9iot1jr.fsf@anima.de>
11948      Branch: perl
11949            ! lib/dumpvar.pl
11950 ____________________________________________________________________________
11951 [ 14401] By: nick                                  on 2002/01/24  07:50:38
11952         Log: Expand command line test globs on Win32.
11953      Branch: perlio
11954            ! t/harness
11955 ____________________________________________________________________________
11956 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
11957         Log: Sprinkle some copyrights (use the oldest timestamp to
11958              be found in the repository, which is most often not right,
11959              but at least consistent)
11960      Branch: perl
11961            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
11962            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
11963            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
11964            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
11965            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
11966            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
11967            ! unixish.h xsutils.c
11968 ____________________________________________________________________________
11969 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
11970         Log: Don't crash on Help for long text (bug #506672)
11971      Branch: maint-5.6/macperl
11972            ! macos/macperl/MPHelp.c
11973 ____________________________________________________________________________
11974 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
11975         Log: Fix minor path problem
11976      Branch: maint-5.6/macperl
11977            ! macos/macperl/Droplets/tarzipme.plx
11978 ____________________________________________________________________________
11979 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
11980         Log: Minor text changes
11981      Branch: maint-5.6/macperl
11982            ! macos/Perl.r
11983 ____________________________________________________________________________
11984 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
11985         Log: Bump versions, dates, etc.
11986      Branch: maint-5.6/macperl
11987            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
11988 ____________________________________________________________________________
11989 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
11990         Log: coderefs in @INC and absolute paths
11991      Branch: maint-5.6/macperl
11992            ! embed.h pp_ctl.c proto.h
11993 ____________________________________________________________________________
11994 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
11995         Log: Minor module thingys
11996      Branch: maint-5.6/macperl
11997            ! macos/ext/Mac/Controls/Controls.xs
11998            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
11999            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
12000            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
12001            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
12002            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
12003            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
12004            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
12005            ! macos/ext/Mac/Movies/Movies.xs
12006            ! macos/ext/Mac/Navigation/Navigation.pm
12007            ! macos/ext/Mac/Navigation/Navigation.xs
12008            ! macos/ext/Mac/Notification/Notification.xs
12009            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
12010            ! macos/ext/Mac/Processes/Processes.xs
12011            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
12012            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
12013            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
12014            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
12015            ! macos/ext/Mac/Resources/Resources.pm
12016            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
12017            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
12018            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
12019            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
12020            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
12021 ____________________________________________________________________________
12022 [ 14393] By: nick                                  on 2002/01/23  19:52:19
12023         Log: Except Win32 from echo tests. (Alarm does not break into connect)
12024      Branch: perlio
12025            ! ext/Socket/Socket.t
12026 ____________________________________________________________________________
12027 [ 14392] By: nick                                  on 2002/01/23  19:31:57
12028         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
12029      Branch: perlio
12030            ! ext/threads/shared/shared.xs
12031 ____________________________________________________________________________
12032 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
12033         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
12034      Branch: perl
12035            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
12036            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
12037            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
12038            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
12039            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
12040            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
12041            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
12042            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
12043            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
12044            ! x2p/util.c x2p/util.h x2p/walk.c
12045 ____________________________________________________________________________
12046 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
12047         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
12048              therefore quite probably also obsolete code.
12049      Branch: perl
12050            ! sv.c
12051 ____________________________________________________________________________
12052 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
12053         Log: Update Changes.
12054      Branch: perl
12055            ! Changes patchlevel.h
12056 ____________________________________________________________________________
12057 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
12058         Log: Small update on todo.  Could use a lot more.
12059      Branch: perl
12060            ! pod/perltodo.pod
12061 ____________________________________________________________________________
12062 [ 14387] By: nick                                  on 2002/01/23  14:19:30
12063         Log: thread::shared nearly working again - remaining issue
12064              is references withing shared space.
12065              Added bulk test with no threads involved (for debugging)
12066              Tuned tests to skip those needing _thrcnt
12067      Branch: perlio
12068            + ext/threads/shared/t/0nothread.t
12069            ! MANIFEST ext/threads/shared/shared.pm
12070            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
12071            ! ext/threads/shared/t/hv_refs.t
12072            ! ext/threads/shared/t/hv_simple.t
12073            ! ext/threads/shared/t/sv_simple.t
12074 ____________________________________________________________________________
12075 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
12076         Log: Subject: [ID 20020121.003] perldata doco bug
12077              From: John Stumbles <jstumbles@bluearc.com>
12078              Date: Mon, 21 Jan 2002 14:19:56 -0000
12079              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
12080      Branch: perl
12081            ! pod/perldata.pod
12082 ____________________________________________________________________________
12083 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
12084         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
12085              From: Michael G Schwern <schwern@pobox.com>
12086              Date: Mon, 21 Jan 2002 15:16:42 -0500
12087              Message-ID: <20020121201642.GA6659@blackrider>
12088      Branch: perl
12089            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
12090 ____________________________________________________________________________
12091 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
12092         Log: Subject: [PATCH] Re: eval not catching warnings?
12093              From: abigail@foad.org
12094              Date: Wed, 23 Jan 2002 15:35:47 +0100
12095              Message-ID: <20020123143547.24798.qmail@foad.org>
12096      Branch: perl
12097            ! pod/perlfunc.pod
12098 ____________________________________________________________________________
12099 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
12100         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
12101              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12102              Date: Tue, 22 Jan 2002 17:00:54 -0800            
12103              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
12104      Branch: perl
12105            ! t/run/fresh_perl.t
12106 ____________________________________________________________________________
12107 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
12108         Log: metaconfig unit change for #14381.
12109      Branch: metaconfig/U/perl
12110            ! d_u32align.U
12111 ____________________________________________________________________________
12112 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
12113         Log: HP-UX 10.20 cc pacifying from Merijn.
12114      Branch: perl
12115            ! Configure
12116 ____________________________________________________________________________
12117 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
12118         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
12119              From: "Craig A. Berry" <craigberry@mac.com> 
12120              Date: Tue, 22 Jan 2002 22:14:26 -0600
12121              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
12122      Branch: perl
12123            ! vms/test.com
12124 ____________________________________________________________________________
12125 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
12126         Log: AIX cpp bug: having macro arguments and character constants
12127              "the same" means trouble (here s and 's')
12128              What broke now was 841 and 842 of t/op/pat.t, because of the
12129              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
12130              (note that breakage happened only under cc_r and usethreads+
12131              useithreads)
12132      Branch: perl
12133            ! utf8.h
12134 ____________________________________________________________________________
12135 [ 14378] By: nick                                  on 2002/01/22  20:33:15
12136         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
12137              so now croak() from asserts does not leave locks.
12138              Make hv_simple compile (new prototype for debugging probe).
12139      Branch: perlio
12140            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12141            ! ext/threads/shared/t/hv_simple.t
12142 ____________________________________________________________________________
12143 [ 14377] By: nick                                  on 2002/01/22  17:32:21
12144         Log: Shared scalars working, some shared array ops working.
12145      Branch: perlio
12146            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12147            ! ext/threads/shared/t/sv_refs.t
12148            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
12149 ____________________________________________________________________________
12150 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
12151         Log: Subject: [PATCH] Support truncate() in VOS port
12152              From: Paul_GreenVOS@vos.stratus.com
12153              Date: Mon, 21 Jan 02 23:27 est
12154              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
12155      Branch: perl
12156            + vos/vos.c
12157            ! MANIFEST hints/vos.sh vos/vosish.h
12158 ____________________________________________________________________________
12159 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
12160         Log: metaconfig unit changes for #14374.  Couldn't figure
12161              how to get completely rid of _() (some weird dependency
12162              pulling it in?) so renamed it as PROTO_().
12163      Branch: metaconfig
12164            + U/modified/d_shmat.U U/modified/prototype.U
12165            ! U/protos/d_drand48proto.U
12166      Branch: metaconfig/U/perl
12167            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
12168 ____________________________________________________________________________
12169 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
12170         Log: Get rid of the _() macro since (1) we require ANSI anyway
12171              (2) Other software (GNU) seems to use it and we don't need it,
12172              so let's give it up.
12173      Branch: perl
12174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12175            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
12176            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
12177            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
12178            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
12179            ! wince/config.h wince/config_H.ce
12180 ____________________________________________________________________________
12181 [ 14373] By: nick                                  on 2002/01/22  10:10:48
12182         Log: Miss mg_len == 0 meaning don't Safefree
12183      Branch: perlio
12184            ! mg.c
12185 ____________________________________________________________________________
12186 [ 14372] By: nick                                  on 2002/01/21  22:34:06
12187         Log: XS side of new threads::shared designed, coded and compiles,
12188              and mostly commented but is totaly untested.
12189              submit in case anyone wants a preview.
12190      Branch: perlio
12191            + ext/threads/shared/typemap
12192            ! MANIFEST ext/threads/shared/shared.pm
12193            ! ext/threads/shared/shared.xs
12194 ____________________________________________________________________________
12195 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
12196         Log: Subject: [BUG] /\_/ an unrecognized escape?
12197              From: Michael G Schwern <schwern@pobox.com>
12198              Date: Mon, 21 Jan 2002 15:22:54 -0500
12199              Message-ID: <20020121202254.GA6731@blackrider>
12200      Branch: perl
12201            ! t/lib/warnings/toke toke.c
12202 ____________________________________________________________________________
12203 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
12204         Log: Undo the renaming of the Unicode data files; the simple
12205              solution being not including the *.html files.  This means
12206              that in the future there is no need for any renamings
12207              (well, assuming that the Consortium doesn't cause any),
12208              and the files are named like they are in the Consortium
12209              website, thus alleviating confusion.
12210      Branch: perl
12211            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
12212            + lib/unicore/CaseFolding.txt
12213            + lib/unicore/CompositionExclusions.txt
12214            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
12215            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
12216            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
12217            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
12218            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
12219            - lib/unicore/NamesList.html lib/unicore/PropList.html
12220            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
12221            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
12222            - lib/unicore/rename
12223            ! (edit 285 files)
12224 ____________________________________________________________________________
12225 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
12226         Log: Update Changes.
12227      Branch: perl
12228            ! Changes patchlevel.h
12229 ____________________________________________________________________________
12230 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
12231         Log: Subject: RE: BCC for Win32 is unhappy @14331
12232              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
12233              Date: Mon, 21 Jan 2002 09:48:40 +0300
12234              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
12235              
12236              (using IV instead of int)
12237      Branch: perl
12238            ! hv.h
12239 ____________________________________________________________________________
12240 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
12241         Log: path_is_absolute() needs a prototype (and maybe
12242              a better name, but that's another story).
12243      Branch: perl
12244            ! embed.fnc embed.h pp_ctl.c proto.h
12245 ____________________________________________________________________________
12246 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
12247         Log: Subject: Re: coderefs in @INC
12248              From: Chris Nandor <pudge@pobox.com>
12249              Date: Thu, 17 Jan 2002 11:26:02 -0500
12250              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
12251      Branch: perl
12252            ! pp_ctl.c
12253 ____________________________________________________________________________
12254 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
12255         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
12256              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12257              Date: Sun, 20 Jan 2002 22:53:56 +0100
12258              Message-ID: <20020120225356.A12093@rafael>
12259      Branch: perl
12260            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
12261            ! t/lib/warnings/9enabled warnings.h warnings.pl
12262 ____________________________________________________________________________
12263 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
12264         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
12265              From: "Craig A. Berry" <craigberry@mac.com>
12266              Date: Sun, 20 Jan 2002 22:49:42 -0600
12267              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
12268      Branch: perl
12269            ! lib/ExtUtils/MakeMaker.pm
12270 ____________________________________________________________________________
12271 [ 14363] By: nick                                  on 2002/01/20  20:38:23
12272         Log: Add new threads/typemap to MANIFEST
12273      Branch: perlio
12274            ! MANIFEST
12275 ____________________________________________________________________________
12276 [ 14362] By: nick                                  on 2002/01/20  20:34:36
12277         Log: Integrate mainline
12278      Branch: perlio
12279           +> lib/Pod/t/Usage.t
12280           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
12281           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
12282           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
12283           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
12284           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
12285           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
12286           !> util.c
12287 ____________________________________________________________________________
12288 [ 14361] By: nick                                  on 2002/01/20  18:51:47
12289         Log: Integrate MANIFEST
12290      Branch: perlio
12291           !> MANIFEST
12292 ____________________________________________________________________________
12293 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
12294         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
12295              From: Paul_GreenVOS@vos.stratus.com
12296              Date: Sat, 19 Jan 02 17:17 est
12297              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
12298              
12299              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
12300              From: Paul_GreenVOS@vos.stratus.com
12301              Date: Sat, 19 Jan 02 17:19 est
12302              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
12303      Branch: perl
12304            ! lib/ExtUtils/t/Command.t
12305 ____________________________________________________________________________
12306 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
12307         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
12308              From: Paul_GreenVOS@vos.stratus.com
12309              Date: Sat, 19 Jan 02 14:30 est
12310              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
12311      Branch: perl
12312            ! lib/AnyDBM_File.t
12313 ____________________________________________________________________________
12314 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
12315         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
12316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
12317              Date: Sun, 20 Jan 2002 13:51:36 +0100
12318              Message-ID: <20020120135136.A710@rafael>
12319      Branch: perl
12320            ! ext/File/Glob/t/basic.t
12321 ____________________________________________________________________________
12322 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
12323         Log: #14352 deleted ext/threads/threads.h
12324      Branch: perlio
12325            ! MANIFEST
12326 ____________________________________________________________________________
12327 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
12328         Log: Eradicate sharedsv.*
12329      Branch: perlio
12330            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
12331 ____________________________________________________________________________
12332 [ 14355] By: nick                                  on 2002/01/20  11:50:22
12333         Log: threads work again on Win32. (Not threads::shared yet)
12334              Submit to see if they do on Linux.
12335      Branch: perlio
12336            ! ext/threads/shared/shared.xs ext/threads/threads.xs
12337            ! win32/makefile.mk
12338 ____________________________________________________________________________
12339 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
12340         Log: Make also hex() and oct() to croak if their arguments
12341              cannot be downgraded (that is, if they contain wide
12342              characters), just like crypt() does (and use the croak
12343              feature of sv_utf8_downgrade()).
12344      Branch: perl
12345            ! pp.c t/op/oct.t
12346 ____________________________________________________________________________
12347 [ 14353] By: nick                                  on 2002/01/19  22:20:09
12348         Log: Integrate Time/Local and its test
12349      Branch: perlio
12350           !> lib/Time/Local.pm lib/Time/Local.t
12351 ____________________________________________________________________________
12352 [ 14352] By: nick                                  on 2002/01/19  22:17:07
12353         Log: Nearly-working threads re-structuring. Do not integrate,
12354              submit-ing to get to Win32, and as "off site" backup.
12355      Branch: perlio
12356            + ext/threads/typemap
12357            - ext/threads/threads.h sharedsv.c sharedsv.h
12358            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
12359            ! embedvar.h ext/threads/shared/shared.pm
12360            ! ext/threads/shared/shared.xs ext/threads/threads.pm
12361            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
12362            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
12363            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
12364 ____________________________________________________________________________
12365 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
12366         Log: Regen toc.
12367      Branch: perl
12368            ! pod/perltoc.pod
12369 ____________________________________________________________________________
12370 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
12371         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
12372              From: David Dyck <dcd@tc.fluke.com>
12373              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
12374              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
12375      Branch: perl
12376            ! pod/perl5004delta.pod pod/perl5005delta.pod
12377            ! pod/perl561delta.pod pod/perl56delta.pod
12378 ____________________________________________________________________________
12379 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
12380         Log: FAQ sync.
12381      Branch: perl
12382            ! pod/perlfaq1.pod pod/perlfaq2.pod
12383 ____________________________________________________________________________
12384 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
12385         Log: Subject: [PATCH lib/Pod/t/Usage.t]
12386              From: Abe Timmerman <abe@ztreet.demon.nl>
12387              Date: Sat, 19 Jan 2002 19:57:57 +0100
12388              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
12389      Branch: perl
12390            + lib/Pod/t/Usage.t
12391            ! MANIFEST
12392 ____________________________________________________________________________
12393 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
12394         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
12395              From: Paul_GreenVOS@vos.stratus.com
12396              Date: Sat, 19 Jan 02 13:15 est
12397              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
12398      Branch: perl
12399            ! ext/SDBM_File/sdbm.t
12400 ____________________________________________________________________________
12401 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
12402         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
12403      Branch: perl
12404           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
12405           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
12406 ____________________________________________________________________________
12407 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
12408         Log: Alternative Time::Local algorithm that uses matemathical formula
12409              for timegm instead of progressive guessing
12410      Branch: perl
12411            ! lib/Time/Local.pm
12412 ____________________________________________________________________________
12413 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
12414         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
12415              From: Paul_GreenVOS@vos.stratus.com
12416              Date: Sat, 19 Jan 02 11:20 est
12417              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
12418      Branch: perl
12419            ! ext/File/Glob/t/basic.t
12420 ____________________________________________________________________________
12421 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
12422         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
12423              From: Paul_GreenVOS@vos.stratus.com
12424              Date: Fri, 18 Jan 02 22:56 est
12425              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
12426      Branch: perl
12427            ! ext/Cwd/t/cwd.t
12428 ____________________________________________________________________________
12429 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
12430         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
12431              From: Paul_GreenVOS@vos.stratus.com
12432              Date: Fri, 18 Jan 02 22:48 est
12433              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
12434      Branch: perl
12435            ! lib/Time/Local.t
12436 ____________________________________________________________________________
12437 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
12438         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
12439              From: Paul_GreenVOS@vos.stratus.com
12440              Date: Fri, 18 Jan 02 16:22 est
12441              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
12442      Branch: perl
12443            ! ext/Devel/DProf/DProf.t
12444 ____________________________________________________________________________
12445 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
12446         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
12447              From: Tels <perl_dummy@bloodgate.com>
12448              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
12449              Message-Id: <200201182106.XAA19133@taku.hut.fi>
12450      Branch: perl
12451            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
12452 ____________________________________________________________________________
12453 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
12454         Log: Don't do socketpair udp unless you've got all what it takes.
12455      Branch: perl
12456            ! util.c
12457 ____________________________________________________________________________
12458 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
12459         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
12460              From: Tels <perl_dummy@bloodgate.com>
12461              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
12462              Message-Id: <200201182206.AAA15310@taku.hut.fi>
12463      Branch: perl
12464            ! lib/ExtUtils/MM_BeOS.pm
12465 ____________________________________________________________________________
12466 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
12467         Log: metaconfig unit change for #14336.
12468      Branch: metaconfig
12469            ! U/modified/myhostname.U
12470 ____________________________________________________________________________
12471 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
12472         Log: Avoid bare "set", and kiss .uucp goodbye.
12473      Branch: perl
12474            ! Configure
12475 ____________________________________________________________________________
12476 [ 14335] By: nick                                  on 2002/01/18  22:11:42
12477         Log: Split out core of sv_magic() into sv_magicext().
12478              sv_magic provides the extra restictions (no READONLY, only
12479              one of each type, canned set of vtables), and sv_magicext()
12480              does the actual data twiddling.
12481              Also enhances semantics of ->mg_ptr setting via name/namlen
12482              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
12483              scratch area (namlen > 0 && name == NULL).
12484              sv_magicext also returns the MAGIC * it added.
12485              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
12486              
12487              To come sv_unmagicext() - which will remove just one magic
12488              of particular type, and additionaly match against ->mg_ptr,
12489              or the MAGIC * (need to experiment as to which is more natural).
12490      Branch: perlio
12491            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
12492            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
12493 ____________________________________________________________________________
12494 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
12495         Log: Retract #14327 for now, going to the limit seems
12496              to be too much for many platforms.
12497      Branch: perl
12498            ! lib/Time/Local.t
12499 ____________________________________________________________________________
12500 [ 14333] By: nick                                  on 2002/01/18  18:58:33
12501         Log: Integrate mainline
12502      Branch: perlio
12503           !> Changes patchlevel.h
12504 ____________________________________________________________________________
12505 [ 14332] By: nick                                  on 2002/01/18  16:19:06
12506         Log: Integrate mainline
12507      Branch: perlio
12508           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
12509           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
12510            - lib/ExtUtils/inst
12511           !> (integrate 32 files)
12512 ____________________________________________________________________________
12513 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
12514         Log: Update Changes.
12515      Branch: perl
12516            ! Changes patchlevel.h
12517 ____________________________________________________________________________
12518 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
12519         Log: Try to make the connect/read/write timeouting.
12520      Branch: perl
12521            ! ext/Socket/Socket.t
12522 ____________________________________________________________________________
12523 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
12524         Log: Netware Makefile tweak from Ananth Kesari.
12525      Branch: perl
12526            ! NetWare/Makefile
12527 ____________________________________________________________________________
12528 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
12529         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
12530              From: Michael G Schwern <schwern@pobox.com>
12531              Date: Fri, 18 Jan 2002 03:10:27 -0500
12532              Message-ID: <20020118081027.GE7226@blackrider>
12533      Branch: perl
12534            ! lib/File/Find.pm
12535 ____________________________________________________________________________
12536 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
12537         Log: (retracted by #14334)
12538              
12539              Subject: [PATCH] Improving lib/Time/Local.t
12540              From: Paul_GreenVOS@vos.stratus.com        
12541              Date: Thu, 17 Jan 02 22:36 est
12542              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
12543      Branch: perl
12544            ! lib/Time/Local.t
12545 ____________________________________________________________________________
12546 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
12547         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
12548              From: Abe Timmerman <abe@ztreet.demon.nl>  
12549              Date: Fri, 18 Jan 2002 13:18:47 +0100
12550              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
12551      Branch: perl
12552            ! lib/ExtUtils/t/MM_Win32.t
12553 ____________________________________________________________________________
12554 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
12555         Log: Subject: [PATCH] Syncing with bleadperl 
12556              From: Michael G Schwern <schwern@pobox.com> 
12557              Date: Fri, 18 Jan 2002 03:04:33 -0500
12558              Message-ID: <20020118080432.GC7226@blackrider>
12559      Branch: perl
12560            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
12561            - lib/ExtUtils/inst
12562            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
12563            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
12564            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
12565            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
12566            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
12567            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
12568            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
12569            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
12570            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
12571            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
12572            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
12573            ! lib/ExtUtils/testlib.pm
12574 ____________________________________________________________________________
12575 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
12576         Log: Detypo.
12577      Branch: perl
12578            ! AUTHORS
12579 ____________________________________________________________________________
12580 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
12581         Log: Subject: [PATCH] MM check_hints test
12582              From: Michael G Schwern <schwern@pobox.com>
12583              Date: Thu, 17 Jan 2002 20:25:57 -0500
12584              Message-ID: <20020118012557.GE32762@blackrider>
12585      Branch: perl
12586            + lib/ExtUtils/t/hints.t
12587            ! MANIFEST
12588 ____________________________________________________________________________
12589 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
12590         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
12591              From: Michael G Schwern <schwern@pobox.com> 
12592              Date: Thu, 17 Jan 2002 20:12:20 -0500
12593              Message-ID: <20020118011220.GC32762@blackrider>
12594              
12595              (#14317 replaced with this)
12596      Branch: perl
12597            ! lib/ExtUtils/MakeMaker.pm
12598 ____________________________________________________________________________
12599 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
12600         Log: Subject: [PATCH perldiag] overload.pm warnings
12601              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12602              Date: Thu, 17 Jan 2002 23:53:49 +0100
12603              Message-ID: <20020117235349.A14530@rafael>
12604      Branch: perl
12605            ! pod/perldiag.pod
12606 ____________________________________________________________________________
12607 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
12608         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
12609              From: Michael G Schwern <schwern@pobox.com>
12610              Date: Thu, 17 Jan 2002 16:35:47 -0500
12611              Message-ID: <20020117213546.GD23830@blackrider>
12612      Branch: perl
12613            ! lib/File/Find.pm
12614 ____________________________________________________________________________
12615 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
12616         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
12617              From: chromatic <chromatic@rmci.net>
12618              Date: Thu, 17 Jan 2002 13:04:22 -0700
12619              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
12620      Branch: perl
12621            ! pod/perltodo.pod
12622 ____________________________________________________________________________
12623 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
12624         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
12625              From: chromatic <chromatic@rmci.net>
12626              Date: Thu, 17 Jan 2002 12:59:04 -0700
12627              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
12628      Branch: perl
12629            ! lib/ExtUtils/t/Mkbootstrap.t
12630 ____________________________________________________________________________
12631 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
12632         Log: (replaced by #14322)
12633              The #14300 broke hints file handling.
12634      Branch: perl
12635            ! lib/ExtUtils/MakeMaker.pm
12636 ____________________________________________________________________________
12637 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
12638         Log: metaconfig unit change for #14315.
12639      Branch: metaconfig/U/perl
12640            ! uselongdbl.U
12641 ____________________________________________________________________________
12642 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
12643         Log: Subject: [PATCH] long doubles
12644              From: Nicholas Clark <nick@unfortu.net>
12645              Date: Thu, 17 Jan 2002 17:06:28 +0000
12646              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
12647      Branch: perl
12648            ! Configure
12649 ____________________________________________________________________________
12650 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
12651         Log: metaconfig unit change for #14313.
12652      Branch: metaconfig
12653            ! U/modified/i_ndbm.U
12654 ____________________________________________________________________________
12655 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
12656         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
12657              From: Andy Dougherty <doughera@lafayette.edu>
12658              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
12659              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
12660      Branch: perl
12661            ! Configure
12662 ____________________________________________________________________________
12663 [ 14312] By: nick                                  on 2002/01/17  21:38:38
12664         Log: Integrate mainline (for ndbm fixes etc.)
12665      Branch: perlio
12666           +> t/run/fresh_perl.t
12667            - t/run/kill_perl.t
12668           !> Changes MANIFEST ext/Opcode/Opcode.xs
12669           !> ext/SDBM_File/sdbm/Makefile.PL
12670           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
12671           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
12672           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
12673           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
12674           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
12675 ____________________________________________________________________________
12676 [ 14311] By: sky                                   on 2002/01/17  21:01:00
12677         Log: Simplify the code that duplicates the threads 
12678              init function and the parameters to the thread by using sv_dup. 
12679              Note,what happens if you pass a shared variable as a parameter?
12680      Branch: perl
12681            ! ext/threads/threads.xs
12682 ____________________________________________________________________________
12683 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
12684         Log: Update Changes.
12685      Branch: perl
12686            ! Changes patchlevel.h
12687 ____________________________________________________________________________
12688 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
12689         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
12690              with fresh_perl_is() and fresh_perl_like().
12691      Branch: perl
12692            + t/run/fresh_perl.t
12693            - t/run/kill_perl.t
12694            ! MANIFEST t/test.pl
12695 ____________________________________________________________________________
12696 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
12697         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
12698              From: Benjamin Goldberg <goldbb2@earthlink.net>
12699              Date: Wed, 09 Jan 2002 21:03:16 -0500
12700              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
12701      Branch: perl
12702            ! ext/Unicode/Normalize/Normalize.pm
12703 ____________________________________________________________________________
12704 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
12705         Log: Retract #14144 as Hugo isn't happy with it.
12706      Branch: perl
12707            ! scope.c t/run/kill_perl.t
12708 ____________________________________________________________________________
12709 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
12710         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
12711              From: Richard Clamp <richardc@unixbeard.net>
12712              Date: Wed, 16 Jan 2002 17:34:31 +0000
12713              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
12714      Branch: perl
12715            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
12716 ____________________________________________________________________________
12717 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
12718         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
12719              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12720              Date: Tue, 15 Jan 2002 21:23:30 +0100
12721              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
12722      Branch: perl
12723            ! ext/Opcode/Opcode.xs
12724 ____________________________________________________________________________
12725 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
12726         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
12727              From: Paul_GreenVOS@vos.stratus.com
12728              Date: Wed, 16 Jan 02 6:42 est
12729              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
12730      Branch: perl
12731            ! t/io/fs.t t/op/crypt.t
12732 ____________________________________________________________________________
12733 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
12734         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
12735              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12736              Date: Wed, 16 Jan 2002 13:43:39 +0100
12737              Message-ID: <20020116134339.A704@rafael>
12738              
12739              (replaces #14302)
12740      Branch: perl
12741            ! mg.c t/lib/warnings/mg
12742 ____________________________________________________________________________
12743 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
12744         Log: (replaced by #14303)
12745              Subject: [PATCH] length of undefined $(digit) should warn
12746              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12747              Date: Tue, 15 Jan 2002 23:02:44 +0100            
12748              Message-ID: <20020115230244.A31786@rafael>     
12749      Branch: perl
12750            ! mg.c t/lib/warnings/mg
12751 ____________________________________________________________________________
12752 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
12753         Log: The non-MakeMaker.pm parts of
12754              
12755              Subject: [PATCH] Re: MM_Beos.pm?
12756              From: Tels <perl_dummy@bloodgate.com>
12757              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
12758              Message-Id: <200201142006.WAA29544@taas.iki.fi>
12759      Branch: perl
12760            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
12761            ! lib/ExtUtils/t/MM_Unix.t
12762 ____________________________________________________________________________
12763 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
12764         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
12765              From: Michael G Schwern <schwern@pobox.com>    
12766              Date: Tue, 15 Jan 2002 20:07:50 -0500            
12767              Message-ID: <20020116010750.GH625@blackrider>  
12768      Branch: perl
12769            ! lib/ExtUtils/MakeMaker.pm
12770 ____________________________________________________________________________
12771 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
12772         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
12773              From: Jeffrey Friedl <jfriedl@yahoo.com>       
12774              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
12775              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
12776      Branch: perl
12777            ! lib/Text/Tabs.pm
12778 ____________________________________________________________________________
12779 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
12780         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
12781              From: "Green, Paul" <Paul.Green@stratus.com>
12782              Date: Tue, 15 Jan 2002 22:28:10 -0500
12783              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
12784      Branch: perl
12785            ! lib/ExtUtils/MM_Unix.pm
12786 ____________________________________________________________________________
12787 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
12788         Log: Integrate perlio; offsetof() is in <stddef.h>
12789      Branch: perl
12790           !> ext/Socket/Socket.xs
12791 ____________________________________________________________________________
12792 [ 14296] By: nick                                  on 2002/01/16  13:02:29
12793         Log: offsetof() is in <stddef.h>
12794      Branch: perlio
12795            ! ext/Socket/Socket.xs
12796 ____________________________________________________________________________
12797 [ 14295] By: nick                                  on 2002/01/16  07:25:29
12798         Log: Integrate mainline
12799      Branch: perlio
12800           +> (branch 262 files)
12801            - (delete 285 files)
12802           !> (integrate 34 files)
12803 ____________________________________________________________________________
12804 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
12805         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
12806              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
12807              Canonical.pl and Exact.pl.
12808      Branch: perl
12809            + (add 259 files)
12810            - (delete 288 files)
12811            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
12812            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
12813            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
12814            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
12815 ____________________________________________________________________________
12816 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
12817         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
12818      Branch: perl
12819            ! ext/Socket/Socket.xs
12820 ____________________________________________________________________________
12821 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
12822         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
12823              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12824              Date: Tue, 15 Jan 2002 21:59:19 +0100
12825              Message-ID: <3C44A637.16602.25EB208@localhost>
12826      Branch: perl
12827            ! embed.fnc embed.h proto.h
12828 ____________________________________________________________________________
12829 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
12830         Log: Duh.  The updated In/*.pl weren't checked in.
12831      Branch: perl
12832            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
12833            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
12834            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
12835            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
12836            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
12837            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
12838            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
12839            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
12840            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
12841            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
12842            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
12843            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
12844            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
12845            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
12846            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
12847            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
12848            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
12849            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
12850            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
12851            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
12852            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
12853            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
12854            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
12855            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
12856            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
12857            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
12858            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
12859            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
12860            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
12861            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
12862            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
12863            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
12864            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
12865            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
12866            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
12867            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
12868            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
12869            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
12870            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
12871            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
12872            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
12873            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
12874            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
12875            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
12876            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
12877            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
12878            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
12879            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
12880 ____________________________________________________________________________
12881 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
12882         Log: Update Changes.
12883      Branch: perl
12884            ! Changes patchlevel.h
12885 ____________________________________________________________________________
12886 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
12887         Log: Jeffrey is trying very hard to avoid working on his
12888              book, it would seem :-) (better naming, better comments
12889              in the files)
12890      Branch: perl
12891            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
12892            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
12893            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
12894            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
12895            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
12896            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
12897            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
12898            - lib/unicore/Is/IDStart.pl
12899            ! (edit 200 files)
12900 ____________________________________________________________________________
12901 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
12902         Log: metaconfig unit changes for #14287.
12903      Branch: metaconfig
12904            + U/modified/Chk_MANI.U
12905            ! U/modified/Extract.U U/modified/Finish.U
12906      Branch: metaconfig/U/perl
12907            ! Extensions.U dlsrc.U
12908 ____________________________________________________________________________
12909 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
12910         Log: Some protection against spaces in directory names.
12911              (Tru64 still has some makedepend problems in such
12912              cases but that looks like Tru64's problem.)
12913      Branch: perl
12914            ! Configure Makefile.SH
12915 ____________________________________________________________________________
12916 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
12917         Log: Should have been in #14285 but I have sausages for fingers.
12918      Branch: perl
12919            + lib/ExtUtils/MM_BeOS.pm
12920 ____________________________________________________________________________
12921 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
12922         Log: MM_BeOS from Tels.
12923      Branch: perl
12924            + lib/ExtUtils/t/MM_BeOS.t
12925            ! MANIFEST
12926 ____________________________________________________________________________
12927 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
12928         Log: Integrate perlio;
12929              
12930              (reintroduce #14251) Slab allocator for ops
12931              - moved the statics to intrpvar.h
12932              - implemented Slab_Free()
12933              - uses PerlMemShared (for now) if distinction exists.
12934              
12935              Slab allocator submit after resolve -ay to keep it!
12936              
12937              Hand merge of non slab allocator stuff
12938              
12939              const-ness fix in savepv's passing of NULL
12940              
12941              Typo in #else branch of PL_SLAB_ALLOC
12942              
12943              Integrate rest of mainline
12944              
12945              Regen embed enable slab for PERL_IMPLICIT_SYS
12946              
12947              Correct name of PL_OP_SLAB_ALLOC
12948              
12949              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
12950              e.g. -Duse64bitint on a 32-bit platform.
12951              Now uses I32 for use-count and is more careful with its casts.
12952      Branch: perl
12953           !> (integrate 28 files)
12954 ____________________________________________________________________________
12955 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
12956         Log: Add Shuck URL
12957      Branch: maint-5.6/macperl
12958            ! macos/macperl/MacPerl.podhelp
12959 ____________________________________________________________________________
12960 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
12961         Log: Remove obsolete docs
12962      Branch: maint-5.6/macperl
12963            ! ext/File/Glob/Glob.pm
12964 ____________________________________________________________________________
12965 [ 14281] By: nick                                  on 2002/01/15  15:08:43
12966         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
12967              e.g. -Duse64bitint on a 32-bit platform.
12968              Now uses I32 for use-count and is more careful with its casts.
12969      Branch: perlio
12970            ! intrpvar.h op.c
12971 ____________________________________________________________________________
12972 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
12973         Log: Update bundled modules.  Yow!
12974      Branch: maint-5.6/macperl
12975            + macos/bundled_ext/Compress/Zlib/constants.h
12976            + macos/bundled_ext/Compress/Zlib/constants.xs
12977            + macos/bundled_ext/Filter/Util/Call/ppport.h
12978            + macos/bundled_ext/Storable/t/compat-0.6.t
12979            + macos/bundled_ext/Storable/t/dump.pl
12980            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
12981            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
12982            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
12983            + macos/bundled_lib/blib/lib/URI/ssh.pm
12984            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
12985            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
12986            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
12987            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
12988            + macos/bundled_lib/t/Filter/Simple/data.t
12989            + macos/bundled_lib/t/Filter/Simple/export.t
12990            + macos/bundled_lib/t/Filter/Simple/filter_only.t
12991            + macos/bundled_lib/t/Filter/Simple/import.t
12992            + macos/bundled_lib/t/NEXT/actual.t
12993            + macos/bundled_lib/t/NEXT/actuns.t
12994            + macos/bundled_lib/t/NEXT/next.t
12995            + macos/bundled_lib/t/NEXT/unseen.t
12996            + macos/bundled_lib/t/libnet/netrc.t
12997            + macos/bundled_lib/t/libwww-perl/base/http.t
12998            + macos/bundled_lib/t/libwww-perl/live/activestate.t
12999            - macos/bundled_ext/Filter/t/FilterTest.pm
13000            - macos/bundled_ext/Storable/t/compat06.t
13001            - macos/bundled_ext/Storable/t/st-dump.pl
13002            - macos/bundled_lib/t/NEXT/test.pl
13003            - macos/bundled_lib/t/libwww-perl/live/google.t
13004            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
13005            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
13006            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
13007            ! macos/bundled_ext/Compress/Zlib/README
13008            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
13009            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
13010            ! macos/bundled_ext/Compress/Zlib/t/examples.t
13011            ! macos/bundled_ext/Filter/Util/Call/Call.pm
13012            ! macos/bundled_ext/Filter/Util/Call/Call.xs
13013            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
13014            ! macos/bundled_ext/Filter/t/call.t
13015            ! macos/bundled_ext/Filter/t/filter-util.pl
13016            ! macos/bundled_ext/Storable/ChangeLog
13017            ! macos/bundled_ext/Storable/README
13018            ! macos/bundled_ext/Storable/Storable.pm
13019            ! macos/bundled_ext/Storable/t/blessed.t
13020            ! macos/bundled_ext/Storable/t/canonical.t
13021            ! macos/bundled_ext/Storable/t/dclone.t
13022            ! macos/bundled_ext/Storable/t/forgive.t
13023            ! macos/bundled_ext/Storable/t/freeze.t
13024            ! macos/bundled_ext/Storable/t/lock.t
13025            ! macos/bundled_ext/Storable/t/overload.t
13026            ! macos/bundled_ext/Storable/t/recurse.t
13027            ! macos/bundled_ext/Storable/t/retrieve.t
13028            ! macos/bundled_ext/Storable/t/store.t
13029            ! macos/bundled_ext/Storable/t/tied.t
13030            ! macos/bundled_ext/Storable/t/tied_hook.t
13031            ! macos/bundled_ext/Storable/t/tied_items.t
13032            ! macos/bundled_ext/Storable/t/utf8.t
13033            ! macos/bundled_lib/blib/lib/File/Sort.pm
13034            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
13035            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
13036            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
13037            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
13038            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
13039            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
13040            ! macos/bundled_lib/blib/lib/LWP.pm
13041            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
13042            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
13043            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
13044            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
13045            ! macos/bundled_lib/blib/lib/Mail/Address.pm
13046            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
13047            ! macos/bundled_lib/blib/lib/Mail/Field.pm
13048            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
13049            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
13050            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
13051            ! macos/bundled_lib/blib/lib/Mail/Header.pm
13052            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
13053            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
13054            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
13055            ! macos/bundled_lib/blib/lib/Mail/Send.pm
13056            ! macos/bundled_lib/blib/lib/Mail/Util.pm
13057            ! macos/bundled_lib/blib/lib/NEXT.pm
13058            ! macos/bundled_lib/blib/lib/Net/Config.pm
13059            ! macos/bundled_lib/blib/lib/Net/Domain.pm
13060            ! macos/bundled_lib/blib/lib/Net/FTP.pm
13061            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
13062            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
13063            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
13064            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
13065            ! macos/bundled_lib/blib/lib/Net/POP3.pm
13066            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
13067            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
13068            ! macos/bundled_lib/blib/lib/Switch.pm
13069            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
13070            ! macos/bundled_lib/blib/lib/URI/Escape.pm
13071            ! macos/bundled_lib/blib/lib/URI/ftp.pm
13072            ! macos/bundled_lib/blib/lib/lwpcook.pod
13073            ! macos/bundled_lib/t/Filter/Simple/filter.t
13074            ! macos/bundled_lib/t/Switch/t/nested.t
13075            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
13076            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
13077            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
13078            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
13079            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
13080            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
13081            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
13082            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
13083            ! macos/bundled_lib/t/libnet/config.t
13084            ! macos/bundled_lib/t/libnet/ftp.t
13085            ! macos/bundled_lib/t/libnet/hostname.t
13086            ! macos/bundled_lib/t/libnet/nntp.t
13087            ! macos/bundled_lib/t/libnet/require.t
13088            ! macos/bundled_lib/t/libnet/smtp.t
13089            ! macos/bundled_lib/t/libwww-perl/base/headers.t
13090            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
13091            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
13092            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
13093            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
13094            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
13095            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
13096            ! macos/bundled_lib/t/libwww-perl/live/validator.t
13097            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
13098 ____________________________________________________________________________
13099 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
13100         Log: Subject: [PATCH] Socket::sockaddr_family
13101              From: Gisle Aas <gisle@ActiveState.com> 
13102              Date: 15 Jan 2002 06:35:28 -0800
13103              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
13104      Branch: perl
13105            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
13106 ____________________________________________________________________________
13107 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
13108         Log: Subject: [PATCH perldiag] Style issue
13109              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13110              Date: Tue, 15 Jan 2002 15:36:30 +0100                
13111              Message-ID: <20020115153630.A11568@rafael>
13112      Branch: perl
13113            ! pod/perldiag.pod
13114 ____________________________________________________________________________
13115 [ 14277] By: nick                                  on 2002/01/15  14:30:51
13116         Log: Correct name of PL_OP_SLAB_ALLOC
13117      Branch: perlio
13118            ! perl.h
13119 ____________________________________________________________________________
13120 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
13121         Log: NetWare tweak from Ananth Kesari.
13122      Branch: perl
13123            ! lib/ExtUtils/MakeMaker.pm
13124 ____________________________________________________________________________
13125 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
13126         Log: Throwback.
13127      Branch: perl
13128            ! MANIFEST
13129 ____________________________________________________________________________
13130 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
13131         Log: A couple of additional character classes from Jeffrey,
13132              hopefully useful in future for internal use for implementing
13133              some special cases of casing.
13134              
13135              Also regenerate once more all the character classes,
13136              now without the timestamp.  A timestamp would be kind of
13137              nice but it's not: having a timestamp in a file means that
13138              even if the effective contents of file really didn't
13139              change, the file looks as if it changed.
13140      Branch: perl
13141            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
13142            + lib/unicore/Is/CombAbov.pl
13143            ! (edit 304 files)
13144 ____________________________________________________________________________
13145 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
13146         Log: Make the test harder.
13147      Branch: perl
13148            ! t/op/pat.t
13149 ____________________________________________________________________________
13150 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
13151         Log: Additional utf8_heavy.pl tweak from Jeffrey.
13152      Branch: perl
13153            ! lib/utf8_heavy.pl
13154 ____________________________________________________________________________
13155 [ 14271] By: nick                                  on 2002/01/15  11:29:47
13156         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
13157      Branch: perlio
13158            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
13159            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
13160 ____________________________________________________________________________
13161 [ 14270] By: nick                                  on 2002/01/15  08:19:08
13162         Log: Integrate rest of mainline
13163      Branch: perlio
13164           !> (integrate 28 files)
13165 ____________________________________________________________________________
13166 [ 14269] By: nick                                  on 2002/01/15  08:02:44
13167         Log: Typo in #else branch of PL_SLAB_ALLOC
13168      Branch: perlio
13169            ! op.c
13170 ____________________________________________________________________________
13171 [ 14268] By: nick                                  on 2002/01/15  07:57:47
13172         Log: const-ness fix in savepv's passing of NULL
13173      Branch: perlio
13174            ! util.c
13175 ____________________________________________________________________________
13176 [ 14267] By: nick                                  on 2002/01/15  07:42:17
13177         Log: Hand merge of non slab allocator stuff
13178      Branch: perlio
13179            ! op.c
13180 ____________________________________________________________________________
13181 [ 14266] By: nick                                  on 2002/01/15  07:39:33
13182         Log: Slab allocator submit after resolve -ay to keep it!
13183      Branch: perlio
13184           !> op.c
13185 ____________________________________________________________________________
13186 [ 14265] By: nick                                  on 2002/01/15  07:05:06
13187         Log: Blind integrate of bulk of mainline.
13188      Branch: perlio
13189           +> (branch 173 files)
13190            - (delete 184 files)
13191           !> (integrate 146 files)
13192 ____________________________________________________________________________
13193 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
13194         Log: Pod nits.
13195      Branch: perl
13196            ! lib/Unicode/UCD.pm pod/perlunicode.pod
13197 ____________________________________________________________________________
13198 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
13199         Log: The Unicode categories doc patch to go with #14254,
13200              from Jeffrey.
13201      Branch: perl
13202            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
13203 ____________________________________________________________________________
13204 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
13205         Log: There isn't going to be perl.third.exe.
13206      Branch: perl
13207            ! Makefile.SH
13208 ____________________________________________________________________________
13209 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
13210         Log: Subject: [PATCH] small coredump correction
13211              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13212              Date: Tue, 15 Jan 2002 00:22:52 +0100
13213              Message-ID: <20020115002252.I691@rafael>
13214      Branch: perl
13215            ! op.c
13216 ____________________________________________________________________________
13217 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
13218         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
13219              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13220              Date: Mon, 14 Jan 2002 23:03:04 +0100
13221              Message-ID: <20020114230304.A691@rafael>   
13222              
13223              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
13224              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13225              Date: Mon, 14 Jan 2002 23:18:43 +0100
13226              Message-ID: <20020114231843.E691@rafael>   
13227      Branch: perl
13228            ! pod/perlsub.pod t/op/override.t toke.c
13229 ____________________________________________________________________________
13230 [ 14259] By: nick                                  on 2002/01/14  22:02:49
13231         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
13232              Need to use CopXXXXX macros everywhere and add CopSTASH_free
13233              Add new scope type and add support for it to scope.c and scope stack
13234              dup-er in sv.c. Add savesharedpv().
13235              Also zealous version of Win32's vmem.h to catch all the abuses.
13236              With this t/op/fork.t passes even with zealous checking and 
13237              checker is point a finger at various threads/shared issues.
13238              
13239              PL_curcop->cop_io is still an issue.
13240      Branch: perlio
13241            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
13242            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
13243            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
13244            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
13245            ! win32/vmem.h win32/win32.c win32/win32.h
13246 ____________________________________________________________________________
13247 [ 14258] By: nick                                  on 2002/01/14  20:24:28
13248         Log: Integrate build parts of mainline
13249      Branch: perlio
13250           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
13251           !> lib/ExtUtils/t/MM_Win32.t
13252 ____________________________________________________________________________
13253 [ 14257] By: nick                                  on 2002/01/14  16:10:54
13254         Log: Inverted sense of special-ness of specialCopIO - supposed to 
13255              be true if value is "special" i.e. NOT an SV.
13256      Branch: perlio
13257            ! perlio.h
13258 ____________________________________________________________________________
13259 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
13260         Log: Update Changes.
13261      Branch: perl
13262            ! Changes patchlevel.h
13263 ____________________________________________________________________________
13264 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
13265         Log: Retract #14251 (the op slab allocator from perlio)
13266              until we figure out why 2.2.19 x86 debian gets
13267              a circular sibling chain and therefore hangs in
13268              the Perl_ck_subr() sibling for-loop.
13269      Branch: perl
13270            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
13271            ! perlapi.c perlapi.h proto.h
13272 ____________________________________________________________________________
13273 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
13274         Log: Big mktables rewrite from Jeffrey;
13275              documentation not yet updated.
13276      Branch: perl
13277            + (add 171 files)
13278            - (delete 182 files)
13279            ! (edit 135 files)
13280 ____________________________________________________________________________
13281 [ 14253] By: ams                                   on 2002/01/14  03:15:05
13282         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
13283              From: Michael G Schwern <schwern@pobox.com>
13284              Date: Sun, 13 Jan 2002 21:00:07 -0500
13285              Message-Id: <20020114020007.GB2877@blackrider>
13286      Branch: perl
13287            ! lib/Cwd.pm
13288 ____________________________________________________________________________
13289 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
13290         Log: Subject: Re: Win32 status - progress !
13291              From: Abe Timmerman <abe@ztreet.demon.nl>       
13292              Date: Mon, 14 Jan 2002 02:29:51 +0100
13293              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
13294      Branch: perl
13295            ! lib/ExtUtils/t/MM_Win32.t
13296 ____________________________________________________________________________
13297 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
13298         Log: Integrate perlio.
13299              
13300              Slab allocator for ops
13301              - moved the statics to intrpvar.h
13302              - implemented Slab_Free()
13303              - uses PerlMemShared (for now) if distinction exists.
13304      Branch: perl
13305           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
13306           !> perlapi.c perlapi.h proto.h
13307 ____________________________________________________________________________
13308 [ 14250] By: nick                                  on 2002/01/13  23:22:34
13309         Log: Slab allocator for ops
13310              - moved the statics to intrpvar.h
13311              - implemented Slab_Free()
13312              - uses PerlMemShared (for now) if distinction exists.
13313      Branch: perlio
13314            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
13315            ! perlapi.c perlapi.h proto.h
13316 ____________________________________________________________________________
13317 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
13318         Log: Start a new test category: uni.  Much of t/op/pat
13319              should probably be moved here, but holding on that
13320              until Jeffrey finishes his big mktables rewrite.
13321              Bits and pieces of op/split, op/pack, op/append,
13322              op/join, could probably be moved to respective uni
13323              tests, too.
13324      Branch: perl
13325            + t/uni/fold.t t/uni/sprintf.t
13326            - t/op/unifold.t t/op/unisprintf.t
13327            ! MANIFEST t/TEST t/harness
13328 ____________________________________________________________________________
13329 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
13330         Log: Subject: [PATCH] enable Win32 to build again
13331              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13332              Date: Sun, 13 Jan 2002 21:49:24 +0100
13333              Message-ID: <3C4200E4.15926.23F6131@localhost>
13334              
13335              miniperl.exe.exe does not exe that well.
13336      Branch: perl
13337            ! lib/ExtUtils/MM_Unix.pm
13338 ____________________________________________________________________________
13339 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
13340         Log: Mention some of the load-affected tests.
13341      Branch: perl
13342            ! INSTALL
13343 ____________________________________________________________________________
13344 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
13345         Log: Move the UTF-8 conversion code earlier so that
13346              op/ver is happy.
13347      Branch: perl
13348            ! sv.c t/op/ver.t
13349 ____________________________________________________________________________
13350 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
13351         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
13352              have diverged quite a bit so no updates there.
13353      Branch: perl
13354            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
13355            ! ext/List/Util/lib/List/Util.pm
13356            ! ext/List/Util/lib/Scalar/Util.pm
13357 ____________________________________________________________________________
13358 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
13359         Log: Make the crypt() pickier: if downgrading doesn't work,
13360              croak.
13361      Branch: perl
13362            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
13363 ____________________________________________________________________________
13364 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
13365         Log: Grow the buffer in case Unicode caused size changes
13366              (and it very probably did).
13367      Branch: perl
13368            ! sv.c
13369 ____________________________________________________________________________
13370 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
13371         Log: Future-proofing from Jeffrey Friedl (for conflicting
13372              In* and Is* names).
13373      Branch: perl
13374            ! lib/utf8_heavy.pl
13375 ____________________________________________________________________________
13376 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
13377         Log: Subject: [PATCH] Re: Warning in B.xs
13378              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13379              Date: Sun, 13 Jan 2002 19:39:52 +0100
13380              Message-ID: <3C41E288.20562.1C8C895@localhost>
13381      Branch: perl
13382            ! ext/B/B.xs
13383 ____________________________________________________________________________
13384 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
13385         Log: Subject: Re: lookbehind broken with latest bleedperl
13386              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13387              Date: Sun, 13 Jan 2002 18:06:22 +0000
13388              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
13389      Branch: perl
13390            ! regexec.c t/op/re_tests
13391 ____________________________________________________________________________
13392 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
13393         Log: Subject: [PATCH] more MM_Unix.t tests
13394              From: Tels <perl_dummy@bloodgate.com>
13395              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
13396              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
13397              
13398              Subject: [PATCH] 14220 misunderstood, I bet          
13399              From: andreas.koenig@anima.de (Andreas J. Koenig)
13400              Date: 12 Jan 2002 21:31:58 +0100
13401              Message-ID: <m3k7un8g5d.fsf@anima.de>
13402      Branch: perl
13403            ! lib/ExtUtils/t/MM_Unix.t
13404 ____________________________________________________________________________
13405 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
13406         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
13407              From: Tels <perl_dummy@bloodgate.com>
13408              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
13409              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
13410              
13411              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
13412              From: Tels <perl_dummy@bloodgate.com>
13413              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
13414              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
13415      Branch: perl
13416            ! lib/ExtUtils/MM_Unix.pm
13417 ____________________________________________________________________________
13418 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
13419         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
13420              From: Nicholas Clark <nick@unfortu.net> 
13421              Date: Sun, 13 Jan 2002 15:58:34 +0000
13422              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
13423      Branch: perl
13424            ! lib/Benchmark.t
13425 ____________________________________________________________________________
13426 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
13427         Log: Anton Berezin did more reading and the uid setting story
13428              gets more complex.
13429      Branch: perl
13430            ! pod/perltodo.pod utils/perldoc.PL
13431 ____________________________________________________________________________
13432 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
13433         Log: Integrate perlio;
13434              
13435              Win32 fixes:
13436              - vmem.h hack to handle free-by-wrong-thread after eval "".
13437              - Initialize timerid 
13438      Branch: perl
13439           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
13440 ____________________________________________________________________________
13441 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
13442         Log: Subject: Re: HiRes
13443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13444              Date: Sun, 13 Jan 2002 10:18:46 +0100
13445              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
13446              
13447              Give up on socketpair in HP-UX.
13448      Branch: perl
13449            ! ext/Socket/socketpair.t
13450 ____________________________________________________________________________
13451 [ 14233] By: nick                                  on 2002/01/13  16:29:30
13452         Log: Integrate mainline
13453      Branch: perlio
13454           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
13455           !> (integrate 46 files)
13456 ____________________________________________________________________________
13457 [ 14232] By: nick                                  on 2002/01/13  15:37:48
13458         Log: Win32 fixes:
13459              - vmem.h hack to handle free-by-wrong-thread after eval "".
13460              - Initialize timerid 
13461      Branch: perlio
13462            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
13463 ____________________________________________________________________________
13464 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
13465         Log: *groan*
13466      Branch: perl
13467            ! t/op/pat.t
13468 ____________________________________________________________________________
13469 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
13470         Log: One more sharp s case found by Jeffrey.
13471      Branch: perl
13472            ! regexec.c t/op/pat.t
13473 ____________________________________________________________________________
13474 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
13475         Log: Comment tweak.
13476      Branch: perl
13477            ! regexec.c
13478 ____________________________________________________________________________
13479 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
13480         Log: Don't bother checking for the Greek special
13481              cases if the node is too short.
13482      Branch: perl
13483            ! regcomp.c
13484 ____________________________________________________________________________
13485 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
13486         Log: Update Changes.
13487      Branch: perl
13488            ! Changes patchlevel.h
13489 ____________________________________________________________________________
13490 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
13491         Log: metaconfig unit change for #14225.
13492      Branch: metaconfig
13493            + U/modified/i_ndbm.U
13494 ____________________________________________________________________________
13495 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
13496         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
13497              From: Jonathan Stowe <gellyfish@gellyfish.com>
13498              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
13499              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
13500      Branch: perl
13501            ! Configure config_h.SH
13502 ____________________________________________________________________________
13503 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
13504         Log: Quick reformat using indent -kr -nce, as requested
13505              by Dan Kogai and suggest by NI-S.
13506      Branch: perl
13507            ! ext/Encode/encengine.c
13508 ____________________________________________________________________________
13509 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
13510         Log: Couple more Unicode lookbehind tests.
13511      Branch: perl
13512            ! t/op/pat.t
13513 ____________________________________________________________________________
13514 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
13515         Log: Sharp S as a special treat for our German UTF-8 testers :-)
13516      Branch: perl
13517            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
13518 ____________________________________________________________________________
13519 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
13520         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
13521              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13522              Date: Sat, 12 Jan 2002 20:37:32 +0100
13523              Message-ID: <3C409E8C.16203.196C2D3@localhost>
13524      Branch: perl
13525            ! ext/B/B/Deparse.pm
13526 ____________________________________________________________________________
13527 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
13528         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
13529              really worth the bits it's printed on?
13530      Branch: perl
13531            ! lib/ExtUtils/t/MM_Unix.t
13532 ____________________________________________________________________________
13533 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
13534         Log: Special treatment for U+03B0 and U+0390 in //i,
13535              this means that we can remove the minlen pessimisations
13536              introduced by the #14096.
13537      Branch: perl
13538            ! pp_hot.c regcomp.c regexec.c
13539 ____________________________________________________________________________
13540 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
13541         Log: Integrate perlio;
13542              
13543              Abstract out the cloning of SvPVX and handle shared pv in a 
13544              safe (if suboptimal) manner. Does not fix op/fork.t :-(
13545              
13546              Win32-ize socketpair test
13547              - Win32 can fork even though $Config{d_fork} is undef
13548              - SOCK_DGRAM does not work - skip those tests.
13549      Branch: perl
13550           !> ext/Socket/socketpair.t sv.c
13551 ____________________________________________________________________________
13552 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
13553         Log: One should first drop the real uid, not the effective uid.
13554              [ID 20020110.003]
13555      Branch: perl
13556            ! utils/perldoc.PL
13557 ____________________________________________________________________________
13558 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
13559         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
13560              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13561              Date: Fri, 11 Jan 2002 23:29:48 +0100
13562              Message-ID: <3C3F756C.4581.2E2A938@localhost>
13563      Branch: perl
13564            + ext/B/C/C.xs ext/B/C/Makefile.PL
13565            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
13566            ! utils/perlcc.PL
13567 ____________________________________________________________________________
13568 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
13569         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
13570              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
13571              Date: Fri, 11 Jan 2002 14:29:30 -0800
13572              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
13573      Branch: perl
13574            ! ext/B/t/concise.t
13575 ____________________________________________________________________________
13576 [ 14214] By: nick                                  on 2002/01/12  12:31:12
13577         Log: Win32-ize socketpair test
13578              - Win32 can fork even though $Config{d_fork} is undef
13579              - SOCK_DGRAM does not work - skip those tests.
13580      Branch: perlio
13581            ! ext/Socket/socketpair.t
13582 ____________________________________________________________________________
13583 [ 14213] By: nick                                  on 2002/01/12  11:46:28
13584         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
13585              safe (if suboptimal) manner. Does not fix op/fork.t :-(
13586      Branch: perlio
13587            ! sv.c
13588 ____________________________________________________________________________
13589 [ 14212] By: ams                                   on 2002/01/12  06:10:52
13590         Log: Subject: [PATCH] More fixes for Stratus VOS
13591              From: "Green, Paul" <Paul.Green@stratus.com>
13592              Date: Fri, 11 Jan 2002 17:30:37 -0500
13593              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
13594      Branch: perl
13595            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
13596 ____________________________________________________________________________
13597 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
13598         Log: Upgrade to CGI.pm 2.80.
13599      Branch: perl
13600            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
13601 ____________________________________________________________________________
13602 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
13603         Log: FAQ sync.
13604      Branch: perl
13605            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13606            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13607            ! pod/perlfaq8.pod
13608 ____________________________________________________________________________
13609 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
13610         Log: This is getting embarrassing.
13611      Branch: perl
13612            ! t/op/pat.t
13613 ____________________________________________________________________________
13614 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
13615         Log: Doc tweaks.
13616      Branch: perl
13617            ! pod/perlunicode.pod
13618 ____________________________________________________________________________
13619 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
13620         Log: Updating the test count is good; also rephrasing
13621              so that there is no ok output containing "not".
13622      Branch: perl
13623            ! t/op/pat.t
13624 ____________________________________________________________________________
13625 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
13626         Log: Andreas is busy :-)
13627      Branch: perl
13628            ! doop.c t/op/unisprintf.t
13629 ____________________________________________________________________________
13630 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
13631         Log: Unicode lookbehind looked bad.
13632      Branch: perl
13633            ! regexec.c t/op/pat.t
13634 ____________________________________________________________________________
13635 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
13636         Log: Garbage collection.
13637      Branch: perl
13638            ! t/run/kill_perl.t
13639 ____________________________________________________________________________
13640 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
13641         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
13642              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13643              Date: Fri, 11 Jan 2002 23:29:48 +0100
13644              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
13645      Branch: perl
13646            ! embed.fnc global.sym makedef.pl
13647 ____________________________________________________________________________
13648 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
13649         Log: Subject: [PATCH] perldelta nit?
13650              From: Robert Spier <rspier@pobox.com>
13651              Date: Fri, 11 Jan 2002 15:19:16 -0800
13652              Message-ID: <15423.29428.164185.251700@rls.cx>
13653      Branch: perl
13654            ! pod/perldelta.pod
13655 ____________________________________________________________________________
13656 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
13657         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
13658              From: Michael G Schwern <schwern@pobox.com>
13659              Date: Fri, 11 Jan 2002 17:08:17 -0500
13660              Message-ID: <20020111220817.GG2838@blackrider>
13661      Branch: perl
13662            ! t/run/kill_perl.t t/test.pl
13663 ____________________________________________________________________________
13664 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
13665         Log: Subject: [PATCH] Correct misleading error message
13666              From: Mike Guy <mjtg@cam.ac.uk>
13667              Date: Fri, 11 Jan 2002 18:36:33 +0000
13668              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
13669              
13670              hash assignment -> anonymous hash
13671      Branch: perl
13672            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
13673 ____________________________________________________________________________
13674 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
13675         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
13676              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13677              Date: Fri, 11 Jan 2002 16:58:14 +0100
13678              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
13679      Branch: perl
13680            ! ext/Unicode/Normalize/mkheader
13681 ____________________________________________________________________________
13682 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
13683         Log: Add a new test for is-sprintf-preserving Unicodeness:
13684              #14194 and an old one from kill_perl.t (I could have used
13685              sprintf.t, but it's format was quite fixed, and I didn't
13686              feel like breaking the format)
13687      Branch: perl
13688            + t/op/unisprintf.t
13689            ! MANIFEST t/run/kill_perl.t
13690 ____________________________________________________________________________
13691 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
13692         Log: Integrate perlio;
13693              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
13694      Branch: perl
13695           !> win32/win32.c
13696 ____________________________________________________________________________
13697 [ 14196] By: nick                                  on 2002/01/11  20:58:20
13698         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
13699              as C runtime seems to get its hands on them even though we said
13700              they were handled.
13701              Still an issue with "die" out of signal handler - get panic: pp_iter
13702      Branch: perlio
13703            ! win32/win32.c
13704 ____________________________________________________________________________
13705 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
13706         Log: Integrate perlio;
13707              A mostly-stable version of "new" Win32 signal/kill support.
13708      Branch: perl
13709           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
13710           !> win32/config.gc win32/config.vc win32/config_H.bc
13711           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
13712           !> win32/makefile.mk win32/win32.c win32/win32.h
13713 ____________________________________________________________________________
13714 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
13715         Log: Fix for
13716              
13717              Subject: UTF-8 sprintf bug in bleadperl
13718              From: andreas.koenig@anima.de (Andreas J. Koenig)
13719              Date: 11 Jan 2002 15:47:15 +0100
13720              Message-ID: <m3vge99c7g.fsf@anima.de>
13721              
13722              I have tests, have just to figure out where to put them
13723              since op/sprintf looks a bit unfriendly for tests of
13724              somewhat freer form.
13725      Branch: perl
13726            ! doop.c sv.c
13727 ____________________________________________________________________________
13728 [ 14193] By: nick                                  on 2002/01/11  18:25:34
13729         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
13730              Builds and passes a few tests.
13731      Branch: perlio
13732           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
13733           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
13734           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
13735           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
13736           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
13737           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
13738           +> t/lib/sample-tests/lone_not_bug
13739           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
13740           +> t/lib/sample-tests/vms_nit
13741           !> (integrate 63 files)
13742 ____________________________________________________________________________
13743 [ 14192] By: nick                                  on 2002/01/11  17:49:39
13744         Log: A mostly-stable version of "new" Win32 signal/kill support.
13745      Branch: perlio
13746            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
13747            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13748            ! win32/config_h.PL win32/makefile.mk win32/win32.c
13749            ! win32/win32.h
13750 ____________________________________________________________________________
13751 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
13752         Log: Update Changes.
13753      Branch: perl
13754            ! Changes patchlevel.h
13755 ____________________________________________________________________________
13756 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
13757         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
13758              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13759              Date: Thu, 10 Jan 2002 18:21:34 -0800
13760              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
13761      Branch: perl
13762            + ext/B/t/concise.t
13763            ! MANIFEST
13764 ____________________________________________________________________________
13765 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
13766         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
13767              necessary in form.t and html.t @INC setups.
13768      Branch: perl
13769            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
13770 ____________________________________________________________________________
13771 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
13772         Log: Yet another twist.
13773      Branch: perl
13774            ! t/test.pl
13775 ____________________________________________________________________________
13776 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
13777         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
13778              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13779              Date: Fri, 11 Jan 2002 13:04:15 +0100      
13780              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
13781      Branch: perl
13782            ! hints/aix.sh
13783 ____________________________________________________________________________
13784 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
13785         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
13786              From: Jonathan Stowe <gellyfish@gellyfish.com> 
13787              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
13788              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
13789      Branch: perl
13790            ! lib/AnyDBM_File.t
13791 ____________________________________________________________________________
13792 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
13793         Log: Arguments were being mangled.
13794      Branch: perl
13795            ! t/test.pl
13796 ____________________________________________________________________________
13797 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
13798         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
13799              From: Jonathan Stowe <gellyfish@gellyfish.com>
13800              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
13801              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
13802      Branch: perl
13803            ! lib/AnyDBM_File.t
13804 ____________________________________________________________________________
13805 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
13806         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
13807              From: Michael G Schwern <schwern@pobox.com> 
13808              Date: Fri, 11 Jan 2002 04:26:27 -0500
13809              Message-ID: <20020111092626.GA16544@blackrider>
13810      Branch: perl
13811            ! t/run/kill_perl.t t/test.pl
13812 ____________________________________________________________________________
13813 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
13814         Log: Subject: [PATCH] Test::Harness 2.01
13815              From: Michael G Schwern <schwern@pobox.com> 
13816              Date: Thu, 10 Jan 2002 21:11:24 -0500
13817              Message-ID: <20020111021123.GA30666@blackrider>
13818      Branch: perl
13819            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
13820            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
13821            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
13822            + lib/Test/Harness/t/nonumbers.t
13823            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
13824            + t/lib/sample-tests/lone_not_bug
13825            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
13826            + t/lib/sample-tests/vms_nit
13827            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
13828            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
13829 ____________________________________________________________________________
13830 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
13831         Log: patch is silly when creating new files: don't run
13832              patch more than once.
13833      Branch: perl
13834            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
13835 ____________________________________________________________________________
13836 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
13837         Log: Forgot from #14179.
13838      Branch: perl
13839            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
13840 ____________________________________________________________________________
13841 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
13842         Log: Subject: [PATCH] is() undef/'' behavior change
13843              From: Michael G Schwern <schwern@pobox.com> 
13844              Date: Fri, 11 Jan 2002 03:35:51 -0500
13845              Message-ID: <20020111083551.GC30666@blackrider>
13846              
13847              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
13848              From: Michael G Schwern <schwern@pobox.com> 
13849              Date: Fri, 11 Jan 2002 03:37:44 -0500
13850              Message-ID: <20020111083744.GD30666@blackrider>
13851      Branch: perl
13852            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
13853            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
13854            ! lib/Pod/t/InputObjects.t lib/blib.t
13855 ____________________________________________________________________________
13856 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
13857         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
13858              From: Michael G Schwern <schwern@pobox.com> 
13859              Date: Thu, 10 Jan 2002 19:56:23 -0500
13860              Message-ID: <20020111005623.GA13192@blackrider>
13861      Branch: perl
13862            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
13863            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
13864            ! lib/Test/Simple.pm lib/Test/Simple/Changes
13865            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
13866            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
13867            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
13868            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
13869            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
13870            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
13871            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
13872            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
13873            ! lib/Test/Simple/t/plan_is_noplan.t
13874            ! lib/Test/Simple/t/plan_no_plan.t
13875            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
13876            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
13877            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
13878            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
13879            ! lib/Test/Tutorial.pod
13880 ____________________________________________________________________________
13881 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
13882         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
13883              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
13884              
13885              turns out even the malloc() was never really needed to begin with,
13886              so get rid of it
13887      Branch: perl
13888            ! sv.c
13889 ____________________________________________________________________________
13890 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
13891         Log: Small doc tweaks.
13892      Branch: perl
13893            ! pod/perluniintro.pod
13894 ____________________________________________________________________________
13895 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
13896         Log: support using the CRT's malloc() family of functions instead of
13897              the internal one when ithreads is enabled; allocate large blocks
13898              using VirtualAlloc() since the Heap*() functions may only be tuned
13899              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
13900              
13901              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
13902              also see comments at the top of win32/vmem.h for other options that
13903              can be set
13904      Branch: perl
13905            ! win32/vmem.h
13906 ____________________________________________________________________________
13907 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
13908         Log: Subject: micropatch
13909              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13910              Date: Thu, 10 Jan 2002 18:20:58 +0000
13911              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
13912      Branch: perl
13913            ! regcomp.c
13914 ____________________________________________________________________________
13915 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
13916         Log: Subject: [PATCH] Embed.t on Win32
13917              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13918              Date: Thu, 10 Jan 2002 18:56:21 +0100
13919              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
13920      Branch: perl
13921            ! lib/ExtUtils/t/Embed.t
13922 ____________________________________________________________________________
13923 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
13924         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
13925              From: Gisle Aas <gisle@ActiveState.com>
13926              Date: 10 Jan 2002 08:56:05 -0800
13927              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
13928      Branch: perl
13929            ! toke.c
13930 ____________________________________________________________________________
13931 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
13932         Log: Subject: [PATCH] doc fixes
13933              From: "Brendan O'Dea" <bod@debian.org>
13934              Date: Fri, 11 Jan 2002 03:49:54 +1100
13935              Message-ID: <20020110164954.GA21891@compusol.com.au>
13936      Branch: perl
13937            ! lib/I18N/Collate.pm pod/perlfunc.pod
13938 ____________________________________________________________________________
13939 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
13940         Log: Integrate perlio; More signal hackery.
13941      Branch: perl
13942           !> win32/win32.c
13943 ____________________________________________________________________________
13944 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
13945         Log: No need to show internal encodings, or return them
13946              in random order.
13947      Branch: perl
13948            ! ext/Encode/Encode.pm
13949 ____________________________________________________________________________
13950 [ 14168] By: nick                                  on 2002/01/10  17:33:31
13951         Log: Integrate mainline
13952      Branch: perlio
13953            - ext/Unicode/Normalize/Normalize.pod
13954           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
13955           !> ext/Unicode/Normalize/Makefile.PL
13956           !> ext/Unicode/Normalize/Normalize.pm
13957           !> ext/Unicode/Normalize/Normalize.xs
13958           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
13959           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
13960           !> t/run/kill_perl.t toke.c
13961 ____________________________________________________________________________
13962 [ 14167] By: nick                                  on 2002/01/10  17:08:35
13963         Log: More signal hackery
13964      Branch: perlio
13965            ! win32/win32.c
13966 ____________________________________________________________________________
13967 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
13968         Log: I think we can claim to be supporting Unicode
13969              "loose matching" now.
13970      Branch: perl
13971            ! pod/perlunicode.pod
13972 ____________________________________________________________________________
13973 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
13974         Log: Subject: doc patch
13975              From: mjd@plover.com
13976              Date: 10 Jan 2002 15:12:27 -0000
13977              Message-ID: <20020110151227.14850.qmail@plover.com>
13978      Branch: perl
13979            ! pod/perlrun.pod
13980 ____________________________________________________________________________
13981 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
13982         Log: Subject: Re: [ID 20011223.001] accept leaks memory
13983              From: Andy Dougherty <doughera@lafayette.edu>
13984              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
13985              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
13986      Branch: perl
13987            ! hints/linux.sh
13988 ____________________________________________________________________________
13989 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
13990         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
13991      Branch: perl
13992           !> win32/win32.c
13993 ____________________________________________________________________________
13994 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
13995         Log: Subject: [PATCH] Magic numbers in B::Concise
13996              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
13997              Date: Wed, 9 Jan 2002 23:04:01 -0800
13998              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
13999      Branch: perl
14000            ! ext/B/B/Concise.pm ext/B/O.pm
14001 ____________________________________________________________________________
14002 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
14003         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
14004              From: Gisle Aas <gisle@ActiveState.com>
14005              Date: 09 Jan 2002 21:52:40 -0800
14006              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
14007      Branch: perl
14008            ! t/lib/strict/vars toke.c
14009 ____________________________________________________________________________
14010 [ 14160] By: nick                                  on 2002/01/09  21:29:39
14011         Log: Skeleton coding of more kill() support on Win32.
14012      Branch: perlio
14013            ! win32/win32.c
14014 ____________________________________________________________________________
14015 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
14016         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
14017              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14018              Date: Wed, 9 Jan 2002 23:24:32 +0100
14019              Message-ID: <20020109232432.A692@rafael>
14020      Branch: perl
14021            ! ext/B/B/Deparse.pm
14022 ____________________________________________________________________________
14023 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
14024         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
14025              From: Jonathan Stowe <gellyfish@gellyfish.com>
14026              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
14027              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
14028      Branch: perl
14029            ! t/run/kill_perl.t
14030 ____________________________________________________________________________
14031 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
14032         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
14033              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14034              Date: Wed, 09 Jan 2002 20:16:54 +0000
14035              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
14036      Branch: perl
14037            ! regexec.c
14038 ____________________________________________________________________________
14039 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
14040         Log: Subject: [Patch @14129] fixes Unicode::Normalize
14041              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14042              Date: Thu, 10 Jan 2002 01:08:56 +0900
14043              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
14044      Branch: perl
14045            - ext/Unicode/Normalize/Normalize.pod
14046            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
14047            ! ext/Unicode/Normalize/Normalize.pm
14048            ! ext/Unicode/Normalize/Normalize.xs
14049            ! ext/Unicode/Normalize/mkheader
14050 ____________________________________________________________________________
14051 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
14052         Log: Integrate perlio; (Re-)implement alarm() for Win32.
14053      Branch: perl
14054           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
14055           !> win32/win32iop.h
14056 ____________________________________________________________________________
14057 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
14058         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
14059              From: Nicholas Clark <nick@unfortu.net>
14060              Date: Wed, 9 Jan 2002 17:56:04 +0000
14061              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
14062      Branch: perl
14063            ! t/op/readdir.t
14064 ____________________________________________________________________________
14065 [ 14153] By: nick                                  on 2002/01/09  16:18:57
14066         Log: Integrate mainline
14067      Branch: perlio
14068           +> ext/threads/t/stress_re.t t/op/unifold.t
14069            - lib/unifold.t
14070           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
14071           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
14072           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
14073 ____________________________________________________________________________
14074 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
14075         Log: Update Changes.
14076      Branch: perl
14077            ! Changes patchlevel.h
14078 ____________________________________________________________________________
14079 [ 14151] By: nick                                  on 2002/01/09  14:27:36
14080         Log: (Re-)implement alarm() for Win32.
14081      Branch: perlio
14082            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
14083            ! win32/win32iop.h
14084 ____________________________________________________________________________
14085 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
14086         Log: Thinko.
14087      Branch: perl
14088            ! ext/threads/t/stress_re.t
14089 ____________________________________________________________________________
14090 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
14091         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
14092              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
14093              Date: Wed, 09 Jan 2002 13:37:17 +0000                
14094              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
14095      Branch: perl
14096            ! regexec.c t/op/re_tests
14097 ____________________________________________________________________________
14098 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
14099         Log: Subject: Re: Weird Malformed warning in bleadperl    
14100              From: andreas.koenig@anima.de (Andreas J. Koenig)    
14101              Date: 09 Jan 2002 11:12:37 +0100
14102              Message-ID: <m3itabbzoq.fsf@anima.de>
14103      Branch: perl
14104            ! regexec.c t/op/pat.t
14105 ____________________________________________________________________________
14106 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
14107         Log: Forgot stress_re.t from MANIFEST.
14108      Branch: perl
14109            ! MANIFEST
14110 ____________________________________________________________________________
14111 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
14112         Log: In dumping use isPRINT() instead of isprint() so that locale
14113              does not come into play.
14114      Branch: perl
14115            ! utf8.c
14116 ____________________________________________________________________________
14117 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
14118         Log: Add a threads stress test for regular expressions
14119              (mostly just a modified stress_string.t) and doesn't
14120              test that much of regular expressions, just that $1
14121              doesn't get stomped by competing threads (as it does
14122              in the 5005threads of old).
14123      Branch: perl
14124            + ext/threads/t/stress_re.t
14125            ! MANIFEST
14126 ____________________________________________________________________________
14127 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
14128         Log: (retracted by #14307)
14129              Subject: Re: [ID 20010912.007] substr reference core dump
14130              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14131              Date: Tue, 08 Jan 2002 19:17:50 +0000
14132              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
14133      Branch: perl
14134            ! scope.c t/run/kill_perl.t
14135 ____________________________________________________________________________
14136 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
14137         Log: SANY (. with /s) wasn't happy on Unicode.
14138      Branch: perl
14139            ! regexec.c t/op/pat.t
14140 ____________________________________________________________________________
14141 [ 14142] By: ams                                   on 2002/01/08  22:42:10
14142         Log: Subject: [PATCH] perldebug nit
14143              From: Tels <tels@bloodgate.com>
14144              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
14145      Branch: perl
14146            ! pod/perldebug.pod
14147 ____________________________________________________________________________
14148 [ 14141] By: ams                                   on 2002/01/08  21:32:59
14149         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
14150              From: "Green, Paul" <Paul.Green@stratus.com>
14151              Date: Tue, 8 Jan 2002 17:31:35 -0500
14152              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
14153      Branch: perl
14154            ! Makefile.SH
14155 ____________________________________________________________________________
14156 [ 14140] By: ams                                   on 2002/01/08  21:27:57
14157         Log: Subject: [PATCH] Re: Slight chokage from Deparse
14158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14159              Date: Tue, 8 Jan 2002 23:04:45 +0100
14160              Message-Id: <20020108230445.A4798@rafael>
14161      Branch: perl
14162            ! ext/B/B/Deparse.pm
14163 ____________________________________________________________________________
14164 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
14165         Log: Subject: [patch] peep() is rude
14166              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
14167              Date: Tue, 08 Jan 2002 19:17:50 +0000            
14168              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
14169      Branch: perl
14170            ! op.c t/run/kill_perl.t
14171 ____________________________________________________________________________
14172 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
14173         Log: unifold is really an op test since it requires
14174              no external modules for its actual testing:
14175              only the unicore CaseFold.txt file, and File::Spec
14176              to portably access that file.
14177      Branch: perl
14178            + t/op/unifold.t
14179            - lib/unifold.t
14180            ! MANIFEST
14181 ____________________________________________________________________________
14182 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
14183         Log: Subject: [patch] save a test 
14184              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14185              Date: Tue, 08 Jan 2002 16:18:47 +0000
14186              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
14187      Branch: perl
14188            ! regcomp.c
14189 ____________________________________________________________________________
14190 [ 14136] By: nick                                  on 2002/01/08  16:11:55
14191         Log: Integrate mainline
14192      Branch: perlio
14193           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
14194           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
14195           !> (integrate 37 files)
14196 ____________________________________________________________________________
14197 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
14198         Log: Subject: Not OK 13843 
14199              From: andreas.koenig@anima.de (Andreas J. Koenig)
14200              Date: 08 Jan 2002 14:12:29 +0100
14201              Message-ID: <m38zb9c7gi.fsf@anima.de>
14202      Branch: perl
14203            ! op.c t/op/subst.t
14204 ____________________________________________________________________________
14205 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
14206         Log: Missed one variant of the fold testing, noticed bu Hugo.
14207      Branch: perl
14208            ! lib/unifold.t
14209 ____________________________________________________________________________
14210 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
14211         Log: Enchance the Storable magic description.
14212      Branch: perl
14213            ! ext/Storable/Storable.pm
14214 ____________________________________________________________________________
14215 [ 14132] By: ams                                   on 2002/01/08  09:16:12
14216         Log: Subject: [PATCH] don't installperl pods
14217              From: H.Merijn Brand <h.m.brand@hccnet.nl>
14218              Date: Tue, 08 Jan 2002 10:36:01 +0100
14219              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
14220      Branch: perl
14221            ! installperl
14222 ____________________________________________________________________________
14223 [ 14131] By: ams                                   on 2002/01/08  03:38:40
14224         Log: Subject: Math-BigInt v1.49 released
14225              From: Tels <perl_dummy@bloodgate.com>
14226              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
14227      Branch: perl
14228            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
14229            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
14230            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14231            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14232            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
14233            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
14234            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
14235            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
14236            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
14237            ! t/lib/Math/BigInt/Subclass.pm
14238 ____________________________________________________________________________
14239 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
14240         Log: A little better comments.
14241      Branch: perl
14242            ! regexec.c
14243 ____________________________________________________________________________
14244 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
14245         Log: No normalization form DNF.
14246      Branch: perl
14247            ! ext/Unicode/Normalize/Normalize.pm
14248 ____________________________________________________________________________
14249 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
14250         Log: Extension nits found by -Wall (several from threads
14251              and threads::shared, but leaving them to Arthur).
14252      Branch: perl
14253            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
14254            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
14255            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
14256            ! ext/Unicode/Normalize/mkheader x2p/str.c
14257 ____________________________________________________________________________
14258 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
14259         Log: Sync up Changes etc.
14260      Branch: maint-5.6/macperl
14261            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
14262 ____________________________________________________________________________
14263 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
14264         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
14265      Branch: maint-5.6/macperl
14266            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
14267 ____________________________________________________________________________
14268 [ 14125] By: ams                                   on 2002/01/07  22:03:22
14269         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
14270              From: Nicholas Clark (sans From field in mail header)
14271              Date: Mon, 7 Jan 2002 16:18:23 +0000
14272              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
14273      Branch: perl
14274            ! lib/Exporter.pm
14275 ____________________________________________________________________________
14276 [ 14124] By: ams                                   on 2002/01/07  21:46:11
14277         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
14278              From: "Green, Paul" <Paul.Green@stratus.com>
14279              Date: Mon, 7 Jan 2002 16:59:38 -0500
14280              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
14281      Branch: perl
14282            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
14283 ____________________________________________________________________________
14284 [ 14123] By: nick                                  on 2002/01/07  18:49:55
14285         Log: Integrate mainline
14286      Branch: perlio
14287           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
14288           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
14289           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
14290           !> regexec.c t/op/re_tests utf8.c utf8.h
14291 ____________________________________________________________________________
14292 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
14293         Log: Update Changes.
14294      Branch: perl
14295            ! Changes patchlevel.h
14296 ____________________________________________________________________________
14297 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
14298         Log: Subject: [PATCH] Correct module name in perldelta*
14299              From: Mike Guy <mjtg@cam.ac.uk>
14300              Date: Mon, 07 Jan 2002 17:02:43 +0000
14301              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
14302      Branch: perl
14303            ! pod/perl561delta.pod pod/perl56delta.pod
14304 ____________________________________________________________________________
14305 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
14306         Log: AUTHORS update.
14307      Branch: perl
14308            ! AUTHORS
14309 ____________________________________________________________________________
14310 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
14311         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
14312      Branch: perl
14313            ! ext/Storable/Storable.pm
14314 ____________________________________________________________________________
14315 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
14316         Log: perldelta updates.
14317      Branch: perl
14318            ! pod/perldelta.pod
14319 ____________________________________________________________________________
14320 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
14321         Log: Document the flags of pv_uni_display().
14322      Branch: perl
14323            ! pod/perlapi.pod utf8.c
14324 ____________________________________________________________________________
14325 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
14326         Log: Forgot from #14115.
14327      Branch: perl
14328            ! t/op/re_tests
14329 ____________________________________________________________________________
14330 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
14331         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
14332              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
14333              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
14334              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
14335      Branch: perl
14336            ! regcomp.c
14337 ____________________________________________________________________________
14338 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
14339         Log: More regex and utf8 debug dumping.
14340      Branch: perl
14341            ! dump.c regcomp.c regexec.c utf8.c utf8.h
14342 ____________________________________________________________________________
14343 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
14344         Log: Unused variable.
14345      Branch: perl
14346            ! regcomp.c
14347 ____________________________________________________________________________
14348 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
14349         Log: Regen toc.
14350      Branch: perl
14351            ! pod/perltoc.pod
14352 ____________________________________________________________________________
14353 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
14354         Log: capitalize correctly, noticed by David Dyck.
14355      Branch: perl
14356            ! lib/sort.pm
14357 ____________________________________________________________________________
14358 [ 14110] By: nick                                  on 2002/01/06  22:05:19
14359         Log: Integrate mainline - threads mended, DB_File sick?
14360      Branch: perlio
14361           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
14362           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
14363           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
14364           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
14365           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
14366 ____________________________________________________________________________
14367 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
14368         Log: No need to overqualify.
14369      Branch: perl
14370            ! lib/sort.pm
14371 ____________________________________________________________________________
14372 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
14373         Log: PL_debug_pad wasn't initialized to zeroes which broke
14374              ithreads + DEBUGGING.
14375      Branch: perl
14376            ! sv.c
14377 ____________________________________________________________________________
14378 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
14379         Log: Update Changes.
14380      Branch: perl
14381            ! Changes patchlevel.h
14382 ____________________________________________________________________________
14383 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
14384         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
14385              From: Jonathan Stowe <gellyfish@gellyfish.com>
14386              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
14387              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
14388      Branch: perl
14389            ! pp_sys.c
14390 ____________________________________________________________________________
14391 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
14392         Log: DB_File sync from Paul Marquess.
14393      Branch: perl
14394            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14395            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
14396            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
14397 ____________________________________________________________________________
14398 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
14399         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
14400              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
14401              Date: Sun, 6 Jan 2002 11:44:30 +0100
14402              Message-ID: <3C38389E.7831.493570@localhost>
14403      Branch: perl
14404            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
14405            ! utils/perlcc.PL
14406 ____________________________________________________________________________
14407 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
14408         Log: Tests for #14098.
14409      Branch: perl
14410            ! t/op/lc.t
14411 ____________________________________________________________________________
14412 [ 14102] By: nick                                  on 2002/01/06  11:33:55
14413         Log: Integrate mainline (PPPort still multi-building).
14414      Branch: perlio
14415           +> lib/unifold.t
14416           !> (integrate 30 files)
14417 ____________________________________________________________________________
14418 [ 14101] By: ams                                   on 2002/01/06  04:52:50
14419         Log: Subject: [PATCH] Bad prototype detection now an optional warning
14420              From: Sam Tregar <sam@tregar.com>
14421              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
14422              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
14423      Branch: perl
14424            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
14425            ! t/comp/proto.t toke.c
14426 ____________________________________________________________________________
14427 [ 14100] By: ams                                   on 2002/01/06  01:56:59
14428         Log: Subject: [PATCH] Correct several Stratus VOS build issues
14429              From: "Green, Paul" <Paul.Green@stratus.com>
14430              Date: Sat, 5 Jan 2002 21:30:56 -0500
14431              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
14432      Branch: perl
14433            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
14434 ____________________________________________________________________________
14435 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
14436         Log: Further perl.org URL elaboration from Ask.
14437      Branch: perl
14438            ! pod/perlfaq1.pod pod/perlfaq2.pod
14439 ____________________________________________________________________________
14440 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
14441         Log: The same problem with To{Lower,Title,Upper}
14442              as earlier with ToFold.
14443      Branch: perl
14444            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14445            ! lib/unicore/To/Upper.pl lib/unicore/mktables
14446 ____________________________________________________________________________
14447 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
14448         Log: Retract #14057 for now; the alarm/setitimer timers
14449              seen to be the same in many systems, which leads into
14450              hangups.
14451      Branch: perl
14452            ! ext/Time/HiRes/HiRes.t
14453 ____________________________________________________________________________
14454 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
14455         Log: Finish up (ha!) the Unicode case folding;
14456              enhance regex dumping code.
14457      Branch: perl
14458            + lib/unifold.t
14459            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
14460            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
14461 ____________________________________________________________________________
14462 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
14463         Log: Use the perl.org news gw instead of the perl.com one
14464              (from Ask).
14465      Branch: perl
14466            ! pod/perlfaq1.pod pod/perlfaq2.pod
14467 ____________________________________________________________________________
14468 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
14469         Log: Zero() wasn't documented.
14470      Branch: perl
14471            ! pod/perlclib.pod
14472 ____________________________________________________________________________
14473 [ 14093] By: ams                                   on 2002/01/05  17:58:35
14474         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
14475              From: Nicholas Clark <nick@unfortu.net>
14476              Date: Sat, 5 Jan 2002 18:55:39 +0000
14477              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
14478      Branch: perl
14479            ! lib/Memoize/t/tie_ndbm.t
14480 ____________________________________________________________________________
14481 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
14482         Log: Also UNICOS/mk has deviant socketpair().
14483      Branch: perl
14484            ! ext/Socket/socketpair.t
14485 ____________________________________________________________________________
14486 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
14487         Log: Ooops.  Retract the regex parts of #14090.
14488      Branch: perl
14489            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
14490 ____________________________________________________________________________
14491 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
14492         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
14493              From: Nicholas Clark <nick@unfortu.net> 
14494              Date: Sat, 5 Jan 2002 18:10:13 +0000
14495              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
14496      Branch: perl
14497            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
14498            ! regcomp.h regexec.c
14499 ____________________________________________________________________________
14500 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
14501         Log: Integrate perlio; a missing aTHX.
14502      Branch: perl
14503           !> op.c
14504 ____________________________________________________________________________
14505 [ 14088] By: nick                                  on 2002/01/05  12:35:01
14506         Log: One missing aTHX_
14507      Branch: perlio
14508            ! op.c
14509 ____________________________________________________________________________
14510 [ 14087] By: nick                                  on 2002/01/05  12:00:48
14511         Log: Raw integrate of mainline - op.c looks dodgy.
14512      Branch: perlio
14513           +> lib/Pod/t/Functions.t t/op/winsystem.t
14514            - lib/File/Spec/NW5.pm t/op/system.t
14515           !> (integrate 77 files)
14516 ____________________________________________________________________________
14517 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
14518         Log: integrate changes from maint-5.6/macperl branch
14519      Branch: maint-5.6/perl
14520           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
14521           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
14522 ____________________________________________________________________________
14523 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
14524         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
14525              found by Marc Lehmann.
14526      Branch: perl
14527            ! pp.c
14528 ____________________________________________________________________________
14529 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
14530         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
14531              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14532              Date: Sat, 5 Jan 2002 00:31:12 +0100
14533              Message-ID: <20020105003112.E1850@rafael>              
14534      Branch: perl
14535            ! t/comp/proto.t
14536 ____________________________________________________________________________
14537 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
14538         Log: A bit of "perl.com" cleanup.
14539      Branch: perl
14540            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
14541            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14542            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
14543            ! pod/perlmodlib.PL pod/perlmodlib.pod
14544 ____________________________________________________________________________
14545 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
14546         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
14547              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14548              Date: Fri, 4 Jan 2002 23:35:19 +0100
14549              Message-ID: <20020104233519.A1850@rafael>
14550      Branch: perl
14551            ! op.c
14552 ____________________________________________________________________________
14553 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
14554         Log: Integrate change #14062 from macperl;
14555              Define setbuf, setvbuf for Mac OS
14556      Branch: perl
14557           !> ext/IO/IO.xs
14558 ____________________________________________________________________________
14559 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
14560         Log: Bump version, update Changes
14561      Branch: maint-5.6/macperl
14562            ! macos/Changes macos/MPVersion.r
14563 ____________________________________________________________________________
14564 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
14565         Log: Add more droplets
14566      Branch: maint-5.6/macperl
14567            + macos/macperl/Droplets/gluedialect.plx
14568            + macos/macperl/Droplets/glueedit.plx
14569            + macos/macperl/Droplets/gluemac.plx
14570            + macos/macperl/Droplets/gluescriptadds.plx
14571            + macos/macperl/Droplets/installme.plx
14572            + macos/macperl/Droplets/show_glue_pods.plx
14573            + macos/macperl/Droplets/tarzipme.plx
14574            + macos/macperl/Droplets/untarzipme.plx
14575 ____________________________________________________________________________
14576 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
14577         Log: Display the native pwd command.
14578      Branch: perl
14579            ! ext/Cwd/t/cwd.t
14580 ____________________________________________________________________________
14581 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
14582         Log: Under Mac OS X /dev/stdout is normally a symlink,
14583              but when running the test it seems to become a socket.
14584              So let's extend our censorship.
14585      Branch: perl
14586            ! t/op/stat.t
14587 ____________________________________________________________________________
14588 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
14589         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
14590      Branch: maint-5.6/macperl
14591            + macos/HandleSocket.cp
14592            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
14593            ! macos/macperl.sym
14594 ____________________________________________________________________________
14595 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
14596         Log: Doc updates
14597      Branch: maint-5.6/macperl
14598            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
14599 ____________________________________________________________________________
14600 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
14601         Log: Update libraries
14602      Branch: maint-5.6/macperl
14603            ! macos/macperl/Makefile.mk
14604 ____________________________________________________________________________
14605 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
14606         Log: Update tests to Mac::StandardFile from StandardFile.pl,
14607              plus other fixes
14608      Branch: maint-5.6/macperl
14609            ! macos/ext/Mac/Menus/t/MenuBar.t
14610            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
14611            ! macos/ext/Mac/Movies/t/PlayMovie.t
14612            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
14613            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
14614            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
14615            ! macos/ext/Mac/Resources/t/Resources.t
14616 ____________________________________________________________________________
14617 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
14618         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
14619      Branch: maint-5.6/macperl
14620            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
14621            ! macos/ext/Mac/Movies/Movies.xs
14622            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
14623            ! macos/ext/Mac/StandardFile/StandardFile.xs
14624            ! macos/ext/Mac/Windows/Windows.xs
14625 ____________________________________________________________________________
14626 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
14627         Log: Updates for Universal Headers 3.4 (forgot one)
14628      Branch: maint-5.6/macperl
14629            ! macos/macperl/MPConsole.cp
14630 ____________________________________________________________________________
14631 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
14632         Log: Updates for Universal Headers 3.4
14633      Branch: maint-5.6/macperl
14634            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
14635            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
14636            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
14637            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
14638            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
14639            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
14640            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
14641            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
14642            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
14643 ____________________________________________________________________________
14644 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
14645         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
14646              from <200112112327.JAA25434@gpo.metropolis.net.au>;
14647              don't crash on quit for 68K (MacPerl Bug #490013)
14648      Branch: maint-5.6/macperl
14649            ! macos/macish.c macos/macperl/MPConsole.cp
14650 ____________________________________________________________________________
14651 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
14652         Log: If we do have socketpair(), make my_socketpair()
14653              just call the real socketpair().  This way we always
14654              have real code behind my_socketpair() and a symbol
14655              corresponding to the my_socketpair in global.sym.
14656      Branch: perl
14657            ! embed.fnc embed.h makedef.pl proto.h util.c
14658 ____________________________________________________________________________
14659 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
14660         Log: Disable sigaction (MacPerl Bug #470321)
14661      Branch: maint-5.6/macperl
14662            ! macos/config.h macos/config.sh
14663 ____________________________________________________________________________
14664 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
14665         Log: Make GUSI resource work (MacPerl Bug #464638)
14666      Branch: maint-5.6/macperl
14667            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
14668            ! macos/macperl/MacPerl.rsrc
14669 ____________________________________________________________________________
14670 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
14671         Log: Make AutoSplit go a little deeper
14672      Branch: maint-5.6/macperl
14673            ! macos/Makefile.mk
14674 ____________________________________________________________________________
14675 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
14676         Log: A few doc updates from bleadperl
14677      Branch: maint-5.6/macperl
14678            ! pod/perlmodinstall.pod pod/perlport.pod
14679 ____________________________________________________________________________
14680 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
14681         Log: Sync up to latest changes from bleadperl
14682      Branch: maint-5.6/macperl
14683            ! lib/File/Find.pm
14684 ____________________________________________________________________________
14685 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
14686         Log: Define setbuf, setvbuf for Mac OS
14687      Branch: maint-5.6/macperl
14688            ! ext/IO/IO.xs
14689 ____________________________________________________________________________
14690 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
14691         Log: Delete by request of Mark-Jason Dominus (change #13676)
14692      Branch: maint-5.6/macperl
14693            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
14694 ____________________________________________________________________________
14695 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
14696         Log: Spread the good word of "env".
14697      Branch: perl
14698            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
14699 ____________________________________________________________________________
14700 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
14701         Log: Till the system tests do something non-Win*, better rename
14702              the test so that people on other platforms don't get confused.
14703              (Not win32system, because assumedly there's win64, too.)
14704      Branch: perl
14705            + t/op/winsystem.t
14706            - t/op/system.t
14707            ! MANIFEST
14708 ____________________________________________________________________________
14709 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
14710         Log: Some tweaks.
14711      Branch: perl
14712            ! lib/Pod/t/Functions.t
14713 ____________________________________________________________________________
14714 [ 14057] By: ams                                   on 2002/01/04  17:40:31
14715         Log: (retracted by #14057)
14716              
14717              Subject: [PATCH] Time/HiRes/HiRes.t
14718              From: Nicholas Clark <nick@unfortu.net>
14719              Date: Fri, 4 Jan 2002 17:28:46 +0000
14720              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
14721      Branch: perl
14722            ! ext/Time/HiRes/HiRes.t
14723 ____________________________________________________________________________
14724 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
14725         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
14726              From: Abe Timmerman <abe@ztreet.demon.nl>
14727              Date: Fri, 04 Jan 2002 18:42:33 +0100
14728              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
14729      Branch: perl
14730            + lib/Pod/t/Functions.t
14731            ! MANIFEST lib/Pod/Functions.pm
14732 ____________________________________________________________________________
14733 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
14734         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
14735              From: "Craig A. Berry" <craigberry@mac.com>
14736              Date: Thu, 3 Jan 2002 17:32:20 -0600
14737              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
14738      Branch: perl
14739            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
14740 ____________________________________________________________________________
14741 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
14742         Log: Document the U+0085, U+2028, and U+2029.
14743      Branch: perl
14744            ! pod/perlre.pod pod/perlretut.pod
14745 ____________________________________________________________________________
14746 [ 14053] By: ams                                   on 2002/01/04  03:27:44
14747         Log: Subject: [PATCH] warn if not CORE::dump
14748              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14749              Date: Thu, 3 Jan 2002 22:04:00 +0100
14750              Message-Id: <20020103220400.A13958@rafael>
14751      Branch: perl
14752            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
14753 ____________________________________________________________________________
14754 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
14755         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
14756      Branch: perl
14757            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
14758 ____________________________________________________________________________
14759 [ 14051] By: ams                                   on 2002/01/04  03:00:12
14760         Log: Subject: [PATCH] File::Compare::VERSION
14761              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14762              Date: Thu, 3 Jan 2002 23:42:52 +0100
14763              Message-Id: <20020103234252.G13958@rafael>
14764      Branch: perl
14765            ! lib/File/Compare.pm
14766 ____________________________________________________________________________
14767 [ 14050] By: ams                                   on 2002/01/04  02:58:05
14768         Log: Subject: [PATCH @14042] threads::shared doc
14769              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
14770              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
14771              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
14772      Branch: perl
14773            ! ext/threads/shared/shared.pm
14774 ____________________________________________________________________________
14775 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
14776         Log: #14048 exposed few false positives, to be fixed soonish.
14777      Branch: perl
14778            ! t/op/pat.t
14779 ____________________________________________________________________________
14780 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
14781         Log: Do not add the first characters of multicharacter foldings
14782              into character classes.
14783      Branch: perl
14784            ! regcomp.c
14785 ____________________________________________________________________________
14786 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
14787         Log: A bit of testing for #14046.
14788      Branch: perl
14789            ! t/op/pat.t
14790 ____________________________________________________________________________
14791 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
14792         Log: Allow emitting the foldcased version of "\x{df}", "ss"
14793              (among others, another example would be \x{fb00} -> "ff")
14794      Branch: perl
14795            ! regcomp.c
14796 ____________________________________________________________________________
14797 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
14798         Log: Subject: [PATCH] File::Spec & NetWare
14799              From: Dave Rolsky <autarch@urth.org>
14800              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
14801              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
14802      Branch: perl
14803            - lib/File/Spec/NW5.pm
14804            ! MANIFEST lib/File/Spec.pm
14805 ____________________________________________________________________________
14806 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
14807         Log: FAQ sync (RCS Ids only?)
14808      Branch: perl
14809            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
14810 ____________________________________________________________________________
14811 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
14812         Log: AUTHORs updates.
14813      Branch: perl
14814            ! AUTHORS
14815 ____________________________________________________________________________
14816 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
14817         Log: Update Changes.
14818      Branch: perl
14819            ! Changes patchlevel.h
14820 ____________________________________________________________________________
14821 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
14822         Log: Missed the =head1 additions.
14823      Branch: perl
14824            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
14825            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
14826            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
14827            ! util.c
14828 ____________________________________________________________________________
14829 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
14830         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
14831              From: Robin Barker <rmb1@cise.npl.co.uk>
14832              Date: Thu, 3 Jan 2002 15:26:20 GMT
14833              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
14834      Branch: perl
14835            ! lib/Carp.t lib/Carp/Heavy.pm
14836 ____________________________________________________________________________
14837 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
14838         Log: Subject: [PATCH hv.c] 
14839              From: Robin Barker <rmb1@cise.npl.co.uk>
14840              Date: Thu, 3 Jan 2002 14:49:06 GMT
14841              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
14842              
14843              -Wformat check.
14844      Branch: perl
14845            ! hv.c
14846 ____________________________________________________________________________
14847 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
14848         Log: NetWare tweaks from Ananth Kesari.
14849      Branch: perl
14850            ! NetWare/t/NWScripts.pl lib/File/Find.pm
14851 ____________________________________________________________________________
14852 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
14853         Log: Cast.
14854      Branch: perl
14855            ! regexec.c
14856 ____________________________________________________________________________
14857 [ 14036] By: ams                                   on 2002/01/03  12:12:31
14858         Log: Grammar fix suggested by Gwyn Judd.
14859      Branch: perl
14860            ! pod/perldiag.pod
14861 ____________________________________________________________________________
14862 [ 14035] By: nick                                  on 2002/01/03  09:22:42
14863         Log: More strange perlio != mainline differences where
14864              I have not been.
14865      Branch: perlio
14866           !> hints/unicos.sh hints/unicosmk.sh
14867 ____________________________________________________________________________
14868 [ 14034] By: nick                                  on 2002/01/03  09:19:37
14869         Log: Integrate mainline (including force integrate of
14870              lib/charnames.pm which had got out-of-step)
14871      Branch: perlio
14872           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
14873 ____________________________________________________________________________
14874 [ 14033] By: ams                                   on 2002/01/03  08:24:24
14875         Log: Subject: Not ok 14031: PPPort Makefile.PL
14876              From: andreas.koenig@anima.de (Andreas J. Koenig)
14877              Date: 03 Jan 2002 10:17:46 +0100
14878              Message-Id: <m3sn9n94jp.fsf@anima.de>
14879      Branch: perl
14880            ! ext/Devel/PPPort/Makefile.PL
14881 ____________________________________________________________________________
14882 [ 14032] By: nick                                  on 2002/01/03  08:24:00
14883         Log: Integrate mainline.
14884      Branch: perlio
14885           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
14886           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
14887           !> (integrate 31 files)
14888 ____________________________________________________________________________
14889 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
14890         Log: Off-by-one is my middle name.
14891      Branch: perl
14892            ! regexec.c
14893 ____________________________________________________________________________
14894 [ 14030] By: ams                                   on 2002/01/02  23:56:37
14895         Log: Subject: [PATCH @14015] threads::shared disabling
14896              From: Andy Bussey <andybussey@yahoo.co.uk>
14897              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
14898              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
14899      Branch: perl
14900            + ext/threads/shared/t/no_share.t
14901            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
14902 ____________________________________________________________________________
14903 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
14904         Log: Simon's new perlapi scheme, I hope I got all the pieces.
14905      Branch: perl
14906            + autodoc.pl embed.fnc
14907            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
14908 ____________________________________________________________________________
14909 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
14910         Log: Integrate perlio; more PPPort Makefile source dependence removal
14911      Branch: perl
14912           !> ext/Devel/PPPort/Makefile.PL perl.h
14913 ____________________________________________________________________________
14914 [ 14027] By: ams                                   on 2002/01/02  21:42:50
14915         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
14916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14917              Date: Wed, 2 Jan 2002 23:09:13 +0100
14918              Message-Id: <20020102230913.A17373@rafael>
14919      Branch: perl
14920            ! pod/perldiag.pod
14921 ____________________________________________________________________________
14922 [ 14026] By: ams                                   on 2002/01/02  21:38:34
14923         Log: Subject: Re: PATCH: lib/Term/Cap.pm
14924              From: Jonathan Stowe <gellyfish@gellyfish.com>
14925              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
14926              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
14927      Branch: perl
14928            ! lib/Term/Cap.pm
14929 ____________________________________________________________________________
14930 [ 14025] By: ams                                   on 2002/01/02  18:34:26
14931         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
14932              From: Sam Tregar <sam@tregar.com>
14933              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
14934              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
14935      Branch: perl
14936            ! pod/perldiag.pod t/comp/proto.t toke.c
14937 ____________________________________________________________________________
14938 [ 14024] By: ams                                   on 2002/01/02  18:16:12
14939         Log: Subject: PATCH: lib/Term/Cap.pm
14940              From: Norton Allen <allen@huarp.harvard.edu>
14941              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
14942              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
14943      Branch: perl
14944            ! lib/Term/Cap.pm
14945 ____________________________________________________________________________
14946 [ 14023] By: ams                                   on 2002/01/02  18:12:31
14947         Log: Subject: PATCH: lib/Cwd.pm for QNX4
14948              From: Norton Allen <allen@huarp.harvard.edu>
14949              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
14950              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
14951      Branch: perl
14952            ! lib/Cwd.pm
14953 ____________________________________________________________________________
14954 [ 14022] By: nick                                  on 2002/01/02  18:01:21
14955         Log: More PPPort Makefile source dependence removal
14956      Branch: perlio
14957            ! ext/Devel/PPPort/Makefile.PL
14958 ____________________________________________________________________________
14959 [ 14021] By: nick                                  on 2002/01/02  17:44:36
14960         Log: Sort out muddle of editing on three machines ...
14961      Branch: perlio
14962           !> Changes MANIFEST cygwin/Makefile.SHs
14963           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
14964           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
14965           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
14966 ____________________________________________________________________________
14967 [ 14020] By: ams                                   on 2002/01/02  17:06:27
14968         Log: Fix misplaced application of #14016.
14969      Branch: perl
14970            ! op.c
14971 ____________________________________________________________________________
14972 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
14973         Log: Integrate perlio; avoid uninit debug_pad.
14974      Branch: perl
14975           !> sv.c
14976 ____________________________________________________________________________
14977 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
14978         Log: makedepend VOS fix from Paul Green.
14979      Branch: perl
14980            ! makedepend.SH
14981 ____________________________________________________________________________
14982 [ 14017] By: nick                                  on 2002/01/02  16:09:43
14983         Log: Avoid un-init perl_debug_pad in clones
14984      Branch: perlio
14985            ! sv.c
14986 ____________________________________________________________________________
14987 [ 14016] By: ams                                   on 2002/01/02  15:58:11
14988         Log: Subject: [PATCH] random crash in B::LISTOP::last
14989              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14990              Date: Wed, 2 Jan 2002 17:37:28 +0100
14991              Message-Id: <3C334558.3906.19CB98D@localhost>
14992      Branch: perl
14993            ! op.c
14994 ____________________________________________________________________________
14995 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
14996         Log: Update Changes.
14997      Branch: perl
14998            ! Changes patchlevel.h
14999 ____________________________________________________________________________
15000 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
15001         Log: One more iteration of the ibcmp_utf8() interface,
15002              hopefully this is a convergent iteration...
15003      Branch: perl
15004            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
15005 ____________________________________________________________________________
15006 [ 14013] By: ams                                   on 2002/01/02  13:43:58
15007         Log: Upgrade to podlators-1.19.
15008      Branch: perl
15009            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
15010            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
15011            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
15012            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
15013            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
15014 ____________________________________________________________________________
15015 [ 14012] By: ams                                   on 2002/01/02  09:48:51
15016         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
15017              From: martyn@inpharmatica.co.uk
15018              Date: Wed, 19 Dec 2001 19:05:00 +0000
15019              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
15020      Branch: perl
15021            ! lib/Pod/Usage.pm
15022 ____________________________________________________________________________
15023 [ 14011] By: nick                                  on 2002/01/02  08:38:18
15024         Log: Integrate mainline
15025      Branch: perlio
15026           !> (integrate 28 files)
15027 ____________________________________________________________________________
15028 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
15029         Log: Make ibcmp_utf8() optionally progress in either string for
15030              as long as it takes and optionally record how far it got.
15031      Branch: perl
15032            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
15033 ____________________________________________________________________________
15034 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
15035         Log: Once more try to get the PPPort Makefile right.
15036      Branch: perl
15037            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
15038 ____________________________________________________________________________
15039 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
15040         Log: -Wall silencing.
15041      Branch: perl
15042            ! utf8.c
15043 ____________________________________________________________________________
15044 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
15045         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
15046              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15047              Date: Tue, 1 Jan 2002 22:45:21 +0100       
15048              Message-ID: <20020101224521.A691@rafael>
15049      Branch: perl
15050            ! ext/B/B/Deparse.pm
15051 ____________________________________________________________________________
15052 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
15053         Log: VOS tweak from Paul Green: VOS has different O_BINARY
15054              and O_TEXT, but VOS always uses LF, never CRLF.
15055      Branch: perl
15056            ! perl.h
15057 ____________________________________________________________________________
15058 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
15059         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
15060      Branch: perl
15061            ! regexec.c utf8.c
15062 ____________________________________________________________________________
15063 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
15064         Log: Now that to_utf8_fold() was fixed.
15065      Branch: perl
15066            ! regcomp.c regexec.c
15067 ____________________________________________________________________________
15068 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
15069         Log: Integrate perlio; experimental binmode() re-coding.
15070      Branch: perl
15071           !> perlio.c
15072 ____________________________________________________________________________
15073 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
15074         Log: Document the to_utf8_*() functions.
15075      Branch: perl
15076            ! embed.pl pod/perlapi.pod utf8.c
15077 ____________________________________________________________________________
15078 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
15079         Log: Better support for multicharacter foldings.
15080              Now all but two of the CaseFold.txt cases work-- but
15081              only when the target string is single-character, more
15082              debugging needed.
15083      Branch: perl
15084            ! regexec.c
15085 ____________________________________________________________________________
15086 [ 14000] By: ams                                   on 2002/01/01  15:59:43
15087         Log: Subject: [PATCH] don't installperl pods
15088              From: Nicholas Clark <nick@unfortu.net>
15089              Date: Tue, 1 Jan 2002 16:44:12 +0000
15090              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
15091      Branch: perl
15092            ! installperl
15093 ____________________________________________________________________________
15094 [ 13999] By: ams                                   on 2002/01/01  14:34:04
15095         Log: Subject: [PATCH] perldiag.pod transposition
15096              From: Nicholas Clark <nick@unfortu.net>
15097              Date: Tue, 1 Jan 2002 15:03:52 +0000
15098              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
15099      Branch: perl
15100            ! pod/perldiag.pod
15101 ____________________________________________________________________________
15102 [ 13998] By: ams                                   on 2002/01/01  13:36:49
15103         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
15104              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15105              Date: Tue, 1 Jan 2002 15:12:36 +0100
15106              Message-Id: <20020101151236.A951@rafael>
15107      Branch: perl
15108            ! pod/perldiag.pod
15109 ____________________________________________________________________________
15110 [ 13997] By: ams                                   on 2002/01/01  13:33:06
15111         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
15112              From: Nicholas Clark <nick@unfortu.net>
15113              Date: Tue, 1 Jan 2002 13:13:17 +0000
15114              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
15115      Branch: perl
15116            ! ext/Socket/socketpair.t
15117 ____________________________________________________________________________
15118 [ 13996] By: ams                                   on 2002/01/01  04:44:28
15119         Log: Subject: [PATCH @13746] Leaner exporter
15120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15121              Date: Mon, 31 Dec 2001 18:16:08 -0500
15122              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
15123      Branch: perl
15124            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
15125 ____________________________________________________________________________
15126 [ 13995] By: ams                                   on 2002/01/01  04:29:44
15127         Log: Subject: [PATCH @13746] h2xs broken
15128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15129              Date: Mon, 31 Dec 2001 17:48:55 -0500
15130              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
15131      Branch: perl
15132            ! utils/h2xs.PL
15133 ____________________________________________________________________________
15134 [ 13994] By: ams                                   on 2002/01/01  04:25:46
15135         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
15136              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15137              Date: Mon, 31 Dec 2001 17:42:25 -0500
15138              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
15139      Branch: perl
15140            ! lib/ExtUtils/MM_Unix.pm
15141 ____________________________________________________________________________
15142 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
15143         Log: Rename the variables to be a bit more consistent.
15144      Branch: perl
15145            ! utf8.c
15146 ____________________________________________________________________________
15147 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
15148         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
15149              (found by Jeffrey Friedl)
15150      Branch: perl
15151            ! regexec.c t/op/pat.t utf8.c
15152 ____________________________________________________________________________
15153 [ 13991] By: nick                                  on 2001/12/31  18:08:55
15154         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
15155      Branch: perlio
15156            ! perlio.c
15157 ____________________________________________________________________________
15158 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
15159         Log: Update Changes.
15160      Branch: perl
15161            ! Changes patchlevel.h
15162 ____________________________________________________________________________
15163 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
15164         Log: Less unused ones.
15165      Branch: perl
15166            ! regexec.c
15167 ____________________________________________________________________________
15168 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
15169         Log: Unused variable.
15170      Branch: perl
15171            ! regcomp.c
15172 ____________________________________________________________________________
15173 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
15174         Log: Forgotten file.
15175      Branch: perl
15176            ! MANIFEST
15177 ____________________________________________________________________________
15178 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
15179         Log: Subject: Re: Cygwin: one down one to go 
15180              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15181              Date: Mon, 31 Dec 2001 18:34:36 +0100
15182              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
15183      Branch: perl
15184            ! cygwin/Makefile.SHs
15185 ____________________________________________________________________________
15186 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
15187         Log: Add some comments to the recent Unicode case-folding saga.
15188      Branch: perl
15189            ! regcomp.c regexec.c
15190 ____________________________________________________________________________
15191 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
15192         Log: Slight comment tweakage.
15193      Branch: perl
15194            ! ext/I18N/Langinfo/Langinfo.t
15195 ____________________________________________________________________________
15196 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
15197         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
15198      Branch: perl
15199            ! perl.h
15200 ____________________________________________________________________________
15201 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
15202         Log: Subject: [ PATCH] Cygwin: one down one to go
15203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15204              Date: Mon, 31 Dec 2001 17:03:40 +0100
15205              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
15206      Branch: perl
15207            ! lib/Pod/t/basic.t
15208 ____________________________________________________________________________
15209 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
15210         Log: Tweak the dependencies not to recompile everytime,
15211              as suggested by NI-S.
15212      Branch: perl
15213            ! ext/Devel/PPPort/Makefile.PL
15214 ____________________________________________________________________________
15215 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
15216         Log: Planning still not right.
15217      Branch: perl
15218            ! lib/User/grent.t
15219 ____________________________________________________________________________
15220 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
15221         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
15222              From: Michael G Schwern <schwern@pobox.com>
15223              Date: Sun, 30 Dec 2001 18:07:55 -0500
15224              Message-ID: <20011230230755.GG12840@blackrider>
15225              
15226              (lib/User/grent, really)
15227      Branch: perl
15228            ! lib/User/grent.t
15229 ____________________________________________________________________________
15230 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
15231         Log: Integrate perlio; cleanup, in particular avoid accidental
15232              PerlIO_flush(NULL) if PerlIONext is NULL.
15233      Branch: perl
15234           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
15235 ____________________________________________________________________________
15236 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
15237         Log: Subject: typo in IO::Socket::INET.pm
15238              From: mjd@plover.com
15239              Date: 31 Dec 2001 14:31:10 -0000
15240              Message-ID: <20011231143110.4989.qmail@plover.com>
15241      Branch: perl
15242            ! ext/IO/lib/IO/Socket/INET.pm
15243 ____________________________________________________________________________
15244 [ 13976] By: nick                                  on 2001/12/31  13:56:11
15245         Log: Integrate mainline
15246      Branch: perlio
15247           !> (integrate 29 files)
15248 ____________________________________________________________________________
15249 [ 13975] By: nick                                  on 2001/12/31  12:40:50
15250         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
15251              if PerlIONext is NULL.
15252      Branch: perlio
15253            ! perlio.c perliol.h
15254 ____________________________________________________________________________
15255 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
15256         Log: Subject: Re: [PATCH] Basic bad prototype detection
15257              From: Sam Tregar <sam@tregar.com>
15258              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
15259              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
15260      Branch: perl
15261            ! t/comp/proto.t toke.c
15262 ____________________________________________________________________________
15263 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
15264         Log: Subject: [PATCH] configure.com / scriptdirexp
15265              From: "Craig A. Berry" <craigberry@mac.com>
15266              Date: Sun, 30 Dec 2001 15:47:28 -0600
15267              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
15268      Branch: perl
15269            ! configure.com
15270 ____________________________________________________________________________
15271 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
15272         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
15273              From: Abe Timmerman <abe@ztreet.demon.nl>
15274              Date: Mon, 31 Dec 2001 03:55:27 +0100
15275              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
15276      Branch: perl
15277            ! lib/ExtUtils/t/MM_Win32.t
15278 ____________________________________________________________________________
15279 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
15280         Log: Subject: [PATCH] Basic bad prototype detection
15281              From: Sam Tregar <sam@tregar.com> 
15282              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
15283              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
15284      Branch: perl
15285            ! pod/perldiag.pod t/comp/proto.t toke.c
15286 ____________________________________________________________________________
15287 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
15288         Log: Makefiles are sloppy about the exe suffix
15289              (from Paul Green)
15290      Branch: perl
15291            ! Makefile.SH x2p/Makefile.SH
15292 ____________________________________________________________________________
15293 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
15294         Log: Delay folding until necessary; start of handling
15295              folding into several characters.
15296      Branch: perl
15297            ! regcomp.c regexec.c
15298 ____________________________________________________________________________
15299 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
15300         Log: gcc -Wall dewhine.
15301      Branch: perl
15302            ! regexec.c
15303 ____________________________________________________________________________
15304 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
15305         Log: More Unicode folding tweaks, avoid potential false matches.
15306      Branch: perl
15307            ! regexec.c
15308 ____________________________________________________________________________
15309 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
15310         Log: Make that six wrongs.
15311      Branch: perl
15312            ! regexec.c utf8.c
15313 ____________________________________________________________________________
15314 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
15315         Log: Four wrongs can make a right.
15316      Branch: perl
15317            ! regexec.c utf8.c
15318 ____________________________________________________________________________
15319 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
15320         Log: Fix all the I case foldings as per CaseFold.txt.
15321      Branch: perl
15322            ! regcomp.c regexec.c
15323 ____________________________________________________________________________
15324 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
15325         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
15326      Branch: perl
15327            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
15328            ! regexec.c utf8.c
15329 ____________________________________________________________________________
15330 [ 13962] By: nick                                  on 2001/12/30  18:33:41
15331         Log: Integrate 8.3 fix for PPPort fix
15332      Branch: perlio
15333           +> ext/Devel/PPPort/ppport_h.PL
15334            - ext/Devel/PPPort/ppport.h.PL
15335            ! ext/Devel/PPPort/MANIFEST
15336           !> ext/Devel/PPPort/Makefile.PL
15337 ____________________________________________________________________________
15338 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
15339         Log: Integrate perlio; more win32 stuff:
15340              
15341              A. Use Perl_my_socketpair()
15342              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
15343              load winsock.
15344              C. (In passing) work round fact that $$ is now SvREADONLY
15345              so we need to take special measures to set it during
15346              pseudo-fork.
15347      Branch: perl
15348           !> util.c win32/perlhost.h
15349 ____________________________________________________________________________
15350 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
15351         Log: Fix ppport.h for Unix.
15352      Branch: perl
15353            + ext/Devel/PPPort/ppport_h.PL
15354            - ext/Devel/PPPort/ppport.h.PL
15355            ! MANIFEST ext/Devel/PPPort/Makefile.PL
15356 ____________________________________________________________________________
15357 [ 13959] By: nick                                  on 2001/12/30  16:53:42
15358         Log: Win32 stuff:
15359              A. Use Perl_my_socketpair()
15360              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
15361              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
15362              take special measures to set it during pseudo-fork.
15363      Branch: perlio
15364            ! util.c win32/perlhost.h
15365 ____________________________________________________________________________
15366 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
15367         Log: Integrate perlio; win32 kicking.
15368      Branch: perl
15369           +> ext/Devel/PPPort/ppport.h.PL
15370           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
15371           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
15372           !> proto.h
15373 ____________________________________________________________________________
15374 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
15375         Log: metaconfig unit change for #13956.
15376      Branch: metaconfig
15377            ! U/modified/spitshell.U
15378 ____________________________________________________________________________
15379 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
15380         Log: Must look for cat also in $PATH (noticed by Philip Newton).
15381      Branch: perl
15382            ! Configure
15383 ____________________________________________________________________________
15384 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
15385         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
15386              From: Blair Zajac <blair@orcaware.com>
15387              Date: Sat, 29 Dec 2001 22:37:03 -0800
15388              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
15389      Branch: perl
15390            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
15391 ____________________________________________________________________________
15392 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
15393         Log: Regen files.
15394      Branch: perl
15395            ! embed.h global.sym pod/perlapi.pod uconfig.h
15396 ____________________________________________________________________________
15397 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
15398         Log: Subject: [PATCH] -t without -w 
15399              From: Michael G Schwern <schwern@pobox.com>
15400              Date: Sat, 29 Dec 2001 23:46:25 -0500
15401              Message-ID: <20011230044625.GA14386@blackrider>
15402      Branch: perl
15403            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
15404            ! warnings.pl
15405 ____________________________________________________________________________
15406 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
15407         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
15408              From: Dave Rolsky <autarch@urth.org>               
15409              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
15410              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
15411              
15412              $^O is NetWare, not Netware.
15413      Branch: perl
15414            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
15415 ____________________________________________________________________________
15416 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
15417         Log: Sarathy thinks undoing C++ comments from C++ files
15418              is a bit too zealous.
15419      Branch: perl
15420            ! win32/perlhost.h win32/vmem.h
15421 ____________________________________________________________________________
15422 [ 13950] By: nick                                  on 2001/12/30  14:30:02
15423         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
15424              This gets them into Errno.pm - yet to prove they end up in $!.
15425      Branch: perlio
15426            ! ext/Errno/Errno_pm.PL
15427 ____________________________________________________________________________
15428 [ 13949] By: nick                                  on 2001/12/30  12:02:21
15429         Log: Integrate Cwd muddle
15430      Branch: perlio
15431           !> MANIFEST installperl lib/Cwd.pm
15432 ____________________________________________________________________________
15433 [ 13948] By: nick                                  on 2001/12/30  11:51:40
15434         Log: remove embed.pl duplicates
15435      Branch: perlio
15436            ! embed.h embed.pl global.sym proto.h
15437 ____________________________________________________________________________
15438 [ 13947] By: nick                                  on 2001/12/30  11:35:51
15439         Log: More Cwd tidy up
15440      Branch: perl
15441            ! MANIFEST installperl
15442 ____________________________________________________________________________
15443 [ 13946] By: nick                                  on 2001/12/30  11:12:42
15444         Log: Undo a mess trying Cwd.pm in its ext directory
15445      Branch: perl
15446            + lib/Cwd.pm
15447            - ext/Cwd/Cwd.pm
15448 ____________________________________________________________________________
15449 [ 13945] By: nick                                  on 2001/12/30  10:03:43
15450         Log: Integrate mainline
15451      Branch: perl
15452           +> ext/Cwd/Cwd.pm
15453            - lib/Cwd.pm
15454            ! MANIFEST
15455      Branch: perlio
15456           !> (integrate 45 files)
15457 ____________________________________________________________________________
15458 [ 13944] By: nick                                  on 2001/12/30  09:27:16
15459         Log: "Port" Devel::PPPort to Win32:
15460              - need to set @INC before use in the test
15461              - {} are special to dmake, so use ppport.h.PL
15462              rather than commandline 
15463      Branch: perlio
15464            + ext/Devel/PPPort/ppport.h.PL
15465            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
15466 ____________________________________________________________________________
15467 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
15468         Log: Update Changes.
15469      Branch: perl
15470            ! Changes patchlevel.h
15471 ____________________________________________________________________________
15472 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
15473         Log: Subject: [PATCH] cleaner close on tests, take 2
15474              From: andreas.koenig@anima.de (Andreas J. Koenig)
15475              Date: 29 Dec 2001 21:42:37 +0100
15476              Message-ID: <m33d1tvjuq.fsf@anima.de>
15477              
15478              (the DB_File patches)
15479      Branch: perl
15480            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
15481            ! ext/DB_File/t/db-recno.t
15482 ____________________________________________________________________________
15483 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
15484         Log: Integrate perlio; regen'ed config_H.?c
15485      Branch: perl
15486           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15487 ____________________________________________________________________________
15488 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
15489         Log: Subject: [PATCH] cleaner close on tests, take 2             
15490              From: andreas.koenig@anima.de (Andreas J. Koenig)
15491              Date: 29 Dec 2001 21:42:37 +0100
15492              Message-ID: <m33d1tvjuq.fsf@anima.de>
15493              
15494              (except for the three DB_File patch fragments)
15495      Branch: perl
15496            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
15497            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
15498            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
15499            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
15500            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
15501            ! t/op/runlevel.t t/op/write.t t/run/switches.t
15502 ____________________________________________________________________________
15503 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
15504         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
15505              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15506              Date: Sat, 29 Dec 2001 20:38:59 +0100
15507              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
15508              
15509              (NetWare tree not touched because it's very //)
15510      Branch: perl
15511            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
15512            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
15513            ! wince/include/errno.h wince/include/netdb.h
15514            ! wince/include/sys/socket.h wince/include/sys/stat.h
15515            ! wince/perllib.c wince/perlmain.c wince/win32.h
15516            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
15517            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
15518 ____________________________________________________________________________
15519 [ 13938] By: nick                                  on 2001/12/29  19:23:32
15520         Log: Integrate mainline (ok linux)
15521      Branch: perlio
15522           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
15523           !> (integrate 33 files)
15524 ____________________________________________________________________________
15525 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
15526         Log: Give up on serious testing of langinfo().  Leave the old
15527              code in place, though.
15528      Branch: perl
15529            ! ext/I18N/Langinfo/Langinfo.t
15530 ____________________________________________________________________________
15531 [ 13936] By: nick                                  on 2001/12/29  18:20:33
15532         Log: Routine regen_config_h - no real differences other than order of crypt 
15533      Branch: perlio
15534            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15535 ____________________________________________________________________________
15536 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
15537         Log: Integrate perlio;
15538              
15539              Define the two socket error numbers in terms of WSAEXXXXX equivalents
15540              
15541              Fudge Config.pm so File::Spec does not croak.
15542      Branch: perl
15543           !> win32/FindExt.pm win32/win32.h
15544 ____________________________________________________________________________
15545 [ 13934] By: nick                                  on 2001/12/29  17:27:50
15546         Log: Fudge Config.pm so File::Spec does not croak.
15547      Branch: perlio
15548            ! win32/FindExt.pm
15549 ____________________________________________________________________________
15550 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
15551         Log: metaconfig unit changes for #13932.
15552      Branch: metaconfig
15553            + U/modified/Init.U
15554            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
15555 ____________________________________________________________________________
15556 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
15557         Log: VOS tweaks from Paul Green.
15558              
15559              The Configure tweaks: the _exe needs to be
15560              set after the init; VOS has fd 3 hardwired to /dev/tty;
15561              the grep/ln/make substitutions really need to stick.
15562      Branch: perl
15563            ! Configure hints/vos.sh perl.h util.c vos/build.cm
15564            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15565            ! vos/config.ga.h vos/vosish.h
15566 ____________________________________________________________________________
15567 [ 13931] By: nick                                  on 2001/12/29  17:00:38
15568         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
15569              (just to get util.c to compile)
15570      Branch: perlio
15571            ! win32/win32.h
15572 ____________________________________________________________________________
15573 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
15574         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
15575              From: coral@eekeek.org
15576              Date: Fri, 28 Dec 2001 19:58:22 -0500      
15577              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
15578      Branch: perl
15579            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
15580            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
15581            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
15582            ! pod/perlunicode.pod pod/perlxs.pod util.c
15583 ____________________________________________________________________________
15584 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
15585         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
15586      Branch: perl
15587            ! t/op/exec.t
15588 ____________________________________________________________________________
15589 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
15590         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
15591              From: Abe Timmerman <abe@ztreet.demon.nl>
15592              Date: Sat, 29 Dec 2001 13:10:06 +0100
15593              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
15594      Branch: perl
15595            + lib/Pod/t/InputObjects.t
15596 ____________________________________________________________________________
15597 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
15598         Log: Integrate perlio;
15599              
15600              Quick fix (after couple of clever fixes failed) for
15601              "accept leaks memory" fail [ID 20011223.001]
15602              
15603              Nick Clark's embed.pl fix for my_socketpair
15604      Branch: perl
15605           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
15606 ____________________________________________________________________________
15607 [ 13926] By: nick                                  on 2001/12/29  15:23:21
15608         Log: Nick Clark's embed.pl fix for my_socketpair
15609      Branch: perlio
15610            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
15611 ____________________________________________________________________________
15612 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
15613         Log: Slight tweaks on the MM_Win32.t.
15614      Branch: perl
15615            ! lib/ExtUtils/t/MM_Win32.t
15616 ____________________________________________________________________________
15617 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
15618         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
15619              From: Abe Timmerman <abe@ztreet.demon.nl>
15620              Date: Sat, 29 Dec 2001 12:51:36 +0100
15621              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
15622      Branch: perl
15623            + lib/ExtUtils/t/MM_Win32.t
15624            ! MANIFEST
15625 ____________________________________________________________________________
15626 [ 13923] By: nick                                  on 2001/12/29  15:12:07
15627         Log: Quick fix (after couple of clever fixes failed) for
15628              "accept leaks memory" fail [ID 20011223.001]
15629      Branch: perlio
15630            ! pp_sys.c
15631 ____________________________________________________________________________
15632 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
15633         Log: Subject: [PATCH] Module names and other nits
15634              From: Autrijus Tang <autrijus@autrijus.org>                 
15635              Date: Sat, 29 Dec 2001 01:59:28 +0800
15636              Message-ID: <20011229015928.A29712@geb.elixus.org>              
15637      Branch: perl
15638            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
15639            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
15640            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
15641            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
15642            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
15643 ____________________________________________________________________________
15644 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
15645         Log: socketpair tweaks from Nicholas Clark.
15646      Branch: perl
15647            ! ext/Socket/socketpair.t util.c
15648 ____________________________________________________________________________
15649 [ 13920] By: nick                                  on 2001/12/29  12:36:21
15650         Log: Integrate mainline
15651      Branch: perlio
15652           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
15653           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
15654           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15655           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
15656           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
15657           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
15658           !> t/op/sysio.t
15659 ____________________________________________________________________________
15660 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
15661         Log: Retract #13917.
15662      Branch: perl
15663            ! doop.c
15664 ____________________________________________________________________________
15665 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
15666         Log: Subject: provisional MakeMaker patch for VMS
15667              From: "Craig A. Berry" <craigberry@mac.com> 
15668              Date: Thu, 27 Dec 2001 22:29:37 -0600
15669              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
15670      Branch: perl
15671            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15672 ____________________________________________________________________________
15673 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
15674         Log: (retracted by #13919)
15675      Branch: perl
15676            ! doop.c
15677 ____________________________________________________________________________
15678 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
15679         Log: metaconfig unit change for #13915.
15680      Branch: metaconfig/U/perl
15681            ! d_u32align.U
15682 ____________________________________________________________________________
15683 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
15684         Log: Remove debris in any case.
15685      Branch: perl
15686            ! Configure
15687 ____________________________________________________________________________
15688 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
15689         Log: Subject: [PATCH] Re: B::walksymtable oddness
15690              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15691              Date: Thu, 27 Dec 2001 19:14:24 +0100
15692              Message-ID: <3C2B7310.861.18820D0@localhost>
15693      Branch: perl
15694            ! ext/B/B.pm
15695 ____________________________________________________________________________
15696 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
15697         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
15698              From: Nicholas Clark <nick@unfortu.net> 
15699              Date: Fri, 28 Dec 2001 00:43:02 +0000
15700              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
15701      Branch: perl
15702            ! ext/Socket/socketpair.t
15703 ____________________________________________________________________________
15704 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
15705         Log: Fast Latin1<->UTF-8 conversion for older Perls.
15706      Branch: perl
15707            ! pod/perluniintro.pod
15708 ____________________________________________________________________________
15709 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
15710         Log: Update Changes.
15711      Branch: perl
15712            ! Changes patchlevel.h
15713 ____________________________________________________________________________
15714 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
15715         Log: More wait status trickery for BeOS.
15716      Branch: perl
15717            ! ext/POSIX/POSIX.xs
15718 ____________________________________________________________________________
15719 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
15720         Log: metaconfig unit change for #13908.
15721      Branch: metaconfig/U/perl
15722            ! d_u32align.U
15723 ____________________________________________________________________________
15724 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
15725         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
15726      Branch: perl
15727            ! Configure
15728 ____________________________________________________________________________
15729 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
15730         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
15731              From: gbarr@monty.mutatus.co.uk
15732              Date: 27 Dec 2001 14:41:36 -0000
15733              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
15734      Branch: perl
15735            ! lib/ExtUtils/t/Embed.t
15736 ____________________________________________________________________________
15737 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
15738         Log: Subject: [PATCH] Re: socketpair emulation
15739              From: Nicholas Clark <nick@unfortu.net> 
15740              Date: Wed, 26 Dec 2001 20:08:14 +0000
15741              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
15742      Branch: perl
15743            ! ext/Socket/socketpair.t
15744 ____________________________________________________________________________
15745 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
15746         Log: Subject: [DOC PATCH] left is right and right is left
15747              From: Philip Newton <Philip.Newton@gmx.net>
15748              Date: Thu, 27 Dec 2001 10:04:17 +0100
15749              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
15750      Branch: perl
15751            ! pod/perlfunc.pod pod/perlport.pod
15752 ____________________________________________________________________________
15753 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
15754         Log: Subject: [PATCH] check return of close
15755              From: andreas.koenig@anima.de (Andreas J. Koenig)            
15756              Date: 27 Dec 2001 09:47:30 +0100
15757              Message-ID: <m3ellhgicd.fsf@anima.de> 
15758              
15759              Subject: [PATCH] improve error reporting
15760              From: andreas.koenig@anima.de (Andreas J. Koenig)            
15761              Date: 27 Dec 2001 09:54:55 +0100
15762              Message-ID: <m3adw5gi00.fsf@anima.de> 
15763              
15764              Subject: [PATCH] check return value of close
15765              From: andreas.koenig@anima.de (Andreas J. Koenig)            
15766              Date: 27 Dec 2001 10:03:55 +0100
15767              Message-ID: <m3666tghl0.fsf@anima.de> 
15768              
15769              Subject: [PATCH] return of close
15770              From: andreas.koenig@anima.de (Andreas J. Koenig)            
15771              Date: 27 Dec 2001 10:22:15 +0100
15772              Message-ID: <m31yhhggqg.fsf@anima.de> 
15773      Branch: perl
15774            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
15775            ! t/io/fflush.t
15776 ____________________________________________________________________________
15777 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
15778         Log: Subject: [PATCH] check return of close
15779              From: andreas.koenig@anima.de (Andreas J. Koenig)            
15780              Date: 27 Dec 2001 09:47:30 +0100
15781              Message-ID: <m3ellhgicd.fsf@anima.de> 
15782      Branch: perl
15783            ! t/base/rs.t
15784 ____________________________________________________________________________
15785 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
15786         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
15787              From: andreas.koenig@anima.de (Andreas J. Koenig)
15788              Date: 27 Dec 2001 09:21:16 +0100
15789              Message-ID: <m3n105gjk3.fsf@anima.de>
15790      Branch: perl
15791            ! t/op/sysio.t
15792 ____________________________________________________________________________
15793 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
15794         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
15795              From: "Gerrit P. Haase" <gp@familiehaase.de>
15796              Date: Thu, 27 Dec 2001 09:23:55 +0100 
15797              Message-ID: <98211521662.20011227092355@familiehaase.de>
15798      Branch: perl
15799            ! lib/ExtUtils/t/MM_Cygwin.t
15800 ____________________________________________________________________________
15801 [ 13900] By: nick                                  on 2001/12/27  11:11:51
15802         Log: Integrate mainline
15803      Branch: perlio
15804           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
15805           +> lib/File/Spec/NW5.pm
15806           !> (integrate 52 files)
15807 ____________________________________________________________________________
15808 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
15809         Log: Replace the awful (most likely generated and not very persistent)
15810              URL with something tangible.
15811      Branch: perl
15812            ! README.hpux
15813 ____________________________________________________________________________
15814 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
15815         Log: Naughty /dev/printer (ls -l, really) of IRIX.
15816      Branch: perl
15817            ! t/op/stat.t
15818 ____________________________________________________________________________
15819 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
15820         Log: Upgrade to Net::Ping 2.10.
15821      Branch: perl
15822            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
15823            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
15824            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
15825            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
15826 ____________________________________________________________________________
15827 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
15828         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
15829              (this showed up in Benchmark.t)
15830      Branch: perl
15831            ! pp_sys.c
15832 ____________________________________________________________________________
15833 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
15834         Log: BeOS updates.
15835      Branch: perl
15836            ! README.beos beos/beos.c
15837 ____________________________________________________________________________
15838 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
15839         Log: Subject: Re: bleadperl doesn't compile
15840              From: "Gerrit P. Haase" <gp@familiehaase.de>
15841              Date: Wed, 26 Dec 2001 21:29:08 +0100
15842              Message-ID: <22168634623.20011226212908@familiehaase.de>
15843              
15844              Cygwin with multiplicity.
15845      Branch: perl
15846            ! perlio.c
15847 ____________________________________________________________________________
15848 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
15849         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
15850              From: Nicholas Clark <nick@ccl4.org>
15851              Date: Wed, 26 Dec 2001 19:07:33 +0000
15852              Message-ID: <20011226190732.J48842@plum.flirble.org>            
15853              
15854              socketpair() (un)signedness nit.
15855      Branch: perl
15856            ! util.c
15857 ____________________________________________________________________________
15858 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
15859         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
15860              From: Nicholas Clark <nick@ccl4.org>
15861              Date: Wed, 26 Dec 2001 19:19:47 +0000
15862              Message-ID: <20011226191946.K48842@plum.flirble.org>
15863              
15864              Use report_evil_fh().
15865      Branch: perl
15866            ! doio.c
15867 ____________________________________________________________________________
15868 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
15869         Log: Bad $? assumptions.
15870      Branch: perl
15871            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
15872 ____________________________________________________________________________
15873 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
15874         Log: Net::Ping isn't going to work much without
15875              the Socket extension; fail more gracefully.
15876      Branch: perl
15877            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
15878            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
15879            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
15880            ! lib/Net/Ping/t/300_ping_stream.t
15881 ____________________________________________________________________________
15882 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
15883         Log: metaconfig unit change for #13888.
15884      Branch: metaconfig
15885            ! U/modified/Oldconfig.U
15886 ____________________________________________________________________________
15887 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
15888         Log: test -d /system is a bit too generic test for VOS
15889              (false hit in BeOS)
15890      Branch: perl
15891            ! Configure
15892 ____________________________________________________________________________
15893 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
15894         Log: No AF_UNIX in BeOS.
15895      Branch: perl
15896            ! util.c
15897 ____________________________________________________________________________
15898 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
15899         Log: FAQ sync.
15900      Branch: perl
15901            ! pod/perlfaq5.pod
15902 ____________________________________________________________________________
15903 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
15904         Log: Update Changes.
15905      Branch: perl
15906            ! Changes patchlevel.h
15907 ____________________________________________________________________________
15908 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
15909         Log: Make -t equal -tw.
15910      Branch: perl
15911            ! perl.c pod/perlrun.pod
15912 ____________________________________________________________________________
15913 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
15914         Log: Subject: Re: Not OK 13881
15915              From: John Peacock <jpeacock@rowman.com>
15916              Date: Tue, 25 Dec 2001 06:02:12 -0500
15917              Message-ID: <3C285CB4.8040006@rowman.com>
15918      Branch: perl
15919            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
15920 ____________________________________________________________________________
15921 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
15922         Log: Subject: Re: Not OK 13881
15923              From: andreas.koenig@anima.de (Andreas J. Koenig)
15924              Date: 25 Dec 2001 07:33:23 +0100
15925              Message-ID: <m3bsgnajws.fsf@anima.de>
15926      Branch: perl
15927            ! op.c
15928 ____________________________________________________________________________
15929 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
15930         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
15931              From: Mark-Jason Dominus <mjd@plover.com>    
15932              Date: Mon, 24 Dec 2001 18:14:48 -0500
15933              Message-ID: <20011224231448.25826.qmail@plover.com>
15934      Branch: perl
15935            ! op.c t/op/eval.t
15936 ____________________________________________________________________________
15937 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
15938         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
15939              From: Dave Rolsky <autarch@urth.org>
15940              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
15941              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
15942      Branch: perl
15943            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
15944            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
15945            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
15946            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
15947            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
15948 ____________________________________________________________________________
15949 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
15950         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
15951              From: Jeffrey Friedl <jfriedl@yahoo.com>
15952              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
15953              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
15954              
15955              The rest of the tests for plus few extras.
15956      Branch: perl
15957            ! t/op/pat.t
15958 ____________________________________________________________________________
15959 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
15960         Log: metaconfig unit change for #13877.
15961      Branch: metaconfig
15962            ! U/modified/Unix.U
15963 ____________________________________________________________________________
15964 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
15965         Log: No-op.
15966      Branch: perl
15967            ! Configure
15968 ____________________________________________________________________________
15969 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
15970         Log: More constant casting.
15971      Branch: perl
15972            ! regexec.c
15973 ____________________________________________________________________________
15974 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
15975         Log: Subject: perlhack.pod 
15976              From: "John P. Linderman" <jpl@research.att.com>
15977              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
15978              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
15979      Branch: perl
15980            ! pod/perlhack.pod
15981 ____________________________________________________________________________
15982 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
15983         Log: File::Find patch patches from Thomas Wegner.
15984      Branch: perl
15985            ! lib/File/Find.pm
15986 ____________________________________________________________________________
15987 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
15988         Log: Subject: Re: socketpair emulation 
15989              From: Nicholas Clark <nick@unfortu.net>                 
15990              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
15991              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
15992      Branch: perl
15993            ! ext/Socket/socketpair.t
15994 ____________________________________________________________________________
15995 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
15996         Log: Must cast constants if they can be quads.
15997      Branch: perl
15998            ! regcomp.c
15999 ____________________________________________________________________________
16000 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
16001         Log: Promote the e/uid to wide enough un/signed integers
16002              and printf them as such.
16003      Branch: perl
16004            ! taint.c
16005 ____________________________________________________________________________
16006 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
16007         Log: metaconfig unit change for #13869.
16008      Branch: metaconfig/U/perl
16009            ! d_u32align.U
16010 ____________________________________________________________________________
16011 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
16012         Log: The U32 alignment test wasn't really working, noticed
16013              by Paul Green.  Now the test works, but this means that
16014              we may see coredumps from the test.   I sure hope MMUless
16015              places don't crash on the test.
16016      Branch: perl
16017            ! Configure
16018 ____________________________________________________________________________
16019 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
16020         Log: metaconfig unit changes for #13867.
16021      Branch: metaconfig
16022            ! U/compline/nblock_io.U U/modified/Unix.U
16023            ! U/modified/spitshell.U
16024 ____________________________________________________________________________
16025 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
16026         Log: More VOS tweaks.
16027      Branch: perl
16028            ! Configure
16029 ____________________________________________________________________________
16030 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
16031         Log: The funky final sigma casefolding.
16032      Branch: perl
16033            ! regcomp.c regexec.c t/op/pat.t utf8.h
16034 ____________________________________________________________________________
16035 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
16036         Log: Update Changes.
16037      Branch: perl
16038            ! Changes patchlevel.h
16039 ____________________________________________________________________________
16040 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
16041         Log: Move the \C and \X to pat.t.
16042      Branch: perl
16043            ! t/op/pat.t t/op/re_tests
16044 ____________________________________________________________________________
16045 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
16046         Log: More logical test ordering.
16047      Branch: perl
16048            ! perl.h
16049 ____________________________________________________________________________
16050 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
16051         Log: Integrate perlio;
16052              
16053              Add at least the "important" PerlIO_xxxx functions to embed.pl
16054              so that they get implicit pTHX_ and we can avoid slow dTHX.
16055              
16056              Put PerlIO stuff inside EXTERN C
16057              
16058              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
16059      Branch: perl
16060           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
16061           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
16062           !> win32/win32.c
16063 ____________________________________________________________________________
16064 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
16065         Log: Even more \X fixing.
16066      Branch: perl
16067            ! regexec.c t/op/pat.t
16068 ____________________________________________________________________________
16069 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
16070         Log: More \X fixing.
16071      Branch: perl
16072            ! regexec.c t/op/pat.t
16073 ____________________________________________________________________________
16074 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
16075         Log: Fix encoding pragma.
16076      Branch: perl
16077            ! regcomp.c
16078 ____________________________________________________________________________
16079 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
16080         Log: Subject: socketpair emulation
16081              From: Nicholas Clark <nick@unfortu.net>
16082              Date: Sat, 22 Dec 2001 18:38:18 +0000
16083              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
16084      Branch: perl
16085            + ext/Socket/socketpair.t
16086            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
16087            ! pp_sys.c proto.h util.c
16088 ____________________________________________________________________________
16089 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
16090         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
16091              From: Jeffrey Friedl <jfriedl@yahoo.com>
16092              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
16093              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
16094              
16095              (partially applied, most of the new tests need to be rethought)
16096      Branch: perl
16097            ! regcomp.c t/op/re_tests
16098 ____________________________________________________________________________
16099 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
16100         Log: Small tweaks.
16101      Branch: perl
16102            ! handy.h regexec.c
16103 ____________________________________________________________________________
16104 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
16105         Log: Unicode casefolding continues.
16106              (lib/encoding.t still failing.)
16107      Branch: perl
16108            ! regexec.c t/op/pat.t
16109 ____________________________________________________________________________
16110 [ 13854] By: nick                                  on 2001/12/22  20:01:27
16111         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
16112      Branch: perlio
16113            ! makedef.pl perlio.h perlio.sym win32/win32.c
16114 ____________________________________________________________________________
16115 [ 13853] By: nick                                  on 2001/12/22  19:58:53
16116         Log: Put PerlIO stuff inside EXTERN C
16117      Branch: perlio
16118            ! embed.pl proto.h
16119 ____________________________________________________________________________
16120 [ 13852] By: nick                                  on 2001/12/22  18:04:34
16121         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
16122              so that they get implicit pTHX_ and we can avoid slow dTHX.
16123      Branch: perlio
16124            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
16125            ! perlio.h pod/perlapi.pod proto.h
16126 ____________________________________________________________________________
16127 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
16128         Log: metaconfig unit change for #13850.
16129      Branch: metaconfig
16130            ! U/modified/Loc.U
16131 ____________________________________________________________________________
16132 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
16133         Log: Rework the make logic (again).
16134      Branch: perl
16135            ! Configure
16136 ____________________________________________________________________________
16137 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
16138         Log: Integrate perlio;
16139              Fix mis-parse of autoloaded usage code by declaring the sub
16140              Correct checking code which Ilya spotted was tripped by CR at EOF.
16141              The CR at EOF fix earlier broke CR at end-of-buffer.
16142      Branch: perl
16143            ! regexec.c
16144           !> ext/POSIX/POSIX.pm perlio.c sv.c
16145 ____________________________________________________________________________
16146 [ 13848] By: nick                                  on 2001/12/22  15:11:17
16147         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
16148              This should be okay for both?
16149      Branch: perlio
16150            ! perlio.c
16151 ____________________________________________________________________________
16152 [ 13847] By: nick                                  on 2001/12/22  12:26:32
16153         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
16154              Also tone down perl -DP tracing of sv_gets.
16155      Branch: perlio
16156            ! perlio.c sv.c
16157 ____________________________________________________________________________
16158 [ 13846] By: nick                                  on 2001/12/22  10:49:27
16159         Log: Fix mis-parse of autoloaded usage code by declaring the sub
16160      Branch: perlio
16161            ! ext/POSIX/POSIX.pm
16162 ____________________________________________________________________________
16163 [ 13845] By: nick                                  on 2001/12/22  10:44:11
16164         Log: Integrate mainline - some fails:
16165              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
16166              -------------------------------------------------------------------------------
16167              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
16168              ../lib/encoding.t                    19    2  10.53%  17-18
16169              op/pat.t                            770    3   0.39%  754-755 757
16170      Branch: perlio
16171           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
16172           !> (integrate 36 files)
16173 ____________________________________________________________________________
16174 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
16175         Log: More Unicode casing fixes.
16176      Branch: perl
16177            ! regexec.c t/op/pat.t
16178 ____________________________________________________________________________
16179 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
16180         Log: Unicode casefolding fixes.
16181      Branch: perl
16182            ! op.c regcomp.c regexec.c t/op/pat.t
16183 ____________________________________________________________________________
16184 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
16185         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
16186              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
16187              Date: Sat, 22 Dec 2001 00:01:29 +0100
16188              Message-ID: <20011222000129.A713@rafael>
16189      Branch: perl
16190            ! ext/B/B/Deparse.pm
16191 ____________________________________________________________________________
16192 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
16193         Log: VOS config from Paul Green.
16194      Branch: perl
16195            ! hints/vos.sh
16196 ____________________________________________________________________________
16197 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
16198         Log: Subject: [PATCH @13746] CreateTTY on OS/2
16199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16200              Date: Fri, 21 Dec 2001 15:59:45 -0500
16201              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
16202      Branch: perl
16203            ! lib/perl5db.pl
16204 ____________________________________________________________________________
16205 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
16206         Log: Subject: [PATCH @13746] uninstalled build of modules broken
16207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16208              Date: Fri, 21 Dec 2001 15:49:09 -0500
16209              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
16210      Branch: perl
16211            ! lib/ExtUtils/MM_Unix.pm
16212 ____________________________________________________________________________
16213 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
16214         Log: Subject: [PATCH @13746] OS/2 File::* modules
16215              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16216              Date: Fri, 21 Dec 2001 15:43:24 -0500
16217              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
16218      Branch: perl
16219            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
16220 ____________________________________________________________________________
16221 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
16222         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
16223              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16224              Date: Fri, 21 Dec 2001 17:29:07 +0100
16225              Message-ID: <3C236353.6625C4C0@alcatel.at>
16226      Branch: perl
16227            ! pod/perltie.pod
16228 ____________________________________________________________________________
16229 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
16230         Log: metaconfig unit changes for #13835
16231      Branch: metaconfig
16232            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
16233            ! U/modified/sh.U
16234 ____________________________________________________________________________
16235 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
16236         Log: Further VOS tweaks: the _exe needs to be introduced
16237              in the very beginning, and the make/gmake needs special
16238              VOS logic.
16239      Branch: perl
16240            ! Configure Makefile.SH
16241 ____________________________________________________________________________
16242 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
16243         Log: Update Changes.
16244      Branch: perl
16245            ! Changes patchlevel.h
16246 ____________________________________________________________________________
16247 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
16248         Log: metaconfig unit change for #13832.
16249      Branch: metaconfig
16250            ! U/modified/spitshell.U
16251 ____________________________________________________________________________
16252 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
16253         Log: Also the search for cat needs to be _exe-aware.
16254      Branch: perl
16255            ! Configure
16256 ____________________________________________________________________________
16257 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
16258         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
16259              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16260              Date: Fri, 21 Dec 2001 14:02:01 +0100
16261              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
16262      Branch: perl
16263            ! ext/B/B/Xref.pm
16264 ____________________________________________________________________________
16265 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
16266         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
16267      Branch: perl
16268            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
16269            ! ext/B/t/assembler.t
16270 ____________________________________________________________________________
16271 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
16272         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
16273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16274              Date: Fri, 21 Dec 2001 11:15:38 +0100
16275              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
16276      Branch: perl
16277            ! hv.c
16278 ____________________________________________________________________________
16279 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
16280         Log: A plan is good.
16281      Branch: perl
16282            ! ext/re/re.t
16283 ____________________________________________________________________________
16284 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
16285         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
16286              From: chromatic <chromatic@rmci.net>
16287              Date: Thu, 20 Dec 2001 16:16:48 -0700
16288              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
16289      Branch: perl
16290            + ext/re/re.t
16291            ! MANIFEST
16292 ____________________________________________________________________________
16293 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
16294         Log: Synchronize the skippage message.
16295      Branch: perl
16296            ! lib/ExtUtils/t/MM_OS2.t
16297 ____________________________________________________________________________
16298 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
16299         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
16300              From: chromatic <chromatic@rmci.net>
16301              Date: Thu, 20 Dec 2001 16:09:10 -0700
16302              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
16303      Branch: perl
16304            + lib/ExtUtils/t/MM_OS2.t
16305            ! MANIFEST
16306 ____________________________________________________________________________
16307 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
16308         Log: Subject: perlfunc.pod patch re flock via fcntl
16309              From: "Tye McQueen" <tye@metronet.com>
16310              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
16311              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
16312      Branch: perl
16313            ! pod/perlfunc.pod
16314 ____________________________________________________________________________
16315 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
16316         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
16317              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
16318              (the Unicode maximum code point) warnable offenses.
16319      Branch: perl
16320            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
16321            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
16322 ____________________________________________________________________________
16323 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
16324         Log: Sterner admonishment on -t.
16325      Branch: perl
16326            ! pod/perlrun.pod
16327 ____________________________________________________________________________
16328 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
16329         Log: Subject: [PATCH B::Dpparse] minor qr// fix
16330              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16331              Date: Thu, 20 Dec 2001 22:53:34 +0100
16332              Message-ID: <20011220225334.A735@rafael>
16333      Branch: perl
16334            ! ext/B/B/Deparse.pm
16335 ____________________________________________________________________________
16336 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
16337         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
16338              From: Robert Spier <rspier@pobox.com>
16339              Date: Thu, 20 Dec 2001 08:10:00 -0800
16340              Message-ID: <15394.3416.693353.107334@rls.cx>
16341      Branch: perl
16342            ! lib/Carp/Heavy.pm
16343 ____________________________________________________________________________
16344 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
16345         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
16346      Branch: perl
16347           !> win32/win32io.c
16348 ____________________________________________________________________________
16349 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
16350         Log: Subject: Re: [PATCH pod/perliol.pod] resend
16351              From: Stas Bekman <stas@stason.org>
16352              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
16353              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
16354      Branch: perl
16355            ! pod/perliol.pod
16356 ____________________________________________________________________________
16357 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
16358         Log: Fix up the APIs noone hopefully uses.
16359      Branch: perl
16360            ! utf8.c
16361 ____________________________________________________________________________
16362 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
16363         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
16364              Date: Wed, 19 Dec 2001 14:13:38 -0800
16365              From: Robert Spier <rspier@pobox.com>
16366              Message-ID: <15393.4370.605214.548582@rls.cx>
16367      Branch: perl
16368            ! lib/Carp.t lib/Carp/Heavy.pm
16369 ____________________________________________________________________________
16370 [ 13815] By: nick                                  on 2001/12/20  10:23:42
16371         Log: pTHX_ fixes for :win32 layer
16372      Branch: perlio
16373            ! win32/win32io.c
16374 ____________________________________________________________________________
16375 [ 13814] By: nick                                  on 2001/12/20  08:20:11
16376         Log: Integrate mainline (mostly) utf8.c does not compile.
16377      Branch: perlio
16378           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
16379           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
16380           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
16381           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
16382           +> lib/Net/Ping/t/300_ping_stream.t
16383           !> Changes MANIFEST embed.h embed.pl embedvar.h
16384           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
16385           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
16386           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
16387           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
16388           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
16389 ____________________________________________________________________________
16390 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
16391         Log: Some bincompat clawbacks.
16392      Branch: perl
16393            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
16394            ! wince/perldll.def
16395 ____________________________________________________________________________
16396 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
16397         Log: gcc pacifying (RH 7.1/ia64).
16398      Branch: perl
16399            ! pp.c
16400 ____________________________________________________________________________
16401 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
16402         Log: Update Changes.
16403      Branch: perl
16404            ! Changes patchlevel.h
16405 ____________________________________________________________________________
16406 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
16407         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
16408              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
16409              Date: Wed, 19 Dec 2001 12:35:07 +0100
16410              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
16411              
16412              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
16413              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16414              Date: Wed, 19 Dec 2001 17:34:51 +0000
16415              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
16416      Branch: perl
16417            ! pod/perlre.pod
16418 ____________________________________________________________________________
16419 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
16420         Log: Integrate perlio.
16421      Branch: perl
16422           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16423           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
16424 ____________________________________________________________________________
16425 [ 13808] By: nick                                  on 2001/12/19  16:08:27
16426         Log: Add pTHX to all vtable functions for future-proofing and
16427              consistency of PerlIO layers.
16428      Branch: perlio
16429            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
16430            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
16431 ____________________________________________________________________________
16432 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
16433         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
16434      Branch: perl
16435            ! ext/B/B/Assembler.pm
16436 ____________________________________________________________________________
16437 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
16438         Log: Reword the alarm explanation.
16439      Branch: perl
16440            ! pod/perlfunc.pod
16441 ____________________________________________________________________________
16442 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
16443         Log: Subject: [PATCH @13746] OS/2 build
16444              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
16445              Date: Wed, 19 Dec 2001 02:45:41 -0500
16446              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
16447              
16448              (skipped the t/TEST change)
16449      Branch: perl
16450            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
16451            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
16452            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
16453 ____________________________________________________________________________
16454 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
16455         Log: Upgrade to Net::Ping 2.09.
16456      Branch: perl
16457            + lib/Net/Ping/CHANGES lib/Net/Ping/README
16458            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
16459            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
16460            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
16461            + lib/Net/Ping/t/300_ping_stream.t
16462            ! MANIFEST lib/Net/Ping.pm
16463 ____________________________________________________________________________
16464 [ 13803] By: nick                                  on 2001/12/19  14:43:24
16465         Log: Integrate mainline
16466      Branch: perlio
16467           +> ext/B/t/assembler.t lib/lib.t
16468           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
16469           !> lib/lib_pm.PL t/op/glob.t utf8.c
16470 ____________________________________________________________________________
16471 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
16472         Log: B::Assembler/B::Disassembler patches and test;
16473              from Wolfgang Laun.
16474              
16475              TODO: getting perlcc working.
16476      Branch: perl
16477            + ext/B/t/assembler.t
16478            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
16479 ____________________________________________________________________________
16480 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
16481         Log: Can't printf U8s as UVs.
16482      Branch: perl
16483            ! utf8.c
16484 ____________________________________________________________________________
16485 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
16486         Log: Subject: Re: [PATCH] ...while $var = glob(...)
16487              From: Robin Houston <robin@kitsite.com> 
16488              Date: Wed, 19 Dec 2001 13:48:55 +0000
16489              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
16490              
16491              Not exactly a glob test but internal-logically correct.
16492      Branch: perl
16493            ! t/op/glob.t
16494 ____________________________________________________________________________
16495 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
16496         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
16497              From: Michael G Schwern <schwern@pobox.com> 
16498              Date: Wed, 19 Dec 2001 07:42:54 -0500
16499              Message-ID: <20011219124254.GF8630@blackrider>
16500      Branch: perl
16501            + lib/lib.t
16502            ! MANIFEST lib/lib_pm.PL
16503 ____________________________________________________________________________
16504 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
16505         Log: Integrate with perlio.
16506      Branch: perl
16507           !> hv.c hv.h scope.c util.c
16508 ____________________________________________________________________________
16509 [ 13797] By: nick                                  on 2001/12/19  12:03:21
16510         Log: Remove the sometimes-lvalue cast
16511      Branch: perlio
16512            ! hv.h
16513 ____________________________________________________________________________
16514 [ 13796] By: nick                                  on 2001/12/19  11:02:27
16515         Log: alarm.t with -Uuseperlio fix
16516              - SA_RESTART should only be function of PERL_OLD_SIGNALS
16517              not USE_PERLIO
16518      Branch: perlio
16519            ! util.c
16520 ____________________________________________________________________________
16521 [ 13795] By: nick                                  on 2001/12/19  10:19:40
16522         Log: Fix READONLY hashes:
16523              1. Discovered need for disabled scope.c part of Jeff's patch.
16524              2. Corrected hv_delete* - entry was being de-linked from
16525              chain (patch program not smart enough?)
16526      Branch: perlio
16527            ! hv.c scope.c
16528 ____________________________________________________________________________
16529 [ 13794] By: nick                                  on 2001/12/19  09:35:13
16530         Log: Integrate mainline
16531      Branch: perlio
16532           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
16533           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
16534           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
16535           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
16536           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
16537 ____________________________________________________________________________
16538 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
16539         Log: Regen toc.
16540      Branch: perl
16541            ! pod/perltoc.pod
16542 ____________________________________________________________________________
16543 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
16544         Log: FAQ sync.
16545      Branch: perl
16546            ! pod/perlfaq5.pod
16547 ____________________________________________________________________________
16548 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
16549         Log: Reformat round.
16550      Branch: perl
16551            ! pod/perlunicode.pod
16552 ____________________________________________________________________________
16553 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
16554         Log: Subject: [PATCH] pod/perlunicode.pod
16555              From: Jeffrey Friedl <jfriedl@yahoo.com>
16556              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
16557              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
16558      Branch: perl
16559            ! pod/perlunicode.pod
16560 ____________________________________________________________________________
16561 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
16562         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
16563              From: Jeffrey Friedl <jfriedl@yahoo.com>
16564              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
16565              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
16566      Branch: perl
16567            ! pod/perluniintro.pod
16568 ____________________________________________________________________________
16569 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
16570         Log: Slight pod reformatting.
16571      Branch: perl
16572            ! pod/perluniintro.pod
16573 ____________________________________________________________________________
16574 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
16575         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
16576              From: Jeffrey Friedl <jfriedl@yahoo.com>    
16577              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
16578              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
16579      Branch: perl
16580            ! pod/perluniintro.pod
16581 ____________________________________________________________________________
16582 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
16583         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
16584              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16585              Date: Wed, 19 Dec 2001 01:45:23 +0000
16586              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
16587      Branch: perl
16588            ! sv.c
16589 ____________________________________________________________________________
16590 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
16591         Log: Subject: Porting/checkURL.pl
16592              From: abigail@foad.org
16593              Date: Tue, 18 Dec 2001 19:03:22 +0100          
16594              Message-ID: <20011218180322.8278.qmail@foad.org> 
16595      Branch: perl
16596            ! Porting/checkURL.pl
16597 ____________________________________________________________________________
16598 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
16599         Log: metaconfig unit change for #13783.
16600      Branch: metaconfig
16601            ! U/modified/Loc.U
16602 ____________________________________________________________________________
16603 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
16604         Log: A bit too oversweeping matching in #13778.
16605      Branch: perl
16606            ! Configure
16607 ____________________________________________________________________________
16608 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
16609         Log: Re-gen Configure based on #13778..13781.
16610      Branch: perl
16611            ! Configure config_h.SH
16612 ____________________________________________________________________________
16613 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
16614         Log: First assume that crypt() can live happy normal life in
16615              the libc or the moral equivalent; only then try magic.
16616      Branch: metaconfig
16617            + U/modified/d_crypt.U
16618 ____________________________________________________________________________
16619 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
16620         Log: In VOS ACLs confuse the testing.
16621      Branch: metaconfig
16622            ! U/modified/Findhdr.U
16623 ____________________________________________________________________________
16624 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
16625         Log: Either make or gmake.
16626      Branch: metaconfig
16627            ! U/modified/Loc.U
16628 ____________________________________________________________________________
16629 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
16630         Log: If your _exe is different from .exe and your test -f $foo
16631              doesn't do magic to recognize $foo$_exe, you will need to
16632              specify -D_exe=... on command line-- and this patch.
16633      Branch: metaconfig
16634            + U/modified/sh.U
16635            ! U/modified/Loc.U
16636 ____________________________________________________________________________
16637 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
16638         Log: Fix the bugs in #13768..13776, and regen Configure.
16639      Branch: metaconfig
16640            ! U/compline/nblock_io.U U/modified/Findhdr.U
16641            ! U/modified/spitshell.U
16642      Branch: metaconfig/U/perl
16643            ! issymlink.U perlpath.U
16644      Branch: perl
16645            ! Configure config_h.SH
16646 ____________________________________________________________________________
16647 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
16648         Log: Must test with $_exe. (There are plenty of similar
16649              spots earlier but they are a tad more complex to fix
16650              since they come before the hints are run.)
16651      Branch: metaconfig
16652            + U/modified/yacc.U
16653 ____________________________________________________________________________
16654 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
16655         Log: F_SETFL might require <fcntl.h>
16656      Branch: metaconfig
16657            ! U/compline/nblock_io.U
16658 ____________________________________________________________________________
16659 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
16660         Log: Don't require make; have both make and gmake optional.
16661              (Maybe have a check that at least one of them is available?)
16662      Branch: metaconfig
16663            ! U/modified/Loc.U
16664 ____________________________________________________________________________
16665 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
16666         Log: cat might be farther than /bin or /usr/bin.
16667      Branch: metaconfig
16668            ! U/modified/spitshell.U
16669 ____________________________________________________________________________
16670 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
16671         Log: In VOS the path component separator is >, not /.
16672      Branch: metaconfig
16673            ! U/modified/Findhdr.U
16674 ____________________________________________________________________________
16675 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
16676         Log: The VOS shell doesn't implement the ? wildcard
16677              (? is used for other purposes, I assume); but
16678              it does implement the * wildcard, and that works
16679              in the general case just fine.
16680      Branch: metaconfig/U/perl
16681            ! d_dlsymun.U
16682 ____________________________________________________________________________
16683 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
16684         Log: VOS detection.
16685      Branch: metaconfig
16686            ! U/modified/Oldconfig.U
16687 ____________________________________________________________________________
16688 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
16689         Log: Proper path for VOS.
16690      Branch: metaconfig
16691            ! U/modified/Head.U
16692 ____________________________________________________________________________
16693 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
16694         Log: Change s/>& 4/>&4/g for consistency.
16695      Branch: metaconfig
16696            + U/modified/d_dosuid.U
16697            ! U/modified/d_socket.U
16698      Branch: metaconfig/U/perl
16699            ! issymlink.U perlxvf.U
16700 ____________________________________________________________________________
16701 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
16702         Log: Subject: Re: Benchmark.t failure on Linux
16703              From: Nicholas Clark <nick@ccl4.org>
16704              Date: Tue, 18 Dec 2001 22:51:25 +0000
16705              Message-ID: <20011218225124.N21702@plum.flirble.org>
16706      Branch: perl
16707            ! lib/Benchmark.t
16708 ____________________________________________________________________________
16709 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
16710         Log: Re-applying #13752 until a better solution can be found.
16711      Branch: perl
16712            ! lib/ExtUtils/t/MM_Unix.t
16713 ____________________________________________________________________________
16714 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
16715         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
16716              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
16717              Date: Tue, 18 Dec 2001 12:05:40 -0500
16718              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
16719      Branch: perl
16720            ! lib/Exporter.pm
16721 ____________________________________________________________________________
16722 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
16723         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
16724              findings -- some of the warnings I can't explain except
16725              by NVgf being detected wrong, though.
16726      Branch: perl
16727            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
16728 ____________________________________________________________________________
16729 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
16730         Log: Subject: [PATCH] pod/perluniintro.pod
16731              From: Jeffrey Friedl <jfriedl@yahoo.com>
16732              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
16733              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
16734      Branch: perl
16735            ! pod/perluniintro.pod
16736 ____________________________________________________________________________
16737 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
16738         Log: ".pm" is the native executable suffix in VOS.
16739      Branch: perl
16740            ! hints/vos.sh
16741 ____________________________________________________________________________
16742 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
16743         Log: Integrate perlio;
16744              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
16745      Branch: perl
16746           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
16747 ____________________________________________________________________________
16748 [ 13760] By: nick                                  on 2001/12/18  15:55:22
16749         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
16750              - added delete of READONLY value inhibit & test for same
16751              - re-tabbed
16752      Branch: perlio
16753            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
16754 ____________________________________________________________________________
16755 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
16756         Log: (Undone by #13766.)
16757              Retract #13752.
16758      Branch: perl
16759            ! lib/ExtUtils/t/MM_Unix.t
16760 ____________________________________________________________________________
16761 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
16762         Log: Echoes of #13757.
16763      Branch: perl
16764            ! t/lib/warnings/utf8
16765 ____________________________________________________________________________
16766 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
16767         Log: Make the utf8 malformedness messages more verbose.
16768      Branch: perl
16769            ! lib/utf8.t utf8.c
16770 ____________________________________________________________________________
16771 [ 13756] By: nick                                  on 2001/12/18  14:43:58
16772         Log: Integrate mainline
16773      Branch: perlio
16774           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
16775           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
16776           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
16777           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
16778           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
16779           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
16780            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
16781            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
16782            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
16783            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
16784            - lib/ExtUtils/testlib.t
16785           !> (integrate 28 files)
16786 ____________________________________________________________________________
16787 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
16788         Log: README.aix updates from Jens-Uwe Mager.
16789      Branch: perl
16790            ! README.aix
16791 ____________________________________________________________________________
16792 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
16793         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
16794              From: Michael G Schwern <schwern@pobox.com>
16795              Date: Tue, 18 Dec 2001 00:58:18 -0500
16796              Message-ID: <20011218055818.GC4362@blackrider>
16797      Branch: perl
16798            ! lib/Benchmark.t
16799 ____________________________________________________________________________
16800 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
16801         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
16802              From: Michael G Schwern <schwern@pobox.com>
16803              Date: Tue, 18 Dec 2001 00:40:38 -0500
16804              Message-ID: <20011218054038.GB4362@blackrider>
16805      Branch: perl
16806            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
16807 ____________________________________________________________________________
16808 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
16809         Log: (reintroduced by #13766)
16810              (retracted by #13759)
16811              
16812              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
16813              From: Michael G Schwern <schwern@pobox.com>  
16814              Date: Tue, 18 Dec 2001 00:00:23 -0500
16815              Message-ID: <20011218050023.GA27893@blackrider>
16816      Branch: perl
16817            ! lib/ExtUtils/t/MM_Unix.t
16818 ____________________________________________________________________________
16819 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
16820         Log: Re-patch #13749.
16821      Branch: perl
16822            ! t/op/glob.t
16823 ____________________________________________________________________________
16824 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
16825         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
16826              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16827              Date: Tue, 18 Dec 2001 12:55:43 +0000
16828              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
16829      Branch: perl
16830            ! ext/Devel/Peek/Peek.pm
16831 ____________________________________________________________________________
16832 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
16833         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
16834              From: Robin Houston <robin@kitsite.com> 
16835              Date: Tue, 18 Dec 2001 14:54:33 +0000
16836              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
16837      Branch: perl
16838            ! t/op/glob.t
16839 ____________________________________________________________________________
16840 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
16841         Log: Subject: [PATCH] slightly more for Exporter.pm
16842              From: Nicholas Clark <nick@ccl4.org>
16843              Date: Tue, 18 Dec 2001 00:22:03 +0000
16844              Message-ID: <20011218002203.M21702@plum.flirble.org>
16845      Branch: perl
16846            ! lib/Exporter.pm
16847 ____________________________________________________________________________
16848 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
16849         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
16850              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16851              Date: Mon, 17 Dec 2001 16:37:18 +0100
16852              Message-ID: <20011217163718.A2292@rafael>
16853              
16854              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
16855              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16856              Date: Mon, 17 Dec 2001 23:17:06 +0100
16857              Message-ID: <20011217231706.A730@rafael>
16858      Branch: perl
16859            ! pod/perlsub.pod pp.c toke.c
16860 ____________________________________________________________________________
16861 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
16862         Log: Update Changes.
16863      Branch: perl
16864            ! Changes patchlevel.h
16865 ____________________________________________________________________________
16866 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
16867         Log: New test warrants a MANIFEST entry.
16868      Branch: perl
16869            ! MANIFEST
16870 ____________________________________________________________________________
16871 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
16872         Log: Subject: Re: [PATCH] ...while $var = glob(...)
16873              From: Robin Houston <robin@kitsite.com>
16874              Date: Mon, 17 Dec 2001 20:27:30 +0000
16875              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
16876              
16877              Can't portably unlink open files.
16878      Branch: perl
16879            ! t/op/glob.t
16880 ____________________________________________________________________________
16881 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
16882         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
16883      Branch: perl
16884            ! pod/perluniintro.pod
16885 ____________________________________________________________________________
16886 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
16887         Log: Move typeglob test from glob.t to gv.t.
16888      Branch: perl
16889            ! t/op/glob.t t/op/gv.t
16890 ____________________________________________________________________________
16891 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
16892         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
16893              From: Robin Houston <robin@kitsite.com> 
16894              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
16895              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
16896      Branch: perl
16897            ! t/op/glob.t
16898 ____________________________________________________________________________
16899 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
16900         Log: Demote the surrogate and non-character errors to warnings.
16901      Branch: perl
16902            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
16903 ____________________________________________________________________________
16904 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
16905         Log: Subject: [PATCH] more POSIX tests, and more autoloading
16906              From: Nicholas Clark <nick@ccl4.org>
16907              Date: Mon, 17 Dec 2001 18:27:47 +0000
16908              Message-ID: <20011217182747.D21702@plum.flirble.org>
16909      Branch: perl
16910            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
16911 ____________________________________________________________________________
16912 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
16913         Log: Subject: [PATCH] ...while $var = glob(...)
16914              From: Robin Houston <robin@kitsite.com> 
16915              Date: Mon, 17 Dec 2001 15:51:54 +0000
16916              Message-ID: <20011217155153.A311@robin.kitsite.com>
16917      Branch: perl
16918            ! op.c
16919 ____________________________________________________________________________
16920 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
16921         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
16922              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16923              Date: Mon, 17 Dec 2001 15:23:01 +0100
16924              Message-ID: <20011217152301.A704@rafael>
16925      Branch: perl
16926            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
16927 ____________________________________________________________________________
16928 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
16929         Log: The system() vs $SIG{ARLM} is no more a todo.
16930      Branch: perl
16931            ! t/op/alarm.t
16932 ____________________________________________________________________________
16933 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
16934         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
16935              From: Michael G Schwern <schwern@pobox.com>
16936              Date: Sun, 16 Dec 2001 23:59:01 -0500
16937              Message-ID: <20011217045901.GL17232@blackrider>
16938      Branch: perl
16939            + t/op/alarm.t
16940            ! MANIFEST
16941 ____________________________________________________________________________
16942 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
16943         Log: s/UNIX/Unix/
16944      Branch: perl
16945            ! MANIFEST
16946 ____________________________________________________________________________
16947 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
16948         Log: Move ExtUtils tests to lib/ExtUtils/t.
16949      Branch: perl
16950            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
16951            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
16952            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
16953            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
16954            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
16955            + lib/ExtUtils/t/testlib.t
16956            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
16957            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
16958            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
16959            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
16960            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
16961            ! MANIFEST
16962 ____________________________________________________________________________
16963 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
16964         Log: Subject: [PATCH] MM_Unix tests, and some questions
16965              From: Tels <perl_dummy@bloodgate.com>
16966              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
16967              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
16968              
16969              Subject: Re: [PATCH] MM_Unix tests, and some questions
16970              From: Tels <perl_dummy@bloodgate.com>
16971              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
16972              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
16973      Branch: perl
16974            + lib/ExtUtils/MM_Unix.t
16975            ! MANIFEST lib/ExtUtils/MM_Unix.pm
16976 ____________________________________________________________________________
16977 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
16978         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
16979              From: Michael G Schwern <schwern@pobox.com>
16980              Date: Sun, 16 Dec 2001 17:53:55 -0500
16981              Message-ID: <20011216225354.GE8900@blackrider>
16982      Branch: perl
16983            ! lib/ExtUtils/MM_Unix.pm
16984 ____________________________________________________________________________
16985 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
16986         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
16987              From: Michael G Schwern <schwern@pobox.com>                
16988              Date: Sun, 16 Dec 2001 16:12:55 -0500
16989              Message-ID: <20011216211255.GV8900@blackrider>
16990      Branch: perl
16991            ! ext/B/B/Deparse.pm
16992 ____________________________________________________________________________
16993 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
16994         Log: Subject: [PATCH] Exporter.pm
16995              From: Nicholas Clark <nick@ccl4.org>
16996              Date: Sun, 16 Dec 2001 19:24:25 +0000
16997              Message-ID: <20011216192425.R21702@plum.flirble.org>
16998      Branch: perl
16999            ! lib/Exporter.pm
17000 ____________________________________________________________________________
17001 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
17002         Log: Subject: [PATCH] Exporter.t (and question)
17003              From: Nicholas Clark <nick@ccl4.org>
17004              Date: Sun, 16 Dec 2001 17:24:55 +0000
17005              Message-ID: <20011216172455.P21702@plum.flirble.org>
17006      Branch: perl
17007            ! lib/Exporter.t
17008 ____________________________________________________________________________
17009 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
17010         Log: Subject: Re: perl@13661
17011              From: "John P. Linderman" <jpl@research.att.com>              
17012              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
17013              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
17014      Branch: perl
17015            ! pp_sort.c
17016 ____________________________________________________________________________
17017 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
17018         Log: Subject: Will the real Unicode encoding please stand up?
17019              From: Jeffrey Friedl <jfriedl@yahoo.com>
17020              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
17021              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
17022      Branch: perl
17023            ! pod/perluniintro.pod
17024 ____________________________________________________________________________
17025 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
17026         Log: Integrate perlio; interruptable system().
17027      Branch: perl
17028           !> util.c
17029 ____________________________________________________________________________
17030 [ 13724] By: nick                                  on 2001/12/17  09:16:50
17031         Log: Fix for alarm() breaking into wait*().
17032              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
17033              signal handler before caller re-does the system call.
17034      Branch: perlio
17035            ! util.c
17036 ____________________________________________________________________________
17037 [ 13723] By: nick                                  on 2001/12/17  07:45:13
17038         Log: Integrate mainline
17039      Branch: perlio
17040           +> (branch 26 files)
17041           !> (integrate 47 files)
17042 ____________________________________________________________________________
17043 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
17044         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
17045              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
17046              and characters beyond 0x10FFF should be disallowed, too,
17047              but some tests would need changing, but more importantly some
17048              APIs would need remodeling since one can easily generate such
17049              characters either by bitwise complements, tr complements, or
17050              v-strings.
17051      Branch: perl
17052            ! pod/perldiag.pod utf8.c
17053 ____________________________________________________________________________
17054 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
17055         Log: Make surrogates illegal also on EBCDIC.
17056      Branch: perl
17057            ! utf8.c
17058 ____________________________________________________________________________
17059 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
17060         Log: Subject: [patch @13687] Unicode::Collate 0.10
17061              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
17062              Date: Sun, 16 Dec 2001 21:22:12 +0900
17063              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
17064      Branch: perl
17065            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
17066            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
17067 ____________________________________________________________________________
17068 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
17069         Log: More documentation for the encoding pragma.
17070      Branch: perl
17071            ! lib/encoding.pm
17072 ____________________________________________________________________________
17073 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
17074         Log: Subject: [PATCH] lib/open.pm 
17075              From: Jeffrey Friedl <jfriedl@yahoo.com>
17076              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
17077              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
17078      Branch: perl
17079            ! lib/open.pm
17080 ____________________________________________________________________________
17081 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
17082         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
17083              From: chromatic <chromatic@rmci.net>
17084              Date: Sat, 15 Dec 2001 23:24:40 -0700
17085              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
17086      Branch: perl
17087            + lib/ExtUtils/Installed.t
17088            ! MANIFEST
17089 ____________________________________________________________________________
17090 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
17091         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
17092              From: Michael G Schwern <schwern@pobox.com>
17093              Date: Sun, 16 Dec 2001 01:14:00 -0500
17094              Message-ID: <20011216061400.GC8900@blackrider>
17095      Branch: perl
17096            ! lib/diagnostics.pm
17097 ____________________________________________________________________________
17098 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
17099         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
17100              From: Michael G Schwern <schwern@pobox.com>
17101              Date: Sun, 16 Dec 2001 01:12:42 -0500
17102              Message-ID: <20011216061242.GB8900@blackrider>
17103      Branch: perl
17104            ! t/test.pl
17105 ____________________________________________________________________________
17106 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
17107         Log: I sometimes outsmart myself.
17108      Branch: perl
17109            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
17110 ____________________________________________________________________________
17111 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
17112         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
17113              From: Michael G Schwern <schwern@pobox.com>
17114              Date: Sat, 15 Dec 2001 15:08:29 -0500
17115              Message-ID: <20011215200829.GK1548@blackrider>
17116      Branch: perl
17117            ! lib/AutoSplit.pm
17118 ____________________________________________________________________________
17119 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
17120         Log: perlunicode enchancements suggested by Jeffrey Friedl.
17121      Branch: perl
17122            ! pod/perlunicode.pod
17123 ____________________________________________________________________________
17124 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
17125         Log: Subject: [PATCH] perlunicode.pod
17126              From: Jeffrey Friedl <jfriedl@yahoo.com>
17127              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
17128              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
17129      Branch: perl
17130            ! pod/perlunicode.pod
17131 ____________________________________________________________________________
17132 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
17133         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
17134              From: Jeffrey Friedl <jfriedl@yahoo.com>
17135              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
17136              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
17137      Branch: perl
17138            ! lib/utf8_heavy.pl
17139 ____________________________________________________________________________
17140 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
17141         Log: Can't create surrogates; so can't match them, either.
17142      Branch: perl
17143            ! pod/perlunicode.pod
17144 ____________________________________________________________________________
17145 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
17146         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
17147              From: Michael G Schwern <schwern@pobox.com>
17148              Date: Sat, 15 Dec 2001 21:20:35 -0500
17149              Message-ID: <20011216022035.GE5672@blackrider>
17150      Branch: perl
17151            ! t/test.pl
17152 ____________________________________________________________________________
17153 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
17154         Log: Make creating UTF-8 surrogates a punishable act.
17155      Branch: perl
17156            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
17157 ____________________________________________________________________________
17158 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
17159         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
17160      Branch: perl
17161            + lib/unicore/In/172.pl lib/unicore/In/173.pl
17162            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
17163            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
17164            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
17165            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
17166            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
17167 ____________________________________________________________________________
17168 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
17169         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
17170              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17171              Date: Sat, 15 Dec 2001 23:21:43 +0100
17172              Message-ID: <20011215232143.A11790@rafael>
17173      Branch: perl
17174            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
17175 ____________________________________________________________________________
17176 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
17177         Log: Make charnames more robust.
17178      Branch: perl
17179            ! lib/charnames.pm
17180 ____________________________________________________________________________
17181 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
17182         Log: The hoops one has to jump through.
17183      Branch: perl
17184            ! ext/I18N/Langinfo/Langinfo.pm
17185 ____________________________________________________________________________
17186 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
17187         Log: Subject: [PATCH] perlstyle.pod nit on warnings
17188              From: Autrijus Tang <autrijus@egb.elixus.org>
17189              Date: Sat, 15 Dec 2001 04:24:34 -0800
17190              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
17191      Branch: perl
17192            ! pod/perlstyle.pod
17193 ____________________________________________________________________________
17194 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
17195         Log: I don't think we are in FooOS, Toto.
17196      Branch: perl
17197            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
17198 ____________________________________________________________________________
17199 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
17200         Log: Subject: Re: Untested modules update:  There's more than we thought
17201              From: chromatic <chromatic@rmci.net>
17202              Date: Fri, 14 Dec 2001 17:20:24 -0700
17203              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
17204      Branch: perl
17205            + lib/ExtUtils/MM_Cygwin.t
17206            ! MANIFEST
17207 ____________________________________________________________________________
17208 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
17209         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
17210              From: Michael G Schwern <schwern@pobox.com> 
17211              Date: Fri, 14 Dec 2001 20:59:42 -0500
17212              Message-ID: <20011215015942.GF28596@blackrider>
17213      Branch: perl
17214            ! t/TEST
17215 ____________________________________________________________________________
17216 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
17217         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
17218              From: Michael G Schwern <schwern@pobox.com> 
17219              Date: Fri, 14 Dec 2001 20:03:46 -0500
17220              Message-ID: <20011215010346.GD28596@blackrider>
17221      Branch: perl
17222            + ext/B/t/bblock.t
17223            ! MANIFEST
17224 ____________________________________________________________________________
17225 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
17226         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
17227              From: Michael G Schwern <schwern@pobox.com> 
17228              Date: Fri, 14 Dec 2001 19:59:13 -0500
17229              Message-ID: <20011215005913.GC28596@blackrider>
17230      Branch: perl
17231            ! ext/B/B/Bblock.pm
17232 ____________________________________________________________________________
17233 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
17234         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
17235              From: Michael G Schwern <schwern@pobox.com> 
17236              Date: Fri, 14 Dec 2001 19:36:12 -0500
17237              Message-ID: <20011215003611.GA28596@blackrider>
17238      Branch: perl
17239            + ext/B/t/asmdata.t
17240            ! MANIFEST
17241 ____________________________________________________________________________
17242 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
17243         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
17244              From: Michael G Schwern <schwern@pobox.com> 
17245              Date: Fri, 14 Dec 2001 19:14:14 -0500
17246              Message-ID: <20011215001414.GA25077@blackrider>
17247      Branch: perl
17248            ! bytecode.pl ext/B/B/Asmdata.pm
17249 ____________________________________________________________________________
17250 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
17251         Log: Permissions.
17252      Branch: perl
17253            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
17254            ! ext/Devel/PPPort/module3.c
17255 ____________________________________________________________________________
17256 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
17257         Log: Benchmark test from Nicholas Clark.
17258      Branch: perl
17259            + lib/Benchmark.t
17260            ! MANIFEST lib/Benchmark.pm
17261 ____________________________________________________________________________
17262 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
17263         Log: Mithing.
17264      Branch: perl
17265            + lib/Attribute/Handlers/demo/demo2.pl
17266            + lib/Attribute/Handlers/demo/demo3.pl
17267            + lib/Attribute/Handlers/demo/demo4.pl
17268 ____________________________________________________________________________
17269 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
17270         Log: Silence compiler worries found by Schwern/Digital cc.
17271      Branch: perl
17272            ! perlio.c sv.c x2p/str.c
17273 ____________________________________________________________________________
17274 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
17275         Log: User may not have a valid home directory even if
17276              getpwuid() succedds.
17277      Branch: perl
17278            ! ext/File/Glob/t/basic.t
17279 ____________________________________________________________________________
17280 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
17281         Log: Integrate with perlio.  (No changes, but that's okay.)
17282      Branch: perl
17283           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
17284 ____________________________________________________________________________
17285 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
17286         Log: Add a Configure hints file for VOS: the POSIX support
17287              of VOS is getting close to the point where it can run
17288              Configure (some Configure tweaks will be required).
17289      Branch: perl
17290            + hints/vos.sh
17291            ! MANIFEST
17292 ____________________________________________________________________________
17293 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
17294         Log: Update Changes.
17295      Branch: perl
17296            ! Changes patchlevel.h
17297 ____________________________________________________________________________
17298 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
17299         Log: Reintroduce Attribute::Handlers with Spider's fixes.
17300      Branch: perl
17301            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
17302            + lib/Attribute/Handlers/README
17303            + lib/Attribute/Handlers/demo/Demo.pm
17304            + lib/Attribute/Handlers/demo/Descriptions.pm
17305            + lib/Attribute/Handlers/demo/MyClass.pm
17306            + lib/Attribute/Handlers/demo/demo.pl
17307            + lib/Attribute/Handlers/demo/demo_call.pl
17308            + lib/Attribute/Handlers/demo/demo_chain.pl
17309            + lib/Attribute/Handlers/demo/demo_cycle.pl
17310            + lib/Attribute/Handlers/demo/demo_hashdir.pl
17311            + lib/Attribute/Handlers/demo/demo_phases.pl
17312            + lib/Attribute/Handlers/demo/demo_range.pl
17313            + lib/Attribute/Handlers/demo/demo_rawdata.pl
17314            + lib/Attribute/Handlers/t/multi.t
17315            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
17316 ____________________________________________________________________________
17317 [ 13685] By: nick                                  on 2001/12/14  15:57:00
17318         Log: Integrate mainline
17319      Branch: perlio
17320           +> t/run/switcht.t
17321           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
17322           !> perlapi.h pod/perlrun.pod t/TEST taint.c
17323 ____________________________________________________________________________
17324 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
17325         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
17326              From: Michael G Schwern <schwern@pobox.com> 
17327              Date: Thu, 13 Dec 2001 19:27:08 -0500
17328              Message-ID: <20011214002707.GA10532@blackrider>
17329              
17330              (reword the perlrun -t description a bit,
17331              and move the Itaint_warn to the bottom of
17332              the intrpvar.h for binary compatibility)
17333      Branch: perl
17334            + t/run/switcht.t
17335            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
17336            ! perlapi.h pod/perlrun.pod t/TEST taint.c
17337 ____________________________________________________________________________
17338 [ 13683] By: nick                                  on 2001/12/14  12:29:41
17339         Log: Integrate mainline
17340      Branch: perlio
17341           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
17342           +> lib/Term/ReadLine.t t/op/hashassign.t
17343            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
17344            - lib/Attribute/Handlers/README
17345            - lib/Attribute/Handlers/demo/Demo.pm
17346            - lib/Attribute/Handlers/demo/Descriptions.pm
17347            - lib/Attribute/Handlers/demo/MyClass.pm
17348            - lib/Attribute/Handlers/demo/demo.pl
17349            - lib/Attribute/Handlers/demo/demo2.pl
17350            - lib/Attribute/Handlers/demo/demo3.pl
17351            - lib/Attribute/Handlers/demo/demo4.pl
17352            - lib/Attribute/Handlers/demo/demo_call.pl
17353            - lib/Attribute/Handlers/demo/demo_chain.pl
17354            - lib/Attribute/Handlers/demo/demo_cycle.pl
17355            - lib/Attribute/Handlers/demo/demo_hashdir.pl
17356            - lib/Attribute/Handlers/demo/demo_phases.pl
17357            - lib/Attribute/Handlers/demo/demo_range.pl
17358            - lib/Attribute/Handlers/demo/demo_rawdata.pl
17359            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
17360           !> (integrate 101 files)
17361 ____________________________________________________________________________
17362 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
17363         Log: Detypo.
17364      Branch: perl
17365            ! utf8.c
17366 ____________________________________________________________________________
17367 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
17368         Log: Buffer overflow checks.
17369      Branch: perl
17370            ! utf8.c
17371 ____________________________________________________________________________
17372 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
17373         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
17374              From: Spider Boardman <spider@leggy.zk3.dec.com>
17375              Date: Thu, 13 Dec 2001 15:32:51 -0500
17376              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
17377      Branch: perl
17378            ! lib/ExtUtils/Embed.t
17379 ____________________________________________________________________________
17380 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
17381         Log: More on the Unicode "line" definition.
17382      Branch: perl
17383            ! pod/perlunicode.pod
17384 ____________________________________________________________________________
17385 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
17386         Log: Open-ended VERSION?
17387      Branch: perl
17388            ! lib/ExtUtils/Install.pm
17389 ____________________________________________________________________________
17390 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
17391         Log: Subject: [PATCH] Better make distclean
17392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17393              Date: Thu, 13 Dec 2001 21:10:18 +0100
17394              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
17395      Branch: perl
17396            ! Makefile.SH
17397 ____________________________________________________________________________
17398 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
17399         Log: Remove Memoize::Saves as requested by mjd.
17400      Branch: perl
17401            - lib/Memoize/Saves.pm
17402            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
17403 ____________________________________________________________________________
17404 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
17405         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
17406              From: Michael G Schwern <schwern@pobox.com>
17407              Date: Tue, 11 Dec 2001 23:17:32 -0500
17408              Message-ID: <20011212041732.GS17250@blackrider>
17409      Branch: perl
17410            ! lib/ExtUtils/Install.pm
17411 ____________________________________________________________________________
17412 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
17413         Log: Subject: [PATCH] Re: use utf8; with bad utf8
17414              From: Nicholas Clark <nick@ccl4.org>
17415              Date: Thu, 13 Dec 2001 17:09:39 +0000
17416              Message-ID: <20011213170939.L21702@plum.flirble.org>
17417      Branch: perl
17418            ! t/lib/1_compile.t
17419 ____________________________________________________________________________
17420 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
17421         Log: Subject: (LONG!) Sort benchmarks and patch
17422              From: "John P. Linderman" <jpl@research.att.com>
17423              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
17424              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
17425      Branch: perl
17426            ! pp_sort.c
17427 ____________________________________________________________________________
17428 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
17429         Log: Unadorned numbers evil.
17430      Branch: perl
17431            ! pp.c regcomp.c regexec.c utf8.c utf8.h
17432 ____________________________________________________________________________
17433 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
17434         Log: "preprocessing directive not recognized within macro arg"
17435      Branch: perl
17436            ! ext/Data/Dumper/Dumper.xs
17437 ____________________________________________________________________________
17438 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
17439         Log: Subject: Clarifying the documentation of goto            
17440              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
17441              Date: Thu, 13 Dec 2001 08:57:38 -0500
17442              Message-ID: <3C18BD8B@operamail.com>
17443      Branch: perl
17444            ! pod/perlfunc.pod
17445 ____________________________________________________________________________
17446 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
17447         Log: It could be possible for the case-insensitive
17448              Unicode-aware string comparison to wander off
17449              to the la-la land.
17450      Branch: perl
17451            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
17452            ! regexec.c utf8.c
17453 ____________________________________________________________________________
17454 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
17455         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
17456              From: Michael G Schwern <schwern@pobox.com> 
17457              Date: Wed, 12 Dec 2001 21:53:46 -0500
17458              Message-ID: <20011213025346.GH25129@blackrider>
17459      Branch: perl
17460            ! lib/Net/hostent.t t/op/stat.t t/test.pl
17461 ____________________________________________________________________________
17462 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
17463         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
17464              From: Michael G Schwern <schwern@pobox.com> 
17465              Date: Wed, 12 Dec 2001 20:33:42 -0500
17466              Message-ID: <20011213013342.GX25129@blackrider>
17467      Branch: perl
17468            ! t/io/fs.t
17469 ____________________________________________________________________________
17470 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
17471         Log: Subject: Re: [PATCH] use utf8; tests
17472              From: Nicholas Clark <nick@ccl4.org>
17473              Date: Thu, 13 Dec 2001 00:16:58 +0000
17474              Message-ID: <20011213001658.I21702@plum.flirble.org>
17475      Branch: perl
17476            ! lib/utf8.t
17477 ____________________________________________________________________________
17478 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
17479         Log: EPOC fixes from Olaf Flebbe.
17480      Branch: perl
17481            ! README.epoc epoc/config.sh epoc/createpkg.pl
17482            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
17483 ____________________________________________________________________________
17484 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
17485         Log: Subject: [PATCH perl@13661] VMS test fix-ups
17486              From: "Craig A. Berry" <craigberry@mac.com>
17487              Date: Wed, 12 Dec 2001 16:27:48 -0600
17488              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
17489      Branch: perl
17490            ! lib/Net/hostent.t t/io/fs.t
17491 ____________________________________________________________________________
17492 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
17493         Log: Subject: Re: Next cygwin round.
17494              From: "Gerrit P. Haase" <gp@familiehaase.de>
17495              Date: Wed, 12 Dec 2001 21:59:00 +0100
17496              Message-ID: <122343874595.20011212215900@familiehaase.de>
17497      Branch: perl
17498            ! t/io/fs.t
17499 ____________________________________________________________________________
17500 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
17501         Log: Subject: [PATCH] use utf8; tests
17502              From: Nicholas Clark <nick@ccl4.org>
17503              Date: Wed, 12 Dec 2001 20:07:04 +0000
17504              Message-ID: <20011212200704.E21702@plum.flirble.org>
17505      Branch: perl
17506            ! lib/utf8.t t/test.pl
17507 ____________________________________________________________________________
17508 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
17509         Log: Update Changes.
17510      Branch: perl
17511            ! Changes patchlevel.h
17512 ____________________________________________________________________________
17513 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
17514         Log: Subject: [PATCH] Passing in env to perl_parse did not work
17515              From: Gisle Aas <gisle@ActiveState.com>
17516              Date: 11 Dec 2001 20:52:57 -0800
17517              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
17518      Branch: perl
17519            ! perl.c perl.h
17520 ____________________________________________________________________________
17521 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
17522         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
17523              mostly gcc -Wall complaining about the argument of %p not
17524              being a void *.
17525      Branch: perl
17526            ! perlio.c regcomp.c taint.c toke.c
17527 ____________________________________________________________________________
17528 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
17529         Log: metaconfig unit change for #13657.
17530      Branch: metaconfig
17531            ! U/modified/nis.U
17532 ____________________________________________________________________________
17533 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
17534         Log: Try YP/NIS also from /usr/lib/yp.
17535      Branch: perl
17536            ! Configure
17537 ____________________________________________________________________________
17538 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
17539         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
17540              From: Michael G Schwern <schwern@pobox.com>                
17541              Date: Wed, 12 Dec 2001 05:27:02 -0500      
17542              Message-ID: <20011212102702.GW17250@blackrider>
17543              
17544              (the op/grent part)
17545      Branch: perl
17546            ! t/op/grent.t
17547 ____________________________________________________________________________
17548 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
17549         Log: Weed out .files from ls and readdir() results.
17550      Branch: perl
17551            ! t/op/stat.t
17552 ____________________________________________________________________________
17553 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
17554         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
17555              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
17556              Date: Wed, 12 Dec 2001 10:52:21 +0100
17557              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
17558      Branch: perl
17559            ! lib/File/Find.pm
17560 ____________________________________________________________________________
17561 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
17562         Log: Subject: [PATCH] doio fatal on cygwin for 13651
17563              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
17564              Date: Wed, 12 Dec 2001 11:28:13 +0100      
17565              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
17566      Branch: perl
17567            ! doio.c
17568 ____________________________________________________________________________
17569 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
17570         Log: Get the whole line of ls, makes debugging easier
17571              (from Schwern)
17572      Branch: perl
17573            ! t/op/stat.t
17574 ____________________________________________________________________________
17575 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
17576         Log: rename() must be tested even without link()
17577              or the utime() and rename-directory tests fail.
17578              (Also got the BeOS utime atime/time the wrong way round.)
17579      Branch: perl
17580            ! t/io/fs.t
17581 ____________________________________________________________________________
17582 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
17583         Log: Now that the beos.c is compiled at the main level
17584              the header is in the beos/
17585      Branch: perl
17586            ! beos/beos.c
17587 ____________________________________________________________________________
17588 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
17589         Log: Must remember to require Socket.
17590      Branch: perl
17591            ! ext/Sys/Syslog/syslog.t
17592 ____________________________________________________________________________
17593 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
17594         Log: In BeOS Errno must resort to actual compilation
17595              and execution for some of the error constants.
17596      Branch: perl
17597            ! ext/Errno/Errno_pm.PL
17598 ____________________________________________________________________________
17599 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
17600         Log: BeOS still has no good sockets.
17601      Branch: perl
17602            ! ext/IO/lib/IO/t/io_sel.t
17603 ____________________________________________________________________________
17604 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
17605         Log: BeOS sockets are not true sockets.
17606      Branch: perl
17607            ! ext/IO/lib/IO/t/io_poll.t
17608 ____________________________________________________________________________
17609 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
17610         Log: No Socket, no Syslog.
17611      Branch: perl
17612            ! ext/Sys/Syslog/syslog.t
17613 ____________________________________________________________________________
17614 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
17615         Log: (On some platforms) missing truncate FH.
17616      Branch: perl
17617            ! pod/perltodo.pod
17618 ____________________________________________________________________________
17619 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
17620         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
17621              and vms would be muchly appreciated.
17622      Branch: perl
17623            ! t/io/fs.t
17624 ____________________________________________________________________________
17625 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
17626         Log: utime() updates only the mtime in BeOS. 
17627      Branch: perl
17628            ! pod/perlport.pod
17629 ____________________________________________________________________________
17630 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
17631         Log: No link(), no need to dSP.
17632      Branch: perl
17633            ! pp_sys.c
17634 ____________________________________________________________________________
17635 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
17636         Log: Missing argument.
17637      Branch: perl
17638            ! utf8.c
17639 ____________________________________________________________________________
17640 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
17641         Log: (1) To assume any setuid programs is silly.
17642              (2) Chaining tests with booleans means that some
17643              of them may not get run which means getting out
17644              of test count sync.
17645      Branch: perl
17646            ! t/op/stat.t
17647 ____________________________________________________________________________
17648 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
17649         Log: The beos.c needs to be in the main directory.
17650      Branch: perl
17651            ! hints/beos.sh
17652 ____________________________________________________________________________
17653 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
17654         Log: Detypo and rename.
17655      Branch: perl
17656            ! doio.c perl.h perlio.c perliol.h
17657 ____________________________________________________________________________
17658 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
17659         Log: This time I test compiled.  Honest.
17660      Branch: perl
17661            ! beos/beos.c
17662 ____________________________________________________________________________
17663 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
17664         Log: Subject: [PATCH] slightly more pack tests
17665              From: Nicholas Clark <nick@ccl4.org>
17666              Date: Tue, 11 Dec 2001 23:41:23 +0000
17667              Message-ID: <20011211234123.Y21702@plum.flirble.org>
17668      Branch: perl
17669            ! t/op/pack.t
17670 ____________________________________________________________________________
17671 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
17672         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
17673              From: "Craig A. Berry" <craigberry@mac.com>
17674              Date: Tue, 11 Dec 2001 16:39:13 -0600
17675              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
17676      Branch: perl
17677            ! configure.com
17678 ____________________________________________________________________________
17679 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
17680         Log: metaconfig unit change for #13632.
17681      Branch: metaconfig/U/perl
17682            ! perlpath.U
17683 ____________________________________________________________________________
17684 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
17685         Log: Subject: $Config{perlpath} and -Dversiononly
17686              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17687              Date: Tue, 11 Dec 2001 23:32:33 +0100
17688              Message-ID: <20011211233233.A11587@rafael>
17689      Branch: perl
17690            ! Configure
17691 ____________________________________________________________________________
17692 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
17693         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
17694              From: Nicholas Clark <nick@ccl4.org>
17695              Date: Tue, 11 Dec 2001 21:59:36 +0000
17696              Message-ID: <20011211215935.W21702@plum.flirble.org>
17697      Branch: perl
17698            ! t/op/pack.t
17699 ____________________________________________________________________________
17700 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
17701         Log: More UTF-8 API docs.
17702      Branch: perl
17703            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
17704 ____________________________________________________________________________
17705 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
17706         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
17707              From: Nicholas Clark <nick@ccl4.org>
17708              Date: Tue, 11 Dec 2001 20:08:59 +0000
17709              Message-ID: <20011211200859.S21702@plum.flirble.org>
17710      Branch: perl
17711            ! t/op/pack.t
17712 ____________________________________________________________________________
17713 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
17714         Log: Subject: Re: use utf8; with bad utf8
17715              From: Nicholas Clark <nick@ccl4.org>
17716              Date: Tue, 11 Dec 2001 19:49:21 +0000
17717              Message-ID: <20011211194921.R21702@plum.flirble.org>
17718      Branch: perl
17719            ! lib/utf8.t
17720 ____________________________________________________________________________
17721 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
17722         Log: Can't spell worth a dam.  (Try Three Gorges.)
17723      Branch: perl
17724            ! beos/beos.c
17725 ____________________________________________________________________________
17726 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
17727         Log: We need DWIM cpps.
17728      Branch: perl
17729            ! perlio.c
17730 ____________________________________________________________________________
17731 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
17732         Log: The unixish.h needs to be found and the waitpid wrapper
17733              could use a proto.
17734      Branch: perl
17735            ! beos/beosish.h
17736 ____________________________________________________________________________
17737 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
17738         Log: The BeOS waitpid() seems to be broken,
17739              have a wrapper for it.
17740      Branch: perl
17741            + beos/beos.c beos/beosish.h
17742            ! MANIFEST hints/beos.sh perl.h
17743 ____________________________________________________________________________
17744 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
17745         Log: Unlean the leaning tower of Babel.
17746      Branch: perl
17747            ! perl.h
17748 ____________________________________________________________________________
17749 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
17750         Log: Retract #13607 until we figure out what to do with autouse.
17751      Branch: perl
17752            ! lib/Carp.pm
17753 ____________________________________________________________________________
17754 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
17755         Log: Try to handle platforms that have O_TEXT != O_BINARY but
17756              which are not DOSish, BeOS being one of such platforms.
17757              Ideally this should be a Configure test, not a hardwired
17758              cpp symbol test... 
17759      Branch: perl
17760            ! doio.c perl.h perlio.c perliol.h
17761 ____________________________________________________________________________
17762 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
17763         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
17764              From: Jonathan Stowe <gellyfish@gellyfish.com>
17765              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
17766              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
17767      Branch: perl
17768            ! lib/Term/Cap.pm lib/Term/Cap.t
17769 ____________________________________________________________________________
17770 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
17771         Log: Subject: [patch perlio.c] test for NULL before derefencing
17772              From: Stas Bekman <stas@stason.org>
17773              Date: Tue, 11 Dec 2001 16:17:55 +0800
17774              Message-ID: <3C15C133.8@stason.org>
17775      Branch: perl
17776            ! perlio.c
17777 ____________________________________________________________________________
17778 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
17779         Log: metaconfig unit change for #13617.
17780      Branch: metaconfig/U/perl
17781            ! Extensions.U
17782 ____________________________________________________________________________
17783 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
17784         Log: BeOS has socket() but not enough to build a working Socket.
17785              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
17786              new networking implementation, which is rumored to fix the
17787              non-standardness of sockets, but it's apparently not publicly
17788              available, and anything to do with BeOS has become quite
17789              complicated with the sale of the Be assets to Palm.)
17790      Branch: perl
17791            ! Configure
17792 ____________________________________________________________________________
17793 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
17794         Log: Update changes
17795      Branch: maint-5.6/macperl
17796            ! macos/Changes
17797 ____________________________________________________________________________
17798 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
17799         Log: Add extra pod to help
17800      Branch: maint-5.6/macperl
17801            ! macos/macperl/MacPerl.podhelp
17802 ____________________________________________________________________________
17803 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
17804         Log: Return DoAppleScript errors in $@
17805      Branch: maint-5.6/macperl
17806            ! macos/ext/MacPerl/OSA.xs
17807 ____________________________________________________________________________
17808 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
17809         Log: Clear out $^E before each script run
17810      Branch: maint-5.6/macperl
17811            ! macos/macperl/MPScript.c
17812 ____________________________________________________________________________
17813 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
17814         Log: Integrate various changes from maint-5.6/perl/.
17815      Branch: maint-5.6/macperl
17816           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
17817           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
17818 ____________________________________________________________________________
17819 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
17820         Log: Subject: Exporter's documentation shouldn't lie               
17821              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
17822              Date: Mon, 10 Dec 2001 21:30:20 -0500
17823              Message-ID: <3C4AA201@operamail.com>
17824      Branch: perl
17825            ! lib/Exporter.pm
17826 ____________________________________________________________________________
17827 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
17828         Log: Make Errno better in BeOS (the second hunk is
17829              good on any platform).  Still not working in BeOS
17830              are the E constants that refer BeOS native error
17831              constants (B_...) which are enums (*groan*).
17832      Branch: perl
17833            ! ext/Errno/Errno_pm.PL
17834 ____________________________________________________________________________
17835 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
17836         Log: The BeOS linker seems to link the last seen symbol,
17837              not the first (so the symbols of op.o from libperl.so
17838              would get linked to miniperl instead of the symbols of
17839              opmini.o)-- use the same trick as for NeXT4 for linking
17840              miniperl.
17841      Branch: perl
17842            ! Makefile.SH
17843 ____________________________________________________________________________
17844 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
17845         Log: Subject: Re: [PATCH] tests for hash assignment
17846              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17847              Date: Tue, 11 Dec 2001 01:48:55 +0000
17848              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
17849      Branch: perl
17850            ! utf8.c
17851 ____________________________________________________________________________
17852 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
17853         Log: (retracted by #13622)
17854              
17855              Subject: RE: More verbose POD for Carp
17856              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
17857              Date: Mon, 10 Dec 2001 20:23:20 -0500
17858              Message-ID: <3C4A3566@operamail.com>
17859      Branch: perl
17860            ! lib/Carp.pm
17861 ____________________________________________________________________________
17862 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
17863         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
17864              From: "Craig A. Berry" <craigberry@mac.com>
17865              Date: Mon, 10 Dec 2001 18:25:37 -0600
17866              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
17867      Branch: perl
17868            ! t/op/write.t t/test.pl
17869 ____________________________________________________________________________
17870 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
17871         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
17872              From: Michael G Schwern <schwern@pobox.com>
17873              Date: Mon, 10 Dec 2001 08:00:01 -0500
17874              Message-ID: <20011210130000.GK1770@blackrider>
17875      Branch: perl
17876            ! t/comp/multiline.t
17877 ____________________________________________________________________________
17878 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
17879         Log: Subject: Re: [PATCH] tests for hash assignment
17880              From: Nicholas Clark <nick@ccl4.org>
17881              Date: Mon, 10 Dec 2001 23:22:28 +0000
17882              Message-ID: <20011210232228.M21702@plum.flirble.org>
17883      Branch: perl
17884            + t/op/hashassign.t
17885            ! MANIFEST t/op/each.t t/test.pl
17886 ____________________________________________________________________________
17887 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
17888         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
17889              From: "Craig A. Berry" <craigberry@mac.com>
17890              Date: Mon, 10 Dec 2001 16:38:14 -0600
17891              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
17892      Branch: perl
17893            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
17894 ____________________________________________________________________________
17895 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
17896         Log: Subject: [PATCH perl@13600] configure.com fixes
17897              From: "Craig A. Berry" <craigberry@mac.com>
17898              Date: Mon, 10 Dec 2001 14:40:20 -0600
17899              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
17900      Branch: perl
17901            ! configure.com
17902 ____________________________________________________________________________
17903 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
17904         Log: Silence BeOS compilation moaning.
17905      Branch: perl
17906            ! perl.h
17907 ____________________________________________________________________________
17908 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
17909         Log: Update Changes.
17910      Branch: perl
17911            ! Changes patchlevel.h
17912 ____________________________________________________________________________
17913 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
17914         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
17915              From: Michael G Schwern <schwern@pobox.com>
17916              Date: Mon, 10 Dec 2001 01:21:03 -0500
17917              Message-ID: <20011210062103.GC1770@blackrider>
17918      Branch: perl
17919            ! lib/ExtUtils/Command.t
17920 ____________________________________________________________________________
17921 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
17922         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
17923              From: Michael G Schwern <schwern@pobox.com>
17924              Date: Mon, 10 Dec 2001 01:10:57 -0500
17925              Message-ID: <20011210061057.GB1770@blackrider>
17926      Branch: perl
17927            ! t/op/groups.t
17928 ____________________________________________________________________________
17929 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
17930         Log: Retract #13596, #13593 should do the trick.
17931      Branch: perl
17932            ! t/op/stat.t
17933 ____________________________________________________________________________
17934 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
17935         Log: (retracted by #13597, #13593 does the job better)
17936              
17937              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
17938              From: Michael G Schwern <schwern@pobox.com>
17939              Date: Mon, 10 Dec 2001 00:53:16 -0500
17940              Message-ID: <20011210055316.GA1770@blackrider>
17941      Branch: perl
17942            ! t/op/stat.t
17943 ____________________________________________________________________________
17944 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
17945         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
17946              From: Michael G Schwern <schwern@pobox.com> 
17947              Date: Mon, 10 Dec 2001 02:19:14 -0500
17948              Message-ID: <20011210071914.GF1770@blackrider>
17949      Branch: perl
17950            ! lib/AutoSplit.t
17951 ____________________________________________________________________________
17952 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
17953         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
17954              From: Michael G Schwern <schwern@pobox.com>
17955              Date: Mon, 10 Dec 2001 02:47:40 -0500
17956              Message-ID: <20011210074739.GH1770@blackrider>
17957      Branch: perl
17958            ! t/op/pack.t
17959 ____________________________________________________________________________
17960 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
17961         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
17962              From: Michael G Schwern <schwern@pobox.com>
17963              Date: Mon, 10 Dec 2001 02:54:22 -0500
17964              Message-ID: <20011210075422.GI1770@blackrider>
17965      Branch: perl
17966            ! t/test.pl
17967 ____________________________________________________________________________
17968 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
17969         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
17970              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17971              Date: Mon, 10 Dec 2001 08:45:20 +0100
17972              Message-ID: <3C146810.60B5B7C0@alcatel.at>
17973      Branch: perl
17974            ! pp_pack.c
17975 ____________________________________________________________________________
17976 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
17977         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
17978              From: Michael G Schwern <schwern@pobox.com>
17979              Date: Mon, 10 Dec 2001 03:27:02 -0500
17980              Message-ID: <20011210082702.GN1770@blackrider>
17981      Branch: perl
17982            ! t/io/openpid.t
17983 ____________________________________________________________________________
17984 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
17985         Log: More chmod +w.
17986      Branch: perl
17987            ! Porting/makerel
17988 ____________________________________________________________________________
17989 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
17990         Log: Just skip the readability test if running as root.
17991      Branch: perl
17992            ! lib/Net/t/netrc.t
17993 ____________________________________________________________________________
17994 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
17995         Log: Tell about the downside of safe signals.
17996      Branch: perl
17997            ! pod/perldelta.pod
17998 ____________________________________________________________________________
17999 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
18000         Log: Make the whole -lperl thing NetBSD only until we
18001              find some other platform that needs the same.
18002      Branch: perl
18003            ! lib/ExtUtils/MM_Unix.pm
18004 ____________________________________________________________________________
18005 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
18006         Log: Subject: [PATCH t/op/pack.t] Cleanup
18007              From: Michael G Schwern <schwern@pobox.com> 
18008              Date: Sun, 9 Dec 2001 23:08:26 -0500
18009              Message-ID: <20011210040826.GD660@blackrider>
18010      Branch: perl
18011            ! t/op/pack.t
18012 ____________________________________________________________________________
18013 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
18014         Log: Add threads support for NetBSD.
18015              
18016              This is also the first (I think) Perl threads build with
18017              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
18018              NetBSD does not as of yet have true kernel POSIX threads,
18019              but the user-level pth seems to be doing pretty well--
18020              the only failure is that threads/t/basic okays 6 and 7
18021              consistently seem be arriving in the reverse order.
18022              Well, gdbm.t is also failing: 'Undefined PLT symbol
18023              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
18024              guessing that GDBM would need a threaded rebuild.
18025      Branch: perl
18026            ! hints/netbsd.sh
18027 ____________________________________________________________________________
18028 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
18029         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
18030              potential performance hit and change in semantics of closure
18031              lookups after C<undef &foo>)
18032      Branch: maint-5.6/perl
18033            ! op.c
18034 ____________________________________________________________________________
18035 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
18036         Log: metaconfig unit change for #13582.
18037      Branch: metaconfig
18038            ! U/threads/usethreads.U
18039 ____________________________________________________________________________
18040 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
18041         Log: Update the ithreads selection info in Configure,
18042              as suggested by Michael Schwern.
18043      Branch: perl
18044            ! Configure
18045 ____________________________________________________________________________
18046 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
18047         Log: Clearing locale environment simply doesn't seem to
18048              guarantee that (nl_)langinfo(CODESET) would return nil.
18049              (I for example get "ISO8859-1", so <guess>maybe there can
18050              be per-system default settings at work</guess>.)
18051      Branch: perl
18052            ! lib/open.t
18053 ____________________________________________________________________________
18054 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
18055         Log: Subject: RE: Exporter fixes reversed in 13540?
18056              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
18057              Date: Sun, 9 Dec 2001 12:55:15 -0500
18058              Message-ID: <3C13F455@operamail.com>
18059      Branch: perl
18060            ! lib/open.pm
18061 ____________________________________________________________________________
18062 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
18063         Log: Root is the lizard king.
18064      Branch: perl
18065            ! lib/Net/t/netrc.t
18066 ____________________________________________________________________________
18067 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
18068         Log: Telling how many tests we are expecting helps.
18069      Branch: perl
18070            ! ext/POSIX/t/waitpid.t
18071 ____________________________________________________________________________
18072 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
18073         Log: Add a test case for waitpid(): from Rocco Caputo.
18074      Branch: perl
18075            + ext/POSIX/t/waitpid.t
18076            ! MANIFEST
18077 ____________________________________________________________________________
18078 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
18079         Log: Subject: [PATCH] Term::ReadLine tweaks and test
18080              From: Richard Clamp <richardc@unixbeard.net>
18081              Date: Mon, 10 Dec 2001 00:51:47 +0000
18082              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
18083      Branch: perl
18084            + lib/Term/ReadLine.t
18085            ! MANIFEST lib/Term/ReadLine.pm
18086 ____________________________________________________________________________
18087 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
18088         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
18089              From: Rocco Caputo <troc@netrus.net>
18090              Date: Sun, 9 Dec 2001 18:12:38 -0500
18091              Message-ID: <20011209181238.A803@eyrie.homenet>
18092      Branch: perl
18093            ! win32/win32.c
18094 ____________________________________________________________________________
18095 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
18096         Log: make sure that va_start() has matching va_end();
18097              from OpenBSD 3.0.
18098      Branch: perl
18099            ! x2p/util.c
18100 ____________________________________________________________________________
18101 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
18102         Log: h2ph updates from OpenBSD 3.0.
18103      Branch: perl
18104            ! utils/h2ph.PL
18105 ____________________________________________________________________________
18106 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
18107         Log: OpenBSD hints update from OpenBSD 3.0.
18108      Branch: perl
18109            ! hints/openbsd.sh
18110 ____________________________________________________________________________
18111 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
18112         Log: DJGPP tweaks from Laszlo Molnar.
18113      Branch: perl
18114            ! djgpp/config.over lib/File/Find/t/find.t
18115            ! lib/File/Find/t/taint.t t/pod/find.t
18116 ____________________________________________________________________________
18117 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
18118         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
18119              From: Michael G Schwern <schwern@pobox.com> 
18120              Date: Sun, 9 Dec 2001 19:28:12 -0500
18121              Message-ID: <20011210002812.GF13586@blackrider>
18122      Branch: perl
18123            ! README.cygwin
18124 ____________________________________________________________________________
18125 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
18126         Log: README.cygwin update from Gerrit P. Haase.
18127      Branch: perl
18128            ! README.cygwin
18129 ____________________________________________________________________________
18130 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
18131         Log: Apply NetBSD patch-ag: shared/static linking,
18132              but make the change less intrusive on non-NetBSD.
18133      Branch: perl
18134            ! lib/ExtUtils/MM_Unix.pm
18135 ____________________________________________________________________________
18136 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
18137         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
18138      Branch: perl
18139            ! lib/ExtUtils/Liblist.pm
18140 ____________________________________________________________________________
18141 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
18142         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
18143      Branch: perl
18144            ! regcomp.c
18145 ____________________________________________________________________________
18146 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
18147         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
18148      Branch: perl
18149            ! pp.c
18150 ____________________________________________________________________________
18151 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
18152         Log: Apply NetBSD patch-ac.
18153              (the fix has already been done: change #9706, fully qualified
18154              pathnames in packlists)
18155      Branch: perl
18156            ! lib/ExtUtils/Install.pm
18157 ____________________________________________________________________________
18158 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
18159         Log: Apply NetBSD patch-ab: NetBSD hints update.
18160      Branch: perl
18161            ! hints/netbsd.sh
18162 ____________________________________________________________________________
18163 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
18164         Log: metaconfig unit changes for #13560.
18165      Branch: metaconfig/U/perl
18166            ! dlsrc.U i_ieeefp.U libperl.U
18167 ____________________________________________________________________________
18168 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
18169         Log: NetBSD has <ieeefp.h> but hidden.
18170      Branch: perl
18171            ! hints/netbsd.sh
18172 ____________________________________________________________________________
18173 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
18174         Log: Implement NetBSD patch-aa.
18175      Branch: perl
18176            ! Configure
18177 ____________________________________________________________________________
18178 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
18179         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
18180              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
18181              Date: Sun, 09 Dec 2001 13:40:58 +0100
18182              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
18183              
18184              (The lstat()s were there in 5.6.1: what happened to them?)
18185      Branch: perl
18186            ! lib/File/Find.pm
18187 ____________________________________________________________________________
18188 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
18189         Log: Quickie documentation of the C UTF-8 API.
18190      Branch: perl
18191            ! pod/perlunicode.pod
18192 ____________________________________________________________________________
18193 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
18194         Log: Subject: bleadperl on cygwin weirdness...
18195              From: "Gerrit P. Haase" <gp@familiehaase.de>
18196              Date: Sun, 9 Dec 2001 20:31:28 +0100
18197              Message-ID: <13779422183.20011209203128@familiehaase.de>          
18198              
18199              (plus libperl*.dll version portability tweaks)
18200      Branch: perl
18201            ! lib/ExtUtils/Embed.t
18202 ____________________________________________________________________________
18203 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
18204         Log: Instead of muting symbol export error if under eval,
18205              delay the errors until the croak().
18206              
18207              (replaces #13408)
18208      Branch: perl
18209            ! lib/Exporter/Heavy.pm
18210 ____________________________________________________________________________
18211 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
18212         Log: Basegroup 0 is a cygwin_nt thing.
18213      Branch: perl
18214            ! t/op/groups.t
18215 ____________________________________________________________________________
18216 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
18217         Log: Also WinME is LoseLink.
18218      Branch: perl
18219            ! t/op/stat.t
18220 ____________________________________________________________________________
18221 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
18222         Log: Forgotten checkin.
18223      Branch: perl
18224            ! lib/User/grent.t
18225 ____________________________________________________________________________
18226 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
18227         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
18228              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
18229              Date: Sun, 09 Dec 2001 13:45:06 +0100
18230              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
18231      Branch: perl
18232            ! lib/File/Find.pm
18233 ____________________________________________________________________________
18234 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
18235         Log: Tweakback.
18236      Branch: perl
18237            ! lib/Net/hostent.t
18238 ____________________________________________________________________________
18239 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
18240         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
18241              From: Michael G Schwern <schwern@pobox.com>
18242              Date: Sat, 8 Dec 2001 14:48:38 -0500
18243              Message-ID: <20011208194838.GA8650@blackrider>
18244      Branch: perl
18245            ! t/op/grent.t
18246 ____________________________________________________________________________
18247 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
18248         Log: Subject: [README.cygwin] Removing old expected test failures
18249              From: Michael G Schwern <schwern@pobox.com>
18250              Date: Sat, 8 Dec 2001 15:38:28 -0500
18251              Message-ID: <20011208203828.GB9017@blackrider>
18252      Branch: perl
18253            ! README.cygwin
18254 ____________________________________________________________________________
18255 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
18256         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
18257              From: Michael G Schwern <schwern@pobox.com>                
18258              Date: Sat, 8 Dec 2001 15:26:59 -0500
18259              Message-ID: <20011208202659.GA9017@blackrider> 
18260      Branch: perl
18261            ! lib/Net/hostent.t
18262 ____________________________________________________________________________
18263 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
18264         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
18265              From: Michael G Schwern <schwern@pobox.com> 
18266              Date: Sat, 8 Dec 2001 15:06:16 -0500
18267              Message-ID: <20011208200616.GA8915@blackrider>
18268      Branch: perl
18269            ! t/op/stat.t
18270 ____________________________________________________________________________
18271 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
18272         Log: Developer deprecations and an incompatibility.
18273      Branch: perl
18274            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
18275 ____________________________________________________________________________
18276 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
18277         Log: Shoo.
18278      Branch: perl
18279            - lib/Attribute/Handlers.pm
18280 ____________________________________________________________________________
18281 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
18282         Log: Remove Attribute::Handlers, as per Damian's request.
18283              (Because of fixing the my variables to be now handled
18284              in run-time, the whole internals of the A::H needs to
18285              be rewritten and Damian will not have time for that
18286              for months.)
18287      Branch: perl
18288            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
18289            - lib/Attribute/Handlers/demo/Demo.pm
18290            - lib/Attribute/Handlers/demo/Descriptions.pm
18291            - lib/Attribute/Handlers/demo/MyClass.pm
18292            - lib/Attribute/Handlers/demo/demo.pl
18293            - lib/Attribute/Handlers/demo/demo2.pl
18294            - lib/Attribute/Handlers/demo/demo3.pl
18295            - lib/Attribute/Handlers/demo/demo4.pl
18296            - lib/Attribute/Handlers/demo/demo_call.pl
18297            - lib/Attribute/Handlers/demo/demo_chain.pl
18298            - lib/Attribute/Handlers/demo/demo_cycle.pl
18299            - lib/Attribute/Handlers/demo/demo_hashdir.pl
18300            - lib/Attribute/Handlers/demo/demo_phases.pl
18301            - lib/Attribute/Handlers/demo/demo_range.pl
18302            - lib/Attribute/Handlers/demo/demo_rawdata.pl
18303            - lib/Attribute/Handlers/t/multi.t
18304            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
18305            ! pod/perlmodlib.pod pod/perltoc.pod
18306 ____________________________________________________________________________
18307 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
18308         Log: Subject: Re: attributes are broken
18309              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18310              Date: Sun, 09 Dec 2001 00:09:23 -0500
18311              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
18312      Branch: perl
18313            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
18314            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
18315            ! xsutils.c
18316 ____________________________________________________________________________
18317 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
18318         Log: Forgotten checkin.
18319      Branch: perl
18320            ! lib/Pod/Text.pm
18321 ____________________________________________________________________________
18322 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
18323         Log: uconfig.h update.
18324      Branch: perl
18325            ! uconfig.h
18326 ____________________________________________________________________________
18327 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
18328         Log: Update Changes.
18329      Branch: perl
18330            ! Changes patchlevel.h
18331 ____________________________________________________________________________
18332 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
18333         Log: Note that some of the Unicode features are
18334              dependent on perlio.
18335      Branch: perl
18336            ! pod/perluniintro.pod
18337 ____________________________________________________________________________
18338 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
18339         Log: Regen perlapi, regen toc.
18340      Branch: perl
18341            ! pod/perlapi.pod pod/perltoc.pod
18342 ____________________________________________________________________________
18343 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
18344         Log: FAQ sync.
18345      Branch: perl
18346            ! pod/perlfaq4.pod pod/perlfaq6.pod
18347 ____________________________________________________________________________
18348 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
18349         Log: Subject: [PATCH] Fix odd language in an sv.c comment
18350              From: coral@eekeek.org
18351              Date: Sat, 8 Dec 2001 12:19:39 -0500
18352              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
18353      Branch: perl
18354            ! sv.c
18355 ____________________________________________________________________________
18356 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
18357         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
18358              From: Michael G Schwern <schwern@pobox.com>
18359              Date: Fri, 7 Dec 2001 20:03:45 -0500
18360              Message-ID: <20011208010345.GD642@blackrider>
18361              
18362              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
18363              From: Michael G Schwern <schwern@pobox.com>
18364              Date: Fri, 7 Dec 2001 20:13:54 -0500
18365              Message-ID: <20011208011354.GE642@blackrider>
18366              
18367              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
18368              From: Michael G Schwern <schwern@pobox.com>
18369              Date: Fri, 7 Dec 2001 21:47:36 -0500
18370              Message-ID: <20011208024736.GH642@blackrider>
18371              
18372              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
18373              From: Michael G Schwern <schwern@pobox.com>
18374              Date: Fri, 7 Dec 2001 23:09:43 -0500
18375              Message-ID: <20011208040943.GK642@blackrider>
18376              
18377              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
18378              Message-Id: <a05101004b83754903506@[172.16.52.1]>
18379              Date: Fri, 7 Dec 2001 23:28:15 -0600
18380              From: "Craig A. Berry" <craigberry@mac.com>
18381      Branch: perl
18382            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
18383 ____________________________________________________________________________
18384 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
18385         Log: Integrate perlio.
18386      Branch: perl
18387           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
18388           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
18389 ____________________________________________________________________________
18390 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
18391         Log: Retract #11156 since Sarathy has found that it breaks code:
18392              http://bugs.ActiveState.com/show_bug.cgi?id=18457
18393              http://bugs.ActiveState.com/show_bug.cgi?id=18858
18394      Branch: perl
18395            ! op.c sv.c t/op/pos.t
18396 ____________________________________________________________________________
18397 [ 13532] By: nick                                  on 2001/12/08  14:11:12
18398         Log: Integrate mainline
18399      Branch: perlio
18400           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
18401           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
18402 ____________________________________________________________________________
18403 [ 13531] By: nick                                  on 2001/12/08  13:48:21
18404         Log: Tweak multi-arg open error messages
18405      Branch: perlio
18406            ! perlio.c
18407 ____________________________________________________________________________
18408 [ 13530] By: nick                                  on 2001/12/08  10:20:06
18409         Log: Allow multi-arg open() if opening layer declares this legal.
18410      Branch: perlio
18411            ! doio.c perlio.c perliol.h
18412 ____________________________________________________________________________
18413 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
18414         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
18415              From: Michael G Schwern <schwern@pobox.com>       
18416              Date: Fri, 7 Dec 2001 19:41:31 -0500
18417              Message-ID: <20011208004131.GC642@blackrider>
18418      Branch: perl
18419            ! t/run/switches.t t/test.pl
18420 ____________________________________________________________________________
18421 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
18422         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
18423              From: Michael G Schwern <schwern@pobox.com>       
18424              Date: Fri, 7 Dec 2001 19:12:44 -0500
18425              Message-ID: <20011208001244.GB642@blackrider>
18426      Branch: perl
18427            ! t/op/stat.t
18428 ____________________________________________________________________________
18429 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
18430         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
18431              From: Michael G Schwern <schwern@pobox.com>
18432              Date: Fri, 7 Dec 2001 17:28:57 -0500
18433              Message-ID: <20011207222857.GI23210@blackrider>
18434      Branch: perl
18435            ! t/op/magic.t
18436 ____________________________________________________________________________
18437 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
18438         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
18439      Branch: perl
18440            ! t/test.pl
18441 ____________________________________________________________________________
18442 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
18443         Log: which_perl: delay as much a possible till runtime.
18444      Branch: perl
18445            ! t/test.pl
18446 ____________________________________________________________________________
18447 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
18448         Log: Further tweakage to which_perl().
18449      Branch: perl
18450            ! t/test.pl
18451 ____________________________________________________________________________
18452 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
18453         Log: perluniintro tweaks.
18454      Branch: perl
18455            ! pod/perluniintro.pod
18456 ____________________________________________________________________________
18457 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
18458         Log: Tweak the $Perl computation.
18459      Branch: perl
18460            ! t/test.pl
18461 ____________________________________________________________________________
18462 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
18463         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
18464              From: Nicholas Clark <nick@ccl4.org>
18465              Date: Fri, 7 Dec 2001 17:06:56 +0000
18466              Message-ID: <20011207170656.G21702@plum.flirble.org>
18467      Branch: perl
18468            ! doop.c t/op/chop.t
18469 ____________________________________________________________________________
18470 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
18471         Log: Update Changes.
18472      Branch: perl
18473            ! Changes patchlevel.h
18474 ____________________________________________________________________________
18475 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
18476         Log: Missing ).
18477      Branch: perl
18478            ! t/test.pl
18479 ____________________________________________________________________________
18480 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
18481         Log: Allow several arguments to display().
18482      Branch: perl
18483            ! t/test.pl
18484 ____________________________________________________________________________
18485 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
18486         Log: /dev/stdout could be either a character special file
18487              or a named pipe, so let's pretend it doesn't exist.
18488      Branch: perl
18489            ! t/op/stat.t
18490 ____________________________________________________________________________
18491 [ 13516] By: nick                                  on 2001/12/07  15:09:23
18492         Log: Integrate again - can I catch up ?
18493      Branch: perlio
18494           !> t/test.pl
18495 ____________________________________________________________________________
18496 [ 13515] By: nick                                  on 2001/12/07  15:08:17
18497         Log: Integrate mainline some more
18498      Branch: perlio
18499           !> README.hpux hints/linux.sh pod/perlfunc.pod
18500 ____________________________________________________________________________
18501 [ 13514] By: nick                                  on 2001/12/07  15:07:15
18502         Log: Integrate mainline
18503      Branch: perlio
18504           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
18505           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
18506           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
18507           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
18508           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
18509           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
18510           +> t/lib/Math/BigInt/BareCalc.pm
18511            - ext/Devel/PPPort/harness/Harness.pm
18512            - ext/Devel/PPPort/harness/Harness.xs
18513            - ext/Devel/PPPort/harness/Makefile.PL
18514            - ext/Devel/PPPort/harness/module2.c
18515            - ext/Devel/PPPort/harness/module3.c
18516            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
18517            - lib/File/Spec/Functions.t
18518           !> (integrate 103 files)
18519 ____________________________________________________________________________
18520 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
18521         Log: Add display() for displaying icky scalars.
18522      Branch: perl
18523            ! t/test.pl
18524 ____________________________________________________________________________
18525 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
18526         Log: Subject: [ID 20011207.001] documentation bug for waitpid
18527              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
18528              Date: Fri, 7 Dec 2001 12:44:56 +0100
18529              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
18530      Branch: perl
18531            ! pod/perlfunc.pod
18532 ____________________________________________________________________________
18533 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
18534         Log: gcc version matching didn't.
18535      Branch: perl
18536            ! hints/linux.sh
18537 ____________________________________________________________________________
18538 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
18539         Log: Subject: HP renamed their servers              
18540              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18541              Date: Fri, 07 Dec 2001 12:07:22 +0100
18542              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
18543      Branch: perl
18544            ! README.hpux
18545 ____________________________________________________________________________
18546 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
18547         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
18548              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18549              Date: Fri, 7 Dec 2001 00:24:55 -0500
18550              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
18551      Branch: perl
18552            ! pod/perlport.pod
18553 ____________________________________________________________________________
18554 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
18555         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
18556              From: Michael G Schwern <schwern@pobox.com> 
18557              Date: Thu, 6 Dec 2001 22:56:34 -0500
18558              Message-ID: <20011207035634.GO22648@blackrider>
18559      Branch: perl
18560            ! t/base/lex.t t/op/exec.t
18561 ____________________________________________________________________________
18562 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
18563         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
18564              From: Michael G Schwern <schwern@pobox.com>
18565              Date: Thu, 6 Dec 2001 22:45:44 -0500
18566              Message-ID: <20011207034544.GN22648@blackrider>
18567              
18568              (plus op/ref tweak)
18569      Branch: perl
18570            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
18571            ! t/run/kill_perl.t t/test.pl
18572 ____________________________________________________________________________
18573 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
18574         Log: Upgrade to Math::BigInt 1.48.
18575      Branch: perl
18576            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
18577            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18578            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
18579            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
18580            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
18581            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
18582            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
18583 ____________________________________________________________________________
18584 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
18585         Log: Mention also perl56delta in case someone is upgrading from
18586              Perl 5.005_03.
18587      Branch: perl
18588            ! pod/perldelta.pod
18589 ____________________________________________________________________________
18590 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
18591         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
18592              From: Michael G Schwern <schwern@pobox.com>
18593              Date: Thu, 6 Dec 2001 15:15:28 -0500
18594              Message-ID: <20011206201528.GF16414@blackrider>
18595              
18596              (just the term.t, not the lex.t)
18597              
18598              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
18599              From: Michael G Schwern <schwern@pobox.com>
18600              Date: Thu, 6 Dec 2001 15:22:22 -0500
18601              Message-ID: <20011206202222.GG16414@blackrider>
18602              
18603              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
18604              From: Michael G Schwern <schwern@pobox.com>
18605              Date: Thu, 6 Dec 2001 15:31:58 -0500
18606              Message-ID: <20011206203158.GI16414@blackrider>
18607              
18608              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
18609              From: Michael G Schwern <schwern@pobox.com>
18610              Date: Thu, 6 Dec 2001 17:38:55 -0500
18611              Message-ID: <20011206223855.GC22648@blackrider>
18612      Branch: perl
18613            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
18614            ! t/test.pl
18615 ____________________________________________________________________________
18616 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
18617         Log: Update the thr5005 situation.
18618      Branch: perl
18619            ! pod/perldelta.pod
18620 ____________________________________________________________________________
18621 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
18622         Log: perldelta borrowings from perl561delta.
18623      Branch: perl
18624            ! pod/perldelta.pod
18625 ____________________________________________________________________________
18626 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
18627         Log: Add the 5.6.1 perldelta as perl561delta.
18628              (Makes it easier to steal stuff for perldelta :-)
18629      Branch: perl
18630            + pod/perl561delta.pod
18631            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18632 ____________________________________________________________________________
18633 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
18634         Log: Retract #13496 for now.
18635      Branch: perl
18636            ! t/base/lex.t t/base/term.t
18637 ____________________________________________________________________________
18638 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
18639         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
18640              From: "Craig A. Berry" <craigberry@mac.com>
18641              Date: Thu, 6 Dec 2001 14:54:36 -0600
18642              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
18643      Branch: perl
18644            ! vms/ext/filespec.t
18645 ____________________________________________________________________________
18646 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
18647         Log: (retracted by #13499)
18648              
18649              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
18650              From: Michael G Schwern <schwern@pobox.com>
18651              Date: Thu, 6 Dec 2001 15:15:28 -0500
18652              Message-ID: <20011206201528.GF16414@blackrider>
18653      Branch: perl
18654            ! t/base/lex.t t/base/term.t
18655 ____________________________________________________________________________
18656 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
18657         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
18658              From: Michael G Schwern <schwern@pobox.com>
18659              Date: Thu, 6 Dec 2001 13:54:48 -0500
18660              Message-ID: <20011206185448.GC16414@blackrider>
18661      Branch: perl
18662            ! t/op/stat.t
18663 ____________________________________________________________________________
18664 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
18665         Log: The #4 has nothing to do with Unicode.
18666      Branch: perl
18667            ! t/op/tr.t
18668 ____________________________________________________________________________
18669 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
18670         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
18671              From: Michael G Schwern <schwern@pobox.com>
18672              Date: Thu, 6 Dec 2001 13:45:48 -0500
18673              Message-ID: <20011206184548.GB16414@blackrider>
18674      Branch: perl
18675            ! t/op/tr.t
18676 ____________________________________________________________________________
18677 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
18678         Log: Update Changes.
18679      Branch: perl
18680            ! Changes patchlevel.h
18681 ____________________________________________________________________________
18682 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
18683         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
18684              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18685              Date: Thu, 6 Dec 2001 11:41:25 EST
18686              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
18687      Branch: perl
18688            ! vms/vms.c vms/vmsish.h
18689 ____________________________________________________________________________
18690 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
18691         Log: Subject: [PATCH] Re: weirdness in regexps
18692              From: Robin Houston <robin@kitsite.com> 
18693              Date: Thu, 6 Dec 2001 14:44:01 +0000
18694              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
18695      Branch: perl
18696            ! op.c t/lib/strict/subs
18697 ____________________________________________________________________________
18698 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
18699         Log: Make the -b -c -S tests count all of the /dev, not just
18700              check the first one, as suggested by Benjamin Goldberg.
18701      Branch: perl
18702            ! t/op/stat.t
18703 ____________________________________________________________________________
18704 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
18705         Log: Subject: Re: [PATCH: bleadperl] casefold backref
18706              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
18707              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
18708              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
18709      Branch: perl
18710            ! regexec.c
18711 ____________________________________________________________________________
18712 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
18713         Log: Nits noticed by Philip Newton, and de-tab DB.t.
18714      Branch: perl
18715            ! lib/DB.t
18716 ____________________________________________________________________________
18717 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
18718         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
18719              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
18720              Date: 6 Dec 2001 11:06:01 -0000
18721              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
18722      Branch: perl
18723            ! op.c t/op/tr.t
18724 ____________________________________________________________________________
18725 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
18726         Log: Subject: [PATCH: bleadperl] casefold backref
18727              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
18728              Date: Wed, 05 Dec 2001 17:27:05 +0000
18729              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
18730      Branch: perl
18731            ! regexec.c t/op/re_tests
18732 ____________________________________________________________________________
18733 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
18734         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
18735              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18736              Date: Wed, 5 Dec 2001 22:34:53 EST
18737              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
18738      Branch: perl
18739            ! mg.c vms/vms.c vms/vmsish.h
18740 ____________________________________________________________________________
18741 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
18742         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
18743              From: Michael G Schwern <schwern@pobox.com>
18744              Date: Wed, 5 Dec 2001 19:52:58 -0500
18745              Message-ID: <20011205195257.A903@blackrider>
18746      Branch: perl
18747            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
18748            + lib/File/Spec/t/rel2abs2rel.t
18749            - lib/File/Spec.t lib/File/Spec/Functions.t
18750            ! MANIFEST
18751 ____________________________________________________________________________
18752 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
18753         Log: Subject: Re: Silly stat() portability questions                
18754              From: Benjamin Goldberg <goldbb2@earthlink.net>
18755              Date: Wed, 05 Dec 2001 22:52:35 -0500
18756              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
18757      Branch: perl
18758            ! pod/perlport.pod
18759 ____________________________________________________________________________
18760 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
18761         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
18762              From: "Craig A. Berry" <craigberry@mac.com>
18763              Date: Wed, 05 Dec 2001 16:41:59 -0600
18764              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
18765      Branch: perl
18766            ! README.vms configure.com lib/File/Spec/VMS.pm
18767            ! vms/ext/filespec.t
18768 ____________________________________________________________________________
18769 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
18770         Log: $apply->('club', $glibc_maintainers);
18771              
18772              (Nick Clark just reported that <langinfo.h> YESSTR
18773              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
18774      Branch: perl
18775            ! ext/I18N/Langinfo/Langinfo.t
18776 ____________________________________________________________________________
18777 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
18778         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
18779      Branch: perl
18780            ! pod/perlport.pod
18781 ____________________________________________________________________________
18782 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
18783         Log: tweak change#13474 (pad entries can apparently be null in some
18784              situations)
18785      Branch: maint-5.6/perl
18786            ! op.c
18787 ____________________________________________________________________________
18788 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
18789         Log: Restore the /dev -b -c -S part of the test.
18790      Branch: perl
18791            ! t/op/stat.t
18792 ____________________________________________________________________________
18793 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
18794         Log: Retract #13475 until Arthur gets back to the mine.
18795      Branch: perl
18796            ! op.c t/run/kill_perl.t
18797 ____________________________________________________________________________
18798 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
18799         Log: (retracted by #13476)
18800              
18801              Manually apply #13474; fixes stale reference to dead
18802              CvOUTSIDE(); this can happen when anonymous subroutines
18803              that aren't closures are returned from an eval""
18804              
18805              (threads/shared/sv_refs.t is coredump-unhappy about this change)
18806      Branch: perl
18807            ! op.c t/run/kill_perl.t
18808 ____________________________________________________________________________
18809 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
18810         Log: replacement for change#10451
18811              
18812              fixes stale reference to dead CvOUTSIDE(); this can happen when
18813              anonymous subroutines that aren't closures are returned from an
18814              eval""
18815      Branch: maint-5.6/perl
18816            ! op.c t/op/misc.t
18817 ____________________________________________________________________________
18818 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
18819         Log: revert change#10451,10472; it was a naive fix that simply
18820              reintroduced the memory leak!
18821      Branch: maint-5.6/perl
18822            ! op.c t/op/misc.t
18823 ____________________________________________________________________________
18824 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
18825         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
18826              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18827              Date: Wed, 05 Dec 2001 10:49:20 +0100
18828              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
18829      Branch: perl
18830            ! lib/File/Basename.pm lib/File/Basename.t
18831 ____________________________________________________________________________
18832 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
18833         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
18834              From: Michael G Schwern <schwern@pobox.com> 
18835              Date: Wed, 5 Dec 2001 02:47:59 -0500
18836              Message-ID: <20011205024759.H14333@blackrider>
18837      Branch: perl
18838            ! t/op/magic.t
18839 ____________________________________________________________________________
18840 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
18841         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
18842              From: Michael G Schwern <schwern@pobox.com>              
18843              Date: Wed, 5 Dec 2001 02:22:05 -0500
18844              Message-ID: <20011205022205.F14333@blackrider>
18845      Branch: perl
18846            ! t/op/stat.t vms/test.com
18847 ____________________________________________________________________________
18848 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
18849         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
18850              From: Michael G Schwern <schwern@pobox.com> 
18851              Date: Tue, 4 Dec 2001 23:40:10 -0500
18852              Message-ID: <20011204234010.B14333@blackrider>
18853      Branch: perl
18854            ! t/op/stat.t
18855 ____________________________________________________________________________
18856 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
18857         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
18858              From: Michael G Schwern <schwern@pobox.com> 
18859              Date: Tue, 4 Dec 2001 21:09:18 -0500           
18860              Message-ID: <20011204210918.D13279@blackrider>
18861              
18862              t/test.
18863      Branch: perl
18864            ! t/test.pl
18865 ____________________________________________________________________________
18866 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
18867         Log: (accidentally empty check-in)
18868      Branch: perl
18869            ! t/op/stat.t
18870 ____________________________________________________________________________
18871 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
18872         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
18873              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18874              Date: Tue, 04 Dec 2001 23:40:27 +0100
18875              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
18876      Branch: perl
18877            ! mg.c
18878 ____________________________________________________________________________
18879 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
18880         Log: Subject: [PATCH] minor pod fix in Safe.pm
18881              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18882              Date: Tue, 4 Dec 2001 22:02:34 +0100
18883              Message-ID: <20011204220234.A17293@rafael>
18884      Branch: perl
18885            ! ext/Opcode/Safe.pm
18886 ____________________________________________________________________________
18887 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
18888         Log: CRLF GRRR.
18889      Branch: perl
18890            ! djgpp/configure.bat
18891 ____________________________________________________________________________
18892 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
18893         Log: DJGPP fixes from Laszlo Molnar.
18894      Branch: perl
18895            ! djgpp/configure.bat djgpp/djgpp.h
18896 ____________________________________________________________________________
18897 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
18898         Log: Update Changes.
18899      Branch: perl
18900            ! Changes patchlevel.h
18901 ____________________________________________________________________________
18902 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
18903         Log: Must wipe out the memory of real Socket before starting
18904              to use the new fake one.
18905      Branch: perl
18906            ! lib/Net/t/config.t
18907 ____________________________________________________________________________
18908 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
18909         Log: LC_ALL might trump LANG.
18910      Branch: perl
18911            ! lib/open.t
18912 ____________________________________________________________________________
18913 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
18914         Log: Make the eval runtime.
18915      Branch: perl
18916            ! lib/open.pm
18917 ____________________________________________________________________________
18918 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
18919         Log: Make the Langinfo test both more lenient (allow
18920              for any symbol not to exists) and stricter (add
18921              more symbols).
18922      Branch: perl
18923            ! ext/I18N/Langinfo/Langinfo.t
18924 ____________________________________________________________________________
18925 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
18926         Log: integrate change#13453 from maint-5.6
18927              
18928              tweak change#11399 to use an explicit flag rather than
18929              ass_u_ming w32_pseudo_id will only be zero for the real
18930              toplevel interpreter; avoids multiple hosts from diddling
18931              the environment at the same time
18932      Branch: perl
18933           !> win32/perlhost.h
18934 ____________________________________________________________________________
18935 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
18936         Log: Subject: [PATCH] VMS update for perldelta.pod
18937              From: "Craig A. Berry" <craigberry@mac.com> 
18938              Date: Tue, 4 Dec 2001 00:23:12 -0600
18939              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
18940      Branch: perl
18941            ! pod/perldelta.pod
18942 ____________________________________________________________________________
18943 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
18944         Log: NetWare tweak from Ananth Kesari.
18945      Branch: perl
18946            ! NetWare/Makefile
18947 ____________________________________________________________________________
18948 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
18949         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
18950              Not adding the test suite because of its many assumptions.
18951      Branch: perl
18952            ! lib/Net/Ping.pm
18953 ____________________________________________________________________________
18954 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
18955         Log: tweak change#11399 to use an explicit flag rather than
18956              ass_u_ming w32_pseudo_id will only be zero for the real
18957              toplevel interpreter; avoids multiple hosts from diddling
18958              the environment at the same time
18959      Branch: maint-5.6/perl
18960            ! win32/perlhost.h
18961 ____________________________________________________________________________
18962 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
18963         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
18964              from Len Makin.
18965      Branch: perl
18966            + hints/super-ux.sh
18967            ! MANIFEST
18968 ____________________________________________________________________________
18969 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
18970         Log: Add Mac OS X known failures to perldelta.
18971      Branch: perl
18972            ! pod/perldelta.pod
18973 ____________________________________________________________________________
18974 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
18975         Log: I think it's time to call the utf8 code non-test.
18976      Branch: perl
18977            ! utf8.c
18978 ____________________________________________________________________________
18979 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
18980         Log: Retract #13303, need rethink.
18981      Branch: perl
18982            ! utf8.c
18983 ____________________________________________________________________________
18984 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
18985         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
18986              From: "Craig A. Berry" <craigberry@mac.com>
18987              Date: Mon, 03 Dec 2001 16:28:06 -0600
18988              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
18989      Branch: perl
18990            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
18991 ____________________________________________________________________________
18992 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
18993         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
18994              From: Andy Dougherty <doughera@lafayette.edu>
18995              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
18996              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
18997      Branch: perl
18998            ! hints/solaris_2.sh
18999 ____________________________________________________________________________
19000 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
19001         Log: This test is not very robust on 8.3-constrained systems:
19002              all the "with truncated name" lines between "Autosplitting ..."
19003              and "some names are not unique" lines are unexpected,
19004              and the truncation message becomes:
19005              testtest.al, testtest.al truncate to testtest 
19006      Branch: perl
19007            ! lib/AutoSplit.t
19008 ____________________________________________________________________________
19009 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
19010         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
19011      Branch: perl
19012            ! ext/I18N/Langinfo/Langinfo.t
19013 ____________________________________________________________________________
19014 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
19015         Log: Test::Morify UCD.t
19016      Branch: perl
19017            ! lib/Unicode/UCD.t
19018 ____________________________________________________________________________
19019 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
19020         Log: If Socket has not been built (e.g. DJGPP) the libnet
19021              tests fall over with (too) much noise.
19022      Branch: perl
19023            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
19024            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
19025            ! lib/Net/t/smtp.t lib/Net/t/time.t
19026 ____________________________________________________________________________
19027 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
19028         Log: Subject: [PATCH] shared hash keys and ++/--
19029              From: Nicholas Clark <nick@ccl4.org>
19030              Date: Mon, 3 Dec 2001 16:37:16 +0000
19031              Message-ID: <20011203163716.C21702@plum.flirble.org>
19032      Branch: perl
19033            ! pp.c pp_hot.c sv.c t/op/inc.t
19034 ____________________________________________________________________________
19035 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
19036         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
19037              From: Jonathan Stowe <jns@gellyfish.com>
19038              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
19039              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
19040      Branch: perl
19041            ! lib/Term/Cap.pm
19042 ____________________________________________________________________________
19043 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
19044         Log: Update Changes.
19045      Branch: perl
19046            ! Changes patchlevel.h
19047 ____________________________________________________________________________
19048 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
19049         Log: perldelta tweaks.
19050      Branch: perl
19051            ! pod/perldelta.pod
19052 ____________________________________________________________________________
19053 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
19054         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
19055              From: Sam Tregar <sam@tregar.com> 
19056              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
19057              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
19058      Branch: perl
19059            ! pod/perlnewmod.pod
19060 ____________________________________________________________________________
19061 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
19062         Log: microperl casting nit.
19063      Branch: perl
19064            ! utf8.c
19065 ____________________________________________________________________________
19066 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
19067         Log: Make sharepvn a macro since all it does is a deref.
19068      Branch: perl
19069            ! embed.h embed.pl global.sym hv.c hv.h proto.h
19070 ____________________________________________________________________________
19071 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
19072         Log: perldelta updates.
19073      Branch: perl
19074            ! pod/perldelta.pod
19075 ____________________________________________________________________________
19076 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
19077         Log: PPPort update from Paul Marquess.
19078      Branch: perl
19079            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
19080            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
19081            + ext/Devel/PPPort/t/test.t
19082            - ext/Devel/PPPort/harness/Harness.pm
19083            - ext/Devel/PPPort/harness/Harness.xs
19084            - ext/Devel/PPPort/harness/Makefile.PL
19085            - ext/Devel/PPPort/harness/module2.c
19086            - ext/Devel/PPPort/harness/module3.c
19087            - ext/Devel/PPPort/harness/t/test.t
19088            ! MANIFEST ext/Devel/PPPort/MANIFEST
19089            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
19090            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
19091            ! ext/Devel/PPPort/soak
19092 ____________________________________________________________________________
19093 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
19094         Log: No use talking about dynamic library search patch
19095              unless we are having a dynamic build.
19096      Branch: perl
19097            ! t/TEST
19098 ____________________________________________________________________________
19099 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
19100         Log: Be more explicit on the List::Util build trick,
19101              should also stop unneeded rebuilds on static builds.
19102      Branch: perl
19103            ! ext/List/Util/Makefile.PL
19104 ____________________________________________________________________________
19105 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
19106         Log: We need to replace the optimize (-O1) with
19107              the -h scalar0 -h vector0, not append them
19108              to the ccflags.
19109      Branch: perl
19110            ! hints/unicos.sh hints/unicosmk.sh
19111 ____________________________________________________________________________
19112 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
19113         Log: Subject: [PATCH] Shared hash keys 
19114              From: Nicholas Clark <nick@ccl4.org>
19115              Date: Sun, 2 Dec 2001 20:52:32 +0000
19116              Message-ID: <20011202205232.U21702@plum.flirble.org>
19117      Branch: perl
19118            ! doop.c t/op/tr.t
19119 ____________________________________________________________________________
19120 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
19121         Log: Better add new files to MANIFEST, too.
19122      Branch: perl
19123            ! MANIFEST
19124 ____________________________________________________________________________
19125 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
19126         Log: Subject: {PATCH] perlpacktut.pod
19127              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
19128              Date: Sun, 02 Dec 2001 19:55:06 +0100
19129              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
19130      Branch: perl
19131            ! pod/perlpacktut.pod
19132 ____________________________________________________________________________
19133 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
19134         Log: Various small nits found by DJGPP build.
19135      Branch: perl
19136            ! doio.c mg.c pp.c util.c
19137 ____________________________________________________________________________
19138 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
19139         Log: Subject: RE: More verbose POD for Carp
19140              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
19141              Date: Sun, 2 Dec 2001 11:32:51 -0500
19142              Message-ID: <3C0A9748@operamail.com>
19143      Branch: perl
19144            ! lib/Carp.pm
19145 ____________________________________________________________________________
19146 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
19147         Log: Add a header for DJGPP with the function prototypes.
19148      Branch: perl
19149            + djgpp/djgpp.h
19150            ! MANIFEST djgpp/djgpp.c
19151 ____________________________________________________________________________
19152 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
19153         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
19154              From: Abe Timmerman <abe@ztreet.demon.nl>
19155              Date: Sun, 02 Dec 2001 02:41:25 +0100
19156              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
19157      Branch: perl
19158            ! pp_sys.c
19159 ____________________________________________________________________________
19160 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
19161         Log: There isn't PTR2INT(), there's PTR2IV().
19162      Branch: perl
19163            ! ext/Time/HiRes/HiRes.xs
19164 ____________________________________________________________________________
19165 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
19166         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
19167              From: Marc Lehmann <root@schmorp.de>
19168              Date: Sun, 02 Dec 2001 02:44:53 +0100
19169              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
19170      Branch: perl
19171            ! ext/Time/HiRes/HiRes.xs
19172 ____________________________________________________________________________
19173 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
19174         Log: encode()/decode() examples.
19175      Branch: perl
19176            ! ext/Encode/Encode.pm
19177 ____________________________________________________________________________
19178 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
19179         Log: DJGPP tweaks from Laszlo Molnar.
19180      Branch: perl
19181            ! djgpp/config.over djgpp/djgppsed.sh
19182 ____________________________________________________________________________
19183 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
19184         Log: Update Changes.
19185      Branch: perl
19186            ! Changes patchlevel.h
19187 ____________________________________________________________________________
19188 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
19189         Log: Integrate perlio;
19190              
19191              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
19192              which do not have file descriptors. Noticed a possibly
19193              worse problem in the process ...
19194      Branch: perl
19195           !> doio.c
19196 ____________________________________________________________________________
19197 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
19198         Log: Non-VMS-fixed and Win32-skipped version of
19199              
19200              Subject: [PATCH t/op/exec.t] Portabilty fix 
19201              From: Michael G Schwern <schwern@pobox.com> 
19202              Date: Fri, 30 Nov 2001 16:09:27 -0500
19203              Message-ID: <20011130160927.A10406@blackrider>
19204      Branch: perl
19205            ! t/op/exec.t
19206 ____________________________________________________________________________
19207 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
19208         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
19209              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
19210              Date: Sat, 1 Dec 2001 07:01:09 -0500
19211              Message-ID: <3C0D2E39@operamail.com>
19212              
19213              Subject: More verbose POD for Carp
19214              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
19215              Date: Sat, 1 Dec 2001 08:04:16 -0500
19216              Message-ID: <3C285C2B@operamail.com>
19217      Branch: perl
19218            ! lib/Carp.pm lib/Carp/Heavy.pm
19219 ____________________________________________________________________________
19220 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
19221         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
19222              From: chromatic <chromatic@rmci.net>
19223              Date: Sat, 01 Dec 2001 12:41:58 -0700
19224              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
19225      Branch: perl
19226            ! lib/DB.t
19227 ____________________________________________________________________________
19228 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
19229         Log: Try to make a missing RADIXCHAR a softer kinder error.
19230      Branch: perl
19231            ! ext/I18N/Langinfo/Langinfo.t
19232 ____________________________________________________________________________
19233 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
19234         Log: Have a little faith on nl_langinfo() itself.
19235      Branch: perl
19236            ! ext/I18N/Langinfo/Langinfo.xs
19237 ____________________________________________________________________________
19238 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
19239         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
19240              the max, not max plus one)
19241      Branch: perl
19242            ! ext/I18N/Langinfo/Langinfo.xs
19243 ____________________________________________________________________________
19244 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
19245         Log: Make reality agree with the comment.
19246      Branch: perl
19247            ! ext/I18N/Langinfo/Langinfo.xs
19248 ____________________________________________________________________________
19249 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
19250         Log: Try to protect against wild langinfo() arguments.
19251      Branch: perl
19252            ! ext/I18N/Langinfo/Langinfo.xs
19253 ____________________________________________________________________________
19254 [ 13409] By: nick                                  on 2001/12/01  18:19:59
19255         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
19256              have file descriptors. Noticed a possibly worse problem in the process ...
19257      Branch: perlio
19258            ! doio.c
19259 ____________________________________________________________________________
19260 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
19261         Log: (replaced by #13556)
19262              
19263              If we are inside an eval, let's be silent about
19264              separate symbols and just croak() in the end.
19265      Branch: perl
19266            ! lib/Exporter/Heavy.pm
19267 ____________________________________________________________________________
19268 [ 13407] By: nick                                  on 2001/12/01  17:14:05
19269         Log: Integrate mainline
19270      Branch: perlio
19271           !> (integrate 26 files)
19272 ____________________________________________________________________________
19273 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
19274         Log: Subject: Fix for Exporter error reporting behaviour
19275              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
19276              Date: Sat, 1 Dec 2001 06:34:48 -0500
19277              Message-ID: <3C0D1B9A@operamail.com>
19278      Branch: perl
19279            ! lib/Exporter.pm lib/Exporter/Heavy.pm
19280 ____________________________________________________________________________
19281 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
19282         Log: Need to hide behind an eval to avoid a warning
19283              about :utf8 on non-perlio configs.
19284      Branch: perl
19285            ! lib/open.t
19286 ____________________________________________________________________________
19287 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
19288         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
19289              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19290              Date: Fri, 30 Nov 2001 23:46:58 +0100
19291              Message-ID: <20011130234658.A717@rafael>
19292      Branch: perl
19293            ! op.c t/op/method.t
19294 ____________________________________________________________________________
19295 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
19296         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
19297              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19298              Date: Thu, 29 Nov 2001 22:46:12 +0100
19299              Message-ID: <20011129224612.A699@rafael>
19300      Branch: perl
19301            ! ext/B/B/Xref.pm
19302 ____________________________________________________________________________
19303 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
19304         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
19305              From: Tels <perl_dummy@bloodgate.com>
19306              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
19307              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
19308      Branch: perl
19309            ! pod/perlfunc.pod
19310 ____________________________________________________________________________
19311 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
19312         Log: Subject: [REPATCH] reference pointer comparison
19313              From: Nicholas Clark <nick@ccl4.org>
19314              Date: Sat, 1 Dec 2001 13:00:17 +0000
19315              Message-ID: <20011201130017.I21702@plum.flirble.org>
19316      Branch: perl
19317            ! pp.c
19318 ____________________________________________________________________________
19319 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
19320         Log: Upgrade to Storable 1.0.14.
19321      Branch: perl
19322            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19323 ____________________________________________________________________________
19324 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
19325         Log: Add simple caches for ::viacode() and ::vianame().
19326      Branch: perl
19327            ! lib/charnames.pm lib/charnames.t
19328 ____________________________________________________________________________
19329 [ 13398] By: nick                                  on 2001/12/01  10:36:24
19330         Log: Integrate mainline.
19331      Branch: perlio
19332           +> (branch 44 files)
19333            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
19334            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
19335            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
19336           !> (integrate 250 files)
19337 ____________________________________________________________________________
19338 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
19339         Log: Regen toc and modlib.
19340      Branch: perl
19341            ! pod/perlmodlib.pod pod/perltoc.pod
19342 ____________________________________________________________________________
19343 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
19344         Log: Upgrade to podlators-1.18.
19345      Branch: perl
19346            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
19347 ____________________________________________________________________________
19348 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
19349         Log: -h scalar0 -h vector0 seems to help for both
19350              UNICOS and UNICOS/mk on the unpack %65c problems.
19351              
19352              (replaces #13393)
19353      Branch: perl
19354            ! hints/unicos.sh hints/unicosmk.sh
19355 ____________________________________________________________________________
19356 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
19357         Log: More Socket constants.
19358      Branch: perl
19359            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
19360 ____________________________________________________________________________
19361 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
19362         Log: (replaced by #13395)
19363      Branch: perl
19364            ! hints/unicosmk.sh
19365 ____________________________________________________________________________
19366 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
19367         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
19368              From: Andy Dougherty <doughera@lafayette.edu>
19369              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
19370              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
19371              
19372              Simplify the test skippage criterion now that we are
19373              no more dependent on sed.
19374      Branch: perl
19375            ! t/comp/cpp.t t/run/switchPx.t
19376 ____________________________________________________________________________
19377 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
19378         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
19379              From: Michael G Schwern <schwern@pobox.com>
19380              Date: Fri, 30 Nov 2001 11:48:44 -0500
19381              Message-ID: <20011130114844.C1303@blackrider>
19382              
19383              (replaces #13381)
19384      Branch: perl
19385            ! t/op/stat.t
19386 ____________________________________________________________________________
19387 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
19388         Log: Let's not assume how much memory has been allocated
19389              to PVs.
19390      Branch: perl
19391            ! ext/Devel/Peek/Peek.t
19392 ____________________________________________________________________________
19393 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
19394         Log: VOS needs to know the modules, including pp_sort.
19395      Branch: perl
19396            ! vos/perl.bind
19397 ____________________________________________________________________________
19398 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
19399         Log: Unused variables.
19400      Branch: perl
19401            ! ext/Unicode/Normalize/Normalize.xs
19402 ____________________________________________________________________________
19403 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
19404         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
19405              From: John Peacock <jpeacock@rowman.com>     
19406              Date: Fri, 30 Nov 2001 10:24:00 -0500        
19407              Message-ID: <3C07A490.A22A76B0@rowman.com>   
19408      Branch: perl
19409            ! lib/ExtUtils/Embed.t
19410 ____________________________________________________________________________
19411 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
19412         Log: Tweak for the VOS building script from Paul Green.
19413      Branch: perl
19414            ! vos/configure_perl.cm
19415 ____________________________________________________________________________
19416 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
19417         Log: Update Changes.
19418      Branch: perl
19419            ! Changes patchlevel.h
19420 ____________________________________________________________________________
19421 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
19422         Log: Cannot test if cppstdin has not yet been installed.
19423      Branch: perl
19424            ! t/run/switchPx.t
19425 ____________________________________________________________________________
19426 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
19427         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
19428              From: Michael G Schwern <schwern@pobox.com> 
19429              Date: Thu, 29 Nov 2001 22:05:11 -0500
19430              Message-ID: <20011129220510.A18869@blackrider>
19431              
19432              TODO 1: if cppstdin is used and not yet installed,
19433              the Px.t will fail (must do the same as in cpp.t)
19434              
19435              TODO 2: does this work if no Perl whatsoever has
19436              yet been installed?  That is, we should be using
19437              the Perl we are building to execute the one-liner.
19438      Branch: perl
19439            + t/run/switchPx.aux t/run/switchPx.t
19440            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
19441            ! vms/test.com
19442 ____________________________________________________________________________
19443 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
19444         Log: Upgrade to Unicode::Normalize 0.12.
19445      Branch: perl
19446            ! ext/Unicode/Normalize/Changes
19447            ! ext/Unicode/Normalize/Normalize.pm
19448            ! ext/Unicode/Normalize/Normalize.xs
19449            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
19450            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
19451            ! ext/Unicode/Normalize/t/test.t
19452 ____________________________________________________________________________
19453 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
19454         Log: (replaced by #13391)
19455              
19456              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
19457              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
19458              Date: 30 Nov 2001 11:41:53 -0000             
19459              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
19460              
19461              No need to die if we have high-paranoia (non-chdirable)
19462              system directories.
19463      Branch: perl
19464            ! t/op/stat.t
19465 ____________________________________________________________________________
19466 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
19467         Log: Paragraph rewrapping.
19468      Branch: perl
19469            ! pod/perliol.pod
19470 ____________________________________________________________________________
19471 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
19472         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
19473              From: Stas Bekman <stas@stason.org>
19474              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
19475              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
19476      Branch: perl
19477            ! pod/perliol.pod
19478 ____________________________________________________________________________
19479 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
19480         Log: Whether select() gets restarted on signals is
19481              implementation dependent.
19482      Branch: perl
19483            ! ext/Time/HiRes/HiRes.t
19484 ____________________________________________________________________________
19485 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
19486         Log: More forgotten checkins.
19487      Branch: perl
19488            ! embed.h embed.pl proto.h
19489 ____________________________________________________________________________
19490 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
19491         Log: Add a note about folding vs lowercase.
19492      Branch: perl
19493            ! regexec.c
19494 ____________________________________________________________________________
19495 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
19496         Log: Use to_uni_fold (and add changed global.sym)
19497      Branch: perl
19498            ! global.sym utf8.c
19499 ____________________________________________________________________________
19500 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
19501         Log: Make to Unicode character functions to use UVs
19502              instead of U32s and add to_uni_fold().
19503      Branch: perl
19504            ! embed.pl proto.h utf8.c
19505 ____________________________________________________________________________
19506 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
19507         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
19508              From: Nicholas Clark <nick@ccl4.org>
19509              Date: Thu, 29 Nov 2001 22:47:32 +0000
19510              Message-ID: <20011129224732.W37621@plum.flirble.org>
19511      Branch: perl
19512            ! pod/perlpacktut.pod
19513 ____________________________________________________________________________
19514 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
19515         Log: README.vos updates from Paul Green.
19516      Branch: perl
19517            ! README.vos
19518 ____________________________________________________________________________
19519 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
19520         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
19521              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19522              Date: Thu, 29 Nov 2001 14:18:51 EST
19523              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
19524      Branch: perl
19525            ! mg.c vms/vms.c vms/vmsish.h
19526 ____________________________________________________________________________
19527 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
19528         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
19529              From: Michael G Schwern <schwern@pobox.com>
19530              Date: Thu, 29 Nov 2001 13:12:31 -0500
19531              Message-ID: <20011129131231.E11300@blackrider>
19532      Branch: perl
19533            ! README.vms
19534 ____________________________________________________________________________
19535 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
19536         Log: BGET_IV was missing.
19537      Branch: perl
19538            ! ext/ByteLoader/bytecode.h
19539 ____________________________________________________________________________
19540 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
19541         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
19542              From: Jonathan Stowe <gellyfish@gellyfish.com>
19543              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
19544              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
19545      Branch: perl
19546            ! lib/Term/Cap.pm
19547 ____________________________________________________________________________
19548 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
19549         Log: Porting/checkURL.pl was missing.
19550      Branch: perl
19551            ! MANIFEST
19552 ____________________________________________________________________________
19553 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
19554         Log: Subject: INSTALL and READMEs should be reviewed
19555              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19556              Date: Thu, 29 Nov 2001 16:49:36 +0100
19557              Message-ID: <20011129164936.A17492@rafael>         
19558      Branch: perl
19559            ! README.cygwin
19560 ____________________________________________________________________________
19561 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
19562         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
19563              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
19564              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
19565              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
19566      Branch: perl
19567            ! README.os390
19568 ____________________________________________________________________________
19569 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
19570         Log: Update Changes.
19571      Branch: perl
19572            ! Changes patchlevel.h
19573 ____________________________________________________________________________
19574 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
19575         Log: The changes to the curliffed files didn't stick in #13348.
19576      Branch: perl
19577            ! README.dos README.win32
19578 ____________________________________________________________________________
19579 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
19580         Log: Subject: Re: Found the rev where File::Glob broke
19581              From: Andy Dougherty <doughera@lafayette.edu>
19582              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
19583              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
19584      Branch: perl
19585            ! lib/ExtUtils/MM_Unix.pm
19586 ____________________________________________________________________________
19587 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
19588         Log: Use __DATA__ instead of __END__.
19589      Branch: perl
19590            ! lib/Term/Cap.pm
19591 ____________________________________________________________________________
19592 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
19593         Log: Subject: [PATCH toke.c] autosplit into @F fix
19594              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19595              Date: Thu, 29 Nov 2001 14:52:23 +0100
19596              Message-ID: <20011129145223.A25817@rafael>         
19597      Branch: perl
19598            ! toke.c
19599 ____________________________________________________________________________
19600 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
19601         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
19602              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19603              Date: Thu, 29 Nov 2001 15:48:15 +0100
19604              Message-ID: <20011129154815.C25817@rafael>         
19605      Branch: perl
19606            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
19607 ____________________________________________________________________________
19608 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
19609         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
19610              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19611              Date: Wed, 28 Nov 2001 20:35:29 +0100
19612              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
19613      Branch: perl
19614            ! pod/perlpacktut.pod
19615 ____________________________________________________________________________
19616 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
19617         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
19618              From: Stas Bekman <stas@stason.org>
19619              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
19620              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
19621              
19622              (with tweaks)
19623      Branch: perl
19624            ! pod/perlapio.pod
19625 ____________________________________________________________________________
19626 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
19627         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
19628              From: Tels <perl_dummy@bloodgate.com>
19629              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
19630              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
19631              
19632              (plus paragraph rewrapping)
19633      Branch: perl
19634            ! lib/Exporter.pm
19635 ____________________________________________________________________________
19636 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
19637         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
19638              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
19639              Date: Wed, 28 Nov 2001 21:47:59 +0000
19640              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
19641      Branch: perl
19642            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
19643 ____________________________________________________________________________
19644 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
19645         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
19646              From: Andy Dougherty <doughera@lafayette.edu>
19647              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
19648              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
19649      Branch: perl
19650            ! INSTALL ext/Time/HiRes/HiRes.t
19651 ____________________________________________________________________________
19652 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
19653         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
19654              From: Michael G Schwern <schwern@pobox.com> 
19655              Date: Wed, 28 Nov 2001 16:37:01 -0500
19656              Message-ID: <20011128163701.H676@blackrider>
19657      Branch: perl
19658            ! t/run/kill_perl.t
19659 ____________________________________________________________________________
19660 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
19661         Log: @INC tweak.
19662      Branch: perl
19663            ! t/op/ref.t
19664 ____________________________________________________________________________
19665 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
19666         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
19667              From: Nicholas Clark <nick@ccl4.org>
19668              Date: Wed, 28 Nov 2001 23:38:43 +0000
19669              Message-ID: <20011128233843.N37621@plum.flirble.org>  
19670      Branch: perl
19671            ! installman
19672 ____________________________________________________________________________
19673 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
19674         Log: Tweak the forking logic.
19675      Branch: perl
19676            ! Porting/checkURL.pl
19677 ____________________________________________________________________________
19678 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
19679         Log: Update perlmodlib.PL as per #13348.  The L<> got
19680              changed back because that is coming from ParseLink.pm.
19681      Branch: perl
19682            ! pod/perlmodlib.PL pod/perlmodlib.pod
19683 ____________________________________________________________________________
19684 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
19685         Log: URL fixups from Michael Schwern.
19686      Branch: perl
19687            ! README.cygwin README.dos README.hpux README.mint README.mpeix
19688            ! README.os390 README.qnx README.solaris README.vos README.win32
19689            ! pod/perlmodlib.pod
19690 ____________________________________________________________________________
19691 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
19692         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
19693              From: Barrie Slaymaker <barries@slaysys.com>
19694              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
19695              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
19696      Branch: perl
19697            ! lib/Exporter.pm
19698 ____________________________________________________________________________
19699 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
19700         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
19701      Branch: perl
19702            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
19703 ____________________________________________________________________________
19704 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
19705         Log: Subject: [PATCH] Re: $\ very broken
19706              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19707              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
19708              Message-ID: <20011128223308.E732@rafael>   
19709              
19710              Subject: Re: [PATCH] Re: $\ very broken     
19711              From: Nicholas Clark <nick@ccl4.org>
19712              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
19713              Message-ID: <20011128222859.K37621@plum.flirble.org>
19714      Branch: perl
19715            ! mg.c t/op/ref.t
19716 ____________________________________________________________________________
19717 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
19718         Log: Add Abigail's link checker with the following tweaks:
19719              - known dummy URLs (Peter Prymmer)
19720              - do also READMEs and INSTALL (Michael Schwern)
19721              - do also ftp URLs
19722              - add fork retry loop in case the allowed number
19723              of processes per user is low
19724      Branch: perl
19725            + Porting/checkURL.pl
19726            ! MANIFEST
19727 ____________________________________________________________________________
19728 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
19729         Log: Update Changes.
19730      Branch: perl
19731            ! Changes patchlevel.h
19732 ____________________________________________________________________________
19733 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
19734         Log: In Linux if we have modern enough gcc and supported
19735              enough CPU, crank up the optimization level to -O3.
19736      Branch: perl
19737            ! hints/linux.sh
19738 ____________________________________________________________________________
19739 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
19740         Log: Add perlpacktut from Wolfgang Laun; regen toc.
19741      Branch: perl
19742            + pod/perlpacktut.pod
19743            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
19744            ! pod/perltoc.pod
19745 ____________________________________________________________________________
19746 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
19747         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
19748              From: PPrymmer@factset.com
19749              Date: Wed, 28 Nov 2001 07:51:26 -0500
19750              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
19751      Branch: perl
19752            ! vms/test.com
19753 ____________________________________________________________________________
19754 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
19755         Log: Test cases for the first half of #13338.
19756      Branch: perl
19757            ! t/lib/h2ph.h t/lib/h2ph.pht
19758 ____________________________________________________________________________
19759 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
19760         Log: Subject: Re: h2ph confused by comments in an enum.
19761              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
19762              Date: Wed, 28 Nov 2001 04:19:21 +0000
19763              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
19764              
19765              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
19766              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
19767              Date: Wed, 28 Nov 2001 13:36:35 +0000
19768              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
19769      Branch: perl
19770            ! utils/h2ph.PL
19771 ____________________________________________________________________________
19772 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
19773         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
19774              From: Jonathan Stowe <gellyfish@gellyfish.com>
19775              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
19776              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
19777              
19778              (replace #13327)
19779      Branch: perl
19780            ! lib/Term/Cap.pm
19781 ____________________________________________________________________________
19782 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
19783         Log: Replace #13335 with
19784              
19785              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
19786              From: Russ Allbery <rra@stanford.edu>
19787              Date: 27 Nov 2001 20:42:49 -0800
19788              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
19789      Branch: perl
19790            ! lib/Pod/Text/Termcap.pm
19791 ____________________________________________________________________________
19792 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
19793         Log: (replaced by #13336)
19794              
19795              Subject: [PATCH perl@13323] Termcap.pm with no termios
19796              From: "Craig A. Berry" <craigberry@mac.com> 
19797              Date: Tue, 27 Nov 2001 22:28:50 -0600
19798              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
19799      Branch: perl
19800            ! lib/Pod/Text/Termcap.pm
19801 ____________________________________________________________________________
19802 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
19803         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
19804              From: "Craig A. Berry" <craigberry@mac.com> 
19805              Date: Tue, 27 Nov 2001 21:46:45 -0600
19806              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
19807      Branch: perl
19808            ! configure.com
19809 ____________________________________________________________________________
19810 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
19811         Log: Upgrade to podlators 1.17.
19812      Branch: perl
19813            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
19814            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
19815 ____________________________________________________________________________
19816 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
19817         Log: Fix for "a\x{100}" =~ /A/i.
19818      Branch: perl
19819            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
19820            ! utf8.c
19821 ____________________________________________________________________________
19822 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
19823         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
19824              From: "Craig A. Berry" <craigberry@mac.com>
19825              Date: Tue, 27 Nov 2001 17:11:49 -0600
19826              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
19827      Branch: perl
19828            ! lib/DB.t
19829 ____________________________________________________________________________
19830 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
19831         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
19832              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19833              Date: Tue, 27 Nov 2001 14:55:23 -0500
19834              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
19835              
19836              Subject: [PATCH: perl@13324] updates to perldelta.pod 
19837              From: PPrymmer@factset.com
19838              Date: Tue, 27 Nov 2001 18:06:04 -0500
19839              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
19840              
19841              plus added some known problems.
19842      Branch: perl
19843            ! pod/perldelta.pod
19844 ____________________________________________________________________________
19845 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
19846         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
19847              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19848              Date: Tue, 27 Nov 2001 15:38:02 EST 
19849              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
19850      Branch: perl
19851            ! configure.com vms/vms.c vms/vmsish.h
19852 ____________________________________________________________________________
19853 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
19854         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
19855              From: Michael G Schwern <schwern@pobox.com> 
19856              Date: Tue, 27 Nov 2001 15:31:12 -0500
19857              Message-ID: <20011127153112.G20929@blackrider>
19858      Branch: perl
19859            ! t/run/kill_perl.t
19860 ____________________________________________________________________________
19861 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
19862         Log: (replaced by #13337)
19863              
19864              VMS can safely hardcode a termcap entry for VT100.
19865      Branch: perl
19866            ! lib/Term/Cap.pm
19867 ____________________________________________________________________________
19868 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
19869         Log: VMS piping fixes from Charles Lane (perl -P should
19870              be working now).
19871      Branch: perl
19872            ! vms/vms.c
19873 ____________________________________________________________________________
19874 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
19875         Log: Subject: [PATCH] perlvar.pod fix
19876              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19877              Date: Tue, 27 Nov 2001 13:11:47 -0500
19878              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
19879      Branch: perl
19880            ! pod/perlvar.pod
19881 ____________________________________________________________________________
19882 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
19883         Log: Update Changes.
19884      Branch: perl
19885            ! Changes patchlevel.h
19886 ____________________________________________________________________________
19887 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
19888         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
19889              From: "Craig A. Berry" <craigberry@mac.com> 
19890              Date: Tue, 27 Nov 2001 10:21:18 -0600
19891              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
19892      Branch: perl
19893            ! lib/ExtUtils/MM_VMS.pm
19894 ____________________________________________________________________________
19895 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
19896         Log: Protect against accumulating -options -options -options.
19897      Branch: perl
19898            ! hints/hpux.sh
19899 ____________________________________________________________________________
19900 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
19901         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
19902              From: Barrie Slaymaker <barries@slaysys.com>
19903              Date: Tue, 27 Nov 2001 10:58:54 -0500
19904              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
19905      Branch: perl
19906            ! lib/Benchmark.pm
19907 ____________________________________________________________________________
19908 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
19909         Log: Tiny fix from John P. Linderman.
19910      Branch: perl
19911            ! lib/sort.pm
19912 ____________________________________________________________________________
19913 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
19914         Log: The Story of sort(), from John P. Linderman.
19915      Branch: perl
19916            ! pod/perldelta.pod
19917 ____________________________________________________________________________
19918 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
19919         Log: Add information what to do if you are reading
19920              perluniintro but using some older Perl.
19921      Branch: perl
19922            ! pod/perluniintro.pod
19923 ____________________________________________________________________________
19924 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
19925         Log: Update the 'wide characters' FAQ entry.
19926      Branch: perl
19927            ! pod/perlfaq6.pod
19928 ____________________________________________________________________________
19929 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
19930         Log: Fix for
19931              
19932              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
19933              From: Marc Lehmann <root@schmorp.de>
19934              Date: Tue, 27 Nov 2001 14:27:14 +0100
19935              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
19936      Branch: perl
19937            ! ext/Encode.t ext/Encode/Encode.xs
19938 ____________________________________________________________________________
19939 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
19940         Log: Subject: [PATCH] DB_File 1.801
19941              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19942              Date: Tue, 27 Nov 2001 15:06:45 -0000
19943              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
19944      Branch: perl
19945            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19946            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
19947 ____________________________________________________________________________
19948 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
19949         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
19950      Branch: perl
19951            ! pod/perlmodlib.pod
19952 ____________________________________________________________________________
19953 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
19954         Log: sort() doc tweaks from John P. Linderman.
19955      Branch: perl
19956            ! pod/perlfunc.pod
19957 ____________________________________________________________________________
19958 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
19959         Log: Subject: [PATCH] More perldelta.pod nits
19960              From: Simon Glover <scog@roe.ac.uk>
19961              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
19962              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
19963      Branch: perl
19964            ! pod/perldelta.pod
19965 ____________________________________________________________________________
19966 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
19967         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
19968              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19969              Date: Tue, 27 Nov 2001 11:52:31 -0000
19970              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
19971      Branch: perl
19972            ! ext/Devel/PPPort/harness/Makefile.PL
19973 ____________________________________________________________________________
19974 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
19975         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
19976              From: Michael G Schwern <schwern@pobox.com>
19977              Date: Tue, 27 Nov 2001 03:38:24 -0500
19978              Message-ID: <20011127033824.A17775@blackrider>
19979      Branch: perl
19980            ! t/TEST
19981 ____________________________________________________________________________
19982 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
19983         Log: Subject: Re: perlcc very broken
19984              From: John Peacock <jpeacock@rowman.com>
19985              Date: Tue, 27 Nov 2001 06:48:01 -0500
19986              Message-ID: <3C037D71.4030508@rowman.com>
19987      Branch: perl
19988            ! utils/perlcc.PL
19989 ____________________________________________________________________________
19990 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
19991         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
19992              From: David Dyck <dcd@tc.fluke.com>
19993              Date: Mon, 26 Nov 2001 22:04:38 -0800
19994              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
19995      Branch: perl
19996            ! t/op/pack.t
19997 ____________________________________________________________________________
19998 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
19999         Log: Subject: [ID 20011126.149] t/op/split fails step 37
20000              From: David Dyck <dcd@tc.fluke.com>
20001              Date: Mon, 26 Nov 2001 21:52:35 -0800
20002              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
20003      Branch: perl
20004            ! t/op/split.t
20005 ____________________________________________________________________________
20006 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
20007         Log: incorporate last minute change from libnet 1.0901-tobe
20008      Branch: perl
20009            ! lib/Net/SMTP.pm
20010 ____________________________________________________________________________
20011 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
20012         Log: Pass 7 at perldelta - random edits.
20013      Branch: perl
20014            ! pod/perldelta.pod
20015 ____________________________________________________________________________
20016 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
20017         Log: Portability and skippage tweaks.
20018      Branch: perl
20019            ! t/op/split.t
20020 ____________________________________________________________________________
20021 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
20022         Log: (retracted by #13449)
20023              Try to make Unicode casemapping to work for EBCDIC, too.
20024      Branch: perl
20025            ! utf8.c
20026 ____________________________________________________________________________
20027 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
20028         Log: Just printing 1..0 is not quite enough...
20029      Branch: perl
20030            ! lib/Dumpvalue.t
20031 ____________________________________________________________________________
20032 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
20033         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
20034              Delay the match until runtime.
20035      Branch: perl
20036            ! t/op/append.t
20037 ____________________________________________________________________________
20038 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
20039         Log: UTF-EBCDIC.
20040      Branch: perl
20041            ! ext/Devel/Peek/Peek.t
20042 ____________________________________________________________________________
20043 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
20044         Log: Be UTF-EBCDIC aware.
20045      Branch: perl
20046            ! lib/bytes.t
20047 ____________________________________________________________________________
20048 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
20049         Log: Bad assumption which way digits and letters sort.
20050      Branch: perl
20051            ! lib/English.t
20052 ____________________________________________________________________________
20053 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
20054         Log: If in EBCDIC but no Convert::EBCDIC
20055              the libnet tests will all fail.
20056      Branch: perl
20057            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
20058            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
20059            ! lib/Net/t/smtp.t lib/Net/t/time.t
20060 ____________________________________________________________________________
20061 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
20062         Log: Just sorting to guarantee order is not enough.
20063              (Think EBCDIC.) 
20064      Branch: perl
20065            ! lib/ExtUtils/Manifest.t
20066 ____________________________________________________________________________
20067 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
20068         Log: OS/390 cleanable gunk.
20069      Branch: perl
20070            ! lib/ExtUtils/MM_Unix.pm
20071 ____________________________________________________________________________
20072 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
20073         Log: Update the EBCDIC MD5 checksums.
20074      Branch: perl
20075            ! ext/Digest/MD5/t/files.t
20076 ____________________________________________________________________________
20077 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
20078         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
20079              From: Nicholas Clark <nick@ccl4.org>
20080              Date: Mon, 26 Nov 2001 23:06:34 +0000
20081              Message-ID: <20011126230633.Q37621@plum.flirble.org>
20082      Branch: perl
20083            ! installman
20084 ____________________________________________________________________________
20085 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
20086         Log: sort tweaks from John P. Linderman.
20087      Branch: perl
20088            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
20089 ____________________________________________________________________________
20090 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
20091         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
20092              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
20093              Date: Mon, 26 Nov 2001 18:47:25 -0600
20094              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
20095              
20096              Craig Berry submitted half of this patch just yesterday.
20097              Spooky cosmic resonance.
20098      Branch: perl
20099            ! ext/Socket/Socket.xs
20100 ____________________________________________________________________________
20101 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
20102         Log: Subject: [PATCH] doio slightly smaller
20103              From: Nicholas Clark <nick@ccl4.org>
20104              Date: Tue, 27 Nov 2001 00:40:23 +0000      
20105              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
20106      Branch: perl
20107            ! doio.c
20108 ____________________________________________________________________________
20109 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
20110         Log: perldelta nits from Autrijus Tang and Ron Kimball.
20111      Branch: perl
20112            ! pod/perldelta.pod
20113 ____________________________________________________________________________
20114 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
20115         Log: Subject: [PATCH] unpack P* uses random length for item
20116              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
20117              Date: Mon, 26 Nov 2001 19:56:32 +0100
20118              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
20119      Branch: perl
20120            ! pod/perldiag.pod pp_pack.c t/op/pack.t
20121 ____________________________________________________________________________
20122 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
20123         Log: Subject: [PATCH current] system and taintedness
20124              From: Radu Greab <radu@netsoft.ro>
20125              Date: Mon, 26 Nov 2001 18:42:29 +0200
20126              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
20127      Branch: perl
20128            ! pp_sys.c t/op/taint.t
20129 ____________________________________________________________________________
20130 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
20131         Log: Subject: [PATCH @ 13283] Devel::PPPort
20132              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20133              Date: Mon, 26 Nov 2001 14:37:17 -0000
20134              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
20135      Branch: perl
20136            + ext/Devel/PPPort/MANIFEST
20137            ! MANIFEST ext/Devel/PPPort/Makefile.PL
20138            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
20139            ! ext/Devel/PPPort/harness/Harness.xs
20140            ! ext/Devel/PPPort/harness/Makefile.PL
20141            ! ext/Devel/PPPort/harness/module2.c
20142            ! ext/Devel/PPPort/harness/module3.c
20143            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
20144 ____________________________________________________________________________
20145 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
20146         Log: Update the test list.
20147      Branch: perl
20148            ! t/lib/1_compile.t
20149 ____________________________________________________________________________
20150 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
20151         Log: Sync-up tests with libnet distribution
20152      Branch: perl
20153            + lib/Net/t/netrc.t
20154            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
20155 ____________________________________________________________________________
20156 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
20157         Log: Update Changes.
20158      Branch: perl
20159            ! Changes patchlevel.h
20160 ____________________________________________________________________________
20161 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
20162         Log: Upgrade to podlators 1.16.
20163      Branch: perl
20164            + lib/Pod/t/basic.cap
20165            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
20166            ! lib/Pod/t/basic.t pod/pod2man.PL
20167 ____________________________________________________________________________
20168 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
20169         Log: Pass 6 at perldelta - sort enhancements, generic and
20170              platform specific bug fixes.
20171      Branch: perl
20172            ! pod/perldelta.pod
20173 ____________________________________________________________________________
20174 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
20175         Log: PROPAGATE documentation from Tony Cook.
20176      Branch: perl
20177            ! pod/perlfunc.pod
20178 ____________________________________________________________________________
20179 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
20180         Log: DJGPP cannot do signals that well.
20181      Branch: perl
20182            ! ext/POSIX/t/sigaction.t
20183 ____________________________________________________________________________
20184 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
20185         Log: Can't do subsecond alarms without ualarm; and break out
20186              early if alarms do not seem to be coming in as expected.
20187      Branch: perl
20188            ! ext/Time/HiRes/HiRes.t
20189 ____________________________________________________________________________
20190 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
20191         Log: No Socket, little Net.
20192      Branch: perl
20193            ! t/lib/1_compile.t
20194 ____________________________________________________________________________
20195 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
20196         Log: Take the taint brush to the getcwds.
20197      Branch: perl
20198            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
20199 ____________________________________________________________________________
20200 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
20201         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
20202              From: "Craig A. Berry" <craigberry@mac.com>
20203              Date: Sun, 25 Nov 2001 16:20:45 -0600
20204              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
20205      Branch: perl
20206            ! ext/Socket/Socket.xs
20207 ____________________________________________________________________________
20208 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
20209         Log: Since in some DOS filesystems the timestamp granularity
20210              may be only two seconds, better sleep for three to play safe.
20211              (Helps CygWin, at least.)
20212      Branch: perl
20213            ! lib/Memoize/t/expire_file.t
20214 ____________________________________________________________________________
20215 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
20216         Log: For some reason CygWin wasn't collapsing multiple
20217              slashes into one, which made some Spec.t tests to fail.
20218              Either CygWin was being too prudish or the collapsing
20219              logic needs to be rethunk.
20220      Branch: perl
20221            ! lib/File/Spec/Unix.pm
20222 ____________________________________________________________________________
20223 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
20224         Log: Cygwin needs to have libperl.dll around if trying to link
20225              with -lperl.  Note: this change cures the test but whether
20226              it cures CygPerl installation, I don't know: hopefully the
20227              libperl5_7_2.dll, or the version equivalent, gets installed
20228              also as libperl.dll to the proper place(s).
20229      Branch: perl
20230            ! lib/ExtUtils/Embed.t
20231 ____________________________________________________________________________
20232 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
20233         Log: -I../lib/.. and -L../lib/..?  Strange.
20234      Branch: perl
20235            ! lib/ExtUtils/Embed.t
20236 ____________________________________________________________________________
20237 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
20238         Log: $MM?
20239      Branch: perl
20240            ! lib/ExtUtils/Embed.pm
20241 ____________________________________________________________________________
20242 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
20243         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
20244              From: Dave Rolsky <autarch@urth.org>
20245              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
20246              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
20247      Branch: perl
20248            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
20249            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
20250 ____________________________________________________________________________
20251 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
20252         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
20253              From: chromatic <chromatic@rmci.net>
20254              Date: Sat, 24 Nov 2001 14:56:57 -0700
20255              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
20256              
20257              plus a tweak for ithreads builds.
20258      Branch: perl
20259            + lib/DB.t
20260            ! MANIFEST lib/DB.pm
20261 ____________________________________________________________________________
20262 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
20263         Log: Win32 compilation tweaks for Blair Zajac.
20264      Branch: perl
20265            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
20266 ____________________________________________________________________________
20267 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
20268         Log: I don't think trying to bracket the hires time with lores
20269              times is going to be portable enough: Cygwin seems to be
20270              capable of getting hires ones rather consistently lower
20271              than the lores ones.  So let's try average difference instead.
20272      Branch: perl
20273            ! ext/Time/HiRes/HiRes.t
20274 ____________________________________________________________________________
20275 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
20276         Log: Subject: Re: benchmarks, sorts and reproducibility
20277              From: "John P. Linderman" <jpl@research.att.com>
20278              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
20279              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
20280              
20281              Randomize large partitions for quicksort to dodge the
20282              angry gods of quadratic.
20283      Branch: perl
20284            ! pp_sort.c
20285 ____________________________________________________________________________
20286 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
20287         Log: The joys of portable quoting.
20288      Branch: perl
20289            ! ext/Devel/PPPort/harness/Makefile.PL
20290 ____________________________________________________________________________
20291 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
20292         Log: sort pragma tweaks.
20293      Branch: perl
20294            ! lib/sort.pm
20295 ____________________________________________________________________________
20296 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
20297         Log: Skip the link= directives of utils.lst if no mandir
20298              (if no manpages).
20299      Branch: perl
20300            ! installman
20301 ____________________________________________________________________________
20302 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
20303         Log: integrate changes#8340,13260 from mainline
20304              
20305              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
20306              
20307              change#3373 introduced a handle leak in backticks and piped open()s
20308              that fail
20309      Branch: maint-5.6/perl
20310            ! t/io/pipe.t util.c
20311 ____________________________________________________________________________
20312 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
20313         Log: change#3373 introduced a handle leak in backticks and piped open()s
20314              that fail
20315      Branch: perl
20316            ! util.c
20317 ____________________________________________________________________________
20318 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
20319         Log: metaconfig unit change for #13258.
20320      Branch: metaconfig/U/perl
20321            ! d_procselfexe.U
20322 ____________________________________________________________________________
20323 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
20324         Log: Extraenous breaks noticed by David Dyck.
20325      Branch: perl
20326            ! Configure
20327 ____________________________________________________________________________
20328 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
20329         Log: Revert the /proc/self/auxv experiment for now.
20330      Branch: perl
20331            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
20332 ____________________________________________________________________________
20333 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
20334         Log: Also ExtUtils.t had $^X assumptions.
20335      Branch: perl
20336            ! lib/ExtUtils.t
20337 ____________________________________________________________________________
20338 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
20339         Log: Now is Solaris if you start the t/perl in the t/
20340              as "./perl", the $^X will be "../perl", not "./perl".
20341      Branch: perl
20342            ! t/lib/1_compile.t
20343 ____________________________________________________________________________
20344 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
20345         Log: The new way of finding out $^X in Solaris
20346              requires a little tweak if the executable
20347              pathname is *not* absolute: prepend "./"
20348              (otherwise `$^X ...` will start perl from PATH...)
20349      Branch: perl
20350            ! perl.c
20351 ____________________________________________________________________________
20352 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
20353         Log: Avoid "will not stay shared" warnings.
20354      Branch: perl
20355            ! lib/ExtUtils/MM_Unix.pm
20356 ____________________________________________________________________________
20357 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
20358         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
20359              From: Michael G Schwern <schwern@pobox.com>
20360              Date: Sat, 24 Nov 2001 19:56:18 -0500
20361              Message-ID: <20011124195618.A14614@blackrider>            
20362      Branch: perl
20363            ! perl.c pp_sys.c t/op/magic.t util.c
20364 ____________________________________________________________________________
20365 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
20366         Log: In the MakeMaker pm_to_blib target don't copy all
20367              the files in one fell swoop, deal with them hunkwise,
20368              helps for CLIs with limited line lengths.
20369              (This seems to help for DJGPP building Encode,
20370              where there are dozens of files to copy.)
20371      Branch: perl
20372            ! lib/ExtUtils/MM_Unix.pm
20373 ____________________________________________________________________________
20374 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
20375         Log: testsuite leaves stray files behind on windows
20376      Branch: perl
20377            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
20378 ____________________________________________________________________________
20379 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
20380         Log: xsubpp produces a spurious warning on directories called 'typemap'
20381      Branch: perl
20382            ! lib/ExtUtils/xsubpp
20383 ____________________________________________________________________________
20384 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
20385         Log: xsubpp treats invalid (indented) cpp directives as comments
20386      Branch: perl
20387            ! ext/IO/IO.xs
20388 ____________________________________________________________________________
20389 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
20390         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
20391      Branch: perl
20392            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
20393 ____________________________________________________________________________
20394 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
20395         Log: The debug_pag needs to be visible at all times
20396              because of the re extension.
20397      Branch: perl
20398            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
20399 ____________________________________________________________________________
20400 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
20401         Log: Subject: Re: [PATCH] Tests are good
20402              From: Philip Newton <Philip.Newton@gmx.net>
20403              Date: Sat, 24 Nov 2001 21:24:00 +0100
20404              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
20405      Branch: perl
20406            ! pod/perlhack.pod
20407 ____________________________________________________________________________
20408 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
20409         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
20410              From: "Craig A. Berry" <craigberry@mac.com> 
20411              Date: Sat, 24 Nov 2001 12:45:44 -0600
20412              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
20413              
20414              (with tweaks, and combined with Sarathy's #13242)
20415      Branch: perl
20416            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
20417 ____________________________________________________________________________
20418 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
20419         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
20420              From: John Peacock <jpeacock@rowman.com>
20421              Date: Sat, 24 Nov 2001 14:27:46 -0500
20422              Message-ID: <3BFFF4B2.40509@rowman.com> 
20423      Branch: perl
20424            ! lib/Exporter/Heavy.pm
20425 ____________________________________________________________________________
20426 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
20427         Log: use portable quotes
20428      Branch: perl
20429            ! ext/Devel/PPPort/harness/Makefile.PL
20430 ____________________________________________________________________________
20431 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
20432         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
20433              From: Nicholas Clark <nick@ccl4.org>
20434              Date: Sat, 24 Nov 2001 18:06:26 +0000
20435              Message-ID: <20011124180626.T37621@plum.flirble.org>
20436      Branch: perl
20437            ! installman
20438 ____________________________________________________________________________
20439 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
20440         Log: Subject: [PATCH] perl5005delta.pod L<>
20441              From: Nicholas Clark <nick@ccl4.org>
20442              Date: Sat, 24 Nov 2001 18:04:21 +0000
20443              Message-ID: <20011124180421.S37621@plum.flirble.org>
20444      Branch: perl
20445            ! pod/perl5005delta.pod
20446 ____________________________________________________________________________
20447 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
20448         Log: fix typo in config.vc; regenerate win32 config_H.* files
20449      Branch: perl
20450            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20451            ! win32/config_H.vc
20452 ____________________________________________________________________________
20453 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
20454         Log: Mention the charnames::vianame().
20455      Branch: perl
20456            ! pod/perluniintro.pod
20457 ____________________________________________________________________________
20458 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
20459         Log: Add charnames::vianame() in case people want to access
20460              the codes in run-time (as opposed to the compile-timeness
20461              of \N{...}).
20462      Branch: perl
20463            ! lib/charnames.pm lib/charnames.t
20464 ____________________________________________________________________________
20465 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
20466         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
20467              From: Nicholas Clark <nick@ccl4.org>
20468              Date: Sat, 24 Nov 2001 16:30:42 +0000
20469              Message-ID: <20011124163042.R37621@plum.flirble.org>
20470      Branch: perl
20471            ! regcomp.c regcomp.h
20472 ____________________________________________________________________________
20473 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
20474         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
20475              From: Nicholas Clark <nick@ccl4.org>
20476              Date: Sat, 24 Nov 2001 16:24:33 +0000
20477              Message-ID: <20011124162433.Q37621@plum.flirble.org>
20478              
20479              cmp fixes.
20480      Branch: perl
20481            ! pp.c
20482 ____________________________________________________________________________
20483 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
20484         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
20485              (It seems that "./perl" gets resolved to "perl" now.)
20486      Branch: perl
20487            ! perl.c
20488 ____________________________________________________________________________
20489 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
20490         Log: Subject: [PATCH] DB_File 1.800        
20491              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
20492              Date: Sat, 24 Nov 2001 11:41:41 -0000
20493              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
20494      Branch: perl
20495            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20496            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
20497            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20498            ! ext/DB_File/t/db-recno.t
20499 ____________________________________________________________________________
20500 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
20501         Log: Tweak the PUSHED documentation.
20502      Branch: perl
20503            ! ext/PerlIO/Via/Via.pm
20504 ____________________________________________________________________________
20505 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
20506         Log: Update 1_compile for new known tests.
20507      Branch: perl
20508            ! t/lib/1_compile.t
20509 ____________________________________________________________________________
20510 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
20511         Log: Move the MBF/MBI test modules to t/lib.
20512      Branch: perl
20513            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
20514            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
20515            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
20516            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
20517            ! lib/Math/BigInt/t/sub_mbi.t
20518 ____________________________________________________________________________
20519 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
20520         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
20521              From: "Craig A. Berry" <craigberry@mac.com> 
20522              Date: Fri, 23 Nov 2001 18:05:35 -0600
20523              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
20524      Branch: perl
20525            ! configure.com
20526 ____________________________________________________________________________
20527 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
20528         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
20529              From: PPrymmer@factset.com 
20530              Date: Fri, 23 Nov 2001 17:03:07 -0500
20531              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
20532      Branch: perl
20533            ! ext/Unicode/Normalize/mkheader
20534 ____________________________________________________________________________
20535 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
20536         Log: Here are the right helper files.
20537      Branch: perl
20538            + t/lib/Filter/Simple/ExportTest.pm
20539            + t/lib/Filter/Simple/FilterOnlyTest.pm
20540            + t/lib/Filter/Simple/FilterTest.pm
20541            + t/lib/Filter/Simple/ImportTest.pm
20542            ! MANIFEST
20543 ____________________________________________________________________________
20544 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
20545         Log: Update Changes.
20546      Branch: perl
20547            ! Changes patchlevel.h
20548 ____________________________________________________________________________
20549 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
20550         Log: Never mind.
20551      Branch: perl
20552            - lib/Filter/Simple/lib/ExportTest.pm
20553            - lib/Filter/Simple/lib/ImportTest.pm
20554 ____________________________________________________________________________
20555 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
20556         Log: Mis-add.
20557      Branch: perl
20558            + lib/Filter/Simple/lib/ExportTest.pm
20559            + lib/Filter/Simple/lib/ImportTest.pm
20560 ____________________________________________________________________________
20561 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
20562         Log: Upgrade to Filter::Simple 0.77.
20563      Branch: perl
20564            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
20565            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
20566            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
20567            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
20568            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
20569 ____________________________________________________________________________
20570 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
20571         Log: Missing p4 add.
20572      Branch: perl
20573            + lib/ExtUtils/MM_VMS.t
20574 ____________________________________________________________________________
20575 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
20576         Log: Pass 5 at perldelta - module and utility updates cleanup.
20577      Branch: perl
20578            ! pod/perldelta.pod
20579 ____________________________________________________________________________
20580 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
20581         Log: metaconfig unit change for #13219.
20582      Branch: metaconfig/U/perl
20583            ! d_procselfexe.U
20584 ____________________________________________________________________________
20585 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
20586         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
20587      Branch: perl
20588            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20589            ! pod/buildtoc.PL pod/perltoc.pod
20590 ____________________________________________________________________________
20591 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
20592         Log: Add procselfexe and d_dirfd to strange lands.
20593      Branch: perl
20594            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
20595            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20596            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20597            ! win32/config.gc win32/config.vc win32/config.win64
20598            ! wince/config.ce
20599 ____________________________________________________________________________
20600 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
20601         Log: metaconfig unit change for #13216.
20602      Branch: metaconfig/U/perl
20603            ! d_procselfexe.U
20604 ____________________________________________________________________________
20605 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
20606         Log: Better to "quote" the pathname.
20607      Branch: perl
20608            ! Configure config_h.SH
20609 ____________________________________________________________________________
20610 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
20611         Log: Use PROCSELFEXE_PATH.
20612      Branch: perl
20613            ! perl.c
20614 ____________________________________________________________________________
20615 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
20616         Log: metaconfig unit change for #13213.
20617      Branch: metaconfig/U/perl
20618            ! d_procselfexe.U
20619 ____________________________________________________________________________
20620 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
20621         Log: Add probing for BSD-like /proc/curproc/file.
20622      Branch: perl
20623            ! Configure config_h.SH
20624 ____________________________________________________________________________
20625 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
20626         Log: metaconfig unit change for 13211.
20627      Branch: metaconfig/U/perl
20628            + d_dirfd.U
20629 ____________________________________________________________________________
20630 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
20631         Log: Add probing for dirfd() so that it can be added it IO::Dir.
20632      Branch: perl
20633            ! Configure config_h.SH perl.h
20634 ____________________________________________________________________________
20635 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
20636         Log: ...and update the test count.
20637      Branch: perl
20638            ! lib/Pod/t/basic.t
20639 ____________________________________________________________________________
20640 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
20641         Log: Must remove the cap test also from the test script.
20642      Branch: perl
20643            ! lib/Pod/t/basic.t
20644 ____________________________________________________________________________
20645 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
20646         Log: Subject: [PATCH] Tests are good
20647              From: Nicholas Clark <nick@ccl4.org>
20648              Date: Fri, 23 Nov 2001 18:12:21 +0000
20649              Message-ID: <20011123181220.F37621@plum.flirble.org>
20650      Branch: perl
20651            ! pod/perlhack.pod
20652 ____________________________________________________________________________
20653 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
20654         Log: The basic.cap from podlators 1.14 is not very portable.
20655      Branch: perl
20656            - lib/Pod/t/basic.cap
20657            ! MANIFEST
20658 ____________________________________________________________________________
20659 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
20660         Log: Subject: Re: [DOC PATCHES] pod cleanups
20661              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
20662              Date: 22 Nov 2001 12:54:16 -0000
20663              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
20664      Branch: perl
20665            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
20666            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
20667 ____________________________________________________________________________
20668 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
20669         Log: FAQ sync.
20670      Branch: perl
20671            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
20672 ____________________________________________________________________________
20673 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
20674         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
20675              From: PPrymmer@factset.com
20676              Date: Fri, 23 Nov 2001 11:43:45 -0500
20677              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
20678      Branch: perl
20679            ! MANIFEST lib/ExtUtils/MM_VMS.pm
20680 ____________________________________________________________________________
20681 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
20682         Log: Corify podlators 1.14 test.
20683      Branch: perl
20684            ! lib/Pod/t/basic.t
20685 ____________________________________________________________________________
20686 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
20687         Log: Output tweak needed because of podlators 1.14.
20688      Branch: perl
20689            ! t/pod/multiline_items.xr
20690 ____________________________________________________________________________
20691 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
20692         Log: Upgrade to podlators 1.14.
20693      Branch: perl
20694            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
20695            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
20696            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
20697            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
20698            ! lib/Pod/Text/Overstrike.pm
20699 ____________________________________________________________________________
20700 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
20701         Log: perlmodinstall tweaks from Philip Newton.
20702      Branch: perl
20703            ! pod/perlmodinstall.pod
20704 ____________________________________________________________________________
20705 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
20706         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
20707              From: Autrijus Tang <autrijus@autrijus.org>           
20708              Date: Fri, 23 Nov 2001 23:55:53 +0800
20709              Message-ID: <20011123235553.A2310@not.autrijus.org>
20710      Branch: perl
20711            ! Porting/genlog
20712 ____________________________________________________________________________
20713 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
20714         Log: Subject: Re: regex oddness with \Z and $&
20715              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
20716              Date: Fri, 23 Nov 2001 15:15:24 +0000
20717              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
20718      Branch: perl
20719            ! regcomp.c t/op/re_tests
20720 ____________________________________________________________________________
20721 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
20722         Log: regen_headers.
20723      Branch: perl
20724            ! embed.h global.sym pod/perlapi.pod proto.h
20725 ____________________________________________________________________________
20726 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
20727         Log: Forgotten check-in.
20728      Branch: perl
20729            ! pod/perlapi.pod
20730 ____________________________________________________________________________
20731 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
20732         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
20733      Branch: perl
20734            ! lib/Test/Simple.pm
20735 ____________________________________________________________________________
20736 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
20737         Log: Retract #13173 (effectively retract Net::Ping 2.06,
20738              go back to 2.04, the 2.06 hasn't seen the patches
20739              that have gone to the blead version.)
20740      Branch: perl
20741            - lib/Net/Ping/CHANGES lib/Net/Ping/README
20742            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
20743            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
20744            - lib/Net/Ping/t/200_ping_tcp.t
20745            ! MANIFEST lib/Net/Ping.pm
20746 ____________________________________________________________________________
20747 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
20748         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
20749              From: Robin Barker <rmb1@cise.npl.co.uk>
20750              Date: Thu, 22 Nov 2001 11:00:38 GMT
20751              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
20752      Branch: perl
20753            ! utils/perldoc.PL
20754 ____________________________________________________________________________
20755 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
20756         Log: metaconfig unit change for #13191.
20757      Branch: metaconfig/U/perl
20758            ! d_procselfexe.U
20759 ____________________________________________________________________________
20760 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
20761         Log: procselfexe tweak: for some reason I had a ls in
20762              /proc/self/exe, not the ls Configure thought it
20763              would found.
20764      Branch: perl
20765            ! Configure
20766 ____________________________________________________________________________
20767 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
20768         Log: Corify the Net::Ping tests; skip the tests
20769              unless $ENV{PERL_TEST_Net_Ping} is true.
20770      Branch: perl
20771            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
20772            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
20773            ! lib/Net/Ping/t/200_ping_tcp.t
20774 ____________________________________________________________________________
20775 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
20776         Log: metaconfig units changes for #13188.
20777      Branch: metaconfig
20778            ! U/modified/Head.U
20779      Branch: metaconfig/U/perl
20780            ! issymlink.U
20781 ____________________________________________________________________________
20782 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
20783         Log: The #13182 didn't really help.  The real problem
20784              seems to be that 'sh' can in AIX mean at least three
20785              different things, and we can't know which one it is
20786              unless we export $newsh from an earlier run (and it's
20787              the 'bsh' aka 'sh' that has the the broken test -h).
20788      Branch: perl
20789            ! Configure
20790 ____________________________________________________________________________
20791 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
20792         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
20793      Branch: perl
20794            ! op.c t/op/override.t
20795 ____________________________________________________________________________
20796 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
20797         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
20798              From: PPrymmer@factset.com 
20799              Date: Wed, 21 Nov 2001 20:17:25 -0500
20800              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
20801      Branch: perl
20802            ! lib/Shell.t
20803 ____________________________________________________________________________
20804 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
20805         Log: Reapply perlmodinstall parts of #12897.
20806      Branch: perl
20807            ! pod/perlmodinstall.pod
20808 ____________________________________________________________________________
20809 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
20810         Log: perlmodinstall 2.01 from Jon Orwant.
20811      Branch: perl
20812            ! pod/perlmodinstall.pod
20813 ____________________________________________________________________________
20814 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
20815         Log: Subject: [PATCH @10907] REXX on OS/2
20816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20817              Date: Wed, 21 Nov 2001 15:26:11 -0500
20818              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
20819      Branch: perl
20820            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
20821            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
20822 ____________________________________________________________________________
20823 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
20824         Log: metaconfig unit change for #13181.
20825      Branch: metaconfig/U/perl
20826            ! issymlink.U
20827 ____________________________________________________________________________
20828 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
20829         Log: AIX has broken builtin 'test'.
20830      Branch: perl
20831            ! Configure
20832 ____________________________________________________________________________
20833 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
20834         Log: Subject: [PATCH 5.7.x] INSTALL size update
20835              From: Andy Dougherty <doughera@lafayette.edu>
20836              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
20837              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
20838      Branch: perl
20839            ! INSTALL
20840 ____________________________________________________________________________
20841 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
20842         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
20843              to pp_sort.c.  Includes the quicksort stabilizing layer
20844              from John P. Linderman.  -Msort=qsort or -Msort=fast is
20845              faster than without (or with -Msort=mergesort or -Msort=safe)
20846              for short random inputs, but for some reason not quite as fast
20847              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
20848              optimizing definitely needed.
20849      Branch: perl
20850            + lib/sort.pm lib/sort.t pp_sort.c
20851            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
20852            ! embed.pl global.sym perl.h pp_ctl.c proto.h
20853            ! vms/descrip_mms.template vos/build.cm win32/Makefile
20854            ! win32/makefile.mk wince/Makefile.ce
20855 ____________________________________________________________________________
20856 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
20857         Log: Sync file with libnet-1.0901-tobe
20858      Branch: perl
20859            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
20860            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
20861            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
20862            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
20863            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
20864 ____________________________________________________________________________
20865 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
20866         Log: Subject: [PATCH perldoc] problems with pod2man
20867              From: Robin Barker <rmb1@cise.npl.co.uk>
20868              Date: Wed, 21 Nov 2001 17:48:51 GMT
20869              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
20870      Branch: perl
20871            ! utils/perldoc.PL
20872 ____________________________________________________________________________
20873 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
20874         Log: debug_pad only visible when debugging.
20875      Branch: perl
20876            ! makedef.pl
20877 ____________________________________________________________________________
20878 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
20879         Log: metaconfig units changes for #13174.
20880      Branch: metaconfig/U/perl
20881            + d_procselfexe.U
20882            - procselfexe.U
20883 ____________________________________________________________________________
20884 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
20885         Log: procselfexe tweaks.
20886      Branch: perl
20887            ! Configure config_h.SH
20888 ____________________________________________________________________________
20889 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
20890         Log: Upgrade to Net::Ping 2.06.
20891      Branch: perl
20892            + lib/Net/Ping/CHANGES lib/Net/Ping/README
20893            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
20894            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
20895            + lib/Net/Ping/t/200_ping_tcp.t
20896            ! MANIFEST lib/Net/Ping.pm
20897 ____________________________________________________________________________
20898 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
20899         Log: Upgrade to Math::BigInt 1.47.
20900      Branch: perl
20901            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20902            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
20903            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
20904            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
20905            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
20906            ! lib/Math/BigInt/t/sub_mbi.t
20907 ____________________________________________________________________________
20908 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
20909         Log: Dynaloading for POSIX-BC from Thomas Dorner.
20910      Branch: perl
20911            ! hints/posix-bc.sh
20912 ____________________________________________________________________________
20913 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
20914         Log: Strange: the same mysterious regex study bug
20915              seems to be present both in OS/390 and POSIX-BC.
20916              Deep EBCDIC magic that regex engine gets wrong,
20917              or a bug in some compiler/library shared by the
20918              two platforms?  From Thomas Dorner.
20919      Branch: perl
20920            ! t/op/study.t
20921 ____________________________________________________________________________
20922 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
20923         Log: More lost and found.
20924      Branch: perl
20925            + lib/Test/Simple/README
20926            ! MANIFEST
20927 ____________________________________________________________________________
20928 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
20929         Log: MANIFESTly missing.
20930      Branch: perl
20931            ! MANIFEST
20932 ____________________________________________________________________________
20933 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
20934         Log: Subject: Re: PERFORCE change 13162 for review               
20935              From: Philip Newton <Philip.Newton@gmx.net> 
20936              Date: Wed, 21 Nov 2001 16:44:30 +0100
20937              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
20938      Branch: perl
20939            ! ext/Devel/PPPort/PPPort.pm
20940 ____________________________________________________________________________
20941 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
20942         Log: Update Changes.
20943      Branch: perl
20944            ! Changes patchlevel.h
20945 ____________________________________________________________________________
20946 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
20947         Log: Small doc tweaks.
20948      Branch: perl
20949            ! ext/PerlIO/Via/Via.pm
20950 ____________________________________________________________________________
20951 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
20952         Log: Redundant return.
20953      Branch: perl
20954            ! ext/MIME/Base64/QuotedPrint.pm
20955 ____________________________________________________________________________
20956 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
20957         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
20958              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
20959              Date: Wed, 21 Nov 2001 10:23:16 +0100
20960              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
20961      Branch: perl
20962            ! pp_pack.c t/op/pack.t
20963 ____________________________________________________________________________
20964 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
20965         Log: Add Devel::PPPort originally from Kenneth Albanowski,
20966              revigorated by Paul Marquess: gives h2xs a Perl version
20967              portability boost.
20968      Branch: perl
20969            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
20970            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
20971            + ext/Devel/PPPort/harness/Harness.pm
20972            + ext/Devel/PPPort/harness/Harness.xs
20973            + ext/Devel/PPPort/harness/Makefile.PL
20974            + ext/Devel/PPPort/harness/module2.c
20975            + ext/Devel/PPPort/harness/module3.c
20976            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
20977            ! MANIFEST lib/h2xs.t utils/h2xs.PL
20978 ____________________________________________________________________________
20979 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
20980         Log: Oops.
20981      Branch: perl
20982            ! lib/Test/Simple/t/filehandles.t
20983 ____________________________________________________________________________
20984 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
20985         Log: Subject: Re: PERFORCE change 13152 for review               
20986              From: Philip Newton <Philip.Newton@gmx.net> 
20987              Date: Wed, 21 Nov 2001 09:04:05 +0100
20988              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
20989      Branch: perl
20990            ! lib/Test/Builder.pm
20991 ____________________________________________________________________________
20992 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
20993         Log: Subject: Re: PERFORCE change 13142 for review
20994              From: Philip Newton <Philip.Newton@gmx.net>
20995              Date: Wed, 21 Nov 2001 09:04:03 +0100
20996              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
20997              
20998              plus rewrap few paragraphs.
20999      Branch: perl
21000            ! lib/Pod/LaTeX.pm
21001 ____________________________________________________________________________
21002 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
21003         Log: Integrate #13154 from macperl; Remove comments.
21004      Branch: perl
21005           !> lib/File/Spec/Mac.pm
21006 ____________________________________________________________________________
21007 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
21008         Log: Update the list of modules having tests.
21009      Branch: perl
21010            ! t/lib/1_compile.t
21011 ____________________________________________________________________________
21012 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
21013         Log: Slight doc changes.
21014      Branch: maint-5.6/macperl
21015            ! macos/macperl/MacPerl.podhelp
21016 ____________________________________________________________________________
21017 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
21018         Log: Add UTF-16 coercion.
21019      Branch: maint-5.6/macperl
21020            ! macos/lib/Mac/AppleEvents/Simple.pm
21021 ____________________________________________________________________________
21022 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
21023         Log: Remove comments.
21024      Branch: maint-5.6/macperl
21025            ! lib/File/Spec/Mac.pm
21026 ____________________________________________________________________________
21027 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
21028         Log: Fix FSpGetCatInfo (and other functions) corrupting
21029              memory with bad filespecs (bug #471867)
21030      Branch: maint-5.6/macperl
21031            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
21032 ____________________________________________________________________________
21033 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
21034         Log: Upgrade to Test::Simple 0.33.
21035      Branch: perl
21036            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
21037            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
21038            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
21039 ____________________________________________________________________________
21040 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
21041         Log: Upgrade to Test::Harness 1.26.
21042      Branch: perl
21043            ! lib/Test/Harness.pm lib/Test/Harness/Changes
21044 ____________________________________________________________________________
21045 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
21046         Log: Integrate change #13145 from maintperl;
21047              another compatibility tweak to change#12559: avoid quoting
21048              arguments that already have quotes; add test case
21049      Branch: perl
21050           !> t/op/system_tests win32/win32.c
21051 ____________________________________________________________________________
21052 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
21053         Log: integrate change#13147 from mainline (fixes nit in change#10091)
21054              
21055              Subject: [PATCH] spaceship and refs
21056      Branch: maint-5.6/perl
21057            ! pp.c pp_hot.c t/op/cmp.t
21058 ____________________________________________________________________________
21059 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
21060         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
21061              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
21062              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
21063              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
21064      Branch: perl
21065            + lib/Pod/t/utils.t
21066            ! MANIFEST
21067 ____________________________________________________________________________
21068 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
21069         Log: Subject: [PATCH] spaceship and refs
21070              From: Nicholas Clark <nick@ccl4.org>
21071              Date: Tue, 20 Nov 2001 21:59:51 +0000
21072              Message-ID: <20011120215951.U62891@plum.flirble.org> 
21073      Branch: perl
21074            ! pp.c pp_hot.c t/op/cmp.t
21075 ____________________________________________________________________________
21076 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
21077         Log: Try to clarify which I/O call operates on bytes,
21078              which on characters, which on either.
21079      Branch: perl
21080            ! pod/perlfunc.pod
21081 ____________________________________________________________________________
21082 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
21083         Log: another compatibility tweak to change#12559: avoid quoting
21084              arguments that already have quotes; add test case
21085      Branch: maint-5.6/perl
21086            ! t/op/system_tests win32/win32.c
21087 ____________________________________________________________________________
21088 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
21089         Log: Give a simple example of writing PerlIO::Via handlers
21090              in Perl.
21091      Branch: perl
21092            ! ext/PerlIO/Via/Via.pm
21093 ____________________________________________________________________________
21094 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
21095         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
21096      Branch: perl
21097            + lib/Pod/t/latex.t
21098            ! MANIFEST
21099 ____________________________________________________________________________
21100 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
21101         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
21102              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21103              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
21104              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
21105      Branch: perl
21106            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
21107 ____________________________________________________________________________
21108 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
21109         Log: Spread d_procselfexe to far-off lands (undefined).
21110      Branch: perl
21111            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
21112            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
21113            ! vos/config.ga.def vos/config.ga.h win32/config.bc
21114            ! win32/config.gc win32/config.vc win32/config.win64
21115            ! wince/config.ce
21116 ____________________________________________________________________________
21117 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
21118         Log: Integrate perlio; add detection and use of /proc/self/exe
21119              (Linuxism for finding the absolute path of the executable)
21120      Branch: perl
21121           !> Configure config_h.SH perl.c t/op/magic.t
21122 ____________________________________________________________________________
21123 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
21124         Log: Really define do_report_used() only if DEBUGGING.
21125      Branch: perl
21126            ! sv.c
21127 ____________________________________________________________________________
21128 [ 13138] By: nick                                  on 2001/11/20  20:01:05
21129         Log: perl.c change to use HAS_PROCSELFEXE, also
21130              tweak to $^X test to comprehend full path to real executable
21131              being returned (like Cygwin as it happens...)
21132      Branch: perlio
21133            ! perl.c t/op/magic.t
21134 ____________________________________________________________________________
21135 [ 13137] By: nick                                  on 2001/11/20  19:46:00
21136         Log: Integrate mainline
21137      Branch: perlio
21138           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
21139           +> lib/NEXT/t/unseen.t
21140            - lib/NEXT/test.pl
21141           !> (integrate 34 files)
21142 ____________________________________________________________________________
21143 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
21144         Log: Subject: [?PATCH] terser pp_eq
21145              From: Nicholas Clark <nick@ccl4.org>
21146              Date: Mon, 19 Nov 2001 23:09:02 +0000
21147              Message-ID: <20011119230901.O62891@plum.flirble.org>
21148      Branch: perl
21149            ! pp_hot.c
21150 ____________________________________________________________________________
21151 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
21152         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
21153      Branch: perl
21154            ! pod/perldelta.pod
21155 ____________________________________________________________________________
21156 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
21157         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
21158              From: Andy Dougherty <doughera@lafayette.edu>
21159              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
21160              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
21161      Branch: perl
21162            ! ext/re/Makefile.PL ext/re/re.xs
21163 ____________________________________________________________________________
21164 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
21165         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
21166              From: Andy Dougherty <doughera@lafayette.edu>
21167              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
21168              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
21169      Branch: perl
21170            ! ext/re/re.xs
21171 ____________________________________________________________________________
21172 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
21173         Log: Integrate change #13119 from macperl.
21174              (No changes since already applied the patch,
21175              just keep perforce happy and well-fed.)
21176      Branch: perl
21177           !> lib/Pod/Html.pm
21178 ____________________________________________________________________________
21179 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
21180         Log: Subject: [PATCH] filter-util.pl for Mac OS
21181              From: Chris Nandor <pudge@pobox.com>
21182              Date: Tue, 20 Nov 2001 00:16:11 -0500
21183              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
21184      Branch: perl
21185            ! t/lib/filter-util.pl
21186 ____________________________________________________________________________
21187 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
21188         Log: Subject: [PATCH] Portability fix for Pod::Html
21189              From: Chris Nandor <pudge@pobox.com>
21190              Date: Tue, 20 Nov 2001 00:01:05 -0500
21191              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
21192      Branch: perl
21193            ! lib/Pod/Html.pm
21194 ____________________________________________________________________________
21195 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
21196         Log: Need to skip more tests if not perlio.
21197      Branch: perl
21198            ! lib/open.t
21199 ____________________________________________________________________________
21200 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
21201         Log: Pass 3 at perldelta - sort the lists of new modules,
21202              module improvements, and new platforms.
21203      Branch: perl
21204            ! pod/perldelta.pod
21205 ____________________________________________________________________________
21206 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
21207         Log: Document ${^OPEN}.
21208      Branch: perl
21209            ! pod/perlvar.pod
21210 ____________________________________________________________________________
21211 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
21212         Log: Make configpm work with extra keys
21213      Branch: maint-5.6/macperl
21214            ! macos/configpm
21215 ____________________________________________________________________________
21216 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
21217         Log: Version and doc updates
21218      Branch: maint-5.6/macperl
21219            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
21220 ____________________________________________________________________________
21221 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
21222         Log: More fixes for error message parsing (bug #470316)
21223      Branch: maint-5.6/macperl
21224            ! macos/macish.c
21225 ____________________________________________________________________________
21226 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
21227         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
21228              remove obsolete function (bug #465225)
21229      Branch: maint-5.6/macperl
21230            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
21231            ! macos/macperl/MPScript.c
21232 ____________________________________________________________________________
21233 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
21234         Log: Add p2as droplet to distribution.
21235      Branch: maint-5.6/macperl
21236            + macos/macperl/Droplets/p2as.plx
21237 ____________________________________________________________________________
21238 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
21239         Log: Bundle File::Sort.
21240      Branch: maint-5.6/macperl
21241            + macos/bundled_lib/blib/lib/File/Sort.pm
21242 ____________________________________________________________________________
21243 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
21244         Log: Various bundled module fixes.
21245      Branch: maint-5.6/macperl
21246            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
21247            ! macos/bundled_ext/Digest/MD5/t/files.t
21248            ! macos/bundled_ext/Filter/t/filter-util.pl
21249            ! macos/bundled_lib/blib/lib/Net/Config.pm
21250            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
21251 ____________________________________________________________________________
21252 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
21253         Log: Portability fix for Pod::Html.
21254      Branch: maint-5.6/macperl
21255            ! lib/Pod/Html.pm
21256 ____________________________________________________________________________
21257 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
21258         Log: Upgrade to Text::Balanced 1.89.
21259      Branch: perl
21260            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
21261            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
21262            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
21263            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
21264            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
21265            ! lib/Text/Balanced/t/gentag.t
21266 ____________________________________________________________________________
21267 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
21268         Log: Upgrade to NEXT 0.50.
21269      Branch: perl
21270            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
21271            + lib/NEXT/t/unseen.t
21272            - lib/NEXT/test.pl
21273            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
21274 ____________________________________________________________________________
21275 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
21276         Log: Integrate with maint-5.6/perl.
21277      Branch: maint-5.6/macperl
21278           !> win32/win32.c
21279 ____________________________________________________________________________
21280 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
21281         Log: Update the README.threads scary header a bit.
21282      Branch: perl
21283            ! README.threads
21284 ____________________________________________________________________________
21285 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
21286         Log: Pass 2 at perldelta: add some changes since 5.7.2.
21287      Branch: perl
21288            ! pod/perldelta.pod
21289 ____________________________________________________________________________
21290 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
21291         Log: Subject: [DOC PATCH] perlfaq4.pod 
21292              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21293              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
21294              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
21295      Branch: perl
21296            ! pod/perlfaq4.pod
21297 ____________________________________________________________________________
21298 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
21299         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
21300              From: Michael G Schwern <schwern@pobox.com> 
21301              Date: Mon, 19 Nov 2001 19:53:12 -0500
21302              Message-ID: <20011119195311.I11883@blackrider>
21303      Branch: perl
21304            ! perl.c
21305 ____________________________________________________________________________
21306 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
21307         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
21308              From: PPrymmer@factset.com
21309              Date: Mon, 19 Nov 2001 17:08:59 -0500
21310              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
21311      Branch: perl
21312            ! vms/descrip_mms.template
21313 ____________________________________________________________________________
21314 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
21315         Log: Create a per-interpeter debug scratchpad container
21316              and use that for the regexec debugging.
21317      Branch: perl
21318            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
21319 ____________________________________________________________________________
21320 [ 13109] By: nick                                  on 2001/11/19  22:01:45
21321         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
21322              Configure unit detects the feature).
21323      Branch: metaconfig/U/perl
21324            + procselfexe.U
21325      Branch: perlio
21326            ! Configure config_h.SH
21327 ____________________________________________________________________________
21328 [ 13108] By: nick                                  on 2001/11/19  20:39:17
21329         Log: Integrate mainline
21330      Branch: perlio
21331           +> t/op/or.t
21332           !> (integrate 44 files)
21333 ____________________________________________________________________________
21334 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
21335         Log: sysseek tweak.
21336      Branch: perl
21337            ! pod/perlfunc.pod
21338 ____________________________________________________________________________
21339 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
21340         Log: Move the sysio tests from io/utf8 to lib/open.
21341      Branch: perl
21342            ! lib/open.t t/io/utf8.t
21343 ____________________________________________________________________________
21344 [ 13105] By: nick                                  on 2001/11/19  20:15:39
21345         Log: Add a .package and a README to //depot/metaconfig
21346      Branch: metaconfig
21347            + .package README
21348 ____________________________________________________________________________
21349 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
21350         Log: Thou shalt not mix stdio and sysio.
21351      Branch: perl
21352            ! t/io/utf8.t
21353 ____________________________________________________________________________
21354 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
21355         Log: Update Changes.
21356      Branch: perl
21357            ! Changes patchlevel.h
21358 ____________________________________________________________________________
21359 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
21360         Log: The runops_debug needs to be present always, otherwise
21361              places like AIX which need an explicit symbol export list
21362              will croak when trying to build Devel::Peek (which uses
21363              the runops_debug).
21364      Branch: perl
21365            ! makedef.pl
21366 ____________________________________________________________________________
21367 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
21368         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
21369              From: PPrymmer@factset.com 
21370              Date: Mon, 19 Nov 2001 11:34:22 -0500
21371              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
21372      Branch: perl
21373            ! lib/Memoize/t/tie_sdbm.t
21374 ____________________________________________________________________________
21375 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
21376         Log: Retract #13088: it seems that unless dump.c is extensively
21377              reorganized as to what symbols it shows, when, and to whom,
21378              we are stuck with having the dump.o symbols in the libperl
21379              and thusly in the main Perl binary.
21380      Branch: perl
21381            ! embedvar.h perlapi.h perlvars.h
21382 ____________________________________________________________________________
21383 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
21384         Log: The _uni_display should not be in dump.c since they
21385              are used under normal operation (S_not_a_number()).
21386      Branch: perl
21387            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
21388 ____________________________________________________________________________
21389 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
21390         Log: Protect sv_dump() from being included unless DEBUGGING,
21391              as noticed by Ilya.
21392      Branch: perl
21393            ! sv.c
21394 ____________________________________________________________________________
21395 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
21396         Log: Pending further investigation skip the tell() tests.
21397              The tell() is okay on Solaris, HP-UX and Tru64, but fails
21398              (by returning too much) in Linux.
21399      Branch: perl
21400            ! t/io/utf8.t
21401 ____________________________________________________________________________
21402 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
21403         Log: Retract #13082 until a better solution is found:
21404              statics break ithreads.
21405      Branch: perl
21406            ! regexec.c
21407 ____________________________________________________________________________
21408 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
21409         Log: Figures 1 and 2 for UTF-8.
21410      Branch: perl
21411            ! pod/perlunicode.pod
21412 ____________________________________________________________________________
21413 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
21414         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
21415              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21416              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
21417              Message-ID: <20011119132645.A15034@rafael>
21418      Branch: perl
21419            ! op.c pod/perldiag.pod t/lib/warnings/op
21420 ____________________________________________________________________________
21421 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
21422         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
21423              From: Michael G Schwern <schwern@pobox.com> 
21424              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
21425              Message-ID: <20011119031112.E786@blackrider>
21426      Branch: perl
21427            ! t/op/closure.t
21428 ____________________________________________________________________________
21429 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
21430         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
21431              From: Michael G Schwern <schwern@pobox.com>
21432              Date: Mon, 19 Nov 2001 03:42:56 -0500
21433              Message-ID: <20011119034256.I786@blackrider>
21434      Branch: perl
21435            + t/op/or.t
21436            ! MANIFEST
21437 ____________________________________________________________________________
21438 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
21439         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
21440              From: "Craig A. Berry" <craigberry@mac.com>
21441              Date: Sun, 18 Nov 2001 14:33:48 -0600
21442              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
21443      Branch: perl
21444            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
21445 ____________________________________________________________________________
21446 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
21447         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
21448              From: Dave Rolsky <autarch@urth.org>
21449              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
21450              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
21451      Branch: perl
21452            ! lib/ExtUtils/Manifest.pm
21453 ____________________________________________________________________________
21454 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
21455         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
21456              From: Dave Rolsky <autarch@urth.org>
21457              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
21458              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
21459      Branch: perl
21460            ! lib/ExtUtils/Install.pm
21461 ____________________________________________________________________________
21462 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
21463         Log: The runops_dbg should not be needed.
21464      Branch: perl
21465            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
21466 ____________________________________________________________________________
21467 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
21468         Log: do_spawn() cleanup from Charles Lane.
21469      Branch: perl
21470            ! vms/vms.c
21471 ____________________________________________________________________________
21472 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
21473         Log: Update the list of tests.
21474      Branch: perl
21475            ! t/lib/1_compile.t
21476 ____________________________________________________________________________
21477 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
21478         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
21479              From: Michael G Schwern <schwern@pobox.com> 
21480              Date: Fri, 16 Nov 2001 17:37:04 -0500
21481              Message-ID: <20011116173703.L30160@blackrider>
21482      Branch: perl
21483            ! t/lib/warnings/sv
21484 ____________________________________________________________________________
21485 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
21486         Log: FAQ sync.
21487      Branch: perl
21488            ! pod/perlfaq4.pod
21489 ____________________________________________________________________________
21490 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
21491         Log: Integrate perlio; win32 sync.
21492      Branch: perl
21493           !> perlio.c win32/win32io.c
21494 ____________________________________________________________________________
21495 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
21496         Log: (retracted by #13096)
21497              Debugging would be badly skewed by a malloc per regex dump.
21498      Branch: perl
21499            ! regexec.c
21500 ____________________________________________________________________________
21501 [ 13081] By: nick                                  on 2001/11/18  19:08:40
21502         Log: Win32 layer has a dup which needs to match new prototype.
21503      Branch: perlio
21504            ! win32/win32io.c
21505 ____________________________________________________________________________
21506 [ 13080] By: nick                                  on 2001/11/18  19:05:02
21507         Log: Wrong way to get stdio mode used.
21508      Branch: perlio
21509            ! perlio.c
21510 ____________________________________________________________________________
21511 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
21512         Log: Retract #13048: that introduced a malloc() (through savepvn())
21513              to *every* m//, which killed the performance quite badly.
21514      Branch: perl
21515            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
21516 ____________________________________________________________________________
21517 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
21518         Log: Pass 1 at perldelta.pod: sort the section contents
21519              together, drop all but the 5.7.2 known problems,
21520              leave the 5.7.1 security note since that's the
21521              fullest explanation (update the date on that).
21522      Branch: perl
21523            ! pod/perldelta.pod
21524 ____________________________________________________________________________
21525 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
21526         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
21527              
21528              Tiny problem in the test for 20011113.110: I hope
21529              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
21530      Branch: perl
21531            ! pp.c t/op/repeat.t
21532 ____________________________________________________________________________
21533 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
21534         Log: All of syswrite/send/sendto need to return character counts,
21535              and character counts from the offset, not the beginning of
21536              the scalar.
21537      Branch: perl
21538            ! pp_sys.c
21539 ____________________________________________________________________________
21540 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
21541         Log: Integrate PerlIO: duping fixes.
21542      Branch: perl
21543           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21544           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
21545           !> perliol.h sv.c
21546 ____________________________________________________________________________
21547 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
21548         Log: syswrite() was still returning byte counts, not character counts.
21549      Branch: perl
21550            ! pp_sys.c t/io/utf8.t
21551 ____________________________________________________________________________
21552 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
21553         Log: Add test for sysread().
21554      Branch: perl
21555            ! t/io/utf8.t
21556 ____________________________________________________________________________
21557 [ 13072] By: nick                                  on 2001/11/18  16:15:31
21558         Log: Allow dup'ing of PerlIO::Scalar etc.
21559      Branch: perlio
21560            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21561            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
21562            ! perliol.h sv.c
21563 ____________________________________________________________________________
21564 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
21565         Log: Prepend a null byte to the test set.
21566      Branch: perl
21567            ! t/io/utf8.t
21568 ____________________________________________________________________________
21569 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
21570         Log: Document how "no utf8;" can become handy.
21571      Branch: perl
21572            ! lib/utf8.pm
21573 ____________________________________________________________________________
21574 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
21575         Log: Integrate perlio; force the inclusion of the PL_runops_*
21576      Branch: perl
21577           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
21578 ____________________________________________________________________________
21579 [ 13068] By: nick                                  on 2001/11/18  13:23:33
21580         Log: embed.pl generated changes I forgot to include
21581      Branch: perlio
21582            ! embedvar.h perlapi.h pod/perlapi.pod
21583 ____________________________________________________________________________
21584 [ 13067] By: nick                                  on 2001/11/18  12:50:19
21585         Log: Force inclusion of both Perl_runops_* in perl itself,
21586              so they are available for Peek.xs etc.
21587      Branch: perlio
21588            ! perlvars.h
21589 ____________________________________________________________________________
21590 [ 13066] By: nick                                  on 2001/11/18  11:00:34
21591         Log: Integrate mainline - a few Devel::Peak fails.
21592      Branch: perlio
21593           +> (branch 29 files)
21594            - ext/Thread/Thread.pm lib/Benchmark.t
21595            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
21596            - lib/Lingua/KO/Hangul/Util/README
21597            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
21598            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
21599            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
21600            - vms/ext/vmsish.pm vms/ext/vmsish.t
21601            ! hv.c
21602           !> (integrate 389 files)
21603 ____________________________________________________________________________
21604 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
21605         Log: Start working on perldelta.  This is not yet any sort of
21606              editing; just concatenating perl570delta, perl571delta,
21607              and perl572delta.  Any sorting not done, any duplicate
21608              removal not done, any removal or update of obsolete items
21609              not done, any changes since 5.7.2 not included.  So there.
21610      Branch: perl
21611            ! pod/perldelta.pod
21612 ____________________________________________________________________________
21613 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
21614         Log: Banish "use utf8".
21615      Branch: perl
21616            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
21617 ____________________________________________________________________________
21618 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
21619         Log: Tweak from Charles Lane.
21620      Branch: perl
21621            ! vms/vms.c
21622 ____________________________________________________________________________
21623 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
21624         Log: Integrate change #13058 from maintperl;
21625              change#12559 breaks things on Win9x because command.com doesn't
21626              grok dquotes at all; disable all the system() smarts for
21627              command.com
21628      Branch: perl
21629           !> win32/win32.c
21630 ____________________________________________________________________________
21631 [ 13061] By: ams                                   on 2001/11/17  13:46:11
21632         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
21633              From: Jonathan Stowe <gellyfish@gellyfish.com>
21634              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
21635              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
21636      Branch: perl
21637            ! lib/Term/Cap.pm
21638 ____________________________________________________________________________
21639 [ 13060] By: ams                                   on 2001/11/17  09:49:10
21640         Log: Subject: [PATCH9 File/Find.pm doc nits
21641              From: Tels <perl_dummy@bloodgate.com>
21642              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
21643      Branch: perl
21644            ! lib/File/Find.pm
21645 ____________________________________________________________________________
21646 [ 13059] By: ams                                   on 2001/11/17  09:38:38
21647         Log: Subject: [PATCH] Benchmark.pm nit
21648              From: Tels <perl_dummy@bloodgate.com>
21649              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
21650      Branch: perl
21651            ! lib/Benchmark.pm
21652 ____________________________________________________________________________
21653 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
21654         Log: change#12559 breaks things on Win9x because command.com doesn't
21655              grok dquotes at all; disable all the system() smarts for
21656              command.com
21657      Branch: maint-5.6/perl
21658            ! win32/win32.c
21659 ____________________________________________________________________________
21660 [ 13057] By: ams                                   on 2001/11/16  20:30:03
21661         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
21662              From: Andy Dougherty <doughera@lafayette.edu>
21663              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
21664              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
21665      Branch: perl
21666            ! lib/Unicode/UCD.t
21667 ____________________________________________________________________________
21668 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
21669         Log: Subject: [Patch Perl@13023] VMS system() warning
21670              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21671              Date: Fri, 16 Nov 2001 15:20:11 EST
21672              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
21673      Branch: perl
21674            ! vms/vms.c
21675 ____________________________________________________________________________
21676 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
21677         Log: It's neither-nor, and protect against the impossible.
21678      Branch: perl
21679            ! lib/Thread.pm
21680 ____________________________________________________________________________
21681 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
21682         Log: 5005threads didn't work because $Thread::VERSION wasn't
21683              visible.  Oops.
21684      Branch: perl
21685            ! ext/Thread/Makefile.PL lib/Thread.pm
21686 ____________________________________________________________________________
21687 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
21688         Log: Robustness against Linux using something else than gcc;
21689              based on
21690              
21691              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
21692              From: Charles Randall <cfriv@yahoo.com>
21693              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
21694              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
21695      Branch: perl
21696            ! ext/Errno/Errno_pm.PL
21697 ____________________________________________________________________________
21698 [ 13052] By: ams                                   on 2001/11/16  16:46:39
21699         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
21700              From: Russ Allbery <rra@stanford.edu>
21701              Date: 16 Nov 2001 09:44:21 -0800
21702              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
21703      Branch: perl
21704            ! lib/Pod/ParseLink.pm
21705 ____________________________________________________________________________
21706 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
21707         Log: Update perluniintro on the UTF-8 output matters
21708              (that -w will warn unless the stream is explicitly UTF-8-ified).
21709      Branch: perl
21710            ! pod/perluniintro.pod
21711 ____________________________________________________________________________
21712 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
21713         Log: Adding new files to MANIFEST is nice.
21714      Branch: perl
21715            ! MANIFEST
21716 ____________________________________________________________________________
21717 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
21718         Log: Update Changes.
21719      Branch: perl
21720            ! Changes patchlevel.h
21721 ____________________________________________________________________________
21722 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
21723         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
21724              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
21725              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
21726              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
21727      Branch: perl
21728            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
21729 ____________________________________________________________________________
21730 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
21731         Log: Rename perlunintro to perluniintro; regen toc.
21732      Branch: perl
21733            + pod/perluniintro.pod
21734            - pod/perlunintro.pod
21735            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
21736 ____________________________________________________________________________
21737 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
21738         Log: Document the negated lookahead trick to emulate
21739              character class subtraction.
21740      Branch: perl
21741            ! pod/perlunicode.pod
21742 ____________________________________________________________________________
21743 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
21744         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
21745              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21746              Date: Fri, 16 Nov 2001 23:31:04 +0900
21747              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
21748              
21749              (with the tweak that Cntrl is not C, it's Cc)
21750      Branch: perl
21751            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
21752            ! lib/unicore/mktables
21753 ____________________________________________________________________________
21754 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
21755         Log: Subject: [PATCH current] runtime runops switch
21756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21757              Date: Fri, 16 Nov 2001 00:48:09 -0500
21758              Message-ID: <20011116004809.A934@math.ohio-state.edu>
21759      Branch: perl
21760            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
21761            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
21762            ! pod/perlintern.pod proto.h run.c
21763 ____________________________________________________________________________
21764 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
21765         Log: Further discourage old Thread code; tell how to tell
21766              the difference.
21767      Branch: perl
21768            ! lib/Thread.pm
21769 ____________________________________________________________________________
21770 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
21771         Log: A missing return; from Charles Lane.
21772      Branch: perl
21773            ! vms/vms.c
21774 ____________________________________________________________________________
21775 [ 13041] By: ams                                   on 2001/11/16  12:11:14
21776         Log: Subject: [PATCH] Doc spellcheck + podcheck
21777              From: Autrijus Tang <autrijus@egb.elixus.org>
21778              Date: Thu, 15 Nov 2001 22:49:05 -0800
21779              Message-Id: <20011116064905.GA44092@egb.elixus.org>
21780              
21781              Subject: [PATCH] podcheck+spellcheck, the rest of the story
21782              From: Autrijus Tang <autrijus@egb.elixus.org>
21783              Date: Fri, 16 Nov 2001 00:42:20 -0800
21784              Message-Id: <20011116084220.GA44295@egb.elixus.org>
21785              
21786              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
21787              From: Nicholas Clark <nick@ccl4.org>
21788              Date: Fri, 16 Nov 2001 10:32:01 +0000
21789              Message-Id: <20011116103200.F62891@plum.flirble.org>
21790              (Applied after suitable de-mangling.)
21791      Branch: perl
21792            ! README.aix README.dgux README.dos README.epoc README.hpux
21793            ! README.mint README.mpeix README.netware README.os2
21794            ! README.os390 README.plan9 README.qnx README.solaris
21795            ! README.threads doio.c pod/perl571delta.pod
21796            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
21797            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
21798            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
21799            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
21800            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
21801            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
21802 ____________________________________________________________________________
21803 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
21804         Log: Avoid redefinedness warning for now.
21805      Branch: perl
21806            ! lib/Thread.pm
21807 ____________________________________________________________________________
21808 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
21809         Log: use strict.
21810      Branch: perl
21811            ! lib/Thread.pm
21812 ____________________________________________________________________________
21813 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
21814         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
21815              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
21816              Date: Thu, 15 Nov 2001 22:54:47 EST 
21817              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
21818      Branch: perl
21819            ! vms/vms.c vms/vmspipe.com
21820 ____________________________________________________________________________
21821 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
21822         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
21823              From: "chromatic" <chromatic@rmci.net>
21824              Date: Thu, 15 Nov 2001 19:54:23 -0700
21825              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
21826      Branch: perl
21827            ! lib/File/stat.t
21828 ____________________________________________________________________________
21829 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
21830         Log: Make Thread a wrapper for both ithreads and 5005threads.
21831              Needs a lot of work and Arthur's eyeballing (and finishing
21832              few missing odds and ends of threads.pm).  Now Thread
21833              is an extension without its own .pm.
21834              
21835              If there are people who have experience working with
21836              either the 5005threads or the ithreads: cleaning up
21837              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
21838              and porting the various Thread::* modules, like Thread::Queue,
21839              to work also with ithreads, is needed.
21840              
21841              Removed the 5005threads requirement from the 5005 tests
21842              for easier testing (not all of them work yet since
21843              they use the Thread::* modules that have not been made
21844              to work with ithreads).  Leave the 5005 tests named as
21845              *.tx so that they are not run by "make test".
21846      Branch: perl
21847            + lib/Thread.pm
21848            - ext/Thread/Thread.pm
21849            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
21850            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
21851            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
21852            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
21853            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
21854            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
21855            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
21856 ____________________________________________________________________________
21857 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
21858         Log: $VERSION "a5" doesn't quite work.
21859      Branch: perl
21860            ! ext/B/Makefile.PL
21861 ____________________________________________________________________________
21862 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
21863         Log: Add the fruits of Larry Shatzer's version verifying script.
21864              (There are some straddlers, but they will be fixed in the
21865              upcoming releases of the modules.)
21866      Branch: perl
21867            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
21868            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
21869            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
21870            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
21871            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
21872            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
21873            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
21874            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
21875            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
21876            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
21877            ! wince/FindExt.pm
21878 ____________________________________________________________________________
21879 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
21880         Log: Add Larry Shatzer's VERSION verifying script.
21881      Branch: perl
21882            + Porting/checkVERSION.pl
21883            ! MANIFEST Porting/pumpkin.pod
21884 ____________________________________________________________________________
21885 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
21886         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
21887              From: Michael G Schwern <schwern@pobox.com>
21888              Date: Thu, 15 Nov 2001 19:26:40 -0500
21889              Message-ID: <20011115192640.R31399@blackrider>
21890      Branch: perl
21891            ! t/test.pl
21892 ____________________________________________________________________________
21893 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
21894         Log: Document the MY_CXT business; from Paul Marquess.
21895      Branch: perl
21896            ! pod/perlxs.pod
21897 ____________________________________________________________________________
21898 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
21899         Log: VMSCMD synch attempt.
21900      Branch: perl
21901            ! vms/vms.c vms/vmsish.h
21902 ____________________________________________________________________________
21903 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
21904         Log: Advise against -P as instructed by Schwern.
21905      Branch: perl
21906            ! pod/perlrun.pod
21907 ____________________________________________________________________________
21908 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
21909         Log: Subject: [PATCH] v-strings as Objects Step 1
21910              From: John Peacock <jpeacock@rowman.com>
21911              Date: Thu, 15 Nov 2001 12:41:04 -0500
21912              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
21913      Branch: perl
21914            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
21915            ! util.c
21916 ____________________________________________________________________________
21917 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
21918         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
21919              From: Michael G Schwern <schwern@pobox.com>
21920              Date: Thu, 15 Nov 2001 12:47:59 -0500
21921              Message-ID: <20011115124759.E31399@blackrider>
21922      Branch: perl
21923            + t/run/switchx.aux t/run/switchx.t
21924            ! MANIFEST t/run/switches.t
21925 ____________________________________________________________________________
21926 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
21927         Log: Upgrade to Getopt::Long 2.26_03.
21928      Branch: perl
21929            ! lib/Getopt/Long.pm
21930 ____________________________________________________________________________
21931 [ 13025] By: ams                                   on 2001/11/15  20:46:22
21932         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
21933              From: Michael G Schwern <schwern@pobox.com>
21934              Date: Thu, 15 Nov 2001 16:24:11 -0500
21935              Message-Id: <20011115162411.M31399@blackrider>
21936      Branch: perl
21937            ! vms/vms.c
21938 ____________________________________________________________________________
21939 [ 13024] By: ams                                   on 2001/11/15  19:32:06
21940         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
21941              From: rspier@pobox.com (Robert Spier)
21942              Date: Thu, 15 Nov 2001 11:19:21 -0800
21943              Message-Id: <15348.5433.732364.963687@rls.cx>
21944      Branch: perl
21945            ! op.c
21946 ____________________________________________________________________________
21947 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
21948         Log: Update Changes.
21949      Branch: perl
21950            ! Changes patchlevel.h
21951 ____________________________________________________________________________
21952 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
21953         Log: Subject: [PATCH] new tests for command-line switches
21954              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21955              Date: Thu, 15 Nov 2001 17:00:30 +0100
21956              Message-ID: <20011115170030.A14193@rafael>
21957      Branch: perl
21958            + t/run/switches.t
21959            ! MANIFEST
21960 ____________________________________________________________________________
21961 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
21962         Log: Upgrade to podlators 1.13.
21963      Branch: perl
21964            + lib/Pod/ParseLink.pm
21965            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
21966            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
21967            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
21968            ! t/pod/pod2usage.xr t/pod/podselect.xr
21969 ____________________________________________________________________________
21970 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
21971         Log: skip "might be used uninitialized".
21972      Branch: perl
21973            ! pp_sys.c
21974 ____________________________________________________________________________
21975 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
21976         Log: Fix for "perlio bug in koi8-r encoding".  The problem
21977              seemed to be that binmode() always flushed the handle,
21978              which is not so good when switching encodings.  Fixed,
21979              added Matt Sergeant's testcase, documented in perlfunc/binmode,
21980              also added a pointer about disciplines to perlfunc/open,
21981              and in general cleaned up and reformatted the open entry.
21982      Branch: perl
21983            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
21984 ____________________________________________________________________________
21985 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
21986         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
21987              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
21988              Date: 15 Nov 2001 08:57:06 -0000
21989              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
21990              
21991              chop() and chomp() are not real list functions,
21992              so let's not have them overrideable.  (Casey will
21993              be confused since in #7071 he patched the other way.)
21994      Branch: perl
21995            ! pod/perlfunc.pod toke.c
21996 ____________________________________________________________________________
21997 [ 13017] By: ams                                   on 2001/11/15  12:56:49
21998         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
21999              From: Robin Barker <rmb1@cise.npl.co.uk>
22000              Date: Thu, 15 Nov 2001 13:48:34 GMT
22001              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
22002              (Applied with tweaks.)
22003      Branch: perl
22004            ! pod/perltrap.pod
22005 ____________________________________________________________________________
22006 [ 13016] By: ams                                   on 2001/11/15  09:12:48
22007         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
22008              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22009              Date: Thu, 15 Nov 2001 09:06:39 +0100
22010              Message-Id: <20011115090639.A13005@rafael>
22011      Branch: perl
22012            ! pod/perlrun.pod
22013 ____________________________________________________________________________
22014 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
22015         Log: "link =" from utils.lst was being processed oddly.
22016      Branch: perl
22017            ! installman
22018 ____________________________________________________________________________
22019 [ 13014] By: ams                                   on 2001/11/15  02:52:52
22020         Log: Subject: [PATCH current] CreateTTY in -d
22021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22022              Date: Wed, 14 Nov 2001 21:26:31 -0500
22023              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
22024      Branch: perl
22025            ! lib/perl5db.pl
22026 ____________________________________________________________________________
22027 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
22028         Log: Corify the Filter::Simple tests. 
22029      Branch: perl
22030            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
22031            ! lib/Filter/Simple/t/filter_only.t
22032 ____________________________________________________________________________
22033 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
22034         Log: Upgrade to Filter::Simple 0.70.
22035      Branch: perl
22036            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
22037            + t/lib/FilterOnlyTest.pm
22038            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
22039            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
22040            ! t/lib/FilterTest.pm
22041 ____________________________________________________________________________
22042 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
22043         Log: Cleanliness inspired by Cygwin.
22044      Branch: perl
22045            ! Makefile.SH x2p/Makefile.SH
22046 ____________________________________________________________________________
22047 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
22048         Log: Add perlunintro (formerly known as perlunitut); regen toc.
22049      Branch: perl
22050            + pod/perlunintro.pod
22051            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22052 ____________________________________________________________________________
22053 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
22054         Log: FAQ sync.
22055      Branch: perl
22056            ! pod/perlfaq6.pod
22057 ____________________________________________________________________________
22058 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
22059         Log: Quieten pgcc 2.91.66 worries.
22060      Branch: perl
22061            ! gv.c pp_ctl.c utf8.c
22062 ____________________________________________________________________________
22063 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
22064         Log: Upgrade to Switch 2.06.
22065      Branch: perl
22066            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
22067            ! lib/Switch/t/nested.t
22068 ____________________________________________________________________________
22069 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
22070         Log: Upgrade to Attribute::Handlers 0.76.
22071      Branch: perl
22072            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22073            ! lib/Attribute/Handlers/README
22074            ! lib/Attribute/Handlers/demo/Demo.pm
22075            ! lib/Attribute/Handlers/demo/Descriptions.pm
22076            ! lib/Attribute/Handlers/demo/MyClass.pm
22077            ! lib/Attribute/Handlers/demo/demo_cycle.pl
22078            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
22079            ! lib/Attribute/Handlers/t/multi.t
22080 ____________________________________________________________________________
22081 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
22082         Log: Signedness nit.
22083      Branch: perl
22084            ! regexec.c
22085 ____________________________________________________________________________
22086 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
22087         Log: VERSIONize.
22088      Branch: perl
22089            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
22090            ! lib/integer.pm
22091 ____________________________________________________________________________
22092 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
22093         Log: No pod in internal Net::FTP classes.
22094      Branch: perl
22095            ! pod/buildtoc.PL
22096 ____________________________________________________________________________
22097 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
22098         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
22099              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
22100              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
22101              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
22102      Branch: perl
22103            ! regexec.c
22104 ____________________________________________________________________________
22105 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
22106         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
22107              Pudge correctly).
22108      Branch: perl
22109            ! t/test.pl
22110 ____________________________________________________________________________
22111 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
22112         Log: Add comments to mark where $^X is being handled.
22113      Branch: perl
22114            ! perl.c toke.c
22115 ____________________________________________________________________________
22116 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
22117         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
22118              From: Michael G Schwern <schwern@pobox.com>
22119              Date: Wed, 14 Nov 2001 16:38:25 -0500
22120              Message-ID: <20011114163825.D6519@blackrider>
22121      Branch: perl
22122            ! t/op/repeat.t
22123 ____________________________________________________________________________
22124 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
22125         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
22126              From: Michael G Schwern <schwern@pobox.com>
22127              Date: Wed, 14 Nov 2001 13:19:15 -0500
22128              Message-ID: <20011114131915.K5096@blackrider>
22129      Branch: perl
22130            ! t/op/die_exit.t
22131 ____________________________________________________________________________
22132 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
22133         Log: Subject: Re: [PATCH] new version of runperl()
22134              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22135              Date: Wed, 14 Nov 2001 15:39:12 EST
22136              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
22137              
22138              "VMS $^X pipes etc" patch.
22139      Branch: perl
22140            ! vms/vms.c
22141 ____________________________________________________________________________
22142 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
22143         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
22144              and add "verbose" option to show the final command.
22145      Branch: perl
22146            ! t/test.pl
22147 ____________________________________________________________________________
22148 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
22149         Log: Goof in some of the comment fields of #12994.
22150      Branch: perl
22151            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
22152            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
22153            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
22154            ! lib/unicore/In/9.pl
22155 ____________________________________________________________________________
22156 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
22157         Log: The First, Last ranges in the Unicode data weren't
22158              getting their general categories added properly;
22159              noticed by Jeffrey Friedl.
22160      Branch: perl
22161            ! lib/unicore/Category.pl lib/unicore/In/0.pl
22162            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
22163            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
22164            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
22165            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
22166            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
22167            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
22168            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
22169            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
22170            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
22171            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
22172            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
22173            ! lib/unicore/mktables
22174 ____________________________________________________________________________
22175 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
22176         Log: Subject: [PATCH] new version of runperl()
22177              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22178              Date: Wed, 14 Nov 2001 12:23:01 +0100
22179              Message-ID: <20011114122301.A29384@rafael>
22180      Branch: perl
22181            ! t/io/argv.t t/test.pl
22182 ____________________________________________________________________________
22183 [ 12992] By: ams                                   on 2001/11/14  13:40:39
22184         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
22185              From: Michael G Schwern <schwern@pobox.com>
22186              Date: Tue, 13 Nov 2001 23:17:54 -0500
22187              Message-Id: <20011113231754.S32567@blackrider>
22188      Branch: perl
22189            ! perl.c
22190 ____________________________________________________________________________
22191 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
22192         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
22193              From: Philip Newton <Philip.Newton@gmx.net>
22194              Date: Wed, 14 Nov 2001 10:59:53 +0100
22195              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
22196              
22197              plus a lot of paragraph reformatting because of long lines.
22198      Branch: perl
22199            ! pod/perlapio.pod
22200 ____________________________________________________________________________
22201 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
22202         Log: A bool is not a pointer.
22203      Branch: perl
22204            ! pp_sys.c
22205 ____________________________________________________________________________
22206 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
22207         Log: AUTHORS updates.
22208      Branch: perl
22209            ! AUTHORS
22210 ____________________________________________________________________________
22211 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
22212         Log: There are several MIME RFCs.
22213      Branch: perl
22214            ! ext/Encode/Encode.pm
22215 ____________________________________________________________________________
22216 [ 12987] By: ams                                   on 2001/11/14  01:09:28
22217         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
22218              From: Michael G Schwern <schwern@pobox.com>
22219              Date: Tue, 13 Nov 2001 20:59:13 -0500
22220              Message-Id: <20011113205913.H32567@blackrider>
22221      Branch: perl
22222            ! t/op/groups.t vms/test.com
22223 ____________________________________________________________________________
22224 [ 12986] By: ams                                   on 2001/11/14  01:07:06
22225         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
22226              From: Michael G Schwern <schwern@pobox.com>
22227              Date: Tue, 13 Nov 2001 20:51:34 -0500
22228              Message-Id: <20011113205134.F32567@blackrider>
22229      Branch: perl
22230            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
22231 ____________________________________________________________________________
22232 [ 12985] By: ams                                   on 2001/11/14  00:43:59
22233         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
22234              From: Michael G Schwern <schwern@pobox.com>
22235              Date: Tue, 13 Nov 2001 20:38:42 -0500
22236              Message-Id: <20011113203842.E32567@blackrider>
22237      Branch: perl
22238            ! pod/perlport.pod
22239 ____________________________________________________________________________
22240 [ 12984] By: ams                                   on 2001/11/14  00:32:15
22241         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
22242              From: Michael G Schwern <schwern@pobox.com>
22243              Date: Tue, 13 Nov 2001 20:27:02 -0500
22244              Message-Id: <20011113202702.D32567@blackrider>
22245      Branch: perl
22246            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
22247            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
22248            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
22249            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
22250 ____________________________________________________________________________
22251 [ 12983] By: ams                                   on 2001/11/14  00:00:27
22252         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
22253              From: Michael G Schwern <schwern@pobox.com>
22254              Date: Tue, 13 Nov 2001 19:51:59 -0500
22255              Message-Id: <20011113195159.B32567@blackrider>
22256      Branch: perl
22257            ! pod/perlport.pod
22258 ____________________________________________________________________________
22259 [ 12982] By: ams                                   on 2001/11/13  23:53:11
22260         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
22261              From: Larry Shatzer <fugazi@zippy.zyx.net>
22262              Date: Tue, 13 Nov 2001 17:27:59 -0700
22263              Message-Id: <20011113172759.E27768@zippy.zyx.net>
22264      Branch: perl
22265            ! pod/perlapio.pod
22266 ____________________________________________________________________________
22267 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
22268         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
22269              "large enough" Unicode characters returned more than one
22270              as their "Unicode size".
22271      Branch: perl
22272            ! pp_sys.c t/io/utf8.t
22273 ____________________________________________________________________________
22274 [ 12980] By: ams                                   on 2001/11/13  19:32:33
22275         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
22276              From: "Craig A. Berry" <craigberry@mac.com>
22277              Date: Tue, 13 Nov 2001 14:33:25 -0600
22278              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
22279      Branch: perl
22280            ! vms/gen_shrfls.pl
22281 ____________________________________________________________________________
22282 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
22283         Log: Subject: Minor patch to Encode.pm (detypo)
22284              From: "Philip Newton" <Philip.Newton@gmx.net>
22285              Date: Tue, 13 Nov 2001 20:11:01 +0100
22286              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
22287      Branch: perl
22288            ! ext/Encode/Encode.pm
22289 ____________________________________________________________________________
22290 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
22291         Log: Evil tabulators.
22292      Branch: perl
22293            ! ext/Encode/Encode.pm
22294 ____________________________________________________________________________
22295 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
22296         Log: Document the available encodings.
22297      Branch: perl
22298            ! ext/Encode/Encode.pm
22299 ____________________________________________________________________________
22300 [ 12976] By: ams                                   on 2001/11/13  17:14:07
22301         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
22302              From: Barrie Slaymaker <barries@slaysys.com>
22303              Date: Tue, 13 Nov 2001 12:41:36 -0500
22304              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
22305      Branch: perl
22306            ! t/op/universal.t
22307 ____________________________________________________________________________
22308 [ 12975] By: ams                                   on 2001/11/13  16:24:21
22309         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
22310              From: Barrie Slaymaker <barries@slaysys.com>
22311              Date: Tue, 13 Nov 2001 10:56:20 -0500
22312              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
22313              (Test applied with minor tweaks and ->isa("HASH") omission.)
22314      Branch: perl
22315            ! lib/UNIVERSAL.pm t/op/universal.t
22316 ____________________________________________________________________________
22317 [ 12974] By: ams                                   on 2001/11/13  15:46:07
22318         Log: Subject: [PATCH Benchmark.pm] docco tweaks
22319              From: Barrie Slaymaker <barries@slaysys.com>
22320              Date: Tue, 13 Nov 2001 11:34:45 -0500
22321              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
22322      Branch: perl
22323            ! lib/Benchmark.pm
22324 ____________________________________________________________________________
22325 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
22326         Log: Subject: [PATCH] Attack of the C loops, round 1
22327              From: Richard Soderberg <rs@oregonnet.com>
22328              Date: Mon, 12 Nov 2001 12:07:29 -0800
22329              Message-Id: <200111122007.MAA01994@oregonnet.com>
22330              
22331              Subject: [PATCH] bytecode.pl (tiny patch)
22332              From: Richard Soderberg <rs@oregonnet.com>
22333              Date: Mon, 12 Nov 2001 12:53:24 -0800
22334              Message-Id: <200111122053.MAA06272@oregonnet.com>
22335      Branch: perl
22336            ! bytecode.pl installhtml
22337 ____________________________________________________________________________
22338 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
22339         Log: Subject: [PATCH] Update to Filter::Util::Call
22340              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22341              Date: Sun, 11 Nov 2001 22:33:33 -0000
22342              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
22343              
22344              Use the new CXT* macros.
22345      Branch: perl
22346            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
22347 ____________________________________________________________________________
22348 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
22349         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
22350              From: Michael G Schwern <schwern@pobox.com>
22351              Date: Mon, 12 Nov 2001 20:50:34 -0500
22352              Message-ID: <20011112205034.H2888@blackrider>
22353      Branch: perl
22354            + lib/vmsish.pm lib/vmsish.t
22355            - vms/ext/vmsish.pm vms/ext/vmsish.t
22356            ! MANIFEST vms/descrip_mms.template
22357 ____________________________________________________________________________
22358 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
22359         Log: :utf8 works only with perlio.
22360      Branch: perl
22361            ! lib/open.t
22362 ____________________________________________________________________________
22363 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
22364         Log: Subject: Re: @Config -"des" not quite working on VMS
22365              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22366              Date: Tue, 13 Nov 2001 08:35:13 EST 
22367              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
22368      Branch: perl
22369            ! configure.com
22370 ____________________________________________________________________________
22371 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
22372         Log: Subject: [PATCH] lib/charnames.pm 
22373              From: Jeffrey Friedl <jfriedl@yahoo.com>
22374              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
22375              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
22376      Branch: perl
22377            ! lib/charnames.pm
22378 ____________________________________________________________________________
22379 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
22380         Log: Docs for Mac::err.
22381      Branch: maint-5.6/macperl
22382            ! macos/ext/Mac/err/err.pm
22383 ____________________________________________________________________________
22384 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
22385         Log: Some cleanup; change some globals to references for
22386              possible persistence later.
22387      Branch: maint-5.6/macperl
22388            ! macos/lib/Mac/Glue.pm
22389 ____________________________________________________________________________
22390 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
22391         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
22392      Branch: maint-5.6/macperl
22393            ! macos/ext/Mac/Files/Files.pm
22394 ____________________________________________________________________________
22395 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
22396         Log: Get Mac::Navigation to compile (bug #464684).
22397      Branch: maint-5.6/macperl
22398            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
22399            ! macos/ext/Mac/Navigation/Makefile.PL
22400            ! macos/ext/Mac/Navigation/Navigation.xs
22401            ! macos/macperl/Makefile.mk
22402 ____________________________________________________________________________
22403 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
22404         Log: Add in modules and POD to help menu.
22405      Branch: maint-5.6/macperl
22406            ! macos/macperl/MacPerl.podhelp
22407 ____________________________________________________________________________
22408 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
22409         Log: Update bundled modules.
22410      Branch: maint-5.6/macperl
22411            + macos/bundled_ext/Filter/t/FilterTest.pm
22412            + macos/bundled_ext/List/Util/t/shuffle.t
22413            + macos/bundled_ext/Storable/t/compat06.t
22414            + macos/bundled_ext/Storable/t/st-dump.pl
22415            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
22416            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
22417            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
22418            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
22419            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
22420            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
22421            + macos/bundled_lib/blib/lib/lwpcook.pod
22422            + macos/bundled_lib/t/Filter/Simple/filter.t
22423            + macos/bundled_lib/t/Switch/t/given.t
22424            + macos/bundled_lib/t/Switch/t/nested.t
22425            + macos/bundled_lib/t/Switch/t/switch.t
22426            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
22427            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
22428            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
22429            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
22430            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
22431            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
22432            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
22433            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
22434            + macos/bundled_lib/t/URI/rfc2732.t
22435            + macos/bundled_lib/t/libnet/config.t
22436            + macos/bundled_lib/t/libnet/libnet_t.pl
22437            + macos/bundled_lib/t/libwww-perl/live/google.t
22438            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
22439            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
22440            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
22441            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
22442            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
22443            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
22444            + macos/bundled_lib/t/libwww-perl/live/validator.t
22445            - macos/bundled_ext/Filter/t/MyFilter.pm
22446            - macos/bundled_ext/Storable/t/compat-0.6.t
22447            - macos/bundled_ext/Storable/t/dump.pl
22448            - macos/bundled_ext/Time/Piece/Makefile.PL
22449            - macos/bundled_ext/Time/Piece/Piece.pm
22450            - macos/bundled_ext/Time/Piece/Piece.t
22451            - macos/bundled_ext/Time/Piece/Piece.xs
22452            - macos/bundled_ext/Time/Piece/README
22453            - macos/bundled_ext/Time/Piece/Seconds.pm
22454            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
22455            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
22456            - macos/bundled_lib/blib/lib/Net/PH.pm
22457            - macos/bundled_lib/blib/lib/Net/SNPP.pm
22458            - macos/bundled_lib/blib/lib/Text/Balanced.pod
22459            - macos/bundled_lib/t/Filter/Simple/test.pl
22460            - macos/bundled_lib/t/Switch/test.pl
22461            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
22462            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
22463            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
22464            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
22465            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
22466            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
22467            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
22468            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
22469            - macos/bundled_lib/t/libnet/ph.t
22470            ! (edit 125 files)
22471 ____________________________________________________________________________
22472 [ 12961] By: ams                                   on 2001/11/13  00:45:08
22473         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
22474              From: Michael G Schwern <schwern@pobox.com>
22475              Date: Mon, 12 Nov 2001 20:16:45 -0500
22476              Message-Id: <20011112201644.G2888@blackrider>
22477      Branch: perl
22478            ! pod/perlport.pod
22479 ____________________________________________________________________________
22480 [ 12960] By: ams                                   on 2001/11/12  23:54:00
22481         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
22482              Recoving dup tests for VMS
22483              From: Michael G Schwern <schwern@pobox.com>
22484              Date: Mon, 12 Nov 2001 19:35:33 -0500
22485              Message-Id: <20011112193533.D2888@blackrider>
22486      Branch: perl
22487            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
22488 ____________________________________________________________________________
22489 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
22490         Log: Update Changes.
22491      Branch: perl
22492            ! Changes patchlevel.h
22493 ____________________________________________________________________________
22494 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
22495         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
22496              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
22497              Date: Mon, 12 Nov 2001 12:35:18 EST 
22498              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
22499      Branch: perl
22500            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
22501            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
22502 ____________________________________________________________________________
22503 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
22504         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
22505              From: Barrie Slaymaker <barries@slaysys.com>
22506              Date: Mon, 12 Nov 2001 11:19:52 -0500
22507              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
22508      Branch: perl
22509            ! lib/File/Spec.t lib/File/Spec/Win32.pm
22510 ____________________________________________________________________________
22511 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
22512         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
22513              From: Barrie Slaymaker <barries@slaysys.com>
22514              Date: Mon, 12 Nov 2001 11:07:36 -0500
22515              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
22516      Branch: perl
22517            ! lib/Benchmark.pm
22518 ____________________________________________________________________________
22519 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
22520         Log: Misplaced test, noticed by Barrie Slaymaker.
22521              (We are missing Benchmark tests, then.)
22522      Branch: perl
22523            + ext/Devel/DProf/DProf.t
22524            - lib/Benchmark.t
22525            ! MANIFEST
22526 ____________________________________________________________________________
22527 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
22528         Log: Subject: [PATCH] a few typo fixes 
22529              From: Jeffrey Friedl <jfriedl@yahoo.com>
22530              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
22531              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
22532              
22533              Patching README.foo instead of pod/perlfoo.pod,
22534              not patching Math::BigInt (Tels will take care of that),
22535              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
22536              and perldoc.PL instead of libnetcfg and perldoc, patching
22537              ext/Digest/MD5/t/files.t since MD5.pm was changed.
22538      Branch: perl
22539            ! (edit 109 files)
22540 ____________________________________________________________________________
22541 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
22542         Log: Add a note about the dangers of bad UTF-8.
22543      Branch: perl
22544            ! pod/perlunicode.pod
22545 ____________________________________________________________________________
22546 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
22547         Log: NetWare Nit from Ananth Kesari.
22548      Branch: perl
22549            ! NetWare/config.wc
22550 ____________________________________________________________________________
22551 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
22552         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
22553      Branch: perl
22554            ! ext/Encode/Encode.pm
22555 ____________________________________________________________________________
22556 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
22557         Log: (retracted by #12951)
22558      Branch: perl
22559            ! ext/Encode/Encode.pm
22560 ____________________________________________________________________________
22561 [ 12949] By: ams                                   on 2001/11/12  06:40:18
22562         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
22563              From: Robert Spier <rspier@pobox.com>
22564              Date: Sun, 11 Nov 2001 18:50:18 -0800
22565              Message-Id: <15343.14570.121505.233336@rls.cx>
22566              
22567              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
22568              From: Rick Delaney <rick.delaney@home.com>
22569              Date: 12 Nov 2001 00:15:52 -0500
22570              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
22571      Branch: perl
22572            ! pp_hot.c t/op/taint.t
22573 ____________________________________________________________________________
22574 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
22575         Log: It seems that we actually have this detail implemented
22576              as for as Level 1 Support of Unicode regex support is
22577              concerned: at Level 1 only 1:1 support for loose
22578              (aka caseless, aka caseigoring ) matching is required.
22579      Branch: perl
22580            ! pod/perlunicode.pod
22581 ____________________________________________________________________________
22582 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
22583         Log: (retracted by #12951)
22584      Branch: perl
22585            ! ext/Encode/Encode.pm
22586 ____________________________________________________________________________
22587 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
22588         Log: BOM, bom, Bom.
22589      Branch: perl
22590            ! pod/perlunicode.pod
22591 ____________________________________________________________________________
22592 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
22593         Log: Upgrade to Math::BigInt 1.46.
22594      Branch: perl
22595            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22596            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
22597            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
22598            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
22599            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
22600 ____________________________________________________________________________
22601 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
22602         Log: Subject: Re: PERFORCE change 12943 for review
22603              From: "Philip Newton" <Philip.Newton@gmx.net>
22604              Date: Sun, 11 Nov 2001 20:53:36 +0100
22605              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
22606      Branch: perl
22607            ! pod/perlunicode.pod
22608 ____________________________________________________________________________
22609 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
22610         Log: Doc updates; make the Unicode discussions a little
22611              bit less alarming, and add information about encodings,
22612              surrogates, and BOMs.
22613      Branch: perl
22614            ! pod/perlunicode.pod
22615 ____________________________________________________________________________
22616 [ 12942] By: ams                                   on 2001/11/11  16:45:00
22617         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
22618              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
22619              Date: Mon, 12 Nov 2001 00:22:57 +0900
22620              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
22621      Branch: perl
22622            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22623            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22624 ____________________________________________________________________________
22625 [ 12941] By: ams                                   on 2001/11/11  13:01:40
22626         Log: Subject: Re: PERFORCE change 12929 for review
22627              From: "Philip Newton" <Philip.Newton@gmx.net>
22628              Date: Sun, 11 Nov 2001 14:27:44 +0100
22629              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
22630      Branch: perl
22631            ! MANIFEST
22632 ____________________________________________________________________________
22633 [ 12940] By: ams                                   on 2001/11/11  05:06:43
22634         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
22635              From: Michael G Schwern <schwern@pobox.com>
22636              Date: Thu, 8 Nov 2001 22:56:45 -0500
22637              Message-Id: <20011108225645.H5587@blackrider>
22638      Branch: perl
22639            ! t/op/chdir.t
22640 ____________________________________________________________________________
22641 [ 12939] By: ams                                   on 2001/11/11  05:01:00
22642         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
22643              From: Michael G Schwern <schwern@pobox.com>
22644              Date: Sun, 11 Nov 2001 00:54:43 -0500
22645              Message-Id: <20011111005443.A24450@blackrider>
22646      Branch: perl
22647            ! ext/Cwd/t/cwd.t
22648 ____________________________________________________________________________
22649 [ 12938] By: ams                                   on 2001/11/11  03:25:13
22650         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
22651              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
22652              From: "chromatic" <chromatic@rmci.net>
22653              Date: Sat, 10 Nov 2001 21:03:20 -0700
22654              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
22655      Branch: perl
22656            ! lib/File/stat.pm lib/File/stat.t
22657 ____________________________________________________________________________
22658 [ 12937] By: ams                                   on 2001/11/11  02:05:23
22659         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
22660              From: "Craig A. Berry" <craigberry@mac.com>
22661              Date: Sat, 10 Nov 2001 17:23:52 -0600
22662              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
22663      Branch: perl
22664            ! t/op/magic.t
22665 ____________________________________________________________________________
22666 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
22667         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
22668      Branch: perl
22669            ! lib/open.pm lib/open.t
22670 ____________________________________________________________________________
22671 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
22672         Log: The Official name of ASCII.
22673      Branch: perl
22674            ! ext/Encode/Encode.pm
22675 ____________________________________________________________________________
22676 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
22677         Log: The KOI8-R example wasn't quite right.
22678      Branch: perl
22679            ! lib/open.pm lib/open.t
22680 ____________________________________________________________________________
22681 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
22682         Log: Enhance the open pragma to support :utf8, :locale,
22683              and :encoding directly as special cases, and rename
22684              the INOUT to IO.
22685      Branch: perl
22686            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
22687 ____________________________________________________________________________
22688 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
22689         Log: Document the UTF-16 surrogate encoding and decoding.
22690      Branch: perl
22691            ! ext/Encode/Encode.pm
22692 ____________________________________________________________________________
22693 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
22694         Log: A potential recursion breaker.
22695      Branch: perl
22696            ! sv.c
22697 ____________________________________________________________________________
22698 [ 12930] By: ams                                   on 2001/11/10  07:46:53
22699         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
22700              (was Re: perl@12892)
22701              From: "chromatic" <chromatic@rmci.net>
22702              Date: Sat, 10 Nov 2001 01:28:09 -0700
22703              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
22704      Branch: perl
22705            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
22706            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
22707            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
22708            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
22709 ____________________________________________________________________________
22710 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
22711         Log: Add a test for the bytes pragma.
22712      Branch: perl
22713            + lib/bytes.t
22714            ! MANIFEST
22715 ____________________________________________________________________________
22716 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
22717         Log: Doc update.
22718      Branch: perl
22719            ! lib/bytes.pm
22720 ____________________________________________________________________________
22721 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
22722         Log: Cease to exist.
22723      Branch: perl
22724            - lib/Unicode/Normalize.pm
22725 ____________________________________________________________________________
22726 [ 12926] By: ams                                   on 2001/11/10  03:23:16
22727         Log: Subject: [patch] my_setenv speedup + fixes
22728              From: Doug MacEachern <dougm@covalent.net>
22729              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
22730              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
22731      Branch: perl
22732            ! util.c
22733 ____________________________________________________________________________
22734 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
22735         Log: Newline trouble.
22736      Branch: perl
22737            ! lib/ExtUtils/Embed.t
22738 ____________________________________________________________________________
22739 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
22740         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
22741              From: "Craig A. Berry" <craigberry@mac.com>
22742              Date: Fri, 09 Nov 2001 18:13:16 -0600
22743              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
22744      Branch: perl
22745            ! vms/munchconfig.c
22746 ____________________________________________________________________________
22747 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
22748         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
22749              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22750              Date: Sat, 10 Nov 2001 00:10:45 +0100
22751              Message-ID: <20011110001045.A11945@rafael>
22752      Branch: perl
22753            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
22754            + t/run/switchn.t t/run/switchp.t
22755            ! MANIFEST
22756 ____________________________________________________________________________
22757 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
22758         Log: Subject: [PATCH] some tests not cleaning up properly               
22759              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
22760              Date: Fri, 9 Nov 2001 22:13:10 +0100
22761              Message-ID: <20011109221310.A11115@rafael>
22762      Branch: perl
22763            ! ext/Cwd/t/cwd.t t/io/argv.t
22764 ____________________________________________________________________________
22765 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
22766         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
22767              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22768              Date: Fri, 9 Nov 2001 15:07:19 EST
22769              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
22770      Branch: perl
22771            ! lib/ExtUtils/Embed.t
22772 ____________________________________________________________________________
22773 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
22774         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
22775              have been copied so it shouldn't be freed in perl_destruct()
22776      Branch: perl
22777            ! perl.c
22778 ____________________________________________________________________________
22779 [ 12919] By: ams                                   on 2001/11/09  15:36:22
22780         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
22781              From: Michael G Schwern <schwern@pobox.com>
22782              Date: Fri, 9 Nov 2001 00:38:59 -0500
22783              Message-Id: <20011109003859.K5587@blackrider>
22784              (Applied with directory name changes suggested by Craig Berry.)
22785      Branch: perl
22786            ! ext/Cwd/t/cwd.t
22787 ____________________________________________________________________________
22788 [ 12918] By: ams                                   on 2001/11/09  15:29:15
22789         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
22790              From: Michael G Schwern <schwern@pobox.com>
22791              Date: Fri, 9 Nov 2001 01:44:14 -0500
22792              Message-Id: <20011109014414.N5587@blackrider>
22793      Branch: perl
22794            ! vms/ext/filespec.t
22795 ____________________________________________________________________________
22796 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
22797         Log: Update Changes.
22798      Branch: perl
22799            ! Changes patchlevel.h
22800 ____________________________________________________________________________
22801 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
22802         Log: Regen toc.
22803      Branch: perl
22804            ! pod/perltoc.pod
22805 ____________________________________________________________________________
22806 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
22807         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
22808              see http://www.jepstone.net/bjepson//jpl/cvs.html
22809      Branch: perl
22810            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22811 ____________________________________________________________________________
22812 [ 12914] By: ams                                   on 2001/11/09  14:05:12
22813         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
22814              From: Michael G Schwern <schwern@pobox.com>
22815              Date: Thu, 8 Nov 2001 22:05:49 -0500
22816              Message-Id: <20011108220549.F5587@blackrider>
22817      Branch: perl
22818            ! vms/test.com
22819 ____________________________________________________________________________
22820 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
22821         Log: NetWare update from Ananth Kesari.
22822      Branch: perl
22823            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
22824 ____________________________________________________________________________
22825 [ 12912] By: ams                                   on 2001/11/09  13:40:26
22826         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
22827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22828              Date: Fri, 9 Nov 2001 14:32:28 +0100
22829              Message-Id: <20011109143228.A18996@rafael>
22830      Branch: perl
22831            ! perl.c
22832 ____________________________________________________________________________
22833 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
22834         Log: FAQ sync.
22835      Branch: perl
22836            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
22837            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
22838            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
22839 ____________________________________________________________________________
22840 [ 12910] By: ams                                   on 2001/11/09  07:33:49
22841         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
22842              From: Michael G Schwern <schwern@pobox.com>
22843              Date: Fri, 9 Nov 2001 00:41:56 -0500
22844              Message-Id: <20011109004156.L5587@blackrider>
22845      Branch: perl
22846            ! lib/File/Find/t/find.t
22847 ____________________________________________________________________________
22848 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
22849         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
22850              The CPAN distribution has both pm and XS implementations,
22851              and for performance reasons we choose the XS.
22852              Another reason to choose the XS is that it doesn't
22853              require Lingua::KO::Hangul::Util, which means that
22854              we can delete that-- which in turn means that Unicode::UCD
22855              cannot expect that: support it, but don't expect.
22856              Ditto Unicode::Collate.
22857              
22858              Note that Unicode::Normalize Makefile.PL and
22859              Normalize.xs have been modified from the CPAN 0.10
22860              versions: the first one to be simpler (no pm) and
22861              clean up the generated unf*.h files, the second one
22862              to quench compiler grumblings.  Must notify Sadahiro
22863              about these changes.
22864      Branch: perl
22865            + ext/Unicode/Normalize/Changes
22866            + ext/Unicode/Normalize/Makefile.PL
22867            + ext/Unicode/Normalize/Normalize.pm
22868            + ext/Unicode/Normalize/Normalize.pod
22869            + ext/Unicode/Normalize/Normalize.xs
22870            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
22871            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
22872            + ext/Unicode/Normalize/t/test.t
22873            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
22874            - lib/Lingua/KO/Hangul/Util/README
22875            - lib/Lingua/KO/Hangul/Util/t/test.t
22876            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
22877            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
22878            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
22879            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
22880            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
22881            ! win32/makefile.mk
22882 ____________________________________________________________________________
22883 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
22884         Log: Test miscounting.
22885      Branch: perl
22886            ! ext/POSIX/t/posix.t
22887 ____________________________________________________________________________
22888 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
22889         Log: Quote the variables in failures messages more nicely.
22890      Branch: perl
22891            ! t/test.pl
22892 ____________________________________________________________________________
22893 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
22894         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
22895              From: Michael G Schwern <schwern@pobox.com>
22896              Date: Thu, 8 Nov 2001 17:24:49 -0500
22897              Message-ID: <20011108172449.A5587@blackrider>
22898              
22899              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
22900              From: "Craig A. Berry" <craigberry@mac.com>
22901              Date: Thu, 8 Nov 2001 16:35:00 -0600
22902              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
22903      Branch: perl
22904            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
22905 ____________________________________________________________________________
22906 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
22907         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
22908              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
22909              Date: Thu, 8 Nov 2001 22:52:50 -0000
22910              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
22911      Branch: perl
22912            ! ext/DB_File/t/db-recno.t
22913 ____________________________________________________________________________
22914 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
22915         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
22916              (Probably not an EBCDIC issue the way one would think
22917              since no chr() et alia are used in UCD.pm.)
22918      Branch: perl
22919            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
22920 ____________________________________________________________________________
22921 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
22922         Log: Whether overwriting the $self->{...} values (see #12902)
22923              is a good policy or not is debatable, but let's at least
22924              be consistent.
22925      Branch: perl
22926            ! lib/ExtUtils/MM_Unix.pm
22927 ____________________________________________________________________________
22928 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
22929         Log: The MakeMaker argument () quoting patch that sneaked
22930              in at #12883 didn't handle make macros like this $(...).
22931              Leaning toothpicks, we've got them.
22932      Branch: perl
22933            ! lib/ExtUtils/MM_Unix.pm
22934 ____________________________________________________________________________
22935 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
22936         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
22937              From: Michael G Schwern <schwern@pobox.com>
22938              Date: Wed, 7 Nov 2001 02:02:29 -0500
22939              Message-ID: <20011107020229.K2858@blackrider>
22940      Branch: perl
22941            ! t/io/argv.t t/test.pl vms/test.com
22942 ____________________________________________________________________________
22943 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
22944         Log: Subject: [PATCH 20011106.084] -s on #! line 
22945              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22946              Date: Wed, 7 Nov 2001 22:23:39 +0100
22947              Message-ID: <20011107222339.E729@rafael>
22948      Branch: perl
22949            ! embed.h embed.pl perl.c proto.h toke.c
22950 ____________________________________________________________________________
22951 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
22952         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
22953              From: Michael G Schwern <schwern@pobox.com>
22954              Date: Wed, 7 Nov 2001 16:52:49 -0500
22955              Message-ID: <20011107165249.I7346@blackrider>
22956      Branch: perl
22957            ! pod/perlhack.pod
22958 ____________________________________________________________________________
22959 [ 12898] By: ams                                   on 2001/11/08  13:02:19
22960         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
22961              From: Mark-Jason Dominus <mjd@plover.com>
22962              Date: Thu, 08 Nov 2001 08:59:02 -0500
22963              Message-Id: <20011108135902.2275.qmail@plover.com>
22964      Branch: perl
22965            ! INSTALL README README.amiga README.os2 README.vms
22966            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
22967            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
22968 ____________________________________________________________________________
22969 [ 12897] By: ams                                   on 2001/11/08  12:49:28
22970         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
22971              From: mjd@plover.com
22972              Date: 8 Nov 2001 13:33:18 -0000
22973              Message-Id: <20011108133318.1786.qmail@plover.com>
22974      Branch: perl
22975            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
22976            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
22977            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
22978            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
22979            ! pod/perlport.pod pod/perlvar.pod
22980 ____________________________________________________________________________
22981 [ 12896] By: ams                                   on 2001/11/08  11:22:12
22982         Log: open(FH, $file) should strip leading and trailing whitespace.
22983      Branch: perl
22984            ! doio.c
22985 ____________________________________________________________________________
22986 [ 12895] By: ams                                   on 2001/11/08  10:17:14
22987         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
22988              From: "Craig A. Berry" <craigberry@mac.com>
22989              Date: Wed, 07 Nov 2001 13:41:50 -0600
22990              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
22991      Branch: perl
22992            ! t/op/glob.t
22993 ____________________________________________________________________________
22994 [ 12894] By: ams                                   on 2001/11/08  08:32:20
22995         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
22996              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
22997              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
22998              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
22999      Branch: perl
23000            ! makedepend.SH
23001 ____________________________________________________________________________
23002 [ 12893] By: ams                                   on 2001/11/08  08:26:31
23003         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
23004              From: mjd@plover.com
23005              Date: 8 Nov 2001 08:08:07 -0000
23006              Message-Id: <20011108080807.30147.qmail@plover.com>
23007              
23008              Subject: bleadperl perl.pod
23009              From: mjd@plover.com
23010              Date: 8 Nov 2001 08:10:47 -0000
23011              Message-Id: <20011108081047.30178.qmail@plover.com>
23012              
23013              Subject: more bleadperl perl.pod
23014              From: mjd@plover.com
23015              Date: 8 Nov 2001 08:16:28 -0000
23016              Message-Id: <20011108081628.30229.qmail@plover.com>
23017      Branch: perl
23018            ! pod/perl.pod pod/perldebug.pod
23019 ____________________________________________________________________________
23020 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
23021         Log: Tweak for Cray-friendliness from Nicholas Clark.
23022      Branch: perl
23023            ! sv.c
23024 ____________________________________________________________________________
23025 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
23026         Log: VMS patch redo from Charles Lane.
23027      Branch: perl
23028            ! vms/gen_shrfls.pl
23029 ____________________________________________________________________________
23030 [ 12890] By: ams                                   on 2001/11/07  15:16:10
23031         Log: Subject: [ID 20011107.088] two perl pod nits
23032              From: lvirden@cas.org
23033              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
23034              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
23035      Branch: perl
23036            ! pod/perl.pod pod/perlfaq3.pod
23037 ____________________________________________________________________________
23038 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
23039         Log: Update Changes.
23040      Branch: perl
23041            ! Changes patchlevel.h
23042 ____________________________________________________________________________
23043 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
23044         Log: The (emulated) "no utf8" must be in a BEGIN block
23045              to be effective.
23046      Branch: perl
23047            ! lib/CGI/t/html.t
23048 ____________________________________________________________________________
23049 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
23050         Log: "v-strings" is the right term.
23051      Branch: perl
23052            ! pod/perltodo.pod
23053 ____________________________________________________________________________
23054 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
23055         Log: Add vstrings-as-objects need to perltodo.
23056      Branch: perl
23057            ! pod/perltodo.pod
23058 ____________________________________________________________________________
23059 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
23060         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
23061              From: Nicholas Clark <nick@ccl4.org>
23062              Date: Wed, 7 Nov 2001 14:36:32 +0000
23063              Message-ID: <20011107143631.I24980@plum.flirble.org>
23064      Branch: perl
23065            ! t/op/pack.t
23066 ____________________________________________________________________________
23067 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
23068         Log: The Embed test requires a major rewrite for VMS
23069              (plus it reveals a couple of annoying glitches
23070              in buffering), so skip the test for now; from
23071              Charles Lane.
23072      Branch: perl
23073            ! lib/ExtUtils/Embed.t
23074 ____________________________________________________________________________
23075 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
23076         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
23077              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23078              Date: Wed, 7 Nov 2001 09:23:28 EST
23079              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
23080              
23081              (Also i seems that an unrelated experimental patch
23082              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
23083      Branch: perl
23084            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
23085 ____________________________________________________________________________
23086 [ 12882] By: ams                                   on 2001/11/07  05:14:04
23087         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
23088              From: Mark-Jason Dominus <mjd@plover.com>
23089              Date: Wed, 07 Nov 2001 00:43:46 -0500
23090              Message-Id: <20011107054346.14428.qmail@plover.com>
23091      Branch: perl
23092            ! gv.c op.c toke.c
23093 ____________________________________________________________________________
23094 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
23095         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
23096              From: Michael G Schwern <schwern@pobox.com>             
23097              Date: Tue, 6 Nov 2001 22:04:39 -0500
23098              Message-ID: <20011106220439.D2858@blackrider>              
23099      Branch: perl
23100            ! lib/perl5db.pl
23101 ____________________________________________________________________________
23102 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
23103         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
23104              stress))
23105              From: Jonathan Stowe <gellyfish@gellyfish.com>
23106              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
23107              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
23108              
23109              (except for one hunk where indentation differs)
23110      Branch: perl
23111            ! lib/Term/Cap.t
23112 ____________________________________________________________________________
23113 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
23114         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
23115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23116              Date: Tue, 6 Nov 2001 21:45:01 +0100
23117              Message-ID: <20011106214501.A704@rafael>
23118      Branch: perl
23119            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
23120            ! lib/File/Spec/Win32.pm
23121 ____________________________________________________________________________
23122 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
23123         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
23124              From: Michael G Schwern <schwern@pobox.com>              
23125              Date: Tue, 6 Nov 2001 20:58:45 -0500
23126              Message-ID: <20011106205845.G29411@blackrider>
23127      Branch: perl
23128            ! t/test.pl
23129 ____________________________________________________________________________
23130 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
23131         Log: Subject: making do_sprintf public       
23132              From: Doug MacEachern <dougm@covalent.net>    
23133              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
23134              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
23135      Branch: perl
23136            ! embed.h embed.pl global.sym
23137 ____________________________________________________________________________
23138 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
23139         Log: Update to CGI.pm 2.78.
23140              
23141              TODO: the test suite needs to be merged so that
23142              when in core, the core version is tested, and when
23143              using the CPAN version, testing the CPAN version.
23144              (the changes need to be sent to Lincoln, too...)
23145      Branch: perl
23146            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
23147            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
23148            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
23149            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
23150            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
23151            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
23152 ____________________________________________________________________________
23153 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
23154         Log: Integrate with perlio; (strictly) readonly hashes via XS.
23155      Branch: perl
23156           +> t/lib/access.t
23157           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
23158 ____________________________________________________________________________
23159 [ 12874] By: nick                                  on 2001/11/06  21:05:16
23160         Log: Keep It Simple and Stupid version of readonly hash support.
23161              - Test for SvREAONLY(hv) at a few spots in hv.c
23162              - add the error message to perldiag.pod
23163              - (dubious) add access::readonly() to univeral.c
23164              - add test using above
23165              - fixup ext/B/t/stash.t to account for access:: existing
23166      Branch: perlio
23167            + t/lib/access.t
23168            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
23169 ____________________________________________________________________________
23170 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
23171         Log: Fix incorrect warnings about broken globbing;
23172              from Andy Dougherty.
23173      Branch: perl
23174            ! hints/linux.sh
23175 ____________________________________________________________________________
23176 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
23177         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
23178              toggle-on from the encoding pragma.
23179      Branch: perl
23180            ! regcomp.c regexec.c
23181 ____________________________________________________________________________
23182 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
23183         Log: Retract #12824, doesn't help and is ignored
23184              by Configure anyway.
23185      Branch: perl
23186            ! hints/beos.sh
23187 ____________________________________________________________________________
23188 [ 12870] By: ams                                   on 2001/11/06  10:40:37
23189         Log: Subject: Cosmetic change
23190              From: H.Merijn Brand <h.m.brand@hccnet.nl>
23191              Date: Tue, 06 Nov 2001 12:30:52 +0100
23192              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
23193      Branch: perl
23194            ! README.hpux
23195 ____________________________________________________________________________
23196 [ 12869] By: nick                                  on 2001/11/06  08:26:40
23197         Log: Integrate mainline
23198      Branch: perlio
23199           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
23200           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
23201 ____________________________________________________________________________
23202 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
23203         Log: The parentheses are protected enough.
23204      Branch: perl
23205            ! hints/os390.sh
23206 ____________________________________________________________________________
23207 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
23208         Log: ccflags, not ldflags.
23209      Branch: perl
23210            ! hints/os390.sh
23211 ____________________________________________________________________________
23212 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
23213         Log: ... and the proto to go with #12865.
23214      Branch: perl
23215            ! proto.h
23216 ____________________________________________________________________________
23217 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
23218         Log: Oops.  Luckily nothing was using this symbol yet.
23219      Branch: perl
23220            ! global.sym
23221 ____________________________________________________________________________
23222 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
23223         Log: Implement the encoding pragma for regex literals.
23224      Branch: perl
23225            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
23226 ____________________________________________________________________________
23227 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
23228         Log: More UTF8 EXACT fixing.
23229      Branch: perl
23230            ! regexec.c
23231 ____________________________________________________________________________
23232 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
23233         Log: More re debugging.
23234      Branch: perl
23235            ! regexec.c
23236 ____________________________________________________________________________
23237 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
23238         Log: EXACT correction attempt.  Continued in #12863.
23239      Branch: perl
23240            ! regexec.c
23241 ____________________________________________________________________________
23242 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
23243         Log: Unterminated L<.
23244      Branch: perl
23245            ! ext/DB_File/DB_File.pm
23246 ____________________________________________________________________________
23247 [ 12859] By: nick                                  on 2001/11/05  19:15:17
23248         Log: Integrate mainline
23249      Branch: perlio
23250           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
23251           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
23252           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
23253           +> lib/Math/BigInt/t/sub_mbi.t
23254            - lib/Math/BigInt/t/Math/Subclass.pm
23255            - lib/Math/BigInt/t/subclass.t
23256           !> (integrate 30 files)
23257 ____________________________________________________________________________
23258 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
23259         Log: Regex debugging fixes from Hugo.
23260      Branch: perl
23261            ! regcomp.c regexec.c
23262 ____________________________________________________________________________
23263 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
23264         Log: IRIX: at some point the cc -version has started
23265              to output to stderr, not stdout any more.
23266      Branch: perl
23267            ! hints/irix_6.sh
23268 ____________________________________________________________________________
23269 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
23270         Log: Update Changes.
23271      Branch: perl
23272            ! Changes patchlevel.h
23273 ____________________________________________________________________________
23274 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
23275         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
23276      Branch: perl
23277            ! lib/File/Spec/Unix.pm
23278 ____________________________________________________________________________
23279 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
23280         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
23281              From: rgarciasuarez@free.fr
23282              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
23283              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
23284      Branch: perl
23285            ! lib/File/Spec/Unix.pm
23286 ____________________________________________________________________________
23287 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
23288         Log: Use config.arch in OS/390 where the combination of
23289              IEEE floats and ldflags is tricky.
23290      Branch: perl
23291            ! hints/os390.sh
23292 ____________________________________________________________________________
23293 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
23294         Log: Metaconfig unit change for #12851.
23295      Branch: metaconfig
23296            ! U/modified/Config_sh.U
23297 ____________________________________________________________________________
23298 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
23299         Log: Support a config.arch file, similar to config.over,
23300              but loaded just before it.
23301      Branch: perl
23302            ! Configure INSTALL
23303 ____________________________________________________________________________
23304 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
23305         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
23306              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23307              Date: Mon, 5 Nov 2001 14:26:24 +0100
23308              Message-ID: <20011105142624.C31977@rafael>
23309      Branch: perl
23310            ! lib/Symbol.pm lib/Symbol.t
23311 ____________________________________________________________________________
23312 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
23313         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
23314              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23315              Date: Sun, 4 Nov 2001 22:28:57 +0100
23316              Message-ID: <20011104222857.C696@rafael>
23317      Branch: perl
23318            ! pod/perldebug.pod pod/perlpodspec.pod
23319 ____________________________________________________________________________
23320 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
23321         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
23322      Branch: perl
23323            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
23324 ____________________________________________________________________________
23325 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
23326         Log: Math::Big* test tweaks to work better with core:
23327              but the coast still not clear.
23328      Branch: perl
23329            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
23330            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
23331 ____________________________________________________________________________
23332 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
23333         Log: Protect against high load: measure how much wall
23334              clock time went by while sleeping.  Avoids some
23335              false negatives, while may introduce some false
23336              positives.  Life is hard.
23337      Branch: perl
23338            ! ext/Time/HiRes/HiRes.t
23339 ____________________________________________________________________________
23340 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
23341         Log: More forgotten from #12843.
23342      Branch: perl
23343            ! lib/Math/BigInt/t/bigfltpm.inc
23344 ____________________________________________________________________________
23345 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
23346         Log: Forgot from #12843.
23347      Branch: perl
23348            + lib/Math/BigInt/t/bigintpm.inc
23349            ! MANIFEST
23350 ____________________________________________________________________________
23351 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
23352         Log: Upgrade to Math::BigInt 1.45; from Tels.
23353              NOTE: some of the tests are failing but that's because
23354              the core integration is not yet done.
23355      Branch: perl
23356            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
23357            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
23358            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
23359            - lib/Math/BigInt/t/Math/Subclass.pm
23360            - lib/Math/BigInt/t/subclass.t
23361            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
23362            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
23363            ! lib/Math/BigInt/t/mbimbf.t
23364 ____________________________________________________________________________
23365 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
23366         Log: VMS: adds capability to control more configuration stuff with
23367              -D and -U switches; parsing config.sh to extract previous config
23368              info in VMS-form, and a rewrite of the "prompt/response" routine;
23369              from Charles Lane.
23370      Branch: perl
23371            ! configure.com
23372 ____________________________________________________________________________
23373 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
23374         Log: Subject: Typo correction in perldebguts.pod
23375              From: mjd@plover.com
23376              Date: 4 Nov 2001 16:20:05 -0000
23377              Message-ID: <20011104162005.16699.qmail@plover.com>
23378      Branch: perl
23379            ! pod/perldebguts.pod
23380 ____________________________________________________________________________
23381 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
23382         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
23383              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23384              Date: Sun, 4 Nov 2001 11:47:30 +0100
23385              Message-ID: <20011104114730.A715@rafael>
23386              
23387              Remove -T from the test, wrong place for that.
23388      Branch: perl
23389            ! lib/File/Temp/t/mktemp.t
23390 ____________________________________________________________________________
23391 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
23392         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
23393              From: Nicholas Clark <nick@ccl4.org>
23394              Date: Sun, 4 Nov 2001 10:41:24 +0000
23395              Message-ID: <20011104104123.U20123@plum.flirble.org>
23396      Branch: perl
23397            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
23398 ____________________________________________________________________________
23399 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
23400         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
23401              From: Michael G Schwern <schwern@pobox.com>
23402              Date: Sat, 3 Nov 2001 15:41:47 -0500
23403              Message-ID: <20011103154147.C600@blackrider>
23404      Branch: perl
23405            ! lib/Term/Cap.t
23406 ____________________________________________________________________________
23407 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
23408         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
23409              From: "Craig A. Berry" <craigberry@mac.com>     
23410              Date: Sat, 03 Nov 2001 16:02:28 -0600
23411              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
23412      Branch: perl
23413            ! ext/Time/HiRes/HiRes.t
23414 ____________________________________________________________________________
23415 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
23416         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
23417              From: "chromatic" <chromatic@rmci.net>
23418              Date: Sat, 03 Nov 2001 12:28:17 -0700
23419              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
23420      Branch: perl
23421            ! lib/Term/Cap.t
23422 ____________________________________________________________________________
23423 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
23424         Log: Don't bother doing POSIX charclass parsing if it
23425              possibly cannot be so.  Prepares way for charclass
23426              syntax like [[abc]||[def]] (or just [[abc][def]])
23427              for union, [[\w]&&[$a]] for intersection,
23428              and [[a-z]&&[^def]] for subtraction.
23429              
23430              Currently /[[a]/ (or /[a[]/) parses as a character
23431              class containing two characters, "[" and "a",
23432              this may have to be broken for the syntax described
23433              above, otherwise we would have to scan the whole pattern
23434              to find out whether the square brackets match pairwise.
23435              Luckily, the special case of "[" doesn't seem to be
23436              documented (as opposed to "]" and "-"), so we may have
23437              better story for breaking it...  One can always use \[
23438              if one wants a literal "[", so there.
23439      Branch: perl
23440            ! regcomp.c
23441 ____________________________________________________________________________
23442 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
23443         Log: Comment correction.
23444      Branch: perl
23445            ! regcomp.c
23446 ____________________________________________________________________________
23447 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
23448         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
23449              The latter is a RedHatism.
23450      Branch: perl
23451            ! lib/ExtUtils/MakeMaker.pm
23452 ____________________________________________________________________________
23453 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
23454         Log: Integrate perlio.
23455      Branch: perl
23456           !> perlio.c
23457 ____________________________________________________________________________
23458 [ 12831] By: nick                                  on 2001/11/03  11:42:15
23459         Log: Integrate mainline
23460      Branch: perlio
23461           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
23462           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
23463           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
23464           !> sv.c t/test.pl
23465 ____________________________________________________________________________
23466 [ 12830] By: nick                                  on 2001/11/03  10:27:34
23467         Log: Fix clone_leak problem.
23468              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
23469              as vestige of calling PerlLIO_dup().
23470      Branch: perlio
23471            ! perlio.c
23472 ____________________________________________________________________________
23473 [ 12829] By: nick                                  on 2001/11/03  09:40:46
23474         Log: Tweaks attempting to locate Doug's clone_leak leak.
23475              - add some PerlIO_debug()
23476              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
23477              - Even if it closing stdout etc. do a fflush()
23478      Branch: perlio
23479            ! perlio.c
23480 ____________________________________________________________________________
23481 [ 12828] By: nick                                  on 2001/11/03  08:34:31
23482         Log: Integrate mainline
23483      Branch: perlio
23484           !> (integrate 54 files)
23485 ____________________________________________________________________________
23486 [ 12827] By: ams                                   on 2001/11/03  03:45:19
23487         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
23488              remove this later). Based on a patch from Robert Spier in
23489              <15330.61459.14452.795263@rls.cx>.
23490      Branch: perl
23491            ! sv.c
23492 ____________________________________________________________________________
23493 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
23494         Log: microperl sync.
23495      Branch: perl
23496            ! doio.c perl.c perl.h perlio.c regexec.c
23497 ____________________________________________________________________________
23498 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
23499         Log: Definitions for the Unicode Newline Guidelines.
23500      Branch: perl
23501            ! perl.h
23502 ____________________________________________________________________________
23503 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
23504         Log: (retracted by #12871)
23505              
23506              There is no csh of any kind in default BeOS.
23507              For the purposes of miniperl globbing, bash
23508              will do.
23509      Branch: perl
23510            ! hints/beos.sh
23511 ____________________________________________________________________________
23512 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
23513         Log: Integrate change #12820 from macperl to maint and blead;
23514              
23515              Fix up (dynaloading) to work properly with multiplicity
23516      Branch: maint-5.6/perl
23517           !> ext/DynaLoader/dl_mac.xs
23518      Branch: perl
23519           !> ext/DynaLoader/dl_mac.xs
23520 ____________________________________________________________________________
23521 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
23522         Log: Several fixes for various exit problems and clearing out
23523              task queue, as well as another (incomplete) go at
23524              fixing error message handling
23525      Branch: maint-5.6/macperl
23526            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
23527 ____________________________________________________________________________
23528 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
23529         Log: Add source files for bleadperl builds
23530      Branch: maint-5.6/macperl
23531            ! macos/Makefile.mk
23532 ____________________________________________________________________________
23533 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
23534         Log: Fix up to work properly with multiplicity
23535      Branch: maint-5.6/macperl
23536            ! ext/DynaLoader/dl_mac.xs
23537 ____________________________________________________________________________
23538 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
23539         Log: Integrate with maintperl.
23540      Branch: maint-5.6/macperl
23541           +> t/op/system.t t/op/system_tests
23542           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
23543           !> pod/perltodo.pod util.c win32/win32.c
23544 ____________________________________________________________________________
23545 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
23546         Log: Locate _PATH_LOG if it's a socket even if not #defined
23547              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
23548              via Nick Clark.
23549      Branch: perl
23550            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
23551 ____________________________________________________________________________
23552 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
23553         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
23554              From: Michael G Schwern <schwern@pobox.com>
23555              Date: Fri, 2 Nov 2001 15:36:41 -0500
23556              Message-ID: <20011102153641.E23234@blackrider>
23557      Branch: perl
23558            ! t/test.pl
23559 ____________________________________________________________________________
23560 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
23561         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
23562              From: merlyn@stonehenge.com (Randal L. Schwartz)
23563              Date: 02 Nov 2001 09:33:34 -0800
23564              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
23565              
23566              (two of the changes)
23567              
23568              Better coexistence with extensions.
23569      Branch: perl
23570            ! ext/Errno/Errno_pm.PL hints/darwin.sh
23571 ____________________________________________________________________________
23572 [ 12815] By: ams                                   on 2001/11/02  16:47:43
23573         Log: Subject: Re: [PATCH] the the double double word word fix fix
23574              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23575              Date: Fri, 02 Nov 2001 19:43:07 +0100
23576              Message-Id: <3BE2E93B.627C198E@alcatel.at>
23577      Branch: perl
23578            ! pod/perldebug.pod
23579 ____________________________________________________________________________
23580 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
23581         Log: Update Changes.
23582      Branch: perl
23583            ! Changes patchlevel.h
23584 ____________________________________________________________________________
23585 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
23586         Log: More encoding testing.
23587      Branch: perl
23588            ! lib/encoding.pm lib/encoding.t
23589 ____________________________________________________________________________
23590 [ 12812] By: ams                                   on 2001/11/02  15:07:11
23591         Log: Slight modification of #12811.
23592      Branch: perl
23593            ! op.c
23594 ____________________________________________________________________________
23595 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
23596         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
23597              From: Radu Greab <radu@netsoft.ro>
23598              Date: Fri, 2 Nov 2001 15:28:58 +0200
23599              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
23600      Branch: perl
23601            ! op.c t/op/stat.t
23602 ____________________________________________________________________________
23603 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
23604         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
23605              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23606              Date: Thu, 1 Nov 2001 22:35:50 +0100
23607              Message-ID: <20011101223550.A10849@rafael>
23608      Branch: perl
23609            ! lib/ExtUtils/Embed.t
23610 ____________________________________________________________________________
23611 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
23612         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
23613              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23614              Date: 2 Nov 2001 14:48:51 -0000
23615              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
23616      Branch: perl
23617            ! lib/File/Find.pm
23618 ____________________________________________________________________________
23619 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
23620         Log: Add documentation.
23621      Branch: perl
23622            ! embed.pl pod/perlapi.pod utf8.c
23623 ____________________________________________________________________________
23624 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
23625         Log: Unicode: add ToFold mapping.  Not used yet; but basically
23626              a more useful mapping for caseless aka case-ignoring than
23627              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
23628              algorithm for creating the foldings uses equivalence classes,
23629              see http://www.unicode.org/unicode/reports/tr21/
23630              Hopefully this feature will be used in //i.
23631              (The folding tables were introduced by #12689.)
23632      Branch: perl
23633            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
23634            ! utf8.c
23635 ____________________________________________________________________________
23636 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
23637         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
23638              From: "Craig A. Berry" <craigberry@mac.com>
23639              Date: Fri, 02 Nov 2001 00:03:52 -0600
23640              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
23641      Branch: perl
23642            ! lib/AutoSplit.t
23643 ____________________________________________________________________________
23644 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
23645         Log: Subject: Trivial doc patch
23646              From: andreas.koenig@anima.de (Andreas J. Koenig)
23647              Date: 02 Nov 2001 06:11:35 +0100
23648              Message-ID: <m37kt94v08.fsf@anima.de>
23649      Branch: perl
23650            ! pod/perlport.pod
23651 ____________________________________________________________________________
23652 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
23653         Log: Make encoding and charnames pragmas coexist.
23654      Branch: perl
23655            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
23656 ____________________________________________________________________________
23657 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
23658         Log: The basic character classes seem to go untested with Unicode.
23659      Branch: perl
23660            ! t/op/pat.t
23661 ____________________________________________________________________________
23662 [ 12802] By: ams                                   on 2001/11/02  00:39:36
23663         Log: Subject: [PATCH] the the double double word word fix fix
23664              From: Richard Soderberg <rs@oregonnet.com>
23665              Date: Thu, 1 Nov 2001 13:12:03 -0800
23666              Message-Id: <200111012112.NAA23288@oregonnet.com>
23667              
23668              Subject: Re: [PATCH] the the double double word word fix fix
23669              From: Mark-Jason Dominus <mjd@plover.com>
23670              Date: Thu, 01 Nov 2001 16:43:40 -0500
23671              Message-Id: <20011101214340.2044.qmail@plover.com>
23672              
23673              Subject: Re: [PATCH] the the double double word word fix fix
23674              From: Mark-Jason Dominus <mjd@plover.com>
23675              Date: Thu, 01 Nov 2001 16:51:39 -0500
23676              Message-Id: <20011101215139.2196.qmail@plover.com>
23677      Branch: perl
23678            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
23679            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
23680            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
23681            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
23682            ! pod/perltodo.pod pod/perlxstut.pod
23683 ____________________________________________________________________________
23684 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
23685         Log: Comment tweaks.
23686      Branch: perl
23687            ! toke.c
23688 ____________________________________________________________________________
23689 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
23690         Log: FAQ sync.
23691      Branch: perl
23692            ! pod/perlfaq9.pod
23693 ____________________________________________________________________________
23694 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
23695         Log: If an encoding is set by -M/-m, it must be in
23696              effect only for the actual script, not any other
23697              required/-M/-m'ed module, otherwise we enter a nasty
23698              recursion in regexec.c while trying to init the simple
23699              UTF-8 charclasses like PL_utf8_alnum.
23700      Branch: perl
23701            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
23702 ____________________________________________________________________________
23703 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
23704         Log: A bit more descriptive name.
23705      Branch: perl
23706            ! mg.c
23707 ____________________________________________________________________________
23708 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
23709         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
23710              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23711              Date: Wed, 31 Oct 2001 13:47:04 EST
23712              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
23713      Branch: perl
23714            ! ext/Time/HiRes/HiRes.t
23715 ____________________________________________________________________________
23716 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
23717         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
23718              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23719              Date: Wed, 31 Oct 2001 13:43:29 EST
23720              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
23721      Branch: perl
23722            ! mg.c
23723 ____________________________________________________________________________
23724 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
23725         Log: Subject: [PATCH] Various test cleanups
23726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23727              Date: Tue, 30 Oct 2001 21:56:26 +0100
23728              Message-ID: <20011030215626.A28503@rafael>
23729      Branch: perl
23730            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
23731            ! ext/DB_File/t/db-recno.t ext/Encode.t
23732 ____________________________________________________________________________
23733 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
23734         Log: Update Changes.
23735      Branch: perl
23736            ! Changes patchlevel.h
23737 ____________________________________________________________________________
23738 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
23739         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
23740              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
23741              Date: Wed, 31 Oct 2001 17:16:39 +0100
23742              Message-ID: <20011031171639.A32511@rafael>
23743      Branch: perl
23744            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
23745 ____________________________________________________________________________
23746 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
23747         Log: Skip message nit.
23748      Branch: perl
23749            ! t/io/fs.t
23750 ____________________________________________________________________________
23751 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
23752         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
23753              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23754              Date: 31 Oct 2001 14:49:37 -0000
23755              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
23756      Branch: perl
23757            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
23758 ____________________________________________________________________________
23759 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
23760         Log: Extend the effect of the encoding pragma to chr() and ord().
23761              
23762              TODO: regex literals, reentrancy problems with the utf8
23763              and charnames pragmas.
23764      Branch: perl
23765            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
23766 ____________________________________________________________________________
23767 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
23768         Log: Doc tweaks.
23769      Branch: perl
23770            ! lib/encoding.pm
23771 ____________________________________________________________________________
23772 [ 12788] By: nick                                  on 2001/10/31  08:59:56
23773         Log: Integrate mainline
23774      Branch: perlio
23775           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
23776           !> (integrate 49 files)
23777 ____________________________________________________________________________
23778 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
23779         Log: Forgot new proto.
23780      Branch: perl
23781            ! proto.h
23782 ____________________________________________________________________________
23783 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
23784         Log: Clarification: use encoding cannot be used to
23785              change the default encoding of "your whole script";
23786              only the default encoding of the *data*.  Also, it
23787              seems that "use encoding" does not mix with "use utf8"
23788              (a coredumping recursion ensues).  Should not be a huge
23789              problem since "use utf8" is pretty marginal nowadays.
23790      Branch: perl
23791            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
23792 ____________________________________________________________________________
23793 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
23794         Log: More documentation for the encode pragma.
23795      Branch: perl
23796            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
23797            ! pod/perlapi.pod pod/perlunicode.pod sv.c
23798 ____________________________________________________________________________
23799 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
23800         Log: Thinko in #12783.
23801      Branch: perl
23802            ! sv.c
23803 ____________________________________________________________________________
23804 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
23805         Log: Make sv_recode_to_utf8() a real API: the encoding
23806              is a parameter, instead of a global.  Document the
23807              PERL_ENCODING.
23808      Branch: perl
23809            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
23810            ! toke.c
23811 ____________________________________________________________________________
23812 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
23813         Log: Enable -Mencoding=foobar also for string literals.
23814      Branch: perl
23815            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
23816            ! pod/perlapi.pod proto.h sv.c toke.c
23817 ____________________________________________________________________________
23818 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
23819         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
23820              From: Andy Dougherty <doughera@lafayette.edu>
23821              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
23822              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
23823      Branch: perl
23824            ! ext/POSIX/hints/svr4.pl
23825 ____________________________________________________________________________
23826 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
23827         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
23828              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
23829              Date: Mon, 29 Oct 2001 23:11:58 -0000
23830              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
23831              
23832              Add compat.h.
23833      Branch: perl
23834            ! lib/h2xs.t utils/h2xs.PL
23835 ____________________________________________________________________________
23836 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
23837         Log: Subject: PerlIOBuf_dup
23838              From: Nicholas Clark <nick@ccl4.org>              
23839              Date: Mon, 29 Oct 2001 21:52:35 +0000             
23840              Message-ID: <20011029215235.K41204@plum.flirble.org>
23841              
23842              Add prototype.
23843      Branch: perl
23844            ! perliol.h
23845 ____________________________________________________________________________
23846 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
23847         Log: Subject: [PATCH] Make malloc.c errors more useful
23848              From: Richard Soderberg <rs@oregonnet.com>
23849              Date: Mon, 29 Oct 2001 22:28:02 -0800
23850              Message-Id: <200110300628.WAA11025@oregonnet.com>
23851      Branch: perl
23852            ! malloc.c
23853 ____________________________________________________________________________
23854 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
23855         Log: Retract #12776 - the bug 19990906.001 is still valid.
23856      Branch: perl
23857            ! t/run/kill_perl.t
23858 ____________________________________________________________________________
23859 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
23860         Log: (Retracted by #12777)
23861              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
23862              From: Michael G Schwern <schwern@pobox.com> 
23863              Date: Mon, 29 Oct 2001 23:01:08 -0500
23864              Message-ID: <20011029230108.G18053@blackrider>
23865      Branch: perl
23866            ! t/run/kill_perl.t
23867 ____________________________________________________________________________
23868 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
23869         Log: Comment nits.
23870      Branch: perl
23871            ! lib/encoding.t
23872 ____________________________________________________________________________
23873 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
23874         Log: integrate change#12772 from mainline
23875              
23876              Subject: [PATCH] Mommy, what's a pointer cast?
23877      Branch: maint-5.6/perl
23878            ! perl.h
23879 ____________________________________________________________________________
23880 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
23881         Log: Subject: [PATCH] Mommy, what's a pointer cast?
23882              From: Richard Soderberg <rs@oregonnet.com>
23883              Date: Mon, 29 Oct 2001 17:01:10 -0800
23884              Message-Id: <200110300101.RAA31561@oregonnet.com>
23885              
23886              (threads* parts)
23887      Branch: perl
23888            ! ext/threads/shared/shared.xs ext/threads/threads.xs
23889 ____________________________________________________________________________
23890 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
23891         Log: Subject: [PATCH] Mommy, what's a pointer cast?
23892              From: Richard Soderberg <rs@oregonnet.com>
23893              Date: Mon, 29 Oct 2001 17:01:10 -0800
23894              Message-Id: <200110300101.RAA31561@oregonnet.com>
23895              
23896              (the perl.h part)
23897      Branch: perl
23898            ! perl.h
23899 ____________________________________________________________________________
23900 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
23901         Log: Subject: [PATCH] OpenBSD likes signal.h 
23902              From: Richard Soderberg <rs@oregonnet.com>
23903              Date: Mon, 29 Oct 2001 17:00:31 -0800
23904              Message-Id: <200110300100.RAA31533@oregonnet.com>
23905      Branch: perl
23906            ! unixish.h
23907 ____________________________________________________________________________
23908 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
23909         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
23910              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
23911              Date: Mon, 29 Oct 2001 23:04:23 -0000
23912              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
23913      Branch: perl
23914            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
23915            ! ext/DB_File/t/db-recno.t
23916 ____________________________________________________________________________
23917 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
23918         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
23919              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
23920              Date: Mon, 29 Oct 2001 12:34:07 -0600
23921              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
23922      Branch: perl
23923            ! ext/Time/HiRes/HiRes.t
23924 ____________________________________________________________________________
23925 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
23926         Log: Update Changes.
23927      Branch: perl
23928            ! Changes patchlevel.h
23929 ____________________________________________________________________________
23930 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
23931         Log: AIX needs an explicit symbol export list.
23932      Branch: perl
23933            ! lib/ExtUtils/Embed.t
23934 ____________________________________________________________________________
23935 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
23936         Log: The test (and the module) would require some
23937              quality hacking time to work on EBCDIC.  Based on
23938              the test results nothing seems to be majorly broken,
23939              the module just seems to have strange assumptions:
23940              got: ''\226\225\205'
23941              expected: ''one'
23942              The \226\225\205 being, of course, 'one', in EBCDIC.
23943      Branch: perl
23944            ! lib/Dumpvalue.t
23945 ____________________________________________________________________________
23946 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
23947         Log: Mark the test known to be failing in EBCDIC.
23948      Branch: perl
23949            ! t/op/tr.t
23950 ____________________________________________________________________________
23951 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
23952         Log: None of the libnet modules are going to work in
23953              EBCDIC without the Convert::EBCDIC.
23954      Branch: perl
23955            ! t/lib/1_compile.t
23956 ____________________________________________________________________________
23957 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
23958         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
23959      Branch: perl
23960            ! t/op/pack.t
23961 ____________________________________________________________________________
23962 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
23963         Log: UTF-EBCDIC ain't UTF-8.
23964      Branch: perl
23965            ! t/op/pack.t
23966 ____________________________________________________________________________
23967 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
23968         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
23969      Branch: perl
23970            ! t/lib/1_compile.t
23971 ____________________________________________________________________________
23972 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
23973         Log: Let's not assume ASCII.
23974      Branch: perl
23975            ! t/op/lc.t
23976 ____________________________________________________________________________
23977 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
23978         Log: Call the new perlio symbols differently.
23979      Branch: perl
23980            ! makedef.pl
23981 ____________________________________________________________________________
23982 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
23983         Log: Don't expect ASCII ordering.
23984      Branch: perl
23985            ! lib/ExtUtils/Manifest.t
23986 ____________________________________________________________________________
23987 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
23988         Log: Forgot from #12756.
23989      Branch: perl
23990            ! perlio.h
23991 ____________________________________________________________________________
23992 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
23993         Log: BeOS tweaks:
23994              - fseeko and ftello can be found by Configure but
23995              we do not seem to have prototypes for them so
23996              let's make up some
23997              - BeOS didn't use to have real sockets (sockets as
23998              filedescriptors) but the BONE package is supposed
23999              to fix this.  I do not know how to detect BONEness,
24000              see hints/beos.sh for a spot that needs to fixed.
24001              - BeOS has O_TEXT != O_BINARY but has no setmode()
24002      Branch: perl
24003            ! hints/beos.sh perlio.c
24004 ____________________________________________________________________________
24005 [ 12755] By: sky                                   on 2001/10/29  12:56:12
24006         Log: Ugly fix to not die when a thread creator is holding locks.
24007      Branch: perl
24008            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24009            ! ext/threads/threads.xs
24010 ____________________________________________________________________________
24011 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
24012         Log: Integrate change #12752 from maintperl;
24013              
24014              croak(Nullch) wasn't printing the contents of ERRSV if there was
24015              no outer eval (bug in change#6125)
24016      Branch: perl
24017           !> util.c
24018 ____________________________________________________________________________
24019 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
24020         Log: Subject: [PATCH h2xs] Use of static data in XS modules
24021              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
24022              Date: Sun, 28 Oct 2001 21:19:07 -0000
24023              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
24024              
24025              with nits from Sarathy.
24026      Branch: perl
24027            ! utils/h2xs.PL
24028 ____________________________________________________________________________
24029 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
24030         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
24031              no outer eval (bug in change#6125)
24032      Branch: maint-5.6/perl
24033            ! util.c
24034 ____________________________________________________________________________
24035 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
24036         Log: More todo for the encoding pragma.
24037      Branch: perl
24038            ! lib/encoding.pm
24039 ____________________________________________________________________________
24040 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
24041         Log: Add the encoding pragma to control the "upgrade"
24042              from the native eight bit data to Unicode.
24043              
24044              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
24045      Branch: perl
24046            + lib/encoding.pm lib/encoding.t
24047            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
24048            ! pod/perlunicode.pod pod/perlvar.pod sv.c
24049 ____________________________________________________________________________
24050 [ 12749] By: sky                                   on 2001/10/28  21:02:33
24051         Log: Update documentation.
24052      Branch: perl
24053            ! ext/threads/shared/shared.pm
24054 ____________________________________________________________________________
24055 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
24056         Log: Integrate change #12747 from maintperl;
24057              
24058              finishing touches to system() fixes on windows:
24059              * detect cmd shell correctly even if it had full path in it
24060              * more quoting needed for single-arg system if the argument
24061              really had multiple quoted arguments within it
24062              * be smarter about not calling the shell when the executable
24063              has spaces, but otherwise does not need shell involvement
24064              * add a testsuite (windows-specific currently)
24065      Branch: perl
24066           +> t/op/system.t t/op/system_tests
24067            ! MANIFEST pod/perltodo.pod
24068           !> win32/win32.c
24069 ____________________________________________________________________________
24070 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
24071         Log: finishing touches to system() fixes on windows:
24072              * detect cmd shell correctly even if it had full path in it
24073              * more quoting needed for single-arg system if the argument
24074              really had multiple quoted arguments within it
24075              * be smarter about not calling the shell when the executable
24076              has spaces, but otherwise does not need shell involvement
24077              * add a testsuite (windows-specific currently)
24078      Branch: maint-5.6/perl
24079            + t/op/system.t t/op/system_tests
24080            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
24081 ____________________________________________________________________________
24082 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
24083         Log: Integrate perlio.
24084      Branch: perl
24085           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
24086 ____________________________________________________________________________
24087 [ 12745] By: nick                                  on 2001/10/28  16:08:14
24088         Log: Mingw32 fixup for Embed.t
24089      Branch: perlio
24090            ! lib/ExtUtils/Embed.t
24091 ____________________________________________________________________________
24092 [ 12744] By: nick                                  on 2001/10/28  15:54:14
24093         Log: GCC vs MS 64-bit constant syntax
24094      Branch: perlio
24095            ! ext/Time/HiRes/HiRes.xs
24096 ____________________________________________________________________________
24097 [ 12743] By: nick                                  on 2001/10/28  15:42:55
24098         Log: Integrate mainline
24099      Branch: perlio
24100           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
24101 ____________________________________________________________________________
24102 [ 12742] By: sky                                   on 2001/10/28  14:47:10
24103         Log: Manpage updates.
24104      Branch: perl
24105            ! ext/threads/threads.pm
24106 ____________________________________________________________________________
24107 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
24108         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
24109      Branch: perl
24110            ! lib/ExtUtils/Embed.t
24111 ____________________________________________________________________________
24112 [ 12740] By: nick                                  on 2001/10/28  14:14:24
24113         Log: Integrate mainline
24114      Branch: perlio
24115           !> lib/ExtUtils/Embed.t win32/win32.c
24116 ____________________________________________________________________________
24117 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
24118         Log: Need to be ./executed.
24119      Branch: perl
24120            ! lib/ExtUtils/Embed.t
24121 ____________________________________________________________________________
24122 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
24123         Log: Integrate perlio.
24124      Branch: perl
24125           !> perlio.c win32/win32.h
24126 ____________________________________________________________________________
24127 [ 12737] By: nick                                  on 2001/10/28  13:53:45
24128         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
24129              by gcc -xc++.
24130      Branch: perlio
24131            ! win32/win32.h
24132 ____________________________________________________________________________
24133 [ 12736] By: nick                                  on 2001/10/28  13:50:50
24134         Log: Have :stdio layer update an honour the fd refcnt table.
24135              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
24136      Branch: perlio
24137            ! perlio.c
24138 ____________________________________________________________________________
24139 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
24140         Log: Integrate changes #12724 and #12725 from maintperl;
24141              multiarg system now works.
24142      Branch: perl
24143           !> win32/win32.c
24144 ____________________________________________________________________________
24145 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
24146         Log: Integrate perlio.
24147      Branch: perl
24148           +> lib/ExtUtils/Embed.t
24149           !> MANIFEST perlio.c
24150 ____________________________________________________________________________
24151 [ 12733] By: nick                                  on 2001/10/28  13:07:16
24152         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
24153              least for PERLIO=perlio unthreaded case
24154      Branch: perlio
24155            ! perlio.c
24156 ____________________________________________________________________________
24157 [ 12732] By: nick                                  on 2001/10/28  11:10:24
24158         Log: Typo in exe name
24159      Branch: perlio
24160            ! lib/ExtUtils/Embed.t
24161 ____________________________________________________________________________
24162 [ 12731] By: nick                                  on 2001/10/28  11:09:59
24163         Log: Integrate Mainline
24164      Branch: perlio
24165           !> Changes configure.com ext/DB_File/DB_File.pm
24166           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
24167           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
24168           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
24169           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
24170           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
24171           !> t/TEST t/op/regexp.t win32/buildext.pl
24172 ____________________________________________________________________________
24173 [ 12730] By: nick                                  on 2001/10/28  11:05:35
24174         Log: Fixup Embed.t for Win32/VC++
24175      Branch: perlio
24176            ! lib/ExtUtils/Embed.t
24177 ____________________________________________________________________________
24178 [ 12729] By: nick                                  on 2001/10/28  09:36:20
24179         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
24180              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
24181              ExtUtils::Embed.
24182      Branch: perlio
24183            + lib/ExtUtils/Embed.t
24184            ! MANIFEST
24185 ____________________________________________________________________________
24186 [ 12728] By: sky                                   on 2001/10/28  08:12:53
24187         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
24188              line manually!
24189      Branch: perl
24190            ! lib/ExtUtils/xsubpp
24191 ____________________________________________________________________________
24192 [ 12727] By: sky                                   on 2001/10/28  08:02:09
24193         Log: And here we use the prototypes.
24194      Branch: perl
24195            ! ext/threads/shared/shared.xs
24196 ____________________________________________________________________________
24197 [ 12726] By: sky                                   on 2001/10/28  08:00:48
24198         Log: Support [] style prototypes.
24199      Branch: perl
24200            ! lib/ExtUtils/xsubpp
24201 ____________________________________________________________________________
24202 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
24203         Log: yet another multi-arg system() fix on windows: batch files as the
24204              first argument (i.e. directly executed by CreateProcess()) need
24205              extra quoting to escape shell-shock
24206      Branch: maint-5.6/perl
24207            ! win32/win32.c
24208 ____________________________________________________________________________
24209 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
24210         Log: another multi-arg system() fix on windows: passing empty arguments
24211              now works
24212      Branch: maint-5.6/perl
24213            ! win32/win32.c
24214 ____________________________________________________________________________
24215 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
24216         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
24217              No final #else #error because we do not seem to
24218              be using #error?
24219      Branch: perl
24220            ! op.h
24221 ____________________________________________________________________________
24222 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
24223         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
24224              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
24225              Date: Sat, 27 Oct 2001 23:28:44 EST 
24226              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
24227      Branch: perl
24228            ! ext/Time/HiRes/HiRes.xs
24229 ____________________________________________________________________________
24230 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
24231         Log: Regen perlapi, perltoc.
24232      Branch: perl
24233            ! pod/perlapi.pod pod/perltoc.pod
24234 ____________________________________________________________________________
24235 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
24236         Log: Subject: [PATCH] sv.h documentation
24237              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
24238              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
24239              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
24240      Branch: perl
24241            ! sv.h
24242 ____________________________________________________________________________
24243 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
24244         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
24245              system("nmake -nologo", "clean") and there is no executable
24246              called "nmake -nologo"; this used to "work" pre-change#12559 due
24247              to bugs in multiarg system() that have since been fixed
24248      Branch: perl
24249            ! win32/buildext.pl
24250 ____________________________________________________________________________
24251 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
24252         Log: Update Changes.
24253      Branch: perl
24254            ! Changes patchlevel.h
24255 ____________________________________________________________________________
24256 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
24257         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
24258              From: Richard.Foley@t-online.de (Richard Foley)            
24259              Date: Sun, 28 Oct 2001 00:48:32 +0200
24260              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
24261      Branch: perl
24262            ! pod/perlhack.pod
24263 ____________________________________________________________________________
24264 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
24265         Log: Must store pointers with the right width.
24266      Branch: perl
24267            ! op.h
24268 ____________________________________________________________________________
24269 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
24270         Log: Integrate change #12711 from perlio;
24271              
24272              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
24273              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
24274      Branch: perl
24275           !> perlio.c
24276 ____________________________________________________________________________
24277 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
24278         Log: Subject: [PATCH] make minitest
24279              From: Nicholas Clark <nick@ccl4.org>
24280              Date: Sat, 27 Oct 2001 22:56:16 +0100
24281              Message-ID: <20011027225616.L20275@plum.flirble.org>
24282      Branch: perl
24283            ! t/TEST
24284 ____________________________________________________________________________
24285 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
24286         Log: Patch #12661 missed this.
24287      Branch: perl
24288            ! ext/DB_File/DB_File.pm
24289 ____________________________________________________________________________
24290 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
24291         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
24292              From: "Craig A. Berry" <craigberry@mac.com>
24293              Date: Sat, 27 Oct 2001 16:07:47 -0500
24294              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
24295      Branch: perl
24296            ! configure.com perlio.c
24297 ____________________________________________________________________________
24298 [ 12711] By: nick                                  on 2001/10/27  19:49:25
24299         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
24300              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
24301      Branch: perlio
24302            ! perlio.c
24303 ____________________________________________________________________________
24304 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
24305         Log: Let's not replace reason if there's one already supplied.
24306      Branch: perl
24307            ! t/op/regexp.t
24308 ____________________________________________________________________________
24309 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
24310         Log: is not good.
24311      Branch: perl
24312            ! t/op/regexp.t
24313 ____________________________________________________________________________
24314 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
24315         Log: ldlibpth can exist but be unset.
24316      Branch: perl
24317            ! t/TEST
24318 ____________________________________________________________________________
24319 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
24320         Log: Unicode: property alias naming cleanup.
24321      Branch: perl
24322            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
24323 ____________________________________________________________________________
24324 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
24325         Log: FAQ sync.
24326      Branch: perl
24327            ! pod/perlfaq4.pod
24328 ____________________________________________________________________________
24329 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
24330         Log: Integrate change #12703 from maintperl;
24331              
24332              typemap stuff intervenes before declaration, move it to PREINIT
24333              section
24334              
24335              (an empty integrate, but now the files are in sync
24336              between the branches)
24337      Branch: perl
24338           !> ext/ODBM_File/ODBM_File.xs
24339 ____________________________________________________________________________
24340 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
24341         Log: More PerlIO symbols.
24342      Branch: perl
24343            ! makedef.pl
24344 ____________________________________________________________________________
24345 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
24346         Log: typemap stuff intervenes before declaration, move it to PREINIT
24347              section
24348      Branch: maint-5.6/perl
24349            ! ext/ODBM_File/ODBM_File.xs
24350 ____________________________________________________________________________
24351 [ 12702] By: nick                                  on 2001/10/27  14:09:35
24352         Log: Integrate mainline
24353      Branch: perlio
24354           +> ext/threads/shared/t/av_simple.t
24355           +> ext/threads/shared/t/hv_refs.t
24356           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
24357           !> (integrate 109 files)
24358 ____________________________________________________________________________
24359 [ 12700] By: ams                                   on 2001/10/26  21:22:23
24360         Log: Subject: [PATCH] tweak divide
24361              From: Nicholas Clark <nick@ccl4.org>
24362              Date: Fri, 26 Oct 2001 22:52:17 +0100
24363              Message-Id: <20011026225217.B20275@plum.flirble.org>
24364      Branch: perl
24365            ! pp.c
24366 ____________________________________________________________________________
24367 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
24368         Log: Integrate a buncha things from maintperl.
24369      Branch: maint-5.6/macperl
24370           !> (integrate 32 files)
24371 ____________________________________________________________________________
24372 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
24373         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
24374              From: Andy Dougherty <doughera@lafayette.edu>
24375              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
24376              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
24377      Branch: perl
24378            ! hints/svr4.sh
24379 ____________________________________________________________________________
24380 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
24381         Log: When you're root, many things become writable.
24382      Branch: perl
24383            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
24384 ____________________________________________________________________________
24385 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
24386         Log: Update Changes.
24387      Branch: perl
24388            ! Changes patchlevel.h
24389 ____________________________________________________________________________
24390 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
24391         Log: Term/Cap.t attempts to access the floppy drive for no good reason
24392              on dosish systems
24393      Branch: perl
24394            ! lib/Term/Cap.t
24395 ____________________________________________________________________________
24396 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
24397         Log: fix misleading comment on known inadequacy in B::Terse, and skip
24398              it correctly
24399      Branch: perl
24400            ! ext/B/t/terse.t
24401 ____________________________________________________________________________
24402 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
24403         Log: fix spurious AutoSplit.t failure under windows
24404      Branch: perl
24405            ! lib/AutoSplit.t
24406 ____________________________________________________________________________
24407 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
24408         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
24409      Branch: perl
24410            ! ext/Time/HiRes/HiRes.t
24411 ____________________________________________________________________________
24412 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
24413         Log: More logical to use %04"UVXf" than %"UVuf" since
24414              the Unicode standard prefers hex.
24415      Branch: perl
24416            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
24417            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
24418            ! lib/unicore/mktables utf8.c
24419 ____________________________________________________________________________
24420 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
24421         Log: change#12065 seems to have broken Encode build on windows; fix
24422      Branch: perl
24423            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
24424 ____________________________________________________________________________
24425 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
24426         Log: Unicode: add the case folding table.
24427      Branch: perl
24428            + lib/unicore/To/Fold.pl
24429            ! MANIFEST lib/unicore/mktables
24430 ____________________________________________________________________________
24431 [ 12688] By: sky                                   on 2001/10/26  13:51:29
24432         Log: Get the new functions right, do not export lock since we use builtin lock.
24433              TODO: fix xsubpp to support the new prototypes
24434      Branch: perl
24435            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24436 ____________________________________________________________________________
24437 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
24438         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
24439              as suggested by Sarathy.
24440      Branch: perl
24441            ! mg.c
24442 ____________________________________________________________________________
24443 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
24444         Log: avoid compiler warning
24445      Branch: perl
24446            ! win32/win32.c
24447 ____________________________________________________________________________
24448 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
24449         Log: WinCE update from Rainer Keuchel.
24450      Branch: perl
24451            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
24452            ! wince/wince.c
24453 ____________________________________________________________________________
24454 [ 12684] By: sky                                   on 2001/10/26  13:34:33
24455         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
24456      Branch: perl
24457            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24458 ____________________________________________________________________________
24459 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
24460         Log: More fixes that were made to the core and not in the libnet src
24461      Branch: perl
24462            ! lib/Net/Domain.pm
24463 ____________________________________________________________________________
24464 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
24465         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
24466              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
24467              Date: Fri, 26 Oct 2001 13:55:21 +0200
24468              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
24469              
24470              (plus make the db-recno.t#59 accept both \n and \r\n)
24471      Branch: perl
24472            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
24473            ! ext/DB_File/t/db-recno.t
24474 ____________________________________________________________________________
24475 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
24476         Log: Fix tests to be able to run in the core and the CPAN dist
24477      Branch: perl
24478            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
24479            ! lib/Net/t/require.t lib/Net/t/smtp.t
24480 ____________________________________________________________________________
24481 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
24482         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
24483              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24484              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
24485              Date: Fri, 26 Oct 2001 08:34:46 EDT
24486      Branch: perl
24487            ! ext/Time/HiRes/HiRes.t
24488 ____________________________________________________________________________
24489 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
24490         Log: Sync libnet modules with what will be libnet-1.08
24491      Branch: perl
24492            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
24493            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
24494            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
24495            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
24496 ____________________________________________________________________________
24497 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
24498         Log: Integrate maintperl changes #12268 and #12669;
24499              
24500              final touches to the audit for statics and thread-unsafe code
24501              * make DB_File, ODBM_File thread-safe 
24502              * remove unnecessary/dangerous statics and protect others
24503              from not getting accidentally enabled under threaded perls
24504              
24505              windows support functions get_childdir() et al aren't exported
24506              correctly under vanilla build
24507              
24508              Testing under win32 appreciated since changes there had
24509              to be manually merged and I cannot test how badly did I do.
24510      Branch: perl
24511           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
24512           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
24513           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
24514           !> win32/vmem.h win32/win32.c win32/win32iop.h
24515 ____________________________________________________________________________
24516 [ 12677] By: sky                                   on 2001/10/26  12:37:17
24517         Log: More Config::threads to threads::threads changes
24518      Branch: perl
24519            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
24520 ____________________________________________________________________________
24521 [ 12676] By: sky                                   on 2001/10/26  12:31:46
24522         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
24523      Branch: perl
24524            ! ext/threads/threads.pm ext/threads/threads.xs
24525 ____________________________________________________________________________
24526 [ 12675] By: sky                                   on 2001/10/26  12:06:30
24527         Log: Allocing a TLS in runtime is not too hot.
24528      Branch: perl
24529            ! ext/threads/threads.xs
24530 ____________________________________________________________________________
24531 [ 12674] By: sky                                   on 2001/10/26  11:59:09
24532         Log: Don't display debug data.
24533      Branch: perl
24534            ! ext/threads/threads.pm
24535 ____________________________________________________________________________
24536 [ 12673] By: sky                                   on 2001/10/26  11:35:47
24537         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
24538              complete bar support for blessed objects.
24539              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
24540      Branch: perl
24541            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
24542 ____________________________________________________________________________
24543 [ 12672] By: sky                                   on 2001/10/26  11:15:28
24544         Log: Fix case where shared reference does not exist in current thread.
24545      Branch: perl
24546            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
24547 ____________________________________________________________________________
24548 [ 12671] By: sky                                   on 2001/10/26  08:48:52
24549         Log: Support for references in shared arrays.
24550      Branch: perl
24551            ! ext/threads/shared/shared.xs
24552 ____________________________________________________________________________
24553 [ 12670] By: sky                                   on 2001/10/26  08:30:11
24554         Log: Add tests for references in hashes.
24555      Branch: perl
24556            + ext/threads/shared/t/hv_refs.t
24557            ! MANIFEST
24558 ____________________________________________________________________________
24559 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
24560         Log: windows support functions get_childdir() et al aren't exported
24561              correctly under vanilla build
24562      Branch: maint-5.6/perl
24563            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
24564 ____________________________________________________________________________
24565 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
24566         Log: final touches to the audit for statics and thread-unsafe code
24567              * make DB_File, ODBM_File thread-safe 
24568              * remove unnecessary/dangerous statics and protect others
24569              from not getting accidentally enabled under threaded perls
24570      Branch: maint-5.6/perl
24571            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
24572            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
24573            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
24574            ! win32/win32.c
24575 ____________________________________________________________________________
24576 [ 12667] By: ams                                   on 2001/10/26  03:48:36
24577         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
24578              From: "Richard Soderberg" <rs@crystalflame.net>
24579              Date: Thu, 25 Oct 2001 23:42:50 -0400
24580              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
24581      Branch: perl
24582            ! sharedsv.c
24583 ____________________________________________________________________________
24584 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
24585         Log: Integrate change #12664 from maintperl;
24586              
24587              the newest GCCs don't seem to like C<"string1"##STRING2>
24588              so keep it as C<"string1" STRING2> (latter appears to
24589              work everywhere)
24590      Branch: perl
24591           !> ext/DynaLoader/dlutils.c
24592 ____________________________________________________________________________
24593 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
24594         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
24595              From: Chris Nandor <pudge@pobox.com>
24596              Date: Thu, 25 Oct 2001 22:15:03 -0400
24597              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
24598      Branch: perl
24599            ! perl.h
24600 ____________________________________________________________________________
24601 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
24602         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
24603              C<"string1" STRING2> (latter appears to work everywhere)
24604      Branch: maint-5.6/perl
24605            ! ext/DynaLoader/dlutils.c
24606 ____________________________________________________________________________
24607 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
24608         Log: AUTHORS update.
24609      Branch: perl
24610            ! AUTHORS
24611 ____________________________________________________________________________
24612 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
24613         Log: Integrate change #12660 from maintperl;
24614              
24615              make the dMY_CXT stuff available under all of
24616              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
24617      Branch: perl
24618           !> perl.h
24619 ____________________________________________________________________________
24620 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
24621         Log: Subject: [PATCH] DB_File-1.79
24622              From: "Paul Marquess" <paul.marquess@openwave.com>
24623              Date: Fri, 26 Oct 2001 00:03:54 +0100
24624              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
24625      Branch: perl
24626            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
24627            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
24628 ____________________________________________________________________________
24629 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
24630         Log: make the dMY_CXT stuff available under all of
24631              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
24632      Branch: maint-5.6/perl
24633            ! perl.h
24634 ____________________________________________________________________________
24635 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
24636         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
24637              From: Michael G Schwern <schwern@pobox.com>
24638              Date: Thu, 25 Oct 2001 18:28:12 -0400
24639              Message-ID: <20011025182812.M4811@blackrider>
24640      Branch: perl
24641            ! t/run/kill_perl.t
24642 ____________________________________________________________________________
24643 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
24644         Log: STRLEN != int.
24645      Branch: perl
24646            ! regcomp.c regexec.c
24647 ____________________________________________________________________________
24648 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
24649         Log: Subject: [PATCH] remove small IVop redundancy
24650              From: Nicholas Clark <nick@ccl4.org>
24651              Date: Thu, 25 Oct 2001 22:48:28 +0100
24652              Message-ID: <20011025224827.M66471@plum.flirble.org>
24653      Branch: perl
24654            ! pp.c pp_hot.c
24655 ____________________________________________________________________________
24656 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
24657         Log: Metaconfig unit change for #12655.
24658      Branch: metaconfig/U/perl
24659            ! Extensions.U
24660 ____________________________________________________________________________
24661 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
24662         Log: Subject: Re: Not OK @12650
24663              From: Andy Dougherty <doughera@lafayette.edu>
24664              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
24665              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
24666      Branch: perl
24667            ! Configure
24668 ____________________________________________________________________________
24669 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
24670         Log: Integrate changes #12652 and #12653 from maintperl;
24671              
24672              more tweaks to change#12626
24673              * move the boilerplate code over to perl.h and make DynaLoader
24674              use it
24675              * make re, Opcode, File::Glob and B threadsafe
24676              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
24677              C<no re;> anywhere)
24678              
24679              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
24680              
24681              File::Glob required a bit more work in bleadperl
24682              because of ExtUtils::Constant (see the Makefile.PL change)
24683      Branch: perl
24684            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
24685           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
24686           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
24687 ____________________________________________________________________________
24688 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
24689         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
24690      Branch: maint-5.6/perl
24691            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
24692            ! ext/Opcode/Opcode.xs ext/re/re.xs
24693 ____________________________________________________________________________
24694 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
24695         Log: more tweaks to change#12626
24696              * move the boilerplate code over to perl.h and make DynaLoader
24697              use it
24698              * make re, Opcode, File::Glob and B threadsafe
24699              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
24700              C<no re;> anywhere)
24701      Branch: maint-5.6/perl
24702            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
24703            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
24704 ____________________________________________________________________________
24705 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
24706         Log: Metaconfig unit change for #12650.
24707      Branch: metaconfig/U/perl
24708            ! Extensions.U
24709 ____________________________________________________________________________
24710 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
24711         Log: Subject: Re: ithreads doesn't like usedl=n
24712              From: Andy Dougherty <doughera@lafayette.edu>
24713              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
24714              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
24715              
24716              Special-case threads::shared.
24717      Branch: perl
24718            ! Configure
24719 ____________________________________________________________________________
24720 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
24721         Log: Getting fancier...
24722      Branch: perl
24723            ! t/TEST
24724 ____________________________________________________________________________
24725 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
24726         Log: csh - what a pain.
24727      Branch: perl
24728            ! t/TEST
24729 ____________________________________________________________________________
24730 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
24731         Log: Update Changes.
24732      Branch: perl
24733            ! Changes patchlevel.h
24734 ____________________________________________________________________________
24735 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
24736         Log: Allow resetting the locale system for the duration
24737              of the build (Mac OS X default setting LANG=En_US
24738              ist kaputt)
24739      Branch: perl
24740            ! Makefile.SH
24741 ____________________________________________________________________________
24742 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
24743         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
24744      Branch: perl
24745            ! ext/Digest/MD5/t/files.t
24746 ____________________________________________________________________________
24747 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
24748         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
24749              From: Andy Dougherty <doughera@lafayette.edu>
24750              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
24751              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
24752      Branch: perl
24753            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
24754            ! ext/threads/shared/Makefile.PL
24755 ____________________________________________________________________________
24756 [ 12643] By: sky                                   on 2001/10/25  12:28:26
24757         Log: Add support for reference members of hashes.
24758      Branch: perl
24759            ! ext/threads/shared/shared.xs
24760 ____________________________________________________________________________
24761 [ 12642] By: ams                                   on 2001/10/25  12:21:13
24762         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
24763              From: "Norton Allen" <nort@qnx.com>
24764              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
24765              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
24766      Branch: perl
24767            ! ext/Digest/MD5/MD5.xs
24768 ____________________________________________________________________________
24769 [ 12641] By: sky                                   on 2001/10/25  10:27:39
24770         Log: Tests shared hashes.
24771      Branch: perl
24772            + ext/threads/shared/t/hv_simple.t
24773            ! MANIFEST
24774 ____________________________________________________________________________
24775 [ 12640] By: sky                                   on 2001/10/25  10:18:23
24776         Log: Fix threadcounts for arrays and hashes.
24777      Branch: perl
24778            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24779 ____________________________________________________________________________
24780 [ 12639] By: sky                                   on 2001/10/25  10:17:26
24781         Log: Note to self, doing *src_ary++ in a macro that evaluates
24782              the value more than once is a good way to dump core.
24783      Branch: perl
24784            ! sharedsv.c
24785 ____________________________________________________________________________
24786 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
24787         Log: Integrate change #12636 from maintperl; more dl fixups.
24788      Branch: perl
24789           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
24790           !> ext/DynaLoader/dl_vms.xs
24791 ____________________________________________________________________________
24792 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
24793         Log: Like dl_hpux, like dl_dld.
24794      Branch: perl
24795            ! ext/DynaLoader/dl_dld.xs
24796 ____________________________________________________________________________
24797 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
24798         Log: followups to change#12635
24799      Branch: maint-5.6/perl
24800            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
24801            ! ext/DynaLoader/dl_vms.xs
24802 ____________________________________________________________________________
24803 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
24804         Log: add part of change#12634 to the two files that need it; dl_aix.xs
24805              in maint-5.6 doesn't have the branch that had the problem in
24806              mainline
24807      Branch: maint-5.6/perl
24808            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
24809 ____________________________________________________________________________
24810 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
24811         Log: Fixes for #12627.
24812      Branch: perl
24813            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
24814 ____________________________________________________________________________
24815 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
24816         Log: Since pv_uni_display and sv_uni_display are now used
24817              in the re extension, their symbols have to be exported.
24818      Branch: perl
24819            ! embed.pl global.sym
24820 ____________________________________________________________________________
24821 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
24822         Log: Subject:  Re: [PATCH Perl@12567] debug /list
24823              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24824              Date: Tue, 23 Oct 2001 21:40:33 EDT
24825              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
24826      Branch: perl
24827            ! configure.com
24828 ____________________________________________________________________________
24829 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
24830         Log: This takes care of some of the re 'debug' cases but
24831              not all cases since the information whether the pattern
24832              or the target are utf8 seems to be either lost or not
24833              spread widely enough, sigh.
24834      Branch: perl
24835            ! regcomp.c
24836 ____________________________________________________________________________
24837 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
24838         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
24839              From: John Peacock <jpeacock@rowman.com>
24840              Date: Wed, 24 Oct 2001 16:53:29 -0400
24841              Message-ID: <3BD72A49.1508D152@rowman.com>
24842      Branch: perl
24843            ! configure.com
24844 ____________________________________________________________________________
24845 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
24846         Log: Upgrade NetWare and WinCE as in #12626.
24847      Branch: perl
24848            ! NetWare/dl_netware.xs wince/dl_win32.xs
24849 ____________________________________________________________________________
24850 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
24851         Log: Tru64 compiler nit.
24852      Branch: perl
24853            ! ext/threads/shared/shared.xs
24854 ____________________________________________________________________________
24855 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
24856         Log: Integrate change #12626 from maintperl;
24857              make DynaLoader threadsafe by moving all statics into
24858              interpreter-local space
24859              
24860              TODO: Netware, OS/2, WinCE
24861      Branch: perl
24862           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
24863           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
24864           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
24865           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
24866           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
24867           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
24868           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
24869 ____________________________________________________________________________
24870 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
24871         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
24872              space
24873      Branch: maint-5.6/perl
24874            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
24875            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
24876            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
24877            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
24878            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
24879            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
24880            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
24881 ____________________________________________________________________________
24882 [ 12625] By: sky                                   on 2001/10/24  20:05:26
24883         Log: Change #12623 inflicted an infinite hang. Fixed.
24884      Branch: perl
24885            ! ext/threads/shared/shared.xs
24886 ____________________________________________________________________________
24887 [ 12624] By: sky                                   on 2001/10/24  19:06:55
24888         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
24889      Branch: perl
24890            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
24891 ____________________________________________________________________________
24892 [ 12623] By: sky                                   on 2001/10/24  18:06:34
24893         Log: We need to do sharedsv_find in the original perl context.
24894      Branch: perl
24895            ! ext/threads/shared/shared.xs
24896 ____________________________________________________________________________
24897 [ 12622] By: sky                                   on 2001/10/24  17:26:51
24898         Log: Add support for basic support for AVs, references not supported yet.
24899              Add test for AVs.
24900              Add more tests to sv_refs
24901              Fix documentation issues.  
24902      Branch: perl
24903            + ext/threads/shared/t/av_simple.t
24904            ! MANIFEST ext/threads/shared/shared.pm
24905            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
24906 ____________________________________________________________________________
24907 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
24908         Log: Dump Unicode better for re 'debug'.  The regprop()
24909              is unfinished since have to figure out how to detect
24910              Unicodeness in there.
24911      Branch: perl
24912            ! regcomp.c regexec.c
24913 ____________________________________________________________________________
24914 [ 12620] By: sky                                   on 2001/10/24  13:18:07
24915         Log: Add support for finding shared arrays and hashes.
24916      Branch: perl
24917            ! sharedsv.c
24918 ____________________________________________________________________________
24919 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
24920         Log: Rewrite sv_uni_display() as pv_uni_display() as
24921              reimplement sv_uni_display() using that.
24922      Branch: perl
24923            ! dump.c embed.h embed.pl proto.h
24924 ____________________________________________________________________________
24925 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
24926         Log: Integrate change #12615 from maintperl;
24927              on Windows, IO::File::new_tmpfile() fails after being called
24928              32767 times because MSVCRT thinks stdio's TMP_MAX is a
24929              process-wide limit
24930      Branch: perl
24931           !> win32/win32.c
24932 ____________________________________________________________________________
24933 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
24934         Log: Don't try to print ints as IVs.
24935      Branch: perl
24936            ! ext/Time/HiRes/HiRes.xs
24937 ____________________________________________________________________________
24938 [ 12616] By: sky                                   on 2001/10/24  11:06:35
24939         Log: We only need to fetch the SV from the backend if the index
24940              is not the same as mg_private.     In theory this could be
24941              a problem if there are an exact multiple of U16 changes
24942              of a shared variable between two access in a given thread,
24943              we choose to avoid theory for now.
24944      Branch: perl
24945            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
24946 ____________________________________________________________________________
24947 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
24948         Log: on Windows, IO::File::new_tmpfile() fails after being called
24949              32767 times because MSVCRT thinks stdio's TMP_MAX is a
24950              process-wide limit
24951      Branch: maint-5.6/perl
24952            ! win32/win32.c
24953 ____________________________________________________________________________
24954 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
24955         Log: Negation and Unicode: sort of solves 20010303.010,
24956              except not quite like reported in the Subject
24957              (Perl_warner is still utf8-ignorant).
24958      Branch: perl
24959            ! pp.c t/lib/warnings/sv
24960 ____________________________________________________________________________
24961 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
24962         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
24963      Branch: perl
24964            ! sv.c t/lib/warnings/sv
24965 ____________________________________________________________________________
24966 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
24967         Log: sv_uni_display(): do not add the "...", let the caller
24968              do it if wanted, and be prepared for more display options.
24969      Branch: perl
24970            ! dump.c embed.h embed.pl proto.h
24971 ____________________________________________________________________________
24972 [ 12611] By: nick                                  on 2001/10/23  20:28:07
24973         Log: Integrate mainline
24974      Branch: perlio
24975           !> Changes configure.com cygwin/cygwin.c
24976           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
24977           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
24978           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
24979           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
24980           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
24981           !> utils/h2xs.PL utils/perldoc.PL
24982 ____________________________________________________________________________
24983 [ 12610] By: sky                                   on 2001/10/23  19:39:24
24984         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
24985              don't call themselves READONLY but still die with modification
24986              attempt. We only call bless for ext and umagic.
24987      Branch: perl
24988            ! sv.c
24989 ____________________________________________________________________________
24990 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
24991         Log: Croak() on negative time; doc tweaks.
24992      Branch: perl
24993            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
24994            ! ext/Time/HiRes/HiRes.xs
24995 ____________________________________________________________________________
24996 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
24997         Log: FAQ sync.
24998      Branch: perl
24999            ! pod/perlfaq4.pod pod/perlfaq7.pod
25000 ____________________________________________________________________________
25001 [ 12607] By: sky                                   on 2001/10/23  18:27:27
25002         Log: Call setmagic on the referent we are blessing.
25003      Branch: perl
25004            ! sv.c
25005 ____________________________________________________________________________
25006 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
25007         Log: Small test nits.
25008      Branch: perl
25009            ! t/op/lc.t
25010 ____________________________________________________________________________
25011 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
25012         Log: Update Changes.
25013      Branch: perl
25014            ! Changes patchlevel.h
25015 ____________________________________________________________________________
25016 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
25017         Log: Make the PerlIO_init() prototypes consistent.
25018      Branch: perl
25019            ! perlio.c
25020 ____________________________________________________________________________
25021 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
25022         Log: Upping the test count is a good idea.
25023      Branch: perl
25024            ! t/op/lc.t
25025 ____________________________________________________________________________
25026 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
25027         Log: Document the final sigma spot.
25028      Branch: perl
25029            ! pp.c
25030 ____________________________________________________________________________
25031 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
25032         Log: Fix multicharacter titlecase (ucfirst).
25033      Branch: perl
25034            ! pod/perlunicode.pod pp.c t/op/lc.t
25035 ____________________________________________________________________________
25036 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
25037         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
25038              From: Mikhail Zabaluev <mhz@alt-linux.org>
25039              Date: Tue, 23 Oct 2001 10:40:37 +0400
25040              Message-ID: <20011023104037.A12761@localhost.localdomain>
25041              
25042              (#12406 replaced with this)
25043      Branch: perl
25044            ! utils/perldoc.PL
25045 ____________________________________________________________________________
25046 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
25047         Log: MacOS Classic updates from Pudge.
25048      Branch: perl
25049            ! lib/File/Spec.t lib/File/Spec/Mac.pm
25050 ____________________________________________________________________________
25051 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
25052         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
25053              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25054              Date: Sun, 14 Oct 2001 23:14:46 +0200
25055              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
25056              
25057              except for the 2->4 changes.
25058      Branch: perl
25059            ! lib/AutoSplit.t
25060 ____________________________________________________________________________
25061 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
25062         Log: integrate macperl contents into maint-5.6
25063      Branch: maint-5.6/perl
25064            ! mg.c
25065           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
25066           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
25067           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
25068           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
25069           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
25070           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
25071           !> t/lib/filefind.t t/lib/filespec.t
25072 ____________________________________________________________________________
25073 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
25074         Log: At some point the #6234 has been lost from the mainline
25075              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
25076      Branch: perl
25077            ! lib/File/Spec/Win32.pm
25078 ____________________________________________________________________________
25079 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
25080         Log: Cygwin seems to round up (or closest, but not down)
25081              for time(), so half of the time (bad pun intended)
25082              Time::HiRes::time() is less than time(), half of
25083              the time it's more.  So let's try harder in the loop.
25084      Branch: perl
25085            ! ext/Time/HiRes/HiRes.t
25086 ____________________________________________________________________________
25087 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
25088         Log: MacOS Classic timeofday(), from Chris Nandor. 
25089      Branch: perl
25090            ! ext/Time/HiRes/HiRes.xs
25091 ____________________________________________________________________________
25092 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
25093         Log: Integrate changes #12580 and #12581 from macperl;
25094              
25095              Fix path construction.
25096              
25097              (Copyright) Nit.
25098      Branch: perl
25099           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
25100 ____________________________________________________________________________
25101 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
25102         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
25103              doesn't seem to help (the error being output to console, maybe?)
25104      Branch: perl
25105            ! lib/Net/Domain.pm
25106 ____________________________________________________________________________
25107 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
25108         Log: Taint the getcwd() result also in Cygwin.
25109              (TODO: which other platforms need the same thing?)
25110      Branch: perl
25111            ! cygwin/cygwin.c
25112 ____________________________________________________________________________
25113 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
25114         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
25115      Branch: perl
25116            ! t/op/taint.t
25117 ____________________________________________________________________________
25118 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
25119         Log: getpwuid() fragility continues.
25120      Branch: perl
25121            ! utils/h2xs.PL
25122 ____________________________________________________________________________
25123 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
25124         Log: getpwuid() might succeed but that's no guarantee
25125              that the $home will be defined.
25126      Branch: perl
25127            ! ext/File/Glob/t/basic.t
25128 ____________________________________________________________________________
25129 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
25130         Log: It's safer to to expand the variable, too... (see #12571)
25131      Branch: perl
25132            ! t/TEST
25133 ____________________________________________________________________________
25134 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
25135         Log: Integrate with maintperl.
25136      Branch: maint-5.6/macperl
25137           !> win32/bin/pl2bat.pl win32/win32.c
25138 ____________________________________________________________________________
25139 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
25140         Log: Oops, forgot to include Win32 ... just as well, since it
25141              seems in bleadperl, change #7764 was not included
25142              (adding C:\temp).  Re-added.  Rip it back out if it
25143              doesn't belong.  :-)
25144      Branch: maint-5.6/macperl
25145            ! lib/File/Spec/Win32.pm
25146 ____________________________________________________________________________
25147 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
25148         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
25149              From: "Craig A. Berry" <craigberry@mac.com>
25150              Date: Mon, 22 Oct 2001 15:25:19 -0500
25151              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
25152      Branch: perl
25153            ! configure.com
25154 ____________________________________________________________________________
25155 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
25156         Log: Add in lots of File::Spec changes, from Thomas Wegner,
25157              and sync with changes from bleadperl.
25158      Branch: maint-5.6/macperl
25159            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
25160            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
25161            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
25162            ! lib/File/Spec/Win32.pm t/lib/filespec.t
25163 ____________________________________________________________________________
25164 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
25165         Log: Sync with latest File::Find and tests from bleadperl.
25166      Branch: maint-5.6/macperl
25167            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
25168 ____________________________________________________________________________
25169 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
25170         Log: Nit.
25171      Branch: maint-5.6/macperl
25172            ! perl.c
25173 ____________________________________________________________________________
25174 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
25175         Log: Fix path construction.
25176      Branch: maint-5.6/macperl
25177            ! ext/DynaLoader/DynaLoader_pm.PL
25178 ____________________________________________________________________________
25179 [ 12579] By: nick                                  on 2001/10/22  19:08:35
25180         Log: Integrate mainline (for Arthurs thread.xs fix)
25181      Branch: perlio
25182           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
25183 ____________________________________________________________________________
25184 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
25185         Log: Fix up exported symbols, move relevant docs
25186              over from macperl.pod.
25187      Branch: maint-5.6/macperl
25188            ! macos/ext/MacPerl/MacPerl.pm
25189 ____________________________________________________________________________
25190 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
25191         Log: Make ADDRESS called optionally as a method.
25192      Branch: maint-5.6/macperl
25193            ! macos/lib/Mac/Glue.pm
25194 ____________________________________________________________________________
25195 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
25196         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
25197              Apple event.
25198      Branch: maint-5.6/macperl
25199            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
25200            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
25201            ! macos/macperl/MPTerminology.aete
25202 ____________________________________________________________________________
25203 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
25204         Log: Clean up some build utilities. Change Entab to Duplicate;
25205              fix docs and error reporting; improve macify() of paths;
25206              remove requirement for Exporter.pm presence.
25207      Branch: maint-5.6/macperl
25208            ! macos/InstallBLIB macos/MacPerlTests.cmd
25209            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
25210 ____________________________________________________________________________
25211 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
25212         Log: Sync Time::HiRes with bleadperl
25213      Branch: maint-5.6/macperl
25214            ! macos/bundled_ext/Time/HiRes/HiRes.pm
25215            ! macos/bundled_ext/Time/HiRes/HiRes.t
25216            ! macos/bundled_ext/Time/HiRes/HiRes.xs
25217 ____________________________________________________________________________
25218 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
25219         Log: Fix up Changes
25220      Branch: maint-5.6/macperl
25221            ! macos/Changes
25222 ____________________________________________________________________________
25223 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
25224         Log: A user might belong to only a single group
25225              (the group equal to the group id).
25226      Branch: perl
25227            ! t/op/groups.t
25228 ____________________________________________________________________________
25229 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
25230         Log: Prepending (instead of replacing with) the pwd is safer. 
25231      Branch: perl
25232            ! t/TEST
25233 ____________________________________________________________________________
25234 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
25235         Log: Be more robust if no hostname or domainname
25236              (especially the latter)
25237      Branch: perl
25238            ! lib/Net/Domain.pm
25239 ____________________________________________________________________________
25240 [ 12569] By: sky                                   on 2001/10/22  17:41:07
25241         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
25242      Branch: perl
25243            ! ext/threads/threads.xs
25244 ____________________________________________________________________________
25245 [ 12568] By: nick                                  on 2001/10/22  16:31:24
25246         Log: Integrate mainline
25247      Branch: perlio
25248           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
25249           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
25250           +> ext/threads/shared/t/sv_refs.t
25251           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
25252            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
25253            - lib/unicore/To/SpecUpper.pl
25254           !> (integrate 42 files)
25255 ____________________________________________________________________________
25256 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
25257         Log: Update Changes.
25258      Branch: perl
25259            ! Changes patchlevel.h
25260 ____________________________________________________________________________
25261 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
25262         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
25263              From: Michael G Schwern <schwern@pobox.com>
25264              Date: Mon, 22 Oct 2001 03:48:38 -0400
25265              Message-ID: <20011022034838.B1676@blackrider>
25266      Branch: perl
25267            ! pod/perlvar.pod
25268 ____________________________________________________________________________
25269 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
25270         Log: Pod nits, as suggested by Stas Bekman.
25271      Branch: perl
25272            ! ext/threads/shared/shared.pm ext/threads/threads.pm
25273 ____________________________________________________________________________
25274 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
25275         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
25276              From: "Paul Marquess" <paul.marquess@openwave.com> 
25277              Date: Sun, 21 Oct 2001 21:11:15 +0100
25278              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
25279      Branch: perl
25280            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
25281            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
25282            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
25283            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
25284            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
25285            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
25286            ! ext/SDBM_File/sdbm.t
25287 ____________________________________________________________________________
25288 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
25289         Log: Integrate change #12559 from maintperl;
25290              various fixes for system() and backticks under windows
25291      Branch: perl
25292           !> win32/win32.c
25293 ____________________________________________________________________________
25294 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
25295         Log: Integrate change #12560 from maintperl;
25296              make pl2bat use %0 rather than "%0" (the latter fails to work
25297              in a lot of common cases)
25298      Branch: perl
25299           !> win32/bin/pl2bat.pl
25300 ____________________________________________________________________________
25301 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
25302         Log: Integrate changes #12549 and #12550 from maintperl;
25303              
25304              readline() doesn't work with our variables; it confuses them with
25305              my variables (change#4227 was incomplete)
25306      Branch: perl
25307            ! t/lib/strict/vars
25308           !> t/base/rs.t toke.c
25309 ____________________________________________________________________________
25310 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
25311         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
25312              in a lot of common cases)
25313      Branch: maint-5.6/perl
25314            ! win32/bin/pl2bat.pl
25315 ____________________________________________________________________________
25316 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
25317         Log: various fixes for system() and backticks under windows:
25318              
25319              * avoid munging whitespace that is passed within quotes
25320              * work around a cmd.exe misfeature that made multi-arg
25321              system() unreliable when there is more than one quoted
25322              argument
25323              * make multi-arg system() autoquote arguments as needed
25324              before passing them to the shell (this avoids having to
25325              second guess the shell quoting)
25326              * perl's -Dp switch can be used to trace the innards
25327      Branch: maint-5.6/perl
25328            ! win32/win32.c
25329 ____________________________________________________________________________
25330 [ 12558] By: nick                                  on 2001/10/22  08:58:42
25331         Log: Integrate ithreads buffer flush fix from perlio
25332      Branch: perl
25333           !> ext/threads/t/basic.t perl.c
25334 ____________________________________________________________________________
25335 [ 12557] By: nick                                  on 2001/10/22  08:35:09
25336         Log: All tests pass (legitimately) on ithreads
25337      Branch: perlio
25338            ! ext/threads/t/basic.t perl.c
25339 ____________________________________________________________________________
25340 [ 12556] By: nick                                  on 2001/10/22  06:51:22
25341         Log: Integrate non-ithreads fix to mainline
25342      Branch: perl
25343           !> perlio.c
25344 ____________________________________________________________________________
25345 [ 12555] By: nick                                  on 2001/10/22  06:48:33
25346         Log: Restore non-ithreads build. Interestingly binmode test passes
25347              non-ithreads - so crlf layer is not damaged and ithreads fail
25348              is a symptom ...
25349      Branch: perlio
25350            ! perlio.c
25351 ____________________________________________________________________________
25352 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
25353         Log: Integrate from perlio; restructuring.
25354      Branch: perl
25355           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
25356           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
25357           !> win32/perlhost.h
25358 ____________________________________________________________________________
25359 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
25360         Log: Integrate from maintperl
25361              (Changes 12350, 12496, 12548, 12549, 12550)
25362      Branch: maint-5.6/macperl
25363           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
25364           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
25365 ____________________________________________________________________________
25366 [ 12552] By: nick                                  on 2001/10/21  19:18:12
25367         Log: Win32 PerlIO_cleanup special cases should no longer be required.
25368      Branch: perlio
25369            ! perl.c
25370 ____________________________________________________________________________
25371 [ 12551] By: nick                                  on 2001/10/21  19:16:56
25372         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
25373      Branch: perlio
25374            ! win32/makefile.mk
25375 ____________________________________________________________________________
25376 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
25377         Log: change#12549 wasn't aware of strictures
25378      Branch: maint-5.6/perl
25379            ! t/pragma/strict-vars toke.c
25380 ____________________________________________________________________________
25381 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
25382         Log: readline() doesn't work with our variables; it confuses them with
25383              my variables (change#4227 was incomplete)
25384      Branch: maint-5.6/perl
25385            ! t/base/rs.t toke.c
25386 ____________________________________________________________________________
25387 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
25388         Log: change#12220 appears to have pulled in a mainline change that
25389              isn't applicable to maint-5.6 (some platforms don't taint
25390              cwd)
25391      Branch: maint-5.6/perl
25392            ! t/lib/filefind-taint.t
25393 ____________________________________________________________________________
25394 [ 12547] By: nick                                  on 2001/10/21  17:15:54
25395         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
25396              for them. Call explicit cleanup during destruct process.
25397              - one binmode test is failing
25398              - also ext/threads/t/basic.t fails under make test, and is noisy under
25399              harness. (Threads results are intermingled and don't match order expected.)
25400      Branch: perlio
25401            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
25402            ! perlio.h perliol.h pod/perlapi.pod sv.c
25403 ____________________________________________________________________________
25404 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
25405         Log: Implement multicharacter case mappings where a single
25406              Unicode character can be mapped into several.
25407      Branch: perl
25408            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
25409            - lib/unicore/To/SpecUpper.pl
25410            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
25411            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
25412            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
25413            ! proto.h t/op/lc.t utf8.c
25414 ____________________________________________________________________________
25415 [ 12545] By: sky                                   on 2001/10/21  15:25:16
25416         Log: First support of threads::shared, support shared svs and references.
25417      Branch: perl
25418            + ext/threads/shared/Makefile.PL ext/threads/shared/README
25419            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
25420            + ext/threads/shared/t/sv_refs.t
25421            + ext/threads/shared/t/sv_simple.t
25422            ! MANIFEST sharedsv.c
25423 ____________________________________________________________________________
25424 [ 12544] By: nick                                  on 2001/10/21  14:52:35
25425         Log: PerlIO layer table as PL_perlio (per-interpreter)
25426      Branch: perlio
25427            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
25428            ! pod/perlapi.pod sv.c
25429 ____________________________________________________________________________
25430 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
25431         Log: Prettyprinting.
25432      Branch: perl
25433            ! pod/perlunicode.pod
25434 ____________________________________________________________________________
25435 [ 12542] By: ams                                   on 2001/10/21  03:50:25
25436         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
25437              From: "Sean M. Burke" <sburke@cpan.org>
25438              Date: Sat, 20 Oct 2001 17:51:09 -0600
25439              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
25440      Branch: perl
25441            + pod/perlpodspec.pod
25442            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
25443            ! pod/perltoc.pod
25444 ____________________________________________________________________________
25445 [ 12541] By: nick                                  on 2001/10/20  22:23:53
25446         Log: Fix typos in new locking on MemShared
25447              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
25448              - seems to make segfaults more deterministic - suspect they are 
25449              attempt to free() after Interp and Host have gone.
25450      Branch: perlio
25451            ! perlio.c win32/perlhost.h
25452 ____________________________________________________________________________
25453 [ 12540] By: nick                                  on 2001/10/20  21:50:46
25454         Log: Remove the MemShared re-#define (again)
25455      Branch: perlio
25456            ! perlio.c
25457 ____________________________________________________________________________
25458 [ 12539] By: nick                                  on 2001/10/20  21:49:06
25459         Log: Use locks on MemShared
25460      Branch: perlio
25461            ! win32/perlhost.h
25462 ____________________________________________________________________________
25463 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
25464         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
25465              From: "chromatic" <chromatic@rmci.net>
25466              Date: Sat, 20 Oct 2001 11:13:47 -0600
25467              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
25468      Branch: perl
25469            ! installhtml
25470 ____________________________________________________________________________
25471 [ 12537] By: nick                                  on 2001/10/20  16:44:03
25472         Log: Integrate mainline
25473      Branch: perlio
25474           !> (integrate 48 files)
25475 ____________________________________________________________________________
25476 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
25477         Log: Update Changes.
25478      Branch: perl
25479            ! Changes patchlevel.h
25480 ____________________________________________________________________________
25481 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
25482         Log: Upgrade to podlators 1.11, from Russ Allbery.
25483      Branch: perl
25484            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
25485            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
25486            ! pod/pod2man.PL pod/pod2text.PL
25487 ____________________________________________________________________________
25488 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
25489         Log: Integrate perlio change #12532:
25490              introduce and use PerlIO_intmod2str().
25491      Branch: perl
25492           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
25493 ____________________________________________________________________________
25494 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
25495         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
25496      Branch: perl
25497            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
25498 ____________________________________________________________________________
25499 [ 12532] By: nick                                  on 2001/10/20  14:25:37
25500         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
25501              Use for non-PERLIO fdupopen().
25502      Branch: perlio
25503            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
25504 ____________________________________________________________________________
25505 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
25506         Log: Integrate perlio: PerlIO win32 fixes.
25507      Branch: perl
25508           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
25509           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
25510           !> proto.h sv.h win32/win32io.c
25511 ____________________________________________________________________________
25512 [ 12530] By: nick                                  on 2001/10/20  12:53:30
25513         Log: Fixed in two places - p4 resolve
25514      Branch: perlio
25515            ! perlsdio.h
25516 ____________________________________________________________________________
25517 [ 12529] By: nick                                  on 2001/10/20  12:51:05
25518         Log: Fix for ithreads/stdio build
25519      Branch: perlio
25520            ! perlio.c perlsdio.h
25521 ____________________________________________________________________________
25522 [ 12528] By: ams                                   on 2001/10/20  12:13:25
25523         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
25524              From: Michael G Schwern <schwern@pobox.com>
25525              Date: Sat, 20 Oct 2001 01:41:21 -0400
25526              Message-Id: <20011020014121.I3681@blackrider>
25527      Branch: perl
25528            ! installman
25529 ____________________________________________________________________________
25530 [ 12527] By: ams                                   on 2001/10/20  12:09:41
25531         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
25532              From: Michael G Schwern <schwern@pobox.com>
25533              Date: Sat, 20 Oct 2001 02:04:21 -0400
25534              Message-Id: <20011020020421.A11732@blackrider>
25535      Branch: perl
25536            ! lib/Pod/Checker.pm
25537 ____________________________________________________________________________
25538 [ 12526] By: ams                                   on 2001/10/20  11:59:41
25539         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
25540              From: "chromatic" <chromatic@rmci.net>
25541              Date: Fri, 19 Oct 2001 22:46:39 -0600
25542              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
25543      Branch: perl
25544            ! lib/Net/Config.pm
25545 ____________________________________________________________________________
25546 [ 12525] By: nick                                  on 2001/10/20  11:16:18
25547         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
25548              Perl_sv_setsv_flags directly.
25549      Branch: perlio
25550            ! ext/threads/threads.xs
25551 ____________________________________________________________________________
25552 [ 12524] By: nick                                  on 2001/10/20  10:28:17
25553         Log: Add a new flag character 'm' to embed.pl set to represent
25554              "functions" which are really macros. Use it foe the troublesome
25555              sv_setsv() etc. macros in sv.h - changing latter to define
25556              sv_setsv rather than sv_setsv_macro etc.
25557      Branch: perlio
25558            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
25559            ! pod/perlapi.pod proto.h sv.h
25560 ____________________________________________________________________________
25561 [ 12523] By: nick                                  on 2001/10/20  09:17:17
25562         Log: Add comments explaining why win32.h/embed.h are included where they are
25563              in perl.h 
25564      Branch: perlio
25565            ! perl.h
25566 ____________________________________________________________________________
25567 [ 12522] By: nick                                  on 2001/10/20  08:27:44
25568         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
25569              being used yet.
25570      Branch: perlio
25571            ! win32/win32io.c
25572 ____________________________________________________________________________
25573 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
25574         Log: Wording tweaks.
25575      Branch: perl
25576            ! t/TEST
25577 ____________________________________________________________________________
25578 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
25579         Log: Subject: IO module with nonblocking socket connect patch 
25580              From: Raul Dias <raul@dias.com.br>
25581              Date: Fri, 19 Oct 2001 22:45:32 -0300
25582              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
25583      Branch: perl
25584            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
25585 ____________________________________________________________________________
25586 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
25587         Log: Test vertical whitespace combined with /x in \p{}.
25588      Branch: perl
25589            ! t/op/pat.t
25590 ____________________________________________________________________________
25591 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
25592         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
25593              From: Gisle Aas <gisle@ActiveState.com> 
25594              Date: 19 Oct 2001 16:46:02 -0700
25595              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
25596      Branch: perl
25597            ! lib/ExtUtils/MakeMaker.pm
25598 ____________________________________________________________________________
25599 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
25600         Log: No more this symbol.
25601      Branch: perl
25602            ! makedef.pl
25603 ____________________________________________________________________________
25604 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
25605         Log: Integrate change #12511; fix gross win32 build issues.
25606      Branch: perl
25607           !> makedef.pl sv.c
25608 ____________________________________________________________________________
25609 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
25610         Log: Unpack in scalar context should return the first value
25611              returned in list context, as pointed out by Ton Hospel
25612              in 2001-05-21 (this is how it works already in blead,
25613              just adding the test).
25614      Branch: perl
25615            ! t/op/pack.t
25616 ____________________________________________________________________________
25617 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
25618         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
25619              From: "Craig A. Berry" <craigberry@mac.com>
25620              Date: Fri, 19 Oct 2001 16:59:30 -0500
25621              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
25622      Branch: perl
25623            ! utils/perldoc.PL
25624 ____________________________________________________________________________
25625 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
25626         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
25627              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25628              Date: Fri, 19 Oct 2001 17:45:23 EDT
25629              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
25630      Branch: perl
25631            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
25632            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
25633            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
25634            ! vms/vmsish.h
25635 ____________________________________________________________________________
25636 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
25637         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
25638              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25639              Date: Fri, 19 Oct 2001 17:26:35 EDT
25640              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
25641      Branch: perl
25642            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
25643 ____________________________________________________________________________
25644 [ 12511] By: nick                                  on 2001/10/19  19:55:36
25645         Log: Fix gross win32 build issues
25646      Branch: perlio
25647            ! makedef.pl sv.c
25648 ____________________________________________________________________________
25649 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
25650         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
25651              From: David Dyck <dcd@tc.fluke.com>
25652              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
25653              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
25654      Branch: perl
25655            ! lib/File/Find.pm
25656 ____________________________________________________________________________
25657 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
25658         Log: Subject: Re: PerlIO and Encode
25659              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
25660              Date: Tue, 16 Oct 2001 01:50:16 +0900
25661              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
25662      Branch: perl
25663            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
25664            ! ext/Encode/Encode/Tcl.t
25665 ____________________________________________________________________________
25666 [ 12508] By: ams                                   on 2001/10/19  17:59:16
25667         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
25668              (See #12499)
25669      Branch: perl
25670            ! pod/perlintro.pod
25671 ____________________________________________________________________________
25672 [ 12507] By: nick                                  on 2001/10/19  16:30:43
25673         Log: Integrate mainline
25674      Branch: perlio
25675           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
25676           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
25677           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
25678           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
25679           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
25680           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
25681           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
25682           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
25683           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
25684           +> win32/config_H.win64
25685            - lib/Test/Utils.pm lib/unicore/mktables.PL
25686            - t/lib/Test/Simple/Catch/More.pm
25687           !> (integrate 84 files)
25688 ____________________________________________________________________________
25689 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
25690         Log: Retract the #10451 which seems to be the cause
25691              of the major leakage from while(){eval"sub{}"}
25692      Branch: perl
25693            ! op.c t/run/kill_perl.t
25694 ____________________________________________________________________________
25695 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
25696         Log: Regen toc.
25697      Branch: perl
25698            ! pod/perltoc.pod
25699 ____________________________________________________________________________
25700 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
25701         Log: Tiny tweaks.
25702      Branch: perl
25703            ! pod/perl.pod
25704 ____________________________________________________________________________
25705 [ 12503] By: ams                                   on 2001/10/19  13:34:24
25706         Log: Subject: Re: perlintro.pod
25707              From: Abe Timmerman <abe@ztreet.demon.nl>
25708              Date: Fri, 19 Oct 2001 14:12:40 +0200
25709              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
25710      Branch: perl
25711            ! pod/perlintro.pod
25712 ____________________________________________________________________________
25713 [ 12502] By: ams                                   on 2001/10/19  13:24:12
25714         Log: Slight reorganisation of references.
25715      Branch: perl
25716            ! pod/perl.pod
25717 ____________________________________________________________________________
25718 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
25719         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
25720              From: Kay Röpke <kroepke@dolphin-services.de>
25721              Date: Fri, 19 Oct 2001 14:04:01 +0200 
25722              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
25723      Branch: perl
25724            ! lib/ExtUtils/MakeMaker.pm
25725 ____________________________________________________________________________
25726 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
25727         Log: Unicode categories continue:
25728              implement Category=, Script=, Block=
25729              (these are based on an upcoming update of TR#18)
25730              Fix a bug where we got two In categories named "old italic",
25731              and another where shortcut for the Is categories wasn't taken.
25732      Branch: perl
25733            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
25734            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
25735            ! pod/perlunicode.pod t/op/pat.t
25736 ____________________________________________________________________________
25737 [ 12499] By: ams                                   on 2001/10/19  01:42:29
25738         Log: Subject: a small patch to perlintro.pod.
25739              From: Autrijus Tang <autrijus@autrijus.org>
25740              Date: Fri, 19 Oct 2001 01:45:51 +0800
25741              Message-Id: <20011019014551.A35625@not.autrijus.org>
25742              (Applied by hand with nits.)
25743      Branch: perl
25744            ! pod/perlintro.pod
25745 ____________________________________________________________________________
25746 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
25747         Log: Subject: [PATCH] OpenBSD hints for ithreads
25748              From: Andy Dougherty <doughera@lafayette.edu>
25749              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
25750              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
25751      Branch: perl
25752            ! hints/openbsd.sh
25753 ____________________________________________________________________________
25754 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
25755         Log: Retract #12446; the problem solved by #12474.
25756      Branch: perl
25757            ! hints/aix.sh
25758 ____________________________________________________________________________
25759 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
25760         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
25761              message and suppress line number info (from Steve Hay
25762              <Steve.Hay@uk.radan.com>)
25763      Branch: maint-5.6/perl
25764            ! lib/Carp/Heavy.pm
25765 ____________________________________________________________________________
25766 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
25767         Log: More documented In categories.
25768      Branch: perl
25769            ! pod/perlunicode.pod
25770 ____________________________________________________________________________
25771 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
25772         Log: Update Changes.
25773      Branch: perl
25774            ! Changes patchlevel.h
25775 ____________________________________________________________________________
25776 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
25777         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
25778      Branch: perl
25779            ! MANIFEST
25780 ____________________________________________________________________________
25781 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
25782         Log: Wrong skip() arguments.
25783      Branch: perl
25784            ! ext/B/t/terse.t
25785 ____________________________________________________________________________
25786 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
25787         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
25788              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25789              Date: Wed, 17 Oct 2001 09:10:53 EDT 
25790              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
25791      Branch: perl
25792            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
25793            ! pod/perlapi.pod vms/vms.c
25794 ____________________________________________________________________________
25795 [ 12490] By: ams                                   on 2001/10/18  09:31:00
25796         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
25797              From: Mark-Jason Dominus <mjd@plover.com>
25798              Date: Thu, 18 Oct 2001 06:25:35 -0400
25799              Message-Id: <20011018102535.19264.qmail@plover.com>
25800      Branch: perl
25801            ! pod/perl.pod
25802 ____________________________________________________________________________
25803 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
25804         Log: Prettyprinting.
25805      Branch: perl
25806            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
25807 ____________________________________________________________________________
25808 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
25809         Log: Regen toc.
25810      Branch: perl
25811            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25812 ____________________________________________________________________________
25813 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
25814         Log: Add perlintro, from Skud.
25815      Branch: perl
25816            + pod/perlintro.pod
25817            ! MANIFEST
25818 ____________________________________________________________________________
25819 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
25820         Log: FAQ sync.
25821      Branch: perl
25822            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
25823            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
25824            ! pod/perlfaq8.pod pod/perlfaq9.pod
25825 ____________________________________________________________________________
25826 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
25827         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
25828              in speed (upto 20% speedup in certain operations) but meanwhile
25829              regexps and arithmetics got slower (5-10%) (according to
25830              perlbench average speedup is negligible, and within measuring
25831              flutter, 1%).  Therefore retracting all the changes
25832              aimed at getting -std1 to compile cleanly:  #12475, #12476,
25833              #12479, #12480, #12481, #12482, #12483, #12484.
25834      Branch: perl
25835            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
25836            ! pp_hot.c pp_sys.c toke.c
25837 ____________________________________________________________________________
25838 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
25839         Log: (retracted by #12485)
25840              Strict ANSI doesn't like the third argument of main()
25841              so enable ignoring it if using ultra picky compiler.
25842      Branch: perl
25843            ! miniperlmain.c
25844 ____________________________________________________________________________
25845 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
25846         Log: (retracted by #12485)
25847              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
25848      Branch: perl
25849            ! perl.h
25850 ____________________________________________________________________________
25851 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
25852         Log: (retracted by #12485)
25853              Add explanatory comment.
25854      Branch: perl
25855            ! mg.c
25856 ____________________________________________________________________________
25857 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
25858         Log: (retracted by #12485)
25859              More dollar$hiding.
25860      Branch: perl
25861            ! doio.c perl.h pp_sys.c
25862 ____________________________________________________________________________
25863 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
25864         Log: (retracted by #12485)
25865              KISS.
25866      Branch: perl
25867            ! mg.c
25868 ____________________________________________________________________________
25869 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
25870         Log: (retracted by #12485)
25871              Thou shalt not #ifdef inside macro invocations,
25872              noticed by Rafael Garcia-Suarez.
25873      Branch: perl
25874            ! mg.c
25875 ____________________________________________________________________________
25876 [ 12478] By: ams                                   on 2001/10/17  18:50:55
25877         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
25878              From: Anton Berezin <tobez@tobez.org>
25879              Date: Wed, 17 Oct 2001 18:25:48 +0200
25880              Message-Id: <20011017182548.A12082@heechee.tobez.org>
25881      Branch: perl
25882            ! pp_sys.c
25883 ____________________________________________________________________________
25884 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
25885         Log: (retracted by #12485)
25886              Unterminated #ifdef.
25887      Branch: perl
25888            ! mg.c
25889 ____________________________________________________________________________
25890 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
25891         Log: (retracted by #12485)
25892              Avoid dollar signs in identifiers (in non-VMS) to
25893              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
25894      Branch: perl
25895            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
25896            ! toke.c
25897 ____________________________________________________________________________
25898 [ 12474] By: ams                                   on 2001/10/17  15:14:50
25899         Log: Subject: Two AIX patches
25900              From: H.Merijn Brand <h.m.brand@hccnet.nl>
25901              Date: Wed, 17 Oct 2001 18:04:35 +0200
25902              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
25903      Branch: perl
25904            ! hints/aix.sh makedef.pl
25905 ____________________________________________________________________________
25906 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
25907         Log: Limiting the Time::HiRes::sleep and usleep to
25908              one second is not a good policy if drop-in
25909              replacement is still a goal.
25910      Branch: perl
25911            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
25912            ! ext/Time/HiRes/HiRes.xs
25913 ____________________________________________________________________________
25914 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
25915         Log: Subject: [PATCH] Test::Simple 0.32
25916              From: Michael G Schwern <schwern@pobox.com> 
25917              Date: Wed, 17 Oct 2001 03:42:41 -0400
25918              Message-ID: <20011017034241.A25038@blackrider>
25919      Branch: perl
25920            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
25921            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
25922            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
25923            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
25924            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
25925            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
25926            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
25927            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
25928            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
25929            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25930            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
25931            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
25932            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
25933            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
25934            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
25935            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
25936            ! t/lib/Test/Simple/Catch.pm
25937            ! t/lib/Test/Simple/sample_tests/five_fail.plx
25938 ____________________________________________________________________________
25939 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
25940         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
25941              From: Michael G Schwern <schwern@pobox.com> 
25942              Date: Wed, 17 Oct 2001 04:04:13 -0400
25943              Message-ID: <20011017040413.C25550@blackrider>
25944      Branch: perl
25945            ! t/TEST t/harness vms/test.com
25946 ____________________________________________________________________________
25947 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
25948         Log: Regen doc with perlmodstyle added.
25949      Branch: perl
25950            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25951 ____________________________________________________________________________
25952 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
25953         Log: Pod cleanup.
25954      Branch: perl
25955            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
25956 ____________________________________________________________________________
25957 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
25958         Log: Subject: perlmodstyle as a patch
25959              From: Kirrily Robert <skud@infotrope.net>
25960              Date: Tue, 16 Oct 2001 22:47:23 -0400
25961              Message-ID: <20011016224723.A20673@infotrope.net>
25962      Branch: perl
25963            + pod/perlmodstyle.pod
25964            ! MANIFEST
25965 ____________________________________________________________________________
25966 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
25967         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
25968              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
25969              Date: Thu, 6 Sep 2001 11:09:40 +0100
25970              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
25971              
25972              Mention also the develooper p5p archive.
25973      Branch: perl
25974            ! pod/perlhack.pod
25975 ____________________________________________________________________________
25976 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
25977         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
25978              From: Kay Röpke <kroepke@dolphin-services.de>
25979              Date: Tue, 16 Oct 2001 17:23:52 +0200
25980              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
25981      Branch: perl
25982            ! lib/ExtUtils/MakeMaker.pm
25983 ____________________________________________________________________________
25984 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
25985         Log: Add the special casing mappings (from SpecCase.txt)
25986              (except for the hyper special case mappings that have
25987              the condition list); the special casing mappings are
25988              unused for now.  Small tidying up on mktables.
25989      Branch: perl
25990            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
25991            + lib/unicore/To/SpecUpper.pl
25992            ! lib/unicore/mktables
25993 ____________________________________________________________________________
25994 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
25995         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
25996              From: "David H. Adler" <dha@panix.com>       
25997              Date: Tue, 16 Oct 2001 11:59:35 -0400
25998              Message-ID: <20011016115935.A13078@panix.com>
25999              
26000              Subject: [ PATCH ] perldata patch, revised
26001              From: "David H. Adler" <dha@panix.com>     
26002              Date: Tue, 16 Oct 2001 18:26:49 -0400
26003              Message-ID: <20011016182649.C23970@panix.com>
26004      Branch: perl
26005            ! pod/perldata.pod pod/perlop.pod
26006 ____________________________________________________________________________
26007 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
26008         Log: Integrate perlio: PerlIO_dup (for all but Win32).
26009      Branch: perl
26010           !> embed.h embed.pl ext/Encode/Encode.xs
26011           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
26012           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
26013           !> win32/win32io.c
26014 ____________________________________________________________________________
26015 [ 12462] By: nick                                  on 2001/10/16  19:11:30
26016         Log: PerlIOXxxx_dups for all but Win32
26017      Branch: perlio
26018            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26019            ! ext/PerlIO/Via/Via.xs
26020 ____________________________________________________________________________
26021 [ 12461] By: nick                                  on 2001/10/16  18:28:48
26022         Log: Implement PerlIOStdio_dup (explains core dumps - dup
26023              was not setting up a FILE * to be fclosed()).
26024      Branch: perlio
26025            ! perlio.c
26026 ____________________________________________________________________________
26027 [ 12460] By: nick                                  on 2001/10/16  17:31:47
26028         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
26029              overflow.
26030      Branch: perlio
26031            ! perlio.c
26032 ____________________________________________________________________________
26033 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
26034         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
26035              From: "Craig A. Berry" <craigberry@mac.com>
26036              Date: Tue, 16 Oct 2001 13:08:38 -0500
26037              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
26038      Branch: perl
26039            ! configure.com
26040 ____________________________________________________________________________
26041 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
26042         Log: Can't expect too much accuracy from a sleep of one second.
26043              (I think this will also fail with high load.)
26044      Branch: perl
26045            ! ext/Time/HiRes/HiRes.t
26046 ____________________________________________________________________________
26047 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
26048         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
26049              From: "Werner, Randolf" <randolf.werner@sap.com>
26050              Date: Tue, 16 Oct 2001 18:33:02 +0200
26051              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
26052      Branch: perl
26053            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
26054            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
26055 ____________________________________________________________________________
26056 [ 12456] By: nick                                  on 2001/10/16  14:08:16
26057         Log: Builds under ithreads (but fails all threads tests)
26058      Branch: perlio
26059            ! hv.c perlio.c sv.c
26060 ____________________________________________________________________________
26061 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
26062         Log: I think the Perl_sortsv needs *not* be skipped?
26063      Branch: perl
26064            ! makedef.pl
26065 ____________________________________________________________________________
26066 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
26067         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
26068              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
26069              Date: Tue, 16 Oct 2001 15:32:44 +0200
26070              Message-ID: <3BCC531C.11494.3E433F@localhost>
26071      Branch: perl
26072            ! t/op/groups.t
26073 ____________________________________________________________________________
26074 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
26075         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
26076              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
26077              Date: Tue, 16 Oct 2001 15:01:04 +0200
26078              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
26079      Branch: perl
26080            ! t/io/fs.t
26081 ____________________________________________________________________________
26082 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
26083         Log: A forgotten deletion.
26084      Branch: perl
26085            - lib/unicore/mktables.PL
26086 ____________________________________________________________________________
26087 [ 12451] By: nick                                  on 2001/10/16  11:32:48
26088         Log: Skeleton of "PerlIO_dup" coded.
26089              Still-passes all tests non-threaded (well it would wouldn't it!)
26090      Branch: perlio
26091            ! embed.h embed.pl ext/Encode/Encode.xs
26092            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
26093            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
26094            ! win32/win32io.c
26095 ____________________________________________________________________________
26096 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
26097         Log: Document the problem with the swash_fetch() API that affects
26098              more complex case conversions.
26099      Branch: perl
26100            ! lib/utf8_heavy.pl utf8.c
26101 ____________________________________________________________________________
26102 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
26103         Log: Make Time::HiRes::sleep() and usleep() to return
26104              the number of seconds (a floating point value) and 
26105              microseconds (an integer) actually slept (well,
26106              modulo the time spent in measuring the time actually
26107              slept...), to be a better drop-in replacement for
26108              the builtin sleep().  Noticed by Chris Nandor.
26109              
26110              Also make usleep() to croak if fed illegal number
26111              of useconds (anything greater than 1_000_000).
26112      Branch: perl
26113            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
26114            ! ext/Time/HiRes/HiRes.xs
26115 ____________________________________________________________________________
26116 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
26117         Log: A missing SvREFCNT_dec.
26118      Branch: perl
26119            ! perl.c
26120 ____________________________________________________________________________
26121 [ 12447] By: nick                                  on 2001/10/15  20:27:53
26122         Log: Beginings of PerlIO_dup support (unstable)
26123      Branch: perlio
26124            ! perlio.c perliol.h
26125 ____________________________________________________________________________
26126 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
26127         Log: (retracted by #12497)
26128              In AIX vac 5 just can't seem to get regcomp right.
26129      Branch: perl
26130            ! hints/aix.sh
26131 ____________________________________________________________________________
26132 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
26133         Log: Bump the version number to agree with the maintperl one.
26134      Branch: perl
26135            ! lib/Tie/RefHash.pm
26136 ____________________________________________________________________________
26137 [ 12444] By: nick                                  on 2001/10/15  15:59:57
26138         Log: Integrate mainline
26139      Branch: perlio
26140           +> lib/Math/BigInt/t/Math/Subclass.pm
26141           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
26142           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
26143           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
26144           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
26145           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
26146           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
26147           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
26148           +> lib/unicore/mktables
26149            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
26150            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
26151            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
26152            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
26153            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
26154            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
26155            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
26156            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
26157            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
26158            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
26159            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
26160            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
26161            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
26162            - lib/unicore/syllables.txt
26163           !> (integrate 344 files)
26164 ____________________________________________________________________________
26165 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
26166         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
26167      Branch: perl
26168            ! ext/DB_File/DB_File.xs
26169 ____________________________________________________________________________
26170 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
26171         Log: Sync the skip() amounts with the number of tests.
26172      Branch: perl
26173            ! lib/Term/Complete.t
26174 ____________________________________________________________________________
26175 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
26176         Log: Update Changes.
26177      Branch: perl
26178            ! Changes patchlevel.h
26179 ____________________________________________________________________________
26180 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
26181         Log: MacOS Classic catdir() rewrite from Thomas Wegner
26182              (backward incompatibility, but a deliberate one,
26183              the old version simply is broken in its logic),
26184              also documentation updates, and as suggested replicated
26185              the File::Spec::Unix documentation updates also on the
26186              File::Spec documentation.
26187              
26188              TODO: there seems to be duplication of documentation
26189              between File::Spec and File::Spec::Unix.  I think
26190              the ::Unix should be left only with specific UNIXisms,
26191              and all the generic documentation should be in ::Spec.
26192      Branch: perl
26193            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
26194            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
26195            ! lib/File/Spec/Unix.pm
26196 ____________________________________________________________________________
26197 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
26198         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
26199              From: Blair Zajac <blair@orcaware.com>
26200              Date: Mon, 24 Sep 2001 11:48:58 -0700
26201              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
26202              
26203              (the skip() messages)
26204      Branch: perl
26205            ! t/op/magic.t
26206 ____________________________________________________________________________
26207 [ 12438] By: ams                                   on 2001/10/14  23:43:59
26208         Log: Subject: [PATCH] make PerlIO default on VMS
26209              From: "Craig A. Berry" <craigberry@mac.com>
26210              Date: Sun, 14 Oct 2001 15:27:18 -0500
26211              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
26212      Branch: perl
26213            ! configure.com
26214 ____________________________________________________________________________
26215 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
26216         Log: Retract #12436 (Abhijit already did this at #12426)
26217      Branch: perl
26218            ! lib/ExtUtils/MM_Unix.pm
26219 ____________________________________________________________________________
26220 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
26221         Log: (retracted by #12437)
26222              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
26223              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
26224              Date: Sat, 13 Oct 2001 20:33:55 +0200
26225              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
26226      Branch: perl
26227            ! lib/ExtUtils/MM_Unix.pm
26228 ____________________________________________________________________________
26229 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
26230         Log: Subject: h2xs grammar nit
26231              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26232              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
26233              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
26234      Branch: perl
26235            ! utils/h2xs.PL
26236 ____________________________________________________________________________
26237 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
26238         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
26239              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
26240              Date: Sun, 14 Oct 2001 11:25:08 +0100
26241              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
26242      Branch: perl
26243            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
26244            ! warnings.pl
26245 ____________________________________________________________________________
26246 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
26247         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
26248              for File::Spec::Mac::catfile)
26249      Branch: perl
26250            ! lib/h2xs.t
26251 ____________________________________________________________________________
26252 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
26253         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
26254              From: Nicholas Clark <nick@ccl4.org>
26255              Date: Sat, 13 Oct 2001 00:07:31 +0100
26256              Message-ID: <20011013000731.D67535@plum.flirble.org>
26257      Branch: perl
26258            ! lib/h2xs.t utils/h2xs.PL
26259 ____________________________________________________________________________
26260 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
26261         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
26262              before DEFINE and INC), and repent by taking DEFINE and
26263              INC away from PASTHRU.
26264      Branch: perl
26265            ! lib/ExtUtils/MM_Unix.pm
26266 ____________________________________________________________________________
26267 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
26268         Log: More MANIFEST anomalies.
26269      Branch: perl
26270            ! MANIFEST
26271 ____________________________________________________________________________
26272 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
26273         Log: Not that many.
26274      Branch: perl
26275            ! MANIFEST
26276 ____________________________________________________________________________
26277 [ 12428] By: sky                                   on 2001/10/13  20:59:27
26278         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
26279              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26280              Date: Sat, 13 Oct 2001 23:15:55 +0200
26281              Message-ID: <20011013231555.A18071@rafael>
26282      Branch: perl
26283            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
26284            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
26285 ____________________________________________________________________________
26286 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
26287         Log: Rewrite mktables from scratch.
26288              - Cleaner.
26289              - Faster: 15-20 seconds as opposed to several minutes.
26290              - More dynamic: the names of the various categories
26291              such as the linebreak ones are dynamic, not static.
26292              - Is.pl: long names for the general category properties
26293              are now available.
26294              - Ranges (<... ,First>, <..., Last>) from the general
26295              categories work now.
26296              - No more mktables.PL because the mktables.PL is not
26297              and never has been run to create a mktables.
26298              - syllables.txt and Is/Syl*.pl removed: non-standard
26299              (not part of the Unicode), and the whole concept is
26300              being reworked (http://syllabary.sourceforge.net/),
26301              the old way wouldn't even work with the new Syllables.txt
26302              (it would result in 1000+ new categories)
26303      Branch: perl
26304            + lib/unicore/In/163.pl lib/unicore/In/164.pl
26305            + lib/unicore/In/165.pl lib/unicore/In/166.pl
26306            + lib/unicore/In/167.pl lib/unicore/In/168.pl
26307            + lib/unicore/In/169.pl lib/unicore/In/170.pl
26308            + lib/unicore/In/171.pl lib/unicore/Is.pl
26309            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
26310            + lib/unicore/mktables
26311            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
26312            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
26313            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
26314            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
26315            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
26316            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
26317            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
26318            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
26319            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
26320            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
26321            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
26322            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
26323            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
26324            - lib/unicore/syllables.txt
26325            ! (edit 304 files)
26326 ____________________________________________________________________________
26327 [ 12426] By: ams                                   on 2001/10/13  18:05:36
26328         Log: ExtUtils::MM_Unix should ignore comments when searching for
26329              $VERSION.
26330      Branch: perl
26331            ! lib/ExtUtils/MM_Unix.pm
26332 ____________________________________________________________________________
26333 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
26334         Log: Subject: Re: New module XML::Clean
26335              From: andreas.koenig@anima.de (Andreas J. Koenig)
26336              Date: 13 Oct 2001 10:17:09 +0200
26337              Message-ID: <m37ku0t0my.fsf@anima.de>
26338      Branch: perl
26339            ! pod/perlnewmod.pod
26340 ____________________________________________________________________________
26341 [ 12424] By: sky                                   on 2001/10/13  09:39:59
26342         Log: Set thread stack size if needed.
26343      Branch: perl
26344            ! ext/threads/threads.xs
26345 ____________________________________________________________________________
26346 [ 12423] By: sky                                   on 2001/10/13  09:36:49
26347         Log: We do want to set the attribute to joinable even on modern posix
26348              platforms.
26349      Branch: perl
26350            ! ext/threads/threads.xs
26351 ____________________________________________________________________________
26352 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
26353         Log: Subject: [PATCH ext/Data/Dumper.xs]
26354              From: Brian Ingerson <ingy@ttul.org>
26355              Date: Fri, 12 Oct 2001 19:32:35 -0700
26356              Message-ID: <20011012193235.B889@ttul.org>
26357      Branch: perl
26358            ! ext/Data/Dumper/Dumper.xs
26359 ____________________________________________________________________________
26360 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
26361         Log: Update Changes.
26362      Branch: perl
26363            ! Changes patchlevel.h
26364 ____________________________________________________________________________
26365 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
26366         Log: FAQ sync.
26367      Branch: perl
26368            ! pod/perlfaq3.pod pod/perlfaq4.pod
26369 ____________________________________________________________________________
26370 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
26371         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
26372              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
26373              Date: Fri, 12 Oct 2001 11:51:05 -0700
26374              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
26375      Branch: perl
26376            ! lib/File/Copy.pm
26377 ____________________________________________________________________________
26378 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
26379         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
26380              From: "chromatic" <chromatic@rmci.net>     
26381              Date: Thu, 11 Oct 2001 10:57:55 -0600
26382              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
26383              
26384              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
26385              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26386              Date: Thu, 11 Oct 2001 22:34:21 +0200
26387              Message-ID: <20011011223421.A693@rafael>     
26388              
26389              plus undef $Term::Complete::stty as suggested by Rafael.
26390      Branch: perl
26391            ! lib/Term/Complete.pm lib/Term/Complete.t
26392 ____________________________________________________________________________
26393 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
26394         Log: UUnndduupplleexx..
26395      Branch: perl
26396            ! perl.h
26397 ____________________________________________________________________________
26398 [ 12416] By: sky                                   on 2001/10/12  20:16:19
26399         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
26400              From: Andy Dougherty <doughera@lafayette.edu>
26401              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
26402              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
26403              (Potentially only band-aid)
26404      Branch: perl
26405            ! sv.c
26406 ____________________________________________________________________________
26407 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
26408         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
26409              mishandles kill(), and therefore the sigaction test
26410              should be skipped, from Charles Lane.
26411      Branch: perl
26412            ! ext/POSIX/t/sigaction.t
26413 ____________________________________________________________________________
26414 [ 12414] By: sky                                   on 2001/10/12  18:47:49
26415         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
26416      Branch: perl
26417            ! op.h
26418 ____________________________________________________________________________
26419 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
26420         Log: Upgrade to Math::BigInt 1.44 from Tels and
26421              further fixes from John Peacock.
26422      Branch: perl
26423            + lib/Math/BigInt/t/Math/Subclass.pm
26424            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
26425            + lib/Math/BigInt/t/subclass.t
26426            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
26427            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
26428            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
26429            ! lib/Math/BigInt/t/mbimbf.t
26430 ____________________________________________________________________________
26431 [ 12412] By: sky                                   on 2001/10/12  18:28:23
26432         Log: perhaps pthread_attr_t really needs to be set for the old api
26433      Branch: perl
26434            ! ext/threads/threads.xs
26435 ____________________________________________________________________________
26436 [ 12411] By: sky                                   on 2001/10/12  18:11:45
26437         Log: pthread_keycreate not pthread_key_create under the here be dragons API
26438      Branch: perl
26439            ! ext/threads/threads.h
26440 ____________________________________________________________________________
26441 [ 12410] By: sky                                   on 2001/10/12  18:07:37
26442         Log: Apperently OLD PTHREADS API is a bit retarded.
26443              This should fix another set of compile failures in HP-UX 10.20.
26444      Branch: perl
26445            ! ext/threads/threads.h ext/threads/threads.xs
26446 ____________________________________________________________________________
26447 [ 12409] By: nick                                  on 2001/10/12  15:30:01
26448         Log: Blind integrate of mainline
26449      Branch: perlio
26450           +> (branch 32 files)
26451            - lib/unicode/README
26452           !> (integrate 121 files)
26453 ____________________________________________________________________________
26454 [ 12408] By: sky                                   on 2001/10/12  14:55:08
26455         Log: Let us avoid being smart for now.
26456      Branch: perl
26457            ! ext/threads/threads.h
26458 ____________________________________________________________________________
26459 [ 12407] By: sky                                   on 2001/10/12  14:38:12
26460         Log: (void*) the argument to make sure we work with picky compilers
26461      Branch: perl
26462            ! ext/threads/threads.xs
26463 ____________________________________________________________________________
26464 [ 12406] By: ams                                   on 2001/10/12  13:26:04
26465         Log: (replaced with #12600)
26466              
26467              Subject: [PATCH 5.6.1 perldoc] use File::Temp
26468              From: Mikhail Zabaluev <mhz@alt-linux.org>
26469              Date: Fri, 12 Oct 2001 12:47:47 +0400
26470              Message-Id: <20011012124747.E13918@localhost.localdomain>
26471      Branch: perl
26472            ! utils/perldoc.PL
26473 ____________________________________________________________________________
26474 [ 12405] By: ams                                   on 2001/10/12  13:05:32
26475         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
26476              From: andreas.koenig@anima.de (Andreas J. Koenig)
26477              Date: 12 Oct 2001 11:12:07 +0200
26478              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
26479      Branch: perl
26480            ! lib/Memoize/t/speed.t
26481 ____________________________________________________________________________
26482 [ 12404] By: sky                                   on 2001/10/12  12:46:15
26483         Log: A) Support OLD_PTHREADS_API
26484              B) Change from using pthread_t to using a TLS to store the
26485              index of the thread in an hash, this is to avoid problems when
26486              in fact pthread_t was not a seralizable type.
26487              Both these changes are because of HP-UX 10.20
26488              This has not been tested on win32 but should work there.
26489              Need to add support for NetWare.
26490      Branch: perl
26491            ! ext/threads/threads.h ext/threads/threads.xs
26492 ____________________________________________________________________________
26493 [ 12403] By: ams                                   on 2001/10/12  07:34:19
26494         Log: Subject: Re: New module XML::Clean
26495              From: andreas.koenig@anima.de (Andreas J. Koenig)
26496              Date: 12 Oct 2001 10:20:35 +0200
26497              Message-Id: <m3elo9uv58.fsf@anima.de>
26498      Branch: perl
26499            ! pod/perlnewmod.pod
26500 ____________________________________________________________________________
26501 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
26502         Log: More HP model tweaks from Merijn.
26503      Branch: perl
26504            ! README.hpux
26505 ____________________________________________________________________________
26506 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
26507         Log: Update Changes.
26508      Branch: perl
26509            ! Changes patchlevel.h
26510 ____________________________________________________________________________
26511 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
26512         Log: HP-UX update from H.Merijn Brand.
26513      Branch: perl
26514            ! README.hpux
26515 ____________________________________________________________________________
26516 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
26517         Log: Subject: [PATCH] fix link rot in README.vms
26518              From: "Craig A. Berry" <craigberry@mac.com>
26519              Date: Wed, 10 Oct 2001 17:17:00 -0500
26520              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
26521      Branch: perl
26522            ! README.vms
26523 ____________________________________________________________________________
26524 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
26525         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
26526              From: "chromatic" <chromatic@rmci.net>
26527              Date: Wed, 10 Oct 2001 15:50:30 -0600
26528              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
26529      Branch: perl
26530            ! lib/Term/Complete.t
26531 ____________________________________________________________________________
26532 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
26533         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
26534              From: "chromatic" <chromatic@rmci.net>
26535              Date: Wed, 10 Oct 2001 15:45:42 -0600
26536              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
26537      Branch: perl
26538            + lib/ExtUtils/Packlist.t
26539            ! MANIFEST
26540 ____________________________________________________________________________
26541 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
26542         Log: VMS needs quotes around the -I option to keep it from
26543              being downcased, from Charles Lane.
26544      Branch: perl
26545            ! t/run/kill_perl.t
26546 ____________________________________________________________________________
26547 [ 12395] By: ams                                   on 2001/10/10  16:22:32
26548         Log: Subject: [PATCH lib/FindBin.pm]
26549              From: Stas Bekman <stas@stason.org>
26550              Date: Tue, 09 Oct 2001 23:57:10 +0800
26551              Message-Id: <3BC31E56.60805@stason.org>
26552      Branch: perl
26553            ! lib/FindBin.pm
26554 ____________________________________________________________________________
26555 [ 12394] By: ams                                   on 2001/10/10  16:09:53
26556         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
26557              From: Abhijit Menon-Sen <ams@wiw.org>
26558              Date: Wed, 10 Oct 2001 21:59:33 +0530
26559              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
26560      Branch: perl
26561            ! ext/Data/Dumper/Dumper.xs
26562 ____________________________________________________________________________
26563 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
26564         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
26565              from Charles Lane.
26566      Branch: perl
26567            ! lib/File/Spec/VMS.pm
26568 ____________________________________________________________________________
26569 [ 12392] By: ams                                   on 2001/10/10  14:49:43
26570         Log: Subject: [PATCH] two s/// bugfixes
26571              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26572              Date: Wed, 10 Oct 2001 17:23:44 +0200
26573              Message-Id: <20011010172344.C22440@rafael>
26574      Branch: perl
26575            ! pp_ctl.c regexec.c t/op/subst.t
26576 ____________________________________________________________________________
26577 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
26578         Log: Fix/improve handling of the [000000] special "root"
26579              directory, by putting cwd in canonical form when doing
26580              abs2rel, and prepending a 000000 to directory "chunks"
26581              if missing from base or path.  Also adjust test to
26582              reflect the (improved) output from abs2rel.
26583              From Charles Lane.
26584      Branch: perl
26585            ! lib/File/Spec.t lib/File/Spec/VMS.pm
26586 ____________________________________________________________________________
26587 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
26588         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
26589              all of the extra VMSish attributes (such as "treat this logical
26590              as a device name") that are necessary to make programs run.
26591              A tainted %ENV does not hinder VMS.  From Charles Lane.
26592      Branch: perl
26593            ! lib/File/Find/t/taint.t
26594 ____________________________________________________________________________
26595 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
26596         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
26597              
26598              o  VMS is case-insensitive, RTL downcases filenames read
26599              by perl... so need to re-upcase filenames like MANIFEST
26600              and MANIFEST.SKIP
26601              
26602              o  Need to convert VMS-style to Unix-style filenames when comparing
26603              names in MANIFEST to names in filesystem.
26604              
26605              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
26606              since VMS won't let you (easily) delete non-empty directories.
26607              
26608              From Charles Lane.
26609      Branch: perl
26610            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
26611 ____________________________________________________________________________
26612 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
26613         Log: Unix and VMS agree on "*" as a "match any number of any chars"
26614              wildcards, but differ ("?"  vs.  "%") for their "match any single
26615              char" wildcard.  This patch changes "?"  chars to "%" before doing a
26616              VMS glob...at no loss of functionality, since "?"  isn't a valid
26617              filename char on VMS.  From Charles Lane.
26618      Branch: perl
26619            ! doio.c
26620 ____________________________________________________________________________
26621 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
26622         Log: (accidentally empty submit; new life as #12390)
26623      Branch: perl
26624            ! lib/File/Find/t/taint.t
26625 ____________________________________________________________________________
26626 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
26627         Log: Even more VMS tweakage from Charles Lane:
26628              
26629              Tweak #1:  splitdir only works on directory part of filespec,
26630              split off volume first
26631              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
26632              (it's a horrible kludge in the run-time library,
26633              improved in later versions). Check the
26634              $Config{'d_setenv'} flag before attempting to set it.
26635      Branch: perl
26636            ! t/op/chdir.t
26637 ____________________________________________________________________________
26638 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
26639         Log: VMS tweakage from Charles Lane.
26640              
26641              . command.com doubles an output line when prompting for extensions
26642              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
26643              . perl5db doesn't clean up after itself
26644      Branch: perl
26645            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
26646 ____________________________________________________________________________
26647 [ 12384] By: sky                                   on 2001/10/09  19:16:11
26648         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
26649              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26650              Date: Tue, 9 Oct 2001 22:10:26 +0200
26651              Message-ID: <20011009221026.A8579@rafael>
26652      Branch: perl
26653            ! pod/perldata.pod
26654 ____________________________________________________________________________
26655 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
26656         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
26657              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26658              Date: 9 Oct 2001 15:15:06 -0000
26659              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
26660      Branch: perl
26661            ! t/op/subst.t
26662 ____________________________________________________________________________
26663 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
26664         Log: Update Changes.
26665      Branch: perl
26666            ! Changes patchlevel.h
26667 ____________________________________________________________________________
26668 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
26669         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
26670              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
26671              when a NULL is passed for the filename string pointer.
26672              From Charles Lane.
26673      Branch: perl
26674            ! vms/vms.c
26675 ____________________________________________________________________________
26676 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
26677         Log: Subject: HP systems update
26678              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26679              Date: Tue, 09 Oct 2001 15:59:22 +0200
26680              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
26681      Branch: perl
26682            ! README.hpux
26683 ____________________________________________________________________________
26684 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
26685         Log: CPAN::Nox does now have a test.
26686      Branch: perl
26687            ! t/lib/1_compile.t
26688 ____________________________________________________________________________
26689 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
26690         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
26691              From: David Dyck <dcd@tc.fluke.com>
26692              Date: Mon, 1 Oct 2001 12:17:36 -0700
26693              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
26694      Branch: perl
26695            ! installperl
26696 ____________________________________________________________________________
26697 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
26698         Log: NetWare update from Ananth Kesari.
26699      Branch: perl
26700            ! NetWare/nwperlsys.h makedef.pl
26701 ____________________________________________________________________________
26702 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
26703         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
26704              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26705              Date: Tue, 9 Oct 2001 08:40:57 EDT
26706              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
26707      Branch: perl
26708            ! lib/File/Find/t/find.t
26709 ____________________________________________________________________________
26710 [ 12374] By: ams                                   on 2001/10/09  05:31:45
26711         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
26712              ExtUtils::Mkbootstrap
26713              From: "chromatic" <chromatic@rmci.net>
26714              Date: Tue, 09 Oct 2001 00:08:37 -0600
26715              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
26716      Branch: perl
26717            + lib/ExtUtils/Mkbootstrap.t
26718            ! MANIFEST
26719 ____________________________________________________________________________
26720 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
26721         Log: Enable more debugging.
26722      Branch: perl
26723            ! lib/utf8_heavy.pl
26724 ____________________________________________________________________________
26725 [ 12372] By: ams                                   on 2001/10/09  02:11:59
26726         Log: #12370 forgot to modify is_gv_magical().
26727      Branch: perl
26728            ! gv.c
26729 ____________________________________________________________________________
26730 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
26731         Log: Make the toupper/lower/title API for Unicode not right
26732              but at least less wrong: prepare for the mapping being
26733              more than just one-character-to-one-character.
26734      Branch: perl
26735            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
26736            ! regexec.c utf8.c
26737 ____________________________________________________________________________
26738 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
26739         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
26740              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
26741              Date: Mon, 8 Oct 2001 22:18:23 -0400
26742              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
26743      Branch: perl
26744            ! pod/perlvar.pod t/op/taint.t
26745 ____________________________________________________________________________
26746 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
26747         Log: FAQ sync.
26748      Branch: perl
26749            ! pod/perlfaq3.pod pod/perlfaq4.pod
26750 ____________________________________________________________________________
26751 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
26752         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
26753              From: "chromatic" <chromatic@rmci.net>
26754              Date: Mon, 08 Oct 2001 14:05:32 -0600
26755              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
26756      Branch: perl
26757            ! lib/Term/Cap.t
26758 ____________________________________________________________________________
26759 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
26760         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
26761              From: Michael G Schwern <schwern@pobox.com>
26762              Date: Mon, 8 Oct 2001 17:00:14 -0400
26763              Message-ID: <20011008170014.L17083@blackrider>
26764      Branch: perl
26765            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
26766 ____________________________________________________________________________
26767 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
26768         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
26769              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26770              Date: Mon, 8 Oct 2001 16:01:33 EDT
26771              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
26772      Branch: perl
26773            ! ext/Time/HiRes/HiRes.xs
26774 ____________________________________________________________________________
26775 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
26776         Log: Subject: [PATCH] Autosplit patch for VMS
26777              From: "Craig A. Berry" <craigberry@mac.com>
26778              Date: Mon, 08 Oct 2001 15:40:43 -0500
26779              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
26780      Branch: perl
26781            ! lib/AutoSplit.pm lib/AutoSplit.t
26782 ____________________________________________________________________________
26783 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
26784         Log: Don't assume that everybody is running OS X 10.1 yet;
26785              from Kay Röpke.
26786      Branch: perl
26787            ! hints/darwin.sh
26788 ____________________________________________________________________________
26789 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
26790         Log: Update Changes.
26791      Branch: perl
26792            ! Changes patchlevel.h
26793 ____________________________________________________________________________
26794 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
26795         Log: Retract #12358 for now.
26796      Branch: perl
26797            ! lib/Term/Cap.t
26798 ____________________________________________________________________________
26799 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
26800         Log: Can't figure out what this is testing.
26801              (If it is trying to catch SIGKILL, it should stop
26802              trying because that is by definition impossible.)
26803      Branch: perl
26804            ! lib/sigtrap.t
26805 ____________________________________________________________________________
26806 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
26807         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
26808              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
26809              Date: Sun, 30 Sep 2001 21:15:13 +0200
26810              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
26811      Branch: perl
26812            ! lib/ExtUtils/MM_Win32.pm
26813 ____________________________________________________________________________
26814 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
26815         Log: Clarify the ldlibpth part and condense the overall text.
26816      Branch: perl
26817            ! t/TEST
26818 ____________________________________________________________________________
26819 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
26820         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
26821              From: "chromatic" <chromatic@rmci.net>
26822              Date: Sun, 07 Oct 2001 16:59:26 -0600
26823              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
26824      Branch: perl
26825            ! lib/Term/Cap.t
26826 ____________________________________________________________________________
26827 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
26828         Log: Update the list because fo #12265.
26829      Branch: perl
26830            ! t/lib/1_compile.t
26831 ____________________________________________________________________________
26832 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
26833         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
26834              From: Nicholas Clark <nick@ccl4.org>
26835              Date: Sun, 7 Oct 2001 20:53:33 +0100
26836              Message-ID: <20011007205333.S38756@plum.flirble.org>   
26837      Branch: perl
26838            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
26839            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26840            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
26841            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
26842            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
26843            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
26844            ! lib/Switch/t/switch.t lib/Term/Complete.t
26845            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
26846            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
26847            ! t/op/my_stash.t
26848 ____________________________________________________________________________
26849 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
26850         Log: Integrate patch #12350 from maintperl; typo in
26851              IO::Seekable doc.
26852      Branch: perl
26853           !> ext/IO/lib/IO/Seekable.pm
26854 ____________________________________________________________________________
26855 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
26856         Log: Detypo.
26857      Branch: perl
26858            ! hints/darwin.sh
26859 ____________________________________________________________________________
26860 [ 12353] By: sky                                   on 2001/10/07  17:16:14
26861         Log: Change 12349 didn't really get it right.
26862      Branch: perl
26863            ! lib/Unicode/README
26864 ____________________________________________________________________________
26865 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
26866         Log: If running the harness the dynamic library search path
26867              may need setting.
26868      Branch: perl
26869            ! t/TEST
26870 ____________________________________________________________________________
26871 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
26872         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
26873              in ldflags.
26874      Branch: perl
26875            ! hints/darwin.sh
26876 ____________________________________________________________________________
26877 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
26878         Log: typo in IO::Seekable doc
26879      Branch: maint-5.6/perl
26880            ! ext/IO/lib/IO/Seekable.pm
26881 ____________________________________________________________________________
26882 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
26883         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
26884              doesn't work on Mac OS X 10.1 (when unpacking the tar the
26885              latter gets renamed as lib/unicode:1, assumedly for security
26886              reasons not to overwrite stuff)
26887      Branch: perl
26888            + lib/Unicode/README
26889            - lib/unicode/README
26890            ! MANIFEST
26891 ____________________________________________________________________________
26892 [ 12348] By: ams                                   on 2001/10/07  05:33:40
26893         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
26894              From: "chromatic" <chromatic@rmci.net>
26895              Date: Sat, 06 Oct 2001 21:42:03 -0600
26896              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
26897      Branch: perl
26898            + lib/CPAN/t/Nox.t
26899            ! MANIFEST
26900 ____________________________________________________________________________
26901 [ 12347] By: ams                                   on 2001/10/07  00:48:10
26902         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
26903              From: "chromatic" <chromatic@rmci.net>
26904              Date: Sat, 06 Oct 2001 18:52:10 -0600
26905              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
26906      Branch: perl
26907            + lib/sigtrap.t
26908            ! MANIFEST
26909 ____________________________________________________________________________
26910 [ 12346] By: ams                                   on 2001/10/06  23:14:01
26911         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
26912              h2xs write?)
26913              From: Nicholas Clark <nick@ccl4.org>
26914              Date: Sat, 6 Oct 2001 21:46:43 +0100
26915              Message-Id: <20011006214643.L38756@plum.flirble.org>
26916      Branch: perl
26917            ! utils/h2xs.PL
26918 ____________________________________________________________________________
26919 [ 12345] By: ams                                   on 2001/10/06  17:39:53
26920         Log: Subject: [PATCH] Memoize tests
26921              From: Nicholas Clark <nick@ccl4.org>
26922              Date: Sat, 6 Oct 2001 18:04:21 +0100
26923              Message-Id: <20011006180421.J38756@plum.flirble.org>
26924      Branch: perl
26925            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
26926            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
26927            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
26928            ! lib/Memoize/t/expire_module_n.t
26929            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
26930            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
26931            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
26932            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
26933            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
26934            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
26935 ____________________________________________________________________________
26936 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
26937         Log: Retract the latter part of #12343.
26938      Branch: perl
26939            ! ext/IO/lib/IO/Socket/INET.pm
26940 ____________________________________________________________________________
26941 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
26942         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
26943              From: David Dyck <dcd@tc.fluke.com>
26944              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
26945              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
26946              
26947              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
26948              From: David Dyck <dcd@tc.fluke.com>
26949              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
26950              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
26951      Branch: perl
26952            ! ext/IO/lib/IO/Socket/INET.pm
26953 ____________________________________________________________________________
26954 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
26955         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
26956              From: Robin Barker <rmb1@cise.npl.co.uk>
26957              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
26958              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
26959      Branch: perl
26960            ! t/TEST
26961 ____________________________________________________________________________
26962 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
26963         Log: Don't assume that %x is good for displaying UVs.
26964      Branch: perl
26965            ! dump.c
26966 ____________________________________________________________________________
26967 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
26968         Log: Update Changes.
26969      Branch: perl
26970            ! Changes patchlevel.h
26971 ____________________________________________________________________________
26972 [ 12339] By: ams                                   on 2001/10/05  10:22:34
26973         Log: Subject: [PATCH] perlfunc/select
26974              From: Nicholas Clark <nick@ccl4.org>
26975              Date: Fri, 5 Oct 2001 11:33:58 +0100
26976              Message-Id: <20011005113358.Z38756@plum.flirble.org>
26977      Branch: perl
26978            ! pod/perlfunc.pod
26979 ____________________________________________________________________________
26980 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
26981         Log: Retract #12313 and #12249.
26982      Branch: perl
26983            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
26984            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
26985            ! pod/perlebcdic.pod
26986 ____________________________________________________________________________
26987 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
26988         Log: Subject: [PATCH] perlvms.pod update
26989              From: "Craig A. Berry" <craigberry@mac.com>
26990              Date: Thu, 04 Oct 2001 12:55:52 -0500
26991              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
26992      Branch: perl
26993            ! vms/perlvms.pod
26994 ____________________________________________________________________________
26995 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
26996         Log: Subject: PATCH: Tie::SubstrHash
26997              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
26998              Date: Thu, 04 Oct 2001 12:12:41 +0100
26999              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
27000      Branch: perl
27001            ! lib/Tie/SubstrHash.pm
27002 ____________________________________________________________________________
27003 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
27004         Log: Unicode properties saga continues.
27005      Branch: perl
27006            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
27007            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
27008 ____________________________________________________________________________
27009 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
27010         Log: Yet more Unicode properties.
27011      Branch: perl
27012            + lib/unicore/In/137.pl lib/unicore/In/138.pl
27013            + lib/unicore/In/139.pl lib/unicore/In/140.pl
27014            + lib/unicore/In/141.pl lib/unicore/In/142.pl
27015            + lib/unicore/In/143.pl lib/unicore/In/144.pl
27016            + lib/unicore/In/145.pl lib/unicore/In/146.pl
27017            + lib/unicore/In/147.pl lib/unicore/In/148.pl
27018            + lib/unicore/In/149.pl lib/unicore/In/150.pl
27019            + lib/unicore/In/151.pl lib/unicore/In/152.pl
27020            + lib/unicore/In/153.pl lib/unicore/In/154.pl
27021            + lib/unicore/In/155.pl lib/unicore/In/156.pl
27022            + lib/unicore/In/157.pl lib/unicore/In/158.pl
27023            + lib/unicore/In/159.pl lib/unicore/In/160.pl
27024            + lib/unicore/In/161.pl lib/unicore/In/162.pl
27025            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
27026            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
27027            ! pod/perlunicode.pod
27028 ____________________________________________________________________________
27029 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
27030         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
27031              From: "Craig A. Berry" <craigberry@mac.com>
27032              Date: Wed, 03 Oct 2001 17:45:25 -0500
27033              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
27034              
27035              (the lib/Term/Complete.t patched differently by #12332)
27036      Branch: perl
27037            ! lib/ExtUtils/Command.t
27038 ____________________________________________________________________________
27039 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
27040         Log: Restore only if something to restore.
27041      Branch: perl
27042            ! lib/Term/Complete.t
27043 ____________________________________________________________________________
27044 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
27045         Log: Update various resources for credits,
27046              minor icons fixes, and versions.
27047      Branch: maint-5.6/macperl
27048            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
27049            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
27050            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
27051 ____________________________________________________________________________
27052 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
27053         Log: Quiet the warnings about using undef value
27054      Branch: maint-5.6/macperl
27055            ! lib/File/Temp.pm
27056 ____________________________________________________________________________
27057 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
27058         Log: Fix up Ballon Help and Help menu docs (first pass);
27059              remove balloon rez file, and autogenerate with
27060              Balloon2Rez instead.
27061      Branch: maint-5.6/macperl
27062            + macos/macperl/macscripts/Balloon2Rez
27063            - macos/macperl/MPBalloons.r
27064            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
27065 ____________________________________________________________________________
27066 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
27067         Log: Allow overriding of defaults, for change #12327.
27068      Branch: maint-5.6/macperl
27069            ! perl.h
27070 ____________________________________________________________________________
27071 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
27072         Log: Override PerlProc_exit.
27073      Branch: maint-5.6/macperl
27074            ! macos/macish.h
27075 ____________________________________________________________________________
27076 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
27077         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
27078      Branch: maint-5.6/macperl
27079            + macos/bundled_lib/blib/lib/MD5.pm
27080            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
27081            + macos/lib/Mac/AETE/Dialect.pm
27082            + macos/lib/Mac/AETE/Format/Converter.pm
27083            + macos/lib/Mac/AETE/Format/Dictionary.pm
27084            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
27085            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
27086            + macos/lib/Mac/Toolbox.pod
27087            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
27088 ____________________________________________________________________________
27089 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
27090         Log: Sync up silly CVS headers ... I should commit CVS
27091              first to avoid this ...
27092      Branch: maint-5.6/macperl
27093            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
27094            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
27095            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
27096            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
27097 ____________________________________________________________________________
27098 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
27099         Log: Fix Matthias' address, and attributions.
27100      Branch: maint-5.6/macperl
27101            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
27102            ! pod/perlport.pod
27103 ____________________________________________________________________________
27104 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
27105         Log: Fix Matthias' address, and attributions.
27106      Branch: maint-5.6/macperl
27107            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
27108            ! macos/ext/Mac/Components/Components.pm
27109            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
27110            ! macos/ext/Mac/Dialogs/Dialogs.pm
27111            ! macos/ext/Mac/Events/Events.pm
27112            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
27113            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
27114            ! macos/ext/Mac/Gestalt/Gestalt.pm
27115            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
27116            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
27117            ! macos/ext/Mac/Menus/Menus.pm
27118            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
27119            ! macos/ext/Mac/Movies/Movies.pm
27120            ! macos/ext/Mac/Navigation/Navigation.pm
27121            ! macos/ext/Mac/Notification/Notification.pm
27122            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
27123            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
27124            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
27125            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
27126            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
27127            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
27128            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
27129            ! macos/ext/Mac/StandardFile/StandardFile.pm
27130            ! macos/ext/Mac/TextEdit/TextEdit.pm
27131            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
27132            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
27133            ! macos/lib/Mac/LowMem.pm
27134 ____________________________________________________________________________
27135 [ 12322] By: sky                                   on 2001/10/03  18:41:07
27136         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
27137              From: "Craig A. Berry" <craigberry@mac.com>
27138              Date: Wed, 03 Oct 2001 14:30:55 -0500
27139              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
27140      Branch: perl
27141            ! vms/vms.c
27142 ____________________________________________________________________________
27143 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
27144         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
27145              From: "Craig A. Berry" <craigberry@mac.com>
27146              Date: Wed, 03 Oct 2001 14:30:55 -0500
27147              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
27148      Branch: perl
27149            ! vms/vms.c
27150 ____________________________________________________________________________
27151 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
27152         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
27153              only IsL&) and Inherited (negative lookahead good);
27154              add tests for Common, Inherited, and L&.
27155      Branch: perl
27156            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
27157 ____________________________________________________________________________
27158 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
27159         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
27160              (The Unicode standard uses L& quite often.)
27161      Branch: perl
27162            ! lib/utf8_heavy.pl
27163 ____________________________________________________________________________
27164 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
27165         Log: Add the 'Common' Unicode property (code points not
27166              explicitly assigned to any other script).
27167      Branch: perl
27168            + lib/unicore/In/136.pl
27169            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
27170 ____________________________________________________________________________
27171 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
27172         Log: Skip the RV printing test under threads until fixed.
27173      Branch: perl
27174            ! ext/B/t/terse.t
27175 ____________________________________________________________________________
27176 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
27177         Log: Subject: 12309 / cygwin / win2k
27178              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27179              Date: Wed, 03 Oct 2001 15:25:15 +0200
27180              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
27181      Branch: perl
27182            ! makedef.pl
27183 ____________________________________________________________________________
27184 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
27185         Log: Metaconfig unit change for #12314.
27186      Branch: metaconfig
27187            ! U/modified/Head.U
27188 ____________________________________________________________________________
27189 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
27190         Log: Subject: Both cygwin and djgpp on one machine
27191              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27192              Date: Wed, 03 Oct 2001 15:02:59 +0200
27193              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
27194      Branch: perl
27195            ! Configure
27196 ____________________________________________________________________________
27197 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
27198         Log: (retracted by #12338)
27199              
27200              Subject: [PATCH] Code clean up for perlboot.pod
27201              From: Casey West <casey@geeknest.com>
27202              Date: Tue, 2 Oct 2001 19:24:43 -0400
27203              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
27204              
27205              Subject: [PATCH] Code clean up for perlbot.diff
27206              From: Casey West <casey@geeknest.com>
27207              Date: Tue, 2 Oct 2001 19:25:22 -0400
27208              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
27209              
27210              Subject: [PATCH] Code clean up for perlcall.pod
27211              From: Casey West <casey@geeknest.com>
27212              Date: Tue, 2 Oct 2001 19:25:57 -0400
27213              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
27214              
27215              Subject: [PATCH] Code clean up for perldata.pod
27216              From: Casey West <casey@geeknest.com>
27217              Date: Tue, 2 Oct 2001 19:26:29 -0400
27218              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
27219              
27220              Subject: [PATCH] Code clean up for perldbmfilter.pod
27221              From: Casey West <casey@geeknest.com>
27222              Date: Tue, 2 Oct 2001 19:26:59 -0400
27223              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
27224              
27225              Subject: [PATCH] Code clean up for perlebcdic.pod
27226              From: Casey West <casey@geeknest.com>
27227              Date: Tue, 2 Oct 2001 19:27:37 -0400
27228              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
27229      Branch: perl
27230            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
27231            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
27232 ____________________________________________________________________________
27233 [ 12312] By: ams                                   on 2001/10/02  23:43:55
27234         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
27235              From: Michael G Schwern <schwern@pobox.com>
27236              Date: Tue, 2 Oct 2001 17:00:49 -0400
27237              Message-Id: <20011002170049.A9955@blackrider>
27238      Branch: perl
27239            ! lib/ExtUtils/MakeMaker.pm
27240 ____________________________________________________________________________
27241 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
27242         Log: FAQ sync.
27243      Branch: perl
27244            ! pod/perlfaq3.pod
27245 ____________________________________________________________________________
27246 [ 12310] By: nick                                  on 2001/10/02  16:09:49
27247         Log: Integrate mainline
27248      Branch: perlio
27249           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
27250           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
27251           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
27252           !> patchlevel.h t/op/pat.t
27253 ____________________________________________________________________________
27254 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
27255         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
27256              not just one single space.
27257      Branch: perl
27258            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
27259 ____________________________________________________________________________
27260 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
27261         Log: AUTHORS updates.
27262      Branch: perl
27263            ! AUTHORS
27264 ____________________________________________________________________________
27265 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
27266         Log: Update Changes.
27267      Branch: perl
27268            ! Changes patchlevel.h
27269 ____________________________________________________________________________
27270 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
27271         Log: Work around old buggy glibcs for langinfo constants,
27272              from Nicholas Clark and David Dyck.
27273      Branch: perl
27274            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
27275 ____________________________________________________________________________
27276 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
27277         Log: Eradicate Time::Piece; add an example.
27278      Branch: perl
27279            ! ext/I18N/Langinfo/Langinfo.pm
27280 ____________________________________________________________________________
27281 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
27282         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
27283              From: Robert Spier <rspier@pobox.com>
27284              Date: Mon, 1 Oct 2001 23:20:16 -0700
27285              Message-ID: <15289.23712.422087.878224@rls.cx>
27286      Branch: perl
27287            ! lib/Pod/Html.pm
27288 ____________________________________________________________________________
27289 [ 12303] By: sky                                   on 2001/10/02  10:40:57
27290         Log: Fixes obscure bug that manifests itself by.
27291              local $!=0;undef*STDOUT;#segfaults
27292              Has been around for a while. Possible other magic IO vars are
27293              possibly affected as well. Reported by Jos Boumans.
27294      Branch: perl
27295            ! mg.c
27296 ____________________________________________________________________________
27297 [ 12302] By: nick                                  on 2001/10/02  09:00:52
27298         Log: Integrate mainline
27299      Branch: perlio
27300           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
27301           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
27302           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
27303 ____________________________________________________________________________
27304 [ 12301] By: nick                                  on 2001/10/02  08:40:57
27305         Log: Integrate mainline + lib/open.t patch from Chromatic
27306      Branch: perlio
27307           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
27308            ! lib/open.t
27309           !> (integrate 29 files)
27310 ____________________________________________________________________________
27311 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
27312         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
27313              Until it has, better stop early if someone requests threads.
27314      Branch: perl
27315            ! hints/darwin.sh
27316 ____________________________________________________________________________
27317 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
27318         Log: Subject: [ID 20011001.011] redundant code in t/TEST
27319              From: David Dyck <dcd@tc.fluke.com>
27320              Date: Mon, 1 Oct 2001 12:56:24 -0700
27321              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
27322      Branch: perl
27323            ! t/TEST
27324 ____________________________________________________________________________
27325 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
27326         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
27327              From: "chromatic" <chromatic@rmci.net>
27328              Date: Mon, 01 Oct 2001 12:27:12 -0600
27329              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
27330      Branch: perl
27331            ! lib/Term/Cap.t
27332 ____________________________________________________________________________
27333 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
27334         Log: UNICOS testing patches from Nicholas Clark.
27335      Branch: perl
27336            ! t/op/arith.t t/op/pack.t
27337 ____________________________________________________________________________
27338 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
27339         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
27340              From: "chromatic" <chromatic@rmci.net>
27341              Date: Mon, 01 Oct 2001 10:21:51 -0600
27342              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
27343      Branch: perl
27344            ! lib/open.t
27345 ____________________________________________________________________________
27346 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
27347         Log: Make missing the RADIXCHAR a softer, gentler error.
27348      Branch: perl
27349            ! ext/I18N/Langinfo/Langinfo.t
27350 ____________________________________________________________________________
27351 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
27352         Log: Nuke also the LANG because of glibc.
27353      Branch: perl
27354            ! lib/open.t
27355 ____________________________________________________________________________
27356 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
27357         Log: Also the ^Is is optional.
27358      Branch: perl
27359            ! pod/perlunicode.pod t/op/pat.t
27360 ____________________________________________________________________________
27361 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
27362         Log: Be careful to pull chars from the varargs stack when
27363              formatting chars.
27364      Branch: perl
27365            ! regcomp.c
27366 ____________________________________________________________________________
27367 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
27368         Log: sortsv not in place anymore, noticed by John P. Linderman.
27369      Branch: perl
27370            ! pod/perlapi.pod pp_ctl.c
27371 ____________________________________________________________________________
27372 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
27373         Log: Make the diagnostic messages more neutral.
27374      Branch: perl
27375            ! ext/B/t/terse.t
27376 ____________________________________________________________________________
27377 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
27378         Log: Forgotten from #12288.
27379      Branch: perl
27380            ! ext/Data/Dumper/Dumper.pm
27381 ____________________________________________________________________________
27382 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
27383         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
27384              From: Brian Ingerson <ingy@ttul.org>
27385              Date: Sun, 30 Sep 2001 21:45:56 -0700
27386              Message-ID: <20010930214556.D26392@ttul.org>
27387              
27388              (remember also the #12289)
27389      Branch: perl
27390            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
27391 ____________________________________________________________________________
27392 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
27393         Log: More Unicode property tests for the abbreviated
27394              general properties.
27395      Branch: perl
27396            ! t/op/pat.t
27397 ____________________________________________________________________________
27398 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
27399         Log: Further tweaks to the Unicode properties.
27400      Branch: perl
27401            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
27402 ____________________________________________________________________________
27403 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
27404         Log: Retract #12284.
27405      Branch: perl
27406            ! lib/Term/Cap.t
27407 ____________________________________________________________________________
27408 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
27409         Log: (Retracted by #12285)
27410      Branch: perl
27411            ! lib/Term/Cap.t
27412 ____________________________________________________________________________
27413 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
27414         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
27415              From: "chromatic" <chromatic@rmci.net>  
27416              Date: Sun, 30 Sep 2001 16:10:02 -0600
27417              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
27418      Branch: perl
27419            + lib/Term/Cap.t
27420            ! MANIFEST
27421 ____________________________________________________________________________
27422 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
27423         Log: Use stty -g to restore the terminal state, do not even
27424              try to run the tests if stty -g is not available.
27425      Branch: perl
27426            ! lib/Term/Complete.t
27427 ____________________________________________________________________________
27428 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
27429         Log: Cleanup utf8_heavy; allow dropping the In prefix from
27430              Unicode script/block properties.
27431      Branch: perl
27432            ! lib/utf8_heavy.pl
27433 ____________________________________________________________________________
27434 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
27435         Log: Retract the #12259 for now.
27436      Branch: perl
27437            ! embed.h embed.pl sv.h
27438 ____________________________________________________________________________
27439 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
27440         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
27441      Branch: perl
27442            + lib/Text/TabsWrap/CHANGELOG
27443            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
27444 ____________________________________________________________________________
27445 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
27446         Log: #12272 wasn't right, it introduced an extra ().
27447      Branch: perl
27448            ! lib/utf8_heavy.pl
27449 ____________________________________________________________________________
27450 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
27451         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
27452              From: Jonathan Stowe <gellyfish@gellyfish.com>
27453              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
27454              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
27455      Branch: perl
27456            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
27457 ____________________________________________________________________________
27458 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
27459         Log: Subject: Patch to put qsortsv in the public API
27460              From: Brian Ingerson <ingy@ttul.org>
27461              Date: Sat, 29 Sep 2001 17:41:13 -0700
27462              Message-ID: <20010929174113.A30223@ttul.org>
27463      Branch: perl
27464            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
27465 ____________________________________________________________________________
27466 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
27467         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
27468              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27469              Date: Sat, 29 Sep 2001 23:54:48 +0200
27470              Message-ID: <20010929235448.A5017@rafael>
27471      Branch: perl
27472            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
27473 ____________________________________________________________________________
27474 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
27475         Log: FAQ sync.
27476      Branch: perl
27477            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27478            ! pod/perlfaq9.pod
27479 ____________________________________________________________________________
27480 [ 12273] By: bailey                                on 2001/09/29  23:43:46
27481         Log: Resync with mainline
27482      Branch: vmsperl
27483           +> (branch 1207 files)
27484            - (delete 324 files)
27485           !> (integrate 866 files)
27486 ____________________________________________________________________________
27487 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
27488         Log: Nasty recursion trap if one would match Unicode.
27489      Branch: perl
27490            ! lib/utf8_heavy.pl
27491 ____________________________________________________________________________
27492 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
27493         Log: More Unicode todo.
27494      Branch: perl
27495            ! pod/perltodo.pod
27496 ____________________________________________________________________________
27497 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
27498         Log: Explain a bit the new more flexible \p\P syntax.
27499      Branch: perl
27500            ! pod/perlunicode.pod
27501 ____________________________________________________________________________
27502 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
27503         Log: More leniency to the \p and \P: now can have whitespace
27504              between the property definition and the curlies; now can
27505              invert the property by having a caret between the open
27506              curly and the property.
27507      Branch: perl
27508            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
27509 ____________________________________________________________________________
27510 [ 12268] By: nick                                  on 2001/09/29  17:39:26
27511         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
27512              one test (lib/open.t) fails
27513      Branch: perlio
27514           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
27515           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
27516           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
27517           +> lib/Tie/Scalar.t lib/open.t
27518            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
27519            - ext/B/Stash.t
27520           !> (integrate 62 files)
27521 ____________________________________________________________________________
27522 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
27523         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
27524      Branch: perl
27525            ! t/op/chdir.t
27526 ____________________________________________________________________________
27527 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
27528         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
27529              From: "Craig A. Berry" <craigberry@mac.com> 
27530              Date: Sat, 29 Sep 2001 09:35:33 -0500
27531              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
27532      Branch: perl
27533            ! t/op/chdir.t
27534 ____________________________________________________________________________
27535 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
27536         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
27537              From: "chromatic" <chromatic@rmci.net>
27538              Date: Fri, 28 Sep 2001 21:20:12 -0600
27539              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
27540      Branch: perl
27541            + lib/Tie/Scalar.t
27542            ! MANIFEST lib/Tie/Scalar.pm
27543 ____________________________________________________________________________
27544 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
27545         Log: Allow for more flexibility in the \p{In...} names, now
27546              case doesn't matter, and any space or dash can be
27547              matched by any space, dash, underbar, or empty.
27548              (may be going too far on leniency)
27549      Branch: perl
27550            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
27551            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
27552            ! t/op/pat.t
27553 ____________________________________________________________________________
27554 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
27555         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
27556              From: "chromatic" <chromatic@rmci.net>
27557              Date: Fri, 28 Sep 2001 17:39:50 -0600
27558              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
27559      Branch: perl
27560            + lib/open.t
27561            ! MANIFEST
27562 ____________________________________________________________________________
27563 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
27564         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
27565              From: "Craig A. Berry" <craigberry@mac.com>
27566              Date: Fri, 28 Sep 2001 16:24:51 -0500
27567              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
27568      Branch: perl
27569            ! ext/File/Glob/t/basic.t
27570 ____________________________________________________________________________
27571 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
27572         Log: Subject: [DOC PATCH] Carp.pm pod typo
27573              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27574              Date: Fri, 28 Sep 2001 23:14:51 +0200
27575              Message-ID: <20010928231451.E16889@rafael>
27576      Branch: perl
27577            ! lib/Carp.pm
27578 ____________________________________________________________________________
27579 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
27580         Log: Subject: [PATCH] Allow an @INC hook to set %INC
27581              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27582              Date: Fri, 28 Sep 2001 22:18:13 +0200
27583              Message-ID: <20010928221813.A16889@rafael>
27584      Branch: perl
27585            ! pp_ctl.c
27586 ____________________________________________________________________________
27587 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
27588         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
27589              From: Nicholas Clark <nick@ccl4.org>
27590              Date: Fri, 28 Sep 2001 23:39:33 +0100
27591              Message-ID: <20010928233933.C23673@plum.flirble.org>
27592      Branch: perl
27593            ! embed.h embed.pl sv.h
27594 ____________________________________________________________________________
27595 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
27596         Log: Update Changes.
27597      Branch: perl
27598            ! Changes patchlevel.h
27599 ____________________________________________________________________________
27600 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
27601         Log: Move the B tests to B/t.
27602      Branch: perl
27603            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
27604            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
27605            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
27606            - ext/B/Showlex.t ext/B/Stash.t
27607            ! MANIFEST
27608 ____________________________________________________________________________
27609 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
27610         Log: Forgot from #12254.
27611      Branch: perl
27612            + ext/B/B/Terse.t
27613 ____________________________________________________________________________
27614 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
27615         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
27616              From: "chromatic" <chromatic@rmci.net>
27617              Date: Thu, 27 Sep 2001 23:22:17 -0600
27618              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
27619      Branch: perl
27620            ! MANIFEST
27621 ____________________________________________________________________________
27622 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
27623         Log: Test numbering mismatch.
27624      Branch: perl
27625            ! t/op/chdir.t
27626 ____________________________________________________________________________
27627 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
27628         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
27629              From: "Craig A. Berry" <craigberry@mac.com>
27630              Date: Wed, 26 Sep 2001 17:43:14 -0500
27631              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
27632      Branch: perl
27633            ! iperlsys.h t/op/chdir.t
27634 ____________________________________________________________________________
27635 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
27636         Log: Subject: [PATCH gv.c] make __ANON__ global
27637              From: Robin Barker <rmb1@cise.npl.co.uk>
27638              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
27639              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
27640      Branch: perl
27641            ! gv.c t/op/anonsub.t t/op/runlevel.t
27642 ____________________________________________________________________________
27643 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
27644         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
27645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27646              Date: Thu, 27 Sep 2001 22:34:32 +0200
27647              Message-ID: <20010927223432.A1485@rafael>
27648      Branch: perl
27649            ! ext/B/B/Terse.pm
27650 ____________________________________________________________________________
27651 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
27652         Log: (retracted by #12338)
27653              
27654              Subject: [PATCH] Cleanup of perldsc.pod      
27655              From: Casey West <casey@geeknest.com>
27656              Date: Thu, 27 Sep 2001 11:13:17 -0400
27657              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
27658      Branch: perl
27659            ! pod/perldsc.pod
27660 ____________________________________________________________________________
27661 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
27662         Log: Not everyone is using ithreads...
27663      Branch: perl
27664            ! ext/Devel/Peek/Peek.t
27665 ____________________________________________________________________________
27666 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
27667         Log: Document the nss_delete core dump workaround for HP-UX
27668              and Solaris, bug IDs 20010805.018 and 20010629.004.
27669      Branch: perl
27670            ! README.hpux README.solaris
27671 ____________________________________________________________________________
27672 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
27673         Log: Dump Unicode hash keys also as Unicode,
27674              not just as a byte string.
27675      Branch: perl
27676            ! dump.c ext/Devel/Peek/Peek.t
27677 ____________________________________________________________________________
27678 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
27679         Log: Integrate changes #12241 and #12242 from macperl:
27680              
27681              Remove unneeded disabling of umask() calls
27682              
27683              Note (get|set)sockopt are available.
27684      Branch: perl
27685           !> lib/File/Temp.pm pod/perlport.pod
27686 ____________________________________________________________________________
27687 [ 12244] By: sky                                   on 2001/09/27  08:53:00
27688         Log: Flush buffers on thread closedown.
27689      Branch: perl
27690            ! ext/threads/threads.xs
27691 ____________________________________________________________________________
27692 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
27693         Log: Dump SvUTF8(sv)s also as \x{...}.
27694              
27695              TODO: dump the SvUTF8() hash keys similarly. 
27696      Branch: perl
27697            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
27698 ____________________________________________________________________________
27699 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
27700         Log: Note (get|set)sockopt are available.
27701      Branch: maint-5.6/macperl
27702            ! pod/perlport.pod
27703 ____________________________________________________________________________
27704 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
27705         Log: Remove unneeded disabling of umask() calls
27706      Branch: maint-5.6/macperl
27707            ! lib/File/Temp.pm
27708 ____________________________________________________________________________
27709 [ 12240] By: sky                                   on 2001/09/26  18:44:56
27710         Log: Documention update
27711      Branch: perl
27712            ! ext/threads/threads.pm
27713 ____________________________________________________________________________
27714 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
27715         Log: Update Changes.
27716      Branch: perl
27717            ! Changes patchlevel.h
27718 ____________________________________________________________________________
27719 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
27720         Log: Check that all environment variables are tainted.
27721      Branch: perl
27722            ! t/op/taint.t
27723 ____________________________________________________________________________
27724 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
27725         Log: Manual integration error in #12235.
27726      Branch: perl
27727            ! lib/File/DosGlob.t
27728 ____________________________________________________________________________
27729 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
27730         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
27731              From: "chromatic" <chromatic@rmci.net>
27732              Date: Tue, 25 Sep 2001 23:57:07 -0600
27733              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
27734      Branch: perl
27735            ! perlio.c
27736 ____________________________________________________________________________
27737 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
27738         Log: Integrate macperl changes from Chris Nandor:
27739              12192 11817 11815 11813 11778 11775
27740              
27741              Update CPAN.pm to work with new Mac::BuildTools instead
27742              of ExtUtils::MM_MacOS "orphan" functions
27743              
27744              Fix test
27745              
27746              Make syntax check report in MPW style, fix tests
27747              to use Mac::err=unix to get normal-style error
27748              messages.
27749              
27750              More module and test ports from Thomas Wegner et al
27751              
27752              Fix open of /dev/null for Mac OS
27753              
27754              Allow for platforms to override formatting of errors
27755              on output from Matthias Neeracher (core files)
27756      Branch: perl
27757            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
27758            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
27759            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
27760           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
27761           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
27762           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
27763 ____________________________________________________________________________
27764 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
27765         Log: grrr.
27766      Branch: perl
27767            ! t/op/gv.t
27768 ____________________________________________________________________________
27769 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
27770         Log: Retract #12232.
27771      Branch: perl
27772            ! t/op/gv.t
27773 ____________________________________________________________________________
27774 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
27775         Log: (Retracted by #12233.)
27776      Branch: perl
27777            ! t/op/gv.t
27778 ____________________________________________________________________________
27779 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
27780         Log: Detypo.
27781      Branch: perl
27782            ! ext/Encode/Makefile.PL
27783 ____________________________________________________________________________
27784 [ 12230] By: sky                                   on 2001/09/26  11:36:23
27785         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
27786              We are using a "delay" here because we do not want to depend on thread synchronization issues.
27787      Branch: perl
27788            + ext/threads/t/stress_cv.t
27789            ! MANIFEST ext/threads/t/stress_string.t
27790 ____________________________________________________________________________
27791 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
27792         Log: NetWare tweak from Ananth Kesari.
27793      Branch: perl
27794            ! NetWare/t/Readme.txt
27795 ____________________________________________________________________________
27796 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
27797         Log: Trick to fool case-blind filesystems.
27798      Branch: perl
27799            ! ext/Encode/Makefile.PL
27800 ____________________________________________________________________________
27801 [ 12227] By: sky                                   on 2001/09/26  11:06:50
27802         Log: Threads can start executing in a different order than they were
27803              created.... so we cannot ok() inside the threadstarter.
27804      Branch: perl
27805            ! ext/threads/t/stress_string.t
27806 ____________________________________________________________________________
27807 [ 12226] By: sky                                   on 2001/09/26  07:41:45
27808         Log: Add in stress_string.t to stress test threads a bit more.
27809      Branch: perl
27810            + ext/threads/t/stress_string.t
27811            ! MANIFEST
27812 ____________________________________________________________________________
27813 [ 12225] By: sky                                   on 2001/09/26  07:04:21
27814         Log: Fix negative refcount introduced by #12223.
27815      Branch: perl
27816            ! ext/threads/threads.xs
27817 ____________________________________________________________________________
27818 [ 12224] By: sky                                   on 2001/09/26  06:57:58
27819         Log: Update documentation to match change #12223
27820      Branch: perl
27821            ! sharedsv.c
27822 ____________________________________________________________________________
27823 [ 12223] By: sky                                   on 2001/09/26  06:54:32
27824         Log: Use a separate interpreter for the sharedsv space. Another
27825              negative sv leak. Sigh.
27826      Branch: perl
27827            ! sharedsv.c
27828 ____________________________________________________________________________
27829 [ 12222] By: sky                                   on 2001/09/26  05:58:35
27830         Log: Do the environ assignment in perl_contruct to match perl_destruct.
27831              Now we don't need to perl_parse/perl_run. However environ is a
27832              global....
27833      Branch: perl
27834            ! perl.c
27835 ____________________________________________________________________________
27836 [ 12221] By: sky                                   on 2001/09/26  05:41:02
27837         Log: Move the creation of PL_strtab to perl_construct so we can work
27838              with HV and HEs without running perl_parse.
27839      Branch: perl
27840            ! perl.c
27841 ____________________________________________________________________________
27842 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
27843         Log: integrate macperl changes into maint-5.6
27844      Branch: maint-5.6/perl
27845           !> (integrate 26 files)
27846 ____________________________________________________________________________
27847 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
27848         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
27849              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
27850      Branch: maint-5.6/macperl
27851            ! macos/ext/Mac/Fonts/Fonts.xs
27852            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
27853 ____________________________________________________________________________
27854 [ 12218] By: ams                                   on 2001/09/25  23:31:33
27855         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
27856              From: Nicholas Clark <nick@ccl4.org>
27857              Date: Wed, 26 Sep 2001 01:20:20 +0100
27858              Message-Id: <20010926012020.B48092@plum.flirble.org>
27859      Branch: perl
27860            ! lib/AutoSplit.t
27861 ____________________________________________________________________________
27862 [ 12217] By: ams                                   on 2001/09/25  22:33:05
27863         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
27864              From: "Craig A. Berry" <craigberry@mac.com>
27865              Date: Tue, 25 Sep 2001 18:08:42 -0500
27866              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
27867      Branch: perl
27868            ! vms/vms.c
27869 ____________________________________________________________________________
27870 [ 12216] By: ams                                   on 2001/09/25  21:41:01
27871         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
27872              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
27873              From: Michael G Schwern <schwern@pobox.com>
27874              Date: Wed, 26 Sep 2001 00:38:21 -0400
27875              Message-Id: <20010926003821.A627@blackrider>
27876      Branch: perl
27877            ! lib/AutoSplit.t
27878 ____________________________________________________________________________
27879 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
27880         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
27881              From: Michael G Schwern <schwern@pobox.com>
27882              Date: Tue, 25 Sep 2001 17:43:49 -0400
27883              Message-ID: <20010925174349.B19534@blackrider>
27884      Branch: perl
27885            ! lib/Test/Simple.pm lib/Test/Utils.pm
27886 ____________________________________________________________________________
27887 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
27888         Log: Integrate changes from bleadperl.
27889      Branch: maint-5.6/macperl
27890           !> pod/perlport.pod
27891 ____________________________________________________________________________
27892 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
27893         Log: skip($mess) should result in one skip.
27894      Branch: perl
27895            ! t/test.pl
27896 ____________________________________________________________________________
27897 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
27898         Log: Integrate change #12200 from maintperl.
27899      Branch: maint-5.6/macperl
27900           !> win32/perlhost.h
27901 ____________________________________________________________________________
27902 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
27903         Log: Fix file types to "apple"
27904      Branch: maint-5.6/macperl
27905            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
27906            ! macos/ext/Mac/SAT/t/Collision.rsrc
27907 ____________________________________________________________________________
27908 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
27909         Log: Fix rsrc file as snd file; fix path in t file.
27910      Branch: maint-5.6/macperl
27911            ! macos/ext/Mac/Notification/t/Notification.rsrc
27912            ! macos/ext/Mac/Notification/t/Notification.t
27913 ____________________________________________________________________________
27914 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
27915         Log: Sync up with File::Find from bleadperl.
27916      Branch: maint-5.6/macperl
27917            ! lib/File/Find.pm t/lib/filefind-taint.t
27918 ____________________________________________________________________________
27919 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
27920         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
27921              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
27922              of hundreds)
27923      Branch: maint-5.6/macperl
27924            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
27925            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
27926            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
27927 ____________________________________________________________________________
27928 [ 12207] By: nick                                  on 2001/09/25  19:04:36
27929         Log: Integrate mainline (untested while modem is up)
27930      Branch: perlio
27931           +> lib/AutoSplit.t t/test.pl
27932            - lib/warnings/register.t
27933           !> (integrate 28 files)
27934 ____________________________________________________________________________
27935 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
27936         Log: perldiag entry for #12205.
27937      Branch: perl
27938            ! pod/perldiag.pod
27939 ____________________________________________________________________________
27940 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
27941         Log: Subject: [PATCH] warning on v-string in use/require
27942              From: John Peacock <jpeacock@rowman.com>
27943              Date: Mon, 24 Sep 2001 17:29:03 -0400
27944              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
27945      Branch: perl
27946            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
27947 ____________________________________________________________________________
27948 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
27949         Log: perltooc et al updates.
27950      Branch: perl
27951            ! plan9/mkfile pod/roffitall
27952 ____________________________________________________________________________
27953 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
27954         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
27955              From: Michael G Schwern <schwern@pobox.com>
27956              Date: Sun, 23 Sep 2001 00:07:12 -0400
27957              Message-ID: <20010923000712.A7005@blackrider>
27958      Branch: perl
27959            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
27960 ____________________________________________________________________________
27961 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
27962         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
27963              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
27964              Date: Wed, 26 Sep 2001 01:25:10 +0900
27965              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
27966      Branch: perl
27967            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
27968            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
27969            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
27970 ____________________________________________________________________________
27971 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
27972         Log: Integrate change #12200 from maintperl;
27973              on windows, virtualized environment could propagate deleted variables
27974              into children if they happen to be at the very end of the table
27975      Branch: perl
27976           !> win32/perlhost.h
27977 ____________________________________________________________________________
27978 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
27979         Log: on windows, virtualized environment could propagate deleted variables
27980              into children if they happen to be at the very end of the table
27981              (thanks for succinct test case from Johan Holmberg, and fix from
27982              Doug Lankshear)
27983      Branch: maint-5.6/perl
27984            ! win32/perlhost.h
27985 ____________________________________________________________________________
27986 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
27987         Log: avoid the use of ftime() (it does a useless, potentially
27988              expensive call to GetTimeZoneInformation()); this potentially
27989              also results in three more digits of precision from
27990              Time::HiRes::time()
27991      Branch: perl
27992            ! ext/Time/HiRes/HiRes.xs
27993 ____________________________________________________________________________
27994 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
27995         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
27996              
27997              Note: io/binmode is failing, have to figure out why.
27998      Branch: perl
27999            + t/test.pl
28000            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
28001            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
28002            ! t/run/exit.t
28003 ____________________________________________________________________________
28004 [ 12197] By: ams                                   on 2001/09/25  13:48:55
28005         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
28006              From: Nicholas Clark <nick@ccl4.org>
28007              Date: Tue, 25 Sep 2001 00:37:40 +0100
28008              Message-Id: <20010925003740.S4971@plum.flirble.org>
28009              (Further changes expected.)
28010      Branch: perl
28011            + lib/AutoSplit.t
28012            ! MANIFEST
28013 ____________________________________________________________________________
28014 [ 12196] By: sky                                   on 2001/09/25  13:37:12
28015         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
28016              _ftime to try and be more robust.
28017      Branch: perl
28018            ! ext/Time/HiRes/HiRes.xs
28019 ____________________________________________________________________________
28020 [ 12194] By: ams                                   on 2001/09/25  11:40:00
28021         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
28022              From: "Craig A. Berry" <craigberry@mac.com>
28023              Date: Mon, 24 Sep 2001 17:54:20 -0500
28024              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
28025      Branch: perl
28026            ! vms/descrip_mms.template
28027 ____________________________________________________________________________
28028 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
28029         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
28030              not working, cursor not spinning (Bug #422129); external
28031              editor problems (Bug #456329); escape/cmd-. not activating
28032              "Cancel" in Save dialog box (Bug #446960); Runtimes not
28033              executing on launch (Bug #464441).
28034      Branch: maint-5.6/macperl
28035            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
28036            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
28037            ! macos/macperl/MacPerl.r
28038 ____________________________________________________________________________
28039 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
28040         Log: Update CPAN.pm to work with new Mac::BuildTools instead
28041              of ExtUtils::MM_MacOS "orphan" functions
28042      Branch: maint-5.6/macperl
28043            ! lib/CPAN.pm
28044 ____________________________________________________________________________
28045 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
28046         Log: Fix up another xsubpp problem (Matthias Neeracher)
28047      Branch: maint-5.6/macperl
28048            ! macos/xsubpp
28049 ____________________________________________________________________________
28050 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
28051         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
28052      Branch: maint-5.6/macperl
28053            ! macos/lib/ExtUtils/MM_MacOS.pm
28054 ____________________________________________________________________________
28055 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
28056         Log: Fix up Makefiles for more Mac:: modules (and prepare for
28057              static build ...?)
28058      Branch: maint-5.6/macperl
28059            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
28060            ! macos/macperl/Makefile.mk
28061 ____________________________________________________________________________
28062 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
28063         Log: Fix up tests
28064      Branch: maint-5.6/macperl
28065            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
28066 ____________________________________________________________________________
28067 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
28068         Log: Make malloc smarter, fix bugs.  (Bug #404030)
28069      Branch: maint-5.6/macperl
28070            ! macos/icemalloc.c macos/icemalloc.h
28071 ____________________________________________________________________________
28072 [ 12186] By: nick                                  on 2001/09/24  19:18:17
28073         Log: Integrate mainline
28074      Branch: perlio
28075           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
28076           +> lib/filetest.t
28077           !> (integrate 30 files)
28078 ____________________________________________________________________________
28079 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
28080         Log: Retract #12136, the warnings::register is already
28081              tested by t/lib/warnings/9enabled, as pointed out
28082              by Paul Marquess.
28083      Branch: perl
28084            - lib/warnings/register.t
28085            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
28086 ____________________________________________________________________________
28087 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
28088         Log: fix Time::HiRes implementation of gettimeofday() on windows
28089              (HiRes.t#14 now passes)
28090      Branch: perl
28091            ! ext/Time/HiRes/HiRes.xs
28092 ____________________________________________________________________________
28093 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
28094         Log: File::Spec::catfile() canonifies everything to blackslashes on
28095              windows :-(
28096      Branch: perl
28097            ! lib/ExtUtils/Manifest.t
28098 ____________________________________________________________________________
28099 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
28100         Log: test number mismatch
28101      Branch: perl
28102            ! t/op/magic.t
28103 ____________________________________________________________________________
28104 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
28105         Log: ok().
28106      Branch: perl
28107            ! t/op/pack.t
28108 ____________________________________________________________________________
28109 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
28110         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
28111              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28112      Branch: perl
28113            ! pp_pack.c t/op/pack.t
28114 ____________________________________________________________________________
28115 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
28116         Log: Update Changes.
28117      Branch: perl
28118            ! Changes patchlevel.h
28119 ____________________________________________________________________________
28120 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
28121         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
28122              From: Michael G Schwern <schwern@pobox.com>
28123              Date: Mon, 24 Sep 2001 11:12:13 -0400
28124              Message-ID: <20010924111213.G27885@blackrider>
28125      Branch: perl
28126            ! lib/ExtUtils/Manifest.pm
28127 ____________________________________________________________________________
28128 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
28129         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
28130              From: Michael G Schwern <schwern@pobox.com> 
28131              Date: Mon, 24 Sep 2001 11:02:07 -0400
28132              Message-ID: <20010924110207.E27885@blackrider>
28133      Branch: perl
28134            ! vms/test.com
28135 ____________________________________________________________________________
28136 [ 12176] By: ams                                   on 2001/09/24  14:01:59
28137         Log: Update Changes.
28138      Branch: perl
28139            ! Changes
28140 ____________________________________________________________________________
28141 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
28142         Log: Various cleanups.
28143      Branch: perl
28144            ! ext/threads/Makefile.PL ext/threads/threads.xs
28145 ____________________________________________________________________________
28146 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
28147         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
28148      Branch: maint-5.6/macperl
28149           !> (integrate 33 files)
28150 ____________________________________________________________________________
28151 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
28152         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
28153              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28154              Date: Mon, 24 Sep 2001 20:04:58 +0900
28155              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
28156      Branch: perl
28157            ! ext/Encode/Encode/gb2312.enc
28158 ____________________________________________________________________________
28159 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
28160         Log: Clarifying comment to #12164.
28161      Branch: perl
28162            ! lib/Cwd.pm
28163 ____________________________________________________________________________
28164 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
28165         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
28166              From: Nicholas Clark <nick@ccl4.org>
28167              Date: Sun, 23 Sep 2001 23:00:56 +0100
28168              Message-ID: <20010923230055.Y4971@plum.flirble.org>
28169              
28170              (with "sample_constants" changed to "fallback")
28171      Branch: perl
28172            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
28173            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
28174            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
28175            ! lib/h2xs.t utils/h2xs.PL
28176 ____________________________________________________________________________
28177 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
28178         Log: Metaconfig unit change for #12167.
28179      Branch: metaconfig
28180            ! U/modified/Cppsym.U
28181 ____________________________________________________________________________
28182 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
28183         Log: Add a few glibc cpp symbols to probe for.
28184      Branch: perl
28185            ! Configure
28186 ____________________________________________________________________________
28187 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
28188         Log: DJGPP tweaks for Laszlo Molnar.
28189      Branch: perl
28190            ! djgpp/djgppsed.sh dosish.h
28191 ____________________________________________________________________________
28192 [ 12165] By: ams                                   on 2001/09/24  10:07:08
28193         Log: Subject: [PATCH t/op/inccode.t] More tests
28194              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28195              Date: 24 Sep 2001 10:01:44 -0000
28196              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
28197      Branch: perl
28198            ! t/op/inccode.t
28199 ____________________________________________________________________________
28200 [ 12164] By: ams                                   on 2001/09/24  09:43:29
28201         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
28202              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
28203              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
28204              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
28205      Branch: perl
28206            ! lib/Cwd.pm
28207 ____________________________________________________________________________
28208 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
28209         Log: 1_compile updates.
28210      Branch: perl
28211            ! t/lib/1_compile.t
28212 ____________________________________________________________________________
28213 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
28214         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
28215              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28216              Date: Wed, 19 Sep 2001 22:47:14 +0200
28217              Message-ID: <20010919224714.A6382@rafael>
28218      Branch: perl
28219            ! pod/perlvar.pod pp_ctl.c
28220 ____________________________________________________________________________
28221 [ 12161] By: ams                                   on 2001/09/23  17:40:02
28222         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
28223              filetest Pragma
28224              From: "chromatic" <chromatic@rmci.net>
28225              Date: Sun, 23 Sep 2001 12:07:25 -0600
28226              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
28227      Branch: perl
28228            + lib/filetest.t
28229            ! MANIFEST t/lib/1_compile.t
28230 ____________________________________________________________________________
28231 [ 12160] By: ams                                   on 2001/09/23  16:32:11
28232         Log: Additional minor chdir() tweak.
28233      Branch: perl
28234            ! pod/perlfunc.pod
28235 ____________________________________________________________________________
28236 [ 12159] By: ams                                   on 2001/09/23  16:25:01
28237         Log: Subject: PATCH lib/ExtUtils/Command.t
28238              From: Abe Timmerman <abe@ztreet.demon.nl>
28239              Date: Sun, 23 Sep 2001 19:11:44 +0200
28240              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
28241      Branch: perl
28242            ! lib/ExtUtils/Command.t
28243 ____________________________________________________________________________
28244 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
28245         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
28246              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
28247              Date: Sun, 23 Sep 2001 02:02:26 +0200
28248              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
28249      Branch: perl
28250            ! makedef.pl
28251 ____________________________________________________________________________
28252 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
28253         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
28254              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
28255              Date: Sat, 22 Sep 2001 12:54:39 -0500
28256              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
28257      Branch: perl
28258            ! t/op/study.t
28259 ____________________________________________________________________________
28260 [ 12156] By: nick                                  on 2001/09/23  07:48:44
28261         Log: Integrate mainline
28262      Branch: perlio
28263            - check83.pl
28264           !> ext/Encode/Encode/2022-cn.enc
28265 ____________________________________________________________________________
28266 [ 12155] By: nick                                  on 2001/09/23  07:48:01
28267         Log: Integrate mainline
28268      Branch: perlio
28269           +> (branch 64 files)
28270            - ext/Encode/Encode/cns11643-1.enc
28271            - ext/Encode/Encode/cns11643-2.enc
28272            - ext/Encode/Encode/iso2022-cn.enc
28273            - ext/Encode/Encode/iso2022-jp.enc
28274            - ext/Encode/Encode/iso2022-jp1.enc
28275            - ext/Encode/Encode/iso2022-jp2.enc
28276            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
28277            - ext/Encode/Encode/iso8859-1.enc
28278            - ext/Encode/Encode/iso8859-1.ucm
28279            - ext/Encode/Encode/iso8859-10.enc
28280            - ext/Encode/Encode/iso8859-10.ucm
28281            - ext/Encode/Encode/iso8859-13.enc
28282            - ext/Encode/Encode/iso8859-13.ucm
28283            - ext/Encode/Encode/iso8859-14.enc
28284            - ext/Encode/Encode/iso8859-14.ucm
28285            - ext/Encode/Encode/iso8859-15.enc
28286            - ext/Encode/Encode/iso8859-15.ucm
28287            - ext/Encode/Encode/iso8859-16.enc
28288            - ext/Encode/Encode/iso8859-16.ucm
28289            - ext/Encode/Encode/iso8859-2.enc
28290            - ext/Encode/Encode/iso8859-2.ucm
28291            - ext/Encode/Encode/iso8859-3.enc
28292            - ext/Encode/Encode/iso8859-3.ucm
28293            - ext/Encode/Encode/iso8859-4.enc
28294            - ext/Encode/Encode/iso8859-4.ucm
28295            - ext/Encode/Encode/iso8859-5.enc
28296            - ext/Encode/Encode/iso8859-5.ucm
28297            - ext/Encode/Encode/iso8859-6.enc
28298            - ext/Encode/Encode/iso8859-6.ucm
28299            - ext/Encode/Encode/iso8859-7.enc
28300            - ext/Encode/Encode/iso8859-7.ucm
28301            - ext/Encode/Encode/iso8859-8.enc
28302            - ext/Encode/Encode/iso8859-8.ucm
28303            - ext/Encode/Encode/iso8859-9.enc
28304            - ext/Encode/Encode/iso8859-9.ucm
28305            - ext/Encode/Encode/isoir-197.enc
28306            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
28307            - t/lib/sample-tests/header_at_end
28308            - t/lib/sample-tests/header_at_end_fail
28309           !> (integrate 174 files)
28310 ____________________________________________________________________________
28311 [ 12154] By: ams                                   on 2001/09/23  07:11:46
28312         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
28313              by Blair Zajac.
28314      Branch: perl
28315            ! pod/perlfunc.pod
28316 ____________________________________________________________________________
28317 [ 12153] By: ams                                   on 2001/09/23  06:56:32
28318         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
28319              Forgotten deprecation of *glob{FILEHANDLE}?
28320              From: "chromatic" <chromatic@rmci.net>
28321              Date: Sat, 22 Sep 2001 21:27:56 -0600
28322              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
28323      Branch: perl
28324            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
28325 ____________________________________________________________________________
28326 [ 12152] By: ams                                   on 2001/09/23  06:42:58
28327         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
28328              From: Michael G Schwern <schwern@pobox.com>
28329              Date: Sun, 23 Sep 2001 03:34:39 -0400
28330              Message-Id: <20010923033439.E7005@blackrider>
28331      Branch: perl
28332            ! lib/File/Find.pm
28333 ____________________________________________________________________________
28334 [ 12151] By: ams                                   on 2001/09/23  06:37:57
28335         Log: Subject: Re: t/op/magic.t missing tests on Win32
28336              From: Michael G Schwern <schwern@pobox.com>
28337              Date: Sat, 22 Sep 2001 20:29:09 -0400
28338              Message-Id: <20010922202909.I18223@blackrider>
28339      Branch: perl
28340            ! t/op/magic.t
28341 ____________________________________________________________________________
28342 [ 12150] By: ams                                   on 2001/09/23  06:36:26
28343         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
28344              Dumpvalue.pm
28345              From: "chromatic" <chromatic@rmci.net>
28346              Date: Sat, 22 Sep 2001 19:41:31 -0600
28347              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
28348      Branch: perl
28349            + lib/Dumpvalue.t
28350            ! MANIFEST lib/Dumpvalue.pm
28351 ____________________________________________________________________________
28352 [ 12149] By: ams                                   on 2001/09/23  06:25:35
28353         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
28354              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
28355              Date: Sun, 23 Sep 2001 15:27:56 +0900
28356              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
28357      Branch: perl
28358            ! ext/Encode/Encode/2022-cn.enc
28359 ____________________________________________________________________________
28360 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
28361         Log: Manual eror in #12147.
28362      Branch: perl
28363            ! win32/win32.c
28364 ____________________________________________________________________________
28365 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
28366         Log: Integrate change #12146 from maintperl;
28367              win32_chdir() et al don't handle a NULL argument gracefully
28368      Branch: perl
28369           !> win32/perlhost.h win32/win32.c
28370 ____________________________________________________________________________
28371 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
28372         Log: win32_chdir() et al don't handle a NULL argument gracefully
28373      Branch: maint-5.6/perl
28374            ! win32/perlhost.h win32/win32.c
28375 ____________________________________________________________________________
28376 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
28377         Log: typo in change#12026
28378      Branch: maint-5.6/perl
28379            ! op.c
28380 ____________________________________________________________________________
28381 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
28382         Log: Subject: [PATCH] Re: scalar context unpack bugs
28383              From: Nicholas Clark <nick@ccl4.org>
28384              Date: Sat, 22 Sep 2001 23:07:56 +0100
28385              Message-ID: <20010922230755.O4971@plum.flirble.org>
28386      Branch: perl
28387            ! pp_pack.c t/op/pack.t
28388 ____________________________________________________________________________
28389 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
28390         Log: Try ExtUtils::Command.t everywhere, not just on Win32
28391              (as suggested by NI-S).  Also allow running it either
28392              in t/ or in the main directory.
28393      Branch: perl
28394            ! lib/ExtUtils/Command.t
28395 ____________________________________________________________________________
28396 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
28397         Log: Update the test on warnings/register.t.
28398      Branch: perl
28399            ! t/lib/1_compile.t
28400 ____________________________________________________________________________
28401 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
28402         Log: The code is now almost tidy enough to keep the IRIX cc happy.
28403      Branch: perl
28404            ! hints/irix_6.sh
28405 ____________________________________________________________________________
28406 [ 12140] By: ams                                   on 2001/09/22  17:26:32
28407         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
28408              use_ithreads
28409              From: "Craig A. Berry" <craigberry@mac.com>
28410              Date: Sat, 22 Sep 2001 13:15:32 -0500
28411              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
28412      Branch: perl
28413            ! configure.com
28414 ____________________________________________________________________________
28415 [ 12139] By: ams                                   on 2001/09/22  16:44:08
28416         Log: Do what perl_clone() does for sharedsv functions.
28417      Branch: perl
28418            ! embed.pl proto.h
28419 ____________________________________________________________________________
28420 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
28421         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
28422              (suggested by Sarathy, extensions shouldn't be dabbling with
28423              op structures, so binary backward compatibility should not be
28424              an issue.)
28425      Branch: perl
28426            ! hints/irix_6.sh op.h
28427 ____________________________________________________________________________
28428 [ 12137] By: ams                                   on 2001/09/22  16:21:05
28429         Log: More cleanups. (What's PERL_DECL_PROT?)
28430      Branch: perl
28431            ! embed.pl proto.h sharedsv.h
28432 ____________________________________________________________________________
28433 [ 12136] By: ams                                   on 2001/09/22  15:14:34
28434         Log: (Retracted by #12185)
28435              
28436              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
28437              Add Tests for warnings::register, Doc Update
28438              From: "chromatic" <chromatic@rmci.net>
28439              Date: Sat, 22 Sep 2001 09:43:20 -0600
28440              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
28441      Branch: perl
28442            + lib/warnings/register.t
28443            ! MANIFEST lib/warnings/register.pm
28444 ____________________________________________________________________________
28445 [ 12135] By: ams                                   on 2001/09/22  15:07:50
28446         Log: `@foo' should be @foo for consistency.
28447      Branch: perl
28448            ! pod/perldiag.pod
28449 ____________________________________________________________________________
28450 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
28451         Log: (Retracted by #12138)
28452              
28453              Add -woff (turn warning off) 3187:
28454              "A pointer is converted to a smaller integer."
28455              This happens when your pointers are 64-bit: then every case
28456              of converting pointers to PADOFFSETs (explicitly 32-bit)
28457              faces truncation (even explicit use of INT2PTR doesn't help).
28458              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
28459              Changing PADOFFSET from U32 to UV would help, but that
28460              would break binary backward compatibility of BASEOP and padop
28461              (assuming you have been using 64-bit pointers).
28462      Branch: perl
28463            ! hints/irix_6.sh
28464 ____________________________________________________________________________
28465 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
28466         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
28467              but the name comes from the inside the file, not from the file
28468              name, and Rumanian is the name of the language.
28469      Branch: perl
28470            + ext/Encode/Encode/macRumanian.enc
28471            - ext/Encode/Encode/macRomania.enc
28472            ! MANIFEST
28473 ____________________________________________________________________________
28474 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
28475         Log: Rename perltootc as perltooc for 8.3-friedliness.
28476      Branch: perl
28477            + pod/perltooc.pod
28478            - pod/perltootc.pod
28479            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
28480            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
28481            ! pod/perltoot.pod
28482 ____________________________________________________________________________
28483 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
28484         Log: Find more conflicts by lowercasing.
28485      Branch: perl
28486            + Porting/check83.pl
28487            - check83.pl
28488            ! MANIFEST
28489 ____________________________________________________________________________
28490 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
28491         Log: The AIX cc 5.0.0.0 is simply too buggy.
28492      Branch: perl
28493            ! hints/aix.sh
28494 ____________________________________________________________________________
28495 [ 12129] By: ams                                   on 2001/09/22  12:35:38
28496         Log: Uninteresting cleanup.
28497      Branch: perl
28498            ! form.h
28499 ____________________________________________________________________________
28500 [ 12128] By: ams                                   on 2001/09/22  12:28:48
28501         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
28502              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28503              Date: Sat, 22 Sep 2001 14:29:13 +0100
28504              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
28505      Branch: perl
28506            ! cv.h
28507 ____________________________________________________________________________
28508 [ 12127] By: ams                                   on 2001/09/22  12:04:28
28509         Log: What's a backet?
28510      Branch: perl
28511            ! dump.c
28512 ____________________________________________________________________________
28513 [ 12126] By: ams                                   on 2001/09/22  10:02:34
28514         Log: Removed duplicated tests #19 and #20.
28515      Branch: perl
28516            ! t/op/do.t
28517 ____________________________________________________________________________
28518 [ 12125] By: ams                                   on 2001/09/22  03:58:41
28519         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
28520              From: Michael Carman <mjcarman@home.com>
28521              Date: Fri, 21 Sep 2001 17:54:05 -0500
28522              Message-Id: <3BABC50D.6040202@home.com>
28523              (Applied with some changes.)
28524      Branch: perl
28525            ! pod/perlmod.pod
28526 ____________________________________________________________________________
28527 [ 12124] By: ams                                   on 2001/09/22  03:44:19
28528         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
28529              From: Michael G Schwern <schwern@pobox.com>
28530              Date: Fri, 21 Sep 2001 19:20:40 -0400
28531              Message-Id: <20010921192040.E5494@blackrider>
28532      Branch: perl
28533            ! t/op/chdir.t
28534 ____________________________________________________________________________
28535 [ 12123] By: ams                                   on 2001/09/22  03:41:08
28536         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
28537              From: Blair Zajac <blair@orcaware.com>
28538              Date: Fri, 21 Sep 2001 15:13:04 -0700
28539              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
28540      Branch: perl
28541            ! t/op/chdir.t
28542 ____________________________________________________________________________
28543 [ 12122] By: ams                                   on 2001/09/22  03:37:07
28544         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
28545              20010920.007
28546              From: Michael G Schwern <schwern@pobox.com>
28547              Date: Fri, 21 Sep 2001 17:59:03 -0400
28548              Message-Id: <20010921175903.V5494@blackrider>
28549      Branch: perl
28550            ! t/op/do.t
28551 ____________________________________________________________________________
28552 [ 12121] By: ams                                   on 2001/09/22  03:30:38
28553         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
28554              suite on WinCE)
28555              From: Michael G Schwern <schwern@pobox.com>
28556              Date: Fri, 21 Sep 2001 19:41:03 -0400
28557              Message-Id: <20010921194103.G5494@blackrider>
28558      Branch: perl
28559            ! pod/perlport.pod
28560 ____________________________________________________________________________
28561 [ 12120] By: ams                                   on 2001/09/22  03:28:06
28562         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
28563              From: Michael G Schwern <schwern@pobox.com>
28564              Date: Fri, 21 Sep 2001 17:33:35 -0400
28565              Message-Id: <20010921173335.T5494@blackrider>
28566              ($ENV{FOO}=undef hunk not applied.)
28567      Branch: perl
28568            ! t/op/magic.t
28569 ____________________________________________________________________________
28570 [ 12119] By: ams                                   on 2001/09/22  03:02:26
28571         Log: Subject: [PATCH] perldiag.pod
28572              From: Peter Scott <Peter@PSDT.com>
28573              Date: Fri, 21 Sep 2001 18:54:50 -0700
28574              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
28575              (Moved to the right place.)
28576      Branch: perl
28577            ! pod/perldiag.pod
28578 ____________________________________________________________________________
28579 [ 12118] By: ams                                   on 2001/09/21  20:05:29
28580         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
28581              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28582              Date: Fri, 21 Sep 2001 22:36:54 +0200
28583              Message-Id: <20010921223654.A12742@rafael>
28584      Branch: perl
28585            ! t/op/do.t
28586 ____________________________________________________________________________
28587 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
28588         Log: Restore things as they were before
28589              the backward compatibility police notices.
28590      Branch: perl
28591            ! lib/Cwd.pm
28592 ____________________________________________________________________________
28593 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
28594         Log: More Cwd from Schwern: make also OS/2 and DOS
28595              Cwd agree with File::Spec (that is, native path
28596              syntax using \ instead of / -- backward compatibility
28597              polic warning) and stop Win32 from using bsd_realpath().
28598      Branch: perl
28599            ! lib/Cwd.pm
28600 ____________________________________________________________________________
28601 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
28602         Log: Subject: [PATCH @12110] RE: Untested libraries update
28603              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
28604              Date: Fri, 21 Sep 2001 18:21:07 +0100
28605              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
28606      Branch: perl
28607            ! lib/warnings/register.pm
28608 ____________________________________________________________________________
28609 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
28610         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
28611              From: Michael G Schwern <schwern@pobox.com>
28612              Date: Thu, 20 Sep 2001 22:54:02 -0400
28613              Message-ID: <20010920225402.A3611@blackrider>
28614      Branch: perl
28615            ! lib/Cwd.pm
28616 ____________________________________________________________________________
28617 [ 12113] By: ams                                   on 2001/09/21  17:08:24
28618         Log: Subject: [PATCH] avoid v-strings with require/use
28619              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28620              Date: Fri, 21 Sep 2001 12:34:40 -0400
28621              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
28622      Branch: perl
28623            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
28624            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
28625            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
28626            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
28627            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
28628            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
28629            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
28630            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
28631            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
28632            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
28633            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
28634            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
28635            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
28636            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
28637            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
28638            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
28639            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
28640            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
28641            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
28642 ____________________________________________________________________________
28643 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
28644         Log: Update Changes.
28645      Branch: perl
28646            ! Changes patchlevel.h
28647 ____________________________________________________________________________
28648 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
28649         Log: Make AIX and Tru64 compilers happy.  
28650      Branch: perl
28651            ! ext/threads/threads.h ext/threads/threads.xs
28652 ____________________________________________________________________________
28653 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
28654         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
28655              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28656              Date: 21 Sep 2001 09:16:37 -0000
28657              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
28658      Branch: perl
28659            ! toke.c
28660 ____________________________________________________________________________
28661 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
28662         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
28663              From: Michael G Schwern <schwern@pobox.com>
28664              Date: Thu, 20 Sep 2001 21:21:34 -0400
28665              Message-ID: <20010920212134.Y28291@blackrider>
28666      Branch: perl
28667            ! pp_sys.c
28668 ____________________________________________________________________________
28669 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
28670         Log: Subject: Re: GDB Debugging Macros from mod_perl
28671              From: rspier@pobox.com (Robert Spier)
28672              Date: Thu, 20 Sep 2001 22:45:03 -0700
28673              Message-ID: <15274.54239.413929.49430@rls.cx>
28674      Branch: perl
28675            ! pod/perltodo.pod
28676 ____________________________________________________________________________
28677 [ 12105] By: sky                                   on 2001/09/21  10:33:34
28678         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
28679              timezone! GetSystemTime should be available on all Win32 
28680              platforms we support. Perhaps Time::HiRes should be extended to
28681              support WinCE and Novell?
28682      Branch: perl
28683            ! ext/Time/HiRes/HiRes.xs
28684 ____________________________________________________________________________
28685 [ 12104] By: sky                                   on 2001/09/21  08:12:39
28686         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
28687      Branch: perl
28688            ! ext/threads/threads.h ext/threads/threads.xs
28689 ____________________________________________________________________________
28690 [ 12103] By: sky                                   on 2001/09/21  07:57:41
28691         Log: Rename the *thread* functions to Perl_* to avoid clashes.
28692              Notably on AIX but could become a problem on other platforms.
28693      Branch: perl
28694            ! ext/threads/threads.h ext/threads/threads.xs
28695 ____________________________________________________________________________
28696 [ 12102] By: sky                                   on 2001/09/21  07:35:30
28697         Log: Add the shared sv space to the global vars.
28698              Fix problems compiling on win32.
28699      Branch: perl
28700            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
28701            ! sharedsv.c sharedsv.h
28702 ____________________________________________________________________________
28703 [ 12101] By: ams                                   on 2001/09/21  00:19:55
28704         Log: Subject: [PATCH] win32/Makefile warning fix
28705              From: Blair Zajac <blair@orcaware.com>
28706              Date: Thu, 20 Sep 2001 18:15:43 -0700
28707              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
28708      Branch: perl
28709            ! win32/Makefile
28710 ____________________________________________________________________________
28711 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
28712         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
28713              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
28714              Date: Thu, 20 Sep 2001 18:36:22 +0200
28715              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
28716      Branch: perl
28717            ! lib/ExtUtils/Command.t
28718 ____________________________________________________________________________
28719 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
28720         Log: Cant spl wirth a dam.
28721      Branch: perl
28722            ! intrpvar.h
28723 ____________________________________________________________________________
28724 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
28725         Log: Don't use C++ comments.
28726      Branch: perl
28727            ! ext/threads/threads.xs
28728 ____________________________________________________________________________
28729 [ 12097] By: ams                                   on 2001/09/20  21:42:07
28730         Log: Change #12044 didn't.
28731      Branch: perl
28732            ! lib/constant.pm
28733 ____________________________________________________________________________
28734 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
28735         Log: Metaconfig unit changes for #12095.
28736      Branch: metaconfig
28737            ! U/modified/Myinit.U U/modified/libs.U
28738 ____________________________________________________________________________
28739 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
28740         Log: Remove iconv references since we are not using it
28741              and not going to; regen perltoc, perlmodlib.
28742              (Some references still linger in perltoc, have to figure
28743              out where they are coming from.)
28744      Branch: perl
28745            ! Configure NetWare/config.wc NetWare/config_H.wc
28746            ! Porting/Glossary Porting/config.sh Porting/config_H
28747            ! config_h.SH configure.com epoc/config.sh perl.h
28748            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
28749            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28750            ! vos/config.ga.h win32/config.bc win32/config.gc
28751            ! win32/config.vc win32/config_H.bc win32/config_H.gc
28752            ! win32/config_H.vc wince/config.ce wince/config.h
28753            ! wince/config_H.ce
28754 ____________________________________________________________________________
28755 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
28756         Log: Subject: [PATCH docs] Re: ARGV and read
28757              From: Dave Mitchell <davem@fdgroup.co.uk>
28758              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
28759              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
28760      Branch: perl
28761            ! pod/perltodo.pod pod/perlvar.pod
28762 ____________________________________________________________________________
28763 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
28764         Log: Fresh copies from the cvs.perl.org perlfaq repository.
28765      Branch: perl
28766            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
28767            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
28768            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
28769            ! pod/perlfaq9.pod
28770 ____________________________________________________________________________
28771 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
28772         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
28773              From: Nicholas Clark <nick@ccl4.org>
28774              Date: Thu, 20 Sep 2001 14:27:08 +0100
28775              Message-ID: <20010920142708.X4971@plum.flirble.org>
28776      Branch: perl
28777            ! pp_pack.c t/op/pack.t
28778 ____________________________________________________________________________
28779 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
28780         Log: The sharedsv_space* are variables, not code.  Duh.
28781      Branch: perl
28782            ! intrpvar.h makedef.pl
28783 ____________________________________________________________________________
28784 [ 12090] By: ams                                   on 2001/09/20  11:26:06
28785         Log: Subject: [patch lib/lib_pm.PL]
28786              From: Stas Bekman <stas@stason.org>
28787              Date: Thu, 20 Sep 2001 18:48:53 +0800
28788              Message-Id: <3BA9C995.6010302@stason.org>
28789              (Applied by hand.)
28790      Branch: perl
28791            ! lib/lib_pm.PL
28792 ____________________________________________________________________________
28793 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
28794         Log: Only 21 tests, skipping or not.
28795      Branch: perl
28796            ! lib/ExtUtils/Command.t
28797 ____________________________________________________________________________
28798 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
28799         Log: New exported symbols.
28800      Branch: perl
28801            ! makedef.pl
28802 ____________________________________________________________________________
28803 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
28804         Log: Update Changes.
28805      Branch: perl
28806            ! Changes patchlevel.h
28807 ____________________________________________________________________________
28808 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
28809         Log: Correct numbering of the tests is useful.
28810      Branch: perl
28811            ! ext/threads/t/basic.t
28812 ____________________________________________________________________________
28813 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
28814         Log: More tests now too.
28815      Branch: perl
28816            ! lib/ExtUtils/Command.t
28817 ____________________________________________________________________________
28818 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
28819         Log: More tests now.
28820      Branch: perl
28821            ! ext/threads/t/basic.t
28822 ____________________________________________________________________________
28823 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
28824         Log: The test assumed 7-bit ASCII.  Now it "just"
28825              assumes 8-bit whatever.
28826      Branch: perl
28827            ! t/op/crypt.t
28828 ____________________________________________________________________________
28829 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
28830         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
28831              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28832              Date: Wed, 19 Sep 2001 11:45:28 +0200
28833              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
28834              
28835              Lvalue casts are not portable.
28836      Branch: perl
28837            ! ext/threads/threads.xs
28838 ____________________________________________________________________________
28839 [ 12081] By: sky                                   on 2001/09/19  10:17:52
28840         Log: Make the basic test contain only realy basic API tests
28841              Seems to be a problem with detach.
28842      Branch: perl
28843            ! ext/threads/t/basic.t
28844 ____________________________________________________________________________
28845 [ 12080] By: ams                                   on 2001/09/19  01:23:55
28846         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
28847              From: Michael G Schwern <schwern@pobox.com>
28848              Date: Tue, 18 Sep 2001 19:53:48 -0400
28849              Message-Id: <20010918195348.M585@blackrider>
28850              
28851              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
28852              From: Michael G Schwern <schwern@pobox.com>
28853              Date: Tue, 18 Sep 2001 22:07:13 -0400
28854              Message-Id: <20010918220713.B19616@blackrider>
28855      Branch: perl
28856            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
28857            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
28858            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
28859            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
28860            ! lib/Test/Tutorial.pod
28861 ____________________________________________________________________________
28862 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
28863         Log: Indent the test a bit.
28864      Branch: perl
28865            ! ext/threads/t/basic.t
28866 ____________________________________________________________________________
28867 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
28868         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
28869              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
28870              Date: Tue, 18 Sep 2001 18:06:44 +0200
28871              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
28872      Branch: perl
28873            ! win32/win32.c
28874 ____________________________________________________________________________
28875 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
28876         Log: Subject: stat access time is wrong on Win95
28877              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
28878              Date: Tue, 18 Sep 2001 21:59:24 +0200
28879              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
28880      Branch: perl
28881            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
28882 ____________________________________________________________________________
28883 [ 12076] By: ams                                   on 2001/09/18  22:11:25
28884         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
28885              From: Michael G Schwern <schwern@pobox.com>
28886              Date: Tue, 18 Sep 2001 18:47:14 -0400
28887              Message-Id: <20010918184714.I585@blackrider>
28888      Branch: perl
28889            ! t/op/crypt.t
28890 ____________________________________________________________________________
28891 [ 12075] By: sky                                   on 2001/09/18  19:29:37
28892         Log: two test failures
28893              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28894              Message-ID: <20010918221702.A17408@rafael>
28895              partly applied, #12074 already fixed half the patch
28896      Branch: perl
28897            ! ext/threads/t/basic.t
28898 ____________________________________________________________________________
28899 [ 12074] By: sky                                   on 2001/09/18  18:49:03
28900         Log: Fixes test case failure introduced by #12071, the warning is
28901              now correctly spelled :-)
28902      Branch: perl
28903            ! ext/IO/lib/IO/t/io_sel.t
28904 ____________________________________________________________________________
28905 [ 12073] By: sky                                   on 2001/09/18  18:46:22
28906         Log: Make the test behave properly!
28907      Branch: perl
28908            ! ext/threads/t/basic.t
28909 ____________________________________________________________________________
28910 [ 12072] By: ams                                   on 2001/09/18  18:44:59
28911         Log: OP_RCATLINE is an SVOP, not a BASEOP.
28912      Branch: perl
28913            ! opcode.h opcode.pl
28914 ____________________________________________________________________________
28915 [ 12071] By: ams                                   on 2001/09/18  18:06:27
28916         Log: Deprecate != Depreciate.
28917      Branch: perl
28918            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
28919            ! lib/Pod/ParseUtils.pm
28920 ____________________________________________________________________________
28921 [ 12070] By: ams                                   on 2001/09/18  15:14:58
28922         Log: Subject: [PATCH] Getopt::Std cleanup
28923              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28924              Date: Tue, 18 Sep 2001 17:32:13 +0200
28925              Message-Id: <20010918173213.C777@rafael>
28926      Branch: perl
28927            ! lib/Getopt/Std.pm lib/Getopt/Std.t
28928 ____________________________________________________________________________
28929 [ 12069] By: sky                                   on 2001/09/18  14:56:33
28930         Log: Forgot the makefile
28931      Branch: perl
28932            + ext/threads/Makefile.PL
28933 ____________________________________________________________________________
28934 [ 12068] By: sky                                   on 2001/09/18  14:13:26
28935         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
28936              The test will fail because of Test.pm not knowing about threads. 
28937              basic needs to be manually tested
28938              compile time warnings on IV2PTR conversions need to be fixed
28939      Branch: perl
28940            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
28941            + ext/threads/threads.h ext/threads/threads.pm
28942            + ext/threads/threads.xs
28943            ! MANIFEST
28944 ____________________________________________________________________________
28945 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
28946         Log: DJGPP tweak from Laszlo Molnar.
28947      Branch: perl
28948            ! djgpp/config.over
28949 ____________________________________________________________________________
28950 [ 12066] By: sky                                   on 2001/09/18  10:24:31
28951         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
28952      Branch: perl
28953            ! sharedsv.c sharedsv.h
28954 ____________________________________________________________________________
28955 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
28956         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
28957              ditto ^cns.
28958      Branch: perl
28959            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
28960            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
28961            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
28962            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
28963            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
28964            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
28965            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
28966            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
28967            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
28968            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
28969            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
28970            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
28971            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
28972            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
28973            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
28974            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
28975            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
28976            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
28977            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
28978            + ext/Encode/Encode/ir-197.enc
28979            - ext/Encode/Encode/cns11643-1.enc
28980            - ext/Encode/Encode/cns11643-2.enc
28981            - ext/Encode/Encode/iso2022-cn.enc
28982            - ext/Encode/Encode/iso2022-jp.enc
28983            - ext/Encode/Encode/iso2022-jp1.enc
28984            - ext/Encode/Encode/iso2022-jp2.enc
28985            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
28986            - ext/Encode/Encode/iso8859-1.enc
28987            - ext/Encode/Encode/iso8859-1.ucm
28988            - ext/Encode/Encode/iso8859-10.enc
28989            - ext/Encode/Encode/iso8859-10.ucm
28990            - ext/Encode/Encode/iso8859-11.enc
28991            - ext/Encode/Encode/iso8859-11.ucm
28992            - ext/Encode/Encode/iso8859-13.enc
28993            - ext/Encode/Encode/iso8859-13.ucm
28994            - ext/Encode/Encode/iso8859-14.enc
28995            - ext/Encode/Encode/iso8859-14.ucm
28996            - ext/Encode/Encode/iso8859-15.enc
28997            - ext/Encode/Encode/iso8859-15.ucm
28998            - ext/Encode/Encode/iso8859-16.enc
28999            - ext/Encode/Encode/iso8859-16.ucm
29000            - ext/Encode/Encode/iso8859-2.enc
29001            - ext/Encode/Encode/iso8859-2.ucm
29002            - ext/Encode/Encode/iso8859-3.enc
29003            - ext/Encode/Encode/iso8859-3.ucm
29004            - ext/Encode/Encode/iso8859-4.enc
29005            - ext/Encode/Encode/iso8859-4.ucm
29006            - ext/Encode/Encode/iso8859-5.enc
29007            - ext/Encode/Encode/iso8859-5.ucm
29008            - ext/Encode/Encode/iso8859-6.enc
29009            - ext/Encode/Encode/iso8859-6.ucm
29010            - ext/Encode/Encode/iso8859-7.enc
29011            - ext/Encode/Encode/iso8859-7.ucm
29012            - ext/Encode/Encode/iso8859-8.enc
29013            - ext/Encode/Encode/iso8859-8.ucm
29014            - ext/Encode/Encode/iso8859-9.enc
29015            - ext/Encode/Encode/iso8859-9.ucm
29016            - ext/Encode/Encode/isoir-197.enc
29017            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
29018 ____________________________________________________________________________
29019 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
29020         Log: Must Uppercase.
29021      Branch: perl
29022            ! ext/Encode/Encode.pm
29023 ____________________________________________________________________________
29024 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
29025         Log: Add various encodings.
29026      Branch: perl
29027            + ext/Encode/Encode/iso8859-11.enc
29028            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
29029            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
29030            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
29031            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
29032            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
29033            + ext/Encode/Encode/viscii.ucm
29034            ! MANIFEST ext/Encode/Encode.pm
29035 ____________________________________________________________________________
29036 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
29037         Log: lib/unicode relic.
29038      Branch: perl
29039            ! ext/Encode/compile
29040 ____________________________________________________________________________
29041 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
29042         Log: Subject: [PATCH] Re: filename problems
29043              From: Michael G Schwern <schwern@pobox.com>
29044              Date: Mon, 17 Sep 2001 17:26:26 -0400
29045              Message-ID: <20010917172626.Q585@blackrider>
29046      Branch: perl
29047            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
29048            - t/lib/sample-tests/header_at_end
29049            - t/lib/sample-tests/header_at_end_fail
29050            ! MANIFEST lib/Test/Harness/t/test-harness.t
29051 ____________________________________________________________________________
29052 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
29053         Log: Explicitly explain the 1e9 seconds, not everybody
29054              is a C geek.
29055      Branch: perl
29056            ! ext/Time/HiRes/HiRes.pm
29057 ____________________________________________________________________________
29058 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
29059         Log: Explain an apparent bug reported by
29060              Richard J. Barbalace <rjbarbal@MIT.EDU>,
29061              with additional explanation from Gisle Aas.
29062      Branch: perl
29063            ! ext/Time/HiRes/HiRes.pm
29064 ____________________________________________________________________________
29065 [ 12058] By: ams                                   on 2001/09/17  19:52:01
29066         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
29067              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29068              Date: Mon, 17 Sep 2001 22:48:05 +0200
29069              Message-Id: <20010917224805.C11744@rafael>
29070      Branch: perl
29071            ! t/lib/warnings/op t/lib/warnings/pp
29072 ____________________________________________________________________________
29073 [ 12057] By: ams                                   on 2001/09/17  16:51:18
29074         Log: Its a nit!
29075      Branch: perl
29076            ! sv.h
29077 ____________________________________________________________________________
29078 [ 12056] By: ams                                   on 2001/09/17  16:47:55
29079         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
29080              From: "Craig A. Berry" <craigberry@mac.com>
29081              Date: Mon, 17 Sep 2001 12:34:20 -0500
29082              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
29083      Branch: perl
29084            ! vms/vms.c
29085 ____________________________________________________________________________
29086 [ 12055] By: ams                                   on 2001/09/17  16:05:15
29087         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
29088              From: Gisle Aas <gisle@ActiveState.com>
29089              Date: 16 Apr 2001 16:20:34 -0700
29090              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
29091              (Applied by hand.)
29092      Branch: perl
29093            ! lib/CPAN.pm lib/CPAN/Nox.pm
29094 ____________________________________________________________________________
29095 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
29096         Log: Update Changes.
29097      Branch: perl
29098            ! Changes patchlevel.h
29099 ____________________________________________________________________________
29100 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
29101         Log: Adding new files to the MANIFEST is always nice.
29102      Branch: perl
29103            ! MANIFEST
29104 ____________________________________________________________________________
29105 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
29106         Log: Reindent the PerlIO files (suggested by NI-S), used
29107              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
29108              (GNU indent).  Note that wholesale re-indenting might
29109              be nice, but that would break nice formatting/alignment
29110              of assignments, equality testing, and complex boolean
29111              expressions with lots of &s and |s.
29112      Branch: perl
29113            ! perlio.c perlio.h perliol.h
29114 ____________________________________________________________________________
29115 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
29116         Log: Add a script for being 8.3-polite.
29117              The found conflicts are being worked on.
29118      Branch: perl
29119            + check83.pl
29120            ! MANIFEST Porting/pumpkin.pod
29121 ____________________________________________________________________________
29122 [ 12050] By: sky                                   on 2001/09/17  12:44:36
29123         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
29124              finding it.
29125      Branch: perl
29126            ! sv.c
29127 ____________________________________________________________________________
29128 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
29129         Log: Bump up versions because of #12041.
29130      Branch: perl
29131            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
29132            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
29133            ! lib/Time/localtime.pm
29134 ____________________________________________________________________________
29135 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
29136         Log: Bump the version number because of #12042.
29137      Branch: perl
29138            ! lib/CPAN/FirstTime.pm
29139 ____________________________________________________________________________
29140 [ 12047] By: ams                                   on 2001/09/17  11:21:40
29141         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
29142              From: Abhijit Menon-Sen <ams@wiw.org>
29143              Date: Mon, 17 Sep 2001 17:44:12 +0530
29144              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
29145      Branch: perl
29146            ! op.c
29147 ____________________________________________________________________________
29148 [ 12046] By: sky                                   on 2001/09/17  07:14:17
29149         Log: Subject: Re: t/op/ver.t using skip() improperly
29150              From: "chromatic" <chromatic@rmci.net>
29151              Date: Mon, 17 Sep 2001 00:22:29 -0600
29152              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
29153      Branch: perl
29154            ! t/op/ver.t
29155 ____________________________________________________________________________
29156 [ 12045] By: nick                                  on 2001/09/17  07:12:14
29157         Log: Integrate mainline
29158      Branch: perlio
29159           +> t/op/chdir.t
29160           !> (integrate 117 files)
29161 ____________________________________________________________________________
29162 [ 12044] By: ams                                   on 2001/09/17  05:49:53
29163         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
29164              From: Ilmari Karonen <iltzu@sci.fi>
29165              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
29166              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
29167              (And $VERSION = '1.05'.)
29168      Branch: perl
29169            ! lib/constant.pm
29170 ____________________________________________________________________________
29171 [ 12043] By: ams                                   on 2001/09/17  05:44:50
29172         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
29173              From: Michael G Schwern <schwern@pobox.com>
29174              Date: Mon, 17 Sep 2001 07:49:04 +0200
29175              Message-Id: <20010917074904.V1588@blackrider>
29176              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
29177      Branch: perl
29178            + t/op/chdir.t
29179            ! MANIFEST pp_sys.c
29180 ____________________________________________________________________________
29181 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
29182         Log: Subject: Re: CPAN.pm needs some hacking 
29183              From: "chromatic" <chromatic@rmci.net>
29184              Date: Sun, 16 Sep 2001 16:46:29 -0600
29185              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
29186      Branch: perl
29187            ! lib/CPAN/FirstTime.pm
29188 ____________________________________________________________________________
29189 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
29190         Log: Change use|require 5.005_64 to use|require 5.6.1.
29191      Branch: perl
29192            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
29193            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
29194            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
29195            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
29196            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
29197            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
29198            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
29199            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
29200            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
29201            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
29202            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
29203            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
29204            ! lib/base.pm lib/fields.pm
29205 ____________________________________________________________________________
29206 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
29207         Log: Bump up version numbers.
29208              
29209              TODO 1: double check that pre-5.6.1 CPAN.pm:s
29210              don't try to download 5.8.0 because of the
29211              version numbers.  Mainly this means using _00
29212              in the core version numbers.
29213              
29214              TODO 2: the "use 5.005_64" in many modules
29215              needs to be changed to, say, "use 5.6.1".
29216      Branch: perl
29217            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
29218            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
29219            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
29220            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
29221            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
29222            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
29223            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29224            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
29225            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
29226            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
29227            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
29228 ____________________________________________________________________________
29229 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
29230         Log: Use UCHARAT() as suggested by Inaba Hiroto.
29231      Branch: perl
29232            ! regexec.c
29233 ____________________________________________________________________________
29234 [ 12038] By: ams                                   on 2001/09/16  15:16:24
29235         Log: Subject: [PATCH] Re: Core module version numbers review
29236              From: Peter Scott <Peter@PSDT.com>
29237              Date: Sun, 16 Sep 2001 09:09:58 -0700
29238              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
29239      Branch: perl
29240            ! lib/perl5db.pl
29241 ____________________________________________________________________________
29242 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
29243         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
29244              not yet fully implemented.
29245      Branch: perl
29246            ! pod/perlfunc.pod pod/perlunicode.pod
29247 ____________________________________________________________________________
29248 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
29249         Log: Subject: [patch] plug PL_beginav_save leak
29250              From: Doug MacEachern <dougm@covalent.net>
29251              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
29252              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
29253      Branch: perl
29254            ! perl.c
29255 ____________________________________________________________________________
29256 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
29257         Log: (accidentally empty checkin)
29258      Branch: perl
29259            ! sv.c
29260 ____________________________________________________________________________
29261 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
29262         Log: Subject: [patch] ithreads+PL_beginav_save
29263              From: Doug MacEachern <dougm@covalent.net>
29264              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
29265              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
29266      Branch: perl
29267            ! sv.c
29268 ____________________________________________________________________________
29269 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
29270         Log: Subject: [PATCH] h2xs.PL with C::Scan
29271              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29272              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
29273              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
29274      Branch: perl
29275            ! utils/h2xs.PL
29276 ____________________________________________________________________________
29277 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
29278         Log: Elaborate (well, make more vague, really) #12030.
29279      Branch: perl
29280            ! pod/perltodo.pod pod/perlunicode.pod
29281 ____________________________________________________________________________
29282 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
29283         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
29284              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29285              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
29286              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
29287      Branch: perl
29288            ! regexec.c
29289 ____________________________________________________________________________
29290 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
29291         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
29292              are not yet complete.
29293      Branch: perl
29294            ! pod/perltodo.pod pod/perlunicode.pod
29295 ____________________________________________________________________________
29296 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
29297         Log: Document what's still to be done on the regular expression
29298              Unicode support, based on the UTR#18.
29299      Branch: perl
29300            ! pod/perltodo.pod pod/perlunicode.pod
29301 ____________________________________________________________________________
29302 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
29303         Log: Regen headers.
29304      Branch: perl
29305            ! embedvar.h perlapi.h
29306 ____________________________________________________________________________
29307 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
29308         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
29309              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29310              Date: Sun, 09 Sep 2001 18:41:54 +0100
29311              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
29312      Branch: perl
29313            ! Porting/findvars ext/ByteLoader/bytecode.h
29314            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
29315            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
29316 ____________________________________________________________________________
29317 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
29318         Log: enable most warnings for windows build; fix the various typecasting
29319              nits that showed up (no bugfixes here)
29320      Branch: maint-5.6/perl
29321            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
29322            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
29323            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
29324            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
29325            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
29326            ! x2p/walk.c
29327 ____________________________________________________________________________
29328 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
29329         Log: Integrate change #12024 from maintperl
29330              (a local() precedence bug)
29331      Branch: perl
29332           !> lib/ExtUtils/Install.pm
29333 ____________________________________________________________________________
29334 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
29335         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
29336              change#8642
29337      Branch: maint-5.6/perl
29338            ! lib/ExtUtils/Install.pm
29339 ____________________________________________________________________________
29340 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
29341         Log: Update Changes.
29342      Branch: perl
29343            ! Changes patchlevel.h
29344 ____________________________________________________________________________
29345 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
29346         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
29347              From: "chromatic" <chromatic@rmci.net>
29348              Date: Fri, 14 Sep 2001 09:44:57 -0600 
29349              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
29350      Branch: perl
29351            ! lib/ExtUtils/Manifest.t
29352 ____________________________________________________________________________
29353 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
29354         Log: Hopefully better skipping of the Complete.t tests
29355              in case of not a tty. 
29356      Branch: perl
29357            ! lib/Term/Complete.t t/op/stat.t
29358 ____________________________________________________________________________
29359 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
29360         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
29361              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29362              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
29363              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
29364      Branch: perl
29365            ! regexec.c t/op/pat.t
29366 ____________________________________________________________________________
29367 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
29368         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
29369              From: Robin Barker <rmb1@cise.npl.co.uk>
29370              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
29371              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
29372      Branch: perl
29373            ! pod/perlport.pod
29374 ____________________________________________________________________________
29375 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
29376         Log: NetWare tweaks from Ananth Kesari.
29377      Branch: perl
29378            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
29379            ! NetWare/nwutil.h
29380 ____________________________________________________________________________
29381 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
29382         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
29383              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29384              Date: Fri, 14 Sep 2001 10:51:13 +0200
29385              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
29386      Branch: perl
29387            ! pod/perlport.pod
29388 ____________________________________________________________________________
29389 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
29390         Log: Subject: Re: [PATCH 2 pl2pm.PL]
29391              From: Joe Smith <Joe.Smith@inwap.com>
29392              Date: Fri, 14 Sep 2001 00:13:32 -0700
29393              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
29394              
29395              Eradicate qu.
29396      Branch: perl
29397            ! keywords.h keywords.pl utils/pl2pm.PL
29398 ____________________________________________________________________________
29399 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
29400         Log: Retract #12013, didn't go over too well in Tru64.
29401      Branch: perl
29402            ! embed.h embed.pl sv.h
29403 ____________________________________________________________________________
29404 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
29405         Log: Subject: [PATCH] Execute files of debugger commands
29406              From: Peter Scott <Peter@PSDT.com>
29407              Date: Thu, 13 Sep 2001 15:26:31 -0700
29408              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
29409      Branch: perl
29410            ! lib/perl5db.pl pod/perldebug.pod
29411 ____________________________________________________________________________
29412 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
29413         Log: (Retracted by #12015)
29414              Subject: [proposed PATCH] Re: perl@11920
29415              From: Nicholas Clark <nick@ccl4.org>
29416              Date: Wed, 12 Sep 2001 23:46:09 +0100
29417              Message-ID: <20010912234609.H4971@plum.flirble.org>     
29418      Branch: perl
29419            ! embed.h embed.pl sv.h
29420 ____________________________________________________________________________
29421 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
29422         Log: ucblib shouldn't be linked against in nonstop-ux,
29423              from Tom Bates.
29424      Branch: perl
29425            ! hints/nonstopux.sh
29426 ____________________________________________________________________________
29427 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
29428         Log: Do stty only if we have stty.
29429              
29430              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
29431      Branch: perl
29432            ! lib/Term/Complete.pm
29433 ____________________________________________________________________________
29434 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
29435         Log: Skip the test if not running on a tty.
29436      Branch: perl
29437            ! lib/Term/Complete.t
29438 ____________________________________________________________________________
29439 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
29440         Log: Regen headers.
29441      Branch: perl
29442            ! embed.h opcode.h pod/perlapi.pod proto.h
29443 ____________________________________________________________________________
29444 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
29445         Log: Subject: [PATCH op.c] Re: perl@12003
29446              From: Robin Barker <rmb1@cise.npl.co.uk>
29447              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
29448              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
29449      Branch: perl
29450            ! op.c
29451 ____________________________________________________________________________
29452 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
29453         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
29454              From: Robin Barker <rmb1@cise.npl.co.uk>
29455              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
29456              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
29457      Branch: perl
29458            ! sv.c
29459 ____________________________________________________________________________
29460 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
29461         Log: Upgrade to Memoize 0.66.
29462      Branch: perl
29463            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
29464            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
29465            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
29466 ____________________________________________________________________________
29467 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
29468         Log: Subject: [ID 20010912.007] substr reference core dump
29469              From: me-01@ton.iguana.be
29470              Date: 12 Sep 2001 14:11:16 -0000
29471              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
29472      Branch: perl
29473            ! mg.c
29474 ____________________________________________________________________________
29475 [ 12004] By: ams                                   on 2001/09/12  01:13:49
29476         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
29477              From: Ilmari Karonen <iltzu@sci.fi>
29478              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
29479              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
29480      Branch: perl
29481            ! pod/perlfaq4.pod
29482 ____________________________________________________________________________
29483 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
29484         Log: Update Changes.
29485      Branch: perl
29486            ! Changes patchlevel.h
29487 ____________________________________________________________________________
29488 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
29489         Log: NetWare update from Ananth Kesari.
29490      Branch: perl
29491            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
29492            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
29493 ____________________________________________________________________________
29494 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
29495         Log: Retract #11984: div() being redefined, and 1397
29496              failing on 64-bit platforms.
29497      Branch: perl
29498            ! lib/Math/BigInt/Calc.pm
29499 ____________________________________________________________________________
29500 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
29501         Log: Metaconfig unit change for #11999.
29502      Branch: metaconfig
29503            ! U/protos/d_lseekproto.U
29504 ____________________________________________________________________________
29505 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
29506         Log: The lseek fix (#11991) was no fix.
29507      Branch: perl
29508            ! Configure
29509 ____________________________________________________________________________
29510 [ 11998] By: sky                                   on 2001/09/11  07:52:06
29511         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
29512              From: Matt Sergeant <MSergeant@star.net.uk>
29513              Date: Tue, 11 Sep 2001 09:22:32 +0100
29514              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
29515      Branch: perl
29516            ! ext/Encode/Encode.pm
29517 ____________________________________________________________________________
29518 [ 11997] By: sky                                   on 2001/09/11  06:35:29
29519         Log: Sometimes dTHX is added because it is needed on non 
29520              gnuc platforms, but not needed there. This uses GCC
29521              to silence GCC specific warnings by marking pTHX as 
29522              unused.
29523      Branch: perl
29524            ! perl.h
29525 ____________________________________________________________________________
29526 [ 11996] By: nick                                  on 2001/09/11  06:25:27
29527         Log: Integrate mainline
29528      Branch: perlio
29529            - ext/POSIX/sigaction.t lib/File/Find/taint.t
29530           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
29531 ____________________________________________________________________________
29532 [ 11995] By: nick                                  on 2001/09/11  06:23:39
29533         Log: Part Integrate mainline
29534      Branch: perlio
29535           +> (branch 69 files)
29536            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
29537            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
29538            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
29539            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
29540            - lib/Switch/t/switch_case.t lib/Test/Harness.t
29541            - lib/Test/More/Changes lib/Test/More/t/More.t
29542            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
29543            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
29544            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
29545            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
29546            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
29547            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
29548            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
29549            - t/lib/Test/More/Catch.pm wince/perl.ico
29550           !> (integrate 197 files)
29551 ____________________________________________________________________________
29552 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
29553         Log: Subject: Re: [PATCH] Encode.pm docs fix
29554              From: Gisle Aas <gisle@ActiveState.com>
29555              Date: 10 Sep 2001 11:27:02 -0700
29556              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
29557      Branch: perl
29558            ! ext/Encode/Encode.pm
29559 ____________________________________________________________________________
29560 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
29561         Log: Fix unpack U to be the reverse of pack U
29562              (but implement unpack U0U as a backdoor to get
29563              the UTF-8 malformed warnings from un-UTF-8 data)
29564      Branch: perl
29565            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
29566 ____________________________________________________________________________
29567 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
29568         Log: Metaconfig unit change for #11991;
29569              delete an unused unit (d_strtoull.U is the one used)
29570      Branch: metaconfig
29571            ! U/protos/d_lseekproto.U
29572      Branch: metaconfig/U/perl
29573            - strtoull.U
29574 ____________________________________________________________________________
29575 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
29576         Log: Subject: [PATCH] Configure not recording lseek proto
29577              From: Blair Zajac <blair@orcaware.com>
29578              Date: Mon, 10 Sep 2001 17:52:37 -0700
29579              Message-ID: <3B9D6055.BA334A31@orcaware.com>
29580              
29581              plus regen Configure.
29582      Branch: perl
29583            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29584            ! config_h.SH uconfig.h
29585 ____________________________________________________________________________
29586 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
29587         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?)))                  
29588              From: Nicholas Clark <nick@ccl4.org>
29589              Date: Tue, 11 Sep 2001 00:00:31 +0100
29590              Message-ID: <20010911000031.G1512@plum.flirble.org>
29591      Branch: perl
29592            + t/op/qq.t
29593            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
29594 ____________________________________________________________________________
29595 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
29596         Log: Subject: [PATCH] Building on win32 w/o perlio
29597              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
29598              Date: Mon, 10 Sep 2001 23:38:46 +0200
29599              Message-ID: <3B9D4F06.14433.2C37644@localhost>
29600      Branch: perl
29601            ! perl.c win32/Makefile win32/makefile.mk
29602 ____________________________________________________________________________
29603 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
29604         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
29605              From: "chromatic" <chromatic@rmci.net>
29606              Date: Mon, 10 Sep 2001 15:14:01 -0600
29607              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
29608      Branch: perl
29609            + lib/CGI/t/push.t
29610            ! MANIFEST
29611 ____________________________________________________________________________
29612 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
29613         Log: Subject: avoiding hoardes of zombies
29614              From: Nicholas Clark <nick@ccl4.org>
29615              Date: Mon, 10 Sep 2001 22:00:40 +0100
29616              Message-ID: <20010910220040.C1512@plum.flirble.org>
29617      Branch: perl
29618            ! pod/perlipc.pod
29619 ____________________________________________________________________________
29620 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
29621         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
29622              From: John Peacock <jpeacock@rowman.com>
29623              Date: Mon, 10 Sep 2001 16:34:30 -0400
29624              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
29625      Branch: perl
29626            ! sv.c t/op/ver.t utf8.h
29627 ____________________________________________________________________________
29628 [ 11985] By: ams                                   on 2001/09/10  23:20:13
29629         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
29630      Branch: perl
29631            ! MANIFEST
29632 ____________________________________________________________________________
29633 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
29634         Log: (Retracted by #12001)
29635              Subject: Calc with USE_MUL/USE_DIV
29636              From: Tels <perl_dummy@bloodgate.com>
29637              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
29638              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
29639      Branch: perl
29640            ! lib/Math/BigInt/Calc.pm
29641 ____________________________________________________________________________
29642 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
29643         Log: Subject: [PATCH op.c] Re: perl@11978
29644              From: Robin Barker <rmb1@cise.npl.co.uk>
29645              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
29646              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
29647              
29648              Format errors.
29649      Branch: perl
29650            ! op.c
29651 ____________________________________________________________________________
29652 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
29653         Log: Switch PADOFFSET back to U32 both because of binary backward
29654              compatibility and because Arthur seems to have been fixing the
29655              problems with naughty integer-pointer casting.
29656      Branch: perl
29657            ! op.h
29658 ____________________________________________________________________________
29659 [ 11981] By: ams                                   on 2001/09/10  16:31:43
29660         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
29661              Fix Pod Typo, Add Test for ExtUtils::Command
29662              From: "chromatic" <chromatic@rmci.net>
29663              Date: Mon, 10 Sep 2001 11:20:56 -0600
29664              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
29665      Branch: perl
29666            + lib/ExtUtils/Command.t
29667            ! MANIFEST lib/ExtUtils/Command.pm
29668 ____________________________________________________________________________
29669 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
29670         Log: Subject: [PATCH] Encode.pm docs fix
29671              From: Matt Sergeant <MSergeant@star.net.uk>
29672              Date: Mon, 10 Sep 2001 15:24:01 +0100
29673              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
29674      Branch: perl
29675            ! ext/Encode/Encode.pm
29676 ____________________________________________________________________________
29677 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
29678         Log: Update Changes.
29679      Branch: perl
29680            ! Changes patchlevel.h
29681 ____________________________________________________________________________
29682 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
29683         Log: Revert #11973, the dTHX seems to be needed in there
29684              for threaded builds.
29685      Branch: perl
29686            ! perlio.c
29687 ____________________________________________________________________________
29688 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
29689         Log: Detypo.
29690      Branch: perl
29691            ! pod/perlguts.pod
29692 ____________________________________________________________________________
29693 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
29694         Log: Further Class::Struct patching from Damian.
29695              
29696              The new new semantics are:
29697              
29698              * If you pass an initializer for a nested object, it has to be:
29699              a) a reference to an object of that class, or      
29700              b) a reference to an object of a subclass of that class, or
29701              c) a reference to a hash of arguments to be passed to the
29702              class's constructor
29703              * If you pass no initializer for a nested object, the attribute
29704              is initialized to C<undef>
29705      Branch: perl
29706            ! lib/Class/Struct.pm
29707 ____________________________________________________________________________
29708 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
29709         Log: Skip the crypt test if no crypt.
29710      Branch: perl
29711            ! t/op/crypt.t
29712 ____________________________________________________________________________
29713 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
29714         Log: Warn against using bare v-strings as IP addresses
29715              (okay if using the wrappers from Socket)
29716      Branch: perl
29717            ! pod/perldata.pod pod/perlport.pod
29718 ____________________________________________________________________________
29719 [ 11973] By: sky                                   on 2001/09/10  11:57:58
29720         Log: Remove unused dTHX. Silenced another warning.
29721      Branch: perl
29722            ! perlio.c
29723 ____________________________________________________________________________
29724 [ 11972] By: sky                                   on 2001/09/10  11:54:25
29725         Log: Silence some more warnings INT2PTR.
29726      Branch: perl
29727            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
29728 ____________________________________________________________________________
29729 [ 11971] By: sky                                   on 2001/09/10  11:21:50
29730         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
29731      Branch: perl
29732            ! cop.h
29733 ____________________________________________________________________________
29734 [ 11970] By: sky                                   on 2001/09/10  11:17:25
29735         Log: Apply INT2PTR with force to silence warnings from
29736              PM_GETRE and friends. No more warnings with 64bit 
29737              IVs and 32bit pointers.    
29738      Branch: perl
29739            ! op.c op.h perl.c
29740 ____________________________________________________________________________
29741 [ 11969] By: sky                                   on 2001/09/10  10:13:02
29742         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
29743      Branch: perl
29744            ! pod/perlguts.pod
29745 ____________________________________________________________________________
29746 [ 11968] By: sky                                   on 2001/09/10  10:02:51
29747         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
29748              Rename to custop_op_name to Perl_custom_op_name to match perlapi
29749              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
29750              perl_clone.
29751      Branch: perl
29752            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
29753 ____________________________________________________________________________
29754 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
29755         Log: Using strlen() not good on embedded nul bytes.
29756      Branch: perl
29757            ! regcomp.c
29758 ____________________________________________________________________________
29759 [ 11966] By: ams                                   on 2001/09/09  21:06:13
29760         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
29761              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29762              Date: Mon, 13 Aug 2001 22:51:59 +0200
29763              Message-ID: <20010813225159.C6681@rafael>
29764              (Applied with several tweaks.)
29765      Branch: perl
29766            ! embed.h embed.pl proto.h toke.c
29767 ____________________________________________________________________________
29768 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
29769         Log: The exact error message is system-dependent.
29770      Branch: perl
29771            ! lib/ExtUtils/Manifest.t
29772 ____________________________________________________________________________
29773 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
29774         Log: Add Windows and Mac Sami support to Encode
29775              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
29776      Branch: perl
29777            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
29778            ! MANIFEST
29779 ____________________________________________________________________________
29780 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
29781         Log: Use the tried method.
29782      Branch: perl
29783            ! pod/perlport.pod
29784 ____________________________________________________________________________
29785 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
29786         Log: Can't count parentheses.
29787      Branch: perl
29788            ! ext/IO/lib/IO/Socket/INET.pm
29789 ____________________________________________________________________________
29790 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
29791         Log: perlport additions: 1 while unlink, add/delete directory
29792              entries and permissions, cygwin stat funkiness (from Michael
29793              Schwern and Nicholas Clark)
29794      Branch: perl
29795            ! pod/perlport.pod
29796 ____________________________________________________________________________
29797 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
29798         Log: blib does have a detectable test.
29799      Branch: perl
29800            ! t/lib/1_compile.t
29801 ____________________________________________________________________________
29802 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
29803         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
29804              From: "chromatic" <chromatic@rmci.net>
29805              Date: Sat, 08 Sep 2001 19:33:42 -0600
29806              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
29807      Branch: perl
29808            + lib/Term/Complete.t
29809            ! MANIFEST
29810 ____________________________________________________________________________
29811 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
29812         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
29813              From: Michael G Schwern <schwern@pobox.com> 
29814              Date: Sat, 8 Sep 2001 02:40:26 -0400
29815              Message-ID: <20010908024026.A26283@blackrider>
29816      Branch: perl
29817            + lib/Test/Tutorial.pod
29818            ! MANIFEST
29819 ____________________________________________________________________________
29820 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
29821         Log: Try to look up protocol (by name) only iff it has non-numbers:
29822              nice if the server is in a chrooted environment (no /etc/protocols,
29823              server code using hardcorded protocol numbers like 6 for tcp),
29824              suggested by John Holdsworth <coldwave@bigfoot.com>.
29825              In other words, if we are given a number, why look it up again
29826              (by number)?
29827      Branch: perl
29828            ! ext/IO/lib/IO/Socket/INET.pm
29829 ____________________________________________________________________________
29830 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
29831         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
29832              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29833              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
29834              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
29835              
29836              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
29837              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29838              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
29839              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
29840              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
29841              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
29842              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
29843              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
29844      Branch: perl
29845            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
29846 ____________________________________________________________________________
29847 [ 11955] By: ams                                   on 2001/09/09  02:54:21
29848         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
29849              From: "Craig A. Berry" <craigberry@mac.com>
29850              Date: Sat, 08 Sep 2001 19:02:16 -0500
29851              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
29852      Branch: perl
29853            ! lib/CGI/t/carp.t
29854 ____________________________________________________________________________
29855 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
29856         Log: Documentation tweaks; think the IP address as an opaque string.
29857      Branch: perl
29858            ! ext/Socket/Socket.pm
29859 ____________________________________________________________________________
29860 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
29861         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
29862              From: Michael G Schwern <schwern@pobox.com>
29863              Date: Sat, 8 Sep 2001 19:45:46 -0400
29864              Message-ID: <20010908194546.C9193@blackrider>
29865      Branch: perl
29866            + lib/blib.t
29867            ! MANIFEST lib/blib.pm t/lib/1_compile.t
29868 ____________________________________________________________________________
29869 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
29870         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
29871              From: "chromatic" <chromatic@rmci.net>
29872              Date: Sat, 08 Sep 2001 12:31:44 -0600
29873              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
29874      Branch: perl
29875            + lib/CGI/t/fast.t
29876            ! MANIFEST
29877 ____________________________________________________________________________
29878 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
29879         Log: The Socket tests were wrong: they were assuming too much.
29880      Branch: perl
29881            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
29882 ____________________________________________________________________________
29883 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
29884         Log: Retract the portability changes since they
29885              seem to have opened a can of worms... will
29886              go back to UNICOS/mk and do the bare minimum
29887              required to get the tests working.
29888      Branch: perl
29889            ! ext/Socket/Socket.xs
29890 ____________________________________________________________________________
29891 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
29892         Log: PADOFFSET is used to cast pointers into integers,
29893              if pointers are 64 bits and U32 32 bits,
29894              bad things may happen, or at least warnings issued.
29895      Branch: perl
29896            ! op.h
29897 ____________________________________________________________________________
29898 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
29899         Log: Still more Socket portability tweaking.
29900              Now Socket.t seems to be happy in all of
29901              Linux/x86, Tru64/alpha, Solaris/sparc,
29902              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
29903              
29904              Addendum: it seems that io_multihomed, io_sock, and hostent
29905              were broken in little-endians (linux/x86 and tru64/alpha)
29906              because of this change.  Argh.
29907      Branch: perl
29908            ! ext/Socket/Socket.xs
29909 ____________________________________________________________________________
29910 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
29911         Log: More portability kicking on inet_ntoa().
29912      Branch: perl
29913            ! ext/Socket/Socket.xs
29914 ____________________________________________________________________________
29915 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
29916         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
29917              From: Michael G Schwern <schwern@pobox.com> 
29918              Date: Fri, 7 Sep 2001 23:06:51 -0400
29919              Message-ID: <20010907230651.R606@blackrider>
29920      Branch: perl
29921            + lib/ExtUtils/Manifest.t
29922            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
29923 ____________________________________________________________________________
29924 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
29925         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
29926              From: "chromatic" <chromatic@rmci.net>
29927              Date: Fri, 07 Sep 2001 17:53:15 -0600      
29928              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
29929      Branch: perl
29930            + lib/ExtUtils/testlib.t
29931            ! MANIFEST
29932 ____________________________________________________________________________
29933 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
29934         Log: Thinko.
29935      Branch: perl
29936            ! lib/integer.t
29937 ____________________________________________________________________________
29938 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
29939         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
29940              From: "Craig A. Berry" <craigberry@mac.com>
29941              Date: Fri, 07 Sep 2001 15:30:03 -0500
29942              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
29943      Branch: perl
29944            ! lib/CGI/Carp.pm
29945 ____________________________________________________________________________
29946 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
29947         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
29948              From: Michael G Schwern <schwern@pobox.com>
29949              Date: Fri, 7 Sep 2001 15:38:13 -0400
29950              Message-ID: <20010907153813.K606@blackrider>
29951      Branch: perl
29952            ! lib/ExtUtils/MM_Unix.pm
29953 ____________________________________________________________________________
29954 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
29955         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
29956              From: Robin Barker <rmb1@cise.npl.co.uk>
29957              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
29958              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
29959      Branch: perl
29960            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
29961 ____________________________________________________________________________
29962 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
29963         Log: Clean up 1_compile.t; move tests to more consistent
29964              places (t/ subdirectories); add integer.t (much of
29965              the pragma is tested elsewhere but there is no one
29966              centralized place)
29967      Branch: perl
29968            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
29969            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
29970            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
29971            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
29972            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
29973            - lib/File/Find/find.t lib/File/Find/taint.t
29974            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
29975 ____________________________________________________________________________
29976 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
29977         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
29978              From: "chromatic" <chromatic@rmci.net>
29979              Date: Fri, 07 Sep 2001 10:17:40 -0600
29980              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
29981      Branch: perl
29982            ! lib/File/Find/taint.t
29983 ____________________________________________________________________________
29984 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
29985         Log: Update Changes.
29986      Branch: perl
29987            ! Changes patchlevel.h
29988 ____________________________________________________________________________
29989 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
29990         Log: Rename the old threading tutorial, start a new one,
29991              regen toc.
29992      Branch: perl
29993            + pod/perlothrtut.pod
29994            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
29995            ! pod/perltoc.pod
29996 ____________________________________________________________________________
29997 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
29998         Log: vars very much has a test.
29999      Branch: perl
30000            ! t/lib/1_compile.t
30001 ____________________________________________________________________________
30002 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
30003         Log: Subject: Re: wince/perl.ico marked as binary
30004              From: Nicholas Clark <nick@ccl4.org>
30005              Date: Fri, 7 Sep 2001 13:54:40 +0100
30006              Message-ID: <20010907135439.D39150@plum.flirble.org>
30007              
30008              and wince/Makefile.ce change from Rainer Keuchel.
30009      Branch: perl
30010            + wince/makeico.pl
30011            ! MANIFEST wince/Makefile.ce
30012 ____________________________________________________________________________
30013 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
30014         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
30015              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
30016              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
30017              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
30018      Branch: perl
30019            ! regexec.c
30020 ____________________________________________________________________________
30021 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
30022         Log: (Replaced by #11934)
30023              Subject: Re: [PATCH regexec.c] more general .* and .*?
30024              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
30025              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
30026              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
30027      Branch: perl
30028            ! regexec.c
30029 ____________________________________________________________________________
30030 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
30031         Log: The #11931 patching misbehaved.
30032      Branch: perl
30033            ! lib/Test/Harness/t/test-harness.t
30034 ____________________________________________________________________________
30035 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
30036         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
30037              From: Michael G Schwern <schwern@pobox.com>
30038              Date: Fri, 7 Sep 2001 03:30:41 -0400
30039              Message-ID: <20010907033041.A2796@blackrider>
30040      Branch: perl
30041            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
30042            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
30043            + t/lib/sample-tests/header_at_end_fail
30044            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
30045            - lib/Test/Harness.t
30046            ! MANIFEST lib/Test/Harness.pm t/TEST
30047 ____________________________________________________________________________
30048 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
30049         Log: Subject: [PATCH] Digest::MD5 update
30050              From: Gisle Aas <gisle@ActiveState.com>
30051              Date: 06 Sep 2001 23:32:56 -0700
30052              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
30053      Branch: perl
30054            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
30055            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
30056 ____________________________________________________________________________
30057 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
30058         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
30059              From: "chromatic" <chromatic@rmci.net>
30060              Date: Thu, 06 Sep 2001 23:11:44 -0600
30061              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
30062      Branch: perl
30063            + lib/less.t
30064            ! MANIFEST t/lib/1_compile.t
30065 ____________________________________________________________________________
30066 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
30067         Log: The binary file must somehow differently stored.
30068      Branch: perl
30069            - wince/perl.ico
30070            ! MANIFEST
30071 ____________________________________________________________________________
30072 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
30073         Log: Add more modules to the list of modules that have tests,
30074              Schwern's wallet is getting more nervous.
30075              (Run t/lib/1_compile.t manually to see which modules
30076              are lacking tests, or the tests can't be run for some
30077              reason or another, such as the Net:: modules)
30078      Branch: perl
30079            ! t/lib/1_compile.t
30080 ____________________________________________________________________________
30081 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
30082         Log: Try to make Socket::inet_ntoa() more robust.
30083      Branch: perl
30084            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
30085 ____________________________________________________________________________
30086 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
30087         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
30088              From: chromatic <chromatic@rmci.net>       
30089              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
30090              Message-Id: <01090522580506.19590@firewheel>           
30091      Branch: perl
30092            ! lib/English.t
30093 ____________________________________________________________________________
30094 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
30095         Log: Subject: Re: perlvar manpage and localizing special vars
30096              From: Stas Bekman <stas@stason.org>
30097              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
30098              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
30099      Branch: perl
30100            ! pod/perlvar.pod
30101 ____________________________________________________________________________
30102 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
30103         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
30104              From: Robin Barker <rmb1@cise.npl.co.uk>
30105              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
30106              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
30107      Branch: perl
30108            ! lib/ExtUtils/MakeMaker.pm
30109 ____________________________________________________________________________
30110 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
30111         Log: Symbol missing; AIX unhappy.
30112      Branch: perl
30113            ! makedef.pl
30114 ____________________________________________________________________________
30115 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
30116         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
30117              Reported in 5.61, seems to work okay in blead.
30118      Branch: perl
30119            ! t/run/kill_perl.t
30120 ____________________________________________________________________________
30121 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
30122         Log: Update Changes.
30123      Branch: perl
30124            ! Changes patchlevel.h
30125 ____________________________________________________________________________
30126 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
30127         Log: Document the bad assumptions currently breaking
30128              the Socket.t tests 10, 11, and 13 in UNICOS.
30129      Branch: perl
30130            ! ext/Socket/Socket.xs
30131 ____________________________________________________________________________
30132 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
30133         Log: Subject: [PATCH x2p] make OPTIMIZE=...
30134              From: Robin Barker <rmb1@cise.npl.co.uk>
30135              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
30136              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
30137      Branch: perl
30138            ! x2p/Makefile.SH x2p/cflags.SH
30139 ____________________________________________________________________________
30140 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
30141         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
30142              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
30143              Date: Thu, 6 Sep 2001 11:09:40 +0100
30144              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
30145              
30146              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
30147              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30148              Date: 6 Sep 2001 10:14:38 -0000
30149              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
30150      Branch: perl
30151            ! pod/perlfaq1.pod pod/perlhack.pod
30152 ____________________________________________________________________________
30153 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
30154         Log: Subject: Extra NUL is Data::Dumper output - patch
30155              From: Tony Cook <tony@develop-help.com>
30156              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
30157              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
30158      Branch: perl
30159            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
30160 ____________________________________________________________________________
30161 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
30162         Log: Avoid redefinition warning
30163              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
30164              from
30165              perl -w -Ilib -MCwd -e ''
30166      Branch: perl
30167            ! lib/Cwd.pm
30168 ____________________________________________________________________________
30169 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
30170         Log: Update the is_tainted() example implementation.
30171      Branch: perl
30172            ! pod/perlsec.pod
30173 ____________________________________________________________________________
30174 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
30175         Log: Missing) in #11912.
30176      Branch: perl
30177            ! lib/Test/Simple/t/fail.t
30178 ____________________________________________________________________________
30179 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
30180         Log: Rewhack Test-Simple into core harness.
30181      Branch: perl
30182            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
30183            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
30184            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
30185            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
30186            ! lib/Test/Simple/t/skipall.t
30187 ____________________________________________________________________________
30188 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
30189         Log: Workaround for the new Exporter 'feature'.
30190      Branch: perl
30191            ! lib/Test/More.pm
30192 ____________________________________________________________________________
30193 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
30194         Log: Re-introduce pure-Perl fall-back for abs_path,
30195              re-introduce #11898.
30196      Branch: perl
30197            ! lib/Cwd.pm lib/File/Find.pm
30198 ____________________________________________________________________________
30199 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
30200         Log: More tests.
30201      Branch: perl
30202            ! lib/Exporter.t
30203 ____________________________________________________________________________
30204 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
30205         Log: Retract #11898 for now because it introduces
30206              a rather nasty depencency: when B is being built,
30207              MakeMaker is used.  MakeMaker uses File::Find.
30208              File::Find uses Cwd::getcwd()...which doesn't
30209              exist yet.
30210      Branch: perl
30211            ! lib/File/Find.pm
30212 ____________________________________________________________________________
30213 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
30214         Log: New test welcome.
30215      Branch: perl
30216            + lib/Test/Simple/t/simple.t
30217 ____________________________________________________________________________
30218 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
30219         Log: Old test begone.
30220      Branch: perl
30221            - lib/Attribute/Handlers/test.pl
30222 ____________________________________________________________________________
30223 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
30224         Log: Test-Simple syncup from Schwern.
30225      Branch: perl
30226            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
30227            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
30228            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
30229            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
30230            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
30231            - lib/Test/More/Changes lib/Test/More/t/More.t
30232            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
30233            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
30234            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
30235            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
30236            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
30237            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
30238            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
30239            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
30240            ! t/lib/Test/Simple/sample_tests/death.plx
30241            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
30242            ! t/lib/Test/Simple/sample_tests/extras.plx
30243            ! t/lib/Test/Simple/sample_tests/five_fail.plx
30244            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
30245            ! t/lib/Test/Simple/sample_tests/one_fail.plx
30246            ! t/lib/Test/Simple/sample_tests/require.plx
30247            ! t/lib/Test/Simple/sample_tests/success.plx
30248            ! t/lib/Test/Simple/sample_tests/too_few.plx
30249            ! t/lib/Test/Simple/sample_tests/two_fail.plx
30250 ____________________________________________________________________________
30251 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
30252         Log: Integrate File::Find changes from bleadperl
30253      Branch: maint-5.6/macperl
30254            ! lib/File/Find.pm t/lib/filefind-taint.t
30255 ____________________________________________________________________________
30256 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
30257         Log: Integrate 11847 from maint-5.6/perl
30258      Branch: maint-5.6/macperl
30259           !> sv.c
30260 ____________________________________________________________________________
30261 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
30262         Log: In UNICOS division yada yada.
30263      Branch: perl
30264            ! t/op/override.t
30265 ____________________________________________________________________________
30266 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
30267         Log: In UNICOS division is really lossy, better use
30268              a tolerance test.
30269      Branch: perl
30270            ! ext/Time/HiRes/HiRes.t
30271 ____________________________________________________________________________
30272 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
30273         Log: In UNICOS sigaction() sets an extra flag
30274              ("the signal has been registered for all the processes in
30275              a multitasking group.")
30276      Branch: perl
30277            ! ext/POSIX/sigaction.t
30278 ____________________________________________________________________________
30279 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
30280         Log: Documentation micropatch from Damian.
30281      Branch: perl
30282            ! lib/Attribute/Handlers.pm
30283 ____________________________________________________________________________
30284 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
30285         Log: (Retracted by #11908)
30286              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
30287              From: Michael G Schwern <schwern@pobox.com>
30288              Date: Wed, 5 Sep 2001 15:58:21 -0400
30289              Message-ID: <20010905155821.I632@blackrider>
30290      Branch: perl
30291            ! lib/File/Find.pm lib/File/Find/taint.t
30292 ____________________________________________________________________________
30293 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
30294         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
30295              From: Michael G Schwern <schwern@pobox.com>
30296              Date: Wed, 5 Sep 2001 19:16:31 -0400
30297              Message-ID: <20010905191631.E11386@blackrider>
30298      Branch: perl
30299            + lib/CGI/t/carp.t
30300            ! MANIFEST
30301 ____________________________________________________________________________
30302 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
30303         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
30304              From: chromatic <chromatic@rmci.net>
30305              Date: Wed, 5 Sep 2001 18:08:07 -0600
30306              Message-Id: <01090518080700.19590@firewheel>
30307      Branch: perl
30308            ! lib/English.pm
30309 ____________________________________________________________________________
30310 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
30311         Log: Fix a typo #11889 and add a test for the same.
30312      Branch: perl
30313            ! ext/Socket/Socket.t ext/Socket/Socket.xs
30314 ____________________________________________________________________________
30315 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
30316         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
30317              From: "Craig A. Berry" <craigberry@mac.com>
30318              Date: Wed, 05 Sep 2001 17:48:54 -0500
30319              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
30320      Branch: perl
30321            ! lib/warnings.t t/run/kill_perl.t
30322 ____________________________________________________________________________
30323 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
30324         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
30325              From: Michael G Schwern <schwern@pobox.com>
30326              Date: Wed, 5 Sep 2001 17:22:25 -0400
30327              Message-ID: <20010905172225.C11386@blackrider>
30328      Branch: perl
30329            ! t/run/kill_perl.t
30330 ____________________________________________________________________________
30331 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
30332         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
30333              From: Nicholas Clark <nick@ccl4.org>
30334              Date: Wed, 5 Sep 2001 20:54:24 +0100
30335              Message-ID: <20010905205424.C25120@plum.flirble.org>
30336      Branch: perl
30337            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
30338 ____________________________________________________________________________
30339 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
30340         Log: Forgotten thing.
30341      Branch: perl
30342            ! uconfig.h
30343 ____________________________________________________________________________
30344 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
30345         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
30346              From: chromatic <chromatic@rmci.net>               
30347              Date: Wed, 5 Sep 2001 13:22:08 -0600
30348              Message-Id: <01090513220807.10587@firewheel> 
30349      Branch: perl
30350            ! lib/English.pm
30351 ____________________________________________________________________________
30352 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
30353         Log: inet_ntoa() tweaks:
30354              - don't allow addresses with > 255 characters
30355              - indent the HP-UX workaround
30356              - don't leak memory
30357      Branch: perl
30358            ! ext/Socket/Socket.xs
30359 ____________________________________________________________________________
30360 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
30361         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
30362              <xwu@theeducationcenter.com>
30363      Branch: perl
30364            ! lib/File/Find.pm
30365 ____________________________________________________________________________
30366 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
30367         Log: Typo nits.
30368      Branch: perl
30369            ! lib/File/Find.pm
30370 ____________________________________________________________________________
30371 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
30372         Log: -Wall nit.
30373      Branch: perl
30374            ! op.c
30375 ____________________________________________________________________________
30376 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
30377         Log: Update to Scalar-List-Utils 1.05
30378      Branch: perl
30379            ! ext/List/Util/ChangeLog ext/List/Util/README
30380            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
30381 ____________________________________________________________________________
30382 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
30383         Log: Update Changes.
30384      Branch: perl
30385            ! Changes patchlevel.h
30386 ____________________________________________________________________________
30387 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
30388         Log: Update to Scalar-List-Utils 1.04
30389      Branch: perl
30390            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
30391            ! ext/List/Util/lib/List/Util.pm
30392            ! ext/List/Util/lib/Scalar/Util.pm
30393 ____________________________________________________________________________
30394 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
30395         Log: Metaconfigify #11724.
30396      Branch: metaconfig
30397            ! U/threads/archname.U
30398 ____________________________________________________________________________
30399 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
30400         Log: The MacOS reference is okay, no reason to hide it.
30401      Branch: perl
30402            ! lib/Cwd.pm
30403 ____________________________________________________________________________
30404 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
30405         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
30406              From: Michael G Schwern <schwern@pobox.com>
30407              Date: Tue, 4 Sep 2001 15:30:10 -0400
30408              Message-ID: <20010904153010.H26466@blackrider> 
30409              
30410              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
30411      Branch: perl
30412            ! ext/Cwd/Makefile.PL lib/Cwd.pm
30413 ____________________________________________________________________________
30414 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
30415         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.))
30416              From: Michael G Schwern <schwern@pobox.com>
30417              Date: Tue, 4 Sep 2001 17:39:13 -0400
30418              Message-ID: <20010904173913.C626@blackrider>
30419      Branch: perl
30420            ! lib/Cwd.pm
30421 ____________________________________________________________________________
30422 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
30423         Log: Subject: Re: Perl_pp_* in public API?
30424              From: "Craig A. Berry" <craigberry@mac.com>
30425              Date: Tue, 4 Sep 2001 21:51:29 -0500
30426              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
30427      Branch: perl
30428            ! ext/List/Util/Util.xs
30429 ____________________________________________________________________________
30430 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
30431         Log: From Damian: Class::Struct was unable to define
30432              recursive classes.  After the patch an object reference
30433              (rather than a hash) is required to initialize
30434              an object attribute.  If no such initializer is given to
30435              the constructor, object attributes are now default
30436              initialized to C<undef>.
30437      Branch: perl
30438            ! lib/Class/Struct.pm lib/Class/Struct.t
30439 ____________________________________________________________________________
30440 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
30441         Log: Subject: Re: sv_catpvfn and sv_setpvfn
30442              From: Richard Soderberg <rs@oregonnet.com>
30443              Date: Tue, 4 Sep 2001 15:16:47 -0700
30444              Message-Id: <200109042216.PAA17858@oregonnet.com>
30445      Branch: perl
30446            ! pod/perlclib.pod pod/perlguts.pod
30447 ____________________________________________________________________________
30448 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
30449         Log: NetWare updates from Ananth Kesari.
30450      Branch: perl
30451            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
30452            ! NetWare/nw5thread.h
30453 ____________________________________________________________________________
30454 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
30455         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?))
30456              From: Nicholas Clark <nick@ccl4.org>
30457              Date: Tue, 4 Sep 2001 22:42:50 +0100
30458              Message-ID: <20010904224250.P25120@plum.flirble.org>
30459      Branch: perl
30460            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
30461            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
30462            ! t/op/oct.t toke.c
30463 ____________________________________________________________________________
30464 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
30465         Log: Fix Cwd::getcwd() not being tainted, as noticed
30466              by Schwern.
30467      Branch: perl
30468            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
30469            - ext/Cwd/Cwd.t
30470            ! MANIFEST ext/Cwd/Cwd.xs util.c
30471 ____________________________________________________________________________
30472 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
30473         Log: Retract #11870 and volatilize the right destruct_level.
30474              Silly thinko pointed out by Sarathy.
30475      Branch: perl
30476            ! intrpvar.h perl.c
30477 ____________________________________________________________________________
30478 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
30479         Log: At least a temporary fix for the mysterious scope core dumps
30480              in Tru64 from Graham.
30481      Branch: perl
30482            ! ext/List/Util/Util.xs
30483 ____________________________________________________________________________
30484 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
30485         Log: (Retracted by #11872)
30486      Branch: perl
30487            ! intrpvar.h
30488 ____________________________________________________________________________
30489 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
30490         Log: Quench a -Wall gripe noticed by Robin Barker.
30491      Branch: perl
30492            ! op.c
30493 ____________________________________________________________________________
30494 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
30495         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
30496              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30497              Date: Wed, 05 Sep 2001 02:01:32 +0900
30498              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
30499      Branch: perl
30500            ! lib/Unicode/UCD.pm
30501 ____________________________________________________________________________
30502 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
30503         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
30504              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
30505              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
30506              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
30507      Branch: perl
30508            ! gv.c
30509 ____________________________________________________________________________
30510 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
30511         Log: Update Changes.
30512      Branch: perl
30513            ! Changes patchlevel.h
30514 ____________________________________________________________________________
30515 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
30516         Log: Add the \[$@%&*] prototype support.
30517      Branch: perl
30518            ! op.c pod/perlsub.pod t/comp/proto.t
30519 ____________________________________________________________________________
30520 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
30521         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
30522              From: Michael G Schwern <schwern@pobox.com>
30523              Date: Mon, 3 Sep 2001 18:59:01 -0400
30524              Message-ID: <20010903185901.Z9233@blackrider>
30525      Branch: perl
30526            ! lib/CGI/t/form.t
30527 ____________________________________________________________________________
30528 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
30529         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
30530              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
30531              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
30532              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
30533      Branch: perl
30534            ! gv.c
30535 ____________________________________________________________________________
30536 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
30537         Log: More srand entry tweakage based on Randal's suggestion.
30538      Branch: perl
30539            ! pod/perlfunc.pod
30540 ____________________________________________________________________________
30541 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
30542         Log: Subject: [PATCH] 'main' *is* a reserved word
30543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30544              Date: Mon, 3 Sep 2001 22:55:41 +0200
30545              Message-ID: <20010903225541.A24097@rafael>
30546      Branch: perl
30547            ! toke.c
30548 ____________________________________________________________________________
30549 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
30550         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
30551              From: Peter Prymmer <pvhp@best.com>
30552              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
30553              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
30554      Branch: perl
30555            ! README.vms configure.com
30556 ____________________________________________________________________________
30557 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
30558         Log: Subject: Re: A slightly better default seed?   
30559              From: Michael G Schwern <schwern@pobox.com>
30560              Date: Mon, 3 Sep 2001 18:08:15 -0400 
30561              Message-ID: <20010903180815.W9233@blackrider>
30562      Branch: perl
30563            ! t/op/srand.t
30564 ____________________________________________________________________________
30565 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
30566         Log: Add sharedsv.o to microperl object files.
30567      Branch: perl
30568            ! Makefile.micro
30569 ____________________________________________________________________________
30570 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
30571         Log: AUTHORS updates and
30572              
30573              Subject: [PATCH] Just some preening :-)        
30574              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
30575              Date: Tue, 4 Sep 2001 14:16:59 +0100
30576              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
30577      Branch: perl
30578            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
30579 ____________________________________________________________________________
30580 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
30581         Log: Typo fix and slight rewording.
30582      Branch: perl
30583            ! pod/perlfunc.pod
30584 ____________________________________________________________________________
30585 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
30586         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
30587      Branch: perl
30588            ! pod/perlfaq4.pod
30589 ____________________________________________________________________________
30590 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
30591         Log: The helper file changed name.
30592      Branch: perl
30593            ! MANIFEST
30594 ____________________________________________________________________________
30595 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
30596         Log: Update to Scalar-List-Utils 1.03
30597      Branch: perl
30598            + ext/List/Util/t/shuffle.t
30599            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
30600            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
30601            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
30602            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
30603            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
30604            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
30605            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
30606            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
30607 ____________________________________________________________________________
30608 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
30609         Log: Make crypt() do something more sane for Unicode
30610              (take crypt() of the low eight bits of the characters,
30611              instead of taking crypt() of the UTF-8 of the scalar);
30612              add a test for crypt().
30613      Branch: perl
30614            + t/op/crypt.t
30615            ! MANIFEST pod/perlfunc.pod pp.c
30616 ____________________________________________________________________________
30617 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
30618         Log: Reorganize the srand entry.
30619      Branch: perl
30620            ! pod/perlfunc.pod
30621 ____________________________________________________________________________
30622 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
30623         Log: Remove the tests that assume something about
30624              calling srand() without arguments multiple times.
30625      Branch: perl
30626            ! t/op/srand.t
30627 ____________________________________________________________________________
30628 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
30629         Log: Upgrade to Math::BigInt 1.42.
30630      Branch: perl
30631            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
30632            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
30633            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
30634            ! lib/Math/BigInt/t/mbimbf.t
30635 ____________________________________________________________________________
30636 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
30637         Log: integrate change#11847 from maint-5.6
30638              
30639              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
30640      Branch: perl
30641            ! sv.c
30642 ____________________________________________________________________________
30643 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
30644         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
30645      Branch: maint-5.6/perl
30646            ! sv.c
30647 ____________________________________________________________________________
30648 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
30649         Log: As far as I can tell these functions have been Unicodified.
30650      Branch: perl
30651            ! doop.c
30652 ____________________________________________________________________________
30653 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
30654         Log: Update to Storable 1.0.13.
30655      Branch: perl
30656            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30657            ! ext/Storable/Storable.xs
30658 ____________________________________________________________________________
30659 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
30660         Log: Patch the Filter::Simple test to work with
30661              the core test suite (since the FilterTest.pm
30662              is in t/lib, not in lib).
30663      Branch: perl
30664            ! lib/Filter/Simple/t/filter.t
30665 ____________________________________________________________________________
30666 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
30667         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
30668      Branch: perl
30669            + t/lib/FilterTest.pm
30670            - t/lib/MyFilter.pm
30671 ____________________________________________________________________________
30672 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
30673         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
30674              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
30675              Text::Balanced 1.86.
30676      Branch: perl
30677            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
30678            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
30679            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
30680            + lib/Switch/t/nested.t lib/Switch/t/switch.t
30681            + lib/Text/Balanced/Changes lib/Text/Balanced/README
30682            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
30683            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
30684            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
30685            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
30686            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
30687            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
30688            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
30689            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
30690            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
30691            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
30692            ! MANIFEST lib/Attribute/Handlers.pm
30693            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
30694            ! lib/Attribute/Handlers/demo/Demo.pm
30695            ! lib/Attribute/Handlers/demo/Descriptions.pm
30696            ! lib/Attribute/Handlers/demo/MyClass.pm
30697            ! lib/Attribute/Handlers/demo/demo.pl
30698            ! lib/Attribute/Handlers/demo/demo2.pl
30699            ! lib/Attribute/Handlers/demo/demo3.pl
30700            ! lib/Attribute/Handlers/demo/demo4.pl
30701            ! lib/Attribute/Handlers/demo/demo_call.pl
30702            ! lib/Attribute/Handlers/demo/demo_chain.pl
30703            ! lib/Attribute/Handlers/demo/demo_cycle.pl
30704            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
30705            ! lib/Attribute/Handlers/demo/demo_phases.pl
30706            ! lib/Attribute/Handlers/demo/demo_range.pl
30707            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
30708            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
30709            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
30710            ! lib/Text/Balanced.pm
30711 ____________________________________________________________________________
30712 [ 11841] By: sky                                   on 2001/09/03  11:04:15
30713         Log: Forgot to add a file with Change #11840
30714      Branch: perl
30715            + t/op/srand.t
30716 ____________________________________________________________________________
30717 [ 11840] By: sky                                   on 2001/09/03  11:02:04
30718         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
30719              From: Michael G Schwern <schwern@pobox.com>
30720              Date: Mon, 3 Sep 2001 07:43:00 -0400
30721              Message-ID: <20010903074300.E9233@blackrider>
30722      Branch: perl
30723            ! MANIFEST pod/perlfunc.pod t/op/rand.t
30724 ____________________________________________________________________________
30725 [ 11839] By: sky                                   on 2001/09/03  10:47:11
30726         Log: Document the changes with regards to running of END blocks.
30727              And DESTROY on global objects are called in perl_destruct()!
30728      Branch: perl
30729            ! pod/perl572delta.pod pod/perlembed.pod
30730 ____________________________________________________________________________
30731 [ 11838] By: sky                                   on 2001/09/03  09:34:44
30732         Log: Subject: [PATCH t/op/time.t] Partial cleanup
30733              From: Michael G Schwern <schwern@pobox.com>
30734              Date: Mon, 3 Sep 2001 06:29:42 -0400
30735              Message-ID: <20010903062942.C9233@blackrider>
30736      Branch: perl
30737            ! t/op/time.t
30738 ____________________________________________________________________________
30739 [ 11837] By: sky                                   on 2001/09/03  09:30:02
30740         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
30741              From: Michael G Schwern <schwern@pobox.com>
30742              Date: Mon, 3 Sep 2001 06:24:13 -0400
30743              Message-ID: <20010903062413.B9233@blackrider>
30744      Branch: perl
30745            ! t/op/rand.t
30746 ____________________________________________________________________________
30747 [ 11836] By: sky                                   on 2001/09/03  07:56:47
30748         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
30749              From: Michael G Schwern <schwern@pobox.com>
30750              Date: Sun, 2 Sep 2001 21:38:43 -0400
30751              Message-ID: <20010902213843.L2711@blackrider>
30752      Branch: perl
30753            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
30754            ! MANIFEST
30755 ____________________________________________________________________________
30756 [ 11835] By: nick                                  on 2001/09/03  06:20:06
30757         Log: Integrate mainline
30758      Branch: perlio
30759           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
30760            - t/op/misc.t
30761           !> (integrate 187 files)
30762 ____________________________________________________________________________
30763 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
30764         Log: Update Changes.
30765      Branch: perl
30766            ! Changes patchlevel.h
30767 ____________________________________________________________________________
30768 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
30769         Log: Slight tweaks.
30770      Branch: perl
30771            ! t/run/kill_perl.t
30772 ____________________________________________________________________________
30773 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
30774         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
30775      Branch: perl
30776            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
30777 ____________________________________________________________________________
30778 [ 11831] By: sky                                   on 2001/09/02  12:10:42
30779         Log: Change #11828 wasn't complete, this updates to intest path
30780      Branch: perl
30781            ! t/run/kill_perl.t
30782 ____________________________________________________________________________
30783 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
30784         Log: 's's's.
30785      Branch: perl
30786            ! Changes
30787 ____________________________________________________________________________
30788 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
30789         Log: Update Changes.
30790      Branch: perl
30791            ! Changes patchlevel.h
30792 ____________________________________________________________________________
30793 [ 11828] By: sky                                   on 2001/09/02  11:53:56
30794         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
30795              From: Michael G Schwern <schwern@pobox.com>
30796              Date: Sat, 1 Sep 2001 20:18:58 -0400
30797              Message-ID: <20010901201858.X606@blackrider>
30798              +MANIFEST Fix
30799      Branch: perl
30800            + t/run/kill_perl.t
30801            - t/op/misc.t t/run/segfault.t
30802            ! MANIFEST
30803 ____________________________________________________________________________
30804 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
30805         Log: Subject: [PATCH] lib/Time/Local.pm
30806              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
30807              Date: Sun, 2 Sep 2001 06:50:01 -0500
30808              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
30809      Branch: perl
30810            ! lib/Time/Local.pm
30811 ____________________________________________________________________________
30812 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
30813         Log: Tick off Unicode collation and the normalization from
30814              the todo list.
30815      Branch: perl
30816            ! pod/perltodo.pod
30817 ____________________________________________________________________________
30818 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
30819         Log: Update to Unicode 3.1.1.
30820      Branch: perl
30821            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
30822            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
30823            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
30824            ! lib/unicore/PropList.txt lib/unicore/README.perl
30825            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
30826            ! lib/unicore/rename lib/unicore/version
30827 ____________________________________________________________________________
30828 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
30829         Log: Slight doc tweaks for the module.
30830      Branch: perl
30831            ! lib/Unicode/UCD.pm
30832 ____________________________________________________________________________
30833 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
30834         Log: Rename the variable: it *used* to be (wrongly) that the
30835              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
30836              but that is no more the case: PL_reg_match_utf8 is better.
30837      Branch: perl
30838            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
30839            ! regexec.c sv.c thrdvar.h
30840 ____________________________________________________________________________
30841 [ 11822] By: ams                                   on 2001/09/02  02:54:50
30842         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
30843              From: Ilmari Karonen <iltzu@sci.fi>
30844              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
30845              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
30846              (op/sub_lval.t updated to take new error message into account.)
30847      Branch: perl
30848            ! op.c t/op/sub_lval.t
30849 ____________________________________________________________________________
30850 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
30851         Log: remove stray CRs in files; keep all files with UNIX line-ends
30852              (Porting/makerel adds CRs to the files that need it in the
30853              distribution)
30854      Branch: perl
30855            ! NetWare/t/NWScripts.pl README.dos
30856            ! ext/Encode/Encode/cns11643-1.enc
30857            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
30858            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
30859 ____________________________________________________________________________
30860 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
30861         Log: some remnants of change#11803
30862      Branch: perl
30863            ! ext/ByteLoader/byterun.h perl.h
30864 ____________________________________________________________________________
30865 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
30866         Log: Update to Unicode::Collate 0.08.
30867      Branch: perl
30868            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
30869            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
30870 ____________________________________________________________________________
30871 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
30872         Log: Test tweaks.
30873      Branch: perl
30874            ! t/op/pat.t
30875 ____________________________________________________________________________
30876 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
30877         Log: Fix test
30878      Branch: maint-5.6/macperl
30879            ! t/lib/b.t
30880 ____________________________________________________________________________
30881 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
30882         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
30883              warnings in Config.pm with -W; increase default and
30884              minimum RAM; bump version number.
30885      Branch: maint-5.6/macperl
30886            + macos/lib/Mac/LowMem.pm
30887            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
30888            ! macos/configpm macos/macperl/MacPerl.r
30889 ____________________________________________________________________________
30890 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
30891         Log: Make syntax check report in MPW style, fix tests
30892              to use Mac::err=unix to get normal-style error
30893              messages.
30894      Branch: maint-5.6/macperl
30895            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
30896            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
30897 ____________________________________________________________________________
30898 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
30899         Log: Make MPW-style errors optional (but the default); add
30900              MacPerl::ErrorFormat() function and Mac::err pragma
30901      Branch: maint-5.6/macperl
30902            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
30903            + macos/ext/Mac/err/err.xs
30904            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
30905            ! macos/macish.c macos/macish.h macos/macperl.sym
30906 ____________________________________________________________________________
30907 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
30908         Log: More module and test ports from Thomas Wegner et al
30909      Branch: maint-5.6/macperl
30910            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
30911            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
30912            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
30913            ! t/op/magic.t
30914 ____________________________________________________________________________
30915 [ 11812] By: sky                                   on 2001/09/01  17:19:30
30916         Log: Subject: [PATCH t/op/concat.t] cleanup
30917              From: Michael G Schwern <schwern@pobox.com>
30918              Date: Sat, 1 Sep 2001 14:06:28 -0400
30919              Message-ID: <20010901140628.C606@blackrider>
30920      Branch: perl
30921            ! t/op/concat.t
30922 ____________________________________________________________________________
30923 [ 11811] By: sky                                   on 2001/09/01  12:25:29
30924         Log: Change #11805 didn't update the MANIFEST
30925      Branch: perl
30926            ! MANIFEST
30927 ____________________________________________________________________________
30928 [ 11810] By: sky                                   on 2001/09/01  11:52:44
30929         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
30930              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30931              Date: Sat, 1 Sep 2001 14:50:14 +0200
30932              Message-ID: <20010901145014.A691@rafael>
30933      Branch: perl
30934            ! t/op/inccode.t
30935 ____________________________________________________________________________
30936 [ 11809] By: sky                                   on 2001/09/01  11:49:22
30937         Log: Subject: PATCH: ExtUtils::MakeMaker
30938              From: Tony Bowden <tony@kasei.com>
30939              Date: Sat, 1 Sep 2001 10:33:53 +0100
30940              Message-ID: <20010901103353.A13863@soto.kasei.com>
30941              Manually applied
30942      Branch: perl
30943            ! lib/ExtUtils/MakeMaker.pm
30944 ____________________________________________________________________________
30945 [ 11808] By: sky                                   on 2001/09/01  11:39:13
30946         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
30947              From: mike808@users.sourceforge.net
30948              Date: Sat, 1 Sep 101 11:27:50 GMT
30949              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
30950              With little tweak
30951      Branch: perl
30952            ! lib/Term/Cap.pm
30953 ____________________________________________________________________________
30954 [ 11807] By: ams                                   on 2001/09/01  11:31:16
30955         Log: Subject: oct() and hex()
30956              From: Nicholas Clark <nick@ccl4.org>
30957              Date: Fri, 31 Aug 2001 23:14:13 +0100
30958              Message-Id: <20010831231413.J4950@plum.flirble.org>
30959      Branch: perl
30960            ! pod/perlclib.pod
30961 ____________________________________________________________________________
30962 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
30963         Log: Integrate change 11801 from maintperl
30964      Branch: maint-5.6/macperl
30965            ! perl.c
30966 ____________________________________________________________________________
30967 [ 11805] By: sky                                   on 2001/08/31  21:35:10
30968         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
30969              From: Michael G Schwern <schwern@pobox.com>
30970              Date: Fri, 31 Aug 2001 15:36:28 -0400
30971              Message-ID: <20010831153628.B598@blackrider>
30972              Check for things which used to segfault
30973      Branch: perl
30974            + t/run/segfault.t
30975 ____________________________________________________________________________
30976 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
30977         Log: integrate change#11801 from maint-5.6
30978              
30979              remove age-old UNICOS "workaround" that introduces a static, and
30980              hence an egregious race condition for threaded builds (*sigh*
30981              beats me why this kludge wasn't guarded by a UNICOS-specific
30982              #define *sigh*)
30983      Branch: perl
30984            ! perl.c
30985 ____________________________________________________________________________
30986 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
30987         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
30988              working in 5.7.x
30989      Branch: perl
30990            - objXSUB.h
30991            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
30992            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
30993            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
30994            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
30995            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
30996            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
30997            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
30998            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
30999            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
31000            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
31001            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
31002            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
31003            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
31004            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
31005            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
31006            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
31007            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
31008            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
31009            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
31010            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
31011            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
31012            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
31013 ____________________________________________________________________________
31014 [ 11802] By: ams                                   on 2001/08/31  18:11:32
31015         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
31016              From: "Philip Newton" <Philip.Newton@gmx.net>
31017              Date: Fri, 31 Aug 2001 21:12:56 +0200
31018              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
31019      Branch: perl
31020            ! pod/perldiag.pod
31021 ____________________________________________________________________________
31022 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
31023         Log: remove age-old UNICOS "workaround" that introduces a static, and
31024              hence an egregious race condition for threaded builds (*sigh*
31025              beats me why this kludge wasn't guarded by a UNICOS-specific
31026              #define *sigh*)
31027      Branch: maint-5.6/perl
31028            ! perl.c
31029 ____________________________________________________________________________
31030 [ 11800] By: sky                                   on 2001/08/31  17:30:26
31031         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
31032              Might break on platforms where bool is larger than 8 bites ???
31033      Branch: perl
31034            ! regcomp.c
31035 ____________________________________________________________________________
31036 [ 11799] By: ams                                   on 2001/08/31  12:15:44
31037         Log: Integrate 11778 into mainline.
31038      Branch: perl
31039            ! t/base/term.t
31040 ____________________________________________________________________________
31041 [ 11798] By: sky                                   on 2001/08/31  11:31:44
31042         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
31043              supposed to happen.
31044      Branch: perl
31045            ! regcomp.c
31046 ____________________________________________________________________________
31047 [ 11797] By: sky                                   on 2001/08/31  11:28:17
31048         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
31049              From: "John P. Linderman" <jpl@research.att.com>
31050              Date: Fri, 31 Aug 2001 08:20:35 -0400
31051              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
31052              Fixes test 14 which could fail randomly in rare cases.
31053      Branch: perl
31054            ! ext/Time/HiRes/HiRes.t regcomp.c
31055 ____________________________________________________________________________
31056 [ 11796] By: ams                                   on 2001/08/31  01:13:07
31057         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
31058              From: Nicholas Clark <nick@ccl4.org>
31059              Date: Thu, 30 Aug 2001 23:21:50 +0100
31060              Message-Id: <20010830232150.D4950@plum.flirble.org>
31061      Branch: perl
31062            ! ext/Sys/Syslog/Makefile.PL
31063 ____________________________________________________________________________
31064 [ 11795] By: ams                                   on 2001/08/30  23:53:23
31065         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
31066              patching example
31067              From: Michael G Schwern <schwern@pobox.com>
31068              Date: Thu, 30 Aug 2001 17:02:08 -0400
31069              Message-Id: <20010830170208.M2318@blackrider>
31070      Branch: perl
31071            ! pod/perlhack.pod
31072 ____________________________________________________________________________
31073 [ 11794] By: ams                                   on 2001/08/30  19:35:36
31074         Log: Subject: [PATCH] pp_modulo
31075              From: Nicholas Clark <nick@ccl4.org>
31076              Date: Thu, 30 Aug 2001 18:20:54 +0100
31077              Message-Id: <20010830182053.A4950@plum.flirble.org>
31078      Branch: perl
31079            ! pp.c t/op/64bitint.t
31080 ____________________________________________________________________________
31081 [ 11793] By: sky                                   on 2001/08/30  13:02:48
31082         Log: 11792 wasn't complete
31083      Branch: perl
31084            ! makedef.pl regcomp.c
31085 ____________________________________________________________________________
31086 [ 11792] By: sky                                   on 2001/08/30  12:21:11
31087         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
31088      Branch: perl
31089            ! makedef.pl
31090 ____________________________________________________________________________
31091 [ 11791] By: sky                                   on 2001/08/30  10:08:02
31092         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
31093      Branch: perl
31094            ! config_h.SH
31095 ____________________________________________________________________________
31096 [ 11790] By: sky                                   on 2001/08/30  08:22:31
31097         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
31098              on the pad. Fixes coredumps in cleanups introduced by
31099              Change 11755  
31100      Branch: perl
31101            ! op.c perl.c sv.h
31102 ____________________________________________________________________________
31103 [ 11789] By: sky                                   on 2001/08/29  19:01:47
31104         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
31105              This is a replacement implmentation that works on HPUX.
31106              This bug should probably be fixed in GCC.
31107      Branch: perl
31108            ! ext/Socket/Socket.xs
31109 ____________________________________________________________________________
31110 [ 11788] By: ams                                   on 2001/08/29  17:35:33
31111         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
31112              From: Nicholas Clark <nick@ccl4.org>
31113              Date: Wed, 29 Aug 2001 18:21:56 +0100
31114              Message-Id: <20010829182156.O4950@plum.flirble.org>
31115      Branch: perl
31116            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
31117 ____________________________________________________________________________
31118 [ 11787] By: sky                                   on 2001/08/29  10:42:54
31119         Log: Added test for pack_addr_in and unpack_addr_in
31120              Nitpik in test 10
31121      Branch: perl
31122            ! ext/Socket/Socket.t
31123 ____________________________________________________________________________
31124 [ 11786] By: sky                                   on 2001/08/29  10:28:14
31125         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
31126              Trying to catch errors on HP-UX
31127      Branch: perl
31128            ! ext/Socket/Socket.t
31129 ____________________________________________________________________________
31130 [ 11785] By: sky                                   on 2001/08/29  09:07:03
31131         Log: make sure USE_THREADS is defined so external apps work
31132      Branch: perl
31133            ! config_h.SH
31134 ____________________________________________________________________________
31135 [ 11784] By: sky                                   on 2001/08/29  08:06:12
31136         Log: Subject: Re: The hitlist of untested modules.
31137              From: Jonathan Stowe <gellyfish@gellyfish.com>
31138              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
31139              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
31140              Start of tests for Shell.pm (make Schwern poorer!)
31141      Branch: perl
31142            + lib/Shell.t
31143            ! MANIFEST
31144 ____________________________________________________________________________
31145 [ 11783] By: sky                                   on 2001/08/29  07:37:50
31146         Log: END{} can change the return value even if we die from BEGIN{}
31147      Branch: perl
31148            ! miniperlmain.c
31149 ____________________________________________________________________________
31150 [ 11782] By: ams                                   on 2001/08/29  06:32:17
31151         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
31152              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31153              Date: Wed, 29 Aug 2001 09:18:17 +0200
31154              Message-Id: <20010829091817.A4453@rafael>
31155      Branch: perl
31156            ! t/op/inccode.t
31157 ____________________________________________________________________________
31158 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
31159         Log: Delete xsubpp.patch, as full copy exists now
31160      Branch: maint-5.6/macperl
31161            - macos/xsubpp.patch
31162 ____________________________________________________________________________
31163 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
31164         Log: Add Changes file
31165      Branch: maint-5.6/macperl
31166            + macos/Changes
31167 ____________________________________________________________________________
31168 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
31169         Log: Add Mac version of xsubpp as separate file
31170      Branch: maint-5.6/macperl
31171            + macos/xsubpp
31172            ! macos/Makefile.mk
31173 ____________________________________________________________________________
31174 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
31175         Log: Fix open of /dev/null for Mac OS
31176      Branch: maint-5.6/macperl
31177            ! t/base/term.t
31178 ____________________________________________________________________________
31179 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
31180         Log: Various patches: enable more tests; skip CVS in PerlInstall;
31181              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
31182      Branch: maint-5.6/macperl
31183            ! macos/MacPerlTests.cmd macos/PerlInstall
31184            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
31185 ____________________________________________________________________________
31186 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
31187         Log: Allow for platforms to override formatting of errors
31188              on output from Matthias Neeracher (Mac files)
31189      Branch: maint-5.6/macperl
31190            ! macos/macish.c macos/macish.h
31191 ____________________________________________________________________________
31192 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
31193         Log: Allow for platforms to override formatting of errors
31194              on output from Matthias Neeracher (core files)
31195      Branch: maint-5.6/macperl
31196            ! perl.h pp_ctl.c util.c
31197 ____________________________________________________________________________
31198 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
31199         Log: Add some param checking, from reports by Kevin Reid.
31200      Branch: maint-5.6/macperl
31201            ! macos/ext/Mac/Controls/Controls.pm
31202            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
31203 ____________________________________________________________________________
31204 [ 11773] By: ams                                   on 2001/08/28  23:54:57
31205         Log: Subject: [PATCH] make coretest
31206              From: Paul Johnson <paul@pjcj.net>
31207              Date: Wed, 29 Aug 2001 00:11:38 +0200
31208              Message-Id: <20010829001138.B12169@pjcj.net>
31209              (Applied without the change to perlhack.pod. This should
31210              probably stay undocumented.)
31211      Branch: perl
31212            ! Makefile.SH t/TEST
31213 ____________________________________________________________________________
31214 [ 11772] By: sky                                   on 2001/08/28  13:01:20
31215         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
31216              From: Michael G Schwern <schwern@pobox.com>
31217              Date: Tue, 28 Aug 2001 09:57:39 -0400
31218              Message-ID: <20010828095738.E17775@blackrider>
31219      Branch: perl
31220            ! pod/perlhack.pod t/op/pack.t
31221 ____________________________________________________________________________
31222 [ 11771] By: sky                                   on 2001/08/28  11:20:13
31223         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
31224              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31225              Date: Tue, 28 Aug 2001 14:23:43 +0200
31226              Message-ID: <20010828142343.A19299@rafael>
31227      Branch: perl
31228            ! pod/perlvar.pod pp_ctl.c
31229 ____________________________________________________________________________
31230 [ 11770] By: ams                                   on 2001/08/28  10:13:21
31231         Log: Subject: [PATCH] odd typo in op.h
31232              From: Nicholas Clark <nick@ccl4.org>
31233              Date: Tue, 28 Aug 2001 12:10:26 +0100
31234              Message-Id: <20010828121026.V4950@plum.flirble.org>
31235      Branch: perl
31236            ! op.h
31237 ____________________________________________________________________________
31238 [ 11769] By: sky                                   on 2001/08/28  08:09:16
31239         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
31240              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
31241              Date: Tue, 28 Aug 2001 02:22:20 +0300
31242              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
31243      Branch: perl
31244            ! ext/B/B/Lint.pm
31245 ____________________________________________________________________________
31246 [ 11768] By: ams                                   on 2001/08/28  00:47:35
31247         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
31248              From: Michael G Schwern <schwern@pobox.com>
31249              Date: Mon, 27 Aug 2001 21:24:44 -0400
31250              Message-Id: <20010827212444.F12582@blackrider>
31251      Branch: perl
31252            ! pod/perlhack.pod t/op/pack.t
31253 ____________________________________________________________________________
31254 [ 11767] By: ams                                   on 2001/08/27  23:59:48
31255         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
31256              From: Michael G Schwern <schwern@pobox.com>
31257              Date: Mon, 27 Aug 2001 20:12:29 -0400
31258              Message-Id: <20010827201229.D12582@blackrider>
31259      Branch: perl
31260            ! pod/perlhack.pod t/op/pack.t
31261 ____________________________________________________________________________
31262 [ 11766] By: ams                                   on 2001/08/27  23:39:40
31263         Log: Update Changes.
31264      Branch: perl
31265            ! Changes
31266 ____________________________________________________________________________
31267 [ 11765] By: ams                                   on 2001/08/27  22:53:10
31268         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
31269              From: Michael G Schwern <schwern@pobox.com>
31270              Date: Mon, 27 Aug 2001 19:47:30 -0400
31271              Message-Id: <20010827194730.C12582@blackrider>
31272      Branch: perl
31273            ! t/op/inccode.t
31274 ____________________________________________________________________________
31275 [ 11764] By: ams                                   on 2001/08/27  22:46:21
31276         Log: Subject: [PATCH] new tests for the coderef-in-@INC
31277              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31278              Date: Mon, 27 Aug 2001 22:36:27 +0200
31279              Message-Id: <20010827223627.C690@rafael>
31280              
31281              Subject: Re: [PATCH] new tests for the coderef-in-@INC
31282              From: Nicholas Clark <nick@ccl4.org>
31283              Date: Tue, 28 Aug 2001 00:02:46 +0100
31284              Message-Id: <20010828000245.R4950@plum.flirble.org>
31285      Branch: perl
31286            + t/op/inccode.t
31287            ! MANIFEST
31288 ____________________________________________________________________________
31289 [ 11763] By: ams                                   on 2001/08/27  22:41:09
31290         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
31291              bleadperl on fire, Win95+4NT)
31292              From: Michael G Schwern <schwern@pobox.com>
31293              Date: Mon, 27 Aug 2001 16:54:42 -0400
31294              Message-Id: <20010827165442.F9436@blackrider>
31295      Branch: perl
31296            ! lib/warnings.t
31297 ____________________________________________________________________________
31298 [ 11762] By: sky                                   on 2001/08/27  19:19:17
31299         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
31300              avaible at compile time. This broke the compilation of 
31301              Net/Ping.pm
31302      Branch: perl
31303            ! lib/Net/Ping.pm
31304 ____________________________________________________________________________
31305 [ 11761] By: sky                                   on 2001/08/27  18:34:48
31306         Log: Removed tripple definitions of CUSTOM_OP functions.
31307      Branch: perl
31308            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
31309 ____________________________________________________________________________
31310 [ 11760] By: sky                                   on 2001/08/27  18:21:27
31311         Log: Regen headers
31312      Branch: perl
31313            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
31314            ! perlapi.h proto.h
31315 ____________________________________________________________________________
31316 [ 11759] By: ams                                   on 2001/08/27  16:31:53
31317         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
31318              From: "chromatic" <chromatic@rmci.net>
31319              Date: Mon, 27 Aug 2001 11:17:09 -0600
31320              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
31321      Branch: perl
31322            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
31323 ____________________________________________________________________________
31324 [ 11758] By: sky                                   on 2001/08/27  15:16:42
31325         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
31326              Thanks to H. Merijn Brand for the patch.
31327              Some of the comments and or guards might be removable in perl.h now.
31328      Branch: perl
31329            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
31330            ! Porting/Glossary Porting/config_H README.threads config_h.SH
31331            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
31332            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
31333            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
31334            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
31335            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
31336            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
31337            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
31338            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
31339            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
31340            ! win32/config_H.vc win32/perllib.c win32/win32.h
31341            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
31342            ! wince/config.h wince/config_H.ce wince/win32.h
31343            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
31344 ____________________________________________________________________________
31345 [ 11757] By: sky                                   on 2001/08/27  13:39:16
31346         Log: Subject: GNU ld parses arguments different
31347              From: H.Merijn Brand <h.m.brand@hccnet.nl>
31348              Date: Mon, 27 Aug 2001 16:25:51 +0200
31349              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
31350      Branch: perl
31351            ! hints/hpux.sh
31352 ____________________________________________________________________________
31353 [ 11756] By: sky                                   on 2001/08/27  13:18:45
31354         Log: Subject: Custom Ops
31355              From: Simon Cozens <simon@netthink.co.uk>
31356              Date: Sat, 25 Aug 2001 17:45:09 +0100
31357              Message-ID: <20010825174509.A5752@netthink.co.uk>
31358              I also added a fix to Opcode.pm to quite test cases.
31359      Branch: perl
31360            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
31361            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
31362 ____________________________________________________________________________
31363 [ 11755] By: sky                                   on 2001/08/27  05:37:17
31364         Log: Plugs a memory leak on destruction of regular expressions
31365              introcued by #11274.
31366              PL_regex_padav now has an AV as it's first entry with a list
31367              of freed regex_padav slots that it will reuse on creating
31368              new PMOPs.
31369      Branch: perl
31370            ! op.c perl.c
31371 ____________________________________________________________________________
31372 [ 11754] By: ams                                   on 2001/08/26  14:38:52
31373         Log: Subject: [PATCH] t/io/binmode.t
31374              From: Nicholas Clark <nick@ccl4.org>
31375              Date: Sun, 26 Aug 2001 12:03:05 +0100
31376              Message-Id: <20010826120305.C4950@plum.flirble.org>
31377              
31378              (Also a nitpick in #11752 to t/op/universal.t)
31379      Branch: perl
31380            ! t/io/binmode.t t/op/universal.t
31381 ____________________________________________________________________________
31382 [ 11753] By: ams                                   on 2001/08/26  08:19:34
31383         Log: Subject: [PATCH] op/universal.t failing
31384              From: Nicholas Clark <nick@ccl4.org>
31385              Date: Sun, 26 Aug 2001 09:48:22 +0100
31386              Message-Id: <20010826094822.B4950@plum.flirble.org>
31387      Branch: perl
31388            ! t/op/universal.t
31389 ____________________________________________________________________________
31390 [ 11752] By: ams                                   on 2001/08/25  22:46:13
31391         Log: Subject: Re: 'can' with undefined subs
31392              From: Tony Bowden <tony@kasei.com>
31393              Date: Sat, 25 Aug 2001 14:58:17 +0100
31394              Message-Id: <20010825145817.A11788@soto.kasei.com>
31395              (Applied with minor modifications.)
31396      Branch: perl
31397            ! t/op/universal.t
31398 ____________________________________________________________________________
31399 [ 11751] By: ams                                   on 2001/08/25  18:28:43
31400         Log: Subject: Re: 'can' with undefined subs
31401              From: Tony Bowden <tony@kasei.com>
31402              Date: Sat, 25 Aug 2001 15:13:14 +0100
31403              Message-Id: <20010825151314.B11788@soto.kasei.com>
31404      Branch: perl
31405            ! lib/UNIVERSAL.pm
31406 ____________________________________________________________________________
31407 [ 11750] By: nick                                  on 2001/08/25  15:24:15
31408         Log: Integrate mainline
31409      Branch: perlio
31410           +> t/io/binmode.t
31411           !> (integrate 26 files)
31412 ____________________________________________________________________________
31413 [ 11749] By: nick                                  on 2001/08/25  14:55:41
31414         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
31415              From:  John Peacock <jpeacock@rowman.com>
31416              Date:  Wed, 22 Aug 2001 12:05:28 -0400
31417              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
31418      Branch: perl
31419            ! pod/perlhack.pod
31420 ____________________________________________________________________________
31421 [ 11748] By: nick                                  on 2001/08/25  14:53:04
31422         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
31423              From:  Michael G Schwern <schwern@pobox.com>
31424              Date:  Wed, 22 Aug 2001 19:22:45 -0400
31425              Message-Id:  <20010822192245.U619@blackrider>
31426      Branch: perl
31427            ! MANIFEST
31428 ____________________________________________________________________________
31429 [ 11747] By: nick                                  on 2001/08/25  14:52:33
31430         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
31431              From:  Nicholas Clark <nick@ccl4.org>
31432              Date:  Wed, 22 Aug 2001 23:29:06 +0100
31433              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
31434      Branch: perl
31435            + t/io/binmode.t
31436            ! perlio.c pod/perlfunc.pod
31437 ____________________________________________________________________________
31438 [ 11744] By: nick                                  on 2001/08/25  14:37:33
31439         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
31440              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
31441              Date:  Fri, 24 Aug 2001 22:10:42 +0200
31442              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
31443      Branch: perl
31444            ! x2p/a2py.c x2p/walk.c
31445 ____________________________________________________________________________
31446 [ 11743] By: nick                                  on 2001/08/25  14:32:47
31447         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
31448              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31449              Date:  Fri, 24 Aug 2001 23:34:13 +0200
31450              Message-Id:  <20010824233413.A1285@rafael>
31451      Branch: perl
31452            ! pod/perlfunc.pod pod/perlvar.pod
31453 ____________________________________________________________________________
31454 [ 11742] By: ams                                   on 2001/08/25  13:16:02
31455         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
31456              From: Nicholas Clark <nick@ccl4.org>
31457              Date: Sat, 25 Aug 2001 14:50:07 +0100
31458              Message-Id: <20010825145007.L41464@plum.flirble.org>
31459      Branch: perl
31460            ! pp_ctl.c
31461 ____________________________________________________________________________
31462 [ 11741] By: nick                                  on 2001/08/24  07:08:45
31463         Log: When applying patch via Porting/apply fails, do p4 refresh
31464              to get old files back.
31465      Branch: perl
31466            ! Porting/apply
31467 ____________________________________________________________________________
31468 [ 11740] By: ams                                   on 2001/08/24  04:47:24
31469         Log: #11739 was incomplete.
31470      Branch: perl
31471            ! pod/perldiag.pod
31472 ____________________________________________________________________________
31473 [ 11739] By: ams                                   on 2001/08/24  04:09:40
31474         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
31475              From: "Philip Newton" <Philip.Newton@gmx.net>
31476              Date: Fri, 24 Aug 2001 07:08:34 +0200
31477      Branch: perl
31478            ! pod/perldiag.pod
31479 ____________________________________________________________________________
31480 [ 11738] By: ams                                   on 2001/08/24  02:19:42
31481         Log: Fixed Doug Wilson's email address.
31482      Branch: perl
31483            ! AUTHORS
31484 ____________________________________________________________________________
31485 [ 11737] By: ams                                   on 2001/08/24  00:10:13
31486         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
31487              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31488              Date: Thu, 23 Aug 2001 22:22:58 +0200
31489              Message-Id: <20010823222258.A901@rafael>
31490      Branch: perl
31491            ! pod/perldiag.pod
31492 ____________________________________________________________________________
31493 [ 11736] By: ams                                   on 2001/08/24  00:05:02
31494         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
31495              From: "Craig A. Berry" <craigberry@mac.com>
31496              Date: Thu, 23 Aug 2001 19:07:45 -0500
31497              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
31498      Branch: perl
31499            ! configure.com
31500 ____________________________________________________________________________
31501 [ 11735] By: sky                                   on 2001/08/23  13:42:07
31502         Log: Backed out 11732, it breaks lib/strict.t 
31503      Branch: perl
31504            ! op.c
31505 ____________________________________________________________________________
31506 [ 11734] By: sky                                   on 2001/08/23  11:45:59
31507         Log: Removed toy from 17133 after Matt Sargeants request.
31508      Branch: perl
31509            ! pod/perlfaq4.pod
31510 ____________________________________________________________________________
31511 [ 11733] By: sky                                   on 2001/08/23  11:36:29
31512         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
31513              From: Robin Houston <robin@kitsite.com>
31514              Date: Wed, 22 Aug 2001 23:06:16 +0100
31515              Message-ID: <20010822230616.A254@robin.kitsite.com>
31516      Branch: perl
31517            ! pod/perlfaq4.pod
31518 ____________________________________________________________________________
31519 [ 11732] By: sky                                   on 2001/08/23  10:36:02
31520         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
31521              From: Simon Cozens <simon@netthink.co.uk>
31522              Date: Thu, 23 Aug 2001 12:06:36 +0100
31523              Message-ID: <20010823120636.A9961@netthink.co.uk>
31524      Branch: perl
31525            ! op.c
31526 ____________________________________________________________________________
31527 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
31528         Log: fix broken windows build
31529      Branch: perl
31530            ! perl.h
31531 ____________________________________________________________________________
31532 [ 11730] By: ams                                   on 2001/08/22  21:35:30
31533         Log: Subject: [PATCH] io/tell.t doesn't chdir t
31534              From: Nicholas Clark <nick@ccl4.org>
31535              Date: Wed, 22 Aug 2001 23:25:58 +0100
31536              Message-Id: <20010822232557.Y82818@plum.flirble.org>
31537      Branch: perl
31538            ! t/io/tell.t
31539 ____________________________________________________________________________
31540 [ 11729] By: ams                                   on 2001/08/22  20:32:21
31541         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
31542              questions)
31543              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31544              Date: Wed, 22 Aug 2001 17:09:04 -0400
31545              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
31546              (Oops, forgot File::Spec::Unix in the previous patch.)
31547      Branch: perl
31548            ! lib/File/Spec/Unix.pm
31549 ____________________________________________________________________________
31550 [ 11728] By: ams                                   on 2001/08/22  20:25:41
31551         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
31552              questions)
31553              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31554              Date: Wed, 22 Aug 2001 17:09:04 -0400
31555              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
31556      Branch: perl
31557            ! lib/File/Spec.pm
31558 ____________________________________________________________________________
31559 [ 11727] By: ams                                   on 2001/08/22  19:43:30
31560         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
31561              From: John Peacock <jpeacock@rowman.com>
31562              Date: Wed, 22 Aug 2001 12:35:52 -0400
31563              Message-Id: <3B83DF68.5D89DC81@rowman.com>
31564              (Adds proper tests for $], notwithstanding Subject. +nitpick)
31565      Branch: perl
31566            ! t/op/ver.t
31567 ____________________________________________________________________________
31568 [ 11726] By: ams                                   on 2001/08/22  19:36:39
31569         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
31570              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
31571              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
31572              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
31573      Branch: perl
31574            ! lib/diagnostics.pm lib/diagnostics.t
31575 ____________________________________________________________________________
31576 [ 11725] By: ams                                   on 2001/08/22  19:25:01
31577         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
31578              From: Nicholas Clark <nick@ccl4.org>
31579              Date: Wed, 22 Aug 2001 20:59:05 +0100
31580              Message-Id: <20010822205905.U82818@plum.flirble.org>
31581      Branch: perl
31582            ! pp.c t/op/64bitint.t t/op/arith.t
31583 ____________________________________________________________________________
31584 [ 11724] By: ams                                   on 2001/08/22  10:02:33
31585         Log: Subject: Configure blooper
31586              From: H.Merijn Brand <h.m.brand@hccnet.nl>
31587              Date: Wed, 22 Aug 2001 12:38:35 +0200
31588              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
31589      Branch: perl
31590            ! Configure
31591 ____________________________________________________________________________
31592 [ 11723] By: ams                                   on 2001/08/21  16:17:53
31593         Log: Subject: [PATCH] installperl -help
31594              From: Nicholas Clark <nick@ccl4.org>
31595              Date: Tue, 21 Aug 2001 17:34:23 +0100
31596              Message-Id: <20010821173423.F82818@plum.flirble.org>
31597      Branch: perl
31598            ! installperl
31599 ____________________________________________________________________________
31600 [ 11722] By: ams                                   on 2001/08/20  07:46:31
31601         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
31602              From: Ilmari Karonen <iltzu@sci.fi>
31603              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
31604              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
31605      Branch: perl
31606            ! pod/perlvar.pod
31607 ____________________________________________________________________________
31608 [ 11721] By: nick                                  on 2001/08/20  06:24:31
31609         Log: Integrate mainline
31610      Branch: perlio
31611           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
31612           +> lib/Lingua/KO/Hangul/Util/Changes
31613           +> lib/Lingua/KO/Hangul/Util/README
31614           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
31615           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
31616           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
31617           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
31618           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
31619           +> lib/Unicode/Normalize/t/test.t
31620            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
31621           !> (integrate 55 files)
31622 ____________________________________________________________________________
31623 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
31624         Log: Integrate Change #11599 from maint-5.6/perl
31625      Branch: maint-5.6/macperl
31626           !> README.win32
31627 ____________________________________________________________________________
31628 [ 11719] By: ams                                   on 2001/08/18  21:21:42
31629         Log: Add Porting/apply to MANIFEST.
31630      Branch: perl
31631            ! MANIFEST
31632 ____________________________________________________________________________
31633 [ 11718] By: sky                                   on 2001/08/18  14:38:01
31634         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
31635              Better solution would be to make 5005threaded perl use
31636              the same system as ithreads do
31637      Branch: perl
31638            ! perl.h
31639 ____________________________________________________________________________
31640 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
31641         Log: New try for ID 20010407.006: detach the semantics
31642              "was the last match target UTF8" into its own variable.
31643      Branch: perl
31644            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
31645            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
31646 ____________________________________________________________________________
31647 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
31648         Log: UTF8 flag should be meaningful only when POK.
31649      Branch: perl
31650            ! dump.c
31651 ____________________________________________________________________________
31652 [ 11715] By: sky                                   on 2001/08/18  11:45:16
31653         Log: USE_THREADS and USE_ITHREADS are never true at the same time
31654      Branch: perl
31655            ! perl.h
31656 ____________________________________________________________________________
31657 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
31658         Log: Retract #11712 for now.  The real fix would probably
31659              be something like making PL_reg_sv a copy (PV + UTF8)
31660              of the matched/substituted string (note: not just a SvPOK
31661              string, for example the stringified form of a ROK would
31662              be applicable)  Beware of leaks.
31663      Branch: perl
31664            ! pp_hot.c t/op/pat.t
31665 ____________________________________________________________________________
31666 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
31667         Log: UTF8 wasn't printing for PVMGs.
31668      Branch: perl
31669            ! dump.c
31670 ____________________________________________________________________________
31671 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
31672         Log: (Retracted by #11714)
31673              
31674              Okay analysis, debatable fix.  (The fix will inc
31675              the refcount of all temporary match objects,
31676              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
31677              which will then cause griping at untie() time
31678              ("inner references remain").
31679              
31680              Fix for ID 20010407.006: PL_reg_sv got wiped out
31681              by freetemps if the match target was a temporary
31682              (like function_call() =~ /.../), which in turn meant
31683              that the $1 et al stopped working if they had UTF-8
31684              in them.  Therefore bump up the refcount of PL_reg_sv.
31685      Branch: perl
31686            ! pp_hot.c t/op/pat.t
31687 ____________________________________________________________________________
31688 [ 11711] By: ams                                   on 2001/08/17  20:32:08
31689         Log: Subject: [PATCH] doesn't compile, was perl@11710
31690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31691              Date: Fri, 17 Aug 2001 23:21:10 +0200
31692              Message-Id: <20010817232110.C7041@rafael> 
31693      Branch: perl
31694            ! sharedsv.c
31695 ____________________________________________________________________________
31696 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
31697         Log: Update Changes.
31698      Branch: perl
31699            ! Changes patchlevel.h
31700 ____________________________________________________________________________
31701 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
31702         Log: Upgrade to libnet 1.0704.
31703      Branch: perl
31704            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
31705            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
31706            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
31707            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
31708            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
31709            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
31710            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
31711 ____________________________________________________________________________
31712 [ 11708] By: sky                                   on 2001/08/17  13:34:04
31713         Log: Let perl_clone copy PL_exit_flags
31714      Branch: perl
31715            ! sv.c
31716 ____________________________________________________________________________
31717 [ 11707] By: sky                                   on 2001/08/17  12:28:41
31718         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
31719      Branch: perl
31720            ! sharedsv.c sharedsv.h
31721 ____________________________________________________________________________
31722 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
31723         Log: The metaconfig unit change for #11705.
31724      Branch: metaconfig/U/perl
31725            ! Extensions.U
31726 ____________________________________________________________________________
31727 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
31728         Log: Allow the threads extension to be found if present.
31729      Branch: perl
31730            ! Configure
31731 ____________________________________________________________________________
31732 [ 11704] By: nick                                  on 2001/08/17  11:47:54
31733         Log: Mail -> change script (pre-alpha)
31734      Branch: perl
31735            + Porting/apply
31736 ____________________________________________________________________________
31737 [ 11703] By: sky                                   on 2001/08/17  07:11:24
31738         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
31739              Thanks to Tom Hospel for pointing out my error.
31740      Branch: perl
31741            ! op.h
31742 ____________________________________________________________________________
31743 [ 11702] By: sky                                   on 2001/08/17  04:18:11
31744         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.
31745      Branch: perl
31746            ! embed.pl miniperlmain.c perl.c perl.h proto.h
31747 ____________________________________________________________________________
31748 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
31749         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
31750              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
31751      Branch: perl
31752            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
31753            + lib/Lingua/KO/Hangul/Util/README
31754            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
31755            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
31756            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
31757            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
31758            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
31759            + lib/Unicode/Normalize/t/test.t
31760            ! MANIFEST
31761 ____________________________________________________________________________
31762 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
31763         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
31764              Date: Thu, 16 Aug 2001 22:46:15 -0500
31765              From: "Craig A. Berry" <craigberry@mac.com>
31766              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
31767      Branch: perl
31768            ! configure.com numeric.c
31769 ____________________________________________________________________________
31770 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
31771         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
31772              of the usual suspects (like getpwent) but not for others
31773              (like localtime and rand).  The _r versions are available
31774              for all of them, so let's use them.
31775      Branch: perl
31776            ! perl.h
31777 ____________________________________________________________________________
31778 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
31779         Log: (Accidental apply; thankfully empty.)
31780      Branch: perl
31781            ! hints/os390.sh
31782 ____________________________________________________________________________
31783 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
31784         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
31785              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
31786              Date: Thu, 16 Aug 2001 16:27:49 +0100
31787              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
31788      Branch: perl
31789            ! regexec.c t/op/re_tests
31790 ____________________________________________________________________________
31791 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
31792         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
31793              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
31794              Date: Thu, 16 Aug 2001 18:50:01 +0100
31795              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
31796      Branch: perl
31797            ! pp_hot.c t/op/pat.t
31798 ____________________________________________________________________________
31799 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
31800         Log: Subject: [PATCH] *time_r again
31801              From: "Arthur Bergman" <arthur@contiller.se>
31802              Date: Thu, 16 Aug 2001 16:01:54 +0200
31803              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
31804      Branch: perl
31805            ! op.h
31806 ____________________________________________________________________________
31807 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
31808         Log: system() and backtick error handling cleanup from Craig A. Berry.
31809      Branch: perl
31810            ! vms/vms.c
31811 ____________________________________________________________________________
31812 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
31813         Log: change#10334 leaks memory, copies string when it doesn't
31814              need to
31815      Branch: perl
31816            ! perl.c
31817 ____________________________________________________________________________
31818 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
31819         Log: One more twist to the sprintf + utf8 testing.
31820      Branch: perl
31821            ! t/op/misc.t
31822 ____________________________________________________________________________
31823 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
31824         Log: Fix for 20010407.008 sprintf removes utf8-ness.
31825      Branch: perl
31826            ! pp.c t/op/misc.t
31827 ____________________________________________________________________________
31828 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
31829         Log: Subject: [PATCH] *time_r fixes
31830              From: "Arthur Bergman" <arthur@contiller.se>
31831              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
31832              Date: Thu, 16 Aug 2001 14:22:27 +0200
31833      Branch: perl
31834            ! op.h
31835 ____________________________________________________________________________
31836 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
31837         Log: Upgrade to CGI.pm 2.77.
31838      Branch: perl
31839            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
31840            ! lib/CGI/t/function.t
31841 ____________________________________________________________________________
31842 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
31843         Log: Document the bytes-to-Unicode upgrading.
31844      Branch: perl
31845            ! pod/perlunicode.pod
31846 ____________________________________________________________________________
31847 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
31848         Log: Add a test for Unicode sprintf.
31849      Branch: perl
31850            ! t/op/misc.t
31851 ____________________________________________________________________________
31852 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
31853         Log: Add Unicode tests for index/rindex.
31854      Branch: perl
31855            ! t/op/index.t
31856 ____________________________________________________________________________
31857 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
31858         Log: Document a bit the art of minimizing the installation,
31859              based on the p5p discussion.
31860      Branch: perl
31861            ! INSTALL
31862 ____________________________________________________________________________
31863 [ 11684] By: nick                                  on 2001/08/15  15:03:31
31864         Log: Integrate mainline
31865      Branch: perlio
31866           +> sharedsv.c sharedsv.h
31867           !> (integrate 53 files)
31868 ____________________________________________________________________________
31869 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
31870         Log: Update Changes.
31871      Branch: perl
31872            ! Changes patchlevel.h
31873 ____________________________________________________________________________
31874 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
31875         Log: The #11673 necessitated a test tweak.
31876      Branch: perl
31877            ! t/io/utf8.t
31878 ____________________________________________________________________________
31879 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
31880         Log: Also UNICOS is in the general case unable to silently
31881              handle fp overflows.
31882      Branch: perl
31883            ! numeric.c
31884 ____________________________________________________________________________
31885 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
31886         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
31887              NV_EPSILON #defined.
31888      Branch: perl
31889            ! perl.h
31890 ____________________________________________________________________________
31891 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
31892         Log: Re-establish the fp overflow detection for VAX VMS; there
31893              is no easy way to have the IEEE fp silent overflow semantics.
31894              (in Alpha VMS we still will use IEEE fp by default-- but it
31895              is still possible to configure Perl to use G_FLOAT)
31896      Branch: perl
31897            ! numeric.c
31898 ____________________________________________________________________________
31899 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
31900         Log: Subject: [PATCH] pp_lock 
31901              From: "Arthur Bergman" <arthur@contiller.se>
31902              Date: Wed, 15 Aug 2001 11:52:16 +0200
31903              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
31904      Branch: perl
31905            ! pp.c
31906 ____________________________________________________________________________
31907 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
31908         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
31909              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
31910              Date: Wed, 15 Aug 2001 11:32:11 +0100
31911              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
31912      Branch: perl
31913            ! regcomp.c t/op/re_tests
31914 ____________________________________________________________________________
31915 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
31916         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
31917              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
31918              Date: Wed, 15 Aug 2001 10:33:49 +0100
31919              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
31920      Branch: perl
31921            ! regexec.c t/op/re_tests
31922 ____________________________________________________________________________
31923 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
31924         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
31925              From: Barrie Slaymaker <barries@slaysys.com>
31926              Date: Tue, 14 Aug 2001 14:32:25 -0400
31927              Message-ID: <20010814143225.A19822@jester.slaysys.com>
31928      Branch: perl
31929            ! lib/File/Spec.t lib/File/Spec/Unix.pm
31930 ____________________________________________________________________________
31931 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
31932         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
31933              From: Peter Prymmer <pvhp@forte.com>
31934              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
31935              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
31936      Branch: perl
31937            ! README.vms configure.com
31938 ____________________________________________________________________________
31939 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
31940         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
31941              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31942              Date: Tue, 14 Aug 2001 21:23:27 +0200
31943              Message-ID: <20010814212327.A1919@rafael>
31944      Branch: perl
31945            ! doio.c
31946 ____________________________________________________________________________
31947 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
31948         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
31949              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
31950              Date: Tue, 14 Aug 2001 22:30:11 +0200
31951              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
31952              
31953              Combination of nmake, quoting, and Perl expanded $( in here-doc.
31954      Branch: perl
31955            ! ext/SDBM_File/Makefile.PL
31956 ____________________________________________________________________________
31957 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
31958         Log: Todo updates.
31959      Branch: perl
31960            ! pod/perltodo.pod
31961 ____________________________________________________________________________
31962 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
31963         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
31964              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
31965              Date: Mon, 13 Aug 2001 23:15:01 +0200
31966              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
31967      Branch: perl
31968            ! sv.c
31969 ____________________________________________________________________________
31970 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
31971         Log: Subject: [PATCH] [b-]showlex.t
31972              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
31973              Date: Sun, 12 Aug 2001 22:24:51 +0200
31974              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
31975              
31976              The 4nt command shell will expand the % in command line
31977              no matter what quoting is attempted, changed the % to @.
31978      Branch: perl
31979            ! ext/B/Showlex.t
31980 ____________________________________________________________________________
31981 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
31982         Log: Subject: [PATCH] magic.t
31983              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
31984              Date: Sun, 12 Aug 2001 20:49:27 +0200
31985              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
31986      Branch: perl
31987            ! t/op/magic.t
31988 ____________________________________________________________________________
31989 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
31990         Log: Add sharedsv* to the DOSish platforms; plus add
31991              some WinCE files to the list of DOSish files.
31992      Branch: perl
31993            ! NetWare/Makefile Porting/makerel win32/Makefile
31994            ! win32/makefile.mk wince/Makefile.ce
31995 ____________________________________________________________________________
31996 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
31997         Log: More DOSish files.
31998      Branch: perl
31999            ! Porting/makerel
32000 ____________________________________________________________________________
32001 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
32002         Log: Strip CRs from the WinCE files.  Now we need to
32003              figure out in which CRs are really needed: probably
32004              Makefile.ce and the README files, at least, probably
32005              also the registry.bat.
32006      Branch: perl
32007            ! wince/Makefile.ce wince/README.compile wince/README.perlce
32008            ! wince/config.h wince/include/cectype.h wince/include/errno.h
32009            ! wince/include/sys/stat.h wince/include/sys/types.h
32010            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
32011            ! wince/perldll.def wince/registry.bat wince/wince.h
32012            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
32013 ____________________________________________________________________________
32014 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
32015         Log: Add some files to DOSish and writables.
32016      Branch: perl
32017            ! Porting/makerel
32018 ____________________________________________________________________________
32019 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
32020         Log: Compile failure message tidying.
32021      Branch: perl
32022            ! t/lib/1_compile.t
32023 ____________________________________________________________________________
32024 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
32025         Log: The new sharedsv* should be exported only if usethreads.
32026      Branch: perl
32027            ! makedef.pl
32028 ____________________________________________________________________________
32029 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
32030         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
32031              From: Peter Prymmer <pvhp@forte.com>
32032              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
32033              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
32034      Branch: perl
32035            ! README.os390
32036 ____________________________________________________________________________
32037 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
32038         Log: Update Changes.
32039      Branch: perl
32040            ! Changes patchlevel.h
32041 ____________________________________________________________________________
32042 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
32043         Log: Subject: [PATHC] sharedsv.[c|h]
32044              From: "Artur Bergman" <artur@contiller.se>
32045              Date: Mon, 13 Aug 2001 14:38:41 +0200
32046              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
32047              
32048              Subject: [PATCH] embed.pl
32049              From: Arthur Bergman <arthur@contiller.se>
32050              Date: Mon, 13 Aug 2001 14:38:14 +0200
32051              Message-ID: <B79D96D6.3088%arthur@contiller.se>
32052              
32053              Subject: [PATCH] sharedsv cleanups
32054              From: "Arthur Bergman" <arthur@contiller.se>
32055              Date: Mon, 13 Aug 2001 15:14:25 +0200
32056              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
32057              
32058              Plus few tweaks: _init needs to be Adp, the prototypes
32059              should not be revealed unless using ithreads, #endif FOO
32060              must be #endif /* FOO */, adding (parentheses) around
32061              do { } while doesn't work too well.
32062      Branch: perl
32063            + sharedsv.c sharedsv.h
32064            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
32065            ! perl.h perlapi.c pod/perlapi.pod proto.h
32066 ____________________________________________________________________________
32067 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
32068         Log: Subject: Re: END {} blocks run in perl_run
32069              From: Arthur Bergman <arthur@contiller.se>
32070              Date: Mon, 13 Aug 2001 11:11:30 +0200
32071              Message-ID: <B79D6661.3068%arthur@contiller.se>
32072      Branch: perl
32073            ! perl.c
32074 ____________________________________________________________________________
32075 [ 11657] By: nick                                  on 2001/08/13  09:03:02
32076         Log: Integrate mainline
32077      Branch: perlio
32078           +> (branch 326 files)
32079            - (delete 330 files)
32080           !> (integrate 85 files)
32081 ____________________________________________________________________________
32082 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
32083         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
32084              and the Perl will be built to do that by default (adding that
32085              will break scripts having non-UTF-8 binary data, such as Latin-1.)
32086      Branch: perl
32087            ! op.c toke.c utf8.h
32088 ____________________________________________________________________________
32089 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
32090         Log: Unnecessary downgrades.
32091      Branch: perl
32092            ! doop.c
32093 ____________________________________________________________________________
32094 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
32095         Log: Failure not true anymore (probably caused by my broken setup).
32096      Branch: perl
32097            ! t/op/pat.t
32098 ____________________________________________________________________________
32099 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
32100         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
32101              stopped working).
32102      Branch: perl
32103            ! op.h pp_ctl.c regcomp.c
32104 ____________________________________________________________________________
32105 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
32106         Log: There is no IN_UTF8.
32107      Branch: perl
32108            ! utf8.h
32109 ____________________________________________________________________________
32110 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
32111         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
32112      Branch: perl
32113            ! op.c op.h pp_ctl.c regcomp.c
32114 ____________________________________________________________________________
32115 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
32116         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
32117              and a test tweak.
32118      Branch: perl
32119            ! op.c t/pod/find.t
32120 ____________________________________________________________________________
32121 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
32122         Log: Todo updates and fixes.
32123      Branch: perl
32124            ! pod/perltodo.pod
32125 ____________________________________________________________________________
32126 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
32127         Log: Mark tests (and one module) having explicit Latin-1
32128              (and one file having explicit UTF-8) with an explicit
32129              'no utf8' (and one explicit 'use utf8').
32130              
32131              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
32132      Branch: perl
32133            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
32134            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
32135            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
32136 ____________________________________________________________________________
32137 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
32138         Log: Subject: SV: END {} blocks run in perl_run
32139              From: "Arthur Bergman" <arthur@contiller.se>
32140              Date: Sun, 12 Aug 2001 00:34:28 +0200 
32141              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
32142      Branch: perl
32143            ! miniperlmain.c perl.c
32144 ____________________________________________________________________________
32145 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
32146         Log: Typos in #11645.
32147      Branch: perl
32148            ! perl.h
32149 ____________________________________________________________________________
32150 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
32151         Log: On ithreads default to use_reentrant except on naturally
32152              threadsafe platforms.
32153      Branch: perl
32154            ! perl.h
32155 ____________________________________________________________________________
32156 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
32157         Log: (Hopefully) a fix for 20010723.004: make install needs
32158              write permission in build directory.  The problem was
32159              probably caused by overeager sprinkling of the lib/re.pm
32160              dependencies (which was done to guarantee lib/re.pm being
32161              uptodate for parallel makes: now solved by funneling that
32162              through an explicit recursive make in the preplibrary target).
32163      Branch: perl
32164            ! Makefile.SH
32165 ____________________________________________________________________________
32166 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
32167         Log: Dispell the "use utf8" superstition.
32168      Branch: perl
32169            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
32170            ! pod/perlunicode.pod
32171 ____________________________________________________________________________
32172 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
32173         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
32174              From: "Abigail" <abigail@foad.org> 
32175              Date: Sat, 11 Aug 2001 23:49:49 +0200
32176              Message-ID: <20010811214950.23255.qmail@foad.org>
32177      Branch: perl
32178            ! t/op/taint.t
32179 ____________________________________________________________________________
32180 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
32181         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
32182              From: Abhijit Menon-Sen <ams@wiw.org>
32183              Date: Sat, 11 Aug 2001 06:18:19 +0530
32184              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
32185      Branch: perl
32186            ! mg.c
32187 ____________________________________________________________________________
32188 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
32189         Log: Test for change #11639.
32190      Branch: perl
32191            ! t/op/tiehandle.t
32192 ____________________________________________________________________________
32193 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
32194         Log: Subject: Re: Can't localize *FH, then tie it
32195              From: Abhijit Menon-Sen <ams@wiw.org>
32196              Date: Sun, 12 Aug 2001 16:08:06 +0530
32197              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
32198      Branch: perl
32199            ! pp_hot.c pp_sys.c
32200 ____________________________________________________________________________
32201 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
32202         Log: Drop all the unnecessary "use utf8" clauses and some of
32203              the unnecessary "use bytes" ones.
32204              
32205              TODO: scour the documentation for unnecessary "use utf8"
32206              and prominently display it in perldelta when the time comes.
32207              ("use utf8" should be necessary ONLY if one wants the script
32208              to be in UTF-8.)  Also should be checked in some non-ASCII
32209              non-Latin-1 platform, like EBCDIC.
32210      Branch: perl
32211            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
32212            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
32213 ____________________________________________________________________________
32214 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
32215         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
32216              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
32217              in Unicode handling.
32218      Branch: perl
32219            + t/op/lc.t
32220            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
32221 ____________________________________________________________________________
32222 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
32223         Log: Thinko: we want the flags for native cc, not gcc.
32224      Branch: perl
32225            ! hints/dec_osf.sh
32226 ____________________________________________________________________________
32227 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
32228         Log: (retracted by 13077)
32229              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
32230              From: Robin Houston <robin@kitsite.com>
32231              Date: Fri, 10 Aug 2001 14:42:02 +0100
32232              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
32233      Branch: perl
32234            ! pp.c
32235 ____________________________________________________________________________
32236 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
32237         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
32238              From: Abhijit Menon-Sen <ams@wiw.org>
32239              Date: Sat, 11 Aug 2001 16:31:04 +0530
32240              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
32241      Branch: perl
32242            ! op.c
32243 ____________________________________________________________________________
32244 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
32245         Log: Get rid of indread, from Abhijit Menon-Sen.
32246      Branch: perl
32247            ! pp_sys.c
32248 ____________________________________________________________________________
32249 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
32250         Log: CRLFgngngn.
32251      Branch: perl
32252            ! win32/Makefile win32/makefile.mk
32253 ____________________________________________________________________________
32254 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
32255         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
32256      Branch: perl
32257            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
32258            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
32259            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
32260            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
32261            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
32262            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
32263            ! win32/Makefile win32/makefile.mk
32264 ____________________________________________________________________________
32265 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
32266         Log: Avoid #elif (less portable than #else #if).
32267      Branch: perl
32268            ! handy.h
32269 ____________________________________________________________________________
32270 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
32271         Log: Subject: patch for perlvar.pod
32272              From: mah@everybody.org (Mark A. Hershberger)
32273              Date: 08 Aug 2001 17:03:16 -0500
32274              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
32275      Branch: perl
32276            ! pod/perlvar.pod
32277 ____________________________________________________________________________
32278 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
32279         Log: cpp commands must start (the # must be) at the column #0.
32280      Branch: perl
32281            ! op.c
32282 ____________________________________________________________________________
32283 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
32284         Log: If using gcc -B/foo/bar makedepend would give
32285              unnecessary warnings about unused -B/foo/bar.
32286      Branch: perl
32287            ! makedepend.SH
32288 ____________________________________________________________________________
32289 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
32290         Log: Update Changes.
32291      Branch: perl
32292            ! Changes patchlevel.h
32293 ____________________________________________________________________________
32294 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
32295         Log: s/z/tz/
32296      Branch: perl
32297            ! pod/perlfaq2.pod
32298 ____________________________________________________________________________
32299 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
32300         Log: Article nit.
32301      Branch: perl
32302            ! pod/perlfaq2.pod
32303 ____________________________________________________________________________
32304 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
32305         Log: Rename lib/unicode files to lib/unicore to avoid
32306              conflicts between core lib/unicode and Unicode::
32307              files in case-ignoring filesystems.
32308      Branch: perl
32309            + (add 325 files)
32310            - (delete 324 files)
32311            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
32312 ____________________________________________________________________________
32313 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
32314         Log: Upgrade to Math::BigInt 1.41.
32315      Branch: perl
32316            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
32317 ____________________________________________________________________________
32318 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
32319         Log: Subject: [PATCH] remove PL_na from typemap
32320              From: James <james@rf.net>
32321              Date: Mon, 06 Aug 2001 20:23:15 -0700
32322              Message-ID: <3B6F5F23.A31A81B1@rf.net>
32323              
32324              (had to be manually applied)
32325      Branch: perl
32326            ! lib/ExtUtils/typemap
32327 ____________________________________________________________________________
32328 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
32329         Log: The metaconfig unit changes for #11618.
32330      Branch: metaconfig/U/perl
32331            + d_fpclassl.U i_fp.U
32332 ____________________________________________________________________________
32333 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
32334         Log: Forgot this from #11618.
32335              
32336              NOTE: wince/config_H.ce needs updating.
32337      Branch: perl
32338            ! wince/config.ce
32339 ____________________________________________________________________________
32340 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
32341         Log: Introduce more floating point classifying APIs;
32342              try to define (most importantly) Perl_is{inf,nan}(x).
32343              
32344              For this first cut, assume none such APIs exist in non-UNIXoid
32345              platforms-- this is of course too unkind: Win32 rumoredly has
32346              _fpclass() and _isnan(), and VMS/VOS very probably have some
32347              of the APIs available.     The only thing Perl uses at the moment
32348              is Perl_isnan() (has been in use for a while now).
32349              
32350              NOTE: the Win32 and NetWare config_h.?c need regenerating.
32351      Branch: perl
32352            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
32353            ! Porting/config_H config_h.SH configure.com epoc/config.sh
32354            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
32355            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32356            ! vos/config.ga.h win32/config.bc win32/config.gc
32357            ! win32/config.vc win32/config_H.bc win32/config_H.gc
32358            ! win32/config_H.vc wince/config.ce wince/config.h
32359 ____________________________________________________________________________
32360 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
32361         Log: Integrate change #11519 from perlio:
32362              
32363              Avoid testing for (non-)existance of "encoding(xxxx)"
32364              layer is called "encoding" the (xxxx) is an argument.
32365      Branch: perl
32366           !> lib/open.pm
32367 ____________________________________________________________________________
32368 [ 11616] By: nick                                  on 2001/08/09  07:50:24
32369         Log: Integrate mainline
32370      Branch: perlio
32371           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
32372           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
32373           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
32374           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
32375            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
32376            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
32377           !> (integrate 79 files)
32378 ____________________________________________________________________________
32379 [ 11615] By: nick                                  on 2001/08/09  06:23:44
32380         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
32381              layer is called "encoding" the (xxxx) is an argument.
32382      Branch: perlio
32383            ! lib/open.pm
32384 ____________________________________________________________________________
32385 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
32386         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
32387              From: Paul Johnson <paul@pjcj.net>
32388              Date: Wed, 8 Aug 2001 23:54:17 +0200
32389              Message-ID: <20010808235417.O1006@pjcj.net>
32390      Branch: perl
32391            ! ext/B/B/Concise.pm
32392 ____________________________________________________________________________
32393 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
32394         Log: Make VMS use IEEE math by default; reorder Tru64 hints
32395              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
32396              exception semantics) is always set if using (the new) cc.
32397      Branch: perl
32398            ! configure.com hints/dec_osf.sh
32399 ____________________________________________________________________________
32400 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
32401         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
32402              From: Abhijit Menon-Sen <ams@wiw.org>
32403              Date: Tue, 7 Aug 2001 17:16:05 +0530
32404              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
32405      Branch: perl
32406            ! pp_sys.c
32407 ____________________________________________________________________________
32408 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
32409         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
32410              From: "Craig A. Berry" <craigberry@mac.com>
32411              Date: Tue, 07 Aug 2001 22:27:47 -0500
32412              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
32413      Branch: perl
32414            ! t/run/exit.t
32415 ____________________________________________________________________________
32416 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
32417         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
32418              From: "Craig A. Berry" <craigberry@mac.com>
32419              Date: Tue, 07 Aug 2001 20:01:53 -0500
32420              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
32421      Branch: perl
32422            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
32423 ____________________________________________________________________________
32424 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
32425         Log: Update the magazine information.
32426      Branch: perl
32427            ! pod/perlfaq2.pod
32428 ____________________________________________________________________________
32429 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
32430         Log: Ignore SIGFPE everywhere.
32431      Branch: perl
32432            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
32433 ____________________________________________________________________________
32434 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
32435         Log: With permission, change the licensing of the docs by
32436              TomC (and Gnat) to comply with the rest of Perl.
32437      Branch: perl
32438            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
32439            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
32440            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
32441            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
32442            ! pod/perltootc.pod
32443 ____________________________________________________________________________
32444 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
32445         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
32446              From: Andy Dougherty <doughera@lafayette.edu>
32447              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
32448              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
32449      Branch: perl
32450            ! hints/openbsd.sh
32451 ____________________________________________________________________________
32452 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
32453         Log: Subject: [PATCH] Makefile.SH test_prep dependency
32454              From: Andy Dougherty <doughera@lafayette.edu>
32455              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
32456              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
32457      Branch: perl
32458            ! Makefile.SH
32459 ____________________________________________________________________________
32460 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
32461         Log: Don't autogenerate the headers et alia,
32462              make regen_headers explicitly.
32463      Branch: perl
32464            ! Makefile.SH
32465 ____________________________________________________________________________
32466 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
32467         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
32468              From: Gurusamy Sarathy <gsar@ActiveState.com> 
32469              Date: Tue, 07 Aug 2001 08:33:26 -0700
32470              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
32471              
32472              Unnecessary dependency.
32473      Branch: perl
32474            ! embed.pl
32475 ____________________________________________________________________________
32476 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
32477         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
32478              From: Abhijit Menon-Sen <ams@wiw.org>
32479              Date: Tue, 7 Aug 2001 09:10:54 +0530
32480              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
32481      Branch: perl
32482            ! pp_hot.c
32483 ____________________________________________________________________________
32484 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
32485         Log: Subject: [PATCH perl@11597] B && BEGIN handling
32486              From: "James A. Duncan" <jduncan@fotango.com>
32487              Date: Mon, 6 Aug 2001 17:29:11 +0100
32488              Message-ID: <20010806172911.A2071@fotango.com>
32489              
32490              (the intrpvar.h addition moved to the end for bincompat)
32491      Branch: perl
32492            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
32493 ____________________________________________________________________________
32494 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
32495         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
32496      Branch: perl
32497           !> README.win32
32498 ____________________________________________________________________________
32499 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
32500         Log: fix URLs for fcrypt.c
32501      Branch: maint-5.6/perl
32502            ! README.win32
32503 ____________________________________________________________________________
32504 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
32505         Log: Yet another way to say Infinity: HP-UX calls its "++".
32506      Branch: perl
32507            ! lib/Math/BigInt/t/bigintpm.t
32508 ____________________________________________________________________________
32509 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
32510         Log: Update Changes.
32511      Branch: perl
32512            ! Changes patchlevel.h
32513 ____________________________________________________________________________
32514 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
32515         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
32516      Branch: perl
32517            ! pod/perlfaq5.pod
32518 ____________________________________________________________________________
32519 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
32520         Log: The #11593 wasn't right.
32521      Branch: perl
32522            ! lib/Math/BigInt/t/bigintpm.t
32523 ____________________________________________________________________________
32524 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
32525         Log: Subject: [PATCH: perl@11564] introducing perlivp
32526              From: Prymmer/Kahn <pvhp@best.com>
32527              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
32528              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
32529              
32530              Subject: Re: [PATCH: perl@11564] introducing perlivp
32531              From: Prymmer/Kahn <pvhp@best.com>
32532              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
32533              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
32534      Branch: perl
32535            + utils/perlivp.PL
32536            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
32537            ! win32/Makefile win32/makefile.mk
32538 ____________________________________________________________________________
32539 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
32540         Log: libcs are confused what to call Infinity.
32541      Branch: perl
32542            ! lib/Math/BigInt/t/bigintpm.t
32543 ____________________________________________________________________________
32544 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
32545         Log: Avoid SIGFPE in Tru64.
32546      Branch: perl
32547            ! numeric.c
32548 ____________________________________________________________________________
32549 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
32550         Log: Upgrade to Math::BigInt 1.40.
32551              
32552              NOTE: this patch necessitates doing something about
32553              infinity handling since the new bigintpm.t tests use
32554              infinity, which causes SIGFPEs at least in Tru64.
32555      Branch: perl
32556            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32557            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
32558            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
32559            ! lib/Math/BigInt/t/mbimbf.t
32560 ____________________________________________________________________________
32561 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
32562         Log: remove hardcoded cmd shell in testsuite
32563      Branch: perl
32564            ! t/op/glob.t t/op/magic.t t/op/stat.t
32565 ____________________________________________________________________________
32566 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
32567         Log: 4-arg select() was busted on windows because change#8178 didn't
32568              make it into mainline
32569      Branch: perl
32570            ! perl.h win32/include/sys/socket.h
32571 ____________________________________________________________________________
32572 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
32573         Log: Rename the Getopt::Long tests to be as they are
32574              in the Getopt::Long official distribution.
32575      Branch: perl
32576            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
32577            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
32578            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
32579            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
32580            ! MANIFEST
32581 ____________________________________________________________________________
32582 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
32583         Log: Upgrade to Getopt::Long 2.26.
32584      Branch: perl
32585            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
32586            ! MANIFEST lib/Getopt/Long.pm
32587 ____________________________________________________________________________
32588 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
32589         Log: Retract #10874 (the hack should be unnecessary by now)
32590      Branch: perl
32591            ! lib/Test/Harness.pm
32592 ____________________________________________________________________________
32593 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
32594         Log: avoid temp file littering in tests
32595      Branch: perl
32596            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
32597 ____________________________________________________________________________
32598 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
32599         Log: Subject: warning in sv.c: double format, NV arg
32600              From: "Philip Newton" <Philip.Newton@gmx.net>
32601              Date: Sun, 5 Aug 2001 19:41:07 +0200
32602              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
32603      Branch: perl
32604            ! sv.c
32605 ____________________________________________________________________________
32606 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
32607         Log: fix POSIX.t#13 for windos
32608      Branch: perl
32609            ! ext/POSIX/POSIX.t
32610 ____________________________________________________________________________
32611 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
32612         Log: Add a test for PerlIO::Via.
32613      Branch: perl
32614            + ext/PerlIO/t/via.t
32615            ! MANIFEST ext/PerlIO/Via/Via.pm
32616 ____________________________________________________________________________
32617 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
32618         Log: flock() and link() are not available on Windows 9x
32619      Branch: perl
32620            ! win32/config_sh.PL
32621 ____________________________________________________________________________
32622 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
32623         Log: Some Tru64 C compilers have C++ components that confuse
32624              the ccversion parsing.
32625      Branch: perl
32626            ! hints/dec_osf.sh
32627 ____________________________________________________________________________
32628 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
32629         Log: (Reintroduce #11125)
32630              
32631              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
32632              From: Alan Burlison <Alan.Burlison@sun.com> 
32633              Date: Tue, 03 Jul 2001 15:20:13 +0100   
32634              Message-ID: <3B41D49D.A923D4F9@sun.com> 
32635      Branch: perl
32636            ! lib/ExtUtils/MM_Unix.pm
32637 ____________________________________________________________________________
32638 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
32639         Log: Little pointer juggling for HP-UX cc to avoid
32640              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
32641              followed by
32642              "error 1549: Modifiable lvalue required for assignment operator."
32643      Branch: perl
32644            ! hv.c
32645 ____________________________________________________________________________
32646 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
32647         Log: Continuation of #11575: SANY_SEEN completely deprecated,
32648              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
32649              plus a fix for the bug.
32650      Branch: perl
32651            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
32652 ____________________________________________________________________________
32653 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
32654         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
32655              From: Doug MacEachern <dougm@covalent.net>
32656              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
32657              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
32658      Branch: perl
32659            ! sv.c
32660 ____________________________________________________________________________
32661 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
32662         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
32663              the new CANY is the \C.  The problem reported and the
32664              test case supplied in
32665              
32666              Subject: UTF-8 bugs in string length & single line regex matches
32667              From: "Daniel P. Berrange" <dan@berrange.com>
32668              Date: Fri, 3 Aug 2001 11:39:33 +0100
32669              Message-ID: <20010803113932.A19318@berrange.com>
32670      Branch: perl
32671            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
32672            ! t/op/pat.t
32673 ____________________________________________________________________________
32674 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
32675         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
32676              From: Doug MacEachern <dougm@covalent.net>
32677              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
32678              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
32679      Branch: perl
32680            ! perl.c regexec.c
32681 ____________________________________________________________________________
32682 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
32683         Log: The #11572 didn't up the test count.
32684      Branch: perl
32685            ! t/op/length.t
32686 ____________________________________________________________________________
32687 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
32688         Log: Subject: UTF-8 bugs in string length & single line regex matches
32689              From: "Daniel P. Berrange" <dan@berrange.com>
32690              Date: Fri, 3 Aug 2001 11:39:33 +0100         
32691              Message-ID: <20010803113932.A19318@berrange.com>
32692              
32693              (the mg_length() fix)
32694      Branch: perl
32695            ! mg.c t/op/length.t
32696 ____________________________________________________________________________
32697 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
32698         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
32699              From: Abhijit Menon-Sen <ams@wiw.org>
32700              Date: Sat, 4 Aug 2001 16:56:35 +0530
32701              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
32702      Branch: perl
32703            ! hv.c
32704 ____________________________________________________________________________
32705 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
32706         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
32707              From: Abhijit Menon-Sen <ams@wiw.org>
32708              Date: Sat, 4 Aug 2001 16:16:03 +0530
32709              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
32710      Branch: perl
32711            ! hv.c
32712 ____________________________________________________________________________
32713 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
32714         Log: Subject: Re: [patch] refcount re ops
32715              From: Abhijit Menon-Sen <ams@wiw.org>
32716              Date: Sat, 4 Aug 2001 08:54:55 +0530
32717              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
32718      Branch: perl
32719            ! sv.c
32720 ____________________________________________________________________________
32721 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
32722         Log: Subject: [patch] refcount re ops
32723              From: Doug MacEachern <dougm@covalent.net>
32724              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
32725              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
32726      Branch: perl
32727            ! regcomp.c sv.c
32728 ____________________________________________________________________________
32729 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
32730         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
32731              From: Doug MacEachern <dougm@covalent.net>
32732              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
32733              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
32734      Branch: perl
32735            ! perl.c regexec.c
32736 ____________________________________________________________________________
32737 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
32738         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
32739              From: "Craig A. Berry" <craigberry@mac.com> 
32740              Date: Fri, 03 Aug 2001 16:16:16 -0500
32741              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
32742      Branch: perl
32743            ! t/op/misc.t
32744 ____________________________________________________________________________
32745 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
32746         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
32747              From: John Kristian <jmk2001@engineer.com>
32748              Date: Fri, 03 Aug 2001 00:59:08 -0700
32749              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
32750      Branch: perl
32751            ! win32/win32.c
32752 ____________________________________________________________________________
32753 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
32754         Log: Update Changes.
32755      Branch: perl
32756            ! Changes patchlevel.h
32757 ____________________________________________________________________________
32758 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
32759         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
32760              From: "Craig A. Berry" <craigberry@mac.com>
32761              Date: Thu, 02 Aug 2001 23:15:24 -0500
32762              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
32763      Branch: perl
32764            ! ext/B/Stash.t
32765 ____________________________________________________________________________
32766 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
32767         Log: Subject: [patch] plug PL_cshname leak
32768              From: Doug MacEachern <dougm@covalent.net>
32769              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
32770              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
32771      Branch: perl
32772            ! sv.c
32773 ____________________________________________________________________________
32774 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
32775         Log: Subject: [patch] plug PL_sh_path leak
32776              From: Doug MacEachern <dougm@covalent.net>
32777              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
32778              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
32779      Branch: perl
32780            ! sv.c
32781 ____________________________________________________________________________
32782 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
32783         Log: Subject: [patch] plug PL_regex_padav leaks
32784              From: Doug MacEachern <dougm@covalent.net>
32785              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
32786              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
32787      Branch: perl
32788            ! op.c op.h perl.c
32789 ____________________________________________________________________________
32790 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
32791         Log: Subject: [patch] plug PL_origargv leak
32792              From: Doug MacEachern <dougm@covalent.net>
32793              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
32794              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
32795      Branch: perl
32796            ! perl.c
32797 ____________________________________________________________________________
32798 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
32799         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
32800              From: Abhijit Menon-Sen <ams@wiw.org>
32801              Date: Fri, 3 Aug 2001 06:38:11 +0530
32802              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
32803      Branch: perl
32804            ! hv.c
32805 ____________________________________________________________________________
32806 [ 11557] By: nick                                  on 2001/08/03  08:17:38
32807         Log: Integrate mainline
32808      Branch: perlio
32809           +> (branch 47 files)
32810            - lib/Switch/test.pl
32811           !> (integrate 49 files)
32812 ____________________________________________________________________________
32813 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
32814         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
32815              From: "Craig A. Berry" <craigberry@mac.com>
32816              Date: Thu, 02 Aug 2001 12:56:19 -0500
32817              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
32818      Branch: perl
32819            ! ext/B/Showlex.t
32820 ____________________________________________________________________________
32821 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
32822         Log: Be more careful about non-existent files.
32823      Branch: perl
32824            ! lib/File/Copy.pm
32825 ____________________________________________________________________________
32826 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
32827         Log: Subject: [PATCH resend] deparse empty formats
32828              From: Robin Houston <robin@kitsite.com> 
32829              Date: Thu, 2 Aug 2001 14:32:36 +0100
32830              Message-ID: <20010802143236.A894@robin.kitsite.com>
32831      Branch: perl
32832            ! ext/B/B/Deparse.pm
32833 ____________________________________________________________________________
32834 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
32835         Log: Subject: [patch] ithreads + refto fix improvement
32836              From: Doug MacEachern <dougm@covalent.net>
32837              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
32838              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
32839      Branch: perl
32840            ! pp.c
32841 ____________________________________________________________________________
32842 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
32843         Log: Readability nit from Abhijit.
32844      Branch: perl
32845            ! op.c
32846 ____________________________________________________________________________
32847 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
32848         Log: setproctitle() API version nit from Anton Berezin.
32849      Branch: perl
32850            ! mg.c
32851 ____________________________________________________________________________
32852 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
32853         Log: Add PerlCE to the docs.
32854      Branch: perl
32855            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
32856            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
32857 ____________________________________________________________________________
32858 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
32859         Log: Integrate the PerlCE (WinCE Perl) port;
32860              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
32861      Branch: perl
32862            + README.ce wince/FindExt.pm wince/Makefile.ce
32863            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
32864            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
32865            + wince/bin/search.pl wince/config.ce wince/config.h
32866            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
32867            + wince/dl_win32.xs wince/include/arpa/inet.h
32868            + wince/include/cectype.h wince/include/errno.h
32869            + wince/include/netdb.h wince/include/sys/socket.h
32870            + wince/include/sys/stat.h wince/include/sys/types.h
32871            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
32872            + wince/perl.rc wince/perldll.def wince/perllib.c
32873            + wince/perlmain.c wince/registry.bat wince/runperl.c
32874            + wince/splittree.pl wince/win32.h wince/win32iop.h
32875            + wince/win32thread.c wince/win32thread.h wince/wince.c
32876            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
32877            + wince/xdistclean.ksh wince/xmakediffs.ksh
32878            ! MANIFEST perl.c perl.h perlio.c
32879 ____________________________________________________________________________
32880 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
32881         Log: setproctitle() made simpler.  (This assumes the string is
32882              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
32883              should be used.  Note len, not len + 1.)  BSD-fu from Anton
32884              Berezin.
32885      Branch: perl
32886            ! mg.c
32887 ____________________________________________________________________________
32888 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
32889         Log: Subject: [PATCH] -Wall cleanup: op.c
32890              From: Richard Soderberg <rs@oregonnet.com>
32891              Date: Thu, 2 Aug 2001 00:17:09 -0700
32892              Message-Id: <200108020717.AAA26895@oregonnet.com>
32893              
32894              Subject: [PATCH] -Wall cleanup: sv.c
32895              From: Richard Soderberg <rs@oregonnet.com>
32896              Date: Thu, 2 Aug 2001 00:49:21 -0700
32897              Message-Id: <200108020749.AAA27492@oregonnet.com>
32898      Branch: perl
32899            ! op.c sv.c
32900 ____________________________________________________________________________
32901 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
32902         Log: Update Changes.
32903      Branch: perl
32904            ! Changes patchlevel.h
32905 ____________________________________________________________________________
32906 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
32907         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
32908              From: Doug MacEachern <dougm@covalent.net>
32909              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
32910              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
32911      Branch: perl
32912            ! op.c
32913 ____________________________________________________________________________
32914 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
32915         Log: The #11541 didn't work under threads.
32916      Branch: perl
32917            ! op.c
32918 ____________________________________________________________________________
32919 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
32920         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
32921              From: Hugo <hv@crypt.compulink.co.uk>
32922              Date: Fri, 22 Jun 2001 01:19:08 +0100 
32923              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
32924              
32925              (Skip tests if accept() failed)
32926      Branch: perl
32927            ! ext/IO/lib/IO/t/io_unix.t
32928 ____________________________________________________________________________
32929 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
32930         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
32931              From: "Stian Seeberg" <sseeberg@nimsoft.no>
32932              Date: Mon, 30 Jul 2001 12:28:07 +0200
32933              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
32934      Branch: perl
32935            ! perl.h
32936 ____________________________________________________________________________
32937 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
32938         Log: Subject: Pluggable optimizer
32939              From: Simon Cozens <simon@netthink.co.uk>
32940              Date: Wed, 1 Aug 2001 13:57:02 -0700
32941              Message-ID: <20010801135702.I10442@netthink.co.uk>
32942      Branch: perl
32943            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
32944 ____________________________________________________________________________
32945 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
32946         Log: Subject: [ID 20010801.039] perlre.pod message typo
32947              From: Autrijus Tang <autrijus@geb.elixus.org>
32948              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
32949              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
32950      Branch: perl
32951            ! pod/perlre.pod
32952 ____________________________________________________________________________
32953 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
32954         Log: Test for change #11536.
32955      Branch: perl
32956            ! t/op/tiehandle.t
32957 ____________________________________________________________________________
32958 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
32959         Log: More test fixups for #11537.
32960      Branch: perl
32961            ! t/lib/warnings/4lint t/lib/warnings/9enabled
32962 ____________________________________________________________________________
32963 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
32964         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
32965              From: Doug MacEachern <dougm@covalent.net>
32966              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
32967              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
32968      Branch: perl
32969            ! op.c t/TestInit.pm
32970 ____________________________________________________________________________
32971 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
32972         Log: Subject: [patch] ithreads + refto bug
32973              From: Doug MacEachern <dougm@covalent.net>
32974              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
32975              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
32976              
32977              (Test in change #11539)
32978      Branch: perl
32979            ! pp.c
32980 ____________________________________________________________________________
32981 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
32982         Log: Subject: [PATCH: perl@11523] fixups for t/harness
32983              From: Prymmer/Kahn <pvhp@best.com>
32984              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
32985              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
32986      Branch: perl
32987            ! t/harness
32988 ____________________________________________________________________________
32989 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
32990         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
32991              From: Prymmer/Kahn <pvhp@best.com>
32992              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
32993              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
32994      Branch: perl
32995            ! win32/Makefile win32/makefile.mk
32996 ____________________________________________________________________________
32997 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
32998         Log: Need to know the number of tests.
32999      Branch: perl
33000            ! t/run/exit.t
33001 ____________________________________________________________________________
33002 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
33003         Log: Subject: Re: new exit tests on VMS
33004              From: "Craig A. Berry" <craigberry@mac.com>
33005              Date: Tue, 31 Jul 2001 12:19:29 -0500
33006              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
33007      Branch: perl
33008            ! t/run/exit.t
33009 ____________________________________________________________________________
33010 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
33011         Log: Retract #11530 (the dTHX is needed under threads)
33012      Branch: perl
33013            ! perlio.c
33014 ____________________________________________________________________________
33015 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
33016         Log: (Retracted by #11531)
33017      Branch: perl
33018            ! perlio.c
33019 ____________________________________________________________________________
33020 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
33021         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
33022              From: Richard Soderberg <rs@crystalflame.net>
33023              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
33024              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
33025      Branch: perl
33026            ! unixish.h
33027 ____________________________________________________________________________
33028 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
33029         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
33030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33031              Date: Tue, 31 Jul 2001 05:39:09 -0400
33032              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
33033              
33034              (with a note about the case of UV being equal to long long)
33035      Branch: perl
33036            ! utils/h2xs.PL
33037 ____________________________________________________________________________
33038 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
33039         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
33040              From: "Craig A. Berry" <craigberry@mac.com>
33041              Date: Tue, 31 Jul 2001 14:57:43 -0500
33042              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
33043      Branch: perl
33044            ! t/io/fs.t
33045 ____________________________________________________________________________
33046 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
33047         Log: Fix for
33048              
33049              Subject: [ID 20010116.001] File::Copy truncates orig file 
33050              From: arbor@al37al08.telecel.pt
33051              Date: Tue, 16 Jan 2001 11:43:02 GMT
33052              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
33053              
33054              (copy($foo, $foo) would truncate $foo)
33055      Branch: perl
33056            ! lib/File/Copy.pm lib/File/Copy.t
33057 ____________________________________________________________________________
33058 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
33059         Log: Metaconfig unit change for #11524.
33060      Branch: metaconfig/U/perl
33061            ! Extras.U
33062 ____________________________________________________________________________
33063 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
33064         Log: Multiple modules didn't work; plus typo fixes.
33065      Branch: perl
33066            ! Configure
33067 ____________________________________________________________________________
33068 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
33069         Log: Update Changes.
33070      Branch: perl
33071            ! Changes patchlevel.h
33072 ____________________________________________________________________________
33073 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
33074         Log: Regen perlapi.
33075      Branch: perl
33076            ! pod/perlapi.pod
33077 ____________________________________________________________________________
33078 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
33079         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
33080              From: Dave Mitchell <davem@fdgroup.co.uk>
33081              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
33082              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
33083      Branch: perl
33084            ! sv.c
33085 ____________________________________________________________________________
33086 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
33087         Log: Regen toc.
33088      Branch: perl
33089            ! pod/perltoc.pod
33090 ____________________________________________________________________________
33091 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
33092         Log: Regen Porting stuff.
33093      Branch: perl
33094            ! Porting/Glossary Porting/config.sh Porting/config_H
33095 ____________________________________________________________________________
33096 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
33097         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
33098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33099              Date: Tue, 31 Jul 2001 05:34:38 -0400
33100              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
33101      Branch: perl
33102            ! utils/h2xs.PL
33103 ____________________________________________________________________________
33104 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
33105         Log: Metaconfig unit change for #11516. 
33106      Branch: metaconfig/U/perl
33107            ! gccvers.U
33108 ____________________________________________________________________________
33109 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
33110         Log: Add -Wall in cflags, not in Configure.
33111              (This way -Wall affects only the core and the core XS,
33112              not user modules' XS.  Concern from Paul Marquess,
33113              implementation idea from Andy Dougherty.)
33114      Branch: perl
33115            ! Configure cflags.SH
33116 ____________________________________________________________________________
33117 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
33118         Log: Metaconfig unit changes for #11514.
33119      Branch: metaconfig
33120            + U/modified/sysman.U
33121            ! U/installdirs/man1dir.U
33122 ____________________________________________________________________________
33123 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
33124         Log: Subject: Configure's detection of system manual
33125              From: Sean Dague <sean@dague.net> 
33126              Date: Sun, 13 May 2001 15:53:15 -0400
33127              Message-ID: <20010513155315.A15833@underhill.dague.net>
33128      Branch: perl
33129            ! Configure
33130 ____________________________________________________________________________
33131 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
33132         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
33133              From: Autrijus Tang <autrijus@autrijus.org> 
33134              Date: Thu, 21 Jun 2001 23:56:48 +0800
33135              Message-Id: <20010621235648.A57340@not.autrijus.org>
33136      Branch: perl
33137            ! pod/perlobj.pod
33138 ____________________________________________________________________________
33139 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
33140         Log: Subject: Typo in DB_File.pm
33141              From: "Philip Newton" <Philip.Newton@gmx.net>
33142              Date: Tue, 31 Jul 2001 06:19:35 +0200
33143              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
33144      Branch: perl
33145            ! ext/DB_File/DB_File.pm
33146 ____________________________________________________________________________
33147 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
33148         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
33149              From: "Stephen P. Potter" <spp@spotter.yi.org>
33150              Date: Wed, 30 May 2001 13:59:34 -0400
33151              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
33152      Branch: perl
33153            ! pod/perlre.pod
33154 ____________________________________________________________________________
33155 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
33156         Log: eval "format foo=" would loop indefinitely; reported in
33157              
33158              Subject: A load of old rubbish
33159              From: Mike Guy <mjtg@cam.ac.uk>
33160              Date: Mon, 14 May 2001 16:12:22 +0100
33161              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
33162              
33163              (The core dumps reported in there already fixed.)
33164      Branch: perl
33165            ! toke.c
33166 ____________________________________________________________________________
33167 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
33168         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
33169      Branch: perl
33170            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
33171            + lib/Switch/t/switch_case.t
33172            - lib/Switch/test.pl
33173            ! MANIFEST lib/Switch.pm
33174 ____________________________________________________________________________
33175 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
33176         Log: Subject: [PATCH @11505] DB_File-1.78
33177              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33178              Date: Mon, 30 Jul 2001 22:54:37 +0100
33179              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
33180      Branch: perl
33181            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33182            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
33183 ____________________________________________________________________________
33184 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
33185         Log: Explain in more detail why -pipe and -fno-common are good.
33186      Branch: perl
33187            ! hints/darwin.sh
33188 ____________________________________________________________________________
33189 [ 11506] By: nick                                  on 2001/07/30  14:32:23
33190         Log: Integrate mainline
33191      Branch: perlio
33192           !> INSTALL Makefile.SH doio.c hints/darwin.sh
33193 ____________________________________________________________________________
33194 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
33195         Log: Perl hasn't been putting man pages into $prefix/lib for
33196              a long time now; pointed out by Andy Dougherty. 
33197      Branch: perl
33198            ! hints/darwin.sh
33199 ____________________________________________________________________________
33200 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
33201         Log: Document the extras Configure option.
33202      Branch: perl
33203            ! INSTALL
33204 ____________________________________________________________________________
33205 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
33206         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
33207              everywhere.
33208      Branch: perl
33209           !> doio.c
33210 ____________________________________________________________________________
33211 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
33212         Log: Doubly guard against invoking CPAN if no extras defined,
33213              pointed out by H. Merijn Brand.
33214      Branch: perl
33215            ! Makefile.SH
33216 ____________________________________________________________________________
33217 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
33218         Log: Fix O_RDONLY check to check for O_RDONLY.
33219      Branch: maint-5.6/macperl
33220            ! doio.c
33221 ____________________________________________________________________________
33222 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
33223         Log: Integrate miscellaneous changes from maint-5.6/perl.
33224      Branch: maint-5.6/macperl
33225           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
33226 ____________________________________________________________________________
33227 [ 11499] By: nick                                  on 2001/07/30  06:52:42
33228         Log: Integrate mainline
33229      Branch: perlio
33230           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
33231           +> win32/sync_ext.pl
33232            - win32/sncfnmcs.pl
33233           !> (integrate 71 files)
33234 ____________________________________________________________________________
33235 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
33236         Log: Update Changes.
33237      Branch: perl
33238            ! Changes patchlevel.h
33239 ____________________________________________________________________________
33240 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
33241         Log: Now Configure -Dextras=Foo::Bar and "make install" will
33242              fetch and install Foo::Bar.
33243      Branch: perl
33244            ! Makefile.SH
33245 ____________________________________________________________________________
33246 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
33247         Log: Metaconfig unit change for #11495.
33248      Branch: metaconfig/U/perl
33249            ! Extras.U
33250 ____________________________________________________________________________
33251 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
33252         Log: extras.make, extras.test, and extras.install make targets.
33253      Branch: perl
33254            ! Configure Makefile.SH
33255 ____________________________________________________________________________
33256 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
33257         Log: Metaconfig unit change for #11493.
33258      Branch: metaconfig/U/perl
33259            ! Extras.U
33260 ____________________________________________________________________________
33261 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
33262         Log: Better to have the list of extras in $extras than 'define'.
33263      Branch: perl
33264            ! Configure
33265 ____________________________________________________________________________
33266 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
33267         Log: The metaconfig unit change for #11490.
33268      Branch: metaconfig/U/perl
33269            + Extras.U
33270 ____________________________________________________________________________
33271 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
33272         Log: Missed from #11490 (the required dependency).
33273      Branch: perl
33274            ! Makefile.SH
33275 ____________________________________________________________________________
33276 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
33277         Log: Add the support of asking for extra modules or bundles of modules
33278              to be fetched from the CPAN and installed as a part of the Perl
33279              build process.  None of this installation is yet really done;
33280              only the list is asked, and saved away in extras.lst for
33281              the build and installation process to worry about later.
33282      Branch: perl
33283            ! Configure
33284 ____________________________________________________________________________
33285 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
33286         Log: Beginnings of better Inf and NaN support.
33287              At least toke.c and sv.c still need quite a bit of work.
33288      Branch: perl
33289            ! numeric.c perl.h
33290 ____________________________________________________________________________
33291 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
33292         Log: Top-level Makefile didn't honour OPTIMIZE.
33293      Branch: perl
33294            ! Makefile.SH
33295 ____________________________________________________________________________
33296 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
33297         Log: Update Changes.
33298      Branch: perl
33299            ! Changes patchlevel.h
33300 ____________________________________________________________________________
33301 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
33302         Log: Use Search::Dict 1.02 interface for charinfo().
33303      Branch: perl
33304            ! lib/UnicodeCD.pm
33305 ____________________________________________________________________________
33306 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
33307         Log: Now also allow transforming the read lines before comparing them.
33308              (This will help UnicodeCD.) 
33309      Branch: perl
33310            ! lib/Search/Dict.pm
33311 ____________________________________________________________________________
33312 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
33313         Log: Remove tiehandle code.
33314      Branch: perl
33315            ! lib/UnicodeCD.pm
33316 ____________________________________________________________________________
33317 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
33318         Log: Allow specifying a comparison function for Search::Dict::look().
33319      Branch: perl
33320            ! lib/Search/Dict.pm
33321 ____________________________________________________________________________
33322 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
33323         Log: Small UnicodeCD tweaks.
33324      Branch: perl
33325            ! lib/UnicodeCD.pm lib/UnicodeCD.t
33326 ____________________________________________________________________________
33327 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
33328         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
33329              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33330              Date: Tue, 24 Jul 2001 01:51:32 +0900
33331              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
33332      Branch: perl
33333            ! lib/UnicodeCD.pm lib/UnicodeCD.t
33334 ____________________________________________________________________________
33335 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
33336         Log: Subject: [PATCH] installperl
33337              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
33338              Date: Fri, 27 Jul 2001 19:05:04 -0700
33339              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
33340      Branch: perl
33341            ! installperl
33342 ____________________________________________________________________________
33343 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
33344         Log: Subject: [PATCH] Set proper compatibility versions in core
33345              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
33346              Date: Fri, 27 Jul 2001 20:01:49 -0700
33347              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
33348      Branch: perl
33349            ! Makefile.SH
33350 ____________________________________________________________________________
33351 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
33352         Log: Metaconfig unit change for #11477.
33353      Branch: metaconfig/U/perl
33354            ! dlsrc.U
33355 ____________________________________________________________________________
33356 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
33357         Log: Subject: [PATCH] Darwin: -fpic not so good
33358              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
33359              Date: Fri, 27 Jul 2001 18:57:38 -0700
33360              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
33361      Branch: perl
33362            ! Configure
33363 ____________________________________________________________________________
33364 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
33365         Log: Subject: [PATCH] Clean up Darwin hints
33366              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
33367              Date: Fri, 27 Jul 2001 19:13:15 -0700
33368              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
33369      Branch: perl
33370            ! hints/darwin.sh
33371 ____________________________________________________________________________
33372 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
33373         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
33374              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
33375              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
33376              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
33377      Branch: perl
33378            ! pod/perlfunc.pod pp.c t/op/split.t
33379 ____________________________________________________________________________
33380 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
33381         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
33382              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
33383              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
33384              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
33385      Branch: perl
33386            ! pod/perlvar.pod
33387 ____________________________________________________________________________
33388 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
33389         Log: Subject: [PATCH] fixes to constant.pm documentation
33390              From: Ilmari Karonen <iltzu@sci.fi>
33391              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
33392              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
33393      Branch: perl
33394            ! lib/constant.pm
33395 ____________________________________________________________________________
33396 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
33397         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
33398              From: "Philip Newton" <Philip.Newton@gmx.net>
33399              Date: Fri, 27 Jul 2001 07:51:10 +0200
33400              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
33401      Branch: perl
33402            ! pod/perlport.pod
33403 ____________________________________________________________________________
33404 [ 11471] By: nick                                  on 2001/07/26  06:23:32
33405         Log: Subject:  [PATCH] Doc fix for perlguts / threading
33406              From:  Arthur Bergman <arthur@contiller.se>
33407              Date:  Wed, 25 Jul 2001 11:28:23 +0200
33408              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
33409      Branch: perl
33410            ! pod/perlguts.pod
33411 ____________________________________________________________________________
33412 [ 11470] By: nick                                  on 2001/07/26  06:21:06
33413         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
33414              From:  Philip Newton <Philip.Newton@gmx.net>
33415              Date:  Wed, 25 Jul 2001 08:19:47 +0200
33416              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
33417      Branch: perl
33418            ! INSTALL
33419 ____________________________________________________________________________
33420 [ 11469] By: nick                                  on 2001/07/26  06:20:25
33421         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
33422              From:  Philip Newton <Philip.Newton@gmx.net>
33423              Date:  Wed, 25 Jul 2001 08:12:48 +0200
33424              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
33425      Branch: perl
33426            ! INSTALL
33427 ____________________________________________________________________________
33428 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
33429         Log: More +x.
33430      Branch: perl
33431            ! Porting/makerel
33432 ____________________________________________________________________________
33433 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
33434         Log: Update Changes.
33435      Branch: perl
33436            ! Changes patchlevel.h
33437 ____________________________________________________________________________
33438 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
33439         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
33440              From: "Philip Newton" <Philip.Newton@gmx.net>
33441              Date: Tue, 24 Jul 2001 06:45:55 +0200
33442              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
33443      Branch: perl
33444            ! os2/perlrexx.c
33445 ____________________________________________________________________________
33446 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
33447         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
33448              From: Peter Prymmer <pvhp@forte.com>
33449              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
33450              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
33451      Branch: perl
33452            ! pod/perlport.pod t/io/fs.t vms/test.com
33453 ____________________________________________________________________________
33454 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
33455         Log: Workaround on Cwd bootstrap problem.
33456      Branch: perl
33457            ! lib/ExtUtils/MakeMaker.pm
33458 ____________________________________________________________________________
33459 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
33460         Log: When in Rome, quote like the Romans do.
33461      Branch: perl
33462            ! cflags.SH
33463 ____________________________________________________________________________
33464 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
33465         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
33466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33467              Date: Mon, 23 Jul 2001 19:29:49 -0400
33468              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
33469      Branch: perl
33470            + os2/perlrexx.c
33471            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
33472            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
33473            ! t/op/write.t
33474 ____________________________________________________________________________
33475 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
33476         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
33477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33478              Date: Mon, 23 Jul 2001 18:43:42 -0400
33479              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
33480      Branch: perl
33481            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
33482 ____________________________________________________________________________
33483 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
33484         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
33485              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33486              Date: Mon, 23 Jul 2001 18:33:16 -0400
33487              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
33488      Branch: perl
33489            ! lib/ExtUtils/MakeMaker.pm
33490 ____________________________________________________________________________
33491 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
33492         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
33493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33494              Date: Mon, 23 Jul 2001 18:20:35 -0400
33495              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
33496      Branch: perl
33497            ! Makefile.SH cflags.SH
33498 ____________________________________________________________________________
33499 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
33500         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
33501              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
33502              Date: Mon, 23 Jul 2001 11:32:17 -0500
33503              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
33504      Branch: perl
33505            ! lib/ExtUtils/MakeMaker.pm
33506 ____________________________________________________________________________
33507 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
33508         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
33509              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33510              Date: Mon, 23 Jul 2001 18:13:20 -0400
33511              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
33512      Branch: perl
33513            ! lib/perl5db.pl
33514 ____________________________________________________________________________
33515 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
33516         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
33517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33518              Date: Mon, 23 Jul 2001 18:07:40 -0400
33519              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
33520      Branch: perl
33521            ! op.c
33522 ____________________________________________________________________________
33523 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
33524         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
33525              From: "Craig A. Berry" <craigberry@mac.com>
33526              Date: Mon, 23 Jul 2001 15:35:06 -0500
33527              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
33528      Branch: perl
33529            ! util.c
33530 ____________________________________________________________________________
33531 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
33532         Log: Subject: [PATCH perlfaq9.pod typo]
33533              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
33534              Date: Mon, 23 Jul 2001 07:49:05 -0700
33535              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
33536      Branch: perl
33537            ! pod/perlfaq9.pod
33538 ____________________________________________________________________________
33539 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
33540         Log: Subject: win32\sncfnmcs.pl corrections
33541              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
33542              Date: Mon, 23 Jul 2001 12:56:54 +0200
33543              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
33544              
33545              Rename the script a little bit more sensibly.
33546      Branch: perl
33547            + win32/sync_ext.pl
33548            - win32/sncfnmcs.pl
33549            ! MANIFEST README.win32
33550 ____________________________________________________________________________
33551 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
33552         Log: Test tweak.
33553      Branch: perl
33554            ! ext/B/Deparse.t
33555 ____________________________________________________________________________
33556 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
33557         Log: Metaconfig unit tweak for #11450.
33558      Branch: metaconfig/U/perl
33559            ! Mksymlinks.U
33560 ____________________________________________________________________________
33561 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
33562         Log: Too volatile failsafe check.
33563      Branch: perl
33564            ! Configure
33565 ____________________________________________________________________________
33566 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
33567         Log: Further doc tweaks.
33568      Branch: perl
33569            ! lib/UnicodeCD.pm
33570 ____________________________________________________________________________
33571 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
33572         Log: Doc tweaks.
33573      Branch: perl
33574            ! lib/UnicodeCD.pm
33575 ____________________________________________________________________________
33576 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
33577         Log: Doc tweakery from Abhijit.
33578      Branch: perl
33579            ! Porting/repository.pod
33580 ____________________________________________________________________________
33581 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
33582         Log: An accidental empty line.
33583      Branch: perl
33584            ! MANIFEST
33585 ____________________________________________________________________________
33586 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
33587         Log: Missing MANIFESTations.
33588      Branch: perl
33589            ! MANIFEST
33590 ____________________________________________________________________________
33591 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
33592         Log: Update Changes.
33593      Branch: perl
33594            ! Changes patchlevel.h
33595 ____________________________________________________________________________
33596 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
33597         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
33598              From: Mike Guy <mjtg@cam.ac.uk>
33599              Date: Fri, 20 Jul 2001 16:12:49 +0100
33600              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
33601      Branch: perl
33602            ! Porting/pumpkin.pod
33603 ____________________________________________________________________________
33604 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
33605         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
33606              From: Peter Prymmer <pvhp@forte.com>
33607              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
33608              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
33609      Branch: perl
33610            ! pod/perlhack.pod
33611 ____________________________________________________________________________
33612 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
33613         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
33614              From: Michael G Schwern <schwern@pobox.com>
33615              Date: Fri, 20 Jul 2001 20:22:35 -0400
33616              Message-ID: <20010720202235.O4498@blackrider>
33617      Branch: perl
33618            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
33619            ! lib/Test/t/todo.t
33620 ____________________________________________________________________________
33621 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
33622         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
33623              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
33624              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
33625              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
33626      Branch: perl
33627            ! ext/POSIX/POSIX.pod
33628 ____________________________________________________________________________
33629 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
33630         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
33631              From: Mark-Jason Dominus <mjd@plover.com>
33632              Date: Fri, 20 Jul 2001 23:16:54 -0400
33633              Message-ID: <20010721031654.21877.qmail@plover.com>
33634      Branch: perl
33635            ! ext/POSIX/POSIX.pod
33636 ____________________________________________________________________________
33637 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
33638         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
33639              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33640              Date: Sun, 22 Jul 2001 14:56:09 +0200
33641              Message-ID: <20010722145609.A766@rafael>
33642      Branch: perl
33643            ! ext/B/O.pm
33644 ____________________________________________________________________________
33645 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
33646         Log: Subject: regexec.c #define cleanup
33647              From: Mark-Jason Dominus <mjd@plover.com>
33648              Date: Sat, 21 Jul 2001 18:33:25 -0400
33649              Message-ID: <20010721223325.3069.qmail@plover.com>
33650      Branch: perl
33651            ! regexec.c
33652 ____________________________________________________________________________
33653 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
33654         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
33655              From: Prymmer/Kahn <pvhp@best.com>
33656              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
33657              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
33658      Branch: perl
33659            ! t/io/fs.t
33660 ____________________________________________________________________________
33661 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
33662         Log: Typo in #11432.
33663      Branch: perl
33664            ! ext/POSIX/POSIX.t
33665 ____________________________________________________________________________
33666 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
33667         Log: Integrate (manually) change #11424 from macperl.
33668      Branch: perl
33669            ! ext/Filter/t/call.t
33670 ____________________________________________________________________________
33671 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
33672         Log: Integrate change #11408 from macperl.
33673      Branch: perl
33674           !> README.macos pod/perlport.pod
33675 ____________________________________________________________________________
33676 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
33677         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
33678      Branch: perl
33679           +> macos/MacPerlTests.cmd macos/xsubpp.patch
33680            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
33681            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
33682            ! ext/POSIX/POSIX.t
33683 ____________________________________________________________________________
33684 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
33685         Log: pod/*.t tests not picked up by t/TEST either
33686      Branch: maint-5.6/perl
33687            ! t/TEST
33688 ____________________________________________________________________________
33689 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
33690         Log: better tweak for change#11429 (windows has both / and \ separated
33691              paths in @INC at that point)
33692      Branch: maint-5.6/perl
33693            ! t/pod/testp2pt.pl
33694 ____________________________________________________________________________
33695 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
33696         Log: MacOS pod test tweak needs \Escape
33697      Branch: maint-5.6/perl
33698            ! t/pod/testp2pt.pl
33699 ____________________________________________________________________________
33700 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
33701         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
33702              resulting duplicate output, but t/harness isn't)
33703      Branch: maint-5.6/perl
33704            ! t/run/runenv.t
33705 ____________________________________________________________________________
33706 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
33707         Log: t/harness wasn't picking up all the tests
33708      Branch: maint-5.6/perl
33709            ! t/harness
33710 ____________________________________________________________________________
33711 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
33712         Log: update MANIFEST for new file
33713      Branch: maint-5.6/perl
33714            ! MANIFEST
33715 ____________________________________________________________________________
33716 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
33717         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
33718              the exception of the macperl/macos/... tree
33719      Branch: maint-5.6/perl
33720           +> t/lib/filefind-taint.t
33721           !> (integrate 72 files)
33722 ____________________________________________________________________________
33723 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
33724         Log: Fix test.
33725      Branch: maint-5.6/macperl
33726            ! macos/bundled_ext/Filter/t/call.t
33727 ____________________________________________________________________________
33728 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
33729         Log: Make perl fork()-safe (in a slightly limited way) even on
33730              platforms that don't have pthread_atfork() (extension of
33731              the fix in change#11151).
33732              
33733              Note that this will not help extensions that call fork()
33734              directly in C, or that link to libraries that call fork()
33735              directly.  Such cases must be fixed to either call
33736              PerlProc_fork(), or call atfork_lock() in parent before the
33737              calling the function that forks and call atfork_unlock()
33738              in both parent and child immediately after the fork().
33739              (There are no worries if C code calls exec() in the child
33740              immediately after a fork().  Only cases where the child
33741              calls perl's API functions (including New()) after the
33742              fork() are problematic.)
33743              
33744              This change also eliminates the use of vfork() from perl,
33745              since all such uses were violating the severe restrictions
33746              on modifying the state of the process between the vfork()
33747              and the exec().
33748              
33749              This is a modified version of patches suggested by Abhijit
33750              Menon-Sen and Richard Soderberg.
33751      Branch: perl
33752            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
33753            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
33754 ____________________________________________________________________________
33755 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
33756         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
33757              Switch, and Text::Balanced.
33758      Branch: maint-5.6/macperl
33759            + macos/bundled_ext/Filter/Util/Call/Call.pm
33760            + macos/bundled_ext/Filter/Util/Call/Call.xs
33761            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
33762            + macos/bundled_ext/Filter/t/MyFilter.pm
33763            + macos/bundled_ext/Filter/t/call.t
33764            + macos/bundled_ext/Filter/t/filter-util.pl
33765            + macos/bundled_lib/blib/lib/Class/ISA.pm
33766            + macos/bundled_lib/blib/lib/Digest.pm
33767            + macos/bundled_lib/blib/lib/Filter/Simple.pm
33768            + macos/bundled_lib/blib/lib/Switch.pm
33769            + macos/bundled_lib/blib/lib/Text/Balanced.pm
33770            + macos/bundled_lib/blib/lib/Text/Balanced.pod
33771            + macos/bundled_lib/t/Class/ISA/test.pl
33772            + macos/bundled_lib/t/Digest/Digest.t
33773            + macos/bundled_lib/t/Filter/Simple/test.pl
33774            + macos/bundled_lib/t/Switch/test.pl
33775            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
33776            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
33777            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
33778            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
33779            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
33780            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
33781            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
33782            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
33783 ____________________________________________________________________________
33784 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
33785         Log: Add Filter::Util::Call to config/make files; edit utils
33786              to recognize the module (it was descended too far down).
33787              Bump version to 5.6.1a4.
33788      Branch: maint-5.6/macperl
33789            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
33790            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
33791            ! macos/macperl/Makefile.mk macos/xsubpp.patch
33792 ____________________________________________________________________________
33793 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
33794         Log: Make DB_File the default for MLDBM on MacOS.
33795      Branch: maint-5.6/macperl
33796            ! macos/bundled_lib/blib/lib/MLDBM.pm
33797 ____________________________________________________________________________
33798 [ 11419] By: nick                                  on 2001/07/20  14:51:03
33799         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
33800              From:  Simon Cozens <simon@netthink.co.uk>
33801              Date:  Fri, 20 Jul 2001 11:42:35 -0400
33802              Message-Id:  <20010720114235.A5235@netthink.co.uk>
33803      Branch: perl
33804            ! lib/UnicodeCD.pm
33805 ____________________________________________________________________________
33806 [ 11418] By: nick                                  on 2001/07/20  14:48:12
33807         Log: Subject:  [PATCH regcomp.h] adds a comment
33808              From:  Abhijit Menon-Sen <ams@wiw.org>
33809              Date:  Fri, 20 Jul 2001 21:05:37 +0530
33810              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
33811      Branch: perl
33812            ! regcomp.h
33813 ____________________________________________________________________________
33814 [ 11417] By: nick                                  on 2001/07/20  14:16:38
33815         Log: Subject:  [PATCH 5.7.2] INSTALL updates
33816              From:  Andy Dougherty <doughera@lafayette.edu>
33817              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
33818              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
33819      Branch: perl
33820            ! INSTALL
33821 ____________________________________________________________________________
33822 [ 11416] By: nick                                  on 2001/07/20  06:44:44
33823         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
33824              From:  Russ Allbery <rra@stanford.edu>
33825              Date:  19 Jul 2001 15:52:37 -0700
33826              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
33827      Branch: perl
33828            ! lib/Pod/Man.pm
33829 ____________________________________________________________________________
33830 [ 11415] By: nick                                  on 2001/07/20  06:35:11
33831         Log: Subject:  [PATCH] defer op_seq allocation
33832              From:  Abhijit Menon-Sen <ams@wiw.org>
33833              Date:  Thu, 19 Jul 2001 22:12:24 +0530
33834              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
33835      Branch: perl
33836            ! op.c
33837 ____________________________________________________________________________
33838 [ 11414] By: nick                                  on 2001/07/20  06:23:36
33839         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
33840              From:  Abhijit Menon-Sen <ams@wiw.org>
33841              Date:  Fri, 20 Jul 2001 01:18:50 +0530
33842              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
33843              (Private e-mail)
33844      Branch: perl
33845            ! ext/Time/HiRes/HiRes.xs
33846 ____________________________________________________________________________
33847 [ 11413] By: nick                                  on 2001/07/20  06:18:53
33848         Log: Integrate mainline
33849      Branch: perlio
33850           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
33851            - t/base/commonsense.t
33852           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
33853           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
33854           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
33855           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
33856           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
33857           !> win32/win32.c
33858 ____________________________________________________________________________
33859 [ 11412] By: nick                                  on 2001/07/19  06:44:27
33860         Log: Integrate win32/perlhost.h from maintenance branch.
33861              (Rest of $ENV{PATH} / system() fix.)
33862      Branch: perl
33863           !> win32/perlhost.h
33864 ____________________________________________________________________________
33865 [ 11411] By: nick                                  on 2001/07/19  06:41:34
33866         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
33867              From:  Philip Newton <Philip.Newton@gmx.net>
33868              Date:  Wed, 18 Jul 2001 21:43:57 +0200
33869              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
33870      Branch: perl
33871            ! pod/perlhack.pod
33872 ____________________________________________________________________________
33873 [ 11410] By: nick                                  on 2001/07/19  06:39:35
33874         Log: Subject:  Security hole in taint checking in open()
33875              From:  deekoo@tentacle.net
33876              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
33877              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
33878      Branch: perl
33879            ! doio.c
33880 ____________________________________________________________________________
33881 [ 11409] By: nick                                  on 2001/07/19  06:28:08
33882         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
33883              From:  Abhijit Menon-Sen <ams@wiw.org>
33884              Date:  Thu, 19 Jul 2001 04:30:43 +0530
33885              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
33886      Branch: perl
33887            ! ext/Time/HiRes/HiRes.xs
33888 ____________________________________________________________________________
33889 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
33890         Log: Update docs with latest implementation information and new URLs.
33891      Branch: maint-5.6/macperl
33892            ! README.macos pod/perlport.pod
33893 ____________________________________________________________________________
33894 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
33895         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
33896              Fix BuildRules to accept optimization variables.
33897      Branch: maint-5.6/macperl
33898            + macos/bundled_ext/Digest/MD5/Makefile.mk
33899            ! macos/BuildRules.mk macos/Makefile.mk
33900            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
33901            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
33902 ____________________________________________________________________________
33903 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
33904         Log: Integrate changes 11399,11401
33905      Branch: maint-5.6/macperl
33906           !> win32/perlhost.h win32/win32.c
33907 ____________________________________________________________________________
33908 [ 11405] By: nick                                  on 2001/07/18  06:50:33
33909         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
33910              from perl5.6*
33911      Branch: perl
33912           !> win32/perlhost.h win32/win32.c
33913 ____________________________________________________________________________
33914 [ 11404] By: nick                                  on 2001/07/18  06:43:59
33915         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
33916              From:  hv@crypt0.demon.co.uk
33917              Date:  Wed, 18 Jul 2001 05:58:46 +0100
33918              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
33919      Branch: perl
33920            ! ext/POSIX/POSIX.t
33921 ____________________________________________________________________________
33922 [ 11403] By: nick                                  on 2001/07/18  06:38:57
33923         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
33924              From:  hv@crypt0.demon.co.uk
33925              Date:  Wed, 18 Jul 2001 05:21:54 +0100
33926              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
33927      Branch: perl
33928            ! numeric.c t/op/arith.t
33929 ____________________________________________________________________________
33930 [ 11402] By: nick                                  on 2001/07/18  06:19:17
33931         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
33932              From:  mjd@plover.com
33933              Date:  17 Jul 2001 17:59:20 -0000
33934              Message-Id:  <20010717175920.8177.qmail@plover.com>
33935      Branch: perl
33936            ! pod/perlre.pod
33937 ____________________________________________________________________________
33938 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
33939         Log: thinko in change#11400 (duh)
33940      Branch: maint-5.6/perl
33941            ! win32/perlhost.h
33942 ____________________________________________________________________________
33943 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
33944         Log: change#11399 revealed another unrelated bug; this is just a temporary
33945              bandaid
33946      Branch: maint-5.6/perl
33947            ! win32/perlhost.h
33948 ____________________________________________________________________________
33949 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
33950         Log: fix bugs in handling of the virtualized environment under windows;
33951              there were bugs in propagating any changes to %ENV down to the real
33952              environment when such changes happened in the toplevel process
33953              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
33954              problem identification, and for a part of the fix)
33955      Branch: maint-5.6/perl
33956            ! win32/perlhost.h win32/win32.c
33957 ____________________________________________________________________________
33958 [ 11398] By: nick                                  on 2001/07/17  08:26:35
33959         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
33960              From: Peter Prymmer <pvhp@forte.com>
33961              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
33962              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
33963              
33964              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
33965              should not depend on existance of Config.pm
33966      Branch: perl
33967           +> t/lib/commonsense.t
33968            - t/base/commonsense.t
33969            ! MANIFEST t/README
33970 ____________________________________________________________________________
33971 [ 11397] By: nick                                  on 2001/07/17  08:09:58
33972         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
33973              From:  Michael G Schwern <schwern@pobox.com>
33974              Date:  Mon, 16 Jul 2001 18:20:31 -0400
33975              Message-Id:  <20010716182031.A1128@blackrider>
33976      Branch: perl
33977            ! pod/perlhack.pod
33978 ____________________________________________________________________________
33979 [ 11396] By: nick                                  on 2001/07/17  08:04:11
33980         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
33981              From:  Gwyn Judd <b.judd@xtra.co.nz>
33982              Date:  Tue, 17 Jul 2001 20:55:58 +1200
33983              Message-Id:  <20010717205558.A3107@thislove>
33984      Branch: perl
33985            ! pod/perlfunc.pod
33986 ____________________________________________________________________________
33987 [ 11395] By: nick                                  on 2001/07/17  08:02:22
33988         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
33989              From:  Peter Prymmer <pvhp@forte.com>
33990              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
33991              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
33992      Branch: perl
33993            ! t/op/sprintf.t
33994 ____________________________________________________________________________
33995 [ 11394] By: nick                                  on 2001/07/17  07:57:06
33996         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
33997              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
33998              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
33999              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
34000      Branch: perl
34001            ! gv.c
34002 ____________________________________________________________________________
34003 [ 11392] By: nick                                  on 2001/07/17  07:50:12
34004         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
34005              From:  Coral <coral@moonlight.crystalflame.net>
34006              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
34007              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
34008      Branch: perl
34009            ! pp_sys.c thread.h
34010 ____________________________________________________________________________
34011 [ 11391] By: nick                                  on 2001/07/17  07:34:28
34012         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
34013              From:  Jonathan Stowe <gellyfish@gellyfish.com>
34014              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
34015              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
34016      Branch: perl
34017            ! utils/h2xs.PL
34018 ____________________________________________________________________________
34019 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
34020         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
34021              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
34022              and Mac::Apps::Launch, which don't work, and Time::HiRes and
34023              Time::Piece, which don't yet work.
34024      Branch: maint-5.6/macperl
34025            + (add 154 files)
34026 ____________________________________________________________________________
34027 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
34028         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
34029              Also add hack to get around missing setenv for PERL5DB.
34030      Branch: maint-5.6/macperl
34031            ! macos/macish.c macos/macish.h
34032 ____________________________________________________________________________
34033 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
34034         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
34035      Branch: maint-5.6/macperl
34036            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
34037            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
34038 ____________________________________________________________________________
34039 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
34040         Log: Fix up some configuration and make options, add extra
34041              extensions.
34042      Branch: maint-5.6/macperl
34043            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
34044            ! macos/macperl/Makefile.mk
34045 ____________________________________________________________________________
34046 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
34047         Log: From Change 11374 in maintperl.
34048      Branch: maint-5.6/macperl
34049           !> utils/h2ph.PL
34050 ____________________________________________________________________________
34051 [ 11385] By: nick                                  on 2001/07/16  14:12:58
34052         Log: Back out change to h2xs till it passes its test.
34053      Branch: perl
34054            ! utils/h2xs.PL
34055 ____________________________________________________________________________
34056 [ 11384] By: nick                                  on 2001/07/16  14:00:10
34057         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
34058              From:  Jonathan Stowe <gellyfish@gellyfish.com>
34059              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
34060              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
34061      Branch: perl
34062            ! utils/h2xs.PL
34063 ____________________________________________________________________________
34064 [ 11383] By: nick                                  on 2001/07/16  13:53:12
34065         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
34066              From:  Robin Houston <robin@kitsite.com>
34067              Date:  Sun, 15 Jul 2001 18:22:31 +0100
34068              Message-Id:  <20010715182230.A11174@robin>
34069      Branch: perl
34070            ! hints/darwin.sh
34071 ____________________________________________________________________________
34072 [ 11382] By: nick                                  on 2001/07/16  13:52:49
34073         Log: Subject:  [PATCH perl@11372] re_dup
34074              From:  Radu Greab <radu@netsoft.ro>
34075              Date:  Sun, 15 Jul 2001 04:50:06 +0300
34076              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
34077      Branch: perl
34078            ! sv.c
34079 ____________________________________________________________________________
34080 [ 11379] By: nick                                  on 2001/07/16  13:35:39
34081         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
34082              From:  Robin Houston <robin@kitsite.com>
34083              Date:  Sat, 14 Jul 2001 14:28:50 +0100
34084              Message-Id:  <20010714142850.A10205@robin>
34085      Branch: perl
34086            ! ext/B/B/Deparse.pm
34087 ____________________________________________________________________________
34088 [ 11378] By: nick                                  on 2001/07/16  13:30:36
34089         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
34090              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
34091              Date:  Sat, 14 Jul 2001 22:17:42 +0900
34092              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
34093      Branch: perl
34094            + ext/Encode/Encode/euc-jp-0212.enc
34095            ! ext/Encode/Encode/Tcl.pm
34096 ____________________________________________________________________________
34097 [ 11377] By: nick                                  on 2001/07/16  13:17:28
34098         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
34099              From:  Andy Dougherty <doughera@lafayette.edu>
34100              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
34101              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
34102      Branch: perl
34103            ! hints/darwin.sh hints/rhapsody.sh
34104 ____________________________________________________________________________
34105 [ 11376] By: nick                                  on 2001/07/16  09:05:00
34106         Log: Integrate mainline
34107      Branch: perlio
34108           +> ext/Encode/Encode/7bit-greek.enc
34109           +> ext/Encode/Encode/7bit-latin1.enc
34110           +> ext/Encode/Encode/cns11643-1.enc
34111           +> ext/Encode/Encode/cns11643-2.enc
34112           +> ext/Encode/Encode/iso2022-cn.enc
34113           +> ext/Encode/Encode/iso2022-jp1.enc
34114           +> ext/Encode/Encode/iso2022-jp2.enc
34115           !> Changes Configure MANIFEST Makefile.SH
34116           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
34117           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
34118           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
34119           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
34120           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
34121 ____________________________________________________________________________
34122 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
34123         Log: integrate change#11374 from maint-5.6
34124              
34125              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
34126      Branch: perl
34127           !> utils/h2ph.PL
34128 ____________________________________________________________________________
34129 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
34130         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
34131      Branch: maint-5.6/perl
34132            ! utils/h2ph.PL
34133 ____________________________________________________________________________
34134 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
34135         Log: Update Changes.
34136      Branch: perl
34137            ! Changes patchlevel.h
34138 ____________________________________________________________________________
34139 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
34140         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
34141              From: Jonathan Stowe <gellyfish@gellyfish.com>
34142              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
34143              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
34144      Branch: perl
34145            ! utils/h2xs.PL
34146 ____________________________________________________________________________
34147 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
34148         Log: Subject: patch to add DEL to [:cntrl:]
34149              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
34150              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
34151              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
34152      Branch: perl
34153            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
34154 ____________________________________________________________________________
34155 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
34156         Log: Metaconfig unit change for #11369; plus a dependency nit.
34157      Branch: metaconfig
34158            ! U/compline/nblock_io.U
34159      Branch: metaconfig/U/perl
34160            ! Extensions.U
34161 ____________________________________________________________________________
34162 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
34163         Log: #include <stdlib.h> so that exit() is prototyped,
34164              noticed by Hugo.
34165      Branch: perl
34166            ! Configure
34167 ____________________________________________________________________________
34168 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
34169         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
34170              From: Peter Prymmer <pvhp@forte.com>
34171              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
34172              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
34173      Branch: perl
34174            ! t/op/sprintf.t
34175 ____________________________________________________________________________
34176 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
34177         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
34178              From: Peter Prymmer <pvhp@forte.com>
34179              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
34180              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
34181      Branch: perl
34182            ! ext/Encode/Encode/Tcl.t
34183 ____________________________________________________________________________
34184 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
34185         Log: Add information about gcc 3.0 basic block profiling.
34186      Branch: perl
34187            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
34188 ____________________________________________________________________________
34189 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
34190         Log: Subject: Error in lib/PerlIO/Via.pm ?
34191              From: Mark-Jason Dominus <mjd@plover.com>
34192              Date: Fri, 13 Jul 2001 15:55:41 -0400
34193              Message-ID: <20010713195541.26751.qmail@plover.com>
34194      Branch: perl
34195            ! ext/PerlIO/Via/Via.pm
34196 ____________________________________________________________________________
34197 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
34198         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
34199              section from the Compiler section.
34200      Branch: perl
34201            ! myconfig.SH
34202 ____________________________________________________________________________
34203 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
34204         Log: Handle glibc style of constant definitions using enum
34205              with intervening #defines; from Brendan O'Dea.
34206      Branch: perl
34207            ! utils/h2ph.PL
34208 ____________________________________________________________________________
34209 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
34210         Log: Add LC_MESSAGES to the locale_h export tag (it already is
34211              in the Makefile.PL and thusly eligible for an XS constant)
34212              (see also maintperl #10543)
34213      Branch: perl
34214            ! ext/POSIX/POSIX.pm
34215 ____________________________________________________________________________
34216 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
34217         Log: Subject: Re: [patch] re_dup
34218              From: Abhijit Menon-Sen <ams@wiw.org>
34219              Date: Fri, 13 Jul 2001 21:41:09 +0530
34220              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
34221      Branch: perl
34222            ! sv.c
34223 ____________________________________________________________________________
34224 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
34225         Log: Subject: [patch] re_dup
34226              From: Doug MacEachern <dougm@covalent.net>
34227              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
34228              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
34229      Branch: perl
34230            ! sv.c
34231 ____________________________________________________________________________
34232 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
34233         Log: Update Changes.
34234      Branch: perl
34235            ! Changes patchlevel.h
34236 ____________________________________________________________________________
34237 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
34238         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
34239              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
34240              Date: Sat, 14 Jul 2001 00:06:30 +0900
34241              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
34242      Branch: perl
34243            + ext/Encode/Encode/7bit-greek.enc
34244            + ext/Encode/Encode/7bit-latin1.enc
34245            + ext/Encode/Encode/cns11643-1.enc
34246            + ext/Encode/Encode/cns11643-2.enc
34247            + ext/Encode/Encode/iso2022-cn.enc
34248            + ext/Encode/Encode/iso2022-jp1.enc
34249            + ext/Encode/Encode/iso2022-jp2.enc
34250            ! MANIFEST ext/Encode/Encode/Tcl.pm
34251            ! ext/Encode/Encode/iso2022-kr.enc
34252 ____________________________________________________________________________
34253 [ 11357] By: nick                                  on 2001/07/13  14:24:06
34254         Log: Blind integrate mainline (as of 5.7.2?)
34255      Branch: perlio
34256           !> AUTHORS Changes Porting/config.sh Porting/config_H
34257           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
34258           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
34259           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34260           !> win32/makefile.mk
34261 ____________________________________________________________________________
34262 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
34263         Log: Snip away the devel patchlevel.
34264      Branch: perl
34265            ! patchlevel.h
34266 ____________________________________________________________________________
34267 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
34268         Log: Bump the version to 5.7.2.
34269      Branch: perl
34270            ! Porting/config.sh Porting/config_H patchlevel.h
34271            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
34272            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34273            ! win32/makefile.mk
34274 ____________________________________________________________________________
34275 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
34276         Log: Update Changes.
34277      Branch: perl
34278            ! Changes
34279 ____________________________________________________________________________
34280 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
34281         Log: Reword.
34282      Branch: perl
34283            ! AUTHORS
34284 ____________________________________________________________________________
34285 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
34286         Log: AUTHORS update.
34287      Branch: perl
34288            ! AUTHORS
34289 ____________________________________________________________________________
34290 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
34291         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
34292              unless ithreads.
34293      Branch: perl
34294            ! makedef.pl
34295 ____________________________________________________________________________
34296 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
34297         Log: Integrate perlio.
34298      Branch: perl
34299           !> win32/distclean.bat
34300 ____________________________________________________________________________
34301 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
34302         Log: Test the encoding transform only iff we have PerlIO,
34303              noticed by H. Merijn Brand.
34304      Branch: perl
34305            ! ext/PerlIO/t/encoding.t
34306 ____________________________________________________________________________
34307 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
34308         Log: README.netware tweaks from Ananth Kesari.
34309      Branch: perl
34310            ! README.netware
34311 ____________________________________________________________________________
34312 [ 11346] By: nick                                  on 2001/07/13  09:18:51
34313         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
34314              to avoid /unicode vs /Unicode issues.
34315      Branch: perlio
34316            ! win32/distclean.bat
34317 ____________________________________________________________________________
34318 [ 11345] By: nick                                  on 2001/07/13  06:24:18
34319         Log: Integrate mainline
34320      Branch: perlio
34321           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
34322            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
34323           !> (integrate 63 files)
34324 ____________________________________________________________________________
34325 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
34326         Log: Add d_bincompat5005 information to perl -V.
34327      Branch: perl
34328            ! myconfig.SH
34329 ____________________________________________________________________________
34330 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
34331         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
34332              From: Abhijit Menon-Sen <ams@wiw.org>
34333              Date: Fri, 13 Jul 2001 07:12:36 +0530
34334              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
34335      Branch: perl
34336            ! sv.c
34337 ____________________________________________________________________________
34338 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
34339         Log: Remove unicode::distinct, as per Inaba Hiroto.
34340      Branch: perl
34341            - lib/unicode/distinct.pm
34342            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
34343            ! t/lib/1_compile.t
34344 ____________________________________________________________________________
34345 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
34346         Log: Paging for Dr Octothorpe.
34347      Branch: perl
34348            ! pod/perlfaq4.pod
34349 ____________________________________________________________________________
34350 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
34351         Log: cut-n-paste error noticed by mjd.
34352      Branch: perl
34353            ! pod/perlfaq4.pod
34354 ____________________________________________________________________________
34355 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
34356         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
34357              From: Peter Prymmer <pvhp@forte.com>
34358              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
34359              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
34360      Branch: perl
34361            ! pod/perlfaq4.pod
34362 ____________________________________________________________________________
34363 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
34364         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
34365              From: Randall Gellens <randy@qualcomm.com>
34366              Date: Thu, 12 Jul 2001 16:56:23 -0700
34367              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
34368      Branch: perl
34369            ! Porting/repository.pod
34370 ____________________________________________________________________________
34371 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
34372         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
34373      Branch: perl
34374            ! thread.h
34375 ____________________________________________________________________________
34376 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
34377         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
34378              From: coral <coral@moonlight.crystalflame.net>
34379              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
34380              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
34381      Branch: perl
34382            ! thread.h
34383 ____________________________________________________________________________
34384 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
34385         Log: Metaconfig unit change for #11134.
34386      Branch: metaconfig
34387            + U/threads/d_pthread_atfork.U
34388 ____________________________________________________________________________
34389 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
34390         Log: Add HAS_PTHREAD_ATFORK.
34391      Branch: perl
34392            ! Configure NetWare/config.wc NetWare/config_H.wc
34393            ! Porting/Glossary Porting/config.sh Porting/config_H
34394            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
34395            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
34396            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34397            ! win32/config.gc win32/config.vc win32/config_H.bc
34398            ! win32/config_H.gc win32/config_H.vc
34399 ____________________________________________________________________________
34400 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
34401         Log: Subject: [PATCH] File::Copy fails on tied handles
34402              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
34403              Date: Thu, 12 Jul 2001 15:18:51 -0700
34404              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
34405      Branch: perl
34406            ! lib/File/Copy.pm
34407 ____________________________________________________________________________
34408 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
34409         Log: Subject: [PATCH] Langinfo.t
34410              From: Nicholas Clark <nick@ccl4.org>
34411              Date: Thu, 12 Jul 2001 23:55:38 +0100
34412              Message-ID: <20010712235538.M5827@plum.flirble.org>
34413      Branch: perl
34414            ! ext/I18N/Langinfo/Langinfo.t
34415 ____________________________________________________________________________
34416 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
34417         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
34418              From: Peter Prymmer <pvhp@forte.com>
34419              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
34420              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
34421      Branch: perl
34422            ! pod/perl572delta.pod
34423 ____________________________________________________________________________
34424 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
34425         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
34426              From: Abhijit Menon-Sen <ams@wiw.org>
34427              Date: Fri, 13 Jul 2001 05:21:16 +0530
34428              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
34429      Branch: perl
34430            ! sv.c
34431 ____________________________________________________________________________
34432 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
34433         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
34434              From: Abhijit Menon-Sen <ams@wiw.org>
34435              Date: Fri, 13 Jul 2001 03:04:25 +0530
34436              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
34437      Branch: perl
34438            ! av.c
34439 ____________________________________________________________________________
34440 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
34441         Log: s/^M$//g
34442      Branch: perl
34443            ! win32/Makefile win32/makefile.mk
34444 ____________________________________________________________________________
34445 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
34446         Log: Update Changes.
34447      Branch: perl
34448            ! Changes patchlevel.h
34449 ____________________________________________________________________________
34450 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
34451         Log: Typo spotted by Philip Newton.
34452      Branch: perl
34453            ! pod/perl572delta.pod
34454 ____________________________________________________________________________
34455 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
34456         Log: Subject: [PATCH] fixes perl_clone of perl_clone
34457              From: Artur Bergman <artur@contiller.se>
34458              Date: Thu, 12 Jul 2001 20:57:09 +0200
34459              Message-ID: <B773BFA4.236B%artur@contiller.se>
34460      Branch: perl
34461            ! sv.c
34462 ____________________________________________________________________________
34463 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
34464         Log: Add README.uts from Hal Morris.
34465      Branch: perl
34466            + README.uts
34467            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
34468            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34469 ____________________________________________________________________________
34470 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
34471         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
34472              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34473              Date: Thu, 12 Jul 2001 20:32:37 +0200
34474              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
34475      Branch: perl
34476            ! hints/aix.sh
34477 ____________________________________________________________________________
34478 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
34479         Log: Subject: Patch: document reg_data.what member
34480              From: Mark-Jason Dominus <mjd@plover.com>
34481              Message-ID: <20010712182532.14821.qmail@plover.com>
34482              Date: Thu, 12 Jul 2001 14:25:32 -0400
34483      Branch: perl
34484            ! regcomp.c regcomp.h
34485 ____________________________________________________________________________
34486 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
34487         Log: Subject: [PATCH] Perl_re_dup()
34488              From: Abhijit Menon-Sen <ams@wiw.org>
34489              Date: Thu, 12 Jul 2001 23:54:32 +0530
34490              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
34491      Branch: perl
34492            ! embed.h embed.pl perlapi.c proto.h sv.c
34493 ____________________________________________________________________________
34494 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
34495         Log: Regen Configure, modlib, toc.
34496      Branch: perl
34497            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34498            ! pod/perlmodlib.pod pod/perltoc.pod
34499 ____________________________________________________________________________
34500 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
34501         Log: The problem seems to be in PerlIO::Layer::->find() not
34502              accepting the ":encoding(blurflur)" arguments.
34503      Branch: perl
34504            ! lib/PerlIO.pm lib/open.pm
34505 ____________________________________________________________________________
34506 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
34507         Log: AIX doc update.
34508      Branch: perl
34509            ! README.aix pod/perl572delta.pod
34510 ____________________________________________________________________________
34511 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
34512         Log: Subject: AIX README update
34513              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34514              Date: Thu, 12 Jul 2001 19:28:30 +0200
34515              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
34516      Branch: perl
34517            ! README.aix
34518 ____________________________________________________________________________
34519 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
34520         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
34521              From: Norton Allen <allen@huarp.harvard.edu>
34522              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
34523              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
34524      Branch: perl
34525            ! ext/IO/lib/IO/t/io_unix.t
34526 ____________________________________________________________________________
34527 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
34528         Log: Subject: [PATCH README.qnx hints/qnx.sh]
34529              From: Norton Allen <allen@huarp.harvard.edu>
34530              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
34531              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
34532      Branch: perl
34533            ! README.qnx hints/qnx.sh
34534 ____________________________________________________________________________
34535 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
34536         Log: Subject: [patch] faster PM_GETRE
34537              From: Doug MacEachern <dougm@covalent.net>
34538              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
34539              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
34540      Branch: perl
34541            ! op.h
34542 ____________________________________________________________________________
34543 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
34544         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
34545              From: Doug MacEachern <dougm@covalent.net>
34546              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
34547              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
34548      Branch: perl
34549            ! op.c
34550 ____________________________________________________________________________
34551 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
34552         Log: Tell where the nice Estonian database is.
34553      Branch: perl
34554            ! lib/open.pm
34555 ____________________________________________________________________________
34556 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
34557         Log: Retract #11309 since #11310 is a better fix.
34558      Branch: perl
34559            ! t/lib/1_compile.t
34560 ____________________________________________________________________________
34561 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
34562         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
34563              change#11300 needs to return the status of failed win32_spawnvp())
34564              
34565              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
34566              splitting correctly; remove unused variables; 'require' at run time
34567              rather than 'use' at compile time for I18N::Langinfo, since it
34568              isn't everyware
34569      Branch: perl
34570            ! lib/open.pm win32/win32.c
34571 ____________________________________________________________________________
34572 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
34573         Log: Temporary workaround.
34574      Branch: perl
34575            ! t/lib/1_compile.t
34576 ____________________________________________________________________________
34577 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
34578         Log: UCD typo in #11306 and add also more known-to-be-tested
34579              modules to the skip list.
34580      Branch: perl
34581            ! t/lib/1_compile.t
34582 ____________________________________________________________________________
34583 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
34584         Log: Rename Unicode::UCD to UnicodeCD to avoid
34585              messups with case-insensitive filesystems.
34586      Branch: perl
34587            + lib/UnicodeCD.pm lib/UnicodeCD.t
34588            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
34589            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
34590 ____________________________________________________________________________
34591 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
34592         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
34593              From: daniel@biz.bitpusher.com
34594              Date: Wed, 11 Jul 2001 23:25:47 -0700
34595              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
34596      Branch: perl
34597            ! lib/Tie/Array.pm t/op/splice.t
34598 ____________________________________________________________________________
34599 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
34600         Log: Subject: [PATCH] More accurate line numbers in messages
34601              From: Paul Johnson <paul@pjcj.net>
34602              Date: Thu, 12 Jul 2001 04:14:11 +0200
34603              Message-ID: <20010712041411.A3467@pjcj.net>
34604              
34605              (With prototyping and multiplicity tweaks.)
34606      Branch: perl
34607            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
34608 ____________________________________________________________________________
34609 [ 11304] By: nick                                  on 2001/07/12  12:53:40
34610         Log: Integrate mainline
34611      Branch: perlio
34612           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
34613           !> regexec.c thread.h
34614 ____________________________________________________________________________
34615 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
34616         Log: Cut-and-pasto in #11298.
34617      Branch: perl
34618            ! ext/ByteLoader/bytecode.h
34619 ____________________________________________________________________________
34620 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
34621         Log: Update the AIX known problems section.
34622      Branch: perl
34623            ! pod/perl572delta.pod
34624 ____________________________________________________________________________
34625 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
34626         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
34627              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34628              Date: Thu, 12 Jul 2001 12:16:16 +0200
34629              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
34630      Branch: perl
34631            ! hints/aix.sh
34632 ____________________________________________________________________________
34633 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
34634         Log: Integrate perlio.
34635      Branch: perl
34636           !> makedef.pl win32/win32.c
34637 ____________________________________________________________________________
34638 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
34639         Log: Subject: [PATCH] fix for PMOP threadness failures
34640              From: Artur Bergman <artur@contiller.se>
34641              Date: Thu, 12 Jul 2001 09:48:06 +0200
34642              Message-ID: <B77322D6.22DD%artur@contiller.se>
34643      Branch: perl
34644            ! regexec.c
34645 ____________________________________________________________________________
34646 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
34647         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
34648              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
34649              Date: Thu, 12 Jul 2001 09:09:48 +0200
34650              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
34651              
34652              More parentheses to keep bcc happy.
34653      Branch: perl
34654            ! ext/ByteLoader/bytecode.h
34655 ____________________________________________________________________________
34656 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
34657         Log: Subject: Re: [patch] pthread_atfork bandaid
34658              From: Doug MacEachern <dougm@covalent.net>
34659              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
34660              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
34661      Branch: perl
34662            ! thread.h
34663 ____________________________________________________________________________
34664 [ 11296] By: nick                                  on 2001/07/12  11:55:48
34665         Log: Exclude reentrant_buffer from .def file
34666      Branch: perlio
34667            ! makedef.pl
34668 ____________________________________________________________________________
34669 [ 11295] By: nick                                  on 2001/07/12  11:11:44
34670         Log: Honour void-ness of my_exit()
34671      Branch: perlio
34672            ! win32/win32.c
34673 ____________________________________________________________________________
34674 [ 11294] By: nick                                  on 2001/07/12  07:51:04
34675         Log: Integrate mainline
34676      Branch: perlio
34677           +> uts/sprintf_wrap.c
34678           !> (integrate 35 files)
34679 ____________________________________________________________________________
34680 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
34681         Log: Retract #11289.
34682      Branch: perl
34683            ! embed.h embed.pl perl.c proto.h thread.h
34684 ____________________________________________________________________________
34685 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
34686         Log: Now the :locale pseudolayer *almost* works...
34687      Branch: perl
34688            ! lib/open.pm
34689 ____________________________________________________________________________
34690 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
34691         Log: Locale encoding tweaks.
34692      Branch: perl
34693            ! lib/open.pm
34694 ____________________________________________________________________________
34695 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
34696         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
34697              From: Mark-Jason Dominus <mjd@plover.com>
34698              Date: Thu, 12 Jul 2001 00:59:31 -0400
34699              Message-ID: <20010712045931.8543.qmail@plover.com>
34700              
34701              Remove the chmod/umask leading zero warning.
34702      Branch: perl
34703            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
34704            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
34705 ____________________________________________________________________________
34706 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
34707         Log: (Retracted by #11289.)
34708      Branch: perl
34709            ! embed.h embed.pl perl.c proto.h thread.h
34710 ____________________________________________________________________________
34711 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
34712         Log: Needed by #11283.
34713      Branch: perl
34714            ! intrpvar.h
34715 ____________________________________________________________________________
34716 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
34717         Log: Metaconfig unit change for #11286.
34718      Branch: metaconfig/U/perl
34719            ! patchlevel.U
34720 ____________________________________________________________________________
34721 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
34722         Log: Subject: Re: [PATCH Configure] perl -V broken
34723              From: Andy Dougherty <doughera@lafayette.edu>
34724              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
34725              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
34726      Branch: perl
34727            ! Configure myconfig.SH
34728 ____________________________________________________________________________
34729 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
34730         Log: Retract #11166 (and #11237).
34731      Branch: perl
34732            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
34733            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
34734            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
34735 ____________________________________________________________________________
34736 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
34737         Log: UTS tweaks for Hal Morris.
34738      Branch: perl
34739            + uts/sprintf_wrap.c
34740            ! MANIFEST hints/uts.sh perl.h
34741 ____________________________________________________________________________
34742 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
34743         Log: Subject: [PATCH] Use reentrant API glibc
34744              From: Artur Bergman <artur@contiller.se>
34745              Date: Thu, 12 Jul 2001 00:58:21 +0200
34746              Message-ID: <B772A6AD.2288%artur@contiller.se>
34747      Branch: perl
34748            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
34749            ! sv.c
34750 ____________________________________________________________________________
34751 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
34752         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
34753              From: barries <barries@slaysys.com>
34754              Date: Wed, 11 Jul 2001 15:11:46 -0400
34755              Message-ID: <20010711151146.G24560@jester.slaysys.com>
34756      Branch: perl
34757            ! pp_sys.c t/lib/warnings/doio win32/win32.c
34758 ____________________________________________________________________________
34759 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
34760         Log: Subject: [patch] pthread_atfork bandaid
34761              From: Doug MacEachern <dougm@covalent.net>
34762              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
34763              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
34764      Branch: perl
34765            ! miniperlmain.c perl.c
34766 ____________________________________________________________________________
34767 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
34768         Log: Subject: [patch] perl_clone leaks
34769              From: Doug MacEachern <dougm@covalent.net>
34770              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
34771              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
34772      Branch: perl
34773            ! sv.c
34774 ____________________________________________________________________________
34775 [ 11279] By: nick                                  on 2001/07/11  15:49:38
34776         Log: Integrate mainline
34777      Branch: perlio
34778           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
34779           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
34780           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
34781           +> lib/Term/ANSIColor/README
34782           !> (integrate 54 files)
34783 ____________________________________________________________________________
34784 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
34785         Log: Update Changes.
34786      Branch: perl
34787            ! Changes patchlevel.h
34788 ____________________________________________________________________________
34789 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
34790         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
34791              From: Peter Prymmer <pvhp@forte.com>
34792              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
34793              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
34794              
34795              Backport of embed.pl to 5.003.
34796      Branch: perl
34797            ! embed.pl
34798 ____________________________________________________________________________
34799 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
34800         Log: Subject: Re: POSIX test #14 on UTS 
34801              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
34802              Date: Wed, 11 Jul 2001 03:02:14 +0100
34803              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
34804      Branch: perl
34805            ! ext/POSIX/POSIX.t
34806 ____________________________________________________________________________
34807 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
34808         Log: Make the I32 an IV to preserve structure alignment and size.
34809      Branch: perl
34810            ! op.h
34811 ____________________________________________________________________________
34812 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
34813         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
34814              From: "Artur Bergman" <artur@contiller.se>
34815              Date: Wed, 11 Jul 2001 14:23:37 +0200
34816              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
34817              
34818              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
34819      Branch: perl
34820            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
34821            ! pod/perlapi.pod sv.c
34822 ____________________________________________________________________________
34823 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
34824         Log: Tweak until Pod::Parser gets updated.
34825      Branch: perl
34826            ! t/pod/special_seqs.xr
34827 ____________________________________________________________________________
34828 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
34829         Log: File::Spec usage tweak.
34830      Branch: perl
34831            ! lib/ExtUtils.t
34832 ____________________________________________________________________________
34833 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
34834         Log: Integrate #11263 from macperl; macos and macosx updates.
34835      Branch: perl
34836           !> pod/perlport.pod
34837 ____________________________________________________________________________
34838 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
34839         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
34840              From: Peter Prymmer <pvhp@forte.com>
34841              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
34842              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
34843      Branch: perl
34844            + ext/Time/HiRes/hints/dynixptx.pl
34845            ! MANIFEST hints/dynixptx.sh
34846 ____________________________________________________________________________
34847 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
34848         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
34849              From: Nicholas Clark <nick@ccl4.org>
34850              Date: Tue, 10 Jul 2001 23:17:43 +0100
34851              Message-ID: <20010710231742.B59620@plum.flirble.org>
34852      Branch: perl
34853            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
34854 ____________________________________________________________________________
34855 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
34856         Log: Subject: [DOC PATCH] Pluggable runops
34857              From: Paul Johnson <paul@pjcj.net>
34858              Date: Tue, 10 Jul 2001 21:53:28 +0200
34859              Message-ID: <20010710215328.B26577@pjcj.net>
34860      Branch: perl
34861            ! pod/perlguts.pod
34862 ____________________________________________________________________________
34863 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
34864         Log: Subject: [PATCH] Authors
34865              From: Artur Bergman <artur@contiller.se>
34866              Date: Tue, 10 Jul 2001 20:39:12 +0200
34867              Message-ID: <B771186F.21CD%artur@contiller.se>
34868      Branch: perl
34869            ! AUTHORS
34870 ____________________________________________________________________________
34871 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
34872         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
34873              From: Doug MacEachern <dougm@covalent.net>
34874              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
34875              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
34876      Branch: perl
34877            ! pp_ctl.c
34878 ____________________________________________________________________________
34879 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
34880         Log: Subject: doc patch; times() in scalar context
34881              From: mjd@plover.com
34882              Date: 10 Jul 2001 18:01:17 -0000
34883              Message-ID: <20010710180117.12477.qmail@plover.com>
34884      Branch: perl
34885            ! pod/perlfunc.pod
34886 ____________________________________________________________________________
34887 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
34888         Log: Subject: [PATCH] Small fix to pp_gmtime
34889              From: Artur Bergman <artur@contiller.se>
34890              Date: Tue, 10 Jul 2001 19:54:52 +0200
34891              Message-ID: <B7710E0B.21C5%artur@contiller.se>
34892      Branch: perl
34893            ! pp_sys.c
34894 ____________________________________________________________________________
34895 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
34896         Log: Integrate changes from mainline perl, add notes about
34897              Mac OS X and Mac OS.
34898      Branch: maint-5.6/macperl
34899            ! pod/perlport.pod
34900 ____________________________________________________________________________
34901 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
34902         Log: A proof of the dangers of package; ?
34903      Branch: perl
34904            ! t/lib/warnings/op
34905 ____________________________________________________________________________
34906 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
34907         Log: Regen toc and modlib.
34908      Branch: perl
34909            ! pod/perlmodlib.pod pod/perltoc.pod
34910 ____________________________________________________________________________
34911 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
34912         Log: Add compexcl(), casefold(), and casespec() interfaces;
34913              and make all interfaces to return hash references instead
34914              of hashes. 
34915      Branch: perl
34916            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34917 ____________________________________________________________________________
34918 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
34919         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
34920              From: "Philip Newton" <Philip.Newton@gmx.net>
34921              Date: Tue, 10 Jul 2001 09:55:59 +0200
34922              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
34923              
34924              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
34925              From: "Philip Newton" <Philip.Newton@gmx.net>
34926              Date: Tue, 10 Jul 2001 09:56:37 +0200
34927              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
34928      Branch: perl
34929            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34930            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
34931 ____________________________________________________________________________
34932 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
34933         Log: Subject: [patch] undef &xsub for 1,2
34934              From: Doug MacEachern <dougm@covalent.net>
34935              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
34936              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
34937              
34938              (This version of the patch with a comment from Gisle.)
34939      Branch: perl
34940            ! op.c
34941 ____________________________________________________________________________
34942 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
34943         Log: Mention package; deprecation and the Win32 problems.
34944      Branch: perl
34945            ! pod/perl572delta.pod
34946 ____________________________________________________________________________
34947 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
34948         Log: Subject: [PATCH] deprecate package with no arguments
34949              From: Robin Houston <robin@kitsite.com>
34950              Date: Tue, 10 Jul 2001 13:33:40 +0100
34951              Message-ID: <20010710133340.A13452@robin.kitsite.com>
34952      Branch: perl
34953            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
34954 ____________________________________________________________________________
34955 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
34956         Log: Upgrade to podlators 1.10.
34957      Branch: perl
34958            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
34959            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
34960            ! pod/pod2man.PL pod/pod2text.PL
34961 ____________________________________________________________________________
34962 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
34963         Log: Upgrade to Term::ANSIColor 1.04.
34964      Branch: perl
34965            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
34966            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
34967 ____________________________________________________________________________
34968 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
34969         Log: Integrate perlio (the right fix for the ":layer(args)")
34970      Branch: perl
34971           !> perlio.c
34972 ____________________________________________________________________________
34973 [ 11252] By: nick                                  on 2001/07/10  06:58:14
34974         Log: Fix open(...,"...:layer(xxx)",...)
34975              - use memEQ not strEQ as there is '(' not '\0'
34976      Branch: perlio
34977            ! perlio.c
34978 ____________________________________________________________________________
34979 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
34980         Log: Telling the number of tests helps.
34981      Branch: perl
34982            ! ext/PerlIO/t/encoding.t
34983 ____________________________________________________________________________
34984 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
34985         Log: Require I18N::Langinfo, not use.
34986      Branch: perl
34987            ! lib/open.pm
34988 ____________________________________________________________________________
34989 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
34990         Log: Add a test for for PerlIO ":encoding(...)" layer.
34991      Branch: perl
34992            + ext/PerlIO/t/encoding.t
34993            ! MANIFEST ext/Encode/Encode.pm
34994 ____________________________________________________________________________
34995 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
34996         Log: PerlIO ":encoding(foobar)" temporary fix.
34997              Not really correct, I think, since the change means
34998              that prefixes match.
34999      Branch: perl
35000            ! perlio.c
35001 ____________________________________________________________________________
35002 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
35003         Log: Update to Math::BigInt 1.36.  The biggest news is
35004              the separation of the backend; now the pure Perl
35005              implementation is in Math::BigInt::Calc, but one
35006              can plugin, say, Math::BigInt::BitVect, and get
35007              considerable speedup.
35008      Branch: perl
35009            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
35010            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
35011            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
35012            ! lib/Math/BigInt/t/mbimbf.t
35013 ____________________________________________________________________________
35014 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
35015         Log: Subject: Re: compatibility question
35016              From: Peter Prymmer <pvhp@forte.com>
35017              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
35018              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
35019      Branch: perl
35020            ! lib/ExtUtils/MM_VMS.pm
35021 ____________________________________________________________________________
35022 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
35023         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
35024              From: Norton Allen <allen@huarp.harvard.edu>
35025              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
35026              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
35027      Branch: perl
35028            ! ext/File/Glob/t/basic.t
35029 ____________________________________________________________________________
35030 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
35031         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
35032              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35033              Date: Tue, 10 Jul 2001 00:29:55 +0900
35034              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
35035      Branch: perl
35036            + ext/Encode/Encode/HZ.enc
35037            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
35038            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
35039            ! ext/Encode/Encode/iso2022-jp.enc
35040            ! ext/Encode/Encode/iso2022-kr.enc
35041 ____________________________________________________________________________
35042 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
35043         Log: Add in all them there macos/ files.
35044      Branch: maint-5.6/macperl
35045            + (add 577 files)
35046 ____________________________________________________________________________
35047 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
35048         Log: Add the new modules to the list of having those own tests.
35049      Branch: perl
35050            ! t/lib/1_compile.t
35051 ____________________________________________________________________________
35052 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
35053         Log: Add INOUT to control both ways at the same time.
35054      Branch: perl
35055            ! lib/open.pm
35056 ____________________________________________________________________________
35057 [ 11240] By: nick                                  on 2001/07/09  16:33:50
35058         Log: Integrate mainline
35059      Branch: perlio
35060           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
35061           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
35062           !> (integrate 41 files)
35063 ____________________________________________________________________________
35064 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
35065         Log: More encoding mapping magic.
35066      Branch: perl
35067            ! lib/open.pm
35068 ____________________________________________________________________________
35069 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
35070         Log: Update Changes.
35071      Branch: perl
35072            ! Changes patchlevel.h
35073 ____________________________________________________________________________
35074 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
35075         Log: (Retracted by #11285).
35076              
35077              Subject: [PATCH] OPpCONST_OCTAL fixes
35078              From: Abhijit Menon-Sen <ams@wiw.org>
35079              Date: Mon, 9 Jul 2001 07:38:45 +0530
35080              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
35081      Branch: perl
35082            ! op.c
35083 ____________________________________________________________________________
35084 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
35085         Log: Add a pseudolayer ":locale" to the open pragma which
35086              will get the encoding from the locale.  Yet undocumented
35087              because I can't get the PerlIO :encoding(foobar) to work.
35088      Branch: perl
35089            ! ext/Encode/Encode.pm lib/open.pm
35090 ____________________________________________________________________________
35091 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
35092         Log: Add more encoding mappings.
35093      Branch: perl
35094            ! ext/Encode/Encode.pm
35095 ____________________________________________________________________________
35096 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
35097         Log: Document that using :encoding layer requires using Encode.
35098      Branch: perl
35099            ! ext/Encode/Encode.pm lib/PerlIO.pm
35100 ____________________________________________________________________________
35101 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
35102         Log: Netware tweak from Ananth Kesari.
35103      Branch: perl
35104            ! NetWare/netware.h
35105 ____________________________________________________________________________
35106 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
35107         Log: t/harness doesn't know about run/*.t
35108      Branch: perl
35109            ! t/harness
35110 ____________________________________________________________________________
35111 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
35112         Log: run/exit.t busted on windows
35113      Branch: perl
35114            ! t/run/exit.t
35115 ____________________________________________________________________________
35116 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
35117         Log: fix a couple of UCD.t tests that fail due to bad case
35118      Branch: perl
35119            ! lib/Unicode/UCD.t
35120 ____________________________________________________________________________
35121 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
35122         Log: test skip logic was broken
35123      Branch: perl
35124            ! ext/I18N/Langinfo/Langinfo.t
35125 ____________________________________________________________________________
35126 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
35127         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
35128              failure of ExtUtils.t#27 when built in debug mode)
35129      Branch: perl
35130            ! lib/ExtUtils/MM_Win32.pm
35131 ____________________________________________________________________________
35132 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
35133         Log: I18N::Langinfo is not available on windows
35134      Branch: perl
35135            ! win32/FindExt.pm
35136 ____________________________________________________________________________
35137 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
35138         Log: save a dTHX
35139      Branch: perl
35140            ! ext/POSIX/POSIX.xs
35141 ____________________________________________________________________________
35142 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
35143         Log: Update Changes.
35144      Branch: perl
35145            ! Changes patchlevel.h
35146 ____________________________________________________________________________
35147 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
35148         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
35149              as pointed out by Sarathy.
35150      Branch: perl
35151            ! ext/I18N/Langinfo/Langinfo.xs
35152 ____________________________________________________________________________
35153 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
35154         Log: Retract #11212.
35155      Branch: perl
35156            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
35157 ____________________________________________________________________________
35158 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
35159         Log: Bump up the VERSION of Cwd.xs.
35160      Branch: perl
35161            ! ext/Cwd/Makefile.PL
35162 ____________________________________________________________________________
35163 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
35164         Log: Retract #11220, the problem wasn't the missing leading zero.
35165              Here's the problem:
35166              $ ./perl -we 'chmod(oct("755"), ".")'
35167              Non-octal literal mode (493) specified at -e line 1.
35168              (Did you mean 0493 instead?)
35169      Branch: perl
35170            ! lib/ExtUtils/MM_Unix.pm
35171 ____________________________________________________________________________
35172 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
35173         Log: (Retracted by #11221)
35174              Change the PERM_RW and PERM_RWX to 0644 and 0755
35175              (add the leading zero).
35176      Branch: perl
35177            ! lib/ExtUtils/MM_Unix.pm
35178 ____________________________________________________________________________
35179 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
35180         Log: Integrate changes #11193, 11205, 11209 from macperl.
35181              
35182              Fix up AutoLoader to fudge for Mac paths in import().
35183              
35184              Allow symbols in try_symbol() to begin with "_".
35185              
35186              Small portability fix for Mac OS.
35187      Branch: perl
35188           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
35189 ____________________________________________________________________________
35190 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
35191         Log: Metaconfig unit change for #11217.
35192      Branch: metaconfig/U/perl
35193            ! Extensions.U
35194 ____________________________________________________________________________
35195 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
35196         Log: Detypo, problem noticed by Gerrit P. Haase.
35197      Branch: perl
35198            ! Configure config_h.SH
35199 ____________________________________________________________________________
35200 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
35201         Log: Cwd cleanups.
35202      Branch: perl
35203            ! ext/Cwd/Cwd.xs
35204 ____________________________________________________________________________
35205 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
35206         Log: Slight tweaks on #11213.
35207      Branch: perl
35208            ! toke.c
35209 ____________________________________________________________________________
35210 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
35211         Log: A missing dTHX noticed by Gerrit P. Haase.
35212      Branch: perl
35213            ! ext/POSIX/POSIX.xs
35214 ____________________________________________________________________________
35215 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
35216         Log: Subject: [PATCH toke.c] Simplify yytoke()
35217              From: Simon Cozens <simon@netthink.co.uk>
35218              Date: Sun, 8 Jul 2001 13:24:34 +0100
35219              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
35220              
35221              Split out pending_ident().
35222      Branch: perl
35223            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
35224 ____________________________________________________________________________
35225 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
35226         Log: (Retracted by #11223.)
35227              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
35228              Date: Wed, 05 Nov 1997 17:22:34 -0600
35229              From: Graham Barr <gbarr@ti.com>
35230              Message-Id: <3460FFBA.6DA51F46@ti.com>
35231      Branch: perl
35232            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
35233 ____________________________________________________________________________
35234 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
35235         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
35236      Branch: perl
35237            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
35238            ! pod/perllocale.pod
35239 ____________________________________________________________________________
35240 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
35241         Log: Really do the test under the C locale.
35242      Branch: perl
35243            ! ext/I18N/Langinfo/Langinfo.t
35244 ____________________________________________________________________________
35245 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
35246         Log: Small portability fix for Mac OS.
35247      Branch: maint-5.6/macperl
35248            ! lib/Cwd.pm
35249 ____________________________________________________________________________
35250 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
35251         Log: Metaconfig unit change for #11207.
35252      Branch: metaconfig/U/perl
35253            ! Extensions.U
35254 ____________________________________________________________________________
35255 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
35256         Log: Add I18N::Langinfo, which is basically a wrapper around
35257              nl_langinfo(), which is an additional way to query locale
35258              specific information.
35259      Branch: perl
35260            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
35261            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
35262            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
35263 ____________________________________________________________________________
35264 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
35265         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
35266              used in File::Find tests; replace with if.t.
35267      Branch: maint-5.6/macperl
35268            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
35269            ! t/pragma/warn/op
35270 ____________________________________________________________________________
35271 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
35272         Log: Allow symbols in try_symbol() to begin with "_".
35273      Branch: maint-5.6/macperl
35274            ! makedef.pl
35275 ____________________________________________________________________________
35276 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
35277         Log: Sync up the File::Find changes from the rewrite by
35278              Thomas Wegner, et al.
35279      Branch: maint-5.6/macperl
35280            + t/lib/filefind-taint.t
35281            ! lib/File/Find.pm t/lib/filefind.t
35282 ____________________________________________________________________________
35283 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
35284         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
35285              From: Thomas Wegner <wegner_thomas@yahoo.com>
35286              Date: Thu, 5 Jul 2001 20:31:25 +0200
35287              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
35288      Branch: maint-5.6/macperl
35289            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
35290 ____________________________________________________________________________
35291 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
35292         Log: Some more test portability fixes.
35293      Branch: maint-5.6/macperl
35294            ! t/lib/filecopy.t t/pragma/warn/pp_sys
35295 ____________________________________________________________________________
35296 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
35297         Log: The #11200 removed wrong (non-existent) target.  Duh.
35298      Branch: perl
35299            ! Makefile.SH
35300 ____________________________________________________________________________
35301 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
35302         Log: Zap the lib/re.pm before creating it.
35303      Branch: perl
35304            ! Makefile.SH
35305 ____________________________________________________________________________
35306 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
35307         Log: Another test.  Please ignore.
35308      Branch: maint-5.6/macperl
35309            ! README.macos
35310 ____________________________________________________________________________
35311 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
35312         Log: Portability fixes for a lot of tests, especially IO-related
35313              tests, and warnings, and the harness script.
35314      Branch: maint-5.6/macperl
35315            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
35316            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
35317            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
35318            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
35319            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
35320            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
35321            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
35322            ! t/pragma/warnings.t
35323 ____________________________________________________________________________
35324 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
35325         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
35326              From: Nicholas Clark <nick@ccl4.org>
35327              Date: Sat, 7 Jul 2001 21:00:17 +0100
35328              Message-ID: <20010707210017.H59620@plum.flirble.org>
35329      Branch: perl
35330            ! lib/h2xs.t
35331 ____________________________________________________________________________
35332 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
35333         Log: The UNICOS/mk SysV IPC problem has been fixed.
35334      Branch: perl
35335            ! pod/perl572delta.pod
35336 ____________________________________________________________________________
35337 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
35338         Log: Slight update tweaks on perlunicode.pod.
35339      Branch: perl
35340            ! pod/perlunicode.pod
35341 ____________________________________________________________________________
35342 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
35343         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
35344              From: Mark-Jason Dominus <mjd@plover.com>
35345              Date: Sat, 07 Jul 2001 13:04:04 -0400
35346              Message-ID: <20010707170404.32694.qmail@plover.com>
35347      Branch: perl
35348            ! ext/DB_File/DB_File.pm
35349 ____________________________________________________________________________
35350 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
35351         Log: Fix up AutoLoader to fudge for Mac paths in import().
35352      Branch: maint-5.6/macperl
35353            ! lib/AutoLoader.pm
35354 ____________________________________________________________________________
35355 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
35356         Log: Try to force the lib/re.pm to be there before entering
35357              the extensions builds, should help for parallel makes.
35358      Branch: perl
35359            ! Makefile.SH
35360 ____________________________________________________________________________
35361 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
35362         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
35363              From: Norton Allen <allen@huarp.harvard.edu>
35364              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
35365              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
35366      Branch: perl
35367            ! ext/POSIX/POSIX.xs
35368 ____________________________________________________________________________
35369 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
35370         Log: Subject: [PATCH] Re: op/arith.t
35371              From: Nicholas Clark <nick@ccl4.org>
35372              Date: Sat, 7 Jul 2001 13:04:54 +0100
35373              Message-ID: <20010707130454.D59620@plum.flirble.org>
35374      Branch: perl
35375            ! numeric.c toke.c
35376 ____________________________________________________________________________
35377 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
35378         Log: Subject: [PATCH] h2xs
35379              From: Nicholas Clark <nick@ccl4.org>
35380              Date: Fri, 6 Jul 2001 23:25:14 +0100
35381              Message-ID: <20010706232514.X59620@plum.flirble.org>
35382      Branch: perl
35383            ! utils/h2xs.PL
35384 ____________________________________________________________________________
35385 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
35386         Log: Subject: Re: bleedperl perl_alloc..free leakage
35387              From: Radu Greab <radu@netsoft.ro>
35388              Date: Fri, 6 Jul 2001 19:48:54 +0300
35389              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
35390              
35391              Leak-be-gone.
35392      Branch: perl
35393            ! op.c
35394 ____________________________________________________________________________
35395 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
35396         Log: Test again.  Please ignore.
35397      Branch: maint-5.6/macperl
35398            ! README.macos
35399 ____________________________________________________________________________
35400 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
35401         Log: Test.  Please ignore.
35402      Branch: maint-5.6/macperl
35403            ! README.macos
35404 ____________________________________________________________________________
35405 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
35406         Log: Include changes already sent in separately as patches,
35407              before branch was created.
35408      Branch: maint-5.6/macperl
35409            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
35410            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
35411            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
35412            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
35413            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
35414            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
35415            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
35416            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
35417            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
35418            ! t/pragma/strict.t
35419 ____________________________________________________________________________
35420 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
35421         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
35422              From: Norton Allen <allen@huarp.harvard.edu>
35423              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
35424              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
35425      Branch: perl
35426            ! utf8.h
35427 ____________________________________________________________________________
35428 [ 11183] By: nick                                  on 2001/07/06  16:27:40
35429         Log: Integrate mainline
35430      Branch: perlio
35431           +> (branch 42 files)
35432            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
35433            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
35434            - win32/bin/mdelete.bat
35435           !> (integrate 215 files)
35436 ____________________________________________________________________________
35437 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
35438         Log: The #11166 needed also these updated.
35439      Branch: perl
35440            ! lib/warnings.pm warnings.h
35441 ____________________________________________________________________________
35442 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
35443         Log: Update Changes.
35444      Branch: perl
35445            ! Changes patchlevel.h
35446 ____________________________________________________________________________
35447 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
35448         Log: Regen toc.
35449      Branch: perl
35450            ! pod/perltoc.pod
35451 ____________________________________________________________________________
35452 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
35453         Log: Nit from Abhijit.
35454      Branch: perl
35455            ! lib/CPAN.pm
35456 ____________________________________________________________________________
35457 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
35458         Log: Retract #11172.
35459      Branch: perl
35460            ! t/op/method.t
35461 ____________________________________________________________________________
35462 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
35463         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
35464              From: Norton Allen <allen@huarp.harvard.edu>
35465              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
35466              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
35467      Branch: perl
35468            ! lib/Cwd.pm
35469 ____________________________________________________________________________
35470 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
35471         Log: (Accidentally empty check-in.)
35472      Branch: perl
35473            ! utf8.h
35474 ____________________________________________________________________________
35475 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
35476         Log: Retract #11165 since Sarathy pointed out it'll not
35477              work properly under threads, the problem should be
35478              solved using "the savestack, either via SSNEW() or
35479              using a newSVpv()+SAVEFREESV() combo."
35480      Branch: perl
35481            ! ext/POSIX/POSIX.xs
35482 ____________________________________________________________________________
35483 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
35484         Log: Retract #11125 since NI-S pointed out it'll not work in
35485              cases where the extension has their own handcrafted INC
35486              et alia.
35487      Branch: perl
35488            ! lib/ExtUtils/MM_Unix.pm
35489 ____________________________________________________________________________
35490 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
35491         Log: Subject: RE: [PATCH] -I and MakeMaker again
35492              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
35493              Date: Fri, 6 Jul 2001 09:18:29 +0200
35494              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
35495      Branch: perl
35496            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
35497            ! lib/ExtUtils/MM_Win32.pm
35498 ____________________________________________________________________________
35499 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
35500         Log: (Retracted by #11178)
35501              Subject: [PATCH t/op/method.t] SUPER:: strangeness
35502              From: Piers Cawley <pdcawley@iterative-software.com>
35503              Date: 06 Jul 2001 10:49:01 +0100
35504              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
35505      Branch: perl
35506            ! t/op/method.t
35507 ____________________________________________________________________________
35508 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
35509         Log: VOS README update from Paul Green.
35510      Branch: perl
35511            ! README.vos
35512 ____________________________________________________________________________
35513 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
35514         Log: Subject: [PATCH README.qnx hints/qnx.sh]
35515              From: Norton Allen <allen@huarp.harvard.edu>
35516              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
35517              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
35518      Branch: perl
35519            ! README.qnx hints/qnx.sh
35520 ____________________________________________________________________________
35521 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
35522         Log: Subject: [PATCH] Doc patch for Tie::Hash
35523              From: Artur Bergman <artur@contiller.se>
35524              Date: Thu, 05 Jul 2001 22:51:18 +0200
35525              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
35526      Branch: perl
35527            ! lib/Tie/Hash.pm
35528 ____________________________________________________________________________
35529 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
35530         Log: Subject: [PATCH] perlfaq4.pod
35531              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
35532              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
35533              Date: Thu, 5 Jul 2001 18:44:10 +0100 
35534      Branch: perl
35535            ! pod/perlfaq4.pod
35536 ____________________________________________________________________________
35537 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
35538         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
35539              From: Robin Houston <robin@kitsite.com>
35540              Date: Thu, 5 Jul 2001 18:33:21 +0100
35541              Message-ID: <20010705183321.A27345@robin.kitsite.com>
35542      Branch: perl
35543            ! ext/B/B/Deparse.pm
35544 ____________________________________________________________________________
35545 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
35546         Log: (Retracted by #11285.)
35547              
35548              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
35549              From: Abhijit Menon-Sen <ams@wiw.org>
35550              Date: Fri, 6 Jul 2001 01:26:32 +0530
35551              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
35552      Branch: perl
35553            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
35554            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
35555            ! warnings.pl
35556 ____________________________________________________________________________
35557 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
35558         Log: (Retracted by #11175)
35559              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
35560              From: Norton Allen <allen@huarp.harvard.edu>
35561              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
35562              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
35563      Branch: perl
35564            ! ext/POSIX/POSIX.xs
35565 ____________________________________________________________________________
35566 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
35567         Log: Unterminated C< (noticed by Richard Hatch), and few other
35568              small Unicode doc tweaks.
35569      Branch: perl
35570            ! pod/perlretut.pod
35571 ____________________________________________________________________________
35572 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
35573         Log: More flexible argument understanding; add charblocks() and
35574              charscripts(); make charblock() and charscript() two-way;
35575              add charinrange(); separate the $Unicode::UCD::VERSION and
35576              the version of the Unicode by adding UnicodeVersion().
35577      Branch: perl
35578            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
35579 ____________________________________________________________________________
35580 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
35581         Log: Update Unicode::UCD on \p{In...}.
35582      Branch: perl
35583            ! lib/Unicode/UCD.pm
35584 ____________________________________________________________________________
35585 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
35586         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
35587              From: Norton Allen <allen@huarp.harvard.edu>
35588              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
35589              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
35590      Branch: perl
35591            ! lib/ExtUtils/MM_Unix.pm
35592 ____________________________________________________________________________
35593 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
35594         Log: POSIX-BC tweaks from Thomas Dorner.
35595      Branch: perl
35596            ! hints/posix-bc.sh perlio.h
35597 ____________________________________________________________________________
35598 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
35599         Log: Module updates for the delta.
35600      Branch: perl
35601            ! pod/perl572delta.pod
35602 ____________________________________________________________________________
35603 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
35604         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
35605              From: Norton Allen <allen@huarp.harvard.edu>
35606              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
35607              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
35608      Branch: perl
35609            ! ext/IO/lib/IO/t/io_sock.t
35610 ____________________________________________________________________________
35611 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
35612         Log: Subject: [PATCH perldiag.pod] Quick fixes
35613              From: Simon Cozens <simon@netthink.co.uk>
35614              Date: Wed, 4 Jul 2001 20:22:12 +0100
35615              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
35616      Branch: perl
35617            ! pod/perldiag.pod
35618 ____________________________________________________________________________
35619 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
35620         Log: (retracted by #13533)
35621              
35622              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
35623              From: Radu Greab <radu@netsoft.ro>
35624              Date: Wed, 4 Jul 2001 22:13:31 +0300
35625              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
35626      Branch: perl
35627            ! op.c sv.c t/op/pos.t
35628 ____________________________________________________________________________
35629 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
35630         Log: Subject: [PATCH] -I and MakeMaker again
35631              From: Michael G Schwern <schwern@pobox.com>
35632              Date: Wed, 4 Jul 2001 15:03:07 -0400
35633              Message-ID: <20010704150307.I20340@blackrider>
35634              
35635              (and retract #11145)
35636      Branch: perl
35637            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
35638            ! lib/ExtUtils/MakeMaker.pm
35639 ____________________________________________________________________________
35640 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
35641         Log: Subject: Re: PERFORCE change 11142 for review
35642              From: "Philip Newton" <Philip.Newton@gmx.net>
35643              Date: Wed, 4 Jul 2001 20:46:26 +0200
35644              Message-Id: <200107041841.VAA25380@taas.iki.fi>
35645      Branch: perl
35646            ! lib/ExtUtils/MakeMaker.pm
35647 ____________________________________________________________________________
35648 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
35649         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
35650              From: Jonathan Stowe <gellyfish@gellyfish.com>
35651              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
35652              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
35653      Branch: perl
35654            ! utils/pl2pm.PL
35655 ____________________________________________________________________________
35656 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
35657         Log: fix the binary compatibility issue when building with/without
35658              usemymalloc by exporting Perl_malloc() et al as simple wrappers
35659              around the system functions (this allows most extensions built
35660              using one mode to coexist with perls built in the other mode)
35661              
35662              XXX the Perl_mfree() wrapper might need to do return(free()) on
35663              platforms where Free_t isn't "void"
35664      Branch: perl
35665            ! embed.h embed.pl makedef.pl proto.h util.c
35666 ____________________________________________________________________________
35667 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
35668         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
35669              since it doesn't ensure threads other than the one calling fork()
35670              aren't holding any locks; the fix is to use pthread_atfork() to
35671              hold global locks
35672              
35673              building perl with -Dusemymalloc exacerbates the problem since
35674              Perl_malloc() holds a mutex, and perl's exec() calls New()
35675              
35676              XXX the code in win32thread.h may be needed on platforms that have
35677              no pthread_atfork()
35678      Branch: perl
35679            ! perl.c thread.h win32/win32thread.h
35680 ____________________________________________________________________________
35681 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
35682         Log: Integrate #11009 from maintperl.
35683      Branch: maint-5.6/macperl
35684           !> lib/ExtUtils/Manifest.pm
35685 ____________________________________________________________________________
35686 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
35687         Log: Flexing my Perforce muscles.
35688      Branch: maint-5.6/macperl
35689            ! README.macos
35690 ____________________________________________________________________________
35691 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
35692         Log: Update Changes.
35693      Branch: perl
35694            ! Changes patchlevel.h
35695 ____________________________________________________________________________
35696 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
35697         Log: Metaconfig unit change for #11146.
35698      Branch: metaconfig/U/perl
35699            ! d_fcntl_can_lock.U
35700 ____________________________________________________________________________
35701 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
35702         Log: Somehow the #ifdefs of the added code (in #11093) made
35703              HP-UX to fail the fcntl locking test, without the ifdefs
35704              the test seems to be working again.  Reason unknown:
35705              HP-UX cc doesn't complain either way.
35706      Branch: perl
35707            ! Configure
35708 ____________________________________________________________________________
35709 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
35710         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
35711      Branch: perl
35712            ! lib/ExtUtils/MM_Unix.pm
35713 ____________________________________________________________________________
35714 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
35715         Log: gcc -Wall nit.
35716      Branch: perl
35717            ! pp_hot.c
35718 ____________________________________________________________________________
35719 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
35720         Log: When removing tests updating the test count is a good idea, too.
35721      Branch: perl
35722            ! lib/Net/t/require.t
35723 ____________________________________________________________________________
35724 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
35725         Log: Document #11134 and add the new symbols to the list of
35726              of MakeMaker known ones.
35727      Branch: perl
35728            ! lib/ExtUtils/MakeMaker.pm
35729 ____________________________________________________________________________
35730 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
35731         Log: Microperl update.
35732      Branch: perl
35733            ! uconfig.h
35734 ____________________________________________________________________________
35735 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
35736         Log: Update the libnet tests as per #11138.
35737      Branch: perl
35738            - lib/Net/t/ph.t
35739            ! MANIFEST lib/Net/t/require.t
35740 ____________________________________________________________________________
35741 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
35742         Log: Regen toc and modlib.
35743      Branch: perl
35744            ! pod/perlmodlib.pod pod/perltoc.pod
35745 ____________________________________________________________________________
35746 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
35747         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
35748              Graham's request.
35749      Branch: perl
35750            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
35751            ! MANIFEST
35752 ____________________________________________________________________________
35753 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
35754         Log: Add the OS/390 harness results to the delta.
35755      Branch: perl
35756            ! pod/perl572delta.pod
35757 ____________________________________________________________________________
35758 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
35759         Log: Avoid the two study tests in OS/390 until the bug has been solved.
35760      Branch: perl
35761            ! t/op/study.t
35762 ____________________________________________________________________________
35763 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
35764         Log: DOS/DJGPP tweaks from Laszlo Molnar.
35765      Branch: perl
35766            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
35767 ____________________________________________________________________________
35768 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
35769         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
35770              From: Michael G Schwern <schwern@pobox.com>
35771              Date: Wed, 4 Jul 2001 00:01:16 -0400
35772              Message-ID: <20010704000116.C591@blackrider>
35773      Branch: perl
35774            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
35775 ____________________________________________________________________________
35776 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
35777         Log: The #11132 missed singleton characters (not part
35778              of a unilo..unihi range) in Unicode scripts.
35779      Branch: perl
35780            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
35781            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
35782            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
35783            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
35784            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
35785            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
35786            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
35787            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
35788            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
35789            ! lib/unicode/mktables.PL t/op/pat.t
35790 ____________________________________________________________________________
35791 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
35792         Log: Support preferentially the Unicode 'scripts' definition
35793              in the \p{In...} notation since according to Unicode the
35794              scripts concept is more natural for matching than using
35795              the somewhat artificial block names.  The block names are
35796              still available, though, and if there's a name conflict,
35797              the scripts one wins and the blocks one has to do with
35798              'Block' appended to its name.  For more information see
35799              
35800              http://www.unicode.org/unicode/reports/tr24/
35801      Branch: perl
35802            + lib/unicode/In/100.pl lib/unicode/In/101.pl
35803            + lib/unicode/In/102.pl lib/unicode/In/103.pl
35804            + lib/unicode/In/104.pl lib/unicode/In/105.pl
35805            + lib/unicode/In/106.pl lib/unicode/In/107.pl
35806            + lib/unicode/In/108.pl lib/unicode/In/109.pl
35807            + lib/unicode/In/110.pl lib/unicode/In/111.pl
35808            + lib/unicode/In/112.pl lib/unicode/In/113.pl
35809            + lib/unicode/In/114.pl lib/unicode/In/115.pl
35810            + lib/unicode/In/116.pl lib/unicode/In/117.pl
35811            + lib/unicode/In/118.pl lib/unicode/In/119.pl
35812            + lib/unicode/In/120.pl lib/unicode/In/121.pl
35813            + lib/unicode/In/122.pl lib/unicode/In/123.pl
35814            + lib/unicode/In/124.pl lib/unicode/In/125.pl
35815            + lib/unicode/In/126.pl lib/unicode/In/127.pl
35816            + lib/unicode/In/128.pl lib/unicode/In/129.pl
35817            + lib/unicode/In/130.pl lib/unicode/In/131.pl
35818            + lib/unicode/In/132.pl lib/unicode/In/133.pl
35819            + lib/unicode/In/134.pl lib/unicode/In/135.pl
35820            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
35821            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
35822            ! (edit 106 files)
35823 ____________________________________________________________________________
35824 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
35825         Log: Better document the difference between a block and a script.
35826      Branch: perl
35827            ! lib/Unicode/UCD.pm
35828 ____________________________________________________________________________
35829 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
35830         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
35831              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
35832              Date: Tue, 3 Jul 2001 15:04:23 -0500
35833              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
35834      Branch: perl
35835            ! lib/CPAN.pm
35836 ____________________________________________________________________________
35837 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
35838         Log: Add tests for charscript().
35839      Branch: perl
35840            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
35841 ____________________________________________________________________________
35842 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
35843         Log: Add charscript() to get the UTR#24 script names of characters.
35844      Branch: perl
35845            ! lib/Unicode/UCD.pm
35846 ____________________________________________________________________________
35847 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
35848         Log: Todo updates.
35849      Branch: perl
35850            ! pod/perltodo.pod
35851 ____________________________________________________________________________
35852 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
35853         Log: Unicode::UCD updates.
35854      Branch: perl
35855            ! lib/Unicode/UCD.pm
35856 ____________________________________________________________________________
35857 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
35858         Log: (Retracted by #11174)
35859              Subject: MakeMaker should pass through DEFINE and INC to subdirs
35860              From: Alan Burlison <Alan.Burlison@sun.com>
35861              Date: Tue, 03 Jul 2001 15:20:13 +0100
35862              Message-ID: <3B41D49D.A923D4F9@sun.com>
35863      Branch: perl
35864            ! lib/ExtUtils/MM_Unix.pm
35865 ____________________________________________________________________________
35866 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
35867         Log: Subject: Patch needed for UTS
35868              From: hom00@utsglobal.com (Hal Morris)
35869              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
35870              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
35871              
35872              Replace #11113 with a better version.
35873      Branch: perl
35874            ! perl.h
35875 ____________________________________________________________________________
35876 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
35877         Log: Subject: Re: POINTERRIGOR
35878              From: Andy Dougherty <doughera@lafayette.edu>
35879              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
35880              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
35881      Branch: perl
35882            ! util.c
35883 ____________________________________________________________________________
35884 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
35885         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
35886              From: "Philip Newton" <pnewton@gmx.de>
35887              Date: Tue, 3 Jul 2001 17:03:34 +0200
35888              Message-ID: <3B41FAE6.29564.660E117@localhost>
35889      Branch: perl
35890            ! pp_hot.c
35891 ____________________________________________________________________________
35892 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
35893         Log: Typos.
35894      Branch: perl
35895            ! INSTALL
35896 ____________________________________________________________________________
35897 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
35898         Log: Subject: [PATCH 5.6.1] debugger fixes
35899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35900              Date: Tue, 3 Jul 2001 03:38:18 -0400
35901              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
35902              
35903              The $^S is working again.
35904      Branch: perl
35905            ! lib/perl5db.pl
35906 ____________________________________________________________________________
35907 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
35908         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
35909              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35910              Date: Tue, 3 Jul 2001 03:34:06 -0400
35911              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
35912      Branch: perl
35913            ! os2/OS2/Process/Process.pm
35914 ____________________________________________________________________________
35915 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
35916         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
35917              From: "Philip Newton" <Philip.Newton@gmx.net>
35918              Date: Tue, 3 Jul 2001 09:11:27 +0200
35919              Message-Id: <200107030706.KAA04596@taas.iki.fi>
35920      Branch: perl
35921            ! lib/FindBin.pm
35922 ____________________________________________________________________________
35923 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
35924         Log: Delta delta.
35925      Branch: perl
35926            ! pod/perl572delta.pod
35927 ____________________________________________________________________________
35928 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
35929         Log: Metaconfig unit change for 11115.
35930      Branch: metaconfig
35931            ! U/modified/libc.U
35932 ____________________________________________________________________________
35933 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
35934         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
35935              (from Richard Hatch) (this was the cause of pipes() and
35936              times() mysteriously not being found)
35937      Branch: perl
35938            ! Configure
35939 ____________________________________________________________________________
35940 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
35941         Log: Retract #10142, the real culprit found by Richard Hatch,
35942              coming soon to Configure near you.
35943      Branch: perl
35944            ! hints/aix.sh
35945 ____________________________________________________________________________
35946 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
35947         Log: (Replaced by #11124) UTS workaround from Hal Morris.
35948      Branch: perl
35949            ! perl.h
35950 ____________________________________________________________________________
35951 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
35952         Log: Subject: [PATCH] grok not grocking correctly
35953              From: Nicholas Clark <nick@ccl4.org>
35954              Date: Tue, 3 Jul 2001 00:19:08 +0100
35955              Message-ID: <20010703001908.H59620@plum.flirble.org>
35956      Branch: perl
35957            ! numeric.c
35958 ____________________________________________________________________________
35959 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
35960         Log: Subject: [PATCH Deparse.t] test just-posted patches
35961              From: Robin Houston <robin@kitsite.com>
35962              Date: Mon, 2 Jul 2001 23:46:15 +0100
35963              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
35964      Branch: perl
35965            ! ext/B/Deparse.t
35966 ____________________________________________________________________________
35967 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
35968         Log: Subject: [PATCH toke.c] autosplit into @F
35969              From: Robin Houston <robin@kitsite.com>
35970              Date: Mon, 2 Jul 2001 23:18:20 +0100
35971              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
35972      Branch: perl
35973            ! perl.c toke.c
35974 ____________________________________________________________________________
35975 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
35976         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
35977              From: Robin Houston <robin@kitsite.com>
35978              Date: Mon, 2 Jul 2001 23:00:48 +0100
35979              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
35980      Branch: perl
35981            ! ext/B/B/Deparse.pm
35982 ____________________________________________________________________________
35983 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
35984         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
35985              From: "Philip Newton" <Philip.Newton@gmx.net>
35986              Date: Mon, 2 Jul 2001 22:06:22 +0200
35987              (no Message-Id)
35988      Branch: perl
35989            ! ext/NDBM_File/hints/linux.pl
35990 ____________________________________________________________________________
35991 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
35992         Log: Subject: Re: Fixed pack problem - sort of
35993              From: Nicholas Clark <nick@ccl4.org>
35994              Date: Mon, 2 Jul 2001 20:59:20 +0100
35995              Message-ID: <20010702205919.F59620@plum.flirble.org>
35996      Branch: perl
35997            ! pp_pack.c t/op/pack.t
35998 ____________________________________________________________________________
35999 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
36000         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
36001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36002              Date: Mon, 2 Jul 2001 15:45:41 -0400
36003              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
36004      Branch: perl
36005            ! os2/os2.c
36006 ____________________________________________________________________________
36007 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
36008         Log: (Mistaken retraction)
36009      Branch: perl
36010            ! utils/pl2pm.PL
36011 ____________________________________________________________________________
36012 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
36013         Log: Detypo in #11103.
36014      Branch: perl
36015            ! utils/pl2pm.PL
36016 ____________________________________________________________________________
36017 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
36018         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
36019              From: Jonathan Stowe <gellyfish@gellyfish.com>
36020              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
36021              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
36022      Branch: perl
36023            ! utils/pl2pm.PL
36024 ____________________________________________________________________________
36025 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
36026         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
36027              From: "Craig A. Berry" <craigberry@mac.com>
36028              Date: Mon, 02 Jul 2001 14:11:23 -0500
36029              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
36030      Branch: perl
36031            ! lib/Unicode/UCD.pm
36032 ____________________________________________________________________________
36033 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
36034         Log: Subject: [PATCH] Re: op/numconvert.t failures
36035              From: Nicholas Clark <nick@ccl4.org>
36036              Date: Mon, 2 Jul 2001 20:10:48 +0100
36037              Message-ID: <20010702201048.E59620@plum.flirble.org>
36038      Branch: perl
36039            ! t/op/numconvert.t
36040 ____________________________________________________________________________
36041 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
36042         Log: Update Changes.
36043      Branch: perl
36044            ! Changes patchlevel.h
36045 ____________________________________________________________________________
36046 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
36047         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
36048              The real fix must be more involved.  The line of code all the leaky
36049              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
36050              line of Perl_newPMOP().
36051      Branch: perl
36052            ! op.h
36053 ____________________________________________________________________________
36054 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
36055         Log: Based on
36056              
36057              Subject: Re: sizeof(struct sembuf)
36058              From: Nicholas Clark <nick@ccl4.org>
36059              Date: Sun, 1 Jul 2001 22:26:48 +0100
36060              Message-ID: <20010701222648.W59620@plum.flirble.org>
36061              
36062              but do semop() always the slow way.
36063      Branch: perl
36064            ! doio.c
36065 ____________________________________________________________________________
36066 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
36067         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
36068              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36069              Date: Tue, 03 Jul 2001 00:56:30 +0900
36070              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
36071      Branch: perl
36072            ! ext/Encode/Encode/Tcl.t
36073 ____________________________________________________________________________
36074 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
36075         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
36076              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36077              Date: Tue, 03 Jul 2001 00:55:46 +0900
36078              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
36079      Branch: perl
36080            ! ext/Encode/Encode/Tcl.pm
36081 ____________________________________________________________________________
36082 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
36083         Log: Regen api and toc.
36084      Branch: perl
36085            ! pod/perlapi.pod pod/perltoc.pod
36086 ____________________________________________________________________________
36087 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
36088         Log: Metaconfig unit change for #11093.
36089      Branch: metaconfig/U/perl
36090            ! d_fcntl_can_lock.U
36091 ____________________________________________________________________________
36092 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
36093         Log: The fcntl locking test may hang if NFS locking messed up;
36094              break out with alarm(10).
36095      Branch: perl
36096            ! Configure
36097 ____________________________________________________________________________
36098 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
36099         Log: Move the mdelete.bat from win32/bin to win32.
36100      Branch: perl
36101            ! MANIFEST
36102 ____________________________________________________________________________
36103 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
36104         Log: Typo in #11083.
36105      Branch: perl
36106            ! ext/Time/Piece/Piece.t
36107 ____________________________________________________________________________
36108 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
36109         Log: Netware tweaks from Guruprasad.
36110      Branch: perl
36111            - NetWare/perlsdio.h
36112            ! MANIFEST NetWare/Makefile NetWare/interface.c
36113            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
36114            ! perlsdio.h
36115 ____________________________________________________________________________
36116 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
36117         Log: Subject: Re: [PATH] shared -> unique;
36118              From: Abhijit Menon-Sen <ams@wiw.org>
36119              Date: Wed, 27 Jun 2001 03:51:27 +0530
36120              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
36121      Branch: perl
36122            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
36123 ____________________________________________________________________________
36124 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
36125         Log: Subject: Re: AIX / gcc-3.0
36126              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36127              Date: Mon, 02 Jul 2001 15:20:21 +0200
36128              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
36129      Branch: perl
36130            ! hints/aix.sh
36131 ____________________________________________________________________________
36132 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
36133         Log: Subject: Re: Bug report: split splits on wrong pattern
36134              From: Abhijit Menon-Sen <ams@wiw.org>
36135              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
36136              Date: Mon, 2 Jul 2001 16:31:33 +0530
36137      Branch: perl
36138            ! pp_ctl.c
36139 ____________________________________________________________________________
36140 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
36141         Log: Subject: [PATCH 5.6.1] test harness
36142              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36143              Date: Mon, 2 Jul 2001 06:29:21 -0400
36144              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
36145      Branch: perl
36146            ! lib/Test/Harness.pm
36147 ____________________________________________________________________________
36148 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
36149         Log: Subject: [PATCH 5.6.1] debugger goof
36150              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36151              Date: Mon, 2 Jul 2001 06:27:22 -0400
36152              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
36153      Branch: perl
36154            ! lib/perl5db.pl
36155 ____________________________________________________________________________
36156 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
36157         Log: Subject: [PATCH 5.6.1] OS/2 cwd
36158              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36159              Date: Mon, 2 Jul 2001 06:21:17 -0400
36160              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
36161      Branch: perl
36162            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
36163 ____________________________________________________________________________
36164 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
36165         Log: Make #11082 more OS/2-specific.
36166      Branch: perl
36167            ! ext/Time/Piece/Piece.t
36168 ____________________________________________________________________________
36169 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
36170         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
36171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36172              Date: Mon, 2 Jul 2001 06:06:34 -0400
36173              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
36174      Branch: perl
36175            ! ext/Time/Piece/Piece.t
36176 ____________________________________________________________________________
36177 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
36178         Log: Subject: [PATCH B::Deparse] version number & changes
36179              From: Robin Houston <robin@kitsite.com>  
36180              Date: Sun, 1 Jul 2001 17:17:29 +0100
36181              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
36182      Branch: perl
36183            ! ext/B/B/Deparse.pm
36184 ____________________________________________________________________________
36185 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
36186         Log: Subject: a small fix.
36187              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
36188              Date: Mon, 2 Jul 2001 12:17:53 +0200
36189              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
36190      Branch: perl
36191            ! ext/Thread/Thread.xs
36192 ____________________________________________________________________________
36193 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
36194         Log: Subject: RE: perl@10907
36195              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
36196              Date: Mon, 2 Jul 2001 12:06:16 +0200
36197              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
36198              
36199              Borland C vs PerlIO.
36200      Branch: perl
36201            ! win32/config.bc win32/config_H.bc
36202 ____________________________________________________________________________
36203 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
36204         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
36205              From: "H.M. Brand" <merijn@l1.procura.nl>
36206              Date: Mon, 02 Jul 2001 11:18:57 +0200
36207              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
36208      Branch: perl
36209            ! t/op/write.t
36210 ____________________________________________________________________________
36211 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
36212         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
36213              From: Michael G Schwern <schwern@pobox.com>
36214              Date: Mon, 2 Jul 2001 00:26:24 -0400
36215              Message-ID: <20010702002624.A18302@blackrider>
36216      Branch: perl
36217            - ext/util/mkbootstrap
36218 ____________________________________________________________________________
36219 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
36220         Log: Subject: [PATCH op.h] v minor comment tweak
36221              From: Robin Houston <robin@puffinry.freeserve.co.uk>
36222              Date: Mon, 2 Jul 2001 00:42:01 +0100
36223              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
36224      Branch: perl
36225            ! op.h
36226 ____________________________________________________________________________
36227 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
36228         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
36229      Branch: perl
36230            ! pod/perlfunc.pod
36231 ____________________________________________________________________________
36232 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
36233         Log: Subject: Re: sizeof(struct sembuf)
36234              From: Nicholas Clark <nick@ccl4.org>
36235              Date: Sun, 1 Jul 2001 19:23:16 +0100
36236              Message-ID: <20010701192316.V59620@plum.flirble.org>
36237              
36238              s/signaling/signalling/
36239      Branch: perl
36240            ! pod/perlfunc.pod
36241 ____________________________________________________________________________
36242 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
36243         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
36244              From: "Philip Newton" <Philip.Newton@gmx.net>
36245              Date: Sun, 1 Jul 2001 09:37:56 +0200
36246              Message-Id: <200107010733.KAA03920@taas.iki.fi>
36247      Branch: perl
36248            ! pod/perlvar.pod
36249 ____________________________________________________________________________
36250 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
36251         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
36252              From: "Philip Newton" <Philip.Newton@gmx.net>
36253              Date: Sun, 1 Jul 2001 09:37:56 +0200
36254              Message-Id: <200107010733.KAA03925@taas.iki.fi>
36255      Branch: perl
36256            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
36257 ____________________________________________________________________________
36258 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
36259         Log: Metaconfig unit change for #11070.
36260      Branch: metaconfig
36261            ! U/compline/randfunc.U
36262 ____________________________________________________________________________
36263 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
36264         Log: Subject: [PATCH perlsnap] its --> it's --> its
36265              From: "Philip Newton" <Philip.Newton@gmx.net>
36266              Date: Sun, 1 Jul 2001 09:37:56 +0200
36267              Message-Id: <200107010733.KAA03914@taas.iki.fi>
36268      Branch: perl
36269            ! Porting/config_H
36270 ____________________________________________________________________________
36271 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
36272         Log: Sync with Sarathy; integrate with perlio.
36273      Branch: perl
36274           !> gv.c
36275 ____________________________________________________________________________
36276 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
36277         Log: regenerate win32/config_H.?c files
36278      Branch: perl
36279            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36280 ____________________________________________________________________________
36281 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
36282         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
36283              naming discipline
36284              
36285              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
36286              because of this)
36287              
36288              fix a warning about "fd" being used without being set in Cwd.xs
36289      Branch: perl
36290            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
36291            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
36292            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
36293            ! win32/config.vc
36294 ____________________________________________________________________________
36295 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
36296         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
36297              within macro arguments") and warnings ("unary minus applied to
36298              unsigned type", among others)
36299      Branch: perl
36300            ! gv.c hv.c op.c pp.c sv.c toke.c
36301 ____________________________________________________________________________
36302 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
36303         Log: win32 fixes: more spurious CRs
36304      Branch: perl
36305            ! win32/mdelete.bat
36306 ____________________________________________________________________________
36307 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
36308         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
36309              from win32/bin (or it gets deleted by distclean); don't delete
36310              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
36311              NT (should be made Win9x specific, and added to makefile.mk)
36312      Branch: perl
36313           +> win32/mdelete.bat
36314            - win32/bin/mdelete.bat
36315            ! win32/Makefile win32/makefile.mk
36316 ____________________________________________________________________________
36317 [ 11063] By: nick                                  on 2001/07/01  18:54:09
36318         Log: Quick for for #ifdef mess
36319      Branch: perlio
36320            ! gv.c
36321 ____________________________________________________________________________
36322 [ 11062] By: nick                                  on 2001/07/01  18:47:42
36323         Log: Raw integrate - does not build #if mess in gv.c
36324      Branch: perlio
36325           !> (integrate 29 files)
36326 ____________________________________________________________________________
36327 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
36328         Log: Make 'compile' target a little less broken.
36329              Still very broken, though: -Wall warnings from
36330              the generated code, boot_Foo prototypes missing,
36331              can't autoload Fcntl::SEEK_CUR et alia, ...
36332      Branch: perl
36333            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
36334            ! utils/perlcc.PL x2p/Makefile.SH
36335 ____________________________________________________________________________
36336 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
36337         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
36338      Branch: perl
36339            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36340            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
36341 ____________________________________________________________________________
36342 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
36343         Log: Update Changes.
36344      Branch: perl
36345            ! Changes patchlevel.h
36346 ____________________________________________________________________________
36347 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
36348         Log: Still one typo, regen toc.
36349      Branch: perl
36350            ! lib/Unicode/UCD.pm pod/perltoc.pod
36351 ____________________________________________________________________________
36352 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
36353         Log: Detypos and regen toc.
36354      Branch: perl
36355            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
36356 ____________________________________________________________________________
36357 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
36358         Log: VERSION tweak.
36359      Branch: perl
36360            ! ext/List/Util/lib/List/Util.pm
36361 ____________________________________________________________________________
36362 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
36363         Log: Attempt at plugging the leak under ithreads detected by Doug.
36364      Branch: perl
36365            ! op.h
36366 ____________________________________________________________________________
36367 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
36368         Log: gcc -Wall lint after #11051.
36369      Branch: perl
36370            ! pp_sys.c
36371 ____________________________________________________________________________
36372 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
36373         Log: Integrate perlio.
36374      Branch: perl
36375           !> lib/File/Find/taint.t
36376 ____________________________________________________________________________
36377 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
36378         Log: Don't use the v-strings for module VERSIONs.
36379      Branch: perl
36380            ! lib/Unicode/UCD.pm
36381 ____________________________________________________________________________
36382 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
36383         Log: Code cleanup based on turning off the -woffs in IRIX.
36384              Not all of the gripes cleaned up (hairy code in hv.c and
36385              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
36386              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
36387              to the IRIX hints)
36388      Branch: perl
36389            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
36390            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
36391            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
36392            ! regcomp.c sv.c
36393 ____________________________________________________________________________
36394 [ 11050] By: nick                                  on 2001/06/30  20:46:46
36395         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
36396      Branch: perlio
36397            ! lib/File/Find/taint.t
36398 ____________________________________________________________________________
36399 [ 11049] By: nick                                  on 2001/06/30  18:13:33
36400         Log: Integrate mainline
36401      Branch: perlio
36402           +> NetWare/nwstdio.h NetWare/perlsdio.h
36403           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
36404           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
36405           +> lib/Unicode/UCD.t t/run/exit.t
36406           !> (integrate 60 files)
36407 ____________________________________________________________________________
36408 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
36409         Log: Delta delta.
36410      Branch: perl
36411            ! pod/perl572delta.pod
36412 ____________________________________________________________________________
36413 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
36414         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
36415              by CPAN.pm, use rather _00.
36416      Branch: perl
36417            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
36418            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
36419            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
36420            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
36421            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
36422            ! lib/ExtUtils/Embed.pm lib/Test.pm
36423 ____________________________________________________________________________
36424 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
36425         Log: Add a simple Unicode character database interface, Unicode::UCD.
36426      Branch: perl
36427            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
36428            ! MANIFEST
36429 ____________________________________________________________________________
36430 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
36431         Log: Subject: [PATCH] op/numconver.t
36432              From: Nicholas Clark <nick@ccl4.org>
36433              Date: Sat, 30 Jun 2001 15:40:10 +0100
36434              Message-ID: <20010630154010.I59620@plum.flirble.org>
36435      Branch: perl
36436            ! t/op/numconvert.t
36437 ____________________________________________________________________________
36438 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
36439         Log: The $^N is now taken (by #11038).
36440      Branch: perl
36441            ! t/base/lex.t
36442 ____________________________________________________________________________
36443 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
36444         Log: The #11040 had slipped to a wrong function...
36445      Branch: perl
36446            ! sv.c
36447 ____________________________________________________________________________
36448 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
36449         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
36450              the Configure library symbol probe mysteriously finds all
36451              symbols but those of pipe() and times().
36452      Branch: perl
36453            ! hints/aix.sh
36454 ____________________________________________________________________________
36455 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
36456         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
36457              From: Nicholas Clark <nick@ccl4.org>
36458              Date: Fri, 29 Jun 2001 23:49:07 +0100
36459              Message-ID: <20010629234907.D59620@plum.flirble.org>
36460      Branch: perl
36461            ! lib/ExtUtils.t
36462 ____________________________________________________________________________
36463 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
36464         Log: Subject: [PATCH] weakref fix 2, not yet there
36465              From: Artur Bergman <artur@contiller.se>
36466              Date: Sat, 30 Jun 2001 01:18:16 +0200
36467              Message-ID: <B762D957.1CC9%artur@contiller.se>
36468      Branch: perl
36469            ! sv.c
36470 ____________________________________________________________________________
36471 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
36472         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
36473              From: Michael G Schwern <schwern@pobox.com>
36474              Date: Fri, 29 Jun 2001 19:39:11 -0400
36475              Message-ID: <20010629193910.D25304@blackrider>
36476      Branch: perl
36477            + t/run/exit.t
36478            ! MANIFEST
36479 ____________________________________________________________________________
36480 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
36481         Log: Add support for $^N, the most-recently closed group.
36482      Branch: perl
36483            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
36484            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
36485            ! thrdvar.h
36486 ____________________________________________________________________________
36487 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
36488         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
36489              From: lvirden@cas.org
36490              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
36491              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
36492              
36493              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
36494              From: lvirden@cas.org
36495              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
36496              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
36497      Branch: perl
36498            ! README.solaris
36499 ____________________________________________________________________________
36500 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
36501         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
36502              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36503              Date: Sat, 30 Jun 2001 07:33:37 +0900
36504              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
36505              
36506              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
36507              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
36508              Date: Sat, 30 Jun 2001 21:38:14 +0900
36509              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
36510      Branch: perl
36511            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
36512            + ext/Encode/Encode/7bit-kr.enc
36513            ! MANIFEST ext/Encode/Encode/Tcl.pm
36514 ____________________________________________________________________________
36515 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
36516         Log: NetWare tweaks from Guruprasad.
36517      Branch: perl
36518            + NetWare/nwstdio.h NetWare/perlsdio.h
36519            ! MANIFEST NetWare/Makefile NetWare/config.wc
36520            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
36521            ! NetWare/t/Readme.txt
36522 ____________________________________________________________________________
36523 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
36524         Log: More module $VERSION bump-ups.
36525      Branch: perl
36526            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
36527            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
36528            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
36529 ____________________________________________________________________________
36530 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
36531         Log: Doc update due to #11032.
36532      Branch: perl
36533            ! pod/perl572delta.pod
36534 ____________________________________________________________________________
36535 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
36536         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
36537              From: Peter Prymmer <pvhp@forte.com>
36538              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
36539              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
36540      Branch: perl
36541            ! ext/Time/HiRes/HiRes.xs
36542 ____________________________________________________________________________
36543 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
36544         Log: -lpthreads missing in AIX.
36545      Branch: perl
36546            ! hints/aix.sh
36547 ____________________________________________________________________________
36548 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
36549         Log: Subject: [PATCH] CLONE && weakrefs
36550              From: Artur Bergman <artur@contiller.se>
36551              Date: Fri, 29 Jun 2001 17:02:00 +0200
36552              Message-ID: <B7626508.1CA0%artur@contiller.se>
36553      Branch: perl
36554            ! sv.c
36555 ____________________________________________________________________________
36556 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
36557         Log: Subject: Re: Bug report: split splits on wrong pattern
36558              From: Radu Greab <radu@netsoft.ro>
36559              Date: Wed, 27 Jun 2001 21:50:52 +0300
36560              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
36561      Branch: perl
36562            ! pp_ctl.c t/op/split.t
36563 ____________________________________________________________________________
36564 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
36565         Log: Metaconfig unit change for #11027.
36566      Branch: metaconfig/U/perl
36567            ! d_modfl.U
36568 ____________________________________________________________________________
36569 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
36570         Log: I thought this Configure glitch for AIX was just recently fixed?
36571      Branch: perl
36572            ! Configure
36573 ____________________________________________________________________________
36574 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
36575         Log: Update Changes.
36576      Branch: perl
36577            ! Changes patchlevel.h
36578 ____________________________________________________________________________
36579 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
36580         Log: Subject: Re: perl@10967, File::Find, and Cwd
36581              From: Mike Guy <mjtg@cam.ac.uk>
36582              Date: Fri, 29 Jun 2001 14:56:49 +0100
36583              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
36584      Branch: perl
36585            ! lib/File/Find/taint.t
36586 ____________________________________________________________________________
36587 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
36588         Log: Update the sv_pvprintify() spec.
36589      Branch: perl
36590            ! pod/perltodo.pod
36591 ____________________________________________________________________________
36592 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
36593         Log: Known test failures update.
36594      Branch: perl
36595            ! pod/perl572delta.pod
36596 ____________________________________________________________________________
36597 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
36598         Log: Based on
36599              
36600              Subject: [PATCH @11016] More );) fixes
36601              From: Richard Soderberg <rs@crystalflame.net>
36602              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
36603              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
36604      Branch: perl
36605            ! ext/Thread/Thread.xs ext/Thread/typemap
36606 ____________________________________________________________________________
36607 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
36608         Log: Subject: [PATCH @11016] Fixes compile errors in four files
36609              From: Richard Soderberg <rs@crystalflame.net>
36610              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
36611              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
36612      Branch: perl
36613            ! mg.c pp.c pp_hot.c util.c
36614 ____________________________________________________________________________
36615 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
36616         Log: AIX hints tweaking continues, from Merijn Brand.
36617      Branch: perl
36618            ! hints/aix.sh
36619 ____________________________________________________________________________
36620 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
36621         Log: HP-UX needs gccversion sooner, from Merijn Brand.
36622      Branch: perl
36623            ! hints/hpux.sh
36624 ____________________________________________________________________________
36625 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
36626         Log: Subject: [PATCH 5.6.1] OS/2 docs
36627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36628              Date: Fri, 29 Jun 2001 02:34:12 -0400
36629              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
36630      Branch: perl
36631            ! README.os2 os2/Changes
36632 ____________________________________________________________________________
36633 [ 11017] By: nick                                  on 2001/06/29  10:20:30
36634         Log: Integrate mainline
36635      Branch: perlio
36636           +> (branch 37 files)
36637            - ext/ODBM_File/sdbm.t
36638           !> (integrate 211 files)
36639 ____________________________________________________________________________
36640 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
36641         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
36642              the modules found using a script written by Larry Schatzer Jr.
36643      Branch: perl
36644            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
36645            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
36646            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
36647            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
36648            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
36649            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
36650            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
36651            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
36652            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
36653            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
36654            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
36655            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
36656            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
36657            ! lib/constant.pm lib/fields.pm lib/strict.pm
36658 ____________________________________________________________________________
36659 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
36660         Log: The latest JPL from the anoncvs.
36661      Branch: perl
36662            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
36663 ____________________________________________________________________________
36664 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
36665         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
36666      Branch: perl
36667            ! t/op/pat.t
36668 ____________________________________________________________________________
36669 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
36670         Log: Worrying about insecure directories now is a bit too late.
36671      Branch: perl
36672            ! lib/File/Find/taint.t
36673 ____________________________________________________________________________
36674 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
36675         Log: Cannot DIE() in a void function,
36676              from Richard Hatch <rhatch@austin.ibm.com>.
36677      Branch: perl
36678            ! ext/IPC/SysV/SysV.xs
36679 ____________________________________________________________________________
36680 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
36681         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
36682              From: Peter Prymmer <pvhp@forte.com>
36683              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
36684              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
36685              
36686              (unfinished: time/hires tests 3, 5, 14 failing, but better
36687              than wholesale failure)
36688      Branch: perl
36689            ! ext/Time/HiRes/HiRes.xs
36690 ____________________________________________________________________________
36691 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
36692         Log: Subject: [PATCH 5.6.1] OS/2 improvements
36693              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36694              Date: Thu, 28 Jun 2001 16:03:14 -0400
36695              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
36696      Branch: perl
36697            + os2/os2_base.t
36698            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
36699            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
36700            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
36701            ! os2/os2ish.h
36702 ____________________________________________________________________________
36703 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
36704         Log: Subject: Incrementing Extutils::Manifest's $VERSION
36705              From: Michael G Schwern <schwern@pobox.com>
36706              Date: Thu, 28 Jun 2001 13:13:49 -0400
36707              Message-ID: <20010628131349.A14738@blackrider>
36708      Branch: maint-5.6/perl
36709            ! lib/ExtUtils/Manifest.pm
36710 ____________________________________________________________________________
36711 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
36712         Log: AIX tweak from Merijn Brand.
36713      Branch: perl
36714            ! hints/aix.sh
36715 ____________________________________________________________________________
36716 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
36717         Log: Create the macperl branch.
36718      Branch: maint-5.6/macperl
36719           +> (branch 1728 files)
36720 ____________________________________________________________________________
36721 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
36722         Log: Update Changes.
36723      Branch: perl
36724            ! Changes patchlevel.h
36725 ____________________________________________________________________________
36726 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
36727         Log: More Perforce lore.
36728      Branch: perl
36729            ! Porting/repository.pod
36730 ____________________________________________________________________________
36731 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
36732         Log: Metaconfig unit changes for #11003.
36733      Branch: metaconfig/U/perl
36734            + d_nl_langinfo.U i_langinfo.U
36735 ____________________________________________________________________________
36736 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
36737         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
36738              Expected not to exist in non-UNIX excepting in VMS, where
36739              according to a quick web survey they just might.
36740      Branch: perl
36741            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
36742            ! Porting/config_H config_h.SH configure.com epoc/config.sh
36743            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
36744            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36745            ! win32/config.bc win32/config.gc win32/config.vc
36746 ____________________________________________________________________________
36747 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
36748         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
36749              in AIX is one is doing a 64-bit build.
36750      Branch: perl
36751            ! hints/aix.sh
36752 ____________________________________________________________________________
36753 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
36754         Log: Metaconfig unit changes for #11000.
36755      Branch: metaconfig/U/perl
36756            ! use64bits.U uselfs.U
36757 ____________________________________________________________________________
36758 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
36759         Log: Move use64bitint and use64bitall before uselargefiles.
36760      Branch: perl
36761            ! Configure
36762 ____________________________________________________________________________
36763 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
36764         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
36765              From: Robert Spier <rspier@pobox.com>
36766              Message-ID: <15162.41164.618712.841415@rls.cx>
36767              Date: Wed, 27 Jun 2001 23:13:16 -0400
36768      Branch: perl
36769            ! doio.c
36770 ____________________________________________________________________________
36771 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
36772         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
36773              From: Peter Prymmer <pvhp@forte.com>
36774              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
36775              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
36776      Branch: perl
36777            ! numeric.c
36778 ____________________________________________________________________________
36779 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
36780         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
36781              From: Peter Prymmer <pvhp@forte.com>
36782              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
36783              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
36784      Branch: perl
36785            ! configure.com ext/Digest/MD5/Makefile.PL
36786 ____________________________________________________________________________
36787 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
36788         Log: Update Changes.
36789      Branch: perl
36790            ! Changes patchlevel.h
36791 ____________________________________________________________________________
36792 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
36793         Log: Tiny EPOC updates.
36794      Branch: perl
36795            ! epoc/config.sh
36796 ____________________________________________________________________________
36797 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
36798         Log: The Test::More and Test::Simple tests required help
36799              thanks to our schizophrenic test scheme.
36800      Branch: perl
36801            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
36802            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
36803            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
36804            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
36805            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
36806 ____________________________________________________________________________
36807 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
36808         Log: Upgrade to Test::Simple 0.09.
36809      Branch: perl
36810            + lib/Test/Simple/Changes
36811            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
36812            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
36813            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
36814            ! lib/Test/Simple/t/plan_is_noplan.t
36815 ____________________________________________________________________________
36816 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
36817         Log: Upgrade to Test::More 0.07.
36818      Branch: perl
36819            + lib/Test/More/Changes
36820            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
36821            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
36822            ! lib/Test/More/t/skipall.t
36823 ____________________________________________________________________________
36824 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
36825         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
36826              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36827              Date: Wed, 27 Jun 2001 18:40:04 +0200
36828              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
36829      Branch: perl
36830            ! hints/hpux.sh
36831 ____________________________________________________________________________
36832 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
36833         Log: Subject: [PATCH README.qnx hints/qnx.sh]
36834              From: Norton Allen <allen@huarp.harvard.edu>
36835              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
36836              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
36837      Branch: perl
36838            ! README.qnx hints/qnx.sh
36839 ____________________________________________________________________________
36840 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
36841         Log: Subject: [PATCH] two little documentation nits
36842              From: Abhijit Menon-Sen <ams@wiw.org>
36843              Date: Wed, 27 Jun 2001 20:07:50 +0530
36844              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
36845      Branch: perl
36846            ! sv.c sv.h
36847 ____________________________________________________________________________
36848 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
36849         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
36850              From: Norton Allen <allen@huarp.harvard.edu>
36851              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
36852              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
36853      Branch: perl
36854            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
36855 ____________________________________________________________________________
36856 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
36857         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
36858              From: Michael G Schwern <schwern@pobox.com>
36859              Date: Wed, 27 Jun 2001 02:34:58 -0400
36860              Message-ID: <20010627023458.K23874@blackrider>
36861      Branch: perl
36862            ! vms/test.com
36863 ____________________________________________________________________________
36864 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
36865         Log: Add perl_clone_host() for Netware.
36866      Branch: perl
36867            ! NetWare/nw5.c
36868 ____________________________________________________________________________
36869 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
36870         Log: GCC 3.0 hints for HP-UX.
36871      Branch: perl
36872            ! hints/hpux.sh
36873 ____________________________________________________________________________
36874 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
36875         Log: In some Linux distributions the libndbm is broken
36876              (no null key support), therefore link with libgdbm
36877              (if available), since it has a working ndbm emulation,
36878              from Jonathan Stowe.
36879      Branch: perl
36880            + ext/NDBM_File/hints/linux.pl
36881            ! MANIFEST
36882 ____________________________________________________________________________
36883 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
36884         Log: Subject: [PATCH perl@10930] find.t hack for VMS
36885              From: "Craig A. Berry" <craigberry@mac.com>
36886              Date: Tue, 26 Jun 2001 23:40:25 -0500
36887              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
36888      Branch: perl
36889            ! lib/File/Find/find.t
36890 ____________________________________________________________________________
36891 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
36892         Log: AUTHORS updates.
36893      Branch: perl
36894            ! AUTHORS
36895 ____________________________________________________________________________
36896 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
36897         Log: Metaconfig unit change like #10980.
36898      Branch: metaconfig
36899            ! U/compline/d_stdstdio.U
36900 ____________________________________________________________________________
36901 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
36902         Log: "lose the it's", from Abhijit Menon-Sen.
36903              ("It's" not searched, pods not searched.)
36904      Branch: perl
36905            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
36906            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
36907            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
36908            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
36909            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
36910            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
36911 ____________________________________________________________________________
36912 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
36913         Log: "lose the looses", from Abhijit Menon-Sen.
36914      Branch: perl
36915            ! ext/B/B/Assembler.pm gv.c
36916 ____________________________________________________________________________
36917 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
36918         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
36919      Branch: perl
36920            ! hints/os390.sh
36921 ____________________________________________________________________________
36922 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
36923         Log: DEC C 5.3 on the VAX simply doesn't seem to like
36924              compiling the MD5 extension, disable it there for now,
36925              from Peter Prymmer.
36926      Branch: perl
36927            ! configure.com
36928 ____________________________________________________________________________
36929 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
36930         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
36931              From: Jonathan Stowe <gellyfish@gellyfish.com>
36932              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
36933              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
36934      Branch: perl
36935            ! pod/perlfaq3.pod
36936 ____________________________________________________________________________
36937 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
36938         Log: Subject: [PATCH 5.6.1] perlxs misprints
36939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36940              Date: Tue, 26 Jun 2001 17:20:00 -0400
36941              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
36942      Branch: perl
36943            ! pod/perlxs.pod
36944 ____________________________________________________________________________
36945 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
36946         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
36947              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36948              Date: Tue, 26 Jun 2001 17:27:07 -0400
36949              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
36950      Branch: perl
36951            ! lib/ExtUtils/MM_Unix.pm
36952 ____________________________________________________________________________
36953 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
36954         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
36955              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36956              Date: Tue, 26 Jun 2001 17:23:24 -0400
36957              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
36958      Branch: perl
36959            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
36960 ____________________________________________________________________________
36961 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
36962         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
36963              by Olaf Flebbe.
36964      Branch: perl
36965            ! perl.h
36966 ____________________________________________________________________________
36967 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
36968         Log: Detypo.
36969      Branch: perl
36970            ! lib/Memoize/t/tie_sdbm.t
36971 ____________________________________________________________________________
36972 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
36973         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
36974      Branch: perl
36975            ! win32/perllib.c
36976 ____________________________________________________________________________
36977 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
36978         Log: Subject: [patch] perl_clone+CvFILE
36979              From: Doug MacEachern <dougm@covalent.net>
36980              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
36981              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
36982      Branch: perl
36983            ! sv.c
36984 ____________________________________________________________________________
36985 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
36986         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
36987              From: Mark-Jason Dominus <mjd@plover.com>
36988              Date: Tue, 26 Jun 2001 12:33:01 -0400
36989              Message-ID: <20010626163301.31298.qmail@plover.com>
36990      Branch: perl
36991            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
36992 ____________________________________________________________________________
36993 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
36994         Log: Update Changes.
36995      Branch: perl
36996            ! Changes patchlevel.h
36997 ____________________________________________________________________________
36998 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
36999         Log: Also catfile() needs now to explicitly exported.
37000      Branch: perl
37001            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
37002 ____________________________________________________________________________
37003 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
37004         Log: Regen toc.
37005      Branch: perl
37006            ! pod/perltoc.pod
37007 ____________________________________________________________________________
37008 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
37009         Log: Nonexistent pod command.
37010      Branch: perl
37011            ! pod/perl572delta.pod
37012 ____________________________________________________________________________
37013 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
37014         Log: Be more portable in the quest for tmpdir.
37015      Branch: perl
37016            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
37017 ____________________________________________________________________________
37018 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
37019         Log: Be more portable in finding out the home directory,
37020              and use File::Spec to do the concat.
37021              (Come to think of it, couldn't File::Spec provide
37022              for a ->homedir method?)
37023      Branch: perl
37024            ! lib/Net/Config.pm
37025 ____________________________________________________________________________
37026 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
37027         Log: Doc patch for #10959.
37028      Branch: perl
37029            ! pod/perlfunc.pod
37030 ____________________________________________________________________________
37031 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
37032         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
37033              From: "Philip Newton" <pnewton@gmx.de>
37034              Date: Tue, 26 Jun 2001 16:26:47 +0200
37035              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
37036      Branch: perl
37037            ! pod/perldata.pod
37038 ____________________________________________________________________________
37039 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
37040         Log: Subject: [PATH] shared -> unique;
37041              From: "Artur Bergman" <artur@contiller.se>
37042              Date: Tue, 26 Jun 2001 16:18:40 +0200
37043              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
37044              
37045              Because "shared" isn't: it's read-only.
37046      Branch: perl
37047            ! toke.c xsutils.c
37048 ____________________________________________________________________________
37049 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
37050         Log: Escape multiline croak messages.
37051      Branch: perl
37052            ! t/op/ver.t
37053 ____________________________________________________________________________
37054 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
37055         Log: No more pragma/*.t for minitest.
37056      Branch: perl
37057            ! Makefile.SH
37058 ____________________________________________________________________________
37059 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
37060         Log: AUTHORS updates.
37061      Branch: perl
37062            ! AUTHORS
37063 ____________________________________________________________________________
37064 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
37065         Log: delta updates.
37066      Branch: perl
37067            ! pod/perl572delta.pod
37068 ____________________________________________________________________________
37069 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
37070         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
37071              From: Artur Bergman <artur@contiller.se> 
37072              Date: Tue, 26 Jun 2001 15:32:53 +0200
37073              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
37074      Branch: perl
37075            ! makedef.pl sv.c sv.h win32/perllib.c
37076 ____________________________________________________________________________
37077 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
37078         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
37079              From: Jonathan Stowe <gellyfish@gellyfish.com>
37080              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
37081              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
37082              
37083              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
37084      Branch: perl
37085            + ext/Time/HiRes/hints/sco.pl
37086            ! MANIFEST
37087 ____________________________________________________________________________
37088 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
37089         Log: Subject: [PATCH 5.6.1] static build
37090              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37091              Date: Tue, 26 Jun 2001 04:22:25 -0400
37092              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
37093      Branch: perl
37094            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
37095            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
37096 ____________________________________________________________________________
37097 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
37098         Log: DJGPP patches from Laszlo Molnar.
37099      Branch: perl
37100            ! djgpp/djgpp.c perl.c util.c
37101 ____________________________________________________________________________
37102 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
37103         Log: Netware patches from Ananth Kesari.
37104      Branch: perl
37105            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
37106            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
37107            ! NetWare/nwtinfo.h
37108 ____________________________________________________________________________
37109 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
37110         Log: Detypo.
37111      Branch: perl
37112            ! ext/Errno/Errno_pm.PL
37113 ____________________________________________________________________________
37114 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
37115         Log: There seems to be two ways of spelling the $^O in *STEP.
37116      Branch: perl
37117            ! ext/Errno/Errno_pm.PL
37118 ____________________________________________________________________________
37119 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
37120         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
37121              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
37122      Branch: perl
37123            ! ext/Errno/Errno_pm.PL
37124 ____________________________________________________________________________
37125 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
37126         Log: Known bugs update.
37127      Branch: perl
37128            ! pod/perl572delta.pod
37129 ____________________________________________________________________________
37130 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
37131         Log: The default installation of Cygwin has 500 as root's uid.
37132      Branch: perl
37133            ! lib/User/pwent.t
37134 ____________________________________________________________________________
37135 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
37136         Log: Be even more relaxed (re-allow having only one entry).
37137      Branch: perl
37138            ! t/op/grent.t t/op/pwent.t
37139 ____________________________________________________________________________
37140 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
37141         Log: Test failure updates.
37142      Branch: perl
37143            ! pod/perl572delta.pod
37144 ____________________________________________________________________________
37145 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
37146         Log: MPE/iX test tweaks from Mark Bixby.
37147      Branch: perl
37148            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
37149            ! t/io/fs.t t/op/stat.t
37150 ____________________________________________________________________________
37151 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
37152         Log: Microperl findings.
37153      Branch: perl
37154            ! perl.h pp_sys.c
37155 ____________________________________________________________________________
37156 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
37157         Log: Touch uconfig.h.
37158      Branch: perl
37159            ! uconfig.h
37160 ____________________________________________________________________________
37161 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
37162         Log: Subject: [PATCH] Proposed fix for Pod::Man
37163              From: Rob Napier <rnapier@employees.org>
37164              Date: Mon, 25 Jun 2001 15:49:24 -0400
37165              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
37166              
37167              Cater for Solaris nroff brokenness (shortchanges daisywheel
37168              printers, but hey, we also no more support PDPs.)
37169      Branch: perl
37170            ! lib/Pod/Man.pm
37171 ____________________________________________________________________________
37172 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
37173         Log: Typo in #10937.
37174      Branch: perl
37175            ! ext/POSIX/sigaction.t
37176 ____________________________________________________________________________
37177 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
37178         Log: SIGCONT not trappable in VMS.
37179      Branch: perl
37180            ! ext/POSIX/sigaction.t
37181 ____________________________________________________________________________
37182 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
37183         Log: Subject: [DRAFT] Encode-Tcl.t
37184              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37185              Date: Tue, 26 Jun 2001 03:38:08 +0900
37186              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
37187      Branch: perl
37188            + ext/Encode/Encode/Tcl.t
37189            ! MANIFEST ext/Encode/Encode/Tcl.pm
37190 ____________________________________________________________________________
37191 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
37192         Log: Because of #10932 retract also the perlfunc hunk of #10910.
37193      Branch: perl
37194            ! pod/perlfunc.pod
37195 ____________________________________________________________________________
37196 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
37197         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
37198              by Ilya Zakharevich in
37199              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
37200      Branch: perl
37201            ! XSUB.h
37202 ____________________________________________________________________________
37203 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
37204         Log: Typo in #10889.
37205      Branch: perl
37206            ! hints/uts.sh
37207 ____________________________________________________________________________
37208 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
37209         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
37210              From: Abhijit Menon-Sen <ams@wiw.org>
37211              Date: Mon, 25 Jun 2001 23:45:45 +0530
37212              Message-ID: <20010625234545.A5022@lustre.linux.in>
37213      Branch: perl
37214            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
37215 ____________________________________________________________________________
37216 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
37217         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
37218              From: Michael G Schwern <schwern@pobox.com>
37219              Date: Mon, 25 Jun 2001 14:35:51 -0400
37220              Message-ID: <20010625143551.H13819@blackrider>
37221      Branch: perl
37222            ! lib/Test.pm
37223 ____________________________________________________________________________
37224 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
37225         Log: Update Changes.
37226      Branch: perl
37227            ! Changes patchlevel.h
37228 ____________________________________________________________________________
37229 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
37230         Log: Regen toc and modlib.
37231      Branch: perl
37232            ! pod/perlmodlib.pod pod/perltoc.pod
37233 ____________________________________________________________________________
37234 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
37235         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
37236              for the benefit of C++ compilers, as suggested by Guruprasad.
37237      Branch: perl
37238            ! embed.pl proto.h
37239 ____________________________________________________________________________
37240 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
37241         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
37242              From: Jonathan Stowe <gellyfish@gellyfish.com>
37243              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
37244              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
37245      Branch: perl
37246            ! pod/perlfaq5.pod
37247 ____________________________________________________________________________
37248 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
37249         Log: Missed from #10925.
37250      Branch: perl
37251            ! gv.c
37252 ____________________________________________________________________________
37253 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
37254         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
37255              From: Robin Houston <robin@kitsite.com>
37256              Date: Sat, 19 May 2001 16:19:34 +0100
37257              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
37258      Branch: perl
37259            ! cv.h gv.h op.c
37260 ____________________________________________________________________________
37261 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
37262         Log: Netware README tweak.
37263      Branch: perl
37264            ! README.netware
37265 ____________________________________________________________________________
37266 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
37267         Log: Subject: [PATCH] Re: overload.t fails
37268              From: Abhijit Menon-Sen <ams@wiw.org>
37269              Date: Mon, 25 Jun 2001 14:52:20 +0530
37270              Message-ID: <20010625145220.A24114@lustre.linux.in>
37271      Branch: perl
37272            ! lib/overload.t
37273 ____________________________________________________________________________
37274 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
37275         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
37276              From: Mike Guy <mjtg@cam.ac.uk>
37277              Date: Mon, 25 Jun 2001 11:43:23 +0100
37278              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
37279      Branch: perl
37280            ! lib/Carp.pm
37281 ____________________________________________________________________________
37282 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
37283         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
37284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37285              Date: Sun, 24 Jun 2001 05:17:05 -0400
37286              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
37287      Branch: perl
37288            ! os2/os2ish.h
37289 ____________________________________________________________________________
37290 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
37291         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
37292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37293              Date: Mon, 25 Jun 2001 05:52:27 -0400
37294              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
37295      Branch: perl
37296            ! hints/os2.sh
37297 ____________________________________________________________________________
37298 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
37299         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
37300              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37301              Date: Mon, 25 Jun 2001 05:23:35 -0400
37302              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
37303      Branch: perl
37304            ! os2/os2.c
37305 ____________________________________________________________________________
37306 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
37307         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
37308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37309              Date: Mon, 25 Jun 2001 05:04:32 -0400
37310              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
37311      Branch: perl
37312            ! os2/OS2/REXX/DLL/DLL.pm
37313 ____________________________________________________________________________
37314 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
37315         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
37316              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37317              Date: Mon, 25 Jun 2001 05:02:36 -0400
37318              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
37319      Branch: perl
37320            ! mg.c os2/dl_os2.c os2/os2.c
37321 ____________________________________________________________________________
37322 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
37323         Log: Subject: Re: [PATCH 5.6.1] misprints
37324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37325              Date: Mon, 25 Jun 2001 04:50:50 -0400
37326              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
37327      Branch: perl
37328            ! os2/os2.c pp_sys.c
37329 ____________________________________________________________________________
37330 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
37331         Log: Add Test::More and Test::Simple to the delta.
37332      Branch: perl
37333            ! pod/perl572delta.pod
37334 ____________________________________________________________________________
37335 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
37336         Log: Add Test::More, from Michael G Schwern.
37337      Branch: perl
37338            + lib/Test/More.pm lib/Test/More/t/More.t
37339            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
37340            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
37341            + t/lib/Test/More/Catch.pm
37342            ! MANIFEST
37343 ____________________________________________________________________________
37344 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
37345         Log: Add Test::Simple from Michael G Schwern.
37346      Branch: perl
37347            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
37348            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
37349            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
37350            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
37351            + t/lib/Test/Simple/Catch.pm
37352            + t/lib/Test/Simple/sample_tests/death.plx
37353            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
37354            + t/lib/Test/Simple/sample_tests/extras.plx
37355            + t/lib/Test/Simple/sample_tests/five_fail.plx
37356            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
37357            + t/lib/Test/Simple/sample_tests/one_fail.plx
37358            + t/lib/Test/Simple/sample_tests/require.plx
37359            + t/lib/Test/Simple/sample_tests/success.plx
37360            + t/lib/Test/Simple/sample_tests/too_few.plx
37361            + t/lib/Test/Simple/sample_tests/two_fail.plx
37362            ! MANIFEST
37363 ____________________________________________________________________________
37364 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
37365         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
37366              From: "Craig A. Berry" <craigberry@mac.com>
37367              Date: Sun, 24 Jun 2001 23:41:36 -0500
37368              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
37369      Branch: perl
37370            ! pp_sys.c
37371 ____________________________________________________________________________
37372 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
37373         Log: Upgrade to Attribute::Handlers 0.70.
37374      Branch: perl
37375            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
37376            ! MANIFEST lib/Attribute/Handlers.pm
37377 ____________________________________________________________________________
37378 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
37379         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
37380              From: Abhijit Menon-Sen <ams@wiw.org>
37381              Date: Sat, 23 Jun 2001 05:17:44 +0530
37382              Message-ID: <20010623051744.A18583@lustre.linux.in>
37383              
37384              (Can't think of a good place to put tests.)
37385      Branch: perl
37386            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
37387 ____________________________________________________________________________
37388 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
37389         Log: Subject: [PATCH] t/op/pat.t typo fix
37390              From: Richard Soderberg <rs@crystalflame.net>
37391              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
37392              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
37393      Branch: perl
37394            ! t/op/pat.t
37395 ____________________________________________________________________________
37396 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
37397         Log: Move the pack warnings to their own file, as pointed
37398              out by Spider.
37399      Branch: perl
37400            + t/lib/warnings/pp_pack
37401            ! MANIFEST t/lib/warnings/pp
37402 ____________________________________________________________________________
37403 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
37404         Log: Update Changes.
37405      Branch: perl
37406            ! Changes patchlevel.h
37407 ____________________________________________________________________________
37408 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
37409         Log: Partially fix a problem noticed by IRIX compiler:
37410              the initialization of parse_start was bypassed by
37411              several gotos.  Now initialized to zero, which may
37412              not be the best choice.
37413      Branch: perl
37414            ! regcomp.c
37415 ____________________________________________________________________________
37416 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
37417         Log: Relax the group and password tests back to moaning only
37418              if no matches at all are found.  (Even with a small sample
37419              I could find many sites where there are, umm, anomalies in
37420              the said databases.)       
37421      Branch: perl
37422            ! t/op/grent.t t/op/pwent.t
37423 ____________________________________________________________________________
37424 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
37425         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
37426      Branch: perl
37427            ! pp_ctl.c
37428 ____________________________________________________________________________
37429 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
37430         Log: De-cut-and-pasto in #10902.
37431      Branch: perl
37432            ! pp_ctl.c
37433 ____________________________________________________________________________
37434 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
37435         Log: The #10771 didn't take?
37436      Branch: perl
37437            ! pp_ctl.c
37438 ____________________________________________________________________________
37439 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
37440         Log: Undo the filetests part of #10900, under multiplicity
37441              weird errors take place.
37442      Branch: perl
37443            ! pp_sys.c
37444 ____________________________________________________________________________
37445 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
37446         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
37447      Branch: perl
37448            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
37449 ____________________________________________________________________________
37450 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
37451         Log: (Replaced by #10922)
37452              
37453              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
37454              From: Tony Bowden <tony@kasei.com>
37455              Date: Sun, 24 Jun 2001 17:32:40 +0100
37456              Message-ID: <20010624173240.A16293@blackstar.co.uk>
37457              
37458              Document (well, mention) shortmess() and longmess()
37459              to rob people of their fun of reinventing the wheel.
37460      Branch: perl
37461            ! lib/Carp.pm
37462 ____________________________________________________________________________
37463 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
37464         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
37465              From: Brian Jepson <bjepson@oreilly.com>
37466              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
37467              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
37468      Branch: perl
37469            ! pp_sys.c
37470 ____________________________________________________________________________
37471 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
37472         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
37473              From: Robin Barker <rmb1@cise.npl.co.uk> 
37474              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
37475              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
37476      Branch: perl
37477            ! lib/CPAN.pm
37478 ____________________________________________________________________________
37479 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
37480         Log: Memoize patch from mjd.
37481      Branch: perl
37482            ! lib/Memoize/t/tie_storable.t
37483 ____________________________________________________________________________
37484 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
37485         Log: Spec the sv_pvprintify() a bit more.
37486      Branch: perl
37487            ! pod/perltodo.pod
37488 ____________________________________________________________________________
37489 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
37490         Log: Upgrade to Memoize 0.65.
37491      Branch: perl
37492            + lib/Memoize/t/array_confusion.t
37493            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
37494            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
37495            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
37496            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
37497            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
37498            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
37499            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
37500            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
37501            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
37502            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
37503            ! lib/Memoize/t/tie_storable.t
37504 ____________________________________________________________________________
37505 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
37506         Log: Metaconfig unit change for #10892.
37507      Branch: metaconfig
37508            ! U/modified/Options.U
37509 ____________________________________________________________________________
37510 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
37511         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
37512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37513              Date: Sun, 24 Jun 2001 05:24:40 -0400
37514              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
37515      Branch: perl
37516            ! Configure hints/os2.sh
37517 ____________________________________________________________________________
37518 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
37519         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
37520              From: Mike Guy <mjtg@cam.ac.uk>
37521              Date: Sun, 24 Jun 2001 15:28:39 +0100
37522              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
37523              
37524              Fix an ancient (5.002) bug.
37525      Branch: perl
37526            ! lib/Carp/Heavy.pm
37527 ____________________________________________________________________________
37528 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
37529         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
37530              variables.
37531      Branch: perl
37532            ! pp_sys.c
37533 ____________________________________________________________________________
37534 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
37535         Log: Make UTS as per #10888.
37536      Branch: perl
37537            ! hints/uts.sh
37538 ____________________________________________________________________________
37539 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
37540         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
37541      Branch: perl
37542            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
37543            ! mpeix/mpeixish.h perl.h unixish.h
37544 ____________________________________________________________________________
37545 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
37546         Log: AUTHORS update.
37547      Branch: perl
37548            ! AUTHORS
37549 ____________________________________________________________________________
37550 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
37551         Log: Subject: Encode::Tcl for multibyte doesnot work
37552              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37553              Date: Sun, 24 Jun 2001 22:48:21 +0900
37554              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
37555      Branch: perl
37556            ! ext/Encode/Encode/Tcl.pm
37557 ____________________________________________________________________________
37558 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
37559         Log: Subject: [PATCH] Remove tautology in error messages
37560              From: Mike Guy <mjtg@cam.ac.uk>
37561              Date: Sun, 24 Jun 2001 13:31:00 +0100
37562              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
37563      Branch: perl
37564            ! pp_sys.c
37565 ____________________________________________________________________________
37566 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
37567         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
37568      Branch: perl
37569            ! hints/darwin.sh
37570 ____________________________________________________________________________
37571 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
37572         Log: Subject: Re: [PATCH 5.6.1] test suite
37573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37574              Date: Sun, 24 Jun 2001 05:47:05 -0400
37575              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
37576              
37577              Test suite fixes.
37578      Branch: perl
37579            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
37580 ____________________________________________________________________________
37581 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
37582         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
37583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37584              Date: Sun, 24 Jun 2001 05:37:19 -0400
37585              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
37586      Branch: perl
37587            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
37588 ____________________________________________________________________________
37589 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
37590         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
37591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37592              Date: Sun, 24 Jun 2001 05:34:50 -0400
37593              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
37594              
37595              Pacify compiler warnings.
37596      Branch: perl
37597            ! pp_sys.c
37598 ____________________________________________________________________________
37599 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
37600         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
37601              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37602              Date: Sun, 24 Jun 2001 05:21:18 -0400
37603              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
37604              
37605              Enable compression of executables during link time.
37606      Branch: perl
37607            ! hints/os2.sh
37608 ____________________________________________________________________________
37609 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
37610         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
37611              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37612              Date: Sun, 24 Jun 2001 05:15:11 -0400
37613              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
37614              
37615              Add ordinals to the export list for Perl DLL.
37616              (Breaks intra-version DLL compatibility.)
37617      Branch: perl
37618            ! makedef.pl
37619 ____________________________________________________________________________
37620 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
37621         Log: Allow (displaying and) re-editing the Subject in perlbug.
37622              Also abstract the Subject quality control into a function.
37623      Branch: perl
37624            ! utils/perlbug.PL
37625 ____________________________________________________________________________
37626 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
37627         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
37628      Branch: perl
37629            ! utils/perlbug.PL
37630 ____________________________________________________________________________
37631 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
37632         Log: Regen toc and modlib.
37633      Branch: perl
37634            ! pod/perlmodlib.pod pod/perltoc.pod
37635 ____________________________________________________________________________
37636 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
37637         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
37638              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
37639              attribute semantics as much as possible, or 'ntsec' which uses
37640              native NTFS semantics.)  (See also #10877.)
37641      Branch: perl
37642            ! perl.c
37643 ____________________________________________________________________________
37644 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
37645         Log: (Retracted by #11586)
37646              
37647              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
37648      Branch: perl
37649            ! lib/Test/Harness.pm
37650 ____________________________________________________________________________
37651 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
37652         Log: Just zap the -uPerlio.
37653      Branch: perl
37654            ! ext/B/Stash.t
37655 ____________________________________________________________________________
37656 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
37657         Log: Do not test PerlIO if PerlIO not used.
37658      Branch: perl
37659            ! ext/PerlIO/PerlIO.t
37660 ____________________________________________________________________________
37661 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
37662         Log: Regen perlapi.
37663      Branch: perl
37664            ! pod/perlapi.pod
37665 ____________________________________________________________________________
37666 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
37667         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
37668              From: Nicholas Clark <nick@ccl4.org>
37669              Date: Sat, 23 Jun 2001 22:55:47 +0100
37670              Message-ID: <20010623225547.Z98663@plum.flirble.org>
37671      Branch: perl
37672            ! numeric.c
37673 ____________________________________________________________________________
37674 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
37675         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
37676              From: Prymmer/Kahn <pvhp@best.com>
37677              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
37678              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
37679      Branch: perl
37680            ! lib/h2xs.t
37681 ____________________________________________________________________________
37682 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
37683         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
37684              cygwin does not taint cwd, just like win32.
37685      Branch: perl
37686            ! lib/File/Find/taint.t t/op/taint.t
37687 ____________________________________________________________________________
37688 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
37689         Log: Retract #10865, the patch should be unnecessary.
37690              (But seemingly helpful in Cygwin?  Strange.)
37691      Branch: perl
37692            ! lib/Memoize/t/tie_ndbm.t
37693 ____________________________________________________________________________
37694 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
37695         Log: Misplaced test file; plus Cygwin filesystem semantics.
37696      Branch: perl
37697            + ext/SDBM_File/sdbm.t
37698            - ext/ODBM_File/sdbm.t
37699            ! MANIFEST
37700 ____________________________________________________________________________
37701 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
37702         Log: (Retracted by #10867.)
37703      Branch: perl
37704            ! lib/Memoize/t/tie_ndbm.t
37705 ____________________________________________________________________________
37706 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
37707         Log: Metaconfig unit change for #10863.
37708      Branch: metaconfig/U/perl
37709            ! Extensions.U
37710 ____________________________________________________________________________
37711 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
37712         Log: In Cygwin do not build NDBM_File and ODBM_File unless
37713              -lndbm and -ldbm are available.
37714      Branch: perl
37715            ! Configure config_h.SH
37716 ____________________________________________________________________________
37717 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
37718         Log: More Cygwin filesystem semantics.
37719      Branch: perl
37720            ! t/io/fs.t t/op/stat.t
37721 ____________________________________________________________________________
37722 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
37723         Log: More DOSish permission semantics for Cygwin.
37724      Branch: perl
37725            ! lib/AnyDBM_File.t
37726 ____________________________________________________________________________
37727 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
37728         Log: Cygwin too has different permission semantics.
37729      Branch: perl
37730            ! ext/GDBM_File/gdbm.t
37731 ____________________________________________________________________________
37732 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
37733         Log: The group (and assumedly passwd) databases can have
37734              only one entry (this is the case in cygwin).
37735      Branch: perl
37736            ! t/op/grent.t t/op/pwent.t
37737 ____________________________________________________________________________
37738 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
37739         Log: Also in Cygwin use Socket to figure out domainname
37740              (if any) (avoids trying to call external 'domainname',
37741              which doesn't at the moment exist in Cygwin)
37742      Branch: perl
37743            ! lib/Net/Domain.pm
37744 ____________________________________________________________________________
37745 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
37746         Log: Remove also the lib$Foo.def, not just $Foo.def.
37747      Branch: perl
37748            ! lib/ExtUtils/MM_Unix.pm
37749 ____________________________________________________________________________
37750 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
37751         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
37752      Branch: perl
37753            ! unixish.h
37754 ____________________________________________________________________________
37755 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
37756         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
37757              to match the whole isprint(), only the space character.
37758      Branch: perl
37759            ! handy.h pod/perlre.pod t/op/pat.t
37760 ____________________________________________________________________________
37761 [ 10854] By: nick                                  on 2001/06/23  08:09:33
37762         Log: Integrate mainline
37763      Branch: perlio
37764           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
37765           !> lib/ExtUtils.t lib/File/Find/taint.t
37766           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
37767           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
37768           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
37769 ____________________________________________________________________________
37770 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
37771         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
37772              with its floats    in os390 and s390 (UTS).
37773      Branch: perl
37774            ! lib/Math/BigInt/t/bigintpm.t
37775 ____________________________________________________________________________
37776 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
37777         Log: Add also UTS (s390) to the non-IEEE float platforms.
37778      Branch: perl
37779            ! t/op/sprintf.t
37780 ____________________________________________________________________________
37781 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
37782         Log: Subject: RFC: what are applicable standards for exponent sizes?
37783              From: Peter Prymmer <pvhp@forte.com>
37784              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
37785              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
37786      Branch: perl
37787            ! t/op/sprintf.t
37788 ____________________________________________________________________________
37789 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
37790         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
37791              From: Peter Prymmer <pvhp@forte.com>
37792              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
37793              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
37794      Branch: perl
37795            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
37796 ____________________________________________________________________________
37797 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
37798         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
37799              From: Peter Prymmer <pvhp@forte.com>
37800              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
37801              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
37802      Branch: perl
37803            ! lib/ExtUtils.t
37804 ____________________________________________________________________________
37805 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
37806         Log: Retract #10845.
37807      Branch: perl
37808            ! lib/File/Find/taint.t
37809 ____________________________________________________________________________
37810 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
37811         Log: Yet another error message.
37812      Branch: perl
37813            ! t/op/mkdir.t
37814 ____________________________________________________________________________
37815 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
37816         Log: The croak message for nonexistent socket functions may vary.
37817      Branch: perl
37818            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
37819 ____________________________________________________________________________
37820 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
37821         Log: (Retracted by #10848.)
37822      Branch: perl
37823            ! lib/File/Find/taint.t
37824 ____________________________________________________________________________
37825 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
37826         Log: Integrate perlio.
37827      Branch: perl
37828           !> lib/File/Find/taint.t t/op/write.t
37829 ____________________________________________________________________________
37830 [ 10843] By: nick                                  on 2001/06/22  21:24:51
37831         Log: Back out debug in taint.t
37832      Branch: perlio
37833            ! lib/File/Find/taint.t
37834 ____________________________________________________________________________
37835 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
37836         Log: setitimer() does not exist in Unicos, despite of what
37837              Configure thinks, from Mark P. Lutz.
37838      Branch: perl
37839            ! hints/unicos.sh
37840 ____________________________________________________________________________
37841 [ 10841] By: nick                                  on 2001/06/22  21:19:36
37842         Log: Skip cwd test on Win32 ???
37843      Branch: perlio
37844            ! lib/File/Find/taint.t
37845 ____________________________________________________________________________
37846 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
37847         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
37848              and Tru64 gcc -Wall happy.
37849      Branch: perl
37850            ! mg.c
37851 ____________________________________________________________________________
37852 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
37853         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
37854      Branch: perl
37855            ! ext/IPC/SysV/Semaphore.pm
37856 ____________________________________________________________________________
37857 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
37858         Log: Metaconfig unit change for #10837.
37859      Branch: metaconfig/U/perl
37860            ! Cross.U
37861 ____________________________________________________________________________
37862 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
37863         Log: Cleanup of the cross-compilation unit.
37864      Branch: perl
37865            ! Configure
37866 ____________________________________________________________________________
37867 [ 10836] By: nick                                  on 2001/06/22  20:45:12
37868         Log: Skip |- based op/write.t on Win32 as well as VMS
37869      Branch: perlio
37870            ! t/op/write.t
37871 ____________________________________________________________________________
37872 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
37873         Log: Integrate perlio.
37874      Branch: perl
37875           !> util.c
37876 ____________________________________________________________________________
37877 [ 10834] By: nick                                  on 2001/06/22  20:41:54
37878         Log: Integrate mainline
37879      Branch: perlio
37880           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37881           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
37882           !> vos/config.ga.h
37883 ____________________________________________________________________________
37884 [ 10833] By: nick                                  on 2001/06/22  20:22:58
37885         Log: Patcho fix.
37886      Branch: perlio
37887            ! util.c
37888 ____________________________________________________________________________
37889 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
37890         Log: Metaconfig unit changes for #10831.
37891      Branch: metaconfig
37892            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
37893 ____________________________________________________________________________
37894 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
37895         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
37896              From: Andy Dougherty <doughera@lafayette.edu>
37897              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
37898              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
37899      Branch: perl
37900            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37901            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
37902 ____________________________________________________________________________
37903 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
37904         Log: MPE/iX prototype nits from Mark Bixby.
37905      Branch: perl
37906            ! pp_sys.c
37907 ____________________________________________________________________________
37908 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
37909         Log: Detypo.
37910      Branch: perl
37911            ! util.c
37912 ____________________________________________________________________________
37913 [ 10828] By: nick                                  on 2001/06/22  15:33:37
37914         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
37915      Branch: perlio
37916           +> lib/h2xs.t
37917           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
37918           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
37919           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
37920           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
37921           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
37922           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
37923           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
37924           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
37925           !> vms/vmsish.h
37926 ____________________________________________________________________________
37927 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
37928         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
37929              Date: Fri, 22 Jun 2001 10:08:35 -0500
37930              From: "Craig A. Berry" <craigberry@mac.com>
37931              Message-Id: <a05101001b75908704194@[192.168.56.145]>
37932      Branch: perl
37933            ! vms/vms.c vms/vmsish.h
37934 ____________________________________________________________________________
37935 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
37936         Log: NetWare scripts tweak from Ananth Kesari.
37937      Branch: perl
37938            ! NetWare/t/NWScripts.pl
37939 ____________________________________________________________________________
37940 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
37941         Log: Update Changes.
37942      Branch: perl
37943            ! Changes patchlevel.h
37944 ____________________________________________________________________________
37945 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
37946         Log: Add .i and .s targets.
37947      Branch: perl
37948            ! Makefile.SH
37949 ____________________________________________________________________________
37950 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
37951         Log: Upgrade to Locale::Maketext 1.03.
37952      Branch: perl
37953            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
37954            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
37955 ____________________________________________________________________________
37956 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
37957         Log: Upgrade to I18N::LangTags 0.26.
37958      Branch: perl
37959            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
37960            ! lib/I18N/LangTags/test.pl
37961 ____________________________________________________________________________
37962 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
37963         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
37964              Philip Newton.
37965      Branch: perl
37966            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
37967            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37968 ____________________________________________________________________________
37969 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
37970         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
37971              From: Prymmer/Kahn <pvhp@best.com>
37972              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
37973              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
37974      Branch: perl
37975            + lib/h2xs.t
37976            ! MANIFEST utils/h2xs.PL
37977 ____________________________________________________________________________
37978 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
37979         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
37980              From: Prymmer/Kahn <pvhp@best.com>
37981              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
37982              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
37983      Branch: perl
37984            ! lib/ExtUtils.t
37985 ____________________________________________________________________________
37986 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
37987         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
37988              From: Prymmer/Kahn <pvhp@best.com>
37989              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
37990              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
37991      Branch: perl
37992            ! t/pod/plainer.t
37993 ____________________________________________________________________________
37994 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
37995         Log: AUTHORS update.
37996      Branch: perl
37997            ! AUTHORS
37998 ____________________________________________________________________________
37999 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
38000         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
38001              From: "Craig A. Berry" <craigberry@mac.com>
38002              Date: Thu, 21 Jun 2001 18:20:38 -0500
38003              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
38004      Branch: perl
38005            ! ext/POSIX/POSIX.xs
38006 ____________________________________________________________________________
38007 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
38008         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
38009              From: "Craig A. Berry" <craigberry@mac.com>
38010              Date: Thu, 21 Jun 2001 09:58:52 -0500
38011              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
38012      Branch: perl
38013            ! ext/B/Deparse.t t/op/write.t
38014 ____________________________________________________________________________
38015 [ 10814] By: nick                                  on 2001/06/22  08:13:09
38016         Log: Integrate mainline.
38017      Branch: perlio
38018           !> (integrate 46 files)
38019 ____________________________________________________________________________
38020 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
38021         Log: Change the prefixes only if $prefix is unset,
38022              as originally patched by Marcel Grunauer.
38023      Branch: perl
38024            ! hints/darwin.sh hints/rhapsody.sh
38025 ____________________________________________________________________________
38026 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
38027         Log: Subject: Re: Patch for hints/darwin.sh
38028              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
38029              Date: Thu, 21 Jun 2001 11:23:46 -0700
38030              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
38031      Branch: perl
38032            ! hints/darwin.sh hints/rhapsody.sh
38033 ____________________________________________________________________________
38034 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
38035         Log: Add .PHONY targets for non-file targets,
38036              from Wilfredo Sánchez.  Should help saying
38037              "make install" on case-insensitive filesystems.
38038      Branch: perl
38039            ! Makefile.SH
38040 ____________________________________________________________________________
38041 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
38042         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
38043              From: Doug MacEachern <dougm@covalent.net>
38044              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
38045              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
38046              
38047              plus reword the getcwd() comment, plus use getcwd() buffer
38048              size minus one.
38049      Branch: perl
38050            ! util.c
38051 ____________________________________________________________________________
38052 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
38053         Log: More gprofing from Doug MacEachern.
38054      Branch: perl
38055            ! Makefile.SH
38056 ____________________________________________________________________________
38057 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
38058         Log: Metaconfig unit change for #10807.
38059      Branch: metaconfig/U/perl
38060            ! d_sfio.U
38061 ____________________________________________________________________________
38062 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
38063         Log: Tell that you are removing the unneeded -lsfio.
38064      Branch: perl
38065            ! Configure
38066 ____________________________________________________________________________
38067 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
38068         Log: More MPE/iX tweaks from Mark Bixby.
38069      Branch: perl
38070            ! perl.c t/op/magic.t
38071 ____________________________________________________________________________
38072 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
38073         Log: The fchdir() proto is supposed to live in <unistd.h>.
38074      Branch: perl
38075            ! ext/Cwd/Cwd.xs
38076 ____________________________________________________________________________
38077 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
38078         Log: This town is too small for the Cwd extension and me,
38079              it would seem...
38080      Branch: perl
38081            ! ext/Cwd/Cwd.xs
38082 ____________________________________________________________________________
38083 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
38084         Log: Metaconfig unit change for #10802.
38085      Branch: metaconfig/U/perl
38086            ! d_modfl.U
38087 ____________________________________________________________________________
38088 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
38089         Log: More d'ohs.
38090      Branch: perl
38091            ! Configure
38092 ____________________________________________________________________________
38093 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
38094         Log: Off-by-one.  I'm so classic.
38095      Branch: perl
38096            ! util.c
38097 ____________________________________________________________________________
38098 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
38099         Log: Update Changes.
38100      Branch: perl
38101            ! Changes patchlevel.h
38102 ____________________________________________________________________________
38103 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
38104         Log: Subject: Documentation patch for Net::FTP
38105              From: Marcel Grunauer <marcel@codewerk.com>
38106              Date: Wed, 20 Jun 2001 23:03:26 +0200
38107              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
38108      Branch: perl
38109            ! lib/Net/FTP.pm
38110 ____________________________________________________________________________
38111 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
38112         Log: Retract the #10417 mg.c and embed.pl parts because of
38113              strange SEGVs in 64bit x86 FreeBSD observed by
38114              Nicholas Clark.
38115      Branch: perl
38116            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
38117 ____________________________________________________________________________
38118 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
38119         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
38120      Branch: perl
38121            ! Configure NetWare/config.wc NetWare/config_H.wc
38122            ! Porting/Glossary Porting/config.sh Porting/config_H
38123            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
38124            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38125            ! vos/config.ga.h win32/config.bc win32/config.gc
38126            ! win32/config.vc win32/config_H.bc win32/config_H.gc
38127            ! win32/config_H.vc
38128 ____________________________________________________________________________
38129 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
38130         Log: Cwd tweak from Doug MacEachern.
38131      Branch: perl
38132            ! ext/Cwd/Cwd.xs
38133 ____________________________________________________________________________
38134 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
38135         Log: Protect the fchdir() and lstat() with ifdefs.
38136              fchdir() needs a Configure probe.
38137      Branch: perl
38138            ! ext/Cwd/Cwd.xs
38139 ____________________________________________________________________________
38140 [ 10794] By: nick                                  on 2001/06/21  17:11:35
38141         Log: Integrate mainline
38142      Branch: perlio
38143           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
38144           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
38145           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
38146           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
38147           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
38148           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
38149           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
38150           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
38151            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
38152            - lib/File/Glob/case.t lib/File/Glob/global.t
38153            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
38154            - lib/File/Temp/posix.t lib/File/Temp/security.t
38155            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
38156            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
38157            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
38158            - lib/Text/Wrap/wrap.t
38159           !> (integrate 41 files)
38160 ____________________________________________________________________________
38161 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
38162         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
38163              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
38164              Date: Thu, 21 Jun 2001 13:04:54 -0500
38165              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
38166      Branch: perl
38167            ! ext/Cwd/Cwd.xs
38168 ____________________________________________________________________________
38169 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
38170         Log: Subject: [PATCH pod] overlong =item
38171              From: Robin Barker <rmb1@cise.npl.co.uk>
38172              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
38173              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
38174      Branch: perl
38175            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
38176            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
38177 ____________________________________________________________________________
38178 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
38179         Log: Subject: [PATCH perlio.c] format 
38180              From: Robin Barker <rmb1@cise.npl.co.uk>
38181              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
38182              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
38183      Branch: perl
38184            ! perlio.c
38185 ____________________________________________________________________________
38186 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
38187         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
38188              From: Radu Greab <radu@netsoft.ro>
38189              Date: Thu, 21 Jun 2001 19:06:02 +0300
38190              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
38191      Branch: perl
38192            ! pod/perlapi.pod sv.c
38193 ____________________________________________________________________________
38194 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
38195         Log: The metaconfig unit changes for #10788.
38196      Branch: metaconfig/U/perl
38197            ! Cross.U fflushall.U
38198 ____________________________________________________________________________
38199 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
38200         Log: Cross-configuration changes: make $from to rm the files
38201              before copying them over (this means that he rm can be
38202              removed from the fflushall test), create $targetmkdir      
38203              (not documented in install since it is supposed to internal
38204              use only), make $run to copy over the executable only if
38205              a stamp file .xok doesn't already exist (to avoid unnecessary
38206              copying of the executable)
38207      Branch: perl
38208            ! Configure Makefile.SH
38209 ____________________________________________________________________________
38210 [ 10787] By: nick                                  on 2001/06/21  14:16:18
38211         Log: Integrate mainline
38212      Branch: perlio
38213           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
38214           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
38215           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
38216            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
38217           !> (integrate 34 files)
38218 ____________________________________________________________________________
38219 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
38220         Log: Re-add the files as text.
38221      Branch: perl
38222            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
38223 ____________________________________________________________________________
38224 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
38225         Log: Delete the binary files.
38226      Branch: perl
38227            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
38228 ____________________________________________________________________________
38229 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
38230         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
38231              From: Andy Dougherty <doughera@lafayette.edu>
38232              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
38233              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
38234      Branch: perl
38235            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
38236            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
38237            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
38238            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
38239 ____________________________________________________________________________
38240 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
38241         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
38242              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
38243              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
38244              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
38245              
38246              Setting umask to something friendlier.
38247      Branch: perl
38248            ! installman installperl
38249 ____________________________________________________________________________
38250 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
38251         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
38252              Resort MANIFEST with sort -f, looks much better.
38253      Branch: perl
38254            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
38255            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
38256            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
38257            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
38258            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
38259            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
38260            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
38261            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
38262            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
38263            - lib/File/Glob/case.t lib/File/Glob/global.t
38264            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
38265            - lib/File/Temp/posix.t lib/File/Temp/security.t
38266            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
38267            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
38268            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
38269            - lib/Text/Wrap/wrap.t
38270            ! MANIFEST
38271 ____________________________________________________________________________
38272 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
38273         Log: Upgrade to I18N::LangTags 0.25.
38274      Branch: perl
38275            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
38276            ! lib/I18N/LangTags/List.pm
38277 ____________________________________________________________________________
38278 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
38279         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
38280              From: Richard Soderberg <rs@crystalflame.net>
38281              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
38282              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
38283      Branch: perl
38284            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
38285            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
38286 ____________________________________________________________________________
38287 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
38288         Log: Test obsoleted by change #10777.
38289      Branch: perl
38290            ! t/op/sub_lval.t
38291 ____________________________________________________________________________
38292 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
38293         Log: Case of confused test numbering.
38294      Branch: perl
38295            ! t/op/pat.t
38296 ____________________________________________________________________________
38297 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
38298         Log: Subject: Re: Opinion on undef lvalue
38299              From: Abhijit Menon-Sen <ams@wiw.org>
38300              Date: Sun, 17 Jun 2001 13:04:46 +0530
38301              Message-ID: <20010617130446.B27925@lustre.linux.in>
38302              
38303              Allow lvalue subs to return undef in array context.
38304      Branch: perl
38305            ! pp_hot.c
38306 ____________________________________________________________________________
38307 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
38308         Log: Just a guess that using the same hack for cygwin as
38309              for win32 might help.
38310      Branch: perl
38311            ! lib/File/Find/find.t
38312 ____________________________________________________________________________
38313 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
38314         Log: NetWare tweaks from Guruprasad.
38315      Branch: perl
38316            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
38317            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
38318            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
38319            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
38320 ____________________________________________________________________________
38321 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
38322         Log: Subject: Re: perl@10722: Bogus warnings on REs 
38323              From: Hugo <hv@crypt.compulink.co.uk>
38324              Date: Thu, 21 Jun 2001 09:51:17 +0100
38325              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
38326              
38327              Unroll to avoid a UTS compiler bug.
38328      Branch: perl
38329            ! regcomp.c
38330 ____________________________________________________________________________
38331 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
38332         Log: Subject: Re: [PATCH] Make /o work under i?threads
38333              From: Artur Bergman <artur@contiller.se>
38334              Date: Thu, 21 Jun 2001 14:38:03 +0200
38335              Message-ID: <B757B74A.184D%artur@contiller.se>
38336      Branch: perl
38337            ! t/op/pat.t
38338 ____________________________________________________________________________
38339 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
38340         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
38341              From: Artur Bergman <artur@contiller.se> 
38342              Date: Thu, 21 Jun 2001 14:27:33 +0200
38343              Message-ID: <B757B4D4.1849%artur@contiller.se>
38344              
38345              Plus extra parentheses.
38346      Branch: perl
38347            ! op.h
38348 ____________________________________________________________________________
38349 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
38350         Log: Subject: [PATCH] Make /o work under i?threads
38351              From: Richard Soderberg <rs@crystalflame.net>
38352              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
38353              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
38354      Branch: perl
38355            ! pp_ctl.c
38356 ____________________________________________________________________________
38357 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
38358         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
38359              From: Artur Bergman <artur@contiller.se>
38360              Date: Thu, 21 Jun 2001 14:04:54 +0200
38361              Message-ID: <B757AF86.1842%artur@contiller.se>
38362      Branch: perl
38363            ! op.h
38364 ____________________________________________________________________________
38365 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
38366         Log: Subject: Re: perl@10765: sv.c not OK on win32
38367              From: Artur Bergman <artur@contiller.se>
38368              Date: Thu, 21 Jun 2001 10:31:06 +0200
38369              Message-ID: <B7577D69.182C%artur@contiller.se>
38370      Branch: perl
38371            ! sv.c
38372 ____________________________________________________________________________
38373 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
38374         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
38375              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38376              Date: Thu, 21 Jun 2001 06:23:56 -0400
38377              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
38378              
38379              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
38380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38381              Date: Thu, 21 Jun 2001 06:32:21 -0400
38382              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
38383      Branch: perl
38384            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
38385 ____________________________________________________________________________
38386 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
38387         Log: Subject: [PATCH] make syslog test more verbose
38388              From: Robert Spier <rspier@pobox.com>
38389              Date: Thu, 21 Jun 2001 00:54:32 -0400
38390              Message-ID: <15153.32264.295807.333073@rls.cx>
38391      Branch: perl
38392            ! ext/Sys/Syslog/syslog.t
38393 ____________________________________________________________________________
38394 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
38395         Log: Subject: op/study.t refinements
38396              From: Hugo <hv@crypt.compulink.co.uk>
38397              Date: Thu, 21 Jun 2001 00:29:07 +0100
38398              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
38399      Branch: perl
38400            ! t/op/study.t
38401 ____________________________________________________________________________
38402 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
38403         Log: Update Changes.
38404      Branch: perl
38405            ! Changes patchlevel.h
38406 ____________________________________________________________________________
38407 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
38408         Log: Subject: Re: [PATCH] djgpp updates
38409              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
38410              Date: Wed, 20 Jun 2001 10:05:15 +0200
38411              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
38412      Branch: perl
38413            ! djgpp/config.over
38414 ____________________________________________________________________________
38415 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
38416         Log: Fix for ID 20010619.002 "When building hash, hash keys that
38417              are function calls are not being called", from Abhijit.
38418      Branch: perl
38419            ! t/base/lex.t toke.c
38420 ____________________________________________________________________________
38421 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
38422         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
38423      Branch: perl
38424            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
38425            + lib/Locale/Maketext/test.pl
38426            - lib/Locale/Maketext.t
38427            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
38428            ! lib/Locale/Maketext/TPJ13.pod
38429 ____________________________________________________________________________
38430 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
38431         Log: Metaconfig unit change for #10760.
38432      Branch: metaconfig
38433            ! U/modified/Cppsym.U
38434 ____________________________________________________________________________
38435 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
38436         Log: Do not remove the ccsym* Cppsym* files since
38437              they are useful for metaconfig units coming after us.
38438              (This is the Configure nit mentioned in #10752.)
38439      Branch: perl
38440            ! Configure
38441 ____________________________________________________________________________
38442 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
38443         Log: Update to I18N::LangTags 0.24, from Sean Burke.
38444      Branch: perl
38445            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
38446            + lib/I18N/LangTags/README
38447            - lib/I18N/LangTags/List.pod
38448            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
38449 ____________________________________________________________________________
38450 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
38451         Log: Regen headers.
38452      Branch: perl
38453            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
38454            ! pod/perlapi.pod proto.h
38455 ____________________________________________________________________________
38456 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
38457         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
38458              From: Artur Bergman <artur@contiller.se>
38459              Date: Wed, 20 Jun 2001 11:31:32 +0200
38460              Message-ID: <B7563A14.17D8%artur@contiller.se>
38461      Branch: perl
38462            ! embed.pl hv.c intrpvar.h sv.c sv.h
38463 ____________________________________________________________________________
38464 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
38465         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
38466              From: Tim Sweetman <tim@aldigital.co.uk> 
38467              Date: Wed, 13 Jun 2001 14:25:17 +0100 
38468              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
38469      Branch: perl
38470            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
38471 ____________________________________________________________________________
38472 [ 10755] By: nick                                  on 2001/06/20  16:12:37
38473         Log: Integrate mainline
38474      Branch: perlio
38475           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
38476           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
38477           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
38478           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
38479           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
38480           !> t/op/study.t util.c
38481 ____________________________________________________________________________
38482 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
38483         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
38484              but not Makefile)
38485      Branch: maint-5.6/perl
38486            ! win32/Makefile
38487 ____________________________________________________________________________
38488 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
38489         Log: Security tweak on readlink().
38490      Branch: perl
38491            ! pp_sys.c
38492 ____________________________________________________________________________
38493 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
38494         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
38495      Branch: perl
38496            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
38497            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
38498            ! mpeix/relink t/op/pwent.t
38499 ____________________________________________________________________________
38500 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
38501         Log: Reinstate #10725 (with probe for alarm()).
38502      Branch: perl
38503            ! t/op/study.t
38504 ____________________________________________________________________________
38505 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
38506         Log: Replace our implementation of realpath() with OpenBSD's
38507              (src/lib/libc/stdlib/realpath.c 1.4).
38508      Branch: perl
38509            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
38510            ! pod/perldiag.pod proto.h util.c
38511 ____________________________________________________________________________
38512 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
38513         Log: Integrate perlio.
38514      Branch: perl
38515           !> perlio.c
38516 ____________________________________________________________________________
38517 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
38518         Log: No point in going into memory-saving contortions
38519              with getcwd() since there's a danger of buffer overflow.
38520              Also make the POSIX extension to use sv_getcwd().
38521              Finally, a missed proto.h fragment.
38522      Branch: perl
38523            ! ext/POSIX/POSIX.xs proto.h util.c
38524 ____________________________________________________________________________
38525 [ 10747] By: nick                                  on 2001/06/20  12:38:26
38526         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
38527      Branch: perlio
38528            ! perlio.c
38529 ____________________________________________________________________________
38530 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
38531         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
38532              From: Graham Barr <gbarr@pobox.com>
38533              Date: Wed, 20 Jun 2001 11:05:49 +0100
38534              Message-ID: <20010620110549.I19188@pobox.com>
38535              
38536              reported in        
38537              
38538              Subject: Bug in IO::Socket::INET module (repeat)
38539              From: "Harmon S. Nine" <hnine@netarx.com>
38540              Date: Tue, 19 Jun 2001 09:41:35 -0400
38541              Message-ID: <3B2F568F.8080605@netarx.com>
38542              
38543              The bug was that the IO::Socket::INET constructor
38544              did not allow a 'LocalPort' of 0.
38545      Branch: perl
38546            ! ext/IO/lib/IO/Socket/INET.pm
38547 ____________________________________________________________________________
38548 [ 10745] By: nick                                  on 2001/06/20  08:56:39
38549         Log: Integrate mainline.
38550      Branch: perlio
38551           !> (integrate 37 files)
38552 ____________________________________________________________________________
38553 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
38554         Log: After some reading I don't think we can blindly
38555              use systems' realpath().  Too many security problems,
38556              too many buggy implementations.
38557              
38558              TODO: the realpath() emulation code in util.c doesn't
38559              seem fully operational?  (readlink(), for example?)
38560      Branch: perl
38561            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
38562            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
38563            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
38564            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
38565            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
38566            ! win32/config_H.gc win32/config_H.vc
38567 ____________________________________________________________________________
38568 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
38569         Log: Metaconfig unit change for #10738.
38570      Branch: metaconfig
38571            ! U/compline/d_gconvert.U
38572 ____________________________________________________________________________
38573 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
38574         Log: Integrate change #10739 from maintperl:
38575              
38576              C<eval "/x$\r\n/x"> fails to compile correctly 
38577      Branch: perl
38578           !> t/op/pat.t toke.c
38579 ____________________________________________________________________________
38580 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
38581         Log: Retract #10725 (Hugo asked NOT to apply the patch)
38582      Branch: perl
38583            ! t/op/study.t
38584 ____________________________________________________________________________
38585 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
38586         Log: The test.third results were funnily named because of the
38587              new test scheme.
38588      Branch: perl
38589            ! t/TEST
38590 ____________________________________________________________________________
38591 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
38592         Log: C<eval "/x$\r\n/x"> fails to compile correctly
38593      Branch: maint-5.6/perl
38594            ! t/op/pat.t toke.c
38595 ____________________________________________________________________________
38596 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
38597         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
38598              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38599              Date: Tue, 19 Jun 2001 19:15:40 -0400
38600              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
38601              
38602              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
38603              because "1e+129" being expected but "1.e+129" being returned.
38604              The culprit (at least in Tru64) is the use of gcvt().
38605      Branch: perl
38606            ! Configure
38607 ____________________________________________________________________________
38608 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
38609         Log: Subject: [PATCH perl@10722] test hunting on VMS
38610              From: "Craig A. Berry" <craigberry@mac.com>
38611              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
38612              Date: Tue, 19 Jun 2001 18:59:01 -0500
38613      Branch: perl
38614            ! vms/test.com
38615 ____________________________________________________________________________
38616 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
38617         Log: Subject: [PATCH] s/typos//
38618              From: Abhijit Menon-Sen <ams@wiw.org>
38619              Date: Wed, 20 Jun 2001 02:15:02 +0530
38620              Message-ID: <20010620021502.A14541@lustre.linux.in>
38621              
38622              Without the op.h s/bearword/bareword/ hunk, see
38623              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
38624      Branch: perl
38625            ! util.c
38626 ____________________________________________________________________________
38627 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
38628         Log: Metaconfig unit change for #10732 and #10733.
38629      Branch: metaconfig/U/perl
38630            ! fflushall.U
38631 ____________________________________________________________________________
38632 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
38633         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
38634              From: "Craig A. Berry" <craigberry@mac.com>
38635              Date: Tue, 19 Jun 2001 17:19:48 -0500
38636              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
38637      Branch: perl
38638            ! configure.com vms/descrip_mms.template
38639 ____________________________________________________________________________
38640 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
38641         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
38642              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38643              Date: Tue, 19 Jun 2001 16:48:07 -0400
38644              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
38645              
38646              Further fixes to fflush(NULL) detection.
38647      Branch: perl
38648            ! Configure
38649 ____________________________________________________________________________
38650 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
38651         Log: AIX test -s hangs with non-existent files?
38652              (A genuine logic bug in Configure, but AIX also broken?)
38653      Branch: perl
38654            ! Configure
38655 ____________________________________________________________________________
38656 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
38657         Log: AUTHORS updates.
38658      Branch: perl
38659            ! AUTHORS
38660 ____________________________________________________________________________
38661 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
38662         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
38663              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38664              Date: Tue, 19 Jun 2001 15:33:25 -0400
38665              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
38666      Branch: perl
38667            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
38668            ! t/lib/warnings/pp
38669 ____________________________________________________________________________
38670 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
38671         Log: Integrate perlio.
38672      Branch: perl
38673           !> lib/File/Find/find.t win32/distclean.bat
38674 ____________________________________________________________________________
38675 [ 10728] By: nick                                  on 2001/06/19  18:24:53
38676         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
38677      Branch: perlio
38678            ! lib/File/Find/find.t win32/distclean.bat
38679 ____________________________________________________________________________
38680 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
38681         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
38682              also add information how to find out whether one has PerlIO.
38683      Branch: perl
38684            ! pod/perlfunc.pod
38685 ____________________________________________________________________________
38686 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
38687         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
38688              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38689              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
38690              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
38691      Branch: perl
38692            ! pod/perlfunc.pod
38693 ____________________________________________________________________________
38694 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
38695         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
38696              From: Hugo <hv@crypt.compulink.co.uk>
38697              Date: Tue, 19 Jun 2001 12:37:30 +0100
38698              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
38699      Branch: perl
38700            ! t/op/study.t
38701 ____________________________________________________________________________
38702 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
38703         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
38704              From: Hugo <hv@crypt.compulink.co.uk>
38705              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
38706              Date: Tue, 19 Jun 2001 13:15:17 +0100
38707      Branch: perl
38708            ! util.c
38709 ____________________________________________________________________________
38710 [ 10723] By: nick                                  on 2001/06/19  14:46:15
38711         Log: Integrate mainline
38712      Branch: perlio
38713           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
38714           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
38715           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
38716           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
38717           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
38718           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
38719            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
38720            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
38721            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
38722            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
38723            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
38724            - ext/Thread/unsync4.t
38725           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
38726           !> djgpp/config.over djgpp/fixpmain
38727           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
38728           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
38729           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
38730 ____________________________________________________________________________
38731 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
38732         Log: Update Changes.
38733      Branch: perl
38734            ! Changes patchlevel.h
38735 ____________________________________________________________________________
38736 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
38737         Log: The existence shall be MANIFESted.
38738      Branch: perl
38739            ! MANIFEST
38740 ____________________________________________________________________________
38741 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
38742         Log: The old libnet.cfg is first searched from the current directory,
38743              only then from the module path.
38744      Branch: perl
38745            ! utils/libnetcfg.PL
38746 ____________________________________________________________________________
38747 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
38748         Log: NetWare tweaks from Guruprasad.
38749      Branch: perl
38750            ! NetWare/Makefile NetWare/config.wc
38751 ____________________________________________________________________________
38752 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
38753         Log: Subject: [PATCH] djgpp updates
38754              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
38755              Date: Tue, 19 Jun 2001 10:59:06 +0200
38756              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
38757      Branch: perl
38758            ! djgpp/config.over djgpp/fixpmain
38759 ____________________________________________________________________________
38760 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
38761         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
38762              From: Prymmer/Kahn <pvhp@best.com>
38763              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
38764              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
38765      Branch: perl
38766            ! win32/Makefile
38767 ____________________________________________________________________________
38768 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
38769         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
38770              to happen right after the inclusion of <inttypes.h>,
38771              from Edward Moy.
38772      Branch: perl
38773            ! handy.h perl.h
38774 ____________________________________________________________________________
38775 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
38776         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
38777              From: Doug MacEachern <dougm@covalent.net>
38778              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
38779              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
38780      Branch: perl
38781            ! ext/DynaLoader/DynaLoader_pm.PL
38782 ____________________________________________________________________________
38783 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
38784         Log: Revert #10656 for performance reasons but leave in the
38785              use of Hv*() macros -- in comments, so that grepping the
38786              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
38787              suggested by Sarathy, also by Abhijit.)
38788      Branch: perl
38789            ! hv.c
38790 ____________________________________________________________________________
38791 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
38792         Log: Subject: [patch] .s MakeMaker suffix
38793              From: Doug MacEachern <dougm@covalent.net>
38794              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
38795              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
38796      Branch: perl
38797            ! lib/ExtUtils/MM_Unix.pm
38798 ____________________________________________________________________________
38799 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
38800         Log: One test lost in the big shuffle restored.
38801      Branch: perl
38802            + ext/IPC/SysV/ipcsysv.t
38803            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
38804 ____________________________________________________________________________
38805 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
38806         Log: Rename the old non-standard threads tests so that
38807              they won't be invoked.
38808      Branch: perl
38809            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
38810            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
38811            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
38812            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
38813            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
38814            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
38815            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
38816            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
38817            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
38818            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
38819            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
38820            - ext/Thread/unsync4.t
38821            ! MANIFEST
38822 ____________________________________________________________________________
38823 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
38824         Log: Integrate perlio.
38825      Branch: perl
38826           !> win32/config_sh.PL
38827 ____________________________________________________________________________
38828 [ 10709] By: nick                                  on 2001/06/19  08:18:18
38829         Log: Integrate mainline
38830      Branch: perlio
38831           +> (branch 40 files)
38832            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
38833            - lib/strict/subs lib/strict/vars lib/warnings/1global
38834            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
38835            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
38836            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
38837            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
38838            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
38839            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
38840            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
38841            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
38842            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
38843            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
38844            - lib/warnings/utf8 lib/warnings/util
38845           !> (integrate 57 files)
38846 ____________________________________________________________________________
38847 [ 10708] By: nick                                  on 2001/06/19  07:57:10
38848         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
38849      Branch: perlio
38850            ! win32/config_sh.PL
38851 ____________________________________________________________________________
38852 [ 10707] By: nick                                  on 2001/06/19  07:05:07
38853         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
38854      Branch: perl
38855            ! perly.c perly.y perly_c.diff vms/perly_c.vms
38856 ____________________________________________________________________________
38857 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
38858         Log: More perl572delta tweaks.
38859      Branch: perl
38860            ! pod/perl572delta.pod
38861 ____________________________________________________________________________
38862 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
38863         Log: Update perl572delta.
38864      Branch: perl
38865            ! pod/perl572delta.pod
38866 ____________________________________________________________________________
38867 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
38868         Log: VOS updates from Paul Green.
38869      Branch: perl
38870            ! vos/Changes vos/build.cm vos/perl.bind
38871 ____________________________________________________________________________
38872 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
38873         Log: Update the vos/config.*.* files.
38874      Branch: perl
38875            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38876            ! vos/config.ga.h
38877 ____________________________________________________________________________
38878 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
38879         Log: Add a makefile for more painless adding of symbols to the
38880              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
38881              takes care of the adding)
38882      Branch: perl
38883            + vos/Makefile
38884 ____________________________________________________________________________
38885 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
38886         Log: Make libnetcfg by default display the libnet configuration,
38887              -c to change, add -i for old config, document all options,
38888              regen toc.
38889      Branch: perl
38890            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
38891 ____________________________________________________________________________
38892 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
38893         Log: gcc -Wall sweep.
38894      Branch: perl
38895            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
38896 ____________________________________________________________________________
38897 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
38898         Log: So there.
38899      Branch: perl
38900            ! universal.c
38901 ____________________________________________________________________________
38902 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
38903         Log: Document the need for sv_printify().
38904              
38905              Document that 'use utf8' has been considered.
38906              
38907              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
38908      Branch: perl
38909            ! pod/perltodo.pod universal.c
38910 ____________________________________________________________________________
38911 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
38912         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
38913              From: Nicholas Clark <nick@ccl4.org>
38914              Date: Mon, 18 Jun 2001 23:29:23 +0100
38915              Message-ID: <20010618232923.I98663@plum.flirble.org>
38916      Branch: perl
38917            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
38918            ! ext/Sys/Syslog/Makefile.PL
38919 ____________________________________________________________________________
38920 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
38921         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
38922              From: Scott.L.Miller@Compaq.com
38923              Date: Mon, 18 Jun 2001 10:12:27 -0500
38924              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
38925      Branch: perl
38926            ! lib/perl5db.pl pod/perldebug.pod
38927 ____________________________________________________________________________
38928 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
38929         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
38930              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
38931              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
38932              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
38933      Branch: perl
38934            ! lib/Carp/Heavy.pm
38935 ____________________________________________________________________________
38936 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
38937         Log: Subject: [PATCH] Documentation changes for CLONE
38938              From: Artur Bergman <artur@contiller.se>
38939              Date: Mon, 18 Jun 2001 22:06:37 +0200
38940              Message-ID: <B7542BEC.1719%artur@contiller.se>
38941      Branch: perl
38942            ! pod/perlmod.pod pod/perlsub.pod
38943 ____________________________________________________________________________
38944 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
38945         Log: Subject: Re: configure.com
38946              From: "Craig A. Berry" <craigberry@mac.com>
38947              Date: Mon, 18 Jun 2001 16:04:38 -0500
38948              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
38949      Branch: perl
38950            ! configure.com
38951 ____________________________________________________________________________
38952 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
38953         Log: Subject: PL_nullstash + perl_clone()
38954              From: Doug MacEachern <dougm@covalent.net>
38955              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
38956              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
38957      Branch: perl
38958            ! sv.c
38959 ____________________________________________________________________________
38960 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
38961         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
38962              From: davem@fdgroup.co.uk
38963              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
38964              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
38965      Branch: perl
38966            ! embed.pl pod/perlapi.pod
38967 ____________________________________________________________________________
38968 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
38969         Log: More cross-compilation defaults gleaned from -Dcc
38970              if it is CPU-OS-gcc.
38971      Branch: metaconfig
38972            ! U/modified/libc.U
38973      Branch: metaconfig/U/perl
38974            ! Cross.U
38975      Branch: perl
38976            ! Configure INSTALL
38977 ____________________________________________________________________________
38978 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
38979         Log: Update Changes.
38980      Branch: perl
38981            ! Changes patchlevel.h
38982 ____________________________________________________________________________
38983 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
38984         Log: Subject: [PATCH 5.7.1] sv.c documentation
38985              From: davem@fdgroup.co.uk
38986              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
38987              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
38988      Branch: perl
38989            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
38990            ! sv.c sv.h
38991 ____________________________________________________________________________
38992 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
38993         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
38994              From: "Jon Gunnip" <jongunnip@hotmail.com>
38995              Date: Sun, 17 Jun 2001 18:24:29 -0400
38996              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
38997      Branch: perl
38998            ! pod/perlvar.pod
38999 ____________________________________________________________________________
39000 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
39001         Log: Move the locale/strict/warnings helper files back
39002              under the t/lib; this way the amount of non-installabled
39003              stuff under lib/ stays smaller.
39004      Branch: perl
39005            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
39006            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
39007            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
39008            + t/lib/warnings/5nolint t/lib/warnings/6default
39009            + t/lib/warnings/7fatal t/lib/warnings/8signal
39010            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
39011            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
39012            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
39013            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
39014            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
39015            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
39016            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
39017            + t/lib/warnings/taint t/lib/warnings/toke
39018            + t/lib/warnings/universal t/lib/warnings/utf8
39019            + t/lib/warnings/util
39020            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
39021            - lib/strict/subs lib/strict/vars lib/warnings/1global
39022            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
39023            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
39024            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
39025            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
39026            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
39027            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
39028            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
39029            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
39030            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
39031            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
39032            - lib/warnings/utf8 lib/warnings/util
39033            ! MANIFEST installperl lib/locale.t lib/strict.t
39034 ____________________________________________________________________________
39035 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
39036         Log: Split off the pack/unpack code, from Nicholas Clark.
39037      Branch: perl
39038            + pp_pack.c
39039            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
39040            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
39041            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
39042 ____________________________________________________________________________
39043 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
39044         Log: Guard the SysV IPC tests against being invoked in
39045              SysV-IPC-less places.
39046      Branch: perl
39047            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
39048 ____________________________________________________________________________
39049 [ 10683] By: nick                                  on 2001/06/18  12:24:42
39050         Log: Integrate mainline (new test scheme now ok on Linux).
39051      Branch: perlio
39052           +> lib/warnings.t
39053           !> dump.c sv.c
39054 ____________________________________________________________________________
39055 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
39056         Log: Add the locale.c and numeric.c to the microperl sources.
39057      Branch: perl
39058            ! Makefile.micro win32/Makefile
39059 ____________________________________________________________________________
39060 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
39061         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
39062              From: Abhijit Menon-Sen <ams@wiw.org>
39063              Date: Mon, 18 Jun 2001 14:23:44 +0530
39064              Message-ID: <20010618142344.A13136@lustre.linux.in>
39065      Branch: perl
39066            ! dump.c
39067 ____________________________________________________________________________
39068 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
39069         Log: Subject: Re: [PATCH] more anonymous stash cleanups
39070              From: Abhijit Menon-Sen <ams@wiw.org>
39071              Date: Mon, 18 Jun 2001 15:50:32 +0530
39072              Message-ID: <20010618155032.A13223@lustre.linux.in>
39073              
39074              Plus the comment left in as suggested by NI-S.
39075      Branch: perl
39076            ! sv.c
39077 ____________________________________________________________________________
39078 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
39079         Log: One missed file.
39080      Branch: perl
39081            + lib/warnings.t
39082 ____________________________________________________________________________
39083 [ 10678] By: nick                                  on 2001/06/18  08:05:29
39084         Log: Integrate mainline (part2 - the deletes)
39085      Branch: perlio
39086            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
39087            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
39088            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
39089            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
39090            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
39091            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
39092            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
39093            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
39094            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
39095            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
39096            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
39097 ____________________________________________________________________________
39098 [ 10677] By: nick                                  on 2001/06/18  08:04:44
39099         Log: Integrate mainline (part1)
39100      Branch: perlio
39101           +> (branch 376 files)
39102            - (delete 219 files)
39103           !> (integrate 151 files)
39104 ____________________________________________________________________________
39105 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
39106         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
39107              No doubt I made some mistakes like missed some files or
39108              misnamed some files.  The naming rules were more or less:
39109              (1) if the module is from CPAN, follows its ways, be it
39110              t/*.t or test.pl.
39111              (2) otherwise if there are multiple tests for a module
39112              put them in a t/
39113              (3) otherwise if there's only one test put it in Module.t
39114              (4) helper files go to module/ (locale, strict, warnings)
39115              (5) use longer filenames now that we can (but e.g. the
39116              compat-0.6.t and the Text::Balanced test files still
39117              were renamed to be more civil against the 8.3 people)
39118              installperl was updated appropriately not to install the
39119              *.t files or the help files from under lib.
39120              
39121              TODO: some helper files still remain under t/ that could
39122              follow their 'masters'.  UPDATE: On second thoughts, why
39123              should they.  They can continue to live under t/lib, and
39124              in fact the locale/strict/warnings helpers that were moved
39125              could be moved back.  This way the amount of non-installable
39126              stuff under lib/ stays smaller.
39127      Branch: perl
39128            + (add 253 files)
39129            - (delete 254 files)
39130            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
39131 ____________________________________________________________________________
39132 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
39133         Log: The warning no more comes from util.c, it comes from numeric.c.
39134      Branch: perl
39135            ! README.tru64
39136 ____________________________________________________________________________
39137 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
39138         Log: Subject: Re: anyone good at casting spells?
39139              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39140              Date: Sun, 17 Jun 2001 21:21:04 -0400
39141              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
39142      Branch: perl
39143            ! ext/POSIX/POSIX.xs hv.h
39144 ____________________________________________________________________________
39145 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
39146         Log: Protect the (original) thread tests against testing if no 5.005
39147              threads have been configured.
39148      Branch: perl
39149            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
39150            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
39151            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
39152            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
39153            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
39154            ! ext/Thread/unsync4.t
39155 ____________________________________________________________________________
39156 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
39157         Log: Try the new test scanning scheme on Text::Abbrev.
39158      Branch: perl
39159            + lib/Text/Abbrev.t
39160            - lib/Text/Abbrev/t/abbrev.t
39161            ! MANIFEST
39162 ____________________________________________________________________________
39163 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
39164         Log: Change the scan policy of the *.t and test.pl files,
39165              now the *.t do not need to live in a t/ directory.
39166      Branch: perl
39167            ! t/TEST t/harness
39168 ____________________________________________________________________________
39169 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
39170         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
39171              From: Ilmari Karonen <iltzu@sci.fi>
39172              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
39173              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
39174      Branch: perl
39175            ! pod/perlfaq7.pod
39176 ____________________________________________________________________________
39177 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
39178         Log: Quench the warnings from Tru64; the HP-UX is still
39179              broken because it really, REALLY, doesn't like the
39180              HvARRAY() being lvalue:
39181              
39182              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
39183              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
39184      Branch: perl
39185            ! hv.c
39186 ____________________________________________________________________________
39187 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
39188         Log: Integrate change #10667 from maintperl:
39189              
39190              change#10449 broke the special-case that makes lexicals inside the
39191              eval"" within DB::DB() visible
39192      Branch: perl
39193           !> op.c
39194 ____________________________________________________________________________
39195 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
39196         Log: change#10449 broke the special-case that makes lexicals inside the
39197              eval"" within DB::DB() visible
39198      Branch: maint-5.6/perl
39199            ! op.c
39200 ____________________________________________________________________________
39201 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
39202         Log: Still spurious output; indent the code a bit.
39203              
39204              TODO1: separate the utility functions like MkDir
39205              into a helper script?
39206              
39207              TODO2: I see a lot of repetition in the filepath()
39208              and dirpath() calls.
39209      Branch: perl
39210            ! t/lib/filefind.t t/lib/findtaint.t
39211 ____________________________________________________________________________
39212 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
39213         Log: Regen modlib, toc.
39214      Branch: perl
39215            ! pod/perlmodlib.pod pod/perltoc.pod
39216 ____________________________________________________________________________
39217 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
39218         Log: Add libnetcfg to perlutil.
39219      Branch: perl
39220            ! pod/perlutil.pod
39221 ____________________________________________________________________________
39222 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
39223         Log: Initial integration of libnet-1.0703.
39224              The Configure script renamed as libnetcfg, will be
39225              installed along other utilities.
39226      Branch: perl
39227            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
39228            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
39229            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
39230            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
39231            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
39232            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
39233            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
39234            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
39235            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
39236            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
39237            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
39238            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
39239            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
39240            + utils/libnetcfg.PL
39241            ! MANIFEST utils.lst utils/Makefile
39242 ____________________________________________________________________________
39243 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
39244         Log: Less potentially test-harness-confusing output.
39245      Branch: perl
39246            ! lib/Memoize/t/expire_module_t.t
39247 ____________________________________________________________________________
39248 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
39249         Log: The final print annoys make test.
39250      Branch: perl
39251            ! t/lib/filefind.t t/lib/findtaint.t
39252 ____________________________________________________________________________
39253 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
39254         Log: Add an option for handling dangling symbolic links.
39255      Branch: perl
39256            ! lib/File/Find.pm t/lib/filefind.t
39257 ____________________________________________________________________________
39258 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
39259         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
39260              From: Thomas Wegner <wegner_thomas@yahoo.com>
39261              Date: Sun, 17 Jun 2001 14:43:11 +0200
39262              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
39263      Branch: perl
39264            + t/lib/findtaint.t
39265            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
39266 ____________________________________________________________________________
39267 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
39268         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
39269              From: Jonathan Stowe <gellyfish@gellyfish.com>
39270              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
39271              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
39272      Branch: perl
39273            ! lib/ExtUtils/MM_Unix.pm
39274 ____________________________________________________________________________
39275 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
39276         Log: Subject: [PATCH] more anonymous stash cleanups
39277              From: Abhijit Menon-Sen <ams@wiw.org>
39278              Date: Sun, 17 Jun 2001 11:44:06 +0530
39279              Message-ID: <20010617114406.A25203@lustre.linux.in>
39280      Branch: perl
39281            ! op.c
39282 ____________________________________________________________________________
39283 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
39284         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
39285              From: Abhijit Menon-Sen <ams@wiw.org>
39286              Date: Sun, 17 Jun 2001 08:02:59 +0530
39287              Message-ID: <20010617080259.A28776@lustre.linux.in>
39288              
39289              Subject: [PATCH #2/7] xhv_eiter
39290              From: Abhijit Menon-Sen <ams@wiw.org>
39291              Date: Sun, 17 Jun 2001 08:13:18 +0530
39292              Message-ID: <20010617081318.B28776@lustre.linux.in>
39293              
39294              Subject: [PATCH #3/7] xhv_fill
39295              From: Abhijit Menon-Sen <ams@wiw.org>
39296              Date: Sun, 17 Jun 2001 08:25:16 +0530
39297              Message-ID: <20010617082516.C28776@lustre.linux.in>
39298              
39299              Subject: [PATCH #4/7] xhv_keys
39300              From: Abhijit Menon-Sen <ams@wiw.org>
39301              Date: Sun, 17 Jun 2001 08:36:17 +0530
39302              Message-ID: <20010617083617.D28776@lustre.linux.in>
39303              
39304              Subject: [PATCH #5/7] xhv_max
39305              From: Abhijit Menon-Sen <ams@wiw.org>
39306              Date: Sun, 17 Jun 2001 08:39:48 +0530
39307              Message-ID: <20010617083948.E28776@lustre.linux.in>
39308              
39309              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
39310              From: Abhijit Menon-Sen <ams@wiw.org>
39311              Date: Sun, 17 Jun 2001 08:51:11 +0530
39312              Message-ID: <20010617085111.F28776@lustre.linux.in>
39313      Branch: perl
39314            ! hv.c
39315 ____________________________________________________________________________
39316 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
39317         Log: Update Changes.
39318      Branch: perl
39319            ! Changes patchlevel.h
39320 ____________________________________________________________________________
39321 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
39322         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
39323              From: Abhijit Menon-Sen <ams@wiw.org>
39324              Date: Sat, 16 Jun 2001 07:41:19 +0530
39325              Message-ID: <20010616074119.A24720@lustre.linux.in>
39326      Branch: perl
39327            ! hv.c perl.c vms/vmsish.h win32/win32.h
39328 ____________________________________________________________________________
39329 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
39330         Log: Document tests failing when threaded, since we now have more.
39331      Branch: perl
39332            ! pod/perl572delta.pod
39333 ____________________________________________________________________________
39334 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
39335         Log: -Wall cleanup.
39336      Branch: perl
39337            ! ext/Thread/Thread.xs
39338 ____________________________________________________________________________
39339 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
39340         Log: pthread_attr_setstacksize() isn't absolutely necessary
39341              to call, only iff THREAD_CREATE_NEEDS_STACK.
39342      Branch: perl
39343            ! ext/Thread/Thread.xs
39344 ____________________________________________________________________________
39345 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
39346         Log: -Wall strays.
39347      Branch: perl
39348            ! perl.c util.c
39349 ____________________________________________________________________________
39350 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
39351         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
39352              (and INT64_MIN) brokenness.
39353      Branch: perl
39354            ! hints/darwin.sh perl.h
39355 ____________________________________________________________________________
39356 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
39357         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
39358              From: Nicholas Clark <nick@ccl4.org>
39359              Date: Sun, 17 Jun 2001 00:16:05 +0100
39360              Message-ID: <20010617001605.V98663@plum.flirble.org>
39361      Branch: perl
39362            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
39363            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
39364            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
39365 ____________________________________________________________________________
39366 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
39367         Log: Add perlnetware to docs; regen toc; supply skeleton
39368              docs for some Memoize submodules.
39369      Branch: perl
39370            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
39371            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
39372            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
39373            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
39374            ! win32/Makefile win32/makefile.mk
39375 ____________________________________________________________________________
39376 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
39377         Log: pod cleanup.
39378      Branch: perl
39379            ! README.netware
39380 ____________________________________________________________________________
39381 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
39382         Log: Integrate Memoize 0.64.  Few tweaks were required in
39383              the test scripts.  Note that the speed and expire*
39384              tests take several dozen seconds to run.
39385      Branch: perl
39386            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
39387            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
39388            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
39389            + lib/Memoize/README lib/Memoize/SDBM_File.pm
39390            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
39391            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
39392            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
39393            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
39394            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
39395            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
39396            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
39397            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
39398            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
39399            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
39400            ! MANIFEST t/lib/1_compile.t
39401 ____________________________________________________________________________
39402 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
39403         Log: Document the cross-compilation options.
39404      Branch: perl
39405            ! Cross/README INSTALL
39406 ____________________________________________________________________________
39407 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
39408         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
39409      Branch: perl
39410            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
39411            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
39412            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
39413            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
39414            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
39415            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
39416            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
39417            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
39418            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
39419            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
39420            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
39421            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
39422            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
39423            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
39424            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
39425            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
39426            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
39427            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
39428            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
39429            + lib/ExtUtils/MM_NW5.pm
39430            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
39431            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
39432            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
39433            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
39434            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
39435            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
39436            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
39437            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
39438            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
39439            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
39440            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
39441            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
39442            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
39443            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
39444            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
39445            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
39446            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
39447            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
39448            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
39449            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
39450            ! util.h x2p/a2py.c
39451 ____________________________________________________________________________
39452 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
39453         Log: Resort MANIFEST.
39454      Branch: perl
39455            ! MANIFEST
39456 ____________________________________________________________________________
39457 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
39458         Log: Integrate perlio.
39459      Branch: perl
39460           +> win32/win32io.c
39461           !> MANIFEST perlio.c perliol.h win32/makefile.mk
39462 ____________________________________________________________________________
39463 [ 10640] By: nick                                  on 2001/06/16  18:38:31
39464         Log: Disable :win32 layer as default till I get it working
39465      Branch: perlio
39466            ! MANIFEST perlio.c
39467 ____________________________________________________________________________
39468 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
39469         Log: Try the new scheme by moving the Text::Abbrev test
39470              to a new place under lib.
39471      Branch: perl
39472            + lib/Text/Abbrev/t/abbrev.t
39473            - t/lib/abbrev.t
39474            ! MANIFEST
39475 ____________________________________________________________________________
39476 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
39477         Log: Make the code even more dynamical so that testname
39478              suffix length can change.
39479      Branch: perl
39480            ! lib/Test/Harness.pm t/TEST
39481 ____________________________________________________________________________
39482 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
39483         Log: Allow for deeper t/ and also a single test.pl.
39484      Branch: perl
39485            ! t/TEST t/harness
39486 ____________________________________________________________________________
39487 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
39488         Log: #define fix from Nicholas Clark.
39489      Branch: perl
39490            ! ext/POSIX/POSIX.xs
39491 ____________________________________________________________________________
39492 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
39493         Log: Initialization is nice.
39494      Branch: perl
39495            ! lib/Test/Harness.pm
39496 ____________________________________________________________________________
39497 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
39498         Log: Make t/TEST and t/harness to test also the t/ tests
39499              under the main lib/ and ext/ directories.  Fix Test::Harness
39500              to dynamically change the width of its "foo/bar....ok" output.
39501      Branch: perl
39502            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
39503 ____________________________________________________________________________
39504 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
39505         Log: Subject: [PATCH] Re: perl@10611 
39506              From: Nicholas Clark <nick@ccl4.org>
39507              Date: Sat, 16 Jun 2001 16:52:47 +0100
39508              Message-ID: <20010616165247.O98663@plum.flirble.org>
39509              
39510              The .xs parts, too.
39511      Branch: perl
39512            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
39513            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
39514 ____________________________________________________________________________
39515 [ 10632] By: nick                                  on 2001/06/16  16:44:35
39516         Log: Work-in-progress win32 layer semi-functional, checking 
39517              for UNIX breakage.
39518      Branch: perlio
39519            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
39520 ____________________________________________________________________________
39521 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
39522         Log: Subject: [PATCH] Re: perl@10611 
39523              From: Nicholas Clark <nick@ccl4.org>
39524              Date: Sat, 16 Jun 2001 16:52:47 +0100
39525              Message-ID: <20010616165247.O98663@plum.flirble.org>
39526      Branch: perl
39527            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
39528            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
39529            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
39530            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
39531            ! lib/ExtUtils/Constant.pm
39532 ____________________________________________________________________________
39533 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
39534         Log: Metaconfig unit change for #10629.
39535      Branch: metaconfig
39536            ! U/modified/Finish.U
39537 ____________________________________________________________________________
39538 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
39539         Log: The extraction changed directories.
39540      Branch: perl
39541            ! Configure
39542 ____________________________________________________________________________
39543 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
39544         Log: Math::BigInt 1.35 from Tels.
39545      Branch: perl
39546            + t/lib/mbimbf.t
39547            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
39548            ! t/lib/bigfltpm.t t/lib/bigintpm.t
39549 ____________________________________________________________________________
39550 [ 10627] By: nick                                  on 2001/06/16  14:54:52
39551         Log: Work in progress UNIX-side edit of win32 PerLIO layer
39552      Branch: perlio
39553            + win32/win32io.c
39554            ! perlio.c win32/makefile.mk
39555 ____________________________________________________________________________
39556 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
39557         Log: Subject: [PATCH 5.6.1] os2/diff-configure
39558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39559              Date: Fri, 15 Jun 2001 01:19:36 -0400
39560              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
39561              
39562              Empty all of it because I think #10624 made even the
39563              last patch hunk unnecessary.
39564      Branch: perl
39565            ! os2/diff.configure
39566 ____________________________________________________________________________
39567 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
39568         Log: Metaconfig unit change for 10624.
39569      Branch: metaconfig
39570            ! U/modified/libc.U
39571      Branch: perl
39572            ! config_h.SH
39573 ____________________________________________________________________________
39574 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
39575         Log: Move the initialization of libnames to the beginning so
39576              that can one 'seed' it (as OS/2 does.)
39577      Branch: perl
39578            ! Configure
39579 ____________________________________________________________________________
39580 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
39581         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
39582              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39583              Date: Fri, 15 Jun 2001 19:10:57 -0400
39584              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
39585      Branch: perl
39586            ! os2/OS2/REXX/DLL/DLL.pm
39587 ____________________________________________________________________________
39588 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
39589         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
39590              From: "Craig A. Berry" <craigberry@mac.com>
39591              Date: Fri, 15 Jun 2001 17:00:03 -0500
39592              Message-Id: <a05101007b750342599be@[172.16.52.1]>
39593      Branch: perl
39594            ! vms/descrip_mms.template
39595 ____________________________________________________________________________
39596 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
39597         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
39598              From: "Craig A. Berry" <craigberry@mac.com>
39599              Date: Fri, 15 Jun 2001 18:39:42 -0500
39600              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
39601      Branch: perl
39602            ! lib/File/Spec/VMS.pm t/lib/extutils.t
39603 ____________________________________________________________________________
39604 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
39605         Log: Integrate perlio.
39606      Branch: perl
39607           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
39608           !> t/io/utf8.t t/lib/io_scalar.t
39609 ____________________________________________________________________________
39610 [ 10619] By: nick                                  on 2001/06/15  21:05:19
39611         Log: Generated files
39612      Branch: perlio
39613            ! embed.h proto.h
39614 ____________________________________________________________________________
39615 [ 10618] By: nick                                  on 2001/06/15  20:27:42
39616         Log: Fix open.pm to work via XS-implemented method calls rather
39617              than *open::layers variables which caused all the HV/AV hassle.
39618      Branch: perlio
39619            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
39620            ! t/lib/io_scalar.t
39621 ____________________________________________________________________________
39622 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
39623         Log: Integrate perlio.
39624      Branch: perl
39625           !> lib/ExtUtils/Constant.pm
39626 ____________________________________________________________________________
39627 [ 10616] By: nick                                  on 2001/06/15  18:46:47
39628         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
39629      Branch: perlio
39630            ! lib/ExtUtils/Constant.pm
39631 ____________________________________________________________________________
39632 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
39633         Log: Integrate perlio.
39634      Branch: perl
39635           !> ext/Socket/Socket.xs
39636 ____________________________________________________________________________
39637 [ 10614] By: nick                                  on 2001/06/15  18:33:37
39638         Log: MULTIPLICITY fix for Socket.xs
39639      Branch: perlio
39640            ! ext/Socket/Socket.xs
39641 ____________________________________________________________________________
39642 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
39643         Log: Subject: Re: perl@10611
39644              From: Doug MacEachern <dougm@covalent.net>
39645              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
39646              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
39647      Branch: perl
39648            ! ext/Socket/Socket.xs
39649 ____________________________________________________________________________
39650 [ 10612] By: nick                                  on 2001/06/15  16:14:38
39651         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
39652      Branch: perlio
39653           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
39654           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
39655           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
39656           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
39657           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
39658           !> utils/h2ph.PL
39659 ____________________________________________________________________________
39660 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
39661         Log: Update Changes.
39662      Branch: perl
39663            ! Changes patchlevel.h
39664 ____________________________________________________________________________
39665 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
39666         Log: Upping the test count.
39667      Branch: perl
39668            ! t/lib/filefind.t
39669 ____________________________________________________________________________
39670 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
39671         Log: Integrate perlio.
39672      Branch: perl
39673           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39674 ____________________________________________________________________________
39675 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
39676         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
39677              From: andreas.koenig@anima.de (Andreas J. Koenig)
39678              Date: 15 Jun 2001 13:30:39 +0200
39679              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
39680              
39681              Record the grim history.
39682      Branch: perl
39683            ! lib/File/Find.pm
39684 ____________________________________________________________________________
39685 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
39686         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
39687              From: Brian McCauley <nobull@mail.com>
39688              Date: 15 Jun 2001 07:51:26 +0100
39689              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
39690      Branch: perl
39691            ! lib/File/Find.pm t/lib/filefind.t
39692 ____________________________________________________________________________
39693 [ 10606] By: nick                                  on 2001/06/15  14:00:08
39694         Log: regen_config_h for Win32.
39695      Branch: perlio
39696            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39697 ____________________________________________________________________________
39698 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
39699         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
39700              From: Peter Prymmer <pvhp@forte.com>
39701              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
39702              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
39703      Branch: perl
39704            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
39705 ____________________________________________________________________________
39706 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
39707         Log: Some filesystems require writability for rename/unlink.
39708      Branch: perl
39709            ! opcode.pl
39710 ____________________________________________________________________________
39711 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
39712         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
39713              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
39714              Date: Fri, 15 Jun 2001 12:08:53 +0200
39715              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
39716      Branch: perl
39717            ! perlio.c
39718 ____________________________________________________________________________
39719 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
39720         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
39721              From: Mike Guy <mjtg@cam.ac.uk>
39722              Date: Fri, 15 Jun 2001 14:11:49 +0100
39723              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
39724      Branch: perl
39725            ! opcode.pl
39726 ____________________________________________________________________________
39727 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
39728         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
39729              From: Nicholas Clark <nick@ccl4.org>
39730              Date: Thu, 14 Jun 2001 23:52:56 +0100
39731              Message-ID: <20010614235256.G98663@plum.flirble.org>
39732      Branch: perl
39733            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
39734            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
39735 ____________________________________________________________________________
39736 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
39737         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
39738              From: Russ Allbery <rra@stanford.edu>
39739              Date: 14 Jun 2001 13:24:43 -0700
39740              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
39741      Branch: perl
39742            ! ext/GDBM_File/GDBM_File.pm
39743 ____________________________________________________________________________
39744 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
39745         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
39746              From: Nicholas Clark <nick@ccl4.org>
39747              Date: Thu, 14 Jun 2001 20:37:47 +0100
39748              Message-ID: <20010614203747.F98663@plum.flirble.org>
39749      Branch: perl
39750            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
39751            ! t/lib/gdbm.t
39752 ____________________________________________________________________________
39753 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
39754         Log: Integrate perlio.
39755      Branch: perl
39756           !> makedef.pl sv.c
39757 ____________________________________________________________________________
39758 [ 10597] By: nick                                  on 2001/06/15  11:08:13
39759         Log: Check that HVs with HvNAME() != NULL are really stashes before
39760              treating them as such. Also be more defensive on the GvCV.
39761              Win32 fork and dprof now working again. 
39762      Branch: perlio
39763            ! sv.c
39764 ____________________________________________________________________________
39765 [ 10596] By: nick                                  on 2001/06/15  10:11:20
39766         Log: Integrate mainline.
39767      Branch: perlio
39768           +> Cross/README
39769           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
39770           !> Porting/config_H config_h.SH configure.com epoc/config.sh
39771           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
39772           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39773           !> vos/config.ga.h win32/config.bc win32/config.gc
39774           !> win32/config.vc win32/config_H.bc win32/config_H.gc
39775           !> win32/config_H.vc
39776 ____________________________________________________________________________
39777 [ 10595] By: nick                                  on 2001/06/15  09:37:17
39778         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
39779              - Win32 (VC++) now builds but fails:
39780              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
39781              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
39782              write.t    - open(...,"|-") not implemented on Win32 
39783      Branch: perlio
39784            ! makedef.pl
39785 ____________________________________________________________________________
39786 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
39787         Log: Integrate perlio.
39788      Branch: perl
39789           !> perlio.c win32/makefile.mk
39790 ____________________________________________________________________________
39791 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
39792         Log: Metaconfig unit changes for #10592.
39793      Branch: metaconfig
39794            + U/modified/i_varhdr.U U/modified/startsh.U
39795            - U/a_dvisory/crosscompile.U U/target/Target.U
39796            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
39797            ! U/compline/bitpbyte.U U/compline/byteorder.U
39798            ! U/compline/ccflags.U U/compline/charsize.U
39799            ! U/compline/d_casti32.U U/compline/d_castneg.U
39800            ! U/compline/d_closedir.U U/compline/d_fd_set.U
39801            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
39802            ! U/compline/d_keepsig.U U/compline/d_open3.U
39803            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
39804            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
39805            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
39806            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
39807            ! U/compline/doublesize.U U/compline/floatsize.U
39808            ! U/compline/nblock_io.U U/compline/orderlib.U
39809            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
39810            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
39811            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
39812            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
39813            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
39814            ! U/modified/spitshell.U U/threads/archname.U
39815            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
39816            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
39817            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
39818            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
39819            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
39820      Branch: metaconfig/U/perl
39821            + Cross.U
39822            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
39823            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
39824            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
39825            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
39826            ! stdio_streams.U uselfs.U
39827 ____________________________________________________________________________
39828 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
39829         Log: The first steps towards cross-compilation.
39830              
39831              Abstract execution of compiled test executables with $run,
39832              and abstract transfer of files with $to and $from.
39833              
39834              Under cross-compilation the $run, $to, and $from will point
39835              to appropriate wrapper scripts, by default ssh and scp,
39836              but also rsh, rcp, and cp are supported.  If not
39837              cross-compiling, they will be set to '', ':', and ':',
39838              respectively.
39839              
39840              With these patches I was able to get Configure for
39841              iPAQ ARM Linux on an Intel Linux about 95% right
39842              (only a few tests failed to execute or they produced
39843              incorrect results), and I was able to compile
39844              a functional miniperl.
39845              
39846              The symbol crosscompile renamed to be usecrosscompile,
39847              the corresponding C symbol from CROSSCOMPILE to
39848              USE_CROSS_COMPILE.
39849      Branch: perl
39850            ! Configure Cross/README Makefile.SH Porting/Glossary
39851            ! Porting/config.sh Porting/config_H config_h.SH configure.com
39852            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
39853            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
39854            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39855            ! win32/config.gc win32/config.vc win32/config_H.bc
39856            ! win32/config_H.gc win32/config_H.vc
39857 ____________________________________________________________________________
39858 [ 10591] By: nick                                  on 2001/06/14  20:00:12
39859         Log: Steps along the road toward Win32 building again.
39860      Branch: perlio
39861            ! perlio.c win32/makefile.mk
39862 ____________________________________________________________________________
39863 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
39864         Log: Integrate perlio.
39865      Branch: perl
39866           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39867 ____________________________________________________________________________
39868 [ 10589] By: nick                                  on 2001/06/14  13:54:07
39869         Log: Routine regen_config_h for Win32
39870      Branch: perlio
39871            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39872 ____________________________________________________________________________
39873 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
39874         Log: Integrate perlio.
39875      Branch: perl
39876           +> perlyline.pl
39877           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
39878 ____________________________________________________________________________
39879 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
39880         Log: A placeholder.
39881      Branch: perl
39882            + Cross/README
39883 ____________________________________________________________________________
39884 [ 10586] By: nick                                  on 2001/06/14  08:25:07
39885         Log: Add new step to run_byacc which:
39886              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
39887              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
39888      Branch: perlio
39889            + perlyline.pl
39890            ! MANIFEST Makefile.SH perly.c
39891 ____________________________________________________________________________
39892 [ 10585] By: nick                                  on 2001/06/14  08:22:29
39893         Log: Integrate mainline
39894      Branch: perlio
39895           +> locale.c numeric.c
39896           !> Changes cygwin/Makefile.SHs embed.h embed.pl
39897           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
39898           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
39899           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
39900           !> x2p/Makefile.SH
39901 ____________________________________________________________________________
39902 [ 10584] By: nick                                  on 2001/06/14  08:05:53
39903         Log: Hack to remove insecure directories from PATH so test will run.
39904      Branch: perlio
39905            ! t/lib/filefind.t
39906 ____________________________________________________________________________
39907 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
39908         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
39909      Branch: perl
39910            - t/lib/mbimbf.t
39911            ! MANIFEST
39912 ____________________________________________________________________________
39913 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
39914         Log: Detypo.
39915      Branch: perl
39916            ! x2p/Makefile.SH
39917 ____________________________________________________________________________
39918 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
39919         Log: de-$CONFIG continues.
39920      Branch: perl
39921            ! cygwin/Makefile.SHs x2p/Makefile.SH
39922 ____________________________________________________________________________
39923 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
39924         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
39925              From: Nicholas Clark <nick@ccl4.org>
39926              Date: Wed, 13 Jun 2001 21:20:13 +0100
39927              Message-ID: <20010613212013.D98663@plum.flirble.org>
39928      Branch: perl
39929            ! opcode.pl
39930 ____________________________________________________________________________
39931 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
39932         Log: Subject: splitting util.c
39933              From: Hugo <hv@crypt.compulink.co.uk>
39934              Date: Thu, 14 Jun 2001 00:41:08 +0100
39935              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
39936      Branch: perl
39937            + locale.c numeric.c
39938            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
39939            ! pod/perlapi.pod proto.h util.c
39940 ____________________________________________________________________________
39941 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
39942         Log: Upgrade to Math::BigInt 1.34 from Tels.
39943      Branch: perl
39944            + t/lib/mbimbf.t
39945            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
39946            ! t/lib/bigfltpm.t t/lib/bigintpm.t
39947 ____________________________________________________________________________
39948 [ 10577] By: nick                                  on 2001/06/13  19:02:48
39949         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
39950      Branch: perlio
39951           !> (integrate 125 files)
39952 ____________________________________________________________________________
39953 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
39954         Log: Update Changes.
39955      Branch: perl
39956            ! Changes patchlevel.h
39957 ____________________________________________________________________________
39958 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
39959         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
39960              From: "Craig A. Berry" <craigberry@mac.com>
39961              Date: Wed, 13 Jun 2001 13:24:28 -0500
39962              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
39963      Branch: perl
39964            ! ext/re/Makefile.PL
39965 ____________________________________________________________________________
39966 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
39967         Log: Mc.u.c. for #10573.
39968      Branch: metaconfig
39969            ! U/threads/usethreads.U
39970 ____________________________________________________________________________
39971 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
39972         Log: It would be also be good if I could type.
39973      Branch: perl
39974            ! Configure
39975 ____________________________________________________________________________
39976 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
39977         Log: Metaconfig unit change for #10571.
39978      Branch: metaconfig
39979            ! U/threads/usethreads.U
39980 ____________________________________________________________________________
39981 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
39982         Log: A non-empty default is a good thing.
39983      Branch: perl
39984            ! Configure
39985 ____________________________________________________________________________
39986 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
39987         Log: Metaconfig unit change for #10569.
39988      Branch: metaconfig
39989            ! U/threads/usethreads.U
39990 ____________________________________________________________________________
39991 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
39992         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
39993              extremely experimental, not even prompted for.
39994      Branch: perl
39995            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39996            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
39997            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
39998            ! win32/config.bc win32/config.gc win32/config.vc
39999 ____________________________________________________________________________
40000 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
40001         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
40002      Branch: perl
40003            ! pod/perlfaq6.pod
40004 ____________________________________________________________________________
40005 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
40006         Log: Integrate perlio; conflicts, accept Nick's versions.
40007      Branch: perl
40008           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
40009           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
40010 ____________________________________________________________________________
40011 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
40012         Log: Subject: Re: ext/ + -Wall
40013              From: Doug MacEachern <dougm@covalent.net>
40014              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
40015              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
40016      Branch: perl
40017            ! XSUB.h lib/ExtUtils/xsubpp perl.h
40018 ____________________________________________________________________________
40019 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
40020         Log: Similar logic as DB_File.xs, using the modern macros and
40021              defines them to older ones for older Perls where PERL_VERSION
40022              is not defined, from Doug MacEachern.
40023      Branch: perl
40024            ! ext/Storable/Storable.xs
40025 ____________________________________________________________________________
40026 [ 10564] By: nick                                  on 2001/06/13  15:22:01
40027         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
40028              and using that instead (name lookups are sequential search for now).
40029      Branch: perlio
40030            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
40031            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
40032 ____________________________________________________________________________
40033 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
40034         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
40035              From: "Richard Soderberg" <rs@crystalflame.net>
40036              Date: Sat, 26 May 2001 06:44:20 -0700
40037              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
40038      Branch: perl
40039            ! sv.c t/op/glob.t
40040 ____________________________________________________________________________
40041 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
40042         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
40043              From: "Craig A. Berry" <craigberry@mac.com>
40044              Date: Tue, 12 Jun 2001 23:55:26 -0500
40045              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
40046      Branch: perl
40047            ! ext/re/Makefile.PL ext/re/re.xs
40048 ____________________________________________________________________________
40049 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
40050         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
40051              suggested by NI-S.
40052      Branch: perl
40053            ! XSUB.h malloc.c perl.h
40054 ____________________________________________________________________________
40055 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
40056         Log: Regen toc.
40057      Branch: perl
40058            ! pod/perltoc.pod
40059 ____________________________________________________________________________
40060 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
40061         Log: Subject: [patch] perl.gprof control
40062              From: Doug MacEachern <dougm@covalent.net>
40063              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
40064              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
40065      Branch: perl
40066            ! miniperlmain.c perl.h
40067 ____________________________________________________________________________
40068 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
40069         Log: Subject: Re: ext/ + -Wall
40070              From: Doug MacEachern <dougm@covalent.net>
40071              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
40072              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
40073              
40074              Document ax and break up dXSARGS.
40075      Branch: perl
40076            ! XSUB.h pod/perlapi.pod
40077 ____________________________________________________________________________
40078 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
40079         Log: More AIX tweakage from Merijn.
40080      Branch: perl
40081            ! hints/aix.sh
40082 ____________________________________________________________________________
40083 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
40084         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
40085              From: "Craig A. Berry" <craigberry@mac.com>
40086              Date: Tue, 12 Jun 2001 22:57:45 -0500
40087              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
40088      Branch: perl
40089            ! vms/descrip_mms.template
40090 ____________________________________________________________________________
40091 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
40092         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
40093              From: "Craig A. Berry" <craigberry@mac.com>
40094              Date: Tue, 12 Jun 2001 22:21:39 -0500
40095              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
40096      Branch: perl
40097            ! configure.com util.c
40098 ____________________________________________________________________________
40099 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
40100         Log: New AIX dynaloading code from Jens-Uwe Mager.
40101              Does break binary compatibility.
40102      Branch: perl
40103            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
40104 ____________________________________________________________________________
40105 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
40106         Log: VMS DEC C compiler found nits by Peter Prymmer.
40107      Branch: perl
40108            ! util.c
40109 ____________________________________________________________________________
40110 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
40111         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
40112              From: Peter Prymmer <pvhp@forte.com>
40113              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
40114              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
40115      Branch: perl
40116            ! t/lib/filecomp.t
40117 ____________________________________________________________________________
40118 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
40119         Log: I wonder how many $CONFIGs still lurk in the shadows.
40120      Branch: perl
40121            ! pod/Makefile.SH x2p/cflags.SH
40122 ____________________________________________________________________________
40123 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
40124         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
40125      Branch: perl
40126            ! pod/checkpods.PL
40127 ____________________________________________________________________________
40128 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
40129         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
40130      Branch: perl
40131            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
40132 ____________________________________________________________________________
40133 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
40134         Log: Subject: [patch] rid local_patches warnings
40135              From: Doug MacEachern <dougm@covalent.net>
40136              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
40137              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
40138      Branch: perl
40139            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
40140 ____________________________________________________________________________
40141 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
40142         Log: Subject: Re: ext/ + -Wall
40143              From: Doug MacEachern <dougm@covalent.net>
40144              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
40145              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
40146      Branch: perl
40147            ! ext/attrs/attrs.xs
40148 ____________________________________________________________________________
40149 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
40150         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
40151              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40152              Date: Tue, 12 Jun 2001 14:36:20 -0400
40153              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
40154      Branch: perl
40155            ! pod/perlretut.pod
40156 ____________________________________________________________________________
40157 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
40158         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
40159              From: Mike Guy <mjtg@cam.ac.uk>
40160              Date: Tue, 12 Jun 2001 19:10:31 +0100
40161              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
40162              
40163              Subject: Re: [ID 20010612.001] out of memory during regex compilation
40164              From: Mike Guy <mjtg@cam.ac.uk>
40165              Date: Tue, 12 Jun 2001 19:21:01 +0100
40166              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
40167      Branch: perl
40168            ! pod/perlop.pod
40169 ____________________________________________________________________________
40170 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
40171         Log: AIX tweaks from Merijn H. Brand.
40172      Branch: perl
40173            ! hints/aix.sh
40174 ____________________________________________________________________________
40175 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
40176         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
40177              From: "Brendan O'Dea" <bod@compusol.com.au>
40178              Date: Wed, 13 Jun 2001 05:16:47 +1000
40179              Message-ID: <20010613051647.A8945@compusol.com.au>
40180      Branch: maint-5.6/perl
40181            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
40182 ____________________________________________________________________________
40183 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
40184         Log: Subject: Small bcopy cleanup
40185              From: Andy Dougherty <doughera@lafayette.edu>
40186              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
40187              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
40188      Branch: perl
40189            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
40190 ____________________________________________________________________________
40191 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
40192         Log: Subject: [PATCH] Re: ext/ + -Wall
40193              From: Nicholas Clark <nick@ccl4.org>
40194              Date: Wed, 13 Jun 2001 00:04:30 +0100
40195              Message-ID: <20010613000430.M5901@plum.flirble.org>
40196      Branch: perl
40197            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
40198 ____________________________________________________________________________
40199 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
40200         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
40201              From: Nicholas Clark <nick@ccl4.org>
40202              Date: Tue, 12 Jun 2001 23:53:07 +0100
40203              Message-ID: <20010612235307.L5901@plum.flirble.org>
40204      Branch: perl
40205            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
40206 ____________________________________________________________________________
40207 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
40208         Log: MPE/iX tweaks from Mark Bixby.
40209      Branch: perl
40210            ! hints/mpeix.sh mpeix/mpeixish.h util.c
40211 ____________________________________________________________________________
40212 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
40213         Log: Update Changes.
40214      Branch: perl
40215            ! Changes patchlevel.h
40216 ____________________________________________________________________________
40217 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
40218         Log: One less -Wall whine (found under DEBUGGING).
40219      Branch: perl
40220            ! x2p/Makefile.SH x2p/a2p.c
40221 ____________________________________________________________________________
40222 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
40223         Log: s/case-independent/case-insensitive/g
40224      Branch: perl
40225            ! pod/perldebug.pod
40226 ____________________________________________________________________________
40227 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
40228         Log: As suggested in    
40229              
40230              Subject: Re: ext/ + -Wall
40231              From: Gurusamy Sarathy <gsar@ActiveState.com>
40232              Date: Mon, 11 Jun 2001 23:34:31 -0700
40233              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
40234      Branch: perl
40235            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
40236            ! perl.h
40237 ____________________________________________________________________________
40238 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
40239         Log: Subject: ext/ + -Wall
40240              From: Doug MacEachern <dougm@covalent.net>
40241              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
40242              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
40243      Branch: perl
40244            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
40245            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
40246            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
40247            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
40248            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
40249            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
40250            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
40251            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
40252            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
40253            ! lib/ExtUtils/xsubpp
40254 ____________________________________________________________________________
40255 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
40256         Log: Subject: [PATCH] anonymous stashes
40257              From: Abhijit Menon-Sen <ams@wiw.org>
40258              Date: Tue, 12 Jun 2001 12:47:04 +0530
40259              Message-ID: <20010612124704.A29029@lustre.linux.in>
40260      Branch: perl
40261            ! dump.c gv.c sv.c xsutils.c
40262 ____________________________________________________________________________
40263 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
40264         Log: One more test for $^S.
40265      Branch: perl
40266            ! t/op/magic.t
40267 ____________________________________________________________________________
40268 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
40269         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
40270              From: Abhijit Menon-Sen <ams@wiw.org>
40271              Date: Tue, 12 Jun 2001 17:35:55 +0530
40272              Message-ID: <20010612173555.A32426@lustre.linux.in>
40273      Branch: perl
40274            ! mg.c t/op/magic.t
40275 ____________________________________________________________________________
40276 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
40277         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
40278              From: Mike Guy <mjtg@cam.ac.uk>
40279              Date: Tue, 12 Jun 2001 13:14:15 +0100
40280              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
40281      Branch: perl
40282            ! pod/perlop.pod
40283 ____________________________________________________________________________
40284 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
40285         Log: AUTHORS updates.
40286      Branch: perl
40287            ! AUTHORS
40288 ____________________________________________________________________________
40289 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
40290         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
40291              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
40292              Content-Transfer-Encoding: 7bit
40293              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
40294      Branch: perl
40295            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
40296 ____________________________________________________________________________
40297 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
40298         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
40299              From: "Philip Newton" <Philip.Newton@gmx.net>
40300              Date: Mon, 11 Jun 2001 07:08:03 +0200
40301              Message-Id: <200106120802.LAA08992@taas.iki.fi>
40302      Branch: perl
40303            ! t/base/term.t
40304 ____________________________________________________________________________
40305 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
40306         Log: Cleanup the a2p.c for -Wall.
40307      Branch: perl
40308            ! x2p/Makefile.SH x2p/a2p.c
40309 ____________________________________________________________________________
40310 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
40311         Log: File::Find update for MacOS from Chris Nandor.
40312      Branch: perl
40313            ! lib/File/Find.pm t/lib/filefind.t
40314 ____________________________________________________________________________
40315 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
40316         Log: gcc -Wall nits picked out by a non-UNIX system
40317              (courtesy of Mark Bixby)
40318      Branch: perl
40319            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
40320            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
40321            ! pp_sys.c util.c
40322 ____________________________________________________________________________
40323 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
40324         Log: Metaconfig unit change for #10522.  (The d_modfl changes
40325              placate metalint.)
40326      Branch: metaconfig/U/perl
40327            ! d_modfl.U d_u32align.U
40328 ____________________________________________________________________________
40329 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
40330         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
40331              be "./try 2>&1 >/dev/null".
40332      Branch: perl
40333            ! Configure
40334 ____________________________________________________________________________
40335 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
40336         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
40337              From: "Craig A. Berry" <craigberry@mac.com>
40338              Date: Mon, 11 Jun 2001 14:00:32 -0500
40339              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
40340      Branch: perl
40341            ! configure.com
40342 ____________________________________________________________________________
40343 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
40344         Log: Move the full \p\P lists to perlunicode.
40345      Branch: perl
40346            ! pod/perlretut.pod pod/perlunicode.pod
40347 ____________________________________________________________________________
40348 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
40349         Log: VOS build tweak for 5.6.1 from Paul Green.
40350      Branch: maint-5.6/perl
40351            ! vos/build.cm
40352 ____________________________________________________________________________
40353 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
40354         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
40355              From: "Craig A. Berry" <craigberry@mac.com>
40356              Date: Fri, 8 Jun 2001 18:08:18 -0500
40357              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
40358      Branch: perl
40359            ! vms/vms.c
40360 ____________________________________________________________________________
40361 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
40362         Log: Update Changes.
40363      Branch: perl
40364            ! Changes patchlevel.h
40365 ____________________________________________________________________________
40366 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
40367         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
40368      Branch: perl
40369            ! vos/config.alpha.h vos/config.ga.h
40370 ____________________________________________________________________________
40371 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
40372         Log: VOS updates from Paul Green for @10476.
40373      Branch: perl
40374            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
40375            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40376            ! vos/config.ga.h vos/configure_perl.cm
40377 ____________________________________________________________________________
40378 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
40379         Log: Subject: [PATCH] Not many people know this ...
40380              From: Mike Guy <mjtg@cam.ac.uk>
40381              Date: Mon, 11 Jun 2001 14:55:15 +0100
40382              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
40383      Branch: perl
40384            ! pod/perldebug.pod
40385 ____________________________________________________________________________
40386 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
40387         Log: Add final commas to lists as suggested by Philip Newton.
40388      Branch: perl
40389            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
40390 ____________________________________________________________________________
40391 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
40392         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
40393              Date: Sun, 10 Jun 2001 23:35:38 -0400
40394              From: Chris Nandor <pudge@pobox.com>
40395              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
40396      Branch: perl
40397            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
40398            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
40399            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
40400            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
40401            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
40402            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
40403            ! t/op/write.t t/pragma/strict.t
40404 ____________________________________________________________________________
40405 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
40406         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
40407              From: Chris Nandor <pudge@pobox.com>
40408              Date: Mon, 11 Jun 2001 08:24:28 -0400
40409              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
40410      Branch: perl
40411            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
40412            ! t/lib/io_dir.t
40413 ____________________________________________________________________________
40414 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
40415         Log: One more run_byacc (a hand-tweaked version had slipped in).
40416      Branch: perl
40417            ! perly.c vms/perly_c.vms
40418 ____________________________________________________________________________
40419 [ 10509] By: nick                                  on 2001/06/11  07:49:15
40420         Log: Integrate mainline
40421      Branch: perlio
40422           !> Makefile.SH embed.h embed.pl global.sym
40423           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
40424           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
40425           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
40426           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
40427 ____________________________________________________________________________
40428 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
40429         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
40430              From: Mike Guy <mjtg@cam.ac.uk>
40431              Reply-To: mjtg@cam.ac.uk
40432              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
40433      Branch: perl
40434            ! lib/ExtUtils/Manifest.pm
40435 ____________________________________________________________________________
40436 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
40437         Log: Subject: [PATCH] ExtUtils::Constant
40438              From: Nicholas Clark <nick@ccl4.org>
40439              Date: Sun, 10 Jun 2001 23:25:41 +0100
40440              Message-ID: <20010610232540.C76396@plum.flirble.org>
40441      Branch: perl
40442            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
40443 ____________________________________________________________________________
40444 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
40445         Log: Integrate perlio.
40446      Branch: perl
40447           !> iperlsys.h
40448 ____________________________________________________________________________
40449 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
40450         Log: Move the grok_number and its lieutenant grok_numeric_radix
40451              from sv.c statics to util.c and public.
40452      Branch: perl
40453            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
40454            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
40455 ____________________________________________________________________________
40456 [ 10504] By: nick                                  on 2001/06/10  17:47:06
40457         Log: Fix (valid) -Wall warnings in perlio.c
40458      Branch: perlio
40459            ! iperlsys.h
40460 ____________________________________________________________________________
40461 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
40462         Log: Update perly_c.diff, update perly.fixer to edit away
40463              some of the -Wall noise.
40464      Branch: perl
40465            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
40466 ____________________________________________________________________________
40467 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
40468         Log: Check the version of byacc.
40469      Branch: perl
40470            ! Makefile.SH
40471 ____________________________________________________________________________
40472 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
40473         Log: Subject: [PATCH] perly.y overhaul
40474              From: Simon Cozens <simon@netthink.co.uk>
40475              Date: Sun, 10 Jun 2001 16:56:54 +0100
40476              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
40477              
40478              Plus make run_byacc.
40479      Branch: perl
40480            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
40481 ____________________________________________________________________________
40482 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
40483         Log: Integrate perlio.
40484      Branch: perl
40485           !> perlio.c perlsfio.h
40486 ____________________________________________________________________________
40487 [ 10499] By: nick                                  on 2001/06/10  15:01:08
40488         Log: Integrate mainline
40489      Branch: perlio
40490           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
40491           !> t/pragma/locale.t util.c
40492 ____________________________________________________________________________
40493 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
40494         Log: Put some meat on the perl572delta bones.  The list of
40495              selected bug fixes needs more work, as does still the
40496              whole document.
40497      Branch: perl
40498            ! pod/perl572delta.pod
40499 ____________________________________________________________________________
40500 [ 10497] By: nick                                  on 2001/06/10  12:27:51
40501         Log: Paper over a crack or two with USE_SFIO
40502      Branch: perlio
40503            ! perlio.c perlsfio.h
40504 ____________________________________________________________________________
40505 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
40506         Log: Update Changes.
40507      Branch: perl
40508            ! Changes patchlevel.h
40509 ____________________________________________________________________________
40510 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
40511         Log: Subject: Re: pragma/locale.t #107
40512              From: Hugo <hv@crypt.compulink.co.uk>
40513              Date: Sun, 10 Jun 2001 11:23:30 +0100
40514              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
40515              
40516              Encapsulate the scan of the decimal radix separator.
40517      Branch: perl
40518            ! embed.h embed.pl proto.h sv.c
40519 ____________________________________________________________________________
40520 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
40521         Log: Try to grok numbers both with the locale specific separator
40522              and with the usual "." (if different from the lss); add a test
40523              to locale.t to do also a little bit of math in addition to just
40524              equalness testing; remove extraneous logic as suggested in
40525              
40526              Subject: Re: pragma/locale.t #107
40527              From: Nicholas Clark <nick@ccl4.org>
40528              Date: Sat, 9 Jun 2001 22:37:36 +0100
40529              Message-ID: <20010609223735.Y76396@plum.flirble.org>
40530      Branch: perl
40531            ! sv.c t/pragma/locale.t
40532 ____________________________________________________________________________
40533 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
40534         Log: Metaconfig unit change for #10492.
40535      Branch: metaconfig/U/perl
40536            ! Extensions.U
40537 ____________________________________________________________________________
40538 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
40539         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
40540              From: Artur Bergman <artur@contiller.se> 
40541              Date: Sat, 09 Jun 2001 21:03:51 +0200
40542              Message-ID: <B7483FB6.1398%artur@contiller.se>
40543      Branch: perl
40544            ! Configure
40545 ____________________________________________________________________________
40546 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
40547         Log: Integrate perlio.
40548      Branch: perl
40549           !> perlsfio.h
40550 ____________________________________________________________________________
40551 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
40552         Log: Do locale specific separator if only in locale.
40553      Branch: perl
40554            ! util.c
40555 ____________________________________________________________________________
40556 [ 10489] By: nick                                  on 2001/06/09  19:13:25
40557         Log: Make XS/Typemap compile (but fail) with sfio
40558      Branch: perlio
40559            ! perlsfio.h
40560 ____________________________________________________________________________
40561 [ 10488] By: nick                                  on 2001/06/09  19:12:51
40562         Log: Re-integrate mainline
40563      Branch: perlio
40564           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
40565           !> proto.h sv.c util.c
40566 ____________________________________________________________________________
40567 [ 10487] By: nick                                  on 2001/06/09  16:26:29
40568         Log: Integrate mainline
40569      Branch: perlio
40570           !> (integrate 31 files)
40571 ____________________________________________________________________________
40572 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
40573         Log: Subject: [PATCH] New attempt to clone callack
40574              From: Artur Bergman <artur@contiller.se> 
40575              Date: Thu, 07 Jun 2001 11:52:16 +0200
40576              Message-ID: <B7451B6F.12B7%artur@contiller.se>
40577      Branch: perl
40578            ! embedvar.h intrpvar.h perlapi.h sv.c
40579 ____________________________________________________________________________
40580 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
40581         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
40582      Branch: perl
40583            ! embed.h embed.pl perl.h proto.h sv.c util.c
40584 ____________________________________________________________________________
40585 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
40586         Log: Subject: Re: pragma/locale.t #107
40587              From: Nicholas Clark <nick@ccl4.org>
40588              Date: Sat, 9 Jun 2001 16:26:10 +0100
40589              Message-ID: <20010609162609.V76396@plum.flirble.org>
40590              
40591              A missing NVification.
40592      Branch: perl
40593            ! sv.c
40594 ____________________________________________________________________________
40595 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
40596         Log: Redo the #10482, there already was a test script for formats.
40597      Branch: perl
40598            - t/io/format.t
40599            ! MANIFEST t/op/write.t
40600 ____________________________________________________________________________
40601 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
40602         Log: Twisted format testing, from Merijn.
40603      Branch: perl
40604            + t/io/format.t
40605            ! MANIFEST
40606 ____________________________________________________________________________
40607 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
40608         Log: More \p{In...} testing, combined with \N{...}.
40609      Branch: perl
40610            ! lib/utf8_heavy.pl t/op/pat.t
40611 ____________________________________________________________________________
40612 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
40613         Log: Metaconfig changes for #10479.
40614      Branch: metaconfig
40615            ! U/Glossary.patch
40616      Branch: metaconfig/U/perl
40617            ! d_modfl.U
40618 ____________________________________________________________________________
40619 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
40620         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
40621      Branch: perl
40622            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40623            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
40624            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
40625            ! win32/config.bc win32/config.gc win32/config.vc
40626 ____________________________________________________________________________
40627 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
40628         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
40629              From: "Craig A. Berry" <craigberry@mac.com>
40630              Date: Thu, 7 Jun 2001 14:27:20 -0500
40631              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
40632      Branch: perl
40633            ! vms/perlvms.pod
40634 ____________________________________________________________________________
40635 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
40636         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
40637              From: Gisle Aas <gisle@ActiveState.com>
40638              Date: 07 Jun 2001 17:04:29 -0700
40639              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
40640      Branch: perl
40641            ! ext/re/re.xs
40642 ____________________________________________________________________________
40643 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
40644         Log: Update Changes.
40645      Branch: perl
40646            ! Changes patchlevel.h
40647 ____________________________________________________________________________
40648 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
40649         Log: Regen Glossary et alia.
40650      Branch: perl
40651            ! Porting/Glossary Porting/config.sh Porting/config_H
40652 ____________________________________________________________________________
40653 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
40654         Log: Metaconfig unit changes for #10473.
40655      Branch: metaconfig/U/perl
40656            ! d_modfl.U
40657 ____________________________________________________________________________
40658 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
40659         Log: Harumph, also AIX will spill its guts (i.e. dump core)
40660              if an executable contains modfl() but it hasn't been
40661              compiled right (in the case of AIX, with cc -qlongdouble).
40662      Branch: perl
40663            ! Configure
40664 ____________________________________________________________________________
40665 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
40666         Log: integrate change#10471 from mainline
40667              
40668              in change#10451, check that CvOUTSIDE is a CV before looking in
40669              (it can apparently be SVt_NULL during global destruction)
40670      Branch: maint-5.6/perl
40671           !> op.c
40672 ____________________________________________________________________________
40673 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
40674         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
40675              (it can apparently be SVt_NULL during global destruction)
40676      Branch: perl
40677            ! op.c
40678 ____________________________________________________________________________
40679 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
40680         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
40681              From: Robin Barker <rmb1@cise.npl.co.uk>
40682              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
40683              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
40684      Branch: perl
40685            ! lib/diagnostics.pm pod/perldiag.pod
40686 ____________________________________________________________________________
40687 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
40688         Log: Subject: [PATCH perl@10439] long =item
40689              From: Robin Barker <rmb1@cise.npl.co.uk>
40690              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
40691              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
40692      Branch: perl
40693            ! README.amiga lib/Attribute/Handlers.pm
40694            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
40695 ____________________________________________________________________________
40696 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
40697         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
40698              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
40699              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
40700              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
40701      Branch: perl
40702            ! pod/perlguts.pod
40703 ____________________________________________________________________________
40704 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
40705         Log: Integrate perlio.
40706      Branch: perl
40707           !> sv.c
40708 ____________________________________________________________________________
40709 [ 10466] By: nick                                  on 2001/06/07  10:25:40
40710         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
40711              whitespace tweaks.
40712              Still coredumps in pragma/overload.t - what a nice hard fail that is...
40713      Branch: perlio
40714            ! sv.c
40715 ____________________________________________________________________________
40716 [ 10465] By: nick                                  on 2001/06/07  08:41:58
40717         Log: Raw integrate of mainline for S_grok_number debug
40718              (sv.c has MULTIPLICITY issues as well as whatever else ...)
40719      Branch: perlio
40720            - plan9/perlplan9.doc plan9/perlplan9.pod
40721           !> (integrate 46 files)
40722 ____________________________________________________________________________
40723 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
40724         Log: The proper prototyping for #10463.
40725      Branch: perl
40726            ! embed.h embed.pl proto.h sv.c
40727 ____________________________________________________________________________
40728 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
40729         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
40730              From: Nicholas Clark <nick@ccl4.org>
40731              Date: Thu, 7 Jun 2001 00:29:59 +0100
40732              Message-ID: <20010607002959.Z76396@plum.flirble.org>
40733      Branch: perl
40734            ! sv.c
40735 ____________________________________________________________________________
40736 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
40737         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
40738              From: "Craig A. Berry" <craigberry@mac.com>
40739              Date: Wed, 06 Jun 2001 17:54:30 -0500
40740              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
40741      Branch: perl
40742            ! vms/perlvms.pod
40743 ____________________________________________________________________________
40744 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
40745         Log: Podify the remaining README.platform files;
40746              merge README.plan9 and plan9/perlplan9.pod;
40747              delete plan9/perlplan9.* (the perlplan.doc needs to
40748              be regenerated in Plan 9); make the =head1 and =head2
40749              in the README.platform to be a little more verbose
40750              (skipped README.os2 not to anger Ilya) so that they
40751              look better in the toc; regen toc.
40752      Branch: perl
40753            - plan9/perlplan9.doc plan9/perlplan9.pod
40754            ! MANIFEST README.aix README.amiga README.apollo README.beos
40755            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
40756            ! README.hpux README.hurd README.machten README.macos
40757            ! README.micro README.mint README.mpeix README.os390
40758            ! README.plan9 README.qnx README.solaris README.threads
40759            ! README.tru64 README.vmesa README.vms README.vos README.win32
40760            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
40761            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
40762 ____________________________________________________________________________
40763 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
40764         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
40765              From: Mike Guy <mjtg@cam.ac.uk>
40766              Reply-To: mjtg@cam.ac.uk
40767              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
40768      Branch: perl
40769            ! pod/perlguts.pod
40770 ____________________________________________________________________________
40771 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
40772         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
40773              From: Mike Guy <mjtg@cam.ac.uk>
40774              Reply-To: mjtg@cam.ac.uk
40775              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
40776      Branch: perl
40777            ! pod/perlsec.pod
40778 ____________________________________________________________________________
40779 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
40780         Log: Disable long doubles from pre-5.0 Tru64s.
40781      Branch: perl
40782            ! README.tru64 hints/dec_osf.sh
40783 ____________________________________________________________________________
40784 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
40785         Log: The #10455 exposed that modfl() is fundamentally busted
40786              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
40787              testing it.
40788      Branch: perl
40789            ! hints/dec_osf.sh
40790 ____________________________________________________________________________
40791 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
40792         Log: Metaconfig unit change for #10455.
40793      Branch: metaconfig/U/perl
40794            ! d_modfl.U
40795 ____________________________________________________________________________
40796 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
40797         Log: Configure check for geborken modfl(), inspired by
40798              
40799              Subject: Re: [20010118.017] op/int.t failure 
40800              From: Hugo <hv@crypt.compulink.co.uk>
40801              Date: Tue, 05 Jun 2001 13:43:27 +0100
40802              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
40803      Branch: perl
40804            ! Configure
40805 ____________________________________________________________________________
40806 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
40807         Log: Integrate changes #10450 and #10451 from maintperl:
40808              
40809              optimize change#10448 slightly (don't repeat search in eval""s lexical
40810              scope, since that has already been searched)
40811              
40812              change#9108 needs subtler treatment for case of closures created
40813              within eval""
40814      Branch: perl
40815           !> op.c t/op/misc.t
40816 ____________________________________________________________________________
40817 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
40818         Log: MakeMaker magic to compile (when no dynamic loading)
40819              List/Util.xsc as (ListUtil.c and) ListUtil.o since
40820              POSIX-BC (BS2000) linker has an evil limitation of
40821              being unable to include in the same executable several
40822              object files with the same name - case-insensitively -
40823              because otherwise we conflict with util.c.
40824              Strictly speaking currently required only in POSIX-BC
40825              but probably will do no harm elsewhere where static
40826              linking is required.
40827      Branch: perl
40828            ! ext/List/Util/Makefile.PL
40829 ____________________________________________________________________________
40830 [ 10452] By: nick                                  on 2001/06/06  08:59:51
40831         Log: Integrate mainline.
40832      Branch: perlio
40833           +> lib/Attribute/Handlers/demo/Demo.pm
40834           +> lib/Attribute/Handlers/demo/Descriptions.pm
40835           +> lib/Attribute/Handlers/demo/MyClass.pm
40836           +> lib/Attribute/Handlers/demo/demo.pl
40837           +> lib/Attribute/Handlers/demo/demo2.pl
40838           +> lib/Attribute/Handlers/demo/demo3.pl
40839           +> lib/Attribute/Handlers/demo/demo4.pl
40840           +> lib/Attribute/Handlers/demo/demo_call.pl
40841           +> lib/Attribute/Handlers/demo/demo_chain.pl
40842           +> lib/Attribute/Handlers/demo/demo_cycle.pl
40843           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
40844           +> lib/Attribute/Handlers/demo/demo_phases.pl
40845           +> lib/Attribute/Handlers/demo/demo_range.pl
40846           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
40847           +> uts/strtol_wrap.c
40848           !> (integrate 91 files)
40849 ____________________________________________________________________________
40850 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
40851         Log: change#9108 needs subtler treatment for case of closures created
40852              within eval""
40853      Branch: maint-5.6/perl
40854            ! op.c t/op/misc.t
40855 ____________________________________________________________________________
40856 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
40857         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
40858              scope, since that has already been searched)
40859      Branch: maint-5.6/perl
40860            ! op.c
40861 ____________________________________________________________________________
40862 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
40863         Log: Integrate change #10448 from maintperl; lexicals
40864              outside an eval"" weren't resolved correctly inside a subroutine
40865              definition inside the eval"" if they were not already referenced
40866              in the toplevel of the eval""-ed code
40867      Branch: perl
40868           !> cop.h op.c pp_ctl.c t/op/misc.t
40869 ____________________________________________________________________________
40870 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
40871         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
40872              outside an eval"" weren't resolved correctly inside a subroutine
40873              definition inside the eval"" if they were not already referenced
40874              in the toplevel of the eval""-ed code
40875      Branch: maint-5.6/perl
40876            ! cop.h op.c pp_ctl.c t/op/misc.t
40877 ____________________________________________________________________________
40878 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
40879         Log: Subject: [PATCH] perl570delta.pod
40880              From: Peter Scott <Peter@PSDT.com> 
40881              Date: Tue, 05 Jun 2001 18:51:02 -0700
40882              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
40883      Branch: perl
40884            ! pod/perl570delta.pod
40885 ____________________________________________________________________________
40886 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
40887         Log: The fudge factor is no more needed.  I hope.
40888      Branch: perl
40889            ! t/lib/posix.t
40890 ____________________________________________________________________________
40891 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
40892         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
40893              From: Hugo <hv@crypt.compulink.co.uk>
40894              Date: Tue, 05 Jun 2001 12:58:19 +0100
40895              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
40896      Branch: perl
40897            ! util.c
40898 ____________________________________________________________________________
40899 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
40900         Log: Make up prototypes only for those who have the functions
40901              but not the prototypes.
40902      Branch: perl
40903            ! perl.h
40904 ____________________________________________________________________________
40905 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
40906         Log: Subject: Re: Not OK: perl@10439 on win32 
40907              From: Prymmer/Kahn <pvhp@best.com> 
40908              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
40909              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
40910      Branch: perl
40911            ! perl.h util.c
40912 ____________________________________________________________________________
40913 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
40914         Log: The metaconfig units changes for #10441.
40915      Branch: metaconfig
40916            ! U/modified/Extract.U U/modified/Extractall.U
40917            ! U/modified/Finish.U
40918 ____________________________________________________________________________
40919 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
40920         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
40921      Branch: perl
40922            ! Configure
40923 ____________________________________________________________________________
40924 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
40925         Log: Unnecessary fuzziness undone, noted by Mike Guy.
40926      Branch: perl
40927            ! t/op/tr.t
40928 ____________________________________________________________________________
40929 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
40930         Log: Update Changes.
40931      Branch: perl
40932            ! Changes patchlevel.h
40933 ____________________________________________________________________________
40934 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
40935         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
40936              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
40937              leakage patch.
40938      Branch: perl
40939            ! t/op/misc.t
40940 ____________________________________________________________________________
40941 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
40942         Log: Test case for #10433/#10424.
40943      Branch: perl
40944            ! t/op/misc.t
40945 ____________________________________________________________________________
40946 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
40947         Log: Subject: One fix for strtoul not setting errno
40948              From: hom00@utsglobal.com (Hal Morris)
40949              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
40950              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
40951      Branch: perl
40952            + uts/strtol_wrap.c
40953            ! MANIFEST hints/uts.sh
40954 ____________________________________________________________________________
40955 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
40956         Log: Metaconfig units changes for #10434.
40957      Branch: metaconfig
40958            ! U/modified/Cppsym.U
40959      Branch: metaconfig/U/perl
40960            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
40961            + d_syscallproto.U d_usleepproto.U
40962            ! longdblfio.U quadfio.U
40963 ____________________________________________________________________________
40964 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
40965         Log: Configure tweaks; add prototype probes, make the cpp symbols
40966              probe to cast, not whine; test for %Ld and %Lf before %lld and
40967              %llf because the L is the ANSI way.
40968      Branch: perl
40969            ! Configure config_h.SH configure.com epoc/config.sh
40970            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
40971            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
40972            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
40973 ____________________________________________________________________________
40974 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
40975         Log: Sigh.  This is what #10424 was supposed to check in.
40976      Branch: perl
40977            ! op.c sv.c sv.h
40978 ____________________________________________________________________________
40979 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
40980         Log: More verbose failure.
40981      Branch: perl
40982            ! t/op/ver.t
40983 ____________________________________________________________________________
40984 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
40985         Log: The .pm changes to go with #10428.
40986      Branch: perl
40987            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
40988            ! ext/Sys/Syslog/Syslog.pm
40989 ____________________________________________________________________________
40990 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
40991         Log: On second thoughts show to utf8 skippage message only
40992              on failures, it's too confusing otherwise,
40993      Branch: perl
40994            ! t/pragma/locale.t
40995 ____________________________________________________________________________
40996 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
40997         Log: Do not import anything from Encode.
40998      Branch: perl
40999            ! ext/MIME/Base64/QuotedPrint.pm
41000 ____________________________________________________________________________
41001 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
41002         Log: The #10402 didn't take.  Weird.
41003      Branch: perl
41004            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
41005            ! ext/Sys/Syslog/Syslog.xs
41006 ____________________________________________________________________________
41007 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
41008         Log: Eradicate traces of 'asciirange' re subpragma.
41009      Branch: perl
41010            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
41011            ! pod/perldiag.pod
41012 ____________________________________________________________________________
41013 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
41014         Log: use is a compile-time thing.
41015      Branch: perl
41016            ! ext/MIME/Base64/QuotedPrint.pm
41017 ____________________________________________________________________________
41018 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
41019         Log: Subject: [PATCH perl@10419] -Wall casting patch
41020              From: Robin Barker <rmb1@cise.npl.co.uk>
41021              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
41022              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
41023      Branch: perl
41024            ! ext/Devel/DProf/DProf.xs mg.c
41025 ____________________________________________________________________________
41026 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
41027         Log: Subject: [PATCH #2] introducing SVpad_TYPED
41028              From: Abhijit Menon-Sen <ams@wiw.org>
41029              Date: Mon, 4 Jun 2001 12:26:02 +0530
41030              Message-ID: <20010604122602.A5775@lustre.linux.in>
41031      Branch: perl
41032            ! op.c sv.c sv.h
41033 ____________________________________________________________________________
41034 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
41035         Log: testsuite for change#10192 (from Gisle Aas)
41036      Branch: perl
41037            + t/op/override.t
41038            ! MANIFEST
41039 ____________________________________________________________________________
41040 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
41041         Log: integrate changes#10414-10416 from mainline
41042              
41043              Potential buffer overrun if the radix separator is more than
41044              one byte.  Also, under locales, prefer the locale-specific
41045              separator over the old boring ".".
41046              
41047              "10.", that is, decimal numbers can have no decimal part at all.
41048              
41049              The non-locale places need love, too.
41050      Branch: maint-5.6/perl
41051           !> perl.h sv.c
41052 ____________________________________________________________________________
41053 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
41054         Log: Missed from #10420.
41055      Branch: perl
41056            ! epoc/config.sh
41057 ____________________________________________________________________________
41058 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
41059         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
41060              often this prototype goes with HAS_SETRESUID_PROTO.
41061      Branch: perl
41062            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41063            ! config_h.SH configure.com perl.h uconfig.h
41064 ____________________________________________________________________________
41065 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
41066         Log: Update Changes.
41067      Branch: perl
41068            ! Changes patchlevel.h
41069 ____________________________________________________________________________
41070 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
41071         Log: -Wall "subscript has type `char'" cleanup.
41072      Branch: perl
41073            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
41074 ____________________________________________________________________________
41075 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
41076         Log: Various "cast to pointer from integer of different size"
41077              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
41078              wide but I32 (int) only 32 bits wide).
41079              
41080              WARNING: the classnum and tagnum changes in Storable.xs
41081              may not be wise, they may be breaking binary compatibility
41082              (in 64-bit platforms), asked Raphael Manfredi about the changes.
41083      Branch: perl
41084            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
41085            ! mg.c proto.h
41086 ____________________________________________________________________________
41087 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
41088         Log: The non-locale places need love, too.
41089      Branch: perl
41090            ! perl.h
41091 ____________________________________________________________________________
41092 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
41093         Log: "10.", that is, decimal numbers can have no decimal part at all.
41094      Branch: perl
41095            ! perl.h
41096 ____________________________________________________________________________
41097 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
41098         Log: Potential buffer overrun if the radix separator is more than
41099              one byte.  Also, under locales, prefer the locale-specific
41100              separator over the old boring ".".
41101      Branch: perl
41102            ! perl.h sv.c
41103 ____________________________________________________________________________
41104 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
41105         Log: Integrate change #10412 from maintperl; locale is now
41106              per-cop, not per-op; plus retweak the locale.t to always
41107              list the skipped utf8 locales.
41108      Branch: perl
41109            ! t/pragma/locale.t
41110           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
41111           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
41112 ____________________________________________________________________________
41113 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
41114         Log: rationalize locale handling to fix the bugs uncovered by change#10394
41115              
41116              the major issue was that the runtime was looking at PL_hints rather
41117              than op_private to notice whether locale was enabled
41118              
41119              the secondary issue was that many locale-sensitive numeric ops didn't
41120              have HINT_LOCALE propagated into their op_private
41121              
41122              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
41123              instead of per-op, just like HINT_BYTE and the hints for lexical
41124              warnings (this makes the hint available to every op via PL_curcop)
41125              
41126              pragma/locale.t may need to be reworked with these fixes in mind
41127              (it currently passes its tests)
41128      Branch: maint-5.6/perl
41129            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
41130            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
41131 ____________________________________________________________________________
41132 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
41133         Log: More verbose debugging.
41134      Branch: perl
41135            ! t/pragma/locale.t
41136 ____________________________________________________________________________
41137 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
41138         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
41139              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
41140              Date: Sat, 2 Jun 2001 22:53:33 +0100
41141              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
41142      Branch: perl
41143            ! regcomp.c t/pragma/warn/regcomp
41144 ____________________________________________________________________________
41145 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
41146         Log: Mention that lexicalizing $a or $b is a bad idea if one
41147              wants to use sort().
41148      Branch: perl
41149            ! pod/perlvar.pod
41150 ____________________________________________________________________________
41151 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
41152         Log: Tweak the test to be happy if the accuracy is 'good enough'.
41153      Branch: perl
41154            ! t/lib/posix.t
41155 ____________________________________________________________________________
41156 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
41157         Log: Upgrade to Attribute::Handlers 0.70.
41158              
41159              NOTE: this unearthed the "too late for CHECK block" bug,
41160              that's why the 1_compile.t change.
41161      Branch: perl
41162            + lib/Attribute/Handlers/demo/Demo.pm
41163            + lib/Attribute/Handlers/demo/Descriptions.pm
41164            + lib/Attribute/Handlers/demo/MyClass.pm
41165            + lib/Attribute/Handlers/demo/demo.pl
41166            + lib/Attribute/Handlers/demo/demo2.pl
41167            + lib/Attribute/Handlers/demo/demo3.pl
41168            + lib/Attribute/Handlers/demo/demo4.pl
41169            + lib/Attribute/Handlers/demo/demo_call.pl
41170            + lib/Attribute/Handlers/demo/demo_chain.pl
41171            + lib/Attribute/Handlers/demo/demo_cycle.pl
41172            + lib/Attribute/Handlers/demo/demo_hashdir.pl
41173            + lib/Attribute/Handlers/demo/demo_phases.pl
41174            + lib/Attribute/Handlers/demo/demo_range.pl
41175            + lib/Attribute/Handlers/demo/demo_rawdata.pl
41176            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
41177            ! t/lib/attrhand.t
41178 ____________________________________________________________________________
41179 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
41180         Log: One less -Wall whine.
41181      Branch: perl
41182            ! regcomp.c
41183 ____________________________________________________________________________
41184 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
41185         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
41186      Branch: perl
41187           !> t/op/eval.t
41188 ____________________________________________________________________________
41189 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
41190         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
41191              aren't "normally" visible inside eval""s contained in subs unless
41192              a cloned reference to them already exists)
41193              
41194              strangely enough, t/harness didn't show this up as a failure
41195              (harness needs fixing?)
41196      Branch: maint-5.6/perl
41197            ! t/op/eval.t
41198 ____________________________________________________________________________
41199 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
41200         Log: Update to Text::Balanced 1.85.
41201      Branch: perl
41202            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
41203 ____________________________________________________________________________
41204 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
41205         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
41206              From: Nicholas Clark <nick@ccl4.org>
41207              Date: Sun, 3 Jun 2001 17:54:36 +0100
41208              Message-ID: <20010603175436.E76396@plum.flirble.org> 
41209      Branch: perl
41210            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
41211            ! ext/Sys/Syslog/Syslog.xs
41212 ____________________________________________________________________________
41213 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
41214         Log: Unused variables.
41215      Branch: perl
41216            ! util.c
41217 ____________________________________________________________________________
41218 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
41219         Log: Subject: [PATCH] APIfy op_clear 
41220              From: Simon Cozens <simon@netthink.co.uk>
41221              Date: Sun, 3 Jun 2001 13:51:46 +0100
41222              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
41223              
41224              (despite the subject line, op_null is APIfied by the patch)
41225      Branch: perl
41226            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
41227 ____________________________________________________________________________
41228 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
41229         Log: Subject: [PATCH] t/lib/extutils.t
41230              From: Nicholas Clark <nick@ccl4.org>
41231              Date: Sat, 2 Jun 2001 23:57:05 +0100
41232              Message-ID: <20010602235705.Q12698@plum.flirble.org>
41233      Branch: perl
41234            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
41235 ____________________________________________________________________________
41236 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
41237         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
41238              From: Prymmer/Kahn <pvhp@best.com>
41239              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
41240              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
41241      Branch: perl
41242            ! win32/Makefile win32/makefile.mk
41243 ____________________________________________________________________________
41244 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
41245         Log: Subject: Re: 'decimal digits' macro? 
41246              From: Hugo <hv@crypt.compulink.co.uk>
41247              Date: Sun, 03 Jun 2001 04:26:36 +0100
41248              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
41249      Branch: perl
41250            ! handy.h t/lib/posix.t t/op/tr.t
41251 ____________________________________________________________________________
41252 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
41253         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
41254              From: Hugo <hv@crypt.compulink.co.uk>
41255              Date: Sun, 03 Jun 2001 14:56:30 +0100
41256              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
41257      Branch: perl
41258            ! util.c
41259 ____________________________________________________________________________
41260 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
41261         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
41262      Branch: perl
41263           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
41264           !> vms/perly_c.vms
41265 ____________________________________________________________________________
41266 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
41267         Log: fix leakage of lexicals at file scope into subroutines that were
41268              declared before them; this appears to be a longstanding bug that
41269              meant that lexicals at file scope were never "deintroduced", meaning
41270              their scope range was never properly closed, and their visibility
41271              extended to all subsequent eval""s or requires
41272              
41273              added a test case
41274              
41275              seems to also fix a case of bogus duplicate warnings
41276      Branch: maint-5.6/perl
41277            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
41278            ! vms/perly_c.vms
41279 ____________________________________________________________________________
41280 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
41281         Log: More VMS tweaks from Craig A. Berry.
41282      Branch: perl
41283            ! configure.com t/lib/extutils.t
41284 ____________________________________________________________________________
41285 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
41286         Log: -Wall cleanup continues.
41287      Branch: perl
41288            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
41289            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
41290            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
41291            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
41292            ! run.c toke.c util.c
41293 ____________________________________________________________________________
41294 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
41295         Log: The metaconfig unit change for #10390.
41296      Branch: metaconfig/U/perl
41297            ! gccvers.U
41298 ____________________________________________________________________________
41299 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
41300         Log: Drop the -ansi from the default gcc flags.
41301              
41302              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
41303              that struct cannot be compared with a flat integer, such as STRLEN.
41304              The -ansi will also cause a lot of noise in Solaris because of:
41305              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
41306      Branch: perl
41307            ! Configure
41308 ____________________________________________________________________________
41309 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
41310         Log: Integrate perlio.
41311      Branch: perl
41312           !> pod/perlapi.pod util.c
41313 ____________________________________________________________________________
41314 [ 10388] By: nick                                  on 2001/06/02  08:01:12
41315         Log: Integrate mainline
41316      Branch: perlio
41317           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
41318           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
41319           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
41320           !> t/lib/1_compile.t t/lib/mimeqp.t
41321 ____________________________________________________________________________
41322 [ 10387] By: nick                                  on 2001/06/02  07:39:17
41323         Log: Tweak util.c's atof2 for MULTIPLICITY
41324      Branch: perlio
41325            ! util.c
41326 ____________________________________________________________________________
41327 [ 10386] By: nick                                  on 2001/06/02  07:38:33
41328         Log: Integrate mainline
41329      Branch: perlio
41330           !> (integrate 41 files)
41331 ____________________________________________________________________________
41332 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
41333         Log: Add Attribute::Handlers 0.61 from Damian Conway.
41334      Branch: perl
41335            + lib/Attribute/Handlers.pm t/lib/attrhand.t
41336            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
41337 ____________________________________________________________________________
41338 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
41339         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
41340              From: Peter Prymmer <pvhp@forte.com>
41341              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
41342              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
41343      Branch: perl
41344            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
41345 ____________________________________________________________________________
41346 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
41347         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
41348              From: Jeff Pinyan <jeffp@crusoe.net>
41349              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
41350              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
41351      Branch: perl
41352            ! lib/File/Find.pm
41353 ____________________________________________________________________________
41354 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
41355         Log: Subject: [PATCH perl@10381] configure.com tweaks
41356              From: "Craig A. Berry" <craigberry@mac.com>
41357              Date: Fri, 1 Jun 2001 13:55:43 -0500
41358              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
41359      Branch: perl
41360            ! configure.com
41361 ____________________________________________________________________________
41362 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
41363         Log: Update Changes.
41364      Branch: perl
41365            ! Changes patchlevel.h
41366 ____________________________________________________________________________
41367 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
41368         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
41369              From: Mike Guy <mjtg@cam.ac.uk>
41370              Date: Fri, 01 Jun 2001 18:17:02 +0100
41371              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
41372      Branch: perl
41373            ! lib/perl5db.pl
41374 ____________________________________________________________________________
41375 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
41376         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
41377              From: Hugo <hv@crypt.compulink.co.uk>
41378              Date: Thu, 31 May 2001 20:49:48 +0100
41379              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
41380      Branch: perl
41381            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
41382            ! util.c
41383 ____________________________________________________________________________
41384 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
41385         Log: Zero() is not available in x2p (or, rather, some of its
41386              implementations like memzero() might not be available.)
41387      Branch: perl
41388            ! x2p/hash.c
41389 ____________________________________________________________________________
41390 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
41391         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
41392              From: Michael G Schwern <schwern@pobox.com>
41393              Date: Fri, 1 Jun 2001 12:00:29 +0100
41394              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
41395              
41396              (But use Zero() instead of memset.)
41397      Branch: perl
41398            ! x2p/hash.c
41399 ____________________________________________________________________________
41400 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
41401         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
41402              From: Jeff Pinyan <jeffp@crusoe.net>
41403              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
41404              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
41405      Branch: perl
41406            ! pod/perldiag.pod regcomp.c t/op/pat.t
41407 ____________________________________________________________________________
41408 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
41409         Log: Retract #10324 and #10333; not needed.
41410      Branch: perl
41411            ! hints/irix_6.sh hints/linux.sh
41412 ____________________________________________________________________________
41413 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
41414         Log: The #10370 wasn't quite right.
41415      Branch: perl
41416            ! ext/XS/Typemap/Typemap.xs
41417 ____________________________________________________________________________
41418 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
41419         Log: The metaconfig units changes for #10372.
41420      Branch: metaconfig/U/perl
41421            + d_realpath.U d_sresgproto.U d_sresuproto.U
41422            ! gccvers.U i_db.U
41423 ____________________________________________________________________________
41424 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
41425         Log: Configure tweaks; record the Berkeley DB version,
41426              probe for realpath(), for setresuid() and setresgid()
41427              prototypes; use realpath() (try to be paranoid enough),
41428              use the setres[ug]id prototypes because glibc has the functions
41429              but not their prototypes; add -Wall -ansi to gcc ccflags;
41430              regen toc.
41431      Branch: perl
41432            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41433            ! config_h.SH configure.com epoc/config.sh
41434            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
41435            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
41436            ! vos/config.ga.def win32/config.bc win32/config.gc
41437            ! win32/config.vc
41438 ____________________________________________________________________________
41439 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
41440         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
41441              From: Michael G Schwern <schwern@pobox.com>
41442              Date: Fri, 1 Jun 2001 11:28:14 +0100
41443              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
41444      Branch: perl
41445            ! lib/attributes.pm xsutils.c
41446 ____________________________________________________________________________
41447 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
41448         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
41449              From: Tim Jenness <t.jenness@jach.hawaii.edu>
41450              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
41451              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
41452      Branch: perl
41453            ! ext/XS/Typemap/Typemap.xs
41454 ____________________________________________________________________________
41455 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
41456         Log: Subject: [patch] Cwd.xs optimizations/abstraction
41457              From: Doug MacEachern <dougm@covalent.net>
41458              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
41459              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
41460      Branch: perl
41461            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
41462            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
41463 ____________________________________________________________________________
41464 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
41465         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!])
41466              From: Nicholas Clark <nick@ccl4.org>
41467              Date: Thu, 31 May 2001 23:56:40 +0100
41468              Message-ID: <20010531235640.F12698@plum.flirble.org>
41469              
41470              Make the test work also under only static extensions
41471              (sh Configure -Uusedl fakes this nicely)
41472      Branch: perl
41473            ! t/lib/extutils.t
41474 ____________________________________________________________________________
41475 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
41476         Log: Subject: [PATCH hv.c] Eliminating trigraph
41477              From: Michael G Schwern <schwern@pobox.com>
41478              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
41479              Date: Fri, 1 Jun 2001 11:49:56 +0100
41480      Branch: perl
41481            ! hv.c
41482 ____________________________________________________________________________
41483 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
41484         Log: Subject: Re: [PATCH] Tests for File::Compare 
41485              From: "Philip Newton" <Philip.Newton@gmx.net>
41486              Date: Thu, 31 May 2001 19:44:05 +0200
41487              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
41488              
41489              Unnecessary "quotation marks".
41490      Branch: perl
41491            ! t/lib/filecomp.t
41492 ____________________________________________________________________________
41493 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
41494         Log: Integrate perlio.
41495      Branch: perl
41496           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
41497 ____________________________________________________________________________
41498 [ 10364] By: nick                                  on 2001/06/01  10:13:31
41499         Log: Cleanup dll.base and dll.exp created by GCC builds.
41500      Branch: perlio
41501            ! lib/ExtUtils/MM_Win32.pm
41502 ____________________________________________________________________________
41503 [ 10363] By: nick                                  on 2001/06/01  10:02:17
41504         Log: Make filecomp test work on CRLF platforms by adding binmode.
41505      Branch: perlio
41506            ! t/lib/filecomp.t
41507 ____________________________________________________________________________
41508 [ 10362] By: nick                                  on 2001/06/01  08:37:17
41509         Log: Integrate mainline
41510      Branch: perlio
41511           !> Changes Configure patchlevel.h perlio.c
41512 ____________________________________________________________________________
41513 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
41514         Log: panic:claustrophobia.
41515      Branch: perl
41516            ! perlio.c
41517 ____________________________________________________________________________
41518 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
41519         Log: Update Changes.
41520      Branch: perl
41521            ! Changes patchlevel.h
41522 ____________________________________________________________________________
41523 [ 10359] By: nick                                  on 2001/05/31  12:35:50
41524         Log: Integrate mainline.
41525      Branch: perlio
41526           +> t/lib/filecomp.t
41527           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
41528           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
41529 ____________________________________________________________________________
41530 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
41531         Log: Integrate perlio.
41532      Branch: perl
41533           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
41534           !> win32/config_H.vc
41535 ____________________________________________________________________________
41536 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
41537         Log: Metaconfig unit change for #10356.
41538      Branch: metaconfig
41539            ! U/installdirs/inc_version_list.U
41540 ____________________________________________________________________________
41541 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
41542         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
41543              (idea from Sarathy; implementation from Andy)
41544      Branch: perl
41545            ! Configure
41546 ____________________________________________________________________________
41547 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
41548         Log: More AUTHORS.
41549      Branch: perl
41550            ! AUTHORS
41551 ____________________________________________________________________________
41552 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
41553         Log: Subject: Re: [PATCH] Tests for File::Compare
41554              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
41555              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
41556              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
41557      Branch: perl
41558            + t/lib/filecomp.t
41559            ! MANIFEST t/lib/1_compile.t
41560 ____________________________________________________________________________
41561 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
41562         Log: Subject: [PATCH] DEBUG_* macro cleanups
41563              From: Abhijit Menon-Sen <ams@wiw.org>
41564              Date: Thu, 31 May 2001 12:16:22 +0530
41565              Message-ID: <20010531121622.B4829@lustre.linux.in>
41566              
41567              Subject: Re: [PATCH] DEBUG_* macro cleanups
41568              From: Abhijit Menon-Sen <ams@wiw.org>
41569              Date: Thu, 31 May 2001 13:57:01 +0530
41570              Message-ID: <20010531135701.A21775@lustre.linux.in>
41571              
41572              (The DEBUG_ definitions in perl.h changed to use the
41573              STMT_START and STMT_END.)
41574      Branch: perl
41575            ! perl.h pp_ctl.c sv.c toke.c
41576 ____________________________________________________________________________
41577 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
41578         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
41579              From: Abhijit Menon-Sen <ams@wiw.org>
41580              Date: Thu, 31 May 2001 08:27:55 +0530
41581              Message-ID: <20010531082755.A10018@lustre.linux.in>
41582      Branch: perl
41583            ! ext/Storable/Storable.xs gv.c perl.c
41584 ____________________________________________________________________________
41585 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
41586         Log: Subject: [PATCH] AUTHORS
41587              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
41588              Date: Thu, 31 May 2001 01:27:59 -0500
41589              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
41590              
41591              Subject: Re: [PATCH] AUTHORS
41592              From: "Philip Newton" <Philip.Newton@gmx.net>
41593              Date: Thu, 31 May 2001 10:08:06 +0200
41594              (Message-Id missing?)
41595      Branch: perl
41596            ! AUTHORS
41597 ____________________________________________________________________________
41598 [ 10350] By: nick                                  on 2001/05/31  11:40:43
41599         Log: win32 - dmake regen_config_h
41600      Branch: perlio
41601            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41602 ____________________________________________________________________________
41603 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
41604         Log: Subject: Re: [PATCH util.c] More warning cleanups.
41605              From: "Philip Newton" <Philip.Newton@gmx.net>
41606              Date: Thu, 31 May 2001 07:41:36 +0200
41607              Message-Id: <200105310538.IAA25458@taku.hut.fi>
41608              
41609              Undo C++-ism that snekt in.
41610      Branch: perl
41611            ! util.c
41612 ____________________________________________________________________________
41613 [ 10348] By: nick                                  on 2001/05/31  11:36:46
41614         Log: Tolerate Win32 numerics
41615      Branch: perlio
41616            ! t/pragma/warn/toke
41617 ____________________________________________________________________________
41618 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
41619         Log: Integrate perlio.
41620      Branch: perl
41621           !> perlio.c win32/win32.h
41622 ____________________________________________________________________________
41623 [ 10346] By: nick                                  on 2001/05/31  10:54:55
41624         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
41625              perlio.c change 10255.
41626      Branch: perlio
41627            ! perlio.c
41628 ____________________________________________________________________________
41629 [ 10345] By: nick                                  on 2001/05/31  10:01:57
41630         Log: Conditionally put back some "unused" dTHX which are used
41631              with PERL_IMPLICIT_SYS
41632      Branch: perlio
41633            ! perlio.c
41634 ____________________________________________________________________________
41635 [ 10344] By: nick                                  on 2001/05/31  10:00:59
41636         Log: Fix Win32 for new spelling IN_BYTES 
41637      Branch: perlio
41638            ! win32/win32.h
41639 ____________________________________________________________________________
41640 [ 10343] By: nick                                  on 2001/05/31  08:01:32
41641         Log: perlio.c -Wall cleaner under MULTIPLICITY
41642              - still minor noise with linux stdio
41643      Branch: perlio
41644            ! perlio.c
41645 ____________________________________________________________________________
41646 [ 10342] By: nick                                  on 2001/05/31  07:52:23
41647         Log: Integrate mainline.
41648      Branch: perlio
41649           !> (integrate 42 files)
41650 ____________________________________________________________________________
41651 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
41652         Log: AUTHORS updates.
41653      Branch: perl
41654            ! AUTHORS
41655 ____________________________________________________________________________
41656 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
41657         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
41658              From: Peter Prymmer <pvhp@forte.com>
41659              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
41660              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
41661      Branch: perl
41662            ! t/lib/md5-file.t
41663 ____________________________________________________________________________
41664 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
41665         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
41666              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
41667              to match the pragma name; various robustness cleanups.
41668      Branch: perl
41669            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
41670            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
41671 ____________________________________________________________________________
41672 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
41673         Log: More -Wall sweeping.
41674      Branch: perl
41675            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
41676            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
41677            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
41678            ! regcomp.c sv.c toke.c utf8.c
41679 ____________________________________________________________________________
41680 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
41681         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
41682              From: Nicholas Clark <nick@ccl4.org>
41683              Date: Wed, 30 May 2001 22:34:41 +0100
41684              Message-ID: <20010530223441.Y86445@plum.flirble.org>
41685      Branch: perl
41686            ! t/op/cmp.t
41687 ____________________________________________________________________________
41688 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
41689         Log: It's is not, it isn't ain't, and it's it's, not its,
41690              if you mean it is. If you don't, it's its. Then too,
41691              it's hers. It isn't her's. It isn't our's either.
41692              It's ours, and likewise yours and theirs.
41693              -- Oxford University Press, Edpress News
41694      Branch: perl
41695            ! lib/autouse.pm
41696 ____________________________________________________________________________
41697 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
41698         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
41699      Branch: perl
41700            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
41701            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
41702            ! x2p/str.c x2p/walk.c xsutils.c
41703 ____________________________________________________________________________
41704 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
41705         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
41706              From: Michael G Schwern <schwern@pobox.com>
41707              Date: Wed, 30 May 2001 17:10:38 +0100
41708              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
41709              
41710              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
41711              From: Abhijit Menon-Sen <ams@wiw.org>
41712              Date: Wed, 30 May 2001 23:16:13 +0530
41713              Message-ID: <20010530231613.A31933@lustre.linux.in>
41714      Branch: perl
41715            ! perl.c t/run/runenv.t
41716 ____________________________________________________________________________
41717 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
41718         Log: (Retracted by #10375.)
41719              
41720              IRIX hints patch from Merijn Broeren.
41721              
41722              TODO: (this and the earlier Linux hints patch) should be solved
41723              at Configure level.  Merijn: -ldb should not be used on any platform
41724              for perl, just when linking DBFile itself. Trying to be helpful here
41725              is counterproductive.
41726      Branch: perl
41727            ! hints/irix_6.sh
41728 ____________________________________________________________________________
41729 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
41730         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
41731              From: Nicholas Clark <nick@ccl4.org>
41732              Date: Wed, 30 May 2001 23:20:58 +0100
41733              Message-ID: <20010530232058.B86445@plum.flirble.org>
41734      Branch: perl
41735            ! doop.c
41736 ____________________________________________________________________________
41737 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
41738         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
41739              From: Michael G Schwern <schwern@pobox.com> 
41740              Date: Wed, 30 May 2001 15:24:20 +0100
41741              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
41742      Branch: perl
41743            ! t/pragma/autouse.t
41744 ____________________________________________________________________________
41745 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
41746         Log: The regex trick wasn't a good idea.
41747      Branch: perl
41748            ! pod/perlfaq4.pod
41749 ____________________________________________________________________________
41750 [ 10329] By: nick                                  on 2001/05/30  18:34:35
41751         Log: Integrate mainline
41752      Branch: perlio
41753           !> (integrate 40 files)
41754 ____________________________________________________________________________
41755 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
41756         Log: Update Changes.
41757      Branch: perl
41758            ! Changes patchlevel.h
41759 ____________________________________________________________________________
41760 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
41761         Log: The metaconfig unit change for #10325.
41762      Branch: metaconfig
41763            + U/modified/afs.U
41764 ____________________________________________________________________________
41765 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
41766         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
41767              is now wrong.
41768      Branch: perl
41769            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
41770 ____________________________________________________________________________
41771 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
41772         Log: Introduce $Config{afsroot}.
41773      Branch: perl
41774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41775            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
41776            ! win32/config.gc win32/config.vc
41777 ____________________________________________________________________________
41778 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
41779         Log: (Retracted by #10375.)
41780              
41781              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
41782      Branch: perl
41783            ! hints/linux.sh
41784 ____________________________________________________________________________
41785 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
41786         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
41787              (Also Configure tweaks needed; coming up soon.)
41788      Branch: perl
41789            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
41790 ____________________________________________________________________________
41791 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
41792         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
41793              From: Michael G Schwern <schwern@pobox.com>
41794              Date: Sun, 27 May 2001 10:29:43 +0100
41795              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
41796      Branch: perl
41797            ! lib/perl5db.pl
41798 ____________________________________________________________________________
41799 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
41800         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
41801              and Abhijit Menon-Sen.
41802      Branch: perl
41803            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
41804            ! perl.c pp_sys.c regcomp.c
41805 ____________________________________________________________________________
41806 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
41807         Log: Fix the BOOT section to call myU2time properly.
41808      Branch: perl
41809            ! ext/Time/HiRes/HiRes.xs
41810 ____________________________________________________________________________
41811 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
41812         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
41813              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
41814              Date: Wed, 30 May 2001 09:44:29 -0400
41815              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
41816              
41817              Detypo; plus add one more trick.
41818      Branch: perl
41819            ! pod/perlfaq4.pod
41820 ____________________________________________________________________________
41821 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
41822         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)
41823              From: Michael G Schwern <schwern@pobox.com>
41824              Date: Wed, 30 May 2001 14:39:06 +0100
41825              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
41826      Branch: perl
41827            ! lib/autouse.pm t/pragma/autouse.t
41828 ____________________________________________________________________________
41829 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
41830         Log: Subject: Re: AIX and gcc (moving targets)
41831              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41832              Date: Wed, 30 May 2001 15:25:08 +0200
41833              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
41834      Branch: perl
41835            ! ext/Time/HiRes/HiRes.xs
41836 ____________________________________________________________________________
41837 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
41838         Log: Subject: [PATCH t/TEST] sorting tests
41839              From: Michael G Schwern <schwern@pobox.com>
41840              Date: Wed, 30 May 2001 10:24:02 +0100
41841              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
41842      Branch: perl
41843            ! t/TEST
41844 ____________________________________________________________________________
41845 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
41846         Log: Subject: [ID 20010529.002] typos in man page perlre
41847              From: bart@cg681574-a.adubn1.nj.home.com 
41848              Date: Tue, 29 May 2001 13:58:59 -0500
41849              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
41850      Branch: perl
41851            ! pod/perlre.pod
41852 ____________________________________________________________________________
41853 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
41854         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
41855              From: "Craig A. Berry" <craigberry@mac.com>
41856              Date: Tue, 29 May 2001 23:23:45 -0500
41857              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
41858      Branch: perl
41859            ! t/lib/extutils.t t/pragma/autouse.t
41860 ____________________________________________________________________________
41861 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
41862         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)
41863              From: David Dyck <dcd@tc.fluke.com>
41864              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
41865              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
41866      Branch: perl
41867            ! t/lib/filefind.t
41868 ____________________________________________________________________________
41869 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
41870         Log: AIX hints update for gcc from Merijn H. Brand.
41871      Branch: perl
41872            ! hints/aix.sh
41873 ____________________________________________________________________________
41874 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
41875         Log: Retract #10295 and #10296: a more generic solution
41876              is needed (there's something funny with gcc on AIX).
41877      Branch: perl
41878            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
41879 ____________________________________________________________________________
41880 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
41881         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
41882              From: Hugo <hv@crypt.compulink.co.uk>
41883              Date: Wed, 30 May 2001 11:59:19 +0100
41884              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
41885              
41886              localizing $@ has unfortunate semantics - if you die past
41887              a local $@, the die message is lost.
41888      Branch: perl
41889            ! lib/utf8_heavy.pl
41890 ____________________________________________________________________________
41891 [ 10309] By: nick                                  on 2001/05/30  08:23:02
41892         Log: Integrate mainline (autouse works again.)
41893      Branch: perlio
41894           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
41895           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
41896           !> pod/perlvar.pod t/op/cmp.t
41897 ____________________________________________________________________________
41898 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
41899         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
41900              From: David Dyck <dcd@tc.fluke.com>
41901              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
41902              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
41903      Branch: perl
41904            ! lib/File/Find.pm
41905 ____________________________________________________________________________
41906 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
41907         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
41908              From: Nicholas Clark <nick@ccl4.org>
41909              Date: Tue, 29 May 2001 23:16:09 +0100
41910              Message-ID: <20010529231609.U86445@plum.flirble.org>
41911              
41912              Make the test output slightly clearer by distinguishing
41913              between '' and undef.
41914      Branch: perl
41915            ! t/op/cmp.t
41916 ____________________________________________________________________________
41917 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
41918         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
41919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41920              Date: Tue, 29 May 2001 19:15:19 -0400
41921              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
41922      Branch: perl
41923            ! hints/os2.sh
41924 ____________________________________________________________________________
41925 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
41926         Log: Subject: perlvar.pod addition
41927              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
41928              Date: Fri, 25 May 2001 20:23:12 +0200
41929              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
41930              
41931              Subject: Re: perlvar.pod addition
41932              From: "Abigail" <abigail@foad.org> 
41933              Date: Fri, 25 May 2001 22:00:39 +0200
41934              Message-ID: <20010525200039.28029.qmail@foad.org>
41935              
41936              Mention $a and $b in perlvar.
41937      Branch: perl
41938            ! pod/perlvar.pod
41939 ____________________________________________________________________________
41940 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
41941         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
41942              From: Jeff Pinyan <jeffp@crusoe.net>
41943              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
41944              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
41945      Branch: perl
41946            ! pod/perlvar.pod
41947 ____________________________________________________________________________
41948 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
41949         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
41950              From: Jeff Pinyan <jeffp@crusoe.net>
41951              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
41952              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
41953      Branch: perl
41954            ! pod/perlfaq6.pod
41955 ____________________________________________________________________________
41956 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
41957         Log: Mention Time::localtime and Time::gmtime.
41958      Branch: perl
41959            ! ext/Time/Piece/Piece.pm
41960 ____________________________________________________________________________
41961 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
41962         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
41963              From: Michael G Schwern <schwern@pobox.com>
41964              Date: Tue, 29 May 2001 18:51:32 +0100
41965              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
41966      Branch: perl
41967            ! pod/perlfaq4.pod
41968 ____________________________________________________________________________
41969 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
41970         Log: Retract #10243.
41971      Branch: perl
41972            ! lib/autouse.pm
41973 ____________________________________________________________________________
41974 [ 10299] By: nick                                  on 2001/05/29  18:41:19
41975         Log: Post weekend integrate mainline (fails one test pragma/autouse).
41976      Branch: perlio
41977           +> (branch 29 files)
41978           !> (integrate 91 files)
41979 ____________________________________________________________________________
41980 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
41981         Log: Update Changes.
41982      Branch: perl
41983            ! Changes patchlevel.h
41984 ____________________________________________________________________________
41985 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
41986         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
41987              before Perl_load_module/Perl_call_method and restore the value
41988              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
41989      Branch: perl
41990            ! utf8.c
41991 ____________________________________________________________________________
41992 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
41993         Log: Subject: Re: AIX and gcc (moving targets)
41994              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41995              Date: Tue, 29 May 2001 17:59:40 +0200
41996              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
41997      Branch: perl
41998            ! ext/Storable/Makefile.PL
41999 ____________________________________________________________________________
42000 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
42001         Log: Subject: Re: AIX and gcc (moving targets)
42002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42003              Date: Tue, 29 May 2001 12:32:57 +0200
42004              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
42005      Branch: perl
42006            ! ext/POSIX/Makefile.PL
42007 ____________________________________________________________________________
42008 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
42009         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
42010              From: Michael G Schwern <schwern@pobox.com>
42011              Date: Tue, 29 May 2001 09:53:29 +0100
42012              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
42013              
42014              (#10280 retracted)
42015      Branch: perl
42016            ! lib/Test/Harness.pm t/lib/test-harness.t
42017 ____________________________________________________________________________
42018 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
42019         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
42020              From: Michael G Schwern <schwern@pobox.com>
42021              Date: Tue, 29 May 2001 09:19:52 +0100
42022              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
42023      Branch: perl
42024            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
42025            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
42026            + t/lib/Test/todo.t
42027            ! MANIFEST lib/Test.pm t/TEST
42028 ____________________________________________________________________________
42029 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
42030         Log: From: Michael G Schwern <schwern@pobox.com>
42031              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
42032              Date: Tue, 29 May 2001 08:26:09 +0100
42033              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
42034      Branch: perl
42035            ! t/TEST
42036 ____________________________________________________________________________
42037 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
42038         Log: Add tests for Time::gmtime and Time::localtime.
42039      Branch: perl
42040            + t/lib/time-gmtime.t t/lib/time-localtime.t
42041            ! MANIFEST t/lib/1_compile.t
42042 ____________________________________________________________________________
42043 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
42044         Log: Add test for File::stat.
42045      Branch: perl
42046            + t/lib/filestat.t
42047            ! MANIFEST t/lib/1_compile.t
42048 ____________________________________________________________________________
42049 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
42050         Log: Add test for Net::servent.
42051      Branch: perl
42052            + t/lib/net-sent.t
42053            ! MANIFEST t/lib/1_compile.t
42054 ____________________________________________________________________________
42055 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
42056         Log: Add test for Net::protoent.
42057      Branch: perl
42058            + t/lib/net-pent.t
42059            ! MANIFEST t/lib/1_compile.t
42060 ____________________________________________________________________________
42061 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
42062         Log: Add test for Net::netent.
42063      Branch: perl
42064            + t/lib/net-nent.t
42065            ! MANIFEST t/lib/1_compile.t
42066 ____________________________________________________________________________
42067 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
42068         Log: Add test for User::grent.  Portability doubtful.
42069      Branch: perl
42070            + t/lib/user-grent.t
42071            ! MANIFEST t/lib/1_compile.t
42072 ____________________________________________________________________________
42073 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
42074         Log: Add test for User::pwent.
42075              Probably will fall down somewhere for portability reasons.
42076      Branch: perl
42077            + t/lib/user-pwent.t
42078            ! MANIFEST t/lib/1_compile.t
42079 ____________________________________________________________________________
42080 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
42081         Log: Metaconfig units changes for #10283.
42082      Branch: metaconfig
42083            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
42084            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
42085            ! U/installdirs/sitescript.U U/modified/Signal.U
42086 ____________________________________________________________________________
42087 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
42088         Log: Subject: [PATCH 5.6.1] signal names in Configure
42089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42090              Date: Tue, 29 May 2001 03:52:25 -0400
42091              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
42092              
42093              Subject: [PATCH 5.6.1] older perl in Configure
42094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42095              Date: Tue, 29 May 2001 03:55:40 -0400
42096              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
42097              
42098              Subject: [PATCH 5.6.1] goofs in Configure
42099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42100              Date: Tue, 29 May 2001 04:13:07 -0400
42101              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
42102              
42103              Configure portability tweaks.
42104      Branch: perl
42105            ! Configure
42106 ____________________________________________________________________________
42107 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
42108         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
42109              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42110              Date: Tue, 29 May 2001 04:07:06 -0400
42111              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
42112      Branch: perl
42113            ! os2/os2.c
42114 ____________________________________________________________________________
42115 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
42116         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
42117              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42118              Date: Tue, 29 May 2001 04:01:38 -0400
42119              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
42120      Branch: perl
42121            ! hints/os2.sh os2/Makefile.SHs
42122 ____________________________________________________________________________
42123 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
42124         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
42125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42126              Date: Tue, 29 May 2001 03:50:18 -0400
42127              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
42128      Branch: perl
42129            ! lib/Test/Harness.pm
42130 ____________________________________________________________________________
42131 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
42132         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
42133      Branch: perl
42134            ! lib/utf8_heavy.pl
42135 ____________________________________________________________________________
42136 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
42137         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
42138              From: Hugo <hv@crypt.compulink.co.uk>
42139              Date: Tue, 29 May 2001 03:03:45 +0100
42140              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
42141              
42142              Explanation why the $@ always gets the UTF8 flag when under use utf8--
42143              because we told it to have the flag when under use utf8.
42144      Branch: perl
42145            ! pp_ctl.c
42146 ____________________________________________________________________________
42147 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
42148         Log: At least a partial fix for 20010528.004.
42149      Branch: perl
42150            ! lib/utf8_heavy.pl
42151 ____________________________________________________________________________
42152 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
42153         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
42154              From: Nicholas Clark <nick@ccl4.org> 
42155              Date: Mon, 28 May 2001 23:39:38 +0100
42156              Message-ID: <20010528233938.M86445@plum.flirble.org>
42157              
42158              More portable non-zero UV.
42159      Branch: perl
42160            ! t/lib/extutils.t
42161 ____________________________________________________________________________
42162 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
42163         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
42164              From: Nicholas Clark <nick@ccl4.org>
42165              Date: Mon, 28 May 2001 22:46:09 +0100
42166              Message-ID: <20010528224608.L86445@plum.flirble.org>
42167              
42168              Test also "make clean".
42169      Branch: perl
42170            ! t/lib/extutils.t
42171 ____________________________________________________________________________
42172 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
42173         Log: Subject: Re: Would -Wno-unused -Wall be better?
42174              From: Michael G Schwern <schwern@pobox.com>
42175              Date: Tue, 29 May 2001 00:55:54 +0100
42176              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
42177      Branch: perl
42178            ! pp.h
42179 ____________________________________________________________________________
42180 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
42181         Log: Add a test for 20010528.007, fixed in #10272.
42182      Branch: perl
42183            ! t/op/misc.t toke.c
42184 ____________________________________________________________________________
42185 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
42186         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
42187              From: Hugo <hv@crypt.compulink.co.uk>
42188              Date: Tue, 29 May 2001 00:23:23 +0100
42189              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
42190      Branch: perl
42191            ! toke.c
42192 ____________________________________________________________________________
42193 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
42194         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
42195              From: Michael G Schwern <schwern@pobox.com>
42196              Date: Tue, 29 May 2001 00:42:59 +0100
42197              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
42198      Branch: perl
42199            ! t/pragma/autouse.t
42200 ____________________________________________________________________________
42201 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
42202         Log: Some shells seemingly arrange the signal handlers differently
42203              (bug id 20010521.004).
42204      Branch: perl
42205            ! t/lib/sigaction.t
42206 ____________________________________________________________________________
42207 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
42208         Log: Regen perlmodlib.
42209      Branch: perl
42210            ! pod/perlmodlib.pod
42211 ____________________________________________________________________________
42212 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
42213         Log: Update Changes.
42214      Branch: perl
42215            ! Changes patchlevel.h
42216 ____________________________________________________________________________
42217 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
42218         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
42219              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42220              Date: Mon, 28 May 2001 14:56:35 -0500
42221              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
42222      Branch: perl
42223            ! pod/perlnewmod.pod
42224 ____________________________________________________________________________
42225 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
42226         Log: Regen toc.
42227      Branch: perl
42228            ! pod/perltoc.pod
42229 ____________________________________________________________________________
42230 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
42231         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
42232              From: "Richard Soderberg" <rs@crystalflame.net>
42233              Date: Mon, 28 May 2001 12:31:23 -0700
42234              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
42235      Branch: perl
42236            ! t/op/splice.t
42237 ____________________________________________________________________________
42238 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
42239         Log: The #10260 was too bold: locales and utf8 still do not mix.
42240      Branch: perl
42241            ! t/pragma/locale.t
42242 ____________________________________________________________________________
42243 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
42244         Log: Subject: [PATCH] Pod nitpicks
42245              From: "Richard Soderberg" <rs@crystalflame.net>
42246              Date: Mon, 28 May 2001 10:08:58 -0700
42247              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
42248      Branch: perl
42249            ! pod/perl571delta.pod pod/perlapi.pod sv.h
42250 ____________________________________________________________________________
42251 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
42252         Log: Upgrade to I18N::LangTags 0.22.
42253      Branch: perl
42254            + lib/I18N/LangTags/List.pod
42255            ! MANIFEST lib/I18N/LangTags.pm
42256 ____________________________________________________________________________
42257 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
42258         Log: A slightly more serious bug found by -Mutf8; op/misc and
42259              lib/complex dumped core.
42260      Branch: perl
42261            ! regexec.c
42262 ____________________________________________________________________________
42263 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
42264         Log: Various buglets shaken out by -Mutf8.
42265      Branch: perl
42266            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
42267            ! t/pragma/locale.t
42268 ____________________________________________________________________________
42269 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
42270         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
42271      Branch: perl
42272            ! t/lib/carp.t
42273 ____________________________________________________________________________
42274 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
42275         Log: Subject: [PATCH] todo patch
42276              From: Artur Bergman <artur@contiller.se> 
42277              Date: Mon, 28 May 2001 17:03:51 +0200
42278              Message-ID: <B7383577.F34%artur@contiller.se>
42279      Branch: perl
42280            ! pod/perltodo.pod
42281 ____________________________________________________________________________
42282 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
42283         Log: Subject: typo in perlguts.pod
42284              From: "John P. Linderman" <jpl@research.att.com>
42285              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
42286              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
42287      Branch: perl
42288            ! pod/perlguts.pod
42289 ____________________________________________________________________________
42290 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
42291         Log: Subject: AIX and gcc (moving targets)
42292              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42293              Date: Mon, 28 May 2001 12:54:04 +0200
42294              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
42295      Branch: perl
42296            ! hints/aix.sh
42297 ____________________________________________________________________________
42298 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
42299         Log: Subject: Re: perlio + multiple perl_alloc..destruct
42300              From: Doug MacEachern <dougm@covalent.net>
42301              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
42302              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
42303      Branch: perl
42304            ! perlio.c
42305 ____________________________________________________________________________
42306 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
42307         Log: The #10251 wasn't quite up-to-the-code.
42308      Branch: perl
42309            ! t/op/misc.t
42310 ____________________________________________________________________________
42311 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
42312         Log: Test case for bug 20010526.004, fixed in #10252.
42313      Branch: perl
42314            ! t/op/taint.t
42315 ____________________________________________________________________________
42316 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
42317         Log: Subject: Re: [ID 20010526.004] Taint looses value
42318              From: Hugo <hv@crypt.compulink.co.uk>
42319              Date: Sun, 27 May 2001 20:39:32 +0100
42320              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
42321      Branch: perl
42322            ! sv.c
42323 ____________________________________________________________________________
42324 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
42325         Log: Test case for 20010422.005, fixed by #10250.
42326      Branch: perl
42327            ! t/op/misc.t
42328 ____________________________________________________________________________
42329 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
42330         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
42331              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42332              Date: Mon, 28 May 2001 06:39:12 -0400
42333              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
42334      Branch: perl
42335            ! toke.c
42336 ____________________________________________________________________________
42337 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
42338         Log: Linerewrapping.
42339      Branch: perl
42340            ! lib/open.pm
42341 ____________________________________________________________________________
42342 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
42343         Log: Updates on the modules list.
42344      Branch: perl
42345            ! t/lib/1_compile.t
42346 ____________________________________________________________________________
42347 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
42348         Log: Add a test for PerlIO.
42349              
42350              (I probably got the crlf/raw thing wrong for clrfy platforms...)
42351      Branch: perl
42352            + t/lib/perlio.t
42353            ! MANIFEST lib/PerlIO.pm
42354 ____________________________________________________________________________
42355 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
42356         Log: Add a test for carp et alia.
42357      Branch: perl
42358            + t/lib/carp.t
42359            ! MANIFEST
42360 ____________________________________________________________________________
42361 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
42362         Log: Adding the new test would be swell.
42363      Branch: perl
42364            + t/pragma/autouse.t
42365 ____________________________________________________________________________
42366 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
42367         Log: Add a test for the autouse pragma.
42368      Branch: perl
42369            ! MANIFEST
42370 ____________________________________________________________________________
42371 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
42372         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
42373              From: dLux <dlux@spam.sch.bme.hu>
42374              Date: Sun, 27 May 2001 16:14:26 +0200
42375              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
42376      Branch: perl
42377            ! lib/autouse.pm
42378 ____________________________________________________________________________
42379 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
42380         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
42381              From: "Richard Soderberg" <rs@crystalflame.net>
42382              Date: Mon, 28 May 2001 03:56:36 -0700
42383              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
42384      Branch: perl
42385            ! utils/dprofpp.PL
42386 ____________________________________________________________________________
42387 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
42388         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
42389              From: "Stephen P. Potter" <spp@spotter.yi.org>
42390              Date: Tue, 22 May 2001 11:40:25 -0400
42391              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
42392              
42393              Subject: Re: [ID 20010522.003] Time::Local module bug
42394              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
42395              Date: Tue, 22 May 2001 11:50:19 -0400
42396              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
42397      Branch: perl
42398            ! lib/Time/Local.pm
42399 ____________________________________________________________________________
42400 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
42401         Log: The PERL_DL_NONLAZY can have whitespace in front.
42402      Branch: perl
42403            ! t/lib/extutils.t
42404 ____________________________________________________________________________
42405 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
42406         Log: Document strftime() and strptime().
42407      Branch: perl
42408            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
42409 ____________________________________________________________________________
42410 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
42411         Log: Make Time::Piece::strptime() to be a function, not a method.
42412      Branch: perl
42413            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
42414 ____________________________________________________________________________
42415 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
42416         Log: Tweak the test to be more portable.
42417      Branch: perl
42418            ! t/lib/extutils.t
42419 ____________________________________________________________________________
42420 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
42421         Log: Subject: PATCH: Re: Re: Attributes that tie
42422              From: Leon Brocard <acme@astray.com>
42423              Date: Sun, 27 May 2001 12:37:29 +0100
42424              Message-ID: <20010527123729.A22663@ns0.astray.com>
42425              
42426              Document that variable attributes are not currently usable
42427              for tieing.  (An ugly limitation that should be fixed.)
42428      Branch: perl
42429            ! lib/attributes.pm
42430 ____________________________________________________________________________
42431 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
42432         Log: Microperl tweaks.
42433      Branch: perl
42434            ! Makefile.micro uconfig.h uconfig.sh
42435 ____________________________________________________________________________
42436 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
42437         Log: Add make target for microperl (kind of silly, but convenient).
42438      Branch: perl
42439            ! Makefile.SH
42440 ____________________________________________________________________________
42441 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
42442         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
42443              for microperl.)
42444      Branch: perl
42445            ! doio.c
42446 ____________________________________________________________________________
42447 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
42448         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
42449              From: rspier@pobox.com (Robert Spier)
42450              Date: Sat, 26 May 2001 20:05:23 -0400
42451              Message-ID: <15120.17603.148648.12430@rls.cx>
42452              
42453              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
42454              From: rspier@pobox.com (Robert Spier)
42455              Date: Sun, 27 May 2001 00:23:12 -0400
42456              Message-ID: <15120.33072.511966.767230@rls.cx>
42457      Branch: perl
42458            ! doio.c pod/perlfunc.pod
42459 ____________________________________________________________________________
42460 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
42461         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
42462      Branch: perl
42463            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42464 ____________________________________________________________________________
42465 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
42466         Log: Add README.tru64.
42467      Branch: perl
42468            + README.tru64
42469 ____________________________________________________________________________
42470 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
42471         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
42472      Branch: perl
42473            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
42474            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
42475            ! MANIFEST
42476 ____________________________________________________________________________
42477 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
42478         Log: Integrate I18N::LangTags from Sean Burke.
42479              
42480              TODO: the language list from RFC 3066 needs to be integrated
42481              and made available somehow.  The list is included in the
42482              I18N-LangTags 0.21 distribution, but it is undocumented
42483              and unconnected to the module.
42484      Branch: perl
42485            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
42486            ! MANIFEST
42487 ____________________________________________________________________________
42488 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
42489         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
42490              envisioned by Sarathy.
42491      Branch: perl
42492            ! t/op/ver.t toke.c
42493 ____________________________________________________________________________
42494 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
42495         Log: Subject: [ID 20010525.001] Pod typo nits fixed
42496              From: lvirden@cas.org
42497              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
42498              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
42499              
42500              minus the perlsolaris decimation plus the
42501              
42502              Subject: Re: [ID 20010525.001] Pod typo nits fixed
42503              From: "Philip Newton" <Philip.Newton@gmx.net>
42504              Date: Fri, 25 May 2001 18:05:55 +0200
42505              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
42506      Branch: perl
42507            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
42508            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
42509            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
42510            ! pod/perlutil.pod pod/perlxstut.pod
42511 ____________________________________________________________________________
42512 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
42513         Log: return clauses are nice.
42514      Branch: perl
42515            ! sv.c
42516 ____________________________________________________________________________
42517 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
42518         Log: Subject: change 10199 backwards?
42519              From: Doug MacEachern <dougm@covalent.net>
42520              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
42521              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
42522      Branch: perl
42523            ! sv.c
42524 ____________________________________________________________________________
42525 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
42526         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
42527              From: Hugo <hv@crypt.compulink.co.uk>
42528              Date: Sat, 26 May 2001 17:05:12 +0100
42529              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
42530      Branch: perl
42531            + t/op/gmagic.t
42532            ! MANIFEST doop.c embed.h embed.pl global.sym
42533            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
42534            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
42535 ____________________________________________________________________________
42536 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
42537         Log: Regen headers for #10221.
42538      Branch: perl
42539            ! global.sym objXSUB.h perlapi.c
42540 ____________________________________________________________________________
42541 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
42542         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
42543              From: Juha Laiho <juha.laiho@Elma.Net>
42544              Date: Thu, 3 May 2001 09:51:30 +0300
42545              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
42546      Branch: perl
42547            ! embed.pl
42548 ____________________________________________________________________________
42549 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
42550         Log: Subject: Re: [PATCH] Re: stability of sort()?
42551              From: "John P. Linderman" <jpl@research.att.com>
42552              Date: Sat, 26 May 2001 13:27:19 -0400
42553              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
42554      Branch: perl
42555            ! pod/perlfunc.pod
42556 ____________________________________________________________________________
42557 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
42558         Log: Integrate perlio.
42559      Branch: perl
42560           !> pod/perlguts.pod
42561 ____________________________________________________________________________
42562 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
42563         Log: Subject: [PATCH perl@10210] PerlIO for VMS
42564              From: "Craig A. Berry" <craigberry@mac.com>
42565              Date: Sat, 26 May 2001 09:34:11 -0500
42566              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
42567      Branch: perl
42568            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
42569            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
42570            ! vms/vmsish.h
42571 ____________________________________________________________________________
42572 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
42573         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
42574              From: David Dyck <dcd@tc.fluke.com>
42575              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
42576              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
42577      Branch: perl
42578            ! lib/perl5db.pl
42579 ____________________________________________________________________________
42580 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
42581         Log: Subject: utf8 regexp tests
42582              From: Hugo <hv@crypt.compulink.co.uk>
42583              Date: Fri, 25 May 2001 22:35:01 +0100
42584              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
42585      Branch: perl
42586            ! t/op/regexp.t
42587 ____________________________________________________________________________
42588 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
42589         Log: Subject: [PATCH] Re: stability of sort()?
42590              From: Nicholas Clark <nick@ccl4.org>
42591              Date: Fri, 25 May 2001 22:40:19 +0100
42592              Message-ID: <20010525224019.B86445@plum.flirble.org>
42593      Branch: perl
42594            ! pod/perlfunc.pod
42595 ____________________________________________________________________________
42596 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
42597         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
42598              From: John Peacock <jpeacock@rowman.com>
42599              Date: Thu, 24 May 2001 22:14:01 -0400
42600              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
42601      Branch: perl
42602            ! mg.c scope.c sv.c
42603 ____________________________________________________________________________
42604 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
42605         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
42606              From: Nicholas Clark <nick@ccl4.org>
42607              Date: Sun, 20 May 2001 19:24:13 +0100
42608              Message-ID: <20010520192413.G83222@plum.flirble.org>
42609      Branch: perl
42610            + lib/ExtUtils/Constant.pm t/lib/extutils.t
42611            ! MANIFEST utils/h2xs.PL
42612 ____________________________________________________________________________
42613 [ 10212] By: nick                                  on 2001/05/26  09:49:28
42614         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
42615              add a few more notes there on use of mortals on the stack.
42616      Branch: perlio
42617            ! pod/perlguts.pod
42618 ____________________________________________________________________________
42619 [ 10211] By: nick                                  on 2001/05/26  09:05:36
42620         Log: Integrate mainline
42621      Branch: perlio
42622           +> t/lib/fcntl.t t/pragma/vars.t
42623           !> (integrate 49 files)
42624 ____________________________________________________________________________
42625 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
42626         Log: Update Changes.
42627      Branch: perl
42628            ! Changes patchlevel.h
42629 ____________________________________________________________________________
42630 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
42631         Log: Based on
42632              
42633              Subject: [PATCH pp.c] Wrapping pack("C",256)
42634              From: Simon Cozens <simon@netthink.co.uk>
42635              Date: Sat, 12 May 2001 17:58:41 +0100
42636              Message-ID: <20010512175841.A6132@netthink.co.uk>
42637      Branch: perl
42638            ! pod/perldiag.pod pp.c t/pragma/warn/pp
42639 ____________________________________________________________________________
42640 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
42641         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
42642              From: "Brendan O'Dea" <bod@compusol.com.au>
42643              Date: Fri, 25 May 2001 11:18:29 +1000
42644              Message-ID: <20010525111829.A28411@compusol.com.au>
42645              
42646              (Slightly modified.)
42647      Branch: perl
42648            ! lib/Term/Cap.pm
42649 ____________________________________________________________________________
42650 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
42651         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
42652              From: Hugo <hv@crypt.compulink.co.uk>
42653              Date: Fri, 25 May 2001 02:13:25 +0100
42654              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
42655      Branch: perl
42656            ! t/op/misc.t
42657 ____________________________________________________________________________
42658 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
42659         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
42660              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
42661              Date: Fri, 25 May 2001 10:25:36 +0900
42662              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
42663      Branch: perl
42664            ! regcomp.c regexec.c
42665 ____________________________________________________________________________
42666 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
42667         Log: Subject: [PATCH #2] stash autovivification and method call error messages
42668              From: Ilmari Karonen <iltzu@sci.fi>
42669              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
42670              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
42671      Branch: perl
42672            ! gv.c pp_hot.c t/op/method.t
42673 ____________________________________________________________________________
42674 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
42675         Log: Add make target and documentation for gprof profiling.
42676      Branch: perl
42677            ! Makefile.SH pod/perlhack.pod
42678 ____________________________________________________________________________
42679 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
42680         Log: Subject: Don't think about UTF8 
42681              From: Mike Guy <mjtg@cam.ac.uk> 
42682              Date: Tue, 22 May 2001 14:35:39 +0100
42683              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
42684      Branch: perl
42685            ! sv.h
42686 ____________________________________________________________________________
42687 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
42688         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
42689              From: Geraint A Edwards <gedge@serf.org> 
42690              Date: Thu, 24 May 2001 22:51:24 +0100
42691              Message-Id: <20010524225124.A34981@cymru.serf.org>
42692      Branch: perl
42693            ! x2p/find2perl.PL
42694 ____________________________________________________________________________
42695 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
42696         Log: DB_File has its own attribute story.
42697      Branch: perl
42698            ! ext/DB_File/DB_File.xs
42699 ____________________________________________________________________________
42700 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
42701         Log: Subject: Re: Making perl with -Wall
42702              From: Andy Dougherty <doughera@lafayette.edu>
42703              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
42704              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
42705      Branch: perl
42706            ! perl.h
42707 ____________________________________________________________________________
42708 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
42709         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
42710              From: "Richard Soderberg" <rs@crystalflame.net>
42711              Date: Thu, 24 May 2001 08:58:16 -0700
42712              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
42713      Branch: perl
42714            ! sv.c
42715 ____________________________________________________________________________
42716 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
42717         Log: IV/UV casting fixes from Nicholas Clark.
42718      Branch: perl
42719            ! perl.h pp_sys.c util.c
42720 ____________________________________________________________________________
42721 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
42722         Log: Subject: Re: Making perl with -Wall
42723              From: Michael G Schwern <schwern@pobox.com>
42724              Date: Thu, 24 May 2001 15:40:28 +0100
42725              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
42726      Branch: perl
42727            ! malloc.c perl.h
42728 ____________________________________________________________________________
42729 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
42730         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
42731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42732              Date: Tue, 22 May 2001 11:49:37 +0200
42733              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
42734      Branch: metaconfig
42735            ! U/modified/Oldsym.U
42736      Branch: metaconfig/U/perl
42737            ! patchlevel.U
42738      Branch: perl
42739            ! Configure config_h.SH myconfig.SH
42740 ____________________________________________________________________________
42741 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
42742         Log: Under versiononly install also the scripts with the version suffix.
42743              (e.g. .../bin/h2xs5.7.1)
42744      Branch: perl
42745            ! installperl
42746 ____________________________________________________________________________
42747 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
42748         Log: Subject: [PATCH] Stop segfault in mg.c:636
42749              From: "Richard Soderberg" <rs@crystalflame.net>
42750              Date: Thu, 24 May 2001 05:51:52 -0700
42751              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
42752      Branch: perl
42753            ! mg.c
42754 ____________________________________________________________________________
42755 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
42756         Log: Iteration continues; hopefully convergently.
42757      Branch: perl
42758            ! t/lib/b-stash.t
42759 ____________________________________________________________________________
42760 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
42761         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
42762              From: Gisle Aas <gisle@ActiveState.com>
42763              Date: 23 May 2001 16:13:10 -0700
42764              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
42765      Branch: perl
42766            ! op.c toke.c
42767 ____________________________________________________________________________
42768 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
42769         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
42770              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42771              Date: Thu, 24 May 2001 05:05:22 -0500
42772              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
42773      Branch: perl
42774            ! lib/dumpvar.pl lib/perl5db.pl
42775 ____________________________________________________________________________
42776 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
42777         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
42778              From: David Dyck <dcd@tc.fluke.com>
42779              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
42780              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
42781      Branch: perl
42782            ! lib/perl5db.pl
42783 ____________________________________________________________________________
42784 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
42785         Log: Tiny pod nits on READMEs, mostly whitespace issues.
42786      Branch: perl
42787            ! README.amiga README.dos README.macos README.mpeix README.vmesa
42788            ! README.win32
42789 ____________________________________________________________________________
42790 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
42791         Log: The DG/UX part of the 20010521.005.
42792      Branch: perl
42793            ! README.dgux
42794 ____________________________________________________________________________
42795 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
42796         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
42797              From: Hugo <hv@crypt.compulink.co.uk>
42798              Date: Mon, 21 May 2001 16:32:02 +0100
42799              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
42800      Branch: perl
42801            ! regcomp.c t/op/misc.t
42802 ____________________________________________________________________________
42803 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
42804         Log: Subject: [PATCH] Extra UNIVERSAL tests
42805              From: Mike Guy <mjtg@cam.ac.uk>
42806              Date: Wed, 23 May 2001 12:29:20 +0100
42807              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
42808      Branch: perl
42809            ! t/op/universal.t
42810 ____________________________________________________________________________
42811 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
42812         Log: Subject: [PATCH] Remove EQ keyword
42813              From: Mike Guy <mjtg@cam.ac.uk>
42814              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
42815              Date: Wed, 23 May 2001 11:17:29 +0100
42816      Branch: perl
42817            ! keywords.h keywords.pl
42818 ____________________________________________________________________________
42819 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
42820         Log: Subject: [PATCH] lib/perl5db.pl
42821              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42822              Date: Wed, 23 May 2001 02:18:03 -0500
42823              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
42824      Branch: perl
42825            ! lib/perl5db.pl
42826 ____________________________________________________________________________
42827 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
42828         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
42829              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42830              Date: Tue, 22 May 2001 23:34:41 -0500
42831              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
42832      Branch: perl
42833            ! lib/Term/Cap.pm
42834 ____________________________________________________________________________
42835 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
42836         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
42837              From: davem@fdgroup.co.uk
42838              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
42839              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
42840      Branch: perl
42841            ! emacs/e2ctags.pl
42842 ____________________________________________________________________________
42843 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
42844         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
42845              From: Michael G Schwern <schwern@pobox.com>
42846              Date: Tue, 22 May 2001 14:15:09 +0100
42847              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
42848      Branch: perl
42849            ! lib/vars.pm
42850 ____________________________________________________________________________
42851 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
42852         Log: Subject: [PATCH lib/vars.pm] Odd code nit
42853              From: Michael G Schwern <schwern@pobox.com>
42854              Date: Tue, 22 May 2001 14:14:28 +0100
42855              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
42856      Branch: perl
42857            ! lib/vars.pm
42858 ____________________________________________________________________________
42859 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
42860         Log: Use the new use vars feature.
42861      Branch: perl
42862            ! t/lib/b-stash.t
42863 ____________________________________________________________________________
42864 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
42865         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
42866              From: Mike Guy <mjtg@cam.ac.uk>
42867              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42868              Date: Tue, 22 May 2001 13:11:39 +0100
42869      Branch: perl
42870            + t/pragma/vars.t
42871            ! MANIFEST lib/vars.pm t/lib/1_compile.t
42872 ____________________________________________________________________________
42873 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
42874         Log: -qlongdouble considered harmful by Merijn.
42875      Branch: perl
42876            ! hints/aix.sh
42877 ____________________________________________________________________________
42878 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
42879         Log: Update Changes.
42880      Branch: perl
42881            ! Changes patchlevel.h
42882 ____________________________________________________________________________
42883 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
42884         Log: Add a test of its very own for Fcntl.  Hopefully portable.
42885      Branch: perl
42886            + t/lib/fcntl.t
42887            ! MANIFEST
42888 ____________________________________________________________________________
42889 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
42890         Log: Must be trickier for 'minitest' not to die.
42891      Branch: perl
42892            ! t/op/taint.t
42893 ____________________________________________________________________________
42894 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
42895         Log: Can't declare other people's variables.
42896      Branch: perl
42897            ! t/lib/b-stash.t
42898 ____________________________________________________________________________
42899 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
42900         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
42901      Branch: perl
42902            ! doio.c t/op/taint.t
42903 ____________________________________________________________________________
42904 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
42905         Log: The OS/2 variable needs to be declared.
42906      Branch: perl
42907            ! t/lib/b-stash.t
42908 ____________________________________________________________________________
42909 [ 10170] By: nick                                  on 2001/05/20  16:48:29
42910         Log: Integrate mainline
42911      Branch: perlio
42912           !> (integrate 41 files)
42913 ____________________________________________________________________________
42914 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
42915         Log: Small perlsec updates: clarify the taintedness of filename
42916              globbing; suggest using Scalar::Util::tainted().
42917      Branch: perl
42918            ! pod/perlsec.pod
42919 ____________________________________________________________________________
42920 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
42921         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
42922              From: Dave Mitchell <davem@fdgroup.co.uk>
42923              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
42924              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
42925      Branch: perl
42926            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
42927            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
42928            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
42929            ! xsutils.c
42930 ____________________________________________________________________________
42931 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
42932         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
42933              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42934              Date: Sat, 19 May 2001 04:08:46 -0400
42935              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
42936      Branch: perl
42937            ! lib/ExtUtils/Mksymlists.pm makedef.pl
42938 ____________________________________________________________________________
42939 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
42940         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
42941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42942              Date: Sat, 19 May 2001 04:30:45 -0400
42943              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
42944      Branch: perl
42945            ! os2/os2.c
42946 ____________________________________________________________________________
42947 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
42948         Log: Subject: [PATCH 5.6.1] build bugs OS/2
42949              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42950              Date: Sat, 19 May 2001 04:35:28 -0400
42951              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
42952      Branch: perl
42953            ! os2/Makefile.SHs os2/os2.c
42954 ____________________________________________________________________________
42955 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
42956         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
42957              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42958              Date: Sat, 19 May 2001 04:04:23 -0400
42959              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
42960              
42961              (In bleadperl patched b-stash.t instead of b.t)
42962      Branch: perl
42963            ! t/lib/b-stash.t t/lib/bigfltpm.t
42964 ____________________________________________________________________________
42965 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
42966         Log: Subject: [PATCH 5.6.1] perl5db
42967              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42968              Date: Sat, 19 May 2001 03:49:09 -0400
42969              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
42970      Branch: perl
42971            ! lib/perl5db.pl
42972 ____________________________________________________________________________
42973 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
42974         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
42975              From: Gisle Aas <gisle@ActiveState.com>
42976              Date: 18 May 2001 14:24:51 -0700
42977              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
42978      Branch: perl
42979            ! pp_ctl.c
42980 ____________________________________________________________________________
42981 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
42982         Log: Subject: [PATCH] Chomp should not always stringify
42983              From: Gisle Aas <gisle@ActiveState.com>
42984              Date: 18 May 2001 07:55:25 -0700
42985              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
42986      Branch: perl
42987            ! doop.c t/op/chop.t
42988 ____________________________________________________________________________
42989 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
42990         Log: Integrate perlio.
42991      Branch: perl
42992           !> pod/perlfunc.pod
42993 ____________________________________________________________________________
42994 [ 10159] By: nick                                  on 2001/05/20  09:39:46
42995         Log: Document some more of open's features.
42996      Branch: perlio
42997            ! pod/perlfunc.pod
42998 ____________________________________________________________________________
42999 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
43000         Log: back out change#10153 (it has compatibility issues such as the
43001              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
43002              benefit for 5.6.x doesn't seem worth the risk)
43003      Branch: maint-5.6/perl
43004            ! toke.c
43005 ____________________________________________________________________________
43006 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
43007         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
43008      Branch: perl
43009            ! x2p/s2p.PL
43010 ____________________________________________________________________________
43011 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
43012         Log: Update Changes.
43013      Branch: perl
43014            ! Changes patchlevel.h
43015 ____________________________________________________________________________
43016 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
43017         Log: Integrate change #10144 from maintperl.
43018              
43019              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
43020      Branch: perl
43021           !> win32/config.bc win32/config.gc win32/config.vc
43022           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43023 ____________________________________________________________________________
43024 [ 10154] By: nick                                  on 2001/05/18  07:23:03
43025         Log: Integrate mainline.
43026      Branch: perlio
43027           +> README.dgux t/lib/i18n-collate.t utils.lst
43028           !> (integrate 49 files)
43029 ____________________________________________________________________________
43030 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
43031         Log: Integrate change #7224 from mainline into maintperl.
43032              
43033              Allow @+ and @- to be doublequoted, from Simon Cozens. 
43034              (Approved by Larry, see Tom's comment in 20000830.005.)
43035      Branch: maint-5.6/perl
43036           !> toke.c
43037 ____________________________________________________________________________
43038 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
43039         Log: Subject: [PATCH bleadperl] small lookbehind fix
43040              From: Hugo <hv@crypt.compulink.co.uk>
43041              Date: Fri, 18 May 2001 00:07:19 +0100
43042              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
43043      Branch: perl
43044            ! regexec.c
43045 ____________________________________________________________________________
43046 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
43047         Log: Detypos.
43048      Branch: perl
43049            ! installman utils.lst
43050 ____________________________________________________________________________
43051 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
43052         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
43053              in 20001222.001.
43054      Branch: perl
43055            ! t/lib/glob-basic.t
43056 ____________________________________________________________________________
43057 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
43058         Log: Subject: [PATCH] Test for bug 20010515.004
43059              From: Benjamin Sugars <bsugars@canoe.ca>
43060              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
43061              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
43062      Branch: perl
43063            ! t/op/misc.t
43064 ____________________________________________________________________________
43065 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
43066         Log: Integrate #10145 from maintperl.
43067              
43068              fix for ID 20010515.004 (needs test)
43069      Branch: perl
43070           !> pp_hot.c
43071 ____________________________________________________________________________
43072 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
43073         Log: Thinko noticed by Doug MacEachern.
43074      Branch: perl
43075            ! thread.h
43076 ____________________________________________________________________________
43077 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
43078         Log: Subject: Re: [PATCH] HERE mark in regex
43079              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43080              Date: Thu, 17 May 2001 12:20:33 -0400
43081              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
43082      Branch: perl
43083            ! t/op/re_tests
43084 ____________________________________________________________________________
43085 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
43086         Log: fix for ID 20010515.004 (needs test)
43087      Branch: maint-5.6/perl
43088            ! pp_hot.c
43089 ____________________________________________________________________________
43090 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
43091         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
43092      Branch: maint-5.6/perl
43093            ! win32/config.bc win32/config.gc win32/config.vc
43094            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43095 ____________________________________________________________________________
43096 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
43097         Log: Macrofy the getspecific (and use it also in util.c)
43098      Branch: perl
43099            ! thread.h util.c
43100 ____________________________________________________________________________
43101 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
43102         Log: Use the unchecked thread-specific key fetch also in Tru64.
43103      Branch: perl
43104            ! thread.h
43105 ____________________________________________________________________________
43106 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
43107         Log: Subject: [PATCH 5.6.1]Quick thread speedup
43108              From: Dan Sugalski <dan@sidhe.org> 
43109              Date: Wed, 16 May 2001 18:05:19 -0400
43110              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
43111      Branch: perl
43112            ! thread.h util.c
43113 ____________________________________________________________________________
43114 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
43115         Log: I think this is quite enough testing for a deprecated feature.
43116      Branch: perl
43117            + t/lib/i18n-collate.t
43118            ! MANIFEST t/lib/1_compile.t
43119 ____________________________________________________________________________
43120 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
43121         Log: More HP-UX lore from Jeff Okamoto.
43122      Branch: perl
43123            ! README.hpux
43124 ____________________________________________________________________________
43125 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
43126         Log: Sort utils.lst for easier maintenance.
43127      Branch: perl
43128            ! utils.lst
43129 ____________________________________________________________________________
43130 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
43131         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
43132              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43133              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
43134              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
43135              
43136              Add pod2latex to utils.lst.
43137      Branch: perl
43138            ! MANIFEST utils.lst
43139 ____________________________________________________________________________
43140 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
43141         Log: Subject: Re: [PATCH] HERE mark in regex
43142              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43143              Date: Wed, 16 May 2001 13:04:43 -0400
43144              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
43145      Branch: perl
43146            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
43147            ! t/op/regmesg.t t/pragma/warn/regcomp
43148 ____________________________________________________________________________
43149 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
43150         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
43151              From: Simon Cozens <simon@netthink.co.uk>
43152              Date: Wed, 16 May 2001 18:02:08 +0100
43153              Message-ID: <20010516180208.A6458@netthink.co.uk>
43154      Branch: perl
43155            ! installman utils.lst
43156 ____________________________________________________________________________
43157 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
43158         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
43159              From: "Philip Newton" <pnewton@gmx.de>
43160              Date: Tue, 15 May 2001 15:09:30 +0200
43161              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
43162              
43163              Test case for #10128.
43164      Branch: perl
43165            ! t/pragma/warn/pp_hot
43166 ____________________________________________________________________________
43167 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
43168         Log: Update Changes.
43169      Branch: perl
43170            ! Changes patchlevel.h
43171 ____________________________________________________________________________
43172 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
43173         Log: Deprecate pseudo-hashes.
43174      Branch: perl
43175            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
43176 ____________________________________________________________________________
43177 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
43178         Log: HP-UX hints update from Merijn.
43179      Branch: perl
43180            ! hints/hpux.sh
43181 ____________________________________________________________________________
43182 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
43183         Log: README.hpux update from Merijn.
43184      Branch: perl
43185            ! README.hpux
43186 ____________________________________________________________________________
43187 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
43188         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
43189              From: Simon Cozens <simon@netthink.co.uk>
43190              Date: Wed, 16 May 2001 15:57:55 +0100
43191              Message-ID: <20010516155755.A4728@netthink.co.uk>
43192      Branch: perl
43193            + utils.lst
43194            ! MANIFEST installman installperl
43195 ____________________________________________________________________________
43196 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
43197         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
43198              From: "Philip Newton" <pnewton@gmx.de>
43199              Date: Tue, 15 May 2001 16:31:05 +0200
43200              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
43201              
43202              Fix PERL_Y2KWARN test to check before rather than after appending.
43203      Branch: perl
43204            ! pp_hot.c
43205 ____________________________________________________________________________
43206 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
43207         Log: Regen Porting stuff.
43208      Branch: perl
43209            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43210            ! config_h.SH
43211 ____________________________________________________________________________
43212 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
43213         Log: Metaconfig unit change for #10125.
43214      Branch: metaconfig
43215            ! U/modified/Oldconfig.U
43216 ____________________________________________________________________________
43217 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
43218         Log: Use OSVERS.
43219      Branch: perl
43220            ! Configure config_h.SH perl.c
43221 ____________________________________________________________________________
43222 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
43223         Log: Regen toc.
43224      Branch: perl
43225            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43226 ____________________________________________________________________________
43227 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
43228         Log: Adding the README.dgux to the MANIFEST would be a good idea.
43229      Branch: perl
43230            ! MANIFEST
43231 ____________________________________________________________________________
43232 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
43233         Log: Move the stack desire definition to thread.h.
43234      Branch: perl
43235            ! ext/Thread/Thread.xs thread.h
43236 ____________________________________________________________________________
43237 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
43238         Log: DG-UX threading patches, including a README.dgux,
43239              from Takis Psarogiannakopoulos.
43240      Branch: perl
43241            + README.dgux
43242            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
43243 ____________________________________________________________________________
43244 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
43245         Log: Subject: [PATCH B::Deparse] More on /x regexes
43246              From: Robin Houston <robin@kitsite.com>
43247              Date: Tue, 15 May 2001 19:09:35 +0100
43248              Message-ID: <20010515190935.A27268@penderel>
43249      Branch: perl
43250            ! ext/B/B/Deparse.pm
43251 ____________________________________________________________________________
43252 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
43253         Log: Document that the core time() may be rounding rather
43254              than truncating, would have saved at least my confusion.
43255      Branch: perl
43256            ! ext/Time/HiRes/HiRes.pm
43257 ____________________________________________________________________________
43258 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
43259         Log: Subject: perl-current/t/time-hires.t
43260              From: John Peacock <jpeacock@rowman.com>
43261              Date: Fri, 11 May 2001 14:09:41 -0400
43262              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
43263      Branch: perl
43264            ! t/lib/time-hires.t
43265 ____________________________________________________________________________
43266 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
43267         Log: Subject: [PATCH dump.c] Op private flags
43268              From: Simon Cozens <simon@netthink.co.uk>
43269              Date: Sun, 13 May 2001 20:20:36 +0100
43270              Message-ID: <20010513202036.A21896@netthink.co.uk>
43271      Branch: perl
43272            ! dump.c
43273 ____________________________________________________________________________
43274 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
43275         Log: Upgrade to Switch 2.03.
43276      Branch: perl
43277            ! lib/Switch.pm
43278 ____________________________________________________________________________
43279 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
43280         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
43281              to PERL_CONFIG_SH and use it consistently.
43282      Branch: maint-5.6/perl
43283           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
43284           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
43285           !> myconfig.SH writemain.SH
43286 ____________________________________________________________________________
43287 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
43288         Log: Metaconfig units changes for #10113.
43289      Branch: metaconfig
43290            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
43291 ____________________________________________________________________________
43292 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
43293         Log: The problem described in 20010514.031 still wasn't
43294              fully cured, there were remnants of $CONFIG when
43295              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
43296              to avoid future conflicts.
43297      Branch: perl
43298            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
43299            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
43300            ! myconfig.SH writemain.SH
43301 ____________________________________________________________________________
43302 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
43303         Log: Half of #10107 got lost.
43304      Branch: perl
43305            ! ext/B/B/Deparse.pm
43306 ____________________________________________________________________________
43307 [ 10111] By: nick                                  on 2001/05/15  08:39:14
43308         Log: Integrate mainline.
43309      Branch: perlio
43310           +> ext/POSIX/hints/uts.pl
43311            - Todo Todo-5.6 t/camel-III/vstring.t
43312           !> (integrate 48 files)
43313 ____________________________________________________________________________
43314 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
43315         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
43316              From: Robin Houston <robin@kitsite.com>
43317              Date: Mon, 14 May 2001 22:27:08 +0100
43318              Message-ID: <20010514222708.A22963@penderel>
43319      Branch: perl
43320            ! t/TestInit.pm
43321 ____________________________________________________________________________
43322 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
43323         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
43324              From: Robin Houston <robin@kitsite.com>
43325              Date: Mon, 14 May 2001 22:16:43 +0100
43326              Message-ID: <20010514221643.A22437@penderel>
43327      Branch: perl
43328            ! ext/B/B/Deparse.pm
43329 ____________________________________________________________________________
43330 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
43331         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
43332              From: Robin Houston <robin@kitsite.com>
43333              Date: Mon, 14 May 2001 22:03:44 +0100
43334              Message-ID: <20010514220344.A20643@penderel>
43335      Branch: perl
43336            ! ext/B/B/Deparse.pm
43337 ____________________________________________________________________________
43338 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
43339         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
43340              From: Robin Houston <robin@kitsite.com>
43341              Date: Mon, 14 May 2001 22:10:07 +0100
43342              Message-ID: <20010514221007.A21118@penderel>
43343      Branch: perl
43344            ! ext/B/B/Deparse.pm
43345 ____________________________________________________________________________
43346 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
43347         Log: Fix for 20010514.037; substr() didn't invalidate the locale
43348              collation magic.
43349      Branch: perl
43350            ! pp.c
43351 ____________________________________________________________________________
43352 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
43353         Log: Update Changes.
43354      Branch: perl
43355            ! Changes patchlevel.h
43356 ____________________________________________________________________________
43357 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
43358         Log: Retract #10094.
43359      Branch: perl
43360            ! lib/Pod/Text.pm
43361 ____________________________________________________________________________
43362 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
43363         Log: Integrate change #10100 from maintperl.
43364              
43365              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
43366              bug ID 20010514.027)
43367      Branch: perl
43368           !> mg.c pp_ctl.c
43369 ____________________________________________________________________________
43370 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
43371         Log: Document the deprecatedness of suidperl.
43372      Branch: perl
43373            ! INSTALL pod/perlfaq1.pod
43374 ____________________________________________________________________________
43375 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
43376         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
43377              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43378              Date: Mon, 14 May 2001 09:38:59 -0400
43379              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
43380      Branch: perl
43381            ! lib/ExtUtils/MM_Unix.pm
43382 ____________________________________________________________________________
43383 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
43384         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
43385              bug ID 20010514.027)
43386              
43387              TODO: this needs a testsuite addition
43388      Branch: maint-5.6/perl
43389            ! mg.c pp_ctl.c
43390 ____________________________________________________________________________
43391 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
43392         Log: More DWIMminess for Class::Struct: calling the array or hash
43393              accessors only with one argument, an array or a hash reference,
43394              sets the underlying array or hash.  This mirrors nicely also
43395              the usage in the constructor.
43396              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
43397      Branch: perl
43398            ! lib/Class/Struct.pm t/lib/class-struct.t
43399 ____________________________________________________________________________
43400 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
43401         Log: Reference cmp'ing should go through the whole stringification
43402              process shebang, as pointed out by Sarathy in #10091.
43403      Branch: perl
43404            ! pp.c
43405 ____________________________________________________________________________
43406 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
43407         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
43408              From: Simon Cozens <simon@netthink.co.uk>
43409              Date: Sat, 12 May 2001 16:36:27 +0100
43410              Message-ID: <20010512163627.A5522@netthink.co.uk>
43411              
43412              with some additions salvaged from Todo and Todo-5.6 before
43413              retiring them.
43414      Branch: perl
43415            - Todo Todo-5.6
43416            ! MANIFEST pod/perltodo.pod
43417 ____________________________________________________________________________
43418 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
43419         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
43420              From: "Golubev I. N." <gin@mo.msk.ru>
43421              Date: Mon, 07 May 2001 14:33:34 (GMT)
43422              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
43423      Branch: perl
43424            ! perl.h
43425 ____________________________________________________________________________
43426 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
43427         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
43428              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
43429              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
43430              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
43431      Branch: perl
43432            ! lib/ExtUtils/MM_Unix.pm
43433 ____________________________________________________________________________
43434 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
43435         Log: (Retracted by #10104.)
43436              
43437              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
43438              From: barries <barries@slaysys.com>
43439              Date: Sat, 12 May 2001 01:28:10 -0400
43440              Message-ID: <20010512012810.B26358@jester.slaysys.com>
43441      Branch: perl
43442            ! lib/Pod/Text.pm
43443 ____________________________________________________________________________
43444 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
43445         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
43446              From: Mike Guy <mjtg@cam.ac.uk>
43447              Date: Sat, 12 May 2001 19:24:33 +0100
43448              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
43449      Branch: perl
43450            ! lib/AutoSplit.pm
43451 ____________________________________________________________________________
43452 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
43453         Log: Yet another HP-UX hints tweak from Merijn.
43454      Branch: perl
43455            ! hints/hpux.sh
43456 ____________________________________________________________________________
43457 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
43458         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
43459              isn't defined (changes#9366,9368,9370 from mainline without the
43460              pp_scmp() change)
43461      Branch: maint-5.6/perl
43462            ! pp.c pp.h pp_hot.c
43463 ____________________________________________________________________________
43464 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
43465         Log: The sorting seems to happen now automatically.
43466      Branch: perl
43467            ! t/lib/glob-basic.t
43468 ____________________________________________________________________________
43469 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
43470         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
43471              From: Benjamin Sugars <bsugars@canoe.ca>
43472              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
43473              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
43474      Branch: perl
43475            ! pod/perlfunc.pod
43476 ____________________________________________________________________________
43477 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
43478         Log: Subject: Re: undef(&foo) does not work for XS functions
43479              From: Doug MacEachern <dougm@covalent.net>
43480              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
43481              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
43482      Branch: perl
43483            ! op.c
43484 ____________________________________________________________________________
43485 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
43486         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
43487              From: Peter Prymmer <pvhp@forte.com>
43488              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
43489              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
43490      Branch: perl
43491            ! t/op/append.t
43492 ____________________________________________________________________________
43493 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
43494         Log: Update Changes.
43495      Branch: perl
43496            ! Changes patchlevel.h
43497 ____________________________________________________________________________
43498 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
43499         Log: Remove the 'asciir' re subpragma.  Should instead implement
43500              the 'physical vs logical' range scheme:
43501              
43502              \xAA-\xCC is a native physical range, you want that range of
43503              codepoints in your native encoding.  In EBCDIC the codepoints
43504              in the gaps (between i-j and r-s) should be included.
43505              
43506              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
43507              codepoints in Unicode.
43508              
43509              a-z is a logical range, you want that range of 'logical' codepoints
43510              in your native encoding.  In EBCDIC the codepoints in the gaps
43511              (between i-j and r-s) should not be included.
43512              
43513              Mixed cases (a-\xAA, etc) should either be errors, or maybe
43514              the 'logical' endpoints should be converted to native/Unicode
43515              codepoints, and the range handled as a physical range.
43516              
43517              'Logical endpoints' are to be recognized only in the A-Z, a-z,
43518              and 0-9 ranges.  Probably a warning should be given for mixed
43519              cases like A-z or a-9 (since such expressions are encoding
43520              dependent), with a recommendation to use physical ranges.
43521      Branch: perl
43522            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
43523            ! t/op/regexp.t
43524 ____________________________________________________________________________
43525 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
43526         Log: Make the test to cleanup the test directory tree
43527              both before and after the testing so that we always
43528              have a clean slate to work with.
43529      Branch: perl
43530            ! t/lib/filefind.t
43531 ____________________________________________________________________________
43532 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
43533         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
43534              From: Jon Eveland <jweveland@yahoo.com>
43535              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
43536              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
43537      Branch: perl
43538            ! pod/perlfunc.pod
43539 ____________________________________________________________________________
43540 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
43541         Log: Merge the camel-III/vstring.t with op/ver.t.
43542      Branch: perl
43543            - t/camel-III/vstring.t
43544            ! MANIFEST t/TEST t/harness t/op/ver.t
43545 ____________________________________________________________________________
43546 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
43547         Log: Add test.deparse make target.
43548      Branch: perl
43549            ! Makefile.SH
43550 ____________________________________________________________________________
43551 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
43552         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
43553              From: Robin Houston <robin@kitsite.com>
43554              Date: Fri, 11 May 2001 12:02:22 +0100
43555              Message-ID: <20010511120222.A11529@penderel>
43556      Branch: perl
43557            ! ext/B/B/Deparse.pm t/op/method.t
43558 ____________________________________________________________________________
43559 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
43560         Log: A nicely working combination for UTS from Hal Morris.
43561      Branch: perl
43562            + ext/POSIX/hints/uts.pl
43563            ! MANIFEST hints/uts.sh
43564 ____________________________________________________________________________
43565 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
43566         Log: i_ieeefp=undef for UTS.
43567      Branch: perl
43568            ! hints/uts.sh
43569 ____________________________________________________________________________
43570 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
43571         Log: Subject: RE: rand(0) is rand(1)
43572              From: Larry Shatzer <lshatzer@islanddata.com>
43573              Date: Thu, 10 May 2001 11:09:27 -0700
43574              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
43575      Branch: perl
43576            ! pod/perlfunc.pod
43577 ____________________________________________________________________________
43578 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
43579         Log: Subject: [patch] make op_{clear,null} public
43580              From: Doug MacEachern <dougm@covalent.net>
43581              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
43582              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
43583      Branch: perl
43584            ! embed.h embed.pl op.c proto.h
43585 ____________________________________________________________________________
43586 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
43587         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
43588              From: Robin Houston <robin@kitsite.com>
43589              Date: Thu, 10 May 2001 18:54:59 +0100
43590              Message-ID: <20010510185459.A5995@penderel>
43591      Branch: perl
43592            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
43593 ____________________________________________________________________________
43594 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
43595         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
43596              From: Robin Houston <robin@kitsite.com>
43597              Date: Thu, 10 May 2001 12:56:39 +0100
43598              Message-ID: <20010510125639.A2119@penderel>
43599      Branch: perl
43600            ! ext/B/B/Deparse.pm
43601 ____________________________________________________________________________
43602 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
43603         Log: Retract #10070, not ready yet.
43604      Branch: perl
43605            ! ext/B/B/Deparse.pm
43606 ____________________________________________________________________________
43607 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
43608         Log: The metaconfig unit change for #10071.
43609      Branch: metaconfig
43610            ! U/modified/mallocsrc.U
43611 ____________________________________________________________________________
43612 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
43613         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
43614      Branch: perl
43615            ! Configure
43616 ____________________________________________________________________________
43617 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
43618         Log: (Retracted by #10073)
43619              
43620              Subject: Re: [PATCH t/TEST] B::Deparse tester 
43621              From: Hugo <hv@crypt.compulink.co.uk>
43622              Date: Thu, 10 May 2001 05:48:09 +0100
43623              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
43624      Branch: perl
43625            ! ext/B/B/Deparse.pm
43626 ____________________________________________________________________________
43627 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
43628         Log: Add a for(func()) test.
43629      Branch: perl
43630            ! t/cmd/for.t
43631 ____________________________________________________________________________
43632 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
43633         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
43634              From: Robin Houston <robin@kitsite.com>
43635              Date: Thu, 10 May 2001 13:50:08 +0100
43636              Message-ID: <20010510135008.A2454@penderel>
43637      Branch: perl
43638            ! ext/B/B/Deparse.pm
43639 ____________________________________________________________________________
43640 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
43641         Log: A thinko in #10065.
43642      Branch: perl
43643            ! hv.c
43644 ____________________________________________________________________________
43645 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
43646         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
43647              From: Robin Houston <robin@kitsite.com>
43648              Date: Thu, 10 May 2001 02:10:34 +0100
43649              Message-ID: <20010510021034.A19421@penderel>
43650      Branch: perl
43651            ! ext/B/B.xs ext/B/B/Deparse.pm
43652 ____________________________________________________________________________
43653 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
43654         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
43655              From: Doug MacEachern <dougm@covalent.net>
43656              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
43657              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
43658      Branch: perl
43659            ! hv.c
43660 ____________________________________________________________________________
43661 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
43662         Log: One more workaround for the UTS compiler from Hal Morris.
43663      Branch: perl
43664            ! perl.h
43665 ____________________________________________________________________________
43666 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
43667         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
43668              From: Robin Houston <robin@kitsite.com>
43669              Date: Thu, 10 May 2001 01:02:08 +0100
43670              Message-ID: <20010510010208.A18200@penderel>
43671      Branch: perl
43672            ! ext/B/B/Debug.pm
43673 ____________________________________________________________________________
43674 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
43675         Log: Subject: [PATCH] Simplify deb_curcv() a bit
43676              From: Benjamin Sugars <bsugars@canoe.ca>
43677              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
43678              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
43679      Branch: perl
43680            ! run.c
43681 ____________________________________________________________________________
43682 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
43683         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
43684              From: Benjamin Sugars <bsugars@canoe.ca>
43685              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
43686              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
43687      Branch: perl
43688            ! t/lib/io_scalar.t
43689 ____________________________________________________________________________
43690 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
43691         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
43692              From: Peter Prymmer <pvhp@forte.com>
43693              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
43694              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
43695      Branch: perl
43696            ! t/lib/md5-file.t
43697 ____________________________________________________________________________
43698 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
43699         Log: Subject: [PATCH t/TEST] B::Deparse tester
43700              From: Robin Houston <robin@kitsite.com>
43701              Date: Wed, 9 May 2001 19:17:50 +0100
43702              Message-ID: <20010509191750.A16940@penderel>
43703      Branch: perl
43704            ! ext/B/O.pm t/TEST
43705 ____________________________________________________________________________
43706 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
43707         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
43708              From: Jeff Pinyan <jeffp@crusoe.net>
43709              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
43710              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
43711      Branch: perl
43712            ! lib/Pod/Html.pm
43713 ____________________________________________________________________________
43714 [ 10057] By: nick                                  on 2001/05/09  18:37:56
43715         Log: Integrate mainline.
43716      Branch: perlio
43717           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
43718           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
43719 ____________________________________________________________________________
43720 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
43721         Log: Update Changes.
43722      Branch: perl
43723            ! Changes patchlevel.h
43724 ____________________________________________________________________________
43725 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
43726         Log: Integrate perlio.
43727      Branch: perl
43728           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43729 ____________________________________________________________________________
43730 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
43731         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
43732              From: Benjamin Sugars <bsugars@canoe.ca>
43733              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
43734              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
43735      Branch: perl
43736            ! perlio.c
43737 ____________________________________________________________________________
43738 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
43739         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
43740              From: Benjamin Sugars <bsugars@canoe.ca>
43741              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
43742              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
43743      Branch: perl
43744            ! ext/PerlIO/Scalar/Scalar.xs
43745 ____________________________________________________________________________
43746 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
43747         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
43748              From: Jeff Pinyan <jeffp@crusoe.net>
43749              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
43750              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
43751      Branch: perl
43752            ! lib/Pod/Html.pm
43753 ____________________________________________________________________________
43754 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
43755         Log: EPOC tweak from Olaf Flebbe.
43756      Branch: perl
43757            ! epoc/epocish.h
43758 ____________________________________________________________________________
43759 [ 10050] By: nick                                  on 2001/05/09  14:37:57
43760         Log: win32, regen_config_h
43761      Branch: perlio
43762            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43763 ____________________________________________________________________________
43764 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
43765         Log: Integrate perlio.
43766      Branch: perl
43767           !> pp_sys.c
43768 ____________________________________________________________________________
43769 [ 10048] By: nick                                  on 2001/05/09  11:59:50
43770         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
43771              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
43772      Branch: perlio
43773            ! pp_sys.c
43774 ____________________________________________________________________________
43775 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
43776         Log: Integrate perlio.
43777      Branch: perl
43778           !> run.c
43779 ____________________________________________________________________________
43780 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
43781         Log: Subject: Re: Less warnings during configure
43782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43783              Date: Wed, 09 May 2001 13:12:49 +0200
43784              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
43785      Branch: perl
43786            ! hints/hpux.sh
43787 ____________________________________________________________________________
43788 [ 10045] By: nick                                  on 2001/05/09  09:56:59
43789         Log: MULTIPLICITY/DEBUGGING build fix.
43790      Branch: perlio
43791            ! run.c
43792 ____________________________________________________________________________
43793 [ 10044] By: nick                                  on 2001/05/09  09:46:37
43794         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
43795      Branch: perlio
43796           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
43797            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
43798           !> (integrate 65 files)
43799 ____________________________________________________________________________
43800 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
43801         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
43802              From: Robin Houston <robin@kitsite.com>
43803              Date: Tue, 8 May 2001 19:38:00 +0100
43804              Message-ID: <20010508193800.A4389@penderel>
43805              
43806              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
43807              From: Robin Houston <robin@kitsite.com>
43808              Date: Tue, 8 May 2001 20:03:57 +0100
43809              Message-ID: <20010508200357.A4614@penderel>
43810              
43811              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
43812              From: Robin Houston <robin@kitsite.com>
43813              Date: Wed, 9 May 2001 00:12:05 +0100
43814              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
43815      Branch: perl
43816            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
43817 ____________________________________________________________________________
43818 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
43819         Log: Retract #10031.
43820      Branch: perl
43821            ! pod/perlfunc.pod
43822 ____________________________________________________________________________
43823 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
43824         Log: The metaconfig unit changes for #10040.
43825      Branch: metaconfig/U/perl
43826            ! Checkcc.U d_dlsymun.U dlsrc.U
43827 ____________________________________________________________________________
43828 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
43829         Log: The Configure half of
43830              
43831              Subject: Less warnings during configure
43832              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43833              Date: Tue, 08 May 2001 08:44:02 +0200
43834              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
43835      Branch: perl
43836            ! Configure
43837 ____________________________________________________________________________
43838 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
43839         Log: Subject: Less warnings during configure
43840              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43841              Date: Tue, 08 May 2001 08:44:02 +0200
43842              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
43843      Branch: perl
43844            ! hints/hpux.sh
43845 ____________________________________________________________________________
43846 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
43847         Log: Don't forget to whine about \d__\d.
43848      Branch: perl
43849            ! t/pragma/warn/toke toke.c
43850 ____________________________________________________________________________
43851 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
43852         Log: Allow underscores also in the exponent part.
43853      Branch: perl
43854            ! t/pragma/warn/toke toke.c
43855 ____________________________________________________________________________
43856 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
43857         Log: CodeMagicCD doesn't look like an *I*DE.
43858      Branch: perl
43859            ! pod/perlfaq3.pod
43860 ____________________________________________________________________________
43861 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
43862         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
43863              to be consistently down).
43864      Branch: perl
43865            ! pod/perlfaq3.pod
43866 ____________________________________________________________________________
43867 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
43868         Log: Upgrade to Text::Balanced 1.84.
43869      Branch: perl
43870            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
43871 ____________________________________________________________________________
43872 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
43873         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
43874              From: Benjamin Sugars <bsugars@canoe.ca>
43875              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
43876              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
43877      Branch: perl
43878            ! run.c
43879 ____________________________________________________________________________
43880 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
43881         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
43882              From: Peter Prymmer <pvhp@forte.com>
43883              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
43884              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
43885      Branch: perl
43886            ! t/pod/plainer.t
43887 ____________________________________________________________________________
43888 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
43889         Log: (Retracted by #10042)
43890              
43891              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
43892              From: "Philip Newton" <pnewton@gmx.de>
43893              Date: Tue, 8 May 2001 09:18:10 +0200
43894              Message-ID: <3AF7B9D2.28861.603732@localhost>
43895      Branch: perl
43896            ! pod/perlfunc.pod
43897 ____________________________________________________________________________
43898 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
43899         Log: Subject: [PATCH B::Deparse] Document known bugs
43900              From: Robin Houston <robin@kitsite.com>
43901              Date: Tue, 8 May 2001 01:53:34 +0100
43902              Message-ID: <20010508015334.A32394@penderel>
43903      Branch: perl
43904            ! ext/B/B/Deparse.pm
43905 ____________________________________________________________________________
43906 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
43907         Log: Subject: Re: Perl book, magazine and website updates.
43908              From: "Philip Newton" <pnewton@gmx.de>
43909              Date: Mon, 7 May 2001 17:03:58 +0200
43910              Message-ID: <3AF6D57E.5387.1E29930@localhost>
43911      Branch: perl
43912            ! pod/perlfaq2.pod
43913 ____________________________________________________________________________
43914 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
43915         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
43916              From: Peter Prymmer <pvhp@forte.com>
43917              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
43918              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
43919      Branch: perl
43920            ! t/io/fflush.t
43921 ____________________________________________________________________________
43922 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
43923         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
43924              From: Robin Houston <robin@kitsite.com>
43925              Date: Tue, 8 May 2001 01:14:55 +0100
43926              Message-ID: <20010508011455.A32162@penderel>
43927      Branch: perl
43928            ! ext/B/B/Deparse.pm
43929 ____________________________________________________________________________
43930 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
43931         Log: Typo in #10025.
43932      Branch: perl
43933            ! hints/uts.sh
43934 ____________________________________________________________________________
43935 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
43936         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
43937      Branch: perl
43938            ! hints/uts.sh
43939 ____________________________________________________________________________
43940 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
43941         Log: Subject: Re: [ID 20010506.045] question about hash syntax
43942              From: Peter Scott <Peter@PSDT.com>
43943              Date: Sun, 06 May 2001 13:10:40 -0700
43944              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
43945      Branch: perl
43946            ! pod/perl56delta.pod
43947 ____________________________________________________________________________
43948 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
43949         Log: Configure should figure out the list of dynamic extensions
43950              just fine in UTS-- and in fact it does, as reported by Hal Morris.
43951      Branch: perl
43952            ! hints/uts.sh
43953 ____________________________________________________________________________
43954 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
43955         Log: Update Changes.
43956      Branch: perl
43957            ! Changes patchlevel.h
43958 ____________________________________________________________________________
43959 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
43960         Log: Subject: [PATCH regcomp.c] Insecure regexes
43961              From: Robin Houston <robin@kitsite.com>
43962              Date: Mon, 7 May 2001 21:56:12 +0100
43963              Message-ID: <20010507215612.A31114@penderel>
43964      Branch: perl
43965            ! regcomp.c
43966 ____________________________________________________________________________
43967 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
43968         Log: Drop the foobar.perl.com references for now until Simon
43969              gets them sorted out.
43970      Branch: perl
43971            ! pod/perlfaq2.pod
43972 ____________________________________________________________________________
43973 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
43974         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
43975              From: Prymmer/Kahn <pvhp@best.com>
43976              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
43977              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
43978      Branch: perl
43979            ! lib/Devel/SelfStubber.pm
43980 ____________________________________________________________________________
43981 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
43982         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
43983              From: Prymmer/Kahn <pvhp@best.com>
43984              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
43985              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
43986      Branch: perl
43987            ! win32/Makefile
43988 ____________________________________________________________________________
43989 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
43990         Log: s/WebTechnique's/WebTechniques/
43991      Branch: perl
43992            ! pod/perlfaq2.pod
43993 ____________________________________________________________________________
43994 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
43995         Log: Llama 3 updates from Randal.
43996      Branch: perl
43997            ! pod/perlfaq2.pod
43998 ____________________________________________________________________________
43999 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
44000         Log: Subject: [PATCH] Help -Dt show correct pad variables
44001              From: Benjamin Sugars <ben.sugars@home.com>
44002              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
44003              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
44004      Branch: perl
44005            ! embed.h embed.pl proto.h run.c
44006 ____________________________________________________________________________
44007 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
44008         Log: Subject: [PATCH] Document C<our $foo : shared>
44009              From: Benjamin Sugars <ben.sugars@home.com>
44010              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
44011              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
44012      Branch: perl
44013            ! pod/perlfunc.pod
44014 ____________________________________________________________________________
44015 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
44016         Log: Subject: [PATCH B::Deparse] undefined folded constants
44017              From: Robin Houston <robin@kitsite.com>
44018              Date: Sun, 6 May 2001 17:19:09 +0100
44019              Message-ID: <20010506171909.A7046@penderel>
44020      Branch: perl
44021            ! ext/B/B/Deparse.pm
44022 ____________________________________________________________________________
44023 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
44024         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
44025              From: Robin Houston <robin@kitsite.com>
44026              Message-ID: <20010506164654.A6848@penderel>
44027              Date: Sun, 6 May 2001 16:46:54 +0100
44028      Branch: perl
44029            ! ext/B/B/Deparse.pm
44030 ____________________________________________________________________________
44031 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
44032         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
44033              From: Robin Houston <robin@kitsite.com>
44034              Date: Sun, 6 May 2001 14:47:02 +0100
44035              Message-ID: <20010506144702.A6308@penderel>
44036      Branch: perl
44037            ! t/op/my_stash.t
44038 ____________________________________________________________________________
44039 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
44040         Log: Subject: Perl book, magazine and website updates.
44041              From: Simon Cozens <simon@netthink.co.uk>
44042              Date: Sun, 6 May 2001 16:55:36 +0100
44043              Message-ID: <20010506165536.A1795@netthink.co.uk>
44044      Branch: perl
44045            ! pod/perlbook.pod pod/perlfaq2.pod
44046 ____________________________________________________________________________
44047 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
44048         Log: Tweaks on the Tru64 prof options.
44049      Branch: perl
44050            ! pod/perlhack.pod
44051 ____________________________________________________________________________
44052 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
44053         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
44054              From: Robin Houston <robin@kitsite.com>
44055              Date: Sun, 6 May 2001 14:40:51 +0100
44056              Message-ID: <20010506144051.A6279@penderel>
44057      Branch: perl
44058            ! t/pod/testp2pt.pl
44059 ____________________________________________________________________________
44060 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
44061         Log: Subject: [PATCH B::Deparse] scoping
44062              From: Robin Houston <robin@kitsite.com>
44063              Date: Sun, 6 May 2001 14:36:56 +0100
44064              Message-ID: <20010506143656.A4006@penderel>
44065      Branch: perl
44066            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
44067 ____________________________________________________________________________
44068 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
44069         Log: Document the undefinedness of bitshifting out of range.
44070      Branch: perl
44071            ! pod/perlop.pod
44072 ____________________________________________________________________________
44073 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
44074         Log: Retract #10003 and update the IDE descriptions a bit.
44075      Branch: perl
44076            ! pod/perlfaq3.pod
44077 ____________________________________________________________________________
44078 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
44079         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
44080              From: Prymmer/Kahn <pvhp@best.com>
44081              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
44082              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
44083      Branch: perl
44084            ! win32/Makefile win32/buildext.pl win32/config.bc
44085            ! win32/config.gc win32/config.vc
44086 ____________________________________________________________________________
44087 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
44088         Log: (Retracted by #10005.)
44089      Branch: perl
44090            ! pod/perlfaq3.pod
44091 ____________________________________________________________________________
44092 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
44093         Log: It's "psed", not "sed".
44094      Branch: perl
44095            ! x2p/s2p.PL
44096 ____________________________________________________________________________
44097 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
44098         Log: Update Changes.
44099      Branch: perl
44100            ! Changes patchlevel.h
44101 ____________________________________________________________________________
44102 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
44103         Log: Subject: Re: bleadperl make install fails due to "psed"
44104              From: andreas.koenig@anima.de (Andreas J. Koenig)
44105              Date: 05 May 2001 18:23:28 +0200
44106              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
44107      Branch: perl
44108            ! x2p/Makefile.SH x2p/s2p.PL
44109 ____________________________________________________________________________
44110 [  9999] By: jhi                                   on 2001/05/05  18:28:09
44111         Log: AUTHORS updates.
44112      Branch: perl
44113            ! AUTHORS
44114 ____________________________________________________________________________
44115 [  9998] By: jhi                                   on 2001/05/05  18:16:00
44116         Log: Updates on the pods related to the modules included since 5.6.
44117              
44118              TODO: perltodo really could use major updating.
44119      Branch: perl
44120            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
44121            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
44122            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
44123            ! pod/perlsyn.pod pod/perltodo.pod
44124 ____________________________________________________________________________
44125 [  9997] By: jhi                                   on 2001/05/05  17:35:17
44126         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
44127              from Kurt Skauen.
44128      Branch: perl
44129            + hints/atheos.sh
44130            ! MANIFEST
44131 ____________________________________________________________________________
44132 [  9996] By: jhi                                   on 2001/05/05  17:25:00
44133         Log: Add preemptive #undefs for some of the shorter and more prone
44134              to collision regcomp.h #defines.  (Background: the MASK collided
44135              with a system header #define in Rhapsody.)
44136      Branch: perl
44137            ! regcomp.h
44138 ____________________________________________________________________________
44139 [  9995] By: jhi                                   on 2001/05/05  13:24:21
44140         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
44141              From: Nicholas Clark <nick@ccl4.org>
44142              Date: Sat, 5 May 2001 14:46:39 +0100
44143              Message-ID: <20010505144639.O53513@plum.flirble.org>
44144              
44145              Add a test for the constants (if any) being processed correctly.
44146      Branch: perl
44147            ! utils/h2xs.PL
44148 ____________________________________________________________________________
44149 [  9994] By: jhi                                   on 2001/05/05  02:11:03
44150         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
44151              From: Peter Prymmer <pvhp@forte.com>
44152              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
44153              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
44154      Branch: perl
44155            ! t/lib/b-stash.t
44156 ____________________________________________________________________________
44157 [  9993] By: jhi                                   on 2001/05/05  02:03:49
44158         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
44159              From: Peter Prymmer <pvhp@forte.com>
44160              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
44161              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
44162      Branch: perl
44163            ! perlio.c vms/vmsish.h
44164 ____________________________________________________________________________
44165 [  9992] By: jhi                                   on 2001/05/04  17:21:12
44166         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
44167              From: Robin Barker <rmb1@cise.npl.co.uk>
44168              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
44169              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
44170      Branch: perl
44171            + t/pod/plainer.t
44172            ! MANIFEST
44173 ____________________________________________________________________________
44174 [  9991] By: jhi                                   on 2001/05/04  16:47:45
44175         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
44176              From: Robin Barker <rmb1@cise.npl.co.uk>
44177              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
44178              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
44179      Branch: perl
44180            ! regcomp.c
44181 ____________________________________________________________________________
44182 [  9990] By: jhi                                   on 2001/05/04  14:37:20
44183         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
44184              From: Prymmer/Kahn <pvhp@best.com>
44185              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
44186              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
44187      Branch: perl
44188            ! t/lib/b-stash.t
44189 ____________________________________________________________________________
44190 [  9989] By: jhi                                   on 2001/05/04  14:03:58
44191         Log: Introduce perl572delta, update Todo, add the missing
44192              mention about signal safety since 5.7.1 (though this
44193              requires verification and more details.)
44194      Branch: perl
44195            + pod/perl572delta.pod
44196            ! MANIFEST Todo pod/perl571delta.pod
44197 ____________________________________________________________________________
44198 [  9988] By: jhi                                   on 2001/05/04  12:41:51
44199         Log: Subject: [PATCH perl@9944] long =item
44200              From: Robin Barker <rmb1@cise.npl.co.uk>
44201              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
44202              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
44203      Branch: perl
44204            ! ext/Time/HiRes/HiRes.pm
44205 ____________________________________________________________________________
44206 [  9987] By: jhi                                   on 2001/05/04  12:39:19
44207         Log: The #9901 had removed one line essential for EBCDIC.
44208      Branch: perl
44209            ! regcomp.c
44210 ____________________________________________________________________________
44211 [  9986] By: jhi                                   on 2001/05/04  12:30:23
44212         Log: Subject: cygwin/Makefile.SHs INSTALL patch
44213              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
44214              Date: Mon, 08 Jan 2001 04:59:21 +0200
44215              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
44216      Branch: perl
44217            ! cygwin/Makefile.SHs
44218 ____________________________________________________________________________
44219 [  9985] By: jhi                                   on 2001/05/04  03:51:39
44220         Log: Encode/IO doc tweaks.
44221      Branch: perl
44222            ! ext/Encode/Encode.pm
44223 ____________________________________________________________________________
44224 [  9984] By: jhi                                   on 2001/05/04  03:29:34
44225         Log: Remove GDBM_File from the dynamic extensions for UTS,
44226              GDBM is not a standard feature.
44227      Branch: perl
44228            ! hints/uts.sh
44229 ____________________________________________________________________________
44230 [  9983] By: jhi                                   on 2001/05/04  03:22:59
44231         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
44232      Branch: perl
44233            ! pod/perlretut.pod
44234 ____________________________________________________________________________
44235 [  9982] By: jhi                                   on 2001/05/03  23:21:03
44236         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
44237              From: Benjamin Sugars <bsugars@canoe.ca>
44238              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
44239              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
44240      Branch: perl
44241            ! dump.c
44242 ____________________________________________________________________________
44243 [  9981] By: jhi                                   on 2001/05/03  23:20:05
44244         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
44245              From: Benjamin Sugars <bsugars@canoe.ca>
44246              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
44247              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
44248      Branch: perl
44249            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
44250 ____________________________________________________________________________
44251 [  9980] By: jhi                                   on 2001/05/03  23:15:29
44252         Log: Integrate perlio.
44253      Branch: perl
44254           !> ext/Encode/Encode.pm
44255 ____________________________________________________________________________
44256 [  9979] By: jhi                                   on 2001/05/03  16:54:59
44257         Log: Install psed man page.
44258      Branch: perl
44259            ! installman
44260 ____________________________________________________________________________
44261 [  9978] By: jhi                                   on 2001/05/03  16:45:58
44262         Log: Remove unused files; noted by Sarathy.
44263      Branch: perl
44264            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
44265            ! MANIFEST
44266 ____________________________________________________________________________
44267 [  9977] By: jhi                                   on 2001/05/03  16:42:30
44268         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
44269              From: Andy Dougherty <doughera@lafayette.edu>
44270              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
44271              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
44272      Branch: perl
44273            ! INSTALL
44274 ____________________________________________________________________________
44275 [  9976] By: nick                                  on 2001/05/03  16:40:42
44276         Log: Allow $answer = encode($object,$text); like it says in docs.
44277      Branch: perlio
44278            ! ext/Encode/Encode.pm
44279 ____________________________________________________________________________
44280 [  9975] By: nick                                  on 2001/05/03  16:22:30
44281         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
44282              to be in scope (fair enough), and also a package variable (our) for eval to see it.
44283      Branch: perlio
44284            ! ext/Encode/Encode.pm
44285 ____________________________________________________________________________
44286 [  9974] By: nick                                  on 2001/05/03  15:48:17
44287         Log: Integrate mainline.
44288      Branch: perlio
44289           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
44290           +> t/lib/filter-simple.t t/lib/next.t
44291           !> (integrate 70 files)
44292 ____________________________________________________________________________
44293 [  9973] By: jhi                                   on 2001/05/03  13:09:09
44294         Log: Update Changes.
44295      Branch: perl
44296            ! Changes patchlevel.h
44297 ____________________________________________________________________________
44298 [  9972] By: jhi                                   on 2001/05/03  12:58:33
44299         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
44300              From: Prymmer/Kahn <pvhp@best.com>
44301              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
44302              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
44303      Branch: perl
44304            ! t/io/fflush.t
44305 ____________________________________________________________________________
44306 [  9971] By: jhi                                   on 2001/05/03  12:57:26
44307         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
44308              From: Prymmer/Kahn <pvhp@best.com>
44309              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
44310              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
44311      Branch: perl
44312            ! win32/FindExt.pm
44313 ____________________________________________________________________________
44314 [  9970] By: jhi                                   on 2001/05/03  02:42:46
44315         Log: Can't croak sans thread context, from Doug MacEachern.
44316      Branch: perl
44317            ! toke.c
44318 ____________________________________________________________________________
44319 [  9969] By: jhi                                   on 2001/05/03  01:23:48
44320         Log: Subject: Random input test and Perl
44321              From: Ilya Zakharevich <ilya@math.berkeley.edu>
44322              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
44323              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
44324      Branch: perl
44325            ! toke.c
44326 ____________________________________________________________________________
44327 [  9968] By: jhi                                   on 2001/05/02  22:17:21
44328         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
44329              From: Peter Prymmer <pvhp@forte.com>
44330              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
44331              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
44332      Branch: perl
44333            ! pod/perlfunc.pod pod/perlport.pod
44334 ____________________________________________________________________________
44335 [  9967] By: jhi                                   on 2001/05/02  20:12:45
44336         Log: Workaround for UTS compiler casting bug from Hal Morris.
44337      Branch: perl
44338            ! perl.h
44339 ____________________________________________________________________________
44340 [  9966] By: jhi                                   on 2001/05/02  18:31:37
44341         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
44342              From: Dan Sugalski <dan@sidhe.org>
44343              Date: Wed, 02 May 2001 15:23:22 -0400
44344              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
44345      Branch: perl
44346            ! perl.c vms/vms.c
44347 ____________________________________________________________________________
44348 [  9965] By: jhi                                   on 2001/05/02  18:21:29
44349         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
44350      Branch: perl
44351            ! pod/perlfunc.pod
44352 ____________________________________________________________________________
44353 [  9964] By: jhi                                   on 2001/05/02  18:15:01
44354         Log: Document large files in INSTALL, document also the %x
44355              limitation if not use64bitint, closes bug 20010326.007.
44356      Branch: perl
44357            ! INSTALL
44358 ____________________________________________________________________________
44359 [  9963] By: jhi                                   on 2001/05/02  17:24:47
44360         Log: perlmodlib tweaks; regen pods.
44361      Branch: perl
44362            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
44363            ! pod/perltoc.pod
44364 ____________________________________________________________________________
44365 [  9962] By: jhi                                   on 2001/05/02  17:14:00
44366         Log: Fix for a segfault, from Marc Lehmann.
44367      Branch: perl
44368            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
44369 ____________________________________________________________________________
44370 [  9961] By: jhi                                   on 2001/05/02  15:55:53
44371         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
44372              From: "Philip Newton" <pnewton@gmx.de>
44373              Date: Wed, 2 May 2001 18:39:03 +0200
44374              Message-ID: <3AF05447.15525.173B588@localhost>
44375      Branch: perl
44376            ! pod/perlop.pod
44377 ____________________________________________________________________________
44378 [  9960] By: jhi                                   on 2001/05/02  15:35:37
44379         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
44380              From: Dan Sugalski <dan@sidhe.org>
44381              Date: Wed, 02 May 2001 11:37:27 -0400
44382              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
44383      Branch: perl
44384            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
44385            ! thread.h vms/vms.c vms/vmsish.h
44386 ____________________________________________________________________________
44387 [  9959] By: jhi                                   on 2001/05/02  15:21:08
44388         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
44389              From: Benjamin Sugars <bsugars@canoe.ca>
44390              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
44391              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
44392      Branch: perl
44393            ! ext/PerlIO/Scalar/Scalar.xs
44394 ____________________________________________________________________________
44395 [  9958] By: jhi                                   on 2001/05/02  15:15:53
44396         Log: Bug in #9915, spotted by Mike Guy.
44397      Branch: perl
44398            ! installperl
44399 ____________________________________________________________________________
44400 [  9957] By: jhi                                   on 2001/05/02  13:26:01
44401         Log: Add a test for not griping about references as array
44402              indices if the reference has magic in it (overloaded
44403              methods).
44404      Branch: perl
44405            ! pod/perldiag.pod t/pragma/warn/pp_hot
44406 ____________________________________________________________________________
44407 [  9956] By: jhi                                   on 2001/05/02  13:07:01
44408         Log: Retracted a bit too much in #9952.
44409      Branch: perl
44410            ! t/pragma/sub_lval.t
44411 ____________________________________________________________________________
44412 [  9955] By: jhi                                   on 2001/05/02  13:05:38
44413         Log: Test for #9952.
44414      Branch: perl
44415            ! t/op/tie.t
44416 ____________________________________________________________________________
44417 [  9954] By: jhi                                   on 2001/05/02  11:48:18
44418         Log: Additional note on the encoding example: one cannot
44419              convert string constants in-place.
44420      Branch: perl
44421            ! ext/Encode/Encode.pm
44422 ____________________________________________________________________________
44423 [  9953] By: jhi                                   on 2001/05/02  11:43:51
44424         Log: Note that if you have recent enough Perl you already
44425              have Filter::Util::Call.
44426      Branch: perl
44427            ! lib/Filter/Simple.pm
44428 ____________________________________________________________________________
44429 [  9952] By: jhi                                   on 2001/05/02  11:31:53
44430         Log: Retract changes #8254 and #8255, causes coredump in
44431              'tie FH, "main"', reported by Abigail, culprit found by
44432              Benjamin Sugars.  Mirrors maintperl change #9950.
44433      Branch: perl
44434            ! op.c t/pragma/sub_lval.t
44435 ____________________________________________________________________________
44436 [  9951] By: jhi                                   on 2001/05/02  11:14:29
44437         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
44438      Branch: perl
44439            + t/lib/MyFilter.pm
44440 ____________________________________________________________________________
44441 [  9950] By: gsar                                  on 2001/05/02  03:17:11
44442         Log: revert integration of changes#8254,8255 in change#8620 (causes
44443              a coredump in C<tie FH, 'foo'>; the idea itself may need better
44444              rationalization)
44445      Branch: maint-5.6/perl
44446            ! op.c t/pragma/sub_lval.t
44447 ____________________________________________________________________________
44448 [  9949] By: gsar                                  on 2001/05/02  02:56:32
44449         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
44450              
44451              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
44452              
44453              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
44454      Branch: maint-5.6/perl
44455           !> hints/svr5.sh
44456 ____________________________________________________________________________
44457 [  9948] By: gsar                                  on 2001/05/02  02:49:15
44458         Log: pod/find.t breaks on VMS (from Craig Berry)
44459      Branch: maint-5.6/perl
44460            ! t/pod/find.t
44461 ____________________________________________________________________________
44462 [  9947] By: jhi                                   on 2001/05/02  02:43:09
44463         Log: Add an encoding conversion example.
44464      Branch: perl
44465            ! ext/Encode/Encode.pm
44466 ____________________________________________________________________________
44467 [  9946] By: jhi                                   on 2001/05/02  01:34:22
44468         Log: Another coat of paint but still nowhere finished.
44469              Need to decide on the semantics of strptime(): should
44470              strptime() be a function instead of a method?  To do
44471              the week/monthname-strptiming the i18n/l10n bullet needs
44472              to be bitten with gusto.
44473      Branch: perl
44474            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
44475 ____________________________________________________________________________
44476 [  9945] By: jhi                                   on 2001/05/01  23:40:52
44477         Log: Update Changes.
44478      Branch: perl
44479            ! Changes patchlevel.h
44480 ____________________________________________________________________________
44481 [  9944] By: jhi                                   on 2001/05/01  23:33:37
44482         Log: Add known-to-be-tested modules to the list-to-be-skipped.
44483      Branch: perl
44484            ! t/lib/1_compile.t
44485 ____________________________________________________________________________
44486 [  9943] By: jhi                                   on 2001/05/01  23:24:40
44487         Log: Subject: BorlandC++ fix
44488              From: "Vadim Konovalov" <watman@inbox.ru>
44489              Date: Mon, 30 Apr 2001 20:12:26 -0700
44490              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
44491      Branch: perl
44492            ! win32/makefile.mk
44493 ____________________________________________________________________________
44494 [  9942] By: jhi                                   on 2001/05/01  23:18:02
44495         Log: Update to Filter::Simple 0.60, create a test for it.
44496      Branch: perl
44497            + t/lib/filter-simple.t
44498            ! MANIFEST lib/Filter/Simple.pm
44499 ____________________________________________________________________________
44500 [  9941] By: jhi                                   on 2001/05/01  19:47:24
44501         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
44502              From: Hugo <hv@crypt.compulink.co.uk>
44503              Date: Tue, 01 May 2001 20:12:20 +0100
44504              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
44505      Branch: perl
44506            ! pp_hot.c t/op/re_tests
44507 ____________________________________________________________________________
44508 [  9940] By: jhi                                   on 2001/05/01  19:42:16
44509         Log: Integrate perlio.
44510      Branch: perl
44511           !> lib/base.pm t/lib/fields.t
44512 ____________________________________________________________________________
44513 [  9939] By: jhi                                   on 2001/05/01  19:39:51
44514         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
44515              From: Benjamin Sugars <bsugars@canoe.ca>
44516              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
44517              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
44518      Branch: perl
44519            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
44520 ____________________________________________________________________________
44521 [  9938] By: jhi                                   on 2001/05/01  19:34:09
44522         Log: Add NEXT, a pseudo-class for method redispatching.
44523              <Damian>NEXT.pm probably offers more bang-for-buck
44524              than anything else I've ever written.</Damian>
44525      Branch: perl
44526            + lib/NEXT.pm t/lib/next.t
44527            ! MANIFEST
44528 ____________________________________________________________________________
44529 [  9937] By: jhi                                   on 2001/05/01  19:21:41
44530         Log: Update to Switch 2.02.
44531      Branch: perl
44532            ! lib/Switch.pm t/lib/switch.t
44533 ____________________________________________________________________________
44534 [  9936] By: nick                                  on 2001/05/01  19:09:21
44535         Log: Fix for base.pm clobbering $VERSION
44536      Branch: perlio
44537            ! lib/base.pm
44538 ____________________________________________________________________________
44539 [  9935] By: nick                                  on 2001/05/01  18:54:38
44540         Log: Test for base.pm clobbering $VERSION.
44541      Branch: perlio
44542            ! t/lib/fields.t
44543 ____________________________________________________________________________
44544 [  9934] By: jhi                                   on 2001/05/01  18:39:10
44545         Log: Add information about Scalar::Util::blessed.
44546      Branch: perl
44547            ! pod/perlobj.pod
44548 ____________________________________________________________________________
44549 [  9933] By: jhi                                   on 2001/05/01  18:33:51
44550         Log: Subject: Extra UNIVERSAL documentation
44551              From: Mike Guy <mjtg@cam.ac.uk>
44552              Date: Tue, 01 May 2001 20:12:11 +0100
44553              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
44554      Branch: perl
44555            ! pod/perlobj.pod
44556 ____________________________________________________________________________
44557 [  9932] By: jhi                                   on 2001/05/01  18:26:54
44558         Log: Subject: Autoflush in tests as appropriate
44559              From: Mike Guy <mjtg@cam.ac.uk>
44560              Date: Tue, 01 May 2001 20:05:31 +0100
44561              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
44562      Branch: perl
44563            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
44564            ! t/op/taint.t
44565 ____________________________________________________________________________
44566 [  9931] By: jhi                                   on 2001/05/01  18:02:29
44567         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
44568              From: Benjamin Sugars <bsugars@canoe.ca>
44569              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
44570              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
44571      Branch: perl
44572            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
44573 ____________________________________________________________________________
44574 [  9930] By: jhi                                   on 2001/05/01  15:12:26
44575         Log: Subject: Re: Finally got a round tuit
44576              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44577              Date: Tue, 01 May 2001 14:14:10 +0200
44578              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
44579              
44580              The -DP part, slightly modified.
44581      Branch: perl
44582            ! perl.c
44583 ____________________________________________________________________________
44584 [  9929] By: jhi                                   on 2001/05/01  14:17:15
44585         Log: Subject: Re: Finally got a round tuit
44586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44587              Date: Tue, 01 May 2001 16:34:06 +0200
44588              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
44589              
44590              cpp and optimization tweaks for HP-UX.
44591      Branch: perl
44592            ! hints/hpux.sh
44593 ____________________________________________________________________________
44594 [  9928] By: jhi                                   on 2001/05/01  13:24:20
44595         Log: Tune the scan_num() comments to reality.
44596      Branch: perl
44597            ! toke.c
44598 ____________________________________________________________________________
44599 [  9927] By: jhi                                   on 2001/05/01  13:14:01
44600         Log: Subject: [PATCH B::Deparse] optimised sort
44601              From: Robin Houston <robin@kitsite.com>
44602              Date: Tue, 1 May 2001 14:07:12 +0100
44603              Message-ID: <20010501140712.A4266@penderel>
44604      Branch: perl
44605            ! ext/B/B/Deparse.pm
44606 ____________________________________________________________________________
44607 [  9926] By: jhi                                   on 2001/05/01  13:10:53
44608         Log: Subject: [PATCH t/lib/b-deparse.t] 
44609              From: Robin Houston <robin@kitsite.com>
44610              Date: Tue, 1 May 2001 13:37:42 +0100
44611              Message-ID: <20010501133742.A4082@penderel>
44612      Branch: perl
44613            ! t/lib/b-deparse.t
44614 ____________________________________________________________________________
44615 [  9925] By: jhi                                   on 2001/05/01  13:10:13
44616         Log: Subject: [PATCH B::Deparse] for(;;), sort
44617              From: Robin Houston <robin@kitsite.com>
44618              Date: Tue, 1 May 2001 13:35:00 +0100
44619              Message-ID: <20010501133500.A4061@penderel>
44620      Branch: perl
44621            ! ext/B/B/Deparse.pm
44622 ____________________________________________________________________________
44623 [  9924] By: jhi                                   on 2001/05/01  13:09:22
44624         Log: Subject: [PATCH B::Deparse] do, warn, use
44625              From: Robin Houston <robin@kitsite.com>
44626              Date: Tue, 1 May 2001 13:31:03 +0100
44627              Message-ID: <20010501133103.A4041@penderel>
44628      Branch: perl
44629            ! ext/B/B/Deparse.pm
44630 ____________________________________________________________________________
44631 [  9923] By: jhi                                   on 2001/05/01  11:45:36
44632         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
44633              From: Benjamin Sugars <ben.sugars@home.com>
44634              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
44635              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
44636      Branch: perl
44637            + t/io/fflush.t
44638            ! MANIFEST
44639 ____________________________________________________________________________
44640 [  9922] By: jhi                                   on 2001/05/01  11:35:42
44641         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
44642              From: Peter Prymmer <pvhp@forte.com>
44643              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
44644              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
44645      Branch: perl
44646            ! t/lib/selfstubber.t
44647 ____________________________________________________________________________
44648 [  9921] By: jhi                                   on 2001/04/30  16:34:33
44649         Log: Subject: [PATCH B::Concise] suppress warning
44650              From: Robin Houston <robin@kitsite.com>
44651              Date: Mon, 30 Apr 2001 16:09:49 +0100
44652              Message-ID: <20010430160949.A25086@penderel>
44653      Branch: perl
44654            ! ext/B/B/Concise.pm
44655 ____________________________________________________________________________
44656 [  9920] By: jhi                                   on 2001/04/30  13:56:04
44657         Log: Strip the *markers* from #9919.
44658      Branch: perl
44659            ! pod/perlfaq.pod pod/perlfaq5.pod
44660 ____________________________________________________________________________
44661 [  9919] By: jhi                                   on 2001/04/30  13:54:04
44662         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
44663              From: Gwyn Judd <b.judd@xtra.co.nz>
44664              Date: Sun, 29 Apr 2001 01:47:49 +1200
44665              Message-ID: <20010429014749.A4418@thislove>
44666      Branch: perl
44667            ! pod/perlfaq.pod pod/perlfaq5.pod
44668 ____________________________________________________________________________
44669 [  9918] By: jhi                                   on 2001/04/30  13:13:54
44670         Log: More_tweakage.
44671      Branch: perl
44672            ! pod/perldata.pod pod/perldiag.pod
44673 ____________________________________________________________________________
44674 [  9917] By: jhi                                   on 2001/04/30  13:01:27
44675         Log: Update Changes.
44676      Branch: perl
44677            ! Changes patchlevel.h
44678 ____________________________________________________________________________
44679 [  9916] By: jhi                                   on 2001/04/30  12:57:03
44680         Log: T_w_e_a_k_a_g_e.
44681      Branch: perl
44682            ! pod/perldata.pod pod/perldiag.pod
44683 ____________________________________________________________________________
44684 [  9915] By: jhi                                   on 2001/04/30  12:39:29
44685         Log: Install s2p also as psed.
44686              
44687              TODO: psed documentation?
44688      Branch: perl
44689            ! installperl
44690 ____________________________________________________________________________
44691 [  9914] By: jhi                                   on 2001/04/30  12:29:21
44692         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
44693              From: Jens Hamisch <jens@Strawberry.COM>
44694              Date: Fri, 27 Apr 2001 17:00:36 +0200
44695              Message-ID: <20010427170036.K1372@Strawberry.COM>
44696              
44697              SOCKS5_VERSION_NAME is the right symbol to detect
44698              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
44699              function called socks5_init() is available, and even that is
44700              not universal, most SOCKS5 installations use SOCKSinit()).
44701      Branch: perl
44702            ! perlio.c
44703 ____________________________________________________________________________
44704 [  9913] By: jhi                                   on 2001/04/30  12:22:15
44705         Log: Allow a zero timeout on IO::Socket accept and connect--
44706              though one really shouldn't do that.  Based on
44707              
44708              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
44709              From: "John Holdsworth" <coldwave@bigfoot.com>
44710              Date: Sun, 4 Feb 2001 12:48:18 +0100
44711              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
44712      Branch: perl
44713            ! ext/IO/lib/IO/Socket.pm
44714 ____________________________________________________________________________
44715 [  9912] By: jhi                                   on 2001/04/30  11:27:27
44716         Log: Save the spot of regprev (see #9911) for binary compatibility;
44717              regen API.
44718      Branch: perl
44719            ! embedvar.h perlapi.h thrdvar.h
44720 ____________________________________________________________________________
44721 [  9911] By: jhi                                   on 2001/04/30  11:22:03
44722         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
44723              From: Hugo <hv@crypt.compulink.co.uk>
44724              Date: Sun, 29 Apr 2001 17:09:30 +0100
44725              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
44726      Branch: perl
44727            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
44728 ____________________________________________________________________________
44729 [  9910] By: jhi                                   on 2001/04/30  11:15:12
44730         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
44731              a dummy for PL_numeric_radix); no pressing reason to break
44732              binary compatibility; regen API.
44733      Branch: perl
44734            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
44735            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
44736 ____________________________________________________________________________
44737 [  9909] By: jhi                                   on 2001/04/30  10:56:08
44738         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
44739              From: Walt Mankowski <waltman@netaxs.com>
44740              Date: Sun, 29 Apr 2001 21:53:48 -0400
44741              Message-ID: <20010429215348.A3971@netaxs.com>
44742      Branch: perl
44743            ! pod/perlfunc.pod
44744 ____________________________________________________________________________
44745 [  9908] By: jhi                                   on 2001/04/30  10:49:40
44746         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
44747      Branch: perl
44748            ! t/lib/selfstubber.t
44749 ____________________________________________________________________________
44750 [  9907] By: nick                                  on 2001/04/30  09:26:50
44751         Log: Integrate mainline.
44752      Branch: perlio
44753           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
44754 ____________________________________________________________________________
44755 [  9906] By: jhi                                   on 2001/04/29  23:24:20
44756         Log: Abigail spotted a thinko in #9905.
44757      Branch: perl
44758            ! pod/perldiag.pod
44759 ____________________________________________________________________________
44760 [  9905] By: jhi                                   on 2001/04/29  15:55:39
44761         Log: Changed the underscore/undebar syntax in numeric constants;
44762              now any grouping will do, as long as the underscores are not
44763              consecutive (so "zero-grouping" is out), and they do not begin
44764              or end the integer or fractional parts.
44765      Branch: perl
44766            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
44767 ____________________________________________________________________________
44768 [  9904] By: nick                                  on 2001/04/29  15:43:22
44769         Log: Integrate mainline.
44770      Branch: perlio
44771           +> (branch 98 files)
44772            - lib/unicode/Block.pl
44773            - lib/unicode/In/AlphabeticPresentationForms.pl
44774            - lib/unicode/In/Arabic.pl
44775            - lib/unicode/In/ArabicPresentationForms-A.pl
44776            - lib/unicode/In/ArabicPresentationForms-B.pl
44777            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
44778            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
44779            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
44780            - lib/unicode/In/BopomofoExtended.pl
44781            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
44782            - lib/unicode/In/CJKCompatibility.pl
44783            - lib/unicode/In/CJKCompatibilityForms.pl
44784            - lib/unicode/In/CJKCompatibilityIdeographs.pl
44785            - lib/unicode/In/CJKRadicalsSupplement.pl
44786            - lib/unicode/In/CJKSymbolsandPunctuation.pl
44787            - lib/unicode/In/CJKUnifiedIdeographs.pl
44788            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
44789            - lib/unicode/In/Cherokee.pl
44790            - lib/unicode/In/CombiningDiacriticalMarks.pl
44791            - lib/unicode/In/CombiningHalfMarks.pl
44792            - lib/unicode/In/CombiningMarksforSymbols.pl
44793            - lib/unicode/In/ControlPictures.pl
44794            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
44795            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
44796            - lib/unicode/In/EnclosedAlphanumerics.pl
44797            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
44798            - lib/unicode/In/Ethiopic.pl
44799            - lib/unicode/In/GeneralPunctuation.pl
44800            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
44801            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
44802            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
44803            - lib/unicode/In/HalfwidthandFullwidthForms.pl
44804            - lib/unicode/In/HangulCompatibilityJamo.pl
44805            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
44806            - lib/unicode/In/Hebrew.pl
44807            - lib/unicode/In/HighPrivateUseSurrogates.pl
44808            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
44809            - lib/unicode/In/IPAExtensions.pl
44810            - lib/unicode/In/IdeographicDescriptionCharacters.pl
44811            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
44812            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
44813            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
44814            - lib/unicode/In/Latin-1Supplement.pl
44815            - lib/unicode/In/LatinExtended-A.pl
44816            - lib/unicode/In/LatinExtended-B.pl
44817            - lib/unicode/In/LatinExtendedAdditional.pl
44818            - lib/unicode/In/LetterlikeSymbols.pl
44819            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
44820            - lib/unicode/In/MathematicalOperators.pl
44821            - lib/unicode/In/MiscellaneousSymbols.pl
44822            - lib/unicode/In/MiscellaneousTechnical.pl
44823            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
44824            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
44825            - lib/unicode/In/OpticalCharacterRecognition.pl
44826            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
44827            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
44828            - lib/unicode/In/SmallFormVariants.pl
44829            - lib/unicode/In/SpacingModifierLetters.pl
44830            - lib/unicode/In/Specials.pl
44831            - lib/unicode/In/SuperscriptsandSubscripts.pl
44832            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
44833            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
44834            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
44835            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
44836            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
44837           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
44838           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
44839           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
44840           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
44841           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
44842           !> utf8.c win32/Makefile
44843 ____________________________________________________________________________
44844 [  9903] By: jhi                                   on 2001/04/29  14:30:53
44845         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
44846              From: Prymmer/Kahn <pvhp@best.com>
44847              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
44848              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
44849      Branch: perl
44850            ! win32/Makefile
44851 ____________________________________________________________________________
44852 [  9902] By: jhi                                   on 2001/04/29  02:52:44
44853         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
44854              From: "Abigail" <abigail@foad.org>
44855              Date: Sun, 29 Apr 2001 03:14:25 +0200
44856              Message-ID: <20010429011425.24503.qmail@foad.org>
44857      Branch: perl
44858            ! ext/IO/lib/IO/Seekable.pm
44859 ____________________________________________________________________________
44860 [  9901] By: jhi                                   on 2001/04/29  02:04:46
44861         Log: In character classes one couldn't have 0x80..0xff characters
44862              at the left hand side if there were 0x100.. characters in the
44863              character class.
44864      Branch: perl
44865            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
44866            ! t/op/pat.t utf8.c
44867 ____________________________________________________________________________
44868 [  9900] By: jhi                                   on 2001/04/28  22:55:04
44869         Log: Forgot the latest mktables.PL from #9899.
44870      Branch: perl
44871            ! lib/unicode/mktables.PL
44872 ____________________________________________________________________________
44873 [  9899] By: jhi                                   on 2001/04/28  22:53:28
44874         Log: Explain the \p{} and \P{} error message better and
44875              have prettier prettyprint in In.pl.
44876      Branch: perl
44877            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
44878            ! pod/perldiag.pod
44879 ____________________________________________________________________________
44880 [  9898] By: jhi                                   on 2001/04/28  21:03:34
44881         Log: Add one possible explanation for the "Invalid [] range" error.
44882      Branch: perl
44883            ! pod/perldiag.pod
44884 ____________________________________________________________________________
44885 [  9897] By: jhi                                   on 2001/04/28  17:18:26
44886         Log: Add a level of indirection to the implementation of \p{InFoo}
44887              so that we don't have to have long filenames.  (Nothing changes
44888              in the user interface.)   The indirection is defined in
44889              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
44890              Also rename some the character classes by removing '-' from
44891              the classnames, and finally renamed Block.pl as Blocks.pl.
44892      Branch: perl
44893            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
44894            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
44895            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
44896            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
44897            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
44898            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
44899            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
44900            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
44901            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
44902            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
44903            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
44904            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
44905            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
44906            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
44907            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
44908            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
44909            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
44910            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
44911            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
44912            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
44913            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
44914            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
44915            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
44916            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
44917            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
44918            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
44919            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
44920            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
44921            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
44922            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
44923            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
44924            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
44925            + lib/unicode/In/94.pl lib/unicode/In/95.pl
44926            - lib/unicode/Block.pl
44927            - lib/unicode/In/AlphabeticPresentationForms.pl
44928            - lib/unicode/In/Arabic.pl
44929            - lib/unicode/In/ArabicPresentationForms-A.pl
44930            - lib/unicode/In/ArabicPresentationForms-B.pl
44931            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
44932            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
44933            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
44934            - lib/unicode/In/BopomofoExtended.pl
44935            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
44936            - lib/unicode/In/CJKCompatibility.pl
44937            - lib/unicode/In/CJKCompatibilityForms.pl
44938            - lib/unicode/In/CJKCompatibilityIdeographs.pl
44939            - lib/unicode/In/CJKRadicalsSupplement.pl
44940            - lib/unicode/In/CJKSymbolsandPunctuation.pl
44941            - lib/unicode/In/CJKUnifiedIdeographs.pl
44942            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
44943            - lib/unicode/In/Cherokee.pl
44944            - lib/unicode/In/CombiningDiacriticalMarks.pl
44945            - lib/unicode/In/CombiningHalfMarks.pl
44946            - lib/unicode/In/CombiningMarksforSymbols.pl
44947            - lib/unicode/In/ControlPictures.pl
44948            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
44949            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
44950            - lib/unicode/In/EnclosedAlphanumerics.pl
44951            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
44952            - lib/unicode/In/Ethiopic.pl
44953            - lib/unicode/In/GeneralPunctuation.pl
44954            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
44955            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
44956            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
44957            - lib/unicode/In/HalfwidthandFullwidthForms.pl
44958            - lib/unicode/In/HangulCompatibilityJamo.pl
44959            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
44960            - lib/unicode/In/Hebrew.pl
44961            - lib/unicode/In/HighPrivateUseSurrogates.pl
44962            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
44963            - lib/unicode/In/IPAExtensions.pl
44964            - lib/unicode/In/IdeographicDescriptionCharacters.pl
44965            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
44966            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
44967            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
44968            - lib/unicode/In/Latin-1Supplement.pl
44969            - lib/unicode/In/LatinExtended-A.pl
44970            - lib/unicode/In/LatinExtended-B.pl
44971            - lib/unicode/In/LatinExtendedAdditional.pl
44972            - lib/unicode/In/LetterlikeSymbols.pl
44973            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
44974            - lib/unicode/In/MathematicalOperators.pl
44975            - lib/unicode/In/MiscellaneousSymbols.pl
44976            - lib/unicode/In/MiscellaneousTechnical.pl
44977            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
44978            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
44979            - lib/unicode/In/OpticalCharacterRecognition.pl
44980            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
44981            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
44982            - lib/unicode/In/SmallFormVariants.pl
44983            - lib/unicode/In/SpacingModifierLetters.pl
44984            - lib/unicode/In/Specials.pl
44985            - lib/unicode/In/SuperscriptsandSubscripts.pl
44986            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
44987            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
44988            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
44989            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
44990            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
44991            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
44992            ! pod/perlunicode.pod
44993 ____________________________________________________________________________
44994 [  9896] By: jhi                                   on 2001/04/28  14:33:17
44995         Log: Update the information on shared library path on HP-UX.
44996      Branch: perl
44997            ! INSTALL
44998 ____________________________________________________________________________
44999 [  9895] By: jhi                                   on 2001/04/28  14:32:30
45000         Log: Because #9894 seems to do the trick, this workaround can be removed.
45001      Branch: perl
45002            ! t/lib/selfstubber.t
45003 ____________________________________________________________________________
45004 [  9894] By: jhi                                   on 2001/04/28  14:26:13
45005         Log: For PerlIO flush the children's file handles (on fork/exec/system).
45006      Branch: perl
45007            ! perl.h
45008 ____________________________________________________________________________
45009 [  9893] By: jhi                                   on 2001/04/28  14:23:15
45010         Log: Test tweak for #9891.
45011      Branch: perl
45012            ! t/lib/b-deparse.t
45013 ____________________________________________________________________________
45014 [  9892] By: jhi                                   on 2001/04/28  14:10:13
45015         Log: New HP-UX hints from Merijn.
45016      Branch: perl
45017            ! hints/hpux.sh
45018 ____________________________________________________________________________
45019 [  9891] By: jhi                                   on 2001/04/28  14:07:27
45020         Log: Subject: [PATCH B::Deparse] non-block scopes
45021              From: Robin Houston <robin@kitsite.com>
45022              Date: Fri, 27 Apr 2001 19:15:14 +0100
45023              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
45024      Branch: perl
45025            ! ext/B/B/Deparse.pm
45026 ____________________________________________________________________________
45027 [  9890] By: nick                                  on 2001/04/27  19:41:25
45028         Log: Integrate mainline
45029      Branch: perlio
45030           +> t/lib/selfstubber.t
45031           !> (integrate 50 files)
45032 ____________________________________________________________________________
45033 [  9889] By: jhi                                   on 2001/04/27  18:23:46
45034         Log: Subject: Re: selfstubber test fail on bleadperl
45035              From: Mike Guy <mjtg@cam.ac.uk>
45036              Date: Fri, 27 Apr 2001 19:31:18 +0100
45037              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
45038      Branch: perl
45039            ! t/lib/selfstubber.t
45040 ____________________________________________________________________________
45041 [  9888] By: jhi                                   on 2001/04/27  16:20:54
45042         Log: Test tweak for #9886.
45043      Branch: perl
45044            ! t/lib/b-deparse.t
45045 ____________________________________________________________________________
45046 [  9887] By: jhi                                   on 2001/04/27  16:16:33
45047         Log: Buffering issue at least in Solaris (even with perlio).
45048      Branch: perl
45049            ! t/lib/selfstubber.t
45050 ____________________________________________________________________________
45051 [  9886] By: jhi                                   on 2001/04/27  14:59:23
45052         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
45053              From: Robin Houston <robin@kitsite.com>
45054              Date: Fri, 27 Apr 2001 16:53:20 +0100
45055              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
45056      Branch: perl
45057            ! ext/B/B/Deparse.pm
45058 ____________________________________________________________________________
45059 [  9885] By: jhi                                   on 2001/04/27  14:23:51
45060         Log: Update Changes.
45061      Branch: perl
45062            ! Changes patchlevel.h
45063 ____________________________________________________________________________
45064 [  9884] By: jhi                                   on 2001/04/27  14:14:12
45065         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
45066              From: "Philip Newton" <pnewton@gmx.de>
45067              Date: Fri, 27 Apr 2001 16:40:13 +0200
45068              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
45069      Branch: perl
45070            ! pod/perldata.pod
45071 ____________________________________________________________________________
45072 [  9883] By: jhi                                   on 2001/04/27  13:28:19
45073         Log: Add LOG_PERROR; prettify the "removed".
45074      Branch: perl
45075            ! ext/Sys/Syslog/Syslog.xs
45076 ____________________________________________________________________________
45077 [  9882] By: jhi                                   on 2001/04/27  13:13:18
45078         Log: h2xs tweaks: use NV instead of double, "quote" the removed
45079              prefixes for clarity (especially when nothing is removed),
45080              slight pod reformats.
45081      Branch: perl
45082            ! utils/h2xs.PL
45083 ____________________________________________________________________________
45084 [  9881] By: jhi                                   on 2001/04/27  12:58:48
45085         Log: Don't bother creating existing directories.
45086      Branch: perl
45087            ! utils/h2xs.PL
45088 ____________________________________________________________________________
45089 [  9880] By: jhi                                   on 2001/04/27  12:45:39
45090         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
45091              From: Mike Schilli <m@perlmeister.com>
45092              Date: Wed, 25 Apr 2001 01:29:21 -0700
45093              Message-id: <3AE68AE1.6A981723@perlmeister.com>
45094      Branch: perl
45095            ! utils/h2xs.PL
45096 ____________________________________________________________________________
45097 [  9879] By: jhi                                   on 2001/04/27  12:40:55
45098         Log: break is not yet Perl.  Added the template license also to README.
45099      Branch: perl
45100            ! utils/h2xs.PL
45101 ____________________________________________________________________________
45102 [  9878] By: jhi                                   on 2001/04/27  03:08:20
45103         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
45104              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45105              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
45106              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
45107      Branch: perl
45108            ! t/lib/xs-typemap.t
45109 ____________________________________________________________________________
45110 [  9877] By: jhi                                   on 2001/04/26  23:54:40
45111         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
45112              From: "Abigail" <abigail@foad.org>
45113              Date: Fri, 27 Apr 2001 01:44:28 +0200
45114              Message-ID: <20010426234428.19786.qmail@foad.org>
45115      Branch: perl
45116            ! utils/h2xs.PL
45117 ____________________________________________________________________________
45118 [  9876] By: jhi                                   on 2001/04/26  23:52:06
45119         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
45120              From: Peter Prymmer <pvhp@forte.com>
45121              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
45122              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
45123      Branch: perl
45124            ! t/lib/selfstubber.t
45125 ____________________________________________________________________________
45126 [  9875] By: jhi                                   on 2001/04/26  23:48:10
45127         Log: Deparse nits.
45128      Branch: perl
45129            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
45130 ____________________________________________________________________________
45131 [  9874] By: jhi                                   on 2001/04/26  22:46:05
45132         Log: Document ANYOF_CLASS.
45133      Branch: perl
45134            ! regcomp.h
45135 ____________________________________________________________________________
45136 [  9873] By: jhi                                   on 2001/04/26  22:35:03
45137         Log: Subject: Re: [PATCH @9846] dumping ANYOF
45138              From: Hugo <hv@crypt.compulink.co.uk>
45139              Date: Thu, 26 Apr 2001 23:33:38 +0100
45140              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
45141      Branch: perl
45142            ! regcomp.c regcomp.h
45143 ____________________________________________________________________________
45144 [  9872] By: jhi                                   on 2001/04/26  22:34:31
45145         Log: Subject: [PATCH] more for Devel::SelfStubber
45146              From: Nicholas Clark <nick@ccl4.org>
45147              Date: Fri, 27 Apr 2001 00:13:52 +0100
45148              Message-ID: <20010427001351.K88186@plum.flirble.org>
45149      Branch: perl
45150            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
45151 ____________________________________________________________________________
45152 [  9871] By: jhi                                   on 2001/04/26  21:59:17
45153         Log: Subject: [PATCH B::Deparse] formats must be flush left
45154              From: Robin Houston <robin@kitsite.com>
45155              Date: Thu, 26 Apr 2001 23:54:29 +0100
45156              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
45157      Branch: perl
45158            ! ext/B/B/Deparse.pm
45159 ____________________________________________________________________________
45160 [  9870] By: jhi                                   on 2001/04/26  21:57:37
45161         Log: If some of the constants are prefixes of others,
45162              the prefixes may never get recognized.  (See 20010426.006.)
45163      Branch: perl
45164            ! utils/h2xs.PL
45165 ____________________________________________________________________________
45166 [  9869] By: jhi                                   on 2001/04/26  21:50:42
45167         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
45168              From: Chris Bongaarts <cab@tc.umn.edu>
45169              Date: Thu, 26 Apr 2001 17:10:31 -0500
45170              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
45171      Branch: perl
45172            ! ext/Sys/Syslog/Syslog.xs
45173 ____________________________________________________________________________
45174 [  9868] By: jhi                                   on 2001/04/26  21:35:12
45175         Log: Further cuts and more docs from Graham Barr.
45176      Branch: perl
45177            ! ext/List/Util/lib/List/Util.pm
45178            ! ext/List/Util/lib/Scalar/Util.pm
45179 ____________________________________________________________________________
45180 [  9867] By: jhi                                   on 2001/04/26  21:18:57
45181         Log: Subject: [PATCH 5.7.1] DB_File-1.77
45182              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
45183              Date: Thu, 26 Apr 2001 22:37:53 +0100
45184              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
45185      Branch: perl
45186            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
45187            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
45188 ____________________________________________________________________________
45189 [  9866] By: jhi                                   on 2001/04/26  21:12:31
45190         Log: Subject: [PATCH B::Deparse] fix easy bugs
45191              From: Robin Houston <robin@kitsite.com>
45192              Date: Thu, 26 Apr 2001 23:03:33 +0100
45193              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
45194      Branch: perl
45195            ! ext/B/B/Deparse.pm
45196 ____________________________________________________________________________
45197 [  9865] By: jhi                                   on 2001/04/26  20:26:13
45198         Log: Update Changes.
45199      Branch: perl
45200            ! Changes patchlevel.h
45201 ____________________________________________________________________________
45202 [  9864] By: jhi                                   on 2001/04/26  19:27:48
45203         Log: Dethinko from Robin Houston.
45204      Branch: perl
45205            ! ext/B/B/Deparse.pm
45206 ____________________________________________________________________________
45207 [  9863] By: jhi                                   on 2001/04/26  19:10:35
45208         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
45209              From: Robin Houston <robin@kitsite.com>
45210              Date: Thu, 26 Apr 2001 21:08:32 +0100
45211              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
45212      Branch: perl
45213            ! ext/B/B/Deparse.pm
45214 ____________________________________________________________________________
45215 [  9862] By: jhi                                   on 2001/04/26  19:04:23
45216         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
45217              From: Robin Houston <robin@kitsite.com>
45218              Date: Thu, 26 Apr 2001 20:52:50 +0100
45219              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
45220      Branch: perl
45221            ! ext/B/B/Deparse.pm
45222 ____________________________________________________________________________
45223 [  9861] By: jhi                                   on 2001/04/26  18:56:14
45224         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
45225              From: Mike Guy <mjtg@cam.ac.uk>
45226              Date: Thu, 26 Apr 2001 14:22:40 +0100
45227              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
45228      Branch: perl
45229            ! pod/perlobj.pod
45230 ____________________________________________________________________________
45231 [  9860] By: jhi                                   on 2001/04/26  18:46:42
45232         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
45233              From: Robin Houston <robin@kitsite.com>
45234              Date: Thu, 26 Apr 2001 20:34:29 +0100
45235              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
45236              
45237              Hashes do not interpolate.
45238      Branch: perl
45239            ! ext/B/B/Deparse.pm
45240 ____________________________________________________________________________
45241 [  9859] By: jhi                                   on 2001/04/26  18:43:51
45242         Log: Subject: The Time::Piece conspiracy unmasked!!!
45243              From: Mike Guy <mjtg@cam.ac.uk>
45244              Date: Thu, 26 Apr 2001 19:02:50 +0100
45245              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
45246              
45247              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
45248              From: Mike Guy <mjtg@cam.ac.uk>
45249              Date: Thu, 26 Apr 2001 19:08:21 +0100
45250              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
45251              
45252              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
45253              From: Graham Barr <gbarr@pobox.com>
45254              Date: Thu, 26 Apr 2001 19:12:03 +0100
45255              Message-ID: <20010426191203.A70835@pobox.com>
45256              
45257              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
45258      Branch: perl
45259            ! ext/List/Util/lib/List/Util.pm
45260            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
45261 ____________________________________________________________________________
45262 [  9858] By: jhi                                   on 2001/04/26  18:17:42
45263         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
45264              From: Robin Houston <robin@kitsite.com>
45265              Date: Thu, 26 Apr 2001 16:09:35 +0100
45266              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
45267      Branch: perl
45268            ! t/comp/proto.t
45269 ____________________________________________________________________________
45270 [  9857] By: jhi                                   on 2001/04/26  18:04:59
45271         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
45272              From: barries <barries@slaysys.com>
45273              Date: Thu, 26 Apr 2001 12:01:10 -0400
45274              Message-ID: <20010426120110.E29698@jester.slaysys.com>
45275      Branch: perl
45276            ! pod/perldiag.pod
45277 ____________________________________________________________________________
45278 [  9856] By: jhi                                   on 2001/04/26  18:03:33
45279         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
45280              Date: Thu, 26 Apr 2001 17:13:41 +0100
45281              From: Robin Houston <robin@kitsite.com>
45282              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
45283              
45284              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
45285              From: Robin Houston <robin@kitsite.com>
45286              Date: Thu, 26 Apr 2001 18:44:29 +0100
45287              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
45288      Branch: perl
45289            ! ext/B/B/Deparse.pm
45290 ____________________________________________________________________________
45291 [  9855] By: jhi                                   on 2001/04/26  17:56:04
45292         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
45293              From: Robin Houston <robin@kitsite.com>
45294              Date: Thu, 26 Apr 2001 17:04:08 +0100
45295              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
45296      Branch: perl
45297            ! ext/B/B/Deparse.pm
45298 ____________________________________________________________________________
45299 [  9854] By: jhi                                   on 2001/04/26  17:47:26
45300         Log: Subject: Re: Short test case for undef %stash:: crash
45301              From: Benjamin Sugars <bsugars@canoe.ca> 
45302              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
45303              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
45304              Changed and moved the perldiag entry.
45305      Branch: perl
45306            ! gv.c pod/perldiag.pod
45307 ____________________________________________________________________________
45308 [  9853] By: jhi                                   on 2001/04/26  14:35:16
45309         Log: Beginnings of strptime().  Do not touch the wet paint.
45310      Branch: perl
45311            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
45312 ____________________________________________________________________________
45313 [  9852] By: jhi                                   on 2001/04/26  13:17:21
45314         Log: Retract #9851, core dumps from pod2man.
45315      Branch: perl
45316            ! regcomp.c
45317 ____________________________________________________________________________
45318 [  9851] By: jhi                                   on 2001/04/26  11:54:41
45319         Log: (Retracted by #9852.)
45320              
45321              Subject: [PATCH @9846] dumping ANYOF
45322              From: Hugo <hv@crypt.compulink.co.uk>
45323              Date: Thu, 26 Apr 2001 05:32:38 +0100
45324              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
45325      Branch: perl
45326            ! regcomp.c
45327 ____________________________________________________________________________
45328 [  9850] By: jhi                                   on 2001/04/26  02:34:44
45329         Log: If ccflags was empty the _previous_ $* containing all the
45330              environment variables and Configure variables was used,
45331              which lead, among other bad things, into $ccflags being your
45332              uname -a output, which lead into test compile with cc failing,
45333              which lead into gcc being selected, which didn't work that well
45334              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
45335              with large files, et cetera.
45336      Branch: perl
45337            ! hints/hpux.sh
45338 ____________________________________________________________________________
45339 [  9849] By: jhi                                   on 2001/04/26  01:44:57
45340         Log: Make selfstubber test more portable.
45341      Branch: perl
45342            ! t/lib/selfstubber.t
45343 ____________________________________________________________________________
45344 [  9848] By: jhi                                   on 2001/04/26  00:50:26
45345         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
45346              From: Benjamin Sugars <ben.sugars@home.com>
45347              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
45348              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
45349      Branch: perl
45350            ! ext/Cwd/Cwd.xs
45351 ____________________________________________________________________________
45352 [  9847] By: jhi                                   on 2001/04/26  00:46:58
45353         Log: Subject: [PATCH: perl@9841] VMS updates
45354              From: Peter Prymmer <pvhp@forte.com>
45355              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
45356              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
45357      Branch: perl
45358            ! README.vms configure.com vms/descrip_mms.template
45359            ! vms/ext/filespec.t
45360 ____________________________________________________________________________
45361 [  9846] By: jhi                                   on 2001/04/26  00:11:56
45362         Log: re 'debug' was broken by #9084.
45363      Branch: perl
45364            ! ext/re/re.xs
45365 ____________________________________________________________________________
45366 [  9845] By: jhi                                   on 2001/04/25  22:33:17
45367         Log: Subject: [PATCH] test for Devel::SelfStubber
45368              From: Nicholas Clark <nick@ccl4.org>
45369              Date: Thu, 26 Apr 2001 00:00:54 +0100
45370              Message-ID: <20010426000054.D89026@plum.flirble.org>
45371      Branch: perl
45372            + t/lib/selfstubber.t
45373            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
45374 ____________________________________________________________________________
45375 [  9844] By: jhi                                   on 2001/04/25  22:29:32
45376         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
45377              From: Paul Johnson <paul@pjcj.net>
45378              Date: Thu, 26 Apr 2001 00:46:08 +0200
45379              Message-ID: <20010426004608.H2338@pjcj.net>
45380      Branch: perl
45381            ! ext/B/B/Concise.pm
45382 ____________________________________________________________________________
45383 [  9843] By: jhi                                   on 2001/04/25  22:28:28
45384         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
45385              From: Peter Prymmer <pvhp@forte.com>
45386              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
45387              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
45388      Branch: perl
45389            ! ext/Cwd/Cwd.xs
45390 ____________________________________________________________________________
45391 [  9842] By: jhi                                   on 2001/04/25  20:58:12
45392         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
45393              From: John Peacock <jpeacock@rowman.com>
45394              Date: Wed, 25 Apr 2001 17:30:26 -0400
45395              Message-ID: <3AE741F2.B3217464@rowman.com>
45396      Branch: perl
45397            ! lib/Math/BigInt.pm t/lib/bigintpm.t
45398 ____________________________________________________________________________
45399 [  9841] By: jhi                                   on 2001/04/25  20:07:05
45400         Log: Update Changes.
45401      Branch: perl
45402            ! Changes patchlevel.h
45403 ____________________________________________________________________________
45404 [  9840] By: jhi                                   on 2001/04/25  19:56:51
45405         Log: Yet another HP-UX hints version from Merijn.
45406      Branch: perl
45407            ! hints/hpux.sh
45408 ____________________________________________________________________________
45409 [  9839] By: jhi                                   on 2001/04/25  19:53:04
45410         Log: abs_path() didn't terminate the filename correctly,
45411              in DIRNAMLENless systems like HP-UX this would fail.
45412      Branch: perl
45413            ! ext/Cwd/Cwd.xs
45414 ____________________________________________________________________________
45415 [  9838] By: jhi                                   on 2001/04/25  16:37:26
45416         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
45417              From: Mike Guy <mjtg@cam.ac.uk>
45418              Date: Wed, 25 Apr 2001 18:31:47 +0100
45419              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
45420      Branch: perl
45421            ! op.c
45422 ____________________________________________________________________________
45423 [  9837] By: jhi                                   on 2001/04/25  16:21:53
45424         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
45425              From: Jon Eveland <jweveland@yahoo.com>
45426              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
45427              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
45428      Branch: perl
45429            ! lib/perl5db.pl
45430 ____________________________________________________________________________
45431 [  9836] By: jhi                                   on 2001/04/25  14:17:50
45432         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
45433              From: "Philip Newton" <pnewton@gmx.de>
45434              Date: Wed, 25 Apr 2001 17:05:58 +0200
45435              Message-ID: <3AE703F6.3234.1833C45@localhost>
45436      Branch: perl
45437            ! Porting/patching.pod
45438 ____________________________________________________________________________
45439 [  9835] By: jhi                                   on 2001/04/25  13:58:07
45440         Log: It would seem that both ar and full_ar need to be overridden
45441              for HP-UX to avoid the GNU ar.
45442      Branch: perl
45443            ! hints/hpux.sh
45444 ____________________________________________________________________________
45445 [  9834] By: jhi                                   on 2001/04/25  13:50:40
45446         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
45447              From: "Philip Newton" <pnewton@gmx.de>
45448              Date: Wed, 25 Apr 2001 16:09:23 +0200
45449              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
45450              
45451              Detypo.
45452      Branch: perl
45453            ! t/op/misc.t
45454 ____________________________________________________________________________
45455 [  9833] By: jhi                                   on 2001/04/25  12:36:11
45456         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
45457      Branch: perl
45458            ! hints/hpux.sh
45459 ____________________________________________________________________________
45460 [  9832] By: jhi                                   on 2001/04/25  12:33:36
45461         Log: New version of HP-UX hints from Merijn.
45462      Branch: perl
45463            ! hints/hpux.sh
45464 ____________________________________________________________________________
45465 [  9831] By: jhi                                   on 2001/04/25  03:39:45
45466         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
45467      Branch: perl
45468            ! hints/hpux.sh
45469 ____________________________________________________________________________
45470 [  9830] By: jhi                                   on 2001/04/25  02:53:25
45471         Log: The tzname[] bit is not needed by util.c -- and causes
45472              heartburn in VMS (and it missing was probably the cause of
45473              the Mac OS X trouble).  Ouch.
45474      Branch: perl
45475            ! ext/POSIX/POSIX.xs util.c
45476 ____________________________________________________________________________
45477 [  9829] By: jhi                                   on 2001/04/25  00:10:06
45478         Log: Metaconfig unit change for #9828.
45479      Branch: metaconfig
45480            ! U/compline/ccflags.U
45481 ____________________________________________________________________________
45482 [  9828] By: jhi                                   on 2001/04/25  00:04:18
45483         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
45484              (which is actually the reason for the change, we need to pass
45485              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
45486              EP/IX, OS/2, and TitanOS, based on the hints files.
45487      Branch: perl
45488            ! Configure config_h.SH
45489 ____________________________________________________________________________
45490 [  9827] By: jhi                                   on 2001/04/24  23:49:20
45491         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
45492              the $cat must have an absolute path.
45493      Branch: perl
45494            ! makedepend.SH
45495 ____________________________________________________________________________
45496 [  9826] By: jhi                                   on 2001/04/24  23:40:53
45497         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
45498      Branch: perl
45499            ! README.amiga
45500 ____________________________________________________________________________
45501 [  9825] By: jhi                                   on 2001/04/24  23:35:35
45502         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
45503              From: "Philip Newton" <pnewton@gmx.de>
45504              Date: Tue, 24 Apr 2001 18:52:49 +0200
45505              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
45506      Branch: perl
45507            ! x2p/find2perl.PL
45508 ____________________________________________________________________________
45509 [  9824] By: jhi                                   on 2001/04/24  23:33:07
45510         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
45511              Some gcc specifics dropped out due to extensive rewriting;
45512              will be put back later as needed.
45513      Branch: perl
45514            ! hints/hpux.sh
45515 ____________________________________________________________________________
45516 [  9823] By: jhi                                   on 2001/04/24  23:27:57
45517         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
45518      Branch: perl
45519            ! ext/POSIX/POSIX.xs
45520 ____________________________________________________________________________
45521 [  9822] By: jhi                                   on 2001/04/24  23:25:21
45522         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
45523              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45524              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
45525              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
45526      Branch: perl
45527            ! ext/XS/Typemap/Typemap.xs
45528 ____________________________________________________________________________
45529 [  9821] By: jhi                                   on 2001/04/24  23:24:10
45530         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
45531              From: "Abigail" <abigail@foad.org>
45532              Date: Tue, 24 Apr 2001 23:12:03 +0200
45533              Message-ID: <20010424211203.7901.qmail@foad.org>
45534      Branch: perl
45535            ! pod/perlport.pod
45536 ____________________________________________________________________________
45537 [  9820] By: jhi                                   on 2001/04/24  23:23:15
45538         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
45539              From: Matt Sergeant <matt@sergeant.org>
45540              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
45541              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
45542      Branch: perl
45543            ! pod/perlfaq4.pod
45544 ____________________________________________________________________________
45545 [  9819] By: nick                                  on 2001/04/24  18:49:43
45546         Log: Integrate mainline.
45547      Branch: perlio
45548           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
45549           !> (integrate 37 files)
45550 ____________________________________________________________________________
45551 [  9818] By: jhi                                   on 2001/04/24  14:35:23
45552         Log: Update Changes.
45553      Branch: perl
45554            ! Changes patchlevel.h
45555 ____________________________________________________________________________
45556 [  9817] By: jhi                                   on 2001/04/24  14:09:17
45557         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
45558              From: "Philip Newton" <pnewton@gmx.de>
45559              Date: Tue, 24 Apr 2001 12:58:12 +0200
45560              Message-ID: <3AE57864.8304.B77A0A@localhost> 
45561              
45562              plus add CPAN to the list of modules that have their own tests.
45563      Branch: perl
45564            ! t/lib/1_compile.t
45565 ____________________________________________________________________________
45566 [  9816] By: jhi                                   on 2001/04/24  14:07:03
45567         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
45568              From: Michael G Schwern <schwern@pobox.com>
45569              Date: Sat, 21 Apr 2001 22:35:00 +0100
45570              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
45571      Branch: perl
45572            ! t/lib/1_compile.t
45573 ____________________________________________________________________________
45574 [  9815] By: jhi                                   on 2001/04/24  13:54:32
45575         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
45576              From: Robin Houston <robin@kitsite.com>
45577              Date: Tue, 24 Apr 2001 15:51:18 +0100
45578              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
45579      Branch: perl
45580            ! ext/B/B/Deparse.pm
45581 ____________________________________________________________________________
45582 [  9814] By: jhi                                   on 2001/04/24  13:17:34
45583         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
45584              From: Bill Glicker <billg@burrelles.com>
45585              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
45586              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
45587      Branch: perl
45588            ! hints/svr5.sh
45589 ____________________________________________________________________________
45590 [  9813] By: jhi                                   on 2001/04/24  12:54:23
45591         Log: Prevent path disclosure (probing for existence of filenames)
45592              using suidperl; bug id 20010322.218.
45593      Branch: perl
45594            ! perl.c pod/perldiag.pod
45595 ____________________________________________________________________________
45596 [  9812] By: jhi                                   on 2001/04/24  12:08:36
45597         Log: Retract #9811.
45598      Branch: perl
45599            ! ext/POSIX/POSIX.xs
45600 ____________________________________________________________________________
45601 [  9811] By: jhi                                   on 2001/04/24  11:57:35
45602         Log: (Retracted by #9812.)
45603      Branch: perl
45604            ! ext/POSIX/POSIX.xs
45605 ____________________________________________________________________________
45606 [  9810] By: jhi                                   on 2001/04/24  03:32:35
45607         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
45608      Branch: perl
45609            ! util.c
45610 ____________________________________________________________________________
45611 [  9809] By: jhi                                   on 2001/04/24  03:16:13
45612         Log: The Math::BigFloat::import() was broken.
45613              (Fixes bug id 20010422.002.)
45614      Branch: perl
45615            ! lib/Math/BigFloat.pm
45616 ____________________________________________________________________________
45617 [  9808] By: jhi                                   on 2001/04/24  01:11:40
45618         Log: Additional dependencies; should help for parallel makes
45619              not to fail on missing lib/lib.pm or lib/re.pm.
45620      Branch: perl
45621            ! Makefile.SH
45622 ____________________________________________________________________________
45623 [  9807] By: jhi                                   on 2001/04/24  00:57:01
45624         Log: Update the test failure disclaimer.
45625      Branch: perl
45626            ! t/pragma/warn/pp_hot
45627 ____________________________________________________________________________
45628 [  9806] By: jhi                                   on 2001/04/24  00:54:04
45629         Log: Add make target "install-all" which is alias for "install"
45630              to cater for case-preserving filesystems like HFS+.
45631      Branch: perl
45632            ! INSTALL Makefile.SH
45633 ____________________________________________________________________________
45634 [  9805] By: jhi                                   on 2001/04/24  00:47:28
45635         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
45636              From: Peter Prymmer <pvhp@forte.com>
45637              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
45638              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
45639              
45640              (Ken William's message forwarded from macosx@perl.org)
45641      Branch: perl
45642            ! hints/darwin.sh
45643 ____________________________________________________________________________
45644 [  9804] By: jhi                                   on 2001/04/23  23:57:35
45645         Log: Cut-and-pasto.
45646      Branch: perl
45647            ! perlio.c
45648 ____________________________________________________________________________
45649 [  9803] By: jhi                                   on 2001/04/23  23:52:25
45650         Log: More PerlIO robustness.
45651      Branch: perl
45652            ! perlio.c
45653 ____________________________________________________________________________
45654 [  9802] By: jhi                                   on 2001/04/23  23:43:35
45655         Log: Make the "STD* opened only for ..." errors more consistent.
45656      Branch: perl
45657            ! doio.c
45658 ____________________________________________________________________________
45659 [  9801] By: jhi                                   on 2001/04/23  23:34:26
45660         Log: Test case for #9800.
45661      Branch: perl
45662            ! t/op/misc.t
45663 ____________________________________________________________________________
45664 [  9800] By: jhi                                   on 2001/04/23  23:14:43
45665         Log: Avoid coredump on 'close STDERR; die' by making
45666              the PerlIO calls more robust.  Also use SETERRNO()
45667              instead of errno = to be more VMS-ready.
45668      Branch: perl
45669            ! perlio.c
45670 ____________________________________________________________________________
45671 [  9799] By: jhi                                   on 2001/04/23  21:41:10
45672         Log: Subject: test for ID 20010423.002
45673              From: Robin Houston <robin@kitsite.com>
45674              Date: Mon, 23 Apr 2001 16:52:21 +0100
45675              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
45676      Branch: perl
45677            ! t/op/avhv.t
45678 ____________________________________________________________________________
45679 [  9798] By: jhi                                   on 2001/04/23  21:40:07
45680         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
45681              From: David Dyck <dcd@tc.fluke.com>
45682              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
45683              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
45684      Branch: perl
45685            ! installperl
45686 ____________________________________________________________________________
45687 [  9797] By: jhi                                   on 2001/04/23  21:37:56
45688         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
45689              From: Benjamin Sugars <bsugars@canoe.ca>
45690              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
45691              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
45692      Branch: perl
45693            ! ext/Cwd/Cwd.xs lib/Cwd.pm
45694 ____________________________________________________________________________
45695 [  9796] By: jhi                                   on 2001/04/23  21:29:24
45696         Log: Synchronize h2xs and pod2man some more on the documentation
45697              templates they propose.
45698      Branch: perl
45699            ! pod/pod2man.PL utils/h2xs.PL
45700 ____________________________________________________________________________
45701 [  9795] By: jhi                                   on 2001/04/23  17:30:40
45702         Log: Add one more naughty test for base64; make encoding logic cleaner.
45703      Branch: perl
45704            ! t/lib/mimeb64.t
45705 ____________________________________________________________________________
45706 [  9794] By: jhi                                   on 2001/04/23  13:51:32
45707         Log: Update Changes.
45708      Branch: perl
45709            ! Changes patchlevel.h
45710 ____________________________________________________________________________
45711 [  9793] By: jhi                                   on 2001/04/23  13:44:18
45712         Log: Duplicate lines.
45713      Branch: perl
45714            ! MANIFEST
45715 ____________________________________________________________________________
45716 [  9792] By: jhi                                   on 2001/04/23  13:39:13
45717         Log: Subject: Re: PATCH 5.7.1
45718              From: Mark-Jason Dominus <mjd@plover.com>
45719              Date: Mon, 23 Apr 2001 10:30:21 -0400
45720              Message-ID: <20010423143021.17335.qmail@plover.com>
45721      Branch: perl
45722            ! perl.h sv.c
45723 ____________________________________________________________________________
45724 [  9791] By: jhi                                   on 2001/04/23  13:32:40
45725         Log: Add the CPAN.pm 1.59_54 tests.
45726      Branch: perl
45727            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
45728            ! MANIFEST
45729 ____________________________________________________________________________
45730 [  9790] By: jhi                                   on 2001/04/23  13:21:55
45731         Log: Subject: Deparse nit
45732              From: Robin Houston <robin@kitsite.com>
45733              Date: Mon, 23 Apr 2001 12:38:20 +0100
45734              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
45735      Branch: perl
45736            ! ext/B/B/Deparse.pm
45737 ____________________________________________________________________________
45738 [  9789] By: jhi                                   on 2001/04/23  13:19:07
45739         Log: Subject: [PATCH] bug 20010423.002
45740              From: Robin Houston <robin@kitsite.com>
45741              Date: Mon, 23 Apr 2001 13:12:30 +0100
45742              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
45743      Branch: perl
45744            ! pp.c
45745 ____________________________________________________________________________
45746 [  9788] By: jhi                                   on 2001/04/23  13:02:49
45747         Log: Subject: PATCH [5.7.1] hv.c unused #define
45748              From: Mark-Jason Dominus <mjd@plover.com>
45749              Date: Sun, 22 Apr 2001 14:17:49 -0400
45750              Message-ID: <20010422181749.26976.qmail@plover.com>
45751      Branch: perl
45752            ! hv.c
45753 ____________________________________________________________________________
45754 [  9787] By: jhi                                   on 2001/04/23  13:02:02
45755         Log: Subject: PATCH 5.7.1
45756              From: Mark-Jason Dominus <mjd@plover.com>
45757              Date: Sun, 22 Apr 2001 15:12:57 -0400
45758              Message-ID: <20010422191258.6539.qmail@plover.com>
45759              
45760              plus Sarathy's STMT_START + STMT_END suggestion.
45761      Branch: perl
45762            ! perl.h
45763 ____________________________________________________________________________
45764 [  9786] By: jhi                                   on 2001/04/23  12:53:25
45765         Log: Fix for
45766              
45767              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
45768              From: dLux <dlux@spam.sch.bme.hu>
45769              Date: Mon, 23 Apr 2001 01:25:26 +0200
45770              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
45771              
45772              (SvGROW really does return a char *.)
45773      Branch: perl
45774            ! pod/perlapi.pod sv.h
45775 ____________________________________________________________________________
45776 [  9785] By: jhi                                   on 2001/04/23  04:34:04
45777         Log: Time::Piece work continues.  $t->day removed since
45778              I think it's too confusing.  Now has normal and
45779              abbreviated length weekday names and month names,
45780              the names change with _names(), not _list().
45781              Now has strftime() in Perl, _strftime() is
45782              the libc version (to which strftime() falls back
45783              if it doesn't know the format.  To do: the reverse
45784              of strftime, strptime(), and the localisation of both.
45785      Branch: perl
45786            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
45787            ! t/lib/time-piece.t
45788 ____________________________________________________________________________
45789 [  9784] By: jhi                                   on 2001/04/23  02:41:46
45790         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
45791              From: andreas.koenig@anima.de (Andreas J. Koenig)
45792              Date: 23 Apr 2001 05:20:55 +0200
45793              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
45794      Branch: perl
45795            ! t/pragma/overload.t
45796 ____________________________________________________________________________
45797 [  9783] By: jhi                                   on 2001/04/22  23:32:42
45798         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
45799              From: Robin Houston <robin@kitsite.com>
45800              Date: Mon, 23 Apr 2001 00:38:18 +0100
45801              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
45802      Branch: perl
45803            ! ext/B/B/Deparse.pm
45804 ____________________________________________________________________________
45805 [  9782] By: jhi                                   on 2001/04/22  20:55:43
45806         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
45807              From: Simon Cozens <simon@netthink.co.uk>
45808              Date: Sun, 22 Apr 2001 18:47:25 +0100
45809              Message-ID: <20010422184725.A14411@netthink.co.uk>
45810      Branch: perl
45811            ! sv.c t/pragma/overload.t
45812 ____________________________________________________________________________
45813 [  9781] By: jhi                                   on 2001/04/22  20:52:13
45814         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
45815              From: Robin Houston <robin@kitsite.com>
45816              Date: Sun, 22 Apr 2001 22:14:50 +0100
45817              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
45818      Branch: perl
45819            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
45820 ____________________________________________________________________________
45821 [  9780] By: nick                                  on 2001/04/22  20:40:31
45822         Log: Integrate mainline.
45823      Branch: perlio
45824           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
45825           +> t/lib/b-stash.t
45826           !> (integrate 38 files)
45827 ____________________________________________________________________________
45828 [  9779] By: jhi                                   on 2001/04/22  15:16:03
45829         Log: Subject: IO::Socket::INET patch
45830              From: andrew deryabin <djsf@technarchy.ru>
45831              Date: Sat, 21 Apr 2001 17:46:52 +0400
45832              Message-ID: <20010421174652.B1426@technarchy>
45833      Branch: perl
45834            ! ext/IO/lib/IO/Socket/INET.pm
45835 ____________________________________________________________________________
45836 [  9778] By: jhi                                   on 2001/04/22  15:14:33
45837         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
45838              From: Mark-Jason Dominus <mjd@plover.com>
45839              Date: Sat, 21 Apr 2001 21:27:49 -0400
45840              Message-ID: <20010422012749.27024.qmail@plover.com>
45841      Branch: perl
45842            ! regcomp.c
45843 ____________________________________________________________________________
45844 [  9777] By: jhi                                   on 2001/04/22  15:10:51
45845         Log: Subject: Re: Regex debugger patch 
45846              From: Mark-Jason Dominus <mjd@plover.com>
45847              Date: Sat, 21 Apr 2001 21:48:51 -0400
45848              Message-ID: <20010422014851.27165.qmail@plover.com>
45849      Branch: perl
45850            ! pod/perldebguts.pod
45851 ____________________________________________________________________________
45852 [  9776] By: jhi                                   on 2001/04/22  15:09:48
45853         Log: Subject: Re: Regex debugger patch
45854              From: Mark-Jason Dominus <mjd@plover.com>
45855              Date: Sat, 21 Apr 2001 14:24:39 -0400
45856              Message-ID: <20010421182439.16508.qmail@plover.com>
45857              
45858              Regex debugger backend.
45859      Branch: perl
45860            ! regcomp.c regexp.h
45861 ____________________________________________________________________________
45862 [  9775] By: jhi                                   on 2001/04/21  16:45:40
45863         Log: Subject: [PATCH] Typo in utf8.h
45864              From: Jesús Quiroga <jquiroga@pobox.com>
45865              Date: Sat, 21 Apr 2001 19:25:33 +0200
45866              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
45867      Branch: perl
45868            ! utf8.h
45869 ____________________________________________________________________________
45870 [  9774] By: jhi                                   on 2001/04/21  16:43:52
45871         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
45872              From: Joe Orton <jorton@redhat.com>
45873              Date: Tue, 17 Apr 2001 15:50:43 +0100
45874              Message-Id: <20010417155043.D19132@eu.c2.net>
45875      Branch: perl
45876            ! hints/svr5.sh
45877 ____________________________________________________________________________
45878 [  9773] By: jhi                                   on 2001/04/21  15:30:15
45879         Log: Subject: Patch utils/h2xs.PL
45880              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45881              Date: Sat, 21 Apr 2001 10:32:16 -0500
45882              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
45883              
45884              Add MAILING list and LICENSE templates.
45885      Branch: perl
45886            ! utils/h2xs.PL
45887 ____________________________________________________________________________
45888 [  9772] By: jhi                                   on 2001/04/21  15:28:36
45889         Log: Subject: perlfaq2.patch for 5.7.1
45890              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45891              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
45892              Date: Fri, 20 Apr 2001 16:42:19 -0500
45893              
45894              rm an extra tab, a blurb about the xx.cpan to clarify
45895              which countries actually have that and dejanews is history
45896              as well as most of that nonsensical entry.
45897      Branch: perl
45898            ! pod/perlfaq2.pod
45899 ____________________________________________________________________________
45900 [  9771] By: jhi                                   on 2001/04/21  15:27:17
45901         Log: Subject: perlfaq1.patch for 5.7.1
45902              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
45903              Date: Fri, 20 Apr 2001 16:57:36 -0500
45904              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
45905              
45906              Evil URLs must die. Especially when they are broken.
45907      Branch: perl
45908            ! pod/perlfaq1.pod
45909 ____________________________________________________________________________
45910 [  9770] By: jhi                                   on 2001/04/21  15:23:38
45911         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
45912              From: Michael G Schwern <schwern@pobox.com>
45913              Date: Sat, 21 Apr 2001 16:11:12 +0100
45914              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
45915      Branch: perl
45916            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
45917            + t/lib/b-stash.t
45918            ! MANIFEST ext/B/B.pm t/lib/b.t
45919 ____________________________________________________________________________
45920 [  9769] By: jhi                                   on 2001/04/21  15:03:32
45921         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
45922              From: Michael G Schwern <schwern@pobox.com>
45923              Date: Sat, 21 Apr 2001 09:48:00 +0100
45924              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
45925      Branch: perl
45926            ! utils/h2ph.PL
45927 ____________________________________________________________________________
45928 [  9768] By: jhi                                   on 2001/04/21  14:33:49
45929         Log: PerlIO and Encode doc cleanup and tweaks.
45930      Branch: perl
45931            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
45932            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
45933 ____________________________________________________________________________
45934 [  9767] By: jhi                                   on 2001/04/21  12:40:16
45935         Log: Integrate perlio.
45936      Branch: perl
45937           !> doio.c
45938 ____________________________________________________________________________
45939 [  9766] By: nick                                  on 2001/04/20  18:28:35
45940         Log: Avoid core dump on
45941              open(STDOUT,">",\$foo);
45942      Branch: perlio
45943            ! doio.c
45944 ____________________________________________________________________________
45945 [  9765] By: jhi                                   on 2001/04/20  13:23:43
45946         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
45947              From: Robin Houston <robin@kitsite.com>
45948              Date: Fri, 20 Apr 2001 14:29:22 +0100
45949              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
45950      Branch: perl
45951            ! ext/B/B.pm ext/B/B/Deparse.pm
45952 ____________________________________________________________________________
45953 [  9764] By: jhi                                   on 2001/04/20  13:19:33
45954         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
45955              From: Peter Prymmer <pvhp@forte.com>
45956              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
45957              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
45958      Branch: perl
45959            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
45960            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
45961            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
45962            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
45963 ____________________________________________________________________________
45964 [  9763] By: jhi                                   on 2001/04/20  12:36:39
45965         Log: Subject: Re: A new PerlIO coredump
45966              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45967              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
45968              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
45969      Branch: perl
45970            ! doio.c
45971 ____________________________________________________________________________
45972 [  9762] By: jhi                                   on 2001/04/19  23:02:30
45973         Log: Update Changes.
45974      Branch: perl
45975            ! Changes patchlevel.h
45976 ____________________________________________________________________________
45977 [  9761] By: jhi                                   on 2001/04/19  22:59:19
45978         Log: More cleanup cleanup.
45979      Branch: perl
45980            ! Makefile.SH win32/Makefile win32/makefile.mk
45981 ____________________________________________________________________________
45982 [  9760] By: jhi                                   on 2001/04/19  22:50:31
45983         Log: lib/Time is non-empty, let's not rmdir it.
45984      Branch: perl
45985            ! Makefile.SH
45986 ____________________________________________________________________________
45987 [  9759] By: jhi                                   on 2001/04/19  22:36:51
45988         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
45989              From: Robin Houston <robin@kitsite.com>
45990              Date: Fri, 20 Apr 2001 00:18:53 +0100
45991              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
45992      Branch: perl
45993            ! ext/B/B/Deparse.pm
45994 ____________________________________________________________________________
45995 [  9758] By: jhi                                   on 2001/04/19  22:36:00
45996         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
45997              From: Peter Prymmer <pvhp@forte.com>
45998              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
45999              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
46000      Branch: perl
46001            ! ext/Cwd/Cwd.xs
46002 ____________________________________________________________________________
46003 [  9757] By: nick                                  on 2001/04/19  18:53:54
46004         Log: Blind (untested) integrate of mainline.
46005      Branch: perlio
46006           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
46007           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
46008           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
46009           !> (integrate 53 files)
46010 ____________________________________________________________________________
46011 [  9756] By: jhi                                   on 2001/04/19  16:59:23
46012         Log: Document and test Time::Piece.
46013      Branch: perl
46014            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
46015            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
46016 ____________________________________________________________________________
46017 [  9755] By: jhi                                   on 2001/04/19  12:13:29
46018         Log: A better fix for the \x{12345678} trouble from NI-S.
46019      Branch: perl
46020            ! utf8.c
46021 ____________________________________________________________________________
46022 [  9754] By: jhi                                   on 2001/04/19  11:56:07
46023         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
46024              From: Robin Houston <robin@kitsite.com>
46025              Date: Wed, 18 Apr 2001 17:58:33 +0100
46026              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
46027      Branch: perl
46028            ! ext/B/B/Deparse.pm op.c
46029 ____________________________________________________________________________
46030 [  9753] By: jhi                                   on 2001/04/19  04:21:52
46031         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
46032              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
46033              Date: Thu, 19 Apr 2001 01:11:41 -0400
46034              Message-ID: <20010419011141.A5798@cpan.org>
46035      Branch: perl
46036            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
46037 ____________________________________________________________________________
46038 [  9752] By: jhi                                   on 2001/04/19  02:41:10
46039         Log: The new time utils need to be thread-aware, too.
46040      Branch: perl
46041            ! util.c
46042 ____________________________________________________________________________
46043 [  9751] By: jhi                                   on 2001/04/19  02:26:47
46044         Log: Compilation nit noticed by AIX compiler.
46045      Branch: perl
46046            ! perlio.c
46047 ____________________________________________________________________________
46048 [  9750] By: jhi                                   on 2001/04/19  02:20:06
46049         Log: The new time utils need to be public.
46050      Branch: perl
46051            ! embed.pl
46052 ____________________________________________________________________________
46053 [  9749] By: jhi                                   on 2001/04/19  01:42:39
46054         Log: Regen toc.
46055      Branch: perl
46056            ! pod/perltoc.pod
46057 ____________________________________________________________________________
46058 [  9748] By: jhi                                   on 2001/04/19  01:41:10
46059         Log: Add Time::Piece, a slight rewrite of Time::Object,
46060              from Matt Sergeant.
46061      Branch: perl
46062            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
46063            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
46064            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
46065            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
46066            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
46067            ! win32/makefile.mk
46068 ____________________________________________________________________________
46069 [  9747] By: jhi                                   on 2001/04/19  00:55:35
46070         Log: The new metaconfig unit from strftime.
46071      Branch: metaconfig/U/perl
46072            + d_strftime.U
46073 ____________________________________________________________________________
46074 [  9746] By: jhi                                   on 2001/04/19  00:54:54
46075         Log: Move the strftime() wrapper from POSIX.xs to util.c
46076              as my_strftime(), requires HAS_STRFTIME.
46077      Branch: perl
46078            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46079            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
46080            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
46081            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46082            ! vos/config.ga.h win32/config.bc win32/config.gc
46083            ! win32/config.vc
46084 ____________________________________________________________________________
46085 [  9745] By: jhi                                   on 2001/04/18  23:11:03
46086         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
46087              in preparation of Time::Piece.
46088      Branch: perl
46089            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
46090 ____________________________________________________________________________
46091 [  9744] By: jhi                                   on 2001/04/18  22:33:12
46092         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
46093              From: Peter Prymmer <pvhp@forte.com>
46094              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
46095              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
46096      Branch: perl
46097            ! t/lib/exporter.t
46098 ____________________________________________________________________________
46099 [  9743] By: jhi                                   on 2001/04/18  22:32:23
46100         Log: Subject: Fwd: pod2html leaves cache files lying around?
46101              From: Rajesh Vaidheeswarran <rv@gnu.org>
46102              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
46103              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
46104      Branch: perl
46105            ! lib/Pod/Html.pm
46106 ____________________________________________________________________________
46107 [  9742] By: jhi                                   on 2001/04/18  20:31:49
46108         Log: Update Changes.
46109      Branch: perl
46110            ! Changes patchlevel.h
46111 ____________________________________________________________________________
46112 [  9741] By: jhi                                   on 2001/04/18  20:23:02
46113         Log: Declare hints only if needed.
46114      Branch: perl
46115            ! ext/B/B/Deparse.pm
46116 ____________________________________________________________________________
46117 [  9740] By: jhi                                   on 2001/04/18  19:06:05
46118         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
46119              bug noticed by Robin Houston; basically the code of detecting
46120              value wraparound was acting differently under different compilers
46121              and platforms.  The workaround is to remove the overflow check
46122              for now, a real fix would be to do the overflow (portably) right.
46123      Branch: perl
46124            ! t/op/pat.t utf8.c
46125 ____________________________________________________________________________
46126 [  9739] By: jhi                                   on 2001/04/18  19:01:23
46127         Log: Subject: [PATCH B::Deparse] some pragma support
46128              From: Robin Houston <robin@kitsite.com>
46129              Date: Wed, 18 Apr 2001 19:32:12 +0100
46130              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
46131      Branch: perl
46132            ! ext/B/B/Deparse.pm
46133 ____________________________________________________________________________
46134 [  9738] By: jhi                                   on 2001/04/18  15:16:37
46135         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
46136              From: Benjamin Sugars <bsugars@canoe.ca>
46137              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
46138              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
46139      Branch: perl
46140            ! t/op/glob.t
46141 ____________________________________________________________________________
46142 [  9737] By: jhi                                   on 2001/04/18  13:24:50
46143         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
46144              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46145              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
46146              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
46147      Branch: perl
46148            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
46149            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
46150 ____________________________________________________________________________
46151 [  9736] By: jhi                                   on 2001/04/18  04:15:14
46152         Log: The #9735 also changes the subtest 12.
46153      Branch: perl
46154            ! t/lib/b.t
46155 ____________________________________________________________________________
46156 [  9735] By: jhi                                   on 2001/04/18  03:55:17
46157         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
46158              From: David Dyck <dcd@tc.fluke.com>
46159              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
46160              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
46161      Branch: perl
46162            ! ext/B/B/Deparse.pm
46163 ____________________________________________________________________________
46164 [  9734] By: jhi                                   on 2001/04/18  03:54:11
46165         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
46166              From: Gisle Aas <gisle@ActiveState.com>
46167              Date: 17 Apr 2001 19:06:45 -0700
46168              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
46169      Branch: perl
46170            ! pp_hot.c t/op/misc.t
46171 ____________________________________________________________________________
46172 [  9733] By: jhi                                   on 2001/04/17  22:25:22
46173         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
46174              From: "Abigail" <abigail@foad.org>
46175              Date: Wed, 18 Apr 2001 01:17:46 +0200
46176              Message-ID: <20010417231746.21657.qmail@foad.org>
46177      Branch: perl
46178            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
46179 ____________________________________________________________________________
46180 [  9732] By: jhi                                   on 2001/04/17  20:47:56
46181         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
46182              From: Robin Houston <robin@kitsite.com>
46183              Date: Tue, 17 Apr 2001 22:37:42 +0100
46184              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
46185      Branch: perl
46186            ! ext/B/B/Deparse.pm
46187 ____________________________________________________________________________
46188 [  9731] By: nick                                  on 2001/04/17  20:46:35
46189         Log: Re-sync for t/lib/b.t fix
46190      Branch: perlio
46191           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
46192 ____________________________________________________________________________
46193 [  9730] By: jhi                                   on 2001/04/17  20:45:29
46194         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
46195              From: Robin Houston <robin@kitsite.com>
46196              Date: Tue, 17 Apr 2001 22:29:36 +0100
46197              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
46198      Branch: perl
46199            ! ext/B/B.xs ext/B/B/Deparse.pm
46200 ____________________________________________________________________________
46201 [  9729] By: jhi                                   on 2001/04/17  20:43:11
46202         Log: Subject: Deparse - parenthesise args to undeclared subs
46203              From: Robin Houston <robin@kitsite.com>
46204              Date: Tue, 17 Apr 2001 21:31:05 +0100
46205              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
46206      Branch: perl
46207            ! ext/B/B/Deparse.pm
46208 ____________________________________________________________________________
46209 [  9728] By: jhi                                   on 2001/04/17  18:57:30
46210         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
46211              From: Benjamin Sugars <ben.sugars@home.com>
46212              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
46213              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
46214      Branch: perl
46215            ! t/lib/cwd.t
46216 ____________________________________________________________________________
46217 [  9727] By: jhi                                   on 2001/04/17  18:20:20
46218         Log: Subject: [PATCH B::Deparse] ambient pragmas
46219              From: Robin Houston <robin@kitsite.com>
46220              Date: Tue, 17 Apr 2001 20:01:59 +0100
46221              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
46222      Branch: perl
46223            ! ext/B/B/Deparse.pm t/lib/b.t
46224 ____________________________________________________________________________
46225 [  9726] By: nick                                  on 2001/04/17  16:33:51
46226         Log: Integrate mainline (t/lib/b.t fails test 2...)
46227      Branch: perlio
46228           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
46229           +> ext/List/Util/README ext/List/Util/Util.xs
46230           +> ext/List/Util/lib/List/Util.pm
46231           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
46232           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
46233           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
46234           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
46235           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
46236           !> (integrate 31 files)
46237 ____________________________________________________________________________
46238 [  9725] By: jhi                                   on 2001/04/17  12:14:24
46239         Log: Subject: multiple B::* changes
46240              From: Robin Houston <robin@kitsite.com>
46241              Date: Thu, 12 Apr 2001 20:12:27 +0100
46242              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
46243      Branch: perl
46244            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
46245 ____________________________________________________________________________
46246 [  9724] By: jhi                                   on 2001/04/17  11:59:05
46247         Log: Thread-awareness from Doug MacEachern.
46248      Branch: perl
46249            ! ext/List/Util/Util.xs
46250 ____________________________________________________________________________
46251 [  9723] By: jhi                                   on 2001/04/17  11:57:41
46252         Log: Make the test more portable.
46253      Branch: perl
46254            ! t/lib/cwd.t
46255 ____________________________________________________________________________
46256 [  9722] By: jhi                                   on 2001/04/17  11:53:50
46257         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
46258              From: Benjamin Sugars <ben.sugars@home.com>
46259              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
46260              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
46261      Branch: perl
46262            ! t/lib/cwd.t
46263 ____________________________________________________________________________
46264 [  9721] By: jhi                                   on 2001/04/17  11:52:17
46265         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
46266              From: Benjamin Sugars <bsugars@canoe.ca>
46267              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
46268              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
46269      Branch: perl
46270            ! op.c
46271 ____________________________________________________________________________
46272 [  9720] By: jhi                                   on 2001/04/17  11:35:42
46273         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
46274              From: Chris Nandor <pudge@pobox.com>
46275              Date: Tue, 17 Apr 2001 00:30:49 -0400
46276              Message-Id: <p05100207b701768712de@[10.0.1.177]>
46277      Branch: perl
46278            ! ext/File/Glob/bsd_glob.c gv.c
46279 ____________________________________________________________________________
46280 [  9719] By: jhi                                   on 2001/04/17  11:32:13
46281         Log: Subject: [PATCH] Tweten->West
46282              From: Casey West <casey@geeknest.com>
46283              Date: Mon, 16 Apr 2001 12:11:22 -0400
46284              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
46285      Branch: perl
46286            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
46287            ! pod/perltie.pod
46288 ____________________________________________________________________________
46289 [  9718] By: jhi                                   on 2001/04/16  03:22:52
46290         Log: Update Changes.
46291      Branch: perl
46292            ! Changes patchlevel.h
46293 ____________________________________________________________________________
46294 [  9717] By: jhi                                   on 2001/04/16  03:06:28
46295         Log: Regen toc.
46296      Branch: perl
46297            ! pod/perltoc.pod
46298 ____________________________________________________________________________
46299 [  9716] By: jhi                                   on 2001/04/16  02:58:42
46300         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
46301              From: Prymmer/Kahn <pvhp@best.com>
46302              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
46303              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
46304      Branch: perl
46305            ! utf8.c
46306 ____________________________________________________________________________
46307 [  9715] By: jhi                                   on 2001/04/15  23:40:35
46308         Log: Subject: Re: Net::Ping patch, adds stream protocol
46309              From: bronson@rinspin.com (Scott Bronson)
46310              Date: Tue, 10 Apr 2001 23:58:33 -0700
46311              Message-ID: <20010410235833.N29719@rinspin.com>
46312      Branch: perl
46313            ! lib/Net/Ping.pm
46314 ____________________________________________________________________________
46315 [  9714] By: jhi                                   on 2001/04/15  23:31:46
46316         Log: Printing out the ok messages helps successful testing.
46317      Branch: perl
46318            ! t/lib/time-hires.t
46319 ____________________________________________________________________________
46320 [  9713] By: jhi                                   on 2001/04/15  21:43:24
46321         Log: Update Douglas Wegscheid's email.
46322      Branch: perl
46323            ! AUTHORS
46324 ____________________________________________________________________________
46325 [  9712] By: jhi                                   on 2001/04/15  21:40:41
46326         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
46327              From: Michael G Schwern <schwern@pobox.com>
46328              Date: Sat, 14 Apr 2001 22:40:50 +0100
46329              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
46330      Branch: perl
46331            + t/lib/exporter.t
46332            ! MANIFEST lib/Exporter/Heavy.pm
46333 ____________________________________________________________________________
46334 [  9711] By: jhi                                   on 2001/04/15  21:39:21
46335         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
46336              From: Michael G Schwern <schwern@pobox.com>
46337              Date: Sat, 14 Apr 2001 22:13:59 +0100
46338              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
46339      Branch: perl
46340            ! t/op/loopctl.t
46341 ____________________________________________________________________________
46342 [  9710] By: jhi                                   on 2001/04/15  21:30:19
46343         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
46344              From: Michael G Schwern <schwern@pobox.com>
46345              Date: Sat, 14 Apr 2001 22:05:32 +0100
46346              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
46347      Branch: perl
46348            ! t/pragma/warnings.t
46349 ____________________________________________________________________________
46350 [  9709] By: jhi                                   on 2001/04/15  19:34:09
46351         Log: Integrate changes #9706,9707 from maintperl into mainline.
46352              
46353              change#7210 broke .packlist generation
46354              
46355              ExtUtils::Installed doesn't quote regex metacharacters in paths
46356              before using them in match; also make it work for dosish platforms
46357      Branch: perl
46358           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
46359 ____________________________________________________________________________
46360 [  9708] By: jhi                                   on 2001/04/15  19:31:01
46361         Log: Test also the scalar aspect of getitimer().
46362      Branch: perl
46363            ! t/lib/time-hires.t
46364 ____________________________________________________________________________
46365 [  9707] By: gsar                                  on 2001/04/15  17:24:20
46366         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
46367              before using them in match; also make it work for dosish platforms
46368      Branch: maint-5.6/perl
46369            ! lib/ExtUtils/Installed.pm
46370 ____________________________________________________________________________
46371 [  9706] By: gsar                                  on 2001/04/15  17:21:59
46372         Log: change#7210 broke .packlist generation (listed only filename
46373              rather than fully qualified path name)
46374      Branch: maint-5.6/perl
46375            ! lib/ExtUtils/Install.pm
46376 ____________________________________________________________________________
46377 [  9705] By: jhi                                   on 2001/04/15  12:36:33
46378         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
46379      Branch: perl
46380            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
46381            ! t/lib/time-hires.t
46382 ____________________________________________________________________________
46383 [  9704] By: jhi                                   on 2001/04/15  10:49:08
46384         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
46385              From: Prymmer/Kahn <pvhp@best.com>
46386              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
46387              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
46388      Branch: perl
46389            ! lib/utf8.pm pod/perlebcdic.pod
46390 ____________________________________________________________________________
46391 [  9703] By: jhi                                   on 2001/04/15  02:26:26
46392         Log: I keep forgetting to sort MANIFEST.
46393      Branch: perl
46394            ! MANIFEST
46395 ____________________________________________________________________________
46396 [  9702] By: jhi                                   on 2001/04/15  02:07:47
46397         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
46398              Now we have blessed, reftype, tainted, first, reduce, ...
46399      Branch: perl
46400            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
46401            + ext/List/Util/README ext/List/Util/Util.xs
46402            + ext/List/Util/lib/List/Util.pm
46403            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
46404            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
46405            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
46406            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
46407            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
46408            ! MANIFEST
46409 ____________________________________________________________________________
46410 [  9701] By: jhi                                   on 2001/04/14  15:05:25
46411         Log: Subject: RE: dprofpp.pl updates 
46412              From: Carl Eklof <CEklof@endeca.com>
46413              Date: Thu, 12 Apr 2001 18:45:46 -0400
46414              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
46415      Branch: perl
46416            ! utils/dprofpp.PL
46417 ____________________________________________________________________________
46418 [  9700] By: jhi                                   on 2001/04/14  14:44:55
46419         Log: Do not just blindly add CR.
46420      Branch: perl
46421            ! Porting/makerel
46422 ____________________________________________________________________________
46423 [  9699] By: jhi                                   on 2001/04/13  13:17:01
46424         Log: Update Changes.
46425      Branch: perl
46426            ! Changes patchlevel.h
46427 ____________________________________________________________________________
46428 [  9698] By: jhi                                   on 2001/04/13  12:44:48
46429         Log: Integrate perlio.
46430      Branch: perl
46431           !> ext/PerlIO/Scalar/Scalar.xs
46432 ____________________________________________________________________________
46433 [  9697] By: jhi                                   on 2001/04/13  12:29:15
46434         Log: Add more debug output to the test.
46435      Branch: perl
46436            ! t/lib/cwd.t
46437 ____________________________________________________________________________
46438 [  9696] By: nick                                  on 2001/04/13  10:14:29
46439         Log: Fix core dump on binmode($fh,'Scalar')
46440      Branch: perlio
46441            ! ext/PerlIO/Scalar/Scalar.xs
46442 ____________________________________________________________________________
46443 [  9695] By: nick                                  on 2001/04/13  09:05:42
46444         Log: Integrate mainline
46445      Branch: perlio
46446           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
46447           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
46448           +> t/lib/time-hires.t
46449           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
46450           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
46451           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
46452           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
46453           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
46454           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
46455           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
46456 ____________________________________________________________________________
46457 [  9694] By: jhi                                   on 2001/04/12  22:23:35
46458         Log: Integrate change #9693 from maintperl into mainline.
46459              
46460              $VERSION and Version() on the same line provokes a warning from
46461              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
46462      Branch: perl
46463           !> lib/Devel/SelfStubber.pm
46464 ____________________________________________________________________________
46465 [  9693] By: gsar                                  on 2001/04/12  21:55:56
46466         Log: $VERSION and Version() on the same line provokes a warning from
46467              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
46468      Branch: maint-5.6/perl
46469            ! lib/Devel/SelfStubber.pm
46470 ____________________________________________________________________________
46471 [  9692] By: jhi                                   on 2001/04/12  13:54:00
46472         Log: This is at least 5.005.
46473      Branch: perl
46474            ! ext/Time/HiRes/HiRes.xs
46475 ____________________________________________________________________________
46476 [  9691] By: jhi                                   on 2001/04/12  13:37:20
46477         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
46478      Branch: perl
46479            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
46480            ! win32/Makefile win32/makefile.mk
46481 ____________________________________________________________________________
46482 [  9690] By: jhi                                   on 2001/04/12  01:34:46
46483         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
46484      Branch: perl
46485            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
46486            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
46487            + t/lib/time-hires.t
46488            ! MANIFEST
46489 ____________________________________________________________________________
46490 [  9689] By: jhi                                   on 2001/04/12  00:28:39
46491         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
46492              From: Gisle Aas <gisle@ActiveState.com>
46493              Date: 11 Apr 2001 16:36:11 -0700
46494              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
46495      Branch: perl
46496            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
46497 ____________________________________________________________________________
46498 [  9688] By: jhi                                   on 2001/04/12  00:27:39
46499         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
46500              From: Gisle Aas <gisle@ActiveState.com>
46501              Date: 11 Apr 2001 11:13:24 -0700
46502              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
46503      Branch: perl
46504            ! ext/MIME/Base64/Base64.xs
46505 ____________________________________________________________________________
46506 [  9687] By: jhi                                   on 2001/04/11  19:51:47
46507         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
46508      Branch: perl
46509            ! Todo-5.6
46510 ____________________________________________________________________________
46511 [  9686] By: jhi                                   on 2001/04/11  16:54:25
46512         Log: Subject: [PATCH opcode.pl] Documentation of table format
46513              From: Simon Cozens <simon@netthink.co.uk>
46514              Date: Wed, 11 Apr 2001 12:59:31 +0100
46515              Message-ID: <20010411125931.A25681@netthink.co.uk>
46516      Branch: perl
46517            ! opcode.pl
46518 ____________________________________________________________________________
46519 [  9685] By: jhi                                   on 2001/04/11  16:53:15
46520         Log: Subject: [PATCH] prototype("CORE::recv")
46521              From: Simon Cozens <simon@netthink.co.uk>
46522              Date: Wed, 11 Apr 2001 13:24:35 +0100
46523              Message-ID: <20010411132435.A26169@netthink.co.uk>
46524      Branch: perl
46525            ! pp.c t/comp/proto.t
46526 ____________________________________________________________________________
46527 [  9684] By: jhi                                   on 2001/04/11  16:47:13
46528         Log: FAQ (and AUTHORS) update from Dan Carson: the information
46529              was several years obsolete, Term::Readkey has been updated
46530              to have the functionality.
46531      Branch: perl
46532            ! AUTHORS pod/perlfaq5.pod
46533 ____________________________________________________________________________
46534 [  9683] By: jhi                                   on 2001/04/11  12:15:46
46535         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
46536              From: Calle Dybedahl <calle@lysator.liu.se>
46537              Date: 10 Apr 2001 16:44:16 +0200
46538              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
46539      Branch: perl
46540            ! ext/MIME/Base64/Base64.xs
46541 ____________________________________________________________________________
46542 [  9682] By: jhi                                   on 2001/04/11  12:12:26
46543         Log: A more minimal fix for 20010410.006 from Hugo.
46544      Branch: perl
46545            ! regexec.c
46546 ____________________________________________________________________________
46547 [  9681] By: jhi                                   on 2001/04/11  11:34:23
46548         Log: Integrate changes #9678,9679 from maintline into mainperl.
46549              
46550              addendum to change#9676
46551              
46552              up $File::Glob::VERSION; add a note pointing out the version of
46553              the OpenBSD glob bsd_glob.c resembles
46554      Branch: perl
46555           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
46556           !> ext/File/Glob/bsd_glob.h
46557 ____________________________________________________________________________
46558 [  9680] By: jhi                                   on 2001/04/11  11:30:38
46559         Log: Bad test numbering in integrate in #9677.
46560              Fixes ID 20010411.001.
46561      Branch: perl
46562            ! t/op/pat.t
46563 ____________________________________________________________________________
46564 [  9679] By: gsar                                  on 2001/04/11  03:38:40
46565         Log: up $File::Glob::VERSION; add a note pointing out the version of
46566              the OpenBSD glob bsd_glob.c resembles
46567      Branch: maint-5.6/perl
46568            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
46569            ! ext/File/Glob/bsd_glob.h
46570 ____________________________________________________________________________
46571 [  9678] By: gsar                                  on 2001/04/11  03:09:48
46572         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
46573              revision 1.8.10.1 found here:
46574              
46575              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
46576      Branch: maint-5.6/perl
46577            ! ext/File/Glob/bsd_glob.c
46578 ____________________________________________________________________________
46579 [  9677] By: jhi                                   on 2001/04/11  02:54:39
46580         Log: Integrate changes #9675,9676 from maintperl into mainline.
46581              
46582              fix for bug 20010410.006, undo change#7115
46583              
46584              port the OpenBSD glob() security patch
46585      Branch: perl
46586           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
46587           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
46588           !> t/op/pat.t
46589 ____________________________________________________________________________
46590 [  9676] By: gsar                                  on 2001/04/11  02:19:02
46591         Log: port the glob() security patch found at:
46592              
46593              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
46594              
46595              CERT advisory for the issue is here:
46596              
46597              http://www.cert.org/advisories/CA-2001-07.html
46598              
46599              Note that the security scare is only relevant for those who are
46600              foolish enough to build suidperl (which is now officially discouraged)
46601      Branch: maint-5.6/perl
46602            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
46603            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
46604 ____________________________________________________________________________
46605 [  9675] By: gsar                                  on 2001/04/10  23:52:11
46606         Log: fix for bug 20010410.006
46607              
46608              undo change#7115 (came into maint-5.6 as change#8156)
46609              
46610              add tests to keep it from coming back
46611      Branch: maint-5.6/perl
46612            ! regexec.c t/op/pat.t
46613 ____________________________________________________________________________
46614 [  9674] By: nick                                  on 2001/04/10  20:39:31
46615         Log: Integrate mainline
46616      Branch: perlio
46617           +> Porting/testall.atom
46618           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
46619           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
46620           !> t/lib/lc-uk.t t/pod/find.t
46621 ____________________________________________________________________________
46622 [  9673] By: nick                                  on 2001/04/10  18:46:14
46623         Log: Integrate against change 9670 aka perl-5.7.1
46624      Branch: perlio
46625           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
46626           !> (integrate 53 files)
46627 ____________________________________________________________________________
46628 [  9672] By: jhi                                   on 2001/04/10  13:45:01
46629         Log: Add a script for doing cumulative profile of the test suite.
46630              (Requires ATOM, that is, Tru64.)
46631      Branch: perl
46632            + Porting/testall.atom
46633            ! MANIFEST
46634 ____________________________________________________________________________
46635 [  9671] By: jhi                                   on 2001/04/10  12:38:53
46636         Log: Missing std block.
46637      Branch: perl
46638            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
46639            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
46640            ! t/pod/find.t
46641 ____________________________________________________________________________
46642 [  9670] By: jhi                                   on 2001/04/10  01:25:58
46643         Log: This is 5.7.1.
46644      Branch: perl
46645            ! patchlevel.h
46646 ____________________________________________________________________________
46647 [  9669] By: jhi                                   on 2001/04/10  01:09:14
46648         Log: Update Changes.
46649      Branch: perl
46650            ! Changes patchlevel.h
46651 ____________________________________________________________________________
46652 [  9668] By: jhi                                   on 2001/04/10  01:00:38
46653         Log: Regen toc.
46654      Branch: perl
46655            ! pod/perltoc.pod
46656 ____________________________________________________________________________
46657 [  9667] By: jhi                                   on 2001/04/10  00:52:16
46658         Log: Update perlhist.
46659      Branch: perl
46660            ! pod/perlhist.pod
46661 ____________________________________________________________________________
46662 [  9666] By: jhi                                   on 2001/04/09  23:38:59
46663         Log: Slight wording tweaks from Damian to #9658.
46664      Branch: perl
46665            ! pod/perlobj.pod
46666 ____________________________________________________________________________
46667 [  9665] By: jhi                                   on 2001/04/09  19:56:06
46668         Log: Subject: [PATCH perlutil.pod] Nit
46669              From: Simon Cozens <simon@netthink.co.uk>
46670              Date: Mon, 9 Apr 2001 20:29:44 +0100
46671              Message-ID: <20010409202944.A14796@the.earth.li>
46672      Branch: perl
46673            ! pod/perlutil.pod
46674 ____________________________________________________________________________
46675 [  9664] By: jhi                                   on 2001/04/09  19:54:42
46676         Log: Subject: Re: perl571delta.pod@9631
46677              From: Mike Guy <mjtg@cam.ac.uk>
46678              Date: Mon, 09 Apr 2001 18:09:14 +0100
46679              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
46680      Branch: perl
46681            ! pod/perl571delta.pod
46682 ____________________________________________________________________________
46683 [  9663] By: jhi                                   on 2001/04/09  13:43:35
46684         Log: Update Changes.
46685      Branch: perl
46686            ! Changes patchlevel.h
46687 ____________________________________________________________________________
46688 [  9662] By: jhi                                   on 2001/04/09  13:24:46
46689         Log: tweak tweak.
46690      Branch: perl
46691            ! AUTHORS pod/perl571delta.pod
46692 ____________________________________________________________________________
46693 [  9661] By: jhi                                   on 2001/04/09  13:15:13
46694         Log: Thinko in manual patch applying.
46695      Branch: perl
46696            ! sv.c
46697 ____________________________________________________________________________
46698 [  9660] By: jhi                                   on 2001/04/09  13:07:53
46699         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
46700              From: Robin Barker <rmb1@cise.npl.co.uk> 
46701              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
46702              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
46703              
46704              (This corrects the case where the "isn't numeric" string contains \0s
46705              and is longer than the temporary buffer, and contains \0 at the point
46706              the string would be truncated by "...".) 
46707      Branch: perl
46708            ! sv.c
46709 ____________________________________________________________________________
46710 [  9659] By: jhi                                   on 2001/04/09  12:57:41
46711         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
46712      Branch: perl
46713            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
46714            ! t/lib/cgi-function.t t/lib/cgi-html.t
46715 ____________________________________________________________________________
46716 [  9658] By: jhi                                   on 2001/04/09  12:48:47
46717         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
46718              From: Ilmari Karonen <iltzu@sci.fi>
46719              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
46720              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
46721              
46722              Rearrange and rewrite the Method Invocation section
46723              to explain the concepts in nicer order.
46724      Branch: perl
46725            ! pod/perlobj.pod
46726 ____________________________________________________________________________
46727 [  9657] By: jhi                                   on 2001/04/09  12:35:58
46728         Log: Upgrade to podlators 1.09, from Russ Allbery.
46729      Branch: perl
46730            ! lib/Pod/Man.pm lib/Pod/Text.pm
46731 ____________________________________________________________________________
46732 [  9656] By: jhi                                   on 2001/04/09  12:31:53
46733         Log: perl571delta.
46734      Branch: perl
46735            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
46736 ____________________________________________________________________________
46737 [  9655] By: jhi                                   on 2001/04/09  12:20:09
46738         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
46739              From: Prymmer/Kahn <pvhp@best.com>
46740              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
46741              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
46742      Branch: perl
46743            ! lib/utf8.pm pod/perlunicode.pod
46744 ____________________________________________________________________________
46745 [  9654] By: gsar                                  on 2001/04/09  03:38:33
46746         Log: here lies 5.6.1
46747      Branch: maint-5.6/perl
46748            ! Changes
46749 ____________________________________________________________________________
46750 [  9653] By: jhi                                   on 2001/04/09  03:25:24
46751         Log: Update perlhist.
46752      Branch: perl
46753            ! pod/perlhist.pod
46754 ____________________________________________________________________________
46755 [  9652] By: jhi                                   on 2001/04/09  03:18:49
46756         Log: perl571delta tweaking continues.
46757      Branch: perl
46758            ! pod/perl571delta.pod
46759 ____________________________________________________________________________
46760 [  9651] By: gsar                                  on 2001/04/09  03:11:19
46761         Log: update Changes, patchlevel.h &c.
46762      Branch: maint-5.6/perl
46763            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
46764            ! pod/perltoc.pod
46765 ____________________________________________________________________________
46766 [  9650] By: jhi                                   on 2001/04/09  02:40:24
46767         Log: Integrate the perlfork half of #9513 from maintperl into mainline
46768              (the perlunicode half is obsolete)
46769      Branch: perl
46770            ! pod/perlfork.pod
46771 ____________________________________________________________________________
46772 [  9649] By: gsar                                  on 2001/04/09  02:35:43
46773         Log: tweak perldelta as suggested by Jarkko
46774      Branch: maint-5.6/perl
46775            ! pod/perldelta.pod
46776 ____________________________________________________________________________
46777 [  9648] By: jhi                                   on 2001/04/09  02:13:04
46778         Log: Integrate change #9646 from maintperl into mainline.
46779              
46780              add note about ithreads and Thread.pm
46781      Branch: perl
46782           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
46783 ____________________________________________________________________________
46784 [  9647] By: jhi                                   on 2001/04/09  02:10:18
46785         Log: Bad assumption that shortsize == 2.
46786      Branch: perl
46787            ! t/lib/xs-typemap.t
46788 ____________________________________________________________________________
46789 [  9646] By: gsar                                  on 2001/04/09  00:48:04
46790         Log: add note about ithreads and Thread.pm (too many people are
46791              confused by the fact that Thread.pm is built and installed
46792              under non-5005threads but doesn't work)
46793      Branch: maint-5.6/perl
46794            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
46795 ____________________________________________________________________________
46796 [  9645] By: gsar                                  on 2001/04/09  00:19:03
46797         Log: update perldelta.pod for changes in 5.6.1
46798      Branch: maint-5.6/perl
46799            ! Changes pod/perldelta.pod
46800 ____________________________________________________________________________
46801 [  9644] By: jhi                                   on 2001/04/08  20:37:00
46802         Log: Integrate change #9639 from maintperl into mainline:
46803              on windows, many of the README.* pods were being copied to
46804              the wrong location
46805      Branch: perl
46806           !> win32/Makefile win32/makefile.mk
46807 ____________________________________________________________________________
46808 [  9643] By: jhi                                   on 2001/04/08  20:07:11
46809         Log: Integrate change #9624 from maintperl into mainline:
46810              the pod tests were not okay.  (t/pod/find.t changes ignored)
46811      Branch: perl
46812           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
46813           !> t/pod/include.t t/pod/included.t t/pod/lref.t
46814           !> t/pod/multiline_items.t t/pod/nested_items.t
46815           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
46816           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
46817 ____________________________________________________________________________
46818 [  9642] By: jhi                                   on 2001/04/08  19:57:17
46819         Log: Integrate change #9638 from maintperl into mainline:
46820              update to latest JPL from the anoncvs repository
46821      Branch: perl
46822           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
46823           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
46824           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
46825 ____________________________________________________________________________
46826 [  9641] By: jhi                                   on 2001/04/08  19:53:30
46827         Log: perl571delta updates.
46828      Branch: perl
46829            ! lib/Filter/Simple.pm pod/perl571delta.pod
46830 ____________________________________________________________________________
46831 [  9640] By: gsar                                  on 2001/04/08  19:20:46
46832         Log: integrate change#9634 from mainline
46833              
46834              Fix the perlmodlib generation (didn't understand separate .pod
46835              files; didn't understand -- as the name-thing separator).
46836              Update the CPAN mirrors list.
46837      Branch: maint-5.6/perl
46838            ! pod/perlmodlib.pod
46839           !> pod/perlmodlib.PL
46840 ____________________________________________________________________________
46841 [  9639] By: gsar                                  on 2001/04/08  18:57:31
46842         Log: on windows, many of the README.* pods were being copied to the wrong
46843              location
46844      Branch: maint-5.6/perl
46845            ! win32/Makefile win32/makefile.mk
46846 ____________________________________________________________________________
46847 [  9638] By: gsar                                  on 2001/04/08  18:38:25
46848         Log: update to latest JPL from the anoncvs repository
46849      Branch: maint-5.6/perl
46850            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
46851            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
46852            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
46853 ____________________________________________________________________________
46854 [  9637] By: jhi                                   on 2001/04/08  17:53:53
46855         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
46856      Branch: perl
46857            ! pod/perl571delta.pod
46858 ____________________________________________________________________________
46859 [  9636] By: jhi                                   on 2001/04/08  17:18:32
46860         Log: Regen toc.
46861      Branch: perl
46862            ! pod/perltoc.pod
46863 ____________________________________________________________________________
46864 [  9635] By: jhi                                   on 2001/04/08  17:16:33
46865         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
46866              From: "Craig A. Berry" <craigberry@mac.com>
46867              Date: Sun, 08 Apr 2001 12:30:16 -0500
46868              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
46869      Branch: perl
46870            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
46871 ____________________________________________________________________________
46872 [  9634] By: jhi                                   on 2001/04/08  17:09:19
46873         Log: Fix the perlmodlib generation (didn't understand separate .pod
46874              files; didn't understand -- as the name-thing separator).
46875              
46876              Update the CPAN mirrors list.
46877      Branch: perl
46878            ! pod/perlmodlib.PL pod/perlmodlib.pod
46879 ____________________________________________________________________________
46880 [  9633] By: jhi                                   on 2001/04/08  16:49:17
46881         Log: Sort MANIFEST.
46882      Branch: perl
46883            ! MANIFEST
46884 ____________________________________________________________________________
46885 [  9632] By: gsar                                  on 2001/04/08  16:36:06
46886         Log: add $Tie::RefHash::VERSION
46887      Branch: maint-5.6/perl
46888            ! lib/Tie/RefHash.pm
46889 ____________________________________________________________________________
46890 [  9631] By: jhi                                   on 2001/04/08  16:10:15
46891         Log: perl571delta updates based on p5p feedback; still needs
46892              lots of examples.
46893      Branch: perl
46894            ! pod/perl571delta.pod
46895 ____________________________________________________________________________
46896 [  9630] By: jhi                                   on 2001/04/08  15:59:13
46897         Log: Update the list of supported platforms to talk about 5.7.1
46898              (and 5.6.1)
46899      Branch: perl
46900            ! pod/perlport.pod
46901 ____________________________________________________________________________
46902 [  9629] By: jhi                                   on 2001/04/08  15:55:41
46903         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
46904              from maintperl into mainline: perlport updates.
46905      Branch: perl
46906            ! pod/perlport.pod
46907 ____________________________________________________________________________
46908 [  9628] By: jhi                                   on 2001/04/08  15:53:17
46909         Log: perlsolaris.pod copied to wrong directory.
46910      Branch: perl
46911            ! win32/makefile.mk
46912 ____________________________________________________________________________
46913 [  9627] By: jhi                                   on 2001/04/08  14:48:18
46914         Log: Subject: Typos in perl571delta.pod
46915              From: "Stephen P. Potter" <spp@spotter.yi.org>
46916              Date: Sat, 07 Apr 2001 20:37:05 -0400
46917              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
46918      Branch: perl
46919            ! pod/perl571delta.pod
46920 ____________________________________________________________________________
46921 [  9626] By: jhi                                   on 2001/04/08  14:39:04
46922         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
46923      Branch: perl
46924            ! gv.c
46925 ____________________________________________________________________________
46926 [  9625] By: nick                                  on 2001/04/08  10:14:23
46927         Log: Integrate mainline
46928      Branch: perlio
46929           +> pod/perl570delta.pod pod/perl571delta.pod
46930           !> (integrate 27 files)
46931 ____________________________________________________________________________
46932 [  9624] By: gsar                                  on 2001/04/08  06:08:17
46933         Log: test in t/pod/* were busted
46934              
46935              these tests are still not enabled in t/{harness,TEST}
46936      Branch: maint-5.6/perl
46937            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
46938            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
46939            ! t/pod/multiline_items.t t/pod/nested_items.t
46940            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
46941            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
46942 ____________________________________________________________________________
46943 [  9623] By: gsar                                  on 2001/04/08  03:37:01
46944         Log: integrate change#9470 from mainline
46945              
46946              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
46947      Branch: maint-5.6/perl
46948           !> ext/Socket/Socket.xs
46949 ____________________________________________________________________________
46950 [  9622] By: jhi                                   on 2001/04/07  22:40:47
46951         Log: Update Changes.
46952      Branch: perl
46953            ! Changes patchlevel.h
46954 ____________________________________________________________________________
46955 [  9621] By: jhi                                   on 2001/04/07  22:34:16
46956         Log: Update AUTHORS.
46957      Branch: perl
46958            ! AUTHORS
46959 ____________________________________________________________________________
46960 [  9620] By: jhi                                   on 2001/04/07  22:12:47
46961         Log: Forgot to bump the number of tests in #9164.
46962      Branch: perl
46963            ! t/op/array.t
46964 ____________________________________________________________________________
46965 [  9619] By: jhi                                   on 2001/04/07  22:09:50
46966         Log: Bump patchlevel to 5.7.1.
46967      Branch: perl
46968            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46969            ! config_h.SH patchlevel.h
46970 ____________________________________________________________________________
46971 [  9618] By: jhi                                   on 2001/04/07  22:02:41
46972         Log: Populate perl571delta.
46973      Branch: perl
46974            ! pod/perl571delta.pod
46975 ____________________________________________________________________________
46976 [  9617] By: jhi                                   on 2001/04/07  22:01:23
46977         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
46978              to forget it later; do not change patchlevel.h yet or regenerate
46979              Configure yet.
46980      Branch: perl
46981            ! epoc/config.sh win32/Makefile win32/config_H.bc
46982            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
46983 ____________________________________________________________________________
46984 [  9616] By: jhi                                   on 2001/04/07  17:46:33
46985         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
46986      Branch: perl
46987            ! pod/perl571delta.pod
46988 ____________________________________________________________________________
46989 [  9615] By: jhi                                   on 2001/04/07  17:33:21
46990         Log: Change the toc configuration.
46991      Branch: perl
46992            ! pod/buildtoc.PL pod/perl.pod
46993 ____________________________________________________________________________
46994 [  9614] By: jhi                                   on 2001/04/07  17:29:47
46995         Log: Subject: PATCH: $[
46996              From: Robin Houston <robin@kitsite.com>
46997              Date: Fri, 6 Apr 2001 18:10:14 +0100
46998              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
46999      Branch: perl
47000            ! op.c t/op/array.t
47001 ____________________________________________________________________________
47002 [  9613] By: jhi                                   on 2001/04/07  17:28:26
47003         Log: Subject: [PATCH perl@9424] isn't numeric warning
47004              From: Robin Barker <rmb1@cise.npl.co.uk>
47005              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
47006              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
47007      Branch: perl
47008            ! sv.c t/pragma/warn/sv
47009 ____________________________________________________________________________
47010 [  9612] By: jhi                                   on 2001/04/07  17:26:45
47011         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
47012              From: Mike Guy <mjtg@cam.ac.uk>
47013              Date: Fri, 06 Apr 2001 12:47:06 +0100
47014              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
47015      Branch: perl
47016            ! dump.c t/lib/peek.t
47017 ____________________________________________________________________________
47018 [  9611] By: jhi                                   on 2001/04/07  17:21:35
47019         Log: Create perl571delta and seed it off with the perldelta changes
47020              since 5.7.0; remove those changes from perldelta and rename it
47021              as perl570delta; recreate perldelta but leave it almost empty.
47022      Branch: perl
47023            + pod/perl570delta.pod pod/perl571delta.pod
47024            ! MANIFEST pod/perldelta.pod
47025 ____________________________________________________________________________
47026 [  9610] By: jhi                                   on 2001/04/07  16:56:32
47027         Log: Denit.
47028      Branch: perl
47029            ! pod/perldelta.pod
47030 ____________________________________________________________________________
47031 [  9609] By: jhi                                   on 2001/04/07  16:38:32
47032         Log: Retract #9523: needs more thought.
47033      Branch: perl
47034            ! Makefile.SH
47035 ____________________________________________________________________________
47036 [  9608] By: jhi                                   on 2001/04/07  14:59:20
47037         Log: atmark() code cleanaup.
47038      Branch: perl
47039            ! ext/IO/IO.xs
47040 ____________________________________________________________________________
47041 [  9607] By: jhi                                   on 2001/04/07  14:48:14
47042         Log: Integrate change #9605 from maintperl into mainline.
47043              
47044              can't optimize away scope entry if tr/// is present
47045      Branch: perl
47046           !> op.c t/op/tr.t
47047 ____________________________________________________________________________
47048 [  9606] By: jhi                                   on 2001/04/07  14:43:59
47049         Log: Integrate perlio.
47050      Branch: perl
47051           +> win32/FindExt.pm
47052           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
47053           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
47054 ____________________________________________________________________________
47055 [  9605] By: gsar                                  on 2001/04/07  11:52:40
47056         Log: can't optimize away scope entry if tr/// is present
47057      Branch: maint-5.6/perl
47058            ! op.c t/op/tr.t
47059 ____________________________________________________________________________
47060 [  9604] By: nick                                  on 2001/04/07  11:39:45
47061         Log: Split out extension finding code from buildext.pl into FindExt.pm
47062              Use it to get Config.pm's idea of available extensions in line
47063              with what is built.
47064      Branch: perlio
47065            + win32/FindExt.pm
47066            ! MANIFEST win32/buildext.pl win32/config_sh.PL
47067            ! win32/makefile.mk
47068 ____________________________________________________________________________
47069 [  9603] By: nick                                  on 2001/04/07  09:11:38
47070         Log: Cleanup correction for failed :Via() layer, also set an error code.
47071      Branch: perlio
47072            ! ext/PerlIO/Via/Via.xs
47073 ____________________________________________________________________________
47074 [  9602] By: nick                                  on 2001/04/07  08:38:04
47075         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
47076              style. So don't use binmode() on the handles so that Win32 etc. see
47077              same sequence and produce same digests.
47078      Branch: perlio
47079            ! t/lib/md5-file.t
47080 ____________________________________________________________________________
47081 [  9601] By: nick                                  on 2001/04/07  08:36:26
47082         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
47083              Else it complains and so crlf layer (say) does not get pushed.
47084      Branch: perlio
47085            ! perlio.c
47086 ____________________________________________________________________________
47087 [  9600] By: jhi                                   on 2001/04/06  23:00:09
47088         Log: Integrate change #9599 from perlio into mainline.
47089      Branch: perl
47090           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
47091           !> win32/config_H.vc
47092 ____________________________________________________________________________
47093 [  9599] By: nick                                  on 2001/04/06  21:42:43
47094         Log: Quote $VERSION in Encode.pm.
47095              regen_config_h as requested.
47096      Branch: perlio
47097            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
47098            ! win32/config_H.vc
47099 ____________________________________________________________________________
47100 [  9598] By: nick                                  on 2001/04/06  20:34:59
47101         Log: Integrate mainline
47102      Branch: perlio
47103           +> README.macos
47104           !> (integrate 39 files)
47105 ____________________________________________________________________________
47106 [  9597] By: gsar                                  on 2001/04/06  18:06:35
47107         Log: integrate change#9464 from mainline (addendum to change#8313)
47108              
47109              Subject: [PATCH @9452] Better peep()ing for foreach() loops
47110      Branch: maint-5.6/perl
47111           !> op.c
47112 ____________________________________________________________________________
47113 [  9596] By: jhi                                   on 2001/04/06  17:26:03
47114         Log: The d_casti32=undef is good for you even when not use64bitall.
47115      Branch: perl
47116            ! hints/hpux.sh
47117 ____________________________________________________________________________
47118 [  9595] By: gsar                                  on 2001/04/06  14:57:17
47119         Log: add a low-impact fix to accommodate darwin-ism
47120      Branch: maint-5.6/perl
47121            ! ext/Errno/Errno_pm.PL
47122 ____________________________________________________________________________
47123 [  9594] By: jhi                                   on 2001/04/06  14:55:14
47124         Log: Integrate changes #9528,9593 from mainline into maintperl;
47125              tweaking the editor/IDE/shell list.
47126      Branch: maint-5.6/perl
47127           !> pod/perlfaq3.pod
47128 ____________________________________________________________________________
47129 [  9593] By: jhi                                   on 2001/04/06  14:51:39
47130         Log: Make the editor/IDE/shell list a little bit airier.
47131      Branch: perl
47132            ! pod/perlfaq3.pod
47133 ____________________________________________________________________________
47134 [  9592] By: gsar                                  on 2001/04/06  14:45:18
47135         Log: integrate change#9477 from mainline (base.pm doc tweak)
47136              
47137              missing doc entry for fmod()
47138      Branch: maint-5.6/perl
47139            ! lib/Math/BigFloat.pm
47140           !> lib/base.pm
47141 ____________________________________________________________________________
47142 [  9591] By: jhi                                   on 2001/04/06  13:55:48
47143         Log: Regen toc.
47144      Branch: perl
47145            ! pod/perltoc.pod
47146 ____________________________________________________________________________
47147 [  9590] By: jhi                                   on 2001/04/06  13:54:52
47148         Log: Math::BigFloat patches from John Peacock.  The equivalent
47149              of #9586 from maintperl but reworked by John to work with
47150              the bleadperl.
47151      Branch: perl
47152            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
47153 ____________________________________________________________________________
47154 [  9589] By: jhi                                   on 2001/04/06  13:42:23
47155         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
47156      Branch: perl
47157            ! ext/Digest/MD5/Makefile.PL
47158 ____________________________________________________________________________
47159 [  9588] By: jhi                                   on 2001/04/06  13:31:45
47160         Log: Integrate changes #9584,9587 from maintperl into mainline.
47161              
47162              keep eval"" CVs alive until the end of the statement in which
47163              they're called
47164              
47165              add README.macos (from Chris Nandor)
47166              
47167              tyop in change#9555
47168      Branch: perl
47169           +> README.macos
47170           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
47171           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
47172           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
47173           !> win32/makefile.mk
47174 ____________________________________________________________________________
47175 [  9587] By: gsar                                  on 2001/04/06  07:31:30
47176         Log: add README.macos (from Chris Nandor)
47177              
47178              tyop in change#9555
47179      Branch: maint-5.6/perl
47180            + README.macos
47181            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
47182            ! win32/Makefile win32/makefile.mk
47183 ____________________________________________________________________________
47184 [  9586] By: gsar                                  on 2001/04/06  07:08:54
47185         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
47186      Branch: maint-5.6/perl
47187            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
47188 ____________________________________________________________________________
47189 [  9585] By: gsar                                  on 2001/04/06  06:58:44
47190         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
47191              from mainline
47192              
47193              Subject: [PATCH] Base64 update to perlfaq9.pod
47194              
47195              Subject: [PATCH AUTHORS] Housekeeping
47196              
47197              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
47198              Mac OS X (Darwin) has extra pwent fields.
47199              
47200              Subject: [PATCH B::*] print control-character vars readably
47201              Needs EBCDICification.
47202              
47203              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
47204              
47205              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
47206              
47207              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
47208              
47209              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
47210              
47211              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
47212              
47213              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
47214              
47215              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
47216              
47217              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
47218              
47219              FreeBSD hints tweak from Anton Berezin.
47220              
47221              Subject: [PATCH foolperl & bleadperl] README.vms update
47222              
47223              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
47224      Branch: maint-5.6/perl
47225           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
47226           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
47227           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
47228 ____________________________________________________________________________
47229 [  9584] By: gsar                                  on 2001/04/06  04:09:00
47230         Log: keep eval"" CVs alive until the end of the statement in which
47231              they're called; this avoids a coredump ensuing from search for
47232              lexicals in code such as:
47233              
47234              sub bug {
47235              my $s = @_;
47236              eval q[sub { eval 'sub { &$s }' }];
47237              }
47238              bug("x")->()->();
47239              
47240              this code still doesn't work as intended (as it has remained
47241              since time immemorial), but it doesn't provoke a coredump anymore
47242      Branch: maint-5.6/perl
47243            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
47244            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
47245 ____________________________________________________________________________
47246 [  9583] By: jhi                                   on 2001/04/05  23:52:51
47247         Log: Update Changes.
47248      Branch: perl
47249            ! Changes patchlevel.h
47250 ____________________________________________________________________________
47251 [  9582] By: jhi                                   on 2001/04/05  23:11:23
47252         Log: Slight doc tweak.
47253      Branch: perl
47254            ! pod/perlunicode.pod
47255 ____________________________________________________________________________
47256 [  9581] By: jhi                                   on 2001/04/05  23:04:11
47257         Log: Integrate perlio.
47258      Branch: perl
47259           !> pod/perlunicode.pod
47260 ____________________________________________________________________________
47261 [  9580] By: jhi                                   on 2001/04/05  23:03:29
47262         Log: Test for #9579.
47263      Branch: perl
47264            ! t/op/do.t
47265 ____________________________________________________________________________
47266 [  9579] By: jhi                                   on 2001/04/05  22:54:17
47267         Log: Subject: [PATCH] Propagate calling context for do '...'
47268              From: Gisle Aas <gisle@ActiveState.com>
47269              Date: 04 Apr 2001 20:17:29 -0700
47270              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
47271      Branch: perl
47272            ! pod/perlfunc.pod pp_ctl.c
47273 ____________________________________________________________________________
47274 [  9578] By: jhi                                   on 2001/04/05  22:52:51
47275         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
47276              From: Peter Prymmer <pvhp@forte.com>
47277              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
47278              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
47279      Branch: perl
47280            ! README.vms
47281 ____________________________________________________________________________
47282 [  9577] By: jhi                                   on 2001/04/05  22:48:22
47283         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
47284              From: "Craig A. Berry" <craigberry@mac.com>
47285              Date: Thu, 5 Apr 2001 13:43:28 -0500
47286              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
47287      Branch: perl
47288            ! README.vms
47289 ____________________________________________________________________________
47290 [  9576] By: jhi                                   on 2001/04/05  22:31:38
47291         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
47292              From: Michael G Schwern <schwern@pobox.com>
47293              Date: Thu, 5 Apr 2001 21:53:21 +0100
47294              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
47295      Branch: perl
47296            ! lib/base.pm t/lib/fields.t
47297 ____________________________________________________________________________
47298 [  9575] By: jhi                                   on 2001/04/05  22:26:10
47299         Log: FreeBSD hints tweak from Anton Berezin.
47300      Branch: perl
47301            ! hints/freebsd.sh
47302 ____________________________________________________________________________
47303 [  9574] By: jhi                                   on 2001/04/05  22:24:03
47304         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
47305              From: David Dyck <dcd@tc.fluke.com>
47306              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
47307              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
47308      Branch: perl
47309            ! t/op/oct.t
47310 ____________________________________________________________________________
47311 [  9573] By: jhi                                   on 2001/04/05  22:23:06
47312         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
47313              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
47314              From: David Dyck <dcd@tc.fluke.com>
47315              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
47316      Branch: perl
47317            ! pp.c
47318 ____________________________________________________________________________
47319 [  9572] By: jhi                                   on 2001/04/05  22:14:47
47320         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
47321              From: Robin Houston <robin@kitsite.com>
47322              Date: Thu, 5 Apr 2001 20:56:48 +0100
47323              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
47324      Branch: perl
47325            ! ext/B/B/Deparse.pm
47326 ____________________________________________________________________________
47327 [  9571] By: jhi                                   on 2001/04/05  22:12:53
47328         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
47329              From: Robin Houston <robin@kitsite.com>
47330              Date: Thu, 5 Apr 2001 19:55:51 +0100
47331              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
47332      Branch: perl
47333            ! ext/B/B/Deparse.pm
47334 ____________________________________________________________________________
47335 [  9570] By: jhi                                   on 2001/04/05  22:11:06
47336         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
47337              From: Robin Houston <robin@kitsite.com>
47338              Date: Thu, 5 Apr 2001 20:16:29 +0100
47339              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
47340      Branch: perl
47341            ! ext/B/B/Deparse.pm
47342 ____________________________________________________________________________
47343 [  9569] By: nick                                  on 2001/04/05  21:32:26
47344         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
47345      Branch: perlio
47346            ! pod/perlunicode.pod
47347 ____________________________________________________________________________
47348 [  9568] By: nick                                  on 2001/04/05  19:38:09
47349         Log: Integrate mainline
47350      Branch: perlio
47351           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
47352           !> (integrate 35 files)
47353 ____________________________________________________________________________
47354 [  9567] By: jhi                                   on 2001/04/05  18:31:45
47355         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
47356              From: Robin Houston <robin@kitsite.com>
47357              Date: Thu, 5 Apr 2001 18:03:23 +0100
47358              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
47359      Branch: perl
47360            ! ext/B/B/Deparse.pm
47361 ____________________________________________________________________________
47362 [  9566] By: jhi                                   on 2001/04/05  18:29:35
47363         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
47364              From: Robin Houston <robin@kitsite.com>
47365              Date: Thu, 5 Apr 2001 16:45:18 +0100
47366              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
47367      Branch: perl
47368            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
47369 ____________________________________________________________________________
47370 [  9565] By: jhi                                   on 2001/04/05  18:24:23
47371         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
47372              From: Robin Houston <robin@kitsite.com>
47373              Date: Thu, 5 Apr 2001 14:50:09 +0100
47374              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
47375      Branch: perl
47376            ! ext/B/B/Deparse.pm
47377 ____________________________________________________________________________
47378 [  9564] By: jhi                                   on 2001/04/05  18:23:03
47379         Log: Subject: [PATCH B::*] print control-character vars readably
47380              From: Robin Houston <robin@kitsite.com>
47381              Date: Thu, 5 Apr 2001 14:27:38 +0100
47382              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
47383              
47384              Needs EBCDICification.
47385      Branch: perl
47386            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
47387            ! ext/B/B/Terse.pm
47388 ____________________________________________________________________________
47389 [  9563] By: jhi                                   on 2001/04/05  18:20:32
47390         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
47391              Date: Thu, 5 Apr 2001 13:21:42 -0400
47392              From: Paul Schinder <schinder@pobox.com>
47393              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
47394              
47395              Mac OS X (Darwin) has extra pwent fields.
47396      Branch: perl
47397            ! t/op/pwent.t
47398 ____________________________________________________________________________
47399 [  9562] By: jhi                                   on 2001/04/05  17:57:51
47400         Log: Regen toc.
47401      Branch: perl
47402            ! pod/perltoc.pod
47403 ____________________________________________________________________________
47404 [  9561] By: jhi                                   on 2001/04/05  17:47:33
47405         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
47406      Branch: metaconfig
47407            ! U/Glossary.patch
47408      Branch: metaconfig/U/perl
47409            + d_u32align.U
47410            ! d_cmsghdr_s.U d_msghdr_s.U
47411 ____________________________________________________________________________
47412 [  9560] By: jhi                                   on 2001/04/05  17:47:01
47413         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
47414              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
47415              Introduce probes for struct msghdr, struct cmsghdr,
47416              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
47417              ualarm, usleep, for possible later extension work.
47418      Branch: perl
47419            + t/lib/md5-align.t
47420            ! Configure MANIFEST Porting/Glossary Porting/config.sh
47421            ! Porting/config_H config_h.SH configure.com epoc/config.sh
47422            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
47423            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
47424            ! vos/config.ga.h win32/config.bc win32/config.gc
47425            ! win32/config.vc
47426 ____________________________________________________________________________
47427 [  9559] By: jhi                                   on 2001/04/05  13:03:04
47428         Log: Be traditional in your cpp (for the Errno extension).
47429      Branch: perl
47430            ! hints/darwin.sh
47431 ____________________________________________________________________________
47432 [  9558] By: jhi                                   on 2001/04/05  13:00:05
47433         Log: Add $Config{cppflags} to the gcc incantation.
47434      Branch: perl
47435            ! ext/Errno/Errno_pm.PL
47436 ____________________________________________________________________________
47437 [  9557] By: jhi                                   on 2001/04/05  04:22:39
47438         Log: Introduce Sean Burke's Class::ISA 0.32.
47439      Branch: perl
47440            + lib/Class/ISA.pm t/lib/class-isa.t
47441            ! MANIFEST
47442 ____________________________________________________________________________
47443 [  9556] By: jhi                                   on 2001/04/05  04:09:50
47444         Log: Subject: [PATCH AUTHORS] Housekeeping
47445              From: Paul Johnson <paul@pjcj.net> 
47446              Date: Wed, 4 Apr 2001 22:45:47 +0200
47447              Message-ID: <20010404224547.D9548@pjcj.net>
47448      Branch: perl
47449            ! AUTHORS
47450 ____________________________________________________________________________
47451 [  9555] By: jhi                                   on 2001/04/05  04:06:33
47452         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
47453              From: Gisle Aas <gisle@ActiveState.com>
47454              Date: 04 Apr 2001 14:23:04 -0700
47455              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
47456      Branch: perl
47457            ! pod/perlfaq9.pod
47458 ____________________________________________________________________________
47459 [  9554] By: jhi                                   on 2001/04/05  04:05:49
47460         Log: Downgrade also the "Wide character" diagnostic.
47461      Branch: perl
47462            ! pod/perldiag.pod
47463 ____________________________________________________________________________
47464 [  9553] By: jhi                                   on 2001/04/05  04:00:33
47465         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
47466              maintperl into mainline.
47467              
47468              "double" should be "NV"; standard typemap is missing entry
47469              for NV
47470              
47471              s/djSP/dSP/
47472              
47473              Downgrade "Wide character in print" to a warning.
47474              
47475              B::Deparse fix for ${^FOO} and documentation for PVX() method
47476              (from Robin Houston)
47477              
47478              tr/// doesn't null-terminate the result in some situations
47479              (from Gisle Aas)
47480      Branch: perl
47481           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
47482           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
47483           !> t/io/utf8.t t/op/tr.t
47484 ____________________________________________________________________________
47485 [  9552] By: jhi                                   on 2001/04/05  03:52:50
47486         Log: Retract changes #9542 and #9538 (from maintperl, integrated
47487              at #9540), shouldn't be needed because of the perlio changes.
47488      Branch: perl
47489            ! util.c
47490 ____________________________________________________________________________
47491 [  9551] By: gsar                                  on 2001/04/05  00:18:34
47492         Log: tr/// doesn't null-terminate the result in some situations
47493              (from Gisle Aas)
47494      Branch: maint-5.6/perl
47495            ! doop.c t/op/tr.t
47496 ____________________________________________________________________________
47497 [  9550] By: gsar                                  on 2001/04/04  20:04:17
47498         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
47499              (from Robin Houston)
47500      Branch: maint-5.6/perl
47501            ! ext/B/B.pm ext/B/B/Deparse.pm
47502 ____________________________________________________________________________
47503 [  9549] By: nick                                  on 2001/04/04  18:56:15
47504         Log: Downgrade "Wide character in print" to a warning.
47505      Branch: perlio
47506            ! doio.c t/io/utf8.t
47507 ____________________________________________________________________________
47508 [  9548] By: gsar                                  on 2001/04/04  18:51:49
47509         Log: integrate changes#9460,9462,9482,9521,9522
47510              
47511              Subject: PATCH: B::Debug should show LOOP-specific fields
47512              
47513              Subject: B::Deparse precedence bug. (Patch included.)
47514              
47515              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
47516              
47517              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
47518              
47519              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
47520      Branch: maint-5.6/perl
47521           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
47522           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
47523 ____________________________________________________________________________
47524 [  9547] By: gsar                                  on 2001/04/04  18:49:16
47525         Log: s/djSP/dSP/
47526      Branch: maint-5.6/perl
47527            ! ext/Thread/Thread.xs
47528 ____________________________________________________________________________
47529 [  9546] By: nick                                  on 2001/04/04  18:44:00
47530         Log: Integrate mainline.
47531      Branch: perlio
47532           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
47533           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
47534 ____________________________________________________________________________
47535 [  9545] By: gsar                                  on 2001/04/04  18:38:52
47536         Log: integrate change#8837 from mainline
47537              
47538              Subject: [patch] -Wall cleanup round 2
47539      Branch: maint-5.6/perl
47540           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
47541           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
47542           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
47543           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
47544           !> ext/SDBM_File/SDBM_File.xs
47545 ____________________________________________________________________________
47546 [  9544] By: gsar                                  on 2001/04/04  17:49:57
47547         Log: "double" should be "NV"; standard typemap is missing entry
47548              for NV
47549      Branch: maint-5.6/perl
47550            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
47551 ____________________________________________________________________________
47552 [  9543] By: jhi                                   on 2001/04/04  14:13:18
47553         Log: Thou shalt not (just) match for English error messages.
47554      Branch: perl
47555            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
47556            ! os2/OS2/Process/Process.pm
47557 ____________________________________________________________________________
47558 [  9542] By: jhi                                   on 2001/04/04  13:20:39
47559         Log: Make the stdio tricks of fflush_all() to exist only if
47560              stdio is being used.
47561      Branch: perl
47562            ! util.c
47563 ____________________________________________________________________________
47564 [  9541] By: jhi                                   on 2001/04/04  04:20:24
47565         Log: Subject: Re: [PATCH] Lighten up glob
47566              From: Benjamin Sugars <bsugars@canoe.ca>
47567              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
47568              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
47569      Branch: perl
47570            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
47571            ! util.c
47572 ____________________________________________________________________________
47573 [  9540] By: jhi                                   on 2001/04/04  04:03:57
47574         Log: Integrate changes #9538,9539 from maintperl into mainline.
47575              
47576              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
47577              for use with _fwalk() (fix for change#7705)
47578              
47579              another tweak needed for SunOS 4.1.x build (from Mike Guy)
47580              (cp -f is not portable)
47581      Branch: perl
47582           !> Makefile.SH util.c
47583 ____________________________________________________________________________
47584 [  9539] By: gsar                                  on 2001/04/04  03:01:14
47585         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
47586      Branch: maint-5.6/perl
47587            ! Makefile.SH
47588 ____________________________________________________________________________
47589 [  9538] By: gsar                                  on 2001/04/04  01:00:38
47590         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
47591              for use with _fwalk() (fix for change#7705)
47592      Branch: maint-5.6/perl
47593            ! util.c
47594 ____________________________________________________________________________
47595 [  9537] By: nick                                  on 2001/04/03  19:24:55
47596         Log: Integrate mainline
47597      Branch: perlio
47598           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
47599           +> lib/unicode/PropList.html
47600            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
47601           !> (integrate 69 files)
47602 ____________________________________________________________________________
47603 [  9536] By: jhi                                   on 2001/04/03  18:02:31
47604         Log: Integrate change #9533 from maintperl into mainline.
47605              
47606              better fix for change#9517 to accomodate UNC paths like
47607              \\server\share\foo, and paths with trailing backslash
47608              like c:\this\
47609      Branch: perl
47610           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
47611 ____________________________________________________________________________
47612 [  9535] By: jhi                                   on 2001/04/03  17:58:07
47613         Log: Change the push/unshift warning to be of class syntax, not misc.
47614      Branch: perl
47615            ! op.c pod/perldiag.pod t/pragma/warn/op
47616 ____________________________________________________________________________
47617 [  9534] By: jhi                                   on 2001/04/03  15:03:46
47618         Log: Change the push/unshift warning (#9532) to talk about "no values"
47619              instead of "no arguments".
47620      Branch: perl
47621            ! op.c pod/perldiag.pod t/pragma/warn/op
47622 ____________________________________________________________________________
47623 [  9533] By: gsar                                  on 2001/04/03  14:30:07
47624         Log: better fix for change#9517 to accomodate UNC paths like
47625              \\server\share\foo, and paths with trailing backslash
47626              like c:\this\
47627      Branch: maint-5.6/perl
47628            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
47629 ____________________________________________________________________________
47630 [  9532] By: jhi                                   on 2001/04/03  13:11:46
47631         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
47632              From: Robin Houston <robin@kitsite.com>
47633              Date: Mon, 2 Apr 2001 15:03:29 +0100
47634              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
47635      Branch: perl
47636            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
47637 ____________________________________________________________________________
47638 [  9531] By: jhi                                   on 2001/04/03  13:06:34
47639         Log: Integrate change #9530 from maintperl into mainline.
47640              
47641              accomodate VMS "mailbox overflow" quirk in testsuite (from
47642              Craig Berry)
47643      Branch: perl
47644           !> t/lib/socket.t
47645 ____________________________________________________________________________
47646 [  9530] By: gsar                                  on 2001/04/03  04:56:41
47647         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
47648              Craig Berry)
47649      Branch: maint-5.6/perl
47650            ! t/lib/socket.t
47651 ____________________________________________________________________________
47652 [  9529] By: jhi                                   on 2001/04/03  02:34:34
47653         Log: Update Changes.
47654      Branch: perl
47655            ! Changes patchlevel.h
47656 ____________________________________________________________________________
47657 [  9528] By: jhi                                   on 2001/04/03  01:27:57
47658         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
47659              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
47660              To: perl5-porters@perl.org
47661              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
47662      Branch: perl
47663            ! pod/perlfaq3.pod
47664 ____________________________________________________________________________
47665 [  9527] By: jhi                                   on 2001/04/03  01:22:09
47666         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
47667              From: Peter Prymmer <pvhp@forte.com>
47668              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
47669              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
47670      Branch: perl
47671            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
47672 ____________________________________________________________________________
47673 [  9526] By: jhi                                   on 2001/04/03  01:18:25
47674         Log: The metaconfig unit changes for #9525.
47675      Branch: metaconfig
47676            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
47677      Branch: metaconfig/U/perl
47678            ! use64bits.U
47679 ____________________________________________________________________________
47680 [  9525] By: jhi                                   on 2001/04/03  01:17:30
47681         Log: Configure sanity checks:
47682              * if use64bitall is attempted but pointers are only 32-bit,
47683              'downgrade' to use64bitint
47684              * if use64bitint is attempted but there's no quad type,
47685              forget about use64bitint (well, the default for it is 'n',
47686              the user can still override this)
47687              * if pointers are 64 bits, do not try to use Perl's malloc
47688      Branch: perl
47689            ! Configure
47690 ____________________________________________________________________________
47691 [  9524] By: gsar                                  on 2001/04/03  01:09:12
47692         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
47693      Branch: maint-5.6/perl
47694            ! pp_sys.c
47695 ____________________________________________________________________________
47696 [  9523] By: jhi                                   on 2001/04/03  00:02:31
47697         Log: (Retracted by #9609)
47698              
47699              Make it harder for parallel makes to enter 'test' before
47700              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
47701              should be unhappy enough, but sometimes parallel makes seem
47702              to sneak past both in Tru64 and AIX.)
47703      Branch: perl
47704            ! Makefile.SH
47705 ____________________________________________________________________________
47706 [  9522] By: jhi                                   on 2001/04/02  22:35:31
47707         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
47708              Date: Mon, 2 Apr 2001 22:54:10 +0100
47709              From: Robin Houston <robin@kitsite.com>
47710              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
47711      Branch: perl
47712            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
47713 ____________________________________________________________________________
47714 [  9521] By: jhi                                   on 2001/04/02  22:32:23
47715         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
47716              From: Robin Houston <robin@kitsite.com>
47717              Date: Mon, 2 Apr 2001 20:24:03 +0100
47718              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
47719      Branch: perl
47720            ! ext/B/B/Concise.pm
47721 ____________________________________________________________________________
47722 [  9520] By: jhi                                   on 2001/04/02  22:30:43
47723         Log: Subject: [PATCH] REALLY pedantic hv.h nit
47724              From: Simon Cozens <simon@netthink.co.uk>
47725              Date: Mon, 2 Apr 2001 15:43:06 +0100
47726              Message-ID: <20010402154306.A21711@netthink.co.uk>
47727      Branch: perl
47728            ! hv.h
47729 ____________________________________________________________________________
47730 [  9519] By: jhi                                   on 2001/04/02  22:28:04
47731         Log: Based on
47732              
47733              Subject: [foolperl] EPOC fix
47734              From: Olaf Flebbe <O.Flebbe@science-computing.de>
47735              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
47736              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
47737      Branch: perl
47738            ! pp_sys.c
47739 ____________________________________________________________________________
47740 [  9518] By: jhi                                   on 2001/04/02  22:22:34
47741         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
47742              
47743              README.win32 tweaks; add a note about alternative location for
47744              getting a gcc-2.95.2 that will build perl properly on windows
47745              
47746              add some notes about gutsy threading matters
47747              
47748              many of the utilities interpolate literal paths within doublequotes
47749              (fails on dosish platforms where path contains backslashes)
47750      Branch: perl
47751           !> README.win32 pod/perlguts.pod utils/perldoc.PL
47752           !> x2p/find2perl.PL x2p/s2p.PL
47753 ____________________________________________________________________________
47754 [  9517] By: gsar                                  on 2001/04/02  19:52:21
47755         Log: many of the utilities interpolate literal paths within doublequotes
47756              (fails on dosish platforms where path contains backslashes)
47757      Branch: maint-5.6/perl
47758            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
47759 ____________________________________________________________________________
47760 [  9516] By: gsar                                  on 2001/04/02  05:49:37
47761         Log: a foolish release
47762      Branch: maint-5.6/perl
47763            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
47764            ! pod/perltoc.pod
47765 ____________________________________________________________________________
47766 [  9515] By: gsar                                  on 2001/04/02  05:04:29
47767         Log: add missing changelog summaries
47768      Branch: maint-5.6/perl
47769            ! Changes
47770 ____________________________________________________________________________
47771 [  9514] By: gsar                                  on 2001/04/02  04:07:13
47772         Log: add some notes about gutsy threading matters
47773      Branch: maint-5.6/perl
47774            ! pod/perlguts.pod
47775 ____________________________________________________________________________
47776 [  9513] By: gsar                                  on 2001/04/02  03:25:21
47777         Log: add more prominent caveat notices about experimental features
47778      Branch: maint-5.6/perl
47779            ! pod/perlfork.pod pod/perlunicode.pod
47780 ____________________________________________________________________________
47781 [  9512] By: gsar                                  on 2001/04/02  02:54:33
47782         Log: integrate changes#9479,9509 from mainline
47783              
47784              [PATCH] File::Glob stuff for Mac OS
47785              
47786              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
47787      Branch: maint-5.6/perl
47788           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
47789           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
47790           !> t/lib/glob-taint.t
47791 ____________________________________________________________________________
47792 [  9511] By: gsar                                  on 2001/04/02  02:38:24
47793         Log: README.win32 tweaks; add a note about alternative location for
47794              getting a gcc-2.95.2 that will build perl properly on windows
47795      Branch: maint-5.6/perl
47796            ! README.win32
47797 ____________________________________________________________________________
47798 [  9510] By: jhi                                   on 2001/04/01  20:45:10
47799         Log: An ambiguousity warning.
47800      Branch: perl
47801            ! t/lib/trig.t
47802 ____________________________________________________________________________
47803 [  9509] By: jhi                                   on 2001/04/01  19:53:47
47804         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
47805              From: Jonathan Stowe <gellyfish@gellyfish.com>
47806              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
47807              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
47808      Branch: perl
47809            ! ext/File/Glob/bsd_glob.c
47810 ____________________________________________________________________________
47811 [  9508] By: jhi                                   on 2001/04/01  19:35:03
47812         Log: Update Changes.
47813      Branch: perl
47814            ! Changes patchlevel.h
47815 ____________________________________________________________________________
47816 [  9507] By: jhi                                   on 2001/04/01  19:24:01
47817         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
47818              from mainline to maintperl: pod tweaks.
47819      Branch: maint-5.6/perl
47820           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
47821           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
47822           !> pod/perlvar.pod
47823 ____________________________________________________________________________
47824 [  9506] By: jhi                                   on 2001/04/01  19:11:53
47825         Log: Commit Sarathy to April release of 5.6.1 :-)
47826      Branch: perl
47827            ! pod/perlfaq1.pod
47828 ____________________________________________________________________________
47829 [  9505] By: jhi                                   on 2001/04/01  19:03:15
47830         Log: Subject: PATCH 5.6.0 (perldebug.pod)
47831              From: Mark-Jason Dominus <mjd@plover.com>
47832              Date: Sun, 01 Apr 2001 14:25:11 -0400
47833              Message-ID: <20010401182511.9247.qmail@plover.com>
47834      Branch: perl
47835            ! pod/perldebug.pod
47836 ____________________________________________________________________________
47837 [  9504] By: jhi                                   on 2001/04/01  18:43:09
47838         Log: Add great_circle_direction().
47839      Branch: perl
47840            ! lib/Math/Trig.pm t/lib/trig.t
47841 ____________________________________________________________________________
47842 [  9503] By: jhi                                   on 2001/04/01  17:29:12
47843         Log: Unicode ReadMe update for Unicode 3.1.
47844      Branch: perl
47845            ! lib/unicode/ReadMe.txt
47846 ____________________________________________________________________________
47847 [  9502] By: jhi                                   on 2001/04/01  17:18:40
47848         Log: Integrate change #9501 from maintperl into mainline.
47849              
47850              fix the perlembed notes on multiple interpreters
47851              
47852              fix ExtUtils::Embed to work passably on Windows
47853      Branch: perl
47854           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
47855 ____________________________________________________________________________
47856 [  9501] By: gsar                                  on 2001/04/01  07:21:57
47857         Log: fix the perlembed notes on multiple interpreters
47858              
47859              fix ExtUtils::Embed to work passably on Windows
47860      Branch: maint-5.6/perl
47861            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
47862 ____________________________________________________________________________
47863 [  9500] By: jhi                                   on 2001/04/01  05:58:23
47864         Log: Test for #9499.
47865      Branch: perl
47866            ! t/op/tr.t
47867 ____________________________________________________________________________
47868 [  9499] By: jhi                                   on 2001/04/01  05:55:46
47869         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
47870      Branch: perl
47871            ! embed.h embed.pl op.c proto.h
47872 ____________________________________________________________________________
47873 [  9498] By: jhi                                   on 2001/04/01  05:44:34
47874         Log: Protect the workaround hunk more.
47875      Branch: perl
47876            ! toke.c
47877 ____________________________________________________________________________
47878 [  9497] By: jhi                                   on 2001/04/01  00:24:25
47879         Log: Integrate changes #9493,9494,9495,9496 from maintperl
47880              into mainline.
47881              
47882              fix a broken workaround for Borland compiler in change#4739
47883              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
47884              
47885              nits spotted by Borland compiler
47886              
47887              avoid redefinition warnings under Borland 5.02
47888              
47889              various nits identified by the Borland 5.5 compiler; remove suppression
47890              of a few warnings
47891      Branch: perl
47892           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
47893           !> win32/win32.h
47894 ____________________________________________________________________________
47895 [  9496] By: gsar                                  on 2001/03/31  23:22:28
47896         Log: various nits identified by the Borland 5.5 compiler; remove suppression
47897              of a few warnings
47898      Branch: maint-5.6/perl
47899            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
47900 ____________________________________________________________________________
47901 [  9495] By: gsar                                  on 2001/03/31  21:03:08
47902         Log: avoid redefinition warnings under Borland 5.02
47903      Branch: maint-5.6/perl
47904            ! win32/makefile.mk
47905 ____________________________________________________________________________
47906 [  9494] By: gsar                                  on 2001/03/31  20:18:59
47907         Log: nits spotted by Borland compiler
47908      Branch: maint-5.6/perl
47909            ! utf8.h win32/win32.h
47910 ____________________________________________________________________________
47911 [  9493] By: gsar                                  on 2001/03/31  20:18:05
47912         Log: fix a broken workaround for Borland compiler in change#4739
47913              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
47914      Branch: maint-5.6/perl
47915            ! toke.c
47916 ____________________________________________________________________________
47917 [  9492] By: jhi                                   on 2001/03/31  18:36:24
47918         Log: Integrate change #9491 from maintperl into mainline.
47919              
47920              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
47921              directory is relative (need to fetch the full path name *before*
47922              the chdir!)
47923      Branch: perl
47924           !> lib/Cwd.pm
47925 ____________________________________________________________________________
47926 [  9491] By: gsar                                  on 2001/03/31  17:01:56
47927         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
47928              directory is relative (need to fetch the full path name *before*
47929              the chdir!)
47930              
47931              this is a followup patch for change#6749
47932      Branch: maint-5.6/perl
47933            ! lib/Cwd.pm
47934 ____________________________________________________________________________
47935 [  9490] By: jhi                                   on 2001/03/31  15:50:18
47936         Log: Subject: Re: [PATCH] av.h cosmetics
47937              From: Simon Cozens <simon@netthink.co.uk>
47938              Date: Sat, 31 Mar 2001 13:09:59 +0100
47939              Message-ID: <20010331130959.A22000@netthink.co.uk>
47940              
47941              Document AvALLOC.
47942      Branch: perl
47943            ! pod/perlguts.pod
47944 ____________________________________________________________________________
47945 [  9489] By: jhi                                   on 2001/03/31  15:48:44
47946         Log: Subject: [PATCH] Re: Math::Big* v1.21
47947              From: Tels <perl_dummy@bloodgate.com>
47948              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
47949              Message-Id: <200103311125.GAA377738@www08.hway.net>
47950      Branch: perl
47951            ! pod/perlop.pod
47952 ____________________________________________________________________________
47953 [  9488] By: jhi                                   on 2001/03/31  03:39:51
47954         Log: Debug output tweak.
47955      Branch: perl
47956            ! t/lib/cwd.t
47957 ____________________________________________________________________________
47958 [  9487] By: jhi                                   on 2001/03/31  03:33:02
47959         Log: OverVMSification.
47960      Branch: perl
47961            ! t/lib/cwd.t
47962 ____________________________________________________________________________
47963 [  9486] By: jhi                                   on 2001/03/31  03:01:40
47964         Log: Missed MANIFESTations in #9483.
47965      Branch: perl
47966            ! MANIFEST
47967 ____________________________________________________________________________
47968 [  9485] By: jhi                                   on 2001/03/31  02:58:17
47969         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
47970              From: Peter Prymmer <pvhp@forte.com>
47971              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
47972              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
47973      Branch: perl
47974            ! regexec.c t/lib/cwd.t
47975 ____________________________________________________________________________
47976 [  9484] By: jhi                                   on 2001/03/31  01:04:41
47977         Log: Obsolete file (see #3938)
47978      Branch: perl
47979            - lib/unicode/README.Ethiopic
47980            ! MANIFEST
47981 ____________________________________________________________________________
47982 [  9483] By: jhi                                   on 2001/03/31  00:52:42
47983         Log: Update to Unicode 3.1.
47984              (Rename Names.txt to NamesList.txt.)
47985      Branch: perl
47986            + lib/unicode/NamesList.txt lib/unicode/PropList.html
47987            - lib/unicode/Names.txt
47988            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
47989            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
47990            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
47991            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
47992            ! lib/unicode/UCD.html lib/unicode/Unicode.html
47993            ! lib/unicode/rename lib/unicode/version
47994 ____________________________________________________________________________
47995 [  9482] By: jhi                                   on 2001/03/30  23:33:44
47996         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
47997              From: Robin Houston <robin@kitsite.com>
47998              Date: Fri, 30 Mar 2001 20:07:22 +0100
47999              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
48000      Branch: perl
48001            ! ext/B/B/Deparse.pm
48002 ____________________________________________________________________________
48003 [  9481] By: jhi                                   on 2001/03/30  23:20:25
48004         Log: Subject: Re: [PATCH] CwdXS, Take 2
48005              From: Benjamin Sugars <bsugars@canoe.ca>
48006              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
48007              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
48008      Branch: perl
48009            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
48010            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
48011 ____________________________________________________________________________
48012 [  9480] By: jhi                                   on 2001/03/30  22:52:38
48013         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
48014              From: David Dyck <dcd@tc.fluke.com>
48015              Date: Fri, 30 Mar 2001 14:44:13 -0800
48016              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
48017              
48018              The t/rantests flags file creation was accidentally
48019              removed by #9217.
48020      Branch: perl
48021            ! Makefile.SH
48022 ____________________________________________________________________________
48023 [  9479] By: jhi                                   on 2001/03/30  22:45:45
48024         Log: Subject: [PATCH] File::Glob stuff for Mac OS
48025              From: Chris Nandor <pudge@pobox.com>
48026              Date: Fri, 30 Mar 2001 16:51:00 -0500
48027              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
48028      Branch: perl
48029            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
48030            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
48031            ! t/lib/glob-taint.t
48032 ____________________________________________________________________________
48033 [  9478] By: jhi                                   on 2001/03/30  22:43:12
48034         Log: Subject: fix for win32/buildext.pl
48035              From: "Vadim Konovalov" <watman@inbox.ru>
48036              Date: Sat, 31 Mar 2001 00:50:36 +0400
48037              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
48038      Branch: perl
48039            ! win32/buildext.pl
48040 ____________________________________________________________________________
48041 [  9477] By: jhi                                   on 2001/03/30  22:41:16
48042         Log: Subject: small base.pm doc patch
48043              From: Leon Brocard <acme@astray.com>
48044              Date: Fri, 30 Mar 2001 21:49:57 +0100
48045              Message-ID: <20010330214957.B8733@ns0.astray.com>
48046      Branch: perl
48047            ! lib/base.pm
48048 ____________________________________________________________________________
48049 [  9476] By: jhi                                   on 2001/03/30  18:16:57
48050         Log: Subject: [PATCH] av.h cosmetics
48051              From: Simon Cozens <simon@netthink.co.uk>
48052              Date: Fri, 30 Mar 2001 18:12:28 +0100
48053              Message-ID: <20010330181228.A9319@netthink.co.uk>
48054      Branch: perl
48055            ! av.h
48056 ____________________________________________________________________________
48057 [  9475] By: jhi                                   on 2001/03/30  18:15:50
48058         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
48059              From: "Philip Newton" <pnewton@gmx.de>
48060              Date: Fri, 30 Mar 2001 19:06:57 +0200
48061              Message-ID: <3AC4D951.14815.1AC7068@localhost>
48062      Branch: perl
48063            ! pod/perlhack.pod
48064 ____________________________________________________________________________
48065 [  9474] By: jhi                                   on 2001/03/30  18:14:02
48066         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
48067              From: Benjamin Sugars <bsugars@canoe.ca>
48068              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
48069              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
48070      Branch: perl
48071            ! t/lib/glob-basic.t
48072 ____________________________________________________________________________
48073 [  9473] By: jhi                                   on 2001/03/30  16:09:24
48074         Log: Update Changes.
48075      Branch: perl
48076            ! Changes patchlevel.h
48077 ____________________________________________________________________________
48078 [  9472] By: jhi                                   on 2001/03/30  15:16:08
48079         Log: Integrate perlio.
48080      Branch: perl
48081           !> t/lib/cwd.t t/lib/glob-basic.t
48082 ____________________________________________________________________________
48083 [  9471] By: nick                                  on 2001/03/30  14:47:10
48084         Log: Should be (^O eq 'MSWin32') not 'Win32'
48085              Fail #12 seems real - chdir is in wrong dir.
48086      Branch: perlio
48087            ! t/lib/cwd.t
48088 ____________________________________________________________________________
48089 [  9470] By: jhi                                   on 2001/03/30  14:41:11
48090         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
48091              From: Radu Greab <radu@netsoft.ro>
48092              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
48093              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
48094              
48095              Replace #9352.
48096      Branch: perl
48097            ! ext/Socket/Socket.xs pp_sys.c
48098 ____________________________________________________________________________
48099 [  9469] By: jhi                                   on 2001/03/30  14:37:51
48100         Log: Subject: PATCH pod/perldiag.pod
48101              From: Robin Houston <robin@kitsite.com>
48102              Date: Fri, 30 Mar 2001 14:10:36 +0100
48103              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
48104      Branch: perl
48105            ! pod/perldiag.pod t/lib/glob-basic.t
48106 ____________________________________________________________________________
48107 [  9468] By: jhi                                   on 2001/03/30  14:36:36
48108         Log: Subject: Better diagnostic in io/fs.t
48109              From: andreas.koenig@anima.de (Andreas J. Koenig)
48110              Date: 30 Mar 2001 10:11:43 +0200
48111              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
48112      Branch: perl
48113            ! t/io/fs.t
48114 ____________________________________________________________________________
48115 [  9467] By: nick                                  on 2001/03/30  14:25:43
48116         Log: Skip order test of glob if case-ignoring system cannot 
48117              create a.test and A.test
48118      Branch: perlio
48119            ! t/lib/glob-basic.t
48120 ____________________________________________________________________________
48121 [  9466] By: nick                                  on 2001/03/30  13:03:12
48122         Log: Integrate mainline.
48123      Branch: perlio
48124            - ext/re/hints/aix.pl
48125           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
48126           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
48127           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
48128           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
48129 ____________________________________________________________________________
48130 [  9465] By: jhi                                   on 2001/03/30  03:53:37
48131         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
48132              the tests sometimes hang, sometimes not.)
48133      Branch: perl
48134            ! t/lib/io_multihomed.t t/lib/io_sock.t
48135 ____________________________________________________________________________
48136 [  9464] By: jhi                                   on 2001/03/30  02:56:04
48137         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
48138              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
48139              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
48140              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
48141      Branch: perl
48142            ! op.c
48143 ____________________________________________________________________________
48144 [  9463] By: jhi                                   on 2001/03/30  02:34:48
48145         Log: Test for #9462.
48146      Branch: perl
48147            ! t/lib/b.t
48148 ____________________________________________________________________________
48149 [  9462] By: jhi                                   on 2001/03/30  02:29:37
48150         Log: Subject: B::Deparse precedence bug. (Patch included.)
48151              From: Jeremy Madea <jmadea@inktomi.com>
48152              Date: Thu, 29 Mar 2001 12:05:02 -0800
48153              Message-ID: <20010329120502.A24881@dr.inktomi.com>
48154      Branch: perl
48155            ! ext/B/B/Deparse.pm
48156 ____________________________________________________________________________
48157 [  9461] By: jhi                                   on 2001/03/30  02:18:41
48158         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
48159              From: Peter Prymmer <pvhp@forte.com>
48160              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
48161              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
48162      Branch: perl
48163            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
48164            ! t/lib/md5-file.t
48165 ____________________________________________________________________________
48166 [  9460] By: jhi                                   on 2001/03/30  02:17:07
48167         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
48168              From: Robin Houston <robin@kitsite.com>
48169              Date: Thu, 29 Mar 2001 20:47:56 +0100
48170              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
48171      Branch: perl
48172            ! ext/B/B/Debug.pm
48173 ____________________________________________________________________________
48174 [  9459] By: jhi                                   on 2001/03/30  02:16:05
48175         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
48176              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
48177              Date: Wed, 28 Mar 2001 18:02:20 -0600
48178              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
48179      Branch: perl
48180            ! lib/ExtUtils/MM_VMS.pm
48181 ____________________________________________________________________________
48182 [  9458] By: jhi                                   on 2001/03/30  02:07:58
48183         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
48184              From: "Joshua E. Rodd" <jrodd@pbs.org>
48185              Date: Wed, 28 Mar 2001 17:29:12 -0500
48186              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
48187      Branch: perl
48188            ! pod/perlop.pod
48189 ____________________________________________________________________________
48190 [  9457] By: jhi                                   on 2001/03/30  02:04:33
48191         Log: Subject: ext/re/aix.pl can go
48192              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48193              Date: Thu, 29 Mar 2001 12:03:28 +0200
48194              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
48195      Branch: perl
48196            - ext/re/hints/aix.pl
48197            ! MANIFEST
48198 ____________________________________________________________________________
48199 [  9456] By: jhi                                   on 2001/03/30  02:03:32
48200         Log: Integrate perlio.
48201      Branch: perl
48202           !> ext/Encode/Encode.xs installperl
48203 ____________________________________________________________________________
48204 [  9455] By: nick                                  on 2001/03/29  21:11:46
48205         Log: DLL name has changed so installperl needs to know
48206              (Why isn't it working it out or passed it?)
48207      Branch: perlio
48208            ! installperl
48209 ____________________________________________________________________________
48210 [  9454] By: nick                                  on 2001/03/29  20:56:12
48211         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
48212              and we don't get undef warnings.
48213      Branch: perlio
48214            ! ext/Encode/Encode.xs
48215 ____________________________________________________________________________
48216 [  9453] By: nick                                  on 2001/03/29  17:58:48
48217         Log: Integrate mainline
48218      Branch: perlio
48219           !> Changes patchlevel.h
48220 ____________________________________________________________________________
48221 [  9452] By: jhi                                   on 2001/03/29  16:44:55
48222         Log: Update Changes.
48223      Branch: perl
48224            ! Changes patchlevel.h
48225 ____________________________________________________________________________
48226 [  9451] By: nick                                  on 2001/03/29  16:31:38
48227         Log: Integrate mainline
48228      Branch: perlio
48229           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
48230           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
48231           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
48232           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
48233           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
48234 ____________________________________________________________________________
48235 [  9450] By: jhi                                   on 2001/03/29  16:29:17
48236         Log: Integrate perlio.
48237      Branch: perl
48238           !> win32/buildext.pl
48239 ____________________________________________________________________________
48240 [  9449] By: jhi                                   on 2001/03/29  15:50:01
48241         Log: Update Changes.
48242      Branch: perl
48243            ! Changes patchlevel.h
48244 ____________________________________________________________________________
48245 [  9448] By: nick                                  on 2001/03/29  15:47:15
48246         Log: Make sure buildext.pl finds Errno.pm
48247      Branch: perlio
48248            ! win32/buildext.pl
48249 ____________________________________________________________________________
48250 [  9447] By: jhi                                   on 2001/03/29  15:39:34
48251         Log: Integrate perlio.
48252      Branch: perl
48253           !> win32/makefile.mk
48254 ____________________________________________________________________________
48255 [  9446] By: nick                                  on 2001/03/29  15:30:03
48256         Log: Integrate win32/makefile.mk with mainline.
48257      Branch: perlio
48258           !> win32/makefile.mk
48259 ____________________________________________________________________________
48260 [  9445] By: nick                                  on 2001/03/29  15:27:32
48261         Log: Fix breakage ... 
48262      Branch: perlio
48263            ! win32/makefile.mk
48264 ____________________________________________________________________________
48265 [  9444] By: jhi                                   on 2001/03/29  15:03:08
48266         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
48267              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48268              Date: Thu, 29 Mar 2001 10:32:59 +0400
48269              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
48270      Branch: perl
48271            ! win32/makefile.mk
48272 ____________________________________________________________________________
48273 [  9443] By: jhi                                   on 2001/03/29  15:02:12
48274         Log: Integrate perlio.
48275      Branch: perl
48276           +> win32/buildext.pl
48277           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
48278           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
48279 ____________________________________________________________________________
48280 [  9442] By: nick                                  on 2001/03/29  14:59:11
48281         Log: Work in progress - determine win32 extensions to build via script.
48282      Branch: perlio
48283            + win32/buildext.pl
48284            ! MANIFEST win32/makefile.mk
48285 ____________________________________________________________________________
48286 [  9441] By: jhi                                   on 2001/03/29  14:51:47
48287         Log: Reintroduce the use of external pwd.
48288      Branch: perl
48289            ! t/lib/cwd.t
48290 ____________________________________________________________________________
48291 [  9440] By: jhi                                   on 2001/03/29  14:42:58
48292         Log: use warnings instead of -w.
48293      Branch: perl
48294            ! utils/h2xs.PL
48295 ____________________________________________________________________________
48296 [  9439] By: jhi                                   on 2001/03/29  14:41:52
48297         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
48298              From: Jonathan Stowe <gellyfish@gellyfish.com>
48299              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
48300              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
48301      Branch: perl
48302            ! utils/h2xs.PL
48303 ____________________________________________________________________________
48304 [  9438] By: jhi                                   on 2001/03/29  14:39:38
48305         Log: Subject: [PATCH perl@9424] minor pod nits
48306              From: Robin Barker <rmb1@cise.npl.co.uk>
48307              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
48308              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
48309      Branch: perl
48310            ! pod/perlhack.pod pod/perliol.pod
48311 ____________________________________________________________________________
48312 [  9437] By: jhi                                   on 2001/03/29  14:29:16
48313         Log: Subject: [PATCH perl@9424] typemap cast warning
48314              From: Robin Barker <rmb1@cise.npl.co.uk>
48315              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
48316              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
48317      Branch: perl
48318            ! lib/ExtUtils/typemap
48319 ____________________________________________________________________________
48320 [  9436] By: jhi                                   on 2001/03/29  14:26:03
48321         Log: Subject: [PATCH perl@9424] printf warning
48322              From: Robin Barker <rmb1@cise.npl.co.uk>
48323              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
48324              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
48325      Branch: perl
48326            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
48327            ! ext/Storable/Storable.xs toke.c
48328 ____________________________________________________________________________
48329 [  9435] By: nick                                  on 2001/03/29  14:23:31
48330         Log: Win32 has name conflict with ERROR
48331      Branch: perlio
48332            ! ext/PerlIO/Via/Via.xs
48333 ____________________________________________________________________________
48334 [  9434] By: jhi                                   on 2001/03/29  14:17:48
48335         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
48336              From: Peter Prymmer <pvhp@forte.com>
48337              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
48338              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
48339      Branch: perl
48340            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
48341 ____________________________________________________________________________
48342 [  9433] By: jhi                                   on 2001/03/29  13:52:44
48343         Log: test-prep target was missing.
48344      Branch: perl
48345            ! Makefile.SH
48346 ____________________________________________________________________________
48347 [  9432] By: nick                                  on 2001/03/29  12:40:03
48348         Log: Make as-shipped compiler default to MSVC6 
48349      Branch: perlio
48350            ! win32/makefile.mk
48351 ____________________________________________________________________________
48352 [  9431] By: nick                                  on 2001/03/29  12:12:16
48353         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
48354              akin to PerlIO::Scalar.
48355      Branch: perlio
48356            ! perlio.c perlio.h
48357 ____________________________________________________________________________
48358 [  9430] By: nick                                  on 2001/03/29  10:56:35
48359         Log: Integrate mainline.
48360      Branch: perlio
48361           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
48362           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
48363           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
48364           !> win32/makefile.mk win32/win32sck.c
48365 ____________________________________________________________________________
48366 [  9429] By: nick                                  on 2001/03/29  09:03:43
48367         Log: Noticed that two tests were skipped as perlio:: package
48368              isn't there any more. Changed the skip condition.
48369              Avoid core-dump if sv_utf8_upgrade() called on something
48370              that does not become SvPOK after SvPV() (e.g. a ref).
48371      Branch: perlio
48372            ! sv.c t/io/utf8.t t/lib/io_scalar.t
48373 ____________________________________________________________________________
48374 [  9428] By: jhi                                   on 2001/03/29  01:31:47
48375         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
48376              From: Benjamin Sugars <bsugars@canoe.ca> 
48377              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
48378              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
48379      Branch: perl
48380            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
48381            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
48382            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
48383 ____________________________________________________________________________
48384 [  9427] By: jhi                                   on 2001/03/29  00:49:30
48385         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
48386              From: "Vadim Konovalov" <watman@inbox.ru>
48387              Date: Thu, 29 Mar 2001 01:50:12 +0400
48388              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
48389      Branch: perl
48390            ! win32/makefile.mk win32/win32sck.c
48391 ____________________________________________________________________________
48392 [  9426] By: gsar                                  on 2001/03/29  00:28:04
48393         Log: dmake can only handle == and != in comparisons; support building
48394              with Borland's VCL libraries (from Vadim Konovalov)
48395      Branch: maint-5.6/perl
48396            ! win32/makefile.mk
48397 ____________________________________________________________________________
48398 [  9425] By: nick                                  on 2001/03/28  19:29:56
48399         Log: Integrate (@snapshot)
48400      Branch: perlio
48401           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
48402 ____________________________________________________________________________
48403 [  9424] By: jhi                                   on 2001/03/28  19:03:16
48404         Log: Update Changes.
48405      Branch: perl
48406            ! Changes patchlevel.h
48407 ____________________________________________________________________________
48408 [  9423] By: jhi                                   on 2001/03/28  18:52:09
48409         Log: Rmdir lib/XS on cleanup.
48410      Branch: perl
48411            ! Makefile.SH
48412 ____________________________________________________________________________
48413 [  9422] By: jhi                                   on 2001/03/28  18:49:34
48414         Log: Integrate perlio.
48415      Branch: perl
48416           !> t/op/utf8decode.t
48417 ____________________________________________________________________________
48418 [  9421] By: nick                                  on 2001/03/28  18:46:44
48419         Log: Loose duplicate chunk.
48420      Branch: perlio
48421            ! t/op/utf8decode.t
48422 ____________________________________________________________________________
48423 [  9420] By: nick                                  on 2001/03/28  18:44:11
48424         Log: Integrate mainline.
48425      Branch: perlio
48426           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
48427           !> vms/vmsish.h
48428 ____________________________________________________________________________
48429 [  9419] By: jhi                                   on 2001/03/28  18:42:05
48430         Log: Can't trust external pwds
48431              (either shell builtins or external programs)
48432      Branch: perl
48433            ! t/lib/cwd.t
48434 ____________________________________________________________________________
48435 [  9418] By: jhi                                   on 2001/03/28  18:34:05
48436         Log: Integrate perlio.
48437      Branch: perl
48438            - lib/perlio.pm
48439           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
48440           !> t/op/utf8decode.t
48441 ____________________________________________________________________________
48442 [  9417] By: nick                                  on 2001/03/28  18:24:02
48443         Log: PerlIO.pm / perlio.pm conflict.
48444              Update some pods.
48445              Make t/op/utf8decode.t a text file.
48446      Branch: perlio
48447            - lib/perlio.pm
48448            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
48449            ! t/op/utf8decode.t
48450 ____________________________________________________________________________
48451 [  9416] By: jhi                                   on 2001/03/28  18:06:07
48452         Log: Integrate change #9409 from mainline to maintperl.
48453              
48454              Yet another tweak on AIX dynaloading.
48455      Branch: maint-5.6/perl
48456           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
48457 ____________________________________________________________________________
48458 [  9415] By: gsar                                  on 2001/03/28  17:13:01
48459         Log: integrate changes#9377,9385,9401 from mainline
48460              
48461              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
48462              
48463              If directory entries compare equal case-insensitively,
48464              retry case-sensitively.
48465              
48466              Subject: [PATCH] B::Terse and warnings
48467      Branch: maint-5.6/perl
48468           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
48469           !> t/pragma/warn/perl
48470 ____________________________________________________________________________
48471 [  9414] By: jhi                                   on 2001/03/28  17:11:12
48472         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
48473              From: "Craig A. Berry" <craigberry@mac.com>
48474              Date: Wed, 28 Mar 2001 10:55:20 -0600
48475              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
48476      Branch: perl
48477            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
48478 ____________________________________________________________________________
48479 [  9413] By: jhi                                   on 2001/03/28  17:03:12
48480         Log: Dup hunk.
48481      Branch: perl
48482            ! t/op/utf8decode.t
48483 ____________________________________________________________________________
48484 [  9412] By: jhi                                   on 2001/03/28  17:02:36
48485         Log: Forced integrate from perlio.
48486      Branch: perl
48487           !> t/op/utf8decode.t
48488 ____________________________________________________________________________
48489 [  9411] By: nick                                  on 2001/03/28  16:50:03
48490         Log: Integrate mainline.
48491      Branch: perlio
48492           +> t/lib/cwd.t
48493           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
48494           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
48495           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
48496           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
48497           !> t/pragma/warn/perl
48498 ____________________________________________________________________________
48499 [  9410] By: jhi                                   on 2001/03/28  16:44:23
48500         Log: Subject: Re: [PATCH] 9403 cannot be tested
48501              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48502              Date: Wed, 28 Mar 2001 18:33:56 +0200
48503              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
48504      Branch: perl
48505            ! makedef.pl
48506 ____________________________________________________________________________
48507 [  9409] By: jhi                                   on 2001/03/28  16:12:45
48508         Log: Yet another tweak on AIX dynaloading.
48509      Branch: perl
48510            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
48511 ____________________________________________________________________________
48512 [  9408] By: jhi                                   on 2001/03/28  15:52:55
48513         Log: Subject: [PATCH] 9403 cannot be tested
48514              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
48515              Date: Wed, 28 Mar 2001 17:23:00 +0200
48516              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
48517              
48518              A missing symbol.
48519      Branch: perl
48520            ! makedef.pl
48521 ____________________________________________________________________________
48522 [  9407] By: jhi                                   on 2001/03/28  15:47:43
48523         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
48524      Branch: perl
48525            ! t/op/utf8decode.t
48526           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
48527           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
48528 ____________________________________________________________________________
48529 [  9406] By: jhi                                   on 2001/03/28  15:37:08
48530         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
48531              From: Benjamin Sugars <bsugars@canoe.ca> 
48532              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
48533              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
48534      Branch: perl
48535            + t/lib/cwd.t
48536            ! MANIFEST
48537 ____________________________________________________________________________
48538 [  9405] By: jhi                                   on 2001/03/28  15:13:18
48539         Log: pp_ne() needs a CORRECT boolean.
48540      Branch: perl
48541            ! pp.c
48542 ____________________________________________________________________________
48543 [  9404] By: jhi                                   on 2001/03/28  15:09:23
48544         Log: pp_ne() needs a boolean, not an integer.
48545      Branch: perl
48546            ! pp.c
48547 ____________________________________________________________________________
48548 [  9403] By: jhi                                   on 2001/03/28  14:47:43
48549         Log: (Retracted by #9404.)
48550      Branch: perl
48551            ! pp.c
48552 ____________________________________________________________________________
48553 [  9402] By: jhi                                   on 2001/03/28  14:43:59
48554         Log: Subject: Re: [PATCH] Typemap testing
48555              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
48556              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
48557              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
48558      Branch: perl
48559            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
48560            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
48561 ____________________________________________________________________________
48562 [  9401] By: jhi                                   on 2001/03/28  14:42:14
48563         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
48564              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
48565              Date: Sun, 25 Mar 2001 21:59:15 +0100
48566              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
48567              
48568              A variable will be checked for the "use once" warnings if:
48569              
48570              1. It is in the scope of a use warnings 'once'
48571              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
48572              
48573              Otherwise it won't be checked at all.
48574              
48575              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
48576              
48577              The enclosed patch partially fixes this issue. What I didn't
48578              get to work was the case where the "used once" warning is enabled
48579              in any file other than the main file.
48580      Branch: perl
48581            ! gv.c t/pragma/warn/perl
48582 ____________________________________________________________________________
48583 [  9400] By: nick                                  on 2001/03/28  14:38:24
48584         Log: More EBCDIC tweaks:
48585              - one more swash issue &~(0xA0-1) did not do the right thing,
48586              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
48587              - add "use re 'asciirange'" to make [!-~] etc. work
48588              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
48589              - Choose a key for t/op/each.t test which gets encoded.
48590              - Skip utf8decode if this is UTF-EBCDIC.
48591      Branch: perlio
48592            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
48593            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
48594 ____________________________________________________________________________
48595 [  9399] By: jhi                                   on 2001/03/28  14:21:00
48596         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
48597              Andreas Schwab.
48598      Branch: perl
48599            ! pp.c
48600 ____________________________________________________________________________
48601 [  9398] By: jhi                                   on 2001/03/28  00:55:56
48602         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
48603              From: David Dyck <dcd@tc.fluke.com>
48604              Date: Tue, 27 Mar 2001 15:16:24 -0800
48605              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
48606      Branch: perl
48607            ! ext/IO/lib/IO/Socket.pm
48608 ____________________________________________________________________________
48609 [  9397] By: jhi                                   on 2001/03/27  21:52:49
48610         Log: Integrate perlio.
48611      Branch: perl
48612           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
48613           +> ext/PerlIO/Via/Via.xs
48614           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
48615 ____________________________________________________________________________
48616 [  9396] By: nick                                  on 2001/03/27  21:45:13
48617         Log: Integrate mainline.
48618      Branch: perlio
48619           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
48620           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
48621 ____________________________________________________________________________
48622 [  9395] By: nick                                  on 2001/03/27  21:18:58
48623         Log: Outline docs for PerlIO and PerlIO::Scalar
48624      Branch: perlio
48625            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
48626 ____________________________________________________________________________
48627 [  9394] By: nick                                  on 2001/03/27  20:50:13
48628         Log: PerlIO::Via layer (alpha-ish).
48629      Branch: perlio
48630            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
48631            + ext/PerlIO/Via/Via.xs
48632            ! MANIFEST
48633 ____________________________________________________________________________
48634 [  9393] By: jhi                                   on 2001/03/27  20:49:55
48635         Log: Retract #9329 now that 9390 should take care of the matter.
48636      Branch: perl
48637            ! utils/h2xs.PL
48638 ____________________________________________________________________________
48639 [  9390] By: jhi                                   on 2001/03/27  20:47:50
48640         Log: Subject: Autoloading Errno.pm when %! is encountered
48641              From: Robin Houston <robin@kitsite.com>
48642              Date: Tue, 27 Mar 2001 20:57:11 +0100
48643              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
48644      Branch: perl
48645            ! embed.h embed.pl gv.c proto.h t/op/magic.t
48646 ____________________________________________________________________________
48647 [  9389] By: jhi                                   on 2001/03/27  20:24:31
48648         Log: Integrate perlio.
48649      Branch: perl
48650           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
48651           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
48652           !> utf8.c
48653 ____________________________________________________________________________
48654 [  9388] By: jhi                                   on 2001/03/27  20:21:38
48655         Log: Better have a three-element array if one is going to assign
48656              to the third element of that array. (from Tim Jenness)
48657      Branch: perl
48658            ! ext/XS/Typemap/Typemap.xs
48659 ____________________________________________________________________________
48660 [  9387] By: nick                                  on 2001/03/27  20:15:43
48661         Log: Integrate mainline.
48662      Branch: perlio
48663           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
48664           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
48665           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
48666           +> t/lib/xs-typemap.t
48667           !> (integrate 34 files)
48668 ____________________________________________________________________________
48669 [  9386] By: jhi                                   on 2001/03/27  20:04:18
48670         Log: Subject: Re: perl@9359 breaks HTML::Parser
48671              From: Gisle Aas <gisle@ActiveState.com>
48672              Date: 27 Mar 2001 11:30:24 -0800
48673              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
48674              
48675              Clarify the UTF-8 issues of the API docs.
48676              (Slightly reworded and expanded.)
48677      Branch: perl
48678            ! pod/perlapi.pod sv.c sv.h
48679 ____________________________________________________________________________
48680 [  9385] By: jhi                                   on 2001/03/27  19:44:25
48681         Log: If directory entries compare equal case-insensitively,
48682              retry case-sensitively.
48683      Branch: perl
48684            ! ext/File/Glob/bsd_glob.c
48685 ____________________________________________________________________________
48686 [  9384] By: nick                                  on 2001/03/27  19:38:50
48687         Log: Various EBCDIC fixes:
48688              - major revelation that swash code is encoding aware,
48689              (or thought it was) - now it is ;-)
48690              - With that out of the way fix a slab of tr/// cases.
48691              - Fix Encode 'Unicode' to be true Unicode so tests pass.
48692              - As anticipated Base64.xs needed tweaks.
48693              - Until tr/// works right avoid old_encode64 in MIME tests.
48694      Branch: perlio
48695            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
48696            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
48697 ____________________________________________________________________________
48698 [  9383] By: jhi                                   on 2001/03/27  18:34:41
48699         Log: Add the std test suite BEGIN block.
48700      Branch: perl
48701            ! t/lib/xs-typemap.t
48702 ____________________________________________________________________________
48703 [  9382] By: jhi                                   on 2001/03/27  15:16:07
48704         Log: Add debugging output to the test.
48705      Branch: perl
48706            ! t/lib/glob-basic.t
48707 ____________________________________________________________________________
48708 [  9381] By: jhi                                   on 2001/03/27  15:08:10
48709         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
48710      Branch: perl
48711            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
48712            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
48713            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
48714            + t/lib/xs-typemap.t
48715            ! MANIFEST
48716 ____________________________________________________________________________
48717 [  9380] By: jhi                                   on 2001/03/27  14:48:34
48718         Log: Subject: [PATCH] Typemap testing
48719              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
48720              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
48721              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
48722              
48723              (The first part of the patch.)
48724      Branch: perl
48725            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
48726 ____________________________________________________________________________
48727 [  9379] By: jhi                                   on 2001/03/27  14:44:56
48728         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
48729              From: Benjamin Sugars <bsugars@canoe.ca> 
48730              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
48731              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
48732      Branch: perl
48733            ! t/lib/glob-basic.t
48734 ____________________________________________________________________________
48735 [  9378] By: jhi                                   on 2001/03/27  14:42:30
48736         Log: Subject: [PATCH] perlvar nit
48737              From: Simon Cozens <simon@netthink.co.uk>
48738              Date: Tue, 27 Mar 2001 01:12:01 +0100
48739              Message-ID: <20010327011201.A19179@netthink.co.uk>
48740      Branch: perl
48741            ! pod/perlvar.pod
48742 ____________________________________________________________________________
48743 [  9377] By: jhi                                   on 2001/03/27  14:36:26
48744         Log: Subject: [PATCH] B::Terse and warnings
48745              From: Benjamin Sugars <ben.sugars@home.com>
48746              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
48747              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
48748      Branch: perl
48749            ! ext/B/B.pm ext/B/B/Terse.pm
48750 ____________________________________________________________________________
48751 [  9376] By: jhi                                   on 2001/03/27  14:31:31
48752         Log: Document sockatmark() some.
48753      Branch: perl
48754            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
48755            ! pod/perltoc.pod
48756 ____________________________________________________________________________
48757 [  9375] By: jhi                                   on 2001/03/27  14:00:24
48758         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
48759              noted by Gisle and fixed by NI-S.
48760      Branch: perl
48761            ! sv.c
48762 ____________________________________________________________________________
48763 [  9374] By: jhi                                   on 2001/03/27  05:50:01
48764         Log: Regen toc.
48765      Branch: perl
48766            ! pod/perltoc.pod
48767 ____________________________________________________________________________
48768 [  9373] By: jhi                                   on 2001/03/27  05:43:51
48769         Log: Pixie documenting.
48770      Branch: perl
48771            ! Makefile.SH pod/perlhack.pod
48772 ____________________________________________________________________________
48773 [  9372] By: jhi                                   on 2001/03/27  05:29:34
48774         Log: Metaconfig unit changes for #9371.
48775      Branch: metaconfig
48776            ! U/modified/myhostname.U
48777      Branch: metaconfig/U/perl
48778            + d_sockatmark.U
48779            ! gccvers.U
48780 ____________________________________________________________________________
48781 [  9371] By: jhi                                   on 2001/03/27  05:29:07
48782         Log: Add sockatmark() probing.
48783      Branch: perl
48784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48785            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
48786            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
48787            ! vos/config.ga.h win32/config.bc win32/config.gc
48788            ! win32/config.vc
48789 ____________________________________________________________________________
48790 [  9370] By: jhi                                   on 2001/03/26  22:01:18
48791         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
48792              Really need to benchmark this.
48793      Branch: perl
48794            ! pp.c
48795 ____________________________________________________________________________
48796 [  9369] By: nick                                  on 2001/03/26  21:59:30
48797         Log: Integrate mainline.
48798      Branch: perlio
48799            ! ext/MIME/Base64/QuotedPrint.pm
48800           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
48801           !> patchlevel.h pod/perlhack.pod pp_sys.c
48802 ____________________________________________________________________________
48803 [  9368] By: jhi                                   on 2001/03/26  21:47:03
48804         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
48805              
48806              TODO1: perlbench.
48807              TODO2: le, lt, ge, gt?  Yech.
48808      Branch: perl
48809            ! pp.c
48810 ____________________________________________________________________________
48811 [  9367] By: jhi                                   on 2001/03/26  21:34:57
48812         Log: Too much cut-and-paste in #9363.
48813      Branch: perl
48814            ! pp_sys.c
48815 ____________________________________________________________________________
48816 [  9366] By: jhi                                   on 2001/03/26  21:20:53
48817         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
48818              From: Andreas Schwab <schwab@suse.de>
48819              Date: 26 Mar 2001 17:29:04 +0200
48820              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
48821              
48822              (The patch for 5.6.0 or so, this is a guess for bleadperl)
48823      Branch: perl
48824            ! pp_hot.c
48825 ____________________________________________________________________________
48826 [  9365] By: jhi                                   on 2001/03/26  21:07:54
48827         Log: Integrate perlio.
48828      Branch: perl
48829           !> perlio.c
48830 ____________________________________________________________________________
48831 [  9364] By: nick                                  on 2001/03/26  20:30:48
48832         Log: REFCNT botch in layer name cache hash.
48833      Branch: perlio
48834            ! perlio.c
48835 ____________________________________________________________________________
48836 [  9363] By: jhi                                   on 2001/03/26  18:44:32
48837         Log: Subject: [PATCH] socket() leaks file descriptors
48838              From: Benjamin Sugars <bsugars@canoe.ca>
48839              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
48840              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
48841              
48842              Also sockpair() fixed similarly.
48843      Branch: perl
48844            ! pp_sys.c
48845 ____________________________________________________________________________
48846 [  9362] By: jhi                                   on 2001/03/26  18:37:52
48847         Log: Integrate perlio.
48848      Branch: perl
48849           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
48850 ____________________________________________________________________________
48851 [  9361] By: nick                                  on 2001/03/26  17:32:06
48852         Log: Implement flush of linebuffered streams on read of a tty.
48853      Branch: perlio
48854            ! perlio.c perliol.h
48855 ____________________________________________________________________________
48856 [  9360] By: nick                                  on 2001/03/26  17:12:32
48857         Log: Memory tweaks and notes for OEMVS.
48858      Branch: perlio
48859            ! README.os390 miniperlmain.c t/op/pat.t
48860 ____________________________________________________________________________
48861 [  9359] By: jhi                                   on 2001/03/26  02:12:54
48862         Log: Update Changes.
48863      Branch: perl
48864            ! Changes patchlevel.h
48865 ____________________________________________________________________________
48866 [  9358] By: jhi                                   on 2001/03/26  02:05:32
48867         Log: Document the most common pixie options.
48868      Branch: perl
48869            ! pod/perlhack.pod
48870 ____________________________________________________________________________
48871 [  9357] By: jhi                                   on 2001/03/26  01:25:28
48872         Log: For perl.pixie check *before* compiling that optimize is -g,
48873              as for perl.third.
48874      Branch: perl
48875            ! Makefile.SH
48876 ____________________________________________________________________________
48877 [  9356] By: jhi                                   on 2001/03/26  01:13:41
48878         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
48879      Branch: perl
48880            ! Makefile.SH
48881 ____________________________________________________________________________
48882 [  9355] By: jhi                                   on 2001/03/26  01:11:19
48883         Log: Remove t/perl.third.
48884      Branch: perl
48885            ! Makefile.SH
48886 ____________________________________________________________________________
48887 [  9354] By: jhi                                   on 2001/03/26  00:23:38
48888         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
48889              IO::Sockatmark().
48890      Branch: perl
48891            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
48892 ____________________________________________________________________________
48893 [  9353] By: jhi                                   on 2001/03/25  22:25:04
48894         Log: Integrate perlio.
48895      Branch: perl
48896           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
48897           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
48898           !> pp_hot.c win32/makefile.mk
48899 ____________________________________________________________________________
48900 [  9352] By: jhi                                   on 2001/03/25  22:21:41
48901         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
48902              From: Radu Greab <radu@netsoft.ro>
48903              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
48904              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
48905      Branch: perl
48906            ! pp_sys.c
48907 ____________________________________________________________________________
48908 [  9351] By: nick                                  on 2001/03/25  22:15:02
48909         Log: Fix readline in list mode to tell rest of world that it has
48910              things on the stack. Otherwise if perl code gets invoked
48911              underneath it it scribbles over results-so-far.
48912              (Why TIEHANDLE has not tripped on this is a mystery.)
48913      Branch: perlio
48914            ! pp_hot.c
48915 ____________________________________________________________________________
48916 [  9350] By: nick                                  on 2001/03/25  22:10:13
48917         Log: win32/makefile.mk typos
48918      Branch: perlio
48919            ! win32/makefile.mk
48920 ____________________________________________________________________________
48921 [  9349] By: nick                                  on 2001/03/25  21:31:14
48922         Log: Integrate now-non-binary file.
48923      Branch: perlio
48924           !> t/lib/mimeqp.t
48925 ____________________________________________________________________________
48926 [  9348] By: nick                                  on 2001/03/25  21:27:24
48927         Log: Make it text
48928      Branch: perlio
48929            ! t/lib/mimeqp.t
48930 ____________________________________________________________________________
48931 [  9347] By: nick                                  on 2001/03/25  21:25:37
48932         Log: Integrate mainline.
48933      Branch: perlio
48934           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
48935           !> lib/Term/ReadLine.pm t/lib/md5-file.t
48936 ____________________________________________________________________________
48937 [  9346] By: nick                                  on 2001/03/25  20:58:15
48938         Log: Add destruct time hook to PerlIO (for work-in-process implementing
48939              layers in perl code. In such cases layers need to be popped before
48940              we loose the ability to run perl code.)
48941              Also back-out "PerlIO::object" hook - it isn't going to work like that...
48942      Branch: perlio
48943            ! perl.c perlio.c perlio.h perliol.h
48944 ____________________________________________________________________________
48945 [  9345] By: nick                                  on 2001/03/25  20:49:11
48946         Log: Avoid at leasy one of undefined warnings in Encode.
48947      Branch: perlio
48948            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
48949 ____________________________________________________________________________
48950 [  9344] By: jhi                                   on 2001/03/25  20:37:43
48951         Log: A workaround for using Term::ReadLine in emacs minibuffer
48952              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
48953              additional tweaks from Ilya Zakharevich.
48954      Branch: perl
48955            ! lib/Term/ReadLine.pm
48956 ____________________________________________________________________________
48957 [  9343] By: nick                                  on 2001/03/25  20:21:14
48958         Log: Missing return value.
48959      Branch: perlio
48960            ! ext/PerlIO/Scalar/Scalar.xs
48961 ____________________________________________________________________________
48962 [  9342] By: jhi                                   on 2001/03/25  16:21:00
48963         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
48964              to equal the CPAN versions since no code changes have been made.
48965      Branch: perl
48966            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
48967            ! t/lib/md5-file.t
48968 ____________________________________________________________________________
48969 [  9341] By: jhi                                   on 2001/03/25  16:01:48
48970         Log: Escape 8-bit characters.
48971      Branch: perl
48972            ! t/lib/mimeqp.t
48973 ____________________________________________________________________________
48974 [  9340] By: gsar                                  on 2001/03/25  15:50:53
48975         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
48976              chars)
48977      Branch: perl
48978            + t/lib/mimeqp.t
48979 ____________________________________________________________________________
48980 [  9339] By: gsar                                  on 2001/03/25  15:48:50
48981         Log: delete mimeqp.t for later add with text mode set
48982      Branch: perl
48983            - t/lib/mimeqp.t
48984 ____________________________________________________________________________
48985 [  9338] By: nick                                  on 2001/03/25  09:01:57
48986         Log: Integrate mainline.
48987      Branch: perlio
48988           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
48989           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
48990           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
48991           +> t/lib/mimeb64u.t t/lib/mimeqp.t
48992           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
48993           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
48994           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
48995 ____________________________________________________________________________
48996 [  9337] By: jhi                                   on 2001/03/25  04:23:24
48997         Log: Add MIME::Base64 here and there.  Again, a lot of
48998              optimism is in the air.
48999      Branch: perl
49000            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
49001            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
49002 ____________________________________________________________________________
49003 [  9336] By: jhi                                   on 2001/03/25  04:12:43
49004         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
49005              this by ear as I do not do Win32 programming.)
49006      Branch: perl
49007            ! win32/Makefile win32/makefile.mk
49008 ____________________________________________________________________________
49009 [  9335] By: jhi                                   on 2001/03/25  04:03:50
49010         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
49011      Branch: perl
49012            ! t/lib/md5-file.t
49013 ____________________________________________________________________________
49014 [  9334] By: jhi                                   on 2001/03/25  03:58:53
49015         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
49016      Branch: perl
49017            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
49018            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
49019            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
49020            + t/lib/mimeb64u.t t/lib/mimeqp.t
49021            ! MANIFEST
49022 ____________________________________________________________________________
49023 [  9333] By: jhi                                   on 2001/03/24  20:14:37
49024         Log: Integrate perlio.
49025      Branch: perl
49026           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
49027 ____________________________________________________________________________
49028 [  9332] By: nick                                  on 2001/03/24  19:40:34
49029         Log: Fix un-init variable leading to spurious "Out of Memory!"
49030      Branch: perlio
49031            ! doio.c
49032 ____________________________________________________________________________
49033 [  9331] By: nick                                  on 2001/03/24  19:09:59
49034         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
49035              and update layers internals doc.
49036      Branch: perlio
49037            ! pod/perlfunc.pod pod/perliol.pod
49038 ____________________________________________________________________________
49039 [  9330] By: jhi                                   on 2001/03/24  18:42:11
49040         Log: The length might be uninitialized garbage if the *svp is the undef.
49041      Branch: perl
49042            ! doio.c
49043 ____________________________________________________________________________
49044 [  9329] By: jhi                                   on 2001/03/24  18:26:57
49045         Log: (Retracted by #9393)
49046              
49047              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
49048              From: Simon Cozens <simon@netthink.co.uk>
49049              Date: Sat, 24 Mar 2001 17:13:17 +0000
49050              Message-ID: <20010324171317.A13406@netthink.co.uk>
49051      Branch: perl
49052            ! utils/h2xs.PL
49053 ____________________________________________________________________________
49054 [  9328] By: nick                                  on 2001/03/24  17:22:02
49055         Log: Integrate mainline.
49056      Branch: perlio
49057           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
49058           !> lib/unicode/version
49059 ____________________________________________________________________________
49060 [  9327] By: nick                                  on 2001/03/24  17:16:02
49061         Log: Integrate mainline.
49062      Branch: perlio
49063           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
49064           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
49065           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
49066           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
49067           +> t/lib/md5-file.t
49068           !> MANIFEST Makefile.SH configure.com djgpp/config.over
49069           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
49070           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
49071           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
49072           !> win32/makefile.mk
49073 ____________________________________________________________________________
49074 [  9326] By: jhi                                   on 2001/03/24  17:00:42
49075         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
49076      Branch: perl
49077            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
49078            ! lib/unicode/version
49079 ____________________________________________________________________________
49080 [  9325] By: jhi                                   on 2001/03/24  16:22:33
49081         Log: Subject: Re: B::Deparse bug (5.6.0)
49082              From: Robin Houston <robin@kitsite.com>
49083              Date: Sat, 24 Mar 2001 14:33:09 +0000
49084              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
49085      Branch: perl
49086            ! op.c pp.c t/lib/b.t t/op/repeat.t
49087 ____________________________________________________________________________
49088 [  9324] By: jhi                                   on 2001/03/24  16:21:56
49089         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
49090              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
49091              these additions may be too optimistic.
49092      Branch: perl
49093            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
49094            ! hints/uwin.sh hints/vmesa.sh
49095 ____________________________________________________________________________
49096 [  9323] By: jhi                                   on 2001/03/24  16:06:01
49097         Log: Integrate perlio.
49098      Branch: perl
49099           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
49100           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49101            ! Makefile.SH
49102           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
49103           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
49104           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
49105           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49106           !> win32/makefile.mk win32/perlhost.h win32/win32.c
49107           !> win32/win32iop.h
49108 ____________________________________________________________________________
49109 [  9322] By: nick                                  on 2001/03/24  14:39:12
49110         Log: Routine Win32 regen_config_h - no real changes.
49111      Branch: perlio
49112            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49113 ____________________________________________________________________________
49114 [  9321] By: nick                                  on 2001/03/24  14:31:49
49115         Log: PerlIO fixups for Win32:
49116              - provide win33_popenlist() - non-functional as yet.
49117              - avoid need for aTHX in PerlIO_debug calls - even if not 
49118              enabled args are still evaluated so Win32 has trouble during fork().
49119              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
49120              - Fixup makedef.pl for latest set of symbols.
49121      Branch: perlio
49122            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
49123            ! win32/perlhost.h win32/win32.c win32/win32iop.h
49124 ____________________________________________________________________________
49125 [  9320] By: nick                                  on 2001/03/24  14:26:58
49126         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
49127              was gibberish - broke it on WIn32 at least.
49128      Branch: perlio
49129            ! ext/POSIX/POSIX.xs
49130 ____________________________________________________________________________
49131 [  9319] By: nick                                  on 2001/03/24  11:29:41
49132         Log: Generated files.
49133      Branch: perlio
49134            ! embed.h global.sym objXSUB.h perlapi.c proto.h
49135 ____________________________________________________________________________
49136 [  9318] By: nick                                  on 2001/03/24  10:29:37
49137         Log: Implement:
49138              1.  open($fh,"+<",undef);  # add test to t/io/open.t
49139              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
49140      Branch: perlio
49141            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
49142            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49143            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
49144            ! t/io/open.t t/io/utf8.t
49145 ____________________________________________________________________________
49146 [  9317] By: jhi                                   on 2001/03/23  23:41:25
49147         Log: AIX does seems to have optimization problems with its C compilers.
49148      Branch: perl
49149            ! hints/aix.sh
49150 ____________________________________________________________________________
49151 [  9316] By: jhi                                   on 2001/03/23  23:40:46
49152         Log: Integrate perlio.
49153      Branch: perl
49154           +> lib/PerlIO.pm
49155           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
49156           !> perliol.h
49157 ____________________________________________________________________________
49158 [  9315] By: jhi                                   on 2001/03/23  22:16:30
49159         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
49160      Branch: perl
49161            ! t/lib/md5-file.t
49162 ____________________________________________________________________________
49163 [  9314] By: nick                                  on 2001/03/23  20:49:02
49164         Log: Perlio internals re-organized.
49165              - open process creates AV of layer/arg pairs
49166              (appends layers from open() or open.pm to default list).
49167              - push arg is now an SV.
49168              - layer ->Open get passed the AV
49169              - open is no longer mandatory method.
49170              - topmost layer that has ->Open method does the open
49171              - any layers above are pushed once that returns.
49172              - vtable re-ordered so dummy layers need only provide push/pop methods.
49173      Branch: perlio
49174            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
49175 ____________________________________________________________________________
49176 [  9313] By: nick                                  on 2001/03/23  16:27:41
49177         Log: Check in a stable (working) version before next round of tweaks.
49178              Changes include:
49179              - Move default layers code out of doio.c and into perlio.c
49180              - Single routine for parsing layer specification strings.
49181              - Skeleton support for demand loading of layers
49182              - Core-dump avoidance if PERLIO environment specifies loadable layer
49183              (does not _work_ as need IO to load and need load to do IO ...)
49184      Branch: perlio
49185            + lib/PerlIO.pm
49186            ! MANIFEST doio.c perlio.c
49187 ____________________________________________________________________________
49188 [  9312] By: gsar                                  on 2001/03/23  16:25:25
49189         Log: add execute bit to files with shebang lines in the repository;
49190              avoid clobbering execute bit in Porting/makerel 
49191      Branch: maint-5.6/perl
49192            ! (edit 144 files)
49193 ____________________________________________________________________________
49194 [  9311] By: jhi                                   on 2001/03/23  14:25:35
49195         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
49196      Branch: perl
49197            ! MANIFEST
49198 ____________________________________________________________________________
49199 [  9310] By: jhi                                   on 2001/03/23  13:45:04
49200         Log: Subject: [PATCH] Net::Ping
49201              From: Colin McMillen <mcmi0037@tc.umn.edu>
49202              Date: Thu, 22 Mar 2001 19:30:31 -0600
49203              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
49204      Branch: perl
49205            ! lib/Net/Ping.pm
49206 ____________________________________________________________________________
49207 [  9309] By: jhi                                   on 2001/03/23  13:39:13
49208         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
49209      Branch: perl
49210            ! t/lib/md5-aaa.t t/lib/md5-file.t
49211 ____________________________________________________________________________
49212 [  9308] By: jhi                                   on 2001/03/23  13:20:34
49213         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
49214              - bump the version to 2.14
49215              - drop the base64 tests since they require MIME::Base64
49216              - drop the rfc1321.txt
49217              - drop the hints/dec_osf.pl since it's only needed for
49218              pre-5.005_03 Perls
49219              Todo:
49220              - the U32 alignment testing is now removed; it needs to
49221              be reintroduced as as a Config variable (meaning also
49222              as a Configure test)
49223              - get the new EBCDIC md5sum for MD5.pm
49224              - test in Win32 to see how badly I botched the makefiles
49225      Branch: perl
49226            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
49227            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
49228            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
49229            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
49230            + t/lib/md5-file.t
49231            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
49232            ! win32/Makefile win32/makefile.mk
49233 ____________________________________________________________________________
49234 [  9307] By: jhi                                   on 2001/03/23  12:56:14
49235         Log: Integrate change #9306 from maintperl into mainline,
49236              AIX dynaloader for AIXes without <load.h>.
49237      Branch: perl
49238           !> ext/DynaLoader/hints/aix.pl
49239 ____________________________________________________________________________
49240 [  9306] By: jhi                                   on 2001/03/23  12:51:36
49241         Log: There are AIXes without /usr/include/load.h,
49242              patch from H.Merijn Brand.
49243      Branch: maint-5.6/perl
49244            ! ext/DynaLoader/hints/aix.pl
49245 ____________________________________________________________________________
49246 [  9305] By: nick                                  on 2001/03/23  11:00:42
49247         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
49248      Branch: perlio
49249            ! ext/Encode/Encode.xs perlio.c perlio.h
49250 ____________________________________________________________________________
49251 [  9304] By: nick                                  on 2001/03/23  10:20:46
49252         Log: Render -Duseperlio functional again.
49253              - this is "quick fix" which calls PerlIO_apply_layers after opening,
49254              which is what old scheme did. New scheme needs to change that
49255              to make open(...,\$scalar) etc. work but this will do for now.
49256      Branch: perlio
49257            ! perlio.c
49258 ____________________________________________________________________________
49259 [  9303] By: nick                                  on 2001/03/23  09:53:20
49260         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
49261              -Uuseperlio now works again.
49262              -Duseperlio is still poorly. Don't merge yet...
49263      Branch: perlio
49264            ! doio.c perlio.h
49265 ____________________________________________________________________________
49266 [  9302] By: nick                                  on 2001/03/22  22:26:51
49267         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
49268              type code.
49269              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
49270              is its main caller. In particular now has access to "extra" args, and
49271              can tell when an open handle is "reopened" (or duped?).
49272              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
49273              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
49274              PerlIO_open() et. al. (i.e. other way round).
49275              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
49276              with args close to PerlIO_openn().
49277      Branch: perlio
49278            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
49279 ____________________________________________________________________________
49280 [  9301] By: jhi                                   on 2001/03/22  20:58:04
49281         Log: Integrate perlio.
49282      Branch: perl
49283           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
49284           !> t/io/open.t util.c
49285 ____________________________________________________________________________
49286 [  9300] By: nick                                  on 2001/03/22  17:36:32
49287         Log: Don't include $@ in not ok message.
49288      Branch: perlio
49289            ! t/io/open.t
49290 ____________________________________________________________________________
49291 [  9299] By: gsar                                  on 2001/03/22  16:53:45
49292         Log: back out changes#7532,7521 for now (appears to have problems
49293              on IRIX)
49294      Branch: maint-5.6/perl
49295            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49296            ! ext/POSIX/typemap pod/perlvar.pod
49297 ____________________________________________________________________________
49298 [  9298] By: nick                                  on 2001/03/22  14:35:46
49299         Log: Give a meaning to '&' in n-arg open case:
49300              open($fh,"<&",$scalar);
49301              $scalar can be:
49302              - an integer which does "fdopen"
49303              open($fh,"<&",2); # like open($fh,"<&2")
49304              - something that will yield a file handle via sv_2io()
49305              useful for dup'ing anonymous handles.
49306              e.g.:
49307              open(my $fh,"<&",\*STDIN);
49308              open(my $dup,"<&",$fh);
49309      Branch: perlio
49310            ! doio.c t/io/open.t
49311 ____________________________________________________________________________
49312 [  9297] By: nick                                  on 2001/03/22  13:34:35
49313         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
49314      Branch: perlio
49315            ! util.c
49316 ____________________________________________________________________________
49317 [  9296] By: nick                                  on 2001/03/22  12:51:20
49318         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
49319      Branch: perlio
49320            ! perl.c
49321 ____________________________________________________________________________
49322 [  9295] By: nick                                  on 2001/03/22  11:59:44
49323         Log: If stdin, stdout or stderr get opened in unexpected read/write state
49324              then warn at time of open not at time of use.
49325      Branch: perlio
49326            ! doio.c pp_hot.c pp_sys.c
49327 ____________________________________________________________________________
49328 [  9294] By: nick                                  on 2001/03/22  10:54:35
49329         Log: Die on n-arg open(...,"",xxx,yyy,...)
49330              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
49331              - die on read/write cases so we can decide what it means later.
49332      Branch: perlio
49333            ! doio.c embed.pl iperlsys.h util.c
49334 ____________________________________________________________________________
49335 [  9293] By: nick                                  on 2001/03/22  09:02:45
49336         Log: perlio tweaks (reported by Nick Clark)
49337              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
49338              error check in Pendinf_read().
49339      Branch: perlio
49340            ! perlio.c
49341 ____________________________________________________________________________
49342 [  9292] By: gsar                                  on 2001/03/22  07:12:00
49343         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
49344              fixes)
49345      Branch: maint-5.6/perl
49346           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
49347 ____________________________________________________________________________
49348 [  9291] By: jhi                                   on 2001/03/22  06:06:44
49349         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
49350      Branch: perl
49351            ! t/op/re_tests
49352 ____________________________________________________________________________
49353 [  9290] By: jhi                                   on 2001/03/22  05:57:01
49354         Log: Move MacOS Classic higher in the list of supported platforms.
49355      Branch: maint-5.6/perl
49356            ! pod/perlport.pod
49357 ____________________________________________________________________________
49358 [  9289] By: gsar                                  on 2001/03/22  05:35:04
49359         Log: revert part of change#6438 for compatibility (av_reify()
49360              appears to be needed to implement av_splice()ish things
49361              in XS)
49362      Branch: maint-5.6/perl
49363            ! embed.pl global.sym objXSUB.h perlapi.c
49364 ____________________________________________________________________________
49365 [  9288] By: gsar                                  on 2001/03/22  03:09:19
49366         Log: update copyright year
49367      Branch: maint-5.6/perl
49368            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
49369            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
49370            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
49371            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
49372            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
49373            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
49374            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
49375            ! x2p/walk.c
49376 ____________________________________________________________________________
49377 [  9287] By: jhi                                   on 2001/03/21  20:30:54
49378         Log: Integrate perlio.
49379      Branch: perl
49380           !> ext/Data/Dumper/Dumper.xs
49381 ____________________________________________________________________________
49382 [  9286] By: gsar                                  on 2001/03/21  19:49:54
49383         Log: makefile.mk tweak
49384      Branch: maint-5.6/perl
49385            ! win32/Makefile win32/makefile.mk
49386 ____________________________________________________________________________
49387 [  9285] By: nick                                  on 2001/03/21  19:07:13
49388         Log: Multiplicity fix for Dumper.
49389      Branch: perlio
49390            ! ext/Data/Dumper/Dumper.xs
49391 ____________________________________________________________________________
49392 [  9284] By: nick                                  on 2001/03/21  19:01:07
49393         Log: Integrate mainline - (does not build xTHX issue in Dumper).
49394      Branch: perlio
49395           !> (integrate 27 files)
49396 ____________________________________________________________________________
49397 [  9283] By: jhi                                   on 2001/03/21  17:17:35
49398         Log: Integrate change #9282 from mainline into maintperl,
49399              4-arg UTF-8 substr().
49400      Branch: maint-5.6/perl
49401           !> pp.c
49402 ____________________________________________________________________________
49403 [  9282] By: jhi                                   on 2001/03/21  17:15:43
49404         Log: The #9270 would have leaked a scalar if pp_substr()
49405              returned early.
49406      Branch: perl
49407            ! pp.c
49408 ____________________________________________________________________________
49409 [  9281] By: gsar                                  on 2001/03/21  17:03:14
49410         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
49411      Branch: maint-5.6/perl
49412            ! win32/makefile.mk
49413 ____________________________________________________________________________
49414 [  9280] By: gsar                                  on 2001/03/21  17:01:20
49415         Log: some tweaks to change#9278 (fork() emulation should be enabled
49416              by setting BUILD_FLAVOR instead of changing the defaults)
49417      Branch: maint-5.6/perl
49418            ! win32/makefile.mk
49419 ____________________________________________________________________________
49420 [  9279] By: gsar                                  on 2001/03/21  16:47:19
49421         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
49422      Branch: maint-5.6/perl
49423            ! ext/File/Glob/Glob.pm
49424           !> lib/Cwd.pm
49425 ____________________________________________________________________________
49426 [  9278] By: jhi                                   on 2001/03/21  14:35:10
49427         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
49428              From: "Vadim Konovalov" <watman@inbox.ru>
49429              Date: Wed, 21 Mar 2001 01:53:51 +0300
49430              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
49431      Branch: maint-5.6/perl
49432            ! win32/makefile.mk win32/win32sck.c
49433 ____________________________________________________________________________
49434 [  9277] By: jhi                                   on 2001/03/21  13:58:28
49435         Log: Integrate change #9270 from mainline to maintperl:
49436              continued 4-arg UTF-8 substr() fixing.
49437      Branch: maint-5.6/perl
49438           !> pp.c t/op/substr.t
49439 ____________________________________________________________________________
49440 [  9276] By: jhi                                   on 2001/03/21  13:33:00
49441         Log: More pixie cleaning.
49442      Branch: perl
49443            ! Makefile.SH
49444 ____________________________________________________________________________
49445 [  9275] By: jhi                                   on 2001/03/21  03:54:17
49446         Log: Update Changes.
49447      Branch: perl
49448            ! Changes patchlevel.h
49449 ____________________________________________________________________________
49450 [  9274] By: jhi                                   on 2001/03/21  03:48:24
49451         Log: First stab at making Data::Dumper to grok Unicode.
49452              
49453              TODO: tests, EBCDICify.
49454      Branch: perl
49455            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
49456 ____________________________________________________________________________
49457 [  9273] By: jhi                                   on 2001/03/21  02:23:00
49458         Log: Fix for
49459              
49460              Subject: Memory leak in unquoted print   
49461              From: Benjamin Sugars <bsugars@canoe.ca> 
49462              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
49463              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
49464      Branch: perl
49465            ! perlio.c
49466 ____________________________________________________________________________
49467 [  9272] By: jhi                                   on 2001/03/21  01:33:17
49468         Log: Subject: Re: [PATCH] POSIX::getcwd()
49469              From: Benjamin Sugars <bsugars@canoe.ca> 
49470              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
49471              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
49472      Branch: perl
49473            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
49474 ____________________________________________________________________________
49475 [  9271] By: jhi                                   on 2001/03/21  01:22:52
49476         Log: Subject: [PATCH] Cwd.pm docs
49477              From: Benjamin Sugars <bsugars@canoe.ca>
49478              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
49479              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
49480      Branch: perl
49481            ! lib/Cwd.pm
49482 ____________________________________________________________________________
49483 [  9270] By: jhi                                   on 2001/03/21  01:16:29
49484         Log: Continue 4-arg substr() UTF-8 fixage.
49485      Branch: perl
49486            ! pp.c t/op/substr.t
49487 ____________________________________________________________________________
49488 [  9269] By: jhi                                   on 2001/03/21  00:46:14
49489         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
49490              
49491              revert the leak fix in change#9142 (problem needs a more experimental
49492              fix unsuitable for 5.6.1)
49493              
49494              do alphabetical sorting by default (for csh compatibility)
49495              
49496              cut-n-paste goof in change#9264
49497              
49498              VMS piping fixes (from Charles Lane)
49499      Branch: perl
49500           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
49501           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
49502           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
49503 ____________________________________________________________________________
49504 [  9268] By: jhi                                   on 2001/03/21  00:37:04
49505         Log: Integrate perlio.
49506      Branch: perl
49507           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
49508           !> utf8.c utf8.h utfebcdic.h
49509 ____________________________________________________________________________
49510 [  9267] By: nick                                  on 2001/03/20  20:04:39
49511         Log: More EBCDIC stuff:
49512              - Loose the extra level of function on ASCII.
49513              - spotted a chr(0) issue in sv.c
49514              - re-work of UTF-X tr/// ranges to work in Unicode
49515              space. Still issues with the "0xff is illegal UTF-8" hack.
49516              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
49517              (why do it once when you can do it all over the place :-(
49518              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
49519              need utf8.pm for swashes.
49520              - Simplified and commented scan_const() in toke.c
49521              Still something wrong regexp and tr (swashes?).
49522      Branch: perlio
49523            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
49524            ! utf8.c utf8.h utfebcdic.h
49525 ____________________________________________________________________________
49526 [  9266] By: gsar                                  on 2001/03/20  19:16:43
49527         Log: VMS piping fixes (from Charles Lane)
49528      Branch: maint-5.6/perl
49529            ! vms/vms.c vms/vmspipe.com
49530 ____________________________________________________________________________
49531 [  9265] By: gsar                                  on 2001/03/20  17:53:52
49532         Log: cut-n-paste goof in change#9264
49533      Branch: maint-5.6/perl
49534            ! ext/File/Glob/Glob.xs
49535 ____________________________________________________________________________
49536 [  9264] By: gsar                                  on 2001/03/20  17:43:47
49537         Log: do alphabetical sorting by default (for csh compatibility);
49538              bsd_glob() does ASCII sort by default as usual, unless
49539              GLOB_ALPHASORT was specified
49540      Branch: maint-5.6/perl
49541            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
49542            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
49543            ! ext/File/Glob/bsd_glob.h
49544 ____________________________________________________________________________
49545 [  9263] By: gsar                                  on 2001/03/20  16:40:08
49546         Log: integrate change#9255 from mainline (unicode fix)
49547              
49548              substr($bytestr, i, n, $charstr)
49549      Branch: maint-5.6/perl
49550           !> Todo-5.6 pp.c t/op/substr.t
49551 ____________________________________________________________________________
49552 [  9262] By: gsar                                  on 2001/03/20  15:57:41
49553         Log: revert the leak fix in change#9142 (problem needs a more experimental
49554              fix unsuitable for 5.6.1)
49555      Branch: maint-5.6/perl
49556            ! scope.c
49557 ____________________________________________________________________________
49558 [  9261] By: jhi                                   on 2001/03/20  14:26:25
49559         Log: Integrate changes #9259,9260 from maintperl into mainline.
49560              
49561              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
49562              
49563              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
49564      Branch: perl
49565           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
49566 ____________________________________________________________________________
49567 [  9260] By: jhi                                   on 2001/03/20  14:05:46
49568         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
49569              From: Robin Barker <rmb1@cise.npl.co.uk>
49570              Date: Tue, 20 Mar 2001 10:12:04 GMT
49571              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
49572      Branch: maint-5.6/perl
49573            ! run.c
49574 ____________________________________________________________________________
49575 [  9259] By: jhi                                   on 2001/03/20  14:04:39
49576         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
49577              From: Chris Nandor <pudge@pobox.com>
49578              Date: Tue, 20 Mar 2001 00:40:56 -0500
49579              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
49580      Branch: maint-5.6/perl
49581            ! ext/POSIX/POSIX.xs lib/File/Path.pm
49582 ____________________________________________________________________________
49583 [  9258] By: jhi                                   on 2001/03/20  05:09:34
49584         Log: Update Changes.
49585      Branch: perl
49586            ! Changes patchlevel.h
49587 ____________________________________________________________________________
49588 [  9257] By: jhi                                   on 2001/03/20  05:04:25
49589         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
49590      Branch: perl
49591            ! t/op/tr.t
49592 ____________________________________________________________________________
49593 [  9256] By: jhi                                   on 2001/03/20  04:43:12
49594         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
49595              From: Peter Prymmer <pvhp@forte.com>
49596              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
49597              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
49598      Branch: maint-5.6/perl
49599            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
49600 ____________________________________________________________________________
49601 [  9255] By: jhi                                   on 2001/03/19  23:17:17
49602         Log: substr($bytestr, i, n, $charstr)
49603              
49604              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
49605      Branch: perl
49606            ! Todo-5.6 pp.c t/op/substr.t
49607 ____________________________________________________________________________
49608 [  9254] By: jhi                                   on 2001/03/19  22:25:09
49609         Log: Rearrange the make test target prerequisites so that
49610              in a parallel make 'all' is finished before 'test'.
49611      Branch: perl
49612            ! Makefile.SH
49613 ____________________________________________________________________________
49614 [  9253] By: jhi                                   on 2001/03/19  21:48:07
49615         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
49616              From: Robin Houston <robin@kitsite.com>
49617              Date: Mon, 19 Mar 2001 15:48:41 +0000
49618              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
49619      Branch: perl
49620            ! pp_ctl.c
49621 ____________________________________________________________________________
49622 [  9252] By: jhi                                   on 2001/03/19  21:42:27
49623         Log: Integrate perlio.
49624      Branch: perl
49625           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
49626           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
49627           !> utfebcdic.h vms/perly_c.vms
49628 ____________________________________________________________________________
49629 [  9251] By: jhi                                   on 2001/03/19  21:31:28
49630         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
49631              
49632              Dynaloading in 64-bit AIX with vac.
49633      Branch: perl
49634           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
49635           !> hints/aix.sh
49636 ____________________________________________________________________________
49637 [  9250] By: jhi                                   on 2001/03/19  21:18:00
49638         Log: A more robust solution for the 64bitall AIX dynaloading
49639              problem, from Jens-Uwe Mager.
49640      Branch: maint-5.6/perl
49641            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
49642 ____________________________________________________________________________
49643 [  9249] By: nick                                  on 2001/03/19  20:59:37
49644         Log: Integrate mainline.
49645      Branch: perlio
49646           !> (integrate 42 files)
49647 ____________________________________________________________________________
49648 [  9248] By: nick                                  on 2001/03/19  20:22:07
49649         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
49650              (Building on OS390 uses native YACC and YYDEBUG has other
49651              side effects.)
49652      Branch: perlio
49653            ! perly.c perly.y vms/perly_c.vms
49654 ____________________________________________________________________________
49655 [  9247] By: jhi                                   on 2001/03/19  19:59:53
49656         Log: 64-bit AIX dynaloading problem (see #9244) idea
49657              from Jens-Uwe Mager.
49658      Branch: maint-5.6/perl
49659            ! ext/DynaLoader/dl_aix.xs
49660 ____________________________________________________________________________
49661 [  9246] By: nick                                  on 2001/03/19  19:27:57
49662         Log: More EBCDIC fixes.
49663      Branch: perlio
49664            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
49665            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
49666 ____________________________________________________________________________
49667 [  9245] By: jhi                                   on 2001/03/19  19:05:19
49668         Log: Integrate change #9243 from mainline into maintperl.
49669              
49670              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
49671      Branch: maint-5.6/perl
49672           !> README.vmesa
49673 ____________________________________________________________________________
49674 [  9244] By: jhi                                   on 2001/03/19  19:03:15
49675         Log: Get 64bitall AIX building, but still does not test okay:
49676              dynaloading anything fails, for example for op/defins:
49677              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
49678              (update: fixed by #9247,9250)
49679      Branch: maint-5.6/perl
49680            ! hints/aix.sh
49681 ____________________________________________________________________________
49682 [  9243] By: jhi                                   on 2001/03/19  19:00:16
49683         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
49684              From: Robin Barker <rmb1@cise.npl.co.uk>
49685              Date: Mon, 19 Mar 2001 18:01:57 GMT
49686              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
49687      Branch: perl
49688            ! README.vmesa
49689 ____________________________________________________________________________
49690 [  9242] By: jhi                                   on 2001/03/19  18:58:43
49691         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
49692              
49693              TODO: tests.
49694      Branch: perl
49695            ! doop.c op.c
49696 ____________________________________________________________________________
49697 [  9241] By: gsar                                  on 2001/03/19  17:34:46
49698         Log: VMSify tests (from Charles Lane)
49699      Branch: maint-5.6/perl
49700            ! t/lib/filehand.t t/lib/texttabs.t
49701 ____________________________________________________________________________
49702 [  9240] By: jhi                                   on 2001/03/19  14:24:26
49703         Log: Integrate change #9233 from maintperl into mainline.
49704              
49705              some refcounts were incorrect in perl_clone()
49706      Branch: perl
49707           !> sv.c
49708 ____________________________________________________________________________
49709 [  9239] By: gsar                                  on 2001/03/19  09:23:17
49710         Log: this is 5.6.1-trial3
49711      Branch: maint-5.6/perl
49712            ! Changes
49713 ____________________________________________________________________________
49714 [  9238] By: gsar                                  on 2001/03/19  08:47:04
49715         Log: some new symbols are only available under ithreads
49716      Branch: maint-5.6/perl
49717            ! makedef.pl
49718 ____________________________________________________________________________
49719 [  9237] By: gsar                                  on 2001/03/19  08:42:28
49720         Log: update patchlevel.h, Changes, &c.
49721      Branch: maint-5.6/perl
49722            ! Changes patchlevel.h pod/perlhist.pod
49723           !> AUTHORS
49724 ____________________________________________________________________________
49725 [  9236] By: gsar                                  on 2001/03/19  08:17:49
49726         Log: integrate changes#8068,8717 from mainline
49727              
49728              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
49729              
49730              [PATCH CPAN 1.59_51] warning message (not!)
49731      Branch: maint-5.6/perl
49732           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
49733           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
49734           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
49735           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
49736           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
49737 ____________________________________________________________________________
49738 [  9235] By: gsar                                  on 2001/03/19  08:07:09
49739         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
49740              
49741              [PATCH] Add missing CV flags to dump.c
49742              
49743              Re: [patch] Re: PL_ptr_table
49744              
49745              Fixup non-ithread build after 8713
49746              
49747              Generated files form 8713 etc.
49748              
49749              Correct the correction :-(
49750              
49751              Documenting coderef @INC (Re: CPAN "make this script work" feature)
49752              
49753              Subject: Re: sync sync sync: have I missed any patches?
49754              Replace djSP with dSP.
49755      Branch: maint-5.6/perl
49756           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
49757           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
49758           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
49759           !> sv.c sv.h win32/perlhost.h
49760 ____________________________________________________________________________
49761 [  9234] By: gsar                                  on 2001/03/19  07:22:05
49762         Log: revert the change#9090 integrate for now (change looks somewhat
49763              incomplete in that [ha]v_exists() need something similar; lacks
49764              tests; &c.)
49765      Branch: maint-5.6/perl
49766            ! hv.c
49767 ____________________________________________________________________________
49768 [  9233] By: gsar                                  on 2001/03/19  07:10:01
49769         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
49770              destruction when there are unreferenced scalars (SvREFCNT==0)
49771      Branch: maint-5.6/perl
49772            ! sv.c
49773 ____________________________________________________________________________
49774 [  9232] By: jhi                                   on 2001/03/19  05:11:02
49775         Log: Regen api and toc.
49776      Branch: maint-5.6/perl
49777            ! pod/perlapi.pod pod/perltoc.pod
49778 ____________________________________________________________________________
49779 [  9231] By: jhi                                   on 2001/03/19  04:06:03
49780         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
49781              add a lost line in pp.c:pp_chop(), update to new op/chop.
49782              
49783              Clarify the description differentiating for and while; inspired by
49784              
49785              Subject: [ID 20010306.004] || != named unary operator
49786              
49787              The $Is_MacOS needs to be declared.
49788      Branch: maint-5.6/perl
49789            ! pp.c t/op/chop.t
49790           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
49791 ____________________________________________________________________________
49792 [  9230] By: jhi                                   on 2001/03/19  03:48:16
49793         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
49794              9079,9083,9089,9090,9091 from mainline to maintperl.
49795              
49796              Quieten some noise in Win32 builds
49797              
49798              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
49799              
49800              The perlretut was still talking about the old \p and \P
49801              definitions.
49802              
49803              More tweakage on the Unicode character class descriptions.
49804              
49805              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
49806              
49807              Subject: 'no *POSIX' Patch speeding up make on BS2000 
49808              
49809              Subject: [PATCH] perldata.pod here-doc docs
49810              
49811              Add /sbin and /usr/sbin to the list of directories scanned
49812              for setuid programs.  Takes care of bug id 20010309.003.
49813              
49814              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
49815              
49816              In op/stat #35 better to scan all the potential directories
49817              for setuids, not just the first one.
49818      Branch: maint-5.6/perl
49819            ! Makefile.SH
49820           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
49821           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
49822           !> t/op/stat.t toke.c win32/win32.h
49823 ____________________________________________________________________________
49824 [  9229] By: jhi                                   on 2001/03/19  02:31:50
49825         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
49826              From: Chris Nandor <pudge@pobox.com>
49827              Date: Sat, 10 Mar 2001 14:22:19 -0500
49828              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
49829      Branch: maint-5.6/perl
49830            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
49831            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
49832            ! t/lib/b.t t/lib/errno.t
49833 ____________________________________________________________________________
49834 [  9228] By: jhi                                   on 2001/03/19  02:29:59
49835         Log: Integrate changes #9113,9122 from mainline into maintperl.
49836              
49837              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?)
49838      Branch: maint-5.6/perl
49839           !> Configure README.os390 hints/os390.sh
49840 ____________________________________________________________________________
49841 [  9227] By: jhi                                   on 2001/03/19  02:22:35
49842         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
49843              into maintperl.
49844              
49845              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
49846              
49847              Forgot to check-in the larger part of #9120, duh.
49848              
49849              Subject: Another patch for integer.pm POD 
49850              
49851              h2ph strictness and cleanliness from Kurt Starsinic.
49852              
49853              Borland filename case problem.
49854              
49855              h2ph strictness and cleanliness from Kurt Starsinic.
49856              
49857              Subject: [PATCH] the uncontroversial doc patches
49858      Branch: maint-5.6/perl
49859           +> win32/sncfnmcs.pl
49860           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
49861           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
49862           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
49863           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
49864           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
49865           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
49866           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
49867 ____________________________________________________________________________
49868 [  9226] By: jhi                                   on 2001/03/19  02:10:21
49869         Log: Integrate changes #9207,9214 from mainline into maintperl.
49870              
49871              podchecker relaxations: =over has an *optional* number after it,
49872              and whitespace in L<> is okay.
49873      Branch: maint-5.6/perl
49874           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
49875           !> t/pod/poderrs.xr
49876 ____________________________________________________________________________
49877 [  9225] By: jhi                                   on 2001/03/19  02:07:38
49878         Log: Integrate change #9219 from maintperl into mainline.
49879              
49880              remove duplicated tests
49881      Branch: perl
49882           !> t/op/re_tests
49883 ____________________________________________________________________________
49884 [  9224] By: jhi                                   on 2001/03/19  02:06:11
49885         Log: Integrate change #9223 from mainline to maintperl.
49886              
49887              Document -Dmksymlinks.
49888      Branch: maint-5.6/perl
49889           !> INSTALL
49890 ____________________________________________________________________________
49891 [  9223] By: jhi                                   on 2001/03/19  02:01:25
49892         Log: Document -Dmksymlinks.
49893      Branch: perl
49894            ! INSTALL
49895 ____________________________________________________________________________
49896 [  9222] By: jhi                                   on 2001/03/19  01:15:35
49897         Log: The -Dmksymlinks wasn't working for maintperl.
49898      Branch: maint-5.6/perl
49899            ! Configure
49900 ____________________________________________________________________________
49901 [  9221] By: jhi                                   on 2001/03/19  00:49:43
49902         Log: Cleanup pixie residue.
49903      Branch: perl
49904            ! Makefile.SH
49905 ____________________________________________________________________________
49906 [  9220] By: jhi                                   on 2001/03/19  00:44:47
49907         Log: Document the use of pixie/prof; create make targets for it.
49908              
49909              TODO: make t/TEST pixie-aware.
49910      Branch: perl
49911            ! Makefile.SH pod/perlhack.pod
49912 ____________________________________________________________________________
49913 [  9219] By: gsar                                  on 2001/03/19  00:16:55
49914         Log: remove duplicated tests
49915      Branch: maint-5.6/perl
49916            ! t/op/re_tests
49917 ____________________________________________________________________________
49918 [  9218] By: jhi                                   on 2001/03/18  23:59:31
49919         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
49920      Branch: perl
49921            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
49922 ____________________________________________________________________________
49923 [  9217] By: jhi                                   on 2001/03/18  23:25:20
49924         Log: Rewrite the tests section of Makefile to be less redundant
49925              and to allow for more flexible test targets, many recursive
49926              make calls introduced.
49927      Branch: perl
49928            ! Makefile.SH
49929 ____________________________________________________________________________
49930 [  9216] By: jhi                                   on 2001/03/18  22:30:04
49931         Log: Document the use of Third Degree (sparsely).
49932      Branch: perl
49933            ! pod/perlhack.pod t/TEST
49934 ____________________________________________________________________________
49935 [  9215] By: jhi                                   on 2001/03/18  22:10:30
49936         Log: Make targets for testing with Third Degree.
49937      Branch: perl
49938            ! Makefile.SH
49939 ____________________________________________________________________________
49940 [  9214] By: jhi                                   on 2001/03/18  21:08:53
49941         Log: The podchecker relaxations need to mirrored also at the tests.
49942      Branch: perl
49943            ! t/pod/poderrs.xr
49944 ____________________________________________________________________________
49945 [  9213] By: jhi                                   on 2001/03/18  20:56:21
49946         Log: Update Changes.
49947      Branch: perl
49948            ! Changes patchlevel.h
49949 ____________________________________________________________________________
49950 [  9212] By: jhi                                   on 2001/03/18  20:36:59
49951         Log: Looking for config.sh in parent directories isn't
49952              very useful for the toplevel Makefile.
49953      Branch: perl
49954            ! Makefile.SH
49955 ____________________________________________________________________________
49956 [  9211] By: jhi                                   on 2001/03/18  20:33:37
49957         Log: On "make clean" take care of Third Degree droppings.
49958      Branch: perl
49959            ! Makefile.SH
49960 ____________________________________________________________________________
49961 [  9210] By: jhi                                   on 2001/03/18  20:21:34
49962         Log: Add a hook for running the tests under the Third Degree
49963              debugging tool (set $ENV{PERL_3LOG} to non-zero)
49964              
49965              TODO: Document the use of Third Degree.
49966      Branch: perl
49967            ! t/TEST
49968 ____________________________________________________________________________
49969 [  9209] By: jhi                                   on 2001/03/18  20:19:07
49970         Log: Regen toc and api pods.
49971      Branch: perl
49972            ! pod/perlapi.pod pod/perltoc.pod
49973 ____________________________________________________________________________
49974 [  9208] By: jhi                                   on 2001/03/18  20:12:12
49975         Log: Integrate changes #8128,9132 from mainline into maintperl,
49976              Tie::SubstrHash fixes.
49977      Branch: maint-5.6/perl
49978           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
49979 ____________________________________________________________________________
49980 [  9207] By: jhi                                   on 2001/03/18  20:07:43
49981         Log: podchecker relaxations from Michael Stevens.
49982      Branch: perl
49983            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
49984 ____________________________________________________________________________
49985 [  9206] By: jhi                                   on 2001/03/18  20:04:24
49986         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
49987      Branch: perl
49988            ! lib/Locale/Constants.pm lib/Locale/Country.pm
49989            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
49990            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
49991 ____________________________________________________________________________
49992 [  9205] By: jhi                                   on 2001/03/18  19:54:45
49993         Log: Integrate changes #9161,9162 from maintperl to mainline.
49994              
49995              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
49996              results
49997      Branch: perl
49998           !> t/op/magic.t
49999 ____________________________________________________________________________
50000 [  9204] By: jhi                                   on 2001/03/18  19:37:46
50001         Log: Make perl.third checks more understandable to the builder.
50002      Branch: perl
50003            ! Makefile.SH
50004 ____________________________________________________________________________
50005 [  9203] By: jhi                                   on 2001/03/18  19:20:54
50006         Log: Re-integrate #9138 from maintperl to mainline,
50007              the squelching of the unneeded "Scalars leaked" messages.
50008      Branch: perl
50009           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
50010           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
50011           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
50012 ____________________________________________________________________________
50013 [  9202] By: jhi                                   on 2001/03/18  18:48:36
50014         Log: More robust and more paranoid perl.third target.
50015      Branch: perl
50016            ! Makefile.SH
50017 ____________________________________________________________________________
50018 [  9201] By: jhi                                   on 2001/03/18  18:39:21
50019         Log: Integrate change #9197 from maintperl to mainline.
50020              
50021              more thorough cleaning of arenas.
50022      Branch: perl
50023           !> embed.pl perl.c proto.h sv.c t/op/sort.t
50024 ____________________________________________________________________________
50025 [  9200] By: jhi                                   on 2001/03/18  18:25:17
50026         Log: Integrate perlio.
50027      Branch: perl
50028           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
50029           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
50030           !> t/lib/encode.t toke.c universal.c utf8.c
50031 ____________________________________________________________________________
50032 [  9199] By: nick                                  on 2001/03/18  15:23:51
50033         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
50034              is the sense of the test being done. Avoid some magical 127 and 128 values
50035              by using macros.
50036      Branch: perlio
50037            ! doop.c pp_ctl.c sv.c toke.c
50038 ____________________________________________________________________________
50039 [  9198] By: nick                                  on 2001/03/18  14:18:12
50040         Log: UTF-X encoding invariance for Encode:
50041              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
50042              - move the XS code for those to universal.c (so in miniperl)
50043              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
50044              - change ext/Encode/compile to use above.
50045              - Fix t/lib/encode.t for above
50046              - Teach t/lib/b.t to expect -uutf8
50047              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
50048              utf8.pm is needed.
50049      Branch: perlio
50050            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
50051            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
50052 ____________________________________________________________________________
50053 [  9197] By: gsar                                  on 2001/03/18  12:15:57
50054         Log: more thorough cleaning of arenas--keep going until no more
50055              SvREFCNT_dec()s occur (this fixes the problem that causes the
50056              pesky "Scalars leaked" warnings)
50057      Branch: maint-5.6/perl
50058            ! embed.pl perl.c proto.h sv.c t/op/sort.t
50059 ____________________________________________________________________________
50060 [  9196] By: nick                                  on 2001/03/18  10:57:29
50061         Log: Fix pragma/utf8.t # 15
50062              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
50063              are SvUTF8 as well.
50064      Branch: perlio
50065            ! toke.c
50066 ____________________________________________________________________________
50067 [  9195] By: nick                                  on 2001/03/18  09:27:06
50068         Log: Integrate mainline
50069      Branch: perlio
50070           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
50071           !> t/op/pat.t
50072 ____________________________________________________________________________
50073 [  9194] By: jhi                                   on 2001/03/18  05:29:59
50074         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
50075              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
50076      Branch: perl
50077            ! op.c op.h t/op/misc.t t/op/pat.t
50078 ____________________________________________________________________________
50079 [  9193] By: jhi                                   on 2001/03/18  05:15:06
50080         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
50081      Branch: perl
50082            ! mg.c t/op/pat.t
50083 ____________________________________________________________________________
50084 [  9192] By: jhi                                   on 2001/03/18  04:22:43
50085         Log: tr/// UTF-8 patches from Inaba Hiroto.
50086      Branch: perl
50087            ! doop.c op.c
50088 ____________________________________________________________________________
50089 [  9191] By: jhi                                   on 2001/03/18  04:21:17
50090         Log: Integrate perlio.
50091      Branch: perl
50092           !> utf8.c utfebcdic.h
50093 ____________________________________________________________________________
50094 [  9190] By: nick                                  on 2001/03/17  20:32:01
50095         Log: Correct #if EBCDIC side typos.
50096              Builds and passes many tests on OS390.
50097      Branch: perlio
50098            ! utf8.c utfebcdic.h
50099 ____________________________________________________________________________
50100 [  9189] By: jhi                                   on 2001/03/17  18:55:49
50101         Log: Add prerequisites for the perl.third target.
50102      Branch: perl
50103            ! Makefile.SH
50104 ____________________________________________________________________________
50105 [  9188] By: jhi                                   on 2001/03/17  18:46:00
50106         Log: Integrate perlio.
50107      Branch: perl
50108           +> utfebcdic.h
50109           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
50110 ____________________________________________________________________________
50111 [  9187] By: jhi                                   on 2001/03/17  18:38:47
50112         Log: Add a make rule for perl.third (the Third Degree memory debugging
50113              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
50114      Branch: perl
50115            ! Makefile.SH
50116 ____________________________________________________________________________
50117 [  9186] By: nick                                  on 2001/03/17  18:34:48
50118         Log: MANIFEST addition :-(
50119      Branch: perlio
50120            ! MANIFEST
50121 ____________________________________________________________________________
50122 [  9185] By: nick                                  on 2001/03/17  18:29:50
50123         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
50124              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
50125              a superset of ASCII are invariant under the encoding. This is EBCDIC
50126              friendly as an encoded string can be looked at as being EBCDIC by lexer
50127              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
50128              ASCII on ASCII machines.
50129              
50130              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
50131              seperate.
50132              - Add some more macros to comprehend different shift amounts and
50133              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
50134              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
50135              and conditionally #include it.
50136              
50137              EBCDIC build as yet untested.  ASCII still fails the one test.
50138      Branch: perlio
50139            + utfebcdic.h
50140            ! utf8.c utf8.h
50141 ____________________________________________________________________________
50142 [  9184] By: nick                                  on 2001/03/17  17:44:16
50143         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
50144      Branch: perlio
50145            ! doop.c perl.h pp.c utf8.h
50146 ____________________________________________________________________________
50147 [  9183] By: jhi                                   on 2001/03/17  15:55:42
50148         Log: Integrate perlio.
50149      Branch: perl
50150            ! MANIFEST
50151           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
50152 ____________________________________________________________________________
50153 [  9182] By: nick                                  on 2001/03/17  09:16:06
50154         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
50155      Branch: perlio
50156            ! t/op/pat.t
50157 ____________________________________________________________________________
50158 [  9181] By: nick                                  on 2001/03/17  09:15:11
50159         Log: Integrate mainline.
50160      Branch: perlio
50161           +> lib/Locale/Constants.pm lib/Locale/Country.pm
50162           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
50163           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
50164           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
50165           !> (integrate 83 files)
50166 ____________________________________________________________________________
50167 [  9180] By: nick                                  on 2001/03/16  17:23:21
50168         Log: EBCDIC Fixes.
50169      Branch: perlio
50170            ! perl.h sv.c toke.c utf8.c utf8.h
50171 ____________________________________________________________________________
50172 [  9179] By: jhi                                   on 2001/03/16  14:10:12
50173         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
50174              a change needed to work around an AIX compiler bug.
50175      Branch: perl
50176            ! ext/Storable/Storable.xs
50177 ____________________________________________________________________________
50178 [  9178] By: jhi                                   on 2001/03/16  03:19:59
50179         Log: With Damian's approval synchronize damian's modules'
50180              licensing with Perl's standard module licensing.
50181      Branch: perl
50182            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
50183 ____________________________________________________________________________
50184 [  9177] By: jhi                                   on 2001/03/16  03:15:34
50185         Log: Make the Filter::Util:Call files have their own copies
50186              of the Perl standard module licensing, from Paul Marquess.
50187      Branch: perl
50188            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
50189 ____________________________________________________________________________
50190 [  9176] By: jhi                                   on 2001/03/16  02:56:04
50191         Log: Subject: [PATCH] more pod patches
50192              From: Michael Stevens <michael@etla.org>
50193              Date: Thu, 15 Mar 2001 21:25:18 +0000
50194              Message-ID: <20010315212518.A18870@firedrake.org>
50195      Branch: perl
50196            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
50197            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
50198            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
50199            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
50200            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
50201            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
50202            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
50203            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
50204            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
50205            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
50206            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
50207            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
50208            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
50209            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
50210            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
50211            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
50212            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
50213            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
50214            ! lib/Locale/Country.pm lib/Locale/Language.pm
50215            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
50216            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
50217            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
50218            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
50219            ! os2/OS2/Process/Process.pm
50220 ____________________________________________________________________________
50221 [  9175] By: jhi                                   on 2001/03/16  02:53:32
50222         Log: Subject: [PATCH] the uncontroversial doc patches
50223              From: Michael Stevens <michael@etla.org>
50224              Date: Thu, 15 Mar 2001 20:01:12 +0000
50225              Message-ID: <20010315200112.A7636@firedrake.org>
50226      Branch: perl
50227            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
50228            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
50229            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
50230            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
50231            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
50232 ____________________________________________________________________________
50233 [  9174] By: jhi                                   on 2001/03/16  02:50:49
50234         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
50235              From: Paul Lindner <lindner@inuus.com>
50236              Date: Fri, 16 Mar 2001 11:28:03 -0800
50237              Message-ID: <20010316112803.A7577@inuus.com>
50238      Branch: perl
50239            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
50240 ____________________________________________________________________________
50241 [  9173] By: nick                                  on 2001/03/15  20:21:03
50242         Log: 1st day's EBCDIC fixes:
50243              - toke.c's parsing of strings needed attention
50244              needed to conditionally e2a if string was already UTF-8
50245              - e2a/a2e tables where wrong way round.
50246              - new macros in utf8.h
50247      Branch: perlio
50248            ! perl.h toke.c utf8.h
50249 ____________________________________________________________________________
50250 [  9172] By: jhi                                   on 2001/03/15  15:17:17
50251         Log: Update Changes.
50252      Branch: perl
50253            ! Changes patchlevel.h
50254 ____________________________________________________________________________
50255 [  9171] By: jhi                                   on 2001/03/15  15:09:32
50256         Log: Subject: Re: Another Borland C++ problem.
50257              From: "Vadim Konovalov" <watman@inbox.ru>
50258              Date: Sat, 10 Mar 2001 19:26:07 +0300
50259              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
50260              
50261              Borland filename case problem.
50262      Branch: perl
50263            + win32/sncfnmcs.pl
50264            ! MANIFEST README.win32
50265 ____________________________________________________________________________
50266 [  9170] By: jhi                                   on 2001/03/15  14:54:23
50267         Log: Add Locale::Codes 1.06, from Neil Bowers.
50268      Branch: perl
50269            + lib/Locale/Constants.pm lib/Locale/Country.pm
50270            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
50271            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
50272            + t/lib/lc-language.t t/lib/lc-uk.t
50273            ! MANIFEST
50274 ____________________________________________________________________________
50275 [  9169] By: jhi                                   on 2001/03/15  14:19:01
50276         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
50277      Branch: perl
50278            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
50279            ! ext/Storable/Storable.xs
50280 ____________________________________________________________________________
50281 [  9168] By: jhi                                   on 2001/03/15  14:13:22
50282         Log: Integrate changes #9120,9167 from mainline to maintperl.
50283              
50284              Subject: [PATCH 5.6.1] OS/2 docs
50285              
50286              Subject: [PATCH 5.6.1] perldoc
50287      Branch: maint-5.6/perl
50288           !> os2/Changes utils/perldoc.PL
50289 ____________________________________________________________________________
50290 [  9167] By: jhi                                   on 2001/03/15  14:07:42
50291         Log: Subject: [PATCH 5.6.1] perldoc
50292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50293              Date: Wed, 14 Mar 2001 23:46:52 -0500
50294              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
50295      Branch: perl
50296            ! utils/perldoc.PL
50297 ____________________________________________________________________________
50298 [  9166] By: jhi                                   on 2001/03/15  13:53:15
50299         Log: sigaction test condition tweakage.
50300      Branch: perl
50301            ! t/lib/sigaction.t
50302 ____________________________________________________________________________
50303 [  9165] By: alanbur                               on 2001/03/15  03:49:17
50304         Log: Resynchronised with parent
50305      Branch: maint-5.6/pureperl
50306           +> os2/os2add.sym t/op/anonsub.t
50307           !> (integrate 72 files)
50308 ____________________________________________________________________________
50309 [  9164] By: jhi                                   on 2001/03/15  01:05:01
50310         Log: Avoid stomping off the beginning of an array in tr///.
50311      Branch: perl
50312            ! op.c
50313 ____________________________________________________________________________
50314 [  9163] By: jhi                                   on 2001/03/15  00:58:57
50315         Log: h2ph strictness and cleanliness from Kurt Starsinic.
50316      Branch: perl
50317            ! utils/h2ph.PL
50318 ____________________________________________________________________________
50319 [  9162] By: gsar                                  on 2001/03/15  00:56:53
50320         Log: avoid warnings
50321      Branch: maint-5.6/perl
50322            ! t/op/magic.t
50323 ____________________________________________________________________________
50324 [  9161] By: gsar                                  on 2001/03/15  00:52:09
50325         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
50326              results
50327      Branch: maint-5.6/perl
50328            ! t/op/magic.t
50329 ____________________________________________________________________________
50330 [  9160] By: jhi                                   on 2001/03/14  22:02:10
50331         Log: Do not use the Perl malloc in IRIX, suggested by
50332              Helmus Jarausch.
50333      Branch: perl
50334            ! hints/irix_6.sh
50335 ____________________________________________________________________________
50336 [  9159] By: nick                                  on 2001/03/14  21:45:59
50337         Log: Integrate mainline
50338      Branch: perlio
50339           +> t/op/loopctl.t
50340           !> (integrate 41 files)
50341 ____________________________________________________________________________
50342 [  9158] By: jhi                                   on 2001/03/14  21:10:09
50343         Log: The Day of the Retractions continues: the #9138
50344              (integrated in #9144) doesn't work well in mainline.
50345      Branch: perl
50346            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
50347            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
50348            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
50349 ____________________________________________________________________________
50350 [  9157] By: jhi                                   on 2001/03/14  20:58:12
50351         Log: The #9145 CANNOT be enabled: the clear_pmop code still
50352              dumps core all over in Tru64.
50353      Branch: perl
50354            ! op.c op.h t/op/pat.t
50355 ____________________________________________________________________________
50356 [  9156] By: jhi                                   on 2001/03/14  20:48:06
50357         Log: Integrate change #9154 from maintperl to mainline.
50358              
50359              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
50360              (caused Storable 1.0.10 to break on windows)
50361      Branch: perl
50362           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
50363           !> perlapi.c proto.h
50364 ____________________________________________________________________________
50365 [  9155] By: jhi                                   on 2001/03/14  20:23:53
50366         Log: Retract #9136: breaks threading (and binary compatibility).
50367      Branch: perl
50368            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
50369 ____________________________________________________________________________
50370 [  9154] By: gsar                                  on 2001/03/14  17:48:18
50371         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
50372              (caused Storable 1.0.10 to break on windows)
50373      Branch: maint-5.6/perl
50374            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
50375            ! perlapi.c proto.h
50376 ____________________________________________________________________________
50377 [  9153] By: jhi                                   on 2001/03/14  13:35:21
50378         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
50379      Branch: perl
50380            ! t/lib/sigaction.t
50381 ____________________________________________________________________________
50382 [  9152] By: gsar                                  on 2001/03/14  07:29:40
50383         Log: back out changes#9012,9010,9009 and parts of change#9016
50384              (causes ABRs under purify, and some prerequisites don't
50385              seem to be there in 5.6.x)
50386      Branch: maint-5.6/perl
50387            ! doop.c op.c t/op/tr.t toke.c
50388 ____________________________________________________________________________
50389 [  9151] By: gsar                                  on 2001/03/14  07:01:29
50390         Log: reenable change#9145 (the test was busted due to a missing
50391              C<print "ok 27\n">)
50392      Branch: perl
50393            ! op.c op.h t/op/pat.t
50394 ____________________________________________________________________________
50395 [  9150] By: jhi                                   on 2001/03/14  06:38:36
50396         Log: Retract #9145.
50397      Branch: perl
50398            ! op.c op.h t/op/pat.t
50399 ____________________________________________________________________________
50400 [  9149] By: jhi                                   on 2001/03/14  06:14:56
50401         Log: Retract #9143.
50402      Branch: perl
50403            ! op.c
50404 ____________________________________________________________________________
50405 [  9148] By: gsar                                  on 2001/03/14  06:13:02
50406         Log: Uninitialized Memory Read in regexec.c
50407      Branch: perl
50408            ! regexec.c
50409 ____________________________________________________________________________
50410 [  9147] By: jhi                                   on 2001/03/14  04:59:54
50411         Log: Subject: PATCH: make goto work in nested eval ""
50412              From: Robin Houston <robin@kitsite.com>
50413              Date: Wed, 14 Mar 2001 04:16:10 +0000
50414              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
50415      Branch: perl
50416            ! pp_ctl.c t/op/goto.t
50417 ____________________________________________________________________________
50418 [  9146] By: jhi                                   on 2001/03/14  04:42:54
50419         Log: Preserve the #ifdef PERL_CORE in perly.h.
50420      Branch: perl
50421            ! perly.fixer
50422 ____________________________________________________________________________
50423 [  9145] By: jhi                                   on 2001/03/14  03:57:41
50424         Log: (Retracted by #9150.)
50425      Branch: perl
50426            ! op.c op.h t/op/pat.t
50427 ____________________________________________________________________________
50428 [  9144] By: jhi                                   on 2001/03/14  03:50:38
50429         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
50430              
50431              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
50432              
50433              remove squelch controls for "Scalars leaked" messages in most places
50434              (these are now cured)
50435              
50436              fix another memory leak reported by purify (tie callbacks that
50437              croak can leak when wiping out magic)
50438      Branch: perl
50439           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
50440           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
50441           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
50442           !> t/pragma/warnings.t
50443 ____________________________________________________________________________
50444 [  9143] By: jhi                                   on 2001/03/14  03:37:53
50445         Log: (Retracted by #9149.)
50446      Branch: perl
50447            ! op.c
50448 ____________________________________________________________________________
50449 [  9142] By: gsar                                  on 2001/03/14  03:20:48
50450         Log: fix another memory leak reported by purify (tie callbacks that
50451              croak can leak when wiping out magic)
50452      Branch: maint-5.6/perl
50453            ! scope.c
50454 ____________________________________________________________________________
50455 [  9141] By: jhi                                   on 2001/03/14  02:55:00
50456         Log: Subject: PATCH for [ID 20010305.003]
50457              From: Robin Houston <robin@kitsite.com>
50458              Date: Wed, 14 Mar 2001 02:45:51 +0000
50459              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
50460      Branch: perl
50461            ! pp_ctl.c t/op/eval.t
50462 ____________________________________________________________________________
50463 [  9140] By: jhi                                   on 2001/03/14  02:41:54
50464         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
50465              Date: Wed, 14 Mar 2001 01:52:51 +0000
50466              From: Robin Houston <robin@kitsite.com>
50467              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
50468              
50469              Fix for 2000313.004.
50470      Branch: perl
50471            ! pp_ctl.c t/op/goto.t
50472 ____________________________________________________________________________
50473 [  9139] By: jhi                                   on 2001/03/14  02:40:50
50474         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
50475              From: Robin Houston <robin@kitsite.com>
50476              Date: Wed, 14 Mar 2001 00:43:45 +0000
50477              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
50478      Branch: perl
50479            + t/op/loopctl.t
50480            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
50481            ! vms/perly_c.vms
50482 ____________________________________________________________________________
50483 [  9138] By: gsar                                  on 2001/03/14  01:18:00
50484         Log: remove squelch controls for "Scalars leaked" messages in most places
50485              (these are now cured)
50486      Branch: maint-5.6/perl
50487            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
50488            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
50489            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
50490 ____________________________________________________________________________
50491 [  9137] By: gsar                                  on 2001/03/14  00:57:04
50492         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
50493      Branch: maint-5.6/perl
50494            ! regcomp.c
50495 ____________________________________________________________________________
50496 [  9136] By: jhi                                   on 2001/03/13  23:12:24
50497         Log: (Retracted by #9155)
50498              
50499              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
50500              From: Jens-Uwe Mager <jum@helios.de>
50501              Date: Wed, 21 Feb 2001 21:32:04 +0100
50502              Message-ID: <20010221213203.A18340@ans.helios.de>
50503      Branch: perl
50504            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
50505 ____________________________________________________________________________
50506 [  9135] By: jhi                                   on 2001/03/13  22:50:05
50507         Log: Integrate perlio.
50508      Branch: perl
50509           !> pp.c
50510 ____________________________________________________________________________
50511 [  9134] By: jhi                                   on 2001/03/13  22:49:05
50512         Log: Integrate change #9131 from maintperl into mainline.
50513              
50514              make the error text look more consistent in hints/hpux.sh
50515      Branch: perl
50516           !> hints/hpux.sh
50517 ____________________________________________________________________________
50518 [  9133] By: gsar                                  on 2001/03/13  22:46:20
50519         Log: integrate change#9067 from mainline
50520              
50521              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
50522      Branch: maint-5.6/perl
50523           !> lib/ExtUtils/MM_Unix.pm
50524 ____________________________________________________________________________
50525 [  9132] By: jhi                                   on 2001/03/13  22:41:21
50526         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
50527              From: "John P. Linderman" <jpl@research.att.com>
50528              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
50529              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
50530              
50531              A more correct prime finder.
50532      Branch: perl
50533            ! lib/Tie/SubstrHash.pm
50534 ____________________________________________________________________________
50535 [  9131] By: gsar                                  on 2001/03/13  22:30:42
50536         Log: make the error text look more consistent in hints/hpux.sh
50537      Branch: maint-5.6/perl
50538            ! hints/hpux.sh
50539 ____________________________________________________________________________
50540 [  9130] By: jhi                                   on 2001/03/13  22:23:44
50541         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
50542              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50543              Date: Tue, 13 Mar 2001 18:41:26 +0100
50544              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
50545              
50546              If the test is run non-interactively the default handler
50547              is different.
50548      Branch: perl
50549            ! t/lib/sigaction.t
50550 ____________________________________________________________________________
50551 [  9129] By: jhi                                   on 2001/03/13  22:20:21
50552         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
50553              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50554              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
50555              Date:     Tue, 13 Mar 2001 16:44:32 EST
50556      Branch: perl
50557            ! t/lib/1_compile.t
50558 ____________________________________________________________________________
50559 [  9128] By: jhi                                   on 2001/03/13  22:18:34
50560         Log: Subject: Another patch for integer.pm POD 
50561              From: "John L. Allen" <allen@grumman.com>
50562              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
50563              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
50564      Branch: perl
50565            ! lib/integer.pm
50566 ____________________________________________________________________________
50567 [  9127] By: nick                                  on 2001/03/13  21:26:30
50568         Log: Integrate mainline.
50569      Branch: perlio
50570           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
50571           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
50572           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
50573           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
50574           !> Changes Configure MANIFEST README.os2 README.os390
50575           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
50576           !> os2/Changes patchlevel.h win32/perlhost.h
50577 ____________________________________________________________________________
50578 [  9126] By: nick                                  on 2001/03/13  20:39:51
50579         Log: #ifdef'ed out code to make packed side of pack/unpack
50580              octets. (i.e. pack('U') => encode_utf8).
50581      Branch: perlio
50582            ! pp.c
50583 ____________________________________________________________________________
50584 [  9125] By: jhi                                   on 2001/03/13  15:07:16
50585         Log: Update Changes.
50586      Branch: perl
50587            ! Changes patchlevel.h
50588 ____________________________________________________________________________
50589 [  9124] By: jhi                                   on 2001/03/13  14:22:45
50590         Log: Workaround for the buggy ("internal compiler error")
50591              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
50592              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
50593              of Andreas König.
50594      Branch: perl
50595            ! ext/re/Makefile.PL hints/aix.sh
50596 ____________________________________________________________________________
50597 [  9123] By: jhi                                   on 2001/03/13  03:24:34
50598         Log: Typo in #9114.
50599      Branch: metaconfig
50600            ! U/modified/myhostname.U
50601 ____________________________________________________________________________
50602 [  9122] By: jhi                                   on 2001/03/13  03:24:06
50603         Log: Typo in #9113.
50604      Branch: perl
50605            ! Configure
50606 ____________________________________________________________________________
50607 [  9121] By: jhi                                   on 2001/03/13  01:53:05
50608         Log: Forgot to check-in the larger part of #9120, duh.
50609      Branch: perl
50610            ! README.os2
50611 ____________________________________________________________________________
50612 [  9120] By: jhi                                   on 2001/03/13  01:51:31
50613         Log: Subject: [PATCH 5.6.1] OS/2 docs
50614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50615              Date: Mon, 12 Mar 2001 03:27:32 -0500
50616              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
50617      Branch: perl
50618            ! os2/Changes
50619 ____________________________________________________________________________
50620 [  9119] By: jhi                                   on 2001/03/13  01:49:41
50621         Log: Integrate change #9116 from maintperl into mainline.
50622              
50623              Win32::GetCwd() returns C: instead of C:\ in the root directory
50624              under ithreads
50625      Branch: perl
50626           !> win32/perlhost.h
50627 ____________________________________________________________________________
50628 [  9118] By: jhi                                   on 2001/03/13  01:13:39
50629         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
50630      Branch: perl
50631            + lib/Switch.pm t/lib/switch.t
50632            ! MANIFEST
50633 ____________________________________________________________________________
50634 [  9117] By: jhi                                   on 2001/03/13  01:03:17
50635         Log: Add Text::Balanced 1.83.
50636      Branch: perl
50637            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
50638            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
50639            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
50640            + t/lib/tb-xvari.t
50641            ! MANIFEST
50642 ____________________________________________________________________________
50643 [  9116] By: gsar                                  on 2001/03/13  00:55:53
50644         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
50645              under ithreads
50646      Branch: maint-5.6/perl
50647            ! win32/perlhost.h
50648 ____________________________________________________________________________
50649 [  9115] By: jhi                                   on 2001/03/13  00:54:09
50650         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
50651              From: "John L. Allen" <allen@grumman.com>
50652              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
50653              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
50654              
50655              use integer document clarification.
50656      Branch: perl
50657            ! lib/integer.pm
50658 ____________________________________________________________________________
50659 [  9114] By: jhi                                   on 2001/03/13  00:38:54
50660         Log: Metaconfig unit change for #9113.
50661      Branch: metaconfig
50662            ! U/modified/myhostname.U
50663 ____________________________________________________________________________
50664 [  9113] By: jhi                                   on 2001/03/13  00:38:35
50665         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?)
50666              From: Peter Prymmer <pvhp@forte.com>
50667              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
50668              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
50669      Branch: perl
50670            ! Configure README.os390 hints/os390.sh
50671 ____________________________________________________________________________
50672 [  9112] By: jhi                                   on 2001/03/13  00:29:00
50673         Log: Integrate perlio.
50674      Branch: perl
50675           !> sv.c utf8.h
50676 ____________________________________________________________________________
50677 [  9111] By: nick                                  on 2001/03/12  21:16:33
50678         Log: Integrate mainline.
50679      Branch: perlio
50680           +> t/op/anonsub.t
50681           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
50682           !> proto.h sv.c
50683 ____________________________________________________________________________
50684 [  9110] By: nick                                  on 2001/03/12  21:00:13
50685         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
50686      Branch: perlio
50687            ! sv.c utf8.h
50688 ____________________________________________________________________________
50689 [  9109] By: jhi                                   on 2001/03/12  16:04:47
50690         Log: Integrate change #9108 from maintperl to mainline.
50691              
50692              fix memory leak in C<sub X { sub {} }> arising from a refcount
50693              loop between the outer sub and the inner prototype anonsub
50694              
50695              this also enables closures returned by subroutines that
50696              subsequently get redefined to work without generating coredumps :)
50697              
50698              completely removed the free_closures() hack--it shouldn't be
50699              needed anymore
50700      Branch: perl
50701           +> t/op/anonsub.t
50702           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
50703           !> proto.h sv.c
50704 ____________________________________________________________________________
50705 [  9108] By: gsar                                  on 2001/03/12  10:21:31
50706         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
50707              loop between the outer sub and the inner prototype anonsub
50708              
50709              this also enables closures returned by subroutines that
50710              subsequently get redefined to work without generating coredumps :)
50711              
50712              completely removed the free_closures() hack--it shouldn't be
50713              needed anymore
50714      Branch: maint-5.6/perl
50715            + t/op/anonsub.t
50716            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
50717            ! proto.h sv.c
50718 ____________________________________________________________________________
50719 [  9107] By: jhi                                   on 2001/03/12  05:15:31
50720         Log: Integrate perlio.
50721      Branch: perl
50722           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
50723 ____________________________________________________________________________
50724 [  9106] By: nick                                  on 2001/03/11  20:10:12
50725         Log: regcomp.c is working in native space, not Unicode space (if different)
50726              as it is doing compare against 'W' in \W etc.
50727      Branch: perlio
50728            ! regcomp.c
50729 ____________________________________________________________________________
50730 [  9105] By: nick                                  on 2001/03/11  19:39:34
50731         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
50732              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
50733      Branch: perlio
50734            ! regcomp.c toke.c utf8.c
50735 ____________________________________________________________________________
50736 [  9104] By: nick                                  on 2001/03/11  18:15:44
50737         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
50738      Branch: perlio
50739            ! sv.c
50740 ____________________________________________________________________________
50741 [  9103] By: nick                                  on 2001/03/11  18:03:28
50742         Log: Integrate mainline (for regexp stuff).
50743      Branch: perlio
50744           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
50745           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
50746           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
50747           !> t/lib/errno.t t/op/pat.t
50748 ____________________________________________________________________________
50749 [  9102] By: nick                                  on 2001/03/11  17:44:20
50750         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
50751              - exclude layer syms in makedef.pl for sfio
50752              - also inhibit Encode from trying to build ":encode()" layer.
50753      Branch: perlio
50754            ! ext/Encode/Encode.xs makedef.pl
50755 ____________________________________________________________________________
50756 [  9101] By: jhi                                   on 2001/03/10  22:38:13
50757         Log: The $Is_MacOS needs to be declared.
50758      Branch: perl
50759            ! lib/ExtUtils/Manifest.pm
50760 ____________________________________________________________________________
50761 [  9100] By: jhi                                   on 2001/03/10  22:14:29
50762         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
50763              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
50764              pollute the symbolspace if using sfio.
50765      Branch: perl
50766            ! ext/Encode/Encode.xs
50767 ____________________________________________________________________________
50768 [  9099] By: jhi                                   on 2001/03/10  21:58:48
50769         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
50770              Date: Sat, 10 Mar 2001 14:23:55 -0500
50771              From: Chris Nandor <pudge@pobox.com>
50772              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
50773      Branch: perl
50774            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
50775            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
50776            ! t/lib/errno.t
50777 ____________________________________________________________________________
50778 [  9098] By: jhi                                   on 2001/03/10  21:38:30
50779         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
50780      Branch: perl
50781            ! regcomp.c regexec.c t/op/pat.t
50782 ____________________________________________________________________________
50783 [  9097] By: jhi                                   on 2001/03/10  14:38:07
50784         Log: Integrate perlio.
50785      Branch: perl
50786           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
50787           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
50788           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
50789 ____________________________________________________________________________
50790 [  9096] By: nick                                  on 2001/03/10  11:55:43
50791         Log: EBCDIC sanity - phase I
50792              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
50793              - use utf8n_xxxx (c.f. pvn) for forms which take length.
50794              - back out vN.N and $^V exceptions to e2a/a2e
50795              - make "locale" isxxx macros be uvchr (may be redundant?)
50796              
50797              Not clear yet that toUPPER_uni et. al. return being handled correctly.
50798              The tr// and rexexp stuff still needs an audit, assumption is they are working
50799              in Unicode space.
50800              
50801              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
50802      Branch: perlio
50803            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
50804            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
50805            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
50806 ____________________________________________________________________________
50807 [  9095] By: jhi                                   on 2001/03/09  22:10:01
50808         Log: Integrate perlio.
50809      Branch: perl
50810           !> dump.c
50811 ____________________________________________________________________________
50812 [  9094] By: nick                                  on 2001/03/09  17:36:38
50813         Log: Builds an passes all tests after integrate and this tweak.
50814      Branch: perlio
50815            ! dump.c
50816 ____________________________________________________________________________
50817 [  9093] By: nick                                  on 2001/03/09  17:16:03
50818         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
50819      Branch: perlio
50820           +> lib/unicode/Scripts.txt t/lib/sigaction.t
50821           !> (integrate 79 files)
50822 ____________________________________________________________________________
50823 [  9092] By: jhi                                   on 2001/03/09  15:28:26
50824         Log: Update Changes.
50825      Branch: perl
50826            ! Changes patchlevel.h
50827 ____________________________________________________________________________
50828 [  9091] By: jhi                                   on 2001/03/09  15:25:05
50829         Log: In op/stat #35 better to scan all the potential directories
50830              for setuids, not just the first one.
50831      Branch: perl
50832            ! t/op/stat.t
50833 ____________________________________________________________________________
50834 [  9090] By: jhi                                   on 2001/03/09  15:01:27
50835         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
50836              From: rspier@pobox.com (Robert Spier)
50837              Date: Fri, 9 Mar 2001 03:30:20 -0500
50838              Message-ID: <15016.38044.381174.160189@rls.cx>
50839              
50840              EXISTS() returning undef mistakenly triggered a FETCH().
50841      Branch: perl
50842            ! hv.c
50843 ____________________________________________________________________________
50844 [  9089] By: jhi                                   on 2001/03/09  14:59:02
50845         Log: Add /sbin and /usr/sbin to the list of directories scanned
50846              for setuid programs.  Takes care of bug id 20010309.003.
50847      Branch: perl
50848            ! t/op/stat.t
50849 ____________________________________________________________________________
50850 [  9088] By: jhi                                   on 2001/03/09  14:48:32
50851         Log: Regen perlapi, perltoc.
50852      Branch: perl
50853            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
50854 ____________________________________________________________________________
50855 [  9087] By: jhi                                   on 2001/03/09  14:38:56
50856         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
50857              From: David Mitchell <davem@fdgroup.co.uk>
50858              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
50859              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
50860      Branch: perl
50861            ! dump.c perl.c perl.h pod/perlrun.pod
50862 ____________________________________________________________________________
50863 [  9086] By: jhi                                   on 2001/03/09  01:47:16
50864         Log: A modified version of
50865              
50866              Subject: [ID 20010307.005] POSIX::sigaction has various problems
50867              From: anders@broadcom.com
50868              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
50869              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
50870              
50871              Currently the sigaction.t test #6 fails (and is fudged to look
50872              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
50873              This may well be a genuine bug in Linux sigaction() (since at
50874              least Tru64, Solaris, and HP-UX disagree with Linux).
50875              Anyone with POSIX / SUSv2 tome handy?  The problem is that
50876              the flags of the oldaction don't match with the flags in
50877              the previously installed disposition.
50878      Branch: perl
50879            + t/lib/sigaction.t
50880            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
50881 ____________________________________________________________________________
50882 [  9085] By: jhi                                   on 2001/03/09  01:30:13
50883         Log: Subject: Re: mission impossible for the day
50884              From: Alex Gough <alex@rcon.org>
50885              Date: Thu, 08 Mar 2001 17:18:19 +0000
50886              Message-ID: <3AA7BEDB.8070409@rcon.org>
50887              
50888              If references (are overloaded) and can be directly stringified,
50889              show that instead of "stringified".
50890              
50891              (The problem, infinite mutual recursion caused by overloaded bool
50892              in Switch.pm, tracked by David Mitchell)
50893      Branch: perl
50894            ! lib/Carp/Heavy.pm
50895 ____________________________________________________________________________
50896 [  9084] By: jhi                                   on 2001/03/09  01:20:39
50897         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
50898              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
50899              From: David Mitchell <davem@fdgroup.co.uk>
50900              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
50901      Branch: perl
50902            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
50903            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
50904 ____________________________________________________________________________
50905 [  9083] By: jhi                                   on 2001/03/09  01:16:51
50906         Log: Subject: [PATCH] perldata.pod here-doc docs
50907              From: Jeff Pinyan <jeffp@crusoe.net>
50908              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
50909              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
50910      Branch: perl
50911            ! pod/perldata.pod
50912 ____________________________________________________________________________
50913 [  9082] By: jhi                                   on 2001/03/09  01:01:27
50914         Log: Subject: Re: Unicode/EBCDIC
50915              From: Peter Prymmer <pvhp@forte.com>
50916              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
50917              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
50918      Branch: perl
50919            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
50920 ____________________________________________________________________________
50921 [  9081] By: jhi                                   on 2001/03/08  13:41:30
50922         Log: Subject: Ooops, wrong 'no *POSIX' Patch
50923              From: Dorner Thomas <Thomas.Dorner@start.de>
50924              Date: Thu, 8 Mar 2001 08:43:28 +0100
50925              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
50926      Branch: perl
50927            ! hints/posix-bc.sh
50928 ____________________________________________________________________________
50929 [  9080] By: jhi                                   on 2001/03/08  13:11:42
50930         Log: It's Scripts.txt, not Script.txt.
50931      Branch: perl
50932            ! MANIFEST
50933 ____________________________________________________________________________
50934 [  9079] By: jhi                                   on 2001/03/08  12:59:05
50935         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
50936              From: Dorner Thomas <Thomas.Dorner@start.de>
50937              Date: Wed, 7 Mar 2001 14:13:31 +0100
50938              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
50939      Branch: perl
50940            ! makedepend.SH
50941 ____________________________________________________________________________
50942 [  9078] By: jhi                                   on 2001/03/08  12:57:43
50943         Log: Retract #9069, wrong patch.
50944      Branch: perl
50945            ! Makefile.SH
50946 ____________________________________________________________________________
50947 [  9077] By: jhi                                   on 2001/03/08  01:06:13
50948         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
50949      Branch: perl
50950            + lib/unicode/Scripts.txt
50951            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
50952            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
50953            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
50954            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
50955            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
50956            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
50957            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
50958            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
50959            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
50960            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
50961            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
50962            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
50963            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
50964            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
50965            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
50966            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
50967            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
50968            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
50969            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
50970            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
50971            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
50972            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
50973            ! lib/unicode/version
50974 ____________________________________________________________________________
50975 [  9076] By: jhi                                   on 2001/03/07  22:59:39
50976         Log: Integrate change #7784 from mainline into maintperl.
50977              
50978              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
50979      Branch: maint-5.6/perl
50980           !> pp_ctl.c t/op/pat.t
50981 ____________________________________________________________________________
50982 [  9075] By: jhi                                   on 2001/03/07  22:05:11
50983         Log: More UTF-8 test tweaks.
50984      Branch: perl
50985            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
50986 ____________________________________________________________________________
50987 [  9074] By: nick                                  on 2001/03/07  21:39:29
50988         Log: Integrate mainline.
50989      Branch: perlio
50990           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
50991           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
50992           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
50993           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
50994           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
50995 ____________________________________________________________________________
50996 [  9073] By: jhi                                   on 2001/03/07  16:37:09
50997         Log: Update Changes.
50998      Branch: perl
50999            ! Changes patchlevel.h
51000 ____________________________________________________________________________
51001 [  9072] By: jhi                                   on 2001/03/07  16:32:30
51002         Log: Subject: [ID 20010306.004] || != named unary operator
51003              From: abela@geneanet.org
51004              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
51005              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
51006      Branch: perl
51007            ! pod/perlop.pod
51008 ____________________________________________________________________________
51009 [  9071] By: jhi                                   on 2001/03/07  15:14:11
51010         Log: Subject: downgrading to bytes for common functions
51011              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
51012              Date: Wed, 7 Mar 2001 02:36:55 -0500
51013              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
51014      Branch: perl
51015            ! pp_sys.c
51016 ____________________________________________________________________________
51017 [  9070] By: jhi                                   on 2001/03/07  15:04:58
51018         Log: Clarify the description differentiating for and while; inspired by
51019              
51020              Subject: [ID 20010306.002] for/while difference in for definition
51021              From: abela@geneanet.org
51022              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
51023              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
51024      Branch: perl
51025            ! pod/perlsyn.pod
51026 ____________________________________________________________________________
51027 [  9069] By: jhi                                   on 2001/03/07  14:55:30
51028         Log: (Retracted by #9078.)
51029      Branch: perl
51030            ! Makefile.SH
51031 ____________________________________________________________________________
51032 [  9068] By: jhi                                   on 2001/03/07  14:51:17
51033         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
51034              From: Radu Greab <radu@netsoft.ro>
51035              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
51036              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
51037      Branch: perl
51038            ! pp.c t/op/chop.t
51039 ____________________________________________________________________________
51040 [  9067] By: jhi                                   on 2001/03/07  14:48:57
51041         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
51042              From: Simon Cozens <simon@netthink.co.uk>
51043              Date: Wed, 7 Mar 2001 13:59:28 +0000
51044              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
51045              
51046              In order to allow MakeMaker to build correct Makefiles,
51047              you need to change the order of the arguments in MM_Unix.pm
51048              as well. (Unless you have C89_CCMODE set, but we're trying
51049              to be POSIXly correct)
51050              
51051              Thanks to Merijn Broeren for tracking this down.
51052      Branch: perl
51053            ! lib/ExtUtils/MM_Unix.pm
51054 ____________________________________________________________________________
51055 [  9066] By: jhi                                   on 2001/03/07  14:30:02
51056         Log: Floating point too messy.
51057      Branch: perl
51058            ! t/camel-III/vstring.t
51059 ____________________________________________________________________________
51060 [  9065] By: jhi                                   on 2001/03/07  14:17:44
51061         Log: Integrate change #9064 from maintperl into mainline.
51062              
51063              fix memory leak in pack("Bb",...)
51064      Branch: perl
51065           !> perl.c
51066 ____________________________________________________________________________
51067 [  9064] By: gsar                                  on 2001/03/07  06:29:24
51068         Log: fix memory leak in pack("Bb",...)
51069      Branch: maint-5.6/perl
51070            ! perl.c
51071 ____________________________________________________________________________
51072 [  9063] By: jhi                                   on 2001/03/07  00:55:04
51073         Log: Major utf8 test reorganisation and rewrite.
51074              Hopefully no tests were lost in the shuffle.
51075              (The beginning of pragma/utf8 was lost intentionally,
51076              the tests were rather bogus and incomplete.)
51077      Branch: perl
51078            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
51079            ! t/pragma/utf8.t
51080 ____________________________________________________________________________
51081 [  9062] By: jhi                                   on 2001/03/07  00:41:16
51082         Log: More tweakage on the Unicode character class descriptions.
51083      Branch: perl
51084            ! lib/unicode/mktables.PL pod/perlretut.pod
51085 ____________________________________________________________________________
51086 [  9061] By: jhi                                   on 2001/03/06  23:12:38
51087         Log: The perlretut was still talking about the old \p and \P
51088              definitions.
51089      Branch: perl
51090            ! pod/perlretut.pod
51091 ____________________________________________________________________________
51092 [  9060] By: nick                                  on 2001/03/06  20:52:37
51093         Log: Integrate mainline (make test works again now).
51094      Branch: perlio
51095           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
51096 ____________________________________________________________________________
51097 [  9059] By: jhi                                   on 2001/03/06  15:36:14
51098         Log: 0.999... does equal 1.0, doesn't it?
51099      Branch: perl
51100            ! t/camel-III/vstring.t
51101 ____________________________________________________________________________
51102 [  9058] By: jhi                                   on 2001/03/06  15:34:00
51103         Log: Make /x{abcd}/ to work without use utf8.
51104      Branch: perl
51105            ! regcomp.c
51106 ____________________________________________________________________________
51107 [  9057] By: jhi                                   on 2001/03/06  03:02:36
51108         Log: Easier to outcomment all the three reset() tests for now.
51109      Branch: perl
51110            ! t/op/pat.t
51111 ____________________________________________________________________________
51112 [  9056] By: jhi                                   on 2001/03/06  02:30:02
51113         Log: Comment out the deadly reset; until the 20010301.005
51114              is finally fixed.
51115      Branch: perl
51116            ! t/op/pat.t
51117 ____________________________________________________________________________
51118 [  9055] By: jhi                                   on 2001/03/06  02:21:26
51119         Log: Integrate the change #9054 from mainline:
51120              retract the PMOP cleanup patch pending further investigation.
51121      Branch: maint-5.6/perl
51122           !> op.c op.h
51123 ____________________________________________________________________________
51124 [  9054] By: jhi                                   on 2001/03/06  02:19:57
51125         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
51126              with oddly familiar stack traces.
51127      Branch: perl
51128            ! op.c op.h
51129 ____________________________________________________________________________
51130 [  9053] By: jhi                                   on 2001/03/05  23:20:28
51131         Log: Integrate perlio.
51132      Branch: perl
51133           +> ext/Encode/Encode/koi8-r.ucm
51134           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
51135           !> makedef.pl
51136 ____________________________________________________________________________
51137 [  9052] By: nick                                  on 2001/03/05  23:08:17
51138         Log: skipping USE_PERLIO symbols correction.
51139      Branch: perlio
51140            ! makedef.pl
51141 ____________________________________________________________________________
51142 [  9051] By: nick                                  on 2001/03/05  22:35:07
51143         Log: More Encode alias tidying.
51144      Branch: perlio
51145            + ext/Encode/Encode/koi8-r.ucm
51146            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
51147 ____________________________________________________________________________
51148 [  9050] By: jhi                                   on 2001/03/05  21:44:29
51149         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
51150              Sarathy's fix for ID 20010301.005.
51151      Branch: maint-5.6/perl
51152           !> op.c op.h
51153 ____________________________________________________________________________
51154 [  9049] By: nick                                  on 2001/03/05  19:54:04
51155         Log: Integrate Jarkko's Encode.pm tweak.
51156      Branch: perlio
51157           !> ext/Encode/Encode.pm
51158 ____________________________________________________________________________
51159 [  9048] By: nick                                  on 2001/03/05  19:47:57
51160         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
51161      Branch: perlio
51162           +> os2/os2add.sym
51163           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
51164           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
51165           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
51166           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
51167           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
51168 ____________________________________________________________________________
51169 [  9047] By: jhi                                   on 2001/03/05  19:25:26
51170         Log: Regen perlapi.
51171      Branch: perl
51172            ! pod/perlapi.pod
51173 ____________________________________________________________________________
51174 [  9046] By: jhi                                   on 2001/03/05  19:12:14
51175         Log: Integrate perlio.
51176      Branch: perl
51177           +> t/camel-III/vstring.t
51178           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
51179 ____________________________________________________________________________
51180 [  9045] By: jhi                                   on 2001/03/05  19:10:36
51181         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
51182      Branch: perl
51183            ! ext/Encode/Encode.pm
51184 ____________________________________________________________________________
51185 [  9044] By: jhi                                   on 2001/03/05  18:49:12
51186         Log: Forgot the other half of the PMOP patch (#9033).
51187      Branch: perl
51188            ! op.h
51189 ____________________________________________________________________________
51190 [  9043] By: nick                                  on 2001/03/05  18:14:47
51191         Log: Update MANIFEST for new test.
51192      Branch: perlio
51193            ! MANIFEST
51194 ____________________________________________________________________________
51195 [  9042] By: nick                                  on 2001/03/05  18:12:41
51196         Log: Some tests for Camel 3rd edition features.
51197              Make gethostbyaddr() test in above work.
51198      Branch: perlio
51199            + t/camel-III/vstring.t
51200            ! pp.h pp_sys.c t/TEST t/harness
51201 ____________________________________________________________________________
51202 [  9041] By: jhi                                   on 2001/03/05  17:41:48
51203         Log: Add more ISO 8859 encoding aliases.
51204      Branch: perl
51205            ! ext/Encode/Encode.pm
51206 ____________________________________________________________________________
51207 [  9040] By: jhi                                   on 2001/03/05  17:30:43
51208         Log: Integrate perlio.
51209      Branch: perl
51210           !> MANIFEST sv.c
51211 ____________________________________________________________________________
51212 [  9039] By: nick                                  on 2001/03/05  17:11:36
51213         Log: Missed added file.
51214      Branch: perlio
51215            ! MANIFEST
51216 ____________________________________________________________________________
51217 [  9038] By: jhi                                   on 2001/03/05  15:58:01
51218         Log: Add tr tests for EBCDIC, from Karsten Sperling.
51219      Branch: perl
51220            ! t/op/tr.t
51221 ____________________________________________________________________________
51222 [  9037] By: nick                                  on 2001/03/05  15:56:35
51223         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
51224              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
51225              
51226              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
51227              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
51228              - uses SvPV() rather than sv_2pv() in case it isn't a string.
51229      Branch: perlio
51230            ! sv.c
51231 ____________________________________________________________________________
51232 [  9036] By: jhi                                   on 2001/03/05  15:49:15
51233         Log: Add matching tests currently failing in EBCDIC,
51234              suggested by Karsten Sperling.
51235      Branch: perl
51236            ! t/op/pat.t
51237 ____________________________________________________________________________
51238 [  9035] By: jhi                                   on 2001/03/05  15:36:55
51239         Log: The #9034 needs a MANIFESTation.
51240      Branch: perl
51241            ! MANIFEST
51242 ____________________________________________________________________________
51243 [  9034] By: jhi                                   on 2001/03/05  15:35:14
51244         Log: Integrate perlio.
51245      Branch: perl
51246           +> ext/Encode/Encode/Tcl.pm
51247           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
51248           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
51249           !> ext/Encode/Encode/iso8859-1.ucm
51250           !> ext/Encode/Encode/iso8859-10.ucm
51251           !> ext/Encode/Encode/iso8859-13.ucm
51252           !> ext/Encode/Encode/iso8859-14.ucm
51253           !> ext/Encode/Encode/iso8859-15.ucm
51254           !> ext/Encode/Encode/iso8859-16.ucm
51255           !> ext/Encode/Encode/iso8859-2.ucm
51256           !> ext/Encode/Encode/iso8859-3.ucm
51257           !> ext/Encode/Encode/iso8859-4.ucm
51258           !> ext/Encode/Encode/iso8859-5.ucm
51259           !> ext/Encode/Encode/iso8859-6.ucm
51260           !> ext/Encode/Encode/iso8859-7.ucm
51261           !> ext/Encode/Encode/iso8859-8.ucm
51262           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
51263           !> t/lib/encode.t
51264 ____________________________________________________________________________
51265 [  9033] By: jhi                                   on 2001/03/05  15:33:18
51266         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
51267              From: Gurusamy Sarathy <gsar@ActiveState.com>
51268              Date: Sun, 04 Mar 2001 22:33:15 -0800
51269              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
51270              
51271              PMOPs need to remember their own stash so that they can
51272              gracefully remove themselves from their linked list.
51273      Branch: perl
51274            ! op.c
51275 ____________________________________________________________________________
51276 [  9032] By: nick                                  on 2001/03/05  14:51:50
51277         Log: Encode implementation "completion"
51278              Implement and document define_encoding()
51279              Implement and document encoding aliases including define_alias()
51280              Make Encode::XS use define_encoding() rather than back-door.
51281              Move run-time *.enc to separate Encode::Tcl module.
51282              Make 'compile' honour <codeset_name>
51283              Change canonical names of to iso-8859-* and US-ascii.
51284      Branch: perlio
51285            + ext/Encode/Encode/Tcl.pm
51286            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
51287            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
51288            ! ext/Encode/Encode/iso8859-1.ucm
51289            ! ext/Encode/Encode/iso8859-10.ucm
51290            ! ext/Encode/Encode/iso8859-13.ucm
51291            ! ext/Encode/Encode/iso8859-14.ucm
51292            ! ext/Encode/Encode/iso8859-15.ucm
51293            ! ext/Encode/Encode/iso8859-16.ucm
51294            ! ext/Encode/Encode/iso8859-2.ucm
51295            ! ext/Encode/Encode/iso8859-3.ucm
51296            ! ext/Encode/Encode/iso8859-4.ucm
51297            ! ext/Encode/Encode/iso8859-5.ucm
51298            ! ext/Encode/Encode/iso8859-6.ucm
51299            ! ext/Encode/Encode/iso8859-7.ucm
51300            ! ext/Encode/Encode/iso8859-8.ucm
51301            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
51302            ! t/lib/encode.t
51303 ____________________________________________________________________________
51304 [  9031] By: jhi                                   on 2001/03/05  13:51:17
51305         Log: Integrate change #9030 from maintperl into mainline.
51306              
51307              Subject: [PATCH 5.6.1] OS/2 cleanup
51308      Branch: perl
51309           +> os2/os2add.sym
51310           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
51311           !> makedef.pl os2/Changes os2/Makefile.SHs
51312           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
51313           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
51314           !> os2/os2.sym os2/os2ish.h
51315 ____________________________________________________________________________
51316 [  9030] By: jhi                                   on 2001/03/05  13:46:49
51317         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
51318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51319              Date: Mon, 5 Mar 2001 02:29:44 -0500
51320              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
51321      Branch: maint-5.6/perl
51322            + os2/os2add.sym
51323            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
51324            ! makedef.pl os2/Changes os2/Makefile.SHs
51325            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
51326            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
51327            ! os2/os2.sym os2/os2ish.h
51328 ____________________________________________________________________________
51329 [  9029] By: jhi                                   on 2001/03/05  13:40:35
51330         Log: Integrate change #9028 from maintperl into mainline.
51331              
51332              various nits in MM_Unix.pm found by disabling SelfLoader
51333      Branch: perl
51334           !> lib/ExtUtils/MM_Unix.pm
51335 ____________________________________________________________________________
51336 [  9028] By: gsar                                  on 2001/03/05  09:58:38
51337         Log: various nits in MM_Unix.pm found by disabling SelfLoader
51338      Branch: maint-5.6/perl
51339            ! lib/ExtUtils/MM_Unix.pm
51340 ____________________________________________________________________________
51341 [  9027] By: nick                                  on 2001/03/05  08:35:22
51342         Log: Integrate mainline
51343      Branch: perlio
51344           !> (integrate 28 files)
51345 ____________________________________________________________________________
51346 [  9026] By: jhi                                   on 2001/03/05  02:14:59
51347         Log: Integrate change #9025 from mainline to maintperl,
51348              retract \N{U+HHHH}.
51349      Branch: maint-5.6/perl
51350           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
51351           !> t/lib/charnames.t toke.c
51352 ____________________________________________________________________________
51353 [  9025] By: jhi                                   on 2001/03/05  02:13:09
51354         Log: Retracting \N{U+HHHH}.
51355      Branch: perl
51356            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
51357            ! t/lib/charnames.t toke.c
51358 ____________________________________________________________________________
51359 [  9024] By: jhi                                   on 2001/03/04  20:51:07
51360         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
51361              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51362              Date: Fri, 02 Mar 2001 18:25:26 +0100
51363              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
51364              
51365              Casting problem.
51366      Branch: perl
51367            ! ext/Storable/Storable.xs
51368 ____________________________________________________________________________
51369 [  9023] By: jhi                                   on 2001/03/04  19:46:45
51370         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
51371              From: nick@talking.bollo.cx
51372              Date: Sat, 03 Mar 2001 21:41:33 +0000
51373              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
51374              
51375              Revert the workaround.
51376      Branch: perl
51377            ! perlio.c
51378 ____________________________________________________________________________
51379 [  9022] By: jhi                                   on 2001/03/04  19:36:28
51380         Log: Update Changes.
51381      Branch: perl
51382            ! Changes patchlevel.h
51383 ____________________________________________________________________________
51384 [  9021] By: jhi                                   on 2001/03/04  18:41:00
51385         Log: makedef.pl updates suggested by Chris Nandor; double-checking
51386              the changes in AIX, OS/2 Win32 would be nice.
51387      Branch: perl
51388            ! makedef.pl
51389 ____________________________________________________________________________
51390 [  9020] By: jhi                                   on 2001/03/04  18:23:58
51391         Log: Integrate change #9012 from maintperl into mainline,
51392              quench a compiler warning.
51393      Branch: perl
51394           !> toke.c
51395 ____________________________________________________________________________
51396 [  9019] By: jhi                                   on 2001/03/04  18:18:43
51397         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
51398              
51399              \N{U+HHHH} fix.
51400              
51401              pattern in G_ARRAY context
51402      Branch: maint-5.6/perl
51403           !> pp_hot.c t/op/pat.t toke.c
51404 ____________________________________________________________________________
51405 [  9018] By: jhi                                   on 2001/03/04  18:07:48
51406         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
51407              From: Jeff Pinyan <jeffp@crusoe.net>
51408              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
51409              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
51410      Branch: perl
51411            ! pp_hot.c t/op/pat.t
51412 ____________________________________________________________________________
51413 [  9017] By: jhi                                   on 2001/03/04  18:06:21
51414         Log: I thought I tested the #9014.
51415      Branch: perl
51416            ! toke.c
51417 ____________________________________________________________________________
51418 [  9016] By: jhi                                   on 2001/03/04  17:41:22
51419         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
51420              
51421              Tweak the get*ent() OS/2 prototypes.
51422              
51423              Add the \N{U+HHHH} syntax.
51424              
51425              More tr/// UTF-8 fixes from Inaba Hiroto.
51426      Branch: maint-5.6/perl
51427           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
51428           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
51429 ____________________________________________________________________________
51430 [  9015] By: jhi                                   on 2001/03/04  17:36:04
51431         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
51432      Branch: perl
51433            ! doop.c t/op/tr.t
51434 ____________________________________________________________________________
51435 [  9014] By: jhi                                   on 2001/03/04  17:24:49
51436         Log: Add the \N{U+HHHH} syntax.
51437      Branch: perl
51438            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
51439            ! t/lib/charnames.t toke.c
51440 ____________________________________________________________________________
51441 [  9013] By: jhi                                   on 2001/03/04  17:20:45
51442         Log: Tweak the get*ent() OS/2 prototypes.
51443      Branch: perl
51444            ! os2/os2.c
51445 ____________________________________________________________________________
51446 [  9012] By: gsar                                  on 2001/03/04  06:26:14
51447         Log: avoid warning (nit in change#9009)
51448      Branch: maint-5.6/perl
51449            ! toke.c
51450 ____________________________________________________________________________
51451 [  9011] By: gsar                                  on 2001/03/04  06:15:24
51452         Log: lib/charnames.t fails in 5.6.x because of older Unicode
51453              data
51454              
51455              TODO: need to revisit this after updating lib/unicode/...
51456      Branch: maint-5.6/perl
51457            ! t/lib/charnames.t
51458 ____________________________________________________________________________
51459 [  9010] By: gsar                                  on 2001/03/04  06:08:36
51460         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
51461      Branch: maint-5.6/perl
51462            ! toke.c
51463 ____________________________________________________________________________
51464 [  9009] By: jhi                                   on 2001/03/03  19:27:20
51465         Log: Integrate change #9008 from mainline to maintperl,
51466              UTF-8 tr/// fixes from Inaba Hiroto.
51467      Branch: maint-5.6/perl
51468           !> doop.c op.c t/op/tr.t toke.c
51469 ____________________________________________________________________________
51470 [  9008] By: jhi                                   on 2001/03/03  19:19:42
51471         Log: UTF8 tr/// fixes from Inaba Hiroto.
51472      Branch: perl
51473            ! doop.c op.c t/op/tr.t toke.c
51474 ____________________________________________________________________________
51475 [  9007] By: jhi                                   on 2001/03/03  19:00:30
51476         Log: Integrate change #9006 from maintperl to mainline,
51477              more robust quest for the infinite.
51478      Branch: perl
51479           !> lib/Math/Complex.pm
51480 ____________________________________________________________________________
51481 [  9006] By: jhi                                   on 2001/03/03  18:58:06
51482         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
51483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51484              Date: Sat, 3 Mar 2001 12:51:50 -0500
51485              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
51486              
51487              Be more robust in our quest for the infinite.
51488      Branch: maint-5.6/perl
51489            ! lib/Math/Complex.pm
51490 ____________________________________________________________________________
51491 [  9005] By: jhi                                   on 2001/03/03  17:55:50
51492         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
51493      Branch: maint-5.6/perl
51494            ! doio.c
51495 ____________________________________________________________________________
51496 [  9004] By: jhi                                   on 2001/03/03  17:40:14
51497         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
51498              so that picky compilers like IRIX won't get huffy about
51499              "statements without effect" (like 1;).
51500      Branch: perl
51501            ! toke.c
51502 ____________________________________________________________________________
51503 [  9003] By: jhi                                   on 2001/03/03  17:15:52
51504         Log: Integrate change #9002 from mainline to maintperl.
51505              
51506              Subject: [perl-5.6.x, perl-current] accept for EPOC
51507      Branch: maint-5.6/perl
51508           !> pp_sys.c
51509 ____________________________________________________________________________
51510 [  9002] By: jhi                                   on 2001/03/03  17:14:30
51511         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
51512              From: Olaf Flebbe <O.Flebbe@science-computing.de>
51513              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
51514              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
51515      Branch: perl
51516            ! pp_sys.c
51517 ____________________________________________________________________________
51518 [  9001] By: jhi                                   on 2001/03/03  17:13:13
51519         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
51520              From: "Craig A. Berry" <craigberry@mac.com>
51521              Date: Fri, 02 Mar 2001 17:44:40 -0600
51522              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
51523      Branch: perl
51524            ! t/pod/find.t
51525 ____________________________________________________________________________
51526 [  9000] By: jhi                                   on 2001/03/03  17:11:55
51527         Log: Integrate changes #8997,8999 from maintperl.
51528              
51529              Subject: [PATCH 5.6.1] compiling on OS/2
51530              (Better error message from hints/os2.sh)
51531              
51532              Subject: [PATCH 5.6.1] syslog.t
51533      Branch: perl
51534           !> hints/os2.sh t/lib/syslog.t
51535 ____________________________________________________________________________
51536 [  8999] By: jhi                                   on 2001/03/03  17:09:28
51537         Log: Subject: [PATCH 5.6.1] syslog.t
51538              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51539              Date: Sat, 3 Mar 2001 02:11:17 -0500
51540              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
51541      Branch: maint-5.6/perl
51542            ! t/lib/syslog.t
51543 ____________________________________________________________________________
51544 [  8998] By: jhi                                   on 2001/03/03  17:07:50
51545         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
51546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51547              Date: Sat, 3 Mar 2001 01:53:52 -0500
51548              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
51549      Branch: maint-5.6/perl
51550            ! opcode.pl os2/os2.c
51551 ____________________________________________________________________________
51552 [  8997] By: jhi                                   on 2001/03/03  17:03:30
51553         Log: Subject: [PATCH 5.6.1] compiling on OS/2
51554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51555              Date: Sat, 3 Mar 2001 01:59:59 -0500
51556              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
51557      Branch: maint-5.6/perl
51558            ! hints/os2.sh
51559 ____________________________________________________________________________
51560 [  8996] By: jhi                                   on 2001/03/03  00:55:58
51561         Log: Regen files for mainline.
51562      Branch: perl
51563            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51564            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
51565 ____________________________________________________________________________
51566 [  8995] By: jhi                                   on 2001/03/03  00:35:22
51567         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
51568              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
51569              to maintperl.
51570              
51571              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
51572              
51573              Add Configure option -Dmksymlinks which will create a symlink
51574              forest if the current/build differs from the source directory.
51575              (8218,8220,8221,8317,8318,8971)
51576              
51577              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
51578              (Document APPLLIB_EXP in INSTALL.)
51579              
51580              If running byacc write-enable also perly.h.
51581              
51582              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
51583              
51584              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
51585              
51586              Sanity check for conflicting thread flavours.
51587              
51588              Fix the sys/fcntl.h problem reported by Peter Prymmer.
51589              
51590              Add few CPUs/architectures to the Cppsym scan,
51591              add -perlio to archname if so selected (modified 8890)
51592              
51593              Be more helpful for devel builders, suggested by John L. Allen.
51594              (admittedly pointless change for maintperl, but the usedevel
51595              code is there already)
51596      Branch: maint-5.6/perl
51597           !> Configure INSTALL Makefile.SH Porting/Glossary
51598           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
51599           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
51600           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
51601           !> win32/config.bc win32/config.gc win32/config.vc
51602 ____________________________________________________________________________
51603 [  8994] By: jhi                                   on 2001/03/02  23:31:41
51604         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
51605      Branch: metaconfig/U/perl
51606            ! gccvers.U
51607 ____________________________________________________________________________
51608 [  8993] By: jhi                                   on 2001/03/02  23:22:12
51609         Log: Regenerate various files for maint.
51610      Branch: maint-5.6/perl
51611            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
51612            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
51613 ____________________________________________________________________________
51614 [  8992] By: alanbur                               on 2001/03/02  22:48:34
51615         Log: Resync wuth parent
51616      Branch: maint-5.6/pureperl
51617           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
51618           !> (integrate 60 files)
51619 ____________________________________________________________________________
51620 [  8991] By: jhi                                   on 2001/03/02  21:00:08
51621         Log: Retract the #8742 part of #8986, backward compat.
51622      Branch: maint-5.6/perl
51623            ! embed.pl
51624 ____________________________________________________________________________
51625 [  8990] By: jhi                                   on 2001/03/02  20:40:07
51626         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
51627      Branch: maint-5.6/perl
51628            ! hv.c
51629 ____________________________________________________________________________
51630 [  8989] By: jhi                                   on 2001/03/02  19:59:56
51631         Log: Update Changes.
51632      Branch: perl
51633            ! Changes patchlevel.h
51634 ____________________________________________________________________________
51635 [  8988] By: jhi                                   on 2001/03/02  19:57:08
51636         Log: Integrate perlio.
51637      Branch: perl
51638           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
51639           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
51640           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
51641           !> ext/Encode/Encode/iso8859-10.ucm
51642           !> ext/Encode/Encode/iso8859-13.ucm
51643           !> ext/Encode/Encode/iso8859-14.ucm
51644           !> ext/Encode/Encode/iso8859-15.ucm
51645           !> ext/Encode/Encode/iso8859-16.ucm
51646           !> ext/Encode/Encode/iso8859-2.ucm
51647           !> ext/Encode/Encode/iso8859-3.ucm
51648           !> ext/Encode/Encode/iso8859-4.ucm
51649           !> ext/Encode/Encode/iso8859-5.ucm
51650           !> ext/Encode/Encode/iso8859-6.ucm
51651           !> ext/Encode/Encode/iso8859-7.ucm
51652           !> ext/Encode/Encode/iso8859-8.ucm
51653           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
51654           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
51655 ____________________________________________________________________________
51656 [  8987] By: jhi                                   on 2001/03/02  19:43:40
51657         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
51658              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
51659              8950,8952,8955 from mainline to maintperl.
51660              
51661              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
51662              
51663              Put to rest the 20010205.001, the email address checking (not) regex.
51664              
51665              fork() not everywhere, cleanup temp files.
51666              
51667              The #8843 wasn't quite right: %Config needs to imported.
51668              
51669              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
51670              (#8849: the glob-basic hunk needed massaging as it depended
51671              on Schwern's large-scale (unintegrated) patches)
51672              
51673              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
51674              
51675              Upgrade to CGI.pm 2.752, from Lincoln Stein.
51676              (Note: there were some conflicts due to EBCDIC and EPOC
51677              patches, in general I preferred the repository code.)
51678              (When 2.753 comes out, we need to synchronize.)
51679              
51680              Subject: [PATCH] fix for charnames above FFFF
51681              
51682              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
51683              
51684              If no sfio, no -lsfio.
51685              
51686              Run run/*.t also in minitest.
51687              
51688              Subject:  [PATCH perl 5.7.0] malloc message address offset
51689              
51690              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
51691              
51692              Subject: fix for parameter -Dm (for perl@8867)
51693              
51694              Subject: [PATCH: perl@8892] was Re: hashing order difference?
51695              (make the test more portable)
51696              
51697              Subject: Re: [PATCH] fix for charnames above FFFF
51698              
51699              Subject: Re: I'm losing the war...
51700              (hv_store() not working correctly in ENV_IS_CASELESS case.)
51701              
51702              Subject: Modified README.bs2000 
51703              
51704              Subject: [PATCH: perl@8935] -Dt padsv($var)
51705              
51706              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
51707              
51708              Subject: PATCH: extra tests to check on negative float to unsigned cast
51709              
51710              Subject: [PATCH] XPUSH[insp] was Re: progress
51711              
51712              Subject: Re: Compile with perlcc..
51713      Branch: maint-5.6/perl
51714           !> (integrate 36 files)
51715 ____________________________________________________________________________
51716 [  8986] By: jhi                                   on 2001/03/02  18:51:25
51717         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
51718              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
51719              to maintperl.
51720              
51721              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
51722              
51723              Subject: [DOC PATCH] overload.pm nits
51724              
51725              Add header for LIB$ prototypes (C. Berry)
51726              
51727              Convert fwrite()s to sockets to write()s, since some socket stacks
51728              don't take kindly to stdio.
51729              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
51730              (for often optional LNMs)
51731              Correct a few typos
51732              (C. Bailey)
51733              
51734              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
51735              
51736              De-cut-and-pasto.
51737              
51738              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
51739              
51740              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
51741              
51742              Upgrade to CPAN 1.59_54, from Andreas König.
51743              
51744              Bogus shebang.
51745              
51746              Subject: [PATCH] Document makepatch in Porting/patching
51747              
51748              UTF-8 documentation.
51749              
51750              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
51751              
51752              Sort the MANIFEST.
51753              
51754              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
51755              
51756              Subject: [PATCH @8807] toke.c cleanup: scan_str()
51757              
51758              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
51759              
51760              Add run/*.t to testables.
51761              
51762              TODO: integrate #8784.
51763      Branch: maint-5.6/perl
51764           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
51765           !> (integrate 28 files)
51766 ____________________________________________________________________________
51767 [  8985] By: nick                                  on 2001/03/02  18:15:45
51768         Log: Integrate mainline
51769      Branch: perlio
51770           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
51771           !> vms/vms.c
51772 ____________________________________________________________________________
51773 [  8984] By: jhi                                   on 2001/03/02  16:00:17
51774         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
51775              
51776              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
51777              5.004_05, and mention the suidperl August 2000 security problem.
51778              (#8978,#8981)
51779              
51780              Subject: [ID 20010301.004] Technically speaking in perldata
51781              
51782              Subject: [PATCH] File::Copy for bleadperl, maintperl
51783              
51784              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
51785              
51786              (The #8982, fix for 20010221.005 and 20010221.008,
51787              would be nice too but it didn't integrate cleanly.)
51788      Branch: maint-5.6/perl
51789           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
51790 ____________________________________________________________________________
51791 [  8983] By: jhi                                   on 2001/03/02  15:51:16
51792         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
51793              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51794              Date:     Thu, 1 Mar 2001 15:54:09 EST
51795              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
51796      Branch: perl
51797            ! vms/vms.c
51798 ____________________________________________________________________________
51799 [  8982] By: jhi                                   on 2001/03/02  15:43:31
51800         Log: Subject: Re: sync sync sync: have I missed any patches?
51801              From: Radu Greab <radu@netsoft.ro> 
51802              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
51803              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
51804              
51805              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
51806              was checking argv[0] regardless of whether a different pathname
51807              will actually be executed."  Test case not supplied because 
51808              drafting that, ironically enough, revealed another bug
51809              (or a feature).
51810      Branch: perl
51811            ! doio.c
51812 ____________________________________________________________________________
51813 [  8981] By: jhi                                   on 2001/03/02  15:28:03
51814         Log: Misdate in #8978.
51815      Branch: perl
51816            ! pod/perlfaq1.pod
51817 ____________________________________________________________________________
51818 [  8980] By: jhi                                   on 2001/03/02  15:24:20
51819         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
51820              From: Chris Nandor <pudge@pobox.com>
51821              Date: Wed, 28 Feb 2001 22:10:15 -0500
51822              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
51823      Branch: perl
51824            ! lib/File/Copy.pm
51825 ____________________________________________________________________________
51826 [  8979] By: jhi                                   on 2001/03/02  15:17:16
51827         Log: Subject: [ID 20010301.004] Technically speaking in perldata
51828              From: abela@geneanet.org
51829              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
51830              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
51831      Branch: perl
51832            ! pod/perldata.pod
51833 ____________________________________________________________________________
51834 [  8978] By: jhi                                   on 2001/03/02  15:15:27
51835         Log: Subject: [ID 20010301.003] ref to 5.004
51836              From: abela@geneanet.org
51837              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
51838              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
51839              
51840              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
51841              and mention the suidperl August 2000 security problem.
51842      Branch: perl
51843            ! pod/perlfaq1.pod
51844 ____________________________________________________________________________
51845 [  8977] By: alanbur                               on 2001/03/02  14:17:45
51846         Log: Resynchronised with parent
51847      Branch: maint-5.6/pureperl
51848           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
51849           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
51850           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
51851           !> vms/descrip_mms.template win32/win32.c win32/win32.h
51852           !> win32/win32iop.h
51853 ____________________________________________________________________________
51854 [  8976] By: nick                                  on 2001/03/01  23:25:30
51855         Log: Integrate mainline.
51856      Branch: perlio
51857            - t/op/qu.t
51858           !> (integrate 55 files)
51859 ____________________________________________________________________________
51860 [  8975] By: jhi                                   on 2001/03/01  16:51:34
51861         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
51862      Branch: perl
51863           !> toke.c
51864 ____________________________________________________________________________
51865 [  8974] By: gsar                                  on 2001/03/01  16:28:21
51866         Log: fix for bugid 20010226.008
51867              
51868              the problem was that some of the pointers (PL_last_lop and
51869              PL_last_uni specifically) into the lex buffers weren't correctly
51870              being invalidated when the buffer changed; this would leave the
51871              pointers pointing at an arbitrary location in the buffer if
51872              the buffer didn't need to be reallocated, or point into freed
51873              memory if the buffer had to be realloced
51874              
51875              TODO item for bugdb maintainers: check other seemingly random
51876              parser-related bugs--they might be cured by this
51877      Branch: maint-5.6/perl
51878            ! toke.c
51879 ____________________________________________________________________________
51880 [  8973] By: jhi                                   on 2001/03/01  02:23:25
51881         Log: Retract #8970 because of a completely mysterious core dump:
51882              adding the tests 241..244 causes op/pat dump core at test #25.
51883              The test needs a lot of whittling down before the bug can be solved.
51884      Branch: perl
51885            ! t/op/pat.t
51886 ____________________________________________________________________________
51887 [  8972] By: jhi                                   on 2001/03/01  01:58:38
51888         Log: Regen perlapi.
51889      Branch: perl
51890            ! pod/perlapi.pod
51891 ____________________________________________________________________________
51892 [  8971] By: jhi                                   on 2001/03/01  01:34:09
51893         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))
51894              From: Nicholas Clark <nick@ccl4.org>
51895              Date: Wed, 28 Feb 2001 23:28:49 +0000
51896              Message-ID: <20010228232849.A55187@plum.flirble.org>
51897              
51898              Allow a completely write protected source code tree
51899              when using the Configure -Dmksymlinks.
51900      Branch: perl
51901            ! embed.pl warnings.pl
51902 ____________________________________________________________________________
51903 [  8970] By: jhi                                   on 2001/03/01  01:32:04
51904         Log: Add back the EBCDIC character range tests (for matching).
51905      Branch: perl
51906            ! t/op/pat.t
51907 ____________________________________________________________________________
51908 [  8969] By: nick                                  on 2001/02/28  18:18:01
51909         Log: Add charname comments to .ucm files writen by 'compile',
51910              also order charmaps in those files by source encoding.
51911              regenerate distrubuted .ucm files
51912      Branch: perlio
51913            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
51914            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
51915            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
51916            ! ext/Encode/Encode/iso8859-10.ucm
51917            ! ext/Encode/Encode/iso8859-13.ucm
51918            ! ext/Encode/Encode/iso8859-14.ucm
51919            ! ext/Encode/Encode/iso8859-15.ucm
51920            ! ext/Encode/Encode/iso8859-16.ucm
51921            ! ext/Encode/Encode/iso8859-2.ucm
51922            ! ext/Encode/Encode/iso8859-3.ucm
51923            ! ext/Encode/Encode/iso8859-4.ucm
51924            ! ext/Encode/Encode/iso8859-5.ucm
51925            ! ext/Encode/Encode/iso8859-6.ucm
51926            ! ext/Encode/Encode/iso8859-7.ucm
51927            ! ext/Encode/Encode/iso8859-8.ucm
51928            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
51929            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
51930 ____________________________________________________________________________
51931 [  8968] By: jhi                                   on 2001/02/28  16:26:37
51932         Log: Expand usemorebits early if d_casti32 needs to be undefined.
51933      Branch: perl
51934            ! hints/hpux.sh hints/irix_6.sh
51935 ____________________________________________________________________________
51936 [  8967] By: jhi                                   on 2001/02/28  16:22:26
51937         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
51938              retract toke.c/qu parts of #8583, retract #8485, retract
51939              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
51940              op/length.t, and MANIFEST, and delete t/op/qu.t.
51941      Branch: perl
51942            - t/op/qu.t
51943            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
51944            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
51945            ! t/op/length.t toke.c
51946 ____________________________________________________________________________
51947 [  8966] By: jhi                                   on 2001/02/28  15:00:27
51948         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
51949              by not changing from pre-Unicode days into being Unicode-aware.
51950              Sniff.
51951      Branch: perl
51952            ! pp.c t/op/pack.t t/op/qu.t
51953 ____________________________________________________________________________
51954 [  8965] By: jhi                                   on 2001/02/28  14:37:55
51955         Log: Subject: Re: Errors in core PODs
51956              From: Michael Stevens <michael@etla.org> 
51957              Date: Fri, 23 Feb 2001 15:47:56 +0000
51958              Message-ID: <20010223154756.A7723@firedrake.org> 
51959      Branch: perl
51960            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
51961            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
51962            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
51963            ! x2p/a2p.pod
51964 ____________________________________________________________________________
51965 [  8964] By: jhi                                   on 2001/02/28  14:35:35
51966         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
51967              (The #8961 was too bold.)
51968      Branch: perl
51969            ! hints/hpux.sh hints/irix_6.sh
51970 ____________________________________________________________________________
51971 [  8963] By: jhi                                   on 2001/02/28  14:33:39
51972         Log: Subject: Re: sync sync sync: have I missed any patches?
51973              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51974              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
51975              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
51976              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
51977              
51978              Replace djSP with dSP.
51979      Branch: perl
51980            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
51981            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
51982            ! win32/perlhost.h
51983 ____________________________________________________________________________
51984 [  8962] By: jhi                                   on 2001/02/27  23:21:14
51985         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
51986      Branch: perl
51987            ! lib/Filter/Simple.pm
51988 ____________________________________________________________________________
51989 [  8961] By: jhi                                   on 2001/02/27  22:55:26
51990         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
51991              and this would be it.
51992      Branch: perl
51993            ! hints/hpux.sh hints/irix_6.sh
51994 ____________________________________________________________________________
51995 [  8960] By: jhi                                   on 2001/02/27  22:51:33
51996         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
51997              From: "Craig A. Berry" <craigberry@mac.com>
51998              Date: Tue, 27 Feb 2001 16:11:44 -0600
51999              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
52000      Branch: maint-5.6/perl
52001            ! configure.com vms/descrip_mms.template
52002 ____________________________________________________________________________
52003 [  8959] By: jhi                                   on 2001/02/27  22:47:23
52004         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
52005              From: "Craig A. Berry" <craigberry@mac.com>
52006              Date: Tue, 27 Feb 2001 16:11:44 -0600
52007              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
52008      Branch: perl
52009            ! configure.com vms/descrip_mms.template
52010 ____________________________________________________________________________
52011 [  8958] By: jhi                                   on 2001/02/27  15:16:42
52012         Log: Update Changes.
52013      Branch: perl
52014            ! Changes patchlevel.h
52015 ____________________________________________________________________________
52016 [  8957] By: jhi                                   on 2001/02/27  06:15:07
52017         Log: Subject: [5.6.x] EPOC additions
52018              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52019              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
52020              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
52021      Branch: maint-5.6/perl
52022            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
52023 ____________________________________________________________________________
52024 [  8956] By: jhi                                   on 2001/02/27  06:12:11
52025         Log: Subject: [perl-current] EPOC 
52026              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52027              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
52028              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
52029      Branch: perl
52030            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
52031            ! epoc/epocish.c epoc/epocish.h pp_sys.c
52032 ____________________________________________________________________________
52033 [  8955] By: jhi                                   on 2001/02/27  05:59:50
52034         Log: Subject: Re: Compile with perlcc..
52035              From: Edward Peschko <edwardp@excitehome.net>
52036              Date: Mon, 26 Feb 2001 18:51:58 -0800
52037              Message-ID: <20010226185158.A9871@excitehome.net>
52038              
52039              plus add a simple usage message if no arguments given.
52040      Branch: perl
52041            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
52042            ! utils/Makefile utils/perlcc.PL win32/pod.mak
52043 ____________________________________________________________________________
52044 [  8954] By: nick                                  on 2001/02/26  21:02:59
52045         Log: Integrate mainline
52046      Branch: perlio
52047           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
52048           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
52049           !> t/op/sprintf.t
52050 ____________________________________________________________________________
52051 [  8953] By: jhi                                   on 2001/02/26  14:43:54
52052         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
52053              From: Nicholas Clark <nick@ccl4.org>
52054              Date: Mon, 26 Feb 2001 00:42:07 +0000
52055              Message-ID: <20010226004207.F23333@plum.flirble.org>
52056      Branch: perl
52057            ! pp_ctl.c
52058 ____________________________________________________________________________
52059 [  8952] By: jhi                                   on 2001/02/26  14:42:13
52060         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
52061              From: Simon Cozens <simon@netthink.co.uk>
52062              Date: Mon, 26 Feb 2001 12:23:48 +0000
52063              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
52064      Branch: perl
52065            ! pod/perlguts.pod
52066 ____________________________________________________________________________
52067 [  8951] By: jhi                                   on 2001/02/26  14:39:15
52068         Log: Subject: [PATCH] perlio - unknown layer
52069              From: Nicholas Clark <nick@ccl4.org>
52070              Date: Mon, 26 Feb 2001 00:27:19 +0000
52071              Message-ID: <20010226002719.E23333@plum.flirble.org>
52072      Branch: perl
52073            ! perlio.c
52074 ____________________________________________________________________________
52075 [  8950] By: jhi                                   on 2001/02/26  14:38:04
52076         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
52077              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
52078              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
52079              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
52080      Branch: perl
52081            ! t/op/bop.t
52082 ____________________________________________________________________________
52083 [  8949] By: jhi                                   on 2001/02/26  14:37:07
52084         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
52085              From: Peter Prymmer <pvhp@forte.com>
52086              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
52087              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
52088      Branch: perl
52089            ! lib/Test.pm
52090 ____________________________________________________________________________
52091 [  8948] By: jhi                                   on 2001/02/26  14:35:53
52092         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
52093              From: Radu Greab <radu@netsoft.ro>
52094              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
52095              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
52096      Branch: perl
52097            ! pod/perlop.pod
52098 ____________________________________________________________________________
52099 [  8947] By: jhi                                   on 2001/02/26  14:34:46
52100         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
52101              From: David Mitchell <davem@fdgroup.co.uk>
52102              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
52103              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
52104      Branch: perl
52105            ! run.c
52106 ____________________________________________________________________________
52107 [  8946] By: jhi                                   on 2001/02/26  14:32:37
52108         Log: Subject: Modified README.bs2000 
52109              From: Dorner Thomas <Thomas.Dorner@start.de>
52110              Date: Mon, 26 Feb 2001 09:22:17 +0100
52111              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
52112      Branch: perl
52113            ! README.bs2000
52114 ____________________________________________________________________________
52115 [  8945] By: jhi                                   on 2001/02/26  14:19:53
52116         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
52117              to maintperl, listing the known failures on the tests 129 and 130.
52118      Branch: maint-5.6/perl
52119           !> t/op/sprintf.t
52120 ____________________________________________________________________________
52121 [  8944] By: jhi                                   on 2001/02/26  14:14:15
52122         Log: Add more known sprintf failures.
52123      Branch: perl
52124            ! t/op/sprintf.t
52125 ____________________________________________________________________________
52126 [  8943] By: jhi                                   on 2001/02/26  13:56:22
52127         Log: perlglob.exe needs to be found in Win32, patch from
52128              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
52129              which needs external glob at mini-perl time."
52130      Branch: perl
52131            ! ext/Encode/compile
52132 ____________________________________________________________________________
52133 [  8942] By: jhi                                   on 2001/02/26  13:52:19
52134         Log: A missing dTHX from Vadim Konovalov.
52135      Branch: perl
52136            ! perlio.c
52137 ____________________________________________________________________________
52138 [  8941] By: jhi                                   on 2001/02/26  13:37:05
52139         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
52140      Branch: perl
52141            ! op.c
52142 ____________________________________________________________________________
52143 [  8940] By: jhi                                   on 2001/02/26  13:35:40
52144         Log: Integrate perlio.
52145      Branch: perl
52146           !> ext/Encode/Encode.pm
52147 ____________________________________________________________________________
52148 [  8939] By: nick                                  on 2001/02/25  23:47:09
52149         Log: Integrate mainline.
52150      Branch: perlio
52151           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
52152           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
52153 ____________________________________________________________________________
52154 [  8938] By: nick                                  on 2001/02/25  19:36:28
52155         Log: Encode implementations docs.
52156      Branch: perlio
52157            ! ext/Encode/Encode.pm
52158 ____________________________________________________________________________
52159 [  8937] By: jhi                                   on 2001/02/25  19:26:16
52160         Log: Script wasn't aligned with reality.
52161      Branch: perl
52162            ! t/pod/find.t
52163 ____________________________________________________________________________
52164 [  8936] By: jhi                                   on 2001/02/25  18:54:55
52165         Log: Update Changes.
52166      Branch: perl
52167            ! Changes patchlevel.h
52168 ____________________________________________________________________________
52169 [  8935] By: jhi                                   on 2001/02/25  18:46:36
52170         Log: Retract #8929,8930,8932,8933 for now.
52171      Branch: perl
52172            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
52173 ____________________________________________________________________________
52174 [  8934] By: jhi                                   on 2001/02/25  17:34:35
52175         Log: Integrate perlio.
52176      Branch: perl
52177           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
52178           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
52179           !> t/lib/encode.t
52180 ____________________________________________________________________________
52181 [  8933] By: jhi                                   on 2001/02/25  17:33:12
52182         Log: (Retracted by #8395.)
52183              
52184              Slight tweaks in scan_const(), not fixes yet, it seems like
52185              lots of work remains to be done...
52186      Branch: perl
52187            ! toke.c
52188 ____________________________________________________________________________
52189 [  8932] By: jhi                                   on 2001/02/25  17:27:11
52190         Log: (Retracted by #8395.)
52191              
52192              Missing from #8930.
52193      Branch: perl
52194            ! perl.h
52195 ____________________________________________________________________________
52196 [  8931] By: jhi                                   on 2001/02/25  17:26:19
52197         Log: A comment tweak.
52198      Branch: perl
52199            ! utf8.c
52200 ____________________________________________________________________________
52201 [  8930] By: jhi                                   on 2001/02/25  17:25:47
52202         Log: (Retracted by #8395.)
52203              
52204              Attempt to fix the EBCDIC character range problem with //.
52205      Branch: perl
52206            ! regcomp.c
52207 ____________________________________________________________________________
52208 [  8929] By: jhi                                   on 2001/02/25  17:23:45
52209         Log: (Retracted by #8395.)
52210              
52211              Expand the EBCDIC character range tests, and add few nasty
52212              tr tests from Karsten Sperling.
52213      Branch: perl
52214            ! t/op/pat.t t/op/tr.t
52215 ____________________________________________________________________________
52216 [  8928] By: jhi                                   on 2001/02/25  17:18:49
52217         Log: Missing check-in.
52218      Branch: perl
52219            ! lib/Pod/Find.pm
52220 ____________________________________________________________________________
52221 [  8927] By: nick                                  on 2001/02/25  11:30:22
52222         Log: Change method names in Encode implementation classes to something
52223              less confusing (preparing to "go public").
52224      Branch: perlio
52225            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
52226 ____________________________________________________________________________
52227 [  8926] By: nick                                  on 2001/02/25  10:53:24
52228         Log: GCC __atribute__ / printf fix
52229      Branch: perlio
52230            ! perl.h
52231 ____________________________________________________________________________
52232 [  8925] By: nick                                  on 2001/02/25  10:52:25
52233         Log: Checked in the wrong one ...
52234      Branch: perlio
52235            ! ext/Encode/Encode.pm
52236 ____________________________________________________________________________
52237 [  8924] By: nick                                  on 2001/02/24  18:46:51
52238         Log: Integrate mainline - to see what Jarkko has in ...
52239      Branch: perlio
52240           +> t/pod/testpods/lib/Pod/Stuff.pm
52241           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
52242 ____________________________________________________________________________
52243 [  8923] By: nick                                  on 2001/02/24  17:05:23
52244         Log: Encode API documentation nd tidy up.
52245              Minor additions to test.
52246              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
52247              Adds STRLEN to standard typemap.
52248      Branch: perlio
52249            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
52250            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
52251 ____________________________________________________________________________
52252 [  8922] By: jhi                                   on 2001/02/24  16:38:12
52253         Log: Add a test for the "character range should match in EBCDIC
52254              if specified using explicit numerics" bug found by Karsten
52255              Sperling.
52256      Branch: perl
52257            ! t/op/pat.t
52258 ____________________________________________________________________________
52259 [  8921] By: jhi                                   on 2001/02/24  16:30:16
52260         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
52261              From: schwern@pobox.com
52262              Date: Fri, 23 Feb 2001 03:21:37 -0500
52263              Message-ID: <20010223032137.A26022@magnonel.guild.net>
52264              
52265              plus Charles Lane's fixes, plus tweaks.
52266      Branch: perl
52267            + t/pod/testpods/lib/Pod/Stuff.pm
52268            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
52269 ____________________________________________________________________________
52270 [  8920] By: nick                                  on 2001/02/24  10:30:11
52271         Log: Integrate mainline
52272      Branch: perlio
52273           !> (integrate 33 files)
52274 ____________________________________________________________________________
52275 [  8919] By: jhi                                   on 2001/02/24  00:23:35
52276         Log: Subject: Re: I'm losing the war...
52277              From: "Vadim Konovalov" <watman@inbox.ru>
52278              Date: Sat, 24 Feb 2001 00:10:14 +0300
52279              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
52280              
52281              hv_store() not working correctly in ENV_IS_CASELESS case.
52282      Branch: perl
52283            ! hv.c
52284 ____________________________________________________________________________
52285 [  8918] By: jhi                                   on 2001/02/24  00:20:09
52286         Log: Subject: Re: [PATCH] fix for charnames above FFFF
52287              From: andreas.koenig@anima.de (Andreas J. Koenig)
52288              Date: 23 Feb 2001 02:39:03 +0100
52289              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
52290              
52291              A further efficiency tweak.
52292      Branch: perl
52293            ! lib/charnames.pm
52294 ____________________________________________________________________________
52295 [  8917] By: jhi                                   on 2001/02/23  20:27:51
52296         Log: Integrate change #8916 from mainline,
52297              do away with USE_WIN32_RTL_ENV.
52298      Branch: maint-5.6/perl
52299           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
52300 ____________________________________________________________________________
52301 [  8916] By: jhi                                   on 2001/02/23  20:02:25
52302         Log: Abolish USE_WIN32_RTL_ENV.
52303      Branch: perl
52304            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
52305 ____________________________________________________________________________
52306 [  8915] By: jhi                                   on 2001/02/23  19:36:00
52307         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
52308              later protected by some #define.
52309      Branch: perl
52310            ! gv.c
52311 ____________________________________________________________________________
52312 [  8914] By: jhi                                   on 2001/02/23  19:31:38
52313         Log: Retract #8902 for now, requested by Charles Lane, the correct
52314              fix will be something else.
52315      Branch: perl
52316            ! op.c
52317 ____________________________________________________________________________
52318 [  8913] By: jhi                                   on 2001/02/23  19:11:36
52319         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
52320              From: Peter Prymmer <pvhp@forte.com>
52321              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
52322              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
52323      Branch: perl
52324            ! t/op/lex_assign.t
52325 ____________________________________________________________________________
52326 [  8912] By: jhi                                   on 2001/02/23  18:38:20
52327         Log: Subject: [patch] perlio + useithreads
52328              From: Doug MacEachern <dougm@covalent.net>
52329              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
52330              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
52331              
52332              Gets things running but not complete.
52333      Branch: perl
52334            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
52335 ____________________________________________________________________________
52336 [  8911] By: jhi                                   on 2001/02/23  04:20:02
52337         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
52338              
52339              Duplicated environment freeing, File::Temp 0.12,
52340              op/append portability (EBCDIC) tweak.
52341      Branch: maint-5.6/perl
52342           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52343           !> t/op/append.t
52344 ____________________________________________________________________________
52345 [  8910] By: jhi                                   on 2001/02/23  02:07:33
52346         Log: Integrate change #8909 from mainline, a better Borland
52347              putenv() workaround.
52348      Branch: maint-5.6/perl
52349           !> perl.c
52350 ____________________________________________________________________________
52351 [  8909] By: jhi                                   on 2001/02/23  02:05:46
52352         Log: A better workaround for Borland putenv() brokenness from Sarathy.
52353      Branch: perl
52354            ! perl.c
52355 ____________________________________________________________________________
52356 [  8908] By: jhi                                   on 2001/02/23  02:04:14
52357         Log: Subject: fix for parameter -Dm (for perl@8867)
52358              From: "Vadim Konovalov" <watman@inbox.ru>
52359              Date: Thu, 22 Feb 2001 17:30:12 +0300
52360              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
52361      Branch: perl
52362            ! perl.h
52363 ____________________________________________________________________________
52364 [  8907] By: jhi                                   on 2001/02/23  01:58:20
52365         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
52366              From: Peter Prymmer <pvhp@forte.com>
52367              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
52368              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
52369      Branch: perl
52370            ! t/op/append.t
52371 ____________________________________________________________________________
52372 [  8906] By: jhi                                   on 2001/02/23  01:48:34
52373         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
52374      Branch: perl
52375            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52376 ____________________________________________________________________________
52377 [  8905] By: jhi                                   on 2001/02/23  01:43:30
52378         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
52379              From: Peter Prymmer <pvhp@forte.com>
52380              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
52381              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
52382      Branch: perl
52383            ! t/lib/st-06compat.t
52384 ____________________________________________________________________________
52385 [  8904] By: jhi                                   on 2001/02/23  01:42:39
52386         Log: Metaconfig unit change for #8903.
52387      Branch: metaconfig/U/perl
52388            ! Devel.U
52389 ____________________________________________________________________________
52390 [  8903] By: jhi                                   on 2001/02/23  01:42:12
52391         Log: Be more helpful for devel builders, suggested by John L. Allen.
52392      Branch: perl
52393            ! Configure
52394 ____________________________________________________________________________
52395 [  8902] By: jhi                                   on 2001/02/23  01:37:41
52396         Log: (Retracted by #8914)
52397              (Wrongly, reinstated by #8941)
52398              
52399              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
52400              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52401              Date:     Thu, 22 Feb 2001 09:43:57 EST
52402              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
52403      Branch: perl
52404            ! op.c
52405 ____________________________________________________________________________
52406 [  8901] By: jhi                                   on 2001/02/23  01:20:32
52407         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
52408              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52409              Date:     Thu, 22 Feb 2001 08:01:35 EST
52410              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
52411      Branch: perl
52412            ! malloc.c
52413 ____________________________________________________________________________
52414 [  8900] By: jhi                                   on 2001/02/23  01:18:02
52415         Log: Integrate changes #8898,8899 from mainline, environ handling.
52416      Branch: maint-5.6/perl
52417           !> perl.c
52418 ____________________________________________________________________________
52419 [  8899] By: jhi                                   on 2001/02/23  01:16:25
52420         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
52421              putenv() is not to be relied on, they are either broken or leaky
52422              or both.)
52423      Branch: perl
52424            ! perl.c
52425 ____________________________________________________________________________
52426 [  8898] By: jhi                                   on 2001/02/22  23:36:59
52427         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
52428              and safesysfree() must be used.
52429      Branch: perl
52430            ! perl.c
52431 ____________________________________________________________________________
52432 [  8897] By: jhi                                   on 2001/02/22  23:25:45
52433         Log: With environ one must use safesysmalloc()/safesysfree().
52434      Branch: perl
52435            ! perl.c
52436 ____________________________________________________________________________
52437 [  8896] By: jhi                                   on 2001/02/22  22:13:18
52438         Log: If we have a duplicated environment free it
52439              if PERL_DESTRUCT_LEVEL.
52440      Branch: perl
52441            ! perl.c
52442 ____________________________________________________________________________
52443 [  8895] By: alanbur                               on 2001/02/22  19:31:57
52444         Log: Synchronised with parent
52445      Branch: maint-5.6/pureperl
52446           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
52447 ____________________________________________________________________________
52448 [  8894] By: gsar                                  on 2001/02/22  19:06:18
52449         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
52450              
52451              fix memory leak in method call optimization (change#3768);
52452              made C<eval "$x->foo()"> leak
52453              
52454              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
52455      Branch: maint-5.6/perl
52456           !> op.c
52457 ____________________________________________________________________________
52458 [  8893] By: jhi                                   on 2001/02/22  18:35:27
52459         Log: (Retracted by #8915.)
52460              
52461              Third Degree finding:
52462              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
52463      Branch: perl
52464            ! gv.c
52465 ____________________________________________________________________________
52466 [  8892] By: jhi                                   on 2001/02/22  14:28:32
52467         Log: Update Changes.
52468      Branch: perl
52469            ! Changes patchlevel.h
52470 ____________________________________________________________________________
52471 [  8891] By: jhi                                   on 2001/02/22  13:22:45
52472         Log: Metaconfig unit changes for #8890.
52473      Branch: metaconfig
52474            ! U/modified/Cppsym.U U/threads/archname.U
52475 ____________________________________________________________________________
52476 [  8890] By: jhi                                   on 2001/02/22  13:22:12
52477         Log: Add -stdio to the archname if no perlio selected,
52478              no -perlio added since that is now the default.
52479              
52480              Add few CPUs/architectures to the Cppsym scan.
52481      Branch: perl
52482            ! Configure config_h.SH
52483 ____________________________________________________________________________
52484 [  8889] By: jhi                                   on 2001/02/22  13:05:59
52485         Log: Metaconfig unit change for #8888.
52486      Branch: metaconfig/U/perl
52487            ! useperlio.U
52488 ____________________________________________________________________________
52489 [  8888] By: jhi                                   on 2001/02/22  13:05:28
52490         Log: *drum roll*  Make perlio the default.
52491      Branch: perl
52492            ! Configure config_h.SH
52493 ____________________________________________________________________________
52494 [  8887] By: jhi                                   on 2001/02/22  12:50:52
52495         Log: Integrate change #8665 from maintperl to mainline,
52496              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
52497      Branch: perl
52498           !> ext/POSIX/POSIX.xs
52499 ____________________________________________________________________________
52500 [  8886] By: jhi                                   on 2001/02/22  12:49:24
52501         Log: Integrate changes #8883,8884 from mainline to maintperl.
52502              
52503              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
52504              Subject: Re: File::Temp::_gettemp warning
52505      Branch: maint-5.6/perl
52506           !> embed.h embed.pl lib/File/Temp.pm
52507 ____________________________________________________________________________
52508 [  8885] By: jhi                                   on 2001/02/22  12:43:59
52509         Log: Based on
52510              
52511              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
52512              From: schwab@suse.de
52513              Date: Thu, 22 Feb 2001 13:08:09 +0100
52514              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
52515              
52516              but the fix done slightly differently because the other
52517              half was already done in #8664.
52518      Branch: maint-5.6/perl
52519            ! ext/POSIX/POSIX.xs
52520 ____________________________________________________________________________
52521 [  8884] By: jhi                                   on 2001/02/22  12:37:15
52522         Log: Subject: Re: File::Temp::_gettemp warning
52523              From: Tim Jenness <t.jenness@jach.hawaii.edu>
52524              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
52525              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
52526              
52527              This patch to File::Temp does two things:
52528              
52529              1. Fixes the problem with CGI::Carp when determining
52530              the Fcntl constants
52531              
52532              2. Removes most of the carps and consolidates them so that all the
52533              reasons are included in a single die that is caught by the test. This
52534              means that the correct skipping behaviour is displayed by the test.
52535      Branch: perl
52536            ! lib/File/Temp.pm
52537 ____________________________________________________________________________
52538 [  8883] By: jhi                                   on 2001/02/22  12:29:19
52539         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
52540              From: Peter Prymmer <pvhp@forte.com>
52541              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
52542              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
52543      Branch: perl
52544            ! embed.h embed.pl
52545 ____________________________________________________________________________
52546 [  8882] By: jhi                                   on 2001/02/21  19:41:33
52547         Log: Integrate change #8881 from mainlin to maintperl.
52548              
52549              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
52550      Branch: maint-5.6/perl
52551           !> op.c
52552 ____________________________________________________________________________
52553 [  8881] By: jhi                                   on 2001/02/21  19:38:57
52554         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
52555              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52556              Date:     Wed, 21 Feb 2001 13:08:03 EST
52557              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
52558      Branch: perl
52559            ! op.c
52560 ____________________________________________________________________________
52561 [  8880] By: jhi                                   on 2001/02/21  19:34:34
52562         Log: Retract #8875, cannot let go of the old semantics of unpack U
52563              without rethinking utf8decode.t.
52564      Branch: perl
52565            ! pp.c t/op/pack.t
52566 ____________________________________________________________________________
52567 [  8879] By: jhi                                   on 2001/02/21  19:08:02
52568         Log: Run run/*.t also in minitest.
52569      Branch: perl
52570            ! Makefile.SH
52571 ____________________________________________________________________________
52572 [  8878] By: nick                                  on 2001/02/21  18:55:37
52573         Log: Integrate mainline
52574      Branch: perlio
52575           !> (integrate 76 files)
52576 ____________________________________________________________________________
52577 [  8877] By: jhi                                   on 2001/02/21  15:09:33
52578         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
52579      Branch: metaconfig
52580            ! U/compline/nblock_io.U
52581      Branch: perl
52582            ! Configure config_h.SH
52583 ____________________________________________________________________________
52584 [  8876] By: jhi                                   on 2001/02/21  14:54:45
52585         Log: If no sfio, no -lsfio.
52586      Branch: metaconfig/U/perl
52587            ! d_sfio.U
52588      Branch: perl
52589            ! Configure config_h.SH
52590 ____________________________________________________________________________
52591 [  8875] By: jhi                                   on 2001/02/21  14:54:00
52592         Log: Make unpack C and unpack U truly equivalent.
52593      Branch: perl
52594            ! pp.c t/op/pack.t
52595 ____________________________________________________________________________
52596 [  8874] By: jhi                                   on 2001/02/21  14:26:02
52597         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
52598              From: Peter Prymmer <pvhp@forte.com>
52599              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
52600              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
52601      Branch: perl
52602            ! pod/perlport.pod
52603 ____________________________________________________________________________
52604 [  8873] By: jhi                                   on 2001/02/21  14:24:31
52605         Log: Subject: [PATCH] fix for charnames above FFFF
52606              From: andreas.koenig@anima.de (Andreas J. Koenig)
52607              Date: 21 Feb 2001 07:05:45 +0100
52608              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
52609      Branch: perl
52610            ! lib/charnames.pm t/lib/charnames.t
52611 ____________________________________________________________________________
52612 [  8872] By: jhi                                   on 2001/02/21  14:15:25
52613         Log: Integrate change #8868 from pureperl to mainline.
52614              
52615              Fixed reference count loop caused by sv_magic.
52616      Branch: perl
52617           !> sv.c
52618 ____________________________________________________________________________
52619 [  8871] By: jhi                                   on 2001/02/21  14:07:29
52620         Log: Integrate change #8868 from pureperl to maintperl.
52621              
52622              Fixed reference count loop caused by sv_magic.
52623      Branch: maint-5.6/perl
52624           !> sv.c
52625 ____________________________________________________________________________
52626 [  8870] By: jhi                                   on 2001/02/21  14:04:41
52627         Log: Put back the #8840, it was innocent.
52628      Branch: perl
52629            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52630            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
52631 ____________________________________________________________________________
52632 [  8869] By: jhi                                   on 2001/02/21  14:00:03
52633         Log: unpack("C", ...) was left slightly unfinished by #8865.
52634      Branch: perl
52635            ! pp.c t/op/pack.t
52636 ____________________________________________________________________________
52637 [  8868] By: alanbur                               on 2001/02/21  01:33:45
52638         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
52639              from gv_fetchpv to create single-character magic variables (e.g. $!),
52640              and it is passed a sv and the gv that contains the sv as the mg_obj
52641              value.  When sv_magic stores the mg_obj pointer it increments the gv
52642              refcount, thus causing a sv-gv pair that can't be freed.  There is
52643              already a check for sv == obj which is used to prevent such reference
52644              loops.  This change extends the check to cover the case described above.
52645      Branch: maint-5.6/pureperl
52646            ! sv.c
52647 ____________________________________________________________________________
52648 [  8867] By: jhi                                   on 2001/02/21  00:52:39
52649         Log: Update Changes.
52650      Branch: perl
52651            ! Changes patchlevel.h
52652 ____________________________________________________________________________
52653 [  8866] By: jhi                                   on 2001/02/21  00:34:20
52654         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
52655              (Note: there were some conflicts due to EBCDIC and EPOC
52656              patches, in general I preferred the repository code.)
52657              (When 2.753 comes out, we need to synchronize.)
52658      Branch: perl
52659            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
52660            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
52661            ! t/lib/cgi-html.t
52662 ____________________________________________________________________________
52663 [  8865] By: jhi                                   on 2001/02/21  00:24:22
52664         Log: Make pack("C", 0x100) to create Unicode, unless under the
52665              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
52666              will understand Unicode, unless you under know what.
52667      Branch: perl
52668            ! pp.c t/op/pack.t t/op/qu.t
52669 ____________________________________________________________________________
52670 [  8864] By: alanbur                               on 2001/02/20  22:35:34
52671         Log: Resynchronised with parent
52672      Branch: maint-5.6/pureperl
52673           !> README.win32 ext/GDBM_File/GDBM_File.pm
52674           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
52675           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
52676           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
52677           !> t/lib/sdbm.t util.c
52678 ____________________________________________________________________________
52679 [  8863] By: jhi                                   on 2001/02/20  20:55:11
52680         Log: Integrate change #8860,8861 from mainline into maintperl.
52681              
52682              "pseudo-literal j"
52683              
52684              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
52685      Branch: maint-5.6/perl
52686           !> lib/Test.pm pod/perlop.pod
52687 ____________________________________________________________________________
52688 [  8862] By: jhi                                   on 2001/02/20  20:30:07
52689         Log: Don't do casting between pointers pointing to differently sized
52690              integers.
52691      Branch: perl
52692            ! hv.c sv.c
52693 ____________________________________________________________________________
52694 [  8861] By: jhi                                   on 2001/02/20  19:53:44
52695         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
52696              From: Peter Prymmer <pvhp@forte.com>
52697              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
52698              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
52699      Branch: perl
52700            ! lib/Test.pm
52701 ____________________________________________________________________________
52702 [  8860] By: jhi                                   on 2001/02/20  19:48:02
52703         Log: "pseudo-literal j", a documentation glitch reported to Debian.
52704              The text recovered from Perl 5.005_03, and pseudo-literal replaced
52705              by "backtick string".
52706      Branch: perl
52707            ! pod/perlop.pod
52708 ____________________________________________________________________________
52709 [  8859] By: jhi                                   on 2001/02/20  19:15:46
52710         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
52711              from Chris Nandor.
52712      Branch: perl
52713            ! makedef.pl
52714 ____________________________________________________________________________
52715 [  8858] By: jhi                                   on 2001/02/20  17:36:53
52716         Log: Integrate pureperl changes #8844,8845,8850 to mainline
52717              (via maintperl #8855).
52718              
52719              Fixed %^H scoping bug
52720              
52721              Removed GV <-> CV refcount loop
52722              
52723              Removed %ENV refcount loop
52724      Branch: perl
52725           !> gv.c op.c perl.c pp.c scope.c
52726 ____________________________________________________________________________
52727 [  8857] By: jhi                                   on 2001/02/20  17:34:32
52728         Log: Integrate changes #8853,8854 from maintperl to mainline.
52729              
52730              EBDIC fixes, README.win32 Borland update.
52731      Branch: perl
52732           !> README.win32 handy.h util.c
52733 ____________________________________________________________________________
52734 [  8856] By: jhi                                   on 2001/02/20  17:33:16
52735         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
52736      Branch: maint-5.6/perl
52737           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
52738           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
52739           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
52740 ____________________________________________________________________________
52741 [  8855] By: jhi                                   on 2001/02/20  17:32:13
52742         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
52743              
52744              Fixed %^H scoping bug
52745              
52746              Removed GV <-> CV refcount loop
52747              
52748              Removed %ENV refcount loop
52749      Branch: maint-5.6/perl
52750           !> gv.c op.c perl.c pp.c scope.c
52751 ____________________________________________________________________________
52752 [  8854] By: jhi                                   on 2001/02/20  17:25:06
52753         Log: Subject: Addition to readme.win32 for Borland C++ compilers
52754              Date: Tue, 20 Feb 2001 02:15:25 +0300
52755              From: "Vadim Konovalov" <watman@inbox.ru>
52756              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
52757              
52758              Document Borland compiler misbehaviour.
52759      Branch: maint-5.6/perl
52760            ! README.win32
52761 ____________________________________________________________________________
52762 [  8853] By: jhi                                   on 2001/02/20  17:22:25
52763         Log: The assimilation of ebcdic.c didn't quite work at the first try,
52764              patches from Thomas Dorner.
52765      Branch: maint-5.6/perl
52766            ! handy.h util.c
52767 ____________________________________________________________________________
52768 [  8852] By: jhi                                   on 2001/02/20  17:20:15
52769         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
52770              From: Chris Nandor <pudge@pobox.com>
52771              Date: Tue, 20 Feb 2001 08:32:45 -0500
52772              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
52773      Branch: maint-5.6/perl
52774            ! makedef.pl mg.c
52775 ____________________________________________________________________________
52776 [  8851] By: jhi                                   on 2001/02/20  17:15:52
52777         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
52778      Branch: perl
52779            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
52780            ! t/lib/filter-util.t
52781 ____________________________________________________________________________
52782 [  8850] By: alanbur                               on 2001/02/20  17:12:40
52783         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
52784              and the magic pointer points back to the GV that contains the
52785              %ENV hash.  This creates a refcount loop that prevents members
52786              of %ENV from being freed correctly.  This change removes the
52787              refcount loop - the magic pointer was never used anyway, the
52788              only use of the magic was to check the type ('E') so that the
52789              appropriate environment manipulation code is called when %ENV
52790              is modified.
52791      Branch: maint-5.6/pureperl
52792            ! perl.c
52793 ____________________________________________________________________________
52794 [  8849] By: jhi                                   on 2001/02/20  17:12:20
52795         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
52796              From: "Craig A. Berry" <craigberry@mac.com>
52797              Date: Mon, 19 Feb 2001 23:36:12 -0600
52798              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
52799              
52800              Case-forgiving systems match TestInit.pm with TES*.
52801      Branch: perl
52802            ! t/lib/glob-basic.t
52803 ____________________________________________________________________________
52804 [  8848] By: jhi                                   on 2001/02/20  17:10:02
52805         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
52806      Branch: perl
52807            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
52808            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
52809            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
52810 ____________________________________________________________________________
52811 [  8847] By: jhi                                   on 2001/02/20  15:34:41
52812         Log: The #8843 wasn't quite right: %Config needs to imported.
52813      Branch: perl
52814            ! t/run/runenv.t
52815 ____________________________________________________________________________
52816 [  8846] By: jhi                                   on 2001/02/20  15:31:50
52817         Log: Retract the #8838 and #8840 for now because of
52818              the DB_File tie problem.
52819      Branch: perl
52820            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
52821            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
52822            ! proto.h sv.c
52823 ____________________________________________________________________________
52824 [  8845] By: alanbur                               on 2001/02/20  14:25:41
52825         Log: Removed GV <-> CV refcount loop
52826              CvGV(mycv) points to the parent GV of the CV, and was previously
52827              refcounted.  The pointer remains, but the refcounting has been removed
52828              as it causes a refcount loop between the CV and GV that means the CV
52829              can't ever be deleted.
52830      Branch: maint-5.6/pureperl
52831            ! gv.c op.c pp.c
52832 ____________________________________________________________________________
52833 [  8844] By: alanbur                               on 2001/02/20  14:23:13
52834         Log: Fixed %^H scoping bug
52835      Branch: maint-5.6/pureperl
52836            ! scope.c
52837 ____________________________________________________________________________
52838 [  8843] By: jhi                                   on 2001/02/19  13:38:08
52839         Log: fork() not everywhere, cleanup temp files.
52840      Branch: perl
52841            ! t/run/runenv.t
52842 ____________________________________________________________________________
52843 [  8842] By: alanbur                               on 2001/02/19  12:42:07
52844         Log: Resynchronised with parent
52845      Branch: maint-5.6/pureperl
52846           !> pod/perlfaq4.pod sv.c utf8.c
52847 ____________________________________________________________________________
52848 [  8841] By: jhi                                   on 2001/02/19  03:35:51
52849         Log: Update Changes.
52850      Branch: perl
52851            ! Changes patchlevel.h
52852 ____________________________________________________________________________
52853 [  8840] By: jhi                                   on 2001/02/19  00:23:41
52854         Log: Subject: [patch] add sv_setref_uv
52855              From: Doug MacEachern <dougm@covalent.net>
52856              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
52857              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
52858      Branch: perl
52859            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52860            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
52861 ____________________________________________________________________________
52862 [  8839] By: jhi                                   on 2001/02/19  00:01:38
52863         Log: Put to rest the 20010205.001, the email address checking (not) regex.
52864      Branch: perl
52865            ! pod/perlfaq9.pod
52866 ____________________________________________________________________________
52867 [  8838] By: jhi                                   on 2001/02/18  22:17:54
52868         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
52869              From: Doug MacEachern <dougm@covalent.net>
52870              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
52871              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
52872      Branch: perl
52873            ! lib/ExtUtils/xsubpp
52874 ____________________________________________________________________________
52875 [  8837] By: jhi                                   on 2001/02/18  22:16:50
52876         Log: Subject: [patch] -Wall cleanup round 2
52877              From: Doug MacEachern <dougm@covalent.net>
52878              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
52879              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
52880      Branch: perl
52881            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
52882            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
52883            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
52884            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
52885            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
52886            ! ext/SDBM_File/SDBM_File.xs
52887 ____________________________________________________________________________
52888 [  8836] By: jhi                                   on 2001/02/18  22:11:20
52889         Log: Misapplied regex optimizations when \C is present.
52890              Fixes 20001230.002.
52891              
52892              What still remains broken is that the submatches that
52893              have \C in them get their UTF8 flag on because their
52894              parent SV has it on.  This will result in malformed
52895              UTF8 if a \C happened to match a non-ASCII byte.
52896      Branch: perl
52897            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
52898            ! t/pragma/utf8.t
52899 ____________________________________________________________________________
52900 [  8835] By: jhi                                   on 2001/02/18  20:12:02
52901         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
52902              
52903              The hash key got wrongly UTF8fied.
52904      Branch: perl
52905            ! pod/perlapi.pod toke.c utf8.c
52906 ____________________________________________________________________________
52907 [  8834] By: jhi                                   on 2001/02/18  19:44:25
52908         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
52909              don't warn on magical or overloaded things.
52910      Branch: perl
52911            ! pp_hot.c
52912 ____________________________________________________________________________
52913 [  8833] By: nick                                  on 2001/02/18  19:31:22
52914         Log: Integrate mainline
52915      Branch: perlio
52916           +> t/TestInit.pm t/run/runenv.t
52917            - t/UTEST
52918           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
52919           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
52920           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
52921           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
52922           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
52923           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
52924           !> utf8.c
52925 ____________________________________________________________________________
52926 [  8832] By: jhi                                   on 2001/02/18  19:21:18
52927         Log: Integrate perlio.
52928      Branch: perl
52929           !> perlio.c pod/perldiag.pod
52930 ____________________________________________________________________________
52931 [  8831] By: jhi                                   on 2001/02/18  19:14:20
52932         Log: Integrate change #8827 from mainline.
52933              
52934              UTF8 tweaks.
52935      Branch: maint-5.6/perl
52936           !> sv.c utf8.c
52937 ____________________________________________________________________________
52938 [  8830] By: nick                                  on 2001/02/18  19:10:34
52939         Log: Apply the spirit of patch from Nick Clark:
52940              Subject: [PATCH] Re: extensions that provide layers
52941              From: Nicholas Clark <nick@ccl4.org>
52942              Date: Mon, 12 Feb 2001 16:43:51 +0000
52943              Message-Id: <20010212164350.Q3652@plum.flirble.org>
52944      Branch: perlio
52945            ! perlio.c pod/perldiag.pod
52946 ____________________________________________________________________________
52947 [  8829] By: jhi                                   on 2001/02/18  19:03:25
52948         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
52949              From: schwern@pobox.com 
52950              Date: Sun, 18 Feb 2001 13:44:35 -0500
52951              Message-ID: <20010218134435.A17544@magnonel.guild.net>
52952              
52953              Applied, but as t/TestInit.pm.
52954      Branch: perl
52955            + t/TestInit.pm
52956            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
52957            ! t/op/subst_wamp.t
52958 ____________________________________________________________________________
52959 [  8828] By: jhi                                   on 2001/02/18  18:43:52
52960         Log: Integrate perlio.
52961      Branch: perl
52962           !> perlio.c
52963 ____________________________________________________________________________
52964 [  8827] By: jhi                                   on 2001/02/18  18:41:33
52965         Log: UTF-8 tweaks.
52966      Branch: perl
52967            ! sv.c utf8.c
52968 ____________________________________________________________________________
52969 [  8826] By: nick                                  on 2001/02/18  17:40:59
52970         Log: Fix [ID 20010217.002]
52971              open FOO, "<:raw:perlio", ...
52972              :raw now inserts default base layer below itself.
52973              Also
52974              open FOO, "<:unix", ...
52975              works as well - but leaves buffer layer on stack under the unix layer.
52976      Branch: perlio
52977            ! perlio.c
52978 ____________________________________________________________________________
52979 [  8825] By: jhi                                   on 2001/02/18  17:15:39
52980         Log: Integrate perlio.
52981      Branch: perl
52982           !> perlio.c perliol.h
52983 ____________________________________________________________________________
52984 [  8824] By: jhi                                   on 2001/02/18  17:10:53
52985         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
52986              From: schwern@pobox.com
52987              Date: Sun, 18 Feb 2001 01:48:50 -0500
52988              Message-ID: <20010218014850.C19957@magnonel.guild.net>
52989      Branch: perl
52990            ! lib/Test/Harness.pm t/TEST t/op/chop.t
52991 ____________________________________________________________________________
52992 [  8823] By: jhi                                   on 2001/02/18  17:01:06
52993         Log: Add run/*.t to testables.
52994      Branch: perl
52995            ! t/TEST
52996 ____________________________________________________________________________
52997 [  8822] By: jhi                                   on 2001/02/18  16:58:58
52998         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
52999              From: schwern@pobox.com
53000              Date: Sun, 18 Feb 2001 01:11:35 -0500
53001              Message-ID: <20010218011135.A19957@magnonel.guild.net>
53002              
53003              Revive mjd's and Simon's PERL5OPT fix.
53004      Branch: perl
53005            + t/run/runenv.t
53006            ! MANIFEST perl.c
53007 ____________________________________________________________________________
53008 [  8821] By: jhi                                   on 2001/02/18  16:53:46
53009         Log: Subject: Re: Why t/TEST and not Test::Harness?
53010              From: schwern@pobox.com
53011              Date: Sat, 17 Feb 2001 22:44:44 -0500
53012              Message-ID: <20010217224444.A6679@magnonel.guild.net>
53013              
53014              Replace UTEST with TEST -utf8.
53015      Branch: perl
53016            - t/UTEST
53017            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
53018            ! t/lib/glob-basic.t
53019 ____________________________________________________________________________
53020 [  8820] By: nick                                  on 2001/02/18  13:06:16
53021         Log: Clean up a few core dumps when layers are used in unexpected ways.
53022              (Still not "right"...)
53023      Branch: perlio
53024            ! perlio.c perliol.h
53025 ____________________________________________________________________________
53026 [  8819] By: jhi                                   on 2001/02/18  02:25:55
53027         Log: Integrate change #8818 from maintperl, a FAQ nit.
53028      Branch: perl
53029           !> pod/perlfaq4.pod
53030 ____________________________________________________________________________
53031 [  8818] By: jhi                                   on 2001/02/18  02:24:50
53032         Log: FAQ nit from Chris Fedde.
53033      Branch: maint-5.6/perl
53034            ! pod/perlfaq4.pod
53035 ____________________________________________________________________________
53036 [  8817] By: nick                                  on 2001/02/17  18:20:14
53037         Log: Integrate mainline
53038      Branch: perlio
53039           +> lib/unicode/UCD.html lib/unicode/Unicode.html
53040           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
53041           +> pod/perlclib.pod
53042            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
53043            - lib/unicode/Unicode.301
53044           !> (integrate 324 files)
53045 ____________________________________________________________________________
53046 [  8816] By: jhi                                   on 2001/02/17  16:56:58
53047         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
53048      Branch: perl
53049            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
53050            ! ext/Storable/Storable.xs t/lib/st-06compat.t
53051            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
53052 ____________________________________________________________________________
53053 [  8815] By: jhi                                   on 2001/02/17  16:40:07
53054         Log: Subject: [patch] -Wall
53055              From: Doug MacEachern <dougm@covalent.net>
53056              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
53057              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
53058      Branch: perl
53059            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
53060            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
53061 ____________________________________________________________________________
53062 [  8814] By: jhi                                   on 2001/02/16  19:27:18
53063         Log: Document qu better.
53064      Branch: perl
53065            ! pod/perlop.pod
53066 ____________________________________________________________________________
53067 [  8813] By: jhi                                   on 2001/02/15  13:54:37
53068         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
53069              From: Hugo <hv@crypt.compulink.co.uk>
53070              Date: Thu, 15 Feb 2001 13:39:49 +0000
53071              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
53072      Branch: perl
53073            ! toke.c
53074 ____________________________________________________________________________
53075 [  8812] By: alanbur                               on 2001/02/15  13:52:16
53076         Log: Resynchronised with parent
53077      Branch: maint-5.6/pureperl
53078            - ebcdic.c
53079           !> (integrate 36 files)
53080 ____________________________________________________________________________
53081 [  8811] By: jhi                                   on 2001/02/15  13:51:16
53082         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
53083              
53084              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
53085              From: Jan Dubois <JanD@ActiveState.com>
53086              Date: Wed, 31 Jan 2001 21:17:03 -0800
53087              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
53088              
53089              tweak change#8659 to keep it simple
53090              
53091              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
53092              From: Russ Allbery <rra@stanford.edu>
53093              Date: 14 Feb 2001 10:15:41 -0800
53094              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
53095              
53096              (8809 empty)
53097              
53098              Upgrade to podlators 1.08, from Russ Allbery.
53099      Branch: perl
53100           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
53101           !> utils/perldoc.PL
53102 ____________________________________________________________________________
53103 [  8810] By: jhi                                   on 2001/02/15  13:35:08
53104         Log: Upgrade to podlators 1.08, from Russ Allbery.
53105      Branch: maint-5.6/perl
53106            ! lib/Pod/Man.pm lib/Pod/Text.pm
53107 ____________________________________________________________________________
53108 [  8809] By: jhi                                   on 2001/02/15  13:26:38
53109         Log: (accidentally empty check-in)
53110      Branch: maint-5.6/perl
53111            ! lib/Test/Harness.pm
53112 ____________________________________________________________________________
53113 [  8808] By: jhi                                   on 2001/02/15  13:23:47
53114         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
53115              From: Russ Allbery <rra@stanford.edu>
53116              Date: 14 Feb 2001 10:15:41 -0800
53117              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
53118              
53119              perldoc was hardcoding $Config{installscript}, which breaks
53120              when install* isn't where Perl ends up (such as with AFS).
53121              
53122              Use $Config{scriptdir} instead.
53123      Branch: maint-5.6/perl
53124            ! utils/perldoc.PL
53125 ____________________________________________________________________________
53126 [  8807] By: jhi                                   on 2001/02/14  14:37:27
53127         Log: Update Changes.
53128      Branch: perl
53129            ! Changes patchlevel.h
53130 ____________________________________________________________________________
53131 [  8806] By: jhi                                   on 2001/02/14  14:25:31
53132         Log: Integrate changes #8803,8804,8805 from mainline.
53133              
53134              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
53135              
53136              Don't skip too much of the locale error message if no environ array,
53137              from Chris Nandor.
53138              
53139              More MacOS Classic fixes from Chris Nandor.
53140      Branch: maint-5.6/perl
53141           !> doop.c lib/Cwd.pm perl.c perl.h util.c
53142 ____________________________________________________________________________
53143 [  8805] By: jhi                                   on 2001/02/14  03:29:01
53144         Log: More MacOS Classic fixes from Chris Nandor.
53145      Branch: perl
53146            ! doop.c lib/Cwd.pm
53147 ____________________________________________________________________________
53148 [  8804] By: jhi                                   on 2001/02/14  03:18:35
53149         Log: Don't skip too much of the locale error message if no environ array,
53150              from Chris Nandor.
53151      Branch: perl
53152            ! util.c
53153 ____________________________________________________________________________
53154 [  8803] By: jhi                                   on 2001/02/14  03:14:14
53155         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
53156      Branch: perl
53157            ! perl.c perl.h
53158 ____________________________________________________________________________
53159 [  8802] By: jhi                                   on 2001/02/13  18:31:33
53160         Log: AUTHORS update.
53161      Branch: perl
53162            ! AUTHORS
53163 ____________________________________________________________________________
53164 [  8801] By: jhi                                   on 2001/02/13  17:55:19
53165         Log: Integrate change #8792 from mainline.
53166              
53167              Subject: buncha MacPerl patches for bleadperl
53168              From: Chris Nandor <pudge@pobox.com>
53169              Date: Tue, 13 Feb 2001 00:02:43 -0500
53170              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
53171      Branch: maint-5.6/perl
53172           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
53173           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
53174           !> t/lib/basename.t toke.c util.h
53175 ____________________________________________________________________________
53176 [  8800] By: jhi                                   on 2001/02/13  17:46:43
53177         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
53178              to be forced to Off_t.
53179              
53180              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
53181              From: nick@ccl4.org
53182              Date: Thu, 1 Feb 2001 12:01:04 +0000
53183              Message-Id: <20010201120103.E11401@plum.flirble.org>
53184      Branch: maint-5.6/perl
53185            ! iperlsys.h perlio.c
53186 ____________________________________________________________________________
53187 [  8799] By: jhi                                   on 2001/02/13  16:52:51
53188         Log: Duplex duplex hunk hunk.
53189      Branch: maint-5.6/perl
53190            ! Makefile.SH
53191 ____________________________________________________________________________
53192 [  8797] By: jhi                                   on 2001/02/13  14:52:04
53193         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
53194              From: "Craig A. Berry" <craigberry@mac.com>
53195              Date: Mon, 12 Feb 2001 11:05:25 -0600
53196              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
53197      Branch: perl
53198            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
53199 ____________________________________________________________________________
53200 [  8796] By: jhi                                   on 2001/02/13  14:36:47
53201         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
53202              From: simon.cozens@pembroke.oxford.ac.uk 
53203              Date: Sat, 10 Feb 2001 17:57:02 +0000
53204              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
53205              
53206              Now it does include.
53207      Branch: perl
53208            ! pod/perldiag.pod
53209 ____________________________________________________________________________
53210 [  8795] By: jhi                                   on 2001/02/13  14:30:11
53211         Log: Sort the MANIFEST.
53212      Branch: perl
53213            ! MANIFEST
53214 ____________________________________________________________________________
53215 [  8794] By: jhi                                   on 2001/02/13  14:26:51
53216         Log: Integrate change #8793 from mainline, FAQ updates.
53217      Branch: maint-5.6/perl
53218           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
53219 ____________________________________________________________________________
53220 [  8793] By: jhi                                   on 2001/02/13  14:25:13
53221         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
53222      Branch: perl
53223            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
53224 ____________________________________________________________________________
53225 [  8792] By: jhi                                   on 2001/02/13  14:22:50
53226         Log: Subject: buncha MacPerl patches for bleadperl
53227              From: Chris Nandor <pudge@pobox.com>
53228              Date: Tue, 13 Feb 2001 00:02:43 -0500
53229              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
53230      Branch: perl
53231            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
53232            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
53233            ! t/lib/basename.t toke.c util.h
53234 ____________________________________________________________________________
53235 [  8791] By: jhi                                   on 2001/02/13  14:10:39
53236         Log: Integrate change #8790 from mainline.
53237              
53238              environ array wrongly assumed in Perl_init_i18nl10n(),
53239      Branch: maint-5.6/perl
53240           !> util.c
53241 ____________________________________________________________________________
53242 [  8790] By: jhi                                   on 2001/02/13  14:06:15
53243         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
53244              noticed by Chris Nandor in MacOS Classic.
53245      Branch: perl
53246            ! util.c
53247 ____________________________________________________________________________
53248 [  8789] By: jhi                                   on 2001/02/13  13:58:07
53249         Log: Integrate changes #8373,8487,8544,8783 from mainline.
53250              
53251              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
53252              hints files, the dynaloading, assimilate ebcdic into util.c.
53253      Branch: maint-5.6/perl
53254            - ebcdic.c
53255            ! MANIFEST hints/posix-bc.sh
53256           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
53257           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
53258           !> perlapi.c proto.h util.c
53259 ____________________________________________________________________________
53260 [  8788] By: alanbur                               on 2001/02/13  10:33:13
53261         Log: Integrated changes from maint-5.6
53262      Branch: maint-5.6/pureperl
53263           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
53264           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
53265           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53266           !> vos/config.ga.h vos/configure_perl.cm
53267 ____________________________________________________________________________
53268 [  8787] By: jhi                                   on 2001/02/13  05:56:36
53269         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
53270      Branch: perl
53271           !> Makefile.SH
53272 ____________________________________________________________________________
53273 [  8786] By: jhi                                   on 2001/02/13  05:54:34
53274         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
53275              From: Dorner Thomas <Thomas.Dorner@start.de>
53276              Date: Mon, 12 Feb 2001 15:06:26 +0100
53277              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
53278      Branch: maint-5.6/perl
53279            ! Makefile.SH
53280 ____________________________________________________________________________
53281 [  8785] By: jhi                                   on 2001/02/13  05:29:04
53282         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
53283      Branch: perl
53284           !> hints/openbsd.sh
53285 ____________________________________________________________________________
53286 [  8784] By: jhi                                   on 2001/02/13  02:25:24
53287         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
53288              From: Peter Prymmer <pvhp@forte.com>
53289              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
53290              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
53291      Branch: perl
53292            ! pod/perlclib.pod
53293 ____________________________________________________________________________
53294 [  8783] By: jhi                                   on 2001/02/13  02:22:36
53295         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
53296      Branch: perl
53297            - ebcdic.c
53298            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
53299            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
53300            ! util.c
53301 ____________________________________________________________________________
53302 [  8782] By: jhi                                   on 2001/02/13  02:00:07
53303         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
53304      Branch: maint-5.6/perl
53305            ! pod/perlport.pod
53306 ____________________________________________________________________________
53307 [  8781] By: jhi                                   on 2001/02/13  01:58:44
53308         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
53309      Branch: maint-5.6/perl
53310            ! hints/openbsd.sh
53311 ____________________________________________________________________________
53312 [  8780] By: jhi                                   on 2001/02/13  01:57:33
53313         Log: Synchronize the regexp tests between maintperl and mainline.
53314      Branch: maint-5.6/perl
53315           !> t/op/re_tests
53316 ____________________________________________________________________________
53317 [  8779] By: jhi                                   on 2001/02/13  01:49:35
53318         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
53319              From: Hugo <hv@crypt.compulink.co.uk>
53320              Date: Tue, 13 Feb 2001 00:11:11 +0000
53321              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
53322      Branch: perl
53323            ! regcomp.c t/op/re_tests
53324 ____________________________________________________________________________
53325 [  8778] By: jhi                                   on 2001/02/13  00:23:10
53326         Log: Comments do not nest.
53327      Branch: perl
53328            ! perl.h
53329 ____________________________________________________________________________
53330 [  8777] By: jhi                                   on 2001/02/13  00:17:54
53331         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
53332              From: Hugo <hv@crypt.compulink.co.uk>
53333              Date: Tue, 13 Feb 2001 00:11:11 +0000
53334              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
53335      Branch: maint-5.6/perl
53336            ! regcomp.c t/op/re_tests
53337 ____________________________________________________________________________
53338 [  8776] By: jhi                                   on 2001/02/12  23:25:52
53339         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
53340      Branch: maint-5.6/perl
53341            ! pod/perlport.pod
53342 ____________________________________________________________________________
53343 [  8775] By: jhi                                   on 2001/02/12  23:04:28
53344         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
53345      Branch: maint-5.6/perl
53346            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
53347            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
53348            ! vos/configure_perl.cm
53349 ____________________________________________________________________________
53350 [  8774] By: jhi                                   on 2001/02/12  22:59:11
53351         Log: Subject: Re: [patch] context for 'U' magic functions
53352              From: Doug MacEachern <dougm@covalent.net>
53353              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
53354              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
53355              
53356              plus the suggestion by Nick Ing-Simmons to name the macro
53357              as PERL_MG_UFUNC to avoid namespace pollution, plus add
53358              the advice by Doug for XS writers to perl.h
53359      Branch: perl
53360            ! mg.c perl.h
53361 ____________________________________________________________________________
53362 [  8773] By: jhi                                   on 2001/02/11  20:14:12
53363         Log: Update Changes.
53364      Branch: perl
53365            ! Changes patchlevel.h
53366 ____________________________________________________________________________
53367 [  8772] By: jhi                                   on 2001/02/11  18:47:52
53368         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
53369              From: Simon Cozens <simon@cozens.net>
53370              Date: Wed, 31 Jan 2001 16:31:43 +0000
53371              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
53372      Branch: perl
53373            + pod/perlclib.pod
53374            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
53375            ! pod/perltoc.pod
53376 ____________________________________________________________________________
53377 [  8771] By: jhi                                   on 2001/02/11  18:36:48
53378         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
53379              
53380              Blocks-4d3.beta.txt
53381              CaseFolding-3d4.beta.txt
53382              CompositionExclusions-3d6.beta.txt
53383              EastAsianWidth-4d4.beta.txt
53384              LineBreak-6d3.beta.txt
53385              NamesList-3.1.0d1.beta.txt
53386              PropList-3.1.0d4.beta.txt
53387              SpecialCasing-4d1.beta.txt
53388              UnicodeData-3.1.0d6.beta.txt
53389      Branch: perl
53390            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
53391           +> lib/unicode/UCD.html lib/unicode/Unicode.html
53392            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
53393            - lib/unicode/Unicode.301
53394            ! (edit 257 files)
53395 ____________________________________________________________________________
53396 [  8770] By: jhi                                   on 2001/02/11  17:26:22
53397         Log: UTF-8 documentation.
53398      Branch: perl
53399            ! utf8.h
53400 ____________________________________________________________________________
53401 [  8769] By: jhi                                   on 2001/02/11  17:12:49
53402         Log: Retract #8762.
53403      Branch: perl
53404            ! regexec.c
53405 ____________________________________________________________________________
53406 [  8768] By: jhi                                   on 2001/02/11  16:54:45
53407         Log: Subject: [PATCH] Test::Harness
53408              From: andreas.koenig@anima.de (Andreas J. Koenig)
53409              Date: 11 Feb 2001 14:37:00 +0100
53410              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
53411      Branch: perl
53412            ! lib/Test/Harness.pm
53413 ____________________________________________________________________________
53414 [  8767] By: jhi                                   on 2001/02/11  16:53:52
53415         Log: Subject: [PATCH] Document makepatch in Porting/patching
53416              From: andreas.koenig@anima.de (Andreas J. Koenig)
53417              Date: 11 Feb 2001 16:46:28 +0100
53418              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
53419      Branch: perl
53420            ! Porting/patching.pod
53421 ____________________________________________________________________________
53422 [  8766] By: jhi                                   on 2001/02/11  06:30:23
53423         Log: Subject: Re: [patch] GvSHARED
53424              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
53425              From: Doug MacEachern <dougm@covalent.net>
53426              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
53427              
53428              Subject: Re: [patch] GvSHARED
53429              From: Doug MacEachern <dougm@covalent.net>
53430              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
53431              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
53432              
53433              Subject: [patch] attributes.pm support for `shared'
53434              From: Doug MacEachern <dougm@covalent.net>
53435              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
53436              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
53437              
53438              our() attributes were ignored, our :shared pieces missing,
53439              allow attributes.pm to turn on shared.
53440      Branch: perl
53441            ! op.c t/op/attrs.t toke.c xsutils.c
53442 ____________________________________________________________________________
53443 [  8765] By: alanbur                               on 2001/02/10  23:11:19
53444         Log: Resync with parent (hopefully sucessfully this time)
53445      Branch: maint-5.6/pureperl
53446           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
53447           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
53448           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
53449           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
53450           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
53451           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
53452           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
53453 ____________________________________________________________________________
53454 [  8764] By: jhi                                   on 2001/02/10  22:54:38
53455         Log: Make TEST and UTEST more verbose in case something goes
53456              wrong in running/compiling a script, suggested by Doug
53457              MacEachern.
53458      Branch: perl
53459            ! t/TEST t/UTEST
53460 ____________________________________________________________________________
53461 [  8763] By: jhi                                   on 2001/02/10  22:11:34
53462         Log: Bogus shebang.
53463      Branch: perl
53464            ! t/lib/texttabs.t
53465 ____________________________________________________________________________
53466 [  8762] By: jhi                                   on 2001/02/10  21:56:02
53467         Log: (Retracted by #8769)
53468      Branch: perl
53469            ! regexec.c
53470 ____________________________________________________________________________
53471 [  8761] By: jhi                                   on 2001/02/10  21:26:15
53472         Log: Subject: Re: [patch] GvSHARED 
53473              From: Doug MacEachern <dougm@covalent.net>
53474              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
53475              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
53476              
53477              our @EXPORT : shared = (...);
53478      Branch: perl
53479            ! toke.c
53480 ____________________________________________________________________________
53481 [  8760] By: jhi                                   on 2001/02/10  21:25:07
53482         Log: Subject: [patch] GvSHARED
53483              From: Doug MacEachern <dougm@covalent.net>
53484              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
53485              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
53486      Branch: perl
53487            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
53488 ____________________________________________________________________________
53489 [  8759] By: alanbur                               on 2001/02/10  21:24:27
53490         Log: Backed out mismerge.
53491      Branch: maint-5.6/pureperl
53492            ! MANIFEST README.hpux README.vmesa gv.c installhtml
53493            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
53494            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
53495            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
53496            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
53497            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
53498            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
53499 ____________________________________________________________________________
53500 [  8758] By: jhi                                   on 2001/02/10  18:01:17
53501         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
53502              
53503              Fixed UMRs and leak in Perl_pmtrans()
53504              
53505              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
53506              associated UTFied tr/// code.  Also fixed scoping leak of
53507              PL_reg_start_tmp.
53508              
53509              newATTRSUB leaks when an attempt to redefine the active sort sub is
53510              made.
53511      Branch: maint-5.6/perl
53512           !> op.c regcomp.c
53513 ____________________________________________________________________________
53514 [  8757] By: alanbur                               on 2001/02/10  17:56:46
53515         Log: Resynchronised with parent
53516      Branch: maint-5.6/pureperl
53517           +> README.bs2000
53518            - README.posix-bc
53519            ! gv.c perl.c sv.c
53520           !> MANIFEST README.hpux README.vmesa installhtml
53521           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
53522           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
53523           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
53524           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
53525           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
53526           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
53527 ____________________________________________________________________________
53528 [  8756] By: alanbur                               on 2001/02/10  17:51:15
53529         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
53530              made.
53531      Branch: maint-5.6/pureperl
53532            ! op.c
53533 ____________________________________________________________________________
53534 [  8755] By: jhi                                   on 2001/02/09  22:41:35
53535         Log: Upgrade to CPAN 1.59_54, from Andreas König.
53536      Branch: perl
53537            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53538 ____________________________________________________________________________
53539 [  8754] By: jhi                                   on 2001/02/09  22:29:20
53540         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
53541              
53542              Didn't upgrade the fill.t since it has a dependency to File::Slurp
53543              purely for debugging purposes, the actual test hasn't changed.
53544      Branch: perl
53545            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
53546            ! t/lib/textwrap.t
53547 ____________________________________________________________________________
53548 [  8753] By: jhi                                   on 2001/02/09  20:17:50
53549         Log: Integrate change #8682 from maintperl.
53550              
53551              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
53552              to work correctly.
53553      Branch: perl
53554           !> hints/irix_6.sh
53555 ____________________________________________________________________________
53556 [  8752] By: jhi                                   on 2001/02/09  20:00:46
53557         Log: Update Changes.
53558      Branch: perl
53559            ! Changes patchlevel.h
53560 ____________________________________________________________________________
53561 [  8751] By: nick                                  on 2001/02/09  19:48:37
53562         Log: Integrate mainline
53563      Branch: perlio
53564           +> README.bs2000 t/lib/cgi-esc.t
53565            - README.posix-bc
53566           !> (integrate 53 files)
53567 ____________________________________________________________________________
53568 [  8750] By: nick                                  on 2001/02/09  19:25:16
53569         Log: Subject: RE: Biannual Competition to Improve Hashing Function
53570              From: Fisher Mark <fisherm@tce.com>
53571              Date: Thu, 8 Feb 2001 10:44:00 -0500
53572              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
53573              Date: Thu, 8 Feb 2001 15:02:47 -0500
53574              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
53575      Branch: perl
53576            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
53577 ____________________________________________________________________________
53578 [  8749] By: jhi                                   on 2001/02/09  19:02:35
53579         Log: Forgotten fragment.
53580      Branch: perl
53581            ! pod/perlapi.pod
53582 ____________________________________________________________________________
53583 [  8748] By: jhi                                   on 2001/02/09  18:31:34
53584         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
53585              plus manual tweakage.
53586              
53587              Sync the perlfaq2 between mainline and maintperl.
53588      Branch: maint-5.6/perl
53589            ! pod/perlfaq2.pod
53590      Branch: perl
53591           !> pod/perlfaq2.pod
53592 ____________________________________________________________________________
53593 [  8747] By: jhi                                   on 2001/02/09  18:12:04
53594         Log: Subject: versiononly and installperl
53595              From: abigail@foad.org
53596              Date: Wed, 7 Feb 2001 22:43:12 +0100
53597              Message-ID: <20010207214312.7045.qmail@foad.org>    
53598              
53599              Add +v flag to force a normal install of the perl binary
53600              and the utilities.
53601              
53602              Subject: [PATCH] installperl
53603              From: Nicholas Clark <nick@ccl4.org>
53604              Date: Fri, 9 Feb 2001 16:28:57 +0000
53605              Message-ID: <20010209162857.B10931@plum.flirble.org>
53606              
53607              Add -A flag which also hardlinks the binary with
53608              the full architecture name.
53609      Branch: perl
53610            ! installperl
53611 ____________________________________________________________________________
53612 [  8746] By: jhi                                   on 2001/02/09  18:03:43
53613         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
53614              
53615              Subject: perlfaq2, re: perlmongers
53616              
53617              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
53618              
53619              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
53620              
53621              Subject: [ID 20010205.001] typo in perlfaq9
53622              
53623              Subject: [ID 20010208.002] unordered explanation in perlcall
53624      Branch: maint-5.6/perl
53625           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
53626           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
53627           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
53628 ____________________________________________________________________________
53629 [  8745] By: jhi                                   on 2001/02/09  17:59:09
53630         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
53631              From: abela@geneanet.org
53632              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
53633              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
53634      Branch: perl
53635            ! pod/perlcall.pod
53636 ____________________________________________________________________________
53637 [  8744] By: jhi                                   on 2001/02/09  17:48:16
53638         Log: Subject: [ID 20010205.001] typo in perlfaq9
53639              From: eserte@vran.herceg.de
53640              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
53641              Message-Id: <200102042244.XAA21926@vran.herceg.de>
53642      Branch: perl
53643            ! pod/perlfaq9.pod
53644 ____________________________________________________________________________
53645 [  8743] By: jhi                                   on 2001/02/09  17:25:12
53646         Log: Integrate change #8695 from maintperl.
53647              
53648              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
53649      Branch: perl
53650           !> thread.h
53651 ____________________________________________________________________________
53652 [  8742] By: jhi                                   on 2001/02/09  17:21:22
53653         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
53654              From: Andy Dougherty <doughera@lafayette.edu>
53655              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
53656              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
53657      Branch: perl
53658            ! embed.pl
53659 ____________________________________________________________________________
53660 [  8741] By: jhi                                   on 2001/02/09  17:05:19
53661         Log: Integrate changes #8738,8739,8740 from maintperl.
53662              
53663              Html files will be installed in a more logical and easier to
53664              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
53665              
53666              Html files will be generated with a header to make them look
53667              a little less bare.
53668              
53669              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
53670      Branch: perl
53671           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
53672 ____________________________________________________________________________
53673 [  8740] By: jhi                                   on 2001/02/09  17:03:46
53674         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
53675              From: "Brendan O'Dea" <bod@compusol.com.au>
53676              Date: Sun, 4 Feb 2001 11:17:56 +1100
53677              Message-ID: <20010204111756.A16301@compusol.com.au>
53678      Branch: maint-5.6/perl
53679            ! pod/perlfaq3.pod
53680 ____________________________________________________________________________
53681 [  8739] By: jhi                                   on 2001/02/09  17:01:59
53682         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
53683              From: "Indy Singh" <indy@nusphere.com>
53684              Date: Fri, 2 Feb 2001 15:09:59 -0500
53685              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
53686              
53687              Html files will be generated with a header to make them look
53688              a little less bare.
53689      Branch: maint-5.6/perl
53690            ! installhtml
53691 ____________________________________________________________________________
53692 [  8738] By: jhi                                   on 2001/02/09  16:58:48
53693         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
53694              From: "Indy Singh" <indy@nusphere.com>
53695              Date: Fri, 2 Feb 2001 15:08:23 -0500
53696              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
53697              
53698              Html files will be installed in a more logical and easier to
53699              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
53700      Branch: maint-5.6/perl
53701            ! win32/Makefile win32/makefile.mk
53702 ____________________________________________________________________________
53703 [  8737] By: jhi                                   on 2001/02/09  16:46:54
53704         Log: Integrate changes #8687,8736 from maintperl.
53705              
53706              HP-UX thread patches from Merijn H. Brand.
53707              
53708              Latin nit from Philip Newton.
53709      Branch: perl
53710           !> README.hpux hints/hpux.sh
53711 ____________________________________________________________________________
53712 [  8736] By: jhi                                   on 2001/02/09  16:42:31
53713         Log: Latin nit from Philip Newton.
53714      Branch: maint-5.6/perl
53715            ! README.hpux
53716 ____________________________________________________________________________
53717 [  8735] By: jhi                                   on 2001/02/09  16:24:03
53718         Log: Integrate changes #8704,8710 from pureperl.
53719              
53720              Fixed UMRs and leak in Perl_pmtrans()
53721              
53722              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
53723              associated UTFied tr/// code.  Also fixed scoping leak of
53724              PL_reg_start_tmp.
53725      Branch: perl
53726           !> op.c regcomp.c
53727 ____________________________________________________________________________
53728 [  8734] By: jhi                                   on 2001/02/09  15:40:21
53729         Log: Integrate change #8733 from maintperl.
53730              
53731              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
53732      Branch: perl
53733           !> pod/perlre.pod
53734 ____________________________________________________________________________
53735 [  8733] By: jhi                                   on 2001/02/09  15:35:47
53736         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
53737              From: Prymmer/Kahn <pvhp@best.com>
53738              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
53739              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
53740      Branch: maint-5.6/perl
53741            ! pod/perlre.pod
53742 ____________________________________________________________________________
53743 [  8732] By: jhi                                   on 2001/02/09  15:26:17
53744         Log: Rename README.posix-bc to README.bs2000 (to avoid the
53745              confusion of a "perlposix-bc.pod"), add a few missing
53746              arch pods, regen toc.
53747      Branch: maint-5.6/perl
53748           +> README.bs2000
53749            - README.posix-bc
53750            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
53751            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
53752 ____________________________________________________________________________
53753 [  8731] By: jhi                                   on 2001/02/09  15:23:39
53754         Log: De-cut-and-pasto.
53755      Branch: perl
53756            ! pod/perl.pod
53757 ____________________________________________________________________________
53758 [  8730] By: jhi                                   on 2001/02/09  15:11:13
53759         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
53760              when people think that perlposix-bc.pod tells anything about
53761              Perl and POSIX.  Regen toc.
53762      Branch: perl
53763           +> README.bs2000
53764            - README.posix-bc
53765            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
53766            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
53767 ____________________________________________________________________________
53768 [  8729] By: jhi                                   on 2001/02/09  14:52:28
53769         Log: The README.vmesa part of #8712 from maintperl.
53770      Branch: perl
53771            ! README.vmesa
53772 ____________________________________________________________________________
53773 [  8728] By: jhi                                   on 2001/02/09  14:46:06
53774         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
53775              From: Peter Prymmer <pvhp@forte.com>
53776              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
53777              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
53778      Branch: maint-5.6/perl
53779            ! README.vmesa win32/Makefile win32/makefile.mk
53780 ____________________________________________________________________________
53781 [  8727] By: jhi                                   on 2001/02/09  14:33:25
53782         Log: Integrate change #8712 from mainline.
53783              
53784              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
53785      Branch: maint-5.6/perl
53786           !> lib/Pod/Find.pm
53787 ____________________________________________________________________________
53788 [  8726] By: jhi                                   on 2001/02/09  14:30:28
53789         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
53790              From: Peter Prymmer <pvhp@forte.com>
53791              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
53792              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
53793      Branch: perl
53794            + t/lib/cgi-esc.t
53795            ! MANIFEST lib/CGI/Util.pm
53796 ____________________________________________________________________________
53797 [  8725] By: jhi                                   on 2001/02/09  04:56:47
53798         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
53799      Branch: maint-5.6/perl
53800            ! pod/perlport.pod
53801 ____________________________________________________________________________
53802 [  8724] By: jhi                                   on 2001/02/09  04:40:59
53803         Log: Integrate changes 7819,7820 from vmsperl into mainline.
53804              
53805              Add header for LIB$ prototypes (C. Berry)
53806              
53807              Convert fwrite()s to sockets to write()s, since some socket stacks
53808              don't take kindly to stdio.
53809              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
53810              (for often optional LNMs)
53811              Correct a few typos
53812              (C. Bailey)
53813      Branch: perl
53814           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
53815 ____________________________________________________________________________
53816 [  8723] By: jhi                                   on 2001/02/09  03:29:29
53817         Log: Integrate change #8722 from mainline.
53818              
53819              The Im() function wasn't returning zero for non-Math::Complex
53820              arguments.  The bug reported by John Gamble.
53821      Branch: maint-5.6/perl
53822           !> lib/Math/Complex.pm
53823 ____________________________________________________________________________
53824 [  8722] By: jhi                                   on 2001/02/09  03:28:33
53825         Log: The Im() function wasn't returning zero for non-Math::Complex
53826              arguments.  The bug reported by John Gamble.
53827      Branch: perl
53828            ! lib/Math/Complex.pm
53829 ____________________________________________________________________________
53830 [  8721] By: nick                                  on 2001/02/08  22:11:35
53831         Log: Correct the correction :-(
53832      Branch: perl
53833            ! perl.c
53834 ____________________________________________________________________________
53835 [  8720] By: bailey                                on 2001/02/08  20:59:22
53836         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
53837              don't take kindly to stdio.
53838              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
53839              (for often optional LNMs)
53840              Correct a few typos
53841              (C. Bailey)
53842      Branch: vmsperl
53843            ! vms/vms.c vms/vmsish.h
53844 ____________________________________________________________________________
53845 [  8719] By: bailey                                on 2001/02/08  20:51:02
53846         Log: Add header for LIB$ prototypes (C. Berry)
53847      Branch: vmsperl
53848            ! ext/Devel/DProf/DProf.xs
53849 ____________________________________________________________________________
53850 [  8718] By: bailey                                on 2001/02/08  20:49:00
53851         Log: SYN SYN
53852      Branch: vmsperl
53853           +> pod/perliol.pod t/lib/sample-tests/bailout
53854           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
53855           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
53856           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
53857           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
53858           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
53859           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
53860            - lib/unicode/Is/DCinital.pl
53861           !> (integrate 101 files)
53862 ____________________________________________________________________________
53863 [  8717] By: nick                                  on 2001/02/08  19:38:48
53864         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
53865              From: Robin Barker <rmb1@cise.npl.co.uk>
53866              Date: Thu, 8 Feb 2001 14:38:07 GMT
53867              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
53868      Branch: perl
53869            ! lib/CPAN.pm
53870 ____________________________________________________________________________
53871 [  8716] By: nick                                  on 2001/02/08  19:29:07
53872         Log: Generated files form 8713 etc.
53873      Branch: perl
53874            ! embed.h global.sym objXSUB.h perlapi.c proto.h
53875 ____________________________________________________________________________
53876 [  8715] By: nick                                  on 2001/02/08  19:26:08
53877         Log: Fixup non-ithread build after 8713
53878      Branch: perl
53879            ! perl.c
53880 ____________________________________________________________________________
53881 [  8714] By: nick                                  on 2001/02/08  19:17:45
53882         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
53883              From: nick@ccl4.org
53884              Date: Wed, 7 Feb 2001 00:27:47 +0000
53885              Message-Id: <20010207002747.B63724@plum.flirble.org>
53886      Branch: perl
53887            ! sv.c toke.c
53888 ____________________________________________________________________________
53889 [  8713] By: nick                                  on 2001/02/08  19:15:58
53890         Log: Subject: Re: [patch] Re: PL_ptr_table
53891              From: Doug Maceachern <dougm@covalent.net>
53892              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
53893              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
53894      Branch: perl
53895            ! embed.pl perl.c sv.c sv.h
53896 ____________________________________________________________________________
53897 [  8712] By: nick                                  on 2001/02/08  19:12:47
53898         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
53899              From: Peter Prymmer <pvhp@forte.com>
53900              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
53901              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
53902      Branch: perl
53903            ! lib/Pod/Find.pm
53904 ____________________________________________________________________________
53905 [  8711] By: nick                                  on 2001/02/07  21:06:11
53906         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
53907              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
53908              From: Alan Burlison <Alan.Burlison@uk.sun.com>
53909              Date: Tue, 06 Feb 2001 23:37:01 +0000
53910              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
53911      Branch: perl
53912            ! regcomp.c
53913 ____________________________________________________________________________
53914 [  8710] By: alanbur                               on 2001/02/07  00:22:04
53915         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
53916              associated UTFied tr/// code.  Also fixed scoping leak of
53917              PL_reg_start_tmp.
53918      Branch: maint-5.6/pureperl
53919            ! op.c regcomp.c
53920 ____________________________________________________________________________
53921 [  8709] By: nick                                  on 2001/02/06  21:16:49
53922         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
53923              From: Michael G Schwern <schwern@pobox.com>
53924              Date: Sun, 4 Feb 2001 19:47:14 -0500
53925              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
53926      Branch: perl
53927            ! pod/perlapi.pod pod/perlmodlib.PL
53928 ____________________________________________________________________________
53929 [  8708] By: nick                                  on 2001/02/06  20:41:20
53930         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
53931              From: Michael G Schwern <schwern@pobox.com>
53932              Date: Sun, 4 Feb 2001 21:17:49 -0500
53933              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
53934      Branch: perl
53935            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
53936            ! pod/perltootc.pod
53937 ____________________________________________________________________________
53938 [  8707] By: nick                                  on 2001/02/06  20:29:11
53939         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
53940              From: Michael G Schwern <schwern@pobox.com>
53941              Date: Tue, 6 Feb 2001 05:54:30 -0500
53942              Message-Id: <20010206055430.A951@blackrider.aocn.com>
53943      Branch: perl
53944            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
53945 ____________________________________________________________________________
53946 [  8706] By: nick                                  on 2001/02/06  20:21:40
53947         Log: Subject: RE: some win32 fixes
53948              Date: Tue, 6 Feb 2001 09:23:20 +0300
53949              From: Vadim Konovalov <vkonovalov@lucent.com>
53950              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
53951      Branch: perl
53952            ! toke.c win32/Makefile win32/config.bc win32/config.gc
53953            ! win32/config.vc win32/config_H.bc win32/makefile.mk
53954 ____________________________________________________________________________
53955 [  8705] By: alanbur                               on 2001/02/06  15:00:03
53956         Log: Synchronised with parent
53957      Branch: maint-5.6/pureperl
53958            ! regexec.c
53959           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
53960           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
53961 ____________________________________________________________________________
53962 [  8704] By: alanbur                               on 2001/02/06  14:55:24
53963         Log: Fixed UMRs and leak in Perl_pmtrans()
53964      Branch: maint-5.6/pureperl
53965            ! op.c
53966 ____________________________________________________________________________
53967 [  8703] By: gsar                                  on 2001/02/06  02:29:37
53968         Log: $(MAKE) distclean doesn't clean up properly on windows
53969      Branch: maint-5.6/perl
53970            ! win32/Makefile win32/makefile.mk
53971 ____________________________________________________________________________
53972 [  8702] By: gsar                                  on 2001/02/06  01:00:46
53973         Log: tweak change#8659 to keep it simple
53974      Branch: maint-5.6/perl
53975            ! utils/perldoc.PL
53976 ____________________________________________________________________________
53977 [  8701] By: gsar                                  on 2001/02/05  22:45:41
53978         Log: change#8693 was missing testsuite changes
53979      Branch: maint-5.6/perl
53980           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
53981 ____________________________________________________________________________
53982 [  8700] By: nick                                  on 2001/02/05  20:32:52
53983         Log: Integrate mainline
53984      Branch: perlio
53985           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
53986           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
53987           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
53988           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
53989           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
53990           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
53991           +> t/lib/test-harness.t
53992           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
53993           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
53994           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
53995           !> pod/perlutil.pod t/TEST utils/h2xs.PL
53996 ____________________________________________________________________________
53997 [  8699] By: nick                                  on 2001/02/05  19:41:07
53998         Log: Subject: perlfaq2, re: perlmongers
53999              From: David H. Adler <dha@panix.com>
54000              Date: Sun, 4 Feb 2001 23:48:23 -0500
54001              Message-Id: <20010204234823.A13429@panix.com>
54002      Branch: perl
54003            ! pod/perlfaq2.pod
54004 ____________________________________________________________________________
54005 [  8698] By: nick                                  on 2001/02/05  19:39:31
54006         Log: Missed file f#rom the testharness mess.
54007      Branch: perl
54008            + t/lib/test-harness.t
54009 ____________________________________________________________________________
54010 [  8697] By: nick                                  on 2001/02/05  19:37:21
54011         Log: Subject: [DOC PATCH] overload.pm nits
54012              From: John Tobey <jtobey@john-edwin-tobey.org>
54013              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
54014              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
54015      Branch: perl
54016            ! lib/overload.pm
54017 ____________________________________________________________________________
54018 [  8696] By: alanbur                               on 2001/02/05  11:56:00
54019         Log: Sync with parent
54020      Branch: maint-5.6/pureperl
54021           !> thread.h
54022 ____________________________________________________________________________
54023 [  8695] By: gsar                                  on 2001/02/05  03:27:34
54024         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
54025      Branch: maint-5.6/perl
54026            ! thread.h
54027 ____________________________________________________________________________
54028 [  8694] By: alanbur                               on 2001/02/05  00:07:47
54029         Log: Initial branch creation from //depot/maint-5.6/perl
54030      Branch: maint-5.6/pureperl
54031           +> (branch 1719 files)
54032 ____________________________________________________________________________
54033 [  8693] By: gsar                                  on 2001/02/04  22:38:49
54034         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
54035              changes)
54036      Branch: maint-5.6/perl
54037           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
54038           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
54039           !> ext/DB_File/version.c
54040 ____________________________________________________________________________
54041 [  8692] By: nick                                  on 2001/02/04  18:15:57
54042         Log: The missed t/TEST part of the grand testharness upgrade.
54043      Branch: perl
54044            ! t/TEST
54045 ____________________________________________________________________________
54046 [  8691] By: nick                                  on 2001/02/04  18:05:17
54047         Log: New improved test harness
54048              Subject: Re: [PATCH Test::Harness] Third time's a charm?
54049              From: Michael G Schwern <schwern@pobox.com>
54050              Date: Sun, 4 Feb 2001 08:01:20 -0500
54051              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
54052      Branch: perl
54053            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
54054            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
54055            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
54056            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
54057            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
54058            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
54059            ! MANIFEST lib/Test/Harness.pm
54060 ____________________________________________________________________________
54061 [  8690] By: nick                                  on 2001/02/04  17:57:51
54062         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
54063              From: Jonathan Stowe <gellyfish@gellyfish.com>
54064              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
54065              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
54066      Branch: perl
54067            ! utils/h2xs.PL
54068 ____________________________________________________________________________
54069 [  8689] By: nick                                  on 2001/02/04  17:55:24
54070         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
54071              From: Michael G Schwern <schwern@pobox.com>
54072              Date: Sat, 3 Feb 2001 22:46:38 -0500
54073              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
54074      Branch: perl
54075            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
54076            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
54077 ____________________________________________________________________________
54078 [  8688] By: nick                                  on 2001/02/04  17:43:55
54079         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
54080              length byfailing to spot lack of closing )
54081              From: nick@talking.bollo.cx
54082              Date: Sat, 03 Feb 2001 23:53:16 +0000
54083              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
54084      Branch: perl
54085            ! perlio.c pod/perldiag.pod
54086 ____________________________________________________________________________
54087 [  8687] By: jhi                                   on 2001/02/03  17:11:42
54088         Log: HP-UX thread patches from Merijn H. Brand.
54089      Branch: maint-5.6/perl
54090            ! README.hpux hints/hpux.sh
54091 ____________________________________________________________________________
54092 [  8686] By: jhi                                   on 2001/02/03  16:40:12
54093         Log: Metaconfig changes for #8685.
54094      Branch: metaconfig
54095            ! U/installdirs/instubperl.U
54096      Branch: metaconfig/U/perl
54097            ! Devel.U versiononly.U
54098 ____________________________________________________________________________
54099 [  8685] By: jhi                                   on 2001/02/03  16:39:49
54100         Log: For -Dusedevel builds turn off installusrbinperl and turn on
54101              versiononly, a combined idea of Richard Soderberg and Merijn
54102              H. Brand.  You can still override both of these from the command
54103              line if you need to, -Dinstallusrbinperl and -Uversiononly.
54104      Branch: perl
54105            ! Configure
54106 ____________________________________________________________________________
54107 [  8684] By: jhi                                   on 2001/02/03  16:16:34
54108         Log: Metaconfig unit fix for #8683.
54109      Branch: metaconfig
54110            ! U/compline/nblock_io.U
54111 ____________________________________________________________________________
54112 [  8683] By: jhi                                   on 2001/02/03  16:16:12
54113         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
54114              reported by Peter Prymmer for 5.6-TRIAL1.
54115      Branch: perl
54116            ! Configure
54117 ____________________________________________________________________________
54118 [  8682] By: jhi                                   on 2001/02/03  05:52:11
54119         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
54120              to work correctly.
54121      Branch: maint-5.6/perl
54122            ! hints/irix_6.sh
54123 ____________________________________________________________________________
54124 [  8681] By: jhi                                   on 2001/02/03  05:47:33
54125         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
54126      Branch: maint-5.6/perl
54127            ! pod/perlport.pod
54128 ____________________________________________________________________________
54129 [  8680] By: jhi                                   on 2001/02/02  21:39:49
54130         Log: perlport update from Peter Prymmer.
54131      Branch: maint-5.6/perl
54132            ! pod/perlport.pod
54133 ____________________________________________________________________________
54134 [  8679] By: nick                                  on 2001/02/02  20:50:48
54135         Log: Integrate mainline
54136      Branch: perlio
54137           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
54138           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
54139           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
54140 ____________________________________________________________________________
54141 [  8678] By: gsar                                  on 2001/02/02  16:02:12
54142         Log: note about bincompat, slightly modified (from Lupe Christoph)
54143      Branch: maint-5.6/perl
54144            ! README.solaris
54145 ____________________________________________________________________________
54146 [  8677] By: jhi                                   on 2001/02/02  15:46:20
54147         Log: Supported platforms updates.
54148      Branch: maint-5.6/perl
54149            ! pod/perlport.pod
54150 ____________________________________________________________________________
54151 [  8676] By: jhi                                   on 2001/02/02  03:41:26
54152         Log: A couple more perlfaq2 tweaks.
54153      Branch: maint-5.6/perl
54154            ! pod/perlfaq2.pod
54155 ____________________________________________________________________________
54156 [  8675] By: jhi                                   on 2001/02/02  03:17:44
54157         Log: Misedit in #8661.
54158      Branch: maint-5.6/perl
54159            ! Configure
54160 ____________________________________________________________________________
54161 [  8674] By: jhi                                   on 2001/02/02  03:14:38
54162         Log: Damien again.
54163      Branch: maint-5.6/perl
54164            ! pod/perlfaq2.pod
54165 ____________________________________________________________________________
54166 [  8673] By: jhi                                   on 2001/02/02  03:12:40
54167         Log: perlfaq update from Elaine Ashton.
54168      Branch: maint-5.6/perl
54169            ! pod/perlfaq2.pod
54170 ____________________________________________________________________________
54171 [  8672] By: jhi                                   on 2001/02/02  03:07:08
54172         Log: UTF-8 s/// patch from Inaba Hiroto.
54173      Branch: maint-5.6/perl
54174            ! pp_ctl.c pp_hot.c
54175 ____________________________________________________________________________
54176 [  8671] By: jhi                                   on 2001/02/01  22:34:31
54177         Log: Update Changes.
54178      Branch: perl
54179            ! Changes patchlevel.h
54180 ____________________________________________________________________________
54181 [  8670] By: jhi                                   on 2001/02/01  22:15:29
54182         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
54183              from maintperl.
54184              
54185              Upgrade to Getopt::Long 2.25, from Johan Vromans.
54186              
54187              more files need to be writable in the source distribution
54188              
54189              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
54190              
54191              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
54192              
54193              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
54194              
54195              Allow the float to be fuzzier.
54196              
54197              need to use INT2PTR instead of a straight cast or ia64 fails
54198              
54199              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
54200              
54201              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
54202      Branch: perl
54203           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
54204           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
54205           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
54206 ____________________________________________________________________________
54207 [  8669] By: jhi                                   on 2001/02/01  21:57:02
54208         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
54209              From: Robin Barker <rmb1@cise.npl.co.uk>
54210              Date: Thu, 1 Feb 2001 16:59:05 GMT
54211              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
54212      Branch: maint-5.6/perl
54213            ! pod/perlmodlib.PL
54214 ____________________________________________________________________________
54215 [  8668] By: nick                                  on 2001/02/01  19:41:40
54216         Log: Integrate mainline
54217      Branch: perlio
54218           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
54219           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
54220           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
54221 ____________________________________________________________________________
54222 [  8667] By: gsar                                  on 2001/02/01  16:59:11
54223         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
54224      Branch: maint-5.6/perl
54225            ! embed.pl embedvar.h
54226 ____________________________________________________________________________
54227 [  8666] By: gsar                                  on 2001/02/01  16:34:51
54228         Log: add missing entries to win32/config.?c
54229      Branch: maint-5.6/perl
54230            ! win32/config.bc win32/config.gc win32/config.vc
54231            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54232 ____________________________________________________________________________
54233 [  8665] By: jhi                                   on 2001/02/01  14:58:51
54234         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
54235              From: "Stephen P. Potter" <spp@spotter.yi.org>
54236              Date: Thu, 01 Feb 2001 10:45:46 -0500
54237              Message-Id: <200102011545.KAA31479@spotter.yi.org>
54238      Branch: maint-5.6/perl
54239            ! pod/perlfunc.pod
54240 ____________________________________________________________________________
54241 [  8664] By: gsar                                  on 2001/02/01  14:52:37
54242         Log: need to use INT2PTR instead of a straight cast or ia64 fails
54243              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
54244      Branch: maint-5.6/perl
54245            ! ext/POSIX/POSIX.xs
54246 ____________________________________________________________________________
54247 [  8663] By: jhi                                   on 2001/02/01  14:09:13
54248         Log: Allow the float to be fuzzier.
54249      Branch: maint-5.6/perl
54250            ! t/lib/peek.t
54251 ____________________________________________________________________________
54252 [  8662] By: jhi                                   on 2001/02/01  13:59:00
54253         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
54254              From: Robin Barker <rmb1@cise.npl.co.uk>
54255              Date: Thu, 1 Feb 2001 13:05:39 GMT
54256              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
54257      Branch: maint-5.6/perl
54258            ! pod/perlmodlib.pod
54259 ____________________________________________________________________________
54260 [  8661] By: jhi                                   on 2001/02/01  13:57:38
54261         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
54262              Date: Thu, 01 Feb 2001 14:15:41 +0100
54263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54264              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
54265              
54266              Have the $ccflags in the gcc version test (strange, this change
54267              is claimed to be have been integrated already)
54268      Branch: maint-5.6/perl
54269            ! Configure
54270 ____________________________________________________________________________
54271 [  8660] By: jhi                                   on 2001/02/01  13:44:10
54272         Log: Integrate changes #7950,7964,7962 from mainline.
54273              
54274              Find the stdchar signedness using cpp, should fix some of
54275              the Solaris compiler warnings reported by Alan Burlison.
54276      Branch: maint-5.6/perl
54277           !> Configure config_h.SH
54278 ____________________________________________________________________________
54279 [  8659] By: jhi                                   on 2001/02/01  05:35:32
54280         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
54281              From: Jan Dubois <JanD@ActiveState.com>
54282              Date: Wed, 31 Jan 2001 21:17:03 -0800
54283              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
54284      Branch: maint-5.6/perl
54285            ! utils/perldoc.PL
54286 ____________________________________________________________________________
54287 [  8658] By: jhi                                   on 2001/02/01  04:33:17
54288         Log: Integrate the README.os390 and README.posix-bc parts of mainline
54289              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
54290              installperl parts were taken care of by #8657.)
54291      Branch: maint-5.6/perl
54292           !> README.os390 README.posix-bc
54293 ____________________________________________________________________________
54294 [  8657] By: jhi                                   on 2001/02/01  04:29:21
54295         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
54296              From: Peter Prymmer <pvhp@forte.com>
54297              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
54298              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
54299      Branch: maint-5.6/perl
54300            + ext/DynaLoader/dl_dllload.xs
54301            ! MANIFEST Makefile.SH hints/os390.sh installperl
54302 ____________________________________________________________________________
54303 [  8656] By: jhi                                   on 2001/02/01  04:25:45
54304         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
54305              From: Peter Prymmer <pvhp@forte.com>
54306              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
54307              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
54308      Branch: maint-5.6/perl
54309            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
54310 ____________________________________________________________________________
54311 [  8655] By: jhi                                   on 2001/02/01  04:14:47
54312         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
54313              From: troc@netrus.net
54314              Date: Wed, 31 Jan 2001 22:31:26 -0500
54315              Message-Id: <200102010331.WAA117.85@rocco.homenet>
54316      Branch: maint-5.6/perl
54317            ! os2/os2.c
54318 ____________________________________________________________________________
54319 [  8654] By: jhi                                   on 2001/02/01  04:12:52
54320         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
54321              as reported by Alan Burlison.
54322      Branch: maint-5.6/perl
54323            ! pp.h
54324 ____________________________________________________________________________
54325 [  8653] By: jhi                                   on 2001/02/01  04:05:12
54326         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
54327              From: dsugalski@northernlight.com
54328              Date: Wed, 31 Jan 2001 18:54:11 -0500
54329              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
54330      Branch: maint-5.6/perl
54331            ! configure.com
54332 ____________________________________________________________________________
54333 [  8652] By: jhi                                   on 2001/02/01  04:03:11
54334         Log: Misplaced #endif.
54335              
54336              Subject: [perl-5-6-1-trial2] patches for EPOC
54337              From: Olaf Flebbe <O.Flebbe@science-computing.de>
54338              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
54339              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
54340      Branch: maint-5.6/perl
54341            ! epoc/epocish.c
54342 ____________________________________________________________________________
54343 [  8651] By: jhi                                   on 2001/02/01  04:00:25
54344         Log: Integrate changes #8647,8648,8650 from mainline.
54345              
54346              Macrofy a magic UTF-8 test.
54347              
54348              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
54349              
54350              Watch out for cross compiling for EPOC (usually done on linux).
54351      Branch: maint-5.6/perl
54352           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
54353 ____________________________________________________________________________
54354 [  8650] By: jhi                                   on 2001/02/01  03:56:20
54355         Log: Watch out for cross compiling for EPOC (usually done on linux)
54356              
54357              Subject: [perl-5-6-1-trial2] patches for EPOC
54358              From: Olaf Flebbe <O.Flebbe@science-computing.de>
54359              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
54360              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
54361      Branch: perl
54362            ! ext/Errno/Errno_pm.PL
54363 ____________________________________________________________________________
54364 [  8649] By: gsar                                  on 2001/02/01  00:46:00
54365         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
54366      Branch: maint-5.6/perl
54367            ! sv.c
54368 ____________________________________________________________________________
54369 [  8648] By: jhi                                   on 2001/01/31  23:35:36
54370         Log: All the uses of PL_numeric_radix must be protected by
54371              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
54372              
54373              Subject: [perl-5-6-1-trial2] patches for EPOC
54374              From: Olaf Flebbe <O.Flebbe@science-computing.de>
54375              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
54376              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
54377      Branch: perl
54378            ! sv.c
54379 ____________________________________________________________________________
54380 [  8647] By: jhi                                   on 2001/01/31  22:56:16
54381         Log: Macrofy a magic UTF-8 test.
54382      Branch: perl
54383            ! utf8.c utf8.h
54384 ____________________________________________________________________________
54385 [  8646] By: gsar                                  on 2001/01/31  15:55:12
54386         Log: update Changes
54387      Branch: maint-5.6/perl
54388            ! Changes
54389 ____________________________________________________________________________
54390 [  8645] By: gsar                                  on 2001/01/31  15:10:14
54391         Log: Configure tweak suggested by Peter Prymmer
54392      Branch: maint-5.6/perl
54393            ! Configure
54394 ____________________________________________________________________________
54395 [  8644] By: gsar                                  on 2001/01/31  15:06:32
54396         Log: more files need to be writable in the source distribution
54397      Branch: maint-5.6/perl
54398            ! Porting/makerel
54399 ____________________________________________________________________________
54400 [  8643] By: jhi                                   on 2001/01/31  14:59:46
54401         Log: Integrate changes #8258,8278,8279 from mainline.
54402              
54403              Make the large file tests more robust/talkative.
54404      Branch: maint-5.6/perl
54405           !> t/lib/syslfs.t t/op/lfs.t
54406 ____________________________________________________________________________
54407 [  8642] By: gsar                                  on 2001/01/31  14:53:48
54408         Log: integrate changes#8311,8334 from mainline
54409              
54410              Add a new MakeMaker variable PM_FILTER that defines a Unix
54411              filter to be run on each .pm during the pm_to_blib() phase,
54412              a fixed version of
54413              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
54414              
54415              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
54416              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
54417              accurate reading of the "atime".  
54418      Branch: maint-5.6/perl
54419           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
54420           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
54421           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
54422 ____________________________________________________________________________
54423 [  8641] By: jhi                                   on 2001/01/31  14:46:37
54424         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
54425      Branch: maint-5.6/perl
54426            ! lib/Getopt/Long.pm
54427 ____________________________________________________________________________
54428 [  8640] By: gsar                                  on 2001/01/31  14:40:24
54429         Log: make regen_all
54430      Branch: maint-5.6/perl
54431            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
54432 ____________________________________________________________________________
54433 [  8639] By: gsar                                  on 2001/01/31  14:37:25
54434         Log: refresh windows config files
54435      Branch: maint-5.6/perl
54436            ! win32/Makefile win32/config_H.bc win32/config_H.gc
54437            ! win32/config_H.vc win32/makefile.mk
54438 ____________________________________________________________________________
54439 [  8638] By: gsar                                  on 2001/01/31  14:28:10
54440         Log: makefile tweaks for windows: introduce a bulk-switch to enable
54441              same options as ActivePerl; sync changes with makefile.mk
54442      Branch: maint-5.6/perl
54443            ! win32/Makefile win32/makefile.mk
54444 ____________________________________________________________________________
54445 [  8637] By: jhi                                   on 2001/01/31  04:41:30
54446         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
54447              From: Nicholas Clark <nick@ccl4.org>
54448              Date: Tue, 30 Jan 2001 19:51:05 +0000
54449              Message-ID: <20010130195105.R76607@plum.flirble.org> 
54450              
54451              op/inc cure.
54452      Branch: perl
54453            ! pp.c pp.h pp_hot.c t/op/arith.t
54454 ____________________________________________________________________________
54455 [  8636] By: jhi                                   on 2001/01/31  02:38:32
54456         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
54457              no perlio],8257,8380,8479,8515 from mainline.
54458              
54459              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
54460              
54461              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
54462              Subject: [PATCH perl@8133] fix-up for VMS extensions
54463              
54464              In VMS embedded perls couldn't access the statically built Socket.
54465              
54466              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
54467              
54468              Further VMS piping fixes from Charles Lane.
54469              
54470              Subject:  [PATCH] make t/op/misc.t work on VMS
54471              
54472              Add tracing for debugging extensions builds in VMS.
54473              
54474              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
54475      Branch: maint-5.6/perl
54476           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
54477           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
54478           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
54479 ____________________________________________________________________________
54480 [  8635] By: jhi                                   on 2001/01/31  01:46:41
54481         Log: Integrate change #7732 from mainline.
54482              
54483              Sparc 64-bit pack() fix from Jens Hamisch.
54484      Branch: maint-5.6/perl
54485           !> pp.c
54486 ____________________________________________________________________________
54487 [  8634] By: jhi                                   on 2001/01/31  01:41:16
54488         Log: One spot missing from #8626.
54489      Branch: maint-5.6/perl
54490            ! sv.c
54491 ____________________________________________________________________________
54492 [  8633] By: jhi                                   on 2001/01/31  00:49:17
54493         Log: Integrate change #7495 from mainline.
54494              
54495              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
54496      Branch: maint-5.6/perl
54497           !> MANIFEST ext/re/Makefile.PL
54498 ____________________________________________________________________________
54499 [  8632] By: jhi                                   on 2001/01/30  23:38:49
54500         Log: Integrate change #8396 from mainline.
54501              
54502              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
54503              better multicast support (resend)
54504      Branch: maint-5.6/perl
54505           !> ext/Socket/Socket.pm
54506 ____________________________________________________________________________
54507 [  8631] By: jhi                                   on 2001/01/30  23:28:03
54508         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
54509              
54510              More AIX lore. (7514, ext/re/hints/aix.pl)
54511              
54512              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
54513              
54514              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)
54515              
54516              Subject: [ID 20001214.002] Net::Ping patch
54517              
54518              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
54519              
54520              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
54521              
54522              Add ReuseAddr as a (preferred) alias for Reuse as we now
54523              also have ReusePort.
54524              
54525              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
54526      Branch: maint-5.6/perl
54527           +> ext/re/hints/aix.pl
54528           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
54529           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
54530 ____________________________________________________________________________
54531 [  8630] By: jhi                                   on 2001/01/30  23:03:59
54532         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
54533              
54534              read() documentation tweak for 20001121.004.
54535              
54536              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
54537      Branch: maint-5.6/perl
54538           !> pod/perlfunc.pod pod/perlre.pod
54539 ____________________________________________________________________________
54540 [  8629] By: jhi                                   on 2001/01/30  22:41:57
54541         Log: Integrate change #8098 from mainline.
54542              
54543              fastgetcwd is defined using a glob alias on a $^O dependent basis
54544              and there was no default assignment or perl subroutine.
54545      Branch: maint-5.6/perl
54546           !> lib/Cwd.pm
54547 ____________________________________________________________________________
54548 [  8628] By: jhi                                   on 2001/01/30  21:58:52
54549         Log: Integrate change #7866 from mainline.
54550              
54551              File::Temp 0.11.
54552      Branch: maint-5.6/perl
54553           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
54554 ____________________________________________________________________________
54555 [  8627] By: jhi                                   on 2001/01/30  21:39:44
54556         Log: Integrate changes #8075,8086,8228 from mainline.  
54557              
54558              Darwin is not Windows. (8075,8086)
54559              
54560              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
54561      Branch: maint-5.6/perl
54562           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
54563           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
54564           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
54565           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
54566 ____________________________________________________________________________
54567 [  8626] By: jhi                                   on 2001/01/30  21:22:11
54568         Log: Integrate with tweakery the change #8625 from mainline,
54569              the multibyte decimal separator fix ("fa_IR locale failure").
54570      Branch: maint-5.6/perl
54571            ! embedvar.h perlapi.h
54572           !> intrpvar.h perl.c perl.h sv.c util.c
54573 ____________________________________________________________________________
54574 [  8625] By: jhi                                   on 2001/01/30  20:26:33
54575         Log: Fix for the fa_IR locale failure.  The reason for the failure
54576              was that Perl was assuming the decimal separator aka the radix
54577              separator is one character.  The Farsi-Iranian locale crushed
54578              that bad assumption since there the separator is 'Momayyez',
54579              glyphwise looking somewhat like a slash, and in Unicode UTF-8
54580              encoded in two bytes, 0xd9 0xab.
54581      Branch: perl
54582            ! intrpvar.h perl.c perl.h sv.c util.c
54583 ____________________________________________________________________________
54584 [  8624] By: gsar                                  on 2001/01/30  20:17:03
54585         Log: regen_headers
54586      Branch: maint-5.6/perl
54587            ! Makefile.SH pod/perlintern.pod
54588 ____________________________________________________________________________
54589 [  8623] By: gsar                                  on 2001/01/30  19:42:34
54590         Log: backout change#7431 and its dependents (causes spurious rebuilds
54591              of autogenerated files)
54592              
54593              fix benign b.t failure
54594      Branch: maint-5.6/perl
54595            ! Makefile.SH t/lib/b.t
54596 ____________________________________________________________________________
54597 [  8622] By: jhi                                   on 2001/01/30  19:41:41
54598         Log: Microperl sync.
54599      Branch: perl
54600            ! mg.c perl.h
54601 ____________________________________________________________________________
54602 [  8621] By: gsar                                  on 2001/01/30  19:24:47
54603         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
54604              from mainline
54605              
54606              Subject: podlators 1.06 released
54607              
54608              Subject: [PATCH @8436] Eliminate op_children
54609              
54610              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
54611              
54612              (Replaced by #8448)  More op_children traces (cleanup of #8442).
54613              
54614              Subject: [PATCH #3 @8436] Re: Eliminate op_children
54615              Replace #8444 and #8445.
54616              
54617              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
54618              at the setting of the ofs_sv in new_struct_thread() as the
54619              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
54620              uninitialized fields are, uh, initialized with),
54621              SvREFCNT_inc()ing that invited a core dump.
54622              
54623              podlators 1.07, from Russ Allbery.
54624              
54625              Subject: [PATCH] regcomp.c old feature removal
54626              From: mjd@plover.com
54627              Date: 16 Jan 2001 14:43:18 -0000 
54628              Message-ID: <20010116144318.7140.qmail@plover.com> 
54629      Branch: maint-5.6/perl
54630           +> lib/Pod/Text/Overstrike.pm
54631           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
54632           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
54633           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
54634           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
54635           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
54636           !> util.c
54637 ____________________________________________________________________________
54638 [  8620] By: gsar                                  on 2001/01/30  18:48:32
54639         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
54640              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
54641              now fails one test)
54642              
54643              Subject: [PATCH] lvalue AUTOLOAD. No, really.
54644              
54645              Subject: [PATCH] Interesting syntax idea
54646              Make opens + bareword assigns do typeglob assigns.
54647              
54648              Tests for #8254.
54649              
54650              Subject: [PATCH @8269] Continue blocks and B::Deparse
54651              Make the peephole optimizer to bypass more null ops and
54652              and rewrite the deparse handling of continue blocks.
54653              
54654              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
54655              Doc tweak on #8313.
54656              
54657              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
54658              
54659              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
54660              
54661              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
54662              
54663              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
54664              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
54665              according to the platform.
54666              
54667              Subject: [PATCH @8404] Consolidated lvalue sub changes
54668              
54669              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
54670              
54671              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
54672              
54673              Subject: B::Concise -- an improved replacement for B::Terse 
54674              
54675              The B::Terse drop-in replacement wasn't quite drop-in.
54676              
54677              The LVRET macro needed an aTHX.
54678              
54679              Use the /^Perl_/-less form of is_lvalue_sub().
54680              
54681              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
54682      Branch: maint-5.6/perl
54683           +> ext/B/B/Concise.pm
54684           !> (integrate 27 files)
54685 ____________________________________________________________________________
54686 [  8619] By: nick                                  on 2001/01/30  18:40:28
54687         Log: Integrate mainline
54688      Branch: perlio
54689           !> (integrate 40 files)
54690 ____________________________________________________________________________
54691 [  8618] By: jhi                                   on 2001/01/30  18:37:18
54692         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
54693              Date: Mon, 29 Jan 2001 22:51:29 -0600
54694              From: "Craig A. Berry" <craigberry@mac.com>
54695              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
54696      Branch: perl
54697            ! vms/test.com
54698 ____________________________________________________________________________
54699 [  8617] By: jhi                                   on 2001/01/30  18:34:53
54700         Log: Subject: [PATCH] Add missing CV flags to dump.c
54701              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54702              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
54703              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
54704      Branch: perl
54705            ! dump.c
54706 ____________________________________________________________________________
54707 [  8616] By: jhi                                   on 2001/01/30  18:20:58
54708         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
54709              part isn't applicable to maintperl.
54710              
54711              UTF-8 nit from Inaba Hiroto.
54712      Branch: maint-5.6/perl
54713           !> pod/perlapi.pod utf8.c
54714 ____________________________________________________________________________
54715 [  8615] By: jhi                                   on 2001/01/30  18:18:51
54716         Log: UTF-8 nit from Inaba Hiroto.
54717      Branch: perl
54718            ! pod/perlapi.pod t/op/each.t utf8.c
54719 ____________________________________________________________________________
54720 [  8614] By: jhi                                   on 2001/01/30  18:13:38
54721         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
54722              
54723              perl's internal variables are not for public consumption,
54724              move their docs from perlapi.pod to perlintern.pod
54725              
54726              support for -Dusethreads build under HP-UX 10.20 and DCE threads
54727              library (11.0 and later have pthreads but 10.x don't)
54728              
54729              avoid uninitialized value warnings
54730              
54731              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
54732              gets weird results)
54733              
54734              perldoc nit on windows
54735              
54736              make it possible to run the tests outside the source tree
54737              (there's still a dependency on ../lib being the library
54738              location)
54739      Branch: perl
54740           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
54741           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
54742           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
54743           !> win32/bin/search.pl win32/vdir.h
54744 ____________________________________________________________________________
54745 [  8613] By: gsar                                  on 2001/01/30  16:39:59
54746         Log: make it possible to run the tests outside the source tree
54747              (there's still a dependency on ../lib being the library
54748              location)
54749      Branch: maint-5.6/perl
54750            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
54751 ____________________________________________________________________________
54752 [  8612] By: gsar                                  on 2001/01/30  16:31:12
54753         Log: perldoc nit on windows
54754      Branch: maint-5.6/perl
54755            ! utils/perldoc.PL
54756 ____________________________________________________________________________
54757 [  8611] By: gsar                                  on 2001/01/30  16:22:54
54758         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
54759              gets weird results)
54760      Branch: maint-5.6/perl
54761            ! win32/vdir.h
54762 ____________________________________________________________________________
54763 [  8610] By: gsar                                  on 2001/01/30  16:12:45
54764         Log: avoid uninitialized value warnings
54765      Branch: maint-5.6/perl
54766            ! win32/bin/search.pl
54767 ____________________________________________________________________________
54768 [  8609] By: gsar                                  on 2001/01/30  16:08:01
54769         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
54770              library (11.0 and later have pthreads but 10.x don't)
54771      Branch: maint-5.6/perl
54772            ! hints/hpux.sh thread.h
54773 ____________________________________________________________________________
54774 [  8608] By: gsar                                  on 2001/01/30  15:48:55
54775         Log: perl's internal variables are not for public consumption,
54776              move their docs from perlapi.pod to perlintern.pod
54777      Branch: maint-5.6/perl
54778            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
54779            ! thrdvar.h
54780 ____________________________________________________________________________
54781 [  8607] By: gsar                                  on 2001/01/30  15:44:27
54782         Log: mistakenly branched perl56delta.pod, revert
54783      Branch: maint-5.6/perl
54784            - pod/perl56delta.pod
54785           !> pod/perldelta.pod
54786 ____________________________________________________________________________
54787 [  8606] By: gsar                                  on 2001/01/30  14:20:24
54788         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
54789              dTHR which has been a noop for a while now, except for the
54790              compatibility definition in thread.h)
54791      Branch: maint-5.6/perl
54792           !> (integrate 45 files)
54793 ____________________________________________________________________________
54794 [  8605] By: jhi                                   on 2001/01/30  05:43:58
54795         Log: Mark the UTF-8 APIs as experimental.
54796      Branch: maint-5.6/perl
54797            ! embed.pl pod/perlapi.pod
54798 ____________________________________________________________________________
54799 [  8604] By: jhi                                   on 2001/01/30  05:38:40
54800         Log: Nits from earlier integrates.
54801      Branch: maint-5.6/perl
54802            ! lib/Carp/Heavy.pm
54803           !> sv.c
54804 ____________________________________________________________________________
54805 [  8603] By: jhi                                   on 2001/01/30  05:27:26
54806         Log: Regenerate Porting files.
54807      Branch: maint-5.6/perl
54808            ! Porting/Glossary Porting/config.sh Porting/config_H
54809 ____________________________________________________________________________
54810 [  8602] By: jhi                                   on 2001/01/30  05:14:59
54811         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
54812              8310,8339,8447,8492,8493,8505,8525: documentation changes.
54813              
54814              Subject: Re: perlfaq style changes
54815              
54816              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
54817              
54818              Subject: [PATCH] docs on NaN
54819              
54820              Subject: [patch] perlfaq7
54821              
54822              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
54823              
54824              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
54825              
54826              Subject: [PATCH] open() example in perlfunc.pod
54827              
54828              Podify README.mpeix (a new version from the web)
54829              
54830              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
54831              
54832              Subject: [PATCH] format and rewording in perlfaq.pod
54833              
54834              Subject: [PATCH] API Variable documentation   
54835              
54836              Memory management calls documentation.
54837              
54838              Subject: [PATCH: perl@8482] README.vms URL updates
54839              
54840              Subject: Minor typos in perlfaq2.pod
54841              
54842              Subject: [PATCH] pod/perlvar.pod
54843      Branch: maint-5.6/perl
54844           +> pod/perl56delta.pod
54845            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54846           !> README.amiga README.epoc README.mpeix README.vms
54847           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
54848           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
54849           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
54850           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
54851           !> pod/perlvar.pod thrdvar.h
54852 ____________________________________________________________________________
54853 [  8601] By: jhi                                   on 2001/01/30  04:38:35
54854         Log: Integrate changes #8036,8096,8253 from mainline:
54855              hints changes.
54856              
54857              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
54858              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
54859              
54860              Output the (apparent) version of gcc in Tru64.
54861      Branch: maint-5.6/perl
54862           +> ext/POSIX/hints/svr4.pl
54863           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
54864           !> hints/svr4.sh t/lib/bigfltpm.t
54865 ____________________________________________________________________________
54866 [  8600] By: jhi                                   on 2001/01/30  04:04:01
54867         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
54868              locale fixes.
54869              
54870              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
54871              
54872              Debian allows /usr/bin/locale to exist without any locales. (7868)
54873              
54874              Allow the locale test needing POSIX and the taint test
54875              needing IPC::SysV to run under 'minitest' (basically,
54876              bail out if loading the extension fails). (8384)
54877              
54878              Cleanup the locale.t output  (8480)
54879      Branch: maint-5.6/perl
54880           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
54881           !> t/pragma/locale.t
54882 ____________________________________________________________________________
54883 [  8599] By: jhi                                   on 2001/01/30  03:51:04
54884         Log: Missing generated files from #8598.
54885      Branch: maint-5.6/perl
54886            ! embed.h global.sym objXSUB.h perlapi.c proto.h
54887 ____________________________________________________________________________
54888 [  8598] By: jhi                                   on 2001/01/30  03:41:54
54889         Log: Integrate change #8555 from mainline, manually integrate parts
54890              of changes 8452 and 8583.
54891              
54892              Subject: [PATCH] utf8.c documentation (8452)
54893              
54894              No point in checking the length if the pointer is bogus. (8555)
54895              
54896              Introduce bytes_from_utf8() and implement sv_eq() using it,
54897              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
54898              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
54899              was malformed. (8583)
54900      Branch: maint-5.6/perl
54901            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
54902           !> pod/perlapi.pod sv.c utf8.c
54903 ____________________________________________________________________________
54904 [  8597] By: gsar                                  on 2001/01/30  02:37:26
54905         Log: get PERL_OBJECT build going again on windows
54906      Branch: maint-5.6/perl
54907            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
54908            ! pod/perlapi.pod proto.h sv.c
54909 ____________________________________________________________________________
54910 [  8596] By: jhi                                   on 2001/01/30  02:16:17
54911         Log: Signedness nit.
54912      Branch: perl
54913            ! sv.c
54914 ____________________________________________________________________________
54915 [  8595] By: jhi                                   on 2001/01/30  02:11:07
54916         Log: EBCDIC patch for Storable, from Peter Prymmer.
54917      Branch: perl
54918            ! t/lib/st-06compat.t
54919 ____________________________________________________________________________
54920 [  8594] By: jhi                                   on 2001/01/30  01:04:48
54921         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
54922              From: Peter Prymmer <pvhp@forte.com>
54923              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
54924              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
54925      Branch: perl
54926            ! t/lib/b.t
54927 ____________________________________________________________________________
54928 [  8593] By: jhi                                   on 2001/01/30  00:56:47
54929         Log: Subject: [PATCH: perl@8585] pod problems in io
54930              From: Peter Prymmer <pvhp@forte.com>
54931              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
54932              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
54933      Branch: perl
54934            ! pod/perlapio.pod pod/perliol.pod
54935 ____________________________________________________________________________
54936 [  8592] By: jhi                                   on 2001/01/30  00:48:20
54937         Log: Integrate perlio.
54938      Branch: perl
54939           !> pod/perlapio.pod pod/perliol.pod
54940 ____________________________________________________________________________
54941 [  8591] By: nick                                  on 2001/01/29  22:02:28
54942         Log: GNU 'merge' Simon's copy of perliol.pod with version
54943              patched by Craig's patch.
54944      Branch: perlio
54945            ! pod/perliol.pod
54946 ____________________________________________________________________________
54947 [  8590] By: nick                                  on 2001/01/29  21:55:10
54948         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
54949      Branch: perlio
54950            ! pod/perlapio.pod pod/perliol.pod
54951 ____________________________________________________________________________
54952 [  8589] By: jhi                                   on 2001/01/29  15:35:33
54953         Log: Integrate change #8586 from maint-5.6/perl.
54954              
54955              make the BOM detection code not call tell() until it has to
54956              (meant to fix esoteric compatibility issues where PL_rsfp
54957              is overridden)
54958      Branch: perl
54959           !> toke.c
54960 ____________________________________________________________________________
54961 [  8588] By: jhi                                   on 2001/01/29  15:29:11
54962         Log: Subject: MAking Solaris malloc() the default
54963              From: Lupe Christoph <lupe@lupe-christoph.de>
54964              Date: Mon, 29 Jan 2001 12:59:36 +0100
54965              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
54966              
54967              The README.solaris part slightly tweaked.
54968      Branch: perl
54969            ! README.solaris hints/solaris_2.sh
54970 ____________________________________________________________________________
54971 [  8587] By: jhi                                   on 2001/01/29  15:17:34
54972         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
54973              From: root@ak-75.mind.de
54974              Date: Sun, 28 Jan 2001 20:32:29 +0100
54975              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
54976      Branch: perl
54977            ! pod/perlre.pod
54978 ____________________________________________________________________________
54979 [  8586] By: gsar                                  on 2001/01/29  13:43:44
54980         Log: make the BOM detection code not call tell() until it has to
54981              (meant to fix esoteric compatibility issues where PL_rsfp
54982              is overridden)
54983      Branch: maint-5.6/perl
54984            ! toke.c
54985 ____________________________________________________________________________
54986 [  8585] By: jhi                                   on 2001/01/28  20:05:45
54987         Log: Update Changes.
54988      Branch: perl
54989            ! Changes patchlevel.h
54990 ____________________________________________________________________________
54991 [  8584] By: jhi                                   on 2001/01/28  19:30:02
54992         Log: Integrate perlio.
54993      Branch: perl
54994           +> pod/perliol.pod
54995           !> MANIFEST pod/perlapio.pod
54996 ____________________________________________________________________________
54997 [  8583] By: jhi                                   on 2001/01/28  19:28:40
54998         Log: Patch from Inaba Hiroto:
54999              - canonical UTF-8 hash keys: if a key string for a hash is
55000              UTF8-on, try downgrade the string and use it if
55001              unicode::distinct is not in effect.
55002              For the task, I added a function bytes_from_utf8() to utf8.c.
55003              It might resemble utf8_to_bytes() but it is not convenient
55004              to the task.
55005              Made a test for it and added to t/op/each.t
55006              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
55007              the mortal copy of the argument SV.
55008              And changed t/io/utf8.t test 18 which expects print() to
55009              upgrade its argument.
55010              - re-implement sv_eq with bytes_from_utf8()
55011              - some bug fixes
55012              - tr/// does not handle UTF8 range (\x{}-\x{})
55013              - \ before raw UTF8 character produced
55014              "Malformed UTF-8 character" warning.
55015              - "\x{100}\N{CENT SIGN}" is Malformed.
55016              Added tests for these 3.
55017              - and one silly bug (by me) with qu operator.
55018      Branch: perl
55019            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
55020            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
55021            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
55022 ____________________________________________________________________________
55023 [  8582] By: nick                                  on 2001/01/28  19:25:04
55024         Log: Add pod/perliol.pod to MANIFEST :-(
55025      Branch: perlio
55026            ! MANIFEST
55027 ____________________________________________________________________________
55028 [  8581] By: nick                                  on 2001/01/28  19:22:40
55029         Log: PerlIO documentation. Proofing and sub-editing requested.
55030      Branch: perlio
55031            + pod/perliol.pod
55032            ! pod/perlapio.pod
55033 ____________________________________________________________________________
55034 [  8580] By: jhi                                   on 2001/01/28  05:16:25
55035         Log: Revert the change to sv_2pv() done by #8054: Someone who
55036              did SvNV_set() on a scalar that also happened to be POK,
55037              followed by sv_2pv() won't get the right coercion anymore.
55038              [Sarathy]
55039      Branch: maint-5.6/perl
55040            ! sv.c
55041 ____________________________________________________________________________
55042 [  8579] By: jhi                                   on 2001/01/28  05:15:04
55043         Log: Remove the #8084 effect: do not allow -Q to be interpreted
55044              as -&Q(), this is too much wiggle room.
55045      Branch: maint-5.6/perl
55046            ! toke.c
55047 ____________________________________________________________________________
55048 [  8578] By: jhi                                   on 2001/01/28  05:12:45
55049         Log: Needed bits of #8439 (should have been in #8576),
55050              mainly for lval substr().
55051      Branch: maint-5.6/perl
55052            ! mg.c pp.c pp_hot.c
55053 ____________________________________________________________________________
55054 [  8577] By: jhi                                   on 2001/01/28  05:02:46
55055         Log: A missing check-in.
55056      Branch: maint-5.6/perl
55057            ! utf8.c
55058 ____________________________________________________________________________
55059 [  8576] By: jhi                                   on 2001/01/28  04:26:18
55060         Log: Integrate changes #8425,8436,8439,8517 from mainline.
55061              The 8439 was not truly integrated because it had too many
55062              dependencies on the development branch and because it introduced
55063              concepts too bold for a maintenance branch (such as the qu operator).
55064              
55065              Subject: [PATCH perl@8342] -Wformat
55066              
55067              Tighten some of the UTF-8 tests a bit.
55068              
55069              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
55070              - The substr lval was still not okay.
55071              - Now pp_stringify and sv_setsv copies source's UTF8 flag
55072              even if IN_BYTE.  pp_stringify is called from fold_constants
55073              at optimization phase and "\x{100}" was made SvUTF8_off under
55074              use bytes (the bytes pragma is for "byte semantics" and not
55075              for "do not produce UTF8 data")
55076      Branch: maint-5.6/perl
55077            ! t/lib/charnames.t t/op/substr.t toke.c
55078           !> sv.c t/pragma/utf8.t
55079 ____________________________________________________________________________
55080 [  8575] By: jhi                                   on 2001/01/28  04:01:51
55081         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
55082              
55083              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
55084              
55085              Subject: [ID 20001230.003] UTF-8 tr still hurts
55086              
55087              Test cases for #8385 (from Simon's "torture.pl")
55088              
55089              Start fixing UTF-8 lval substr() (8405)
55090      Branch: maint-5.6/perl
55091           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
55092           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
55093 ____________________________________________________________________________
55094 [  8574] By: jhi                                   on 2001/01/28  03:09:06
55095         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
55096              from mainline.
55097              
55098              UTF-8 cleanup.
55099              
55100              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
55101              
55102              "\x{FF}\xFF" was broken.
55103              
55104              Tests for #8329 and #8330.
55105              
55106              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
55107              
55108              IRIX compiler noticed that the bof initialization might be
55109              bypassed by control flow.
55110              
55111              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
55112      Branch: maint-5.6/perl
55113           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
55114           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
55115 ____________________________________________________________________________
55116 [  8573] By: jhi                                   on 2001/01/28  02:06:12
55117         Log: Retract #8552.
55118      Branch: perl
55119            ! lib/Text/Wrap.pm t/lib/textwrap.t
55120 ____________________________________________________________________________
55121 [  8572] By: jhi                                   on 2001/01/28  02:04:49
55122         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
55123              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
55124              not really integrated but instead salvaged by hand
55125              (they had too many dependencies on the development release
55126              to be cleanly integratable).
55127              
55128              Subject: more UTF8 test suites and an UTF8 patch
55129              
55130              Tweak for MULTIPLICITY/USE_PERLIO
55131              
55132              Signedness nit.
55133              
55134              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
55135              
55136              Use the UTF8_XXX macros in is_utf8_char().
55137              
55138              Rewrite pp_concat() in terms of sv_catsv().  The . operator
55139              should now be UTF-8-proof.
55140              
55141              Subject: [PATCH perl@8269] scanning two hex-constants
55142              fails on EBCDIC environment (script length.t)
55143              
55144              Add some Unicode chop() tests.
55145      Branch: maint-5.6/perl
55146            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
55147           !> sv.c t/op/chop.t utf8.h
55148 ____________________________________________________________________________
55149 [  8571] By: jhi                                   on 2001/01/28  00:35:59
55150         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
55151              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
55152              
55153              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
55154              
55155              The maxiters upper limit sanity check (guarding against
55156              non-progress) assumed bytes instead of characters in s///
55157              and split().
55158              
55159              Signedness nit.
55160              
55161              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
55162              join() should now be UTF-8-proof.
55163              
55164              More split // UTF-8 tests. (8250)
55165      Branch: maint-5.6/perl
55166           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
55167           !> util.c
55168 ____________________________________________________________________________
55169 [  8570] By: jhi                                   on 2001/01/27  22:15:46
55170         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
55171              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
55172              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
55173              8084,8204,8244,8333 from mainline.
55174              
55175              For -Q where Q might be a one-letter sub name one does no more
55176              get a warning about an unknown filetest (7941,7943,7944,8084).
55177              
55178              Subject: Re: [ID 20001130.011] expression parsing bug ?
55179              
55180              Make uv_to_utf8() to zero-terminate its output buffer.
55181              
55182              Split off t/op/length.t (7995)
55183              
55184              Split off t/op/utf8decode.t (7996)
55185              
55186              Remove an unnecessary 'use utf8' from the utf8.t (7998)
55187              
55188              Split off t/op/concat.t (8004)
55189              
55190              Split off t/op/ver.t (8005)
55191              
55192              Document utf8_length(), utf8_distance(), and utf8_hop().
55193              
55194              Document utf8_to_uv() better.
55195              
55196              Introduce macros for UTF8 decoding (8028,8033).
55197              
55198              Add test for reverse() (8030,8031).
55199              
55200              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
55201              
55202              Do not return the Unicode replacement character    on UTF-8
55203              decoding failure.
55204              
55205              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
55206              not this_utf8 i.e. the output string has one, but don't mess
55207              with source assumption. (8052,8053)
55208              
55209              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
55210              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
55211              was not expecting to be called with something that was already
55212              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
55213              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
55214              (8054)
55215              
55216              Recode the naughty binary bytes in utf8decode.t using the \xHH.
55217              
55218              Make some panic messages a bit more logical.
55219      Branch: maint-5.6/perl
55220           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
55221           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
55222           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
55223           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
55224           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
55225           !> utf8.c utf8.h
55226 ____________________________________________________________________________
55227 [  8569] By: jhi                                   on 2001/01/27  19:16:43
55228         Log: Integrate changes #7750 from perlio and #8566 from mainline.
55229      Branch: maint-5.6/perl
55230           !> regexec.c sv.c
55231 ____________________________________________________________________________
55232 [  8568] By: jhi                                   on 2001/01/27  18:06:51
55233         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
55234              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
55235              7935[-perlio.c],7936,7959,7965 from mainline.
55236              
55237              Change the "big byte" error message to "Wide character".
55238              (7355, the croak-if-wide-chars-in-print part ignored)
55239              
55240              Use UINT64_C().
55241              
55242              Introduce Perl_utf8_length().
55243              
55244              diff -se shows these as different (7753, forgotten check-ins)
55245              
55246              Subject: [PATCH] doop.c - UTF8 tr///
55247              
55248              If we use (aTHX_ ...) then put Perl_ on the front.
55249              
55250              Make utf8_length() and utf8_distance() to be less forgiving
55251              about bad UTF-8.
55252              
55253              Test line numbers are different with utf8.
55254              
55255              No need to scan till infinity, 13 is enough. (7872,7911)
55256              
55257              Subject: [PATCH] Tokeniser debugging
55258              
55259              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
55260              
55261              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
55262              
55263              Be more careful in Perl_sv_utf8_downgrade().
55264              
55265              Use DO_UTF8().
55266              
55267              Raw zero bytes in text files confuse at least GNU patch 2.1.
55268      Branch: maint-5.6/perl
55269           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
55270           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
55271           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
55272           !> t/pragma/utf8.t toke.c utf8.c utf8.h
55273 ____________________________________________________________________________
55274 [  8567] By: nick                                  on 2001/01/27  11:10:38
55275         Log: Integrate mainline
55276      Branch: perlio
55277           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
55278           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
55279           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
55280           !> toke.c
55281 ____________________________________________________________________________
55282 [  8566] By: jhi                                   on 2001/01/27  06:22:48
55283         Log: More documentation for the regexp context stack.
55284      Branch: perl
55285            ! regexec.c
55286 ____________________________________________________________________________
55287 [  8565] By: jhi                                   on 2001/01/27  05:21:57
55288         Log: Update Changes.
55289      Branch: perl
55290            ! Changes patchlevel.h
55291 ____________________________________________________________________________
55292 [  8564] By: jhi                                   on 2001/01/27  04:44:04
55293         Log: Threadedness patch for #8562 from Doug MacEachern.
55294      Branch: perl
55295            ! toke.c
55296 ____________________________________________________________________________
55297 [  8563] By: jhi                                   on 2001/01/27  04:26:24
55298         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
55299              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
55300              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
55301              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
55302      Branch: perl
55303            ! op.c
55304 ____________________________________________________________________________
55305 [  8562] By: jhi                                   on 2001/01/27  04:20:30
55306         Log: Subject: Re: Announce : Tokener reporting patch
55307              From: Simon Cozens <simon@cozens.net>
55308              Date: Mon, 22 Jan 2001 02:17:22 +0000
55309              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
55310      Branch: perl
55311            ! embed.h embed.pl proto.h toke.c
55312 ____________________________________________________________________________
55313 [  8561] By: jhi                                   on 2001/01/27  04:17:24
55314         Log: Forgot from #8545.  Oops.
55315      Branch: perl
55316            ! pp.c t/pragma/overload.t
55317 ____________________________________________________________________________
55318 [  8560] By: jhi                                   on 2001/01/27  03:01:47
55319         Log: A better module compilation test, use MANIFEST as suggested
55320              by Spider.
55321      Branch: perl
55322            ! t/lib/1_compile.t
55323 ____________________________________________________________________________
55324 [  8559] By: jhi                                   on 2001/01/27  02:50:48
55325         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
55326              From: Peter Prymmer <pvhp@forte.com>
55327              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
55328              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
55329      Branch: perl
55330            ! t/lib/b.t
55331 ____________________________________________________________________________
55332 [  8558] By: jhi                                   on 2001/01/27  02:27:05
55333         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
55334              From: Peter Prymmer <pvhp@forte.com>
55335              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
55336              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
55337      Branch: perl
55338            ! t/pragma/sub_lval.t
55339 ____________________________________________________________________________
55340 [  8557] By: jhi                                   on 2001/01/27  02:26:03
55341         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
55342              From: Peter Prymmer <pvhp@forte.com>
55343              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
55344              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
55345      Branch: perl
55346            ! t/lib/st-06compat.t
55347 ____________________________________________________________________________
55348 [  8556] By: jhi                                   on 2001/01/27  02:24:33
55349         Log: Subject: [PATCH: perl@8531] minor update to README.os390
55350              From: Peter Prymmer <pvhp@forte.com>
55351              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
55352              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
55353      Branch: perl
55354            ! README.os390
55355 ____________________________________________________________________________
55356 [  8555] By: jhi                                   on 2001/01/27  00:35:47
55357         Log: No point in checking the length before we know whether the pointer
55358              is bogus or not, fixes Abigail's odbm failures in Linux.
55359      Branch: perl
55360            ! sv.c
55361 ____________________________________________________________________________
55362 [  8554] By: nick                                  on 2001/01/26  19:01:31
55363         Log: Integrate mainline
55364      Branch: perlio
55365           !> lib/Text/Wrap.pm t/lib/textwrap.t
55366 ____________________________________________________________________________
55367 [  8553] By: jhi                                   on 2001/01/26  15:19:39
55368         Log: Integrate change #7792 from perlio (multiplicity fix),
55369              fix the AV leak in regex DEBUGGING (tiny part of the
55370              polymorphic regexp patch #8143).
55371      Branch: maint-5.6/perl
55372            ! regcomp.c
55373           !> scope.h
55374 ____________________________________________________________________________
55375 [  8552] By: jhi                                   on 2001/01/26  15:03:23
55376         Log: (Retracted by #8573)
55377              
55378              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
55379              From: Michael G Schwern <schwern@pobox.com>
55380              Date: Fri, 26 Jan 2001 09:28:31 -0500
55381              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
55382      Branch: perl
55383            ! lib/Text/Wrap.pm t/lib/textwrap.t
55384 ____________________________________________________________________________
55385 [  8551] By: jhi                                   on 2001/01/26  02:33:19
55386         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
55387              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
55388              
55389              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
55390              
55391              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
55392              
55393              Message nit.
55394              
55395              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
55396              
55397              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
55398              
55399              (the cleanup of unused submatches in regtry() and regcppop())
55400              
55401              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
55402              stored and restored, and thusly was trounced by the utf8 swash
55403              routines.
55404              
55405              use utf8 not required to use \x{}.
55406              
55407              Removed two more tests that make no sense in UTF-8 since the test
55408              data is not in UTF-8.
55409              
55410              Get the three different space character classes right under utf8.
55411              
55412              Implement ANYOFUTF8 regprop() dumping.
55413              
55414              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
55415              
55416              Document the regex context pushing/popping a bit better.
55417      Branch: maint-5.6/perl
55418           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
55419           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
55420           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
55421           !> t/op/regmesg.t utf8.c
55422 ____________________________________________________________________________
55423 [  8550] By: nick                                  on 2001/01/25  19:42:30
55424         Log: Integrate mainline
55425      Branch: perlio
55426           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
55427           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
55428           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
55429           !> t/lib/bigint.t t/lib/bigintpm.t
55430 ____________________________________________________________________________
55431 [  8549] By: jhi                                   on 2001/01/25  15:22:28
55432         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
55433      Branch: maint-5.6/perl
55434            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
55435 ____________________________________________________________________________
55436 [  8548] By: jhi                                   on 2001/01/25  15:02:55
55437         Log: Integrate changes #7997,8063,8492,8547 from mainline.
55438              
55439              Subject: Re: STRLEN - what?
55440              
55441              Subject: [PATCH] perlguts.pod
55442              
55443              Memory management calls documentation.
55444              
55445              Layout using tabulator is not a good idea in a pod.
55446      Branch: maint-5.6/perl
55447           !> pod/perlguts.pod
55448 ____________________________________________________________________________
55449 [  8547] By: jhi                                   on 2001/01/25  14:49:05
55450         Log: Layout using tabulator is not a good idea in a pod.
55451      Branch: perl
55452            ! pod/perlguts.pod
55453 ____________________________________________________________________________
55454 [  8546] By: jhi                                   on 2001/01/25  14:31:12
55455         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
55456              from mainline.
55457              
55458              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
55459              
55460              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
55461              
55462              More Win32 editor/IDE/shell hints.
55463              
55464              More Win32 Perling.
55465              
55466              Yet another editor edit.
55467              
55468              Edit edit edit.
55469              
55470              IDE/editor section tweaking.
55471              
55472              Few more IDE/editor nits from p5p.
55473      Branch: maint-5.6/perl
55474           !> pod/perlfaq3.pod
55475 ____________________________________________________________________________
55476 [  8545] By: jhi                                   on 2001/01/25  04:16:32
55477         Log: Subject: [PATCH 5.7.0] overload int()
55478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55479              Date: Wed, 24 Jan 2001 19:06:57 -0500
55480              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
55481      Branch: perl
55482            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
55483            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
55484            ! t/lib/bigintpm.t
55485 ____________________________________________________________________________
55486 [  8544] By: jhi                                   on 2001/01/25  04:15:11
55487         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
55488              From: Peter Prymmer <pvhp@forte.com>
55489              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
55490              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
55491      Branch: perl
55492            ! Makefile.SH README.os390 hints/os390.sh installperl
55493 ____________________________________________________________________________
55494 [  8543] By: jhi                                   on 2001/01/25  03:52:08
55495         Log: Integrate change #8462,8469 from mainline.
55496              
55497              In VMS Perl subversion (perl -V) is undef.
55498      Branch: maint-5.6/perl
55499           !> configure.com
55500 ____________________________________________________________________________
55501 [  8542] By: jhi                                   on 2001/01/25  03:44:55
55502         Log: Integrate changes #7835,7850,8315,8316 from mainline.
55503              
55504              Solaris hints.
55505      Branch: maint-5.6/perl
55506           !> hints/solaris_2.sh
55507 ____________________________________________________________________________
55508 [  8541] By: jhi                                   on 2001/01/25  03:39:28
55509         Log: Integrate #8336 from mainline.
55510      Branch: maint-5.6/perl
55511           !> hv.c
55512 ____________________________________________________________________________
55513 [  8540] By: jhi                                   on 2001/01/25  03:23:50
55514         Log: Retract #8539.
55515      Branch: maint-5.6/perl
55516            ! pod/perlfaq3.pod
55517 ____________________________________________________________________________
55518 [  8539] By: jhi                                   on 2001/01/25  03:21:55
55519         Log: (Retracted by #8540.)
55520      Branch: maint-5.6/perl
55521            ! pod/perlfaq3.pod
55522 ____________________________________________________________________________
55523 [  8538] By: jhi                                   on 2001/01/25  03:14:07
55524         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
55525              From: Peter Prymmer <pvhp@forte.com>
55526              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
55527              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
55528              
55529              The VMS bits.
55530      Branch: maint-5.6/perl
55531            ! configure.com vms/descrip_mms.template
55532 ____________________________________________________________________________
55533 [  8537] By: jhi                                   on 2001/01/25  03:06:09
55534         Log: Integrate #7710,7824,7973 from mainline.
55535      Branch: maint-5.6/perl
55536           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
55537           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
55538           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
55539           !> vos/config.ga.def vos/config.ga.h win32/config.bc
55540           !> win32/config.gc win32/config.vc
55541 ____________________________________________________________________________
55542 [  8536] By: jhi                                   on 2001/01/24  13:50:20
55543         Log: Revert the edits made by me so far to the 5.6 branch since
55544              the TRIAL1 since I did edits when I should have been using
55545              integrates.  Bad programmer.   (Will integrate them properly later.)
55546              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
55547              The #8353 will not be reapplied at least for now since
55548              the UTF-8 hash keys need more thinking.
55549              (The patches #8347, #8354, #8454, #8473 were okay since they
55550              were original edits made specifically for the 5.6.1-TRIAL1.)
55551      Branch: maint-5.6/perl
55552            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55553            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
55554            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
55555            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
55556            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
55557            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
55558            ! win32/config.bc win32/config.gc win32/config.vc
55559 ____________________________________________________________________________
55560 [  8535] By: bailey                                on 2001/01/24  06:37:02
55561         Log: SYN SYN
55562      Branch: vmsperl
55563           +> (branch 26 files)
55564           !> (integrate 130 files)
55565 ____________________________________________________________________________
55566 [  8534] By: nick                                  on 2001/01/23  19:30:57
55567         Log: Integrate mainline.
55568      Branch: perlio
55569           !> Changes Configure Porting/Glossary Porting/config.sh
55570           !> Porting/config_H embed.h embed.pl ext/Encode/compile
55571           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
55572           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
55573           !> pod/perlvar.pod proto.h t/lib/1_compile.t
55574 ____________________________________________________________________________
55575 [  8533] By: jhi                                   on 2001/01/23  16:15:46
55576         Log: Forgotten from #8501.
55577      Branch: perl
55578            ! Porting/Glossary Porting/config.sh Porting/config_H
55579 ____________________________________________________________________________
55580 [  8532] By: jhi                                   on 2001/01/23  16:13:27
55581         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
55582              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
55583              Date: Mon, 22 Jan 2001 17:51:58 +0100
55584              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
55585      Branch: perl
55586            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
55587 ____________________________________________________________________________
55588 [  8531] By: jhi                                   on 2001/01/23  15:46:01
55589         Log: Update Changes.
55590      Branch: perl
55591            ! Changes patchlevel.h
55592 ____________________________________________________________________________
55593 [  8530] By: jhi                                   on 2001/01/23  15:38:39
55594         Log: De-cut-and-pasto.
55595      Branch: perl
55596            ! t/lib/1_compile.t
55597 ____________________________________________________________________________
55598 [  8529] By: jhi                                   on 2001/01/23  15:11:04
55599         Log: Document the mkdir trailing slashes case.
55600      Branch: perl
55601            ! pod/perlfunc.pod
55602 ____________________________________________________________________________
55603 [  8528] By: jhi                                   on 2001/01/23  15:08:28
55604         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
55605              get installed:
55606              
55607              Subject: lib/lib.pm
55608              From: <abigail@foad.org>
55609              Date: Mon, 28 Aug 2000 20:35:08 -0400
55610              Message-ID: <20000829003508.21281.qmail@foad.org>
55611      Branch: perl
55612            ! installperl
55613 ____________________________________________________________________________
55614 [  8527] By: jhi                                   on 2001/01/23  14:44:04
55615         Log: Metaconfig unit change for #8526.
55616      Branch: metaconfig
55617            ! U/threads/archname.U
55618 ____________________________________________________________________________
55619 [  8526] By: jhi                                   on 2001/01/23  14:43:19
55620         Log: Attach -perlio to the archname if so selected.
55621      Branch: perl
55622            ! Configure
55623 ____________________________________________________________________________
55624 [  8525] By: jhi                                   on 2001/01/23  14:24:01
55625         Log: Subject: [PATCH] pod/perlvar.pod
55626              From: abigail@foad.org
55627              Date: Tue, 23 Jan 2001 01:41:10 +0100
55628              Message-ID: <20010123004110.22259.qmail@foad.org>
55629      Branch: perl
55630            ! pod/perlvar.pod
55631 ____________________________________________________________________________
55632 [  8524] By: jhi                                   on 2001/01/23  14:22:32
55633         Log: A bug introduced in #8217 (the undefined variable in the
55634              lib/safe1_t #3) fixed, by Charles Lane:
55635              
55636              The earlier patch made it so that stuff running in Safe
55637              compartments could do a "caller" and see "main".  That
55638              little change in name is done right before the code in
55639              the compartment is run, and apparantly the parser
55640              was picking up the stash name before it got changed.
55641              
55642              (why it was threaded vs. unthreaded Perl that was sensitive to this
55643              I still don't know...and it probably doesn't matter).
55644              
55645              I tryed removing the stash name-change and saw that threaded Perl
55646              did indeed pass the lib/safe1.t tests.
55647              
55648              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
55649              do the name change (and to connect _ in the compartment to the global
55650              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
55651              to call _safe_pkg_prep when creating a new compartment.
55652              
55653              Passes all tests with threaded perl on linux; passes all tests
55654              with unthreaded perl on VMS.
55655              
55656              At some point I'll probably want to revisit Safe and Opcode to
55657              provide more sensible handling of global variables...and to get
55658              formats working in Safe compartments, which they don't do currently.
55659      Branch: perl
55660            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
55661 ____________________________________________________________________________
55662 [  8523] By: jhi                                   on 2001/01/23  14:11:58
55663         Log: Also the lib/Thread.pm itself needs to be ignored if
55664              the Thread extension hasn't been built.
55665      Branch: perl
55666            ! t/lib/1_compile.t
55667 ____________________________________________________________________________
55668 [  8522] By: jhi                                   on 2001/01/23  13:51:28
55669         Log: print() instead of warn() so that stderr doesn't get
55670              unnecessarily polluted.
55671      Branch: perl
55672            ! ext/Encode/compile
55673 ____________________________________________________________________________
55674 [  8521] By: jhi                                   on 2001/01/23  13:49:48
55675         Log: Integrate perlio.
55676      Branch: perl
55677           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
55678           !> ext/Encode/encode.h
55679 ____________________________________________________________________________
55680 [  8520] By: nick                                  on 2001/01/22  21:44:00
55681         Log: More messing with Encode:
55682              Extra fields in header to allow multiple names and to record
55683              other things "compile" knows.
55684              Re-organise compile to factor out common output routines.
55685      Branch: perlio
55686            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
55687 ____________________________________________________________________________
55688 [  8519] By: nick                                  on 2001/01/22  20:33:50
55689         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
55690      Branch: perlio
55691            ! ext/Encode/Makefile.PL ext/Encode/compile
55692 ____________________________________________________________________________
55693 [  8518] By: nick                                  on 2001/01/22  20:28:13
55694         Log: Integrate mainline
55695      Branch: perlio
55696           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
55697           !> vos/config.alpha.def vos/config.alpha.h
55698 ____________________________________________________________________________
55699 [  8517] By: jhi                                   on 2001/01/22  15:37:17
55700         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
55701              by Inaba Hiroto.
55702      Branch: perl
55703            ! sv.c
55704 ____________________________________________________________________________
55705 [  8516] By: jhi                                   on 2001/01/22  14:55:15
55706         Log: More SIG_SIZE fixes.
55707      Branch: perl
55708            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
55709 ____________________________________________________________________________
55710 [  8515] By: jhi                                   on 2001/01/22  14:50:27
55711         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
55712              From: "Craig A. Berry" <craigberry@mac.com>
55713              Date: Mon, 22 Jan 2001 00:42:24 -0600
55714              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
55715      Branch: perl
55716            ! configure.com
55717 ____________________________________________________________________________
55718 [  8514] By: jhi                                   on 2001/01/22  14:31:17
55719         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
55720              From: "Craig A. Berry" <craigberry@mac.com>
55721              Date: Sun, 21 Jan 2001 23:03:25 -0600
55722              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
55723      Branch: perl
55724            ! configure.com
55725 ____________________________________________________________________________
55726 [  8513] By: jhi                                   on 2001/01/22  14:14:00
55727         Log: Add the .ucm encoding tables to the MANIFEST.
55728      Branch: perl
55729            ! MANIFEST
55730 ____________________________________________________________________________
55731 [  8512] By: jhi                                   on 2001/01/22  13:43:33
55732         Log: Integrate perlio.
55733      Branch: perl
55734           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
55735           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
55736           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
55737           +> ext/Encode/Encode/iso8859-10.ucm
55738           +> ext/Encode/Encode/iso8859-13.ucm
55739           +> ext/Encode/Encode/iso8859-14.ucm
55740           +> ext/Encode/Encode/iso8859-15.ucm
55741           +> ext/Encode/Encode/iso8859-16.ucm
55742           +> ext/Encode/Encode/iso8859-2.ucm
55743           +> ext/Encode/Encode/iso8859-3.ucm
55744           +> ext/Encode/Encode/iso8859-4.ucm
55745           +> ext/Encode/Encode/iso8859-5.ucm
55746           +> ext/Encode/Encode/iso8859-6.ucm
55747           +> ext/Encode/Encode/iso8859-7.ucm
55748           +> ext/Encode/Encode/iso8859-8.ucm
55749           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
55750           +> ext/Encode/Encode/symbol.ucm
55751           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
55752           !> perliol.h
55753 ____________________________________________________________________________
55754 [  8511] By: nick                                  on 2001/01/21  23:44:47
55755         Log: Make "real" layers of ":utf8" and ":raw".
55756              So now PERLIO=utf8 perl ...
55757              does what Andreas wanted.
55758              Fix arg passing in open.pm (still have a Carp issue).
55759      Branch: perlio
55760            ! lib/open.pm perlio.c perliol.h
55761 ____________________________________________________________________________
55762 [  8510] By: jhi                                   on 2001/01/21  22:56:53
55763         Log: Document the regex content pushing/popping a bit better.
55764      Branch: perl
55765            ! regexec.c
55766 ____________________________________________________________________________
55767 [  8509] By: jhi                                   on 2001/01/21  22:55:44
55768         Log: Tweak the mkdir trailing slash code some more.
55769              
55770              TO DO: the same handling should probably be done for
55771              all the other filesystem functions that can have directories
55772              as their arguments.
55773      Branch: perl
55774            ! pp_sys.c
55775 ____________________________________________________________________________
55776 [  8508] By: nick                                  on 2001/01/21  21:37:43
55777         Log: Switch "compiled in" encodings to .ucm format.
55778              (Leave others as .enc till we can run-time load .ucm,
55779              or find some other way to load them.)
55780      Branch: perlio
55781            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
55782            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
55783            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
55784            + ext/Encode/Encode/iso8859-10.ucm
55785            + ext/Encode/Encode/iso8859-13.ucm
55786            + ext/Encode/Encode/iso8859-14.ucm
55787            + ext/Encode/Encode/iso8859-15.ucm
55788            + ext/Encode/Encode/iso8859-16.ucm
55789            + ext/Encode/Encode/iso8859-2.ucm
55790            + ext/Encode/Encode/iso8859-3.ucm
55791            + ext/Encode/Encode/iso8859-4.ucm
55792            + ext/Encode/Encode/iso8859-5.ucm
55793            + ext/Encode/Encode/iso8859-6.ucm
55794            + ext/Encode/Encode/iso8859-7.ucm
55795            + ext/Encode/Encode/iso8859-8.ucm
55796            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
55797            + ext/Encode/Encode/symbol.ucm
55798            ! ext/Encode/Makefile.PL ext/Encode/compile
55799 ____________________________________________________________________________
55800 [  8507] By: nick                                  on 2001/01/21  21:02:03
55801         Log: Integrate (partial) mainline.
55802      Branch: perlio
55803           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
55804           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
55805           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55806 ____________________________________________________________________________
55807 [  8506] By: jhi                                   on 2001/01/21  20:09:30
55808         Log: Update Changes.
55809      Branch: perl
55810            ! Changes patchlevel.h
55811 ____________________________________________________________________________
55812 [  8505] By: jhi                                   on 2001/01/21  19:39:59
55813         Log: Subject: Minor typos in perlfaq2.pod
55814              From: "Stephen P. Potter" <spp@spotter.yi.org>
55815              Message-Id: <200101192101.QAA11911@spotter.yi.org>
55816              Date: Fri, 19 Jan 2001 16:01:13 -0500
55817              
55818              with a nit from Philip Newton.
55819      Branch: perl
55820            ! pod/perlfaq2.pod
55821 ____________________________________________________________________________
55822 [  8504] By: jhi                                   on 2001/01/21  19:33:05
55823         Log: Metaconfig change for #8503.
55824      Branch: metaconfig
55825            ! U/threads/usethreads.U
55826 ____________________________________________________________________________
55827 [  8503] By: jhi                                   on 2001/01/21  19:32:21
55828         Log: Sanity check for conflicting thread flavours.
55829      Branch: perl
55830            ! Configure config_h.SH
55831 ____________________________________________________________________________
55832 [  8502] By: jhi                                   on 2001/01/21  19:23:00
55833         Log: Metaconfig change for #8501.
55834      Branch: metaconfig
55835            ! U/modified/sig_name.U
55836 ____________________________________________________________________________
55837 [  8501] By: jhi                                   on 2001/01/21  19:22:26
55838         Log: The SIG_SIZE is the number of the elements *excluding*
55839              the terminating NULL.
55840      Branch: perl
55841            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
55842            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
55843            ! win32/config_H.vc
55844 ____________________________________________________________________________
55845 [  8500] By: jhi                                   on 2001/01/21  18:31:31
55846         Log: Integrate perlio.
55847      Branch: perl
55848           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
55849           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
55850           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
55851           !> pp_sys.c proto.h sv.c
55852 ____________________________________________________________________________
55853 [  8499] By: jhi                                   on 2001/01/21  17:43:57
55854         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
55855              From: Hugo <hv@crypt.compulink.co.uk>
55856              Date: Sun, 21 Jan 2001 13:34:05 +0000
55857              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
55858              
55859              In sprintf UTF8ize only if necessary.
55860      Branch: perl
55861            ! sv.c
55862 ____________________________________________________________________________
55863 [  8498] By: nick                                  on 2001/01/21  16:25:32
55864         Log: Encode cleanup.
55865              Add command line control over "compile" so that Makefile.PL
55866              needs can be combined with other uses.
55867              Use command line options in Makefile.PL.
55868              Fix multi-byte parsing in .ucm files.
55869      Branch: perlio
55870            ! ext/Encode/Makefile.PL ext/Encode/compile
55871 ____________________________________________________________________________
55872 [  8497] By: nick                                  on 2001/01/21  12:56:27
55873         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
55874      Branch: perlio
55875            ! ext/Encode/Encode.xs
55876 ____________________________________________________________________________
55877 [  8496] By: nick                                  on 2001/01/21  12:18:45
55878         Log: Fixup after integrate:
55879              missed the .sym files that are changed by regen_headers
55880              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
55881      Branch: perlio
55882            ! global.sym pp.sym sv.c
55883 ____________________________________________________________________________
55884 [  8495] By: nick                                  on 2001/01/21  11:51:07
55885         Log: Integrate mainline.
55886      Branch: perlio
55887           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
55888           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
55889           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
55890           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
55891           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
55892           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
55893           !> win32/Makefile win32/makefile.mk
55894 ____________________________________________________________________________
55895 [  8494] By: jhi                                   on 2001/01/20  23:12:11
55896         Log: Forgot the expect_number() prototype.
55897      Branch: perl
55898            ! embed.h embed.pl proto.h
55899 ____________________________________________________________________________
55900 [  8493] By: jhi                                   on 2001/01/20  22:56:39
55901         Log: Subject: [PATCH: perl@8482] README.vms URL updates
55902              From: Peter Prymmer <pvhp@forte.com>
55903              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
55904              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
55905              
55906              Plus Craig A. Berry's suggestion to use compaq.com instead
55907              of digital.com.
55908      Branch: perl
55909            ! README.vms
55910 ____________________________________________________________________________
55911 [  8492] By: jhi                                   on 2001/01/20  22:50:05
55912         Log: Memory management calls documentation.
55913      Branch: perl
55914            ! pod/perlguts.pod
55915 ____________________________________________________________________________
55916 [  8491] By: jhi                                   on 2001/01/20  22:38:33
55917         Log: Signedness nit plus few memcpy/Copy nits.
55918      Branch: perl
55919            ! sv.c
55920 ____________________________________________________________________________
55921 [  8490] By: jhi                                   on 2001/01/20  22:25:53
55922         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
55923              From: Peter Prymmer <pvhp@forte.com>
55924              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
55925              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
55926      Branch: perl
55927            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
55928 ____________________________________________________________________________
55929 [  8489] By: jhi                                   on 2001/01/20  22:24:41
55930         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
55931              From: Peter Prymmer <pvhp@forte.com>
55932              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
55933              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
55934      Branch: perl
55935            ! win32/Makefile win32/makefile.mk
55936 ____________________________________________________________________________
55937 [  8488] By: jhi                                   on 2001/01/20  22:22:27
55938         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
55939              From: Peter Prymmer <pvhp@forte.com>
55940              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
55941              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
55942      Branch: perl
55943            ! Makefile.SH
55944 ____________________________________________________________________________
55945 [  8487] By: jhi                                   on 2001/01/20  22:21:18
55946         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
55947              From: Peter Prymmer <pvhp@forte.com>
55948              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
55949              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
55950      Branch: perl
55951            + ext/DynaLoader/dl_dllload.xs
55952            ! MANIFEST Makefile.SH hints/os390.sh
55953 ____________________________________________________________________________
55954 [  8486] By: jhi                                   on 2001/01/20  22:17:53
55955         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
55956              From: Peter Prymmer <pvhp@forte.com>
55957              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
55958              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
55959      Branch: perl
55960            ! README.os390 README.posix-bc
55961 ____________________________________________________________________________
55962 [  8485] By: jhi                                   on 2001/01/20  20:15:30
55963         Log: Document and test the new qu operator.
55964      Branch: perl
55965            + t/op/qu.t
55966            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
55967            ! pod/perlretut.pod pod/perlunicode.pod
55968 ____________________________________________________________________________
55969 [  8484] By: nick                                  on 2001/01/20  19:42:30
55970         Log: Infrastructure to allow:
55971              open($fh,"|-",@array);
55972              to be implemented
55973              i.e. mark pp_open as needing a stack mark, and make pp_open
55974              process its args in that style (and pass them _all_ to tied handles OPEN).
55975              Invent do_openn() which takes SV ** at allow it to see multiple args.
55976              Note this does not _do_ anything yet.
55977      Branch: perlio
55978            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
55979            ! perlapi.c pp_proto.h pp_sys.c proto.h
55980 ____________________________________________________________________________
55981 [  8483] By: nick                                  on 2001/01/20  17:23:14
55982         Log: Integrate mainline.
55983      Branch: perlio
55984           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
55985           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
55986 ____________________________________________________________________________
55987 [  8482] By: jhi                                   on 2001/01/19  15:37:49
55988         Log: Update Changes.
55989      Branch: perl
55990            ! Changes patchlevel.h
55991 ____________________________________________________________________________
55992 [  8481] By: jhi                                   on 2001/01/19  14:41:24
55993         Log: Subject: Re: new feature: s?printf parameter reordering 
55994              From: Hugo <hv@crypt.compulink.co.uk>
55995              Date: Thu, 11 Jan 2001 17:09:03 +0000
55996              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
55997              
55998              - support reordering for all parameters: %, *v, *, .*
55999              - lay down that the reordering specification must immediately
56000              follow that parameter: %3$, *v3$, *3$, .*3$
56001              - fix vectorisation of a zero-length string
56002              - factor out the code choosing the argument to format
56003              
56004              Possibly unwanted side-effects:
56005              - the special format specifiers ' +-0' must now precede any
56006              vectorisation specifier. Tests in op/sprintf and op/ver
56007              have been changed to reflect this.
56008              - sprintf.t test #214 changed its expectations because in many
56009              cases, the next parameter has already been consumed when an
56010              invalid type letter is detected.
56011              
56012              Probably wanted side-effects:
56013              - attempts to format a non-existent parameter will warn as if C<undef>
56014              - attempt to write to non-existent parameter with '%n' will complain
56015              of "attempt to modify read-only value" instead of being silent
56016      Branch: perl
56017            ! sv.c t/op/sprintf.t t/op/ver.t
56018 ____________________________________________________________________________
56019 [  8480] By: jhi                                   on 2001/01/19  14:08:37
56020         Log: Subject: PATCH pragma/locale.t
56021              From: andreas.koenig@anima.de (Andreas J. Koenig)
56022              Date: 18 Jan 2001 09:45:37 +0100
56023              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
56024      Branch: perl
56025            ! t/pragma/locale.t
56026 ____________________________________________________________________________
56027 [  8479] By: jhi                                   on 2001/01/19  13:19:58
56028         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
56029      Branch: perl
56030            ! configure.com
56031 ____________________________________________________________________________
56032 [  8478] By: jhi                                   on 2001/01/19  02:12:35
56033         Log: Automate 1_compile.t.
56034      Branch: perl
56035            ! t/lib/1_compile.t
56036 ____________________________________________________________________________
56037 [  8477] By: jhi                                   on 2001/01/19  01:49:56
56038         Log: Integrate perlio.
56039      Branch: perl
56040           !> sv.c win32/config.bc win32/config.gc win32/config.vc
56041           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
56042 ____________________________________________________________________________
56043 [  8476] By: nick                                  on 2001/01/18  21:51:52
56044         Log: Integrate mainline
56045      Branch: perlio
56046           +> t/lib/1_compile.t t/lib/compmod.pl
56047           !> MANIFEST configure.com lib/unicode/distinct.pm
56048 ____________________________________________________________________________
56049 [  8475] By: nick                                  on 2001/01/18  21:48:02
56050         Log: Win32 "safe signals" co-existance fix.
56051              Fix SIG_SIZE value.
56052              Clear PL_sig_pending when cloning (fork).
56053      Branch: perlio
56054            ! sv.c win32/config.bc win32/config.gc win32/config.vc
56055            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56056 ____________________________________________________________________________
56057 [  8474] By: jhi                                   on 2001/01/18  14:40:57
56058         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
56059      Branch: perl
56060            ! t/lib/1_compile.t
56061 ____________________________________________________________________________
56062 [  8473] By: gsar                                  on 2001/01/18  11:42:31
56063         Log: unsubmitted trial1 change
56064      Branch: maint-5.6/perl
56065            ! Changes
56066 ____________________________________________________________________________
56067 [  8472] By: jhi                                   on 2001/01/18  04:30:24
56068         Log: The first bug found by 1_compile.t.
56069      Branch: perl
56070            ! lib/unicode/distinct.pm
56071 ____________________________________________________________________________
56072 [  8471] By: jhi                                   on 2001/01/18  04:29:42
56073         Log: Add Schwern's 1_compile test.  The compile_module script renamed
56074              to be a bit shorter for the 8.3 people.
56075      Branch: perl
56076            + t/lib/1_compile.t t/lib/compmod.pl
56077            ! MANIFEST
56078 ____________________________________________________________________________
56079 [  8470] By: jhi                                   on 2001/01/18  04:16:00
56080         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)
56081              From: Peter Prymmer <pvhp@forte.com>
56082              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
56083              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
56084              Replace #8463.
56085      Branch: maint-5.6/perl
56086            ! configure.com
56087 ____________________________________________________________________________
56088 [  8469] By: jhi                                   on 2001/01/18  04:13:02
56089         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)
56090              From: Peter Prymmer <pvhp@forte.com>
56091              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
56092              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
56093              Replace #8462.
56094      Branch: perl
56095            ! configure.com
56096 ____________________________________________________________________________
56097 [  8468] By: jhi                                   on 2001/01/18  03:42:08
56098         Log: Integrate perlio.
56099      Branch: perl
56100           !> gv.c mg.c perlio.c util.c
56101 ____________________________________________________________________________
56102 [  8467] By: nick                                  on 2001/01/17  22:41:10
56103         Log: "Safe" signals - trial implementation.
56104              gv.c tweaked to zero PL_sig_pend array
56105              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
56106              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
56107              Odd thing is that it "works" with PERLIO=stdio as well (linux).
56108      Branch: perlio
56109            ! gv.c mg.c perlio.c util.c
56110 ____________________________________________________________________________
56111 [  8466] By: nick                                  on 2001/01/17  20:40:20
56112         Log: Integrate mainline.
56113      Branch: perlio
56114           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
56115           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
56116           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
56117           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56118           !> vos/config.ga.h win32/config.bc win32/config.gc
56119           !> win32/config.vc
56120 ____________________________________________________________________________
56121 [  8465] By: jhi                                   on 2001/01/17  18:37:13
56122         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
56123              From: Nicholas Clark <nick@ccl4.org>
56124              Date: Wed, 17 Jan 2001 17:31:33 +0000
56125              Message-ID: <20010117173133.I2633@plum.flirble.org>
56126      Branch: perl
56127            ! t/op/int.t
56128 ____________________________________________________________________________
56129 [  8464] By: jhi                                   on 2001/01/17  14:43:17
56130         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
56131              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56132              Date: Wed, 17 Jan 2001 15:16:43 +0100
56133              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
56134              
56135              pp_int() was dropping an NV to the floor,
56136              int(279964589018079/59) either returned not an integer
56137              4745162525730.15, or one got "Attempt to free unreferenced scalar."
56138      Branch: perl
56139            ! pp.c
56140 ____________________________________________________________________________
56141 [  8463] By: jhi                                   on 2001/01/17  06:12:42
56142         Log: (Replaced by #8470)
56143              
56144              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)
56145              From: "Craig A. Berry" <craigberry@mac.com>
56146              Date: Tue, 16 Jan 2001 23:38:46 -0600
56147              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
56148      Branch: maint-5.6/perl
56149            ! configure.com
56150 ____________________________________________________________________________
56151 [  8462] By: jhi                                   on 2001/01/17  06:11:31
56152         Log: (Replaced by #8469)
56153              
56154              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)
56155              From: "Craig A. Berry" <craigberry@mac.com>
56156              Date: Tue, 16 Jan 2001 23:38:46 -0600
56157              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
56158      Branch: perl
56159            ! configure.com
56160 ____________________________________________________________________________
56161 [  8461] By: jhi                                   on 2001/01/17  05:56:12
56162         Log: Allow for one trailing slash in the directory of mkdir().
56163      Branch: perl
56164            ! pp_sys.c
56165 ____________________________________________________________________________
56166 [  8460] By: jhi                                   on 2001/01/17  03:26:01
56167         Log: Metaconfig unit changes for #8459.
56168      Branch: metaconfig
56169            ! U/modified/Loc.U U/modified/sig_name.U
56170 ____________________________________________________________________________
56171 [  8459] By: jhi                                   on 2001/01/17  03:24:48
56172         Log: Define SIG_SIZE, the number of elements in the sig_name and
56173              sig_num arrays, including the final NULL entry.
56174      Branch: perl
56175            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56176            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
56177            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
56178            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
56179            ! win32/config.bc win32/config.gc win32/config.vc
56180 ____________________________________________________________________________
56181 [  8458] By: jhi                                   on 2001/01/17  01:41:33
56182         Log: Integrate perlio.
56183      Branch: perl
56184           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
56185           !> perlapi.h proto.h sv.c
56186 ____________________________________________________________________________
56187 [  8457] By: nick                                  on 2001/01/16  22:07:26
56188         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
56189              Provides all the "cost" but no benefit yet - it is to allow cost
56190              to be measured, and implementation experiments (just in mg.c?).
56191      Branch: perlio
56192            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
56193            ! perlapi.h proto.h sv.c
56194 ____________________________________________________________________________
56195 [  8456] By: nick                                  on 2001/01/16  21:07:07
56196         Log: Integrate mainline.
56197      Branch: perlio
56198           !> (integrate 51 files)
56199 ____________________________________________________________________________
56200 [  8455] By: jhi                                   on 2001/01/16  18:13:43
56201         Log: Subject: [PATCH] regcomp.c old feature removal
56202              From: mjd@plover.com
56203              Date: 16 Jan 2001 14:43:18 -0000 
56204              Message-ID: <20010116144318.7140.qmail@plover.com> 
56205      Branch: perl
56206            ! regcomp.c
56207 ____________________________________________________________________________
56208 [  8454] By: jhi                                   on 2001/01/16  16:12:39
56209         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
56210              From: "Indy Singh" <indy@nusphere.com>
56211              Date: Wed, 10 Jan 2001 20:17:49 -0500
56212              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
56213      Branch: maint-5.6/perl
56214            ! win32/Makefile
56215 ____________________________________________________________________________
56216 [  8453] By: jhi                                   on 2001/01/16  16:09:33
56217         Log: Update Changes.
56218      Branch: perl
56219            ! Changes patchlevel.h
56220 ____________________________________________________________________________
56221 [  8452] By: jhi                                   on 2001/01/16  15:42:04
56222         Log: Subject: Re: API Cleanup
56223              To: perl5-porters@perl.org
56224              Date: Tue, 16 Jan 2001 13:42:30 +0000
56225              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
56226              
56227              Subject: [PATCH] utf8.c documentation
56228              From: Simon Cozens <simon@cozens.net>
56229              Date: Tue, 16 Jan 2001 13:52:48 +0000
56230              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
56231              
56232              Subject: Re: API Cleanup
56233              From: Simon Cozens <simon@cozens.net>
56234              Date: Tue, 16 Jan 2001 14:58:55 +0000
56235              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
56236              
56237              UTF-8 doc patches.
56238      Branch: perl
56239            ! embed.pl pod/perlapi.pod utf8.c
56240 ____________________________________________________________________________
56241 [  8451] By: jhi                                   on 2001/01/16  14:41:39
56242         Log: podlators 1.07, from Russ Allbery.
56243      Branch: perl
56244            ! lib/Pod/Man.pm
56245 ____________________________________________________________________________
56246 [  8450] By: jhi                                   on 2001/01/16  14:24:19
56247         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
56248              From: "Indy Singh" <indy@nusphere.com>
56249              Date: Mon, 15 Jan 2001 20:59:40 -0500
56250              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
56251      Branch: perl
56252            ! win32/Makefile
56253 ____________________________________________________________________________
56254 [  8449] By: jhi                                   on 2001/01/16  03:42:55
56255         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
56256              at the setting of the ofs_sv in new_struct_thread() as the
56257              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
56258              uninitialized fields are, uh, initialized with),
56259              SvREFCNT_inc()ing that invited a core dump.
56260      Branch: perl
56261            ! util.c
56262 ____________________________________________________________________________
56263 [  8448] By: jhi                                   on 2001/01/16  01:49:07
56264         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
56265              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56266              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
56267              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
56268              
56269              Replace #8444 and #8445.
56270      Branch: perl
56271            ! ext/B/B.xs ext/B/B/Debug.pm
56272 ____________________________________________________________________________
56273 [  8447] By: jhi                                   on 2001/01/15  21:05:35
56274         Log: Subject: [PATCH] API Variable documentation   
56275              From: Simon Cozens <simon@cozens.net>
56276              Date: Mon, 15 Jan 2001 19:35:54 +0000
56277              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
56278      Branch: perl
56279            ! pod/perlapi.pod thrdvar.h
56280 ____________________________________________________________________________
56281 [  8446] By: jhi                                   on 2001/01/15  20:49:20
56282         Log: Signedness nit.
56283      Branch: perl
56284            ! pp_ctl.c
56285 ____________________________________________________________________________
56286 [  8445] By: jhi                                   on 2001/01/15  20:28:48
56287         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
56288      Branch: perl
56289            ! ext/B/B/Debug.pm
56290 ____________________________________________________________________________
56291 [  8444] By: jhi                                   on 2001/01/15  13:09:10
56292         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
56293      Branch: perl
56294            ! ext/B/B.xs
56295 ____________________________________________________________________________
56296 [  8443] By: jhi                                   on 2001/01/15  13:06:26
56297         Log: Missing from #8439.
56298      Branch: perl
56299            ! keywords.h mg.c
56300 ____________________________________________________________________________
56301 [  8442] By: jhi                                   on 2001/01/15  13:02:38
56302         Log: Subject: [PATCH @8436] Eliminate op_children
56303              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56304              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
56305              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
56306              
56307              Subject: [PATCH @8436] Re: Eliminate op_children
56308              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56309              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
56310              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
56311      Branch: perl
56312            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
56313            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
56314            ! op.c op.h
56315 ____________________________________________________________________________
56316 [  8441] By: jhi                                   on 2001/01/15  12:57:08
56317         Log: Use the /^Perl_/-less form of is_lvalue_sub().
56318      Branch: perl
56319            ! pp.h
56320 ____________________________________________________________________________
56321 [  8440] By: jhi                                   on 2001/01/15  05:13:09
56322         Log: Revert #8437 and #8438, the Linux large files story is more complex.
56323      Branch: metaconfig/U/perl
56324            ! d_fpos64_t.U d_off64_t.U
56325      Branch: perl
56326            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56327            ! config_h.SH configure.com epoc/config.sh perl.h
56328            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
56329            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
56330            ! win32/config.bc win32/config.gc win32/config.vc
56331 ____________________________________________________________________________
56332 [  8439] By: jhi                                   on 2001/01/15  05:02:24
56333         Log: More UTF-8 patches from Inaba Hiroto.
56334              - The substr lval was still not okay.
56335              - Now pp_stringify and sv_setsv copies source's UTF8 flag
56336              even if IN_BYTE.  pp_stringify is called from fold_constants
56337              at optimization phase and "\x{100}" was made SvUTF8_off under
56338              use bytes (the bytes pragma is for "byte semantics" and not
56339              for "do not produce UTF8 data")
56340              - New `qu' operator to generate UTF8 string explicitly.
56341              Though I agree with the policy "0x00-0xff always produce bytes",
56342              sometimes want to such a string to be coded in UTF8.
56343              I can use pack"U0a*" but it requires more typing and has
56344              runtime overhead.
56345              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
56346              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
56347              string is not UTF8_on and has char 0x80-0xff.
56348              
56349              TODO: document and test qu.
56350      Branch: perl
56351            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
56352            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
56353            ! toke.c
56354 ____________________________________________________________________________
56355 [  8438] By: jhi                                   on 2001/01/14  05:10:23
56356         Log: (Reverted by #8440)
56357              
56358              Metaconfig unit changes for #8437.
56359      Branch: metaconfig/U/perl
56360            ! d_fpos64_t.U d_off64_t.U
56361 ____________________________________________________________________________
56362 [  8437] By: jhi                                   on 2001/01/14  04:55:34
56363         Log: (Reverted by #8440)
56364              
56365              Add <features.h> probing, seems to be needed for (some?)
56366              Linux largefileness.
56367      Branch: perl
56368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56369            ! config_h.SH configure.com epoc/config.sh perl.h
56370            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
56371            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
56372            ! win32/config.bc win32/config.gc win32/config.vc
56373 ____________________________________________________________________________
56374 [  8436] By: jhi                                   on 2001/01/13  17:47:21
56375         Log: Tighten some of the tests a bit.
56376      Branch: perl
56377            ! t/pragma/utf8.t
56378 ____________________________________________________________________________
56379 [  8435] By: jhi                                   on 2001/01/13  17:31:54
56380         Log: Integrate perlio.
56381      Branch: perl
56382           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
56383           !> win32/config_H.gc win32/config_H.vc
56384 ____________________________________________________________________________
56385 [  8434] By: nick                                  on 2001/01/13  11:36:53
56386         Log: Run dmake regen_config_h for Win32
56387      Branch: perlio
56388            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56389 ____________________________________________________________________________
56390 [  8433] By: nick                                  on 2001/01/13  11:31:55
56391         Log: VMS friendly patch to Encode compile process
56392      Branch: perlio
56393            ! ext/Encode/Makefile.PL ext/Encode/compile
56394 ____________________________________________________________________________
56395 [  8432] By: nick                                  on 2001/01/13  11:06:44
56396         Log: Integrate mainline
56397      Branch: perlio
56398           +> ext/B/B/Concise.pm
56399           !> (integrate 52 files)
56400 ____________________________________________________________________________
56401 [  8431] By: jhi                                   on 2001/01/13  05:55:55
56402         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
56403              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56404              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
56405              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
56406      Branch: perl
56407            ! ext/B/B/Concise.pm
56408 ____________________________________________________________________________
56409 [  8430] By: jhi                                   on 2001/01/13  04:24:18
56410         Log: The LVRET macro needed an aTHX.
56411      Branch: perl
56412            ! pp.h
56413 ____________________________________________________________________________
56414 [  8429] By: jhi                                   on 2001/01/13  02:12:42
56415         Log: Update Changes.
56416      Branch: perl
56417            ! Changes patchlevel.h
56418 ____________________________________________________________________________
56419 [  8428] By: jhi                                   on 2001/01/13  02:08:50
56420         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
56421              From: Peter Prymmer <pvhp@forte.com>
56422              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
56423              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
56424              
56425              Add a BEGIN guard for sloppy floating point division.
56426      Branch: perl
56427            ! lib/Math/BigInt.pm lib/bigint.pl
56428 ____________________________________________________________________________
56429 [  8427] By: jhi                                   on 2001/01/13  01:47:16
56430         Log: The B::Terse drop-in replacement wasn't quite drop-in.
56431      Branch: perl
56432            ! ext/B/B/Terse.pm
56433 ____________________________________________________________________________
56434 [  8426] By: jhi                                   on 2001/01/12  21:20:43
56435         Log: Use UVXf.
56436      Branch: perl
56437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56438            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
56439            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
56440            ! vos/config.ga.def vos/config.ga.h win32/config.bc
56441            ! win32/config.gc win32/config.vc
56442 ____________________________________________________________________________
56443 [  8425] By: jhi                                   on 2001/01/12  20:20:14
56444         Log: Subject: [PATCH perl@8342] -Wformat
56445              From: Robin Barker <rmb1@cise.npl.co.uk>
56446              Date: Fri, 12 Jan 2001 20:03:14 GMT
56447              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
56448      Branch: perl
56449            ! ext/Encode/Encode.xs mg.c sv.c toke.c
56450 ____________________________________________________________________________
56451 [  8424] By: jhi                                   on 2001/01/12  20:01:48
56452         Log: Subject: B::Concise -- an improved replacement for B::Terse 
56453              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56454              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
56455              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
56456      Branch: perl
56457            + ext/B/B/Concise.pm
56458            ! MANIFEST ext/B/B/Terse.pm
56459 ____________________________________________________________________________
56460 [  8423] By: jhi                                   on 2001/01/12  19:24:02
56461         Log: The new metaconfig unit from the #8421.
56462      Branch: metaconfig/U/perl
56463            + d_sigprocmask.U
56464 ____________________________________________________________________________
56465 [  8422] By: jhi                                   on 2001/01/12  19:23:43
56466         Log: Forgot the microperl config from the #8421.
56467      Branch: perl
56468            ! uconfig.h uconfig.sh
56469 ____________________________________________________________________________
56470 [  8421] By: jhi                                   on 2001/01/12  19:05:27
56471         Log: Add sigprocmask() probe, regen Configure, regen toc.
56472      Branch: perl
56473            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56474            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
56475            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
56476            ! vos/config.ga.h win32/config.bc win32/config.gc
56477            ! win32/config.vc
56478 ____________________________________________________________________________
56479 [  8420] By: jhi                                   on 2001/01/12  18:34:31
56480         Log: Add sockatmark() to the todo list.
56481      Branch: perl
56482            ! Todo-5.6
56483 ____________________________________________________________________________
56484 [  8419] By: jhi                                   on 2001/01/12  18:09:46
56485         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
56486      Branch: perl
56487            ! op.c
56488 ____________________________________________________________________________
56489 [  8418] By: jhi                                   on 2001/01/12  18:05:30
56490         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
56491              From: Radu Greab <radu@netsoft.ro>
56492              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
56493              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
56494      Branch: perl
56495            ! op.c t/pragma/sub_lval.t
56496 ____________________________________________________________________________
56497 [  8417] By: jhi                                   on 2001/01/12  16:09:09
56498         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
56499              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
56500              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
56501              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
56502      Branch: perl
56503            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
56504            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
56505            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
56506            ! t/pragma/sub_lval.t toke.c
56507 ____________________________________________________________________________
56508 [  8416] By: jhi                                   on 2001/01/12  15:42:06
56509         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
56510              From: "Richard Soderberg" <rs@crystalflame.net>
56511              Date: Fri, 12 Jan 2001 04:49:35 -0800
56512              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
56513              
56514              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
56515              according to the platform.
56516      Branch: perl
56517            ! op.c
56518 ____________________________________________________________________________
56519 [  8415] By: jhi                                   on 2001/01/12  15:33:41
56520         Log: One more UTF-8 fix from Inaba Hiroto.
56521      Branch: perl
56522            ! pp.c regexec.c t/pragma/utf8.t
56523 ____________________________________________________________________________
56524 [  8414] By: jhi                                   on 2001/01/12  15:30:18
56525         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
56526      Branch: perl
56527            ! regexec.c
56528 ____________________________________________________________________________
56529 [  8413] By: jhi                                   on 2001/01/12  15:22:10
56530         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
56531              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56532              Date: Thu, 11 Jan 2001 12:53:36 +0100
56533              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
56534      Branch: perl
56535            ! toke.c
56536 ____________________________________________________________________________
56537 [  8412] By: jhi                                   on 2001/01/12  15:20:25
56538         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
56539              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56540              Date: Fri, 12 Jan 2001 14:37:55 +0100
56541              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
56542      Branch: perl
56543            ! hints/posix-bc.sh
56544 ____________________________________________________________________________
56545 [  8411] By: jhi                                   on 2001/01/12  15:14:14
56546         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
56547              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
56548              Date: Fri, 12 Jan 2001 10:42:21 +0100
56549              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
56550      Branch: perl
56551            ! t/op/regmesg.t
56552 ____________________________________________________________________________
56553 [  8410] By: jhi                                   on 2001/01/12  05:48:55
56554         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
56555              From: Nicholas Clark <nick@ccl4.org> 
56556              Date: Sun, 7 Jan 2001 19:47:14 +0000
56557              Message-ID: <20010107194714.B1048@plum.flirble.org>
56558      Branch: perl
56559            ! t/op/numconvert.t
56560 ____________________________________________________________________________
56561 [  8409] By: jhi                                   on 2001/01/12  05:41:28
56562         Log: Integrate perlio.
56563      Branch: perl
56564           !> mg.c scope.h
56565 ____________________________________________________________________________
56566 [  8408] By: nick                                  on 2001/01/11  22:43:28
56567         Log: Remove variables that were used in experiments.
56568      Branch: perlio
56569            ! mg.c
56570 ____________________________________________________________________________
56571 [  8407] By: nick                                  on 2001/01/11  20:57:44
56572         Log: Catch die in %SIG handler and unblock the signal before re-dying.
56573              This make Linux work _without_ sigsetjmp().
56574              Turn off sigsetjmp() to see what else it does.
56575              May need Configure probe for sigprocmask() if anything has sigaction()
56576              but not sigprocmask().
56577      Branch: perlio
56578            ! mg.c scope.h
56579 ____________________________________________________________________________
56580 [  8406] By: nick                                  on 2001/01/11  19:32:07
56581         Log: Integrate mainline
56582      Branch: perlio
56583           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
56584           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
56585           !> t/op/substr.t
56586 ____________________________________________________________________________
56587 [  8405] By: jhi                                   on 2001/01/11  17:11:01
56588         Log: Fix UTF-8 lval substr().
56589      Branch: perl
56590            ! mg.c t/op/substr.t
56591 ____________________________________________________________________________
56592 [  8404] By: jhi                                   on 2001/01/11  05:13:58
56593         Log: Update Changes.
56594      Branch: perl
56595            ! Changes patchlevel.h
56596 ____________________________________________________________________________
56597 [  8403] By: jhi                                   on 2001/01/11  04:38:24
56598         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
56599              From: Hugo <hv@crypt.compulink.co.uk>
56600              Date: Mon, 30 Oct 2000 01:33:26 +0000
56601              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
56602      Branch: perl
56603            ! regexec.c t/op/re_tests
56604 ____________________________________________________________________________
56605 [  8402] By: jhi                                   on 2001/01/11  04:26:12
56606         Log: Integrate perlio.
56607      Branch: perl
56608           !> scope.h util.c
56609 ____________________________________________________________________________
56610 [  8401] By: nick                                  on 2001/01/10  22:52:55
56611         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
56612              (So Alan and Ilya can try setting via hints.)
56613              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
56614              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
56615              doing the save everywhere seems to restart read() correctly, but just
56616              doing it once "round" the handler does not.
56617      Branch: perlio
56618            ! scope.h
56619 ____________________________________________________________________________
56620 [  8400] By: jhi                                   on 2001/01/10  21:57:54
56621         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
56622              of IRIX, HP-UX is unaffected.
56623      Branch: perl
56624            ! perl.h
56625 ____________________________________________________________________________
56626 [  8399] By: nick                                  on 2001/01/10  21:29:19
56627         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
56628      Branch: perlio
56629            ! util.c
56630 ____________________________________________________________________________
56631 [  8398] By: jhi                                   on 2001/01/10  20:55:31
56632         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
56633              also have ReusePort.
56634      Branch: perl
56635            ! ext/IO/lib/IO/Socket/INET.pm
56636 ____________________________________________________________________________
56637 [  8397] By: jhi                                   on 2001/01/10  20:50:57
56638         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
56639              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
56640              Date: Wed, 10 Jan 2001 01:38:13 -0800
56641              Message-ID: <20010110013813.B41744@yahoo-inc.com>
56642      Branch: perl
56643            ! ext/IO/lib/IO/Socket/INET.pm
56644 ____________________________________________________________________________
56645 [  8396] By: jhi                                   on 2001/01/10  20:49:30
56646         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
56647              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
56648              Date: Wed, 10 Jan 2001 01:37:32 -0800
56649              Message-ID: <20010110013732.A41744@yahoo-inc.com>
56650      Branch: perl
56651            ! ext/Socket/Socket.pm
56652 ____________________________________________________________________________
56653 [  8395] By: jhi                                   on 2001/01/10  20:41:37
56654         Log: Test for bug id 20010105.016 (fixed by #8378).
56655      Branch: perl
56656            ! t/op/split.t
56657 ____________________________________________________________________________
56658 [  8394] By: jhi                                   on 2001/01/10  20:26:32
56659         Log: Integrate perlio.
56660      Branch: perl
56661            ! util.c
56662 ____________________________________________________________________________
56663 [  8393] By: nick                                  on 2001/01/10  19:34:30
56664         Log: Back out Simon's pid hackery for now.
56665      Branch: perlio
56666            ! util.c
56667 ____________________________________________________________________________
56668 [  8392] By: nick                                  on 2001/01/10  19:23:13
56669         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
56670      Branch: perlio
56671           !> (integrate 29 files)
56672 ____________________________________________________________________________
56673 [  8391] By: jhi                                   on 2001/01/10  18:43:15
56674         Log: Subject: [PATCH] Fix my_pclose segfault
56675              From: Simon Cozens <simon@cozens.net>
56676              Date: Wed, 10 Jan 2001 18:39:35 +0000
56677              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
56678      Branch: perl
56679            ! util.c
56680 ____________________________________________________________________________
56681 [  8390] By: jhi                                   on 2001/01/10  18:42:08
56682         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
56683              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56684              Date:     Wed, 10 Jan 2001 13:23:02 EST
56685              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
56686      Branch: perl
56687            ! ext/Opcode/Opcode.xs
56688 ____________________________________________________________________________
56689 [  8389] By: jhi                                   on 2001/01/10  15:16:07
56690         Log: Turn off the integer preservation for now.
56691      Branch: perl
56692            ! perl.h
56693 ____________________________________________________________________________
56694 [  8388] By: jhi                                   on 2001/01/10  15:01:25
56695         Log: Few more IDE/editor nits from p5p.
56696      Branch: perl
56697            ! pod/perlfaq3.pod
56698 ____________________________________________________________________________
56699 [  8387] By: jhi                                   on 2001/01/10  06:53:16
56700         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
56701              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
56702              Date: Tue, 9 Jan 2001 23:16:02 +0000
56703              Message-ID: <20010109231602.A81101@plum.flirble.org>
56704      Branch: perl
56705            ! sv.c
56706 ____________________________________________________________________________
56707 [  8386] By: jhi                                   on 2001/01/10  03:17:54
56708         Log: Test cases for #8385 (from Simon's "torture.pl")
56709      Branch: perl
56710            ! t/op/tr.t
56711 ____________________________________________________________________________
56712 [  8385] By: jhi                                   on 2001/01/10  03:17:11
56713         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
56714              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
56715              Date: Wed, 10 Jan 2001 11:39:39 +0900
56716              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
56717              
56718              Some more UTF-8 tr cases fixed.
56719      Branch: perl
56720            ! doop.c
56721 ____________________________________________________________________________
56722 [  8384] By: jhi                                   on 2001/01/09  22:45:40
56723         Log: Allow the locale test needing POSIX and the taint test
56724              needing IPC::SysV to run under 'minitest' (basically,
56725              bail out if loading the extension fails)
56726      Branch: perl
56727            ! t/op/misc.t t/op/taint.t
56728 ____________________________________________________________________________
56729 [  8383] By: jhi                                   on 2001/01/09  21:36:04
56730         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
56731              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56732              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
56733              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
56734      Branch: perl
56735            ! t/io/openpid.t
56736 ____________________________________________________________________________
56737 [  8382] By: jhi                                   on 2001/01/09  21:06:08
56738         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
56739              Should finish up the bug id 20001205.022.
56740      Branch: perl
56741            ! pp.c pp_hot.c scope.c
56742 ____________________________________________________________________________
56743 [  8381] By: jhi                                   on 2001/01/09  18:27:43
56744         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
56745              From: Andy Dougherty <doughera@lafayette.edu>
56746              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
56747              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
56748              
56749              More robust yacc/bison error detection.
56750      Branch: perl
56751            ! t/comp/proto.t
56752 ____________________________________________________________________________
56753 [  8380] By: jhi                                   on 2001/01/09  15:21:38
56754         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
56755              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56756              Date:     Tue, 9 Jan 2001 07:53:55 EST
56757              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
56758      Branch: perl
56759            ! t/op/misc.t vms/test.com
56760 ____________________________________________________________________________
56761 [  8379] By: jhi                                   on 2001/01/09  15:20:38
56762         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
56763              From: jhi@cc.hut.fi
56764              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
56765              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
56766              
56767              The #8378 fixed this.
56768      Branch: perl
56769            ! t/op/tr.t
56770 ____________________________________________________________________________
56771 [  8378] By: jhi                                   on 2001/01/09  15:05:32
56772         Log: Subject: One more patch for UTF8 
56773              From: Inaba Hiroto <inaba@st.rim.or.jp>
56774              Date: Tue, 09 Jan 2001 01:04:32 +0900
56775              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
56776              
56777              UTF-8 fixes for 'x' and tr///.
56778      Branch: perl
56779            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
56780            ! regcomp.c regexec.c toke.c utf8.c
56781 ____________________________________________________________________________
56782 [  8377] By: jhi                                   on 2001/01/09  14:32:17
56783         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
56784      Branch: perl
56785            ! t/op/length.t
56786 ____________________________________________________________________________
56787 [  8376] By: jhi                                   on 2001/01/09  04:32:32
56788         Log: integrate changes #7775, #8316, #8316 from mainline
56789      Branch: maint-5.6/perl
56790            ! hints/solaris_2.sh
56791 ____________________________________________________________________________
56792 [  8375] By: jhi                                   on 2001/01/09  04:26:43
56793         Log: Update Changes.
56794      Branch: perl
56795            ! Changes patchlevel.h
56796 ____________________________________________________________________________
56797 [  8374] By: jhi                                   on 2001/01/09  04:14:32
56798         Log: IDE/editor section tweaking.
56799      Branch: perl
56800            ! pod/perlfaq3.pod
56801 ____________________________________________________________________________
56802 [  8373] By: jhi                                   on 2001/01/09  02:38:26
56803         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
56804              From: Peter Prymmer <pvhp@forte.com>
56805              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
56806              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
56807              
56808              In preparation os OS/390 dynamic loading.
56809      Branch: perl
56810            ! README.os390 hints/os390.sh
56811 ____________________________________________________________________________
56812 [  8372] By: jhi                                   on 2001/01/09  00:24:30
56813         Log: Integrate with perlio.
56814      Branch: perl
56815           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
56816 ____________________________________________________________________________
56817 [  8371] By: nick                                  on 2001/01/08  23:54:33
56818         Log: Fix "scalars leaked" bugs caused by overload magic
56819              (Highlighted by Ilya's DESTROY optimization.)
56820      Branch: perlio
56821            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
56822 ____________________________________________________________________________
56823 [  8370] By: nick                                  on 2001/01/08  20:19:41
56824         Log: Integrate mainline
56825      Branch: perlio
56826           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
56827           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
56828           !> t/op/64bitint.t
56829 ____________________________________________________________________________
56830 [  8369] By: jhi                                   on 2001/01/08  17:30:52
56831         Log: save_delete() Safefree() doesn't (anymore?) work with shared
56832              strings, one test failure in op/misc and almost all of lib/b.
56833              (Outcomments #8369.)
56834      Branch: perl
56835            ! scope.c
56836 ____________________________________________________________________________
56837 [  8368] By: jhi                                   on 2001/01/08  14:47:10
56838         Log: (Outcommented by #8369.)
56839              
56840              Subject: Re: Perl BugID 20001205.022 ---- save_delete
56841              From: Simon Cozens <simon@cozens.net>
56842              Date: Sat, 6 Jan 2001 11:48:40 +0000
56843              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
56844              
56845              The save_delete() does need the Safefree.
56846      Branch: perl
56847            ! scope.c
56848 ____________________________________________________________________________
56849 [  8367] By: bailey                                on 2001/01/08  08:53:52
56850         Log: Once again syncing after too long an absence
56851      Branch: vmsperl
56852           +> (branch 55 files)
56853            - MAINTAIN fix_pl vos/config.def vos/config.h
56854            - vos/config_h.SH_orig
56855           !> (integrate 498 files)
56856 ____________________________________________________________________________
56857 [  8366] By: jhi                                   on 2001/01/08  02:42:59
56858         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
56859              From: nick@ccl4.org
56860              Date: Sun, 7 Jan 2001 21:07:18 +0000
56861              Message-Id: <20010107210717.D1048@plum.flirble.org>
56862      Branch: perl
56863            ! sv.c t/op/64bitint.t
56864 ____________________________________________________________________________
56865 [  8365] By: jhi                                   on 2001/01/08  02:35:16
56866         Log: Subject: [PATCH] environ nit
56867              From: Simon Cozens <simon@cozens.net>
56868              Date: Sun, 7 Jan 2001 17:57:07 +0000
56869              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
56870              
56871              Use environ only if we have it.
56872      Branch: perl
56873            ! mg.c
56874 ____________________________________________________________________________
56875 [  8364] By: jhi                                   on 2001/01/08  02:24:51
56876         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
56877      Branch: perl
56878            ! ext/GDBM_File/GDBM_File.xs
56879 ____________________________________________________________________________
56880 [  8363] By: jhi                                   on 2001/01/08  02:19:24
56881         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
56882              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
56883              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
56884              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
56885      Branch: perl
56886            ! dump.c op.c
56887 ____________________________________________________________________________
56888 [  8362] By: jhi                                   on 2001/01/08  02:17:43
56889         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
56890              From: Doug MacEachern <dougm@covalent.net>
56891              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
56892              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
56893              
56894              Allow AUTOLOAD to be an xsub and allow such xsubs
56895              to avoid use of $AUTOLOAD.
56896      Branch: perl
56897            ! gv.c
56898 ____________________________________________________________________________
56899 [  8361] By: jhi                                   on 2001/01/08  02:16:07
56900         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
56901              From: Radu Greab <radu@netsoft.ro>
56902              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
56903              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
56904              
56905              No need for the potentially nonportable $SIG{CHLD}.
56906      Branch: perl
56907            ! t/io/pipe.t
56908 ____________________________________________________________________________
56909 [  8360] By: jhi                                   on 2001/01/08  01:58:23
56910         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
56911      Branch: perl
56912            ! lib/Getopt/Long.pm
56913 ____________________________________________________________________________
56914 [  8359] By: jhi                                   on 2001/01/08  01:55:44
56915         Log: Integrate perlio.
56916      Branch: perl
56917           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
56918           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
56919           !> utf8.c win32/Makefile
56920 ____________________________________________________________________________
56921 [  8358] By: jhi                                   on 2001/01/07  21:16:50
56922         Log: Update the EPOC cross SDK URL.
56923      Branch: perl
56924            ! README.epoc
56925 ____________________________________________________________________________
56926 [  8357] By: jhi                                   on 2001/01/07  21:16:09
56927         Log: Update the EPOC cross SDK URL.
56928      Branch: maint-5.6/perl
56929            ! README.epoc
56930 ____________________________________________________________________________
56931 [  8356] By: nick                                  on 2001/01/06  21:47:52
56932         Log: FILE * in XS code for PerlIO world:
56933              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
56934              - Add FILE * T_STDIO typemap.
56935              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
56936      Branch: perlio
56937            ! lib/ExtUtils/typemap perlio.c perlio.h
56938 ____________________________________________________________________________
56939 [  8355] By: jhi                                   on 2001/01/06  20:27:15
56940         Log: integrate change #8336 from mainline
56941              
56942              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
56943      Branch: maint-5.6/perl
56944            ! hv.c
56945 ____________________________________________________________________________
56946 [  8354] By: jhi                                   on 2001/01/06  20:24:29
56947         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
56948              From: Robin Barker <rmb1@cise.npl.co.uk>
56949              Date: Fri, 22 Dec 2000 12:17:38 GMT
56950              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
56951              
56952              The patch reformats some long =item lines so they give
56953              correct output via pod2man | nroff -man
56954              
56955              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
56956              From: Robin Barker <rmb1@cise.npl.co.uk>
56957              Date: Tue, 2 Jan 2001 15:35:03 GMT
56958              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
56959              
56960              Here is a _further_ patch which corrects a few more errors:
56961              * an empty C<=item> in CPAN.pm
56962              * patching the wrong file (pod/perlamiga.pod not README.amiga)
56963              * leaving empty C<=item>s which formatted incorrectly
56964              * over long C<=item>s revealed by latest patch to Pod::Man
56965      Branch: maint-5.6/perl
56966            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
56967            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
56968            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
56969            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
56970            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
56971            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
56972 ____________________________________________________________________________
56973 [  8353] By: jhi                                   on 2001/01/06  20:21:10
56974         Log: integrate changes #7980, 8056, 8057 from mainline
56975              
56976              UTF-8 hash keys.
56977      Branch: maint-5.6/perl
56978            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
56979 ____________________________________________________________________________
56980 [  8352] By: jhi                                   on 2001/01/06  20:18:44
56981         Log: Forgotten from #8438.
56982      Branch: maint-5.6/perl
56983            ! epoc/epocish.h
56984 ____________________________________________________________________________
56985 [  8351] By: jhi                                   on 2001/01/06  20:18:12
56986         Log: Forgotten from #8347.
56987      Branch: maint-5.6/perl
56988            ! config_h.SH
56989 ____________________________________________________________________________
56990 [  8350] By: jhi                                   on 2001/01/06  20:00:19
56991         Log: Thinko in #8347.
56992      Branch: maint-5.6/perl
56993            ! regcomp.c
56994 ____________________________________________________________________________
56995 [  8349] By: jhi                                   on 2001/01/06  18:05:30
56996         Log: Copy the FAQ3 IDE section from the development branch,
56997              changes originally by Peter Prymmer.
56998      Branch: maint-5.6/perl
56999            ! pod/perlfaq3.pod
57000 ____________________________________________________________________________
57001 [  8348] By: jhi                                   on 2001/01/06  18:03:02
57002         Log: EPOC updates for TRIAL1.
57003              
57004              Subject: [5.6.1 trial1] EPOC update
57005              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57006              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
57007              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
57008              
57009              Subject: epoc patch2 for perl-5.6.1-trial1
57010              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57011              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
57012              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
57013      Branch: maint-5.6/perl
57014            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
57015            ! epoc/epocish.c
57016 ____________________________________________________________________________
57017 [  8347] By: jhi                                   on 2001/01/06  17:29:10
57018         Log: integrate changes #7710,7824,7973 from mainline,
57019              plus VMS nits from Peter Prymmer and Dan Sugalski.
57020              
57021              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
57022              library (getprotobyname and getprotobynumber are outversioned by
57023              the same calls in libc, at least for xlc version 3.
57024              
57025              Add HAS_SBRK_PROTO.
57026              
57027              Fixes for signedness warnings noticed by VMSperlers.
57028      Branch: maint-5.6/perl
57029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57030            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
57031            ! sv.c vms/descrip_mms.template vos/config.alpha.def
57032            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
57033            ! win32/config.bc win32/config.gc win32/config.vc
57034 ____________________________________________________________________________
57035 [  8346] By: nick                                  on 2001/01/06  14:36:01
57036         Log: Fixup accumulated integrate muddles (perlio == devperl again)
57037      Branch: perlio
57038            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
57039 ____________________________________________________________________________
57040 [  8345] By: nick                                  on 2001/01/06  14:24:58
57041         Log: Integrate mainline
57042      Branch: perlio
57043           !> (integrate 55 files)
57044 ____________________________________________________________________________
57045 [  8344] By: jhi                                   on 2001/01/06  02:24:02
57046         Log: Subject: [patch] PerlIO_cleanup() prototype
57047              From: Doug MacEachern <dougm@covalent.net>
57048              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
57049              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
57050      Branch: perl
57051            ! perlio.h
57052 ____________________________________________________________________________
57053 [  8343] By: jhi                                   on 2001/01/06  01:04:09
57054         Log: IRIX compiler noticed that the bof initialization might be
57055              bypassed by control flow.
57056      Branch: perl
57057            ! toke.c
57058 ____________________________________________________________________________
57059 [  8342] By: jhi                                   on 2001/01/06  00:10:48
57060         Log: Update Changes.
57061      Branch: perl
57062            ! Changes patchlevel.h
57063 ____________________________________________________________________________
57064 [  8341] By: jhi                                   on 2001/01/05  23:52:33
57065         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
57066      Branch: perl
57067            ! toke.c
57068 ____________________________________________________________________________
57069 [  8340] By: jhi                                   on 2001/01/05  22:44:08
57070         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
57071              From: Radu Greab <radu@netsoft.ro>
57072              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
57073              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
57074      Branch: perl
57075            ! t/io/pipe.t util.c
57076 ____________________________________________________________________________
57077 [  8339] By: jhi                                   on 2001/01/05  22:35:17
57078         Log: Subject: [PATCH] format and rewording in perlfaq.pod
57079              From: Robin Barker <rmb1@cise.npl.co.uk>
57080              Date: Fri, 5 Jan 2001 18:51:20 GMT
57081              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
57082      Branch: perl
57083            ! pod/perlfaq.pod
57084 ____________________________________________________________________________
57085 [  8338] By: jhi                                   on 2001/01/05  22:31:17
57086         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
57087              From: Peter Prymmer <pvhp@forte.com>
57088              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
57089              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
57090      Branch: perl
57091            ! utils/perlbug.PL
57092 ____________________________________________________________________________
57093 [  8337] By: jhi                                   on 2001/01/05  18:15:11
57094         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
57095              From: Robin Barker <rmb1@cise.npl.co.uk>
57096              Date: Tue, 2 Jan 2001 15:24:07 GMT
57097              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
57098              
57099              If you call configure as C<./Configure> or C<sh ./Configure>,
57100              $src is set to the absolute path name, not '.'.
57101              
57102              This, in turn, means -Dmksymlink tries to do its stuff because
57103              it does not think it is in the src directory.
57104              
57105              (plus a metaconfig nitfix)
57106      Branch: metaconfig
57107            ! U/compline/ccflags.U U/modified/src.U
57108      Branch: perl
57109            ! Configure config_h.SH
57110 ____________________________________________________________________________
57111 [  8336] By: jhi                                   on 2001/01/05  17:48:32
57112         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
57113              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57114              Message-ID: <3A5606C4.473D2226@uk.sun.com>
57115              Date: Fri, 05 Jan 2001 17:39:16 +0000
57116      Branch: perl
57117            ! hv.c
57118 ____________________________________________________________________________
57119 [  8335] By: jhi                                   on 2001/01/05  16:05:44
57120         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
57121      Branch: perl
57122            ! lib/Getopt/Long.pm
57123 ____________________________________________________________________________
57124 [  8334] By: jhi                                   on 2001/01/05  16:00:51
57125         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
57126              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
57127              Date: Fri, 05 Jan 2001 13:46:51 +0100
57128              Message-ID: <13693.978698811@nice.ram.loc>
57129              
57130              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
57131              accurate reading of the "atime".  
57132      Branch: perl
57133            ! t/io/fs.t
57134 ____________________________________________________________________________
57135 [  8333] By: jhi                                   on 2001/01/05  15:57:37
57136         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
57137              From: Simon Cozens <simon@cozens.net>
57138              Date: Fri, 8 Dec 2000 13:33:31 +0000
57139              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
57140              
57141              A lost patch fragment.
57142      Branch: perl
57143            ! doop.c
57144 ____________________________________________________________________________
57145 [  8332] By: jhi                                   on 2001/01/05  15:40:42
57146         Log: Do away with strncpy() and a fixed length buffer.
57147      Branch: perl
57148            ! utf8.c
57149 ____________________________________________________________________________
57150 [  8331] By: jhi                                   on 2001/01/05  15:03:07
57151         Log: Tests for #8329 and #8330.
57152      Branch: perl
57153            ! t/op/bop.t
57154 ____________________________________________________________________________
57155 [  8330] By: jhi                                   on 2001/01/05  15:02:38
57156         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
57157              raw 8-bit form to the UTF-8 string.
57158      Branch: perl
57159            ! toke.c
57160 ____________________________________________________________________________
57161 [  8329] By: jhi                                   on 2001/01/05  14:55:13
57162         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
57163              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
57164              Date: Fri, 5 Jan 2001 12:28:52 +0100
57165              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
57166              
57167              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
57168              no effect.  (changed the strncpy() to Copy())
57169      Branch: perl
57170            ! toke.c
57171 ____________________________________________________________________________
57172 [  8328] By: jhi                                   on 2001/01/05  06:44:27
57173         Log: UTF-8 cleanup.
57174      Branch: perl
57175            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
57176            ! regexec.c sv.c toke.c
57177 ____________________________________________________________________________
57178 [  8327] By: jhi                                   on 2001/01/05  01:11:29
57179         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')
57180              From: Radu Greab <radu@netsoft.ro>
57181              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
57182              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
57183              
57184              Cleans up Harness to not use FileHandle, which uses IO.
57185      Branch: perl
57186            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57187 ____________________________________________________________________________
57188 [  8326] By: jhi                                   on 2001/01/05  00:56:37
57189         Log: Update Changes.
57190      Branch: perl
57191            ! Changes patchlevel.h
57192 ____________________________________________________________________________
57193 [  8325] By: jhi                                   on 2001/01/05  00:53:18
57194         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
57195              From: Peter Prymmer <pvhp@forte.com>
57196              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
57197              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
57198              
57199              plus a couple more tailing whitespace removals.
57200      Branch: perl
57201            ! win32/Makefile
57202 ____________________________________________________________________________
57203 [  8324] By: jhi                                   on 2001/01/05  00:47:39
57204         Log: Add some Unicode chop() tests.
57205      Branch: perl
57206            ! t/op/chop.t
57207 ____________________________________________________________________________
57208 [  8323] By: jhi                                   on 2001/01/05  00:47:23
57209         Log: Unify UTF-8 malformedness handling.
57210      Branch: perl
57211            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
57212 ____________________________________________________________________________
57213 [  8322] By: jhi                                   on 2001/01/04  22:21:54
57214         Log: The new $issymlink was unknown to Mksymlinks.
57215      Branch: metaconfig/U/perl
57216            ! Mksymlinks.U issymlink.U
57217      Branch: perl
57218            ! Configure config_h.SH
57219 ____________________________________________________________________________
57220 [  8321] By: jhi                                   on 2001/01/04  21:51:05
57221         Log: The test didn't work under the core test framework.
57222      Branch: perl
57223            ! t/lib/st-lock.t
57224 ____________________________________________________________________________
57225 [  8320] By: jhi                                   on 2001/01/04  21:14:22
57226         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
57227      Branch: perl
57228            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
57229 ____________________________________________________________________________
57230 [  8319] By: jhi                                   on 2001/01/04  20:46:17
57231         Log: Typo in #8312 when manually applying a problematic patch fragment.
57232      Branch: perl
57233            ! ext/Storable/Storable.xs
57234 ____________________________________________________________________________
57235 [  8318] By: jhi                                   on 2001/01/04  20:43:01
57236         Log: The $sh_c didn't fly.
57237      Branch: metaconfig
57238            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
57239            ! U/modified/Loc.U U/modified/myhostname.U
57240            ! U/modified/spitshell.U
57241      Branch: metaconfig/U/perl
57242            ! issymlink.U
57243      Branch: perl
57244            ! Configure config_h.SH
57245 ____________________________________________________________________________
57246 [  8317] By: jhi                                   on 2001/01/04  19:58:01
57247         Log: AIX builtin test -h is broken, changes based on
57248              
57249              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
57250              Date: Tue, 02 Jan 2001 11:24:39 +0100
57251              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
57252              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
57253      Branch: metaconfig
57254            + U/modified/spitshell.U
57255            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
57256            ! U/modified/Loc.U U/modified/myhostname.U
57257      Branch: metaconfig/U/perl
57258            ! Mksymlinks.U issymlink.U
57259      Branch: perl
57260            ! Configure
57261 ____________________________________________________________________________
57262 [  8316] By: jhi                                   on 2001/01/04  19:02:22
57263         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
57264              From: Andy Dougherty <doughera@lafayette.edu>
57265              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
57266              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
57267              
57268              Beware of GNU ld.
57269      Branch: perl
57270            ! hints/solaris_2.sh
57271 ____________________________________________________________________________
57272 [  8315] By: jhi                                   on 2001/01/04  18:56:48
57273         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
57274              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
57275              Date: Wed, 3 Jan 2001 07:58:51 +0100
57276              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
57277      Branch: perl
57278            ! hints/solaris_2.sh
57279 ____________________________________________________________________________
57280 [  8314] By: jhi                                   on 2001/01/04  18:54:07
57281         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
57282              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
57283              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
57284              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
57285              
57286              Doc tweak on #8313.
57287      Branch: perl
57288            ! ext/B/B/Deparse.pm
57289 ____________________________________________________________________________
57290 [  8313] By: jhi                                   on 2001/01/04  18:52:27
57291         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
57292              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
57293              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
57294              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
57295              
57296              Make the peephole optimizer to bypass more null ops and
57297              and rewrite the deparse handling of continue blocks.
57298      Branch: perl
57299            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
57300 ____________________________________________________________________________
57301 [  8312] By: jhi                                   on 2001/01/04  18:47:39
57302         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
57303      Branch: perl
57304            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
57305            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
57306            ! t/lib/st-lock.t
57307 ____________________________________________________________________________
57308 [  8311] By: jhi                                   on 2001/01/04  18:36:08
57309         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
57310              filter to be run on each .pm during the pm_to_blib() phase,
57311              a fixed version of
57312              
57313              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
57314              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
57315              Date: Wed, 03 Jan 2001 22:01:30 +0100
57316              Message-ID: <5296.978555690@nice.ram.loc>
57317      Branch: perl
57318            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
57319            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
57320            ! lib/ExtUtils/MakeMaker.pm
57321 ____________________________________________________________________________
57322 [  8310] By: jhi                                   on 2001/01/04  18:32:54
57323         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
57324              From: Robin Barker <rmb1@cise.npl.co.uk>
57325              Date: Tue, 2 Jan 2001 15:35:03 GMT
57326              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
57327      Branch: perl
57328            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
57329            ! pod/perlrequick.pod
57330 ____________________________________________________________________________
57331 [  8309] By: jhi                                   on 2001/01/04  18:29:07
57332         Log: Subject: Re: [patch] static-ize XS()
57333              From: Doug MacEachern <dougm@covalent.net>
57334              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
57335              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
57336              
57337              Provide prototypes for the XS functions.
57338      Branch: perl
57339            ! lib/ExtUtils/xsubpp
57340 ____________________________________________________________________________
57341 [  8308] By: jhi                                   on 2001/01/04  18:27:44
57342         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
57343              From: Doug MacEachern <dougm@covalent.net>
57344              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
57345              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
57346      Branch: perl
57347            ! lib/ExtUtils/typemap
57348 ____________________________________________________________________________
57349 [  8307] By: jhi                                   on 2001/01/04  18:25:25
57350         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
57351              From: Doug MacEachern <dougm@covalent.net>
57352              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
57353              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
57354              
57355              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
57356      Branch: perl
57357            ! lib/ExtUtils/MM_Unix.pm
57358 ____________________________________________________________________________
57359 [  8306] By: jhi                                   on 2001/01/04  18:23:00
57360         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
57361              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
57362              Date: Thu, 4 Jan 2001 12:47:10 +0100 
57363              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
57364              
57365              The toke.c part only, patching embed.h and proto.h is futile.
57366      Branch: perl
57367            ! toke.c
57368 ____________________________________________________________________________
57369 [  8305] By: jhi                                   on 2001/01/04  18:05:51
57370         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
57371              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
57372              Date: Thu, 4 Jan 2001 17:50:12 +0100 
57373              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
57374      Branch: perl
57375            ! toke.c
57376 ____________________________________________________________________________
57377 [  8304] By: jhi                                   on 2001/01/04  18:03:26
57378         Log: Subject: [PATCH perl@8269]
57379              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
57380              Date: Thu, 4 Jan 2001 12:53:39 +0100 
57381              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
57382              
57383              If running byacc write-enable also perly.h.
57384      Branch: perl
57385            ! Makefile.SH
57386 ____________________________________________________________________________
57387 [  8303] By: jhi                                   on 2001/01/04  15:40:49
57388         Log: Rewrite pp_concat() in terms of sv_catsv().
57389      Branch: perl
57390            ! pp_hot.c
57391 ____________________________________________________________________________
57392 [  8302] By: nick                                  on 2001/01/03  22:43:22
57393         Log: Integrate mainline.
57394      Branch: perlio
57395           !> ext/Encode/Encode.xs sv.c utf8.c
57396 ____________________________________________________________________________
57397 [  8301] By: jhi                                   on 2001/01/02  23:40:26
57398         Log: Variable naming tweak.
57399      Branch: perl
57400            ! sv.c
57401 ____________________________________________________________________________
57402 [  8300] By: jhi                                   on 2001/01/02  23:40:02
57403         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
57404              in is_utf8_string().
57405      Branch: perl
57406            ! utf8.c
57407 ____________________________________________________________________________
57408 [  8299] By: jhi                                   on 2001/01/02  22:14:40
57409         Log: Integrate perlio.
57410      Branch: perl
57411           !> pp.c pp_hot.c win32/Makefile
57412 ____________________________________________________________________________
57413 [  8298] By: nick                                  on 2001/01/02  22:03:06
57414         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
57415      Branch: perlio
57416            ! pp.c pp_hot.c
57417 ____________________________________________________________________________
57418 [  8297] By: jhi                                   on 2001/01/02  04:26:28
57419         Log: Signedness nit.
57420      Branch: perl
57421            ! ext/Encode/Encode.xs
57422 ____________________________________________________________________________
57423 [  8296] By: nick                                  on 2001/01/01  23:49:36
57424         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
57425      Branch: perlio
57426            ! win32/Makefile
57427 ____________________________________________________________________________
57428 [  8295] By: jhi                                   on 2001/01/01  23:05:48
57429         Log: Integrate perlio.
57430      Branch: perl
57431           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
57432           !> t/lib/encode.t
57433 ____________________________________________________________________________
57434 [  8294] By: nick                                  on 2001/01/01  22:48:34
57435         Log: Integrate mainline
57436      Branch: perlio
57437            ! pp_hot.c t/lib/encode.t
57438           !> (integrate 65 files)
57439 ____________________________________________________________________________
57440 [  8293] By: nick                                  on 2001/01/01  21:58:50
57441         Log: More rigor in UTF-8-ness of Encode's toUnicode
57442              XS export some of the utf8 internal functions.
57443              Test some of the functions.
57444              Fix pp_concat() bug shown by said tests.
57445      Branch: perlio
57446            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
57447            ! t/lib/encode.t
57448 ____________________________________________________________________________
57449 [  8292] By: jhi                                   on 2001/01/01  18:11:44
57450         Log: Integrate perlio.
57451      Branch: perl
57452           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
57453           !> ext/Encode/encengine.c ext/Encode/encode.h
57454 ____________________________________________________________________________
57455 [  8291] By: jhi                                   on 2001/01/01  18:10:58
57456         Log: Podify README.mpeix (a new version from the web),
57457              add a dummy NAME to Carp::Heavy, regen toc.
57458      Branch: perl
57459            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
57460            ! pod/perltoc.pod
57461 ____________________________________________________________________________
57462 [  8290] By: nick                                  on 2001/01/01  17:43:47
57463         Log: Loose the "Loading..." warning.
57464              Another bug in fallback support
57465      Branch: perlio
57466            ! ext/Encode/Encode.pm ext/Encode/encengine.c
57467 ____________________________________________________________________________
57468 [  8289] By: jhi                                   on 2001/01/01  00:01:57
57469         Log: Bump up Larry's copyright.
57470      Branch: perl
57471            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
57472            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
57473            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
57474            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
57475            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
57476            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
57477            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
57478            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
57479 ____________________________________________________________________________
57480 [  8288] By: nick                                  on 2000/12/31  21:27:53
57481         Log: Fix .ucm reading - forgot a chr()
57482              Start of .ucm write (for .enc to .ucm)
57483      Branch: perlio
57484            ! ext/Encode/compile
57485 ____________________________________________________________________________
57486 [  8287] By: jhi                                   on 2000/12/31  18:15:56
57487         Log: Comment away a diagnostic message as noted by Craig A. Berry
57488              (the unexpected message was confusing testing)
57489      Branch: perl
57490            ! ext/Encode/Encode.pm
57491 ____________________________________________________________________________
57492 [  8286] By: jhi                                   on 2000/12/31  18:14:51
57493         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
57494              Date: Sun, 31 Dec 2000 11:17:37 -0600
57495              From: "Craig A. Berry" <craigberry@mac.com>
57496              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
57497      Branch: perl
57498            ! ext/Encode/Makefile.PL
57499 ____________________________________________________________________________
57500 [  8285] By: nick                                  on 2000/12/31  18:11:54
57501         Log: Start of support of ICU-style .ucm files:
57502              - teach compile how to read a .ucm file
57503              - first guess at how to represent fallbacks in "tries".
57504              - use fallbacks if check == 0
57505              - new return code to indicate we used one.
57506      Branch: perlio
57507            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
57508            ! ext/Encode/encengine.c ext/Encode/encode.h
57509 ____________________________________________________________________________
57510 [  8284] By: jhi                                   on 2000/12/31  18:04:41
57511         Log: Pacify picky VMS compiler.
57512              
57513              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
57514              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57515              Date: Sat, 30 Dec 2000 18:10:02 -0600
57516              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
57517      Branch: perl
57518            ! sv.c
57519 ____________________________________________________________________________
57520 [  8283] By: jhi                                   on 2000/12/31  16:11:47
57521         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
57522      Branch: perl
57523            ! t/lib/glob-basic.t
57524 ____________________________________________________________________________
57525 [  8282] By: jhi                                   on 2000/12/31  15:26:11
57526         Log: Integrate perlio.
57527      Branch: perl
57528           !> makedef.pl opcode.pl os2/os2.c perlio.c
57529 ____________________________________________________________________________
57530 [  8281] By: nick                                  on 2000/12/31  10:06:15
57531         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
57532              is available to be exported
57533      Branch: perlio
57534            ! makedef.pl perlio.c
57535 ____________________________________________________________________________
57536 [  8280] By: nick                                  on 2000/12/31  09:41:26
57537         Log: Ilya's OS2 patch (testing for damage on Win32)
57538      Branch: perlio
57539            ! makedef.pl opcode.pl os2/os2.c
57540 ____________________________________________________________________________
57541 [  8279] By: jhi                                   on 2000/12/30  21:52:07
57542         Log: Test nits.
57543      Branch: perl
57544            ! t/lib/syslfs.t t/op/lfs.t
57545 ____________________________________________________________________________
57546 [  8278] By: jhi                                   on 2000/12/30  21:47:49
57547         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
57548              From: andreas.koenig@anima.de (Andreas J. Koenig)
57549              Date: 30 Dec 2000 22:35:37 +0100
57550              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
57551              
57552              The 32-bit wraparound test wasn't quite right.
57553      Branch: perl
57554            ! t/lib/syslfs.t t/op/lfs.t
57555 ____________________________________________________________________________
57556 [  8277] By: jhi                                   on 2000/12/30  21:33:44
57557         Log: Subject: [PATCH] open() example in perlfunc.pod 
57558              From: Karsten Sperling <s_sperli@ira.uka.de>
57559              Date: Sat, 30 Dec 2000 22:27:09 +0100
57560              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
57561      Branch: perl
57562            ! pod/perlfunc.pod
57563 ____________________________________________________________________________
57564 [  8276] By: jhi                                   on 2000/12/30  20:32:40
57565         Log: Not quite that many tests yet.
57566      Branch: perl
57567            ! t/op/pat.t
57568 ____________________________________________________________________________
57569 [  8275] By: jhi                                   on 2000/12/30  20:26:58
57570         Log: Integrate perlio.
57571      Branch: perl
57572           !> toke.c
57573 ____________________________________________________________________________
57574 [  8274] By: jhi                                   on 2000/12/30  20:24:56
57575         Log: Signedness nit.
57576      Branch: perl
57577            ! utf8.c
57578 ____________________________________________________________________________
57579 [  8273] By: jhi                                   on 2000/12/30  20:15:46
57580         Log: Add a test case for 20000731.001 which was fixed by the #8267.
57581      Branch: perl
57582            ! t/op/pat.t
57583 ____________________________________________________________________________
57584 [  8272] By: nick                                  on 2000/12/30  19:47:51
57585         Log: Tweak for MULTIPLICITY/USE_PERLIO
57586      Branch: perlio
57587            ! toke.c
57588 ____________________________________________________________________________
57589 [  8271] By: nick                                  on 2000/12/30  19:46:45
57590         Log: Integrate mainline
57591      Branch: perlio
57592           +> lib/unicode/distinct.pm
57593           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
57594           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
57595           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
57596 ____________________________________________________________________________
57597 [  8270] By: jhi                                   on 2000/12/30  19:39:50
57598         Log: Subject: RE: perl@8269
57599              From: "Richard Soderberg" <rs@crystalflame.net>
57600              Date: Sat, 30 Dec 2000 11:36:27 -0800
57601              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
57602              
57603              A missing aTHX_.
57604      Branch: perl
57605            ! toke.c
57606 ____________________________________________________________________________
57607 [  8269] By: jhi                                   on 2000/12/30  18:55:48
57608         Log: Update Changes.
57609      Branch: perl
57610            ! Changes patchlevel.h
57611 ____________________________________________________________________________
57612 [  8268] By: jhi                                   on 2000/12/30  17:18:40
57613         Log: Add a test for Unicode split //.  The #8267 was the cure.
57614      Branch: perl
57615            ! t/op/split.t
57616 ____________________________________________________________________________
57617 [  8267] By: jhi                                   on 2000/12/30  17:14:19
57618         Log: Subject: more UTF8 test suites and an UTF8 patch
57619              From: Inaba Hiroto <inaba@st.rim.or.jp>
57620              Date: Sat, 30 Dec 2000 14:27:10 +0900
57621              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
57622              
57623              Just the patch part for now, and the pragma renamed
57624              as unicode::distinct.
57625      Branch: perl
57626            + lib/unicode/distinct.pm
57627            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
57628            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
57629            ! regcomp.h regexec.c sv.c toke.c utf8.c
57630 ____________________________________________________________________________
57631 [  8266] By: nick                                  on 2000/12/30  16:40:49
57632         Log: Integrate mainline
57633      Branch: perlio
57634           +> lib/Pod/Text/Overstrike.pm
57635           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
57636           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
57637           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
57638           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
57639           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
57640 ____________________________________________________________________________
57641 [  8265] By: jhi                                   on 2000/12/30  07:28:55
57642         Log: The sv_catsv() fix, take two.
57643      Branch: perl
57644            ! sv.c t/op/join.t
57645 ____________________________________________________________________________
57646 [  8264] By: jhi                                   on 2000/12/30  06:19:18
57647         Log: Undo all the join-related changes since #8248: relevant
57648              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
57649              The new sv_catsv() doesn't fly so it must go back to
57650              the drawing board.
57651      Branch: perl
57652            ! sv.c t/op/join.t t/pragma/utf8.t
57653 ____________________________________________________________________________
57654 [  8263] By: jhi                                   on 2000/12/30  01:08:32
57655         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
57656      Branch: perl
57657            ! sv.c
57658 ____________________________________________________________________________
57659 [  8262] By: jhi                                   on 2000/12/30  00:45:14
57660         Log: Retract #8261.
57661      Branch: perl
57662            ! hv.c util.c
57663 ____________________________________________________________________________
57664 [  8261] By: jhi                                   on 2000/12/30  00:38:32
57665         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
57666      Branch: perl
57667            ! hv.c util.c
57668 ____________________________________________________________________________
57669 [  8260] By: jhi                                   on 2000/12/29  22:51:33
57670         Log: (Retracted by #8264)  More fixing for #8251.
57671      Branch: perl
57672            ! sv.c
57673 ____________________________________________________________________________
57674 [  8259] By: jhi                                   on 2000/12/29  18:27:30
57675         Log: Subject: podlators 1.06 released
57676              From: Russ Allbery <rra@stanford.edu>
57677              Date: 25 Dec 2000 05:09:30 -0800
57678              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
57679      Branch: perl
57680            + lib/Pod/Text/Overstrike.pm
57681            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
57682            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
57683 ____________________________________________________________________________
57684 [  8258] By: jhi                                   on 2000/12/29  18:20:45
57685         Log: Make the large file tests more robust/talkative as suggested by
57686              
57687              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
57688              From: andreas.koenig@anima.de (Andreas J. Koenig)
57689              Date: 29 Dec 2000 14:23:01 +0100
57690              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
57691      Branch: perl
57692            ! t/lib/syslfs.t t/op/lfs.t
57693 ____________________________________________________________________________
57694 [  8257] By: jhi                                   on 2000/12/29  17:48:04
57695         Log: Further VMS piping fixes from Charles Lane:
57696              
57697              In summary, error messages produced when a subprocess terminated
57698              abnormally were being sent not just to the parent process, but to
57699              grandparents, because of default values for error output that were
57700              not completely overridden when the subprocess was started.
57701              
57702              This patch fixes this behavior by defining user-mode (i.e., temporary
57703              for the duration of the program) logical names for SYS$OUTPUT and
57704              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
57705              changes to make it so that the user-mode logicals are the ones that
57706              control where Perl's error messages go if it terminates abnormally.
57707              
57708              I also added some gratuitous fixes to the indentation of braces in
57709              the piping code.  It just looked ugly, before.
57710      Branch: perl
57711            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
57712 ____________________________________________________________________________
57713 [  8256] By: jhi                                   on 2000/12/29  17:45:12
57714         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
57715              From: "Casey R. Tweten" <crt@kiski.net>
57716              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
57717              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
57718              
57719              Tests for for #8240.
57720      Branch: perl
57721            ! t/pragma/constant.t
57722 ____________________________________________________________________________
57723 [  8255] By: jhi                                   on 2000/12/29  17:43:07
57724         Log: Subject: Re: [PATCH] Interesting syntax idea
57725              From: Simon Cozens <simon@cozens.net>
57726              Date: Fri, 29 Dec 2000 14:34:04 +0000
57727              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
57728              
57729              Tests for #8254.
57730      Branch: perl
57731            ! t/pragma/sub_lval.t
57732 ____________________________________________________________________________
57733 [  8254] By: jhi                                   on 2000/12/29  17:42:11
57734         Log: Subject: [PATCH] Interesting syntax idea
57735              From: Simon Cozens <simon@cozens.net>
57736              Date: Wed, 27 Dec 2000 05:08:57 +0000
57737              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
57738              
57739              Make opens + bareword assigns do typeglob assigns.
57740      Branch: perl
57741            ! op.c
57742 ____________________________________________________________________________
57743 [  8253] By: jhi                                   on 2000/12/29  17:36:45
57744         Log: Output the (apparent) version of gcc, as suggested by
57745              
57746              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
57747              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
57748              Date: 26 Dec 2000 04:29:17 -0500
57749              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
57750              
57751              (The patch as such didn't any more apply as the misparsing had
57752              already been addressed in #6474.)  Also change the wording about
57753              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
57754      Branch: perl
57755            ! hints/dec_osf.sh
57756 ____________________________________________________________________________
57757 [  8252] By: nick                                  on 2000/12/29  12:14:31
57758         Log: Integrate mainline
57759      Branch: perlio
57760           !> (integrate 27 files)
57761 ____________________________________________________________________________
57762 [  8251] By: jhi                                   on 2000/12/29  08:45:46
57763         Log: (Retracted by #8264)
57764              
57765              (Fixed by #8260.)
57766              
57767              sv_catsv() needs one more byte space than seems reasonable.
57768              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
57769              Curiouser and curiouser.
57770      Branch: perl
57771            ! sv.c
57772 ____________________________________________________________________________
57773 [  8250] By: jhi                                   on 2000/12/29  07:57:52
57774         Log: More split // UTF-8 tests.
57775      Branch: perl
57776            ! t/pragma/utf8.t
57777 ____________________________________________________________________________
57778 [  8249] By: jhi                                   on 2000/12/29  07:54:51
57779         Log: (Retracted by #8264)  More join() testing which was good because
57780              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
57781      Branch: perl
57782            ! pp.c t/op/join.t utf8.c utf8.h
57783 ____________________________________________________________________________
57784 [  8248] By: jhi                                   on 2000/12/29  07:08:32
57785         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
57786              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
57787              that the only cases to care about are byte+byte and byte+character.
57788              
57789              TODO: See how well pp_concat() could be implemented in terms
57790              of sv_catsv().
57791      Branch: perl
57792            ! doop.c sv.c t/op/join.t utf8.h
57793 ____________________________________________________________________________
57794 [  8247] By: jhi                                   on 2000/12/29  06:35:23
57795         Log: Signedness nit.
57796      Branch: perl
57797            ! pp_hot.c
57798 ____________________________________________________________________________
57799 [  8246] By: jhi                                   on 2000/12/29  01:23:31
57800         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
57801              From: Lupe Christoph <lupe@lupe-christoph.de>
57802              Date: Thu, 28 Dec 2000 23:00:00 +0100
57803              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
57804              
57805              Suggest rsync --delete --dry-run.
57806      Branch: perl
57807            ! pod/perlhack.pod
57808 ____________________________________________________________________________
57809 [  8245] By: jhi                                   on 2000/12/28  23:57:05
57810         Log: The maxiters upper limit sanity check (guarding against
57811              non-progress) assumed bytes instead of characters in s///
57812              and split().
57813      Branch: perl
57814            ! pp.c pp_hot.c
57815 ____________________________________________________________________________
57816 [  8244] By: jhi                                   on 2000/12/28  23:34:08
57817         Log: Make some panic messages a bit more logical.
57818      Branch: perl
57819            ! doop.c pod/perldiag.pod pp.c pp_hot.c
57820 ____________________________________________________________________________
57821 [  8243] By: jhi                                   on 2000/12/28  22:59:16
57822         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
57823              From: Simon Cozens <simon@cozens.net>
57824              Date: Wed, 27 Dec 2000 02:30:03 +0000
57825              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
57826      Branch: perl
57827            ! pp.c t/pragma/sub_lval.t
57828 ____________________________________________________________________________
57829 [  8242] By: jhi                                   on 2000/12/28  22:56:53
57830         Log: Subject: [PATCH blead] Fix B::Terse indentation
57831              From: Daniel Chetlin <daniel@chetlin.com>
57832              Date: Wed, 27 Dec 2000 06:43:30 -0800
57833              Message-ID: <20001227064329.B9573@darkstar>
57834      Branch: perl
57835            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
57836 ____________________________________________________________________________
57837 [  8241] By: jhi                                   on 2000/12/28  22:48:59
57838         Log: The latter patch from the
57839              
57840              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
57841              From: Peter Prymmer <pvhp@forte.com> 
57842              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
57843              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
57844              
57845              (the former patch from the above should have been
57846              taken care of by Nick I-S)
57847      Branch: perl
57848            ! win32/Makefile
57849 ____________________________________________________________________________
57850 [  8240] By: jhi                                   on 2000/12/28  22:45:22
57851         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
57852              From: "Casey R. Tweten" <crt@kiski.net>
57853              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
57854              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
57855      Branch: perl
57856            ! lib/constant.pm
57857 ____________________________________________________________________________
57858 [  8239] By: jhi                                   on 2000/12/28  22:37:45
57859         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
57860              From: Simon Cozens <simon@cozens.net>
57861              Date: Wed, 27 Dec 2000 14:12:44 +0000
57862              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
57863      Branch: perl
57864            ! t/op/method.t t/op/sort.t toke.c
57865 ____________________________________________________________________________
57866 [  8238] By: jhi                                   on 2000/12/28  22:30:32
57867         Log: Subject: [PATCH perl@8229] Call.pm
57868              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57869              Date: Mon, 25 Dec 2000 10:47:15 -0000
57870              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
57871      Branch: perl
57872            ! ext/Filter/Util/Call/Call.pm
57873 ____________________________________________________________________________
57874 [  8237] By: jhi                                   on 2000/12/28  22:19:21
57875         Log: Subject: [PATCH blead] Fix problem with `&' prototype
57876              From: Daniel Chetlin <daniel@chetlin.com>
57877              Date: Wed, 27 Dec 2000 15:55:32 -0800
57878              Message-ID: <20001227155532.D9573@darkstar>
57879      Branch: perl
57880            ! op.c t/comp/proto.t
57881 ____________________________________________________________________________
57882 [  8236] By: jhi                                   on 2000/12/28  22:09:25
57883         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
57884              From: Daniel Chetlin <daniel@chetlin.com>
57885              Date: Sun, 24 Dec 2000 04:09:49 -0800
57886              Message-ID: <20001224040949.B3090@darkstar>
57887      Branch: perl
57888            ! gv.c mg.c t/op/attrs.t
57889 ____________________________________________________________________________
57890 [  8235] By: jhi                                   on 2000/12/28  22:07:11
57891         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
57892              From: Jan Dubois <jand@ActiveState.com>
57893              Date: Tue, 26 Dec 2000 20:57:31 -0800
57894              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
57895      Branch: perl
57896            ! win32/win32.c
57897 ____________________________________________________________________________
57898 [  8234] By: jhi                                   on 2000/12/28  21:52:42
57899         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
57900              From: Simon Cozens <simon@cozens.net>
57901              Date: Thu, 28 Dec 2000 20:33:13 +0000
57902              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
57903      Branch: perl
57904            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
57905 ____________________________________________________________________________
57906 [  8233] By: jhi                                   on 2000/12/28  19:40:49
57907         Log: Integrate perlio.
57908      Branch: perl
57909           !> ext/Encode/Makefile.PL ext/Encode/compile
57910 ____________________________________________________________________________
57911 [  8232] By: nick                                  on 2000/12/23  16:06:00
57912         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
57913              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
57914      Branch: perlio
57915            ! ext/Encode/Makefile.PL
57916 ____________________________________________________________________________
57917 [  8231] By: nick                                  on 2000/12/23  14:30:34
57918         Log: "Compiled" encode build cleanup
57919              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
57920              - .c files do not export sub-tables
57921      Branch: perlio
57922            ! ext/Encode/Makefile.PL ext/Encode/compile
57923 ____________________________________________________________________________
57924 [  8230] By: nick                                  on 2000/12/23  12:50:37
57925         Log: Integrate mainline
57926      Branch: perlio
57927           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
57928           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
57929           !> pod/perl5004delta.pod pod/perl5005delta.pod
57930           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
57931           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
57932           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
57933           !> pod/perlsub.pod
57934 ____________________________________________________________________________
57935 [  8229] By: jhi                                   on 2000/12/22  15:32:12
57936         Log: Integrate perlio.
57937      Branch: perl
57938           +> win32/distclean.bat
57939           !> MANIFEST t/io/utf8.t
57940 ____________________________________________________________________________
57941 [  8228] By: jhi                                   on 2000/12/22  15:29:40
57942         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
57943              From: Robin Barker <rmb1@cise.npl.co.uk>
57944              Date: Fri, 22 Dec 2000 12:17:38 GMT
57945              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
57946      Branch: perl
57947            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
57948            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
57949            ! pod/perl5004delta.pod pod/perl5005delta.pod
57950            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
57951            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
57952            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
57953            ! pod/perlsub.pod
57954 ____________________________________________________________________________
57955 [  8227] By: jhi                                   on 2000/12/22  15:24:28
57956         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
57957              From: "John L. Allen" <allen@grumman.com>
57958              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
57959              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
57960              
57961              Document APPLLIB_EXP.
57962      Branch: perl
57963            ! INSTALL
57964 ____________________________________________________________________________
57965 [  8226] By: nick                                  on 2000/12/21  22:11:50
57966         Log: Handy script for when one forgets to "dmake clean" 
57967      Branch: perlio
57968            + win32/distclean.bat
57969            ! MANIFEST
57970 ____________________________________________________________________________
57971 [  8225] By: nick                                  on 2000/12/21  21:54:04
57972         Log: CRLF platform issue with io/utf8 fix.
57973      Branch: perlio
57974            ! t/io/utf8.t
57975 ____________________________________________________________________________
57976 [  8224] By: nick                                  on 2000/12/21  21:02:20
57977         Log: Integrate mainline
57978      Branch: perlio
57979           !> Changes Configure Makefile.SH Porting/Glossary
57980           !> Porting/config.sh Porting/config_H configure.com
57981           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
57982           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
57983           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
57984           !> win32/config.bc win32/config.gc win32/config.vc
57985 ____________________________________________________________________________
57986 [  8223] By: jhi                                   on 2000/12/21  17:09:16
57987         Log: Update Changes.
57988      Branch: perl
57989            ! Changes patchlevel.h
57990 ____________________________________________________________________________
57991 [  8222] By: jhi                                   on 2000/12/21  16:24:01
57992         Log: Metaconfig unit changes for #8221.
57993      Branch: metaconfig/U/perl
57994           +> issymlink.U
57995            - testsyml.U
57996            ! Mksymlinks.U
57997 ____________________________________________________________________________
57998 [  8221] By: jhi                                   on 2000/12/21  16:23:48
57999         Log: Rename testsyml to issymlink.
58000      Branch: perl
58001            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58002            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
58003            ! win32/config.vc
58004 ____________________________________________________________________________
58005 [  8220] By: jhi                                   on 2000/12/21  15:47:26
58006         Log: Robustness support for #8218 (symlink forest) since the GNU
58007              tools seem to be overly picky about symlinkage depths.
58008      Branch: perl
58009            ! Makefile.SH t/io/fs.t
58010 ____________________________________________________________________________
58011 [  8219] By: jhi                                   on 2000/12/21  15:38:27
58012         Log: Metaconfig changes for #8218.
58013      Branch: metaconfig
58014            ! U/modified/Oldconfig.U
58015      Branch: metaconfig/U/perl
58016            + Mksymlinks.U
58017            ! testsyml.U
58018 ____________________________________________________________________________
58019 [  8218] By: jhi                                   on 2000/12/21  15:37:57
58020         Log: Add Configure option -Dmksymlinks which will create a symlink
58021              forest if the current/build differs from the source directory.
58022              TODO: mkdir -p is not portable.
58023      Branch: perl
58024            ! Configure
58025 ____________________________________________________________________________
58026 [  8217] By: jhi                                   on 2000/12/21  14:39:12
58027         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
58028              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
58029              Date: Thu, 21 Dec 2000 09:38:18 GMT
58030              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
58031              
58032              The ofs became an SV.
58033      Branch: perl
58034            ! ext/Thread/Thread.xs
58035 ____________________________________________________________________________
58036 [  8216] By: jhi                                   on 2000/12/21  05:40:21
58037         Log: The polymorphism seems to have fixed 20000517.001.
58038      Branch: perl
58039            ! t/pragma/utf8.t
58040 ____________________________________________________________________________
58041 [  8215] By: jhi                                   on 2000/12/21  04:44:52
58042         Log: read() documentation tweak for 20001121.004.
58043      Branch: perl
58044            ! pod/perlfunc.pod
58045 ____________________________________________________________________________
58046 [  8214] By: jhi                                   on 2000/12/21  03:54:11
58047         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
58048      Branch: perl
58049            ! pp_sys.c t/op/misc.t
58050 ____________________________________________________________________________
58051 [  8213] By: jhi                                   on 2000/12/21  00:28:10
58052         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
58053              From: Peter Prymmer <pvhp@forte.com>
58054              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
58055              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
58056      Branch: perl
58057            ! configure.com
58058 ____________________________________________________________________________
58059 [  8212] By: jhi                                   on 2000/12/21  00:26:21
58060         Log: Edit edit edit.
58061      Branch: perl
58062            ! pod/perlfaq3.pod
58063 ____________________________________________________________________________
58064 [  8211] By: jhi                                   on 2000/12/20  18:52:46
58065         Log: Update Changes.
58066      Branch: perl
58067            ! Changes patchlevel.h
58068 ____________________________________________________________________________
58069 [  8210] By: jhi                                   on 2000/12/20  18:34:47
58070         Log: Yet another editor edit.
58071      Branch: perl
58072            ! pod/perlfaq3.pod
58073 ____________________________________________________________________________
58074 [  8209] By: jhi                                   on 2000/12/20  15:33:28
58075         Log: More Win32 Perling.
58076      Branch: perl
58077            ! pod/perlfaq3.pod
58078 ____________________________________________________________________________
58079 [  8208] By: jhi                                   on 2000/12/20  15:07:46
58080         Log: More Win32 editor/IDE/shell hints.
58081      Branch: perl
58082            ! pod/perlfaq3.pod
58083 ____________________________________________________________________________
58084 [  8207] By: jhi                                   on 2000/12/20  03:54:08
58085         Log: Subject: [PATCH] obscure timing knowledge
58086              From: Nicholas Clark <nick@ccl4.org>
58087              Date: Tue, 19 Dec 2000 19:22:31 +0000
58088              Message-ID: <20001219192231.F2827@plum.flirble.org>
58089      Branch: perl
58090            ! sv.c
58091 ____________________________________________________________________________
58092 [  8206] By: jhi                                   on 2000/12/20  03:45:57
58093         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
58094              From: Spider Boardman <spider@leggy.zk3.dec.com>
58095              Date: Tue, 19 Dec 2000 21:30:16 -0500
58096              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
58097      Branch: perl
58098            ! sv.c
58099 ____________________________________________________________________________
58100 [  8205] By: jhi                                   on 2000/12/19  23:02:01
58101         Log: Update Changes.
58102      Branch: perl
58103            ! Changes patchlevel.h
58104 ____________________________________________________________________________
58105 [  8204] By: jhi                                   on 2000/12/19  22:58:18
58106         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
58107              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
58108              on editors and diffing/patching.
58109      Branch: perl
58110            ! t/op/utf8decode.t
58111 ____________________________________________________________________________
58112 [  8203] By: nick                                  on 2000/12/19  21:36:16
58113         Log: Integrate mainline (forgot my own change...)
58114      Branch: perlio
58115           !> ext/Encode/compile
58116 ____________________________________________________________________________
58117 [  8202] By: nick                                  on 2000/12/19  21:34:42
58118         Log: Integrate mainline.
58119      Branch: perlio
58120           !> (integrate 61 files)
58121 ____________________________________________________________________________
58122 [  8201] By: nick                                  on 2000/12/19  21:34:06
58123         Log: Avoid looking for File::Glob when we don't need it.
58124      Branch: perl
58125            ! ext/Encode/compile
58126 ____________________________________________________________________________
58127 [  8200] By: jhi                                   on 2000/12/19  18:35:49
58128         Log: Update Changes.
58129      Branch: perl
58130            ! Changes patchlevel.h
58131 ____________________________________________________________________________
58132 [  8199] By: jhi                                   on 2000/12/19  18:35:07
58133         Log: Microperl tweaks.
58134      Branch: perl
58135            ! sv.c uconfig.h uconfig.sh
58136 ____________________________________________________________________________
58137 [  8198] By: jhi                                   on 2000/12/19  18:29:59
58138         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
58139      Branch: perl
58140            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58141            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
58142 ____________________________________________________________________________
58143 [  8197] By: jhi                                   on 2000/12/19  17:55:29
58144         Log: In VMS embedded perls couldn't access the statically built Socket,
58145              from Charles Lane.
58146      Branch: perl
58147            ! configure.com
58148 ____________________________________________________________________________
58149 [  8196] By: jhi                                   on 2000/12/19  17:49:50
58150         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
58151              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
58152              Date: Sun, 17 Dec 2000 19:11:44 -0000
58153              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
58154      Branch: perl
58155            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
58156            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
58157 ____________________________________________________________________________
58158 [  8195] By: jhi                                   on 2000/12/19  17:47:53
58159         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
58160              From: Jonathan Stowe <gellyfish@gellyfish.com>
58161              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
58162              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
58163      Branch: perl
58164            ! utils/h2xs.PL
58165 ____________________________________________________________________________
58166 [  8194] By: jhi                                   on 2000/12/19  17:46:28
58167         Log: Subject: Re: useless use of void context work-around
58168              From: andreas.koenig@anima.de (Andreas J. Koenig)
58169              Date: 16 Dec 2000 15:13:36 +0100
58170              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
58171              
58172              Document (comment) the q(di ds ig) trick in the code.
58173      Branch: perl
58174            ! op.c
58175 ____________________________________________________________________________
58176 [  8193] By: jhi                                   on 2000/12/19  17:10:57
58177         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
58178              From: "Mark J. Reed" <mreed@strange.turner.com>
58179              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
58180              Message-Id: <200012160222.VAA13986@strange.turner.com>
58181      Branch: perl
58182            ! ext/Sys/Syslog/Syslog.pm
58183 ____________________________________________________________________________
58184 [  8192] By: jhi                                   on 2000/12/19  17:07:45
58185         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
58186              From: Nicholas Clark <nick@ccl4.org>
58187              Date: Sat, 16 Dec 2000 19:03:13 +0000
58188              Message-ID: <20001216190313.D68304@plum.flirble.org>
58189      Branch: perl
58190            ! t/op/64bitint.t
58191 ____________________________________________________________________________
58192 [  8191] By: jhi                                   on 2000/12/19  17:06:13
58193         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
58194              From: Dominic Dunlop <domo@computer.org>
58195              Date: Mon, 18 Dec 2000 12:00:15 +0100
58196              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
58197              
58198              This patchlet is needed in order that perl can be statically linked.  
58199      Branch: perl
58200            ! regexec.c
58201 ____________________________________________________________________________
58202 [  8190] By: jhi                                   on 2000/12/19  17:03:08
58203         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
58204              From: "Craig A. Berry" <craig.berry@psinetcs.com>
58205              Date: Sun, 17 Dec 2000 00:18:35 -0600
58206              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
58207      Branch: perl
58208            ! perlio.h vms/gen_shrfls.pl
58209 ____________________________________________________________________________
58210 [  8189] By: jhi                                   on 2000/12/19  16:20:28
58211         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
58212              From: Prymmer/Kahn <pvhp@best.com>
58213              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
58214              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
58215              
58216              A better version of #8188.
58217      Branch: perl
58218            ! pod/perlfaq3.pod
58219 ____________________________________________________________________________
58220 [  8188] By: jhi                                   on 2000/12/19  15:57:06
58221         Log: (Replaced by #8189)
58222              
58223              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
58224              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
58225              From: Prymmer/Kahn <pvhp@best.com>
58226              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
58227              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
58228              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
58229              Date: Mon, 18 Dec 2000 11:10:45 -0500
58230              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
58231      Branch: perl
58232            ! pod/perlfaq3.pod
58233 ____________________________________________________________________________
58234 [  8187] By: jhi                                   on 2000/12/19  15:54:19
58235         Log: Email address fix for Anton Berezin.
58236      Branch: perl
58237            ! AUTHORS
58238 ____________________________________________________________________________
58239 [  8186] By: jhi                                   on 2000/12/19  15:38:54
58240         Log: Subject: [PATCH perl@8102] cygwin port
58241              From: "Eric Fifer" <efifer@dircon.co.uk> 
58242              Date: Thu, 14 Dec 2000 13:41:29 -0000
58243              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
58244              
58245              When compiling modules the data item that is being imported
58246              from libperl.dll needs to be tagged as imported/shared data:
58247              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
58248      Branch: perl
58249            ! perliol.h
58250 ____________________________________________________________________________
58251 [  8185] By: jhi                                   on 2000/12/19  14:53:24
58252         Log: Regen uconfig.h and uconfig.sh.
58253      Branch: perl
58254            ! uconfig.h uconfig.sh
58255 ____________________________________________________________________________
58256 [  8184] By: jhi                                   on 2000/12/18  20:43:49
58257         Log: Comments work so much better when they are closed.
58258      Branch: perl
58259            ! regcomp.c
58260 ____________________________________________________________________________
58261 [  8183] By: jhi                                   on 2000/12/18  18:04:02
58262         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
58263              Fixes the bug 20001218.016.
58264      Branch: perl
58265            ! regcomp.c
58266 ____________________________________________________________________________
58267 [  8182] By: gsar                                  on 2000/12/18  09:53:47
58268         Log: delete spurious files
58269      Branch: maint-5.6/perl
58270            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
58271            - vos/config.h vos/config_h.SH_orig
58272 ____________________________________________________________________________
58273 [  8181] By: gsar                                  on 2000/12/18  09:46:08
58274         Log: regen perltoc
58275      Branch: maint-5.6/perl
58276            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
58277 ____________________________________________________________________________
58278 [  8180] By: gsar                                  on 2000/12/18  09:20:27
58279         Log: integrate changes#7924..7926,7946,7952 from mainline
58280              
58281              A test works better if it has the right 1..$n output.
58282              
58283              All the core library users of Class::Struct seem to be
58284              using "use Class::Struct 'struct';" instead of the bare
58285              "use Class::Struct;", which isn't documented in Class::Struct.
58286              This can't be right.
58287              
58288              Make the Class::Struct import() wiser.
58289              
58290              Upgrade to CPAN 1.59_51, from Andreas König.
58291              
58292              Subject: Re: long shell lines
58293              Split overly long shell command lines.
58294      Branch: maint-5.6/perl
58295           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
58296           !> lib/File/stat.pm t/lib/class-struct.t
58297 ____________________________________________________________________________
58298 [  8179] By: gsar                                  on 2000/12/18  08:55:54
58299         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
58300              7918,7919,7988,8907 from mainline (various)
58301              
58302              Subject: [ID 20001127.004] White space problem in perlamiga.pod
58303              
58304              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
58305              
58306              Subject: [PATCH] perlcc.PL cleanups
58307              
58308              Subject: [PATCH] Updating perltie.pod for arrays
58309              
58310              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
58311              Subject: Re: [PATCH] Updating perltie.pod for arrays
58312              Subject: Re: [PATCH] Updating perltie.pod for arrays
58313              
58314              One more perltie.pod nit from Casey R. Tweten.
58315              
58316              Subject: [PATCH] $^O  win32 -> MSWin32
58317              plus similar nits for vms, err, VMS, and UNICOS.
58318              
58319              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
58320              More checking in case someone has broken their services or
58321              protocol databases.
58322              
58323              Make "use Class::Struct 'struct';" work again (broken by #7617);
58324              add a test for Class::Struct.
58325              
58326              Integrate the "skip" messages to explain().
58327              
58328              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
58329      Branch: maint-5.6/perl
58330           +> t/lib/class-struct.t
58331           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
58332           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
58333           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
58334 ____________________________________________________________________________
58335 [  8178] By: gsar                                  on 2000/12/18  08:16:30
58336         Log: avoid redefinition warnings on windows due to sys/socket.h getting
58337              #included before win32.h
58338      Branch: maint-5.6/perl
58339            ! win32/include/sys/socket.h
58340 ____________________________________________________________________________
58341 [  8177] By: gsar                                  on 2000/12/18  05:24:04
58342         Log: make regen_headers; fix POSIX.xs problems; remove outdated
58343              code from sys/socket.h that makes build fail now
58344      Branch: maint-5.6/perl
58345            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
58346            ! pod/perlapi.pod
58347           !> win32/include/sys/socket.h
58348 ____________________________________________________________________________
58349 [  8176] By: gsar                                  on 2000/12/18  05:20:17
58350         Log: update Changes
58351      Branch: maint-5.6/perl
58352            ! Changes patchlevel.h
58353 ____________________________________________________________________________
58354 [  8175] By: gsar                                  on 2000/12/18  04:57:48
58355         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
58356              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
58357              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
58358              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
58359              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
58360              7823,7825,7838
58361              
58362              Subject: Re: [PATCH] README.solaris
58363              
58364              Add getpagesize() probing, on non-UNIX guess 'undef'.
58365              
58366              Simplify the getpagesize() unit by dropping the
58367              pagesize probe since it's nowadays slightly more
58368              complicated because of sysconf(). (Note: if some
58369              platform really needs the -lPW for getpagesize,
58370              I just broke it.)
58371              TODO: a new pagesize unit.
58372              
58373              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
58374              
58375              MachTen doesn't really do mmap() and munmap().
58376              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
58377              
58378              More README.solaris updates from Andy Dougherty.
58379              
58380              Copy the s// information of README.hpux also to the perlrun.
58381              
58382              Add HAS_FSYNC, lack noticed by Nicholas Clark.
58383              
58384              Add a metaconfig unit for fsync.
58385              
58386              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
58387              
58388              Many subdocumented return values of the IO extension now documented.
58389              ungetc and write still left subdocumented.
58390              Subject: [PATCH] (was Re: IO::Handle::ungetc)
58391              
58392              Document tell() on special streams.
58393              
58394              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
58395              
58396              Subject: [ID 20001112.007] sfio's sftell isn't ftell
58397              
58398              Couple of tests from #7660 salvaged.
58399              
58400              Tweak the definition of the bit complement on UTF-8 data:
58401              if none of the characters in the string are > 0xff,
58402              the result is a complemented byte string, not a (UTF-8)
58403              char string.  Based on the summary in
58404              Subject: Re: [ID 20000918.005] ~ on wide chars
58405              This should give us the maximum backward (pre-char string)
58406              compatibility and utf8 compatibility.  The other alternative
58407              would be to limit the bit complement to be always byte only,
58408              taking the least significant byte of the chars.
58409              
58410              Cleanup messy #ifdef.
58411              
58412              Typos in #7667.
58413              
58414              Declare reg_data like reg_substr_data.
58415              
58416              Placate nervous compilers that see longer than ints switch()ing.
58417              
58418              Remove the new two tests of lib/io_xs for now, they seem to
58419              fail under perlio on some platforms.
58420              
58421              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
58422              
58423              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
58424              
58425              Subject: tiny typo in perl5db.pl
58426              
58427              Subject: some additions for makefiles for win32 (for perl@7674)
58428              
58429              Hoist the duplicated socket/netdb include logic to perl.h;
58430              undef SETERRNO in case SOCKS has defined it.  Based on:
58431              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
58432              
58433              Regen Configure.
58434              
58435              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
58436              (a macro to define signed and unsigned integer constants).
58437              
58438              Use UINT64_C().
58439              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
58440              
58441              Use u_int32_t for the size of hash_cb(), not size_t.
58442              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
58443              
58444              Quit utf8_to_uv() instantly if curlen == 0.
58445              
58446              Subject: [PATCH: perl@7674] updates to README.os390
58447              
58448              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
58449              
58450              EBCDIC tweaks.
58451              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
58452              
58453              Linenumber fix.
58454              
58455              SOCKS has its own USE_THREADS, based on
58456              Subject: [ID 20001114.002] et. al. bugfix followup
58457              
58458              UINT64_C() work continues.
58459              
58460              Detypo.
58461              
58462              The type of the hash_cb() size argument is tricky.
58463              
58464              Add fwalk() probe to the configuration files and regen perltoc.
58465              
58466              Subject: perllocale.pod changes
58467              
58468              Avoid an infinite loop in VMS when utils scripts are run
58469              with no arguments, from Charles Lane.
58470              
58471              Subject: Re: Bug in Carp::Heavy/5.6.0?
58472              
58473              For Solaris use64bitall the stdchar needs a little bit of help.
58474              
58475              The long double hints can be here or there.
58476              
58477              Test tweak for the open pragma.
58478              
58479              Also the 64bitall hints can be either here or there.
58480              
58481              As surmised the #7719 wasn't a good move.
58482              
58483              Subject: Fix for 20000409.001
58484              
58485              Subject: Fix for 20000815.006
58486              It's really 20000518.006.
58487              
58488              Subject: [PATCH 5.6.0 README.win32] very minor typos
58489              
58490              Subject: Fix for README.amiga (20000323.033)
58491              
58492              Explain in more detail the {} syntax ambiguousity.
58493              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
58494              
58495              Sparc 64-bit pack() fix from Jens Hamisch.
58496              
58497              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
58498              
58499              Subject: podlators 1.05 available        
58500              
58501              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
58502              
58503              Subject: [perl 7711: EPOC] updates
58504              
58505              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
58506              
58507              Miraculous typo.
58508              
58509              sysseek() instead of seek().
58510              
58511              Solaris hints tweaks.
58512              
58513              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
58514              This may be overly harsh but until proven otherwise, we think this
58515              way, or until we have a simple test for Configure (having to start
58516              up servers is does not count as simple) to check for the problems.
58517              
58518              Remove the shared object before attempting to create
58519              (by linking) a new one.  E.g. in AIX not removing
58520              becomes quite painful if one tries to do more than one
58521              build in the same tree (an interrupted build, for example),
58522              since the AIX' shared dynaloader seemingly keeps the shared
58523              objects open and therefore 'busy' for quite a while, even when
58524              nobody is using the objects, leading into link failures.
58525              
58526              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
58527              
58528              Subject: DOC PATCH 5.6.0 perlreftut
58529              
58530              Subject: [PATCH: perl@7777] add system locale testing for VMS
58531              
58532              Subject: [PATCH] Test.pm POD peculiarity
58533              
58534              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
58535              
58536              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
58537              
58538              Subject: Re: perl@7777 
58539              Detypoing.
58540              
58541              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
58542              
58543              Go ahead and #include <unistd.h> in perl.h.
58544              
58545              Subject: [PATCH perl@7795] small cleanup task for test suite
58546              
58547              Subject: Re: av.c patch (having slight problems)
58548              unshift() speedup.
58549              
58550              Reach back one higher up when searching for PERL_SRC.
58551      Branch: maint-5.6/perl
58552           +> lib/File/Spec/Epoc.pm
58553           !> (integrate 88 files)
58554 ____________________________________________________________________________
58555 [  8174] By: gsar                                  on 2000/12/18  03:53:09
58556         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
58557              7625..7629,7631..7634,7637,7639,7642 from mainline
58558              
58559              Fix for the tie-refhash string table leaks.
58560              
58561              Subject: [patch perl@7595] VMS configure.com tweak
58562              
58563              More careful detection of how well NVs and UVs mix.
58564              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))
58565              Added some SIGFPE paranoia.
58566              
58567              Forgot to bump the line numbers in #7601.
58568              
58569              Subject: PATCH std stdio for (Free)BSD
58570              
58571              Deleting $ENV{PATH} in VMS is not recommendable.
58572              
58573              Locale buglets.
58574              Subject: RE: Locales support (setlocale) fixes
58575              
58576              Do not test UTF-8 locales since that the tests would require
58577              polymorphic regexen.
58578              
58579              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
58580              
58581              A missing aTHX_.
58582              
58583              Subject: [ID 20001108.013] spelling
58584              
58585              Subject: [PATCH] Class::Struct at compile time
58586              
58587              Make deleting for %ENV work for (newer versions of) VMS,
58588              from Craig A. Berry.
58589              
58590              Forgot from #7618.
58591              
58592              More VMS moves on environment handling, from Charles Lane.
58593              
58594              Remove unused extra arguments.
58595              
58596              Typo in an ifndef.
58597              Subject: Re: [PATCH 5.7.0] better messages from malloc()
58598              
58599              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
58600              All except the "cow orker" change.
58601              
58602              The generated boot_* headers are wrong.  Pickier compiler,
58603              such as KAI C++ will refuse to compile the resulting perlmain.
58604              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
58605              
58606              There's no =head3.
58607              
58608              Disable only the tests 99 and 166 for UTF-8 locales.
58609              
58610              Missing dTHXs.
58611              Subject: RE: perl@7595 builds not on cygwin
58612              
58613              Subject: Re: bash -c exit and linux hints 
58614              
58615              Various doc oddball characters.
58616              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
58617              
58618              Subject: [PATCH] IO::Seekable pod
58619              
58620              Amdahl UTS hints updates.
58621              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
58622              
58623              Explain better why certain regex tests are skipped.
58624              Subject: Re: tests skipped: unknown reason
58625              
58626              Subject: [PATCH] README.solaris
58627              
58628              Subject: [PATCH perl@7638] cygwin port
58629      Branch: maint-5.6/perl
58630           +> README.solaris
58631           !> (integrate 26 files)
58632 ____________________________________________________________________________
58633 [  8173] By: gsar                                  on 2000/12/18  03:37:02
58634         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
58635              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
58636              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
58637              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
58638              
58639              Better create a true mailing list for the repository keepers.
58640              
58641              Subject: [ID 20001027.007] uniq array in perlfaq
58642              
58643              De-quoted-unreadable to ISO Latin 1.
58644              (There's one ISO-2022-JP name in Changes5.004.)
58645              
58646              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
58647              
58648              The #7476 needs a MANIFEST change, too.
58649              
58650              Add also emailless people.
58651              
58652              UTF-8 decoder tweak.
58653              
58654              Make \x{...} consistently produce UTF-8.
58655              Subject: Re: \x{...} is confused 
58656              
58657              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
58658              
58659              Add a perlbug flag, -A, to avoid acknowledgement messages.
58660              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
58661              
58662              Use Errno magic.
58663              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
58664              
58665              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
58666              
58667              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
58668              
58669              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
58670              
58671              Be more lenient on bad UTF-8 when doing bit arithmetics.
58672              Subject: Re: [ID 20000918.005] ~ on wide chars
58673              (The ord() part of the patch skipped.)
58674              
58675              Subject: perlfaq style changes
58676              
58677              AUTHORS tweaks.
58678              
58679              Whitespace style tweak.  Was originally going to see to
58680              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
58681              but that had already been taken care of.
58682              
58683              The compiler is either gcc or cc, from Tom Bates.
58684              
58685              The osname has been lowercased by now, from Tom Bates.
58686              
58687              The NonStop-UX libraries have a novel way to say NaN.
58688              
58689              printf UVs the correct way, noticed by Robin Barker.
58690              
58691              Subject: [PATCH] startperl to respect versiononly
58692              
58693              AUTHORS updates.
58694              
58695              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
58696              
58697              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
58698              
58699              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
58700              
58701              Generalize the Camel wording.
58702              Subject: Re: perlfaq style changes
58703              
58704              Subject: [ID 20001005.006] Documentation -- description of qr//
58705              
58706              C.pm part of
58707              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
58708              
58709              Locale warning explanation tweak.
58710              
58711              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
58712              
58713              Make the POSIX::setuid and POSIX::setgid to really call setuid()
58714              and setgid() because they were just changing $< and $( which means
58715              only changing the real uid/gid, as opposed to changing both
58716              real and effective ids.  (The alternative way could have been
58717              in POSIX.pm to change $> and $), too, but making a direct call
58718              to the C API feels cleaner.)  Fixes the bug
58719              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
58720              
58721              Expand %Config variables and %ENV variables only if
58722              so requested during build time using the
58723              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
58724              Not expanding makes relocating distributions easier.
58725              
58726              More tweaking on the #7522 theme.
58727              
58728              Test::Harness revealed buglets in the new DynaLoader.
58729              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
58730              
58731              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
58732              fix a autovivification bug in Tie::RefHash, add tests for both.
58733              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
58734              
58735              Detpyo.
58736              
58737              recv() can fail and return undef.
58738              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
58739              
58740              Fix the problem discussed in
58741              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
58742              originally from Linc Madison.  Also Andreas König's comments
58743              taken into account.  Some other problems with Tie::SubstrHash
58744              fixed: didn't croak when the table exceeded the requested number
58745              of entries (as documented) but instead when the number of entries
58746              exceeded the size of the table, a croak() had an unnecessary \n,
58747              didn't have a CLEAR method, documented that there is no exists().
58748              Didn't fix to be strict-proof because the module uses &foo; and
58749              dynamic scope.  Added a test script exercizing both first tamely 
58750              the basic functionality, and then the failure cases reported by
58751              Linc Madison.
58752              
58753              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
58754              
58755              The #7521 touched things it shouldn't have.
58756              
58757              Subject: [PATCH 5.7.0] better messages from malloc()
58758              
58759              Subject: Re: README.aix
58760              
58761              Add FCNTL_CAN_LOCK.
58762              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
58763              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
58764              
58765              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
58766              create a "fast path" for locale name probing using "locale -a"
58767              if available, squash finally hopefully the s?printf resetting
58768              the numeric locale (since, IIUC perllocale, it never shouldn't). 
58769              
58770              More Changes tweakery.
58771              
58772              Dying is too strict here, better just skip.
58773              
58774              Subject: Locales support (setlocale) fixes
58775              Modified quite a bit to be more portable.
58776              
58777              Configure would use a bad $myuname from an old config.sh.
58778              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
58779              
58780              Fix for
58781              Subject: [ID 20001004.006] undef is never tainted
58782              An undef read from a slurped file was not tainted.
58783              
58784              Fix for
58785              Subject: [ID 20001004.007] taint propogation is inconsistent
58786              The culprit was sv_setsv() which was rather blindly
58787              propagating taint, which lead to behaviour where if
58788              a tainted anon hash value was seen all the hash values
58789              from then on at that level became tainted, or at any
58790              upper levels in the case of nested anon hashes.
58791              
58792              Test tweak: show also the failed locales.
58793              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
58794              
58795              A fix of sorts for 20000329.026, a better error message
58796              for a missing "use charnames" when using the \N{...}. 
58797              
58798              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
58799              
58800              Add =pod to be tidy.
58801              
58802              Fix for bug id 19990615.008, pos() unset during s///ge.
58803              
58804              Add a note for future generations about bug id 20000229.006.
58805              
58806              Use -dM for gcc (the suggested patch did it only for Linux,
58807              but I think it can be generalized).
58808              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
58809              
58810              opmini.o can linger from Configures past.
58811              
58812              Document that the evaled syntax errors cause scalar leaks.
58813              
58814              Fix for
58815              Subject: [ID 20000728.005] perl -P broken
58816              (hopefully).  The fix is also not complete, it seems to break
58817              BOM swallowing for libc5 systems, but until someone figures
58818              out a way to do this without ftell(), this will do.
58819              
58820              AUTHORS updates.
58821              
58822              Subject: Re: rsync'ed patches vs. rsync'ed source
58823              
58824              Admit that the test leaks scalars.
58825              
58826              Sanitize the environment further.
58827              
58828              VOS updates from Paul Green.
58829              
58830              Document %ENV = () portability issues.
58831              
58832              Make the stdio test program of 7427 less noisy while being 
58833              compiled so that Digital UNIX wouldn't get both
58834              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
58835              undefined.  This makes perlio happy.
58836              
58837              glibc5 detection by __GNU_LIBRARY__.
58838              
58839              %ENV note tweaks from Dan Sugalski.
58840              
58841              Varargs don't always work too well if one puts an unsigned
58842              char on the stack and pop an unsigned quad off the stack.
58843              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
58844              
58845              Subject: Pod updates
58846              
58847              Fake support of holey files in win/dosish platforms.
58848              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
58849              
58850              A doc addition for bug id 20001105.019, beware \p.
58851              
58852              Tweak #7587.
58853              
58854              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
58855              
58856              perlhack updates from H.Merijn Brand.
58857              
58858              Subject: [PATCH perl@7573] cygwin port
58859              Synchronize with Cygwin 1.1.5.
58860              
58861              Bad thinko in #7581 (I used the test program with the expanded
58862              values as-is).
58863              
58864              Make perlbug not insist on dumping to a file when stdout isn't a tty.
58865              Subject: [PATCH] perlbug.PL
58866              
58867              Overrideable keys, each, pop, push, shift, splice, unshift.
58868              Subject: [PATCH] prototyped functions that should be overrideable
58869              
58870              Try to avoid flockless and emulationless places.
58871      Branch: maint-5.6/perl
58872           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
58873            - MAINTAIN
58874           !> (integrate 111 files)
58875 ____________________________________________________________________________
58876 [  8172] By: jhi                                   on 2000/12/18  02:49:27
58877         Log: Regen pods.
58878      Branch: perl
58879            ! pod/perlmodlib.pod pod/perltoc.pod
58880 ____________________________________________________________________________
58881 [  8171] By: gsar                                  on 2000/12/18  02:49:24
58882         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
58883              7465..7471 from mainline
58884              
58885              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
58886              in platforms that strictly require all the symbols being present
58887              at link time.
58888              
58889              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
58890              
58891              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
58892              
58893              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
58894              
58895              Subject: [PATCH] todo
58896              
58897              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
58898              
58899              Use $sort, $uniq (and $tr) consistently as wondered
58900              by Nicholas Clark.
58901              
58902              Too enthusiastic editing in #7460.
58903              
58904              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
58905              
58906              Upgrade to CPAN 1.58_55.
58907              Subject: CPAN.pm status
58908              
58909              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
58910              
58911              Make target reordering to avoid pointless re-makes.
58912              Subject: Re: Total re-make of 'make okfile' after 7451 ?
58913              
58914              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
58915              
58916              Subject: DOC PATCH 5.6.0
58917              
58918              Add the repository doc by Malcolm, Sarathy, and by Simon,
58919              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
58920      Branch: maint-5.6/perl
58921           +> Porting/repository.pod
58922           !> Configure MANIFEST Makefile.SH README.dos README.os2
58923           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
58924           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
58925           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
58926 ____________________________________________________________________________
58927 [  8169] By: gsar                                  on 2000/12/18  02:33:34
58928         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
58929              7435..7441,7445 from mainline
58930              
58931              Make the UTF-8 decoding stricter and more verbose when
58932              malformation happens.  This involved adding an argument
58933              to utf8_to_uv_chk(), which involved changing its prototype,
58934              and prefer STRLEN over I32 for the UTF-8 length, which as
58935              a domino effect necessitated changing the prototypes of
58936              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
58937              The stricter UTF-8 decoding checking uses Markus Kuhn's
58938              UTF-8 Decode Stress Tester from
58939              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
58940              
58941              Run vms/vms_yfix.pl, should have done that after changing
58942              perly.c in #7382.
58943              
58944              Subject: [PATCH 5.7.0] static linking with uninstalled perl
58945              
58946              (Replaced by #7440.)
58947              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
58948              
58949              Fix the bug ID 20001024.005, the bug introduced by #7416.
58950              
58951              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
58952              
58953              Fix the bug reported in
58954              From: andreas.koenig@anima.de (Andreas J. Koenig)
58955              Also make is_utf8_char() stricter.
58956              
58957              Missed the header file changes from #7425.
58958              
58959              Check if stdio supports tweaking lval and cnt simultaneously.
58960              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
58961              
58962              Stratus VOS updates from Paul Green.
58963              
58964              Podify README.epoc and README.vos.
58965              
58966              Add targets to Makefile.SH, most importantly
58967              'regen_all' which also remembers to update vms/perly*.
58968              
58969              Subject: Minor update to find2perl, for portability
58970              
58971              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
58972              
58973              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
58974              
58975              Rename UTF8LEN() to be UNISKIP(), too confusing to have
58976              UTF8LEN() and UTF8SKIP(). 
58977              
58978              Allow poking holes at the UTF-8 decoding strictness.
58979              
58980              Continue the internal UTF-8 API tweaking.
58981              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
58982              used much more than the simpler API, now called utf8_to_uv_simple().
58983              Still not quite happy with API, too much partial duplication
58984              of functionality.
58985              
58986              A new version of making the syslog test more robust.
58987              (Replaces #7421.)
58988              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
58989              
58990              buildtoc target tweaks.
58991              
58992              Integrate with vmsperl #7430 by Charles Bailey:
58993              
58994              Cleanup from prior patch (Charles Lane?):
58995              - improve handling of MFDs in Basename and Path
58996              - default to no xsubpp line # munging when building debug images
58997      Branch: maint-5.6/perl
58998           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58999           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
59000           !> (integrate 67 files)
59001 ____________________________________________________________________________
59002 [  8168] By: gsar                                  on 2000/12/18  02:05:49
59003         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
59004              
59005              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
59006              From: Martin Husemann <martin@duskware.de>
59007              
59008              Subject: [PATCH 5.7.0] restore match data on backtracing
59009              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
59010      Branch: maint-5.6/perl
59011           !> regcomp.c regexec.c t/op/re_tests
59012 ____________________________________________________________________________
59013 [  8167] By: gsar                                  on 2000/12/18  01:55:22
59014         Log: integrate changes#7858,7986 from mainline
59015              
59016              C<foreach my $x ...> in pseudo-fork()ed process may diddle
59017              parent's memory; fix it by keeping track of the actual pad
59018              offset rather than a raw pointer (this change is probably also
59019              relevant to non-ithreads case to avoid fallout from reallocs of
59020              the pad array, but is currently only enabled for the ithreads
59021              case in the interests of minimal disruption to existing "well
59022              tested" code)
59023              
59024              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
59025              due to the notorious GetFileType() bug in Windows 9x, which fstat()
59026              tickles)
59027      Branch: maint-5.6/perl
59028           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
59029           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
59030           !> win32/win32.c win32/win32.h win32/win32sck.c
59031 ____________________________________________________________________________
59032 [  8166] By: gsar                                  on 2000/12/18  01:52:59
59033         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
59034              from mainline (xsubpp and ExtUtils::LibList fixups, various
59035              other small items)
59036              
59037              The generated boot_* headers are wrong.  Pickier compiler,
59038              such as KAI C++ will refuse to compile the resulting perlmain.
59039              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
59040              
59041              Various doc oddball characters.
59042              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
59043              
59044              Subject: [PATCH] Re: 20001101.003 PDL
59045              
59046              Subject: [PATCH 5.7.0] etags broken again
59047              
59048              Subject: [PATCH 5.7.0] Liblist finally works
59049              
59050              Subject: [PATCH 5.7.0] Liblist returns found libraries
59051              
59052              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
59053              
59054              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
59055              
59056              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
59057              OUT keyword nits.
59058              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
59059              OUT and IN_OUT documentation.
59060      Branch: maint-5.6/perl
59061           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
59062           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
59063           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
59064           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
59065           !> win32/bin/search.pl
59066 ____________________________________________________________________________
59067 [  8165] By: gsar                                  on 2000/12/18  01:28:45
59068         Log: integrate changes#7533,7563,7611,7623 from mainline (various
59069              malloc.c embellishments)
59070      Branch: maint-5.6/perl
59071           !> malloc.c pod/perldiag.pod
59072 ____________________________________________________________________________
59073 [  8164] By: gsar                                  on 2000/12/18  01:23:33
59074         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
59075              fixups)
59076      Branch: maint-5.6/perl
59077           !> utils/h2xs.PL
59078 ____________________________________________________________________________
59079 [  8163] By: gsar                                  on 2000/12/18  01:17:50
59080         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
59081              fixups)
59082      Branch: maint-5.6/perl
59083           !> Makefile.SH utils/perlbug.PL
59084 ____________________________________________________________________________
59085 [  8162] By: gsar                                  on 2000/12/18  00:25:43
59086         Log: always export Perl_deb() (it is required by re.xs whether
59087              Perl is built with or without -DDEBUGGING)
59088      Branch: maint-5.6/perl
59089            ! makedef.pl
59090 ____________________________________________________________________________
59091 [  8161] By: gsar                                  on 2000/12/18  00:23:38
59092         Log: integrate change#7414 from mainline
59093              
59094              Undo the basename() part of #7412 since the lib/basename
59095              tests would need upgrading too.
59096              
59097              squelch two tests in tr.t that rely on tr/// paranoia change
59098              that's not in 5.6.x
59099      Branch: maint-5.6/perl
59100            ! t/op/tr.t
59101           !> lib/File/Basename.pm
59102 ____________________________________________________________________________
59103 [  8160] By: gsar                                  on 2000/12/18  00:05:30
59104         Log: missing change in previous integrate
59105      Branch: maint-5.6/perl
59106           !> README.aix
59107 ____________________________________________________________________________
59108 [  8159] By: gsar                                  on 2000/12/18  00:03:38
59109         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
59110              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
59111              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
59112              7410..7413 from mainline
59113              
59114              Introduce the man[24-8] variables, from Andy Dougherty.
59115              
59116              Upgrade to CPAN 1.58, from Andreas König.
59117              
59118              An updated EBCDIC tr patch.
59119              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
59120              
59121              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
59122              
59123              Two thirds of
59124              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
59125              The Install.pm changes will be submitted separately because
59126              they need some work and discussion still.
59127              
59128              The Install.pm third of
59129              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
59130              
59131              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
59132              
59133              Subject: [PATCH 5.7.0] IVs in mtats
59134              
59135              Subject: [PATCH 5.7.0] Perl API for mstats
59136              
59137              Ilya implemented the memory profiling API.
59138              
59139              In Amdahl UTS "struct sv" is defined by a system header,
59140              <ksync.h>.
59141              
59142              Slight tweak of the code to appease Amdahl UTS cc.
59143              
59144              Amdahl UTS doesn't seem to do dynaloading.
59145              
59146              Use UTF8SKIP(), from Simon Cozens.
59147              
59148              Thinko in #7222.
59149              
59150              op/sprintf.t patch for OS/390 (and any other host with limited
59151              floating-point exponent length)
59152              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
59153              
59154              Tweak #7225.
59155              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
59156              
59157              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
59158              
59159              Needs to be conditional on SunOS 4.
59160              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
59161              
59162              Test cases for bug id 20000323.056 (the bug seems to be fixed).
59163              
59164              Add test for bug id 20000427.003 (which seems to have
59165              been fixed) (also duplicate as 20000427.004, though
59166              with a higher severity).  Move one utf8 from op/append
59167              to pragma/utf8, tag the tests with bug ids.
59168              
59169              Document FNCASE=y as discussed in the bug 20000902.009.
59170              
59171              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
59172              The problem was that rx->minlen was in chars while pp_split()
59173              thought it would be in bytes. 
59174              
59175              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
59176              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
59177              
59178              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
59179              
59180              Fix a couple of compiler-noted nits in #7235.
59181              
59182              Tweak the test of #7235.
59183              
59184              One more ~utf8 tweak.
59185              
59186              -w cleanup.
59187              Subject: Re: Problems with bleadperl 
59188              
59189              Subject: small pod patch
59190              
59191              Subject: [PATCH perlguts.pod] Document offset hack
59192              
59193              Add Charles Lane.
59194              
59195              Add the capability to include/exclude branches.
59196              
59197              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
59198              
59199              Detect early whether the std streams have gone bad.
59200              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
59201              
59202              More IoTYPE sprinkling.
59203              
59204              Workaround for a sfio bug where the stream error indicator
59205              is not cleared as documented.
59206              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
59207              
59208              Clarify documentation on 'use bytes'.
59209              Subject: Re: What does 'use bytes' "mean" ?
59210              
59211              Show the failed remote port, instead of the failing line number.
59212              Subject: [PATCH 5.6.1 Debugger] More diagnostics
59213              
59214              Make Cwd more bulletproof in chrooted environments.
59215              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
59216              
59217              Subject: Pod patch for Devel::Peek
59218              
59219              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
59220              
59221              Borland C fstat() never saw the fd as writable.
59222              Subject: fix for Borland's weak "stat" (perl@7211)
59223              
59224              Missing change from #7362.
59225              
59226              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
59227              
59228              Add the test case for the bug id 20000730.004 which seems
59229              to have been fixed by now.
59230              
59231              Fix of sorts for bug id 20000901.092.  There seems to be no trace
59232              of a 'pmshort' anywhere in the B, so the offending line was simply
59233              removed.
59234              
59235              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
59236              
59237              Subject: PATCH do_print has 2 PerlIO_error()s
59238              
59239              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
59240              
59241              Typo noted by Mark Lutz.
59242              
59243              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
59244              
59245              In the latest compiler builds cccdlflags must not become -fpic,
59246              from Wilfredo Sánchez.
59247              
59248              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
59249              
59250              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
59251              
59252              SOCKS function redefinitions need prototypes, too, otherwise
59253              for example 32 bit versus 64 bit differences cause a lot of
59254              problems.  Part of
59255              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
59256              
59257              Portability tweak on #7377.
59258              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
59259              
59260              Don't write double values through long double pointers,
59261              based on a part of
59262              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
59263              
59264              Reëntrancy fix.
59265              Subject: [PATCH perl@7229] Rentrant parser and yylex()
59266              
59267              Make scan_num() reëntrant, as suggested in
59268              Subject: [PATCH perl@7229] Rentrant parser and yylex()
59269              
59270              Fix for ID 20001020.006, concatenating an unset submatch
59271              with utf8 resulted in "Modification of a read-only value".
59272              
59273              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
59274              
59275              The #7383 was right only in the context of the original bug report,
59276              not in more general case.
59277              
59278              Update Changes.
59279              
59280              Testcases for a #7383,#7385 related bug.
59281              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
59282              
59283              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
59284              
59285              Tweak the Is* definitions of Unicode character classes
59286              to better match the official categorizations; embrace
59287              the official categorizations; add the combining marks
59288              as alpha (and -numeric); fix DCinital (a typo and edito)
59289              to be DCmedial.
59290              
59291              Hints tweak from Anton Berezin.
59292              
59293              Subject: installman go-faster stripes
59294              Subject: Re: installman go-faster stripes
59295              
59296              Subject: [ID 20001021.003] updated hints/openbsd.sh
59297              
59298              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
59299              
59300              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
59301              
59302              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
59303              
59304              Doc patch.
59305              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
59306              
59307              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
59308              
59309              Subject: Re: [ID 20001021.005] SEGV with regex match 
59310              
59311              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
59312              
59313              The change #7187 was not so good on VMS.
59314              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
59315              
59316              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
59317              
59318              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
59319              
59320              Document PERL_INSTALL_ROOT of #7210.
59321      Branch: maint-5.6/perl
59322           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
59323           +> t/lib/tie-splice.t
59324            - lib/unicode/Is/DCinital.pl
59325           !> (integrate 112 files)
59326 ____________________________________________________________________________
59327 [  8158] By: jhi                                   on 2000/12/17  23:04:24
59328         Log: Subject: [PATCHES] RE: perl@8150 
59329              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
59330              Date: Sun, 17 Dec 2000 21:46:39 +0100
59331              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
59332              
59333              Neither cygwin has a getpwuid() one can trust on.
59334      Branch: perl
59335            ! t/lib/glob-basic.t
59336 ____________________________________________________________________________
59337 [  8157] By: jhi                                   on 2000/12/17  23:01:54
59338         Log: More MAN.PODS => {} fixes.
59339      Branch: perl
59340            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
59341            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
59342            ! os2/OS2/REXX/Makefile.PL
59343 ____________________________________________________________________________
59344 [  8156] By: gsar                                  on 2000/12/17  22:49:13
59345         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
59346              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
59347              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
59348              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
59349              7201,7204 from mainline
59350              
59351              Remove vestiges of tr//CU.
59352              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
59353              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
59354              
59355              The return value of setlocale must be copied away.
59356              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
59357              
59358              Allow chop() and chomp() to be overridden.
59359              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
59360              
59361              Hints optimization.
59362              Subject: Minor nit
59363              
59364              Subject: [PATCH] de-wall t/README
59365              
59366              Subject: Re: Two advertising clauses need to be removed
59367              
59368              Batch of UTF-8 patches from Simon Cozens.
59369              
59370              Fix for a parsing bug, not for the original bug.
59371              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
59372              
59373              Compilation warnings and an error.
59374              
59375              Subject: File::Find 5.7.0 POD nits
59376              
59377              Subject: [PATCH perl-5.7.0] continued -Wformat support
59378              
59379              The one that got away.
59380              
59381              Subject: Re: perl@7078
59382              
59383              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
59384              convertable to bytes by checking it doesn't go above 0xc3
59385              Subject: Re: perl@7078
59386              
59387              Replace #7084 with
59388              Subject: Re: perl@7078 
59389              
59390              We don't need to count the high bit bytes, a boolean is enough. 
59391              
59392              Subject: [PATCH] utf8.c apidoc
59393              
59394              Subject: Re: perl@7078 
59395              
59396              Botched the #7090 check-in.
59397              
59398              Fix for the charnames.t failures from Spider Boardman.
59399              
59400              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
59401              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
59402              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
59403              0 to checking to get the warning.
59404              
59405              Subject: [PATCH] Nits in perlmod.pod
59406              
59407              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
59408              
59409              Subject: Re: unicode support and perl [ID 20000901.097]
59410              
59411              Subject: Re: unicode support and perl [ID 20000901.097]
59412              
59413              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
59414              
59415              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
59416              
59417              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
59418              
59419              Subject: [PATCH@blead] Fix some recursion in overload.pm
59420              
59421              s/Robin Parker/Robin Barker/
59422              
59423              Subject: [PATCH] Fix aliasing of tied filehandles
59424              
59425              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
59426              
59427              Subject: Re: [PATCH 5.005_64 missed]
59428              
59429              SOCK_DGRAM and listen() do not mix as reported in
59430              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
59431              The patch for 5.7.0+ had to be reengineered, though.
59432              
59433              Subject: DOC PATCH 5.6.0
59434              
59435              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
59436              
59437              Document the issue (is not a syntax error, kind of)
59438              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
59439              
59440              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
59441              Did not apply cleanly, manual intervention was needed.
59442              
59443              Subject: [PATCH] DLL not restartabke with threaded perl
59444              
59445              Inside require() $^S was always left undefined.
59446              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
59447              
59448              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
59449              
59450              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
59451              
59452              Regen headers.
59453              
59454              Subject: [PATCH 5.7.0] Epoc update
59455              
59456              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
59457              as suggested by Olaf Flebbe and Nick Clark.
59458              
59459              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
59460              
59461              Misplaced else.
59462              
59463              Scale down the VMS message boxes, by Charles Lane.
59464              Fix for ID 20000903.009, workaround at
59465              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
59466              
59467              Subject: [ID 20001003.006] B::Debug not -w clean
59468              
59469              Test harness update to sync with the new perlcc,
59470              from Simon Cozens.
59471              
59472              One remaining nit less at the VMS mailbox sizing.
59473              
59474              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
59475              
59476              It is possible to have no hosts database at all.  Pointed out in
59477              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
59478              
59479              Subject: [PATCH 5.7.0] h2xs not working
59480              Subject: [PATCH 5.7.0] h2xs not documenting the created module
59481              
59482              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
59483              
59484              Subject: perlhack.pod Patch for Externals Tools
59485              
59486              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
59487              
59488              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
59489              
59490              Enable disabling scripts installation by Configure -Uinstallscripts,
59491              suggested by H. Merijn Brand.
59492              
59493              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
59494              reported several times by Dominic Dunlop, for example in
59495              ID 20000315.008.  Patch from Dominic.  Patch affects at
59496              least MachTen, and possibly other oldish BSDs. Should not
59497              break non-broken platforms (tested on LinuxPPC). 
59498              
59499              Regen toc.
59500              
59501              Subject: Re: Questions about Tie::Array and perl modules
59502              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
59503              
59504              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
59505              
59506              Tweak #7153.
59507              
59508              IO::Handle->syswrite() did not handle length omission
59509              like CORE::syswrite() does.
59510              Subject: [Fwd] IO::Handle, syswrite and arguments
59511              The original patch from andrew@ugh.net.au.
59512              
59513              Also the $ccflags is needed for the C compiler check.
59514              Subject: Configure (check for C-compiler)
59515              
59516              Eliminate $Is_VMS code from the test.
59517              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
59518              
59519              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
59520              as the first option of cc/ld because of ultrapicky compilers
59521              (e.g. OS/390 R2.5)
59522              
59523              Change the version number of Tie::Handle in the core to 4.0,
59524              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
59525              Subject: Note on Tie::Handle
59526              
59527              UTF8ize split() so that the cloned substrings get the UTF8
59528              flag of the original scalar.  Problem reported by Simon Cozens.
59529              
59530              save_re_context() could reset PL_curcop to freed memory, causing core
59531              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
59532              
59533              Subject: PATCH 5.6 perldebguts grammar cleanup
59534              
59535              Add a todo note about overloadable assertions.
59536              
59537              on Windows, LoadLibrary() could load an extension DLL multiple
59538              times if forward slashes are used in the path
59539              
59540              on Windows, cwd strings in the environment should be of the
59541              form =X:=X:\foo instead of =X=X:\foo\
59542              
59543              on Windows, avoid potential exception (could happen if MSVCRT isn't
59544              being used) when closing a socket handle
59545              
59546              avoid nonportable example code
59547              
59548              Windows9x doesn't support link(), despite what Config.pm
59549              might think
59550              
59551              pod nit
59552              
59553              Change #7160 had a nasty typo.
59554              
59555              Warn about unknown scripts.
59556              Subject: Re: ideas? patches? [PATCH bleadperl]
59557              
59558              on Windows, clean targets might not work under some flavors of the shell
59559              
59560              tweak for change#7173
59561              
59562              Make eq work again with utf8 (disabling the upgrading
59563              should no more be necessary since the copies of the
59564              scalars are upgraded, not the scalars themselves).
59565              Takes care of ID 20001009.001.  (The claimed length()
59566              bug in 20001009.001 seems bogus to me.)
59567              
59568              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
59569              
59570              Upgrade to CGI.pm 2.74, from Lincoln Stein.
59571              
59572              Upgrade to podlators 1.04, from Russ Allbery.
59573              
59574              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
59575              
59576              Quote the temp file name, needed in Win32 because the
59577              default name unfortunately contains spaces, shouldn't
59578              hurt elsewhere.
59579              Subject: FW: perldoc fails if $TEMP contains spaces
59580              
59581              Subject: RE: [ID 19990803.001] README.win32 suggestions 
59582              
59583              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
59584              
59585              Subject: Re: utf8 concat, mg_get
59586              
59587              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
59588              
59589              Subject: [PATCH: perl@7181] op/tr tests on OS/390
59590              
59591              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
59592              
59593              Use the versiononly instead of the installscripts,
59594              retract the changes 7146 and 7147.
59595              
59596              Reapply Andy's patch and regen Configure.
59597              
59598              Add the test case for #7190, from the original bug report
59599              by Andreas König.
59600              
59601              Remove duplicated code.
59602              
59603              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
59604              
59605              restore change#7202
59606      Branch: maint-5.6/perl
59607           !> (integrate 121 files)
59608 ____________________________________________________________________________
59609 [  8155] By: jhi                                   on 2000/12/17  22:30:58
59610         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
59611              From: "Craig A. Berry" <craigberry@mac.com>
59612              Date: Sun, 17 Dec 2000 13:09:28 -0600
59613              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
59614              
59615              MAN.PODS => ' ' is naughty.
59616      Branch: perl
59617            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
59618 ____________________________________________________________________________
59619 [  8154] By: nick                                  on 2000/12/17  22:07:13
59620         Log: MULTIPLICITY nit.
59621      Branch: perl
59622            ! mg.c
59623 ____________________________________________________________________________
59624 [  8153] By: gsar                                  on 2000/12/17  21:23:05
59625         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
59626              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
59627              from mainline
59628              
59629              Document the SvIOK_.*UV().
59630              
59631              Update Unicode todo list.
59632              
59633              Guard against bad string->int conversion for quads.
59634              
59635              Subject: small apidoc fix
59636              
59637              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
59638              
59639              Subject: [PATCH] Tied filehandle documentation
59640              
59641              Subject: [PATCH] Modernize Opcode.pm documentation
59642              
59643              Make Data::Dumper (non-XS) to work with changed semantics of ref().
59644              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
59645              [applied even though said semantics didn't change in 5.6.x]
59646              
59647              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
59648              
59649              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
59650              
59651              Fix the URL, but the server is still missing in action.
59652              Subject: [ID 20000905.002] perlfaq1.pod URL error
59653              
59654              Subject: [ID 20000903.001] \w in utf8-strings
59655              
59656              Fix the ccversion detection for 5.1 and beyond.
59657              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
59658              
59659              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
59660              
59661              Subject: [ID 20000904.008] Tiny fix for perldiag
59662              
59663              Subject: Re: [ID 20000906.004] segfault with bad perl statement
59664              
59665              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
59666              
59667              Subject: [ID 20000908.002] perlipc documentation bug.
59668              
59669              Subject: [PATCH lib/Benchmark.pm]
59670              
59671              Re-allow vec() for characters > 255.
59672              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
59673              
59674              Do away with memory models cruft.  Sorry, PDP users.
59675              
59676              Continue #7041.
59677              
59678              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
59679              
59680              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
59681              
59682              Upgrade to CPAN 1.57_65, from Andreas König.
59683              
59684              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
59685              by Russ Allbery.
59686              
59687              Silence t/pod/*.t about alternate quote-mappings now implemented
59688              by Pod::Text, from Brad Appleton.
59689              
59690              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
59691              Subject: borland C++ win32.c tweak
59692              
59693              C<@a = @b = split(...)> optimization coredumps under ithreads
59694              (missed a spot when fixing up op_pmreplroot hack for ithreads)
59695              
59696              Document the SvUTF8*().
59697              
59698              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
59699              
59700              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
59701              
59702              Do in VMS as the #7054 does.
59703              
59704              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
59705              
59706              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
59707              
59708              Subject: [patch: perl@7045] vms updates
59709              
59710              Test for the #7049.
59711              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
59712              
59713              Break up the myconfig lines a bit.
59714              Subject: perlbug/perl -V output format
59715              
59716              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
59717              
59718              The #7054 truncated Configure badly.
59719              
59720              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
59721              initialization in all the threads on Windows
59722              
59723              Allow for whitespace between "#" and "line" in cpp output.
59724              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
59725              
59726              Remove vestiges of tr//CU.
59727              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
59728              
59729              The return value of setlocale must be copied away.
59730              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
59731              
59732              Allow chop() and chomp() to be overridden.
59733              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
59734              
59735              Hints optimization.
59736              Subject: Minor nit
59737              
59738              Subject: [PATCH] de-wall t/README
59739              
59740              Subject: Re: Two advertising clauses need to be removed
59741      Branch: maint-5.6/perl
59742           !> (integrate 75 files)
59743 ____________________________________________________________________________
59744 [  8152] By: gsar                                  on 2000/12/17  20:30:11
59745         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
59746              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
59747              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
59748              
59749              Don't attach -ld to the archname if pointless.
59750              
59751              Document UNTIE in a very minimalistic way.
59752              
59753              POSIX doesn't report long double values under -Duselongdouble
59754              when the long doubles are "real" (bigger than doubles).
59755              
59756              More author updates.
59757              
59758              Try to deduce NV_MAX.  Really should be Configure fodder.
59759              
59760              :: not allowed in pathnames, change to .
59761              Subject: [PATCH perl@6938] cygwin port
59762              
59763              Forget about NV_MAX (#6951).  Various floating point tweaks,
59764              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
59765              
59766              Move the Solaris 7 scan to use64bitall, make the
59767              failure to find 64-bot sparc libc to mention the
59768              possibility of being in an intel, from Lupe and Alan.
59769              
59770              Regen perltoc.
59771              
59772              AUTHORS tweaks, from Peter Prymmer.
59773              
59774              More address tweaking.
59775              
59776              Small tweaks all over.
59777              
59778              File::Temp patches from Andreas König,
59779              
59780              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
59781              
59782              Subject: CPAN.pm beta 1.57_57 for the core
59783              
59784              Part of the solution.
59785              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
59786              
59787              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
59788              
59789              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
59790              
59791              Add the overload warnings to perldiag.
59792              
59793              Drop unused argument.
59794              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
59795              
59796              Subject: Nit in Configure (bleadperl@6961)
59797              
59798              Update to PodParser 1.18, from Brad Appleton.
59799              
59800              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
59801              
59802              Subject: [PATCH: 6948] add SCNfldbl to configure.com
59803              
59804              Document UNTIE. Also tweak implementation to suppress the 'inner references'
59805              warning when UNTIE exists and instead pass the cound of extra references to
59806              the UNTIE method.
59807              
59808              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
59809              so that case-ignoring systems like DCL can tell them from
59810              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
59811              
59812              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
59813              
59814              Feature ordering tweak.
59815              
59816              Regen perltoc.
59817              
59818              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
59819              
59820              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
59821              
59822              Subject: http:// in L<>
59823              
59824              Detypo.
59825              
59826              change#6791 accidentally clobbered change#6710, put it back
59827              
59828              Only the first line, thank you very much.
59829              
59830              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
59831              plus rework the http: spots as suggested by Tom Christiansen,
59832              plus regen perltoc.
59833              
59834              Undo part of change 6489 which looks like a bulk edit which
59835              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
59836              The supressing of main:: on return from select() is undesirable.
59837              
59838              Apparently avoiding the swapping is too costly.
59839              
59840              Various Configure nits by Philip Newton,
59841              plus the ebcdic one by me.
59842              
59843              Make certain cc is set before trying to run it.
59844              
59845              If overloaded %{} etc. return the object do not loop.
59846              Thus  sub deref { $_[0] } functions if object is wanted type.
59847              
59848              Update perlhist.
59849              
59850              More %{} and other deref special casing - do not pass to 'nomethod'.
59851      Branch: maint-5.6/perl
59852           !> (integrate 59 files)
59853 ____________________________________________________________________________
59854 [  8151] By: gsar                                  on 2000/12/17  19:14:38
59855         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
59856              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
59857              
59858              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
59859              
59860              Make the epsilon to be relative, not absolute.
59861              
59862              Put back the flags dump as reasoned in
59863              Subject: Re: [PATCH] Glob dumping
59864              
59865              Introduce ccname to keep track of what compiler kind of we have.
59866              
59867              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
59868              
59869              Put back the slice accidentally removed by #6907.
59870              
59871              Reset archname and archname64 always, forcing them be
59872              recomputed at each Configure run, make Configure and
59873              the hints files agree on the naming of largefiles variables.
59874              
59875              Don't say "Perl 5.0 source kit".
59876              
59877              Subject: [PATCH] fix misc cast warnings
59878              
59879              Subject: typos in pods
59880              
59881              NVs not necessarily doubles, as pointed out by Yitzchak.
59882              
59883              Subject: [PATCH 6889] add a few ldbl formats to configure.com
59884              
59885              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
59886              
59887              Better options for rsync.
59888              
59889              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
59890              
59891              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
59892              
59893              Subject: [PATCH] Re: UNTIE method 
59894              
59895              A better fix for the Socket building problem from Craig Berry.
59896              
59897              Retract the dummy test, skip the security tests (instead of failing),
59898              explain what the warnings mean.
59899              
59900              Heap decorruption.
59901              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
59902              
59903              Update to Unicode 3.0.1.
59904              
59905              Missed one Unicode file.
59906              
59907              Subject: Re: typos in pods
59908              
59909              The #6929 was too skimpy.
59910              
59911              sscanf() may be the only way to read long doubles from strings.
59912              
59913              Reveal Borland's isnan.
59914              Subject: build with BC++ tweak
59915              
59916              Issue useful diagnostic on unknown pod commands.
59917              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
59918              
59919              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
59920              
59921              Clarify the third case of ftmp-security warnings.
59922              
59923              Make -Dusemorebits find long doubles in Solaris.
59924              
59925              Wrap the test in eval.
59926      Branch: maint-5.6/perl
59927           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
59928           +> lib/unicode/PropList.txt lib/unicode/README.perl
59929           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
59930           +> lib/unicode/Unicode.301 vms/vmspipe.com
59931            - lib/unicode/Props.txt lib/unicode/UCD300.html
59932            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
59933           !> (integrate 305 files)
59934 ____________________________________________________________________________
59935 [  8150] By: jhi                                   on 2000/12/17  18:47:57
59936         Log: Uncheckedin generated files.
59937      Branch: perl
59938            ! global.sym perlapi.c pod/perlapi.pod
59939 ____________________________________________________________________________
59940 [  8149] By: jhi                                   on 2000/12/17  18:41:22
59941         Log: Update Changes.
59942      Branch: perl
59943            ! Changes patchlevel.h
59944 ____________________________________________________________________________
59945 [  8148] By: jhi                                   on 2000/12/17  18:39:16
59946         Log: Subject: [PATCH] Fcntl constants speedup
59947              From: Nicholas Clark <nick@ccl4.org>
59948              Date: Sun, 17 Dec 2000 16:29:24 +0000
59949              Message-ID: <20001217162924.E97668@plum.flirble.org>
59950              
59951              Use IVs for the Fcntl constants instead of NVs.
59952      Branch: perl
59953            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
59954 ____________________________________________________________________________
59955 [  8147] By: jhi                                   on 2000/12/17  18:33:41
59956         Log: Add test for #8145 (binmode() warning), add warning for
59957              ioctl() and sockpair(), document them. (fileno() cannot
59958              be tripwired with the same kind of warning because
59959              'defined fileno($foo)' seems to be an idiom.)
59960      Branch: perl
59961            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
59962 ____________________________________________________________________________
59963 [  8146] By: gsar                                  on 2000/12/17  18:09:08
59964         Log: update Changes
59965      Branch: maint-5.6/perl
59966            ! Changes
59967 ____________________________________________________________________________
59968 [  8145] By: jhi                                   on 2000/12/17  17:39:35
59969         Log: Subject: [PATCH] Re: The long awaited feature ...
59970              From: Simon Cozens <simon@cozens.net>
59971              Date: Sun, 17 Dec 2000 12:31:56 +0000
59972              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
59973              
59974              Add a warning to binmode() about using bad filehandles
59975              (can happen e.g. if someone forgets the filehandle argument)
59976      Branch: perl
59977            ! pp_sys.c
59978 ____________________________________________________________________________
59979 [  8144] By: jhi                                   on 2000/12/17  17:33:48
59980         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
59981              From: Jonathan Stowe <gellyfish@gellyfish.com>
59982              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
59983              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
59984      Branch: perl
59985            ! lib/Net/Ping.pm
59986 ____________________________________________________________________________
59987 [  8143] By: jhi                                   on 2000/12/17  05:31:37
59988         Log: Polymorphic regexps.
59989              
59990              Fixes at least the bugs 20001028.003 (both of them...) and
59991              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
59992              also to be fixed by now, probably already before this patch.
59993      Branch: perl
59994            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
59995            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
59996            ! t/op/utf8decode.t t/pragma/utf8.t
59997 ____________________________________________________________________________
59998 [  8142] By: jhi                                   on 2000/12/16  17:16:05
59999         Log: Subject: [patch perl@8102] dos/djgpp update
60000              From: Laszlo Molnar <ml1050@freemail.hu>
60001              Date: Sat, 16 Dec 2000 01:40:52 +0100
60002              Message-ID: <20001216014052.A335@freemail.hu>
60003      Branch: perl
60004            ! djgpp/config.over t/base/commonsense.t
60005 ____________________________________________________________________________
60006 [  8141] By: jhi                                   on 2000/12/16  17:09:27
60007         Log: Few uncheckedin files.
60008      Branch: perl
60009            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
60010 ____________________________________________________________________________
60011 [  8140] By: nick                                  on 2000/12/15  22:14:31
60012         Log: Integrate mainline
60013      Branch: perlio
60014           !> (integrate 53 files)
60015 ____________________________________________________________________________
60016 [  8139] By: jhi                                   on 2000/12/15  19:49:49
60017         Log: One more IVUV tweak from Nicholas Clark.
60018      Branch: perl
60019            ! sv.c
60020 ____________________________________________________________________________
60021 [  8138] By: jhi                                   on 2000/12/15  19:17:06
60022         Log: Return of the IVUV-preservation, now seems to be happy even
60023              in Digital UNIX (the broken strtoul brokenness detection
60024              seems to have been the fly in the ointment).
60025      Branch: perl
60026            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60027            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
60028            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
60029            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
60030            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60031            ! vos/config.ga.h win32/config.bc win32/config.gc
60032            ! win32/config.vc
60033 ____________________________________________________________________________
60034 [  8137] By: jhi                                   on 2000/12/15  18:12:14
60035         Log: Metaconfig unit change for #8136.
60036      Branch: metaconfig
60037            ! U/modified/d_strtoul.U
60038      Branch: metaconfig/U/perl
60039            ! d_strtoull.U d_strtouq.U
60040 ____________________________________________________________________________
60041 [  8136] By: jhi                                   on 2000/12/15  18:11:35
60042         Log: I don't think it's sensible or portable to test the strtou*
60043              on /^-/ strings.
60044      Branch: perl
60045            ! Configure
60046 ____________________________________________________________________________
60047 [  8135] By: jhi                                   on 2000/12/15  17:18:49
60048         Log: Metaconfig unit change for #8134.
60049      Branch: metaconfig
60050            ! U/modified/d_strtoul.U
60051 ____________________________________________________________________________
60052 [  8134] By: jhi                                   on 2000/12/15  17:14:13
60053         Log: If longsize is 8 we don't need a LL suffix for integer constants.
60054      Branch: perl
60055            ! Configure config_h.SH
60056 ____________________________________________________________________________
60057 [  8133] By: jhi                                   on 2000/12/15  16:00:23
60058         Log: Update Changes.
60059      Branch: perl
60060            ! Changes patchlevel.h
60061 ____________________________________________________________________________
60062 [  8132] By: jhi                                   on 2000/12/15  15:44:16
60063         Log: Some compilers get huffy if you do not cast a const pointer
60064              to a non-const when assigning.
60065      Branch: perl
60066            ! gv.c
60067 ____________________________________________________________________________
60068 [  8131] By: jhi                                   on 2000/12/15  15:38:30
60069         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
60070              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60071              Date: Fri, 15 Dec 2000 05:26:57 -0500
60072              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
60073      Branch: perl
60074            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
60075            ! t/pragma/overload.t
60076 ____________________________________________________________________________
60077 [  8130] By: jhi                                   on 2000/12/15  15:36:08
60078         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
60079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60080              Date: Thu, 14 Dec 2000 22:02:43 -0500
60081              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
60082      Branch: perl
60083            ! gv.c perl.h
60084 ____________________________________________________________________________
60085 [  8129] By: jhi                                   on 2000/12/15  15:34:16
60086         Log: Subject: PATCH: h2xs nit
60087              From: Tim Jenness <t.jenness@jach.hawaii.edu>
60088              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
60089              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
60090              
60091              Add a template README.
60092      Branch: perl
60093            ! utils/h2xs.PL
60094 ____________________________________________________________________________
60095 [  8128] By: jhi                                   on 2000/12/15  15:32:22
60096         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
60097      Branch: perl
60098            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
60099 ____________________________________________________________________________
60100 [  8127] By: jhi                                   on 2000/12/15  15:19:34
60101         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
60102              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
60103              Date:     Thu, 14 Dec 2000 20:04:42 EST
60104              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
60105      Branch: perl
60106            ! ext/Opcode/Opcode.xs
60107 ____________________________________________________________________________
60108 [  8126] By: jhi                                   on 2000/12/15  15:17:49
60109         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
60110              From: Peter Prymmer <pvhp@forte.com>
60111              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
60112              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
60113      Branch: perl
60114            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
60115            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
60116            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
60117 ____________________________________________________________________________
60118 [  8125] By: jhi                                   on 2000/12/15  15:11:05
60119         Log: This seems to be a stage sane and stable enough to checkin.
60120              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
60121      Branch: perl
60122            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
60123            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
60124            ! t/op/cmp.t t/op/numconvert.t
60125 ____________________________________________________________________________
60126 [  8124] By: jhi                                   on 2000/12/15  04:20:26
60127         Log: Something is really wonky.
60128      Branch: perl
60129            ! sv.c
60130 ____________________________________________________________________________
60131 [  8123] By: jhi                                   on 2000/12/15  04:00:50
60132         Log: Fixes for the IV UV patches to compile in Digital UNIX.
60133      Branch: perl
60134            ! sv.c
60135 ____________________________________________________________________________
60136 [  8122] By: jhi                                   on 2000/12/15  02:53:40
60137         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
60138              From: "Craig A. Berry" <craigberry@mac.com>
60139              Date: Thu, 14 Dec 2000 19:10:49 -0600
60140              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
60141      Branch: perl
60142            ! vms/vms.c
60143 ____________________________________________________________________________
60144 [  8121] By: jhi                                   on 2000/12/15  02:50:00
60145         Log: Metaconfig changes for #8120.
60146      Branch: metaconfig
60147            + U/modified/d_strtoul.U
60148      Branch: metaconfig/U/perl
60149            ! d_strtoull.U d_strtouq.U
60150 ____________________________________________________________________________
60151 [  8120] By: jhi                                   on 2000/12/15  02:49:42
60152         Log: From: Nicholas Clark <nick@ccl4.org> 
60153              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
60154              Date: Thu, 14 Dec 2000 18:38:57 +0000
60155              Message-ID: <20001214183857.B97909@plum.flirble.org>
60156      Branch: perl
60157            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60158            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
60159            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
60160            ! vos/config.ga.def vos/config.ga.h win32/config.bc
60161            ! win32/config.gc win32/config.vc
60162 ____________________________________________________________________________
60163 [  8119] By: jhi                                   on 2000/12/14  23:40:58
60164         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
60165              From: Nicholas Clark <nick@ccl4.org>
60166              Date: Wed, 13 Dec 2000 20:08:50 +0000
60167              Message-ID: <20001213200849.B71166@plum.flirble.org>
60168      Branch: perl
60169            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
60170            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
60171 ____________________________________________________________________________
60172 [  8118] By: jhi                                   on 2000/12/14  22:46:26
60173         Log: Integrate perlio.
60174      Branch: perl
60175           !> MANIFEST ext/Encode/compile makedef.pl
60176 ____________________________________________________________________________
60177 [  8117] By: nick                                  on 2000/12/14  22:38:53
60178         Log: Win32 tweaks to get Encode to build
60179              - temp hack to makedef.pl till PerlIO is properly "exported".
60180              - MSVC dislikes  
60181              static encpage_t foo[];
60182              so make 'em extern for now.
60183      Branch: perlio
60184            ! ext/Encode/compile makedef.pl
60185 ____________________________________________________________________________
60186 [  8116] By: nick                                  on 2000/12/14  22:00:53
60187         Log: Document the new files
60188      Branch: perlio
60189            ! MANIFEST
60190 ____________________________________________________________________________
60191 [  8115] By: jhi                                   on 2000/12/14  21:58:01
60192         Log: MANIFEST new files of #8114.
60193      Branch: perl
60194            ! MANIFEST
60195 ____________________________________________________________________________
60196 [  8114] By: jhi                                   on 2000/12/14  21:50:49
60197         Log: Integrate perlio.
60198      Branch: perl
60199           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
60200           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
60201           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
60202           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
60203           !> ext/Encode/Makefile.PL
60204 ____________________________________________________________________________
60205 [  8113] By: jhi                                   on 2000/12/14  21:48:49
60206         Log: The documentation part of the
60207              
60208              Subject: [ID 20001214.002] Net::Ping patch
60209              From: Jonathan Stowe <gellyfish@gellyfish.com>
60210              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
60211              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
60212              since the #7529 had already addressed the same problem.
60213      Branch: perl
60214            ! lib/Net/Ping.pm
60215 ____________________________________________________________________________
60216 [  8112] By: jhi                                   on 2000/12/14  21:42:57
60217         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
60218              From: Dominic Dunlop <domo@computer.org>
60219              Date: Tue, 12 Dec 2000 10:47:10 +0100
60220              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
60221              
60222              Document how elusive subroutines can be.
60223      Branch: perl
60224            ! pod/perlfunc.pod
60225 ____________________________________________________________________________
60226 [  8111] By: jhi                                   on 2000/12/14  21:38:05
60227         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
60228              From: Dominic Dunlop <domo@computer.org>
60229              Date: Thu, 14 Dec 2000 10:13:51 +0100
60230              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
60231      Branch: perl
60232            ! ext/POSIX/POSIX.pod
60233 ____________________________________________________________________________
60234 [  8110] By: jhi                                   on 2000/12/14  21:36:32
60235         Log: Subject: [patch] perlfaq7
60236              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
60237              Date: Thu, 14 Dec 2000 15:31:07 +0100
60238              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
60239      Branch: perl
60240            ! pod/perlfaq7.pod
60241 ____________________________________________________________________________
60242 [  8109] By: jhi                                   on 2000/12/14  21:29:20
60243         Log: Subject: [8104] Encode
60244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60245              Date: Thu, 14 Dec 2000 14:49:34 +0100
60246              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
60247              
60248              Type casting for nervous compilers.
60249      Branch: perl
60250            ! ext/Encode/Encode.xs
60251 ____________________________________________________________________________
60252 [  8108] By: jhi                                   on 2000/12/14  21:26:17
60253         Log: Subject: [8104] DB_File
60254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60255              Date: Thu, 14 Dec 2000 14:49:35 +0100
60256              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
60257              
60258              Type definition incorrect for DB 2.7.7.  Not known when it
60259              changed, so only changed it for a known revision.
60260      Branch: perl
60261            ! ext/DB_File/DB_File.xs
60262 ____________________________________________________________________________
60263 [  8107] By: jhi                                   on 2000/12/14  21:23:41
60264         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
60265              From: Peter Prymmer <pvhp@forte.com>
60266              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
60267              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
60268              
60269              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
60270      Branch: perl
60271            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
60272            ! ext/Encode/Encode/posix-bc.enc
60273 ____________________________________________________________________________
60274 [  8106] By: nick                                  on 2000/12/14  20:36:13
60275         Log: "Cold" build correction to Encode's Makefile.PL
60276      Branch: perlio
60277            ! ext/Encode/Makefile.PL
60278 ____________________________________________________________________________
60279 [  8105] By: nick                                  on 2000/12/14  20:09:37
60280         Log: "Compiled" encodings.
60281              Correct replacement character in EBCDIC .enc files
60282              Add 0x7F to ASCII repertoire.
60283      Branch: perlio
60284            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
60285            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
60286            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
60287            ! ext/Encode/Makefile.PL ext/Encode/compile
60288            ! ext/Encode/encengine.c ext/Encode/encode.h
60289 ____________________________________________________________________________
60290 [  8104] By: nick                                  on 2000/12/14  00:38:20
60291         Log: Integrate mainline
60292      Branch: perlio
60293           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
60294           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
60295           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
60296           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
60297           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
60298           !> t/lib/db-hash.t t/lib/db-recno.t
60299 ____________________________________________________________________________
60300 [  8103] By: nick                                  on 2000/12/13  23:16:13
60301         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
60302              so far and so it does not get lost.
60303      Branch: perlio
60304            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
60305 ____________________________________________________________________________
60306 [  8102] By: jhi                                   on 2000/12/13  17:14:22
60307         Log: Update Changes.
60308      Branch: perl
60309            ! Changes patchlevel.h
60310 ____________________________________________________________________________
60311 [  8101] By: jhi                                   on 2000/12/13  16:53:41
60312         Log: Move the proto of start_glob() to a better place; regen api files.
60313      Branch: perl
60314            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
60315 ____________________________________________________________________________
60316 [  8100] By: jhi                                   on 2000/12/13  16:47:11
60317         Log: Metaconfig change for #8099.
60318      Branch: metaconfig
60319            ! U/modified/Head.U
60320 ____________________________________________________________________________
60321 [  8099] By: jhi                                   on 2000/12/13  16:46:48
60322         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
60323              From: Andy Dougherty <doughera@lafayette.edu>
60324              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
60325              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
60326      Branch: perl
60327            ! Configure
60328 ____________________________________________________________________________
60329 [  8098] By: jhi                                   on 2000/12/13  16:39:02
60330         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
60331              From: rspier@pobox.com (Robert Spier)
60332              Date: Tue, 12 Dec 2000 21:12:39 -0500
60333              Message-ID: <14902.56087.678086.725773@rls.cx>
60334              
60335              fastgetcwd is defined using a glob alias on a $^O dependent basis -
60336              and there was no default assignment or perl subroutine.
60337      Branch: perl
60338            ! lib/Cwd.pm
60339 ____________________________________________________________________________
60340 [  8097] By: jhi                                   on 2000/12/13  16:16:01
60341         Log: Subject: [PATCH] move startglob out of pp_hot.c
60342              From: Nicholas Clark <nick@ccl4.org>
60343              Date: Mon, 11 Dec 2000 23:16:39 +0000
60344              Message-ID: <20001211231638.A55550@plum.flirble.org>
60345      Branch: perl
60346            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
60347 ____________________________________________________________________________
60348 [  8096] By: jhi                                   on 2000/12/13  15:26:23
60349         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
60350              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60351              Date: Wed, 13 Dec 2000 14:01:37 +0100
60352              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
60353              
60354              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
60355              in turn requires libpthread in libswanted.
60356      Branch: perl
60357            ! hints/hpux.sh
60358 ____________________________________________________________________________
60359 [  8095] By: jhi                                   on 2000/12/12  19:51:05
60360         Log: The integration wars continue.
60361      Branch: perl
60362           !> sv.c
60363 ____________________________________________________________________________
60364 [  8094] By: jhi                                   on 2000/12/12  19:48:26
60365         Log: Subject: [PATCH perl@8070] DB_File-1.74  
60366              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
60367              Date: Mon, 11 Dec 2000 23:07:17 -0000
60368              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
60369      Branch: perl
60370            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
60371            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
60372            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
60373            ! t/lib/db-recno.t
60374 ____________________________________________________________________________
60375 [  8093] By: nick                                  on 2000/12/12  19:42:13
60376         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
60377      Branch: perlio
60378            ! sv.c
60379           !> lib/File/DosGlob.pm
60380 ____________________________________________________________________________
60381 [  8092] By: jhi                                   on 2000/12/12  19:28:11
60382         Log: Integrate perlio.
60383      Branch: perl
60384           !> sv.c
60385 ____________________________________________________________________________
60386 [  8091] By: nick                                  on 2000/12/12  18:49:45
60387         Log: Fix for Tk, and upgrading shared SVs.
60388      Branch: perlio
60389            ! sv.c
60390 ____________________________________________________________________________
60391 [  8090] By: jhi                                   on 2000/12/12  16:48:59
60392         Log: Subject: [PATCH] Re: Breadperl & Tk
60393              From: Nick Ing-Simmons <nik@tiuk.ti.com>
60394              Date: Tue, 12 Dec 2000 14:48:27 GMT
60395              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
60396      Branch: perl
60397            ! sv.c
60398 ____________________________________________________________________________
60399 [  8089] By: jhi                                   on 2000/12/12  03:37:19
60400         Log: Subject: DosGlob.pm diff for bash style brace expansion.
60401              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
60402              Date: Fri, 8 Dec 2000 10:45:30 -0600
60403              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
60404      Branch: perl
60405            ! lib/File/DosGlob.pm
60406 ____________________________________________________________________________
60407 [  8088] By: nick                                  on 2000/12/11  23:59:59
60408         Log: Integrate mainline
60409      Branch: perlio
60410           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
60411           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
60412           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
60413           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
60414           !> t/op/local.t t/pragma/warn/toke toke.c
60415 ____________________________________________________________________________
60416 [  8087] By: jhi                                   on 2000/12/11  23:20:23
60417         Log: Integrate perlio.
60418      Branch: perl
60419           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
60420 ____________________________________________________________________________
60421 [  8086] By: jhi                                   on 2000/12/11  22:50:59
60422         Log: Tune further the OS detection of CGI.
60423      Branch: perl
60424            ! lib/CGI.pm
60425 ____________________________________________________________________________
60426 [  8085] By: nick                                  on 2000/12/11  22:50:46
60427         Log: Finish 1st pass of "encoding" layer e.g. :
60428              open($fh,"<encoding(iso8859-7)",$greek) || die;
60429      Branch: perlio
60430            ! ext/Encode/Encode.xs perlio.c perliol.h
60431 ____________________________________________________________________________
60432 [  8084] By: jhi                                   on 2000/12/11  22:32:06
60433         Log: Revert the -f ambiguousity patch, seems to cause
60434              too much hassle (the interpret -Q as a function
60435              where Q is not a known filetest part is left in).
60436      Branch: perl
60437            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
60438            ! toke.c
60439 ____________________________________________________________________________
60440 [  8083] By: jhi                                   on 2000/12/11  22:27:23
60441         Log: (accidentally empty check-in)
60442      Branch: perl
60443            ! lib/File/DosGlob.pm
60444 ____________________________________________________________________________
60445 [  8082] By: nick                                  on 2000/12/11  19:09:51
60446         Log: Restore mmap function (broken by tweaks to shared buffer
60447              layer for encode(xxxx)).
60448      Branch: perlio
60449            ! perlio.c
60450 ____________________________________________________________________________
60451 [  8081] By: jhi                                   on 2000/12/11  18:29:13
60452         Log: Subject: Re: The long awaited feature ...
60453              From: Simon Cozens <simon@cozens.net>
60454              Date: Mon, 11 Dec 2000 15:54:24 +0000
60455              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
60456              
60457              More io/utf8 tests.
60458      Branch: perl
60459            ! t/io/utf8.t
60460 ____________________________________________________________________________
60461 [  8080] By: jhi                                   on 2000/12/11  18:19:36
60462         Log: Subject: PATCH MakeMaker manpage clarification
60463              From: andreas.koenig@anima.de (Andreas J. Koenig)
60464              Date: 10 Dec 2000 20:46:13 +0100
60465              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
60466      Branch: perl
60467            ! lib/ExtUtils/MakeMaker.pm
60468 ____________________________________________________________________________
60469 [  8079] By: jhi                                   on 2000/12/11  15:35:07
60470         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
60471              From: Simon Cozens <simon@cozens.net>
60472              Date: Sun, 10 Dec 2000 19:06:19 +0000
60473              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
60474      Branch: perl
60475            ! ext/B/B/Deparse.pm t/lib/b.t
60476 ____________________________________________________________________________
60477 [  8078] By: jhi                                   on 2000/12/11  15:09:11
60478         Log: Subject: [PATCH] docs on NaN
60479              From: Nicholas Clark <nick@ccl4.org>
60480              Date: Mon, 11 Dec 2000 01:48:38 +0000
60481              Message-ID: <20001211014838.B99205@plum.flirble.org>
60482      Branch: perl
60483            ! pod/perlop.pod
60484 ____________________________________________________________________________
60485 [  8077] By: jhi                                   on 2000/12/11  15:02:21
60486         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
60487              From: Simon Cozens <simon@cozens.net>
60488              Date: Mon, 11 Dec 2000 01:21:45 +0000
60489              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
60490      Branch: perl
60491            ! pp.c pp_hot.c scope.c t/op/local.t
60492 ____________________________________________________________________________
60493 [  8076] By: nick                                  on 2000/12/10  20:43:32
60494         Log: Not merge worthy...
60495              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
60496              syntax is modelled on attributes.
60497              Untested fix for io/utf8 on Win32 etc.
60498              Very clumsy start to the encode layer.
60499      Branch: perlio
60500            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
60501 ____________________________________________________________________________
60502 [  8075] By: jhi                                   on 2000/12/10  18:39:33
60503         Log: Darwin is not Windows.
60504      Branch: perl
60505            ! lib/CGI.pm
60506 ____________________________________________________________________________
60507 [  8074] By: jhi                                   on 2000/12/10  18:31:27
60508         Log: Subject: Ambiguous -%c() resolved as a file test
60509              From: "Paul Marquess" <Paul.Marquess@openwave.com>
60510              Date: Sun, 10 Dec 2000 15:35:07 -0000
60511              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
60512      Branch: perl
60513            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
60514 ____________________________________________________________________________
60515 [  8073] By: jhi                                   on 2000/12/10  18:16:29
60516         Log: Subject: PATCH installperl misinformed 
60517              From: andreas.koenig@anima.de (Andreas J. Koenig)
60518              Date: 10 Dec 2000 13:01:32 +0100 
60519              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
60520      Branch: perl
60521            ! installperl
60522 ____________________________________________________________________________
60523 [  8072] By: jhi                                   on 2000/12/10  18:07:55
60524         Log: The walkoptree confusion rages; walkoptree() seems to be coming
60525              from B.xs, while walkoptree_slow() comes from B.pm.
60526      Branch: perl
60527            ! ext/B/B.pm
60528 ____________________________________________________________________________
60529 [  8071] By: nick                                  on 2000/12/10  11:45:47
60530         Log: Integrate mainline
60531      Branch: perlio
60532           +> t/base/commonsense.t
60533           !> (integrate 37 files)
60534 ____________________________________________________________________________
60535 [  8070] By: jhi                                   on 2000/12/10  04:46:21
60536         Log: Update Changes.
60537      Branch: perl
60538            ! Changes patchlevel.h
60539 ____________________________________________________________________________
60540 [  8069] By: jhi                                   on 2000/12/10  04:39:19
60541         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
60542              From: andreas.koenig@anima.de (Andreas J. Koenig)
60543              Date: 09 Dec 2000 17:14:25 +0100
60544              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
60545      Branch: perl
60546            + t/base/commonsense.t
60547            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
60548 ____________________________________________________________________________
60549 [  8068] By: jhi                                   on 2000/12/10  04:17:36
60550         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
60551              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
60552              Date: Sat, 9 Dec 2000 16:47:22 -0000
60553              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
60554      Branch: perl
60555            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
60556            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
60557            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
60558            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
60559            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
60560            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
60561            ! t/lib/sdbm.t
60562 ____________________________________________________________________________
60563 [  8067] By: jhi                                   on 2000/12/10  03:52:02
60564         Log: Test case for #8066.
60565      Branch: perl
60566            ! t/op/misc.t
60567 ____________________________________________________________________________
60568 [  8066] By: jhi                                   on 2000/12/10  03:50:30
60569         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
60570              From: Simon Cozens <simon@cozens.net>
60571              Date: Sun, 10 Dec 2000 00:55:37 +0000
60572              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
60573      Branch: perl
60574            ! pp_sys.c
60575 ____________________________________________________________________________
60576 [  8065] By: jhi                                   on 2000/12/10  03:44:52
60577         Log: Test case for #8064.
60578      Branch: perl
60579            ! t/comp/proto.t
60580 ____________________________________________________________________________
60581 [  8064] By: jhi                                   on 2000/12/10  03:42:32
60582         Log: Subject: Re: prototype of substr
60583              From: Simon Cozens <simon@cozens.net>
60584              Date: Sun, 10 Dec 2000 00:13:33 +0000
60585              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
60586              
60587              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
60588              In other words, make the returned prototypes for any function
60589              stop prepending the ';' optionality marker after the first one.
60590              If they start getting optional, all the rest are optional.
60591      Branch: perl
60592            ! pp.c
60593 ____________________________________________________________________________
60594 [  8063] By: jhi                                   on 2000/12/10  03:39:42
60595         Log: Subject: [PATCH] perlguts.pod
60596              From: Simon Cozens <simon@cozens.net>
60597              Date: Sun, 10 Dec 2000 00:06:47 +0000
60598              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
60599              
60600              Documentation of the different types of ops,
60601              plus the functions in dump.c
60602      Branch: perl
60603            ! pod/perlguts.pod
60604 ____________________________________________________________________________
60605 [  8062] By: jhi                                   on 2000/12/10  03:30:04
60606         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
60607              From: Nicholas Clark <nick@talking.bollo.cx>
60608              Date: Sat, 09 Dec 2000 18:57:25 +0000
60609              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
60610              
60611              Be more robust in weird hostname setups.
60612      Branch: perl
60613            ! t/lib/net-hostent.t
60614 ____________________________________________________________________________
60615 [  8061] By: jhi                                   on 2000/12/10  03:28:21
60616         Log: Pacify fussy compiler. 
60617      Branch: perl
60618            ! pp_sys.c
60619 ____________________________________________________________________________
60620 [  8060] By: jhi                                   on 2000/12/10  02:52:46
60621         Log: Integrate perlio.
60622      Branch: perl
60623           !> pp_sys.c t/io/utf8.t
60624 ____________________________________________________________________________
60625 [  8059] By: nick                                  on 2000/12/09  23:40:14
60626         Log: read/sysread/recv should now be utf8 aware.
60627              Basic test for utf8 read.
60628      Branch: perlio
60629            ! pp_sys.c t/io/utf8.t
60630 ____________________________________________________________________________
60631 [  8058] By: jhi                                   on 2000/12/09  21:56:02
60632         Log: Integrate perlio.
60633      Branch: perl
60634           +> t/io/utf8.t
60635           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
60636 ____________________________________________________________________________
60637 [  8057] By: jhi                                   on 2000/12/09  21:53:35
60638         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
60639              From: Inaba Hiroto <inaba@st.rim.or.jp>
60640              Date: Sun, 10 Dec 2000 05:53:21 +0900
60641              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
60642              
60643              Tests for #8056.
60644      Branch: perl
60645            ! t/op/each.t
60646 ____________________________________________________________________________
60647 [  8056] By: jhi                                   on 2000/12/09  21:51:16
60648         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
60649              From: Inaba Hiroto <inaba@st.rim.or.jp>
60650              Date: Sat, 09 Dec 2000 18:02:00 +0900
60651              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
60652              
60653              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
60654      Branch: perl
60655            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
60656 ____________________________________________________________________________
60657 [  8055] By: nick                                  on 2000/12/09  20:11:48
60658         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
60659              than raw PerlIO_write() - does not seem to break any tests.
60660      Branch: perlio
60661            ! pp_sys.c
60662 ____________________________________________________________________________
60663 [  8054] By: nick                                  on 2000/12/09  19:47:30
60664         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
60665              (sysread, recv and write i.e. formats still to do...)
60666              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
60667              open($fh,">:utf8","name")
60668              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
60669              so no extra overhead is involved.
60670              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
60671              to a non-utf8 stream.
60672              Add initial io/utf8.t
60673              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
60674              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
60675              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
60676      Branch: perlio
60677            + t/io/utf8.t
60678            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
60679 ____________________________________________________________________________
60680 [  8053] By: nick                                  on 2000/12/09  19:26:37
60681         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
60682              was only testing this_utf8.
60683      Branch: perlio
60684            ! toke.c
60685 ____________________________________________________________________________
60686 [  8052] By: nick                                  on 2000/12/09  19:09:41
60687         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
60688              i.e. the output string has one, but don't mess with source assumption.
60689      Branch: perlio
60690            ! toke.c
60691 ____________________________________________________________________________
60692 [  8051] By: jhi                                   on 2000/12/09  16:55:17
60693         Log: Integrate perlio.
60694      Branch: perl
60695           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
60696           !> sv.c thrdvar.h util.c
60697 ____________________________________________________________________________
60698 [  8050] By: jhi                                   on 2000/12/09  16:48:07
60699         Log: Nits noticed by Peter Prymmer.
60700      Branch: perl
60701            ! lib/ExtUtils/MM_VMS.pm
60702 ____________________________________________________________________________
60703 [  8049] By: nick                                  on 2000/12/09  13:49:40
60704         Log: UTF8 output prework.
60705              - Store $\ and $, as SVs so they can have SvUTF8 flag
60706              - use do_print() rather than raw PerlIO_write() to print them.
60707      Branch: perlio
60708            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
60709            ! thrdvar.h util.c
60710 ____________________________________________________________________________
60711 [  8048] By: nick                                  on 2000/12/09  12:30:43
60712         Log: Integrate mainline.
60713      Branch: perlio
60714           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
60715           +> t/op/reverse.t
60716           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
60717           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
60718           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
60719           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
60720           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
60721           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
60722 ____________________________________________________________________________
60723 [  8047] By: jhi                                   on 2000/12/09  00:23:27
60724         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
60725              From: Michael G Schwern <schwern@pobox.com>
60726              Date: Fri, 8 Dec 2000 14:43:04 -0600
60727      Branch: perl
60728            ! lib/ExtUtils/MM_VMS.pm
60729 ____________________________________________________________________________
60730 [  8046] By: jhi                                   on 2000/12/08  23:10:27
60731         Log: A missed check-in.
60732      Branch: perl
60733            ! lib/ExtUtils/Manifest.pm
60734 ____________________________________________________________________________
60735 [  8045] By: jhi                                   on 2000/12/08  21:57:12
60736         Log: (null check-in)
60737      Branch: perl
60738            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
60739 ____________________________________________________________________________
60740 [  8044] By: jhi                                   on 2000/12/08  21:11:06
60741         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
60742              at the final draft stage.
60743      Branch: perl
60744            + ext/Encode/Encode/iso8859-16.enc
60745            ! MANIFEST
60746 ____________________________________________________________________________
60747 [  8043] By: jhi                                   on 2000/12/08  16:39:04
60748         Log: Update Changes.
60749      Branch: perl
60750            ! Changes patchlevel.h
60751 ____________________________________________________________________________
60752 [  8042] By: jhi                                   on 2000/12/08  16:33:39
60753         Log: Do not return the Unicode replacement character if UTF-8
60754              decoding goes awry, it should be up to the caller to decide.
60755      Branch: perl
60756            ! pod/perlapi.pod utf8.c
60757 ____________________________________________________________________________
60758 [  8041] By: jhi                                   on 2000/12/08  16:22:28
60759         Log: metaconfig maintenance.
60760      Branch: metaconfig
60761            ! U/modified/stdchar.U
60762      Branch: metaconfig/U/perl
60763            + testsyml.U
60764 ____________________________________________________________________________
60765 [  8040] By: jhi                                   on 2000/12/08  16:03:08
60766         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
60767              From: sthoenna@efn.org
60768              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
60769              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
60770      Branch: perl
60771            ! Changes lib/ExtUtils/MM_OS2.pm
60772 ____________________________________________________________________________
60773 [  8039] By: jhi                                   on 2000/12/08  15:57:11
60774         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
60775              From: Simon Cozens <simon@cozens.net>
60776              Date: Fri, 8 Dec 2000 13:33:31 +0000
60777              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
60778              
60779              (The pp_hot part needed a rewrite.)
60780      Branch: perl
60781            ! doop.c pp_hot.c utf8.c
60782 ____________________________________________________________________________
60783 [  8038] By: jhi                                   on 2000/12/08  15:25:08
60784         Log: Subject: djSP
60785              From: Michael Stevens <michael@etla.org>
60786              Date: Wed, 6 Dec 2000 23:24:01 +0000
60787              Message-ID: <20001206232400.A21381@firedrake.org>
60788              
60789              Plus a note from Nick Ing-Simmons.
60790      Branch: perl
60791            ! pp.h
60792 ____________________________________________________________________________
60793 [  8037] By: jhi                                   on 2000/12/08  15:18:35
60794         Log: Filetype is text.
60795      Branch: perl
60796            ! t/op/utf8decode.t
60797 ____________________________________________________________________________
60798 [  8036] By: jhi                                   on 2000/12/08  03:31:27
60799         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
60800              From: Andy Dougherty <doughera@lafayette.edu>
60801              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
60802              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
60803              
60804              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
60805              From: Andy Dougherty <doughera@lafayette.edu>
60806              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
60807              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
60808      Branch: perl
60809            + ext/POSIX/hints/svr4.pl
60810            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
60811 ____________________________________________________________________________
60812 [  8035] By: jhi                                   on 2000/12/08  03:26:01
60813         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
60814              From: Andy Dougherty <doughera@lafayette.edu>
60815              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
60816              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
60817      Branch: perl
60818            ! t/README t/base/term.t
60819 ____________________________________________________________________________
60820 [  8034] By: jhi                                   on 2000/12/08  03:21:59
60821         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
60822              From: mjd@plover.com  
60823              Date: 7 Dec 2000 21:04:20 -0000
60824              Message-ID: <20001207210420.22282.qmail@plover.com>
60825              
60826              Plus -z doc.
60827      Branch: perl
60828            ! pod/perlfunc.pod
60829 ____________________________________________________________________________
60830 [  8033] By: jhi                                   on 2000/12/08  03:19:03
60831         Log: Use the UTF8 macros a bit.  They can't be used with abandon
60832              everywhere because we do generate illegal UTF-8 in some situations.
60833              This is of course naughty.
60834      Branch: perl
60835            ! pod/perlapi.pod utf8.c utf8.h
60836 ____________________________________________________________________________
60837 [  8032] By: jhi                                   on 2000/12/08  03:00:09
60838         Log: Out of sync?
60839      Branch: perl
60840            ! t/pragma/warn/utf8
60841 ____________________________________________________________________________
60842 [  8031] By: jhi                                   on 2000/12/08  02:22:39
60843         Log: Cnt spl.
60844      Branch: perl
60845            ! MANIFEST
60846 ____________________________________________________________________________
60847 [  8030] By: jhi                                   on 2000/12/08  01:23:54
60848         Log: Add test for reverse().
60849      Branch: perl
60850            + t/op/reverse.t
60851            ! MANIFEST
60852 ____________________________________________________________________________
60853 [  8029] By: jhi                                   on 2000/12/08  01:21:47
60854         Log: Integrate perlio.
60855      Branch: perl
60856           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
60857           !> perlio.c perlio.h perlsdio.h warnings.pl
60858 ____________________________________________________________________________
60859 [  8028] By: jhi                                   on 2000/12/08  01:19:08
60860         Log: Introduce macros for UTF8 decoding.
60861      Branch: perl
60862            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
60863 ____________________________________________________________________________
60864 [  8027] By: nick                                  on 2000/12/07  22:18:19
60865         Log: Integrate mainline
60866      Branch: perlio
60867           !> embed.pl pod/perlapi.pod utf8.c
60868 ____________________________________________________________________________
60869 [  8026] By: nick                                  on 2000/12/07  21:45:08
60870         Log: Various oddities p4 diff -se showed up
60871              Remove 'our' from warnings.pl
60872      Branch: perlio
60873            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
60874 ____________________________________________________________________________
60875 [  8025] By: nick                                  on 2000/12/07  21:43:32
60876         Log: Change PerlIO_(get|set)pos to take SV *
60877              Should fix, OS/2, VMS, (sfio??)
60878      Branch: perlio
60879            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
60880 ____________________________________________________________________________
60881 [  8024] By: jhi                                   on 2000/12/07  19:05:32
60882         Log: Document utf8_to_uv() better.
60883      Branch: perl
60884            ! pod/perlapi.pod utf8.c
60885 ____________________________________________________________________________
60886 [  8023] By: jhi                                   on 2000/12/07  18:23:47
60887         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
60888      Branch: perl
60889            ! embed.pl pod/perlapi.pod utf8.c
60890 ____________________________________________________________________________
60891 [  8022] By: jhi                                   on 2000/12/07  04:13:51
60892         Log: Integrate perlio.
60893      Branch: perl
60894           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
60895           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
60896           !> win32/makefile.mk
60897 ____________________________________________________________________________
60898 [  8021] By: nick                                  on 2000/12/07  00:28:14
60899         Log: Various attempts at MSVC debug - not sure what has
60900              changed but works now. 
60901              Seems atexit() _may_ work for DLLs built with MSVC so don't
60902              call cleanup that way.
60903      Branch: perlio
60904            ! perlio.c win32/makefile.mk
60905 ____________________________________________________________________________
60906 [  8020] By: nick                                  on 2000/12/06  19:57:20
60907         Log: Integrate mainline
60908      Branch: perlio
60909           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
60910           !> (integrate 75 files)
60911 ____________________________________________________________________________
60912 [  8019] By: nick                                  on 2000/12/06  19:28:21
60913         Log: Add useperlio to config.vc
60914              Turn off binmode in config_H.PL
60915              Regen all the config_H.xx
60916              Attempt to get debugging build with MSVC.
60917      Branch: perlio
60918            ! win32/config.vc win32/config_H.bc win32/config_H.gc
60919            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
60920 ____________________________________________________________________________
60921 [  8018] By: nick                                  on 2000/12/06  19:21:57
60922         Log: Test various dup/external program options on all platforms.
60923      Branch: perlio
60924            ! t/io/dup.t
60925 ____________________________________________________________________________
60926 [  8017] By: nick                                  on 2000/12/06  19:20:47
60927         Log: Fix harness to be less picky
60928      Branch: perlio
60929            ! lib/Test/Harness.pm
60930 ____________________________________________________________________________
60931 [  8016] By: jhi                                   on 2000/12/06  16:45:12
60932         Log: Update Changes.
60933      Branch: perl
60934            ! Changes patchlevel.h
60935 ____________________________________________________________________________
60936 [  8015] By: jhi                                   on 2000/12/06  16:41:03
60937         Log: Test \x{...} with ord().
60938      Branch: perl
60939            ! t/op/ord.t
60940 ____________________________________________________________________________
60941 [  8014] By: jhi                                   on 2000/12/06  16:20:33
60942         Log: Test tweak because of #8013.
60943      Branch: perl
60944            ! t/lib/b.t
60945 ____________________________________________________________________________
60946 [  8013] By: jhi                                   on 2000/12/06  16:09:09
60947         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
60948              From: Michael G Schwern <schwern@pobox.com>
60949              Date: Tue, 5 Dec 2000 21:23:28 -0500
60950              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
60951              
60952              Carp::Heavy parts not very applicable because of recent changes.
60953      Branch: perl
60954            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
60955            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
60956            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
60957            ! lib/Exporter.pm lib/Exporter/Heavy.pm
60958            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
60959            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
60960            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
60961            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
60962            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
60963            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
60964            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
60965            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
60966            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
60967            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
60968            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
60969            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
60970            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
60971            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
60972            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
60973            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
60974            ! warnings.pl
60975 ____________________________________________________________________________
60976 [  8012] By: jhi                                   on 2000/12/06  15:22:38
60977         Log: Subject: [PATCH] Re: New harness is failing things
60978              From: Nick Ing-Simmons <nik@tiuk.ti.com>
60979              Date: Wed, 6 Dec 2000 13:00:30 GMT
60980              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
60981      Branch: perl
60982            ! lib/Test/Harness.pm
60983 ____________________________________________________________________________
60984 [  8011] By: jhi                                   on 2000/12/06  15:12:08
60985         Log: Subject: installhtml changes
60986              From: Michael Stevens <michael@etla.org>
60987              Date: Wed, 6 Dec 2000 13:15:53 +0000
60988              Message-ID: <20001206131553.A27317@firedrake.org>
60989      Branch: perl
60990            ! installhtml
60991 ____________________________________________________________________________
60992 [  8010] By: jhi                                   on 2000/12/06  15:06:05
60993         Log: Subject: the dTHR hits
60994              From: Michael Stevens <michael@etla.org>
60995              Date: Wed, 6 Dec 2000 12:06:03 +0000
60996              Message-ID: <20001206120603.A24581@firedrake.org>
60997              
60998              More, errrm, less dTHRs.
60999      Branch: perl
61000            ! bytecode.pl ext/B/B/C.pm
61001 ____________________________________________________________________________
61002 [  8009] By: jhi                                   on 2000/12/06  15:04:25
61003         Log: Subject: MakeMaker mailing list gone?
61004              From: Michael G Schwern <schwern@pobox.com>
61005              Date: Tue, 5 Dec 2000 19:29:59 -0500
61006              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
61007              
61008              The MakeMaker mailing list is dead, perlbug is the right
61009              address to report bugs.
61010      Branch: perl
61011            ! lib/ExtUtils/MakeMaker.pm
61012 ____________________________________________________________________________
61013 [  8008] By: jhi                                   on 2000/12/06  15:00:32
61014         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
61015              From: Michael G Schwern <schwern@pobox.com>
61016              Date: Tue, 5 Dec 2000 19:21:21 -0500
61017              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
61018              
61019              Add a default MANIFEST skip that ignores things like
61020              version control files, editor temporary files, and the Makefile.
61021      Branch: perl
61022            + lib/ExtUtils/MANIFEST.SKIP
61023            ! MANIFEST lib/ExtUtils/Manifest.pm
61024 ____________________________________________________________________________
61025 [  8007] By: jhi                                   on 2000/12/06  14:57:20
61026         Log: In Amiga more manual hackery of the scripts seems to be needed,
61027              from Jan-Erik Karlsson.  Why Configure does not get this right
61028              is unknown, may be shell-induced.
61029      Branch: perl
61030            ! README.amiga
61031 ____________________________________________________________________________
61032 [  8006] By: jhi                                   on 2000/12/05  23:53:12
61033         Log: Add TOPm1s to peek at the second topmost stack item.
61034      Branch: perl
61035            ! pp.h
61036 ____________________________________________________________________________
61037 [  8005] By: jhi                                   on 2000/12/05  23:13:55
61038         Log: Avaunt, you foul UTF-8 tests.
61039      Branch: perl
61040            ! t/op/ver.t t/pragma/utf8.t
61041 ____________________________________________________________________________
61042 [  8004] By: jhi                                   on 2000/12/05  23:09:54
61043         Log: Continue utf8 dispersal. 
61044      Branch: perl
61045            + t/op/concat.t
61046            ! MANIFEST t/pragma/utf8.t
61047 ____________________________________________________________________________
61048 [  8003] By: nick                                  on 2000/12/05  23:02:39
61049         Log: Integrate mainline.
61050      Branch: perlio
61051           +> t/op/length.t t/op/utf8decode.t
61052           !> (integrate 69 files)
61053 ____________________________________________________________________________
61054 [  8002] By: jhi                                   on 2000/12/05  22:59:28
61055         Log: Integrate perlio.
61056      Branch: perl
61057           !> iperlsys.h perl.c perlio.c win32/perllib.c
61058 ____________________________________________________________________________
61059 [  8001] By: nick                                  on 2000/12/05  22:07:52
61060         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
61061              - calloc/free suffer from damage on TerminateThread()
61062              - use PerlMemShared (as originally planned) now fixed
61063              - avoid doing anything important on DLL "detach".
61064      Branch: perlio
61065            ! perl.c perlio.c win32/perllib.c
61066 ____________________________________________________________________________
61067 [  8000] By: nick                                  on 2000/12/05  21:05:09
61068         Log: Fix gross PerlMemShared issue.
61069      Branch: perlio
61070            ! iperlsys.h
61071 ____________________________________________________________________________
61072 [  7999] By: jhi                                   on 2000/12/05  20:46:58
61073         Log: Test for Unicode (UTF-8) hash keys.
61074      Branch: perl
61075            ! t/op/each.t
61076 ____________________________________________________________________________
61077 [  7998] By: jhi                                   on 2000/12/05  20:30:35
61078         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
61079              is now always UTF-8), empty line cosmetics.
61080      Branch: perl
61081            ! t/pragma/utf8.t
61082 ____________________________________________________________________________
61083 [  7997] By: jhi                                   on 2000/12/05  20:15:40
61084         Log: Subject: Re: STRLEN - what?
61085              From: Andy Dougherty <doughera@lafayette.edu>
61086              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
61087              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
61088              
61089              Explain STRLEN.
61090      Branch: perl
61091            ! pod/perlguts.pod
61092 ____________________________________________________________________________
61093 [  7996] By: jhi                                   on 2000/12/05  20:13:34
61094         Log: Split off the UTF-8 decoder tests, make them to check also
61095              the error message.
61096      Branch: perl
61097            + t/op/utf8decode.t
61098            ! MANIFEST t/pragma/utf8.t utf8.c
61099 ____________________________________________________________________________
61100 [  7995] By: jhi                                   on 2000/12/05  16:39:47
61101         Log: Start migrating bits of pragma/utf8 to elsewhere
61102              (since the long term plan is to obsolete 'use utf8').
61103      Branch: perl
61104            + t/op/length.t
61105            ! MANIFEST t/pragma/utf8.t
61106 ____________________________________________________________________________
61107 [  7994] By: jhi                                   on 2000/12/05  16:30:21
61108         Log: Fix a manual edit typo from #7993, fix the message formatting
61109              for Unicode, add few our declarations.
61110      Branch: perl
61111            ! lib/Carp/Heavy.pm
61112 ____________________________________________________________________________
61113 [  7993] By: jhi                                   on 2000/12/05  16:09:15
61114         Log: Subject: Need help with warnings :-(
61115              From: "Ben Tilly" <ben_tilly@hotmail.com>
61116              Date: Tue, 05 Dec 2000 01:35:54 -0500
61117              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
61118              
61119              Subject: UPDATE: Carp/Heavy now passes all tests
61120              From: "Ben Tilly" <ben_tilly@hotmail.com>
61121              Date: Tue, 05 Dec 2000 07:59:41 -0500
61122              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
61123              
61124              The Brave New Carp.
61125      Branch: perl
61126            ! lib/Carp.pm lib/Carp/Heavy.pm
61127 ____________________________________________________________________________
61128 [  7992] By: jhi                                   on 2000/12/05  15:55:08
61129         Log: Subject: [PATCH perl@7979] cygwin port
61130              From: "Eric Fifer" <efifer@dircon.co.uk>
61131              Date: Tue, 5 Dec 2000 14:04:09 -0000
61132              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
61133      Branch: perl
61134            ! t/lib/net-hostent.t
61135 ____________________________________________________________________________
61136 [  7991] By: jhi                                   on 2000/12/05  15:52:34
61137         Log: Subject: Re: [PATCH] The largest hoax of all times?
61138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61139              Date: Tue, 5 Dec 2000 00:40:25 -0500
61140              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
61141              
61142              Subject: Re: [PATCH] The largest hoax of all times?
61143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61144              Date: Mon, 4 Dec 2000 23:55:53 -0500
61145              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
61146              
61147              Subject: Re: [PATCH] The largest hoax of all times?
61148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61149              Date: Tue, 5 Dec 2000 01:28:45 -0500
61150              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
61151              
61152              Fix the unpredictable order of DESTROYs.
61153      Branch: perl
61154            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
61155            ! sv.c sv.h t/op/ref.t
61156 ____________________________________________________________________________
61157 [  7990] By: jhi                                   on 2000/12/05  14:38:53
61158         Log: Subject: [PATCH] shrink pp_hot fractionally
61159              From: Nicholas Clark <nick@ccl4.org>
61160              Date: Tue, 5 Dec 2000 12:44:31 +0000
61161              Message-ID: <20001205124431.E74518@plum.flirble.org>
61162              
61163              Use report_evil_fh().
61164      Branch: perl
61165            ! opcode.pl opnames.h pp_hot.c util.c
61166 ____________________________________________________________________________
61167 [  7989] By: jhi                                   on 2000/12/05  14:21:27
61168         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
61169              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61170              Date: Mon, 04 Dec 2000 22:21:59 -0800
61171              Message-ID: <HmIL6gzkgepS092yn@efn.org>
61172              
61173              Harness shouldn't ignore responses like "ok 3\r\r\n".
61174      Branch: perl
61175            ! lib/Test/Harness.pm
61176 ____________________________________________________________________________
61177 [  7988] By: jhi                                   on 2000/12/05  13:51:28
61178         Log: Integrate the "skip" messages to explain().
61179      Branch: perl
61180            ! t/lib/syslfs.t t/op/lfs.t
61181 ____________________________________________________________________________
61182 [  7987] By: jhi                                   on 2000/12/05  12:34:54
61183         Log: The one that got away in #7984.
61184              
61185              Subject: Re: dTHR - what and why?
61186              From: Michael Stevens <michael@etla.org> 
61187              Date: Tue, 5 Dec 2000 11:15:52 +0000
61188              Message-ID: <20001205111552.A4647@firedrake.org>
61189      Branch: perl
61190            ! sv.h
61191 ____________________________________________________________________________
61192 [  7986] By: gsar                                  on 2000/12/05  09:14:44
61193         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
61194              due to the notorious GetFileType() bug in Windows 9x, which fstat()
61195              tickles)
61196      Branch: perl
61197            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
61198 ____________________________________________________________________________
61199 [  7985] By: jhi                                   on 2000/12/05  05:49:03
61200         Log: Integrate perlio.
61201      Branch: perl
61202           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
61203           !> win32/perlhost.h win32/perllib.c
61204 ____________________________________________________________________________
61205 [  7984] By: jhi                                   on 2000/12/05  05:48:16
61206         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
61207      Branch: perl
61208            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
61209            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
61210            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
61211            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
61212            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
61213            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
61214            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
61215            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
61216            ! win32/win32.c
61217 ____________________________________________________________________________
61218 [  7983] By: nick                                  on 2000/12/04  23:27:43
61219         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
61220      Branch: perlio
61221            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
61222            ! win32/perlhost.h win32/perllib.c
61223 ____________________________________________________________________________
61224 [  7982] By: jhi                                   on 2000/12/04  19:44:09
61225         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
61226              uncovered by #7980.
61227      Branch: perl
61228            ! op.c
61229 ____________________________________________________________________________
61230 [  7981] By: jhi                                   on 2000/12/04  19:42:07
61231         Log: Subject: [PATCH] Trivial dump.c feature
61232              From: Simon Cozens <simon@cozens.net>
61233              Date: Mon, 4 Dec 2000 18:08:38 +0000
61234              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
61235              
61236              Show whether a constant is UTF-8.
61237      Branch: perl
61238            ! dump.c
61239 ____________________________________________________________________________
61240 [  7980] By: jhi                                   on 2000/12/04  19:36:51
61241         Log: UTF-8 hash keys, patch from Inaba Hiroto.
61242      Branch: perl
61243            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
61244 ____________________________________________________________________________
61245 [  7979] By: jhi                                   on 2000/12/04  17:36:28
61246         Log: Update Changes.
61247      Branch: perl
61248            ! Changes patchlevel.h
61249 ____________________________________________________________________________
61250 [  7978] By: jhi                                   on 2000/12/04  16:42:17
61251         Log: Retract #7977, still too volatile (the euphemism of the day
61252              for unfinished and buggy :-)
61253      Branch: perl
61254            ! doop.c hv.c pp.c sv.h
61255 ____________________________________________________________________________
61256 [  7977] By: jhi                                   on 2000/12/04  16:25:15
61257         Log: (Retracted by #7978, too shaky yet.)
61258              
61259              Subject: Re: utf8 in hash keys, implementor missing
61260              From: Simon Cozens <simon@cozens.net>
61261              Date: Sat, 2 Dec 2000 19:49:35 +0000
61262              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
61263              
61264              The first step at UTF-8 hash keys.
61265      Branch: perl
61266            ! doop.c hv.c pp.c sv.h
61267 ____________________________________________________________________________
61268 [  7976] By: jhi                                   on 2000/12/04  16:13:53
61269         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
61270              From: sthoenna@efn.org
61271              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
61272              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
61273      Branch: perl
61274            ! os2/os2.c perlio.c
61275 ____________________________________________________________________________
61276 [  7975] By: jhi                                   on 2000/12/04  16:05:25
61277         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
61278              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61279              Date: Thu, 30 Nov 2000 20:50:37 -0800
61280              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
61281      Branch: perl
61282            ! os2/os2.c
61283 ____________________________________________________________________________
61284 [  7974] By: jhi                                   on 2000/12/04  16:03:57
61285         Log: Subject: [PATCH] ++ 20% faster
61286              From: Nicholas Clark <nick@ccl4.org>
61287              Date: Mon, 4 Dec 2000 12:17:27 +0000
61288              Message-ID: <20001204121726.B52976@plum.flirble.org>
61289              
61290              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
61291      Branch: perl
61292            ! sv.c
61293 ____________________________________________________________________________
61294 [  7973] By: jhi                                   on 2000/12/04  16:00:48
61295         Log: 
61296              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
61297              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61298              Date: Mon, 04 Dec 2000 12:30:45 +0100
61299              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
61300              
61301              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
61302              library (getprotobyname and getprotobynumber are outversioned by
61303              the same calls in libc, at least for xlc version 3.
61304      Branch: perl
61305            ! hints/aix.sh
61306 ____________________________________________________________________________
61307 [  7972] By: jhi                                   on 2000/12/04  02:58:31
61308         Log: Integrate perlio.
61309      Branch: perl
61310           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
61311           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
61312           !> win32/win32.h win32/win32iop.h win32/win32thread.h
61313 ____________________________________________________________________________
61314 [  7971] By: nick                                  on 2000/12/04  00:24:33
61315         Log: Quieten some noise in Win32 builds:
61316              - win32.h is included after <sys/socket.h>, so need to 
61317              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
61318              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
61319      Branch: perlio
61320            ! doio.c perl.h toke.c win32/win32.h
61321 ____________________________________________________________________________
61322 [  7970] By: nick                                  on 2000/12/03  22:57:46
61323         Log: PERL_IMPLICIT_SYS compiles but does not work.
61324      Branch: perlio
61325            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
61326            ! win32/perlhost.h win32/perllib.c win32/win32.h
61327            ! win32/win32iop.h win32/win32thread.h
61328 ____________________________________________________________________________
61329 [  7969] By: jhi                                   on 2000/12/03  22:12:58
61330         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
61331              used to swash_init(), makes regprop() dumps more informative
61332              (+utf8::IsAlpha, -utf8::IsDigit, for example).
61333      Branch: perl
61334            ! regcomp.c regexec.c
61335 ____________________________________________________________________________
61336 [  7968] By: jhi                                   on 2000/12/03  21:39:56
61337         Log: Implement ANYOFUTF8 regprop() dumping.
61338      Branch: perl
61339            ! regcomp.c
61340 ____________________________________________________________________________
61341 [  7967] By: jhi                                   on 2000/12/03  20:57:19
61342         Log: Make uv_to_utf8() to zero-terminate its output buffer,
61343              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
61344      Branch: perl
61345            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
61346 ____________________________________________________________________________
61347 [  7966] By: nick                                  on 2000/12/03  18:41:21
61348         Log: Integrate mainline (STDCHAR)
61349      Branch: perlio
61350           !> Configure t/pragma/utf8.t
61351 ____________________________________________________________________________
61352 [  7965] By: jhi                                   on 2000/12/03  17:58:20
61353         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
61354      Branch: perl
61355            ! t/pragma/utf8.t
61356 ____________________________________________________________________________
61357 [  7964] By: jhi                                   on 2000/12/03  17:35:56
61358         Log: Integrate perlio.
61359      Branch: perl
61360           !> iperlsys.h perlio.c
61361 ____________________________________________________________________________
61362 [  7963] By: jhi                                   on 2000/12/03  17:33:55
61363         Log: Metaconfig unit change for #7962.
61364      Branch: metaconfig
61365            ! U/modified/stdchar.U
61366 ____________________________________________________________________________
61367 [  7962] By: jhi                                   on 2000/12/03  17:33:27
61368         Log: Untangle the <stdio.h> #include nest for the stdchar test,
61369              from Andy Dougherty.
61370      Branch: perl
61371            ! Configure
61372 ____________________________________________________________________________
61373 [  7961] By: nick                                  on 2000/12/03  16:53:00
61374         Log: Make iperlsys.h vector stdio not PerlIO.
61375      Branch: perlio
61376            ! iperlsys.h perlio.c
61377 ____________________________________________________________________________
61378 [  7960] By: nick                                  on 2000/12/03  14:43:01
61379         Log: Integrate mainline
61380      Branch: perlio
61381           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
61382           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
61383 ____________________________________________________________________________
61384 [  7959] By: jhi                                   on 2000/12/03  08:16:36
61385         Log: Use DO_UTF8().
61386      Branch: perl
61387            ! op.c
61388 ____________________________________________________________________________
61389 [  7958] By: jhi                                   on 2000/12/02  18:33:05
61390         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
61391              From: Mike Guy <mjtg@cam.ac.uk>         
61392              Date: Sat, 02 Dec 2000 17:27:13 +0000
61393              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
61394              
61395              An extraneous argument.
61396      Branch: perl
61397            ! toke.c
61398 ____________________________________________________________________________
61399 [  7957] By: jhi                                   on 2000/12/02  18:22:32
61400         Log: A missing hunk.
61401      Branch: perl
61402            ! t/lib/net-hostent.t
61403 ____________________________________________________________________________
61404 [  7956] By: jhi                                   on 2000/12/02  18:06:20
61405         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
61406              From: Nicholas Clark <nick@ccl4.org>
61407              Date: Sat, 2 Dec 2000 14:28:27 +0000
61408              Message-ID: <20001202142827.A12308@plum.flirble.org>
61409              
61410              Test robustness.
61411      Branch: perl
61412            ! t/lib/net-hostent.t
61413 ____________________________________________________________________________
61414 [  7955] By: jhi                                   on 2000/12/02  17:58:06
61415         Log: Metaconfig unit change for #7954.
61416      Branch: metaconfig
61417            ! U/modified/stdchar.U
61418 ____________________________________________________________________________
61419 [  7954] By: jhi                                   on 2000/12/02  17:54:32
61420         Log: An inconvenient hang would happen if the stdio _ptr wasn't
61421              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
61422              would be grepping stdin for all eternity for the _ptr.)
61423      Branch: perl
61424            ! Configure
61425 ____________________________________________________________________________
61426 [  7953] By: jhi                                   on 2000/12/02  00:07:15
61427         Log: Update Changes.
61428      Branch: perl
61429            ! Changes patchlevel.h
61430 ____________________________________________________________________________
61431 [  7952] By: jhi                                   on 2000/12/01  23:54:47
61432         Log: Subject: Re: long shell lines
61433              From: Andy Dougherty <doughera@lafayette.edu>
61434              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
61435              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
61436              
61437              Split overly long shell command lines.
61438      Branch: perl
61439            ! lib/ExtUtils/MM_Unix.pm
61440 ____________________________________________________________________________
61441 [  7951] By: jhi                                   on 2000/12/01  23:48:02
61442         Log: The metaconfig unit change for #7950.
61443      Branch: metaconfig
61444            + U/modified/stdchar.U
61445 ____________________________________________________________________________
61446 [  7950] By: jhi                                   on 2000/12/01  23:47:39
61447         Log: Try to find stdchar also from <stdio_impl.h>.
61448      Branch: perl
61449            ! Configure config_h.SH
61450 ____________________________________________________________________________
61451 [  7949] By: jhi                                   on 2000/12/01  23:46:45
61452         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
61453              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
61454              Date: Fri, 1 Dec 2000 16:26:08 -0500
61455              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
61456              
61457              Reword the diagnostic message.
61458      Branch: perl
61459            ! pod/perldiag.pod
61460 ____________________________________________________________________________
61461 [  7948] By: nick                                  on 2000/12/01  22:49:43
61462         Log: Integrate mainline (for s/y/m as sub names stuff).
61463      Branch: perlio
61464           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
61465           !> t/pragma/warn/toke toke.c
61466 ____________________________________________________________________________
61467 [  7947] By: jhi                                   on 2000/12/01  20:55:41
61468         Log: Integrate perlio.
61469      Branch: perl
61470           !> perlio.c perliol.h t/io/pipe.t
61471 ____________________________________________________________________________
61472 [  7946] By: jhi                                   on 2000/12/01  20:36:51
61473         Log: Upgrade to CPAN 1.59_51, from Andreas König.
61474      Branch: perl
61475            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61476 ____________________________________________________________________________
61477 [  7945] By: nick                                  on 2000/12/01  20:31:32
61478         Log: Integrate mainline
61479      Branch: perlio
61480           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
61481           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
61482           +> t/lib/net-hostent.t
61483           !> (integrate 35 files)
61484 ____________________________________________________________________________
61485 [  7944] By: jhi                                   on 2000/12/01  20:23:29
61486         Log: Some help for 20001130.011.  Now one gets warnings like
61487              "Ambiguous -f() resolved as a file test ..."
61488      Branch: perl
61489            ! pod/perldiag.pod t/pragma/warn/toke toke.c
61490 ____________________________________________________________________________
61491 [  7943] By: jhi                                   on 2000/12/01  19:44:44
61492         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
61493              that also breaks using them as methods. 
61494      Branch: perl
61495            ! pod/perldiag.pod t/op/misc.t toke.c
61496 ____________________________________________________________________________
61497 [  7942] By: nick                                  on 2000/12/01  17:56:46
61498         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
61499              Make 'unix' pass most tests
61500              - do unread by temporary push of layer ("pending") holding unread chars
61501              - fast_gets is now based on per-handle flag
61502              - relax one of io/pipe.t tests to allow print to fail and close to
61503              succeed so that it passes on unbuffered "unix" layer.
61504              Remaining fail is sporadic and a genuine race condition between
61505              parent/child in fork test.
61506      Branch: perlio
61507            ! perlio.c perliol.h t/io/pipe.t
61508 ____________________________________________________________________________
61509 [  7941] By: jhi                                   on 2000/12/01  15:28:58
61510         Log: (Retracted by #7943.)
61511              
61512              Reserve the short named string operator names.
61513      Branch: perl
61514            ! pod/perldiag.pod t/op/misc.t toke.c
61515 ____________________________________________________________________________
61516 [  7940] By: jhi                                   on 2000/12/01  06:45:53
61517         Log: Get the three different space character classes right under utf8.
61518      Branch: perl
61519            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
61520            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
61521            ! regexec.c t/op/pat.t utf8.c
61522 ____________________________________________________________________________
61523 [  7939] By: jhi                                   on 2000/12/01  03:26:26
61524         Log: Two more tests that make no sense in UTF-8 since the test
61525              data is not in UTF-8.
61526      Branch: perl
61527            ! t/op/regexp.t
61528 ____________________________________________________________________________
61529 [  7938] By: jhi                                   on 2000/12/01  03:20:39
61530         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
61531              should it be required inside regexen?
61532      Branch: perl
61533            ! regcomp.c t/op/regmesg.t
61534 ____________________________________________________________________________
61535 [  7937] By: jhi                                   on 2000/12/01  02:58:53
61536         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
61537              stored and restored, and thusly was trounced by the utf8 swash
61538              routines.
61539      Branch: perl
61540            ! regcomp.c
61541 ____________________________________________________________________________
61542 [  7936] By: jhi                                   on 2000/11/30  20:41:39
61543         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
61544              Why the different platforms behave so differently (core dump vs
61545              no core dump) on this bug is a but of a mystery, but if I had to
61546              guess I would mumble something like 'alignment'.
61547      Branch: perl
61548            ! sv.c
61549 ____________________________________________________________________________
61550 [  7935] By: jhi                                   on 2000/11/30  16:17:02
61551         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
61552              From: Robin Barker <rmb1@cise.npl.co.uk>
61553              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
61554              Date: Thu, 30 Nov 2000 14:27:12 GMT
61555      Branch: perl
61556            ! perlio.c toke.c
61557 ____________________________________________________________________________
61558 [  7934] By: jhi                                   on 2000/11/30  16:04:49
61559         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
61560      Branch: perl
61561            ! t/lib/net-hostent.t
61562 ____________________________________________________________________________
61563 [  7933] By: jhi                                   on 2000/11/30  06:07:26
61564         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
61565              From: Peter Prymmer <pvhp@forte.com>
61566              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
61567              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
61568              
61569              In VMS the localhost may be LOCALHOST.
61570      Branch: perl
61571            ! t/lib/net-hostent.t
61572 ____________________________________________________________________________
61573 [  7932] By: jhi                                   on 2000/11/30  01:11:11
61574         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
61575              From: Peter Prymmer <pvhp@forte.com>
61576              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
61577              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
61578              
61579              plus regen perlapi.pod.
61580      Branch: perl
61581            ! pod/perlapi.pod utf8.c
61582 ____________________________________________________________________________
61583 [  7931] By: jhi                                   on 2000/11/30  01:06:19
61584         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
61585              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61586              Date:     Wed, 29 Nov 2000 17:15:11 EST
61587              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
61588      Branch: perl
61589            ! t/lib/filter-util.pl t/lib/filter-util.t
61590 ____________________________________________________________________________
61591 [  7930] By: jhi                                   on 2000/11/29  18:51:55
61592         Log: Update Changes.
61593      Branch: perl
61594            ! Changes patchlevel.h
61595 ____________________________________________________________________________
61596 [  7929] By: jhi                                   on 2000/11/29  18:50:55
61597         Log: Update the va_copy() metaconfig unit.
61598      Branch: metaconfig/U/perl
61599            ! need_va_copy.U
61600 ____________________________________________________________________________
61601 [  7928] By: jhi                                   on 2000/11/29  17:50:43
61602         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
61603              From: Dominic Dunlop <domo@computer.org>
61604              Date: Tue, 28 Nov 2000 16:41:57 +0100
61605              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
61606              
61607              Patch to catch a core dump in the Configure va_copy test.
61608      Branch: perl
61609            ! Configure config_h.SH
61610 ____________________________________________________________________________
61611 [  7927] By: jhi                                   on 2000/11/29  17:31:59
61612         Log: Retract #7921, the patch shouldn't be needed.
61613      Branch: perl
61614            ! sv.c
61615 ____________________________________________________________________________
61616 [  7926] By: jhi                                   on 2000/11/29  17:01:41
61617         Log: Make the Class::Struct import() wiser.
61618      Branch: perl
61619            ! lib/Class/Struct.pm t/lib/class-struct.t
61620 ____________________________________________________________________________
61621 [  7925] By: jhi                                   on 2000/11/29  16:36:33
61622         Log: All the core library users of Class::Struct seem to be
61623              using "use Class::Struct 'struct';" instead of the bare
61624              "use Class::Struct;", which isn't documented in Class::Struct.
61625              This can't be right.
61626      Branch: perl
61627            ! lib/File/stat.pm
61628 ____________________________________________________________________________
61629 [  7924] By: jhi                                   on 2000/11/29  16:32:15
61630         Log: A test works better if it has the right 1..$n output.
61631      Branch: perl
61632            ! t/lib/class-struct.t
61633 ____________________________________________________________________________
61634 [  7923] By: jhi                                   on 2000/11/29  16:29:11
61635         Log: Forgot to MANIFEST the new Net::hostent test.
61636      Branch: perl
61637            ! MANIFEST
61638 ____________________________________________________________________________
61639 [  7922] By: jhi                                   on 2000/11/29  16:27:49
61640         Log: Integrate perlio.
61641      Branch: perl
61642           !> iperlsys.h perlio.c
61643 ____________________________________________________________________________
61644 [  7921] By: jhi                                   on 2000/11/29  16:27:10
61645         Log: (Retracted by #7927.)
61646              
61647              Subject: [PATCH] Is infinity a number?
61648              From: Simon Cozens <simon@cozens.net>
61649              Date: Wed, 29 Nov 2000 14:48:20 +0000
61650              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
61651      Branch: perl
61652            ! sv.c
61653 ____________________________________________________________________________
61654 [  7920] By: jhi                                   on 2000/11/29  16:23:02
61655         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
61656              From: rspier@pobox.com (Robert Spier)
61657              Date: Wed, 29 Nov 2000 02:17:49 -0500
61658              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
61659              
61660              Add a test for Net::hostent.
61661      Branch: perl
61662            + t/lib/net-hostent.t
61663 ____________________________________________________________________________
61664 [  7919] By: jhi                                   on 2000/11/29  16:21:31
61665         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
61666              add a test for Class::Struct.
61667      Branch: perl
61668            + t/lib/class-struct.t
61669            ! MANIFEST lib/Class/Struct.pm
61670 ____________________________________________________________________________
61671 [  7918] By: jhi                                   on 2000/11/29  15:48:40
61672         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
61673              From: rspier@pobox.com (Robert Spier)
61674              Date: Wed, 29 Nov 2000 02:25:39 -0500
61675              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
61676              
61677              More checking in case someone has broken their services or
61678              protocol databases.
61679      Branch: perl
61680            ! ext/Sys/Syslog/Syslog.pm
61681 ____________________________________________________________________________
61682 [  7917] By: jhi                                   on 2000/11/29  15:46:25
61683         Log: Subject: [PATCH] $^O  win32 -> MSWin32
61684              From: rspier@pobox.com (Robert Spier)
61685              Date: Wed, 29 Nov 2000 02:17:38 -0500
61686              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
61687              
61688              plus similar nits for vms, err, VMS, and UNICOS.
61689      Branch: perl
61690            ! t/lib/syslfs.t t/op/lfs.t
61691 ____________________________________________________________________________
61692 [  7916] By: jhi                                   on 2000/11/29  15:42:51
61693         Log: Subject: [PATCH] Tokeniser debugging
61694              From: Simon Cozens <simon@cozens.net>
61695              Date: Wed, 29 Nov 2000 14:15:45 +0000
61696              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
61697      Branch: perl
61698            ! perl.c perl.h pod/perlrun.pod toke.c
61699 ____________________________________________________________________________
61700 [  7915] By: jhi                                   on 2000/11/29  15:41:36
61701         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
61702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61703              Date: Wed, 29 Nov 2000 02:13:14 -0500
61704              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
61705              
61706              OUT keyword nits.
61707              
61708              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
61709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61710              Date: Wed, 29 Nov 2000 03:09:04 -0500
61711              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
61712              
61713              OUT and IN_OUT documentation.
61714      Branch: perl
61715            ! lib/ExtUtils/xsubpp pod/perlxs.pod
61716 ____________________________________________________________________________
61717 [  7914] By: jhi                                   on 2000/11/29  03:35:01
61718         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
61719              From: John Tobey <jtobey@john-edwin-tobey.org>
61720              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
61721              Message-Id: <m140e1N-000FOoC@feynman.localnet>
61722              
61723              plus a performance speedup noticed by Sarathy.
61724      Branch: perl
61725            ! op.c
61726 ____________________________________________________________________________
61727 [  7913] By: jhi                                   on 2000/11/29  03:16:59
61728         Log: Use "1 while unlink" so that VMS gets clean, too.
61729      Branch: perl
61730            ! t/lib/filter-util.t
61731 ____________________________________________________________________________
61732 [  7912] By: jhi                                   on 2000/11/29  03:09:08
61733         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
61734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
61735              Date: Tue, 28 Nov 2000 03:27:09 -0500
61736              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
61737      Branch: perl
61738            ! lib/ExtUtils/xsubpp
61739 ____________________________________________________________________________
61740 [  7911] By: jhi                                   on 2000/11/29  03:06:30
61741         Log: This should have been part of #7872: no need to scan UTF-8
61742              until eternity.
61743      Branch: perl
61744            ! utf8.c
61745 ____________________________________________________________________________
61746 [  7910] By: jhi                                   on 2000/11/29  02:50:04
61747         Log: One more perltie.pod nit from Casey R. Tweten.
61748      Branch: perl
61749            ! pod/perltie.pod
61750 ____________________________________________________________________________
61751 [  7909] By: jhi                                   on 2000/11/29  02:44:23
61752         Log: Document the known sprintf test failures, exact standard
61753              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
61754      Branch: perl
61755            ! pod/perldelta.pod t/op/sprintf.t
61756 ____________________________________________________________________________
61757 [  7908] By: jhi                                   on 2000/11/29  02:36:23
61758         Log: Add the Encoding table format documentation.
61759      Branch: perl
61760            + ext/Encode/Encode/EncodeFormat.pod
61761            ! MANIFEST
61762 ____________________________________________________________________________
61763 [  7907] By: jhi                                   on 2000/11/29  02:07:24
61764         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
61765              From: "Casey R. Tweten" <crt@kiski.net>
61766              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
61767              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
61768              
61769              Subject: Re: [PATCH] Updating perltie.pod for arrays
61770              From: "Casey R. Tweten" <crt@kiski.net>
61771              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
61772              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
61773      Branch: perl
61774            ! pod/perltie.pod
61775 ____________________________________________________________________________
61776 [  7906] By: nick                                  on 2000/11/28  22:40:59
61777         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
61778      Branch: perlio
61779            ! iperlsys.h perlio.c
61780 ____________________________________________________________________________
61781 [  7905] By: nick                                  on 2000/11/28  22:04:34
61782         Log: Integrate mainline
61783      Branch: perlio
61784           !> (integrate 39 files)
61785 ____________________________________________________________________________
61786 [  7904] By: jhi                                   on 2000/11/28  16:44:43
61787         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
61788              From: Nicholas Clark <nick@babyhippo.co.uk>
61789              Date: Tue, 28 Nov 2000 11:16:57 +0000
61790              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
61791      Branch: perl
61792            ! pod/perlipc.pod
61793 ____________________________________________________________________________
61794 [  7903] By: jhi                                   on 2000/11/28  16:40:31
61795         Log: Subject: [PATCH] Updating perltie.pod for arrays
61796              From: "Casey R. Tweten" <crt@kiski.net>
61797              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
61798              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
61799      Branch: perl
61800            ! pod/perltie.pod
61801 ____________________________________________________________________________
61802 [  7902] By: jhi                                   on 2000/11/28  16:39:37
61803         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
61804              From: Robin Barker <rmb1@cise.npl.co.uk>
61805              Date: Mon, 27 Nov 2000 17:56:44 GMT
61806              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
61807      Branch: perl
61808            ! pod/perlfunc.pod t/op/split.t
61809 ____________________________________________________________________________
61810 [  7901] By: jhi                                   on 2000/11/28  16:28:04
61811         Log: setmode() is a DOSish-only thing.
61812      Branch: perl
61813            ! perlio.c
61814 ____________________________________________________________________________
61815 [  7900] By: jhi                                   on 2000/11/28  16:21:46
61816         Log: Subject: [PATCH] perlcc.PL cleanups
61817              From: Simon Cozens <simon@cozens.net>
61818              Date: Tue, 28 Nov 2000 12:44:35 +0000
61819              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
61820      Branch: perl
61821            ! utils/perlcc.PL
61822 ____________________________________________________________________________
61823 [  7899] By: gsar                                  on 2000/11/28  06:32:55
61824         Log: reintegrate files missed by change#7895
61825      Branch: maint-5.6/perl
61826           +> ext/ByteLoader/bytecode.h utils/Makefile
61827            - utils/perlbc.PL
61828 ____________________________________________________________________________
61829 [  7897] By: gsar                                  on 2000/11/27  18:22:47
61830         Log: can't integrate these two files, for some reason
61831      Branch: maint-5.6/perl
61832            - ext/ByteLoader/bytecode.h utils/Makefile
61833 ____________________________________________________________________________
61834 [  7895] By: gsar                                  on 2000/11/27  18:11:21
61835         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
61836              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
61837              6757..6890,6892..6901 from mainline
61838              
61839              Bytecompiler patches from Benjamin Stuhl.
61840              
61841              More bytecompiler.
61842              
61843              Subject: [PATCH blead] B:: missing dependency
61844              
61845              Subject: [PATCH: 6757] configure.com updates and syslog build
61846              
61847              Long double Gconvert fixes from Yitzchak Scott-Thoennes
61848              and Spider Boardman.
61849              
61850              Subject: [PATCH blead] nextchar() abuse misses an optimisation
61851              
61852              Long double fixes from Spider Boardman.
61853              
61854              Make the selection of NVff et al stricter.
61855              
61856              cSVOPo_*v things index into the current PL_curpad
61857              under ithreads, which is different from the curpad
61858              used by the XSUB.  (In other words, the code as-is
61859              before this patch wouldn't work under ithreads.)
61860              
61861              Be portable.
61862              
61863              VMS MMS (make) wants null action.
61864              
61865              Mac and other portability updates from Chris Nandor.
61866              
61867              Storable support, v-version fixes.
61868              Subject: CPAN.pm beta for testing available
61869              
61870              Portability fix from Hugo van der Sanden.
61871              
61872              Bad makefile.
61873              
61874              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
61875              
61876              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
61877              
61878              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
61879              
61880              Replace #6705 with a minimal doc patch.
61881              Subject: [PATCH 5.6.0] replace change #6705
61882              
61883              Drop the separate perlbc, perlcc -b should be enough.
61884              
61885              installperl couldn't tell whether it had run tests or not.
61886              Subject: [PATCH] Re: installperl and t/TEST
61887              
61888              Add silencer flags to installperl.
61889              Subject: [PATCH] Making installperl silent.
61890              
61891              Make "make install" by default silent.  A new "install-verbose"
61892              target is verbose.
61893              
61894              More liberal parsing of version numbers.
61895              Subject: Re: CPAN.pm beta for testing available
61896              
61897              Create directories in silence.
61898              Subject: [PATCH] Another silencer for MakeMaker
61899              
61900              DOS patches and portability/porting notes, from Tim Jenness.
61901              
61902              Make installman to recognize the silence flag -S.
61903              
61904              Actually do something with the silencer option.
61905              
61906              Continue silencing.
61907              
61908              Show the doc file, not the temp file.
61909              
61910              Regen perltoc.
61911              
61912              Subject: [PATCH] More silencing of installman.
61913              
61914              Better wording for the vec lvalue diagnostic.
61915              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
61916              
61917              Subject: [PATCH: 6805] several more tweaks to configure.com
61918              
61919              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
61920              
61921              Missing parts of 
61922              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
61923              
61924              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
61925              (applied slightly modified)
61926              
61927              installperl --verbose and --silent.
61928              Subject: Re: [PATCH] More silencing of installman.
61929              
61930              Add install-silent target.
61931              
61932              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
61933              the problem reported in
61934              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
61935              
61936              Tweak the sfio/useperlio logic, hopefully as wished in
61937              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
61938              
61939              One forgotten file from #6816.
61940              
61941              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
61942              
61943              Remove duplicately applied patch shards.
61944              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
61945              
61946              Support preserving extremely big/small angles.
61947              
61948              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
61949              
61950              Subject: [PATCH] installation not quite silent yet.
61951              
61952              Update the test count.
61953              
61954              Use UVxf, PTR2UV, NVff.
61955              
61956              Document PTR2XX and INT2PTR.
61957              
61958              no-install target a la make -n.
61959              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
61960              
61961              grep -e isn't portable.
61962              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
61963              
61964              Can't get the test to reliably work thanks to the
61965              inaccurateness of floating point.  "Resolves" bug ids
61966              20000826.003, 20000826.009, 20000826.010,
61967              
61968              Subject: installman buglet
61969              
61970              DJGPP update from Laszlo Molnar.
61971              
61972              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
61973              
61974              Passing -R in ldflags makes now it to appear in the default
61975              for lddlflags, just like with -L.
61976              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
61977              
61978              Test nit.
61979              
61980              Use the actual thread type, not the pointer-to-struct.
61981              
61982              Provice virtual $Config{ccflags_nolargefiles} etc. 
61983              
61984              display_format used as a class method without arguments was broken,
61985              reported in
61986              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
61987              
61988              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
61989              
61990              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
61991              
61992              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
61993              
61994              opmini.o may be left around if a build is interrupted.
61995              
61996              Typo in #6858.
61997              
61998              Fix for ID 20000828.001, long doubles were not formatted
61999              correctly (showed up in $], which stopped installing perl).
62000              
62001              An attempt to fix the problem reported in
62002              Subject: Building perl@6856 using gcc/AIX 4.3.3 
62003              I can't test this properly since the gcc installation I have
62004              access to seems to be botched (gcc is calling the AIX cpp,
62005              a losing proposition...)
62006              
62007              Add -ld to archname on long tr...double platforms.
62008              
62009              Subject: hv.h Doc Patch
62010              
62011              Potential cruft.
62012              
62013              Subject: [PATCH bleedperl@6856] warnings fixes
62014              
62015              -S is the silent flag, -s is the strip flag.
62016              Subject: [PATCH] Re: [PATCH] make no-install          
62017              
62018              Take out the SUIDMAIL thing, that will not be
62019              a problem in 5.7.*.
62020              
62021              Subject: [PATCH bleedperl@6866] spellings
62022              
62023              Subject: [PATCH] Re: files not cleaned even by veryclean
62024              
62025              Use minimal @INC in tests, most of the time just '../lib',
62026              so that we simply can't pick up stuff from other Perls than
62027              the one we are testing.  Pointed out by
62028              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
62029              
62030              Update to Getopt::Long 2.24, from Johan Vromans.
62031              
62032              Fix for thinko in #6848.
62033              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
62034              
62035              Patches all over for people and the files they (hopefully) care about.
62036              
62037              Subject: Net::protoent does not export 'getproto'
62038              
62039              Missed a change in #6869.
62040              
62041              Subject: [PATCH] Warnings in B::Deparse
62042              
62043              Subject: [PATCH] Glob dumping
62044              
62045              Disable one of the tests for now.
62046              
62047              Disabling the one test is a bit tricky.
62048              
62049              Don't forget to tidy up.
62050              
62051              The #6881 removed one dump line.
62052              
62053              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
62054              
62055              Under usethreads the dumped variable is IN_PAD.
62056              Subject: Re: [PATCH] Glob dumping
62057              
62058              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
62059              
62060              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
62061              
62062              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
62063              
62064              Regen Configure for #6894.
62065              
62066              Subject: [PATCH: 6889] updates to perlebcdic.pod
62067              
62068              Undo namespace pollution of #6878.
62069              Subject: Re: Net::protoent does not export 'getproto'
62070              
62071              Admit that we are leaking scalars.
62072              
62073              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
62074      Branch: maint-5.6/perl
62075           !> (integrate 271 files)
62076 ____________________________________________________________________________
62077 [  7894] By: gsar                                  on 2000/11/27  16:00:34
62078         Log: a couple of nits
62079      Branch: maint-5.6/perl
62080            ! MANIFEST pp_sys.c
62081 ____________________________________________________________________________
62082 [  7893] By: gsar                                  on 2000/11/27  15:10:56
62083         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
62084              6740..6745,6747..6757,6760
62085              
62086              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
62087              
62088              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
62089              
62090              Doc nits spotted by Richard Soderberg.
62091              
62092              move WNOHANG definition to where other such things are
62093              
62094              Make $Config{byteorder} more magical so that it is
62095              dynamically computed: nice for 'fat binaries'.
62096              Subject: [PATCH]: default byteorder
62097              
62098              Subject: [PATCH] Cwd.pm now uses strict
62099              
62100              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
62101              
62102              Get -DLEAKTEST to compile (not necessarily to work, mind)
62103              Subject: [ID 20000724.006] -DLEAKTEST problem
62104              
62105              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
62106              
62107              Add perlebcdic from Peter Prymmer, regen toc.
62108              
62109              Don't propose using modules built for 5.005 if no binary
62110              compatibility with 5.005 is attempted.
62111              
62112              Do not use prototyping here.
62113              Subject: [ID 20000817.016] [PATCH] Peek.xs
62114              
62115              Document what the backtick returns if the command fails.
62116              
62117              Add byteorder to the myconfig output.
62118              
62119              Introduce NVef, NVff, and NVgf, use the middle one.
62120              (helps for lib/peek + Linux + long doubles)  Reported in
62121              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
62122              Use NVs in POSIX math, not doubles.
62123              Subject: [ID 20000817.014] POSIX & modfl
62124              
62125              Subject: [PATCH 5.6.0+] newSVrv() memory leak
62126              
62127              The byteorder code in #6671 was wrong.
62128              
62129              Fix the lib/complex failure of
62130              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
62131              Linux long double accuracy issue: something that
62132              when printed with %g looks like "2" but int() of it is 1.
62133              
62134              Propagate new Configure vars.
62135              
62136              Unbuffer the output.
62137              
62138              Subject: [PATCH] perltrap.pod spring cleaning
62139              
62140              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
62141              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
62142              
62143              Tiny Getopt::Long patch from Johan Vromans.
62144              
62145              Document code point which makes if (defined %stash::) to work
62146              (noted by Spider Boardman).
62147              
62148              Subject: [PATCH perl@6698] cygwin port
62149              
62150              Document the NDBM_File and ODBM_File as SDBM_File
62151              was documented in #6417.
62152              
62153              The new tests were missing from #6415.
62154              
62155              Add [[:blank:]] as suggested in
62156              Subject: [ID 20000716.024] [=cc=] / [:blank:]
62157              (the [=cc=] has already been taken care of by #6439
62158              so the whole bug report can be closed)
62159              and make [[:space:]] to be equivalent to isspace(3)
62160              (as opposed to \s, which is isSPACE()).  The difference
62161              is that now [[:space:]] matches the mythical vertical tab,
62162              while \s doesn't.
62163              
62164              Don't eat leading os from index entries.
62165              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
62166              
62167              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
62168              
62169              Typo in pp_complement().
62170              Subject: [PATCH perl-current] Deparse
62171              
62172              Add warnif(), check warnings further up the stack,
62173              all the warnings functions now can take an optional object reference.
62174              Subject: [PATCH bleedperl@6691] warnings pragma update
62175              
62176              Fix a core dump in lib/selfloader under -DDEBUGGING.
62177              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
62178              
62179              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
62180              
62181              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
62182              
62183              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
62184              Put back the long double avoidance code to POSIX.xs
62185              because VMS seems to need it still.
62186              
62187              Introduce a 'veryclean' target that is like 'distclean'
62188              but also removes *~ and *.orig.
62189              
62190              Subject: [ID 20000817.023] endianness description in perlfunc.pod
62191              
62192              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
62193              
62194              Let's try #6717 again.
62195              
62196              UTF8 concat fixes.
62197              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
62198              
62199              pp_open() could pass an uninitialized filename down to do_open9().
62200              
62201              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
62202              
62203              Update to CGI 2.72, from Lincoln Stein.
62204              
62205              Subject: [PATCH] Silence MakeMaker (Was: installman)
62206              
62207              Use temporary directory instead of current directory.
62208              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
62209              
62210              Document odd vs even subreleases and -Dusedevel.
62211              
62212              The veryclean target needs to clobber.
62213              
62214              Use File::Spec->tmpdir().
62215              
62216              Document the number of exponent digits.
62217              
62218              Mention perlebcdic and perlposix-bc.
62219              
62220              s/this one/the 5.6.0 release/
62221              
62222              The #6724 is here.
62223              
62224              The correct cleaning order is an art.
62225              
62226              small tweaks for change#6705: avoid C++ style comments in C code;
62227              use Perl's malloc API rather than the low level system one
62228              
62229              Array context keeps slithering in.
62230              
62231              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
62232              
62233              Subject: [PATCH] os2.c fix for use64bitint
62234              
62235              Update to Pod::LaTeX 0.53.
62236              Subject: [PATCH] lib/Pod/LaTeX.pm updates
62237              
62238              Document the endianness of Alpha more precisely.
62239              
62240              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
62241              
62242              Rename the macro argument because some preprocessors
62243              can't tell the difference and expand arguments also inside
62244              double quoted strings.
62245              
62246              free TLS slot properly on Windows
62247              
62248              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
62249              
62250              Unicos/mk requires elaborate paranoia.
62251              
62252              Tweak the floating point output routine preferences.
62253              
62254              Also under djgpp the timestamps are funky.
62255              
62256              Apply some PodParser 1.18 patches; the Pod/Find.pm
62257              patches cannot be applied since #6712 conflicts.
62258              
62259              Use PodParser 1.18 new test.
62260              
62261              A pod nit.
62262              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
62263              
62264              Be verydeepclean.
62265      Branch: maint-5.6/perl
62266           +> pod/perlebcdic.pod
62267           !> (integrate 106 files)
62268 ____________________________________________________________________________
62269 [  7892] By: jhi                                   on 2000/11/27  15:02:32
62270         Log: Update Changes.
62271      Branch: perl
62272            ! Changes patchlevel.h
62273 ____________________________________________________________________________
62274 [  7891] By: jhi                                   on 2000/11/27  14:57:23
62275         Log: Subject: Re: perlfaq style changes
62276              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62277              Date: Sat, 25 Nov 2000 23:32:26 -0800
62278              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
62279              
62280              plus a note from Ronald Kimball.
62281      Branch: perl
62282            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
62283 ____________________________________________________________________________
62284 [  7890] By: jhi                                   on 2000/11/27  14:53:14
62285         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
62286              From: Benjamin Holzman <bah@ecnvantage.com>
62287              Date: Sun, 26 Nov 2000 16:27:33 -0500
62288              Message-ID: <20001126162733.J25040@ecnvantage.com>
62289      Branch: perl
62290            ! gv.c
62291 ____________________________________________________________________________
62292 [  7889] By: jhi                                   on 2000/11/27  14:43:11
62293         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
62294              From: lvirden@cas.org
62295              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
62296              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
62297      Branch: perl
62298            ! README.amiga
62299 ____________________________________________________________________________
62300 [  7888] By: jhi                                   on 2000/11/27  14:32:34
62301         Log: Restore also the locale test to no-sprintf-taint state.
62302              Fixes the bug 20001127.003.
62303      Branch: perl
62304            ! sv.c t/pragma/locale.t
62305 ____________________________________________________________________________
62306 [  7887] By: gsar                                  on 2000/11/27  14:13:05
62307         Log: integrate changes#6613..6616,6620..6665 from mainline
62308              
62309              VMS configure.com update continues.
62310              
62311              Subject: Test fails / warnings with perl-current #6612
62312              
62313              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
62314              
62315              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
62316              
62317              For now remove the mail code.
62318              
62319              Subject: Re: [PATCH] @+, @- readonly
62320              
62321              Subject: warning: storage class after type is obsolescent
62322              
62323              Subject: sfio2000
62324              
62325              Subject: Re: File::Temp problems on VMS in bleedperl
62326              
62327              README.os2 update.
62328              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
62329              
62330              Make the user to give up his firstborn, err, to knowingly
62331              verify installing an unstable developer release.  Also bump
62332              the release to 5.7.0, but leave a patch tag in the local
62333              patches saying that this is not yet the real thing.
62334              
62335              Update (kinda) to Test 1.14, from Joshua Pritikin.
62336              
62337              make ok etc also for win32.
62338              
62339              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
62340              
62341              Don't blow limited stacks, a lower number is enough to
62342              tickle the lookbehind limit.
62343              
62344              Use -Dusedevel; regen Configure and the respective Porting stuff.
62345              
62346              Subject: [PATCH] debugger exit code should reflect user exit code
62347              
62348              Subject: [PATCH perl@6620] cygwin port
62349              
62350              Missed a file from #6638.
62351              
62352              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)
62353              
62354              magic callbacks all need to have same type signature
62355              
62356              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
62357              
62358              Fix a dependency problem.
62359              Subject: [PATCH: 6640] VMS Makefile.SH update
62360              
62361              The numeric locale was reset to "C" by s?printf and never restored.
62362              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
62363              No test since adding the failing example to locale.t
62364              does not fail -- probably because the locale settings are so
62365              thoroughly tweaked by that time.  Running the example standalone
62366              does fail, though.  UPDATE: test case added at change #7540.
62367              
62368              Subject: [ID 20000324.040] minor fix to perlhpux.pod
62369              
62370              Update to CPAN 1.57.
62371              
62372              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
62373              
62374              Change the perlbug address to perl.org since it's more forgiving.
62375              
62376              Change the regx compilation error markers to use = instead of <
62377              since pod makes using the latter quite messy.  Reported in
62378              ID 20000814.006 by Abigail and in
62379              Subject: Unknown escape E<> ?
62380              
62381              Update to perldebtut 1.9, from Richard Foley.
62382              
62383              check that the number pseudo children doesn't exceed
62384              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
62385              the WaitForMultipleObjects() limit that would cause wait()
62386              to crash)
62387              wait() and waitpid() could potentially be rewritten to use
62388              more than one thread to do the waiting to eliminate this
62389              limitation
62390              
62391              change#6328 could make close(SOCKET) return false on windows
62392              when it shouldn't
62393              
62394              pod nit seen in passing
62395              
62396              on windows, the return values from wait() and waitpid() don't
62397              match those of pseudo-pids
62398              
62399              waitpid() now handles externally spawned pids correctly;
62400              fixes for backtick/wait/waitpid failures on Windows 9x
62401              these changes make the pid returned by process functions on
62402              Windows 9x always positive by clearing the high bit (which
62403              is always set on Win9x); pseudo-process PIDs are likewise
62404              always negative now on Win9x (just as on NT/2000)
62405              
62406              trailing new %ENV entries weren't being pushed into the real
62407              environment of subprocesses on Windows
62408              
62409              Tweak the regex compilation errors once more.
62410              
62411              avoid warnings from dense compiler
62412              
62413              add "ok" targets from change#6632 in makefile.mk
62414      Branch: maint-5.6/perl
62415            - lib/Pod/PlainText.pm vms/configure.com
62416           !> (integrate 66 files)
62417 ____________________________________________________________________________
62418 [  7886] By: jhi                                   on 2000/11/27  13:54:18
62419         Log: __FUNCTION__ isn't portable and trying to emulate it leads
62420              into practically spelling out the name of the function.
62421              Takes care of the bug 20001127.001.
62422      Branch: perl
62423            ! perlio.c
62424 ____________________________________________________________________________
62425 [  7885] By: gsar                                  on 2000/11/27  13:53:18
62426         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
62427              6610..6611 from mainline
62428              
62429              Make regular expression parse error messages easier to understand.
62430              Subject: Re: enhanced(?) regex error messages
62431              
62432              Tiny tidying on report_evil_fh().
62433              
62434              Subject: Re: enhanced(?) regex error messages 
62435              plus Capitalize the error messages, plus perldiag them.
62436              
62437              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
62438              
62439              Document here-doc better.
62440              
62441              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
62442              
62443              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
62444              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
62445              (either perlbug or p5p ate the original), plus regen
62446              perlapi and perltoc. 
62447              
62448              Regen global.sym.
62449              
62450              Double check that we have a dirhandle.
62451              
62452              Subject: Re: enhanced(?) regex error messages
62453              (plus two small patches sent privately)
62454              (this still seems to leave few test failures)
62455              
62456              warn is a macro, avoid using at a variable to avoid warnings
62457              in some configurations; readdir.t is too conservative in
62458              estimating number of *.t's
62459              
62460              Get back into sync with Jeffrey on the enhanced regex warnings.
62461              
62462              Subject: [PATCH 5.6.0] cygwin port
62463              
62464              Zero entries were skipped, fix from Adrian Goalby
62465              <argoalby@yahoo.co.uk>
62466              
62467              Subject: Remove dead entry in perldiag
62468              
62469              Amend the description of Perl6.
62470              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
62471              
62472              detypo
62473              
62474              It's the 2ndO'ROSSC.
62475              
62476              Revert the sv.c part of #6559, a better fix is needed.
62477              
62478              Iterating perl6 description.
62479              
62480              Update to Term::ANSIColor 1.03, from Russ Allbery.
62481              
62482              Update to Getopt::Long 2.23_05, from Johan Vromans.
62483              
62484              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
62485              
62486              Update to Pod::Parser 1.17, from Brad Appleton.
62487              
62488              Update to CPAN 1.56, from Andreas König.
62489              
62490              Update to CGI 2.70, from Lincoln Stein.
62491              
62492              Put back the std @INC thing.
62493              
62494              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
62495              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
62496              
62497              Document the IO::Select timeout.
62498              
62499              sleep(1) does not necessarily return 1.
62500              Subject: [PATCH bleadperl] op/lex_assign.t  
62501              
62502              Subject: debugger "d" command doesnt check line number
62503              
62504              B::Deparse didn't do sub attributes.
62505              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
62506              
62507              Preprocessing and postprocessing for File::Find.
62508              Subject: Patch to Find::File.pm to allow alphabetical results
62509              
62510              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
62511              
62512              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
62513              
62514              Subject: Re: [ID 20000730.003] utf8::length() bad
62515              
62516              Subject: Getting perlio and threads to compile
62517              (the Solaris version changes in Configure skipped)
62518              
62519              Tests for #6589.
62520              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
62521              
62522              Add Perl debugging tutorial, regen toc. 
62523              Subject: perldebtut.pod
62524              
62525              Add a few missing files, update MANIFEST.
62526              
62527              Rewrite of vms/subconfigure.com as configure.com,
62528              from Peter Prymmer and the vmsperl crew.
62529              
62530              Should have deleted this in #6603.
62531              
62532              Fix the test for 5005threads.
62533              
62534              Fix-n-skip the tests under 5005threads.
62535              
62536              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
62537              
62538              Upgrade to CGI 2.71, from Lincoln Stein.
62539      Branch: maint-5.6/perl
62540           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
62541           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
62542           +> t/op/regmesg.t t/pod/find.t vms/configure.com
62543            - vms/subconfigure.com
62544            ! lib/lib.pm
62545           !> (integrate 115 files)
62546 ____________________________________________________________________________
62547 [  7884] By: jhi                                   on 2000/11/27  13:44:33
62548         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
62549              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62550              Date:     Mon, 27 Nov 2000 08:23:54 EST
62551              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
62552      Branch: perl
62553            ! vms/descrip_mms.template vms/test.com
62554 ____________________________________________________________________________
62555 [  7883] By: gsar                                  on 2000/11/27  11:50:46
62556         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
62557              6511..6513,6515..6523,6525..6536
62558              
62559              The swallow_bom() saga continues.  The #23 of require.t
62560              (UTF16-LE) still fails (silently, no output) but the #22
62561              (UTF16-BE) seems to be working now.  The root of the
62562              failure may be in sv_gets(): is it UTF-16LE-aware,
62563              especially when it comes to line endings? 
62564              
62565              Document the problem with -P in HP-UX and its workaround.
62566              
62567              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
62568              (aka ID 20000730.002)
62569              
62570              Subject: fix and question re: waitpid() under win32
62571              
62572              Make the safety catch for buggy gccs work with triple version
62573              numbers like 2.95.2.  Reported in
62574              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
62575              
62576              In Digital UNIX warn if gcc explicitly chosen because even
62577              2.95.2 is known to cause problems.
62578              
62579              Make chr() for values >127 to create utf8 when under utf8.
62580              
62581              various syntax errors and such (not fixed: comp/require.t#22 coredump
62582              on Windows)
62583              
62584              Stash away the largefiles flags and libswanted.
62585              
62586              BOM patching from Simon Cozens.
62587              
62588              If gccosandvers is equal to osname, clear gccosandvers.
62589              
62590              Make p4desc to skip non-mainperl branches by default.
62591              
62592              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
62593              
62594              The test from this
62595              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
62596              
62597              In new BSDs changes to argv[] do not show up in ps(1) output,
62598              instead one must use setproctitle().  This was already addressed
62599              by change #6457, but the below has a new variant for FreeBSD 4.0
62600              or later, and the matter is also documented more.
62601              
62602              FreeBSD 3.* updates from
62603              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
62604              
62605              regen_headers, regen perltoc.
62606              
62607              Document in one place the memory abstractions used in Perl core.
62608              
62609              memcpy has n o in it, as pinted ut by Sarathy.
62610              
62611              Remove the extraneous "main::" prefix from all the
62612              "opened only for", "on closed", and "never opened" warnings.
62613              
62614              The name of a filehandle does not have <these>.
62615              
62616              The tr utf8 patching continues.
62617              
62618              The new setproctitle() feature is available only in 
62619              bleeding edge FreeBSD.  From Paul Saab.
62620              
62621              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
62622              
62623              Dump UVs as UVs in Data::Dumper.
62624              
62625              detypo #6494
62626              
62627              Document the IVdf UVuf UVof UVxf.
62628              
62629              require.t needs binmode() to work on windows
62630              
62631              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
62632              that are hopefully soon put into use.
62633              
62634              Allow "no Module;" even if there is no 'unimport'.
62635              
62636              Better skip message for the test; one of the two problems in
62637              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
62638              
62639              The subtest 4 may fail also on VOBS, as pointed out
62640              by Nick Ing-Simmons in November 1999, bug id 19991124.003
62641              (but the failure in that bug report isn't the subtest 4).
62642              
62643              Be more informative on what is skipped and why,
62644              also repeat the list at the end.
62645              
62646              Add a URL for FSF.
62647              
62648              Subject: [PATCH] sv.h documentation - SvLEN
62649              
62650              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
62651              
62652              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
62653              
62654              Subject: [PATCH] bad cppsymbols on os2 + Configure question
62655              
62656              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
62657              
62658              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
62659              mention the idea of @( and @)
62660              
62661              This is 6512.  Really.
62662              
62663              Subject: [ID 19990721.004] Documentation bug in perlfunc
62664              
62665              Subject: Minor tweak to perlvar.pod
62666              
62667              In the warnings call filehandles consistently so;
62668              add "unopened" warning for stat().
62669              
62670              After the #6519 a warning about stat() is just that,
62671              not about a filetest, which now have their own warning.
62672              
62673              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
62674              
62675              Subject: Re: Array vs. List context
62676              
62677              Subject: New perlcc, take 2
62678              
62679              Weed buglets pointed out by
62680              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
62681              
62682              gcc versions might have (parentheses) in them.
62683              
62684              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
62685              
62686              Essential prototype changes were missing from #6527.
62687              Also make report_evil_fh() more bomb-proof.
62688              
62689              Zap lib/Sys directory when cleaning up.
62690              
62691              Change the Policy policy: now -Dprefix= with an existing
62692              Policy.sh and prefix == siteprefix == vendorprefix, then all
62693              of them follow along the new prefix.
62694              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
62695              
62696              Continue fixing the io warnings.  This also
62697              sort of fixes bug ID 20000802.003: the core dump
62698              is no more.  Whether the current behaviour is correct
62699              (giving a warning: "Not a format reference"), is another matter.
62700              
62701              Have symbols for the IoTYPEs.
62702              
62703              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
62704              
62705              Document a bit that UDP is not what you might think.
62706              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
62707              tr memory corruption fix from Simon Cozens.
62708              
62709              Plug the security hole described in the Aug 05 2000 bugtraq message
62710              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
62711              The security hole exists only in suidperls, which isn't
62712              installed or even built by default.
62713      Branch: maint-5.6/perl
62714           !> (integrate 71 files)
62715 ____________________________________________________________________________
62716 [  7882] By: gsar                                  on 2000/11/27  10:25:36
62717         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
62718              from mainline
62719              
62720              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
62721              to be fatal errors (instead of by default ignoring them, and
62722              ignoring with a bug: even though -w gave an error, the opening [
62723              was left in)  Reported in:
62724              
62725              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
62726              
62727              Subject: [PATCH] split /^/
62728              
62729              MacOS nits from Matthias Neeracher.
62730              
62731              More split() doc and test patches from Mike Guy.
62732              
62733              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
62734              from Graham Barr in the module list.
62735              
62736              docfix from Peter Scott <Peter@PSDT.com>.
62737              
62738              File::Temp patches for VMS and OS/2 from Tim Jenness.
62739              
62740              open() wariness in perlbug.
62741              
62742              Subject: [PATCH] minor doc change - perlguts
62743              
62744              Subject: Minor doc patch: handy.h
62745              
62746              Be wary of close()s, too.
62747              
62748              Further File::Temp patches from Yitzchak Scott-Thoennes
62749              and Craig A. Berry.
62750              
62751              Subject: [PATCH] fixes bug 20000508.004
62752              
62753              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
62754              
62755              Allow "no AutoLoader;", based on change #6444,
62756              suggested by Graham Barr.
62757              
62758              Use setproctitle() if available to modify $0.
62759              
62760              Warn if the version of the operating system used to compile gcc
62761              differs from the current version of the operating system.
62762              Also display the gcc compilation os and version in myconfig.
62763              Inspiration from
62764              
62765              Tiny fixes for #6460.
62766              
62767              The problem described in this
62768              Subject: [ID 20000322.018] named chars aren't magical enough
62769              has been fixed in perl 5.6.0 but just in case added a test
62770              to keep it away.  (The report from Joseph Hall.)
62771              
62772              Tune the comments and hopefully stop a memory leak.
62773              
62774              Subject: UTF8 concat
62775              (with a memory leak fixed, plus a few casts added)
62776              This also seems to help for
62777              Subject: [ID 20000716.015] join UTF8 weirdness
62778              
62779              Do not upgrade SVs into utf8 just because they participate
62780              in eq or cmp.  Reported and fix suggested in
62781              Subject: [ID 20000720.009] sv_eq UTF8 bug
62782              
62783              Fix the HALF_UPGRADE() macro introduced in #6263.
62784              
62785              Find green threads before native threads.
62786              Subject: Re: Patch to jpl/JNI/Makefile.PL
62787      Branch: maint-5.6/perl
62788           !> (integrate 30 files)
62789 ____________________________________________________________________________
62790 [  7881] By: jhi                                   on 2000/11/27  05:48:41
62791         Log: It seems that *both* the unused submatch loop cleanup
62792              codes are needed.
62793      Branch: perl
62794            ! regexec.c
62795 ____________________________________________________________________________
62796 [  7880] By: jhi                                   on 2000/11/27  04:50:07
62797         Log: Clean .exists deeper.
62798      Branch: perl
62799            ! Makefile.SH
62800 ____________________________________________________________________________
62801 [  7879] By: jhi                                   on 2000/11/27  02:31:35
62802         Log: The code in regcppop() (see #7878) contains the correct lower
62803              limit for the unused submatch 'cleanup' loop so that under
62804              "use utf8" the following code wouldn't dump core:
62805              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
62806              the cleanup loop in regtry() stomped beyond allocated area
62807              in the startp[] array.  Therefore, copied the correct lower
62808              loop limit (*PL_reglastparen) to regtry().  Note: something
62809              may still not be quite right: why was the _higher_ loop limit
62810              (prog->nparens) different in the utf8 case?
62811              
62812              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
62813              without core dumps, there were about 17 of them before
62814              the patch (with us since Perl 5.7.0).  Two failures, still:
62815              496 and 505 (though these may not be severe).
62816              
62817              Patch #7881 is also needed since both the cleanup loops
62818              seem to be needed.
62819              
62820              Also, the t/op/pat#44 seems to core dump under utf8.
62821              Plus a couple of failures.  UGH-8.
62822      Branch: perl
62823            ! regexec.c
62824 ____________________________________________________________________________
62825 [  7878] By: jhi                                   on 2000/11/27  02:21:17
62826         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
62827              the code in regcppop() seems to be redundant for the test suite --
62828              but it contains a germ of truth, and it needed for the build
62829              process itself: see #7879 and #7881.
62830      Branch: perl
62831            ! regexec.c
62832 ____________________________________________________________________________
62833 [  7877] By: jhi                                   on 2000/11/27  01:53:09
62834         Log: Comment on comment.
62835      Branch: perl
62836            ! regexec.c
62837 ____________________________________________________________________________
62838 [  7876] By: jhi                                   on 2000/11/27  00:49:59
62839         Log: Adjust the docs to agree with #7875.
62840      Branch: perl
62841            ! pod/perllocale.pod
62842 ____________________________________________________________________________
62843 [  7875] By: jhi                                   on 2000/11/27  00:49:27
62844         Log: Retract #7863.  It makes more sense not to taint formatted output,
62845              not even by sprintf().
62846      Branch: perl
62847            ! sv.c
62848 ____________________________________________________________________________
62849 [  7874] By: jhi                                   on 2000/11/26  23:36:02
62850         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
62851              Not really fixed (should really dump the UTF-8 charclass),
62852              but stopped displaying the garbage.
62853              
62854              Also add a note on the (missing) Unicode PSXSPC and BLANK.
62855      Branch: perl
62856            ! regcomp.c
62857 ____________________________________________________________________________
62858 [  7873] By: jhi                                   on 2000/11/26  21:31:13
62859         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
62860      Branch: perl
62861            ! regexec.c
62862 ____________________________________________________________________________
62863 [  7872] By: jhi                                   on 2000/11/26  21:06:04
62864         Log: No need to scan till infinity, 13 is enough.
62865      Branch: perl
62866            ! handy.h utf8.c
62867 ____________________________________________________________________________
62868 [  7871] By: jhi                                   on 2000/11/26  20:20:32
62869         Log: Test line numbers are different with utf8.
62870      Branch: perl
62871            ! t/op/re_tests
62872 ____________________________________________________________________________
62873 [  7870] By: jhi                                   on 2000/11/26  20:10:12
62874         Log: Message nit.
62875      Branch: perl
62876            ! regcomp.c
62877 ____________________________________________________________________________
62878 [  7869] By: jhi                                   on 2000/11/26  19:01:05
62879         Log: Make utf8_length() and utf8_distance() (the latter of which
62880              is unused at the moment) to be less forgiving about bad UTF-8.
62881      Branch: perl
62882            ! embed.h embed.pl objXSUB.h proto.h utf8.c
62883 ____________________________________________________________________________
62884 [  7868] By: jhi                                   on 2000/11/26  18:45:56
62885         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
62886              From: Benjamin Holzman <bah@ecnvantage.com>
62887              Date: Sat, 25 Nov 2000 20:40:20 -0500       
62888              Message-ID: <20001125204020.A25040@ecnvantage.com>              
62889              
62890              Debian allows installing /usr/bin/locale without installing
62891              any locales, an error message will ensue.
62892      Branch: perl
62893            ! t/pragma/locale.t
62894 ____________________________________________________________________________
62895 [  7867] By: jhi                                   on 2000/11/26  18:31:12
62896         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
62897              From: Benjamin Holzman <bah@ecnvantage.com>
62898              Date: Sun, 26 Nov 2000 02:42:34 -0500
62899              Message-ID: <20001126024234.G25040@ecnvantage.com>
62900              
62901              Patch for the bug 20000212.002.
62902      Branch: perl
62903            ! sv.c t/op/array.t
62904 ____________________________________________________________________________
62905 [  7866] By: jhi                                   on 2000/11/26  18:28:09
62906         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
62907              From: Tim Jenness <t.jenness@jach.hawaii.edu>
62908              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
62909              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
62910              
62911              File::Temp 0.11.
62912      Branch: perl
62913            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
62914 ____________________________________________________________________________
62915 [  7865] By: jhi                                   on 2000/11/26  18:24:22
62916         Log: The metaconfig unit change for #7864.
62917      Branch: metaconfig/U/perl
62918            ! need_va_copy.U
62919 ____________________________________________________________________________
62920 [  7864] By: jhi                                   on 2000/11/26  18:23:41
62921         Log: Make the va_copy() test not to be so talkative.
62922      Branch: perl
62923            ! Configure config_h.SH
62924 ____________________________________________________________________________
62925 [  7863] By: jhi                                   on 2000/11/26  18:11:02
62926         Log: Fix locale inconsistencies unearthed by Hugo's work.
62927              Now the floating point sprintf really does taint the result
62928              string as perllocale promises (has promised for a long time)
62929              if "use locale" is in the lexical scope.
62930      Branch: perl
62931            ! sv.c t/pragma/locale.t
62932 ____________________________________________________________________________
62933 [  7862] By: jhi                                   on 2000/11/26  00:35:15
62934         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
62935              From: Nicholas Clark <nick@ccl4.org>
62936              Date: Sun, 26 Nov 2000 00:07:50 +0000
62937              Message-ID: <20001126000750.A22446@plum.flirble.org>
62938              
62939              Infinit.
62940      Branch: perl
62941            ! sv.c
62942 ____________________________________________________________________________
62943 [  7861] By: jhi                                   on 2000/11/26  00:01:26
62944         Log: Integrate perlio.
62945      Branch: perl
62946           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
62947 ____________________________________________________________________________
62948 [  7860] By: nick                                  on 2000/11/25  22:04:17
62949         Log: Correct relative path from new ext\Filter\Util\Call location
62950              back to miniperl.
62951      Branch: perlio
62952            ! win32/makefile.mk
62953 ____________________________________________________________________________
62954 [  7859] By: nick                                  on 2000/11/25  21:26:54
62955         Log: Integrate mainline.
62956      Branch: perlio
62957           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
62958           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
62959           +> t/lib/filter-util.t
62960            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
62961            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
62962            - t/lib/filt-util.t
62963           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
62964           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
62965           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
62966           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
62967           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
62968           !> win32/makefile.mk
62969 ____________________________________________________________________________
62970 [  7858] By: gsar                                  on 2000/11/25  20:52:17
62971         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
62972              parent's memory; fix it by keeping track of the actual pad
62973              offset rather than a raw pointer (this change is probably also
62974              relevant to non-ithreads case to avoid fallout from reallocs of
62975              the pad array, but is currently only enabled for the ithreads
62976              case in the interests of minimal disruption to existing "well
62977              tested" code)
62978      Branch: perl
62979            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
62980            ! proto.h scope.c scope.h sv.c t/op/fork.t
62981 ____________________________________________________________________________
62982 [  7857] By: nick                                  on 2000/11/25  20:01:28
62983         Log: All tests pass on Win32/gcc/USE_PERLIO.
62984              - when crlf layer is pushed make unix-level binary.
62985              - remove :crlf injection in pp_backtick in pp_sys.c
62986              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
62987      Branch: perlio
62988            ! doio.c perlio.c pp_sys.c win32/makefile.mk
62989 ____________________________________________________________________________
62990 [  7856] By: jhi                                   on 2000/11/25  18:38:30
62991         Log: Update the metaconfig units for #7855.
62992      Branch: metaconfig/U/perl
62993            ! useperlio.U usesocks.U
62994 ____________________________________________________________________________
62995 [  7855] By: jhi                                   on 2000/11/25  18:37:54
62996         Log: Undo the SOCKS workarounds, instead start using PerlIO
62997              if SOCKS is selected.
62998              
62999              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
63000              From: Jens Hamisch <jens@Strawberry.COM>
63001              Date: Fri, 24 Nov 2000 18:31:30 +0100
63002              Message-ID: <20001124183130.E28337@Strawberry.COM>
63003              
63004              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
63005              From: Jens Hamisch <jens@Strawberry.COM>
63006              Date: Fri, 24 Nov 2000 19:11:51 +0100
63007              Message-ID: <20001124191151.A28753@Strawberry.COM>
63008      Branch: perl
63009            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
63010            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
63011 ____________________________________________________________________________
63012 [  7854] By: jhi                                   on 2000/11/25  17:39:08
63013         Log: Undo #7848.  Some of the code seems to use walkoptree(),
63014              some walkoptree_slow().  An unfinished renaming?
63015              Now the sub is walkoptree() (which is @EXPORT_OK),
63016              the walkoptree_slow() is a typeglob alias to walkoptree.
63017              This makes the tests to pass, at least.
63018      Branch: perl
63019            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
63020 ____________________________________________________________________________
63021 [  7853] By: nick                                  on 2000/11/24  22:24:33
63022         Log: Re-arrange crlf vs binary for platforms that care.
63023              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
63024              Lip-service to making stdio layer work on such platforms (untested).
63025              Now fails 3 tests rather than one, checkin to see if I can debug 
63026              the issue under linux. (Do not merge.)
63027      Branch: perlio
63028            ! doio.c perlio.c perliol.h
63029 ____________________________________________________________________________
63030 [  7852] By: jhi                                   on 2000/11/24  18:57:39
63031         Log: AUTHORS edits.
63032      Branch: perl
63033            ! AUTHORS
63034 ____________________________________________________________________________
63035 [  7851] By: jhi                                   on 2000/11/24  17:34:56
63036         Log: Add Jan-Erik Karlsson.
63037      Branch: perl
63038            ! AUTHORS
63039 ____________________________________________________________________________
63040 [  7850] By: jhi                                   on 2000/11/24  17:27:56
63041         Log: Configure should find stdchar on its own.
63042      Branch: perl
63043            ! hints/solaris_2.sh
63044 ____________________________________________________________________________
63045 [  7849] By: jhi                                   on 2000/11/24  17:24:55
63046         Log: Subject: PATCH over 7848: Filter test flawed
63047              From: andreas.koenig@anima.de (Andreas J. Koenig)
63048              Date: 24 Nov 2000 10:28:29 +0100
63049              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
63050      Branch: perl
63051            ! t/lib/filter-util.t
63052 ____________________________________________________________________________
63053 [  7848] By: jhi                                   on 2000/11/24  17:22:15
63054         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
63055              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
63056              Date: Fri, 24 Nov 2000 16:12:58 +0000
63057              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
63058      Branch: perl
63059            ! ext/B/B.pm
63060 ____________________________________________________________________________
63061 [  7847] By: jhi                                   on 2000/11/24  03:07:01
63062         Log: Integrate perlio.
63063      Branch: perl
63064           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
63065           !> win32/makefile.mk
63066 ____________________________________________________________________________
63067 [  7846] By: gsar                                  on 2000/11/24  00:55:57
63068         Log: integrate changes#6415..6418,6420..6438 from mainline
63069              
63070              Fix the bitvector ops for utf8 (tricky since past 7 bits
63071              the utf8 'characters' can be more than one octet).
63072              
63073              MPE/ix updates for perl 5.6.0 from Mark Bixby.
63074              
63075              Subject: SDBM_File documentation
63076              
63077              Detypo.
63078              
63079              Decutandpasto.
63080              
63081              Send all installperl messages to STDERR and be -w clean.
63082              
63083              Out-of-date note removed.
63084              
63085              Protect against "wild next"s, that is, callbacks doing "next"
63086              instead of "return".
63087              
63088              Use STDOUT consistently.
63089              
63090              The output might have been produced in the wrong order.
63091              
63092              A missing 'break' after the [[:space:]] switch case.
63093              
63094              Add tests for
63095              [ID 19991110.003] another matching finding by pcre author
63096              which has already been fixed by some patch, as verified in
63097              
63098              Documentation to explain the behaviour of map().
63099              
63100              Add an optimization for map-maps-a-list-element-to-more-list-elements
63101              case, but add also notes explaining the relationship of this
63102              patch and the earlier notes by Sarathy.
63103              
63104              Subject: [ID 20000716.023] syslog test fails without sockets
63105              
63106              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
63107              Test cases for #6431.
63108              
63109              File::Spec::VMS fixup for tmpdir from Craig Berry.
63110              
63111              Make the "uninit variable" warning to say "concat or string"
63112              or "join or string" when in concat or join .
63113              
63114              Get UTF16 BOMs working.  Patch from
63115              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
63116              
63117              Subject: [PATCH] Make large file tests deal with SIGXFSZ
63118              
63119              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
63120              
63121              Subject: [PATCH] av.c apidoc
63122      Branch: maint-5.6/perl
63123           !> (integrate 43 files)
63124 ____________________________________________________________________________
63125 [  7845] By: gsar                                  on 2000/11/24  00:20:45
63126         Log: integrate changes#6406..6414 from mainline
63127              
63128              Merge perlhacktut into perlhack, update perlguts.
63129              
63130              Fix AutoSplit to use File::Spec the right way in VMS,
63131              from Peter Prymmer.
63132              
63133              The bug report
63134              [ID 19991110.002] minimal matching discrepancy found by pcre author
63135              seems to have been fixed (though differently from what was suggested
63136              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
63137              
63138              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
63139              not in pod, from Peter Prymmer
63140              
63141              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
63142              From: Hugo <hv@crypt.compulink.co.uk>
63143              Date: Fri, 14 Jul 2000 23:05:20 +0100
63144              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
63145              
63146              Didn't anymore apply, but that point still could use another fix.
63147              
63148              lib/b test fixes from Peter Prymmer.
63149              
63150              More docs for sv functions.
63151              
63152              perlvms.pod whitespace cleanup to keep pod utils happy.
63153              
63154              another VMS build tweak from Peter Prymmer
63155      Branch: maint-5.6/perl
63156           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
63157           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
63158           !> vms/descrip_mms.template vms/perlvms.pod
63159 ____________________________________________________________________________
63160 [  7844] By: nick                                  on 2000/11/23  23:42:45
63161         Log: Win32/perlio Now just fails one io/argv.t test - lack 
63162              of default :crlf on standard streams.
63163      Branch: perlio
63164            ! doio.c perlio.c
63165 ____________________________________________________________________________
63166 [  7843] By: nick                                  on 2000/11/23  23:04:05
63167         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
63168              peek fail is showing a real problem (multiple crlf layers
63169              are getting pushed.)
63170      Branch: perlio
63171            ! doio.c perlio.c win32/makefile.mk
63172 ____________________________________________________________________________
63173 [  7842] By: nick                                  on 2000/11/23  19:46:23
63174         Log: Implement PerlIO_binmode()
63175              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
63176              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
63177              make binmode in t/lib/io_tell.t unconditional so that works.
63178              Checkin just so Win32 machine can see these changes.
63179      Branch: perlio
63180            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
63181 ____________________________________________________________________________
63182 [  7841] By: jhi                                   on 2000/11/23  19:30:00
63183         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
63184      Branch: perl
63185            ! README.amiga
63186 ____________________________________________________________________________
63187 [  7840] By: jhi                                   on 2000/11/23  17:18:02
63188         Log: SOCKS wrestling continues, patches from Jens Hamisch.
63189      Branch: perl
63190            ! doio.c embed.h embed.pl perlsdio.h proto.h
63191 ____________________________________________________________________________
63192 [  7839] By: jhi                                   on 2000/11/23  16:54:14
63193         Log: Push Filter::Util::Call one level deeper.
63194      Branch: perl
63195            + t/lib/filter-util.t
63196           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
63197           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
63198            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
63199            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
63200            - t/lib/filt-util.t
63201            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
63202            ! win32/Makefile win32/makefile.mk
63203 ____________________________________________________________________________
63204 [  7838] By: jhi                                   on 2000/11/23  16:52:40
63205         Log: Reach back one higher up when searching for PERL_SRC.
63206      Branch: perl
63207            ! lib/ExtUtils/MM_Unix.pm
63208 ____________________________________________________________________________
63209 [  7837] By: jhi                                   on 2000/11/23  16:05:41
63210         Log: Subject: Re: perl@7826
63211              Date: Thu, 23 Nov 2000 02:20:25 -0600
63212              From: "Craig A. Berry" <craigberry@mac.com>
63213              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
63214              
63215              Make VMS to like Filter::Util::Call. 
63216      Branch: perl
63217            ! configure.com ext/Filter/Util/Makefile.PL
63218 ____________________________________________________________________________
63219 [  7836] By: nick                                  on 2000/11/23  16:04:08
63220         Log: Implement crlf layer - not ready for merge.
63221      Branch: perlio
63222            ! perlio.c win32/makefile.mk
63223 ____________________________________________________________________________
63224 [  7835] By: jhi                                   on 2000/11/23  15:56:52
63225         Log: STDCHAR is different in Sparc v9 vs x86.
63226      Branch: perl
63227            ! hints/solaris_2.sh
63228 ____________________________________________________________________________
63229 [  7834] By: jhi                                   on 2000/11/23  15:50:47
63230         Log: The type needs to be visible to protos.
63231      Branch: perl
63232            ! perl.h
63233 ____________________________________________________________________________
63234 [  7833] By: jhi                                   on 2000/11/23  15:40:46
63235         Log: Finish unfinished SOCKS workaround changes.
63236      Branch: perl
63237            ! doio.c
63238 ____________________________________________________________________________
63239 [  7832] By: jhi                                   on 2000/11/23  15:33:30
63240         Log: Integrate perlio.
63241      Branch: perl
63242           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
63243           !> win32/makefile.mk
63244 ____________________________________________________________________________
63245 [  7831] By: nick                                  on 2000/11/23  10:31:07
63246         Log: Correct makefile.mk dependancies for ext/Filter/Util
63247              Build ext/Encode
63248              Run dmake regen_config_h
63249      Branch: perlio
63250            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
63251            ! win32/makefile.mk
63252 ____________________________________________________________________________
63253 [  7830] By: nick                                  on 2000/11/23  08:05:07
63254         Log: Integrate mainline
63255      Branch: perlio
63256           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
63257           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
63258           +> t/lib/filt-util.pl t/lib/filt-util.t
63259           !> (integrate 41 files)
63260 ____________________________________________________________________________
63261 [  7829] By: gsar                                  on 2000/11/23  03:07:11
63262         Log: build the Filter extension on windows
63263      Branch: perl
63264            ! win32/Makefile win32/makefile.mk
63265 ____________________________________________________________________________
63266 [  7828] By: gsar                                  on 2000/11/23  02:46:35
63267         Log: regenerate win32/config* and fix some inconsistencies in the
63268              makefiles; always export Perl_deb() because it is needed
63269              by ext/re/* (whether perl itself is built with -DDEBUGGING
63270              or not)
63271      Branch: perl
63272            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
63273            ! win32/config_H.vc win32/makefile.mk
63274 ____________________________________________________________________________
63275 [  7827] By: gsar                                  on 2000/11/23  02:18:38
63276         Log: get sources building on windows+MSVC again (untested with other
63277              compilers)
63278      Branch: perl
63279            ! win32/include/sys/socket.h win32/perllib.c
63280 ____________________________________________________________________________
63281 [  7826] By: jhi                                   on 2000/11/23  01:18:26
63282         Log: Update Changes.
63283      Branch: perl
63284            ! Changes patchlevel.h
63285 ____________________________________________________________________________
63286 [  7825] By: jhi                                   on 2000/11/23  00:20:41
63287         Log: Subject: Re: av.c patch (having slight problems)
63288              From: "Ben Tilly" <ben_tilly@hotmail.com>
63289              Date: Tue, 21 Nov 2000 23:29:31 -0500
63290              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
63291              
63292              unshift() speedup.
63293      Branch: perl
63294            ! av.c
63295 ____________________________________________________________________________
63296 [  7824] By: jhi                                   on 2000/11/22  23:59:15
63297         Log: Fixes for signedness warnings noticed by VMSperlers.
63298      Branch: perl
63299            ! ext/Storable/Storable.xs regcomp.c sv.c
63300 ____________________________________________________________________________
63301 [  7823] By: jhi                                   on 2000/11/22  23:19:31
63302         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
63303              From: Peter Prymmer <pvhp@forte.com>
63304              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
63305              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
63306      Branch: perl
63307            ! t/pragma/warn/pp_hot
63308 ____________________________________________________________________________
63309 [  7822] By: jhi                                   on 2000/11/22  22:52:20
63310         Log: Be clean.
63311      Branch: perl
63312            ! Makefile.SH
63313 ____________________________________________________________________________
63314 [  7821] By: jhi                                   on 2000/11/22  22:46:39
63315         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
63316              by Damian Conway, as suggested by Paul Marquess.
63317      Branch: perl
63318            + lib/Filter/Simple.pm
63319 ____________________________________________________________________________
63320 [  7820] By: jhi                                   on 2000/11/22  22:45:51
63321         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
63322      Branch: perl
63323            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
63324            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
63325            + t/lib/filt-util.t
63326            ! MANIFEST
63327 ____________________________________________________________________________
63328 [  7819] By: jhi                                   on 2000/11/22  22:03:27
63329         Log: Integrate perlio.
63330      Branch: perl
63331           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
63332           !> win32/makefile.mk
63333 ____________________________________________________________________________
63334 [  7818] By: jhi                                   on 2000/11/22  21:56:02
63335         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
63336      Branch: perl
63337            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
63338            ! t/lib/io_sock.t
63339 ____________________________________________________________________________
63340 [  7817] By: jhi                                   on 2000/11/22  21:39:49
63341         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
63342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63343              Date: Wed, 22 Nov 2000 16:08:12 -0500
63344              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
63345      Branch: perl
63346            ! lib/ExtUtils/Liblist.pm
63347 ____________________________________________________________________________
63348 [  7816] By: jhi                                   on 2000/11/22  21:38:25
63349         Log: Go ahead and #include <unistd.h> in perl.h.
63350      Branch: perl
63351            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
63352            ! util.c
63353 ____________________________________________________________________________
63354 [  7815] By: jhi                                   on 2000/11/22  21:22:52
63355         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
63356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63357              Date: Mon, 20 Nov 2000 18:30:52 -0500
63358              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
63359      Branch: perl
63360            ! pod/perlre.pod regcomp.c t/op/re_tests
63361 ____________________________________________________________________________
63362 [  7814] By: jhi                                   on 2000/11/22  21:21:46
63363         Log: Subject: [PATCH 5.7.0] Liblist finally works
63364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63365              Date: Tue, 21 Nov 2000 22:02:17 -0500
63366              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
63367      Branch: perl
63368            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
63369            ! lib/ExtUtils/MakeMaker.pm
63370 ____________________________________________________________________________
63371 [  7813] By: jhi                                   on 2000/11/22  21:20:23
63372         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
63373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63374              Date: Wed, 22 Nov 2000 17:53:15 +0100
63375              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
63376              
63377              AIX dynaloader and perlio patch.
63378      Branch: perl
63379            ! ext/DynaLoader/dl_aix.xs
63380 ____________________________________________________________________________
63381 [  7812] By: jhi                                   on 2000/11/22  21:17:52
63382         Log: (Accidentally empty patch.)
63383      Branch: perl
63384            ! av.c
63385 ____________________________________________________________________________
63386 [  7811] By: jhi                                   on 2000/11/22  21:16:31
63387         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
63388              From: Peter Prymmer <pvhp@forte.com>
63389              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
63390              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
63391      Branch: perl
63392            ! vms/test.com
63393 ____________________________________________________________________________
63394 [  7810] By: jhi                                   on 2000/11/22  21:15:36
63395         Log: Subject: Re: perl@7777 
63396              From: "John P. Linderman" <jpl@research.att.com>
63397              Date: Wed, 22 Nov 2000 13:11:11 -0500
63398              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
63399              
63400              Detypoing.
63401      Branch: perl
63402            ! lib/CPAN.pm
63403 ____________________________________________________________________________
63404 [  7809] By: jhi                                   on 2000/11/22  21:14:19
63405         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
63406              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
63407              Date:     Wed, 22 Nov 2000 13:51:37 EST
63408              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
63409      Branch: perl
63410            ! perlsdio.h
63411 ____________________________________________________________________________
63412 [  7808] By: jhi                                   on 2000/11/22  21:13:27
63413         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
63414              From: Casey Tweten <crt@kiski.net>
63415              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
63416              Message-Id: <200011201653.LAA10194@home.kiski.net>
63417      Branch: perl
63418            ! t/lib/io_udp.t
63419 ____________________________________________________________________________
63420 [  7807] By: jhi                                   on 2000/11/22  21:12:35
63421         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
63422              From: Casey Tweten <crt@kiski.net>
63423              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
63424              Message-Id: <200011201636.LAA07227@home.kiski.net>
63425      Branch: perl
63426            ! t/lib/io_sock.t
63427 ____________________________________________________________________________
63428 [  7806] By: jhi                                   on 2000/11/22  21:10:59
63429         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
63430              From: "Casey R. Tweten" <crt@kiski.net>
63431              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
63432              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
63433      Branch: perl
63434            ! utils/h2xs.PL
63435 ____________________________________________________________________________
63436 [  7805] By: nick                                  on 2000/11/22  21:05:06
63437         Log: Integrate mainline
63438      Branch: perlio
63439           !> Changes Porting/genlog ext/DB_File/DB_File.xs
63440           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
63441           !> utils/perlbug.PL
63442 ____________________________________________________________________________
63443 [  7804] By: jhi                                   on 2000/11/22  21:01:12
63444         Log: Subject: [PATCH] Test.pm POD peculiarity
63445              From: "Casey R. Tweten" <crt@kiski.net>
63446              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
63447              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
63448      Branch: perl
63449            ! lib/Test.pm
63450 ____________________________________________________________________________
63451 [  7803] By: jhi                                   on 2000/11/22  20:59:59
63452         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
63453              From: "Philip Newton" <pnewton@gmx.de>
63454              Date: Wed, 22 Nov 2000 14:25:53 +0100
63455              Message-Id: <3A1BD771.25462.1939FAD@localhost>
63456              
63457              Be case-understanding also on 's', and use the -oi of sendmail
63458              not to terminate the transmission on a lone '.'.
63459      Branch: perl
63460            ! utils/perlbug.PL
63461 ____________________________________________________________________________
63462 [  7802] By: nick                                  on 2000/11/22  20:51:42
63463         Log: Win32 PerlIO intermediate state now working as expected.
63464              - In current state we are still using C runtime in text/binary
63465              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
63466              - PERLIO=stdio and PERLIO=unix pass all expected tests.
63467              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
63468              and PerlIO_seek() and the dummy crlf layer is not making adjustments
63469              for CRLF translation happening in C runtime. All other tests pass.
63470              
63471              Added note to README.win32 to point out the snags of doing a perl build
63472              with Norton AntiVirus turned on.
63473              
63474              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
63475              which file a fail comes from.
63476              
63477              Updated "canned" config.h to match the one generated.
63478      Branch: perlio
63479            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
63480            ! win32/makefile.mk
63481 ____________________________________________________________________________
63482 [  7801] By: jhi                                   on 2000/11/22  06:50:20
63483         Log: Nickety nits.
63484      Branch: perl
63485            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
63486 ____________________________________________________________________________
63487 [  7800] By: jhi                                   on 2000/11/22  01:29:55
63488         Log: Changes had accidentally gone too silent on non-main branches.
63489      Branch: perl
63490            ! Changes Porting/genlog patchlevel.h
63491 ____________________________________________________________________________
63492 [  7799] By: gsar                                  on 2000/11/22  01:02:56
63493         Log: some lib_pm.PL changes snuck in via change#7772
63494      Branch: maint-5.6/perl
63495            ! Makefile.SH
63496 ____________________________________________________________________________
63497 [  7798] By: nick                                  on 2000/11/21  21:59:40
63498         Log: Integrate mainline
63499      Branch: perlio
63500           !> (integrate 28 files)
63501 ____________________________________________________________________________
63502 [  7797] By: jhi                                   on 2000/11/21  21:01:45
63503         Log: Integrate perlio.
63504      Branch: perl
63505           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
63506 ____________________________________________________________________________
63507 [  7796] By: nick                                  on 2000/11/21  20:36:22
63508         Log: Win32 builds and runs (mostly) with USE_PERLIO.
63509              PERLIO=perlio passes all tests. 
63510              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
63511      Branch: perlio
63512            ! perlio.c win32/perllib.c win32/win32.c
63513 ____________________________________________________________________________
63514 [  7795] By: jhi                                   on 2000/11/21  19:03:44
63515         Log: Update Changes.
63516      Branch: perl
63517            ! Changes patchlevel.h
63518 ____________________________________________________________________________
63519 [  7794] By: jhi                                   on 2000/11/21  18:56:34
63520         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
63521              From: "Craig A. Berry" <craigberry@mac.com>
63522              Date: Mon, 20 Nov 2000 20:27:06 -0600
63523              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
63524              
63525              A cut-and-pasto.
63526      Branch: perl
63527            ! perlio.h
63528 ____________________________________________________________________________
63529 [  7793] By: jhi                                   on 2000/11/21  18:54:41
63530         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
63531              From: Dominic Dunlop <domo@computer.org> 
63532              Date: Mon, 20 Nov 2000 18:55:29 +0100
63533              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
63534              
63535              va_copy() and the need of it.
63536              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
63537      Branch: metaconfig/U/perl
63538            + need_va_copy.U
63539      Branch: perl
63540            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63541            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
63542            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
63543            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
63544            ! win32/config.bc win32/config.gc win32/config.vc
63545 ____________________________________________________________________________
63546 [  7792] By: jhi                                   on 2000/11/21  17:04:10
63547         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
63548      Branch: perl
63549           !> scope.h
63550 ____________________________________________________________________________
63551 [  7791] By: jhi                                   on 2000/11/21  17:01:16
63552         Log: Export the SOCKS workaround symbols only if necessary.
63553      Branch: perl
63554            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
63555 ____________________________________________________________________________
63556 [  7790] By: nick                                  on 2000/11/20  23:57:11
63557         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
63558      Branch: perlio
63559            ! scope.h
63560 ____________________________________________________________________________
63561 [  7789] By: nick                                  on 2000/11/20  23:38:33
63562         Log: Integrate mainline
63563      Branch: perlio
63564           +> lib/File/Spec/Epoc.pm
63565           !> (integrate 34 files)
63566 ____________________________________________________________________________
63567 [  7788] By: nick                                  on 2000/11/20  23:20:18
63568         Log: Make extra buffer layer work (dummy crlf layer)
63569      Branch: perlio
63570            ! doio.c perlio.c perlio.h
63571 ____________________________________________________________________________
63572 [  7787] By: jhi                                   on 2000/11/20  22:44:04
63573         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
63574              From: Peter Prymmer <pvhp@forte.com>
63575              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
63576              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
63577      Branch: perl
63578            ! t/pragma/locale.t
63579 ____________________________________________________________________________
63580 [  7786] By: jhi                                   on 2000/11/20  22:29:10
63581         Log: Subject: DOC PATCH 5.6.0 perlreftut
63582              From: mjd@plover.com
63583              Date: 20 Nov 2000 19:45:06 -0000
63584              Message-ID: <20001120194506.9505.qmail@plover.com>
63585      Branch: perl
63586            ! pod/perlreftut.pod
63587 ____________________________________________________________________________
63588 [  7785] By: jhi                                   on 2000/11/20  22:27:44
63589         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
63590              From: David Dyck <dcd@tc.fluke.com>
63591              Date: Mon, 20 Nov 2000 11:43:40 -0800
63592              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
63593      Branch: perl
63594            ! lib/Cwd.pm
63595 ____________________________________________________________________________
63596 [  7784] By: jhi                                   on 2000/11/20  22:23:21
63597         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
63598              Date: Mon, 20 Nov 2000 17:06:10 -0500
63599              To: Mailing list Perl5 <perl5-porters@perl.org>
63600              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
63601      Branch: perl
63602            ! pp_ctl.c t/op/pat.t
63603 ____________________________________________________________________________
63604 [  7783] By: jhi                                   on 2000/11/20  22:11:18
63605         Log: Subject: [PATCH] doop.c - UTF8 tr///               
63606              From: Simon Cozens <simon@cozens.net>
63607              Date: Sat, 18 Nov 2000 18:49:30 +0000
63608              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
63609              
63610              Subject: Re: [PATCH] doop.c - UTF8 tr///           
63611              From: Simon Cozens <simon@cozens.net>
63612              Date: Mon, 20 Nov 2000 20:45:22 +0000
63613              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
63614              
63615              Make tr on UTF-8 better but still not correct.
63616      Branch: perl
63617            ! doop.c
63618 ____________________________________________________________________________
63619 [  7782] By: jhi                                   on 2000/11/20  22:02:16
63620         Log: Remove the shared object before attempting to create
63621              (by linking) a new one.  E.g. in AIX not removing
63622              becomes quite painful if one tries to do more than one
63623              build in the same tree (an interrupted build, for example),
63624              since the AIX' shared dynaloader seemingly keeps the shared
63625              objects open and therefore 'busy' for quite a while, even when
63626              nobody is using the objects, leading into link failures.
63627      Branch: perl
63628            ! lib/ExtUtils/MM_Unix.pm
63629 ____________________________________________________________________________
63630 [  7781] By: gsar                                  on 2000/11/20  19:02:55
63631         Log: type mismatch due to faulty integration
63632      Branch: maint-5.6/perl
63633            ! toke.c win32/Makefile
63634 ____________________________________________________________________________
63635 [  7780] By: gsar                                  on 2000/11/20  17:31:55
63636         Log: integrate changes#6392,6394..6399,6401..6404
63637              
63638              The {multiplier} of a fixed substring was overlooked which
63639              caused a wrong initial search offset for that substring.
63640              
63641              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
63642              From: Hugo <hv@crypt.compulink.co.uk>
63643              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
63644              Date: Thu, 13 Jul 2000 19:27:13 +0100
63645              
63646              Fix the BOM bug: not a byteorder bug, a signedness bug.
63647              
63648              Replace change #6337 with a better one.
63649              
63650              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
63651              From: Hugo <hv@crypt.compulink.co.uk>
63652              Date: Fri, 14 Jul 2000 04:16:20 +0100
63653              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
63654              
63655              MakeMaker should not remove editor backups (*~) on `make clean`
63656              by default (completes change#6383)
63657              
63658              move new variables to the end of the interpreter structure (for
63659              bincompat in code that doesn't #include XSUB.h)
63660              
63661              rename totally bletcherous SvLOCK() thingy (doesn't do what the
63662              name suggests anyway)
63663              
63664              various cleanups (typos, misformatted code, and small bugs)
63665              
63666              typecasts needed for change#6394
63667              
63668              typos in change#6399, regen headers
63669              
63670              inconsistent types needs casts
63671              
63672              PERL_OBJECT build tweaks
63673      Branch: maint-5.6/perl
63674           !> MANIFEST doop.c embed.h embed.pl embedvar.h
63675           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
63676           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
63677           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
63678           !> toke.c util.c
63679 ____________________________________________________________________________
63680 [  7779] By: gsar                                  on 2000/11/20  17:06:29
63681         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
63682              
63683              Cosmetics and perldelta.
63684              
63685              Fix nits noticed by Boston.pm.
63686              
63687              Do the cc sanity check both before the hints and
63688              after the cc selction.
63689              
63690              get sprintf.t to adjust properly for 3-digit exponents
63691              
63692              don't clobber *.orig files on *clean targets
63693              
63694              fix bugs in processing %v-*d and similar format specs (from
63695              Avi Finkel <avi@finkel.org>)
63696              
63697              sprintf test tweaks (from Dominic Dunlop)
63698              
63699              new selfloader.t in change#6183 doesn't close DATA handles,
63700              and thus fails to clean up tmp files on dosish platforms
63701              
63702              typos (spotted by Peter Prymmer)
63703              
63704              typo fix from Craig Berry
63705      Branch: maint-5.6/perl
63706           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
63707           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
63708           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
63709           !> x2p/Makefile.SH
63710 ____________________________________________________________________________
63711 [  7778] By: gsar                                  on 2000/11/20  16:46:51
63712         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
63713              
63714              Subject: Re: format bug report  [Patch]
63715              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63716              Date: Wed, 05 Jul 2000 13:12:52 +0200
63717              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
63718              
63719              Subject: Re: format bug report  [Patch]
63720              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63721              Date: Wed, 05 Jul 2000 14:10:01 +0200
63722              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
63723              
63724              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
63725              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63726              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
63727              Date: Fri, 07 Jul 2000 17:57:16 +0100
63728              
63729              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
63730              To: perl5-porters@perl.org
63731              From: Karsten Sperling <spiff@phreax.net>
63732              Date: Mon, 10 Jul 2000 15:12:52 +0200
63733              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
63734              
63735              README.posix-bc podified from Thomas Dorner.
63736              
63737              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
63738              From: Dominic Dunlop <domo@computer.org>
63739              Date: Tue, 11 Jul 2000 12:27:33 +0200
63740              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
63741              
63742              Typo in #6341.
63743              
63744              Fix for
63745              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
63746              From: Roderick Schertler <roderick@argon.org>
63747              Date: Tue, 11 Jul 2000 13:55:05 -0400
63748              Message-Id: <200007111755.NAA05077@jones.argon.org>
63749              
63750              Minor cleanups on the booklist.
63751              
63752              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
63753              regen perltoc.
63754              
63755              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
63756      Branch: maint-5.6/perl
63757           +> pod/perlbook.pod
63758           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
63759           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
63760           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
63761 ____________________________________________________________________________
63762 [  7777] By: jhi                                   on 2000/11/20  16:08:49
63763         Log: Update Changes.
63764      Branch: perl
63765            ! Changes patchlevel.h
63766 ____________________________________________________________________________
63767 [  7776] By: jhi                                   on 2000/11/20  15:27:56
63768         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
63769              This may be overly harsh but until proven otherwise, we think this
63770              way, or until we have a simple test for Configure (having to start
63771              up servers is does not count as simple) to check for the problems.
63772      Branch: perl
63773            ! perl.h
63774 ____________________________________________________________________________
63775 [  7775] By: jhi                                   on 2000/11/20  15:22:17
63776         Log: Solaris hints tweaks.
63777      Branch: perl
63778            ! hints/solaris_2.sh
63779 ____________________________________________________________________________
63780 [  7774] By: jhi                                   on 2000/11/20  15:01:20
63781         Log: Add a workaround to SOCKS 64-bit problems.
63782      Branch: perl
63783            ! doio.c embed.h embed.pl perlsdio.h proto.h
63784 ____________________________________________________________________________
63785 [  7773] By: jhi                                   on 2000/11/20  14:51:47
63786         Log: sysseek() instead of seek().
63787      Branch: perl
63788            ! t/lib/syslfs.t
63789 ____________________________________________________________________________
63790 [  7772] By: gsar                                  on 2000/11/20  13:06:23
63791         Log: integrate changes#6315..6319,6321..6331,6333..6338
63792              
63793              Integrate with Sarathy, preliminary fix for unicos
63794              alignment problems in [ID 20000612.002] Perl problem on Cray system.
63795              
63796              some debugger output does not go to the socket when RemotePort is set
63797              
63798              winsock cleanup never done on Windows (leads to handle leaks)
63799              
63800              fix UNC path handling on Windows under ithreads, and chdir()
63801              return value when given a non-existent directory
63802              
63803              Autogenerate pod/Makefile and pod/buildtoc.
63804              buildtoc also checks whether the existin pods are
63805              mentioned in MANIFEST and perl.pod, and vice versa.
63806              (None of the thusly found discrepancies fixed yet.)
63807              roffitall also needs to be autogenerated similarly but it
63808              seems so badly out of date that I didn't touch it yet.
63809              
63810              Config is being used.
63811              
63812              Add =head1 NAMEs so that buildtoc is happy.
63813              (The CGI::Util nit reported to Lincoln.)
63814              
63815              Fix complaints of buildtoc.
63816              
63817              Fix the alignment problem in Crays ([ID 20000612.002]).
63818              
63819              Remove perlbook, update perlfaq book listing,
63820              rearrange perl.pod, regenerate perltoc.
63821              
63822              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
63823              was cast to an unsigned (32-bit) integer with wild abandon.
63824              
63825              winsock options weren't being set in all threads under ithreads
63826              (caused send()s from second and subsequent threads to fail)
63827              
63828              accept() leaks memory on windows due to incorrect ordering of
63829              closesocket() and fclose() calls
63830              
63831              Reorder perl.pod once more.
63832              
63833              More POSIX.pod tweaks.
63834              
63835              Sprinkle ldlibpath.
63836              
63837              Precedence goof, fix based on
63838              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
63839              From: Hugo <hv@crypt.compulink.co.uk>
63840              Date: Tue, 11 Jul 2000 12:52:38 +0100
63841              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
63842              
63843              Subject: PATCH perlguts.pod: Document D and d magic types
63844              From: mjd@plover.com
63845              Date: 5 Jul 2000 18:01:51 -0000
63846              Message-ID: <20000705180151.29413.qmail@plover.com>
63847              
63848              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
63849              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
63850              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
63851              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
63852              
63853              Subject: [PATCH cfgperl] $& segfaults if you trick it
63854              From: simon@brecon.co.uk (Simon Cozens)
63855              Date: 7 Jul 2000 11:26:09 GMT
63856              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
63857              
63858              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
63859              From: Hugo <hv@crypt.compulink.co.uk>
63860              Date: Tue, 11 Jul 2000 12:44:50 +0100
63861              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
63862              
63863              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
63864              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63865              Date: Tue, 11 Jul 2000 13:50:51 +0100
63866              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
63867      Branch: maint-5.6/perl
63868           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
63869           +> pod/buildtoc.PL
63870            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
63871           !> (integrate 26 files)
63872 ____________________________________________________________________________
63873 [  7771] By: gsar                                  on 2000/11/20  12:31:42
63874         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
63875              6310,6311,6314
63876              
63877              Subject: [PATCH bleedperl] File::Spec 0.82 beta
63878              From: Barrie Slaymaker <barries@jester.slaysys.com>
63879              Date: Wed, 28 Jun 2000 11:35:29 -0400
63880              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
63881              
63882              tweak perlembed for multiplicity/usethreads sanity; correct notes
63883              about Windows
63884              
63885              localize %INC in a Safe compartment so that use/require work
63886              (many other magic globals probably need similar treatment)
63887              
63888              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
63889              when @_ is modified, causing coredumps
63890              
63891              slurp mode fix in change#4736 still not quite right
63892              
63893              Point to perlipc for more SysV IPC examples.
63894              
63895              Elaborate POSIX.pod.  Still needs work.
63896              
63897              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
63898              
63899              fix large memory leak that has been around for ever, masked by
63900              -DPURIFY (most of the arenas were never freed!)
63901              
63902              fix memory leak on Windows (PL_sys_intern contents were never
63903              freed)
63904              
63905              PERL_OBJECT build tweak
63906              
63907              adjust change#6299
63908              
63909              remove rel2abs prototypes (from Barrie Slaymaker)
63910              
63911              missing perldiag entry for unpack("w",...) diagnostic (from
63912              Andreas Koenig)
63913              
63914              better diagnostic on Frob->stuff() when Frob:: doesn't exist
63915              (from Richard Soderberg <rs@oregonnet.com>)
63916              
63917              Win32 patches for cfgperl from Sarathy.
63918              
63919              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
63920              
63921              More POSIX.pod embellishment.
63922              
63923              tyop in change#6306
63924      Branch: maint-5.6/perl
63925           !> (integrate 44 files)
63926 ____________________________________________________________________________
63927 [  7770] By: gsar                                  on 2000/11/20  11:51:00
63928         Log: integrate changes#6268..6282 from cfgperl branch
63929              
63930              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
63931              From: Dominic Dunlop <domo@computer.org>
63932              Date: Thu, 29 Jun 2000 12:32:39 +0200
63933              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
63934              
63935              Regen headers for #6261 (and update embed.pl for this) and #6267,
63936              silence few compiler warnings.
63937              
63938              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
63939              From: Nicholas Clark <nick@talking.bollo.cx>
63940              Date: Fri, 23 Jun 2000 16:21:15 +0100
63941              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
63942              
63943              Subject: PATCH pod/perltie.pod
63944              From: Ian Phillipps <Ian.Phillipps@iname.com>
63945              Date: Fri, 16 Jun 2000 00:17:19 +0100
63946              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
63947              (only the first hunk, the second hunk had already been done
63948              by some other patch)
63949              
63950              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
63951              From: Tom Phoenix <rootbeer@redcat.com>
63952              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
63953              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
63954              
63955              Subject: [PATCH] xsub attributes
63956              From: Doug MacEachern <dougm@covalent.net>
63957              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
63958              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
63959              
63960              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
63961              From: Andy Dougherty <doughera@lafayette.edu>
63962              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
63963              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
63964              
63965              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
63966              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63967              Date: Tue, 13 Jun 2000 02:43:48 -0500
63968              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
63969              
63970              Subject: [PATCH] Re: eval documentation: context
63971              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63972              Date: Mon, 12 Jun 2000 15:07:29 +0100
63973              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
63974              
63975              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
63976              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
63977              Date: Mon, 12 Jun 2000 14:55:59 +0100
63978              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
63979              
63980              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
63981              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
63982              Date: Fri, 09 Jun 2000 12:39:27 -0400
63983              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
63984              (plus update the version "number" of Text::Wrap)
63985              
63986              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
63987              From: Tim Ayers <tayers@bridge.com>
63988              Date: Thu, 08 Jun 2000 08:11:06 +0200
63989              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
63990              [resent by Richard Foley, Message-Id probably wrong]
63991              
63992              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
63993              From: rspier@pobox.com (Robert Spier)
63994              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
63995              Message-ID: <14654.31913.845602.610277@rls.cx>
63996              
63997              Subject: [PATCH 5.6.0] utils/h2xs.PL
63998              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
63999              Date: Wed, 7 Jun 2000 04:02:04 -0500
64000              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
64001              
64002              Subject: [PATCH 5.6.0]ITHREADs for VMS
64003              From: Dan Sugalski <dan@sidhe.org>
64004              Date: Tue, 06 Jun 2000 11:59:50 -0400
64005              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
64006      Branch: maint-5.6/perl
64007           !> (integrate 31 files)
64008 ____________________________________________________________________________
64009 [  7769] By: gsar                                  on 2000/11/20  11:29:06
64010         Log: integrate changes#6261..6266 from cfgperl
64011              
64012              Subject: Re: [PATCH cfgperl] BOMs away!
64013              From: simon@brecon.co.uk (Simon Cozens)
64014              Date: 17 Jun 2000 11:49:57 GMT
64015              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
64016              
64017              Subject: 5.6.0 Patch for EPOC
64018              From: Olaf Flebbe <o.flebbe@gmx.de>
64019              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
64020              Message-ID: <23449.960929969@www11.gmx.net>
64021              
64022              tr fixes from Simon Cozens
64023              
64024              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
64025              From: Marty Lucich <marty@netcom.com>
64026              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
64027              Message-Id: <200006282116.OAA11148@netcom.com>
64028              ccdlflags update (the BSD/OS 4.1 part had already been taken
64029              care of by #6141).
64030              
64031              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
64032              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64033              Date: Wed, 28 Jun 2000 17:50:12 -0700
64034              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
64035              
64036              Subject: [PATCH 5.6.0] cygwin port
64037              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
64038              From: "Fifer, Eric" <EFifer@sanwaint.com>
64039              Date: Thu, 29 Jun 2000 12:58:29 +0100
64040      Branch: maint-5.6/perl
64041           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
64042           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
64043           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
64044           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
64045 ____________________________________________________________________________
64046 [  7768] By: gsar                                  on 2000/11/20  11:13:44
64047         Log: integrate changes#6252..6256,6259..6260
64048              
64049              Paranoia tweak on #6249.
64050              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
64051              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
64052              Date: Sun, 25 Jun 2000 23:43:12 -0400
64053              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
64054              
64055              Subject: tr///, help wanted.
64056              From: simon@brecon.co.uk (Simon Cozens)
64057              Date: 28 Jun 2000 11:29:04 GMT
64058              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
64059              
64060              small thinko tweaks
64061              
64062              tweaks from Simon Conzes to further fix tr/// under utf8
64063              
64064              perlnewmod was missing from MANIFEST.
64065              
64066              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
64067              From: simon@brecon.co.uk (Simon Cozens)
64068              Date: 17 Jun 2000 11:56:44 GMT
64069              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
64070              pack U0, pack C0
64071      Branch: maint-5.6/perl
64072           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
64073           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
64074           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
64075           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
64076 ____________________________________________________________________________
64077 [  7767] By: gsar                                  on 2000/11/20  10:51:38
64078         Log: integrate change#6250 from cfgperl
64079              
64080              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
64081              From: Doug MacEachern <dougm@covalent.net>
64082              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
64083              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
64084      Branch: maint-5.6/perl
64085           +> t/op/my_stash.t
64086           !> MANIFEST embed.pl global.sym proto.h toke.c
64087 ____________________________________________________________________________
64088 [  7766] By: gsar                                  on 2000/11/20  10:48:34
64089         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
64090              
64091              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
64092              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64093              Date: Mon, 26 Jun 2000 18:40:14 +0100
64094              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
64095              
64096              Subject: [PATCH] bytes<->utf8 fixes
64097              From: simon@brecon.co.uk (Simon Cozens)
64098              Date: 26 Jun 2000 04:55:45 GMT
64099              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
64100              
64101              Subject: [PATCH] is_utf8_string
64102              From: simon@brecon.co.uk (Simon Cozens)
64103              Date: 26 Jun 2000 02:25:59 GMT
64104              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
64105              
64106              Subject: [PATCH] avoid mg_ptr in '*' magic
64107              From: Doug MacEachern <dougm@covalent.net>
64108              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
64109              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
64110              
64111              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
64112              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
64113              Date: Sat, 24 Jun 2000 13:06:20 +0100
64114              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
64115              
64116              Allow for standalone testing.
64117              
64118              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
64119              From: Mark-Jason Dominus <mjd@plover.com>
64120              Date: Tue, 27 Jun 2000 22:36:42 -0400
64121              Message-ID: <20000628023642.12166.qmail@plover.com>
64122              
64123              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
64124              From: Frank Tobin <ftobin@uiuc.edu>
64125              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
64126              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
64127      Branch: maint-5.6/perl
64128           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
64129           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
64130           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
64131           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
64132           !> utf8.c utils/h2xs.PL
64133 ____________________________________________________________________________
64134 [  7765] By: gsar                                  on 2000/11/20  10:29:13
64135         Log: integrate change#6239 from cfgperl
64136              
64137              Configure maintenance.  Sever some dependency cycles,
64138              separate gccversion from the cc unit,
64139              address [ID 20000623.006] Configure script patch for using gcc on AIX
64140              (but solve it a little bit differently),
64141              unduplex some accidentally duplicated units,
64142              suggest using gcc if no cc available
64143              (p5p thread: "Solaris configure: counterproposal", 1999-09)
64144      Branch: maint-5.6/perl
64145           !> Configure Todo-5.6 config_h.SH
64146 ____________________________________________________________________________
64147 [  7764] By: gsar                                  on 2000/11/20  10:25:55
64148         Log: integrate changes#6233..6238 from cfgperl
64149              
64150              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
64151              From: Mark-Jason Dominus <mjd@plover.com>
64152              Date: Fri, 16 Jun 2000 20:53:04 -0400
64153              Message-ID: <20000617005304.8008.qmail@plover.com>
64154              
64155              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
64156              because when run as services (Win32ese for daemons)
64157              no environment variables are set and tmpdir ends up as /tmp,
64158              which is ambiguous.
64159              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
64160              From: matt@sergeant.org
64161              Date: 16 Jun 2000 16:30:43 -0000
64162              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
64163              
64164              The thread begun by
64165              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
64166              From: Kevin.Ruscoe@ubsw.com
64167              Date: Fri, 16 Jun 2000 16:38:51 +0100
64168              Message-Id: <H000019b03c300d6@MHS>
64169              
64170              Tweak embed.pl, regen headers.
64171              
64172              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
64173              From: Dan Sugalski <dan@sidhe.org>
64174              Date: Fri, 23 Jun 2000 17:00:00 -0400
64175              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
64176      Branch: maint-5.6/perl
64177           !> (integrate 27 files)
64178 ____________________________________________________________________________
64179 [  7763] By: gsar                                  on 2000/11/20  10:08:08
64180         Log: s/perl56delta/perldelta/g
64181      Branch: maint-5.6/perl
64182            ! pod/Makefile
64183 ____________________________________________________________________________
64184 [  7762] By: gsar                                  on 2000/11/20  10:04:00
64185         Log: integrate changes#6225,6229,6231,6232 from cfgperl
64186              
64187              Add source code filenames to apidoc.
64188              From: simon@brecon.co.uk (Simon Cozens)
64189              Subject: [PATCH embed.pl] Source X-ref
64190              Date: 22 Jun 2000 02:18:49 GMT
64191              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
64192              
64193              Subject: README.hpux version 0.6.1
64194              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
64195              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
64196              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
64197              
64198              Subject: [PATCH 5.6.0] cygwin port
64199              From: "Fifer, Eric" <EFifer@sanwaint.com>
64200              Date: Tue, 20 Jun 2000 14:30:58 +0100
64201              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
64202              
64203              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
64204              From: simon@brecon.co.uk (Simon Cozens)
64205              Date: 19 Jun 2000 15:18:27 GMT
64206              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
64207              
64208              plus update pod/Makefile and regenerate perltoc
64209      Branch: maint-5.6/perl
64210           +> pod/perlutil.pod
64211           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
64212           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
64213 ____________________________________________________________________________
64214 [  7761] By: jhi                                   on 2000/11/20  04:09:55
64215         Log: Miraculous typo.
64216      Branch: perl
64217            ! t/op/pat.t
64218 ____________________________________________________________________________
64219 [  7760] By: jhi                                   on 2000/11/20  04:06:08
64220         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
64221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64222              Date: Sun, 19 Nov 2000 22:30:26 -0500
64223              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
64224      Branch: perl
64225            ! regexec.c scope.h t/op/pat.t
64226 ____________________________________________________________________________
64227 [  7759] By: jhi                                   on 2000/11/20  02:05:22
64228         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
64229      Branch: perl
64230            ! perl.h
64231 ____________________________________________________________________________
64232 [  7758] By: jhi                                   on 2000/11/20  01:58:11
64233         Log: Subject: [perl 7711: EPOC] updates
64234              From: Olaf Flebbe <o.flebbe@gmx.de>
64235              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
64236              Message-ID: <25575.974658810@www23.gmx.net>               
64237      Branch: perl
64238            + lib/File/Spec/Epoc.pm
64239            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
64240            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
64241            ! lib/File/Spec.pm perl.c sv.c
64242 ____________________________________________________________________________
64243 [  7757] By: jhi                                   on 2000/11/20  01:53:11
64244         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
64245      Branch: perl
64246            ! MANIFEST
64247 ____________________________________________________________________________
64248 [  7756] By: jhi                                   on 2000/11/20  01:47:22
64249         Log: Integrate perlio.
64250      Branch: perl
64251            - ext/re/hints/MSWin32.pl
64252           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
64253           !> win32/config.gc win32/config_H.gc win32/win32sck.c
64254 ____________________________________________________________________________
64255 [  7755] By: nick                                  on 2000/11/19  20:57:17
64256         Log: Add dummy crlf layer (just as buffer)
64257              Correct 1st bug - one layer of indirection.
64258      Branch: perlio
64259            ! perlio.c perlio.h perliol.h
64260 ____________________________________________________________________________
64261 [  7754] By: nick                                  on 2000/11/19  20:56:12
64262         Log: Work-round to Perl_deb_nocontext is no longer required
64263      Branch: perlio
64264            - ext/re/hints/MSWin32.pl
64265 ____________________________________________________________________________
64266 [  7753] By: nick                                  on 2000/11/19  20:01:16
64267         Log: diff -se shows these as different
64268      Branch: perlio
64269            ! global.sym pod/perlapi.pod
64270 ____________________________________________________________________________
64271 [  7752] By: nick                                  on 2000/11/19  18:57:30
64272         Log: Configure GCC/Win32 build -Duseperlio
64273              Fix a couple of gross issues
64274              - double-include of ../deb.o in re.dll
64275              - win32sck.c needs PerlIO and FILE 
64276      Branch: perlio
64277            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
64278            ! win32/win32sck.c
64279 ____________________________________________________________________________
64280 [  7751] By: nick                                  on 2000/11/19  17:05:36
64281         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
64282      Branch: perlio
64283            ! perlio.c
64284 ____________________________________________________________________________
64285 [  7750] By: nick                                  on 2000/11/19  16:57:14
64286         Log: Missing aTHX_
64287      Branch: perlio
64288            ! sv.c
64289 ____________________________________________________________________________
64290 [  7749] By: jhi                                   on 2000/11/19  16:28:40
64291         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
64292              From: "Peter J. Farley III" <pjfarley@banet.net>
64293              Date: Sun, 19 Nov 2000 01:42:58 -0500
64294              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
64295      Branch: perl
64296            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
64297 ____________________________________________________________________________
64298 [  7748] By: jhi                                   on 2000/11/19  16:08:10
64299         Log: Subject: podlators 1.05 available        
64300              From: Russ Allbery <rra@stanford.edu>   
64301              Date: 18 Nov 2000 22:04:28 -0800
64302              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
64303      Branch: perl
64304            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
64305 ____________________________________________________________________________
64306 [  7747] By: nick                                  on 2000/11/19  11:19:39
64307         Log: Integrate mainline
64308      Branch: perlio
64309           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
64310           !> util.c
64311 ____________________________________________________________________________
64312 [  7746] By: jhi                                   on 2000/11/19  06:42:22
64313         Log: Make hex scanning warn on "\x{x}" and "\xx".
64314              "\x" and and hex("x") are still valid.
64315      Branch: perl
64316            ! util.c
64317 ____________________________________________________________________________
64318 [  7745] By: nick                                  on 2000/11/18  22:52:28
64319         Log: Integrate mainline
64320      Branch: perlio
64321           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
64322           !> perl.h perlio.c proto.h regcomp.c regcomp.h
64323 ____________________________________________________________________________
64324 [  7744] By: jhi                                   on 2000/11/18  22:50:28
64325         Log: Introduce Perl_utf8_length().  Use it.
64326      Branch: perl
64327            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
64328 ____________________________________________________________________________
64329 [  7743] By: jhi                                   on 2000/11/18  22:38:51
64330         Log: Compiler denit.
64331      Branch: perl
64332            ! perlio.c
64333 ____________________________________________________________________________
64334 [  7742] By: jhi                                   on 2000/11/18  20:33:05
64335         Log: Integrate perlio.
64336      Branch: perl
64337           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
64338           !> perlio.h pp_ctl.c pp_sys.c sv.c
64339 ____________________________________________________________________________
64340 [  7741] By: jhi                                   on 2000/11/18  20:31:27
64341         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
64342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64343              Date: Fri, 17 Nov 2000 20:35:11 -0500
64344              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
64345              
64346              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
64347              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64348              Date: Fri, 17 Nov 2000 21:03:47 -0500
64349              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
64350              
64351              Plus a little bit of tweaking in pregcomp().
64352      Branch: perl
64353            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
64354 ____________________________________________________________________________
64355 [  7740] By: nick                                  on 2000/11/18  20:17:22
64356         Log: Lexical use open ... support:
64357              add ->cop_io to COP structure in cop.h.
64358              Make mg.c and gv.c associate it with ${^OPEN}.
64359              Make lib/open.pm set it.
64360              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
64361              manner similar to ->cop_warnings.
64362              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
64363              call new PerlIO_apply_layers().
64364              Declare latter in perlio.h and define in perlio.c
64365      Branch: perlio
64366            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
64367            ! perlio.h pp_ctl.c pp_sys.c sv.c
64368 ____________________________________________________________________________
64369 [  7739] By: jhi                                   on 2000/11/18  19:54:00
64370         Log: Integrate perlio.
64371      Branch: perl
64372           !> doio.c perlio.c pp.c
64373 ____________________________________________________________________________
64374 [  7738] By: jhi                                   on 2000/11/18  17:16:13
64375         Log: Subject: [PATCH 5.7.0] etags broken again
64376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64377              Date: Sat, 18 Nov 2000 02:41:36 -0500
64378              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
64379      Branch: perl
64380            ! emacs/ptags
64381 ____________________________________________________________________________
64382 [  7737] By: jhi                                   on 2000/11/18  17:12:18
64383         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
64384      Branch: perl
64385            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
64386 ____________________________________________________________________________
64387 [  7736] By: nick                                  on 2000/11/18  14:06:20
64388         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
64389              part to be isolated.
64390      Branch: perlio
64391            ! doio.c perlio.c
64392 ____________________________________________________________________________
64393 [  7735] By: nick                                  on 2000/11/18  11:03:32
64394         Log: Integrate mainline
64395      Branch: perlio
64396           !> Changes README.amiga README.win32 patchlevel.h
64397           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
64398 ____________________________________________________________________________
64399 [  7734] By: jhi                                   on 2000/11/18  01:18:56
64400         Log: Update Changes.
64401      Branch: perl
64402            ! Changes patchlevel.h
64403 ____________________________________________________________________________
64404 [  7733] By: jhi                                   on 2000/11/18  00:32:54
64405         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
64406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64407              Date: Fri, 17 Nov 2000 17:28:02 -0500
64408              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
64409      Branch: perl
64410            ! regcomp.c regexec.c t/op/re_tests
64411 ____________________________________________________________________________
64412 [  7732] By: jhi                                   on 2000/11/18  00:28:56
64413         Log: Sparc 64-bit pack() fix from Jens Hamisch.
64414      Branch: perl
64415            ! pp.c
64416 ____________________________________________________________________________
64417 [  7731] By: jhi                                   on 2000/11/18  00:18:39
64418         Log: Explain in more detail the {} syntax ambiguousity.
64419              
64420              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
64421              From: Nicholas Clark <nick@ccl4.org>
64422              Date: Fri, 17 Nov 2000 22:10:28 +0000
64423              Message-ID: <20001117221028.A88930@plum.flirble.org>
64424      Branch: perl
64425            ! pod/perlfunc.pod
64426 ____________________________________________________________________________
64427 [  7730] By: jhi                                   on 2000/11/18  00:12:18
64428         Log: Subject: Fix for README.amiga (20000323.033)
64429              From: "Stephen P. Potter" <spp@spotter.yi.org>
64430              Date: Fri, 17 Nov 2000 12:25:51 -0500
64431              Message-Id: <200011171725.MAA05768@spotter.yi.org>
64432      Branch: perl
64433            ! README.amiga
64434 ____________________________________________________________________________
64435 [  7729] By: jhi                                   on 2000/11/18  00:08:34
64436         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
64437              From: "A. C. Yardley" <yardley@tanet.net>
64438              Date: Mon, 3 Apr 2000 11:35:33 -0700
64439              Message-ID: <3483.000403@tanet.net>
64440      Branch: perl
64441            ! README.win32
64442 ____________________________________________________________________________
64443 [  7728] By: nick                                  on 2000/11/17  21:59:47
64444         Log: Integrate mainline
64445      Branch: perlio
64446           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
64447           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
64448           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
64449           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
64450 ____________________________________________________________________________
64451 [  7727] By: nick                                  on 2000/11/17  21:56:31
64452         Log: Experiment on use of attributes.pm interface.
64453              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
64454              SVt_PVRV if not already something better (else vivify of say magic gets
64455              core dump).
64456      Branch: perlio
64457            ! perlio.c pp.c
64458 ____________________________________________________________________________
64459 [  7726] By: jhi                                   on 2000/11/17  14:15:49
64460         Log: Subject: Fix for 20000815.006
64461              From: "Stephen P. Potter" <spp@spotter.yi.org>
64462              Date: Fri, 17 Nov 2000 08:57:45 -0500
64463              Message-Id: <200011171357.IAA05122@spotter.yi.org>
64464              
64465              It's really 20000518.006.
64466      Branch: perl
64467            ! pod/perlmodlib.PL
64468 ____________________________________________________________________________
64469 [  7725] By: jhi                                   on 2000/11/17  14:12:31
64470         Log: Subject: Fix for 20000409.001
64471              From: "Stephen P. Potter" <spp@spotter.yi.org>
64472              Date: Fri, 17 Nov 2000 08:55:45 -0500
64473              Message-Id: <200011171355.IAA05104@spotter.yi.org>
64474      Branch: perl
64475            ! pod/perlfaq9.pod
64476 ____________________________________________________________________________
64477 [  7724] By: jhi                                   on 2000/11/17  14:08:58
64478         Log: Undo #7627 now that we have =head3.
64479      Branch: perl
64480            ! pod/perlhack.pod
64481 ____________________________________________________________________________
64482 [  7723] By: jhi                                   on 2000/11/17  14:04:09
64483         Log: As surmised the #7719 wasn't a good move.
64484      Branch: perl
64485            ! hints/solaris_2.sh
64486 ____________________________________________________________________________
64487 [  7722] By: jhi                                   on 2000/11/17  13:59:04
64488         Log: Also the 64bitall hints can be either here or there.
64489      Branch: perl
64490            ! hints/solaris_2.sh
64491 ____________________________________________________________________________
64492 [  7721] By: jhi                                   on 2000/11/17  02:26:23
64493         Log: Test tweak for the open pragma.
64494      Branch: perl
64495            ! t/lib/b.t
64496 ____________________________________________________________________________
64497 [  7720] By: jhi                                   on 2000/11/17  00:23:22
64498         Log: The long double hints can be here or there.
64499      Branch: perl
64500            ! hints/solaris_2.sh
64501 ____________________________________________________________________________
64502 [  7719] By: jhi                                   on 2000/11/17  00:14:06
64503         Log: For Solaris use64bitall the stdchar needs a little bit of help.
64504      Branch: perl
64505            ! hints/solaris_2.sh
64506 ____________________________________________________________________________
64507 [  7718] By: jhi                                   on 2000/11/16  23:27:34
64508         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
64509              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
64510              Date: Wed, 15 Nov 2000 08:56:32 +0100
64511              Message-ID: <3A1241B0.64477E00@alcatel.at>
64512      Branch: perl
64513            ! lib/Carp/Heavy.pm
64514 ____________________________________________________________________________
64515 [  7717] By: jhi                                   on 2000/11/16  23:23:29
64516         Log: Subject: [PATCH] Re: 20001101.003 PDL
64517              From: Nicholas Clark <nick@ccl4.org>
64518              Date: Thu, 16 Nov 2000 16:48:25 +0000
64519              Message-ID: <20001116164825.B93487@plum.flirble.org>
64520      Branch: perl
64521            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
64522 ____________________________________________________________________________
64523 [  7716] By: jhi                                   on 2000/11/16  23:21:31
64524         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
64525              From: "Casey R. Tweten" <crt@kiski.net>
64526              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
64527              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
64528      Branch: perl
64529            ! lib/Pod/Checker.pm pod/perlpod.pod
64530 ____________________________________________________________________________
64531 [  7715] By: jhi                                   on 2000/11/16  23:19:40
64532         Log: Avoid an infinite loop in VMS when utils scripts are run
64533              with no arguments, from Charles Lane.
64534      Branch: perl
64535            ! configure.com
64536 ____________________________________________________________________________
64537 [  7714] By: jhi                                   on 2000/11/16  23:17:08
64538         Log: Subject: perllocale.pod changes
64539              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64540              Date: Mon, 13 Nov 2000 10:09:22 +0300
64541              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
64542      Branch: perl
64543            ! pod/perllocale.pod
64544 ____________________________________________________________________________
64545 [  7713] By: jhi                                   on 2000/11/16  23:14:06
64546         Log: Integrate perlio.
64547      Branch: perl
64548           !> doio.c perlio.c perlio.h util.c
64549 ____________________________________________________________________________
64550 [  7712] By: nick                                  on 2000/11/16  21:10:58
64551         Log: Integrate mainline
64552      Branch: perlio
64553           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
64554           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
64555           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
64556           !> vos/config.ga.def vos/config.ga.h win32/config.bc
64557           !> win32/config.gc win32/config.vc
64558 ____________________________________________________________________________
64559 [  7711] By: nick                                  on 2000/11/16  19:56:41
64560         Log: Minor tweaks:
64561              consistent way of getting 'rb', 'wb' etc. for binary opens
64562              move *perlio::layers to *open::layers
64563              a #define to show layers available
64564              DOSISH popen/PerlIO had export/import sense inverted.
64565      Branch: perlio
64566            ! doio.c perlio.c perlio.h util.c
64567 ____________________________________________________________________________
64568 [  7710] By: jhi                                   on 2000/11/16  15:46:05
64569         Log: Add HAS_SBRK_PROTO.
64570      Branch: metaconfig/U/perl
64571            + d_sbrkproto.U
64572      Branch: perl
64573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64574            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
64575            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
64576            ! vos/config.ga.def vos/config.ga.h win32/config.bc
64577            ! win32/config.gc win32/config.vc
64578 ____________________________________________________________________________
64579 [  7709] By: nick                                  on 2000/11/16  07:31:49
64580         Log: Integrate mainline
64581      Branch: perlio
64582           !> (integrate 35 files)
64583 ____________________________________________________________________________
64584 [  7708] By: jhi                                   on 2000/11/16  05:33:03
64585         Log: These files are text, not binary.
64586      Branch: perl
64587            ! ext/Encode/Encode/iso8859-10.enc
64588            ! ext/Encode/Encode/iso8859-13.enc
64589            ! ext/Encode/Encode/iso8859-14.enc
64590            ! ext/Encode/Encode/iso8859-15.enc
64591 ____________________________________________________________________________
64592 [  7707] By: jhi                                   on 2000/11/16  01:53:37
64593         Log: Update Changes.
64594      Branch: perl
64595            ! Changes patchlevel.h
64596 ____________________________________________________________________________
64597 [  7706] By: jhi                                   on 2000/11/16  01:35:59
64598         Log: More #undefing of stdio.
64599      Branch: perl
64600            ! fakesdio.h nostdio.h
64601 ____________________________________________________________________________
64602 [  7705] By: jhi                                   on 2000/11/16  01:34:18
64603         Log: Add fwalk() probe to the configuration files and regen perltoc.
64604      Branch: perl
64605            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64606            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
64607            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
64608            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
64609            ! win32/config.bc win32/config.gc win32/config.vc
64610 ____________________________________________________________________________
64611 [  7704] By: jhi                                   on 2000/11/16  01:33:07
64612         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
64613              an optional third argument to Inlibc?)
64614      Branch: metaconfig/U/perl
64615            + d__fwalk.U
64616 ____________________________________________________________________________
64617 [  7703] By: jhi                                   on 2000/11/16  01:09:22
64618         Log: The type of the hash_cb() size argument is tricky.
64619      Branch: perl
64620            ! ext/DB_File/DB_File.xs
64621 ____________________________________________________________________________
64622 [  7702] By: jhi                                   on 2000/11/15  23:01:16
64623         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
64624      Branch: perl
64625            ! nostdio.h
64626 ____________________________________________________________________________
64627 [  7701] By: jhi                                   on 2000/11/15  22:52:32
64628         Log: Detypo.
64629      Branch: perl
64630            ! t/lib/bigfltpm.t
64631 ____________________________________________________________________________
64632 [  7700] By: jhi                                   on 2000/11/15  22:51:56
64633         Log: UINT64_C() work continues.
64634      Branch: perl
64635            ! handy.h perl.h utf8.h
64636 ____________________________________________________________________________
64637 [  7699] By: jhi                                   on 2000/11/15  14:13:04
64638         Log: SOCKS has its own USE_THREADS, based on
64639              
64640              Subject: [ID 20001114.002] et. al. bugfix followup
64641              From: Jens Hamisch <jens@Strawberry.COM> 
64642              Date: Wed, 15 Nov 2000 14:23:11 +0100
64643              Message-ID: <20001115142311.A21164@Strawberry.COM>
64644      Branch: perl
64645            ! perl.h
64646 ____________________________________________________________________________
64647 [  7698] By: jhi                                   on 2000/11/15  03:50:56
64648         Log: Add few missing #undefs and sort them.
64649      Branch: perl
64650            ! fakesdio.h
64651 ____________________________________________________________________________
64652 [  7697] By: jhi                                   on 2000/11/15  03:39:14
64653         Log: Linenumber fix.
64654      Branch: perl
64655            ! t/pragma/warn/utf8
64656 ____________________________________________________________________________
64657 [  7696] By: jhi                                   on 2000/11/15  02:55:26
64658         Log: EBCDIC tweaks.
64659              
64660              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
64661              From: Peter Prymmer <pvhp@forte.com>
64662              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
64663              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
64664      Branch: perl
64665            ! t/op/regmesg.t t/pragma/warn/utf8
64666 ____________________________________________________________________________
64667 [  7695] By: jhi                                   on 2000/11/15  02:53:58
64668         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
64669              From: Peter Prymmer <pvhp@forte.com>
64670              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
64671              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
64672      Branch: perl
64673            ! utf8.c
64674 ____________________________________________________________________________
64675 [  7694] By: jhi                                   on 2000/11/15  02:50:55
64676         Log: Subject: [PATCH: perl@7674] updates to README.os390
64677              From: Prymmer/Kahn <pvhp@best.com>
64678              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
64679              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
64680      Branch: perl
64681            ! README.os390
64682 ____________________________________________________________________________
64683 [  7693] By: jhi                                   on 2000/11/15  02:48:37
64684         Log: Quit utf8_to_uv() instantly if curlen == 0.
64685      Branch: perl
64686            ! utf8.c
64687 ____________________________________________________________________________
64688 [  7692] By: jhi                                   on 2000/11/15  02:24:29
64689         Log: Use u_int32_t for the size of hash_cb(), not size_t.
64690              
64691              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
64692              From: Jens Hamisch <jens@Strawberry.COM>     
64693              Date: Tue, 14 Nov 2000 19:03:55 +0100
64694              Message-Id: <20001114190355.A20559@Strawberry.COM>
64695      Branch: perl
64696            ! ext/DB_File/DB_File.xs
64697 ____________________________________________________________________________
64698 [  7691] By: jhi                                   on 2000/11/15  02:20:12
64699         Log: Use UINT64_C().
64700              
64701              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
64702              From: Jens Hamisch <jens@Strawberry.COM>
64703              Date: Tue, 14 Nov 2000 19:16:23 +0100
64704              Message-Id: <20001114191623.G20559@Strawberry.COM>
64705      Branch: perl
64706            ! utf8.c utf8.h
64707 ____________________________________________________________________________
64708 [  7690] By: jhi                                   on 2000/11/15  02:17:06
64709         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
64710              (a macro to define signed and unsigned integer constants).
64711      Branch: perl
64712            ! handy.h
64713 ____________________________________________________________________________
64714 [  7689] By: jhi                                   on 2000/11/15  01:56:51
64715         Log: Regen Configure.
64716      Branch: perl
64717            ! Configure
64718 ____________________________________________________________________________
64719 [  7688] By: jhi                                   on 2000/11/15  01:56:32
64720         Log: Make the unit know about SOCKS.
64721      Branch: metaconfig
64722            ! U/protos/socksizetype.U
64723 ____________________________________________________________________________
64724 [  7687] By: jhi                                   on 2000/11/15  01:54:47
64725         Log: Remove unused dependencies.
64726      Branch: metaconfig
64727            ! U/compline/d_getpagsz.U
64728 ____________________________________________________________________________
64729 [  7686] By: nick                                  on 2000/11/14  21:25:13
64730         Log: Integrate mainline.
64731      Branch: perlio
64732           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
64733           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
64734           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
64735           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
64736           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
64737           !> win32/config.bc win32/config.gc win32/config.vc
64738           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
64739 ____________________________________________________________________________
64740 [  7685] By: jhi                                   on 2000/11/14  17:54:56
64741         Log: Integrate perlio.
64742      Branch: perl
64743           +> fakesdio.h perliol.h
64744           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
64745           !> perlsdio.h perlsfio.h pod/perlfunc.pod
64746 ____________________________________________________________________________
64747 [  7684] By: nick                                  on 2000/11/14  17:43:04
64748         Log: PerlIO #include and #ifdef re-work.
64749      Branch: perlio
64750            + fakesdio.h perliol.h
64751            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
64752            ! perlsdio.h perlsfio.h
64753 ____________________________________________________________________________
64754 [  7683] By: jhi                                   on 2000/11/14  15:42:40
64755         Log: Hoist the duplicated socket/netdb include logic to perl.h;
64756              undef SETERRNO in case SOCKS has defined it.  Based on:
64757              
64758              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
64759              From: Jens Hamisch <jens@Strawberry.COM> 
64760              Date: Tue, 14 Nov 2000 11:34:40 +0100
64761              Message-Id: <20001114113440.A20005@Strawberry.COM>
64762      Branch: perl
64763            ! doio.c perl.h pp_sys.c
64764 ____________________________________________________________________________
64765 [  7682] By: jhi                                   on 2000/11/14  14:07:28
64766         Log: Subject: some additions for makefiles for win32 (for perl@7674)
64767              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64768              Date: Tue, 14 Nov 2000 09:31:13 +0300
64769              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
64770      Branch: perl
64771            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
64772            ! win32/makefile.mk
64773 ____________________________________________________________________________
64774 [  7681] By: jhi                                   on 2000/11/14  14:01:41
64775         Log: Subject: tiny typo in perl5db.pl
64776              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
64777              Date: Tue, 14 Nov 2000 09:29:28 +0300
64778              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
64779      Branch: perl
64780            ! lib/perl5db.pl
64781 ____________________________________________________________________________
64782 [  7680] By: jhi                                   on 2000/11/14  04:13:50
64783         Log: Redo #7679 with LFs instead of CRLFs.
64784      Branch: perl
64785            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
64786            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
64787            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
64788 ____________________________________________________________________________
64789 [  7679] By: jhi                                   on 2000/11/14  01:21:09
64790         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
64791              From: Benjamin Stuhl <tiriath@yahoo.com> 
64792              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
64793              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
64794      Branch: perl
64795            + win32/bin/mdelete.bat
64796            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
64797            ! makedef.pl perlio.c win32/Makefile win32/config.gc
64798            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
64799 ____________________________________________________________________________
64800 [  7678] By: jhi                                   on 2000/11/14  01:19:20
64801         Log: Fix the re extension building for Win32.
64802              
64803              Subject: [PATCH perl@7638] Get PerlIO building on Win32
64804              From: Benjamin Stuhl <tiriath@yahoo.com> 
64805              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
64806              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
64807      Branch: perl
64808            + ext/re/hints/MSWin32.pl
64809            ! MANIFEST
64810 ____________________________________________________________________________
64811 [  7677] By: jhi                                   on 2000/11/14  01:13:54
64812         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
64813              From: sthoenna@efn.org
64814              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
64815              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
64816      Branch: perl
64817            ! doop.c pp.c toke.c utf8.c utf8.h
64818 ____________________________________________________________________________
64819 [  7676] By: jhi                                   on 2000/11/13  20:23:15
64820         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
64821              From: Nicholas Clark <nick@ccl4.org>
64822              Date: Mon, 13 Nov 2000 18:55:04 +0000
64823              Message-ID: <20001113185504.J29183@plum.flirble.org>
64824      Branch: perl
64825            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
64826 ____________________________________________________________________________
64827 [  7675] By: nick                                  on 2000/11/13  20:21:57
64828         Log: Integrate mainline ...
64829      Branch: perlio
64830           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
64831           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
64832           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
64833           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
64834 ____________________________________________________________________________
64835 [  7674] By: jhi                                   on 2000/11/13  15:07:56
64836         Log: Update Changes.
64837      Branch: perl
64838            ! Changes patchlevel.h
64839 ____________________________________________________________________________
64840 [  7673] By: jhi                                   on 2000/11/13  14:42:42
64841         Log: Remove the new two tests of lib/io_xs for now, they seem to
64842              fail under perlio on some platforms.
64843      Branch: perl
64844            ! t/lib/io_xs.t
64845 ____________________________________________________________________________
64846 [  7672] By: jhi                                   on 2000/11/13  13:57:53
64847         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
64848      Branch: perl
64849            ! perlio.c
64850 ____________________________________________________________________________
64851 [  7671] By: jhi                                   on 2000/11/13  05:30:48
64852         Log: Placate nervous compilers that see longer than ints switch()ing.
64853      Branch: perl
64854            ! utf8.c
64855 ____________________________________________________________________________
64856 [  7670] By: jhi                                   on 2000/11/13  05:14:21
64857         Log: fputs() does return EOF on error but here we don't care.
64858      Branch: perl
64859            ! perlio.c
64860 ____________________________________________________________________________
64861 [  7669] By: jhi                                   on 2000/11/13  05:02:45
64862         Log: Declare reg_data like reg_substr_data.
64863      Branch: perl
64864            ! regexp.h
64865 ____________________________________________________________________________
64866 [  7668] By: jhi                                   on 2000/11/13  04:54:34
64867         Log: Typos in #7667.
64868      Branch: perl
64869            ! perl.h
64870 ____________________________________________________________________________
64871 [  7667] By: jhi                                   on 2000/11/13  04:49:49
64872         Log: Cleanup messy #ifdef.
64873      Branch: perl
64874            ! perl.h
64875 ____________________________________________________________________________
64876 [  7666] By: jhi                                   on 2000/11/13  04:17:34
64877         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
64878              From: Nicholas Clark <nick@talking.bollo.cx>
64879              Date: Sun, 12 Nov 2000 21:14:11 +0000
64880              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
64881              
64882              Note: only one breakage of the two reported is fixed by this patch.
64883      Branch: perl
64884            ! perlio.c
64885 ____________________________________________________________________________
64886 [  7665] By: jhi                                   on 2000/11/13  04:05:07
64887         Log: Tweak the definition of the bit complement on UTF-8 data:
64888              if none of the characters in the string are > 0xff,
64889              the result is a complemented byte string, not a (UTF-8)
64890              char string.  Based on the summary in
64891              
64892              Subject: Re: [ID 20000918.005] ~ on wide chars
64893              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
64894              Date: Fri, 10 Nov 2000 09:47:15 -0800
64895              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
64896              
64897              This should give us the maximum backward (pre-char string)
64898              compatibility and utf8 compatibility.  The other alternative
64899              would be to limit the bit complement to be always byte only,
64900              taking the least significant byte of the chars.
64901      Branch: perl
64902            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
64903 ____________________________________________________________________________
64904 [  7664] By: jhi                                   on 2000/11/13  00:23:44
64905         Log: Couple of tests from #7660 salvaged.
64906      Branch: perl
64907            - t/op/tell.t
64908            ! MANIFEST t/io/tell.t
64909 ____________________________________________________________________________
64910 [  7663] By: jhi                                   on 2000/11/13  00:02:48
64911         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
64912              From: Nicholas Clark <nick@talking.bollo.cx>
64913              Date: Sun, 12 Nov 2000 21:23:43 +0000
64914              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
64915      Branch: perl
64916            ! perlsfio.h
64917 ____________________________________________________________________________
64918 [  7662] By: jhi                                   on 2000/11/13  00:01:39
64919         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
64920              From: Nicholas Clark <nick@talking.bollo.cx>
64921              Date: Sun, 12 Nov 2000 21:30:04 +0000
64922              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
64923      Branch: perl
64924            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
64925 ____________________________________________________________________________
64926 [  7661] By: jhi                                   on 2000/11/12  23:57:29
64927         Log: Document tell() on special streams.
64928      Branch: perl
64929            ! pod/perlfunc.pod
64930 ____________________________________________________________________________
64931 [  7660] By: jhi                                   on 2000/11/12  23:54:22
64932         Log: (Subsumed by #7664)
64933      Branch: perl
64934            + t/op/tell.t
64935            ! MANIFEST
64936 ____________________________________________________________________________
64937 [  7659] By: jhi                                   on 2000/11/12  22:55:25
64938         Log: Many subdocumented return values of the IO extension now documented.
64939              ungetc and write still left subdocumented.
64940              
64941              Subject: [PATCH] (was Re: IO::Handle::ungetc)
64942              From: Nicholas Clark <nick@talking.bollo.cx>
64943              Date: Sun, 12 Nov 2000 21:35:53 +0000
64944              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
64945      Branch: perl
64946            ! ext/IO/lib/IO/Handle.pm
64947 ____________________________________________________________________________
64948 [  7658] By: jhi                                   on 2000/11/12  21:37:06
64949         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
64950              From: Nicholas Clark <nick@talking.bollo.cx>
64951              Date: Sun, 12 Nov 2000 20:03:22 +0000
64952              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
64953      Branch: perl
64954            ! pod/perlfunc.pod
64955 ____________________________________________________________________________
64956 [  7657] By: jhi                                   on 2000/11/12  20:34:55
64957         Log: Integrate perlio.
64958      Branch: perl
64959           !> perlio.c
64960 ____________________________________________________________________________
64961 [  7656] By: nick                                  on 2000/11/12  19:25:06
64962         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
64963      Branch: perlio
64964            ! perlio.c
64965 ____________________________________________________________________________
64966 [  7655] By: nick                                  on 2000/11/12  19:09:41
64967         Log: Integrate mainline
64968      Branch: perlio
64969           +> README.solaris ext/Encode/Encode/cp1006.enc
64970           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
64971           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
64972           +> ext/Encode/Encode/iso8859-13.enc
64973           +> ext/Encode/Encode/iso8859-14.enc
64974           +> ext/Encode/Encode/iso8859-15.enc
64975           !> (integrate 34 files)
64976 ____________________________________________________________________________
64977 [  7654] By: jhi                                   on 2000/11/12  19:00:22
64978         Log: Add a metaconfig unit for fsync.
64979      Branch: metaconfig/U/perl
64980            + d_fsync.U
64981 ____________________________________________________________________________
64982 [  7653] By: jhi                                   on 2000/11/12  19:00:01
64983         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
64984      Branch: perl
64985            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64986            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
64987            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64988            ! vos/config.ga.h win32/config.bc win32/config.gc
64989            ! win32/config.vc
64990 ____________________________________________________________________________
64991 [  7652] By: jhi                                   on 2000/11/11  21:12:01
64992         Log: Copy the s// information of README.hpux also to the perlrun.
64993      Branch: perl
64994            ! README.hpux pod/perlrun.pod
64995 ____________________________________________________________________________
64996 [  7651] By: jhi                                   on 2000/11/11  21:03:13
64997         Log: More README.solaris updates from Andy Dougherty.
64998      Branch: perl
64999            ! README.solaris
65000 ____________________________________________________________________________
65001 [  7650] By: jhi                                   on 2000/11/11  18:38:57
65002         Log: More descriptive error for unknown perlio layers.
65003              
65004              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
65005              From: Dominic Dunlop <domo@computer.org> 
65006              Date: Sat, 11 Nov 2000 18:20:32 +0100             
65007              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
65008      Branch: perl
65009            ! perlio.c pod/perldiag.pod
65010 ____________________________________________________________________________
65011 [  7649] By: jhi                                   on 2000/11/11  18:37:52
65012         Log: MachTen doesn't really do mmap() and munmap().
65013              
65014              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
65015              From: Dominic Dunlop <domo@computer.org> 
65016              Date: Sat, 11 Nov 2000 18:20:32 +0100             
65017              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
65018      Branch: perl
65019            ! hints/machten.sh
65020 ____________________________________________________________________________
65021 [  7648] By: jhi                                   on 2000/11/11  18:36:46
65022         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
65023              From: rspier@pobox.com (Robert Spier)
65024              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
65025              Message-ID: <14861.32839.491271.985797@rls.cx>
65026      Branch: perl
65027            ! Porting/Contract pod/perltoot.pod
65028 ____________________________________________________________________________
65029 [  7647] By: jhi                                   on 2000/11/11  18:35:30
65030         Log: Simplify the getpagesize() unit by dropping the
65031              pagesize probe since it's nowadays slightly more
65032              complicated because of sysconf(). (Note: if some
65033              platform really needs the -lPW for getpagesize,
65034              I just broke it.)
65035              
65036              TODO: a new pagesize unit.
65037      Branch: metaconfig
65038            ! U/compline/d_getpagsz.U
65039 ____________________________________________________________________________
65040 [  7646] By: jhi                                   on 2000/11/11  18:33:23
65041         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
65042      Branch: perl
65043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65044            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
65045            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65046            ! vos/config.ga.h win32/config.bc win32/config.gc
65047            ! win32/config.vc
65048 ____________________________________________________________________________
65049 [  7645] By: jhi                                   on 2000/11/11  16:45:15
65050         Log: Use sysconf() or getpagesize() to find out the pagesize.
65051      Branch: perl
65052            ! perlio.c
65053 ____________________________________________________________________________
65054 [  7644] By: jhi                                   on 2000/11/11  15:46:08
65055         Log: Integrate perlio.
65056      Branch: perl
65057           !> perlio.c
65058 ____________________________________________________________________________
65059 [  7643] By: jhi                                   on 2000/11/11  15:33:36
65060         Log: Subject: Re: [PATCH] README.solaris
65061              From: Lupe Christoph <lupe@lupe-christoph.de>
65062              Date: Sat, 11 Nov 2000 14:08:10 +0100
65063              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
65064      Branch: perl
65065            ! README.solaris
65066 ____________________________________________________________________________
65067 [  7642] By: jhi                                   on 2000/11/11  15:22:12
65068         Log: Subject: [PATCH perl@7638] cygwin port
65069              From: "Eric Fifer" <egf7@columbia.edu>            
65070              Date: Fri, 10 Nov 2000 19:30:30 -0000
65071              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
65072      Branch: perl
65073            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
65074 ____________________________________________________________________________
65075 [  7641] By: nick                                  on 2000/11/11  14:50:36
65076         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
65077              Also call "Buf" layer directly when unread'ing non-read chars.
65078      Branch: perlio
65079            ! perlio.c
65080 ____________________________________________________________________________
65081 [  7640] By: jhi                                   on 2000/11/11  02:05:02
65082         Log: Add more encoding tables.
65083      Branch: perl
65084            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
65085            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
65086            + ext/Encode/Encode/iso8859-10.enc
65087            + ext/Encode/Encode/iso8859-13.enc
65088            + ext/Encode/Encode/iso8859-14.enc
65089            + ext/Encode/Encode/iso8859-15.enc
65090            ! MANIFEST
65091 ____________________________________________________________________________
65092 [  7639] By: jhi                                   on 2000/11/10  18:49:25
65093         Log: Subject: [PATCH] README.solaris
65094              From: Andy Dougherty <doughera@lafayette.edu>
65095              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
65096              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
65097      Branch: perl
65098            + README.solaris
65099            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
65100            ! pod/perl.pod pod/perltoc.pod
65101 ____________________________________________________________________________
65102 [  7638] By: jhi                                   on 2000/11/10  15:04:15
65103         Log: Update Changes.
65104      Branch: perl
65105            ! Changes patchlevel.h
65106 ____________________________________________________________________________
65107 [  7637] By: jhi                                   on 2000/11/10  14:14:28
65108         Log: Explain better why certain regex tests are skipped.
65109              
65110              Subject: Re: tests skipped: unknown reason
65111              From: Lupe Christoph <lupe@lupe-christoph.de>
65112              Date: Fri, 10 Nov 2000 09:08:56 +0100
65113              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
65114      Branch: perl
65115            ! t/op/regexp.t
65116 ____________________________________________________________________________
65117 [  7636] By: nick                                  on 2000/11/10  13:40:00
65118         Log: Integrate mainline.
65119      Branch: perlio
65120           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
65121           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
65122           !> win32/bin/search.pl
65123 ____________________________________________________________________________
65124 [  7635] By: nick                                  on 2000/11/10  13:25:52
65125         Log: Re-instate stdio large file support via perlio.
65126      Branch: perl
65127            ! perlio.c
65128 ____________________________________________________________________________
65129 [  7634] By: jhi                                   on 2000/11/10  04:49:55
65130         Log: Amdahl UTS hints updates.
65131              
65132              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
65133              From: hom00@utsglobal.com (Harold O Morris)
65134              Date: Thu, 9 Nov 2000 20:02 PST
65135              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
65136      Branch: perl
65137            ! hints/uts.sh
65138 ____________________________________________________________________________
65139 [  7633] By: jhi                                   on 2000/11/09  23:33:28
65140         Log: Subject: [PATCH] IO::Seekable pod
65141              From: Nicholas Clark <nick@talking.bollo.cx>
65142              Date: Thu, 9 Nov 2000 20:29:45 +0000
65143              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
65144      Branch: perl
65145            ! ext/IO/lib/IO/Handle.pm
65146 ____________________________________________________________________________
65147 [  7632] By: jhi                                   on 2000/11/09  21:55:41
65148         Log: Various doc oddball characters.
65149              
65150              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
65151              From: Michael Somos <somos@grail.cba.csuohio.edu>
65152              Date: Mon, 6 Nov 2000 17:44:20 -0500
65153              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
65154      Branch: perl
65155            ! emacs/cperl-mode.el lib/unicode/syllables.txt
65156            ! win32/bin/search.pl
65157 ____________________________________________________________________________
65158 [  7631] By: jhi                                   on 2000/11/09  21:12:29
65159         Log: Subject: Re: bash -c exit and linux hints 
65160              From: "John P. Linderman" <jpl@research.att.com>
65161              Date: Thu, 02 Nov 2000 09:37:25 -0500
65162              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
65163      Branch: perl
65164            ! hints/linux.sh
65165 ____________________________________________________________________________
65166 [  7630] By: nick                                  on 2000/11/09  20:34:11
65167         Log: Integrate mainline.
65168      Branch: perlio
65169           !> (integrate 91 files)
65170 ____________________________________________________________________________
65171 [  7629] By: jhi                                   on 2000/11/09  19:46:31
65172         Log: Missing dTHXs.
65173              
65174              Subject: RE: perl@7595 builds not on cygwin
65175              From: "Eric Fifer" <egf7@columbia.edu>
65176              Date: Thu, 9 Nov 2000 19:26:50 -0000
65177              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
65178      Branch: perl
65179            ! ext/Devel/Peek/Peek.xs
65180 ____________________________________________________________________________
65181 [  7628] By: jhi                                   on 2000/11/09  14:48:27
65182         Log: Disable only the tests 99 and 166 for UTF-8 locales.
65183      Branch: perl
65184            ! t/pragma/locale.t
65185 ____________________________________________________________________________
65186 [  7627] By: jhi                                   on 2000/11/09  14:40:27
65187         Log: There's no =head3.
65188      Branch: perl
65189            ! pod/perlhack.pod
65190 ____________________________________________________________________________
65191 [  7626] By: jhi                                   on 2000/11/09  13:54:26
65192         Log: The generated boot_* headers are wrong.  Pickier compiler,
65193              such as KAI C++ will refuse to compile the resulting perlmain.
65194              
65195              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
65196              From: Harri Pasanen <harri.pasanen@trema.com>
65197              Date: Thu, 09 Nov 2000 14:23:28 +0100
65198              Message-Id: <3A0AA550.26D548A3@trema.com>
65199      Branch: perl
65200            ! minimod.pl
65201 ____________________________________________________________________________
65202 [  7625] By: jhi                                   on 2000/11/09  13:50:44
65203         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
65204              From: Prymmer/Kahn <pvhp@best.com>
65205              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
65206              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
65207              
65208              All except the "cow orker" change.
65209      Branch: perl
65210            ! Porting/pumpkin.pod
65211 ____________________________________________________________________________
65212 [  7624] By: jhi                                   on 2000/11/09  13:45:33
65213         Log: Fix for
65214              
65215              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
65216              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
65217              Date: Thu, 09 Nov 2000 11:05:52 +0100
65218              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
65219      Branch: perl
65220            ! pod/perldiag.pod t/pragma/warn/pp_sys
65221 ____________________________________________________________________________
65222 [  7623] By: jhi                                   on 2000/11/09  13:37:16
65223         Log: Typo in an ifndef.
65224              
65225              Subject: Re: [PATCH 5.7.0] better messages from malloc()
65226              From: Joe Smith <jms@inwap.com>         
65227              Date: Thu, 09 Nov 2000 01:33:14 -0800
65228              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
65229      Branch: perl
65230            ! malloc.c
65231 ____________________________________________________________________________
65232 [  7622] By: jhi                                   on 2000/11/09  13:31:18
65233         Log: Remove unused extra arguments.
65234      Branch: metaconfig/U/perl
65235            ! perlxv.U
65236      Branch: perl
65237            ! Configure config_h.SH
65238 ____________________________________________________________________________
65239 [  7621] By: jhi                                   on 2000/11/09  13:16:36
65240         Log: More VMS moves on environment handling, from Charles Lane.
65241      Branch: perl
65242            ! t/pragma/locale.t
65243 ____________________________________________________________________________
65244 [  7620] By: jhi                                   on 2000/11/09  04:42:38
65245         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
65246              From: David Dyck <dcd@tc.fluke.com>
65247              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
65248              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
65249      Branch: perl
65250            ! pp_sys.c
65251 ____________________________________________________________________________
65252 [  7619] By: jhi                                   on 2000/11/09  04:36:21
65253         Log: Forgot from #7618.
65254      Branch: perl
65255            ! lib/File/stat.pm
65256 ____________________________________________________________________________
65257 [  7618] By: jhi                                   on 2000/11/09  04:28:44
65258         Log: Make deleting for %ENV work for (newer versions of) VMS,
65259              from Craig A. Berry.
65260      Branch: perl
65261            ! vms/vms.c
65262 ____________________________________________________________________________
65263 [  7617] By: jhi                                   on 2000/11/09  04:25:05
65264         Log: Subject: [PATCH] Class::Struct at compile time
65265              From: "Casey R. Tweten" <crt@kiski.net>
65266              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
65267              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
65268      Branch: perl
65269            ! lib/Class/Struct.pm
65270 ____________________________________________________________________________
65271 [  7616] By: jhi                                   on 2000/11/09  04:15:17
65272         Log: Subject: [ID 20001108.013] spelling
65273              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
65274              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
65275              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
65276      Branch: perl
65277            ! lib/ftp.pl
65278 ____________________________________________________________________________
65279 [  7615] By: jhi                                   on 2000/11/09  04:12:42
65280         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
65281              From: Peter Prymmer <pvhp@forte.com>
65282              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
65283              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
65284      Branch: perl
65285            ! configure.com
65286 ____________________________________________________________________________
65287 [  7614] By: jhi                                   on 2000/11/08  22:42:55
65288         Log: A missing aTHX_.
65289      Branch: perl
65290            ! ext/IPC/SysV/SysV.xs
65291 ____________________________________________________________________________
65292 [  7613] By: jhi                                   on 2000/11/08  19:30:21
65293         Log: Update Changes.
65294      Branch: perl
65295            ! Changes patchlevel.h
65296 ____________________________________________________________________________
65297 [  7612] By: jhi                                   on 2000/11/08  18:35:25
65298         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
65299              From: David Dyck <dcd@tc.fluke.com>
65300              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
65301              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
65302      Branch: perl
65303            ! pp_sys.c
65304 ____________________________________________________________________________
65305 [  7611] By: jhi                                   on 2000/11/08  18:30:26
65306         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
65307              From: Dominic Dunlop <domo@computer.org>
65308              Date: Tue, 7 Nov 2000 12:05:25 +0100
65309              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
65310      Branch: perl
65311            ! malloc.c
65312 ____________________________________________________________________________
65313 [  7610] By: jhi                                   on 2000/11/08  18:25:14
65314         Log: Do not test UTF-8 locales since that the tests would require
65315              polymorphic regexen.
65316      Branch: perl
65317            ! t/pragma/locale.t
65318 ____________________________________________________________________________
65319 [  7609] By: jhi                                   on 2000/11/08  17:12:51
65320         Log: Locale buglets.
65321              
65322              Subject: RE: Locales support (setlocale) fixes
65323              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
65324              Date: Wed, 8 Nov 2000 20:01:39 +0300
65325              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
65326      Branch: perl
65327            ! t/pragma/locale.t util.c
65328 ____________________________________________________________________________
65329 [  7608] By: jhi                                   on 2000/11/08  17:00:16
65330         Log: Deleting $ENV{PATH} in VMS is not recommendable.
65331      Branch: perl
65332            ! t/pragma/locale.t
65333 ____________________________________________________________________________
65334 [  7607] By: jhi                                   on 2000/11/08  16:58:26
65335         Log: Subject: PATCH std stdio for (Free)BSD
65336              From: Nicholas Clark <nick@ccl4.org>
65337              Date: Wed, 8 Nov 2000 15:36:29 +0000
65338              Message-ID: <20001108153629.D98736@plum.flirble.org>
65339      Branch: metaconfig
65340            ! U/compline/d_stdstdio.U
65341      Branch: perl
65342            ! Configure config_h.SH
65343 ____________________________________________________________________________
65344 [  7606] By: jhi                                   on 2000/11/08  16:43:31
65345         Log: Forgot to bump the line numbers in #7601.
65346      Branch: perl
65347            ! t/pragma/warn/pp_sys
65348 ____________________________________________________________________________
65349 [  7605] By: jhi                                   on 2000/11/08  16:39:12
65350         Log: More careful detection of how well NVs and UVs mix.
65351              
65352              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))
65353              From: Nicholas Clark <nick@ccl4.org>
65354              Date: Wed, 8 Nov 2000 15:14:12 +0000
65355              Message-ID: <20001108151412.B98736@plum.flirble.org>
65356              
65357              Added some SIGFPE paranoia.
65358      Branch: metaconfig/U/perl
65359            ! perlxv.U
65360      Branch: perl
65361            ! Configure config_h.SH
65362 ____________________________________________________________________________
65363 [  7604] By: jhi                                   on 2000/11/08  14:39:10
65364         Log: Subject: [patch perl@7595] VMS configure.com tweak
65365              From: "Craig A. Berry" <craigberry@mac.com>
65366              Date: Wed, 8 Nov 2000 00:24:12 -0600
65367              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
65368      Branch: perl
65369            ! configure.com
65370 ____________________________________________________________________________
65371 [  7603] By: jhi                                   on 2000/11/08  14:27:11
65372         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
65373              From: Robin Barker <rmb1@cise.npl.co.uk>
65374              Date: Wed, 8 Nov 2000 11:11:39 GMT
65375              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
65376      Branch: perl
65377            ! perlio.c
65378 ____________________________________________________________________________
65379 [  7602] By: jhi                                   on 2000/11/08  14:25:03
65380         Log: Fix for the tie-refhash string table leaks.
65381              
65382              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
65383              Date: Wed, 8 Nov 2000 13:03:04 GMT
65384              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
65385      Branch: perl
65386            ! t/lib/tie-refhash.t
65387 ____________________________________________________________________________
65388 [  7601] By: jhi                                   on 2000/11/08  14:21:08
65389         Log: Try to avoid flockless and emulationless places.
65390      Branch: perl
65391            ! t/pragma/warn/pp_sys
65392 ____________________________________________________________________________
65393 [  7600] By: jhi                                   on 2000/11/08  02:28:54
65394         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
65395              
65396              Subject: [PATCH] prototyped functions that should be overrideable
65397              From: "Casey R. Tweten" <crt@kiski.net>
65398              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
65399              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
65400      Branch: perl
65401            ! toke.c
65402 ____________________________________________________________________________
65403 [  7599] By: jhi                                   on 2000/11/08  01:12:05
65404         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
65405              
65406              Subject: [PATCH] perlbug.PL
65407              From: "Kurt D. Starsinic" <kstar@chapin.edu>
65408              Date: Mon, 6 Nov 2000 21:39:01 -0500
65409              Message-ID: <20001106213901.B20955@O2.chapin.edu>
65410      Branch: perl
65411            ! utils/perlbug.PL
65412 ____________________________________________________________________________
65413 [  7598] By: jhi                                   on 2000/11/07  23:42:00
65414         Log: Bad thinko in #7581 (I used the test program with the expanded
65415              values as-is).
65416      Branch: metaconfig
65417            ! U/compline/d_stdstdio.U
65418      Branch: perl
65419            ! Configure
65420 ____________________________________________________________________________
65421 [  7597] By: jhi                                   on 2000/11/07  21:43:29
65422         Log: Subject: [PATCH perl@7573] cygwin port
65423              From: "Fifer, Eric" <EFifer@sanwaint.com>
65424              Date: Tue, 7 Nov 2000 18:08:51 -0000 
65425              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
65426              
65427              Synchronize with Cygwin 1.1.5.
65428      Branch: perl
65429            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
65430            ! pod/perlport.pod unixish.h util.c
65431 ____________________________________________________________________________
65432 [  7596] By: jhi                                   on 2000/11/07  21:39:25
65433         Log: perlhack updates from H.Merijn Brand.
65434      Branch: perl
65435            ! pod/perlhack.pod
65436 ____________________________________________________________________________
65437 [  7595] By: jhi                                   on 2000/11/07  20:21:41
65438         Log: Update Changes.
65439      Branch: perl
65440            ! Changes patchlevel.h
65441 ____________________________________________________________________________
65442 [  7594] By: jhi                                   on 2000/11/07  19:18:58
65443         Log: Be more robust in Dynaloader.pm.
65444      Branch: perl
65445            ! ext/DynaLoader/DynaLoader_pm.PL
65446 ____________________________________________________________________________
65447 [  7593] By: jhi                                   on 2000/11/07  16:49:31
65448         Log: AUTHORS update.
65449      Branch: perl
65450            ! AUTHORS
65451 ____________________________________________________________________________
65452 [  7592] By: gsar                                  on 2000/11/07  16:39:51
65453         Log: normalize relative paths in virtualized current directory on windows,
65454              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
65455              returns)
65456      Branch: perl
65457            ! win32/vdir.h
65458 ____________________________________________________________________________
65459 [  7591] By: jhi                                   on 2000/11/07  16:04:26
65460         Log: Too profiler-happy: with optimization the #7590 actually makes
65461              the test to run 0.5% _slower_.  Requires much more instrumentation.
65462              Retract #7590.
65463      Branch: perl
65464            ! regcomp.c regcomp.h
65465 ____________________________________________________________________________
65466 [  7590] By: jhi                                   on 2000/11/07  15:51:13
65467         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
65468              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
65469              by using memset() and testing bytewise (as opposed to bitwise).
65470      Branch: perl
65471            ! regcomp.c regcomp.h
65472 ____________________________________________________________________________
65473 [  7589] By: jhi                                   on 2000/11/07  12:56:39
65474         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
65475              From: "Craig A. Berry" <craig.berry@psinetcs.com>
65476              Date: Mon, 06 Nov 2000 23:45:30 -0500
65477              Message-Id: <0011079735.AA973576259@univpress.com>
65478      Branch: perl
65479            ! configure.com t/lib/st-lock.t
65480 ____________________________________________________________________________
65481 [  7588] By: jhi                                   on 2000/11/07  01:03:28
65482         Log: Tweak #7587.
65483      Branch: perl
65484            ! pod/perldiag.pod
65485 ____________________________________________________________________________
65486 [  7587] By: jhi                                   on 2000/11/07  01:00:27
65487         Log: A doc addition for bug id 20001105.019, beware \p.
65488      Branch: perl
65489            ! pod/perldiag.pod
65490 ____________________________________________________________________________
65491 [  7586] By: jhi                                   on 2000/11/07  00:32:22
65492         Log: Fake support of holey files in win/dosish platforms.
65493              
65494              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
65495              From: kipp@shonanblue.ne.jp
65496              Date: Mon, 6 Nov 2000 13:30:55 -0800
65497              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
65498      Branch: perl
65499            ! ext/SDBM_File/sdbm/sdbm.c
65500 ____________________________________________________________________________
65501 [  7585] By: jhi                                   on 2000/11/07  00:12:54
65502         Log: Subject: Pod updates
65503              From: "Stephen P. Potter" <spp@spotter.yi.org>
65504              Date: Mon, 06 Nov 2000 18:56:43 -0500
65505              Message-Id: <200011062357.SAA18173@spotter.yi.org>
65506      Branch: perl
65507            ! README.dos README.os2 README.win32 pod/buildtoc.PL
65508            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
65509            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
65510            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
65511            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
65512            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
65513            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
65514            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
65515            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
65516            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
65517            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
65518            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
65519            ! pod/perltootc.pod pod/perlunicode.pod
65520 ____________________________________________________________________________
65521 [  7584] By: jhi                                   on 2000/11/07  00:04:17
65522         Log: Varargs don't always work too well if one puts an unsigned
65523              char on the stack and pop an unsigned quad off the stack.
65524              
65525              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
65526              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
65527              Date: Mon, 06 Nov 2000 15:19:05 -0800
65528              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
65529      Branch: perl
65530            ! utf8.c
65531 ____________________________________________________________________________
65532 [  7583] By: jhi                                   on 2000/11/06  23:58:48
65533         Log: %ENV note tweaks from Dan Sugalski.
65534      Branch: perl
65535            ! pod/perlport.pod vms/perlvms.pod
65536 ____________________________________________________________________________
65537 [  7582] By: jhi                                   on 2000/11/06  23:05:49
65538         Log: glibc5 detection by __GNU_LIBRARY__.
65539      Branch: perl
65540            ! toke.c
65541 ____________________________________________________________________________
65542 [  7581] By: jhi                                   on 2000/11/06  22:51:29
65543         Log: Make the stdio test program of 7427 less noisy while being 
65544              compiled so that Digital UNIX wouldn't get both
65545              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
65546              undefined.  This makes perlio happy.
65547      Branch: metaconfig
65548            ! U/compline/d_stdstdio.U
65549      Branch: perl
65550            ! Configure config_h.SH
65551 ____________________________________________________________________________
65552 [  7580] By: jhi                                   on 2000/11/06  22:41:41
65553         Log: Document %ENV = () portability issues.
65554      Branch: perl
65555            ! pod/perlport.pod vms/perlvms.pod
65556 ____________________________________________________________________________
65557 [  7579] By: jhi                                   on 2000/11/06  21:29:24
65558         Log: VOS updates from Paul Green.
65559      Branch: perl
65560            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65561 ____________________________________________________________________________
65562 [  7578] By: jhi                                   on 2000/11/06  21:00:40
65563         Log: Sanitize the environment further.
65564      Branch: perl
65565            ! t/pragma/locale.t
65566 ____________________________________________________________________________
65567 [  7577] By: jhi                                   on 2000/11/06  20:53:51
65568         Log: Re-introduce 7552 lost in integration.
65569      Branch: perl
65570            ! perlio.c
65571 ____________________________________________________________________________
65572 [  7576] By: jhi                                   on 2000/11/06  20:33:46
65573         Log: Admit that the test leaks scalars.
65574      Branch: perl
65575            ! t/comp/proto.t
65576 ____________________________________________________________________________
65577 [  7575] By: jhi                                   on 2000/11/06  20:17:08
65578         Log: Integrate perlio.
65579      Branch: perl
65580           !> perlio.c
65581 ____________________________________________________________________________
65582 [  7574] By: nick                                  on 2000/11/06  20:07:28
65583         Log: Remove debug. Try (Mmap_t) on madvise() call.
65584      Branch: perlio
65585            ! perlio.c
65586 ____________________________________________________________________________
65587 [  7573] By: jhi                                   on 2000/11/06  13:56:05
65588         Log: Update Changes.
65589      Branch: perl
65590            ! Changes patchlevel.h
65591 ____________________________________________________________________________
65592 [  7572] By: jhi                                   on 2000/11/06  13:48:41
65593         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
65594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65595              Date: Mon, 06 Nov 2000 10:11:42 +0100
65596              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
65597      Branch: perl
65598            ! pod/perlhack.pod
65599 ____________________________________________________________________________
65600 [  7571] By: jhi                                   on 2000/11/06  01:45:51
65601         Log: AUTHORS updates.
65602      Branch: perl
65603            ! AUTHORS
65604 ____________________________________________________________________________
65605 [  7570] By: jhi                                   on 2000/11/06  00:18:00
65606         Log: Fix for
65607              
65608              Subject: [ID 20000728.005] perl -P broken
65609              From: David Dyck <dcd@tc.fluke.com>
65610              Date: Fri, 28 Jul 2000 17:19:16 -0700
65611              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
65612              
65613              (hopefully).  The fix is also not complete, it seems to break
65614              BOM swallowing for libc5 systems, but until someone figures
65615              out a way to do this without ftell(), this will do.
65616      Branch: perl
65617            ! toke.c
65618 ____________________________________________________________________________
65619 [  7569] By: jhi                                   on 2000/11/06  00:05:30
65620         Log: Document that the evaled syntax errors cause scalar leaks.
65621      Branch: perl
65622            ! t/comp/proto.t
65623 ____________________________________________________________________________
65624 [  7568] By: jhi                                   on 2000/11/05  23:14:47
65625         Log: opmini.o can linger from Configures past.
65626      Branch: perl
65627            ! Makefile.SH
65628 ____________________________________________________________________________
65629 [  7567] By: jhi                                   on 2000/11/05  21:28:39
65630         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
65631              first argument correctly.
65632      Branch: perl
65633            ! perlio.c
65634 ____________________________________________________________________________
65635 [  7566] By: jhi                                   on 2000/11/05  21:15:56
65636         Log: Integrate perlio.
65637      Branch: perl
65638           !> perlio.c
65639 ____________________________________________________________________________
65640 [  7565] By: jhi                                   on 2000/11/05  21:15:13
65641         Log: Use -dM for gcc (the suggested patch did it only for Linux,
65642              but I think it can be generalized).
65643              
65644              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
65645              From: Pixel <pixel@mandrakesoft.com>
65646              Date: 05 Nov 2000 21:49:34 +0100 
65647              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
65648      Branch: perl
65649            ! ext/Errno/Errno_pm.PL
65650 ____________________________________________________________________________
65651 [  7564] By: nick                                  on 2000/11/05  21:09:18
65652         Log: Added a mmap layer as a "subclass" of perlio.
65653              PERLIO=mmap ./perl harness passes
65654      Branch: perlio
65655            ! perlio.c
65656 ____________________________________________________________________________
65657 [  7563] By: jhi                                   on 2000/11/05  19:48:55
65658         Log: Add a note for future generations about bug id 20000229.006.
65659      Branch: perl
65660            ! malloc.c
65661 ____________________________________________________________________________
65662 [  7562] By: jhi                                   on 2000/11/05  19:38:24
65663         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
65664      Branch: perl
65665            ! pp_ctl.c t/op/pos.t
65666 ____________________________________________________________________________
65667 [  7561] By: jhi                                   on 2000/11/05  18:21:46
65668         Log: Add =pod to be tidy.
65669      Branch: perl
65670            ! lib/Math/Complex.pm
65671 ____________________________________________________________________________
65672 [  7560] By: jhi                                   on 2000/11/05  17:38:46
65673         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
65674      Branch: perl
65675            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
65676            ! ext/Storable/Storable.xs t/lib/st-recurse.t
65677 ____________________________________________________________________________
65678 [  7559] By: jhi                                   on 2000/11/05  17:32:59
65679         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
65680              From: "Peter J. Farley III" <pjfarley@banet.net>
65681              Date: Sun, 05 Nov 2000 11:55:59 -0500
65682              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
65683      Branch: perl
65684            ! t/lib/syslog.t
65685 ____________________________________________________________________________
65686 [  7558] By: jhi                                   on 2000/11/05  17:29:19
65687         Log: Integrate perlio.
65688      Branch: perl
65689           !> perlio.c
65690 ____________________________________________________________________________
65691 [  7557] By: jhi                                   on 2000/11/05  17:22:01
65692         Log: A fix of sorts for 20000329.026, a better error message
65693              for a missing "use charnames" when using the \N{...}. 
65694      Branch: perl
65695            ! pod/perldiag.pod toke.c
65696 ____________________________________________________________________________
65697 [  7556] By: jhi                                   on 2000/11/05  16:33:50
65698         Log: Test tweak: show also the failed locales.
65699              
65700              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
65701              From: Lupe Christoph <lupe@lupe-christoph.de>         
65702              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
65703              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
65704      Branch: perl
65705            ! t/pragma/locale.t
65706 ____________________________________________________________________________
65707 [  7555] By: nick                                  on 2000/11/05  11:09:34
65708         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
65709              open RDWR so does not fail. (pragma/warnings 303 again...)
65710      Branch: perlio
65711            ! perlio.c
65712 ____________________________________________________________________________
65713 [  7554] By: nick                                  on 2000/11/05  10:10:13
65714         Log: Fix case where ungetc(f,EOF) was allowed.
65715              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
65716              so we can see similarities.
65717              Use types more carefully and a STDCHAR array in hope that this will
65718              fix Jarrko's 64bit machine.
65719      Branch: perlio
65720            ! perlio.c
65721 ____________________________________________________________________________
65722 [  7553] By: jhi                                   on 2000/11/05  01:12:16
65723         Log: Fix for
65724              
65725              Subject: [ID 20001004.007] taint propogation is inconsistent
65726              From: pimlott@idiomtech.com (Andrew Pimlott) 
65727              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
65728              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
65729              
65730              The culprit was sv_setsv() which was rather blindly
65731              propagating taint, which lead to behaviour where if
65732              a tainted anon hash value was seen all the hash values
65733              from then on at that level became tainted, or at any
65734              upper levels in the case of nested anon hashes.
65735      Branch: perl
65736            ! sv.c t/op/taint.t
65737 ____________________________________________________________________________
65738 [  7552] By: jhi                                   on 2000/11/04  23:44:18
65739         Log: Some cpps don't like splitting conditionals across several lines.
65740      Branch: perl
65741            ! perlio.c
65742 ____________________________________________________________________________
65743 [  7551] By: nick                                  on 2000/11/04  23:40:44
65744         Log: Integrate mainline
65745      Branch: perlio
65746           !> pp_hot.c t/op/taint.t
65747 ____________________________________________________________________________
65748 [  7550] By: nick                                  on 2000/11/04  23:39:05
65749         Log: Integrate mainline again
65750      Branch: perlio
65751           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
65752           !> t/lib/b.t t/op/misc.t util.c
65753 ____________________________________________________________________________
65754 [  7549] By: jhi                                   on 2000/11/04  23:14:01
65755         Log: Fix for
65756              
65757              Subject: [ID 20001004.006] undef is never tainted
65758              From: pimlott@idiomtech.com (Andrew Pimlott)
65759              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
65760              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
65761              
65762              An undef read from a slurped file was not tainted.
65763      Branch: perl
65764            ! pp_hot.c t/op/taint.t
65765 ____________________________________________________________________________
65766 [  7548] By: jhi                                   on 2000/11/04  22:56:21
65767         Log: Test tweak ($Config{useperlio} is by default undef) .
65768      Branch: perl
65769            ! t/lib/b.t
65770 ____________________________________________________________________________
65771 [  7547] By: jhi                                   on 2000/11/04  22:43:56
65772         Log: Integrate perlio.
65773      Branch: perl
65774           +> lib/perlio.pm
65775           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
65776           !> pod/perlapi.pod t/lib/b.t
65777 ____________________________________________________________________________
65778 [  7546] By: jhi                                   on 2000/11/04  22:40:59
65779         Log: Configure would use a bad $myuname from an old config.sh.
65780              
65781              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
65782              From: Andy Dougherty <doughera@lafayette.edu>
65783              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
65784              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
65785      Branch: metaconfig
65786            ! U/modified/Oldconfig.U
65787      Branch: perl
65788            ! Configure config_h.SH
65789 ____________________________________________________________________________
65790 [  7545] By: jhi                                   on 2000/11/04  22:36:54
65791         Log: Subject: Locales support (setlocale) fixes
65792              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
65793              Date: Sat, 4 Nov 2000 10:15:48 +0300 
65794              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
65795              
65796              Modified quite a bit to be more portable.
65797      Branch: perl
65798            ! embed.h embed.pl perl.h proto.h util.c
65799 ____________________________________________________________________________
65800 [  7544] By: jhi                                   on 2000/11/04  22:32:47
65801         Log: Dying is too strict here, better just skip.
65802      Branch: perl
65803            ! t/op/misc.t
65804 ____________________________________________________________________________
65805 [  7543] By: nick                                  on 2000/11/04  21:55:13
65806         Log: Merge mainline
65807      Branch: perlio
65808           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
65809           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
65810           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
65811           !> (integrate 64 files)
65812 ____________________________________________________________________________
65813 [  7542] By: jhi                                   on 2000/11/04  21:09:28
65814         Log: More Changes tweakery.
65815      Branch: perl
65816            ! Changes Porting/genlog
65817 ____________________________________________________________________________
65818 [  7541] By: jhi                                   on 2000/11/04  20:58:18
65819         Log: Changes fixups.
65820      Branch: perl
65821            ! Changes
65822 ____________________________________________________________________________
65823 [  7540] By: jhi                                   on 2000/11/04  20:42:38
65824         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
65825              create a "fast path" for locale name probing using "locale -a"
65826              if available, squash finally hopefully the s?printf resetting
65827              the numeric locale (since, IIUC perllocale, it never shouldn't). 
65828      Branch: perl
65829            ! sv.c t/op/misc.t t/pragma/locale.t
65830 ____________________________________________________________________________
65831 [  7539] By: nick                                  on 2000/11/04  19:56:10
65832         Log: PerlIO infrastructure complete.
65833      Branch: perlio
65834            + lib/perlio.pm
65835            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
65836 ____________________________________________________________________________
65837 [  7538] By: nick                                  on 2000/11/04  14:31:32
65838         Log: Type tweaks + less contorted allocation scheme
65839      Branch: perlio
65840            ! perlio.c
65841 ____________________________________________________________________________
65842 [  7537] By: nick                                  on 2000/11/04  12:40:42
65843         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
65844              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
65845              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
65846              sensible) which lead to some interesting fails.
65847      Branch: perlio
65848            ! perlio.c
65849 ____________________________________________________________________________
65850 [  7536] By: jhi                                   on 2000/11/04  00:20:02
65851         Log: Add FCNTL_CAN_LOCK.
65852              
65853              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
65854              From: Andy Dougherty <doughera@lafayette.edu>
65855              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
65856              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
65857              
65858              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
65859              From: Andy Dougherty <doughera@lafayette.edu>
65860              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
65861              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
65862      Branch: metaconfig/U/perl
65863            + d_fcntl_can_lock.U
65864            ! startperl.U
65865      Branch: perl
65866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65867            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
65868            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65869            ! vos/config.ga.h win32/config.bc win32/config.gc
65870            ! win32/config.vc
65871 ____________________________________________________________________________
65872 [  7535] By: nick                                  on 2000/11/03  22:19:10
65873         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
65874              - Works on Linux with
65875              perlio + unix
65876              stdio
65877              - Works on Solaris with
65878              perlio + unix
65879              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
65880              - Fails (hangs in openpid) if you try and stack
65881              perlio + stdio - Linux stdio's read() logic is hanging.
65882      Branch: perlio
65883            ! iperlsys.h perlio.c
65884 ____________________________________________________________________________
65885 [  7534] By: jhi                                   on 2000/11/03  15:16:02
65886         Log: Subject: Re: README.aix
65887              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65888              Date: Fri, 03 Nov 2000 16:03:15 +0100
65889              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
65890      Branch: perl
65891            ! README.aix
65892 ____________________________________________________________________________
65893 [  7533] By: jhi                                   on 2000/11/03  03:59:02
65894         Log: Subject: [PATCH 5.7.0] better messages from malloc()
65895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65896              Date: Wed, 1 Nov 2000 23:39:56 -0500
65897              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
65898      Branch: perl
65899            ! malloc.c pod/perldiag.pod
65900 ____________________________________________________________________________
65901 [  7532] By: jhi                                   on 2000/11/03  00:11:56
65902         Log: The #7521 touched things it shouldn't have.
65903      Branch: perl
65904            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
65905 ____________________________________________________________________________
65906 [  7531] By: jhi                                   on 2000/11/02  22:32:33
65907         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
65908              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65909              Date:     Thu, 2 Nov 2000 16:58:36 EST
65910              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
65911      Branch: perl
65912            ! vms/gen_shrfls.pl
65913 ____________________________________________________________________________
65914 [  7530] By: jhi                                   on 2000/11/02  22:08:49
65915         Log: Fix the problem discussed in
65916              
65917              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
65918              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
65919              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
65920              
65921              originally from Linc Madison.  Also Andreas König's comments
65922              taken into account.  Some other problems with Tie::SubstrHash
65923              fixed: didn't croak when the table exceeded the requested number
65924              of entries (as documented) but instead when the number of entries
65925              exceeded the size of the table, a croak() had an unnecessary \n,
65926              didn't have a CLEAR method, documented that there is no exists().
65927              Didn't fix to be strict-proof because the module uses &foo; and
65928              dynamic scope.  Added a test script exercizing both first tamely 
65929              the basic functionality, and then the failure cases reported by
65930              Linc Madison.
65931      Branch: perl
65932            + t/lib/tie-substrhash.t
65933            ! MANIFEST lib/Tie/SubstrHash.pm
65934 ____________________________________________________________________________
65935 [  7529] By: jhi                                   on 2000/11/02  17:58:08
65936         Log: recv() can fail and return undef.
65937              
65938              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
65939              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
65940              Date: Thu, 2 Nov 2000 20:12:20 +0300
65941              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
65942      Branch: perl
65943            ! lib/Net/Ping.pm
65944 ____________________________________________________________________________
65945 [  7528] By: jhi                                   on 2000/11/02  17:49:09
65946         Log: Detpyo.
65947      Branch: perl
65948            ! pod/perlop.pod
65949 ____________________________________________________________________________
65950 [  7527] By: jhi                                   on 2000/11/02  15:48:37
65951         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
65952              fix a autovivification bug in Tie::RefHash, add tests for both.
65953              
65954              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
65955              From: Edward Avis <epa98@doc.ic.ac.uk>
65956              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
65957              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
65958      Branch: perl
65959            + t/lib/tie-refhash.t
65960            ! MANIFEST lib/Tie/RefHash.pm
65961 ____________________________________________________________________________
65962 [  7526] By: jhi                                   on 2000/11/02  13:56:26
65963         Log: Test::Harness revealed buglets in the new DynaLoader.
65964              
65965              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
65966              From: andreas.koenig@anima.de (Andreas J. Koenig)
65967              Date: 02 Nov 2000 11:26:48 +0100 
65968              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
65969      Branch: perl
65970            ! ext/DynaLoader/DynaLoader_pm.PL
65971 ____________________________________________________________________________
65972 [  7525] By: jhi                                   on 2000/11/01  23:52:08
65973         Log: The entry for #7503 was missing.
65974      Branch: perl
65975            ! Changes
65976 ____________________________________________________________________________
65977 [  7524] By: jhi                                   on 2000/11/01  23:40:52
65978         Log: Update Changes.
65979      Branch: perl
65980            ! Changes patchlevel.h
65981 ____________________________________________________________________________
65982 [  7523] By: jhi                                   on 2000/11/01  22:57:09
65983         Log: More tweaking on the #7522 theme.
65984      Branch: perl
65985            ! ext/DynaLoader/DynaLoader_pm.PL
65986 ____________________________________________________________________________
65987 [  7522] By: jhi                                   on 2000/11/01  22:06:15
65988         Log: Expand %Config variables and %ENV variables only if
65989              so requested during build time using the
65990              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
65991              Not expanding makes relocating distributions easier.
65992      Branch: perl
65993            ! ext/DynaLoader/DynaLoader_pm.PL
65994 ____________________________________________________________________________
65995 [  7521] By: jhi                                   on 2000/11/01  20:56:34
65996         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
65997              and setgid() because they were just changing $< and $( which means
65998              only changing the real uid/gid, as opposed to changing both
65999              real and effective ids.  (The alternative way could have been
66000              in POSIX.pm to change $> and $), too, but making a direct call
66001              to the C API feels cleaner.)  Fixes the bug
66002              
66003              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
66004              From: "Garry T. Williams" <garry@zvolve.com>
66005              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
66006              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
66007      Branch: perl
66008            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
66009            ! ext/POSIX/typemap pod/perlvar.pod
66010 ____________________________________________________________________________
66011 [  7520] By: jhi                                   on 2000/11/01  20:08:33
66012         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
66013              From: "Garry T. Williams" <garry@zvolve.com>
66014              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
66015              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
66016      Branch: perl
66017            ! pod/perlsec.pod
66018 ____________________________________________________________________________
66019 [  7519] By: jhi                                   on 2000/11/01  20:01:22
66020         Log: Locale warning explanation tweak.
66021      Branch: perl
66022            ! pod/perldiag.pod
66023 ____________________________________________________________________________
66024 [  7518] By: jhi                                   on 2000/11/01  18:57:13
66025         Log: C.pm part of
66026              
66027              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
66028              From: Jarkko Hietaniemi <jhi@iki.fi>
66029              Date: Tue, 10 Oct 2000 08:22:28 -0500
66030              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
66031      Branch: perl
66032            ! ext/B/B/C.pm
66033 ____________________________________________________________________________
66034 [  7517] By: jhi                                   on 2000/11/01  18:41:59
66035         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
66036              From: Martien Verbruggen <mgjv@comdyn.com.au>
66037              Date: Fri, 6 Oct 2000 14:09:10 +1100
66038              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
66039      Branch: perl
66040            ! pod/perlop.pod
66041 ____________________________________________________________________________
66042 [  7516] By: jhi                                   on 2000/11/01  18:34:55
66043         Log: Generalize the Camel wording.
66044              
66045              Subject: Re: perlfaq style changes
66046              From: John Borwick <jhborwic@unity.ncsu.edu>
66047              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
66048              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
66049      Branch: perl
66050            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
66051 ____________________________________________________________________________
66052 [  7515] By: jhi                                   on 2000/11/01  16:52:31
66053         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
66054              From: pimlott@idiomtech.com (Andrew Pimlott)
66055              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
66056              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
66057      Branch: perl
66058            ! pod/perlsec.pod
66059 ____________________________________________________________________________
66060 [  7514] By: jhi                                   on 2000/11/01  15:03:40
66061         Log: More AIX lore.
66062      Branch: perl
66063            ! ext/re/hints/aix.pl
66064 ____________________________________________________________________________
66065 [  7513] By: jhi                                   on 2000/11/01  14:48:30
66066         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
66067              From: root <root@chronos.fi.muni.cz>
66068              Date: Wed, 1 Nov 2000 12:31:32 +0100
66069              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
66070      Branch: perl
66071            ! lib/Net/Ping.pm
66072 ____________________________________________________________________________
66073 [  7512] By: jhi                                   on 2000/11/01  14:46:47
66074         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
66075              From: Martin Husemann <martin@duskware.de>
66076              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
66077              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
66078      Branch: perl
66079            ! regcomp.c
66080 ____________________________________________________________________________
66081 [  7511] By: jhi                                   on 2000/11/01  14:39:50
66082         Log: AUTHORS updates.
66083      Branch: perl
66084            ! AUTHORS
66085 ____________________________________________________________________________
66086 [  7510] By: jhi                                   on 2000/11/01  14:29:50
66087         Log: Subject: [PATCH] startperl to respect versiononly
66088              From: Robin Barker <rmb1@cise.npl.co.uk> 
66089              Date: Tue, 31 Oct 2000 16:29:36 GMT
66090              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
66091      Branch: metaconfig/U/perl
66092            ! startperl.U
66093      Branch: perl
66094            ! Configure config_h.SH
66095 ____________________________________________________________________________
66096 [  7509] By: jhi                                   on 2000/11/01  14:19:53
66097         Log: printf UVs the correct way, noticed by Robin Barker.
66098      Branch: perl
66099            ! utf8.c
66100 ____________________________________________________________________________
66101 [  7508] By: jhi                                   on 2000/11/01  14:10:03
66102         Log: Do not cleanup *% because the % has special meanings in some
66103              shell environments.
66104      Branch: perl
66105            ! ext/Storable/Makefile.PL
66106 ____________________________________________________________________________
66107 [  7507] By: jhi                                   on 2000/11/01  14:06:00
66108         Log: The NonStop-UX libraries have a novel way to say NaN.
66109      Branch: perl
66110            ! t/lib/bigfltpm.t
66111 ____________________________________________________________________________
66112 [  7506] By: jhi                                   on 2000/11/01  14:03:35
66113         Log: The osname has been lowercased by now, from Tom Bates.
66114      Branch: metaconfig
66115            ! U/modified/Oldconfig.U
66116      Branch: perl
66117            ! Configure config_h.SH
66118 ____________________________________________________________________________
66119 [  7505] By: jhi                                   on 2000/10/31  19:18:39
66120         Log: The compiler is either gcc or cc, from Tom Bates.
66121      Branch: perl
66122            ! hints/nonstopux.sh
66123 ____________________________________________________________________________
66124 [  7504] By: jhi                                   on 2000/10/31  14:53:42
66125         Log: Update Changes.
66126      Branch: perl
66127            ! Changes patchlevel.h
66128 ____________________________________________________________________________
66129 [  7503] By: jhi                                   on 2000/10/31  14:30:50
66130         Log: Whitespace style tweak.  Was originally going to see to
66131              
66132              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
66133              From: Joe Smith <jms@inwap.com>
66134              Date: Mon, 30 Oct 2000 18:47:57 -0800
66135              Message-Id: <39FE32DD.24AAC4D@inwap.com>
66136              
66137              but that had already been taken care of.
66138      Branch: metaconfig
66139            ! U/compline/d_stdstdio.U
66140      Branch: perl
66141            ! Configure config_h.SH
66142 ____________________________________________________________________________
66143 [  7502] By: jhi                                   on 2000/10/31  14:25:02
66144         Log: AUTHORS tweaks.
66145      Branch: perl
66146            ! AUTHORS
66147 ____________________________________________________________________________
66148 [  7501] By: jhi                                   on 2000/10/31  14:23:59
66149         Log: Subject: perlfaq style changes
66150              From: John Borwick <jhborwic@unity.ncsu.edu>
66151              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
66152              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
66153      Branch: perl
66154            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
66155            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
66156            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
66157            ! pod/perlfaq9.pod
66158 ____________________________________________________________________________
66159 [  7500] By: jhi                                   on 2000/10/31  14:22:15
66160         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
66161              
66162              Subject: Re: [ID 20000918.005] ~ on wide chars
66163              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66164              Date: Mon, 30 Oct 2000 21:09:55 -0800
66165              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
66166              
66167              (The ord() part of the patch skipped.)
66168      Branch: perl
66169            ! doop.c
66170 ____________________________________________________________________________
66171 [  7499] By: jhi                                   on 2000/10/31  14:20:08
66172         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
66173              From: Jens Hamisch <jens@Strawberry.COM>
66174              Date: Mon, 30 Oct 2000 15:17:07 +0100
66175              Message-Id: <20001030151707.A9597@Strawberry.COM>
66176      Branch: perl
66177            ! av.c
66178 ____________________________________________________________________________
66179 [  7498] By: jhi                                   on 2000/10/31  14:16:29
66180         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
66181              From: Peter Prymmer <pvhp@forte.com>
66182              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
66183              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
66184      Branch: perl
66185            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
66186            + ext/Encode/Encode/posix-bc.enc
66187            ! MANIFEST t/lib/encode.t
66188 ____________________________________________________________________________
66189 [  7497] By: jhi                                   on 2000/10/31  14:13:22
66190         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
66191              From: Peter Prymmer <pvhp@forte.com>
66192              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
66193              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
66194      Branch: perl
66195            ! t/lib/cgi-html.t
66196 ____________________________________________________________________________
66197 [  7496] By: jhi                                   on 2000/10/31  14:12:05
66198         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
66199              From: Peter Prymmer <pvhp@forte.com>
66200              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
66201              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
66202      Branch: perl
66203            ! t/lib/cgi-function.t
66204 ____________________________________________________________________________
66205 [  7495] By: jhi                                   on 2000/10/31  14:11:08
66206         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
66207              From: Peter Prymmer <pvhp@forte.com>
66208              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
66209              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
66210      Branch: perl
66211            + ext/re/hints/aix.pl
66212            ! MANIFEST ext/re/Makefile.PL
66213 ____________________________________________________________________________
66214 [  7494] By: jhi                                   on 2000/10/31  14:08:32
66215         Log: Use Errno magic.
66216              
66217              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
66218              From: Casey Tweten <perl@ctweten.amsite.com>
66219              Date: Mon, 30 Oct 2000 15:51:17 -0500
66220              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
66221      Branch: perl
66222            ! lib/File/Temp.pm
66223 ____________________________________________________________________________
66224 [  7493] By: jhi                                   on 2000/10/31  14:05:07
66225         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
66226              
66227              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
66228              From: Nicholas Clark <nick@ccl4.org>
66229              Date: Mon, 30 Oct 2000 17:38:45 +0000
66230              Message-ID: <20001030173845.O60355@plum.flirble.org>
66231      Branch: perl
66232            ! Makefile.SH utils/perlbug.PL
66233 ____________________________________________________________________________
66234 [  7492] By: nick                                  on 2000/10/30  19:37:23
66235         Log: Change files which are mysteriously different to mainline to be
66236              copies of mainline.
66237      Branch: perlio
66238            ! objXSUB.h perlapi.c pod/perlapi.pod
66239 ____________________________________________________________________________
66240 [  7491] By: nick                                  on 2000/10/30  18:05:54
66241         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
66242              - typo in endian code in putc.
66243              - Don't allow read of write-only files and vice-versa
66244              - and off-by-one in flush-all loop.
66245              Remove debug calls as they were using GCC specific features.
66246      Branch: perlio
66247            ! perlio.c
66248 ____________________________________________________________________________
66249 [  7490] By: nick                                  on 2000/10/29  21:45:45
66250         Log: Integrate mainline to perlio
66251      Branch: perlio
66252           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
66253           !> toke.c
66254 ____________________________________________________________________________
66255 [  7489] By: jhi                                   on 2000/10/29  21:11:08
66256         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
66257              From: andreas.koenig@anima.de (Andreas J. Koenig)
66258              Date: 29 Oct 2000 22:05:59 +0100
66259              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
66260      Branch: perl
66261            ! lib/ExtUtils/Manifest.pm
66262 ____________________________________________________________________________
66263 [  7488] By: jhi                                   on 2000/10/29  21:07:47
66264         Log: Tests for #7487.
66265              
66266              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
66267              From: andreas.koenig@anima.de (Andreas J. Koenig)
66268              Date: 29 Oct 2000 19:37:09 +0100
66269              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
66270      Branch: perl
66271            ! t/comp/proto.t
66272 ____________________________________________________________________________
66273 [  7487] By: jhi                                   on 2000/10/29  21:06:27
66274         Log: constsub spillage.
66275              
66276              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
66277              From: John Tobey <jtobey@john-edwin-tobey.org>
66278              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
66279              Message-Id: <m13pvSr-000FObC@feynman.localnet>
66280      Branch: perl
66281            ! op.c
66282 ____________________________________________________________________________
66283 [  7486] By: nick                                  on 2000/10/29  21:05:04
66284         Log: Integrate mainline to perlio branch
66285      Branch: perlio
66286           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
66287           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
66288           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
66289           +> vos/install_perl.cm
66290            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
66291            - vos/config.h vos/config_h.SH_orig
66292           !> (integrate 141 files)
66293 ____________________________________________________________________________
66294 [  7485] By: jhi                                   on 2000/10/29  21:00:47
66295         Log: Make \x{...} consistently produce UTF-8.
66296              
66297              Subject: Re: \x{...} is confused 
66298              From: Simon Cozens <simon@cozens.net>
66299              Date: Sun, 29 Oct 2000 19:36:48 +0000
66300              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
66301      Branch: perl
66302            ! t/pragma/utf8.t toke.c
66303 ____________________________________________________________________________
66304 [  7484] By: nick                                  on 2000/10/29  20:05:29
66305         Log: PerlIO passes all tests.
66306      Branch: perlio
66307            ! perlio.c
66308 ____________________________________________________________________________
66309 [  7483] By: jhi                                   on 2000/10/29  18:06:55
66310         Log: Update Changes.
66311      Branch: perl
66312            ! Changes patchlevel.h
66313 ____________________________________________________________________________
66314 [  7482] By: nick                                  on 2000/10/29  17:43:28
66315         Log: Include <unistd.h> to get correct lseek() prototype etc.
66316              (I thought perl.h did that) - down to two fails
66317              - comp/require.t (last test)
66318              - lib/io_xs.t - possibly import/export of FILE * ?
66319      Branch: perlio
66320            ! perlio.c
66321 ____________________________________________________________________________
66322 [  7481] By: jhi                                   on 2000/10/29  17:02:37
66323         Log: UTF-8 decoder tweak.
66324      Branch: perl
66325            ! utf8.c
66326 ____________________________________________________________________________
66327 [  7480] By: nick                                  on 2000/10/29  16:26:11
66328         Log: Fixed two bugs:
66329              - error code not being set on close (of broken pipe)
66330              - append mode was truncating.
66331              At least one seek/tell bug remains.
66332      Branch: perlio
66333            ! perlio.c
66334 ____________________________________________________________________________
66335 [  7479] By: nick                                  on 2000/10/29  11:18:16
66336         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
66337              in case of accidents. Still several worrying fails, no line disciplines yet.
66338      Branch: perlio
66339            ! iperlsys.h perlio.c
66340 ____________________________________________________________________________
66341 [  7478] By: jhi                                   on 2000/10/29  02:04:01
66342         Log: Add also emailless people.
66343      Branch: perl
66344            ! AUTHORS
66345 ____________________________________________________________________________
66346 [  7477] By: jhi                                   on 2000/10/29  01:36:00
66347         Log: The #7476 needs a MANIFEST change, too.
66348      Branch: perl
66349            ! MANIFEST
66350 ____________________________________________________________________________
66351 [  7476] By: jhi                                   on 2000/10/29  01:35:21
66352         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
66353      Branch: perl
66354            - MAINTAIN
66355            ! AUTHORS Changes
66356 ____________________________________________________________________________
66357 [  7475] By: jhi                                   on 2000/10/28  23:57:25
66358         Log: De-quoted-unreadable to ISO Latin 1.
66359              (There's one ISO-2022-JP name in Changes5.004.)
66360      Branch: perl
66361            ! Changes Changes5.6
66362 ____________________________________________________________________________
66363 [  7474] By: jhi                                   on 2000/10/28  19:13:06
66364         Log: Subject: [ID 20001027.007] uniq array in perlfaq
66365              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
66366              Date: Fri, 27 Oct 2000 19:28:30 +0200
66367              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
66368      Branch: perl
66369            ! pod/perlfaq4.pod
66370 ____________________________________________________________________________
66371 [  7473] By: jhi                                   on 2000/10/28  18:02:05
66372         Log: Locking null mutexes is not recommendable.
66373              
66374              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
66375              From: Hugo <hv@crypt.compulink.co.uk>
66376              Date: Sat, 28 Oct 2000 18:41:12 +0100
66377              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
66378      Branch: perl
66379            ! op.c
66380 ____________________________________________________________________________
66381 [  7472] By: jhi                                   on 2000/10/28  17:52:58
66382         Log: Better create a true mailing list for the repository keepers.
66383      Branch: perl
66384            ! Porting/repository.pod
66385 ____________________________________________________________________________
66386 [  7471] By: jhi                                   on 2000/10/28  17:28:24
66387         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
66388              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
66389      Branch: perl
66390            + Porting/repository.pod
66391            ! MANIFEST
66392 ____________________________________________________________________________
66393 [  7470] By: jhi                                   on 2000/10/28  17:20:54
66394         Log: Subject: DOC PATCH 5.6.0
66395              From: mjd@plover.com
66396              Date: 27 Oct 2000 17:32:44 -0000
66397              Message-ID: <20001027173244.23754.qmail@plover.com>
66398      Branch: perl
66399            ! pod/perlfunc.pod
66400 ____________________________________________________________________________
66401 [  7469] By: jhi                                   on 2000/10/28  17:16:45
66402         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
66403              From: "Peter J. Farley III" <pjfarley@banet.net>
66404              Date: Fri, 27 Oct 2000 20:32:56 -0400
66405              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
66406      Branch: perl
66407            ! README.dos
66408 ____________________________________________________________________________
66409 [  7468] By: jhi                                   on 2000/10/28  17:07:18
66410         Log: Make target reordering to avoid pointless re-makes.
66411              
66412              Subject: Re: Total re-make of 'make okfile' after 7451 ?
66413              From: Nicholas Clark <nick@ccl4.org>
66414              Date: Sat, 28 Oct 2000 00:31:02 +0100
66415              Message-ID: <20001028003101.A54517@plum.flirble.org>
66416      Branch: perl
66417            ! Makefile.SH
66418 ____________________________________________________________________________
66419 [  7467] By: jhi                                   on 2000/10/28  17:05:31
66420         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
66421              From: lvirden@cas.org
66422              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
66423              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
66424      Branch: perl
66425            ! README.os2
66426 ____________________________________________________________________________
66427 [  7466] By: jhi                                   on 2000/10/28  16:09:16
66428         Log: Upgrade to CPAN 1.58_55.
66429              
66430              Subject: CPAN.pm status
66431              From: andreas.koenig@anima.de (Andreas J. Koenig) 
66432              Date: 28 Oct 2000 08:18:00 +0200 
66433              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
66434      Branch: perl
66435            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66436 ____________________________________________________________________________
66437 [  7465] By: jhi                                   on 2000/10/28  16:02:47
66438         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
66439      Branch: perl
66440            ! embed.h embed.pl perl.h proto.h toke.c
66441 ____________________________________________________________________________
66442 [  7464] By: nick                                  on 2000/10/28  10:43:44
66443         Log: Fix for sv_2iv() on "shared" value from keys %hash.
66444      Branch: perl
66445            ! sv.c
66446 ____________________________________________________________________________
66447 [  7463] By: jhi                                   on 2000/10/27  16:18:29
66448         Log: Update Changes.
66449      Branch: perl
66450            ! Changes patchlevel.h
66451 ____________________________________________________________________________
66452 [  7462] By: jhi                                   on 2000/10/27  16:17:44
66453         Log: Too enthusiastic editing in #7460.
66454      Branch: metaconfig
66455            ! U/modified/Oldsym.U
66456      Branch: perl
66457            ! Configure config_h.SH
66458 ____________________________________________________________________________
66459 [  7461] By: jhi                                   on 2000/10/27  15:37:38
66460         Log: Retract #7459, the script needs more work.
66461      Branch: perl
66462            - mkreef
66463            ! MANIFEST
66464 ____________________________________________________________________________
66465 [  7460] By: jhi                                   on 2000/10/27  15:23:14
66466         Log: Use $sort, $uniq (and $tr) consistently as wondered
66467              by Nicholas Clark.
66468      Branch: metaconfig
66469            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
66470            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
66471            ! U/modified/libc.U
66472      Branch: perl
66473            ! Configure config_h.SH
66474 ____________________________________________________________________________
66475 [  7459] By: jhi                                   on 2000/10/27  15:02:07
66476         Log: (Retracted by #7461)
66477              
66478              Add a shell script for creating/removing symbolic link farms,
66479              useful for keeping the source code read-only and doing the
66480              builds somewhere else.
66481      Branch: perl
66482            + mkreef
66483            ! MANIFEST
66484 ____________________________________________________________________________
66485 [  7458] By: jhi                                   on 2000/10/27  14:42:20
66486         Log: Do away with the fix_pl.
66487      Branch: perl
66488            - fix_pl
66489            ! MANIFEST Makefile.SH
66490 ____________________________________________________________________________
66491 [  7457] By: jhi                                   on 2000/10/27  12:43:13
66492         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
66493              From: Jens Hamisch <jens@Strawberry.COM>
66494              Date: Fri, 27 Oct 2000 14:38:21 +0200
66495              Message-Id: <20001027143821.B3366@Strawberry.COM>
66496      Branch: perl
66497            ! perl.h
66498 ____________________________________________________________________________
66499 [  7456] By: jhi                                   on 2000/10/27  12:33:42
66500         Log: Subject: [PATCH] todo
66501              From: Nicholas Clark <nick@ccl4.org>
66502              Date: Thu, 26 Oct 2000 22:32:29 +0100
66503              Message-ID: <20001026223229.A44540@plum.flirble.org>
66504      Branch: perl
66505            ! pod/perltodo.pod
66506 ____________________________________________________________________________
66507 [  7455] By: jhi                                   on 2000/10/27  12:02:21
66508         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
66509              From: John Tobey <jtobey@john-edwin-tobey.org>
66510              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
66511              Message-Id: <m13ozHF-000FObC@feynman.localnet>
66512      Branch: perl
66513            ! op.c t/pragma/sub_lval.t
66514 ____________________________________________________________________________
66515 [  7454] By: jhi                                   on 2000/10/27  11:59:42
66516         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
66517              From: sthoenna@efn.org
66518              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
66519              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
66520      Branch: perl
66521            ! pp.c t/op/assignwarn.t
66522 ____________________________________________________________________________
66523 [  7453] By: jhi                                   on 2000/10/27  00:15:08
66524         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
66525      Branch: perl
66526            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
66527            ! ext/Storable/Storable.xs t/lib/st-lock.t
66528 ____________________________________________________________________________
66529 [  7452] By: jhi                                   on 2000/10/26  13:05:52
66530         Log: Undo #7451, this seems to be a deficiency in Perforce,
66531              there is no per-file line-terminator type, only per-client.
66532      Branch: perl
66533            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
66534            ! win32/makefile.mk
66535 ____________________________________________________________________________
66536 [  7451] By: jhi                                   on 2000/10/26  04:56:03
66537         Log: Experimenting in DOS arcana.
66538      Branch: perl
66539            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
66540            ! win32/makefile.mk
66541 ____________________________________________________________________________
66542 [  7450] By: jhi                                   on 2000/10/26  04:50:52
66543         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
66544              From: "Peter J. Farley III" <pjfarley@banet.net>            
66545              Date: Wed, 25 Oct 2000 23:10:18 -0400
66546              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
66547      Branch: perl
66548            ! t/io/open.t
66549 ____________________________________________________________________________
66550 [  7449] By: jhi                                   on 2000/10/26  04:49:16
66551         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
66552              From: Hugo <hv@crypt.compulink.co.uk>
66553              Date: Thu, 26 Oct 2000 01:55:17 +0100
66554              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
66555              
66556              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
66557      Branch: perl
66558            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
66559 ____________________________________________________________________________
66560 [  7448] By: jhi                                   on 2000/10/26  04:38:36
66561         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
66562              From: Peter Prymmer <pvhp@forte.com>
66563              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
66564              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
66565      Branch: perl
66566            ! configure.com
66567 ____________________________________________________________________________
66568 [  7447] By: jhi                                   on 2000/10/25  23:20:02
66569         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
66570              in platforms that strictly require all the symbols being present
66571              at link time.
66572      Branch: perl
66573            ! handy.h
66574 ____________________________________________________________________________
66575 [  7446] By: jhi                                   on 2000/10/25  21:55:57
66576         Log: Update Changes.
66577      Branch: perl
66578            ! Changes patchlevel.h
66579 ____________________________________________________________________________
66580 [  7445] By: jhi                                   on 2000/10/25  21:27:08
66581         Log: Integrate with vmsperl #7430 by Charles Bailey:
66582              
66583              Cleanup from prior patch (Charles Lane?):
66584              - improve handling of MFDs in Basename and Path
66585              - default to no xsubpp line # munging when building debug images
66586      Branch: perl
66587           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
66588 ____________________________________________________________________________
66589 [  7444] By: jhi                                   on 2000/10/25  21:03:50
66590         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
66591              From: John Peacock <JPeacock@UnivPress.com>
66592              Date: Thu, 18 May 2000 11:55:27 -0400
66593              Message-ID: <3924126F.A58BE57A@UnivPress.com>
66594      Branch: perl
66595            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
66596            ! t/op/write.t
66597 ____________________________________________________________________________
66598 [  7443] By: jhi                                   on 2000/10/25  20:43:10
66599         Log: Temporary stopgap for the self-tying issue: for now only
66600              array and hash self-ties are verboten.  The real fix, of
66601              course, would be to comprehensively test (and implement?)
66602              and debug (and document) self-ties.
66603      Branch: perl
66604            ! pod/perldiag.pod pp_sys.c t/op/tie.t
66605 ____________________________________________________________________________
66606 [  7442] By: jhi                                   on 2000/10/25  20:14:30
66607         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
66608              From: Dan Sugalski <dan@sidhe.org>
66609              Date: Wed, 25 Oct 2000 13:36:35 -0400
66610              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
66611              
66612              plus regen global.sym.
66613      Branch: perl
66614            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
66615            ! thrdvar.h util.c
66616 ____________________________________________________________________________
66617 [  7441] By: jhi                                   on 2000/10/25  20:12:20
66618         Log: buildtoc target tweaks.
66619      Branch: perl
66620            ! pod/Makefile.SH
66621 ____________________________________________________________________________
66622 [  7440] By: jhi                                   on 2000/10/25  20:03:53
66623         Log: A new version of making the syslog test more robust.
66624              (Replaces #7421.)
66625              
66626              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
66627              From: "Kurt D. Starsinic" <kstar@chapin.edu>
66628              Date: Wed, 25 Oct 2000 12:13:54 -0400
66629              Message-ID: <20001025121354.B2264@O2.chapin.edu>
66630      Branch: perl
66631            ! t/lib/syslog.t
66632 ____________________________________________________________________________
66633 [  7439] By: jhi                                   on 2000/10/25  20:00:48
66634         Log: Continue the internal UTF-8 API tweaking.
66635              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
66636              used much more than the simpler API, now called utf8_to_uv_simple().
66637              Still not quite happy with API, too much partial duplication
66638              of functionality.
66639      Branch: perl
66640            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
66641            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
66642            ! regcomp.c regexec.c sv.c toke.c utf8.c
66643 ____________________________________________________________________________
66644 [  7438] By: jhi                                   on 2000/10/25  18:52:30
66645         Log: Allow poking holes at the UTF-8 decoding strictness.
66646      Branch: perl
66647            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
66648            ! utf8.h
66649 ____________________________________________________________________________
66650 [  7437] By: jhi                                   on 2000/10/25  13:53:05
66651         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
66652              UTF8LEN() and UTF8SKIP(). 
66653      Branch: perl
66654            ! pp.c utf8.c utf8.h
66655 ____________________________________________________________________________
66656 [  7436] By: jhi                                   on 2000/10/25  13:51:37
66657         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
66658              From: Nicholas Clark <nick@ccl4.org>
66659              Date: Wed, 25 Oct 2000 14:44:05 +0100
66660              Message-ID: <20001025144404.D27253@plum.flirble.org>
66661      Branch: perl
66662            ! pod/perlrun.pod
66663 ____________________________________________________________________________
66664 [  7435] By: jhi                                   on 2000/10/25  13:49:32
66665         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
66666              From: Mike Guy <mjtg@cam.ac.uk>
66667              Date: Tue, 24 Oct 2000 14:59:40 +0100
66668              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
66669      Branch: perl
66670            ! scope.c
66671 ____________________________________________________________________________
66672 [  7434] By: jhi                                   on 2000/10/25  13:48:41
66673         Log: AIX is picky about its symbol exports.  Solution for now
66674              is to include the deb.o explicitly to the re extension build.
66675              
66676              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
66677              From: Peter Prymmer <pvhp@forte.com>
66678              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
66679              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
66680      Branch: perl
66681            ! ext/re/Makefile.PL hints/aix.sh
66682 ____________________________________________________________________________
66683 [  7433] By: jhi                                   on 2000/10/25  13:46:49
66684         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
66685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66686              Date: Wed, 25 Oct 2000 12:02:20 +0200
66687              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
66688      Branch: perl
66689            ! perlsdio.h
66690 ____________________________________________________________________________
66691 [  7432] By: jhi                                   on 2000/10/25  13:44:28
66692         Log: Subject: Minor update to find2perl, for portability
66693              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
66694              Date: Wed, 25 Oct 2000 12:05:47 +0100
66695              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
66696      Branch: perl
66697            ! x2p/find2perl.PL
66698 ____________________________________________________________________________
66699 [  7431] By: jhi                                   on 2000/10/25  13:40:39
66700         Log: Add targets to Makefile.SH, most importantly
66701              'regen_all' which also remembers to update vms/perly*.
66702      Branch: perl
66703            ! Makefile.SH
66704 ____________________________________________________________________________
66705 [  7430] By: bailey                                on 2000/10/25  03:13:53
66706         Log: Cleanup from prior patch (Charles Lane?):
66707              - improve handling of MFDs in Basename and Path
66708              - default to no xsubpp line # munging when building debug images
66709      Branch: vmsperl
66710            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
66711 ____________________________________________________________________________
66712 [  7429] By: jhi                                   on 2000/10/24  20:03:40
66713         Log: Podify README.epoc and README.vos.
66714      Branch: perl
66715            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
66716            ! pod/perlport.pod pod/perltoc.pod
66717 ____________________________________________________________________________
66718 [  7428] By: jhi                                   on 2000/10/24  19:10:33
66719         Log: Stratus VOS updates from Paul Green.
66720      Branch: perl
66721            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
66722            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
66723            - vos/config.def vos/config.h vos/config_h.SH_orig
66724            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
66725            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
66726 ____________________________________________________________________________
66727 [  7427] By: jhi                                   on 2000/10/24  18:59:48
66728         Log: Check if stdio supports tweaking lval and cnt simultaneously.
66729              
66730              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
66731              From: Nicholas Clark <nick@ccl4.org>
66732              Date: Mon, 23 Oct 2000 15:39:32 +0100
66733              Message-ID: <20001023153932.A10786@plum.flirble.org>
66734      Branch: metaconfig
66735            ! U/compline/d_stdstdio.U
66736      Branch: perl
66737            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66738            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
66739            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
66740            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
66741            ! vos/config.h vos/config_h.SH_orig win32/config.bc
66742            ! win32/config.gc win32/config.vc
66743 ____________________________________________________________________________
66744 [  7426] By: jhi                                   on 2000/10/24  17:57:44
66745         Log: Missed the header file changes from #7425.
66746      Branch: perl
66747            ! embed.h embed.pl objXSUB.h proto.h
66748 ____________________________________________________________________________
66749 [  7425] By: jhi                                   on 2000/10/24  17:55:17
66750         Log: Fix the bug reported in
66751              
66752              From: andreas.koenig@anima.de (Andreas J. Koenig)
66753              Subject: Encode bug?
66754              Date: 24 Oct 2000 14:01:26 +0200 
66755              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
66756              
66757              Also make is_utf8_char() stricter.
66758      Branch: perl
66759            ! ext/Encode/Encode.xs utf8.c
66760 ____________________________________________________________________________
66761 [  7424] By: jhi                                   on 2000/10/24  15:15:39
66762         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
66763              From: Peter Scott <Peter@PSDT.com>
66764              Date: Mon, 23 Oct 2000 19:46:01 -0700
66765              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
66766      Branch: perl
66767            ! pod/perlfaq5.pod
66768 ____________________________________________________________________________
66769 [  7423] By: jhi                                   on 2000/10/24  14:25:30
66770         Log: Test tweak to avoid pulling in the whole Config.
66771      Branch: perl
66772            ! t/lib/st-lock.t
66773 ____________________________________________________________________________
66774 [  7422] By: jhi                                   on 2000/10/24  14:03:16
66775         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
66776      Branch: perl
66777            ! pp.c
66778 ____________________________________________________________________________
66779 [  7421] By: jhi                                   on 2000/10/24  13:32:09
66780         Log: (Replaced by #7440.)
66781              
66782              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
66783              From: "Kurt D. Starsinic" <kstar@chapin.edu>
66784              Date: Mon, 23 Oct 2000 16:40:54 -0400
66785              Message-ID: <20001023164054.B14491@O2.chapin.edu>
66786      Branch: perl
66787            ! t/lib/syslog.t
66788 ____________________________________________________________________________
66789 [  7420] By: jhi                                   on 2000/10/24  13:30:53
66790         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
66791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66792              Date: Mon, 23 Oct 2000 17:29:03 -0400
66793              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
66794      Branch: perl
66795            ! lib/ExtUtils/MM_Unix.pm
66796 ____________________________________________________________________________
66797 [  7419] By: jhi                                   on 2000/10/24  13:29:57
66798         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
66799              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66800              Date: Mon, 23 Oct 2000 19:01:32 -0400
66801              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
66802      Branch: perl
66803            ! utils/h2xs.PL
66804 ____________________________________________________________________________
66805 [  7418] By: jhi                                   on 2000/10/24  13:26:04
66806         Log: Replace #7409 with
66807              
66808              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
66809              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
66810              Date: Mon, 23 Oct 2000 20:08:56 +0200
66811              Message-ID: <20001023200855.A14850@nice.ram.loc>
66812      Branch: perl
66813            ! ext/Storable/Storable.pm t/lib/st-lock.t
66814 ____________________________________________________________________________
66815 [  7417] By: jhi                                   on 2000/10/24  13:17:52
66816         Log: Run vms/vms_yfix.pl, should have done that after changing
66817              perly.c in #7382.
66818      Branch: perl
66819            ! vms/perly_c.vms vms/perly_h.vms
66820 ____________________________________________________________________________
66821 [  7416] By: jhi                                   on 2000/10/24  02:55:33
66822         Log: Make the UTF-8 decoding stricter and more verbose when
66823              malformation happens.  This involved adding an argument
66824              to utf8_to_uv_chk(), which involved changing its prototype,
66825              and prefer STRLEN over I32 for the UTF-8 length, which as
66826              a domino effect necessitated changing the prototypes of
66827              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
66828              The stricter UTF-8 decoding checking uses Markus Kuhn's
66829              UTF-8 Decode Stress Tester from
66830              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
66831      Branch: perl
66832            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
66833            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
66834            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
66835            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
66836 ____________________________________________________________________________
66837 [  7415] By: jhi                                   on 2000/10/23  14:06:06
66838         Log: Update Changes.
66839      Branch: perl
66840            ! Changes patchlevel.h
66841 ____________________________________________________________________________
66842 [  7414] By: jhi                                   on 2000/10/23  12:39:52
66843         Log: Undo the basename() part of #7412 since the lib/basename
66844              tests would need upgrading too.
66845      Branch: perl
66846            ! lib/File/Basename.pm
66847 ____________________________________________________________________________
66848 [  7413] By: jhi                                   on 2000/10/23  12:19:27
66849         Log: Document PERL_INSTALL_ROOT of #7210.
66850      Branch: perl
66851            ! lib/ExtUtils/Install.pm
66852 ____________________________________________________________________________
66853 [  7412] By: jhi                                   on 2000/10/23  12:16:47
66854         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
66855      Branch: perl
66856            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
66857            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
66858 ____________________________________________________________________________
66859 [  7411] By: jhi                                   on 2000/10/23  12:07:41
66860         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
66861              From: Prymmer/Kahn <pvhp@best.com>
66862              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
66863              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
66864      Branch: perl
66865            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
66866 ____________________________________________________________________________
66867 [  7410] By: jhi                                   on 2000/10/23  04:10:11
66868         Log: The change #7187 was not so good on VMS.
66869              
66870              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
66871              From: "Craig A. Berry" <craig.berry@psinetcs.com>
66872              Date: Sun, 22 Oct 2000 23:03:08 -0500
66873              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
66874      Branch: perl
66875            ! utils/perldoc.PL
66876 ____________________________________________________________________________
66877 [  7409] By: jhi                                   on 2000/10/23  03:57:36
66878         Log: Avoid Storable locking on DJGPP for now.
66879              
66880              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
66881              From: "Peter J. Farley III" <pjfarley@banet.net>
66882              Date: Sun, 22 Oct 2000 20:00:00 -0400
66883              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
66884      Branch: perl
66885            ! ext/Storable/Storable.pm t/lib/st-lock.t
66886 ____________________________________________________________________________
66887 [  7408] By: jhi                                   on 2000/10/23  03:50:24
66888         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
66889              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
66890              Date: Sun, 22 Oct 2000 21:12:22 -0400
66891              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
66892      Branch: perl
66893            ! lib/vars.pm
66894 ____________________________________________________________________________
66895 [  7407] By: jhi                                   on 2000/10/23  03:43:12
66896         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
66897              From: Hugo <hv@crypt.compulink.co.uk>
66898              Date: Mon, 23 Oct 2000 00:47:22 +0100
66899              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
66900      Branch: perl
66901            ! regexec.c t/op/pat.t
66902 ____________________________________________________________________________
66903 [  7406] By: jhi                                   on 2000/10/23  03:40:29
66904         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
66905      Branch: perl
66906            ! lib/ExtUtils/MakeMaker.pm
66907 ____________________________________________________________________________
66908 [  7405] By: jhi                                   on 2000/10/22  21:32:00
66909         Log: Doc patch.
66910              
66911              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
66912              From: rspier@pobox.com (Robert Spier)
66913              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
66914              Message-ID: <14835.16112.13457.447971@rls.cx>
66915      Branch: perl
66916            ! lib/strict.pm
66917 ____________________________________________________________________________
66918 [  7404] By: jhi                                   on 2000/10/22  21:30:51
66919         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
66920              From: rspier@pobox.com (Robert Spier)
66921              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
66922              Message-ID: <14835.17223.72448.705566@rls.cx>
66923      Branch: perl
66924            ! lib/ExtUtils/MakeMaker.pm
66925 ____________________________________________________________________________
66926 [  7403] By: jhi                                   on 2000/10/22  21:24:11
66927         Log: Subject: [PATCH bleadperl] ripples from constsub patch
66928              From: John Tobey <jtobey@john-edwin-tobey.org>
66929              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
66930              Message-Id: <m13nSOB-000FObC@feynman.localnet>
66931      Branch: perl
66932            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
66933 ____________________________________________________________________________
66934 [  7402] By: jhi                                   on 2000/10/22  20:59:35
66935         Log: Support s?printf parameter reordering.
66936      Branch: perl
66937            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
66938 ____________________________________________________________________________
66939 [  7401] By: jhi                                   on 2000/10/22  19:19:14
66940         Log: Expand %Config variables only if explicitly so requested
66941              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
66942              
66943              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
66944              From: Gurusamy Sarathy <gsar@ActiveState.com>
66945              Date: Sun, 22 Oct 2000 11:47:32 -0700
66946              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
66947      Branch: perl
66948            ! Makefile.SH lib/lib_pm.PL
66949 ____________________________________________________________________________
66950 [  7400] By: jhi                                   on 2000/10/22  18:24:10
66951         Log: Move the #7390 test from warn/op to comp/redef.
66952              
66953              Subject: Re: Creating const subs for constants.
66954              From: John Tobey <jtobey@john-edwin-tobey.org>
66955              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
66956              Message-Id: <m13nG72-000FObC@feynman.localnet>               
66957      Branch: perl
66958            ! t/comp/redef.t t/pragma/warn/op
66959 ____________________________________________________________________________
66960 [  7399] By: jhi                                   on 2000/10/22  17:49:59
66961         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
66962              From: Nicholas Clark <nick@ccl4.org>
66963              Date: Sat, 21 Oct 2000 22:23:19 +0100
66964              Message-ID: <20001021222319.B45586@plum.flirble.org>
66965      Branch: perl
66966            ! ext/DynaLoader/DynaLoader_pm.PL
66967 ____________________________________________________________________________
66968 [  7398] By: jhi                                   on 2000/10/22  17:47:35
66969         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
66970              From: Hugo <hv@crypt.compulink.co.uk>
66971              Date: Sat, 21 Oct 2000 18:19:59 +0100
66972              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
66973      Branch: perl
66974            ! ext/B/B.pm ext/B/B/C.pm
66975 ____________________________________________________________________________
66976 [  7397] By: jhi                                   on 2000/10/22  17:35:18
66977         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
66978              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
66979              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
66980              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
66981      Branch: perl
66982            ! hints/openbsd.sh
66983 ____________________________________________________________________________
66984 [  7396] By: jhi                                   on 2000/10/22  17:19:46
66985         Log: Subject: installman go-faster stripes
66986              From: Nicholas Clark <nick@talking.bollo.cx>
66987              Date: Sat, 21 Oct 2000 17:24:53 +0100
66988              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
66989              
66990              Subject: Re: installman go-faster stripes
66991              From: Russ Allbery <rra@stanford.edu>
66992              Date: 21 Oct 2000 11:04:13 -0700
66993              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
66994      Branch: perl
66995            ! installman pod/pod2man.PL
66996 ____________________________________________________________________________
66997 [  7395] By: jhi                                   on 2000/10/22  17:17:35
66998         Log: Hints tweak from Anton Berezin.
66999      Branch: perl
67000            ! hints/freebsd.sh
67001 ____________________________________________________________________________
67002 [  7394] By: jhi                                   on 2000/10/22  04:50:04
67003         Log: Tweak the Is* definitions of Unicode character classes
67004              to better match the official categorizations; embrace
67005              the official categorizations; add the combining marks
67006              as alpha (and -numeric); fix DCinital (a typo and edito)
67007              to be DCmedial.
67008      Branch: perl
67009            + lib/unicode/Is/DCmedial.pl
67010            - lib/unicode/Is/DCinital.pl
67011            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
67012            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
67013            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
67014            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
67015 ____________________________________________________________________________
67016 [  7393] By: jhi                                   on 2000/10/21  18:06:05
67017         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
67018              From: Daniel Chetlin <daniel@chetlin.com>
67019              Date: Sat, 21 Oct 2000 02:57:03 -0700
67020              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
67021      Branch: perl
67022            + t/lib/tie-splice.t
67023            ! MANIFEST lib/Tie/Array.pm
67024 ____________________________________________________________________________
67025 [  7392] By: gsar                                  on 2000/10/21  18:05:15
67026         Log: resync utfperl branch with mainline
67027      Branch: utfperl
67028           !> (integrate 1760 files)
67029 ____________________________________________________________________________
67030 [  7391] By: jhi                                   on 2000/10/21  14:37:49
67031         Log: Testcases for a #7383,#7385 related bug.
67032              
67033              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
67034              From: Nicholas Clark <nick@ccl4.org>
67035              Date: Sat, 21 Oct 2000 15:04:51 +0100
67036              Message-ID: <20001021150451.A51566@plum.flirble.org>
67037      Branch: perl
67038            ! t/pragma/utf8.t
67039 ____________________________________________________________________________
67040 [  7390] By: jhi                                   on 2000/10/21  14:35:57
67041         Log: Add a testcase for #7389.
67042      Branch: perl
67043            ! t/pragma/warn/op
67044 ____________________________________________________________________________
67045 [  7389] By: jhi                                   on 2000/10/21  14:26:45
67046         Log: Subject: Re: Creating const subs for constants.
67047              From: John Tobey <jtobey@john-edwin-tobey.org>
67048              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
67049              Message-Id: <m13mo0N-000FObC@feynman.localnet>
67050      Branch: perl
67051            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
67052            ! proto.h sv.c
67053 ____________________________________________________________________________
67054 [  7388] By: nick                                  on 2000/10/21  11:44:23
67055         Log: Populate perlio branch
67056      Branch: perlio
67057           +> (branch 1760 files)
67058 ____________________________________________________________________________
67059 [  7387] By: nick                                  on 2000/10/21  10:52:05
67060         Log: Get branch back as replica of mainline via :
67061              p4 integrate -b utfperl
67062              p4 resolve -at ./...
67063      Branch: utfperl
67064           +> (branch 269 files)
67065            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
67066            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
67067            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
67068            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
67069            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
67070            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
67071            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
67072            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
67073            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
67074            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
67075            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
67076            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
67077            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
67078            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
67079            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
67080            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
67081            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
67082            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
67083            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
67084            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
67085            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
67086            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
67087            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
67088            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
67089            - lib/unicode/UCD300.html lib/unicode/Unicode.300
67090            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
67091            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
67092            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
67093            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
67094           !> (integrate 965 files)
67095 ____________________________________________________________________________
67096 [  7386] By: jhi                                   on 2000/10/21  01:31:12
67097         Log: Update Changes.
67098      Branch: perl
67099            ! Changes patchlevel.h
67100 ____________________________________________________________________________
67101 [  7385] By: jhi                                   on 2000/10/21  01:28:42
67102         Log: The #7383 was right only in the context of the original bug report,
67103              not in more general case.
67104      Branch: perl
67105            ! pp_hot.c
67106 ____________________________________________________________________________
67107 [  7384] By: jhi                                   on 2000/10/21  01:08:23
67108         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
67109      Branch: perl
67110            ! ext/IO/lib/IO/Select.pm
67111 ____________________________________________________________________________
67112 [  7383] By: jhi                                   on 2000/10/21  00:44:18
67113         Log: Fix for ID 20001020.006, concatenating an unset submatch
67114              with utf8 resulted in "Modification of a read-only value".
67115      Branch: perl
67116            ! pp_hot.c t/pragma/utf8.t
67117 ____________________________________________________________________________
67118 [  7382] By: jhi                                   on 2000/10/20  20:44:31
67119         Log: Make scan_num() reëntrant, as suggested in
67120              
67121              Subject: [PATCH perl@7229] Rentrant parser and yylex()
67122              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67123              Date: Fri, 20 Oct 2000 14:17:27 +0100
67124              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
67125      Branch: perl
67126            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
67127            ! toke.c
67128 ____________________________________________________________________________
67129 [  7381] By: jhi                                   on 2000/10/20  20:07:29
67130         Log: Reëntrancy fix.
67131              
67132              Subject: [PATCH perl@7229] Rentrant parser and yylex()
67133              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67134              Date: Fri, 20 Oct 2000 14:17:27 +0100
67135              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
67136      Branch: perl
67137            ! embed.h embed.pl perl.h proto.h toke.c
67138 ____________________________________________________________________________
67139 [  7380] By: jhi                                   on 2000/10/20  19:15:54
67140         Log: Don't write double values through long double pointers,
67141              based on a part of
67142              
67143              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
67144              From: Jens Hamisch <jens@Strawberry.COM>
67145              Date: Tue, 17 Oct 2000 08:39:36 +0200
67146              Message-Id: <20001017083936.A11104@Strawberry.COM>
67147      Branch: perl
67148            ! perl.h pp.c
67149 ____________________________________________________________________________
67150 [  7379] By: jhi                                   on 2000/10/20  18:43:37
67151         Log: Portability tweak on #7377.
67152              
67153              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
67154              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67155              Date:     Fri, 20 Oct 2000 13:13:41 EDT
67156              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
67157      Branch: perl
67158            ! t/lib/dprof.t
67159 ____________________________________________________________________________
67160 [  7378] By: jhi                                   on 2000/10/20  12:57:19
67161         Log: SOCKS function redefinitions need prototypes, too, otherwise
67162              for example 32 bit versus 64 bit differences cause a lot of
67163              problems.  Part of
67164              
67165              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
67166              From: Jens Hamisch <jens@Strawberry.COM>
67167              Date: Tue, 17 Oct 2000 08:39:36 +0200
67168              Message-Id: <20001017083936.A11104@Strawberry.COM>
67169      Branch: perl
67170            ! doio.c pp_sys.c
67171 ____________________________________________________________________________
67172 [  7377] By: jhi                                   on 2000/10/20  12:37:12
67173         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
67174              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67175              Date:     Fri, 20 Oct 2000 08:26:04 EDT
67176              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
67177      Branch: perl
67178            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
67179 ____________________________________________________________________________
67180 [  7376] By: jhi                                   on 2000/10/20  12:35:31
67181         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
67182              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67183              Date:     Fri, 20 Oct 2000 07:48:15 EDT
67184              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
67185      Branch: perl
67186            ! configure.com vms/gen_shrfls.pl
67187 ____________________________________________________________________________
67188 [  7375] By: bailey                                on 2000/10/20  04:44:37
67189         Log: SYN SYN
67190      Branch: vmsperl
67191           +> (branch 134 files)
67192            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
67193            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
67194            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
67195            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
67196            - eg/cgi/frameset.cgi eg/cgi/index.html
67197            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
67198            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
67199            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
67200            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
67201            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
67202            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
67203            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
67204            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
67205            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
67206            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
67207            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
67208            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
67209            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
67210            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
67211            - lib/unicode/Props.txt lib/unicode/UCD300.html
67212            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
67213            - utils/perlbc.PL vms/subconfigure.com
67214           !> (integrate 785 files)
67215 ____________________________________________________________________________
67216 [  7374] By: jhi                                   on 2000/10/20  00:59:48
67217         Log: In the latest compiler builds cccdlflags must not become -fpic,
67218              from Wilfredo Sánchez.
67219      Branch: perl
67220            ! hints/darwin.sh
67221 ____________________________________________________________________________
67222 [  7373] By: jhi                                   on 2000/10/20  00:56:35
67223         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
67224              From: Tony Cook <tony@develop-help.com>
67225              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
67226              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
67227      Branch: perl
67228            ! pod/perlop.pod
67229 ____________________________________________________________________________
67230 [  7372] By: jhi                                   on 2000/10/19  19:34:40
67231         Log: Typo noted by Mark Lutz.
67232      Branch: perl
67233            ! t/op/64bitint.t
67234 ____________________________________________________________________________
67235 [  7371] By: jhi                                   on 2000/10/19  19:33:13
67236         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
67237      Branch: metaconfig
67238            ! U/modified/Cppsym.U U/modified/Oldconfig.U
67239      Branch: metaconfig/U/perl
67240            ! End.U dlsrc.U libperl.U
67241      Branch: perl
67242            + hints/nonstopux.sh
67243            ! Configure MANIFEST config_h.SH
67244 ____________________________________________________________________________
67245 [  7370] By: jhi                                   on 2000/10/19  17:18:08
67246         Log: Subject: PATCH do_print has 2 PerlIO_error()s
67247              From: nick@ccl4.org
67248              Date: Thu, 19 Oct 2000 18:09:20 +0100
67249              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
67250      Branch: perl
67251            ! doio.c
67252 ____________________________________________________________________________
67253 [  7369] By: jhi                                   on 2000/10/19  14:01:49
67254         Log: Update Changes.
67255      Branch: perl
67256            ! Changes patchlevel.h
67257 ____________________________________________________________________________
67258 [  7368] By: jhi                                   on 2000/10/19  13:04:29
67259         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
67260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67261              Date: Wed, 18 Oct 2000 13:12:01 +0200
67262              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
67263      Branch: perl
67264            ! hints/aix.sh
67265 ____________________________________________________________________________
67266 [  7367] By: jhi                                   on 2000/10/19  02:22:40
67267         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
67268              of a 'pmshort' anywhere in the B, so the offending line was simply
67269              removed.
67270      Branch: perl
67271            ! ext/B/B/Debug.pm
67272 ____________________________________________________________________________
67273 [  7366] By: jhi                                   on 2000/10/19  02:12:37
67274         Log: Add the test case for the bug id 20000730.004 which seems
67275              to have been fixed by now.
67276      Branch: perl
67277            ! t/pragma/utf8.t
67278 ____________________________________________________________________________
67279 [  7365] By: jhi                                   on 2000/10/18  23:36:24
67280         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
67281              From: Hugo <hv@crypt.compulink.co.uk>
67282              Date: Wed, 18 Oct 2000 23:25:58 +0100
67283              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
67284      Branch: perl
67285            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
67286 ____________________________________________________________________________
67287 [  7364] By: jhi                                   on 2000/10/18  21:12:53
67288         Log: (retracted)
67289      Branch: perl
67290            ! pp.c
67291 ____________________________________________________________________________
67292 [  7363] By: jhi                                   on 2000/10/18  20:55:38
67293         Log: Missing change from #7362.
67294      Branch: perl
67295            ! win32/perlhost.h
67296 ____________________________________________________________________________
67297 [  7362] By: jhi                                   on 2000/10/18  20:52:01
67298         Log: Borland C fstat() never saw the fd as writable.
67299              
67300              Subject: fix for Borland's weak "stat" (perl@7211)
67301              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
67302              Date: Mon, 16 Oct 2000 09:55:03 +0400
67303              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
67304      Branch: perl
67305            ! win32/win32.c
67306 ____________________________________________________________________________
67307 [  7361] By: jhi                                   on 2000/10/18  17:43:50
67308         Log: Regen toc.
67309      Branch: perl
67310            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
67311 ____________________________________________________________________________
67312 [  7360] By: jhi                                   on 2000/10/18  17:07:44
67313         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67314              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
67315              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
67316              Date: Mon, 16 Oct 2000 15:19:49 +0200
67317      Branch: perl
67318            + README.aix
67319            ! MANIFEST
67320 ____________________________________________________________________________
67321 [  7359] By: jhi                                   on 2000/10/18  17:04:49
67322         Log: Subject: Pod patch for Devel::Peek
67323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67324              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
67325              Date: Mon, 16 Oct 2000 12:26:34 +0200
67326      Branch: perl
67327            ! ext/Devel/Peek/Peek.pm
67328 ____________________________________________________________________________
67329 [  7358] By: jhi                                   on 2000/10/18  17:03:15
67330         Log: Make Cwd more bulletproof in chrooted environments.
67331              
67332              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
67333              From: "Eric E. Coe" <Eric.Coe@oracle.com>
67334              Date: Wed, 18 Oct 2000 04:03:54 -0400
67335              Message-Id: <39ED596A.70E599FE@oracle.com>
67336      Branch: perl
67337            ! lib/Cwd.pm
67338 ____________________________________________________________________________
67339 [  7357] By: jhi                                   on 2000/10/18  16:37:26
67340         Log: Disable the UTF8 downgrade croakage for now to avoid
67341              too many not okay messages.
67342      Branch: perl
67343            ! doio.c
67344 ____________________________________________________________________________
67345 [  7356] By: jhi                                   on 2000/10/17  23:29:41
67346         Log: Show the failed remote port, instead of the failing line number.
67347              
67348              Subject: [PATCH 5.6.1 Debugger] More diagnostics
67349              From: David Sparks <daves@ActiveState.com>
67350              Date: Tue, 17 Oct 2000 15:00:24 -0700
67351              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
67352      Branch: perl
67353            ! lib/perl5db.pl
67354 ____________________________________________________________________________
67355 [  7355] By: jhi                                   on 2000/10/17  14:11:31
67356         Log: On output try to downgrade to bytes, croak if impossible,
67357              from Simon Cozens.  This means that outputting >255 UTF8
67358              is impossible.  Consider this as a strong incentive to get
67359              the I/O disciplines implemented.
67360      Branch: perl
67361            ! doio.c pod/perldiag.pod sv.c
67362 ____________________________________________________________________________
67363 [  7354] By: jhi                                   on 2000/10/17  13:42:23
67364         Log: Clarify documentation on 'use bytes'.
67365              
67366              Subject: Re: What does 'use bytes' "mean" ?
67367              From: Simon Cozens <simon@cozens.net>
67368              Date: Mon, 18 Sep 2000 18:24:25 +0100
67369              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
67370      Branch: perl
67371            ! lib/bytes.pm
67372 ____________________________________________________________________________
67373 [  7353] By: jhi                                   on 2000/10/17  13:28:12
67374         Log: Workaround for a sfio bug where the stream error indicator
67375              is not cleared as documented.
67376              
67377              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
67378              From: Nicholas Clark <nick@ccl4.org>
67379              Date: Mon, 16 Oct 2000 18:28:23 +0100
67380              Message-ID: <20001016182823.J19700@plum.flirble.org>
67381      Branch: perl
67382            ! doio.c
67383 ____________________________________________________________________________
67384 [  7352] By: jhi                                   on 2000/10/17  13:06:19
67385         Log: More IoTYPE sprinkling.
67386      Branch: perl
67387            ! doio.c pp_hot.c
67388 ____________________________________________________________________________
67389 [  7351] By: jhi                                   on 2000/10/16  22:47:07
67390         Log: Detect early whether the std streams have gone bad.
67391              
67392              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
67393              Date: Mon, 16 Oct 2000 23:28:42 +0100
67394              From: Nicholas Clark <nick@ccl4.org>
67395              Message-ID: <20001016232842.A37942@plum.flirble.org>
67396      Branch: perl
67397            ! t/op/misc.t
67398 ____________________________________________________________________________
67399 [  7350] By: jhi                                   on 2000/10/16  22:45:16
67400         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
67401              From: "Peter J. Farley III" <pjfarley@banet.net>
67402              Date: Mon, 16 Oct 2000 18:15:59 -0400
67403              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
67404      Branch: perl
67405            ! djgpp/djgpp.c dosish.h t/io/open.t
67406 ____________________________________________________________________________
67407 [  7349] By: jhi                                   on 2000/10/16  22:36:45
67408         Log: perldelta tweak.
67409      Branch: perl
67410            ! pod/perldelta.pod
67411 ____________________________________________________________________________
67412 [  7348] By: jhi                                   on 2000/10/16  15:17:53
67413         Log: Update Changes.
67414      Branch: perl
67415            ! Changes patchlevel.h
67416 ____________________________________________________________________________
67417 [  7347] By: jhi                                   on 2000/10/16  13:55:27
67418         Log: Add the capability to include/exclude branches.
67419      Branch: perl
67420            ! Porting/genlog
67421 ____________________________________________________________________________
67422 [  7346] By: jhi                                   on 2000/10/16  13:18:04
67423         Log: Add Charles Lane.
67424      Branch: perl
67425            ! AUTHORS Changes
67426 ____________________________________________________________________________
67427 [  7345] By: jhi                                   on 2000/10/16  13:13:21
67428         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
67429      Branch: perl
67430            ! pod/perldelta.pod
67431 ____________________________________________________________________________
67432 [  7344] By: gsar                                  on 2000/10/16  09:30:21
67433         Log: integrate change#6220 from cfgperl
67434              
67435              Win32 patches from Benjamin Stuhl.
67436      Branch: maint-5.6/perl
67437           !> makedef.pl win32/win32.h
67438 ____________________________________________________________________________
67439 [  7343] By: gsar                                  on 2000/10/16  08:32:19
67440         Log: integrate changes#6221,6222 from cfgperl
67441              
67442              Remove tr///CU (the feature is to be obsoleted by better interfaces).
67443              From: simon@brecon.co.uk (Simon Cozens)
67444              Subject: [PATCH] Eliminate tr///[CU][CU]
67445              Date: 23 Jun 2000 11:05:40 GMT
67446              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
67447              
67448              doc typo fix
67449              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
67450              From: Ian Phillipps <Ian.Phillipps@iname.com>
67451              Date: Fri, 23 Jun 2000 10:40:58 +0100
67452              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
67453      Branch: maint-5.6/perl
67454           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
67455 ____________________________________________________________________________
67456 [  7342] By: gsar                                  on 2000/10/16  08:28:08
67457         Log: integrate change#6217 from cfgperl (in part)
67458              
67459              Rename the fdpid locking and integrate with Sarathy.
67460      Branch: maint-5.6/perl
67461           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
67462           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
67463           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
67464           !> win32/win32.c
67465 ____________________________________________________________________________
67466 [  7341] By: gsar                                  on 2000/10/16  08:23:39
67467         Log: integrate changes#6214..6216 from mainline
67468              
67469              @_ can't have junk in it even in the non-USE_ITHREADS case because
67470              caller() wants to populate @DB::args with it (causes a coredump
67471              in Carp::confess())
67472              
67473              tweak comment about @DB::args
67474              
67475              be more optimal about clearing @_
67476      Branch: maint-5.6/perl
67477           !> av.h cop.h pp_ctl.c t/op/runlevel.t
67478 ____________________________________________________________________________
67479 [  7340] By: gsar                                  on 2000/10/16  08:20:37
67480         Log: integrate changes#6207..6210 from cfgperl
67481              
67482              Subject: [PATCH 5.6.0] Threadsafe patches
67483              From: Dan Sugalski <dan@sidhe.org>
67484              To: perl5-porters@perl.org
67485              Date: Mon, 08 May 2000 18:08:13 -0400
67486              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
67487              
67488              Regen headers for #6207.
67489              
67490              Lock PL_fdpid against race conditions, based on:
67491              Subject: [PATCH 5.6.0]subprocess fixup for threads
67492              From: Dan Sugalski <dan@sidhe.org>
67493              To: perl5-porters@perl.org
67494              Date: Tue, 11 Apr 2000 17:02:32 -0400
67495              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
67496              
67497              Mopup for #6207 and #6209.
67498      Branch: maint-5.6/perl
67499           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
67500           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
67501           !> win32/win32.c
67502 ____________________________________________________________________________
67503 [  7339] By: gsar                                  on 2000/10/16  08:14:34
67504         Log: integrate change#6203 from cfgperl
67505              
67506              perldiag should refer to perlos2.pod not README.os2
67507      Branch: maint-5.6/perl
67508           !> pod/perldiag.pod
67509 ____________________________________________________________________________
67510 [  7338] By: gsar                                  on 2000/10/16  08:11:42
67511         Log: integrate change#6201 from mainline
67512              
67513              Perl_eval_pv() leaks 4 bytes every time it is called because it
67514              does a PUSHMARK that's never ever POPMARKed; in general, only
67515              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
67516              Perl_eval_[sp]v() don't because they don't take any incoming
67517              arguments (this leak has been around since the original version
67518              of perl_eval_pv() in 5.003_97e)
67519      Branch: maint-5.6/perl
67520           !> perl.c
67521 ____________________________________________________________________________
67522 [  7337] By: gsar                                  on 2000/10/16  08:08:47
67523         Log: integrate changes#6197..6200 from cfgperl
67524              
67525              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
67526              From: John Borwick <jhborwic@unity.ncsu.edu>
67527              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
67528              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
67529              
67530              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
67531              From: Dan Sugalski <dan@sidhe.org>
67532              To: vmsperl@perl.org, perl5-porters@perl.org
67533              Date: Fri, 02 Jun 2000 16:00:41 -0400
67534              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
67535              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
67536              
67537              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
67538              From: Dan Sugalski <dan@sidhe.org>
67539              To: perl5-porters@perl.org, vmsperl@perl.org
67540              Date: Fri, 02 Jun 2000 17:30:51 -0400
67541              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
67542              
67543              Update to cperl-mode.el 4.31 from
67544              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
67545              Subject: A couple of notes
67546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67547              To: Mailing list Perl5 <perl5-porters@perl.org>
67548              Date: Sat, 3 Jun 2000 23:33:32 -0400
67549              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
67550      Branch: maint-5.6/perl
67551           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
67552           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
67553           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
67554           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
67555           !> vms/vmsish.h
67556 ____________________________________________________________________________
67557 [  7336] By: gsar                                  on 2000/10/16  08:03:46
67558         Log: integrate changes#6194,6195 from mainline
67559              
67560              fix small eval"" memory leaks under USE_ITHREADS
67561              
67562              fix yet another eval"" leak under USE_ITHREADS
67563      Branch: maint-5.6/perl
67564           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
67565           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
67566           !> vms/perly_c.vms
67567 ____________________________________________________________________________
67568 [  7335] By: gsar                                  on 2000/10/16  08:02:15
67569         Log: integrate changes#6190,6191 from mainline
67570              
67571              submit missing embed.pl change
67572              
67573              vec() loses numericalness (modified version of patch suggested
67574              by Robin Barker)
67575      Branch: maint-5.6/perl
67576           !> doop.c embed.pl t/op/vec.t
67577 ____________________________________________________________________________
67578 [  7334] By: gsar                                  on 2000/10/16  08:01:03
67579         Log: integrate change#6189 from mainline
67580              
67581              counting tr/// corrupts later operation (from M.J.T Guy)
67582      Branch: maint-5.6/perl
67583           !> doop.c t/op/tr.t
67584 ____________________________________________________________________________
67585 [  7333] By: gsar                                  on 2000/10/16  07:59:07
67586         Log: integrate changes#6183..6188 from mainline
67587              
67588              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
67589              <nick@ccl4.org>)
67590              
67591              tweak for change#6127
67592              
67593              remove incorrect documentation about implicit split to @_ in
67594              list context, which never really worked in perl 5 (from
67595              M.J.T. Guy)
67596              
67597              further qualify references to "alphanumeric" (from Wolfgang Laun
67598              <wolfgang.laun@alcatel.at>)
67599              
67600              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
67601              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
67602              
67603              h2xs tweaks
67604      Branch: maint-5.6/perl
67605           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
67606           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
67607           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
67608           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
67609           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
67610           !> pod/pod2latex.PL utils/h2xs.PL
67611 ____________________________________________________________________________
67612 [  7332] By: gsar                                  on 2000/10/16  07:53:52
67613         Log: integrate change#6179 from mainline
67614              
67615              buggy modulus on UVs introduced by change#3378 (resulted in
67616              4063328477 % 65535 amounting to 27406, instead of 27407)
67617      Branch: maint-5.6/perl
67618           !> pp.c t/op/arith.t
67619 ____________________________________________________________________________
67620 [  7331] By: gsar                                  on 2000/10/16  07:52:49
67621         Log: integrate changes#6176,6177,6178,6182 from cfgperl
67622              
67623              Single-quoted utf8 patch from Simon Cozens.
67624              
67625              Substitution utf8 patch from Simon Cozens.
67626              
67627              Be cleaner.
67628              
67629              Be Cleaner Part Deux.
67630      Branch: maint-5.6/perl
67631           !> Makefile.SH pp_hot.c toke.c
67632 ____________________________________________________________________________
67633 [  7330] By: gsar                                  on 2000/10/16  07:41:36
67634         Log: integrate change#6172 from mainline
67635              
67636              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
67637              (from Ilya Zakharevich)
67638      Branch: maint-5.6/perl
67639           !> regexec.c t/op/re_tests
67640 ____________________________________________________________________________
67641 [  7329] By: gsar                                  on 2000/10/16  07:40:25
67642         Log: integrate change#6171 from mainline
67643              
67644              scalar() doesn't force scalar context when used in void context
67645              (from Simon Cozens)
67646      Branch: maint-5.6/perl
67647           !> op.c t/op/wantarray.t
67648 ____________________________________________________________________________
67649 [  7328] By: gsar                                  on 2000/10/16  07:39:33
67650         Log: integrate change#6170 from mainline
67651              
67652              change#6142 needs tweaks to tests to work where there's no
67653              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
67654      Branch: maint-5.6/perl
67655           !> t/lib/filefind.t
67656 ____________________________________________________________________________
67657 [  7327] By: gsar                                  on 2000/10/16  07:35:34
67658         Log: integrate changes#6166..6168 from cfgperl
67659              
67660              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
67661              in case somebody wants to write an extension for more
67662              shadow database interfaces.
67663              
67664              tweak todo
67665              
67666              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
67667      Branch: maint-5.6/perl
67668           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67669           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
67670           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
67671           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
67672           !> win32/config.vc win32/config_H.bc win32/config_H.gc
67673           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
67674 ____________________________________________________________________________
67675 [  7326] By: gsar                                  on 2000/10/16  07:29:05
67676         Log: integrate changes#6157,6159..6161,6164 from cfgperl
67677              
67678              Regen Configure to jive with #6149.
67679              
67680              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
67681              
67682              Changes for the File::Temp 0.08 (change #6159) test suite
67683              to fit better into the Perl distribution test framework.
67684              
67685              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
67686              both from Simon Cozens.
67687              
67688              detypo
67689      Branch: maint-5.6/perl
67690           +> pod/perlmodlib.PL pod/perlnewmod.pod
67691           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
67692           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
67693           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
67694           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
67695 ____________________________________________________________________________
67696 [  7325] By: gsar                                  on 2000/10/16  07:25:13
67697         Log: integrate change#6158 from vmsperl
67698              
67699              Add fallback to tmpfile for use in cases where user's relying on
67700              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
67701              Lane's patch)
67702      Branch: maint-5.6/perl
67703           !> vms/vms.c vms/vmsish.h
67704 ____________________________________________________________________________
67705 [  7324] By: gsar                                  on 2000/10/16  07:20:50
67706         Log: integrate changes#6153..6155 from mainline
67707              
67708              prettier Test::Harness output on failed tests (from Nicholas Clark
67709              <nick@Bagpuss.uk.boo.com>)
67710              
67711              avoid type mismatch warning
67712              
67713              small bug in change#6144; remove random \xA0 character that snuck
67714              in via change#6145
67715      Branch: maint-5.6/perl
67716           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
67717           !> perl.c
67718 ____________________________________________________________________________
67719 [  7323] By: gsar                                  on 2000/10/16  07:18:47
67720         Log: integrate changes#6151,6152 from mainline
67721              
67722              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
67723              
67724              cosmetic fixups of RE debug output (from Ilya Zakharevich)
67725      Branch: maint-5.6/perl
67726           !> regexec.c
67727 ____________________________________________________________________________
67728 [  7322] By: gsar                                  on 2000/10/16  07:17:25
67729         Log: integrate changes#6146..6150 from mainline
67730              
67731              doc typo
67732              
67733              add a make entry to Config.pm so "perl -V:make" works on VMS
67734              (from Peter Prymmer)
67735              
67736              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
67737              
67738              OS/2 tweaks for usethreads build (from Rocco Caputo
67739              <troc@netrus.net>)
67740              
67741              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
67742      Branch: maint-5.6/perl
67743           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
67744           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
67745           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
67746           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
67747           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
67748           !> warnings.pl x2p/a2p.h
67749 ____________________________________________________________________________
67750 [  7321] By: gsar                                  on 2000/10/16  07:14:02
67751         Log: integrate changes#6143..6145 from mainline
67752              
67753              MacOS support, part 1 (from Matthias Neeracher
67754              <neeri@iis.ee.ethz.ch>)
67755              
67756              MacOS support, part 2: make AutoSplit use File::Spec instead
67757              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
67758              <neeri@iis.ee.ethz.ch>)
67759              
67760              make xsubpp skip embedded pod (from Matthias Neeracher
67761              <neeri@iis.ee.ethz.ch>)
67762      Branch: maint-5.6/perl
67763           +> ext/DynaLoader/dl_mac.xs
67764           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
67765           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
67766           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
67767           !> pp_ctl.c proto.h toke.c util.c util.h
67768 ____________________________________________________________________________
67769 [  7320] By: gsar                                  on 2000/10/16  07:12:13
67770         Log: integrate changes#6141,6142 from mainline
67771              
67772              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
67773              forwarded by Peter Seebach from the bsdi-users mailing list.
67774              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
67775              
67776              File::Find fails to chdir when chasing symlinks (from
67777              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
67778      Branch: maint-5.6/perl
67779           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
67780 ____________________________________________________________________________
67781 [  7319] By: gsar                                  on 2000/10/16  07:04:30
67782         Log: integrate change#6139 from mainline
67783              
67784              revise mktables.PL for bugs and newness in Unicode 3.0
67785              (from James Bence <jbence@amgen.com>)
67786      Branch: maint-5.6/perl
67787           +> (branch 30 files)
67788           !> (integrate 49 files)
67789 ____________________________________________________________________________
67790 [  7318] By: gsar                                  on 2000/10/16  07:01:01
67791         Log: integrate changes#6137,6138 from mainline
67792              
67793              fix bogus redeclaration warning for "our" variables in different
67794              scopes
67795              
67796              add note about the handling of negative indices to tied arrays
67797              (from Michael G Schwern <schwern@pobox.com>)
67798      Branch: maint-5.6/perl
67799           !> op.c pod/perltie.pod t/pragma/strict-vars
67800 ____________________________________________________________________________
67801 [  7317] By: gsar                                  on 2000/10/16  06:58:46
67802         Log: integrate changes#6127..6136 from mainline
67803              
67804              call_method(...,G_EVAL) can longjmp() out if the method probing
67805              failed (from Gisle Aas)
67806              
67807              new perlxstut example for passing/returning refs to arrays
67808              (from David Lowe <dlowe@pootpoot.com>)
67809              
67810              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
67811              
67812              fix places that mean C<"word" character> but say C<alphanumeric
67813              character>
67814              
67815              avoid warnings in POSIX.pm (from Barrie Slaymaker)
67816              
67817              warnings::enabled() doesn't fall back to looking at $^W if
67818              caller isn't using lexical warnings (from Paul Marquess)
67819              
67820              elide bogus test in change#6132
67821              
67822              make Test::Harness use wait.h/WCOREDUMP if available
67823              (from Ben Tilly <ben_tilly@hotmail.com>)
67824              
67825              enable Test::Harness to dynamically determine column width etc.
67826              (from Rob Napier <rnapier@employees.org>)
67827              
67828              random pod typos (from Peter Scott <Peter@PSDT.com>)
67829      Branch: maint-5.6/perl
67830           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
67831           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
67832           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
67833           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
67834 ____________________________________________________________________________
67835 [  7316] By: gsar                                  on 2000/10/16  06:53:23
67836         Log: integrate change#6126 from mainline
67837              
67838              change#2879 broke rvalue autovivification of magicals such as
67839              ${$num} (reworked variant of patch suggested by Simon Cozens)
67840      Branch: maint-5.6/perl
67841           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
67842           !> pp_hot.c proto.h t/op/gv.t
67843 ____________________________________________________________________________
67844 [  7315] By: gsar                                  on 2000/10/16  06:51:38
67845         Log: integrate changes#6123,6125 from mainline
67846              
67847              clarify gotcha with #line directives (from Rocco Caputo
67848              <troc@netrus.net>)
67849              
67850              enable propagating exception objects via Perl_croak() in XS code
67851              (from Gisle Aas)
67852      Branch: maint-5.6/perl
67853           !> pod/perldebug.pod pod/perlsyn.pod util.c
67854 ____________________________________________________________________________
67855 [  7314] By: gsar                                  on 2000/10/16  06:49:28
67856         Log: integrate change#6122 from mainline
67857              
67858              downgrade fatal error on C<"foo@nosucharray.com"> to optional
67859              warning (from Mark-Jason Dominus)
67860      Branch: maint-5.6/perl
67861           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
67862           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
67863           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
67864           !> toke.c
67865 ____________________________________________________________________________
67866 [  7313] By: gsar                                  on 2000/10/16  06:46:54
67867         Log: integrate changes#6112..6121 from vmsperl
67868              
67869              Check for existence of file before trying to delete
67870              
67871              Ugly workaround for version-specific RTL error
67872              
67873              Urk -- undo previous removal of vmsish 'exit' change
67874              
67875              Add bounds checking for several strings (Charles Lane)
67876              
67877              Miscellaneous cosmetic fixes (Charles Lane)
67878              
67879              Treat sockets as special in sys(read|write) (Charles Lane et al.)
67880              
67881              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
67882              Flatten case labels in switch statements uniformly (Charles Bailey)
67883              
67884              Quiet error messages in vmsish.t (Charles Lane)
67885              
67886              Add missing escape (Charles Lane)
67887              
67888              Allow eliminate_macros() and fixpath() to handle space-delimited
67889              lists (based on fixes by Craig Berry)
67890      Branch: maint-5.6/perl
67891           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
67892           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
67893           !> vms/vmsish.h
67894 ____________________________________________________________________________
67895 [  7312] By: gsar                                  on 2000/10/16  06:41:18
67896         Log: integrate changes#6107,6110 from cfgperl
67897              
67898              Tweak the todo list.
67899              
67900              todo tweak
67901      Branch: maint-5.6/perl
67902           !> Todo-5.6
67903 ____________________________________________________________________________
67904 [  7311] By: gsar                                  on 2000/10/16  06:38:38
67905         Log: integrate changes#6104,6108 from mainline
67906              
67907              PL_sys_intern was being initialized too late on windows
67908              
67909              reenable fake signal handling on Windows, bugs and all
67910      Branch: maint-5.6/perl
67911           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
67912           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
67913           !> win32/win32.c
67914 ____________________________________________________________________________
67915 [  7310] By: gsar                                  on 2000/10/16  06:36:03
67916         Log: integrate changes#6095,6097..6103 from cfgperl
67917              
67918              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
67919              might be useful in future.
67920              
67921              Add a note about possible compilation problems from Allen Smith.
67922              
67923              Add a note about other, yet unsupported, shadow password APIs.
67924              
67925              Tweaks for the cc bugs from Allen Smith.
67926              
67927              More compilation tweakery from Allen Smith.
67928              
67929              Hints and test tweaks for Unicos.
67930              
67931              The test suite tweak in #6101 wasn't quite right.
67932              
67933              Test tweaking for Unicos continues.
67934      Branch: maint-5.6/perl
67935           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67936           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
67937           !> t/lib/complex.t t/op/64bitint.t
67938 ____________________________________________________________________________
67939 [  7309] By: gsar                                  on 2000/10/16  06:29:41
67940         Log: integrate changes#6093,6094 from mainline
67941              
67942              fork() failure to create pseudo process sets errno=EAGAIN and returns
67943              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
67944              
67945              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
67946      Branch: maint-5.6/perl
67947           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
67948           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
67949 ____________________________________________________________________________
67950 [  7308] By: gsar                                  on 2000/10/16  06:27:29
67951         Log: integrate change#6092 from cfgperl
67952              
67953              Regen perltoc with the fixed buildtoc.
67954      Branch: maint-5.6/perl
67955           !> pod/perltoc.pod
67956 ____________________________________________________________________________
67957 [  7307] By: gsar                                  on 2000/10/16  06:26:40
67958         Log: integrate changes#6089,6090 from mainline
67959              
67960              buildtoc tweak to fix newline lossage
67961              
67962              concat doesn't preserve utf8-ness, and doesn't invalidate
67963              [NI]OK; added tests for both
67964      Branch: maint-5.6/perl
67965           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
67966 ____________________________________________________________________________
67967 [  7306] By: gsar                                  on 2000/10/16  06:24:05
67968         Log: integrate change#6088 from cfgperl
67969              
67970              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
67971              because we do not use those.  The HAS_GETSPNAM remains,
67972              though, because we still do use that.
67973      Branch: maint-5.6/perl
67974           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67975           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
67976           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
67977           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
67978           !> win32/config.vc win32/config_H.bc win32/config_H.gc
67979           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
67980 ____________________________________________________________________________
67981 [  7305] By: gsar                                  on 2000/10/16  06:15:52
67982         Log: integrate changes#6084,6085,6087 from mainline
67983              
67984              substr() does not preserve utf8-ness (from Stefan Eissing
67985              <Eissing@medicaldataservice.de>); added tests
67986              
67987              repeat operator (x) doesn't preserve utf8-ness
67988              
67989              reverse() and quotemeta() weren't preserving utf8-ness; add tests
67990      Branch: maint-5.6/perl
67991           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
67992 ____________________________________________________________________________
67993 [  7304] By: gsar                                  on 2000/10/16  06:13:10
67994         Log: integrate changes#6077..6083 from mainline
67995              
67996              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
67997              and Tom Phoenix)
67998              
67999              workaround for CRT bug in chdir() (from Charles Lane, via
68000              Peter Prymmer)
68001              
68002              remove outdated kludge in Carp (NULLs are permitted in diagnostics
68003              now)
68004              
68005              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
68006              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
68007              
68008              better default perlbug categories for ok reports (from Richard Foley)
68009              
68010              peek.t non-portable to ithreads
68011              
68012              note about undocumented caller() return value (from M.J.T. Guy);
68013              yet another peek.t tweak
68014      Branch: maint-5.6/perl
68015           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
68016           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
68017           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
68018           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
68019           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
68020           !> vms/vmsish.h
68021 ____________________________________________________________________________
68022 [  7303] By: gsar                                  on 2000/10/16  06:03:18
68023         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
68024              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
68025              
68026              &HUGE_VAL is not defined, it exists.
68027              
68028              Do not warn that an infinity does not look like a number.
68029              
68030              Rewrite the pwent/spent logic to be a little bit more clearer.
68031              
68032              Continue on the pwent/spent case.
68033              
68034              Correct Freudian slip.
68035              
68036              Use HUGE_VALL if applicable.
68037              
68038              pwent/spent #ifdef imbalance.
68039              
68040              Infinite problems.
68041              
68042              Call getspnam() only iff needd.
68043              
68044              Test both the scalar and list contexts.
68045              
68046              Use setxxent()/endxxent().
68047              
68048              Complex tweakery.
68049              
68050              Unicos hint tweak.
68051              
68052              Be more forgiving in POSIX about HUGE_VALL.
68053              
68054              Detypo.
68055              
68056              The search of infinity continues, this time simplified.
68057              
68058              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
68059              in natively 64-bit platforms where a long is a quad (no need
68060              for long longs).  Also added bias for IVs.
68061              
68062              Complex tweaks.
68063              
68064              Introduce t/lib/peek.t.
68065              
68066              Make the test more portable.
68067      Branch: maint-5.6/perl
68068           +> t/lib/peek.t
68069            ! pp_sys.c
68070           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
68071           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
68072           !> t/op/pwent.t toke.c util.c
68073 ____________________________________________________________________________
68074 [  7302] By: gsar                                  on 2000/10/16  05:03:37
68075         Log: integrate changes#6066..6071 from mainline
68076              
68077              s/END/CHECK/
68078              
68079              replace direct call to sighandler() with (*PL_sighandlerp)()
68080              
68081              note about values()
68082              
68083              File::Spec compatibility update (from Barrie Slaymaker
68084              <barries@slaysys.com>)
68085              
68086              remove misleading comment (from M.J.T. Guy)
68087              
68088              misformatted perllocal.pod (from Tim Jenness
68089              <t.jenness@jach.hawaii.edu>)
68090      Branch: maint-5.6/perl
68091           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
68092           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
68093           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
68094           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
68095 ____________________________________________________________________________
68096 [  7301] By: gsar                                  on 2000/10/16  05:00:08
68097         Log: integrate changes#6061..6063 from mainline
68098              
68099              change#5921 neglected to make eq honor "use bytes"
68100              
68101              additional tests for utf8.t
68102              
68103              tokeq() could read unallocated field in argument
68104      Branch: maint-5.6/perl
68105           !> sv.c t/pragma/utf8.t toke.c
68106 ____________________________________________________________________________
68107 [  7300] By: gsar                                  on 2000/10/16  04:56:54
68108         Log: integrate changes#6046,6048,6057,6058 from mainline
68109              
68110              libscheck has insufficient checks for n32 libs (from
68111              Albert Chin-A-Young <china@thewrittenword.com>)
68112              
68113              add note about how $( doesn't interpolate in REs (from
68114              Philip Newton <newton@ficus.frogspace.net>)
68115              
68116              fix broken parsing of /\x{ab}/
68117              
68118              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
68119              (spotted by Donald Kinzer <dkinzer@premia.com>)
68120      Branch: maint-5.6/perl
68121           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
68122           !> t/pragma/utf8.t
68123 ____________________________________________________________________________
68124 [  7299] By: gsar                                  on 2000/10/16  04:52:50
68125         Log: integrate change#6044 from mainline
68126              
68127              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
68128              such that underscores are only ignored in literal numbers,
68129              "\x{...}", and hex/oct argument
68130      Branch: maint-5.6/perl
68131           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
68132 ____________________________________________________________________________
68133 [  7298] By: gsar                                  on 2000/10/16  04:50:53
68134         Log: integrate changes#6027..6043 from mainline
68135              
68136              podlators-1.02 update (from Russ Allbery)
68137              
68138              Pod::Man generates groff-incompatible macro definition (from
68139              Tom Christiansen)
68140              
68141              add CGI.pm v2.66 (from Lincoln Stein)
68142              
68143              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
68144              for @- and @+ (from Johan Vromans)
68145              
68146              small nits in diagnostics.pm (from Robin Barker)
68147              
68148              whitespace adjustments
68149              
68150              missing files in MANIFEST
68151              
68152              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
68153              to compensate
68154              
68155              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
68156              
68157              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
68158      Branch: maint-5.6/perl
68159           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
68160           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
68161           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
68162           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
68163           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
68164           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
68165           !> t/lib/cgi-html.t t/lib/cgi-request.t
68166 ____________________________________________________________________________
68167 [  7297] By: gsar                                  on 2000/10/16  04:44:30
68168         Log: integrate change#6025 from mainline
68169              
68170              Is{Alnum,Alpha,Word} don't match titlecase
68171              TODO: IsSpace is defined recursively!
68172              (both spotted by Larry)
68173      Branch: maint-5.6/perl
68174           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
68175           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
68176 ____________________________________________________________________________
68177 [  7296] By: gsar                                  on 2000/10/16  04:39:30
68178         Log: integrate change#6023 from mainline
68179              
68180              debugger stomps on $. (from M.J.T. Guy)
68181      Branch: maint-5.6/perl
68182           !> lib/perl5db.pl
68183 ____________________________________________________________________________
68184 [  7295] By: gsar                                  on 2000/10/16  04:38:02
68185         Log: integrate change#6022 from mainline
68186              
68187              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
68188      Branch: maint-5.6/perl
68189           !> sv.c
68190 ____________________________________________________________________________
68191 [  7294] By: gsar                                  on 2000/10/16  04:37:05
68192         Log: integrate changes#6018..6021 from mainline
68193              
68194              make lib/syslog.t portable to systems that don't have _PATH_LOG,
68195              make _PATH_LOG() return "" if unavailable
68196              
68197              windows portability tweaks
68198              
68199              test tweak
68200              
68201              remove Win2K issue in pod (fixed by change#6020)
68202      Branch: maint-5.6/perl
68203           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
68204           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
68205           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
68206 ____________________________________________________________________________
68207 [  7293] By: gsar                                  on 2000/10/16  04:20:00
68208         Log: integrate changes#6013..6015 from mainline
68209              
68210              tweak change#5945 to display correct switch name in diagnostic
68211              
68212              glob() loading File::Glob behind the scenes may cause syntax errors
68213              
68214              tweak test for portability
68215      Branch: maint-5.6/perl
68216           !> op.c perl.c pod/perldiag.pod t/lib/b.t
68217 ____________________________________________________________________________
68218 [  7292] By: gsar                                  on 2000/10/16  04:18:11
68219         Log: integrate changes#6005..6010 from mainline, cfgperl
68220              
68221              perldoc might fail via "use blib" (from Hugo van der Sanden)
68222              
68223              Regen Configure.
68224              
68225              note about compile failures and END blocks (from M.J.T. Guy)
68226              
68227              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
68228              
68229              (change#6009 integrated earlier in change#7255)
68230              
68231              clarify note about shadow password support (from
68232              gellyfish@gellyfish.com)
68233      Branch: maint-5.6/perl
68234           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
68235           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
68236           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
68237 ____________________________________________________________________________
68238 [  7291] By: gsar                                  on 2000/10/16  04:12:03
68239         Log: integrate changes#6002,6003 from mainline
68240              
68241              destructive sv_setsv() can lose UV-ness from source, causing
68242              numeric promotions/comparisons to fail to do the right thing
68243              
68244              allow REG_EXPAND_SZ keys in Windows registry (from
68245              John Clayton <John.Clayton@barclayscapital.com>)
68246      Branch: maint-5.6/perl
68247           !> sv.c win32/win32.c
68248 ____________________________________________________________________________
68249 [  7290] By: gsar                                  on 2000/10/16  04:10:19
68250         Log: integrate change#6001 from mainline
68251              
68252              support additional library locations via $Config{otherlibdirs}
68253              (from Andy Dougherty)
68254      Branch: maint-5.6/perl
68255           !> Configure INSTALL Porting/Glossary Porting/config.sh
68256           !> Porting/config_H config_h.SH epoc/config.sh perl.c
68257           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
68258           !> win32/config.bc win32/config.gc win32/config.vc
68259 ____________________________________________________________________________
68260 [  7289] By: gsar                                  on 2000/10/16  04:08:28
68261         Log: integrate change#5999 from mainline
68262              
68263              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
68264      Branch: maint-5.6/perl
68265           !> t/pragma/warn/toke toke.c
68266 ____________________________________________________________________________
68267 [  7288] By: gsar                                  on 2000/10/16  04:07:01
68268         Log: integrate changes#5997,5998 from cfgperl
68269              
68270              Preserve $!.
68271              
68272              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
68273      Branch: maint-5.6/perl
68274           !> lib/Math/Complex.pm
68275 ____________________________________________________________________________
68276 [  7287] By: gsar                                  on 2000/10/16  04:04:37
68277         Log: integrate change#5995 from mainline
68278              
68279              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
68280      Branch: maint-5.6/perl
68281           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
68282 ____________________________________________________________________________
68283 [  7286] By: gsar                                  on 2000/10/16  04:03:21
68284         Log: integrate change#5994 from mainline
68285              
68286              fix for missed accounting for null byte in pack("Z",...) (from
68287              M.J.T. Guy)
68288      Branch: maint-5.6/perl
68289           !> pp.c t/op/pack.t
68290 ____________________________________________________________________________
68291 [  7285] By: gsar                                  on 2000/10/16  04:02:11
68292         Log: integrate changes#5989..5993 from mainline
68293              
68294              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
68295              itself and no other (from Tom Hughes)
68296              
68297              use $ENV{LIB} to search for libs under Visual C compiler
68298              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
68299              
68300              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
68301              
68302              pod nit (from Simon Cozens)
68303              
68304              various minor tweaks seen on p5p
68305      Branch: maint-5.6/perl
68306           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
68307           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
68308           !> t/op/array.t toke.c
68309 ____________________________________________________________________________
68310 [  7284] By: gsar                                  on 2000/10/16  03:59:00
68311         Log: integrate changes#5978..5988 from mainline
68312              
68313              sync version numbers in File::Spec with the ones on CPAN
68314              (from Barrie Slaymaker)
68315              
68316              under useithreads, constant pad entries could inadvertantly be
68317              shared across threads (from Eric Blood <eblood@xmission.com>);
68318              added Eric's test case to testsuite
68319              
68320              allow Configure -S to run non-interactively (spotted by Greg Hudson
68321              <ghudson@mit.edu>)
68322              
68323              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
68324              prototype mismatch with CORE::glob(); update pod and tests to
68325              suit (File::Glob::glob() is still available for backward
68326              compatibility, but should be considered deprecated)
68327              
68328              avoid error in IO::Socket::INET when given an unknown service name
68329              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
68330              
68331              numeric conversion of non-number in change#3378 tramples on
68332              OOK offset, causing segfaults
68333              
68334              attributes::reftype() doesn't work on tied argument
68335              
68336              forked child may not exit correctly if it failed to open
68337              /dev/console (from Graham Barr)
68338              
68339              add regular expressions tutorial and quick-start guide (from
68340              Mark Kvale <kvale@phy.ucsf.edu>)
68341              
68342              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
68343              
68344              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
68345              <paul@miraclefish.com>)
68346      Branch: maint-5.6/perl
68347           +> pod/perlrequick.pod pod/perlretut.pod
68348           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
68349           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
68350           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
68351           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
68352           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
68353           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
68354           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
68355           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
68356 ____________________________________________________________________________
68357 [  7283] By: gsar                                  on 2000/10/16  03:52:14
68358         Log: integrate change#5977 from mainline
68359              
68360              autoquote barewords followed by newline and arrow properly
68361              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
68362      Branch: maint-5.6/perl
68363           !> t/pragma/warn/toke toke.c
68364 ____________________________________________________________________________
68365 [  7282] By: gsar                                  on 2000/10/16  03:50:48
68366         Log: integrate change#5976 from mainline
68367              
68368              DB_File v1.73 update (from Paul Marquess)
68369      Branch: maint-5.6/perl
68370           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
68371           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
68372 ____________________________________________________________________________
68373 [  7281] By: gsar                                  on 2000/10/16  03:49:14
68374         Log: integrate change#5975 from mainline
68375              
68376              allow sort() reentrancy (variant of patch suggested by
68377              Hugo van der Sanden)
68378      Branch: maint-5.6/perl
68379           !> pp_ctl.c t/op/sort.t
68380 ____________________________________________________________________________
68381 [  7280] By: gsar                                  on 2000/10/16  03:48:22
68382         Log: integrate change#5974 from mainline
68383              
68384              change#4197 somehow missed initializing PL_errors, meaning
68385              syntax error queueing wasn't working outside eval"" at all;
68386              also fixed eval"" to localize PL_error_count, so that compile-time
68387              eval's don't clobber the error state of the outer context
68388      Branch: maint-5.6/perl
68389           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
68390           !> t/pragma/warn/toke
68391 ____________________________________________________________________________
68392 [  7279] By: gsar                                  on 2000/10/16  03:46:21
68393         Log: integrate change#5973 from mainline
68394              
68395              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
68396      Branch: maint-5.6/perl
68397           !> regcomp.c regexec.c t/op/re_tests
68398 ____________________________________________________________________________
68399 [  7278] By: gsar                                  on 2000/10/16  03:44:54
68400         Log: integrate change#5971 from cfgperl
68401              
68402              Unicos tweaks from Mark P. Lutz.
68403      Branch: maint-5.6/perl
68404           !> hints/unicos.sh lib/Math/Complex.pm
68405 ____________________________________________________________________________
68406 [  7277] By: gsar                                  on 2000/10/16  03:42:59
68407         Log: integrate changes#5966..5970 from mainline
68408              
68409              add testsuite for B backends, fix bug in B::Deparse (from
68410              Simon Cozens <simon@brecon.co.uk>)
68411              
68412              improved docs on the warn_uninit diagnostic (from David Glasser
68413              and Simon Cozens)
68414              
68415              tolerate spaces in group names in test on solaris (from David Boyce
68416              <dsb@boyski.com>)
68417              
68418              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
68419              
68420              Data::Dumper fumbles negative numbers on 32-bit platforms where
68421              IV is >32bits
68422      Branch: maint-5.6/perl
68423           +> t/lib/b.t t/lib/syslog.t
68424           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
68425           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
68426           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
68427 ____________________________________________________________________________
68428 [  7276] By: gsar                                  on 2000/10/16  03:39:30
68429         Log: integrate change#5965 from mainline
68430              
68431              avoid "will not stay shared" warnings for our variables (from
68432              Robin Barker)
68433      Branch: maint-5.6/perl
68434           !> op.c t/pragma/warn/op
68435 ____________________________________________________________________________
68436 [  7275] By: gsar                                  on 2000/10/16  03:38:18
68437         Log: integrate change#5964 from mainline
68438              
68439              reformat to 72 columns (again)
68440      Branch: maint-5.6/perl
68441           !> pod/perldiag.pod
68442 ____________________________________________________________________________
68443 [  7274] By: gsar                                  on 2000/10/16  03:36:58
68444         Log: integrate change#5963 from mainline
68445              
68446              patch from Larry to make (\&) prototype work; added tests for
68447              the same
68448      Branch: maint-5.6/perl
68449           !> op.c t/comp/proto.t
68450 ____________________________________________________________________________
68451 [  7273] By: gsar                                  on 2000/10/16  03:35:51
68452         Log: integrate changes#5956..5962 from mainline
68453              
68454              better diagnostics on failed tests (from Ilya Zakharevich)
68455              
68456              pod nits (from A. C. Yardley <yardley@tanet.net>)
68457              
68458              change#3569 deleted some essential code, revert; avoid use of
68459              atexit() to make DynaLoader work properly on AIX under mod_perl
68460              (from Jens-Uwe Mager <jum@helios.de>)
68461              
68462              doubled words in pods (from Simon Cozens
68463              <simon.p.cozens@jp.pwcglobal.com>)
68464              
68465              better INSTALL notes on Solaris issues (from Dominic Dunlop)
68466              
68467              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
68468              
68469              updated README.hpux (from Jeff Okamoto)
68470      Branch: maint-5.6/perl
68471           !> INSTALL README.hpux emacs/cperl-mode.el
68472           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
68473           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
68474           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
68475           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
68476           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
68477           !> t/op/lex_assign.t
68478 ____________________________________________________________________________
68479 [  7272] By: gsar                                  on 2000/10/16  03:31:22
68480         Log: integrate change#5955 from mainline
68481              
68482              longstanding bug exposed by change#3307: sort arguments weren't
68483              compiled with the right wantarray context (ensuing runtime lookup
68484              via block_gimme() was getting the incidental context of the
68485              sort() itself)
68486      Branch: maint-5.6/perl
68487           !> op.c t/op/sort.t
68488 ____________________________________________________________________________
68489 [  7271] By: gsar                                  on 2000/10/16  03:29:11
68490         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
68491              branch
68492              
68493              Flatten the cpp jungle doing the nosuid checking.
68494              
68495              Do not assume sign propagation. (from M.J.T. Guy)
68496              
68497              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
68498              
68499              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
68500              Now pp_ncmp() returns undef is either operand is a NaN.
68501              
68502              On second thoughts frexp() does have two arguments.
68503              
68504              Document that tr() is not tr(1).
68505              
68506              Be more robust on "extreme" (large absolute value)
68507              arguments.  Originally reported by Daniel Connelly
68508              as a problem with asinh() on large negative arguments,
68509              asinh() used to bail out because an argument to log()
68510              ended up being zero.  Ilya Zakharevich proposed using
68511              Taylor's series in such cases, which for such large
68512              arguments is a very good approximation.
68513              
68514              Undo "use integer" addition from 64bitint as it seems
68515              to break most of the subtests in Digital UNIX;
68516              Unicos needs to find another way.
68517      Branch: maint-5.6/perl
68518           !> (integrate 29 files)
68519 ____________________________________________________________________________
68520 [  7270] By: gsar                                  on 2000/10/16  03:09:44
68521         Log: integrate changes#5948,5949,5950 from mainline
68522              
68523              typo in vars.pm that leads to cryptic message (from Piotr
68524              Piatkowski <kompas@kompas.usr.onet.pl>)
68525              
68526              make perldoc use the pod2man from the same version (from
68527              M.J.T. Guy)
68528              
68529              reformat perldiag to avoid long lines
68530      Branch: maint-5.6/perl
68531           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
68532 ____________________________________________________________________________
68533 [  7269] By: gsar                                  on 2000/10/16  03:05:54
68534         Log: integrate change#5947 from mainline
68535              
68536              use &dl_error rather than &dl_load_file as the guard for calling
68537              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
68538              statically built perl)
68539      Branch: maint-5.6/perl
68540           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
68541 ____________________________________________________________________________
68542 [  7268] By: gsar                                  on 2000/10/16  03:04:48
68543         Log: integrate change#5945 from mainline
68544              
68545              make module name mandatory after -M switch; reorder perldiag
68546              alphabetically (from Mark-Jason Dominus)
68547      Branch: maint-5.6/perl
68548           !> perl.c pod/perldiag.pod
68549 ____________________________________________________________________________
68550 [  7267] By: gsar                                  on 2000/10/16  03:03:01
68551         Log: integrate change#5939 from mainline
68552              
68553              more pod nits (from Larry Virden)
68554      Branch: maint-5.6/perl
68555           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
68556           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
68557           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
68558 ____________________________________________________________________________
68559 [  7266] By: gsar                                  on 2000/10/16  03:01:39
68560         Log: integrate change#5938 from mainline
68561              
68562              Consolidated B::Deparse fixes (from Stephen McCamant)
68563      Branch: maint-5.6/perl
68564           !> ext/B/B/Deparse.pm
68565 ____________________________________________________________________________
68566 [  7265] By: gsar                                  on 2000/10/16  03:00:43
68567         Log: integrate change#5936 from mainline
68568              
68569              additional tests for change#7263 (from Paul Marquess)
68570      Branch: maint-5.6/perl
68571           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
68572           !> t/pragma/warn/5nolint t/pragma/warn/6default
68573 ____________________________________________________________________________
68574 [  7264] By: gsar                                  on 2000/10/16  02:58:34
68575         Log: integrate change#5934 from mainline
68576              
68577              propagate lexical warnings from surrounding scope correctly
68578              within string eval() (from Paul Marquess)
68579      Branch: maint-5.6/perl
68580           !> pp_ctl.c t/pragma/warn/pp_ctl
68581 ____________________________________________________________________________
68582 [  7263] By: gsar                                  on 2000/10/16  02:56:53
68583         Log: integrate change#5932 from mainline
68584              
68585              add rsignal(), whichsig() and do_join() to public API list
68586              (mod_perl uses them to good advantage)
68587      Branch: maint-5.6/perl
68588           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
68589 ____________________________________________________________________________
68590 [  7262] By: gsar                                  on 2000/10/16  02:55:53
68591         Log: integrate change#5931 from mainline
68592              
68593              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
68594      Branch: maint-5.6/perl
68595           !> pp_hot.c regexec.c t/op/pat.t
68596 ____________________________________________________________________________
68597 [  7261] By: gsar                                  on 2000/10/16  02:55:01
68598         Log: integrate change#5930 from mainline
68599              
68600              small os390 tweaks (from Peter Prymmer)
68601      Branch: maint-5.6/perl
68602           !> config_h.SH makedepend.SH
68603 ____________________________________________________________________________
68604 [  7260] By: gsar                                  on 2000/10/16  02:54:10
68605         Log: integrate change#5929 from mainline
68606              
68607              pod nits
68608      Branch: maint-5.6/perl
68609           !> pod/perlguts.pod
68610 ____________________________________________________________________________
68611 [  7259] By: gsar                                  on 2000/10/16  02:52:55
68612         Log: integrate change#5927 from mainline
68613              
68614              arrange for next() to resume at the unstack op rather than the
68615              loop conditional, so that scope cleanup happens correctly
68616              (from Stephen McCamant)
68617      Branch: maint-5.6/perl
68618           !> op.c pp_ctl.c t/op/misc.t
68619 ____________________________________________________________________________
68620 [  7258] By: gsar                                  on 2000/10/16  02:51:38
68621         Log: integrate change#5926 from mainline
68622              
68623              on windows, reserve 16M of stack rather than 128M (allows more
68624              threads to run concurrently)
68625      Branch: maint-5.6/perl
68626           !> win32/Makefile win32/makefile.mk
68627 ____________________________________________________________________________
68628 [  7257] By: gsar                                  on 2000/10/16  02:50:37
68629         Log: integrate change#5925 from mainline
68630              
68631              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
68632      Branch: maint-5.6/perl
68633           !> toke.c
68634 ____________________________________________________________________________
68635 [  7256] By: gsar                                  on 2000/10/16  02:49:36
68636         Log: integrate change#5924 from mainline
68637              
68638              avoid using uninitialized memory in require version check
68639      Branch: maint-5.6/perl
68640           !> pp_ctl.c universal.c
68641 ____________________________________________________________________________
68642 [  7255] By: gsar                                  on 2000/10/16  02:48:03
68643         Log: integrate changes#5923,5928,6009 from mainline
68644              
68645              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
68646      Branch: maint-5.6/perl
68647           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
68648 ____________________________________________________________________________
68649 [  7254] By: gsar                                  on 2000/10/16  02:44:46
68650         Log: integrate change#5922 from mainline
68651              
68652              commentary about IoTYPE() (from Nathan Torkington)
68653      Branch: maint-5.6/perl
68654           !> sv.h
68655 ____________________________________________________________________________
68656 [  7253] By: gsar                                  on 2000/10/16  02:43:49
68657         Log: integrate change#5921 from mainline
68658              
68659              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
68660      Branch: maint-5.6/perl
68661           !> sv.c t/lib/charnames.t t/pragma/utf8.t
68662 ____________________________________________________________________________
68663 [  7252] By: gsar                                  on 2000/10/16  02:42:31
68664         Log: integrate change#5920 from mainline
68665              
68666              Larry's fix for buggy propagation of utf8-ness in join(); add test
68667      Branch: maint-5.6/perl
68668           !> doop.c t/op/ver.t
68669 ____________________________________________________________________________
68670 [  7251] By: gsar                                  on 2000/10/16  02:41:14
68671         Log: integrate changes#5915..5919 from mainline
68672              
68673              various (pod tweaks &c)
68674      Branch: maint-5.6/perl
68675           !> (integrate 33 files)
68676 ____________________________________________________________________________
68677 [  7250] By: gsar                                  on 2000/10/16  02:38:16
68678         Log: integrate change#5914 from mainline
68679              
68680              caller() wasn't returning the right number of elements for
68681              eval {...}
68682      Branch: maint-5.6/perl
68683           !> pp_ctl.c t/pragma/warn/9enabled
68684 ____________________________________________________________________________
68685 [  7249] By: gsar                                  on 2000/10/16  02:37:02
68686         Log: integrate change#5913 from mainline
68687              
68688              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
68689              (from Mark-Jason Dominus)
68690      Branch: maint-5.6/perl
68691           !> pod/perlfunc.pod
68692 ____________________________________________________________________________
68693 [  7248] By: gsar                                  on 2000/10/16  02:35:58
68694         Log: integrate change#5912 from mainline
68695              
68696              fix totally broken caching in UNIVERSAL::isa() (from
68697              Nick Ing-Simmons)
68698      Branch: maint-5.6/perl
68699           !> t/op/universal.t universal.c
68700 ____________________________________________________________________________
68701 [  7247] By: gsar                                  on 2000/10/16  02:34:27
68702         Log: integrate changes#5910,5911 from mainline
68703              
68704              typo in pod
68705              
68706              add linebreak properties from unicode/LineBrk.txt (from
68707              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
68708      Branch: maint-5.6/perl
68709           +> (branch 29 files)
68710           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
68711 ____________________________________________________________________________
68712 [  7246] By: gsar                                  on 2000/10/16  02:33:29
68713         Log: integrate change#5909 from mainline
68714              
68715              mode argument to do_binmode() should be file mode, not boolean
68716      Branch: maint-5.6/perl
68717           !> pp_sys.c
68718 ____________________________________________________________________________
68719 [  7245] By: gsar                                  on 2000/10/16  02:31:04
68720         Log: integrate change#5908 from mainline
68721              
68722              introduce illegal symbols into null package so that
68723              gv_fetchpv(...,TRUE) always returns a valid GV even when the
68724              symbol is trapped by strictures (avoids coredumps)
68725      Branch: maint-5.6/perl
68726           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
68727           !> t/pragma/strict-vars
68728 ____________________________________________________________________________
68729 [  7244] By: jhi                                   on 2000/10/16  02:29:54
68730         Log: Subject: $Carp::ExportLevel confusion in Exporter
68731              From: "Ben Tilly" <ben_tilly@hotmail.com>
68732              Date: Sat, 14 Oct 2000 16:44:34 EDT
68733              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
68734      Branch: perl
68735            ! lib/Exporter/Heavy.pm
68736 ____________________________________________________________________________
68737 [  7243] By: jhi                                   on 2000/10/16  02:28:33
68738         Log: Subject: [PATCH perlguts.pod] Document offset hack
68739              From: Simon Cozens <simon@cozens.net>
68740              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
68741              Date: Sat, 14 Oct 2000 19:32:25 +0100
68742      Branch: perl
68743            ! pod/perlguts.pod
68744 ____________________________________________________________________________
68745 [  7242] By: gsar                                  on 2000/10/16  02:26:51
68746         Log: integrate changes#5905,5906,5907,6064 from mainline
68747              
68748              printf/sprintf didn't get quad types right under use64bitint
68749      Branch: maint-5.6/perl
68750           !> pp_sys.c sv.c t/op/64bitint.t
68751 ____________________________________________________________________________
68752 [  7241] By: jhi                                   on 2000/10/16  02:22:44
68753         Log: Subject: small pod patch
68754              From: Dan Boorstein <dan_boo@bellsouth.net>
68755              Date: Sat, 14 Oct 2000 14:29:24 -0400
68756              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
68757      Branch: perl
68758            ! pod/perlfaq7.pod pod/perlmod.pod
68759 ____________________________________________________________________________
68760 [  7240] By: jhi                                   on 2000/10/16  02:13:46
68761         Log: -w cleanup.
68762              
68763              Subject: Re: Problems with bleadperl 
68764              From: "Stephen P. Potter" <spp@ds.net>
68765              Date: Fri, 13 Oct 2000 13:32:49 -0400
68766              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
68767      Branch: perl
68768            ! t/pragma/overload.t
68769 ____________________________________________________________________________
68770 [  7239] By: jhi                                   on 2000/10/16  01:41:18
68771         Log: One more ~utf8 tweak.
68772      Branch: perl
68773            ! t/op/bop.t
68774 ____________________________________________________________________________
68775 [  7238] By: jhi                                   on 2000/10/16  01:34:14
68776         Log: Tweak the test of #7235.
68777      Branch: perl
68778            ! t/op/bop.t
68779 ____________________________________________________________________________
68780 [  7237] By: jhi                                   on 2000/10/16  01:25:04
68781         Log: Fix a couple of compiler-noted nits in #7235.
68782      Branch: perl
68783            ! pp.c
68784 ____________________________________________________________________________
68785 [  7236] By: jhi                                   on 2000/10/16  01:22:46
68786         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
68787      Branch: perl
68788            ! pp.c pp_hot.c
68789 ____________________________________________________________________________
68790 [  7235] By: jhi                                   on 2000/10/15  16:24:44
68791         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
68792              
68793              From: Simon Cozens <simon@cozens.net>
68794              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
68795              Date: Sat, 14 Oct 2000 20:52:13 +0100
68796              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
68797      Branch: perl
68798            ! pp.c t/op/bop.t utf8.h
68799 ____________________________________________________________________________
68800 [  7234] By: jhi                                   on 2000/10/15  15:19:29
68801         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
68802              The problem was that rx->minlen was in chars while pp_split()
68803              thought it would be in bytes. 
68804      Branch: perl
68805            ! pp.c t/pragma/utf8.t
68806 ____________________________________________________________________________
68807 [  7233] By: jhi                                   on 2000/10/14  20:24:24
68808         Log: Document FNCASE=y as discussed in the bug 20000902.009.
68809      Branch: perl
68810            ! README.dos
68811 ____________________________________________________________________________
68812 [  7232] By: jhi                                   on 2000/10/14  18:52:21
68813         Log: Add test for bug id 20000427.003 (which seems to have
68814              been fixed) (also duplicate as 20000427.004, though
68815              with a higher severity).  Move one utf8 from op/append
68816              to pragma/utf8, tag the tests with bug ids.
68817      Branch: perl
68818            ! t/op/append.t t/pragma/utf8.t
68819 ____________________________________________________________________________
68820 [  7231] By: jhi                                   on 2000/10/14  17:28:37
68821         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
68822      Branch: perl
68823            ! t/pragma/utf8.t
68824 ____________________________________________________________________________
68825 [  7230] By: jhi                                   on 2000/10/14  14:24:50
68826         Log: Needs to be conditional on SunOS 4.
68827              
68828              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
68829              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
68830              Date: Sat, 14 Oct 2000 13:37:49 +0100
68831              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
68832      Branch: metaconfig/U/perl
68833            ! End.U
68834      Branch: perl
68835            ! Configure myconfig.SH pod/perldelta.pod
68836 ____________________________________________________________________________
68837 [  7229] By: jhi                                   on 2000/10/14  00:49:22
68838         Log: Update Changes.
68839      Branch: perl
68840            ! Changes patchlevel.h
68841 ____________________________________________________________________________
68842 [  7228] By: jhi                                   on 2000/10/14  00:46:10
68843         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
68844              From: Peter Prymmer <pvhp@forte.com>
68845              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
68846              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
68847      Branch: perl
68848            ! lib/utf8.pm
68849 ____________________________________________________________________________
68850 [  7227] By: jhi                                   on 2000/10/13  23:20:30
68851         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
68852      Branch: perl
68853            ! t/op/tie.t
68854 ____________________________________________________________________________
68855 [  7226] By: jhi                                   on 2000/10/13  22:14:32
68856         Log: Tweak #7225.
68857              
68858              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
68859              From: Peter Prymmer <pvhp@forte.com>
68860              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
68861              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
68862      Branch: perl
68863            ! t/op/sprintf.t
68864 ____________________________________________________________________________
68865 [  7225] By: jhi                                   on 2000/10/13  22:11:31
68866         Log: op/sprintf.t patch for OS/390 (and any other host with limited
68867              floating-point exponent length)
68868              
68869              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
68870              From: Dominic Dunlop <domo@computer.org>
68871              Date: Fri, 13 Oct 2000 19:17:57 +0200
68872              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
68873      Branch: perl
68874            ! t/op/sprintf.t
68875 ____________________________________________________________________________
68876 [  7224] By: jhi                                   on 2000/10/13  18:40:48
68877         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
68878      Branch: perl
68879            ! toke.c
68880 ____________________________________________________________________________
68881 [  7223] By: jhi                                   on 2000/10/13  18:37:13
68882         Log: Thinko in #7222.
68883      Branch: perl
68884            ! utf8.c
68885 ____________________________________________________________________________
68886 [  7222] By: jhi                                   on 2000/10/13  18:05:23
68887         Log: Use UTF8SKIP(), from Simon Cozens.
68888      Branch: perl
68889            ! utf8.c
68890 ____________________________________________________________________________
68891 [  7221] By: jhi                                   on 2000/10/13  15:43:19
68892         Log: (accidentally empty check-in)
68893      Branch: perl
68894            ! utf8.c
68895 ____________________________________________________________________________
68896 [  7220] By: jhi                                   on 2000/10/13  15:23:51
68897         Log: Add (optimistically) Storable to static extensions.
68898      Branch: perl
68899            ! hints/uwin.sh hints/vmesa.sh
68900 ____________________________________________________________________________
68901 [  7219] By: jhi                                   on 2000/10/13  15:20:05
68902         Log: Amdahl UTS doesn't seem to do dynaloading.
68903      Branch: perl
68904            ! hints/uts.sh
68905 ____________________________________________________________________________
68906 [  7218] By: jhi                                   on 2000/10/13  15:15:20
68907         Log: Slight tweak of the code to appease Amdahl UTS cc.
68908      Branch: perl
68909            ! pp.c
68910 ____________________________________________________________________________
68911 [  7217] By: jhi                                   on 2000/10/13  14:50:42
68912         Log: In Amdahl UTS "struct sv" is defined by a system header,
68913              <ksync.h>.
68914      Branch: perl
68915            ! perl.h sv.h
68916 ____________________________________________________________________________
68917 [  7216] By: jhi                                   on 2000/10/13  11:58:25
68918         Log: Ilya implemented the memory profiling API.
68919      Branch: perl
68920            ! Todo
68921 ____________________________________________________________________________
68922 [  7215] By: jhi                                   on 2000/10/13  02:56:38
68923         Log: Subject: [PATCH 5.7.0] Perl API for mstats
68924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68925              Date: Thu, 12 Oct 2000 22:52:40 -0400
68926              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
68927      Branch: perl
68928            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
68929 ____________________________________________________________________________
68930 [  7214] By: jhi                                   on 2000/10/13  02:55:38
68931         Log: Subject: [PATCH 5.7.0] IVs in mtats
68932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68933              Date: Thu, 12 Oct 2000 22:51:04 -0400
68934              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
68935      Branch: perl
68936            ! malloc.c perl.h
68937 ____________________________________________________________________________
68938 [  7213] By: jhi                                   on 2000/10/13  02:31:47
68939         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
68940      Branch: perl
68941            ! pod/perldiag.pod pp_sys.c
68942 ____________________________________________________________________________
68943 [  7212] By: jhi                                   on 2000/10/13  01:27:38
68944         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
68945              From: Peter Prymmer <pvhp@forte.com>
68946              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
68947              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
68948      Branch: perl
68949            ! t/op/oct.t
68950 ____________________________________________________________________________
68951 [  7211] By: jhi                                   on 2000/10/13  00:35:09
68952         Log: Update Changes.
68953      Branch: perl
68954            ! Changes patchlevel.h
68955 ____________________________________________________________________________
68956 [  7210] By: jhi                                   on 2000/10/12  23:59:40
68957         Log: The Install.pm third of
68958              
68959              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
68960              From: Bill Campbell <bill@celestial.com>
68961              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
68962              Date: Thu, 5 Oct 2000 18:04:51 -0700
68963      Branch: perl
68964            ! lib/ExtUtils/Install.pm
68965 ____________________________________________________________________________
68966 [  7209] By: jhi                                   on 2000/10/12  23:58:43
68967         Log: Two thirds of
68968              
68969              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
68970              Date: Thu, 5 Oct 2000 18:04:51 -0700
68971              From: Bill Campbell <bill@celestial.com>
68972              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
68973              
68974              The Install.pm changes will be submitted separately because
68975              they need some work and discussion still.
68976      Branch: perl
68977            ! lib/getopts.pl lib/termcap.pl
68978 ____________________________________________________________________________
68979 [  7208] By: jhi                                   on 2000/10/12  23:41:19
68980         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
68981              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68982              Date:     Thu, 12 Oct 2000 07:30:02 EDT
68983              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
68984      Branch: perl
68985            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
68986            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
68987 ____________________________________________________________________________
68988 [  7207] By: jhi                                   on 2000/10/12  23:39:01
68989         Log: An updated EBCDIC tr patch.
68990              
68991              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
68992              From: Peter Prymmer <pvhp@forte.com>
68993              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
68994              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
68995      Branch: perl
68996            ! t/op/tr.t
68997 ____________________________________________________________________________
68998 [  7206] By: jhi                                   on 2000/10/12  23:34:55
68999         Log: Upgrade to CPAN 1.58, from Andreas König.
69000      Branch: perl
69001            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69002 ____________________________________________________________________________
69003 [  7205] By: jhi                                   on 2000/10/12  23:29:08
69004         Log: Introduce the man[24-8] variables, from Andy Dougherty.
69005      Branch: metaconfig/U/perl
69006            + mandirs.U mandirstyle.U
69007      Branch: perl
69008            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69009            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
69010            ! vos/config.h vos/config.pl vos/config_h.SH_orig
69011            ! win32/config.bc win32/config.gc win32/config.vc
69012 ____________________________________________________________________________
69013 [  7204] By: gsar                                  on 2000/10/12  18:11:24
69014         Log: restore change#7202
69015      Branch: perl
69016            ! mg.c
69017 ____________________________________________________________________________
69018 [  7203] By: gsar                                  on 2000/10/12  18:09:40
69019         Log: another test of the Emergency Broadcast System--back out 
69020              change#7202
69021      Branch: perl
69022            ! mg.c
69023 ____________________________________________________________________________
69024 [  7202] By: gsar                                  on 2000/10/12  16:40:47
69025         Log: (submitted on behalf of Jarkko)
69026              Fix the lib/encode.t subtest 6 failure as reported by Andreas
69027              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
69028              was unearthed by change 7182, as was a bug in HTML::Entities.
69029      Branch: perl
69030            ! mg.c
69031 ____________________________________________________________________________
69032 [  7201] By: jhi                                   on 2000/10/11  03:16:05
69033         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
69034      Branch: perl
69035            ! pp_hot.c t/pragma/utf8.t
69036 ____________________________________________________________________________
69037 [  7200] By: jhi                                   on 2000/10/11  00:40:30
69038         Log: The #7198 was a false alarm.
69039      Branch: perl
69040            ! pp_hot.c
69041 ____________________________________________________________________________
69042 [  7199] By: jhi                                   on 2000/10/11  00:26:04
69043         Log: Remove duplicated code.
69044      Branch: perl
69045            ! t/lib/cgi-html.t
69046 ____________________________________________________________________________
69047 [  7198] By: jhi                                   on 2000/10/10  23:30:46
69048         Log: (Retracted by #7200.)
69049      Branch: perl
69050            ! pp_hot.c
69051 ____________________________________________________________________________
69052 [  7197] By: jhi                                   on 2000/10/10  21:49:30
69053         Log: Add the test case for #7190, from the original bug report
69054              by Andreas König.
69055      Branch: perl
69056            ! t/pragma/utf8.t
69057 ____________________________________________________________________________
69058 [  7196] By: jhi                                   on 2000/10/10  21:40:49
69059         Log: Reapply Andy's patch and regen Configure.
69060      Branch: perl
69061            ! Configure INSTALL Makefile.SH Porting/Glossary
69062            ! Porting/config.sh config_h.SH epoc/config.sh installperl
69063            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
69064            ! win32/config.vc
69065 ____________________________________________________________________________
69066 [  7195] By: jhi                                   on 2000/10/10  21:09:30
69067         Log: Use the versiononly instead of the installscripts,
69068              retract the changes 7146 and 7147.
69069      Branch: perl
69070            ! Configure INSTALL Makefile.SH Porting/Glossary
69071            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
69072            ! installperl uconfig.sh vos/config.def win32/config.bc
69073            ! win32/config.gc win32/config.vc
69074 ____________________________________________________________________________
69075 [  7194] By: jhi                                   on 2000/10/10  21:06:15
69076         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
69077              From: Peter Prymmer <pvhp@forte.com>
69078              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
69079              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
69080      Branch: perl
69081            ! t/op/ver.t
69082 ____________________________________________________________________________
69083 [  7193] By: jhi                                   on 2000/10/10  21:05:12
69084         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
69085              From: Peter Prymmer <pvhp@forte.com>
69086              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
69087              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
69088      Branch: perl
69089            ! t/op/tr.t
69090 ____________________________________________________________________________
69091 [  7192] By: jhi                                   on 2000/10/10  20:57:30
69092         Log: Add versiononly, delete installscripts, from Andy Dougherty.
69093      Branch: metaconfig
69094            - U/installdirs/installscripts.U
69095      Branch: metaconfig/U/perl
69096            + versiononly.U
69097 ____________________________________________________________________________
69098 [  7191] By: jhi                                   on 2000/10/10  19:41:21
69099         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
69100              From: Peter Prymmer <pvhp@forte.com>
69101              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
69102              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
69103      Branch: perl
69104            ! pod/perlebcdic.pod
69105 ____________________________________________________________________________
69106 [  7190] By: jhi                                   on 2000/10/10  19:26:14
69107         Log: Subject: Re: utf8 concat, mg_get
69108              From: Simon Cozens <simon@cozens.net>
69109              Date: Tue, 10 Oct 2000 17:40:17 +0100
69110              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
69111      Branch: perl
69112            ! pp_hot.c
69113 ____________________________________________________________________________
69114 [  7189] By: jhi                                   on 2000/10/10  19:23:03
69115         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
69116              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
69117              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
69118              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
69119      Branch: perl
69120            ! lib/ExtUtils/MM_Unix.pm
69121 ____________________________________________________________________________
69122 [  7188] By: jhi                                   on 2000/10/10  15:31:24
69123         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
69124              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
69125              Date: Fri, 14 Jul 2000 10:47:36 +0100
69126              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
69127      Branch: perl
69128            ! README.win32
69129 ____________________________________________________________________________
69130 [  7187] By: jhi                                   on 2000/10/10  13:30:10
69131         Log: Quote the temp file name, needed in Win32 because the
69132              default name unfortunately contains spaces, shouldn't
69133              hurt elsewhere.
69134              
69135              Subject: FW: perldoc fails if $TEMP contains spaces
69136              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
69137              Date: Thu, 14 Sep 2000 08:58:45 +0100
69138              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
69139      Branch: perl
69140            ! utils/perldoc.PL
69141 ____________________________________________________________________________
69142 [  7186] By: jhi                                   on 2000/10/10  13:16:27
69143         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
69144              From: hv@hugo.hybyte.com
69145              Date: Tue, 10 Oct 2000 14:10:20 +0100
69146              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
69147      Branch: perl
69148            ! t/lib/thr5005.t util.c
69149 ____________________________________________________________________________
69150 [  7185] By: jhi                                   on 2000/10/10  12:06:22
69151         Log: Upgrade to podlators 1.04, from Russ Allbery.
69152      Branch: perl
69153            ! lib/Pod/Man.pm lib/Pod/Text.pm
69154 ____________________________________________________________________________
69155 [  7184] By: jhi                                   on 2000/10/10  12:01:32
69156         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
69157      Branch: perl
69158            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
69159 ____________________________________________________________________________
69160 [  7183] By: jhi                                   on 2000/10/09  23:47:15
69161         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
69162              From: Peter Prymmer <pvhp@forte.com>
69163              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
69164              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
69165      Branch: perl
69166            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
69167 ____________________________________________________________________________
69168 [  7182] By: jhi                                   on 2000/10/09  23:43:16
69169         Log: Make eq work again with utf8 (disabling the upgrading
69170              should no more be necessary since the copies of the
69171              scalars are upgraded, not the scalars themselves).
69172              Takes care of ID 20001009.001.  (The claimed length()
69173              bug in 20001009.001 seems bogus to me.)
69174      Branch: perl
69175            ! sv.c t/pragma/utf8.t
69176 ____________________________________________________________________________
69177 [  7181] By: gsar                                  on 2000/10/09  19:41:54
69178         Log: tweak for change#7173
69179      Branch: perl
69180            ! win32/win32sck.c
69181 ____________________________________________________________________________
69182 [  7180] By: gsar                                  on 2000/10/09  19:26:56
69183         Log: on Windows, clean targets might not work under some flavors of the shell
69184      Branch: perl
69185            ! win32/Makefile win32/makefile.mk
69186 ____________________________________________________________________________
69187 [  7179] By: jhi                                   on 2000/10/09  19:21:02
69188         Log: Update Changes.
69189      Branch: perl
69190            ! Changes patchlevel.h
69191 ____________________________________________________________________________
69192 [  7178] By: jhi                                   on 2000/10/09  19:18:23
69193         Log: Warn about unknown scripts.
69194              
69195              Subject: Re: ideas? patches? [PATCH bleadperl]
69196              From: Dominic Dunlop <domo@computer.org>
69197              Date: Mon, 9 Oct 2000 14:57:17 +0200
69198              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
69199      Branch: perl
69200            ! lib/charnames.pm
69201 ____________________________________________________________________________
69202 [  7177] By: jhi                                   on 2000/10/09  19:13:27
69203         Log: Change #7160 had a nasty typo.
69204      Branch: metaconfig
69205            ! U/compline/Compile.U
69206      Branch: perl
69207            ! Configure config_h.SH
69208 ____________________________________________________________________________
69209 [  7176] By: gsar                                  on 2000/10/09  18:59:33
69210         Log: pod nit
69211      Branch: perl
69212            ! pod/perlport.pod
69213 ____________________________________________________________________________
69214 [  7175] By: gsar                                  on 2000/10/09  18:54:28
69215         Log: Windows9x doesn't support link(), despite what Config.pm
69216              might think
69217      Branch: perl
69218            ! lib/ExtUtils/Manifest.pm
69219 ____________________________________________________________________________
69220 [  7174] By: gsar                                  on 2000/10/09  18:50:03
69221         Log: avoid nonportable example code
69222      Branch: perl
69223            ! lib/File/Copy.pm
69224 ____________________________________________________________________________
69225 [  7173] By: gsar                                  on 2000/10/09  18:46:54
69226         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
69227              being used) when closing a socket handle
69228      Branch: perl
69229            ! win32/win32.c win32/win32.h win32/win32sck.c
69230 ____________________________________________________________________________
69231 [  7172] By: gsar                                  on 2000/10/09  18:41:40
69232         Log: on Windows, cwd strings in the environment should be of the
69233              form =X:=X:\foo instead of =X=X:\foo\
69234      Branch: perl
69235            ! win32/vdir.h
69236 ____________________________________________________________________________
69237 [  7171] By: gsar                                  on 2000/10/09  18:30:09
69238         Log: on Windows, LoadLibrary() could load an extension DLL multiple
69239              times if forward slashes are used in the path
69240      Branch: perl
69241            ! win32/win32.c
69242 ____________________________________________________________________________
69243 [  7170] By: jhi                                   on 2000/10/09  17:53:59
69244         Log: Add a todo note about overloadable assertions.
69245      Branch: perl
69246            ! Todo-5.6
69247 ____________________________________________________________________________
69248 [  7169] By: jhi                                   on 2000/10/09  13:43:45
69249         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
69250              From: mjd@plover.com
69251              Date: 9 Oct 2000 00:24:44 -0000
69252              Message-ID: <20001009002444.10616.qmail@plover.com>
69253      Branch: perl
69254            ! pod/perldebguts.pod
69255 ____________________________________________________________________________
69256 [  7168] By: nick                                  on 2000/10/08  13:16:33
69257         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
69258              is not right thing to do on (e.g. x86). Network order is also "right" for
69259              X fonts.
69260      Branch: perl
69261            ! ext/Encode/Encode.pm
69262 ____________________________________________________________________________
69263 [  7167] By: nick                                  on 2000/10/08  12:54:42
69264         Log: Make "encodings" work post-install when Encode/*.enc files may not
69265              be in same directory as Encode.pm
69266      Branch: perl
69267            ! ext/Encode/Encode.pm
69268 ____________________________________________________________________________
69269 [  7166] By: nick                                  on 2000/10/08  11:51:26
69270         Log: Work round the fact that $hash->{$key} does not take into account
69271              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
69272              so that key is always in the "expected" encoding - i.e. same way we put
69273              it in the hash.
69274      Branch: perl
69275            ! ext/Encode/Encode.pm
69276 ____________________________________________________________________________
69277 [  7165] By: gsar                                  on 2000/10/08  04:15:29
69278         Log: save_re_context() could reset PL_curcop to freed memory, causing core
69279              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
69280      Branch: perl
69281            ! pp_ctl.c
69282 ____________________________________________________________________________
69283 [  7164] By: jhi                                   on 2000/10/06  20:51:48
69284         Log: UTF8ize split() so that the cloned substrings get the UTF8
69285              flag of the original scalar.  Problem reported by Simon Cozens.
69286      Branch: perl
69287            ! pp.c t/pragma/utf8.t
69288 ____________________________________________________________________________
69289 [  7163] By: nick                                  on 2000/10/06  20:48:34
69290         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
69291              got a false +ve and so did not reach code which would have un-FAKEd the SV.
69292      Branch: perl
69293            ! sv.c
69294 ____________________________________________________________________________
69295 [  7162] By: nick                                  on 2000/10/06  20:25:37
69296         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
69297              To fix  (sort {$a <=> $b} keys %hash) in particular but
69298              should cover a number of other as-yet-unknown cases as well.
69299      Branch: perl
69300            ! sv.c
69301 ____________________________________________________________________________
69302 [  7161] By: jhi                                   on 2000/10/06  19:56:18
69303         Log: Change the version number of Tie::Handle in the core to 4.0,
69304              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
69305              
69306              Subject: Note on Tie::Handle
69307              From: andreas.koenig@anima.de (Andreas J. Koenig)
69308              Date:      06 Oct 2000 21:48:58 +0200
69309              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
69310      Branch: perl
69311            ! lib/Tie/Handle.pm
69312 ____________________________________________________________________________
69313 [  7160] By: jhi                                   on 2000/10/06  18:20:35
69314         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
69315              as the first option of cc/ld because of ultrapicky compilers
69316              (e.g. OS/390 R2.5)
69317      Branch: metaconfig
69318            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
69319            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
69320            ! U/compline/orderlib.U U/modified/Cppsym.U
69321            ! U/modified/d_access.U
69322      Branch: metaconfig/U/perl
69323            ! Checkcc.U d_dlsymun.U gccvers.U
69324      Branch: perl
69325            ! Configure config_h.SH
69326 ____________________________________________________________________________
69327 [  7159] By: jhi                                   on 2000/10/06  13:56:39
69328         Log: Update Changes.
69329      Branch: perl
69330            ! Changes patchlevel.h
69331 ____________________________________________________________________________
69332 [  7158] By: jhi                                   on 2000/10/06  12:48:40
69333         Log: Eliminate $Is_VMS code from the test.
69334              
69335              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
69336              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69337              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
69338              Date:     Thu, 5 Oct 2000 07:46:33 EDT
69339      Branch: perl
69340            ! t/lib/b.t
69341 ____________________________________________________________________________
69342 [  7157] By: jhi                                   on 2000/10/06  12:47:13
69343         Log: Also the $ccflags is needed for the C compiler check.
69344              
69345              Subject: Configure (check for C-compiler)
69346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69347              Date: Fri, 06 Oct 2000 08:47:15 +0200
69348              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
69349      Branch: metaconfig/U/perl
69350            ! Checkcc.U
69351      Branch: perl
69352            ! Configure config_h.SH
69353 ____________________________________________________________________________
69354 [  7156] By: jhi                                   on 2000/10/06  11:45:15
69355         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
69356      Branch: perl
69357            ! perl.c pp_ctl.c sv.h utf8.c
69358 ____________________________________________________________________________
69359 [  7155] By: jhi                                   on 2000/10/06  11:40:41
69360         Log: IO::Handle->syswrite() did not handle length omission
69361              like CORE::syswrite() does.
69362              
69363              Subject: [Fwd] IO::Handle, syswrite and arguments
69364              From: Graham Barr <gbarr@pobox.com>
69365              Date: Fri, 6 Oct 2000 10:22:05 +0100
69366              Message-ID: <20001006102205.U6312@pobox.com>
69367              
69368              The original patch from andrew@ugh.net.au.
69369      Branch: perl
69370            ! ext/IO/lib/IO/Handle.pm
69371 ____________________________________________________________________________
69372 [  7154] By: jhi                                   on 2000/10/06  01:42:15
69373         Log: Tweak #7153.
69374      Branch: perl
69375            ! utf8.h
69376 ____________________________________________________________________________
69377 [  7153] By: jhi                                   on 2000/10/06  00:39:55
69378         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
69379      Branch: perl
69380            ! utf8.h
69381 ____________________________________________________________________________
69382 [  7152] By: jhi                                   on 2000/10/06  00:38:11
69383         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
69384      Branch: perl
69385            ! perl.c pp_ctl.c sv.h utf8.c
69386 ____________________________________________________________________________
69387 [  7151] By: jhi                                   on 2000/10/06  00:36:38
69388         Log: Subject: Re: Questions about Tie::Array and perl modules
69389              From: Nick Ing-Simmons <nik@tiuk.ti.com>
69390              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
69391              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
69392              
69393              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
69394      Branch: perl
69395            ! lib/Tie/Array.pm t/op/array.t
69396 ____________________________________________________________________________
69397 [  7150] By: jhi                                   on 2000/10/05  00:20:45
69398         Log: Regen Changes.
69399      Branch: perl
69400            ! Changes patchlevel.h
69401 ____________________________________________________________________________
69402 [  7149] By: jhi                                   on 2000/10/05  00:20:01
69403         Log: Regen toc.
69404      Branch: perl
69405            ! pod/perltoc.pod
69406 ____________________________________________________________________________
69407 [  7148] By: jhi                                   on 2000/10/04  23:35:08
69408         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
69409              reported several times by Dominic Dunlop, for example in
69410              ID 20000315.008.  Patch from Dominic.  Patch affects at
69411              least MachTen, and possibly other oldish BSDs. Should not
69412              break non-broken platforms (tested on LinuxPPC). 
69413      Branch: perl
69414            ! doio.c
69415 ____________________________________________________________________________
69416 [  7147] By: jhi                                   on 2000/10/04  23:26:34
69417         Log: The one that got away from 7146.
69418      Branch: metaconfig
69419            + U/installdirs/installscripts.U
69420 ____________________________________________________________________________
69421 [  7146] By: jhi                                   on 2000/10/04  23:25:04
69422         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
69423              suggested by H. Merijn Brand.
69424      Branch: perl
69425            ! Configure INSTALL Makefile.SH Porting/Glossary
69426            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
69427            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
69428            ! win32/config.vc
69429 ____________________________________________________________________________
69430 [  7145] By: jhi                                   on 2000/10/04  22:08:21
69431         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
69432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69433              Date: Wed, 4 Oct 2000 17:37:46 -0400
69434              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
69435      Branch: perl
69436            ! utils/h2xs.PL
69437 ____________________________________________________________________________
69438 [  7144] By: jhi                                   on 2000/10/04  18:11:41
69439         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
69440              From: Jeff Pinyan <jeffp@crusoe.net>
69441              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
69442              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
69443      Branch: perl
69444            ! pod/perlrun.pod
69445 ____________________________________________________________________________
69446 [  7143] By: jhi                                   on 2000/10/04  18:09:58
69447         Log: Subject: perlhack.pod Patch for Externals Tools
69448              From: Fisher Mark <fisherm@tce.com>
69449              Date: Tue, 3 Oct 2000 15:43:27 -0500 
69450              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
69451      Branch: perl
69452            ! pod/perlhack.pod
69453 ____________________________________________________________________________
69454 [  7142] By: jhi                                   on 2000/10/04  18:08:41
69455         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
69456              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69457              Date:     Wed, 4 Oct 2000 12:11:11 EDT
69458              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
69459      Branch: perl
69460            ! vms/vms.c
69461 ____________________________________________________________________________
69462 [  7141] By: jhi                                   on 2000/10/04  12:20:16
69463         Log: Subject: [PATCH 5.7.0] h2xs not working
69464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69465              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
69466              Date: Tue, 3 Oct 2000 21:43:01 -0400
69467              
69468              Subject: [PATCH 5.7.0] h2xs not documenting the created module
69469              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69470              Date: Tue, 3 Oct 2000 22:55:19 -0400
69471              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
69472      Branch: perl
69473            ! utils/h2xs.PL
69474 ____________________________________________________________________________
69475 [  7140] By: jhi                                   on 2000/10/04  11:53:44
69476         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
69477              From: nick@babyhippo.com
69478              Date: Wed, 4 Oct 2000 12:06:45 +0100
69479              Message-Id: <20001004120645.A7356@babyhippo.com>
69480              
69481              Retract 7118 and 7135.
69482      Branch: perl
69483            ! installman installperl op.c t/pragma/subs.t
69484 ____________________________________________________________________________
69485 [  7139] By: jhi                                   on 2000/10/03  22:09:41
69486         Log: It is possible to have no hosts database at all.  Pointed out in
69487              
69488              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
69489              From: Peter Prymmer <pvhp@forte.com>
69490              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
69491              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
69492      Branch: metaconfig
69493            ! U/modified/myhostname.U
69494      Branch: perl
69495            ! Configure config_h.SH
69496 ____________________________________________________________________________
69497 [  7138] By: jhi                                   on 2000/10/03  21:49:49
69498         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
69499              From: Peter Prymmer <pvhp@forte.com>
69500              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
69501              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
69502      Branch: perl
69503            ! pp_sys.c
69504 ____________________________________________________________________________
69505 [  7137] By: jhi                                   on 2000/10/03  20:10:05
69506         Log: One remaining nit less at the VMS mailbox sizing.
69507      Branch: perl
69508            ! vms/vms.c
69509 ____________________________________________________________________________
69510 [  7136] By: jhi                                   on 2000/10/03  20:08:47
69511         Log: Test harness update to sync with the new perlcc,
69512              from Simon Cozens.
69513      Branch: perl
69514            ! t/TEST t/UTEST
69515 ____________________________________________________________________________
69516 [  7135] By: jhi                                   on 2000/10/03  15:15:42
69517         Log: Subject: Re: PATCH for 20001003.004
69518              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
69519              From: "AARON B. DOSSETT" <aaron@iglou.com>
69520              Message-Id: <E13gTay-0006od-00@iglou.com>
69521      Branch: perl
69522            ! installman installperl
69523 ____________________________________________________________________________
69524 [  7134] By: jhi                                   on 2000/10/03  15:00:34
69525         Log: Subject: [ID 20001003.006] B::Debug not -w clean
69526              From: Nicholas Clark <nick@babyhippo.co.uk>
69527              Date: Tue, 03 Oct 2000 15:46:32 +0100
69528              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
69529      Branch: perl
69530            ! ext/B/B/Debug.pm
69531 ____________________________________________________________________________
69532 [  7133] By: jhi                                   on 2000/10/03  14:58:39
69533         Log: Scale down the VMS message boxes, by Charles Lane.
69534              Fix for ID 20000903.009, workaround at
69535              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
69536      Branch: perl
69537            ! vms/vms.c
69538 ____________________________________________________________________________
69539 [  7132] By: jhi                                   on 2000/10/03  11:20:37
69540         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
69541      Branch: perl
69542            + t/lib/st-lock.t t/lib/st-utf8.t
69543            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
69544            ! ext/Storable/Storable.xs t/lib/st-recurse.t
69545 ____________________________________________________________________________
69546 [  7131] By: jhi                                   on 2000/10/03  03:38:23
69547         Log: Encode nits.
69548      Branch: perl
69549            ! MANIFEST Makefile.SH
69550 ____________________________________________________________________________
69551 [  7130] By: jhi                                   on 2000/10/03  03:31:05
69552         Log: Update Changes.
69553      Branch: perl
69554            ! Changes patchlevel.h
69555 ____________________________________________________________________________
69556 [  7129] By: jhi                                   on 2000/10/03  02:24:02
69557         Log: Misplaced else.
69558      Branch: metaconfig/U/perl
69559            ! d_strtoll.U
69560      Branch: perl
69561            ! Configure config_h.SH
69562 ____________________________________________________________________________
69563 [  7128] By: jhi                                   on 2000/10/03  02:08:29
69564         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
69565              From: sthoenna@efn.org
69566              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
69567              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
69568      Branch: metaconfig/U/perl
69569            ! d_strtoll.U
69570      Branch: perl
69571            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
69572 ____________________________________________________________________________
69573 [  7127] By: jhi                                   on 2000/10/03  01:13:14
69574         Log: Update Changes.
69575      Branch: perl
69576            ! Changes patchlevel.h
69577 ____________________________________________________________________________
69578 [  7126] By: jhi                                   on 2000/10/03  00:57:08
69579         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
69580              as suggested by Olaf Flebbe and Nick Clark.
69581      Branch: perl
69582            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
69583 ____________________________________________________________________________
69584 [  7125] By: jhi                                   on 2000/10/03  00:50:56
69585         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
69586              From: Nick Clark <nick@plum.flirble.org>
69587              Date: Mon, 2 Oct 2000 11:03:24 +0100
69588              Message-Id: <20001002110324.D20073@plum.flirble.org>
69589              
69590              Also fixes bug ID 20001002.005.
69591      Branch: perl
69592            ! t/lib/encode.t
69593 ____________________________________________________________________________
69594 [  7124] By: jhi                                   on 2000/10/03  00:34:59
69595         Log: Subject: [PATCH 5.7.0] Epoc update
69596              From: Olaf Flebbe <o.flebbe@gmx.de>
69597              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
69598              Message-ID: <26423.969484586@www10.gmx.net>
69599      Branch: perl
69600            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
69601            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
69602            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
69603            ! util.c util.h
69604 ____________________________________________________________________________
69605 [  7123] By: jhi                                   on 2000/10/03  00:30:07
69606         Log: Regen headers.
69607      Branch: perl
69608            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
69609 ____________________________________________________________________________
69610 [  7122] By: jhi                                   on 2000/10/03  00:10:48
69611         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
69612      Branch: perl
69613            ! hints/openbsd.sh
69614 ____________________________________________________________________________
69615 [  7121] By: jhi                                   on 2000/10/03  00:05:06
69616         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
69617              From: <abigail@foad.org>
69618              Date: Tue, 26 Sep 2000 13:36:14 -0400
69619              Message-ID: <20000926173614.4356.qmail@foad.org>
69620      Branch: perl
69621            ! pod/perlop.pod
69622 ____________________________________________________________________________
69623 [  7120] By: jhi                                   on 2000/10/03  00:04:00
69624         Log: Inside require() $^S was always left undefined.
69625              
69626              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
69627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69628              Date: Wed, 27 Sep 2000 18:54:49 -0400
69629              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
69630      Branch: perl
69631            ! cop.h mg.c pp_ctl.c util.c
69632 ____________________________________________________________________________
69633 [  7119] By: jhi                                   on 2000/10/03  00:00:16
69634         Log: Subject: [PATCH] DLL not restartabke with threaded perl
69635              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
69636              Date: Thu, 28 Sep 2000 09:20:46 +0100
69637              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
69638      Branch: perl
69639            ! perl.c
69640 ____________________________________________________________________________
69641 [  7118] By: jhi                                   on 2000/10/02  23:59:20
69642         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
69643              From: Nicholas Clark <nick@ccl4.org>
69644              Date: Thu, 28 Sep 2000 11:52:24 +0100
69645              Message-ID: <20000928115224.D7924@plum.flirble.org>
69646      Branch: perl
69647            ! op.c
69648 ____________________________________________________________________________
69649 [  7117] By: jhi                                   on 2000/10/02  23:57:51
69650         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
69651              From: Nicholas Clark <nick@babyhippo.co.uk>
69652              Date: Thu, 28 Sep 2000 12:18:10 +0100
69653              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
69654              
69655              Did not apply cleanly, manual intervention was needed.
69656      Branch: perl
69657            ! ext/B/B/Bytecode.pm utils/perlcc.PL
69658 ____________________________________________________________________________
69659 [  7116] By: jhi                                   on 2000/10/02  23:50:40
69660         Log: Document the issue (is not a syntax error, kind of)
69661              
69662              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
69663              From: Nicholas Clark <nick@ccl4.org>
69664              Date: Thu, 28 Sep 2000 17:12:42 +0100
69665              Message-ID: <20000928171242.K7924@plum.flirble.org>
69666      Branch: perl
69667            ! pod/perldata.pod
69668 ____________________________________________________________________________
69669 [  7115] By: jhi                                   on 2000/10/02  23:48:58
69670         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
69671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69672              Date: Thu, 28 Sep 2000 21:55:31 -0400
69673              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
69674      Branch: perl
69675            ! regexec.c
69676 ____________________________________________________________________________
69677 [  7114] By: jhi                                   on 2000/10/02  23:47:57
69678         Log: Subject: DOC PATCH 5.6.0
69679              From: mjd@plover.com
69680              Date: 30 Sep 2000 06:02:34 -0000
69681              Message-ID: <20000930060234.4559.qmail@plover.com>
69682      Branch: perl
69683            ! pod/perldebguts.pod
69684 ____________________________________________________________________________
69685 [  7113] By: jhi                                   on 2000/10/02  23:46:43
69686         Log: SOCK_DGRAM and listen() do not mix as reported in
69687              
69688              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
69689              From: Petter Reinholdtsen <pere@hungry.com>
69690              Date: Sun, 1 Oct 2000 10:57:20 +0800
69691              Message-Id: <200010010257.KAA05735@localhost.localdomain>
69692              
69693              The patch for 5.7.0+ had to be reengineered, though.
69694      Branch: perl
69695            ! ext/IO/lib/IO/Socket/UNIX.pm
69696 ____________________________________________________________________________
69697 [  7112] By: jhi                                   on 2000/10/02  23:36:57
69698         Log: Subject: Re: [PATCH 5.005_64 missed]
69699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69700              Date: Sun, 1 Oct 2000 18:50:10 -0400
69701              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
69702      Branch: perl
69703            ! pod/perlxs.pod
69704 ____________________________________________________________________________
69705 [  7111] By: jhi                                   on 2000/10/02  23:35:40
69706         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
69707              From: Radu Greab <radu@netsoft.ro>
69708              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
69709              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
69710      Branch: perl
69711            ! op.c opcode.pl t/op/substr.t
69712 ____________________________________________________________________________
69713 [  7110] By: jhi                                   on 2000/10/02  23:32:38
69714         Log: Subject: [PATCH] Fix aliasing of tied filehandles
69715              From: Daniel Chetlin <daniel@chetlin.com>
69716              Date: Mon, 2 Oct 2000 14:53:27 -0700
69717              Message-ID: <20001002145327.C1617@ilmd>
69718      Branch: perl
69719            ! perl.h pp_hot.c t/op/tiehandle.t
69720 ____________________________________________________________________________
69721 [  7109] By: jhi                                   on 2000/10/02  23:31:30
69722         Log: s/Robin Parker/Robin Barker/
69723      Branch: perl
69724            ! Changes5.6
69725 ____________________________________________________________________________
69726 [  7108] By: jhi                                   on 2000/10/02  23:15:46
69727         Log: Retract #7091 as suggested in
69728              
69729              From: Robin Barker <rmb1@cise.npl.co.uk> 
69730              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
69731              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
69732              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
69733      Branch: perl
69734            ! embed.pl proto.h
69735 ____________________________________________________________________________
69736 [  7107] By: nick                                  on 2000/10/02  18:23:14
69737         Log: A few tweaks to get Tk803 to work with Encode scheme.
69738      Branch: perl
69739            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
69740 ____________________________________________________________________________
69741 [  7106] By: nick                                  on 2000/10/01  21:34:14
69742         Log: Add checking cases to Encode's toUnicode and fromUnicode.
69743      Branch: perl
69744            ! ext/Encode/Encode.pm
69745 ____________________________________________________________________________
69746 [  7105] By: nick                                  on 2000/10/01  17:18:01
69747         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
69748              To read and use them.
69749              Add a lib/encode.t which checks a few things.
69750      Branch: perl
69751            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
69752            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
69753            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
69754            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
69755            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
69756            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
69757            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
69758            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
69759            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
69760            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
69761            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
69762            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
69763            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
69764            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
69765            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
69766            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
69767            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
69768            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
69769            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
69770            + ext/Encode/Encode/iso2022-jp.enc
69771            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
69772            + ext/Encode/Encode/iso8859-1.enc
69773            + ext/Encode/Encode/iso8859-2.enc
69774            + ext/Encode/Encode/iso8859-3.enc
69775            + ext/Encode/Encode/iso8859-4.enc
69776            + ext/Encode/Encode/iso8859-5.enc
69777            + ext/Encode/Encode/iso8859-6.enc
69778            + ext/Encode/Encode/iso8859-7.enc
69779            + ext/Encode/Encode/iso8859-8.enc
69780            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
69781            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
69782            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
69783            + ext/Encode/Encode/macCentEuro.enc
69784            + ext/Encode/Encode/macCroatian.enc
69785            + ext/Encode/Encode/macCyrillic.enc
69786            + ext/Encode/Encode/macDingbats.enc
69787            + ext/Encode/Encode/macGreek.enc
69788            + ext/Encode/Encode/macIceland.enc
69789            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
69790            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
69791            + ext/Encode/Encode/macTurkish.enc
69792            + ext/Encode/Encode/macUkraine.enc
69793            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
69794            + t/lib/encode.t
69795            ! MANIFEST ext/Encode/Encode.pm
69796 ____________________________________________________________________________
69797 [  7104] By: nick                                  on 2000/09/30  13:04:30
69798         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
69799              From: Daniel Chetlin <daniel@chetlin.com>
69800              Date: Mon, 18 Sep 2000 05:05:40 -0700
69801              Message-Id: <20000918050540.C652@ilmd>
69802      Branch: perl
69803            ! lib/overload.pm sv.c t/pragma/overload.t
69804 ____________________________________________________________________________
69805 [  7103] By: nick                                  on 2000/09/30  12:53:36
69806         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
69807              From: Johan Vromans <jvromans@squirrel.nl>
69808              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
69809              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
69810      Branch: perl
69811            ! pod/Makefile.SH
69812 ____________________________________________________________________________
69813 [  7102] By: nick                                  on 2000/09/30  12:52:31
69814         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
69815              From: Spider Boardman <spider@Orb.Nashua.NH.US>
69816              Date: Sat, 16 Sep 2000 16:36:45 -0400
69817              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
69818      Branch: perl
69819            ! ext/B/B/Deparse.pm
69820 ____________________________________________________________________________
69821 [  7101] By: nick                                  on 2000/09/30  12:51:41
69822         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
69823              From: Craig A. Berry <craig.berry@psinetcs.com>
69824              Date: Sat, 16 Sep 2000 10:11:10 -0500
69825              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
69826      Branch: perl
69827            ! vms/vms.c
69828 ____________________________________________________________________________
69829 [  7100] By: nick                                  on 2000/09/30  12:50:33
69830         Log: Subject: Re: unicode support and perl [ID 20000901.097]
69831              From: Spider Boardman <spider@Orb.Nashua.NH.US>
69832              Date: Fri, 15 Sep 2000 16:37:58 -0400
69833              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
69834      Branch: perl
69835            ! t/op/append.t
69836 ____________________________________________________________________________
69837 [  7099] By: nick                                  on 2000/09/30  12:49:35
69838         Log: Subject: Re: unicode support and perl [ID 20000901.097]
69839              From: Spider Boardman <spider@Orb.Nashua.NH.US>
69840              Date: Fri, 15 Sep 2000 16:25:30 -0400
69841              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
69842      Branch: perl
69843            ! pp_hot.c
69844 ____________________________________________________________________________
69845 [  7098] By: nick                                  on 2000/09/30  12:48:00
69846         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
69847              From: Gisle Aas <gisle@ActiveState.com>
69848              Date: 15 Sep 2000 16:23:41 +0200
69849              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
69850      Branch: perl
69851            ! toke.c
69852 ____________________________________________________________________________
69853 [  7097] By: nick                                  on 2000/09/30  12:45:16
69854         Log: Subject: [PATCH] Nits in perlmod.pod
69855              From: Daniel Chetlin <daniel@chetlin.com>
69856              Date: Fri, 15 Sep 2000 02:04:09 -0700
69857              Message-Id: <20000915020409.A2104@ilmd>
69858      Branch: perl
69859            ! pod/perlmod.pod
69860 ____________________________________________________________________________
69861 [  7096] By: nick                                  on 2000/09/30  12:18:00
69862         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
69863              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
69864              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
69865              0 to checking to get the warning.
69866      Branch: perl
69867            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
69868            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
69869            ! regexec.c sv.c toke.c utf8.c
69870 ____________________________________________________________________________
69871 [  7095] By: nick                                  on 2000/09/15  16:55:59
69872         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
69873              
69874              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
69875              From: Spider Boardman <spider@Orb.Nashua.NH.US>
69876              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
69877              Date: Fri, 15 Sep 2000 06:37:30 -0400
69878      Branch: perl
69879            ! ext/Encode/Encode.xs sv.c
69880 ____________________________________________________________________________
69881 [  7094] By: jhi                                   on 2000/09/15  03:23:32
69882         Log: Update Changes.
69883      Branch: perl
69884            ! Changes patchlevel.h
69885 ____________________________________________________________________________
69886 [  7093] By: jhi                                   on 2000/09/15  03:11:44
69887         Log: Fix for the charnames.t failures from Spider Boardman.
69888      Branch: perl
69889            ! toke.c
69890 ____________________________________________________________________________
69891 [  7092] By: jhi                                   on 2000/09/15  00:15:48
69892         Log: Botched the #7090 check-in.
69893      Branch: perl
69894            ! sv.c
69895 ____________________________________________________________________________
69896 [  7091] By: jhi                                   on 2000/09/14  23:33:24
69897         Log: Part of #7081 didn't come through.
69898      Branch: perl
69899            ! embed.pl proto.h
69900 ____________________________________________________________________________
69901 [  7090] By: jhi                                   on 2000/09/14  23:17:39
69902         Log: Subject: Re: perl@7078 
69903              From: Spider Boardman <spider@web.zk3.dec.com>
69904              Date: Thu, 14 Sep 2000 19:06:36 -0400
69905              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
69906      Branch: perl
69907            ! sv.c toke.c
69908 ____________________________________________________________________________
69909 [  7089] By: jhi                                   on 2000/09/14  23:11:21
69910         Log: Small portability tweaks.
69911      Branch: perl
69912            ! ext/Encode/Encode.xs
69913 ____________________________________________________________________________
69914 [  7088] By: jhi                                   on 2000/09/14  22:57:23
69915         Log: Fake return to pacify picky compilers.
69916      Branch: perl
69917            ! ext/Encode/Encode.xs
69918 ____________________________________________________________________________
69919 [  7087] By: jhi                                   on 2000/09/14  22:53:37
69920         Log: Subject: [PATCH] utf8.c apidoc
69921              From: Simon Cozens <simon@cozens.net>
69922              Date: Thu, 14 Sep 2000 23:46:57 +0100
69923              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
69924      Branch: perl
69925            ! perlapi.c pod/perlapi.pod utf8.c
69926 ____________________________________________________________________________
69927 [  7086] By: jhi                                   on 2000/09/14  22:40:38
69928         Log: We don't need to count the high bit bytes, a boolean is enough. 
69929      Branch: perl
69930            ! sv.c
69931 ____________________________________________________________________________
69932 [  7085] By: jhi                                   on 2000/09/14  21:20:09
69933         Log: Replace #7084 with
69934              
69935              Subject: Re: perl@7078 
69936              From: Spider Boardman <spider@web.zk3.dec.com>
69937              Date: Thu, 14 Sep 2000 17:09:36 -0400
69938              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
69939      Branch: perl
69940            ! sv.c utf8.c
69941 ____________________________________________________________________________
69942 [  7084] By: jhi                                   on 2000/09/14  20:03:34
69943         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
69944              convertible to bytes by checking it doesn't go above 0xc3
69945              
69946              Subject: Re: perl@7078
69947              From: Simon Cozens <simon@cozens.net>
69948              Date: Thu, 14 Sep 2000 20:59:19 +0100
69949              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
69950      Branch: perl
69951            ! utf8.c
69952 ____________________________________________________________________________
69953 [  7083] By: jhi                                   on 2000/09/14  19:38:47
69954         Log: Subject: Re: perl@7078
69955              From: Simon Cozens <simon@cozens.net>
69956              Date: Thu, 14 Sep 2000 20:13:09 +0100
69957              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
69958      Branch: perl
69959            ! t/op/bop.t
69960 ____________________________________________________________________________
69961 [  7082] By: jhi                                   on 2000/09/14  17:50:44
69962         Log: The one that got away.
69963      Branch: perl
69964            ! lib/File/Find.pm
69965 ____________________________________________________________________________
69966 [  7081] By: jhi                                   on 2000/09/14  17:45:35
69967         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
69968              From: Robin Barker <rmb1@cise.npl.co.uk>
69969              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
69970              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
69971      Branch: perl
69972            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
69973            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
69974            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
69975            ! regcomp.c toke.c universal.c
69976 ____________________________________________________________________________
69977 [  7080] By: jhi                                   on 2000/09/14  17:40:35
69978         Log: Problems picked up by AIX cc.
69979              
69980              Subject: Re: perl@7078 (patch included)
69981              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69982              Date: Thu, 14 Sep 2000 18:53:30 +0200
69983              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
69984      Branch: perl
69985            ! ext/Encode/Encode.xs
69986 ____________________________________________________________________________
69987 [  7079] By: jhi                                   on 2000/09/14  17:38:27
69988         Log: Subject: File::Find 5.7.0 POD nits
69989              From: Rich Morin <rdm@cfcl.com>
69990              Date: Wed, 13 Sep 2000 22:03:58 -0700
69991              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
69992      Branch: perl
69993            ! lib/File/Find.pm
69994 ____________________________________________________________________________
69995 [  7078] By: jhi                                   on 2000/09/14  14:58:20
69996         Log: Update Changes.
69997      Branch: perl
69998            ! Changes patchlevel.h
69999 ____________________________________________________________________________
70000 [  7077] By: jhi                                   on 2000/09/14  14:55:54
70001         Log: Compilation warnings and an error.
70002      Branch: perl
70003            ! sv.c
70004 ____________________________________________________________________________
70005 [  7076] By: jhi                                   on 2000/09/14  14:42:56
70006         Log: Fix for a parsing bug, not for the original bug.
70007              
70008              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
70009              From: Spider Boardman <spider@web.zk3.dec.com>
70010              Date: Wed, 13 Sep 2000 17:52:20 -0400
70011              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
70012      Branch: perl
70013            ! regcomp.c
70014 ____________________________________________________________________________
70015 [  7075] By: jhi                                   on 2000/09/14  14:40:40
70016         Log: Batch of UTF-8 patches from Simon Cozens.
70017      Branch: perl
70018            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
70019            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
70020            ! toke.c utf8.c
70021 ____________________________________________________________________________
70022 [  7074] By: jhi                                   on 2000/09/14  14:29:58
70023         Log: Subject: Re: Two advertising clauses need to be removed
70024              From: Russ Allbery <rra@stanford.edu>
70025              Date: 13 Sep 2000 18:50:26 -0700
70026              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
70027      Branch: perl
70028            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
70029 ____________________________________________________________________________
70030 [  7073] By: jhi                                   on 2000/09/14  14:28:20
70031         Log: Subject: [PATCH] de-wall t/README
70032              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70033              Date: Wed, 13 Sep 2000 17:46:55 -0700
70034              Message-ID: <//Bw5gzkge/e092yn@efn.org>
70035      Branch: perl
70036            ! t/README
70037 ____________________________________________________________________________
70038 [  7072] By: jhi                                   on 2000/09/14  14:25:10
70039         Log: Hints optimization.
70040              
70041              Subject: Minor nit
70042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70043              Date: Wed, 13 Sep 2000 21:42:07 +0200
70044              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
70045      Branch: perl
70046            ! hints/hpux.sh
70047 ____________________________________________________________________________
70048 [  7071] By: jhi                                   on 2000/09/14  14:23:30
70049         Log: Allow chop() and chomp() to be overridden.
70050              
70051              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
70052              From: "Casey R. Tweten" <crt@kiski.net>
70053              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
70054              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
70055      Branch: perl
70056            ! toke.c
70057 ____________________________________________________________________________
70058 [  7070] By: jhi                                   on 2000/09/14  14:20:36
70059         Log: The return value of setlocale must be copied away.
70060              
70061              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
70062              From: Alan Burlison <Alan.Burlison@uk.sun.com>
70063              Date: Wed, 13 Sep 2000 16:27:37 +0100 
70064              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
70065      Branch: perl
70066            ! util.c
70067 ____________________________________________________________________________
70068 [  7069] By: jhi                                   on 2000/09/14  14:16:27
70069         Log: Remove vestiges of tr//CU.
70070              
70071              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
70072              From: Nick Clark <nick@plum.flirble.org>
70073              Date: Tue, 12 Sep 2000 22:50:14 +0100
70074              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
70075              
70076              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
70077              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70078              Date: Tue, 12 Sep 2000 21:38:48 -0700
70079              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
70080      Branch: perl
70081            ! op.h pod/perlunicode.pod
70082 ____________________________________________________________________________
70083 [  7068] By: jhi                                   on 2000/09/13  14:18:39
70084         Log: Add the Encode extension.  The code is still largely just skeleton.
70085      Branch: perl
70086            + ext/Encode/Encode.pm ext/Encode/Encode.xs
70087            + ext/Encode/Makefile.PL ext/Encode/Todo
70088            ! MANIFEST Todo-5.6
70089 ____________________________________________________________________________
70090 [  7067] By: jhi                                   on 2000/09/12  17:43:33
70091         Log: Allow for whitespace between "#" and "line" in cpp output.
70092              
70093              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
70094              From: Calle Dybedahl <calle@lysator.liu.se>
70095              Date: 12 Sep 2000 19:38:02 +0200 
70096              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
70097      Branch: perl
70098            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
70099 ____________________________________________________________________________
70100 [  7066] By: gsar                                  on 2000/09/12  17:24:29
70101         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
70102              initialization in all the threads on Windows
70103      Branch: perl
70104            ! win32/win32.c
70105 ____________________________________________________________________________
70106 [  7065] By: jhi                                   on 2000/09/12  15:11:31
70107         Log: Update Changes.
70108      Branch: perl
70109            ! Changes patchlevel.h
70110 ____________________________________________________________________________
70111 [  7064] By: jhi                                   on 2000/09/12  14:54:54
70112         Log: Retract #7062, the pod tests are not ready.
70113      Branch: perl
70114            ! t/TEST t/harness
70115 ____________________________________________________________________________
70116 [  7063] By: jhi                                   on 2000/09/12  14:25:41
70117         Log: The #7054 truncated Configure badly.
70118      Branch: metaconfig/U/perl
70119            ! End.U
70120      Branch: perl
70121            ! Configure config_h.SH
70122 ____________________________________________________________________________
70123 [  7062] By: jhi                                   on 2000/09/12  14:08:32
70124         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
70125              From: sthoenna@efn.org
70126              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
70127              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
70128      Branch: perl
70129            ! t/TEST t/harness
70130 ____________________________________________________________________________
70131 [  7061] By: jhi                                   on 2000/09/12  14:07:18
70132         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
70133              From: sthoenna@efn.org
70134              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
70135              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
70136      Branch: perl
70137            ! pod/perlxs.pod
70138 ____________________________________________________________________________
70139 [  7060] By: jhi                                   on 2000/09/12  14:06:08
70140         Log: Break up the myconfig lines a bit.
70141              
70142              Subject: perlbug/perl -V output format
70143              From: sthoenna@efn.org
70144              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
70145              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
70146      Branch: perl
70147            ! myconfig.SH
70148 ____________________________________________________________________________
70149 [  7059] By: jhi                                   on 2000/09/12  14:05:04
70150         Log: Test for the #7049.
70151              
70152              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
70153              From: andreas.koenig@anima.de (Andreas J. Koenig)
70154              Date: 12 Sep 2000 06:42:01 +0200
70155              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
70156      Branch: perl
70157            ! t/op/my.t
70158 ____________________________________________________________________________
70159 [  7058] By: jhi                                   on 2000/09/12  14:03:05
70160         Log: Subject: [patch: perl@7045] vms updates
70161              From: Peter Prymmer <pvhp@forte.com>
70162              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
70163              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
70164      Branch: perl
70165            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
70166 ____________________________________________________________________________
70167 [  7057] By: jhi                                   on 2000/09/12  14:00:51
70168         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
70169              From: sthoenna@efn.org
70170              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
70171              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
70172      Branch: perl
70173            ! t/op/64bitint.t
70174 ____________________________________________________________________________
70175 [  7056] By: jhi                                   on 2000/09/12  13:58:14
70176         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
70177              From: Jeff Pinyan <jeffp@crusoe.net>
70178              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
70179              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
70180      Branch: perl
70181            ! pod/perlfunc.pod
70182 ____________________________________________________________________________
70183 [  7055] By: jhi                                   on 2000/09/12  13:56:32
70184         Log: Do in VMS as the #7054 does.
70185      Branch: perl
70186            ! configure.com
70187 ____________________________________________________________________________
70188 [  7054] By: jhi                                   on 2000/09/12  13:50:31
70189         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
70190              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
70191              Date: Mon, 11 Sep 2000 08:33:09 +0100
70192              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
70193      Branch: metaconfig/U/perl
70194            ! End.U
70195      Branch: perl
70196            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
70197            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
70198 ____________________________________________________________________________
70199 [  7053] By: jhi                                   on 2000/09/12  13:29:19
70200         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
70201              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70202              Date:     Tue, 12 Sep 2000 08:35:59 EDT
70203              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
70204      Branch: perl
70205            ! vms/test.com
70206 ____________________________________________________________________________
70207 [  7052] By: jhi                                   on 2000/09/11  23:01:50
70208         Log: Document the SvUTF8*().
70209      Branch: perl
70210            ! pod/perlapi.pod sv.h
70211 ____________________________________________________________________________
70212 [  7051] By: gsar                                  on 2000/09/11  14:46:30
70213         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
70214              (missed a spot when fixing up op_pmreplroot hack for ithreads)
70215      Branch: perl
70216            ! op.c t/op/split.t
70217 ____________________________________________________________________________
70218 [  7050] By: nick                                  on 2000/09/11  10:03:51
70219         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
70220              
70221              Subject: borland C++ win32.c tweak
70222              From: Vadim Konovalov <vkonovalov@lucent.com>
70223              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
70224              Date: Mon, 11 Sep 2000 11:22:33 +0400
70225      Branch: perl
70226            ! win32/win32.c
70227 ____________________________________________________________________________
70228 [  7049] By: nick                                  on 2000/09/11  09:57:33
70229         Log: Point fix for s/// on foreach (keys %xxx).
70230      Branch: perl
70231            ! pp_hot.c
70232 ____________________________________________________________________________
70233 [  7048] By: jhi                                   on 2000/09/10  23:37:09
70234         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
70235              by Pod::Text, from Brad Appleton.
70236      Branch: perl
70237            ! t/pod/testp2pt.pl
70238 ____________________________________________________________________________
70239 [  7047] By: jhi                                   on 2000/09/10  14:32:53
70240         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
70241              by Russ Allbery.
70242      Branch: perl
70243            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
70244 ____________________________________________________________________________
70245 [  7046] By: jhi                                   on 2000/09/10  14:15:08
70246         Log: Upgrade to CPAN 1.57_65, from Andreas König.
70247      Branch: perl
70248            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
70249 ____________________________________________________________________________
70250 [  7045] By: jhi                                   on 2000/09/08  21:36:32
70251         Log: Update Changes.
70252      Branch: perl
70253            ! Changes patchlevel.h
70254 ____________________________________________________________________________
70255 [  7044] By: jhi                                   on 2000/09/08  21:29:56
70256         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
70257              From: Peter Prymmer <pvhp@forte.com>
70258              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
70259              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
70260      Branch: perl
70261            ! configure.com
70262 ____________________________________________________________________________
70263 [  7043] By: jhi                                   on 2000/09/08  21:27:50
70264         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
70265              From: Peter Prymmer <pvhp@forte.com>
70266              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
70267              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
70268      Branch: perl
70269            ! Makefile.SH installperl
70270 ____________________________________________________________________________
70271 [  7042] By: jhi                                   on 2000/09/08  21:23:21
70272         Log: Continue #7041.
70273      Branch: perl
70274            ! cygwin/Makefile.SHs os2/Makefile.SHs
70275 ____________________________________________________________________________
70276 [  7041] By: jhi                                   on 2000/09/08  21:18:10
70277         Log: Do away with memory models cruft.  Sorry, PDP users.
70278      Branch: metaconfig
70279            ! U/modified/cc.U U/modified/libpth.U
70280      Branch: perl
70281            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
70282            ! Porting/config_H cflags.SH config_h.SH configure.com
70283            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
70284            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
70285            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
70286 ____________________________________________________________________________
70287 [  7040] By: jhi                                   on 2000/09/08  14:34:18
70288         Log: Major rewrite of s2p.  And I mean really major, it is
70289              an implementation of sed in perl.  If called as s2p it
70290              will function as s2p.  Note: needs non-UNIXifying.
70291              
70292              Subject: s2p
70293              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
70294              Date: Mon, 28 Aug 2000 14:05:12 +0200
70295              Message-ID: <39AA5578.2102E2AA@alcatel.at>
70296      Branch: perl
70297            ! x2p/s2p.PL
70298 ____________________________________________________________________________
70299 [  7039] By: jhi                                   on 2000/09/08  14:19:49
70300         Log: Re-allow vec() for characters > 255.
70301              
70302              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
70303              From: Spider Boardman <spider@web.zk3.dec.com>
70304              Date: Fri, 08 Sep 2000 02:21:02 -0400
70305              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
70306      Branch: perl
70307            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
70308            ! t/op/vec.t
70309 ____________________________________________________________________________
70310 [  7038] By: jhi                                   on 2000/09/08  14:14:18
70311         Log: Subject: [PATCH lib/Benchmark.pm]
70312              From: <abigail@foad.org>
70313              Date: Thu, 7 Sep 2000 15:03:20 -0400
70314              Message-ID: <20000907190320.888.qmail@foad.org>
70315      Branch: perl
70316            ! lib/Benchmark.pm
70317 ____________________________________________________________________________
70318 [  7037] By: jhi                                   on 2000/09/08  14:11:06
70319         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
70320              
70321              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
70322              From: Spider Boardman <spider@web.zk3.dec.com>
70323              Date: Fri, 08 Sep 2000 01:30:27 -0400
70324              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
70325      Branch: perl
70326            ! op.c
70327 ____________________________________________________________________________
70328 [  7036] By: jhi                                   on 2000/09/08  14:08:58
70329         Log: Subject: [ID 20000908.002] perlipc documentation bug.
70330              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
70331              Date: Fri, 08 Sep 2000 12:38:32 +0200
70332              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
70333      Branch: perl
70334            ! pod/perlipc.pod
70335 ____________________________________________________________________________
70336 [  7035] By: jhi                                   on 2000/09/08  14:03:12
70337         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
70338              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70339              Date: Fri, 08 Sep 2000 11:47:34 +0200
70340              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
70341      Branch: perl
70342            ! hints/dec_osf.sh
70343 ____________________________________________________________________________
70344 [  7034] By: jhi                                   on 2000/09/08  13:59:35
70345         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
70346              From: Simon Cozens <simon@cozens.net>
70347              Date: Thu, 7 Sep 2000 20:40:38 +0100
70348              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
70349      Branch: perl
70350            ! pp_hot.c
70351 ____________________________________________________________________________
70352 [  7033] By: jhi                                   on 2000/09/08  04:03:03
70353         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
70354              From: "Larry W. Virden" <lvirden@cas.org>
70355              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
70356              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
70357      Branch: perl
70358            ! pod/perldiag.pod
70359 ____________________________________________________________________________
70360 [  7032] By: jhi                                   on 2000/09/07  22:18:30
70361         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
70362              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
70363              Date: Mon, 04 Sep 2000 13:16:38 -0700
70364              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
70365      Branch: perl
70366            ! lib/perl5db.pl
70367 ____________________________________________________________________________
70368 [  7031] By: jhi                                   on 2000/09/07  22:02:29
70369         Log: Fix the ccversion detection for 5.1 and beyond.
70370              
70371              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
70372              From: Spider Boardman <spider@leggy.zk3.dec.com>
70373              Date: Thu, 7 Sep 2000 17:54:27 -0400
70374              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
70375      Branch: perl
70376            ! hints/dec_osf.sh
70377 ____________________________________________________________________________
70378 [  7030] By: jhi                                   on 2000/09/07  19:12:28
70379         Log: Fix for
70380              
70381              Subject: [ID 20000903.001] \w in utf8-strings
70382              From: Marc Lehmann <pcg@goof.com>
70383              Date: Sun, 03 Sep 2000 09:44:29 +0200
70384              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
70385              
70386              and various related nits.
70387      Branch: perl
70388            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
70389 ____________________________________________________________________________
70390 [  7029] By: jhi                                   on 2000/09/07  18:49:09
70391         Log: Fix the URL, but the server is still missing in action.
70392              
70393              Subject: [ID 20000905.002] perlfaq1.pod URL error
70394              From: "Larry W. Virden" <lvirden@cas.org>
70395              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
70396              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
70397      Branch: perl
70398            ! pod/perlfaq1.pod
70399 ____________________________________________________________________________
70400 [  7028] By: jhi                                   on 2000/09/07  18:47:13
70401         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
70402              From: Hugo <hv@crypt.compulink.co.uk>
70403              Date: Tue, 05 Sep 2000 14:13:37 +0100
70404              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
70405      Branch: perl
70406            ! toke.c
70407 ____________________________________________________________________________
70408 [  7027] By: jhi                                   on 2000/09/07  18:45:35
70409         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
70410              From: Daniel Chetlin <daniel@chetlin.com>
70411              Date: Tue, 5 Sep 2000 04:57:07 -0700
70412              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
70413      Branch: perl
70414            ! pod/perlfaq6.pod pod/perlop.pod
70415 ____________________________________________________________________________
70416 [  7026] By: jhi                                   on 2000/09/07  18:44:01
70417         Log: Document the new ref() semantics.
70418              
70419              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
70420              From: Gisle Aas <gisle@ActiveState.com>
70421              Date: 05 Sep 2000 08:10:30 +0200
70422              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
70423      Branch: perl
70424            ! pod/perldelta.pod
70425 ____________________________________________________________________________
70426 [  7025] By: jhi                                   on 2000/09/07  18:42:27
70427         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
70428              
70429              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
70430              From: Gisle Aas <gisle@ActiveState.com>
70431              Date: 05 Sep 2000 08:11:40 +0200
70432              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
70433      Branch: perl
70434            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
70435 ____________________________________________________________________________
70436 [  7024] By: jhi                                   on 2000/09/07  18:39:32
70437         Log: Subject: [PATCH] Modernize Opcode.pm documentation
70438              From: Gisle Aas <gisle@ActiveState.com>
70439              Date: 4 Sep 2000 00:18:55 -0000
70440              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
70441      Branch: perl
70442            ! ext/Opcode/Opcode.pm
70443 ____________________________________________________________________________
70444 [  7023] By: jhi                                   on 2000/09/07  18:37:42
70445         Log: Subject: [PATCH] Tied filehandle documentation
70446              From: Gisle Aas <gisle@ActiveState.com>
70447              Date: 4 Sep 2000 00:14:40 -0000
70448              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
70449      Branch: perl
70450            ! pod/perlfunc.pod pod/perltie.pod
70451 ____________________________________________________________________________
70452 [  7022] By: jhi                                   on 2000/09/07  18:35:37
70453         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
70454              From: Gisle Aas <gisle@ActiveState.com>
70455              Date: 4 Sep 2000 00:04:22 -0000
70456              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
70457      Branch: perl
70458            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
70459 ____________________________________________________________________________
70460 [  7021] By: jhi                                   on 2000/09/07  18:33:22
70461         Log: Subject: small apidoc fix
70462              From: Marc Lehmann <pcg@goof.com>
70463              Date: Sun, 3 Sep 2000 05:12:06 +0200
70464              Message-ID: <20000903051206.A5909@cerebro.laendle>
70465      Branch: perl
70466            ! pod/perlapi.pod utf8.c
70467 ____________________________________________________________________________
70468 [  7020] By: jhi                                   on 2000/09/07  16:14:57
70469         Log: Tiny perldelta nits.
70470      Branch: perl
70471            ! pod/perldelta.pod
70472 ____________________________________________________________________________
70473 [  7019] By: jhi                                   on 2000/09/07  16:04:20
70474         Log: Guard against bad string->int conversion for quads.
70475      Branch: perl
70476            ! t/op/64bitint.t
70477 ____________________________________________________________________________
70478 [  7018] By: jhi                                   on 2000/09/06  17:07:03
70479         Log: Update Unicode todo list.
70480      Branch: perl
70481            ! Todo-5.6
70482 ____________________________________________________________________________
70483 [  7017] By: jhi                                   on 2000/09/05  21:16:01
70484         Log: Document the SvIOK_.*UV().
70485      Branch: perl
70486            ! pod/perlapi.pod sv.h
70487 ____________________________________________________________________________
70488 [  7016] By: nick                                  on 2000/09/03  21:54:46
70489         Log: Hash lookup of constant strings optimization:
70490              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
70491              to string table (as per sharepvn). Add newSV_pvn_share to create such
70492              a thing. Make hv.c compare addresses of strings and skip string compare
70493              if equal. Make method_named and helem ops use these shared-string SVs
70494              when arg is constant. Make keys op return shared-string SVs (less clearly
70495              a win).
70496      Branch: perl
70497            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
70498            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
70499            ! pod/perlintern.pod pp_hot.c proto.h sv.c
70500 ____________________________________________________________________________
70501 [  7015] By: jhi                                   on 2000/09/02  17:48:59
70502         Log: This is 5.7.0.
70503      Branch: perl
70504            ! Changes
70505 ____________________________________________________________________________
70506 [  7014] By: jhi                                   on 2000/09/02  17:35:45
70507         Log: Changes and patchlevel tweaks.
70508      Branch: perl
70509            ! Changes patchlevel.h
70510 ____________________________________________________________________________
70511 [  7013] By: jhi                                   on 2000/09/02  17:30:50
70512         Log: Update Changes.
70513      Branch: perl
70514            ! Changes patchlevel.h
70515 ____________________________________________________________________________
70516 [  7012] By: nick                                  on 2000/09/02  17:25:20
70517         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
70518      Branch: perl
70519            ! gv.c lib/overload.pm
70520 ____________________________________________________________________________
70521 [  7011] By: jhi                                   on 2000/09/02  17:16:25
70522         Log: Update perlhist.
70523      Branch: perl
70524            ! pod/perlhist.pod
70525 ____________________________________________________________________________
70526 [  7010] By: jhi                                   on 2000/09/02  17:01:35
70527         Log: perldelta nits.
70528      Branch: perl
70529            ! pod/perldelta.pod
70530 ____________________________________________________________________________
70531 [  7009] By: nick                                  on 2000/09/02  16:48:35
70532         Log: If overloaded %{} etc. return the object do not loop.
70533              Thus  sub deref { $_[0] } functions if object is wanted type.
70534      Branch: perl
70535            ! pp.h
70536 ____________________________________________________________________________
70537 [  7008] By: jhi                                   on 2000/09/02  16:26:11
70538         Log: Retab MANIFEST.
70539      Branch: perl
70540            ! ext/Storable/MANIFEST
70541 ____________________________________________________________________________
70542 [  7007] By: jhi                                   on 2000/09/02  16:23:02
70543         Log: Make certain cc is set before trying to run it.
70544      Branch: perl
70545            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
70546 ____________________________________________________________________________
70547 [  7006] By: jhi                                   on 2000/09/02  15:45:41
70548         Log: Unicode notes.
70549      Branch: perl
70550            ! pod/perldelta.pod
70551 ____________________________________________________________________________
70552 [  7005] By: jhi                                   on 2000/09/02  15:42:11
70553         Log: Various Configure nits by Philip Newton,
70554              plus the ebcdic one by me.
70555      Branch: metaconfig
70556            + U/modified/pager.U
70557            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
70558      Branch: metaconfig/U/perl
70559            ! Devel.U quadfio.U
70560      Branch: perl
70561            ! Configure config_h.SH
70562 ____________________________________________________________________________
70563 [  7004] By: jhi                                   on 2000/09/02  15:06:14
70564         Log: Apparently avoiding the swapping is too costly.
70565              
70566              From: "Ben Tilly" <ben_tilly@hotmail.com>
70567              Subject: Re: the door is closed.
70568              Date: Fri, 01 Sep 2000 20:23:16 EDT
70569              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
70570      Branch: perl
70571            ! pod/perlfaq4.pod
70572 ____________________________________________________________________________
70573 [  7003] By: nick                                  on 2000/09/02  12:26:04
70574         Log: Undo part of change 6489 which looks like a bulk edit which
70575              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
70576              The supressing of main:: on return from select() is undesirable.
70577      Branch: perl
70578            ! pp_sys.c
70579 ____________________________________________________________________________
70580 [  7002] By: jhi                                   on 2000/09/01  23:08:54
70581         Log: Update Changes.
70582      Branch: perl
70583            ! Changes patchlevel.h
70584 ____________________________________________________________________________
70585 [  7001] By: jhi                                   on 2000/09/01  23:00:13
70586         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
70587              From: Peter Prymmer <pvhp@forte.com>
70588              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
70589              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
70590              
70591              plus rework the http: spots as suggested by Tom Christiansen,
70592              plus regen perltoc.
70593      Branch: perl
70594            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
70595            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
70596 ____________________________________________________________________________
70597 [  7000] By: jhi                                   on 2000/09/01  22:36:01
70598         Log: Only the first line, thank you very much.
70599      Branch: perl
70600            ! hints/solaris_2.sh
70601 ____________________________________________________________________________
70602 [  6999] By: gsar                                  on 2000/09/01  22:16:40
70603         Log: change#6791 accidentally clobbered change#6710, put it back
70604      Branch: perl
70605            ! win32/win32.c
70606 ____________________________________________________________________________
70607 [  6998] By: jhi                                   on 2000/09/01  22:14:16
70608         Log: Mention the HP-UX LP64 freak failure.
70609      Branch: perl
70610            ! pod/perldelta.pod
70611 ____________________________________________________________________________
70612 [  6997] By: jhi                                   on 2000/09/01  21:48:32
70613         Log: Detypo.
70614      Branch: perl
70615            ! hints/hpux.sh
70616 ____________________________________________________________________________
70617 [  6996] By: jhi                                   on 2000/09/01  21:27:10
70618         Log: Update Changes.
70619      Branch: perl
70620            ! Changes patchlevel.h
70621 ____________________________________________________________________________
70622 [  6995] By: jhi                                   on 2000/09/01  21:14:24
70623         Log: Mi splgn s gnin.g
70624      Branch: perl
70625            ! pp_ctl.c
70626 ____________________________________________________________________________
70627 [  6994] By: jhi                                   on 2000/09/01  21:09:54
70628         Log: Subject: http:// in L<>
70629              From: Nicholas Clark <nick@ccl4.org>
70630              Date: Fri, 1 Sep 2000 22:03:21 +0100
70631              Message-ID: <20000901220321.B72074@plum.flirble.org>
70632      Branch: perl
70633            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
70634 ____________________________________________________________________________
70635 [  6993] By: jhi                                   on 2000/09/01  21:06:54
70636         Log: Update to Storable 1.0, from Raphael Manfredi.
70637      Branch: perl
70638            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
70639            ! ext/Storable/Makefile.PL ext/Storable/README
70640            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
70641            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
70642            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
70643            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
70644            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
70645            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
70646 ____________________________________________________________________________
70647 [  6992] By: jhi                                   on 2000/09/01  20:43:05
70648         Log: Mention known sfio+linux buglet.
70649      Branch: perl
70650            ! pod/perldelta.pod
70651 ____________________________________________________________________________
70652 [  6991] By: jhi                                   on 2000/09/01  20:40:11
70653         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
70654              From: Peter Prymmer <pvhp@forte.com>
70655              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
70656              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
70657      Branch: perl
70658            ! vms/vms.c
70659 ____________________________________________________________________________
70660 [  6990] By: jhi                                   on 2000/09/01  20:25:26
70661         Log: Retract #6986.
70662      Branch: perl
70663            ! hints/solaris_2.sh
70664 ____________________________________________________________________________
70665 [  6989] By: jhi                                   on 2000/09/01  20:23:00
70666         Log: Mergesort is back.
70667      Branch: perl
70668            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
70669 ____________________________________________________________________________
70670 [  6988] By: jhi                                   on 2000/09/01  19:37:40
70671         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
70672              From: Mike Guy <mjtg@cam.ac.uk>
70673              Date: Fri, 01 Sep 2000 17:43:33 +0100
70674              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
70675      Branch: perl
70676            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
70677            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
70678 ____________________________________________________________________________
70679 [  6987] By: jhi                                   on 2000/09/01  19:17:10
70680         Log: Regen perltoc.
70681      Branch: perl
70682            ! pod/perltoc.pod
70683 ____________________________________________________________________________
70684 [  6986] By: jhi                                   on 2000/09/01  18:51:10
70685         Log: Subject: Re: Solaris x86 has no SPARC libraries!
70686              From: Lupe Christoph <lupe@lupe-christoph.de>
70687              Date: Fri, 1 Sep 2000 20:41:20 +0200
70688              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
70689      Branch: perl
70690            ! hints/solaris_2.sh
70691 ____________________________________________________________________________
70692 [  6985] By: jhi                                   on 2000/09/01  18:28:10
70693         Log: Update Changes.
70694      Branch: perl
70695            ! Changes patchlevel.h
70696 ____________________________________________________________________________
70697 [  6984] By: jhi                                   on 2000/09/01  18:26:53
70698         Log: Feature ordering tweak.
70699      Branch: perl
70700            ! myconfig.SH
70701 ____________________________________________________________________________
70702 [  6983] By: jhi                                   on 2000/09/01  18:19:50
70703         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
70704              From: <abigail@foad.org>
70705              Date: Fri, 1 Sep 2000 13:07:32 -0400
70706              Message-ID: <20000901170732.18249.qmail@foad.org>
70707      Branch: perl
70708            ! t/pragma/overload.t
70709 ____________________________________________________________________________
70710 [  6982] By: jhi                                   on 2000/09/01  18:17:54
70711         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
70712              so that case-ignoring systems like DCL can tell them from
70713              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
70714      Branch: metaconfig/U/perl
70715            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
70716      Branch: perl
70717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70718            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
70719            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
70720            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
70721            ! vos/config.def vos/config.h vos/config_h.SH_orig
70722            ! win32/config.bc win32/config.gc win32/config.vc
70723 ____________________________________________________________________________
70724 [  6981] By: nick                                  on 2000/09/01  17:21:57
70725         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
70726              warning when UNTIE exists and instead pass the count of extra references to
70727              the UNTIE method.
70728      Branch: perl
70729            ! pod/perltie.pod pp_sys.c
70730 ____________________________________________________________________________
70731 [  6980] By: jhi                                   on 2000/09/01  16:54:44
70732         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
70733              From: Peter Prymmer <pvhp@forte.com>
70734              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
70735              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
70736      Branch: perl
70737            ! configure.com
70738 ____________________________________________________________________________
70739 [  6979] By: jhi                                   on 2000/09/01  16:06:20
70740         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
70741              From: Mike Guy <mjtg@cam.ac.uk> 
70742              Date: Fri, 01 Sep 2000 16:49:27 +0100
70743              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
70744      Branch: perl
70745            ! t/base/rs.t
70746 ____________________________________________________________________________
70747 [  6978] By: jhi                                   on 2000/09/01  16:00:42
70748         Log: Update to PodParser 1.18, from Brad Appleton.
70749      Branch: perl
70750            ! lib/Pod/Checker.pm t/pod/find.t
70751 ____________________________________________________________________________
70752 [  6977] By: jhi                                   on 2000/09/01  14:48:58
70753         Log: Subject: Nit in Configure (bleadperl@6961)
70754              From: Lupe Christoph <lupe@lupe-christoph.de>
70755              Date: Fri, 1 Sep 2000 16:34:29 +0200
70756              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
70757      Branch: metaconfig
70758            ! U/compline/ccflags.U
70759      Branch: perl
70760            ! Configure config_h.SH
70761 ____________________________________________________________________________
70762 [  6976] By: jhi                                   on 2000/09/01  14:39:52
70763         Log: Update Changes.
70764      Branch: perl
70765            ! Changes patchlevel.h
70766 ____________________________________________________________________________
70767 [  6975] By: jhi                                   on 2000/09/01  14:37:36
70768         Log: microperl config update.
70769      Branch: perl
70770            ! uconfig.h uconfig.sh
70771 ____________________________________________________________________________
70772 [  6974] By: jhi                                   on 2000/09/01  14:36:53
70773         Log: Document known deficiencies.
70774      Branch: perl
70775            ! pod/perldelta.pod
70776 ____________________________________________________________________________
70777 [  6973] By: jhi                                   on 2000/09/01  14:10:20
70778         Log: Mention warnings fixes and updates.
70779      Branch: perl
70780            ! pod/perldelta.pod
70781 ____________________________________________________________________________
70782 [  6972] By: jhi                                   on 2000/09/01  14:01:52
70783         Log: Drop unused argument.
70784              
70785              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
70786              From: Spider Boardman <spider@web.zk3.dec.com>
70787              Date: Thu, 31 Aug 2000 16:10:15 -0400
70788              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
70789      Branch: perl
70790            ! toke.c
70791 ____________________________________________________________________________
70792 [  6971] By: jhi                                   on 2000/09/01  13:59:24
70793         Log: Add the overload warnings to perldiag.
70794      Branch: perl
70795            ! lib/overload.pm pod/perldiag.pod
70796 ____________________________________________________________________________
70797 [  6970] By: jhi                                   on 2000/09/01  13:55:10
70798         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
70799              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
70800              Date: Fri, 1 Sep 2000 13:43:15 +0100 
70801              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
70802      Branch: perl
70803            ! lib/overload.pm t/pragma/overload.t
70804 ____________________________________________________________________________
70805 [  6969] By: jhi                                   on 2000/09/01  13:52:27
70806         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
70807              From: <abigail@foad.org>
70808              Date: Fri, 1 Sep 2000 05:46:54 -0400
70809              Message-ID: <20000901094654.6476.qmail@foad.org>
70810      Branch: perl
70811            ! lib/overload.pm
70812 ____________________________________________________________________________
70813 [  6968] By: jhi                                   on 2000/09/01  13:50:05
70814         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
70815              From: Daniel Chetlin <daniel@chetlin.com>
70816              Date: Fri, 1 Sep 2000 02:10:55 -0700
70817              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
70818      Branch: perl
70819            ! pod/perlretut.pod
70820 ____________________________________________________________________________
70821 [  6967] By: jhi                                   on 2000/09/01  13:47:54
70822         Log: Part of the solution.
70823              
70824              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
70825              From: Mike Guy <mjtg@cam.ac.uk>
70826              Date: Fri, 01 Sep 2000 14:16:01 +0100
70827              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
70828      Branch: perl
70829            ! gv.c mg.c
70830 ____________________________________________________________________________
70831 [  6966] By: jhi                                   on 2000/09/01  13:46:17
70832         Log: Subject: CPAN.pm beta 1.57_57 for the core
70833              From: andreas.koenig@anima.de (Andreas J. Koenig)
70834              Date: 01 Sep 2000 15:16:31 +0200
70835              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
70836      Branch: perl
70837            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
70838 ____________________________________________________________________________
70839 [  6965] By: jhi                                   on 2000/09/01  13:43:18
70840         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
70841              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70842              Date: Fri, 01 Sep 2000 01:47:22 -0500
70843              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
70844      Branch: perl
70845            ! pod/perldelta.pod vms/vms.c
70846 ____________________________________________________________________________
70847 [  6964] By: jhi                                   on 2000/09/01  13:35:35
70848         Log: File::Temp patches from Andreas König,
70849              
70850              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
70851              From: andreas.koenig@anima.de (Andreas J. Koenig)
70852              Date: 01 Sep 2000 10:07:20 +0200
70853              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
70854              
70855              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
70856              From: andreas.koenig@anima.de (Andreas J. Koenig)
70857              Date: 31 Aug 2000 23:26:08 +0200
70858              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
70859      Branch: perl
70860            ! lib/File/Temp.pm t/lib/ftmp-security.t
70861 ____________________________________________________________________________
70862 [  6963] By: jhi                                   on 2000/09/01  02:22:24
70863         Log: Retract the mergesort code, way too incompatible licensing
70864              and copyrights.
70865      Branch: perl
70866            ! pod/perldelta.pod pp_ctl.c
70867 ____________________________________________________________________________
70868 [  6962] By: jhi                                   on 2000/08/31  23:27:32
70869         Log: Update Changes.
70870      Branch: perl
70871            ! Changes patchlevel.h
70872 ____________________________________________________________________________
70873 [  6961] By: jhi                                   on 2000/08/31  23:20:04
70874         Log: Small tweaks all over.
70875      Branch: metaconfig
70876            ! U/compline/d_gconvert.U
70877      Branch: perl
70878            ! AUTHORS Configure config_h.SH pp_ctl.c
70879 ____________________________________________________________________________
70880 [  6960] By: jhi                                   on 2000/08/31  22:39:36
70881         Log: Further rewording.
70882      Branch: perl
70883            ! pp_ctl.c
70884 ____________________________________________________________________________
70885 [  6959] By: jhi                                   on 2000/08/31  21:26:44
70886         Log: More address tweaking.
70887      Branch: perl
70888            ! AUTHORS Changes
70889 ____________________________________________________________________________
70890 [  6958] By: jhi                                   on 2000/08/31  20:47:25
70891         Log: AUTHORS tweaks, from Peter Prymmer.
70892              
70893              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
70894              From: Peter Prymmer <pvhp@forte.com>
70895              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
70896              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
70897      Branch: perl
70898            ! AUTHORS MAINTAIN
70899 ____________________________________________________________________________
70900 [  6957] By: jhi                                   on 2000/08/31  20:34:43
70901         Log: perldelta tweaks.
70902      Branch: perl
70903            ! pod/perldelta.pod
70904 ____________________________________________________________________________
70905 [  6956] By: jhi                                   on 2000/08/31  19:11:06
70906         Log: Regen perltoc.
70907      Branch: perl
70908            ! pod/perltoc.pod
70909 ____________________________________________________________________________
70910 [  6955] By: jhi                                   on 2000/08/31  19:06:30
70911         Log: Clarify the mergesort situation.
70912      Branch: perl
70913            ! pp_ctl.c
70914 ____________________________________________________________________________
70915 [  6954] By: jhi                                   on 2000/08/31  18:24:17
70916         Log: Move the Solaris 7 scan to use64bitall, make the
70917              failure to find 64-bot sparc libc to mention the
70918              possibility of being in an intel, from Lupe and Alan.
70919      Branch: perl
70920            ! hints/solaris_2.sh
70921 ____________________________________________________________________________
70922 [  6953] By: jhi                                   on 2000/08/31  18:09:20
70923         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
70924              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
70925      Branch: metaconfig
70926            ! U/compline/d_gconvert.U U/threads/archname.U
70927      Branch: metaconfig/U/perl
70928            ! perlxv.U
70929      Branch: perl
70930            ! Configure config_h.SH sv.c
70931 ____________________________________________________________________________
70932 [  6952] By: jhi                                   on 2000/08/31  17:42:24
70933         Log: :: not allowed in pathnames, change to .
70934              
70935              Subject: [PATCH perl@6938] cygwin port
70936              From: "Fifer, Eric" <EFifer@sanwaint.com>
70937              Date: Thu, 31 Aug 2000 16:32:59 +0100
70938              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
70939      Branch: metaconfig/U/perl
70940            ! perlxv.U
70941 ____________________________________________________________________________
70942 [  6951] By: jhi                                   on 2000/08/31  17:02:05
70943         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
70944      Branch: perl
70945            ! perl.h
70946 ____________________________________________________________________________
70947 [  6950] By: jhi                                   on 2000/08/31  16:26:08
70948         Log: More author updates.
70949              
70950              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
70951              From: Simon Cozens <simon@cozens.net>
70952              Date: Thu, 31 Aug 2000 17:13:32 +0100
70953              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
70954      Branch: perl
70955            ! AUTHORS
70956 ____________________________________________________________________________
70957 [  6949] By: jhi                                   on 2000/08/31  16:04:49
70958         Log: POSIX doesn't report long double values under -Duselongdouble
70959              when the long doubles are "real" (bigger than doubles).
70960              
70961              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
70962              From: Spider Boardman <spider@peano.zk3.dec.com>
70963              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
70964              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
70965      Branch: perl
70966            ! ext/POSIX/POSIX.xs
70967 ____________________________________________________________________________
70968 [  6948] By: jhi                                   on 2000/08/31  15:25:10
70969         Log: Update Changes.
70970      Branch: perl
70971            ! Changes patchlevel.h
70972 ____________________________________________________________________________
70973 [  6947] By: jhi                                   on 2000/08/31  15:22:29
70974         Log: Document UNTIE in a very minimalistic way.
70975      Branch: perl
70976            ! pod/perlfunc.pod pod/perltie.pod
70977 ____________________________________________________________________________
70978 [  6946] By: jhi                                   on 2000/08/31  15:15:23
70979         Log: Document known failures.
70980      Branch: perl
70981            ! pod/perldelta.pod
70982 ____________________________________________________________________________
70983 [  6945] By: jhi                                   on 2000/08/31  15:07:00
70984         Log: Don't attach -ld to the archname if pointless.
70985      Branch: metaconfig
70986            ! U/threads/archname.U
70987      Branch: perl
70988            ! Configure config_h.SH
70989 ____________________________________________________________________________
70990 [  6944] By: jhi                                   on 2000/08/31  14:37:42
70991         Log: Wrap the test in eval.
70992              
70993              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
70994              From: Tim Jenness <timj@jach.hawaii.edu>
70995              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
70996              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
70997      Branch: perl
70998            ! t/lib/ftmp-security.t
70999 ____________________________________________________________________________
71000 [  6943] By: jhi                                   on 2000/08/31  14:30:57
71001         Log: Make -Dusemorebits find long doubles in Solaris.
71002      Branch: perl
71003            ! hints/solaris_2.sh
71004 ____________________________________________________________________________
71005 [  6942] By: jhi                                   on 2000/08/31  13:48:45
71006         Log: Clarify the third case of ftmp-security warnings.
71007      Branch: perl
71008            ! INSTALL
71009 ____________________________________________________________________________
71010 [  6941] By: jhi                                   on 2000/08/31  13:40:31
71011         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
71012              From: <abigail@foad.org>
71013              Date: Thu, 31 Aug 2000 01:35:05 -0400
71014              Message-ID: <20000831053505.32120.qmail@foad.org>
71015      Branch: perl
71016            ! pod/perldelta.pod
71017 ____________________________________________________________________________
71018 [  6940] By: jhi                                   on 2000/08/31  13:38:48
71019         Log: Issue useful diagnostic on unknown pod commands.
71020              
71021              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
71022              From: <abigail@foad.org>
71023              Date: Thu, 31 Aug 2000 03:41:18 -0400
71024              Message-ID: <20000831074118.24880.qmail@foad.org>
71025      Branch: perl
71026            ! lib/Pod/Man.pm
71027 ____________________________________________________________________________
71028 [  6939] By: jhi                                   on 2000/08/31  13:34:33
71029         Log: Reveal Borland's isnan.
71030              
71031              Subject: build with BC++ tweak
71032              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
71033              Date: Thu, 31 Aug 2000 13:09:37 +0400
71034              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
71035      Branch: perl
71036            ! win32/win32.h
71037 ____________________________________________________________________________
71038 [  6938] By: jhi                                   on 2000/08/31  05:01:20
71039         Log: Update Changes.
71040      Branch: perl
71041            ! Changes patchlevel.h
71042 ____________________________________________________________________________
71043 [  6937] By: jhi                                   on 2000/08/31  04:26:23
71044         Log: sscanf() may be the only way to read long doubles from strings.
71045      Branch: metaconfig/U/perl
71046            ! longdblfio.U
71047      Branch: perl
71048            ! Configure config_h.SH perl.h util.c
71049 ____________________________________________________________________________
71050 [  6936] By: jhi                                   on 2000/08/31  04:18:19
71051         Log: The #6929 was too skimpy.
71052      Branch: perl
71053            ! sv.c
71054 ____________________________________________________________________________
71055 [  6935] By: jhi                                   on 2000/08/31  02:47:07
71056         Log: Subject: Re: typos in pods
71057              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71058              Date: Wed, 30 Aug 2000 19:25:34 -0700
71059              Message-ID: <eIcr5gzkg25X092yn@efn.org>
71060      Branch: perl
71061            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
71062 ____________________________________________________________________________
71063 [  6934] By: jhi                                   on 2000/08/31  02:42:55
71064         Log: Missed one Unicode file.
71065      Branch: perl
71066            + lib/unicode/UCDFF301.html
71067 ____________________________________________________________________________
71068 [  6933] By: jhi                                   on 2000/08/30  23:42:27
71069         Log: Update Changes.
71070      Branch: perl
71071            ! Changes patchlevel.h
71072 ____________________________________________________________________________
71073 [  6932] By: jhi                                   on 2000/08/30  23:40:07
71074         Log: Mention UNTIE in perldelta.  Still needs documenting
71075              in perltie et alia.
71076      Branch: perl
71077            ! pod/perldelta.pod
71078 ____________________________________________________________________________
71079 [  6931] By: jhi                                   on 2000/08/30  23:36:02
71080         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
71081              From: <abigail@foad.org>
71082              Date: Wed, 30 Aug 2000 19:28:07 -0400
71083              Message-ID: <20000830232807.305.qmail@foad.org>
71084      Branch: perl
71085            ! pod/perldelta.pod
71086 ____________________________________________________________________________
71087 [  6930] By: jhi                                   on 2000/08/30  23:32:40
71088         Log: Update to Unicode 3.0.1.
71089      Branch: perl
71090            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
71091            + lib/unicode/PropList.txt lib/unicode/README.perl
71092            + lib/unicode/UCD301.html lib/unicode/Unicode.301
71093            - lib/unicode/Props.txt lib/unicode/UCD300.html
71094            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
71095            ! (edit 257 files)
71096 ____________________________________________________________________________
71097 [  6929] By: jhi                                   on 2000/08/30  22:38:18
71098         Log: Heap decorruption.
71099              
71100              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
71101              From: Alan Burlison <Alan.Burlison@uk.sun.com>
71102              Date: Wed, 30 Aug 2000 22:39:52 +0100
71103              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
71104      Branch: perl
71105            ! sv.c
71106 ____________________________________________________________________________
71107 [  6928] By: jhi                                   on 2000/08/30  22:29:34
71108         Log: Retract the dummy test, skip the security tests (instead of failing),
71109              explain what the warnings mean.
71110      Branch: perl
71111            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
71112 ____________________________________________________________________________
71113 [  6927] By: jhi                                   on 2000/08/30  22:14:13
71114         Log: Change the internal implementation of sort() to be mergesort
71115              instead of quicksort, from John Linderman <jpl@research.att.com>.
71116              Gives us better worst case, better average case, and stability.
71117              What's there not to like?  (Small fixes for threaded builds
71118              were required).
71119      Branch: perl
71120            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
71121 ____________________________________________________________________________
71122 [  6926] By: jhi                                   on 2000/08/30  20:55:20
71123         Log: A better fix for the Socket building problem from Craig Berry.
71124      Branch: perl
71125            ! vms/vms.c
71126 ____________________________________________________________________________
71127 [  6925] By: jhi                                   on 2000/08/30  20:20:25
71128         Log: Subject: [PATCH] Re: UNTIE method 
71129              From: Nick Ing-Simmons <nik@tiuk.ti.com>
71130              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
71131              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
71132      Branch: perl
71133            ! pp_sys.c t/op/tie.t
71134 ____________________________________________________________________________
71135 [  6924] By: jhi                                   on 2000/08/30  20:17:11
71136         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
71137              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71138              Date: Wed, 30 Aug 2000 15:03:14 -0500
71139              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
71140      Branch: perl
71141            ! vms/vms.c
71142 ____________________________________________________________________________
71143 [  6923] By: jhi                                   on 2000/08/30  20:15:18
71144         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
71145              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71146              Date: Wed, 30 Aug 2000 13:30:36 -0500
71147              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
71148      Branch: perl
71149            ! vms/vms.c
71150 ____________________________________________________________________________
71151 [  6922] By: jhi                                   on 2000/08/30  19:54:43
71152         Log: Better options for rsync.
71153      Branch: perl
71154            ! pod/perlhack.pod
71155 ____________________________________________________________________________
71156 [  6921] By: jhi                                   on 2000/08/30  19:40:16
71157         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
71158              From: Rick Delaney <rick@consumercontact.com>
71159              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
71160              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
71161      Branch: perl
71162            ! pod/perlfunc.pod
71163 ____________________________________________________________________________
71164 [  6920] By: jhi                                   on 2000/08/30  19:36:40
71165         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
71166              From: Peter Prymmer <pvhp@forte.com>
71167              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
71168              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
71169      Branch: perl
71170            ! configure.com
71171 ____________________________________________________________________________
71172 [  6919] By: jhi                                   on 2000/08/30  14:52:02
71173         Log: Update Changes.
71174      Branch: perl
71175            ! Changes patchlevel.h
71176 ____________________________________________________________________________
71177 [  6918] By: jhi                                   on 2000/08/30  14:48:34
71178         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
71179      Branch: perl
71180            ! lib/ExtUtils/typemap
71181 ____________________________________________________________________________
71182 [  6917] By: jhi                                   on 2000/08/30  14:46:34
71183         Log: Subject: typos in pods
71184              From: Nicholas Clark <nick@ccl4.org>
71185              Date: Wed, 30 Aug 2000 01:12:50 +0100
71186              Message-ID: <20000830011249.A61388@plum.flirble.org>
71187      Branch: perl
71188            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
71189            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
71190            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
71191            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
71192 ____________________________________________________________________________
71193 [  6916] By: jhi                                   on 2000/08/30  14:19:09
71194         Log: Document Storable problems on Crays.  (Will have
71195              to document all the other Storable problems, too.)
71196      Branch: perl
71197            ! pod/perldelta.pod
71198 ____________________________________________________________________________
71199 [  6915] By: jhi                                   on 2000/08/30  14:06:02
71200         Log: Subject: [PATCH] fix misc cast warnings
71201              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71202              Date: Tue, 29 Aug 2000 23:16:14 -0700
71203              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
71204      Branch: perl
71205            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
71206            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
71207            ! os2/os2ish.h
71208 ____________________________________________________________________________
71209 [  6914] By: jhi                                   on 2000/08/30  14:03:45
71210         Log: Timestamp mismatch again.  Need to fix this dependence on
71211              config_h.SH timestamp, since it's the contents of config_h.SH
71212              that matter.
71213      Branch: perl
71214            ! uconfig.h uconfig.sh
71215 ____________________________________________________________________________
71216 [  6913] By: jhi                                   on 2000/08/30  13:54:06
71217         Log: Don't say "Perl 5.0 source kit".
71218      Branch: perl
71219            ! perl.c
71220 ____________________________________________________________________________
71221 [  6912] By: jhi                                   on 2000/08/30  13:51:24
71222         Log: Reset archname and archname64 always, forcing them be
71223              recomputed at each Configure run, make Configure and
71224              the hints files agree on the naming of largefiles variables.
71225      Branch: metaconfig
71226            ! U/threads/archname.U
71227      Branch: metaconfig/U/perl
71228            ! use64bits.U
71229      Branch: perl
71230            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
71231            ! hints/linux.sh hints/solaris_2.sh
71232 ____________________________________________________________________________
71233 [  6911] By: jhi                                   on 2000/08/30  13:30:13
71234         Log: Put back the slice accidentally removed by #6907.
71235      Branch: perl
71236            ! hints/solaris_2.sh
71237 ____________________________________________________________________________
71238 [  6910] By: jhi                                   on 2000/08/30  01:24:26
71239         Log: Be consistent: other Net::get* do export theirs.
71240              
71241              Subject: Re: Net::protoent does not export 'getproto'
71242              From: Yasushi Nakajima <sey@jkc.co.jp>
71243              Date: Wed, 30 Aug 2000 09:53:14 +0900
71244              Message-Id: <200008300051.DAA24700@taku.hut.fi>
71245      Branch: perl
71246            ! lib/Net/protoent.pm
71247 ____________________________________________________________________________
71248 [  6909] By: jhi                                   on 2000/08/30  01:17:25
71249         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
71250              From: Gurusamy Sarathy <gsar@ActiveState.com>
71251              Date: Tue, 29 Aug 2000 17:17:07 -0700
71252              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
71253      Branch: perl
71254            ! cop.h
71255 ____________________________________________________________________________
71256 [  6908] By: jhi                                   on 2000/08/30  00:58:05
71257         Log: Update Changes.
71258      Branch: perl
71259            ! Changes patchlevel.h
71260 ____________________________________________________________________________
71261 [  6907] By: jhi                                   on 2000/08/30  00:57:22
71262         Log: Introduce ccname to keep track of what compiler kind of we have.
71263      Branch: metaconfig/U/perl
71264            ! Checkcc.U gccvers.U
71265      Branch: perl
71266            ! Configure config_h.SH hints/solaris_2.sh
71267 ____________________________________________________________________________
71268 [  6906] By: jhi                                   on 2000/08/30  00:25:47
71269         Log: Put back the flags dump as reasoned in
71270              
71271              Subject: Re: [PATCH] Glob dumping
71272              From: Mike Guy <mjtg@cam.ac.uk> 
71273              Date: Tue, 29 Aug 2000 21:41:32 +0100
71274              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
71275      Branch: perl
71276            ! dump.c t/lib/peek.t
71277 ____________________________________________________________________________
71278 [  6905] By: jhi                                   on 2000/08/30  00:16:17
71279         Log: Make the epsilon to be relative, not absolute.
71280              
71281              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
71282              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
71283              Date: Tue, 29 Aug 2000 19:58:56 -0400
71284              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
71285      Branch: perl
71286            ! t/lib/trig.t
71287 ____________________________________________________________________________
71288 [  6904] By: jhi                                   on 2000/08/30  00:13:09
71289         Log: From now on, Gisle is on my list of usual suspects :-)
71290              Retract #6902.
71291      Branch: perl
71292            ! ext/Opcode/Safe.pm
71293 ____________________________________________________________________________
71294 [  6903] By: jhi                                   on 2000/08/29  23:51:20
71295         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
71296              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71297              Date: Tue, 29 Aug 2000 18:43:26 -0500
71298              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
71299      Branch: perl
71300            + vms/vmspipe.com
71301            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
71302            ! vms/vms.c
71303 ____________________________________________________________________________
71304 [  6902] By: jhi                                   on 2000/08/29  23:44:14
71305         Log: Retry what #6882 attempted.
71306              
71307              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
71308              From: Gisle Aas <gisle@ActiveState.com>
71309              Date: 30 Aug 2000 00:33:09 +0200
71310              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
71311      Branch: perl
71312            ! ext/Opcode/Safe.pm
71313 ____________________________________________________________________________
71314 [  6901] By: jhi                                   on 2000/08/29  22:59:32
71315         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
71316              From: Hugo <hv@crypt.compulink.co.uk>
71317              Date: Mon, 12 Jun 2000 19:36:08 +0100
71318              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
71319      Branch: perl
71320            ! sv.c
71321 ____________________________________________________________________________
71322 [  6900] By: jhi                                   on 2000/08/29  22:58:35
71323         Log: Admit that we are leaking scalars.
71324              
71325              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
71326              From: Spider Boardman <spider@leggy.zk3.dec.com>
71327              Date: Tue, 29 Aug 2000 18:48:29 -0400
71328              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
71329      Branch: perl
71330            ! t/pragma/warnings.t
71331 ____________________________________________________________________________
71332 [  6899] By: jhi                                   on 2000/08/29  20:53:13
71333         Log: Update Changes.
71334      Branch: perl
71335            ! Changes patchlevel.h
71336 ____________________________________________________________________________
71337 [  6898] By: jhi                                   on 2000/08/29  20:46:21
71338         Log: Undo namespace pollution of #6878.
71339              
71340              Subject: Re: Net::protoent does not export 'getproto'
71341              From: Mike Guy <mjtg@cam.ac.uk>
71342              Date: Tue, 29 Aug 2000 21:32:37 +0100
71343              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
71344      Branch: perl
71345            ! lib/Net/protoent.pm
71346 ____________________________________________________________________________
71347 [  6897] By: jhi                                   on 2000/08/29  20:44:29
71348         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
71349              From: Peter Prymmer <pvhp@forte.com>
71350              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
71351              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
71352      Branch: perl
71353            ! pod/perlebcdic.pod
71354 ____________________________________________________________________________
71355 [  6896] By: jhi                                   on 2000/08/29  20:40:57
71356         Log: There's no point repeating the 'revision' (5) of perl5.
71357      Branch: metaconfig/U/perl
71358            ! Devel.U patchlevel.U
71359      Branch: perl
71360            ! Configure config_h.SH
71361 ____________________________________________________________________________
71362 [  6895] By: jhi                                   on 2000/08/29  20:16:58
71363         Log: Regen Configure for #6894.
71364      Branch: metaconfig/U/perl
71365            ! perladmin.U
71366      Branch: perl
71367            ! Configure config_h.SH
71368 ____________________________________________________________________________
71369 [  6894] By: jhi                                   on 2000/08/29  19:59:52
71370         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
71371              From: "Philip Newton" <Philip.Newton@gmx.net>
71372              Date: Tue, 29 Aug 2000 21:39:14 +0200
71373              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
71374      Branch: perl
71375            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
71376            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
71377            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
71378            ! utils/perlbug.PL
71379 ____________________________________________________________________________
71380 [  6893] By: jhi                                   on 2000/08/29  19:55:30
71381         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
71382              From: "Philip Newton" <Philip.Newton@gmx.net>
71383              Date: Tue, 29 Aug 2000 21:39:14 +0200
71384              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
71385      Branch: perl
71386            ! installhtml
71387 ____________________________________________________________________________
71388 [  6892] By: jhi                                   on 2000/08/29  19:53:59
71389         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
71390              From: "Philip Newton" <Philip.Newton@gmx.net>
71391              Date: Tue, 29 Aug 2000 21:48:18 +0200
71392              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
71393      Branch: perl
71394            ! lib/File/Temp.pm
71395 ____________________________________________________________________________
71396 [  6891] By: jhi                                   on 2000/08/29  18:30:03
71397         Log: Nail the ID 20000828.023.
71398      Branch: perl
71399            ! ext/Storable/Storable.xs
71400 ____________________________________________________________________________
71401 [  6890] By: jhi                                   on 2000/08/29  16:50:17
71402         Log: Under usethreads the dumped variable is IN_PAD.
71403              
71404              Subject: Re: [PATCH] Glob dumping
71405              From: Gisle Aas <gisle@ActiveState.com>
71406              Date: 29 Aug 2000 18:45:05 +0200
71407              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
71408      Branch: perl
71409            ! t/lib/peek.t
71410 ____________________________________________________________________________
71411 [  6889] By: jhi                                   on 2000/08/29  15:17:37
71412         Log: Update Changes.
71413      Branch: perl
71414            ! Changes patchlevel.h
71415 ____________________________________________________________________________
71416 [  6888] By: jhi                                   on 2000/08/29  14:49:59
71417         Log: Retract #6882, broke the safe tests.
71418      Branch: perl
71419            ! ext/Opcode/Safe.pm
71420 ____________________________________________________________________________
71421 [  6887] By: jhi                                   on 2000/08/29  14:47:06
71422         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
71423              From: Gisle Aas <gisle@ActiveState.com> 
71424              Date: 09 Jun 2000 20:00:11 +0200
71425              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
71426      Branch: perl
71427            ! utils/perldoc.PL
71428 ____________________________________________________________________________
71429 [  6886] By: jhi                                   on 2000/08/29  14:42:45
71430         Log: The #6881 removed one dump line.
71431      Branch: perl
71432            ! t/lib/peek.t
71433 ____________________________________________________________________________
71434 [  6885] By: jhi                                   on 2000/08/29  14:30:47
71435         Log: Don't forget to tidy up.
71436      Branch: perl
71437            ! t/lib/ftmp-security.t
71438 ____________________________________________________________________________
71439 [  6884] By: jhi                                   on 2000/08/29  14:25:17
71440         Log: Disabling the one test is a bit tricky.
71441      Branch: perl
71442            ! t/lib/ftmp-security.t
71443 ____________________________________________________________________________
71444 [  6883] By: jhi                                   on 2000/08/29  14:16:25
71445         Log: Disable one of the tests for now.
71446      Branch: perl
71447            ! t/lib/ftmp-security.t
71448 ____________________________________________________________________________
71449 [  6882] By: jhi                                   on 2000/08/29  14:05:50
71450         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
71451              From: gisle@aas.no
71452              Date: 29 Aug 2000 10:35:06 -0000
71453              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
71454      Branch: perl
71455            ! ext/Opcode/Safe.pm
71456 ____________________________________________________________________________
71457 [  6881] By: jhi                                   on 2000/08/29  14:03:51
71458         Log: Subject: [PATCH] Glob dumping
71459              From: Gisle Aas <gisle@ActiveState.com>
71460              Date: 29 Aug 2000 07:59:42 -0000
71461              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
71462      Branch: perl
71463            ! dump.c
71464 ____________________________________________________________________________
71465 [  6880] By: jhi                                   on 2000/08/29  14:02:01
71466         Log: Subject: [PATCH] Warnings in B::Deparse
71467              From: <abigail@foad.org>
71468              Date: Tue, 29 Aug 2000 00:00:01 -0400
71469              Message-ID: <20000829040001.2999.qmail@foad.org>
71470      Branch: perl
71471            ! ext/B/B/Deparse.pm
71472 ____________________________________________________________________________
71473 [  6879] By: jhi                                   on 2000/08/29  13:57:26
71474         Log: Missed a change in #6869.
71475      Branch: perl
71476            ! mg.c
71477 ____________________________________________________________________________
71478 [  6878] By: jhi                                   on 2000/08/29  13:45:04
71479         Log: Subject: Net::protoent does not export 'getproto'
71480              From: Yasushi Nakajima <sey@jkc.co.jp>
71481              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
71482      Branch: perl
71483            ! lib/Net/protoent.pm
71484 ____________________________________________________________________________
71485 [  6877] By: jhi                                   on 2000/08/29  13:39:19
71486         Log: Patches all over for people and the files they (hopefully) care about.
71487      Branch: perl
71488            ! AUTHORS Changes MAINTAIN
71489 ____________________________________________________________________________
71490 [  6876] By: jhi                                   on 2000/08/29  12:53:54
71491         Log: Fix for thinko in #6848.
71492              
71493              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
71494              From: Lupe Christoph <lupe@lupe-christoph.de>
71495              Date: Tue, 29 Aug 2000 09:04:08 +0200
71496              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
71497      Branch: perl
71498            ! ext/Thread/Thread.xs
71499 ____________________________________________________________________________
71500 [  6875] By: jhi                                   on 2000/08/29  12:50:14
71501         Log: Update to Getopt::Long 2.24, from Johan Vromans.
71502      Branch: perl
71503            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
71504 ____________________________________________________________________________
71505 [  6874] By: jhi                                   on 2000/08/29  02:09:53
71506         Log: Use minimal @INC in tests, most of the time just '../lib',
71507              so that we simply can't pick up stuff from other Perls than
71508              the one we are testing.  Pointed out by
71509              
71510              From: Mike Guy <mjtg@cam.ac.uk>
71511              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
71512              Date: Fri, 25 Aug 2000 15:15:59 +0100
71513              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
71514      Branch: perl
71515            ! (edit 185 files)
71516 ____________________________________________________________________________
71517 [  6873] By: jhi                                   on 2000/08/29  01:07:11
71518         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
71519              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71520              Date: Mon, 28 Aug 2000 17:45:52 -0700
71521              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
71522      Branch: perl
71523            ! Makefile.SH hints/os2.sh
71524 ____________________________________________________________________________
71525 [  6872] By: jhi                                   on 2000/08/28  23:33:39
71526         Log: Subject: [PATCH bleedperl@6866] spellings
71527              From: marcel@codewerk.com (Marcel Grunauer)
71528              Date: Tue, 29 Aug 2000 01:19:59 +0200
71529              Message-Id: <200008282319.BAA29862@gandalf.local>
71530      Branch: perl
71531            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
71532            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
71533            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
71534 ____________________________________________________________________________
71535 [  6871] By: jhi                                   on 2000/08/28  23:22:09
71536         Log: Take out the SUIDMAIL thing, that will not be
71537              a problem in 5.7.*.
71538      Branch: perl
71539            ! patchlevel.h
71540 ____________________________________________________________________________
71541 [  6870] By: jhi                                   on 2000/08/28  23:19:30
71542         Log: -S is the silent flag, -s is the strip flag.
71543              
71544              Subject: [PATCH] Re: [PATCH] make no-install          
71545              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71546              Date: Mon, 28 Aug 2000 15:12:55 -0700
71547              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
71548      Branch: perl
71549            ! Makefile.SH
71550 ____________________________________________________________________________
71551 [  6869] By: jhi                                   on 2000/08/28  23:12:05
71552         Log: Subject: [PATCH bleedperl@6856] warnings fixes
71553              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
71554              Date: Mon, 28 Aug 2000 23:55:06 +0100
71555              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
71556      Branch: perl
71557            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
71558            ! warnings.h warnings.pl
71559 ____________________________________________________________________________
71560 [  6868] By: jhi                                   on 2000/08/28  21:38:22
71561         Log: Potential cruft.
71562      Branch: perl
71563            ! Makefile.SH
71564 ____________________________________________________________________________
71565 [  6867] By: jhi                                   on 2000/08/28  21:35:36
71566         Log: Update Changes.
71567      Branch: perl
71568            ! Changes patchlevel.h
71569 ____________________________________________________________________________
71570 [  6866] By: jhi                                   on 2000/08/28  21:33:49
71571         Log: Subject: hv.h Doc Patch
71572              From: Fisher Mark <fisherm@tce.com>
71573              Date: Mon, 28 Aug 2000 16:24:59 -0500
71574              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
71575      Branch: perl
71576            ! hv.h
71577 ____________________________________________________________________________
71578 [  6865] By: jhi                                   on 2000/08/28  21:02:15
71579         Log: Add -ld to archname on long tr...double platforms.
71580      Branch: metaconfig
71581            ! U/threads/archname.U
71582      Branch: perl
71583            ! Configure config_h.SH
71584 ____________________________________________________________________________
71585 [  6864] By: jhi                                   on 2000/08/28  20:38:59
71586         Log: An attempt to fix the problem reported in
71587              
71588              Subject: Building perl@6856 using gcc/AIX 4.3.3 
71589              From: Daniel Muino <dmuino@afip.gov.ar> 
71590              Date: Mon, 28 Aug 2000 15:50:01 -0300   
71591              Message-ID: <20000828155001.A14403@con2-dgi>
71592              
71593              I can't test this properly since the gcc installation I have
71594              access to seems to be botched (gcc is calling the AIX cpp,
71595              a losing proposition...)
71596      Branch: perl
71597            ! hints/aix.sh
71598 ____________________________________________________________________________
71599 [  6863] By: jhi                                   on 2000/08/28  18:57:52
71600         Log: Fix for ID 20000828.001, long doubles were not formatted
71601              correctly (showed up in $], which stopped installing perl).
71602      Branch: perl
71603            ! sv.c
71604 ____________________________________________________________________________
71605 [  6862] By: jhi                                   on 2000/08/28  18:07:15
71606         Log: Typo in #6858.
71607      Branch: perl
71608            ! lib/Cwd.pm
71609 ____________________________________________________________________________
71610 [  6861] By: jhi                                   on 2000/08/28  17:57:27
71611         Log: opmini.o may be left around if a build is interrupted.
71612      Branch: perl
71613            ! Makefile.SH
71614 ____________________________________________________________________________
71615 [  6860] By: jhi                                   on 2000/08/28  16:52:50
71616         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
71617              From: Daniel Chetlin <daniel@chetlin.com>
71618              Date: Mon, 28 Aug 2000 01:14:18 -0700
71619              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
71620      Branch: perl
71621            ! lib/overload.pm
71622 ____________________________________________________________________________
71623 [  6859] By: jhi                                   on 2000/08/28  16:08:46
71624         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
71625              From: Nicholas Clark <nick@ccl4.org>
71626              Date: Mon, 28 Aug 2000 16:03:27 +0100
71627              Message-Id: <20000828160327.C49785@plum.flirble.org>
71628      Branch: perl
71629            ! ext/ByteLoader/bytecode.h
71630 ____________________________________________________________________________
71631 [  6858] By: jhi                                   on 2000/08/28  16:02:10
71632         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
71633              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
71634              Date: Mon, 28 Aug 2000 13:08:30 +0200
71635              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
71636      Branch: perl
71637            ! lib/Cwd.pm
71638 ____________________________________________________________________________
71639 [  6857] By: jhi                                   on 2000/08/28  15:42:47
71640         Log: display_format used as a class method without arguments was broken,
71641              reported in
71642              
71643              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
71644              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
71645              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
71646              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
71647      Branch: perl
71648            ! lib/Math/Complex.pm t/lib/complex.t
71649 ____________________________________________________________________________
71650 [  6856] By: jhi                                   on 2000/08/27  22:09:48
71651         Log: Update Changes.
71652      Branch: perl
71653            ! Changes patchlevel.h
71654 ____________________________________________________________________________
71655 [  6855] By: jhi                                   on 2000/08/27  21:59:21
71656         Log: Retract #6853 (false alarm).
71657      Branch: perl
71658            ! lib/ExtUtils/xsubpp
71659 ____________________________________________________________________________
71660 [  6854] By: jhi                                   on 2000/08/27  21:37:44
71661         Log: Update Changes.
71662      Branch: perl
71663            ! Changes patchlevel.h
71664 ____________________________________________________________________________
71665 [  6853] By: jhi                                   on 2000/08/27  21:37:16
71666         Log: Subject: [PATCH perl@6850] workaround for xsubpp
71667              From: Hugo <hv@crypt.compulink.co.uk>
71668              Date: Sun, 27 Aug 2000 22:30:25 +0100
71669              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
71670      Branch: perl
71671            ! lib/ExtUtils/xsubpp
71672 ____________________________________________________________________________
71673 [  6852] By: jhi                                   on 2000/08/27  21:33:58
71674         Log: Big-endian 64-bit patch from Raphael Manfredi.
71675      Branch: perl
71676            ! ext/Storable/Storable.xs
71677 ____________________________________________________________________________
71678 [  6851] By: jhi                                   on 2000/08/27  21:22:21
71679         Log: More ruthless editing from Hugo van der Sanden.
71680      Branch: perl
71681            ! pod/perldelta.pod
71682 ____________________________________________________________________________
71683 [  6850] By: jhi                                   on 2000/08/27  16:11:46
71684         Log: Update Changes.
71685      Branch: perl
71686            ! Changes patchlevel.h
71687 ____________________________________________________________________________
71688 [  6849] By: jhi                                   on 2000/08/27  16:11:05
71689         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
71690      Branch: perl
71691            ! configpm pod/perldelta.pod
71692 ____________________________________________________________________________
71693 [  6848] By: jhi                                   on 2000/08/27  15:35:08
71694         Log: Use the actual thread type, not the pointer-to-struct.
71695      Branch: perl
71696            ! ext/Thread/Thread.xs
71697 ____________________________________________________________________________
71698 [  6847] By: jhi                                   on 2000/08/27  15:30:49
71699         Log: Test nit.
71700      Branch: perl
71701            ! t/pragma/warn/pp_sys
71702 ____________________________________________________________________________
71703 [  6846] By: jhi                                   on 2000/08/27  15:19:02
71704         Log: Passing -R in ldflags makes now it to appear in the default
71705              for lddlflags, just like with -L.
71706              
71707              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
71708              From: Lupe Christoph <lupe@lupe-christoph.de>
71709              Date: Sun, 27 Aug 2000 10:28:21 +0200
71710              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
71711      Branch: metaconfig/U/perl
71712            ! dlsrc.U
71713      Branch: perl
71714            ! Configure
71715 ____________________________________________________________________________
71716 [  6845] By: jhi                                   on 2000/08/27  15:08:54
71717         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
71718              From: Alan Burlison <Alan.Burlison@uk.sun.com>
71719              Date: Sat, 26 Aug 2000 22:23:27 +0100
71720              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
71721      Branch: perl
71722            ! lib/ExtUtils/MM_Unix.pm
71723 ____________________________________________________________________________
71724 [  6844] By: jhi                                   on 2000/08/27  15:02:37
71725         Log: DJGPP update from Laszlo Molnar.
71726              
71727              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
71728              From: ml1050 <ml1050@freemail.hu>
71729              Date: Sat, 26 Aug 2000 23:24:40 +0200
71730              Message-Id: <20000826232440.A439@freemail.hu>
71731      Branch: perl
71732            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
71733            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
71734 ____________________________________________________________________________
71735 [  6843] By: jhi                                   on 2000/08/27  14:53:58
71736         Log: Subject: installman buglet
71737              From: Lupe Christoph <lupe@lupe-christoph.de>
71738              Date: Sun, 27 Aug 2000 14:38:59 +0200
71739              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
71740      Branch: perl
71741            ! installman
71742 ____________________________________________________________________________
71743 [  6842] By: jhi                                   on 2000/08/27  14:52:08
71744         Log: Can't get the test to reliably work thanks to the
71745              inaccurateness of floating point.  "Resolves" bug ids
71746              20000826.003, 20000826.009, 20000826.010,
71747      Branch: perl
71748            ! t/lib/trig.t
71749 ____________________________________________________________________________
71750 [  6841] By: jhi                                   on 2000/08/26  15:53:58
71751         Log: Update Changes.
71752      Branch: perl
71753            ! Changes patchlevel.h
71754 ____________________________________________________________________________
71755 [  6840] By: jhi                                   on 2000/08/26  14:23:03
71756         Log: grep -e isn't portable.
71757              
71758              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
71759              From: chris@broadband.att.com
71760              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
71761              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
71762      Branch: perl
71763            ! hints/solaris_2.sh
71764 ____________________________________________________________________________
71765 [  6839] By: jhi                                   on 2000/08/26  14:12:23
71766         Log: no-install target a la make -n.
71767              
71768              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
71769              From: <abigail@foad.org>
71770              Date: Sat, 26 Aug 2000 03:57:34 -0400
71771              Message-ID: <20000826075735.18912.qmail@foad.org>
71772      Branch: perl
71773            ! Makefile.SH installman installperl
71774 ____________________________________________________________________________
71775 [  6838] By: jhi                                   on 2000/08/26  14:06:33
71776         Log: Retract #6826 as the #6828 should be do the same
71777              in a More Correct Way.
71778      Branch: perl
71779            ! installperl
71780 ____________________________________________________________________________
71781 [  6837] By: jhi                                   on 2000/08/26  05:24:00
71782         Log: More casting.
71783      Branch: perl
71784            ! ext/Storable/Storable.xs
71785 ____________________________________________________________________________
71786 [  6836] By: jhi                                   on 2000/08/26  05:05:46
71787         Log: Nicer in decimal.
71788      Branch: perl
71789            ! ext/Storable/Storable.xs
71790 ____________________________________________________________________________
71791 [  6835] By: jhi                                   on 2000/08/26  05:03:50
71792         Log: There be no UVdf.
71793      Branch: perl
71794            ! ext/Storable/Storable.xs
71795 ____________________________________________________________________________
71796 [  6834] By: jhi                                   on 2000/08/26  05:00:18
71797         Log: Continue IVdfing and UVxfing.
71798      Branch: perl
71799            ! ext/Storable/Storable.xs
71800 ____________________________________________________________________________
71801 [  6833] By: jhi                                   on 2000/08/26  04:53:14
71802         Log: Use IVdf.
71803      Branch: perl
71804            ! ext/Storable/Storable.xs
71805 ____________________________________________________________________________
71806 [  6832] By: jhi                                   on 2000/08/26  04:40:41
71807         Log: Document PTR2XX and INT2PTR.
71808      Branch: perl
71809            ! pod/perlguts.pod
71810 ____________________________________________________________________________
71811 [  6831] By: jhi                                   on 2000/08/26  04:33:18
71812         Log: Use UVxf, PTR2UV, NVff.
71813      Branch: perl
71814            ! ext/Storable/Storable.xs
71815 ____________________________________________________________________________
71816 [  6830] By: jhi                                   on 2000/08/26  04:31:32
71817         Log: Update the test count.
71818      Branch: perl
71819            ! t/lib/trig.t
71820 ____________________________________________________________________________
71821 [  6829] By: jhi                                   on 2000/08/26  03:05:50
71822         Log: Subject: [PATCH] installation not quite silent yet.
71823              From: <abigail@foad.org>
71824              Date: Fri, 25 Aug 2000 20:07:53 -0400
71825              Message-ID: <20000826000753.7822.qmail@foad.org>
71826      Branch: perl
71827            ! installman installperl
71828 ____________________________________________________________________________
71829 [  6828] By: jhi                                   on 2000/08/26  03:05:14
71830         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
71831              From: Spider Boardman <spider@web.zk3.dec.com>
71832              Date: Fri, 25 Aug 2000 19:12:40 -0400
71833              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
71834      Branch: perl
71835            ! gv.c
71836 ____________________________________________________________________________
71837 [  6827] By: jhi                                   on 2000/08/25  23:54:34
71838         Log: Support preserving extremely big/small angles.
71839      Branch: perl
71840            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
71841 ____________________________________________________________________________
71842 [  6826] By: jhi                                   on 2000/08/25  23:01:20
71843         Log: Patch installperl to be long double-aware.
71844              
71845              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
71846              From: Spider Boardman <spider@web.zk3.dec.com>
71847              Date: Fri, 25 Aug 2000 18:15:23 -0400
71848              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
71849      Branch: perl
71850            ! installperl
71851 ____________________________________________________________________________
71852 [  6825] By: jhi                                   on 2000/08/25  22:58:25
71853         Log: Remove duplicately applied patch shards.
71854              
71855              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
71856              From: Spider Boardman <spider@leggy.zk3.dec.com>
71857              Date: Fri, 25 Aug 2000 16:45:03 -0400
71858              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
71859      Branch: perl
71860            ! t/lib/cgi-html.t
71861 ____________________________________________________________________________
71862 [  6824] By: jhi                                   on 2000/08/25  22:57:00
71863         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
71864              From: Daniel Chetlin <daniel@chetlin.com>
71865              Date: Fri, 25 Aug 2000 12:23:16 -0700
71866              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
71867              
71868              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
71869              From: Daniel Chetlin <daniel@chetlin.com>
71870              Date: Fri, 25 Aug 2000 14:47:19 -0700
71871              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
71872      Branch: perl
71873            ! installman
71874 ____________________________________________________________________________
71875 [  6823] By: jhi                                   on 2000/08/25  22:44:17
71876         Log: Timestamp problem?
71877      Branch: perl
71878            ! uconfig.h uconfig.sh
71879 ____________________________________________________________________________
71880 [  6822] By: jhi                                   on 2000/08/25  19:01:06
71881         Log: One forgotten file from #6816.
71882      Branch: perl
71883            ! vos/config.h
71884 ____________________________________________________________________________
71885 [  6821] By: jhi                                   on 2000/08/25  18:56:39
71886         Log: Regen Changes.
71887      Branch: perl
71888            ! Changes patchlevel.h
71889 ____________________________________________________________________________
71890 [  6820] By: jhi                                   on 2000/08/25  18:52:35
71891         Log: Fix Changes ordering.
71892      Branch: perl
71893            ! Changes
71894 ____________________________________________________________________________
71895 [  6819] By: jhi                                   on 2000/08/25  18:50:25
71896         Log: Update Changes.
71897      Branch: perl
71898            ! Changes patchlevel.h
71899 ____________________________________________________________________________
71900 [  6818] By: jhi                                   on 2000/08/25  18:47:45
71901         Log: Tweak the sfio/useperlio logic, hopefully as wished in
71902              
71903              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
71904              From: Nicholas Clark <nick@babyhippo.co.uk>
71905              Date: Fri, 25 Aug 2000 12:01:45 +0100
71906              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
71907      Branch: metaconfig/U/perl
71908            ! d_sfio.U
71909      Branch: perl
71910            ! Configure
71911 ____________________________________________________________________________
71912 [  6817] By: jhi                                   on 2000/08/25  18:32:51
71913         Log: Allow microperl to assume <math.h>, without it the math
71914              functions like floor() are assumed to return int, which makes
71915              for core dumps in machines where integer and floating register
71916              don't mix.
71917      Branch: perl
71918            ! uconfig.h uconfig.sh
71919 ____________________________________________________________________________
71920 [  6816] By: jhi                                   on 2000/08/25  18:27:17
71921         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
71922              the problem reported in
71923              
71924              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
71925              From: danhale@us.ibm.com
71926              Date: Fri, 25 Aug 2000 10:58:06 -0400
71927              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
71928      Branch: metaconfig/U/perl
71929            + d_socks5_init.U
71930      Branch: perl
71931            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
71932            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
71933            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
71934            ! win32/config.gc win32/config.vc
71935 ____________________________________________________________________________
71936 [  6815] By: jhi                                   on 2000/08/25  17:43:31
71937         Log: A solution for the retrieve_fd autosplit warning,
71938              idea suggested by Mike Guy.
71939      Branch: perl
71940            ! ext/Storable/Storable.pm
71941 ____________________________________________________________________________
71942 [  6814] By: jhi                                   on 2000/08/25  17:16:03
71943         Log: Add install-silent target.
71944      Branch: perl
71945            ! Makefile.SH
71946 ____________________________________________________________________________
71947 [  6813] By: jhi                                   on 2000/08/25  17:14:23
71948         Log: Subject: Re: [PATCH] More silencing of installman.
71949              From: <abigail@foad.org>
71950              Date: Thu, 24 Aug 2000 19:27:03 -0400
71951              Message-ID: <20000824232703.7001.qmail@foad.org>
71952              
71953              Subject: Re: [PATCH] More silencing of installman.
71954              From: <abigail@foad.org>
71955              Date: Fri, 25 Aug 2000 03:00:58 -0400
71956              Message-ID: <20000825070058.10697.qmail@foad.org>
71957      Branch: perl
71958            ! installman
71959 ____________________________________________________________________________
71960 [  6812] By: jhi                                   on 2000/08/25  17:11:28
71961         Log: installperl --verbose and --silent.
71962              
71963              Subject: Re: [PATCH] More silencing of installman.
71964              From: <abigail@foad.org>
71965              Message-ID: <20000825064430.9719.qmail@foad.org>
71966              Date: Fri, 25 Aug 2000 02:44:30 -0400
71967      Branch: perl
71968            ! installperl
71969 ____________________________________________________________________________
71970 [  6811] By: jhi                                   on 2000/08/25  17:05:43
71971         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
71972              From: "Peter J. Farley III" <pjfarley@banet.net>
71973              Date: Thu, 24 Aug 2000 21:58:03 -0400
71974              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
71975              
71976              (applied slightly modified)
71977      Branch: perl
71978            ! lib/ExtUtils/MM_Unix.pm
71979 ____________________________________________________________________________
71980 [  6810] By: jhi                                   on 2000/08/25  17:01:18
71981         Log: Missing parts of 
71982              
71983              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
71984              From: Peter Prymmer <pvhp@forte.com>
71985              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
71986              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
71987      Branch: perl
71988            ! t/lib/cgi-html.t
71989 ____________________________________________________________________________
71990 [  6809] By: jhi                                   on 2000/08/25  16:46:32
71991         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
71992              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71993              Date: Thu, 24 Aug 2000 19:13:11 -0500
71994              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
71995      Branch: perl
71996            ! vms/vms.c
71997 ____________________________________________________________________________
71998 [  6808] By: jhi                                   on 2000/08/25  16:39:22
71999         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
72000              From: Peter Prymmer <pvhp@forte.com>
72001              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
72002              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
72003      Branch: perl
72004            ! configure.com
72005 ____________________________________________________________________________
72006 [  6807] By: jhi                                   on 2000/08/25  16:36:37
72007         Log: Better wording for the vec lvalue diagnostic.
72008              
72009              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
72010              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
72011              Date: Wed, 23 Aug 2000 14:12:16 -0400
72012              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
72013      Branch: perl
72014            ! pod/perldiag.pod
72015 ____________________________________________________________________________
72016 [  6806] By: jhi                                   on 2000/08/24  18:17:22
72017         Log: Subject: [PATCH] More silencing of installman.
72018              From: <abigail@foad.org>
72019              Date: Thu, 24 Aug 2000 14:01:44 -0400
72020              Message-ID: <20000824180144.20062.qmail@foad.org>
72021      Branch: perl
72022            ! installman
72023 ____________________________________________________________________________
72024 [  6805] By: jhi                                   on 2000/08/24  15:00:31
72025         Log: Update Changes.
72026      Branch: perl
72027            ! Changes patchlevel.h
72028 ____________________________________________________________________________
72029 [  6804] By: jhi                                   on 2000/08/24  14:59:07
72030         Log: Regen perltoc.
72031      Branch: perl
72032            ! pod/perltoc.pod
72033 ____________________________________________________________________________
72034 [  6803] By: jhi                                   on 2000/08/24  14:44:39
72035         Log: Show the doc file, not the temp file.
72036      Branch: perl
72037            ! installman
72038 ____________________________________________________________________________
72039 [  6802] By: jhi                                   on 2000/08/24  14:41:53
72040         Log: Continue silencing.
72041      Branch: perl
72042            ! installman
72043 ____________________________________________________________________________
72044 [  6801] By: jhi                                   on 2000/08/24  14:34:40
72045         Log: Actually do something with the silencer option.
72046      Branch: perl
72047            ! installman
72048 ____________________________________________________________________________
72049 [  6800] By: jhi                                   on 2000/08/24  14:26:22
72050         Log: Make installman to recognize the silence flag -S.
72051      Branch: perl
72052            ! installman
72053 ____________________________________________________________________________
72054 [  6799] By: jhi                                   on 2000/08/24  13:49:38
72055         Log: DOS patches and portability/porting notes, from Tim Jenness.
72056      Branch: perl
72057            ! lib/File/Temp.pm
72058 ____________________________________________________________________________
72059 [  6798] By: jhi                                   on 2000/08/24  13:48:27
72060         Log: Create directories in silence.
72061              
72062              Subject: [PATCH] Another silencer for MakeMaker
72063              From: andreas.koenig@anima.de (Andreas J. Koenig)
72064              Date: 24 Aug 2000 14:18:52 +0200
72065              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
72066      Branch: perl
72067            ! lib/ExtUtils/Command.pm
72068 ____________________________________________________________________________
72069 [  6797] By: jhi                                   on 2000/08/24  13:46:42
72070         Log: More liberal parsing of version numbers.
72071              
72072              Subject: Re: CPAN.pm beta for testing available
72073              From: andreas.koenig@anima.de (Andreas J. Koenig)
72074              Date: 24 Aug 2000 13:51:57 +0200
72075              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
72076      Branch: perl
72077            ! lib/CPAN.pm
72078 ____________________________________________________________________________
72079 [  6796] By: jhi                                   on 2000/08/24  13:44:36
72080         Log: Make "make install" by default silent.  A new "install-verbose"
72081              target is verbose.
72082      Branch: perl
72083            ! Makefile.SH
72084 ____________________________________________________________________________
72085 [  6795] By: jhi                                   on 2000/08/24  13:39:14
72086         Log: Add silencer flags to installperl.
72087              
72088              Subject: [PATCH] Making installperl silent.
72089              From: <abigail@foad.org>
72090              Date: Thu, 24 Aug 2000 05:01:45 -0400
72091              Message-ID: <20000824090145.13141.qmail@foad.org>
72092      Branch: perl
72093            ! installperl
72094 ____________________________________________________________________________
72095 [  6794] By: jhi                                   on 2000/08/24  13:35:50
72096         Log: installperl couldn't tell whether it had run tests or not.
72097              
72098              Subject: [PATCH] Re: installperl and t/TEST
72099              From: <abigail@foad.org>
72100              Date: Thu, 24 Aug 2000 04:00:53 -0400
72101              Message-ID: <20000824080053.2494.qmail@foad.org>
72102      Branch: perl
72103            ! Makefile.SH installperl
72104 ____________________________________________________________________________
72105 [  6793] By: jhi                                   on 2000/08/24  13:27:50
72106         Log: Drop the separate perlbc, perlcc -b should be enough.
72107      Branch: perl
72108            - utils/perlbc.PL
72109            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
72110 ____________________________________________________________________________
72111 [  6792] By: jhi                                   on 2000/08/24  04:41:30
72112         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
72113              plus the typo fix from Peter Prymmer.
72114      Branch: perl
72115            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
72116            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
72117 ____________________________________________________________________________
72118 [  6791] By: jhi                                   on 2000/08/24  02:10:43
72119         Log: Replace #6705 with a minimal doc patch.
72120              
72121              Subject: [PATCH 5.6.0] replace change #6705
72122              From: Jan Dubois <jand@ActiveState.com>
72123              Date: Wed, 23 Aug 2000 18:31:51 -0700
72124              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
72125      Branch: perl
72126            ! lib/Win32.pod win32/win32.c
72127 ____________________________________________________________________________
72128 [  6790] By: jhi                                   on 2000/08/23  17:52:00
72129         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
72130              From: Mike Guy <mjtg@cam.ac.uk>
72131              Date: Wed, 23 Aug 2000 18:38:46 +0100
72132              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
72133      Branch: perl
72134            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
72135 ____________________________________________________________________________
72136 [  6789] By: jhi                                   on 2000/08/23  15:34:21
72137         Log: Update Changes.
72138      Branch: perl
72139            ! Changes patchlevel.h
72140 ____________________________________________________________________________
72141 [  6788] By: jhi                                   on 2000/08/23  15:33:40
72142         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
72143              From: Wilfredo Sánchez <wsanchez@apple.com>
72144              Date: Tue, 22 Aug 2000 19:31:27 -0700
72145              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
72146      Branch: perl
72147            ! perl.h
72148 ____________________________________________________________________________
72149 [  6787] By: jhi                                   on 2000/08/23  15:29:31
72150         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
72151              From: Spider Boardman <spider@leggy.zk3.dec.com>
72152              Date: Wed, 23 Aug 2000 10:33:23 -0400
72153              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
72154      Branch: perl
72155            ! lib/Pod/Html.pm
72156 ____________________________________________________________________________
72157 [  6786] By: jhi                                   on 2000/08/23  15:28:11
72158         Log: Bad makefile.
72159      Branch: perl
72160            ! ext/B/Makefile.PL
72161 ____________________________________________________________________________
72162 [  6785] By: jhi                                   on 2000/08/23  14:37:04
72163         Log: Update Changes.
72164      Branch: perl
72165            ! Changes patchlevel.h
72166 ____________________________________________________________________________
72167 [  6784] By: jhi                                   on 2000/08/23  13:58:41
72168         Log: Portability fix from Hugo van der Sanden.
72169      Branch: perl
72170            ! ext/re/Makefile.PL
72171 ____________________________________________________________________________
72172 [  6783] By: jhi                                   on 2000/08/23  13:53:53
72173         Log: Storable support, v-version fixes.
72174              
72175              Subject: CPAN.pm beta for testing available
72176              From: andreas.koenig@anima.de (Andreas J. Koenig)
72177              Date: 22 Aug 2000 23:31:33 +0200
72178              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
72179      Branch: perl
72180            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
72181 ____________________________________________________________________________
72182 [  6782] By: jhi                                   on 2000/08/23  13:51:26
72183         Log: Mac and other portability updates from Chris Nandor.
72184      Branch: perl
72185            ! pod/perlmodinstall.pod
72186 ____________________________________________________________________________
72187 [  6781] By: jhi                                   on 2000/08/23  13:47:33
72188         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
72189              From: Peter Prymmer <pvhp@forte.com>
72190              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
72191              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
72192      Branch: perl
72193            ! ext/Storable/Storable.xs
72194 ____________________________________________________________________________
72195 [  6780] By: jhi                                   on 2000/08/23  13:33:34
72196         Log: VMS MMS (make) wants null action.
72197      Branch: perl
72198            ! ext/B/Makefile.PL
72199 ____________________________________________________________________________
72200 [  6779] By: jhi                                   on 2000/08/22  19:44:47
72201         Log: Forgot portability nit.
72202      Branch: perl
72203            ! t/lib/st-forgive.t
72204 ____________________________________________________________________________
72205 [  6778] By: jhi                                   on 2000/08/22  19:35:25
72206         Log: Be portable.
72207      Branch: perl
72208            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
72209            ! t/lib/st-store.t
72210 ____________________________________________________________________________
72211 [  6777] By: jhi                                   on 2000/08/22  18:50:53
72212         Log: Update Changes.
72213      Branch: perl
72214            ! Changes patchlevel.h
72215 ____________________________________________________________________________
72216 [  6776] By: jhi                                   on 2000/08/22  18:44:46
72217         Log: cSVOPo_*v things index into the current PL_curpad
72218              under ithreads, which is different from the curpad
72219              used by the XSUB.  (In other words, the code as-is
72220              before this patch wouldn't work under ithreads.)
72221              From Sarathy.
72222      Branch: perl
72223            ! ext/B/B.xs
72224 ____________________________________________________________________________
72225 [  6775] By: jhi                                   on 2000/08/22  18:18:37
72226         Log: Make the selection of NVff et al stricter.
72227      Branch: metaconfig/U/perl
72228            ! perlxvf.U
72229      Branch: perl
72230            ! Configure config_h.SH
72231 ____________________________________________________________________________
72232 [  6774] By: jhi                                   on 2000/08/22  17:19:42
72233         Log: perldelta nits.
72234      Branch: perl
72235            ! pod/perldelta.pod
72236 ____________________________________________________________________________
72237 [  6773] By: jhi                                   on 2000/08/22  17:06:26
72238         Log: Long double fixes from Spider Boardman.
72239              
72240              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
72241              From: system PRIVILEGED account <root@peano.zk3.dec.com>
72242              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
72243              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
72244      Branch: perl
72245            ! t/lib/bigfltpm.t t/lib/st-06compat.t
72246 ____________________________________________________________________________
72247 [  6772] By: jhi                                   on 2000/08/22  15:04:53
72248         Log: Update Changes.
72249      Branch: perl
72250            ! Changes patchlevel.h
72251 ____________________________________________________________________________
72252 [  6771] By: jhi                                   on 2000/08/22  15:01:44
72253         Log: perldelta fixes from Hugo van der Sanden.
72254      Branch: perl
72255            ! pod/perldelta.pod
72256 ____________________________________________________________________________
72257 [  6770] By: jhi                                   on 2000/08/22  14:34:49
72258         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
72259              From: Hugo <hv@crypt.compulink.co.uk>
72260              Date: Tue, 22 Aug 2000 11:21:53 +0100
72261              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
72262      Branch: perl
72263            ! regcomp.c
72264 ____________________________________________________________________________
72265 [  6769] By: jhi                                   on 2000/08/22  14:30:02
72266         Log: Add Yitzchak, reformat.
72267      Branch: perl
72268            ! Changes config_h.SH
72269 ____________________________________________________________________________
72270 [  6768] By: jhi                                   on 2000/08/22  14:21:35
72271         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
72272              and Spider Boardman.
72273      Branch: metaconfig
72274            ! U/compline/d_gconvert.U
72275      Branch: perl
72276            ! Configure
72277 ____________________________________________________________________________
72278 [  6767] By: jhi                                   on 2000/08/22  14:11:24
72279         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
72280              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72281              Date: Mon, 21 Aug 2000 19:08:31 -0700
72282              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
72283      Branch: perl
72284            - ext/Storable/patchlevel.h
72285            ! MANIFEST ext/Storable/MANIFEST
72286 ____________________________________________________________________________
72287 [  6766] By: jhi                                   on 2000/08/22  13:49:29
72288         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
72289              From: Peter Prymmer <pvhp@forte.com>
72290              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
72291              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
72292      Branch: perl
72293            ! configure.com ext/Storable/Makefile.PL
72294 ____________________________________________________________________________
72295 [  6765] By: jhi                                   on 2000/08/22  13:44:59
72296         Log: Subject: [PATCH blead] B:: missing dependency
72297              From: Hugo <hv@crypt.compulink.co.uk>
72298              Date: Tue, 22 Aug 2000 06:44:33 +0100
72299              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
72300      Branch: perl
72301            ! ext/B/Makefile.PL
72302 ____________________________________________________________________________
72303 [  6764] By: jhi                                   on 2000/08/22  13:38:12
72304         Log: More bytecompiler.
72305      Branch: perl
72306            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
72307 ____________________________________________________________________________
72308 [  6763] By: jhi                                   on 2000/08/22  13:36:44
72309         Log: Bytecompiler patches from Benjamin Stuhl.
72310      Branch: perl
72311            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
72312            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
72313            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
72314            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
72315            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
72316            ! perl.c perlapi.h pod/perldelta.pod
72317 ____________________________________________________________________________
72318 [  6762] By: jhi                                   on 2000/08/21  23:43:40
72319         Log: An obsoleted diagnostic.
72320      Branch: perl
72321            ! pod/perldelta.pod
72322 ____________________________________________________________________________
72323 [  6761] By: jhi                                   on 2000/08/21  23:01:45
72324         Log: The #6759 wasn't quite right.
72325      Branch: perl
72326            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
72327            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
72328            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
72329            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
72330            ! t/lib/st-tieditems.t
72331 ____________________________________________________________________________
72332 [  6760] By: jhi                                   on 2000/08/21  22:35:49
72333         Log: Be verydeepclean.
72334      Branch: perl
72335            ! Makefile.SH
72336 ____________________________________________________________________________
72337 [  6759] By: jhi                                   on 2000/08/21  22:25:40
72338         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
72339              From: Peter Prymmer <pvhp@forte.com>
72340              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
72341              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
72342      Branch: perl
72343            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
72344            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
72345            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
72346            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
72347            ! t/lib/st-tieditems.t
72348 ____________________________________________________________________________
72349 [  6758] By: jhi                                   on 2000/08/21  22:22:32
72350         Log: Few more casts, need reported in
72351              
72352              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
72353              From: Mike Stok <mike@stok.co.uk>
72354              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
72355              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
72356              
72357              and
72358              
72359              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
72360              From: abigail@foad.org
72361              Date: 21 Aug 2000 21:31:34 -0000
72362              Message-Id: <20000821213134.30170.qmail@foad.org>
72363      Branch: perl
72364            ! ext/Storable/Storable.xs
72365 ____________________________________________________________________________
72366 [  6757] By: jhi                                   on 2000/08/21  18:37:07
72367         Log: Update Changes.
72368      Branch: perl
72369            ! Changes patchlevel.h
72370 ____________________________________________________________________________
72371 [  6756] By: jhi                                   on 2000/08/21  18:34:02
72372         Log: A pod nit.
72373              
72374              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
72375              From: <abigail@foad.org>
72376              Date: Mon, 21 Aug 2000 14:00:16 -0400
72377              Message-ID: <20000821180016.28627.qmail@foad.org>
72378      Branch: perl
72379            ! pod/perlre.pod
72380 ____________________________________________________________________________
72381 [  6755] By: jhi                                   on 2000/08/21  18:30:56
72382         Log: Use PodParser 1.18 new test.
72383      Branch: perl
72384            ! t/pod/special_seqs.t t/pod/special_seqs.xr
72385 ____________________________________________________________________________
72386 [  6754] By: jhi                                   on 2000/08/21  18:28:35
72387         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
72388              patches cannot be applied since #6712 conflicts.
72389      Branch: perl
72390            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
72391 ____________________________________________________________________________
72392 [  6753] By: jhi                                   on 2000/08/21  18:15:11
72393         Log: Weed out some smaller changes.
72394      Branch: perl
72395            ! pod/perldelta.pod
72396 ____________________________________________________________________________
72397 [  6752] By: jhi                                   on 2000/08/21  18:02:30
72398         Log: Also under djgpp the timestamps are funky.
72399      Branch: perl
72400            ! t/op/stat.t
72401 ____________________________________________________________________________
72402 [  6751] By: jhi                                   on 2000/08/21  17:55:56
72403         Log: Tweak the floating point output routine preferences.
72404      Branch: metaconfig
72405            ! U/compline/d_gconvert.U
72406      Branch: perl
72407            ! Configure
72408 ____________________________________________________________________________
72409 [  6750] By: jhi                                   on 2000/08/21  17:51:29
72410         Log: Unicos/mk requires elaborate paranoia.
72411      Branch: perl
72412            ! lib/Math/Complex.pm
72413 ____________________________________________________________________________
72414 [  6749] By: gsar                                  on 2000/08/21  16:53:31
72415         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
72416      Branch: perl
72417            ! lib/Cwd.pm
72418 ____________________________________________________________________________
72419 [  6748] By: gsar                                  on 2000/08/21  16:22:19
72420         Log: free TLS slot properly on Windows
72421      Branch: perl
72422            ! thread.h win32/perllib.c win32/win32thread.h
72423 ____________________________________________________________________________
72424 [  6747] By: jhi                                   on 2000/08/21  16:20:58
72425         Log: Rename the macro argument because some preprocessors
72426              can't tell the difference and expand arguments also inside
72427              double quoted strings.
72428      Branch: perl
72429            ! regcomp.c
72430 ____________________________________________________________________________
72431 [  6746] By: jhi                                   on 2000/08/21  16:09:41
72432         Log: Support long doubles in Storable.
72433              
72434              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
72435              From: Radu Greab <radu@netsoft.ro>
72436              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
72437              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
72438      Branch: perl
72439            ! ext/Storable/Storable.xs
72440 ____________________________________________________________________________
72441 [  6745] By: jhi                                   on 2000/08/21  15:51:40
72442         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
72443              From: "Fifer, Eric" <EFifer@sanwaint.com>
72444              Date: Mon, 21 Aug 2000 15:34:49 +0100
72445              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
72446      Branch: perl
72447            ! t/pragma/warn/9enabled
72448 ____________________________________________________________________________
72449 [  6744] By: jhi                                   on 2000/08/21  15:39:35
72450         Log: Document the endianness of Alpha more precisely.
72451      Branch: perl
72452            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
72453            ! pod/perlport.pod
72454 ____________________________________________________________________________
72455 [  6743] By: jhi                                   on 2000/08/21  14:47:05
72456         Log: perldelta fixes from the p5p crowd.
72457      Branch: perl
72458            ! pod/perldelta.pod pod/perlop.pod
72459 ____________________________________________________________________________
72460 [  6742] By: jhi                                   on 2000/08/21  13:34:51
72461         Log: Update to Pod::LaTeX 0.53.
72462              
72463              Subject: [PATCH] lib/Pod/LaTeX.pm updates
72464              From: Tim Jenness <timj@jach.hawaii.edu>
72465              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
72466              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
72467      Branch: perl
72468            ! lib/Pod/LaTeX.pm
72469 ____________________________________________________________________________
72470 [  6741] By: jhi                                   on 2000/08/21  13:33:01
72471         Log: Subject: [PATCH] os2.c fix for use64bitint
72472              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72473              Date: Mon, 21 Aug 2000 01:32:25 -0700
72474              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
72475      Branch: perl
72476            ! os2/os2.c
72477 ____________________________________________________________________________
72478 [  6740] By: jhi                                   on 2000/08/21  13:28:52
72479         Log: Array context keeps slithering in.
72480              
72481              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
72482              From: Daniel Chetlin <daniel@chetlin.com>
72483              Date: Sun, 20 Aug 2000 21:40:25 -0700
72484              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
72485      Branch: perl
72486            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
72487            ! pod/perldebtut.pod
72488 ____________________________________________________________________________
72489 [  6739] By: jhi                                   on 2000/08/21  13:23:55
72490         Log: Big-endian quad fixes for Storable from Radu Greab,
72491              plus few explicit null casts for picky compilers.
72492      Branch: perl
72493            ! ext/Storable/Storable.xs
72494 ____________________________________________________________________________
72495 [  6738] By: gsar                                  on 2000/08/21  05:56:13
72496         Log: small tweaks for change#6705: avoid C++ style comments in C code;
72497              use Perl's malloc API rather than the low level system one
72498      Branch: perl
72499            ! win32/win32.c
72500 ____________________________________________________________________________
72501 [  6737] By: gsar                                  on 2000/08/21  05:35:41
72502         Log: add Storable to list of extensions on Windows
72503      Branch: perl
72504            ! win32/Makefile win32/makefile.mk
72505 ____________________________________________________________________________
72506 [  6736] By: jhi                                   on 2000/08/21  02:57:53
72507         Log: Update Changes.
72508      Branch: perl
72509            ! Changes patchlevel.h
72510 ____________________________________________________________________________
72511 [  6735] By: jhi                                   on 2000/08/21  02:57:20
72512         Log: Draft 0.
72513      Branch: perl
72514            ! pod/perldelta.pod
72515 ____________________________________________________________________________
72516 [  6734] By: jhi                                   on 2000/08/21  02:57:03
72517         Log: Add Storable 0.7.2 from Raphael Manfredi,
72518              plus the patch from
72519              
72520              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
72521              From: Radu Greab <radu@netsoft.ro>
72522              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
72523              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
72524              
72525              plus changes to get Storable to compile with
72526              picky ANSI compilers.
72527      Branch: perl
72528            + ext/Storable/ChangeLog ext/Storable/MANIFEST
72529            + ext/Storable/Makefile.PL ext/Storable/README
72530            + ext/Storable/Storable.pm ext/Storable/Storable.xs
72531            + ext/Storable/patchlevel.h t/lib/st-06compat.t
72532            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
72533            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
72534            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
72535            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
72536            + t/lib/st-tieditems.t
72537            ! MANIFEST
72538 ____________________________________________________________________________
72539 [  6733] By: jhi                                   on 2000/08/21  02:29:09
72540         Log: The correct cleaning order is an art.
72541      Branch: perl
72542            ! Makefile.SH
72543 ____________________________________________________________________________
72544 [  6732] By: jhi                                   on 2000/08/21  01:23:39
72545         Log: The #6724 is here.
72546      Branch: perl
72547            ! t/lib/ftmp-security.t
72548 ____________________________________________________________________________
72549 [  6731] By: jhi                                   on 2000/08/20  23:17:03
72550         Log: s/this one/the 5.6.0 release/
72551      Branch: perl
72552            ! pod/perl56delta.pod
72553 ____________________________________________________________________________
72554 [  6730] By: jhi                                   on 2000/08/20  23:07:34
72555         Log: Mention perlebcdic and perlposix-bc.
72556      Branch: perl
72557            ! pod/perlport.pod
72558 ____________________________________________________________________________
72559 [  6729] By: jhi                                   on 2000/08/20  21:32:59
72560         Log: Document the number of exponent digits.
72561      Branch: perl
72562            ! pod/perlfunc.pod
72563 ____________________________________________________________________________
72564 [  6728] By: jhi                                   on 2000/08/20  21:16:47
72565         Log: Use File::Spec->tmpdir().
72566              
72567              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
72568              From: Tim Jenness <timj@jach.hawaii.edu>
72569              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
72570              MIME-Version: 1.0
72571              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
72572      Branch: perl
72573            ! utils/perlbug.PL
72574 ____________________________________________________________________________
72575 [  6727] By: jhi                                   on 2000/08/20  20:43:32
72576         Log: Update Changes.
72577      Branch: perl
72578            ! Changes patchlevel.h
72579 ____________________________________________________________________________
72580 [  6726] By: jhi                                   on 2000/08/20  20:41:44
72581         Log: The veryclean target needs to clobber.
72582      Branch: perl
72583            ! Makefile.SH
72584 ____________________________________________________________________________
72585 [  6725] By: jhi                                   on 2000/08/20  20:37:38
72586         Log: Document odd vs even subreleases and -Dusedevel.
72587      Branch: perl
72588            ! INSTALL
72589 ____________________________________________________________________________
72590 [  6724] By: jhi                                   on 2000/08/20  19:58:05
72591         Log: Use temporary directory instead of current directory.
72592              
72593              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
72594              From: Tim Jenness <timj@jach.hawaii.edu>
72595              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
72596              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
72597      Branch: perl
72598            ! t/lib/ftmp-security.t
72599 ____________________________________________________________________________
72600 [  6723] By: jhi                                   on 2000/08/20  19:55:55
72601         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
72602              From: andreas.koenig@anima.de (Andreas J. Koenig)
72603              Date: 20 Aug 2000 15:52:03 +0200
72604              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
72605      Branch: perl
72606            ! lib/ExtUtils/MM_Unix.pm
72607 ____________________________________________________________________________
72608 [  6722] By: jhi                                   on 2000/08/20  19:46:01
72609         Log: Update to CGI 2.72, from Lincoln Stein.
72610      Branch: perl
72611            ! lib/CGI.pm
72612 ____________________________________________________________________________
72613 [  6721] By: jhi                                   on 2000/08/20  19:43:54
72614         Log: (Replaced by #8364.)
72615              
72616              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
72617              From: Radu Greab <radu@netsoft.ro>
72618              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
72619              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
72620      Branch: perl
72621            ! ext/GDBM_File/GDBM_File.xs
72622 ____________________________________________________________________________
72623 [  6720] By: jhi                                   on 2000/08/20  19:42:01
72624         Log: pp_open() could pass an uninitialized filename down to do_open9().
72625      Branch: perl
72626            ! pp_sys.c
72627 ____________________________________________________________________________
72628 [  6719] By: jhi                                   on 2000/08/20  14:06:41
72629         Log: UTF8 concat fixes.
72630              
72631              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
72632              From: Hugo <hv@crypt.compulink.co.uk>
72633              Date: Sun, 20 Aug 2000 07:30:46 +0100
72634              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
72635      Branch: perl
72636            ! pp_hot.c t/op/append.t
72637 ____________________________________________________________________________
72638 [  6718] By: jhi                                   on 2000/08/20  02:09:37
72639         Log: Let's try #6717 again.
72640      Branch: perl
72641            ! lib/File/Temp.pm
72642 ____________________________________________________________________________
72643 [  6717] By: jhi                                   on 2000/08/20  01:56:55
72644         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
72645              From: "Craig A. Berry" <craig.berry@metamorgs.com>
72646              Date: Sat, 19 Aug 2000 18:15:39 -0500
72647              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
72648      Branch: perl
72649            ! lib/File/Temp.pm
72650 ____________________________________________________________________________
72651 [  6716] By: jhi                                   on 2000/08/19  15:50:11
72652         Log: Update Changes.
72653      Branch: perl
72654            ! Changes patchlevel.h
72655 ____________________________________________________________________________
72656 [  6715] By: jhi                                   on 2000/08/19  15:39:09
72657         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
72658              From: Jonathan D Johnston <jdjohnston2@juno.com>
72659              Date: Thu, 17 Aug 2000 23:13:01 -0400       
72660              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
72661      Branch: perl
72662            ! pod/perlfunc.pod
72663 ____________________________________________________________________________
72664 [  6714] By: jhi                                   on 2000/08/19  15:34:04
72665         Log: Introduce a 'veryclean' target that is like 'distclean'
72666              but also removes *~ and *.orig.
72667      Branch: perl
72668            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
72669            ! utils/Makefile x2p/Makefile.SH
72670 ____________________________________________________________________________
72671 [  6713] By: jhi                                   on 2000/08/19  14:15:45
72672         Log: Put back the long double avoidance code to POSIX.xs
72673              because VMS seems to need it still.
72674      Branch: perl
72675            ! ext/POSIX/POSIX.xs
72676 ____________________________________________________________________________
72677 [  6712] By: jhi                                   on 2000/08/19  14:10:41
72678         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
72679              From: Peter Prymmer <pvhp@forte.com>
72680              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
72681              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
72682      Branch: perl
72683            ! lib/Pod/Find.pm t/pod/find.t
72684 ____________________________________________________________________________
72685 [  6711] By: jhi                                   on 2000/08/19  14:09:19
72686         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
72687              From: Peter Prymmer <pvhp@forte.com>
72688              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
72689              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
72690              cc: vmsperl@perl.org
72691      Branch: perl
72692            ! t/lib/peek.t
72693 ____________________________________________________________________________
72694 [  6710] By: jhi                                   on 2000/08/19  14:08:01
72695         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
72696              From: Jan Dubois <jand@ActiveState.com>
72697              Date: Fri, 18 Aug 2000 16:31:48 -0700
72698              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
72699      Branch: perl
72700            ! win32/win32.c
72701 ____________________________________________________________________________
72702 [  6709] By: jhi                                   on 2000/08/19  14:06:57
72703         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
72704              
72705              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
72706              From: Spider.Boardman@Orb.Nashua.NH.US
72707              Date: Fri, 18 Aug 2000 18:41:14 -0400
72708              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
72709      Branch: perl
72710            ! regcomp.c
72711 ____________________________________________________________________________
72712 [  6708] By: jhi                                   on 2000/08/18  22:04:49
72713         Log: Update Changes.
72714      Branch: perl
72715            ! Changes patchlevel.h
72716 ____________________________________________________________________________
72717 [  6707] By: jhi                                   on 2000/08/18  21:55:14
72718         Log: Add warnif(), check warnings further up the stack,
72719              all the warnings functions now can take an optional object reference.
72720              
72721              Subject: [PATCH bleedperl@6691] warnings pragma update
72722              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
72723              Date: Fri, 18 Aug 2000 22:42:06 +0100
72724              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
72725      Branch: perl
72726            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
72727            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
72728            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
72729 ____________________________________________________________________________
72730 [  6706] By: jhi                                   on 2000/08/18  21:41:45
72731         Log: Typo in pp_complement().
72732              
72733              Subject: [PATCH perl-current] Deparse
72734              From: Peter Scott <Peter@PSDT.com>
72735              Date: Fri, 18 Aug 2000 12:44:37 -0700
72736              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
72737      Branch: perl
72738            ! ext/B/B/Deparse.pm
72739 ____________________________________________________________________________
72740 [  6705] By: jhi                                   on 2000/08/18  21:25:59
72741         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
72742              From: Jan Dubois <jand@ActiveState.com>
72743              Date: Fri, 18 Aug 2000 14:22:51 -0700
72744              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
72745      Branch: perl
72746            ! lib/Win32.pod win32/win32.c
72747 ____________________________________________________________________________
72748 [  6704] By: jhi                                   on 2000/08/18  21:16:14
72749         Log: Don't eat leading os from index entries.
72750              
72751              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
72752              From: Russ Allbery <rra@stanford.edu>
72753              Date: 10 Aug 2000 20:49:25 -0700
72754              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
72755      Branch: perl
72756            ! lib/Pod/Man.pm
72757 ____________________________________________________________________________
72758 [  6703] By: jhi                                   on 2000/08/18  21:07:06
72759         Log: Add [[:blank:]] as suggested in
72760              
72761              Subject: [ID 20000716.024] [=cc=] / [:blank:]
72762              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
72763              Date: Sun, 16 Jul 2000 17:55:29 -0700
72764              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
72765              
72766              (the [=cc=] has already been taken care of by #6439
72767              so the whole bug report can be closed)
72768              
72769              and make [[:space:]] to be equivalent to isspace(3)
72770              (as opposed to \s, which is isSPACE()).  The difference
72771              is that now [[:space:]] matches the mythical vertical tab,
72772              while \s doesn't.
72773      Branch: perl
72774            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
72775            ! regexec.c t/op/pat.t
72776 ____________________________________________________________________________
72777 [  6702] By: jhi                                   on 2000/08/18  18:47:47
72778         Log: The new tests were missing from #6415.
72779      Branch: perl
72780            ! t/op/bop.t
72781 ____________________________________________________________________________
72782 [  6701] By: jhi                                   on 2000/08/18  18:20:40
72783         Log: Document the NDBM_File and ODBM_File as SDBM_File
72784              was documented in #6417.
72785      Branch: perl
72786            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
72787            ! ext/SDBM_File/SDBM_File.pm
72788 ____________________________________________________________________________
72789 [  6700] By: jhi                                   on 2000/08/18  18:10:39
72790         Log: Subject: [PATCH perl@6698] cygwin port
72791              From: "Fifer, Eric" <EFifer@sanwaint.com>
72792              Date: Fri, 18 Aug 2000 17:30:05 +0100
72793              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
72794      Branch: perl
72795            ! lib/File/Temp.pm
72796 ____________________________________________________________________________
72797 [  6699] By: jhi                                   on 2000/08/18  16:21:49
72798         Log: Document code point which makes if (defined %stash::) to work
72799              (noted by Spider Boardman).
72800      Branch: perl
72801            ! op.c
72802 ____________________________________________________________________________
72803 [  6698] By: jhi                                   on 2000/08/18  13:43:27
72804         Log: Update Changes.
72805      Branch: perl
72806            ! Changes patchlevel.h
72807 ____________________________________________________________________________
72808 [  6697] By: jhi                                   on 2000/08/18  13:35:57
72809         Log: Tiny Getopt::Long patch from Johan Vromans.
72810      Branch: perl
72811            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
72812 ____________________________________________________________________________
72813 [  6696] By: jhi                                   on 2000/08/18  13:26:14
72814         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
72815              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
72816              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
72817              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
72818      Branch: perl
72819            ! pod/perldiag.pod pod/perlsyn.pod
72820 ____________________________________________________________________________
72821 [  6695] By: jhi                                   on 2000/08/18  13:13:26
72822         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
72823              From: Daniel Chetlin <daniel@chetlin.com>
72824              Date: Fri, 18 Aug 2000 03:13:36 -0700
72825              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
72826      Branch: perl
72827            ! pod/perlfunc.pod
72828 ____________________________________________________________________________
72829 [  6694] By: jhi                                   on 2000/08/18  13:08:05
72830         Log: Subject: [PATCH] perltrap.pod spring cleaning
72831              From: Daniel Chetlin <daniel@chetlin.com>
72832              Date: Fri, 18 Aug 2000 03:06:54 -0700
72833              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
72834              
72835              plus Mike Guy's nitfix.
72836      Branch: perl
72837            ! pod/perltrap.pod
72838 ____________________________________________________________________________
72839 [  6693] By: jhi                                   on 2000/08/18  13:00:26
72840         Log: Unbuffer the output.
72841              
72842              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
72843              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72844              Date: Thu, 17 Aug 2000 18:39:29 -0700
72845              Message-ID: <RPJn5gzkgydf092yn@efn.org>
72846      Branch: perl
72847            ! t/op/fork.t
72848 ____________________________________________________________________________
72849 [  6692] By: jhi                                   on 2000/08/18  05:19:17
72850         Log: Delete the image, too, not just its MANIFEStation.
72851      Branch: perl
72852            - lib/CGI/eg/wilogo.gif
72853 ____________________________________________________________________________
72854 [  6691] By: jhi                                   on 2000/08/18  05:10:26
72855         Log: Propagate new Configure vars.
72856      Branch: perl
72857            ! configure.com epoc/config.sh uconfig.h uconfig.sh
72858            ! vos/config.def vos/config.h vos/config_h.SH_orig
72859            ! win32/config.bc win32/config.gc win32/config.vc
72860            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
72861 ____________________________________________________________________________
72862 [  6690] By: jhi                                   on 2000/08/18  04:30:56
72863         Log: Update Changes.
72864      Branch: perl
72865            ! Changes patchlevel.h
72866 ____________________________________________________________________________
72867 [  6689] By: jhi                                   on 2000/08/18  04:12:30
72868         Log: Fix the lib/complex failure of
72869              
72870              From: abigail@foad.org
72871              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
72872              Date: 15 Aug 2000 04:06:38 -0000
72873              Message-Id: <20000815040638.8524.qmail@foad.org> 
72874              
72875              Linux long double accuracy issue: something that
72876              when printed with %g looks like "2" but int() of it is 1.
72877      Branch: perl
72878            ! lib/Math/Complex.pm
72879 ____________________________________________________________________________
72880 [  6688] By: jhi                                   on 2000/08/18  03:15:35
72881         Log: The byteorder code in #6671 was wrong.
72882      Branch: perl
72883            ! configpm
72884 ____________________________________________________________________________
72885 [  6687] By: jhi                                   on 2000/08/18  02:08:42
72886         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
72887              From: Jan Dubois <jand@ActiveState.com>
72888              Date: Thu, 17 Aug 2000 18:31:55 -0700
72889              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
72890      Branch: perl
72891            ! sv.c
72892 ____________________________________________________________________________
72893 [  6686] By: jhi                                   on 2000/08/18  02:04:15
72894         Log: Use NVs in POSIX math, not doubles.
72895              
72896              From: abigail@foad.org
72897              Subject: [ID 20000817.014] POSIX & modfl
72898              Date: 17 Aug 2000 20:49:18 -0000
72899              Message-Id: <20000817204918.23123.qmail@foad.org>
72900      Branch: perl
72901            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
72902 ____________________________________________________________________________
72903 [  6685] By: jhi                                   on 2000/08/18  02:02:12
72904         Log: Introduce NVef, NVff, and NVgf, use the middle one.
72905              (helps for lib/peek + Linux + long doubles)  Reported in
72906              
72907              From: abigail@foad.org
72908              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
72909              Date: 15 Aug 2000 04:06:38 -0000
72910              Message-Id: <20000815040638.8524.qmail@foad.org> 
72911              
72912              (note: the lib/complex failure has not yet been addressed)
72913      Branch: metaconfig/U/perl
72914            ! perlxvf.U
72915      Branch: perl
72916            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72917            ! config_h.SH dump.c perl.h pod/perlguts.pod
72918 ____________________________________________________________________________
72919 [  6684] By: jhi                                   on 2000/08/17  23:22:19
72920         Log: Add byteorder to the myconfig output.
72921      Branch: perl
72922            ! myconfig.SH
72923 ____________________________________________________________________________
72924 [  6683] By: jhi                                   on 2000/08/17  23:20:19
72925         Log: The image doth not exist, spotted by Johan Vromans.
72926      Branch: perl
72927            ! MANIFEST
72928 ____________________________________________________________________________
72929 [  6682] By: jhi                                   on 2000/08/17  22:38:16
72930         Log: Document what the backtick returns if the command fails.
72931      Branch: perl
72932            ! pod/perlop.pod
72933 ____________________________________________________________________________
72934 [  6681] By: jhi                                   on 2000/08/17  22:33:12
72935         Log: Do not use prototyping here.
72936              
72937              Subject: [ID 20000817.016] [PATCH] Peek.xs
72938              From: abigail@foad.org
72939              Date: 17 Aug 2000 20:55:56 -0000
72940              Message-Id: <20000817205556.24270.qmail@foad.org>
72941      Branch: perl
72942            ! ext/Devel/Peek/Makefile.PL
72943 ____________________________________________________________________________
72944 [  6680] By: jhi                                   on 2000/08/17  19:46:43
72945         Log: Don't propose using modules built for 5.005 if no binary
72946              compatibility with 5.005 is attempted.
72947              
72948              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
72949              Subject: Minor nit with 5.7.0 (6655)
72950              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
72951              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
72952      Branch: metaconfig
72953            ! U/installdirs/inc_version_list.U
72954      Branch: perl
72955            ! Configure config_h.SH
72956 ____________________________________________________________________________
72957 [  6679] By: jhi                                   on 2000/08/17  19:16:39
72958         Log: Microperl config update.
72959      Branch: perl
72960            ! uconfig.h uconfig.sh
72961 ____________________________________________________________________________
72962 [  6678] By: jhi                                   on 2000/08/17  19:16:13
72963         Log: The #6648 wasn't protective enough for limited platforms
72964              (like microperl).
72965      Branch: perl
72966            ! dump.c sv.c
72967 ____________________________________________________________________________
72968 [  6677] By: jhi                                   on 2000/08/17  14:46:35
72969         Log: Update Changes.
72970      Branch: perl
72971            ! Changes patchlevel.h
72972 ____________________________________________________________________________
72973 [  6676] By: jhi                                   on 2000/08/17  14:44:02
72974         Log: Add perlebcdic from Peter Prymmer, regen toc.
72975      Branch: perl
72976            + pod/perlebcdic.pod
72977            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
72978 ____________________________________________________________________________
72979 [  6675] By: jhi                                   on 2000/08/17  14:41:52
72980         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
72981      Branch: perl
72982            ! pod/perldebtut.pod
72983 ____________________________________________________________________________
72984 [  6674] By: jhi                                   on 2000/08/17  14:29:43
72985         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
72986              
72987              Subject: [ID 20000724.006] -DLEAKTEST problem
72988              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
72989              Date: Tue, 25 Jul 2000 00:36:32 -0500
72990              Message-Id: <20000725003632.A26186@www.llamacom.com>
72991              
72992              Reminder sent
72993              
72994              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
72995              From: Hugo <hv@crypt.compulink.co.uk>
72996              Date: Thu, 17 Aug 2000 15:23:42 +0100
72997              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
72998      Branch: perl
72999            ! util.c
73000 ____________________________________________________________________________
73001 [  6673] By: jhi                                   on 2000/08/17  04:07:10
73002         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
73003              From: John Peacock <JPeacock@UnivPress.com>
73004              Date: Tue, 01 Aug 2000 09:38:12 -0400
73005              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
73006      Branch: perl
73007            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
73008 ____________________________________________________________________________
73009 [  6672] By: jhi                                   on 2000/08/17  03:04:35
73010         Log: Subject: [PATCH] Cwd.pm now uses strict
73011              From: Tim Jenness <timj@jach.hawaii.edu>
73012              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
73013              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
73014      Branch: perl
73015            ! lib/Cwd.pm
73016 ____________________________________________________________________________
73017 [  6671] By: jhi                                   on 2000/08/17  02:16:35
73018         Log: Make $Config{byteorder} more magical so that it is
73019              dynamically computed: nice for 'fat binaries'.
73020              
73021              Subject: [PATCH]: default byteorder
73022              From: Wilfredo Sánchez <wsanchez@apple.com>
73023              Date: Mon, 31 Jul 2000 19:45:31 -0700
73024              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
73025      Branch: perl
73026            ! configpm
73027 ____________________________________________________________________________
73028 [  6670] By: gsar                                  on 2000/08/17  01:22:21
73029         Log: move WNOHANG definition to where other such things are
73030      Branch: perl
73031            ! win32/win32.h
73032 ____________________________________________________________________________
73033 [  6669] By: jhi                                   on 2000/08/17  01:19:17
73034         Log: Update Changes.
73035      Branch: perl
73036            ! Changes patchlevel.h
73037 ____________________________________________________________________________
73038 [  6668] By: jhi                                   on 2000/08/17  01:16:29
73039         Log: Doc nits spotted by Richard Soderberg.
73040      Branch: perl
73041            ! README.posix-bc README.vmesa
73042 ____________________________________________________________________________
73043 [  6667] By: jhi                                   on 2000/08/17  01:12:11
73044         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
73045              From: "Casey R. Tweten" <crt@kiski.net>
73046              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
73047              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
73048      Branch: perl
73049            ! pod/perldebtut.pod
73050 ____________________________________________________________________________
73051 [  6666] By: jhi                                   on 2000/08/17  01:09:31
73052         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
73053              From: "Casey R. Tweten" <crt@kiski.net>
73054              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
73055              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
73056      Branch: perl
73057            ! lib/Shell.pm
73058 ____________________________________________________________________________
73059 [  6665] By: gsar                                  on 2000/08/17  01:03:52
73060         Log: add "ok" targets from change#6632 in makefile.mk
73061      Branch: perl
73062            ! pod/perlport.pod win32/Makefile win32/makefile.mk
73063 ____________________________________________________________________________
73064 [  6664] By: gsar                                  on 2000/08/17  00:56:11
73065         Log: avoid warnings from dense compiler
73066      Branch: perl
73067            ! win32/win32.c
73068 ____________________________________________________________________________
73069 [  6663] By: jhi                                   on 2000/08/17  00:51:49
73070         Log: Tweak the regex compilation errors once more.
73071      Branch: perl
73072            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
73073            ! t/op/regmesg.t t/pragma/warn/regcomp
73074 ____________________________________________________________________________
73075 [  6662] By: gsar                                  on 2000/08/17  00:28:19
73076         Log: trailing new %ENV entries weren't being pushed into the real
73077              environment of subprocesses on Windows
73078      Branch: perl
73079            ! t/op/magic.t win32/perlhost.h
73080 ____________________________________________________________________________
73081 [  6661] By: gsar                                  on 2000/08/17  00:19:20
73082         Log: waitpid() now handles externally spawned pids correctly;
73083              fixes for backtick/wait/waitpid failures on Windows 9x
73084              
73085              these changes make the pid returned by process functions on
73086              Windows 9x always positive by clearing the high bit (which
73087              is always set on Win9x); pseudo-process PIDs are likewise
73088              always negative now on Win9x (just as on NT/2000)
73089      Branch: perl
73090            ! pp_sys.c win32/perlhost.h win32/win32.c
73091 ____________________________________________________________________________
73092 [  6660] By: jhi                                   on 2000/08/17  00:04:32
73093         Log: Retract #6645.
73094      Branch: perl
73095            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73096            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
73097            ! t/op/sprintf.t
73098 ____________________________________________________________________________
73099 [  6659] By: gsar                                  on 2000/08/16  23:59:28
73100         Log: on windows, the return values from wait() and waitpid() don't
73101              match those of pseudo-pids
73102      Branch: perl
73103            ! pp_sys.c t/op/fork.t util.c win32/win32.c
73104 ____________________________________________________________________________
73105 [  6658] By: gsar                                  on 2000/08/16  23:56:14
73106         Log: pod nit seen in passing
73107      Branch: perl
73108            ! pod/perlfunc.pod
73109 ____________________________________________________________________________
73110 [  6657] By: gsar                                  on 2000/08/16  23:53:42
73111         Log: change#6328 could make close(SOCKET) return false on windows
73112              when it shouldn't
73113      Branch: perl
73114            ! win32/win32sck.c
73115 ____________________________________________________________________________
73116 [  6656] By: gsar                                  on 2000/08/16  23:46:57
73117         Log: check that the number pseudo children doesn't exceed
73118              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
73119              the WaitForMultipleObjects() limit that would cause wait()
73120              to crash)
73121              
73122              wait() and waitpid() could potentially be rewritten to use
73123              more than one thread to do the waiting to eliminate this
73124              limitation
73125      Branch: perl
73126            ! win32/perlhost.h
73127 ____________________________________________________________________________
73128 [  6655] By: jhi                                   on 2000/08/16  14:11:05
73129         Log: Update Changes.
73130      Branch: perl
73131            ! Changes patchlevel.h
73132 ____________________________________________________________________________
73133 [  6654] By: jhi                                   on 2000/08/16  14:10:12
73134         Log: Update to perldebtut 1.9, from Richard Foley.
73135      Branch: perl
73136            ! pod/perldebtut.pod
73137 ____________________________________________________________________________
73138 [  6653] By: jhi                                   on 2000/08/16  14:08:17
73139         Log: Change the regx compilation error markers to use = instead of <
73140              since pod makes using the latter quite messy.  Reported in
73141              ID 20000814.006 by Abigail and in
73142              Subject: Unknown escape E<> ?
73143              From: Lupe Christoph <lupe@lupe-christoph.de>
73144              Date: Fri, 11 Aug 2000 00:30:27 +0200
73145              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
73146      Branch: perl
73147            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
73148            ! t/op/regmesg.t t/pragma/warn/regcomp
73149 ____________________________________________________________________________
73150 [  6652] By: jhi                                   on 2000/08/16  13:25:31
73151         Log: Change the perlbug address to perl.org since it's more forgiving.
73152              
73153              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
73154              From: abigail@foad.org
73155              Date: 15 Aug 2000 04:15:40 -0000
73156              Message-Id: <20000815041540.8633.qmail@foad.org>
73157      Branch: perl
73158            ! utils/perlbug.PL
73159 ____________________________________________________________________________
73160 [  6651] By: jhi                                   on 2000/08/16  13:22:35
73161         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
73162              From: Tim Jenness <timj@jach.hawaii.edu>
73163              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
73164              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
73165      Branch: perl
73166            ! lib/Cwd.pm
73167 ____________________________________________________________________________
73168 [  6650] By: jhi                                   on 2000/08/16  13:18:13
73169         Log: Update to CPAN 1.57.
73170              
73171              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
73172              From: andreas.koenig@anima.de (Andreas J. Koenig)
73173              Date: 16 Aug 2000 15:09:46 +0200
73174              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
73175      Branch: perl
73176            ! lib/CPAN.pm
73177 ____________________________________________________________________________
73178 [  6649] By: jhi                                   on 2000/08/16  13:12:31
73179         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
73180              From: "Larry W. Virden" <lvirden@cas.org>
73181              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
73182              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
73183      Branch: perl
73184            ! README.hpux
73185 ____________________________________________________________________________
73186 [  6648] By: jhi                                   on 2000/08/16  13:03:53
73187         Log: The numeric locale was reset to "C" by s?printf and never restored.
73188              
73189              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
73190              From: Christian Kirsch <ck@held.mind.de>
73191              Date: Wed, 9 Aug 2000 17:05:17 +0200
73192              Message-Id: <20000809170517.A25389@held>
73193              
73194              No test since adding the failing example to locale.t
73195              does not fail -- probably because the locale settings are so
73196              thoroughly tweaked by that time.  Running the example standalone
73197              does fail, though.  UPDATE: test case added at change #7540.
73198      Branch: perl
73199            ! dump.c perl.h pp.c pp_ctl.c sv.c
73200 ____________________________________________________________________________
73201 [  6647] By: jhi                                   on 2000/08/16  00:07:54
73202         Log: Update Changes and test semi-automatic patchlevel updating.
73203      Branch: perl
73204            ! Changes patchlevel.h
73205 ____________________________________________________________________________
73206 [  6646] By: jhi                                   on 2000/08/15  23:35:07
73207         Log: Fix a dependency problem.
73208              
73209              Subject: [PATCH: 6640] VMS Makefile.SH update
73210              From: Peter Prymmer <pvhp@forte.com>
73211              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
73212              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
73213      Branch: perl
73214            ! vms/descrip_mms.template
73215 ____________________________________________________________________________
73216 [  6645] By: jhi                                   on 2000/08/15  23:33:23
73217         Log: (Retracted by #6660)
73218              
73219              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
73220              From: Dominic Dunlop <domo@computer.org>
73221              Date: Tue, 15 Aug 2000 22:20:52 +0200
73222              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
73223      Branch: metaconfig/U/perl
73224            + d_printfed.U
73225      Branch: perl
73226            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73227            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
73228            ! t/op/sprintf.t
73229 ____________________________________________________________________________
73230 [  6644] By: jhi                                   on 2000/08/15  21:17:20
73231         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
73232              From: abigail@foad.org
73233              Date: 15 Aug 2000 20:12:41 -0000
73234              Message-Id: <20000815201241.25556.qmail@foad.org>
73235      Branch: perl
73236            ! INSTALL
73237 ____________________________________________________________________________
73238 [  6643] By: jhi                                   on 2000/08/15  21:15:28
73239         Log: (an already applied patch)
73240      Branch: perl
73241            ! lib/CGI.pm
73242 ____________________________________________________________________________
73243 [  6642] By: gsar                                  on 2000/08/15  19:54:05
73244         Log: magic callbacks all need to have same type signature
73245      Branch: perl
73246            ! embed.pl mg.c proto.h
73247 ____________________________________________________________________________
73248 [  6641] By: jhi                                   on 2000/08/15  17:56:27
73249         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)
73250              From: Mike Guy <mjtg@cam.ac.uk>
73251              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
73252              Date: Tue, 15 Aug 2000 18:26:45 +0100
73253              
73254              Only the peek.t part applied, not the hash quality part.
73255      Branch: perl
73256            ! t/lib/peek.t
73257 ____________________________________________________________________________
73258 [  6640] By: jhi                                   on 2000/08/15  16:37:37
73259         Log: Update Changes.
73260      Branch: perl
73261            ! Changes
73262 ____________________________________________________________________________
73263 [  6639] By: jhi                                   on 2000/08/15  16:34:55
73264         Log: Missed a file from #6638.
73265      Branch: perl
73266            ! lib/File/Temp.pm
73267 ____________________________________________________________________________
73268 [  6638] By: jhi                                   on 2000/08/15  16:33:19
73269         Log: Subject: [PATCH perl@6620] cygwin port
73270              From: "Fifer, Eric" <EFifer@sanwaint.com>
73271              Date: Tue, 15 Aug 2000 17:00:49 +0100
73272              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
73273      Branch: perl
73274            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
73275 ____________________________________________________________________________
73276 [  6637] By: jhi                                   on 2000/08/15  16:29:22
73277         Log: Subject: [PATCH] debugger exit code should reflect user exit code
73278              From: Mike Guy <mjtg@cam.ac.uk>
73279              Date: Tue, 15 Aug 2000 16:55:59 +0100
73280              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
73281      Branch: perl
73282            ! lib/perl5db.pl
73283 ____________________________________________________________________________
73284 [  6636] By: jhi                                   on 2000/08/15  15:30:58
73285         Log: Update Changes.
73286      Branch: perl
73287            ! Changes
73288 ____________________________________________________________________________
73289 [  6635] By: jhi                                   on 2000/08/15  15:27:21
73290         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
73291      Branch: metaconfig
73292            ! U/mkglossary U/mksample
73293      Branch: metaconfig/U/perl
73294            ! Devel.U
73295      Branch: perl
73296            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73297 ____________________________________________________________________________
73298 [  6634] By: jhi                                   on 2000/08/15  14:11:55
73299         Log: Don't blow limited stacks, a lower number is enough to
73300              tickle the lookbehind limit.
73301              
73302              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
73303              From: Dominic Dunlop <domo@computer.org>
73304              Date: Tue, 15 Aug 2000 13:51:24 +0200
73305              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
73306      Branch: perl
73307            ! t/op/regmesg.t
73308 ____________________________________________________________________________
73309 [  6633] By: jhi                                   on 2000/08/15  14:01:46
73310         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
73311              From: Mike Guy <mjtg@cam.ac.uk>
73312              Date: Tue, 15 Aug 2000 12:10:50 +0100
73313              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
73314      Branch: perl
73315            ! utils/perldoc.PL
73316 ____________________________________________________________________________
73317 [  6632] By: jhi                                   on 2000/08/15  13:58:48
73318         Log: make ok etc also for win32.
73319              
73320              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
73321              From: Prymmer/Kahn <pvhp@best.com>
73322              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
73323              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
73324      Branch: perl
73325            ! win32/Makefile
73326 ____________________________________________________________________________
73327 [  6631] By: jhi                                   on 2000/08/15  13:45:03
73328         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
73329      Branch: perl
73330            ! lib/Test.pm
73331 ____________________________________________________________________________
73332 [  6630] By: jhi                                   on 2000/08/15  03:25:09
73333         Log: Update Changes.
73334      Branch: perl
73335            ! Changes
73336 ____________________________________________________________________________
73337 [  6629] By: jhi                                   on 2000/08/15  03:23:53
73338         Log: magic_regdatum_set() is void, not int.
73339      Branch: perl
73340            ! embed.pl mg.c proto.h
73341 ____________________________________________________________________________
73342 [  6628] By: jhi                                   on 2000/08/15  03:08:02
73343         Log: Make the user to give up his firstborn, err, to knowingly
73344              verify installing an unstable developer release.  Also bump
73345              the release to 5.7.0, but leave a patch tag in the local
73346              patches saying that this is not yet the real thing.
73347      Branch: metaconfig
73348            ! U/modified/Instruct.U
73349      Branch: metaconfig/U/perl
73350            + Devel.U
73351      Branch: perl
73352            ! Configure patchlevel.h
73353 ____________________________________________________________________________
73354 [  6627] By: jhi                                   on 2000/08/14  22:32:52
73355         Log: README.os2 update.
73356              
73357              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
73358              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73359              Date: Wed, 02 Aug 2000 21:55:09 -0700
73360              Message-ID: <tsPi5gzkgegX092yn@efn.org>
73361      Branch: perl
73362            ! README.os2
73363 ____________________________________________________________________________
73364 [  6626] By: jhi                                   on 2000/08/14  21:00:02
73365         Log: Subject: Re: File::Temp problems on VMS in bleedperl
73366              From: Tim Jenness <timj@jach.hawaii.edu>
73367              cc: vmsperl@perl.org
73368              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
73369              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
73370      Branch: perl
73371            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
73372 ____________________________________________________________________________
73373 [  6625] By: jhi                                   on 2000/08/14  20:52:16
73374         Log: Add SUIDMAIL as was done for the CERT alert.
73375      Branch: perl
73376            ! patchlevel.h
73377 ____________________________________________________________________________
73378 [  6624] By: jhi                                   on 2000/08/14  20:48:50
73379         Log: Subject: sfio2000
73380              From: Daniel Muino <dmuino@afip.gov.ar>
73381              Date: Mon, 14 Aug 2000 16:58:11 -0300
73382              Message-ID: <20000814165811.B16368@con2-dgi>
73383      Branch: perl
73384            ! perlsdio.h perlsfio.h
73385 ____________________________________________________________________________
73386 [  6623] By: jhi                                   on 2000/08/14  20:47:36
73387         Log: Subject: warning: storage class after type is obsolescent
73388              From: Daniel Muino <dmuino@afip.gov.ar>
73389              Date: Mon, 14 Aug 2000 16:42:47 -0300
73390              Message-ID: <20000814164247.A16368@con2-dgi>
73391      Branch: perl
73392            ! regcomp.pl regnodes.h
73393 ____________________________________________________________________________
73394 [  6622] By: jhi                                   on 2000/08/14  20:43:05
73395         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
73396              From: abigail@foad.org
73397              Date: 14 Aug 2000 20:00:10 -0000
73398              Message-Id: <20000814200010.27271.qmail@foad.org>
73399      Branch: perl
73400            ! Changes
73401 ____________________________________________________________________________
73402 [  6621] By: jhi                                   on 2000/08/14  15:23:05
73403         Log: Update Changes.
73404      Branch: perl
73405            ! Changes
73406 ____________________________________________________________________________
73407 [  6620] By: jhi                                   on 2000/08/14  15:22:14
73408         Log: Subject: Re: [PATCH] @+, @- readonly
73409              From: Mike Guy <mjtg@cam.ac.uk>
73410              Date: Mon, 14 Aug 2000 15:26:55 +0100
73411              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
73412      Branch: perl
73413            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
73414            ! sv.c t/op/pat.t
73415 ____________________________________________________________________________
73416 [  6619] By: jhi                                   on 2000/08/14  14:12:08
73417         Log: Update Changes.
73418      Branch: perl
73419            ! Changes
73420 ____________________________________________________________________________
73421 [  6618] By: jhi                                   on 2000/08/14  14:09:34
73422         Log: For now remove the mail code.
73423      Branch: perl
73424            ! perl.c
73425 ____________________________________________________________________________
73426 [  6617] By: jhi                                   on 2000/08/14  14:08:28
73427         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
73428      Branch: perl
73429            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
73430            ! pod/perlfaq8.pod pod/perlsec.pod
73431 ____________________________________________________________________________
73432 [  6616] By: jhi                                   on 2000/08/14  14:00:11
73433         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
73434              From: Mike Guy <mjtg@cam.ac.uk>
73435              Date: Mon, 14 Aug 2000 08:26:02 +0100
73436              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
73437      Branch: perl
73438            ! lib/perl5db.pl
73439 ____________________________________________________________________________
73440 [  6615] By: jhi                                   on 2000/08/14  13:58:45
73441         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
73442              From: Mike Guy <mjtg@cam.ac.uk>
73443              Date: Mon, 14 Aug 2000 08:04:22 +0100
73444              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
73445      Branch: perl
73446            ! gv.c mg.c t/op/pat.t
73447 ____________________________________________________________________________
73448 [  6614] By: jhi                                   on 2000/08/14  13:56:45
73449         Log: Subject: Test fails / warnings with perl-current #6612
73450              From: Mike Guy <mjtg@cam.ac.uk>
73451              Date: Mon, 14 Aug 2000 07:57:23 +0100
73452              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
73453      Branch: perl
73454            ! t/lib/b.t t/lib/peek.t
73455 ____________________________________________________________________________
73456 [  6613] By: jhi                                   on 2000/08/14  13:45:33
73457         Log: VMS configure.com update continues.
73458      Branch: perl
73459            - vms/configure.com
73460            ! MANIFEST configure.com
73461 ____________________________________________________________________________
73462 [  6612] By: jhi                                   on 2000/08/13  22:13:35
73463         Log: Update Changes.
73464      Branch: perl
73465            ! Changes
73466 ____________________________________________________________________________
73467 [  6611] By: jhi                                   on 2000/08/13  16:21:45
73468         Log: Upgrade to CGI 2.71, from Lincoln Stein.
73469      Branch: perl
73470            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
73471 ____________________________________________________________________________
73472 [  6610] By: jhi                                   on 2000/08/13  15:09:16
73473         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
73474              From: Mike Guy <mjtg@cam.ac.uk>
73475              Date: Sun, 13 Aug 2000 13:45:51 +0100
73476              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
73477      Branch: perl
73478            ! t/op/regmesg.t
73479 ____________________________________________________________________________
73480 [  6609] By: jhi                                   on 2000/08/13  14:31:26
73481         Log: Andreas says that 1.56 is fine, so reverting back to it.
73482      Branch: perl
73483            ! lib/CPAN.pm
73484 ____________________________________________________________________________
73485 [  6608] By: jhi                                   on 2000/08/13  05:34:20
73486         Log: Update Changes.
73487      Branch: perl
73488            ! Changes
73489 ____________________________________________________________________________
73490 [  6607] By: jhi                                   on 2000/08/13  05:32:01
73491         Log: Put back the \z changes of #5406 to CPAN.pm.
73492      Branch: perl
73493            ! lib/CPAN.pm
73494 ____________________________________________________________________________
73495 [  6606] By: jhi                                   on 2000/08/13  05:20:16
73496         Log: Fix-n-skip the tests under 5005threads.
73497      Branch: perl
73498            ! t/lib/b.t
73499 ____________________________________________________________________________
73500 [  6605] By: jhi                                   on 2000/08/13  05:07:48
73501         Log: Fix the test for 5005threads.
73502      Branch: perl
73503            ! t/lib/peek.t
73504 ____________________________________________________________________________
73505 [  6604] By: jhi                                   on 2000/08/13  03:35:37
73506         Log: Should have deleted this in #6603.
73507      Branch: perl
73508            - vms/subconfigure.com
73509 ____________________________________________________________________________
73510 [  6603] By: jhi                                   on 2000/08/12  18:29:32
73511         Log: Rewrite of vms/subconfigure.com as configure.com,
73512              from Peter Prymmer and the vmsperl crew.
73513      Branch: perl
73514            + vms/configure.com
73515            ! MANIFEST
73516 ____________________________________________________________________________
73517 [  6602] By: jhi                                   on 2000/08/11  13:00:01
73518         Log: PlainText.pm is dead.
73519      Branch: perl
73520            - lib/Pod/PlainText.pm
73521            ! MANIFEST
73522 ____________________________________________________________________________
73523 [  6601] By: jhi                                   on 2000/08/11  04:06:45
73524         Log: Update Changes.
73525      Branch: perl
73526            ! Changes
73527 ____________________________________________________________________________
73528 [  6600] By: jhi                                   on 2000/08/11  04:06:10
73529         Log: Add a few missing files, update MANIFEST.
73530      Branch: perl
73531            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
73532            + lib/Pod/PlainText.pm t/pod/find.t
73533            ! MANIFEST t/op/regmesg.t
73534 ____________________________________________________________________________
73535 [  6599] By: jhi                                   on 2000/08/11  03:31:10
73536         Log: Add Perl debugging tutorial, regen toc. 
73537              
73538              Subject: perldebtut.pod
73539              From: Richard Foley <Richard.Foley@m.dasa.de>
73540              Date: Wed, 09 Aug 2000 10:17:15 +0200
73541              Message-id: <3991138B.262247B8@m.dasa.de>
73542      Branch: perl
73543            + pod/perldebtut.pod
73544            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
73545 ____________________________________________________________________________
73546 [  6598] By: jhi                                   on 2000/08/11  02:48:56
73547         Log: tiny Changes edit
73548      Branch: perl
73549            ! Changes
73550 ____________________________________________________________________________
73551 [  6597] By: jhi                                   on 2000/08/11  02:39:04
73552         Log: Tests for #6589.
73553              
73554              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
73555              From: simon@brecon.co.uk (Simon Cozens)
73556              Date: 11 Aug 2000 02:24:52 GMT
73557              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
73558      Branch: perl
73559            ! t/lib/b.t
73560 ____________________________________________________________________________
73561 [  6596] By: jhi                                   on 2000/08/11  01:50:07
73562         Log: Update Changes.
73563      Branch: perl
73564            ! Changes
73565 ____________________________________________________________________________
73566 [  6595] By: jhi                                   on 2000/08/11  01:47:16
73567         Log: nitfix
73568      Branch: perl
73569            ! Changes
73570 ____________________________________________________________________________
73571 [  6594] By: jhi                                   on 2000/08/11  01:36:16
73572         Log: Subject: Getting perlio and threads to compile
73573              From: Lupe Christoph <lupe@lupe-christoph.de>
73574              Date: Wed, 9 Aug 2000 11:35:54 +0200
73575              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
73576              
73577              (the Solaris version changes in Configure skipped)
73578      Branch: perl
73579            ! hints/solaris_2.sh thread.h
73580 ____________________________________________________________________________
73581 [  6593] By: jhi                                   on 2000/08/11  01:30:16
73582         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
73583              From: simon@brecon.co.uk (Simon Cozens)
73584              Date: 1 Aug 2000 06:55:19 GMT
73585              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
73586      Branch: perl
73587            ! lib/utf8.pm
73588 ____________________________________________________________________________
73589 [  6592] By: jhi                                   on 2000/08/11  01:26:39
73590         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
73591              From: Peter Scott <Peter@PeterScott.com>
73592              Date: Thu, 10 Aug 2000 08:23:27 -0700
73593              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
73594      Branch: perl
73595            ! lib/perl5db.pl
73596 ____________________________________________________________________________
73597 [  6591] By: jhi                                   on 2000/08/11  01:22:02
73598         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
73599              From: Hugo <hv@crypt.compulink.co.uk>
73600              Date: Thu, 10 Aug 2000 19:23:04 +0100
73601              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
73602      Branch: perl
73603            ! regexec.c t/op/pat.t
73604 ____________________________________________________________________________
73605 [  6590] By: jhi                                   on 2000/08/11  01:19:19
73606         Log: Preprocessing and postprocessing for File::Find.
73607              
73608              Subject: Patch to Find::File.pm to allow alphabetical results
73609              From: Joe Smith <jsmith@inwap.com>
73610              Date: Wed, 9 Aug 2000 02:44:54 -0700
73611              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
73612      Branch: perl
73613            ! lib/File/Find.pm
73614 ____________________________________________________________________________
73615 [  6589] By: jhi                                   on 2000/08/11  01:12:39
73616         Log: B::Deparse didn't do sub attributes.
73617              
73618              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
73619              From: simon@brecon.co.uk (Simon Cozens)
73620              Date: 9 Aug 2000 04:49:20 GMT
73621              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
73622      Branch: perl
73623            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
73624 ____________________________________________________________________________
73625 [  6588] By: jhi                                   on 2000/08/11  01:06:40
73626         Log: Subject: debugger "d" command doesnt check line number
73627              From: Mike Guy <mjtg@cam.ac.uk>
73628              Date: Tue, 08 Aug 2000 21:54:29 +0100
73629              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
73630      Branch: perl
73631            ! lib/perl5db.pl mg.c pod/perldiag.pod
73632 ____________________________________________________________________________
73633 [  6587] By: jhi                                   on 2000/08/11  00:45:03
73634         Log: sleep(1) does not necessarily return 1.
73635              
73636              Subject: [PATCH bleadperl] op/lex_assign.t  
73637              From: Hugo <hv@crypt.compulink.co.uk>
73638              Date: Thu, 03 Aug 2000 14:34:22 +0100        
73639              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
73640      Branch: perl
73641            ! t/op/lex_assign.t
73642 ____________________________________________________________________________
73643 [  6586] By: jhi                                   on 2000/08/11  00:31:50
73644         Log: Document the IO::Select timeout.
73645      Branch: perl
73646            ! ext/IO/lib/IO/Select.pm
73647 ____________________________________________________________________________
73648 [  6585] By: jhi                                   on 2000/08/11  00:13:54
73649         Log: Forgot contributor.
73650      Branch: perl
73651            ! Changes
73652 ____________________________________________________________________________
73653 [  6584] By: jhi                                   on 2000/08/11  00:09:19
73654         Log: detypo
73655      Branch: perl
73656            ! Changes
73657 ____________________________________________________________________________
73658 [  6583] By: jhi                                   on 2000/08/11  00:07:53
73659         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
73660              
73661              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
73662              From: Mike Guy <mjtg@cam.ac.uk> 
73663              Date: Thu, 10 Aug 2000 15:50:54 +0100
73664              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
73665      Branch: perl
73666            ! sv.c t/op/int.t
73667 ____________________________________________________________________________
73668 [  6582] By: jhi                                   on 2000/08/10  23:29:32
73669         Log: Update Changes.
73670      Branch: perl
73671            ! Changes
73672 ____________________________________________________________________________
73673 [  6581] By: jhi                                   on 2000/08/10  23:26:16
73674         Log: Put back the std @INC thing.
73675      Branch: perl
73676            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
73677            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
73678            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
73679            ! t/lib/gol-oo.t
73680 ____________________________________________________________________________
73681 [  6580] By: jhi                                   on 2000/08/10  23:03:34
73682         Log: Update to CGI 2.70, from Lincoln Stein.
73683      Branch: perl
73684            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
73685            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
73686            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
73687            ! t/lib/cgi-request.t
73688 ____________________________________________________________________________
73689 [  6579] By: jhi                                   on 2000/08/10  22:41:50
73690         Log: Update to CPAN 1.56, from Andreas König.
73691      Branch: perl
73692            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73693 ____________________________________________________________________________
73694 [  6578] By: jhi                                   on 2000/08/10  22:38:13
73695         Log: Update to Pod::Parser 1.17, from Brad Appleton.
73696      Branch: perl
73697            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
73698            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
73699            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
73700            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
73701            ! t/pod/include.t t/pod/included.t t/pod/lref.t
73702            ! t/pod/multiline_items.t t/pod/nested_items.t
73703            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
73704            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
73705            ! t/pod/special_seqs.t
73706 ____________________________________________________________________________
73707 [  6577] By: jhi                                   on 2000/08/10  22:35:41
73708         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
73709      Branch: perl
73710            ! AUTHORS MAINTAIN
73711 ____________________________________________________________________________
73712 [  6576] By: jhi                                   on 2000/08/10  22:24:54
73713         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
73714      Branch: perl
73715            + t/lib/gol-oo.t
73716            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
73717            ! t/lib/gol-compat.t t/lib/gol-linkage.t
73718 ____________________________________________________________________________
73719 [  6575] By: jhi                                   on 2000/08/10  22:02:07
73720         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
73721      Branch: perl
73722            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
73723 ____________________________________________________________________________
73724 [  6574] By: jhi                                   on 2000/08/10  21:55:03
73725         Log: Iterating perl6 description.
73726      Branch: perl
73727            ! pod/perlfaq1.pod
73728 ____________________________________________________________________________
73729 [  6573] By: jhi                                   on 2000/08/10  21:48:26
73730         Log: Revert the sv.c part of #6559, a better fix is needed.
73731      Branch: perl
73732            ! sv.c
73733 ____________________________________________________________________________
73734 [  6572] By: jhi                                   on 2000/08/10  20:33:43
73735         Log: It's the 2ndO'ROSSC.
73736      Branch: perl
73737            ! pod/perlfaq1.pod
73738 ____________________________________________________________________________
73739 [  6571] By: jhi                                   on 2000/08/10  15:55:48
73740         Log: detypo
73741      Branch: perl
73742            ! pod/perlfaq1.pod
73743 ____________________________________________________________________________
73744 [  6570] By: jhi                                   on 2000/08/10  14:11:17
73745         Log: An exceptionally sticky typo.
73746      Branch: perl
73747            ! Changes
73748 ____________________________________________________________________________
73749 [  6569] By: jhi                                   on 2000/08/10  14:09:33
73750         Log: detypo (and test Changes updating script)
73751      Branch: perl
73752            ! Changes
73753 ____________________________________________________________________________
73754 [  6568] By: jhi                                   on 2000/08/10  14:07:07
73755         Log: Update Changes.
73756      Branch: perl
73757            ! Changes
73758 ____________________________________________________________________________
73759 [  6567] By: jhi                                   on 2000/08/10  14:06:19
73760         Log: Amend the description of Perl6.
73761              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
73762              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
73763              Date: Wed, 9 Aug 2000 22:11:06 -0500
73764              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
73765      Branch: perl
73766            ! pod/perlfaq1.pod
73767 ____________________________________________________________________________
73768 [  6566] By: jhi                                   on 2000/08/10  13:58:57
73769         Log: Subject: Remove dead entry in perldiag
73770              From: Mike Guy <mjtg@cam.ac.uk>
73771              Date: Thu, 10 Aug 2000 14:19:19 +0100
73772              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
73773      Branch: perl
73774            ! pod/perldiag.pod
73775 ____________________________________________________________________________
73776 [  6565] By: jhi                                   on 2000/08/10  13:51:48
73777         Log: Zero entries were skipped, fix from Adrian Goalby
73778              <argoalby@yahoo.co.uk>
73779      Branch: perl
73780            ! lib/unicode/Number.pl lib/unicode/mktables.PL
73781 ____________________________________________________________________________
73782 [  6564] By: jhi                                   on 2000/08/10  13:00:12
73783         Log: Subject: [PATCH 5.6.0] cygwin port
73784              From: "Fifer, Eric" <EFifer@sanwaint.com>
73785              Date: Thu, 10 Aug 2000 13:15:36 +0100
73786              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
73787      Branch: perl
73788            ! README.cygwin hints/cygwin.sh
73789 ____________________________________________________________________________
73790 [  6563] By: jhi                                   on 2000/08/10  12:55:16
73791         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
73792      Branch: perl
73793            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
73794 ____________________________________________________________________________
73795 [  6562] By: gsar                                  on 2000/08/10  08:38:39
73796         Log: warn is a macro, avoid using at a variable to avoid warnings
73797              in some configurations; readdir.t is too conservative in
73798              estimating number of *.t's
73799      Branch: perl
73800            ! t/op/readdir.t util.c
73801 ____________________________________________________________________________
73802 [  6561] By: jhi                                   on 2000/08/09  23:35:42
73803         Log: Update Changes.
73804      Branch: perl
73805            ! Changes
73806 ____________________________________________________________________________
73807 [  6560] By: jhi                                   on 2000/08/09  23:05:47
73808         Log: Subject: Re: enhanced(?) regex error messages
73809              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
73810              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
73811              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
73812              
73813              (plus two small patches sent privately)
73814              (this still seems to leave few test failures)
73815      Branch: perl
73816            + t/op/regmesg.t
73817            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
73818            ! t/pragma/warn/regcomp
73819 ____________________________________________________________________________
73820 [  6559] By: jhi                                   on 2000/08/09  20:41:18
73821         Log: (The fix did work but was not right, retracted in #6573)
73822              
73823              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
73824              From: Christian Kirsch <ck@held.mind.de>
73825              Date: Wed, 9 Aug 2000 17:05:17 +0200
73826              Message-Id: <20000809170517.A25389@held>
73827      Branch: perl
73828            ! sv.c t/pragma/locale.t
73829 ____________________________________________________________________________
73830 [  6558] By: jhi                                   on 2000/08/08  22:34:08
73831         Log: Tiny updates on the contributors list.
73832      Branch: perl
73833            ! Changes
73834 ____________________________________________________________________________
73835 [  6557] By: jhi                                   on 2000/08/08  19:34:28
73836         Log: Double check that we have a dirhandle.
73837      Branch: perl
73838            ! util.c
73839 ____________________________________________________________________________
73840 [  6556] By: jhi                                   on 2000/08/08  19:01:51
73841         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
73842              May be repopulated with fresh maintained examples.
73843      Branch: perl
73844            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
73845            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
73846            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
73847            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
73848            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
73849            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
73850            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
73851            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
73852            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
73853            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
73854            + lib/CGI/eg/wilogo_gif.uu
73855            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
73856            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
73857            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
73858            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
73859            - eg/cgi/frameset.cgi eg/cgi/index.html
73860            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
73861            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
73862            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
73863            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
73864            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
73865            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
73866            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
73867            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
73868            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
73869            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
73870            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
73871            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
73872            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
73873            - eg/van/vanish eg/who eg/wrapsuid
73874            ! MANIFEST
73875 ____________________________________________________________________________
73876 [  6555] By: jhi                                   on 2000/08/08  18:51:08
73877         Log: Delete chat2 as requested by Randal.
73878              
73879              Subject: Re: perlfaq8 coyness
73880              From: merlyn@stonehenge.com (Randal L. Schwartz) 
73881              Date: 15 May 2000 18:52:42 -0700 
73882              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
73883      Branch: perl
73884            - lib/chat2.pl
73885            ! MANIFEST
73886 ____________________________________________________________________________
73887 [  6554] By: jhi                                   on 2000/08/08  18:31:35
73888         Log: Regen global.sym.
73889      Branch: perl
73890            ! global.sym
73891 ____________________________________________________________________________
73892 [  6553] By: jhi                                   on 2000/08/08  18:28:13
73893         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
73894              (either perlbug or p5p ate the original), plus regen
73895              perlapi and perltoc. 
73896      Branch: perl
73897            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
73898            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
73899            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
73900            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
73901            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
73902            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
73903            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
73904            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
73905            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
73906            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
73907 ____________________________________________________________________________
73908 [  6552] By: jhi                                   on 2000/08/08  18:06:29
73909         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
73910              From: Mike Guy <mjtg@cam.ac.uk>
73911              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
73912              Date: Tue, 08 Aug 2000 15:51:27 +0100
73913      Branch: perl
73914            ! doop.c sv.h t/op/join.t t/pragma/overload.t
73915 ____________________________________________________________________________
73916 [  6551] By: jhi                                   on 2000/08/08  18:01:11
73917         Log: Re-apply #6549.
73918      Branch: perl
73919            ! lib/perl5db.pl
73920 ____________________________________________________________________________
73921 [  6550] By: jhi                                   on 2000/08/08  17:43:08
73922         Log: Accidental retraction of #6549.
73923      Branch: perl
73924            ! lib/perl5db.pl
73925 ____________________________________________________________________________
73926 [  6549] By: jhi                                   on 2000/08/08  17:40:04
73927         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
73928              From: Mike Guy <mjtg@cam.ac.uk>
73929              Date: Mon, 07 Aug 2000 21:49:58 +0100
73930              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
73931      Branch: perl
73932            ! lib/perl5db.pl
73933 ____________________________________________________________________________
73934 [  6548] By: jhi                                   on 2000/08/08  17:37:57
73935         Log: Document here-doc better.
73936              
73937              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
73938              From: Mike Guy <mjtg@cam.ac.uk>
73939              Date: Mon, 07 Aug 2000 14:02:09 +0100
73940              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
73941      Branch: perl
73942            ! pod/perldata.pod
73943 ____________________________________________________________________________
73944 [  6547] By: jhi                                   on 2000/08/08  17:33:34
73945         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
73946              From: "Randy J. Ray" <rjray@redhat.com>
73947              Date: Mon, 07 Aug 2000 19:12:25 -0700
73948              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
73949      Branch: perl
73950            ! perl.c pod/perlrun.pod
73951 ____________________________________________________________________________
73952 [  6546] By: jhi                                   on 2000/08/08  17:29:26
73953         Log: Subject: Re: enhanced(?) regex error messages 
73954              From: Hugo <hv@crypt.compulink.co.uk>
73955              Date: Tue, 08 Aug 2000 03:25:51 +0100
73956              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
73957              
73958              plus Capitalize the error messages, plus perldiag them.
73959      Branch: perl
73960            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
73961 ____________________________________________________________________________
73962 [  6545] By: jhi                                   on 2000/08/08  13:59:28
73963         Log: Augment #6539 a bit: don't croak if there's magic in the air.
73964              
73965              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
73966              From: Hugo <hv@crypt.compulink.co.uk>
73967              Date: Tue, 08 Aug 2000 03:02:03 +0100
73968              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
73969      Branch: perl
73970            ! pp.c t/op/bless.t
73971 ____________________________________________________________________________
73972 [  6544] By: jhi                                   on 2000/08/07  21:11:52
73973         Log: Make the test -w clean.
73974      Branch: perl
73975            ! t/op/bless.t
73976 ____________________________________________________________________________
73977 [  6543] By: jhi                                   on 2000/08/07  19:49:53
73978         Log: use warnings instead of $^W.
73979      Branch: perl
73980            ! t/op/bless.t
73981 ____________________________________________________________________________
73982 [  6542] By: jhi                                   on 2000/08/07  17:41:41
73983         Log: Disable a portability warning Because We Know What We Are Doing.
73984      Branch: perl
73985            ! t/op/bless.t
73986 ____________________________________________________________________________
73987 [  6541] By: jhi                                   on 2000/08/07  17:29:51
73988         Log: Tiny tidying on report_evil_fh().
73989      Branch: perl
73990            ! util.c
73991 ____________________________________________________________________________
73992 [  6540] By: jhi                                   on 2000/08/07  16:37:38
73993         Log: Make regular expression parse error messages easier to understand.
73994              
73995              Subject: Re: enhanced(?) regex error messages
73996              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
73997              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
73998              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
73999      Branch: perl
74000            ! regcomp.c
74001 ____________________________________________________________________________
74002 [  6539] By: jhi                                   on 2000/08/07  16:12:27
74003         Log: Make bless(REF, REF) a fatal error, add bless tests.
74004              
74005              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
74006              From: Hugo <hv@crypt.compulink.co.uk>
74007              Date: Mon, 07 Aug 2000 16:59:38 +0100
74008              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
74009      Branch: perl
74010            + t/op/bless.t
74011            ! MANIFEST pod/perldiag.pod pp.c sv.c
74012 ____________________________________________________________________________
74013 [  6538] By: jhi                                   on 2000/08/07  15:59:43
74014         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
74015              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
74016              Date: Thu, 3 Aug 2000 14:29:21 -0700
74017              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
74018      Branch: perl
74019            ! lib/lib_pm.PL
74020 ____________________________________________________________________________
74021 [  6537] By: jhi                                   on 2000/08/07  15:47:18
74022         Log: Retract #6419 for now since it breaks in AFS and MachTen.
74023      Branch: perl
74024            ! lib/Cwd.pm
74025 ____________________________________________________________________________
74026 [  6536] By: jhi                                   on 2000/08/07  15:05:29
74027         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
74028              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
74029              The security hole exists only in suidperls, which isn't
74030              installed or even built by default.
74031      Branch: perl
74032            ! perl.c
74033 ____________________________________________________________________________
74034 [  6535] By: jhi                                   on 2000/08/07  14:45:14
74035         Log: tr memory corruption fix from Simon Cozens.
74036      Branch: perl
74037            ! doop.c
74038 ____________________________________________________________________________
74039 [  6534] By: jhi                                   on 2000/08/06  11:38:16
74040         Log: Document a bit that UDP is not what you might think.
74041              
74042              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
74043              From: Lupe Christoph <lupe@lupe-christoph.de>
74044              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
74045              Date: Mon, 24 Jul 2000 08:59:15 +0200
74046      Branch: perl
74047            ! pod/perlipc.pod
74048 ____________________________________________________________________________
74049 [  6533] By: jhi                                   on 2000/08/06  11:35:01
74050         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
74051              From: Jeff Pinyan <jeffp@hut.crusoe.net>
74052              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
74053              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
74054      Branch: perl
74055            ! pod/perlfunc.pod
74056 ____________________________________________________________________________
74057 [  6532] By: jhi                                   on 2000/08/06  03:45:41
74058         Log: Have symbols for the IoTYPEs.
74059      Branch: perl
74060            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
74061 ____________________________________________________________________________
74062 [  6531] By: jhi                                   on 2000/08/06  01:33:55
74063         Log: Continue fixing the io warnings.  This also
74064              sort of fixes bug ID 20000802.003: the core dump
74065              is no more.  Whether the current behaviour is correct
74066              (giving a warning: "Not a format reference"), is another matter.
74067      Branch: perl
74068            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
74069            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
74070 ____________________________________________________________________________
74071 [  6530] By: jhi                                   on 2000/08/05  21:33:12
74072         Log: Change the Policy policy: now -Dprefix= with an existing
74073              Policy.sh and prefix == siteprefix == vendorprefix, then all
74074              of them follow along the new prefix.
74075              
74076              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
74077              From: Andy Dougherty <doughera@lafayette.edu>
74078              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
74079              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
74080      Branch: perl
74081            ! Policy_sh.SH
74082 ____________________________________________________________________________
74083 [  6529] By: jhi                                   on 2000/08/05  18:57:28
74084         Log: Zap lib/Sys directory when cleaning up.
74085      Branch: perl
74086            ! Makefile.SH
74087 ____________________________________________________________________________
74088 [  6528] By: jhi                                   on 2000/08/05  18:40:44
74089         Log: Essential prototype changes were missing from #6527.
74090              Also make report_evil_fh() more bomb-proof.
74091      Branch: perl
74092            ! embed.h util.c
74093 ____________________________________________________________________________
74094 [  6527] By: jhi                                   on 2000/08/05  03:22:05
74095         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
74096              From: "Ronald F. Guilmette" <rfg@monkeys.com>
74097              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
74098              Message-Id: <200007242247.PAA52177@monkeys.com>
74099      Branch: perl
74100            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
74101 ____________________________________________________________________________
74102 [  6526] By: jhi                                   on 2000/08/04  21:23:27
74103         Log: gcc versions might have (parentheses) in them.
74104      Branch: metaconfig/U/perl
74105            ! gccvers.U
74106      Branch: perl
74107            ! Configure config_h.SH
74108 ____________________________________________________________________________
74109 [  6525] By: jhi                                   on 2000/08/04  20:23:12
74110         Log: Weed buglets pointed out by
74111              
74112              From: Lupe Christoph <lupe@lupe-christoph.de>
74113              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
74114              Date: Fri, 4 Aug 2000 17:34:39 +0200
74115              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
74116      Branch: metaconfig/U/perl
74117            ! gccvers.U uselfs.U
74118      Branch: perl
74119            ! Configure config_h.SH
74120 ____________________________________________________________________________
74121 [  6524] By: jhi                                   on 2000/08/04  19:02:08
74122         Log: Warn under -w if lstat(FH) is attempted.
74123              
74124              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
74125              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
74126              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
74127              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
74128      Branch: perl
74129            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
74130            ! t/pragma/warn/pp_sys
74131 ____________________________________________________________________________
74132 [  6523] By: jhi                                   on 2000/08/04  12:31:11
74133         Log: Subject: New perlcc, take 2
74134              From: simon@brecon.co.uk (Simon Cozens)
74135              Date: 4 Aug 2000 06:21:04 GMT
74136              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
74137      Branch: perl
74138            ! utils/perlcc.PL
74139 ____________________________________________________________________________
74140 [  6522] By: jhi                                   on 2000/08/04  12:26:33
74141         Log: Subject: Re: Array vs. List context
74142              From: Daniel Chetlin <daniel@chetlin.com>
74143              Date: Fri, 4 Aug 2000 00:22:44 -0700
74144              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
74145      Branch: perl
74146            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
74147            ! pod/perlfaq4.pod
74148 ____________________________________________________________________________
74149 [  6521] By: jhi                                   on 2000/08/04  12:22:38
74150         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
74151              From: Raymund Will <ray@caldera.de>
74152              Date: Fri, 4 Aug 2000 12:07:09 +0200
74153              Message-Id: <20000804120709.A14982@caldera.de>
74154      Branch: perl
74155            ! configure.gnu
74156 ____________________________________________________________________________
74157 [  6520] By: jhi                                   on 2000/08/04  04:09:06
74158         Log: After the #6519 a warning about stat() is just that,
74159              not about a filetest, which now have their own warning.
74160      Branch: perl
74161            ! pod/perldiag.pod
74162 ____________________________________________________________________________
74163 [  6519] By: jhi                                   on 2000/08/04  04:06:30
74164         Log: In the warnings call filehandles consistently so;
74165              add "unopened" warning for stat().
74166      Branch: perl
74167            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
74168            ! t/pragma/warn/pp_sys
74169 ____________________________________________________________________________
74170 [  6518] By: jhi                                   on 2000/08/04  02:55:35
74171         Log: Subject: Minor tweak to perlvar.pod
74172              From: "Stephen P. Potter" <spp@ds.net>
74173              Date: Tue, 18 Apr 2000 09:26:03 -0400
74174              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
74175      Branch: perl
74176            ! pod/perlvar.pod
74177 ____________________________________________________________________________
74178 [  6517] By: jhi                                   on 2000/08/04  02:50:08
74179         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
74180              From: "Clinton Pierce" <cpierce1@ford.com>
74181              Date: Wed, 21 Jul 1999 16:45:31 -0400
74182              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
74183              
74184              Fix by Stephen Potter (visible in the bug db but not in p5p?)
74185      Branch: perl
74186            ! pod/perlfunc.pod pod/perlop.pod
74187 ____________________________________________________________________________
74188 [  6516] By: jhi                                   on 2000/08/04  02:09:25
74189         Log: This is 6512.  Really.
74190      Branch: perl
74191            ! dump.c
74192 ____________________________________________________________________________
74193 [  6515] By: jhi                                   on 2000/08/04  01:25:50
74194         Log: mention the idea of @( and @)
74195      Branch: perl
74196            ! Todo-5.6
74197 ____________________________________________________________________________
74198 [  6514] By: bailey                                on 2000/08/04  01:18:46
74199         Log: YA resync with mainstem, including VMS patches from others
74200      Branch: vmsperl
74201           +> (branch 48 files)
74202            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
74203           !> (integrate 354 files)
74204 ____________________________________________________________________________
74205 [  6513] By: jhi                                   on 2000/08/04  01:18:18
74206         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
74207              From: Mark Dickinson <dickins3@fas.harvard.edu>
74208              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
74209              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
74210      Branch: perl
74211            ! t/op/grent.t t/op/pwent.t
74212 ____________________________________________________________________________
74213 [  6512] By: jhi                                   on 2000/08/04  01:14:06
74214         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
74215              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74216              Date: Wed, 02 Aug 2000 10:51:01 +0100
74217              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
74218      Branch: perl
74219            ! sv.c
74220 ____________________________________________________________________________
74221 [  6511] By: jhi                                   on 2000/08/04  00:57:00
74222         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
74223              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74224              Date: Thu, 03 Aug 2000 17:20:04 -0700
74225              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
74226      Branch: metaconfig
74227            ! U/modified/Cppsym.U
74228      Branch: perl
74229            ! Configure config_h.SH
74230 ____________________________________________________________________________
74231 [  6510] By: jhi                                   on 2000/08/04  00:25:28
74232         Log: detypo
74233      Branch: perl
74234            ! Makefile.SH
74235 ____________________________________________________________________________
74236 [  6509] By: jhi                                   on 2000/08/03  23:43:18
74237         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
74238              From: Dominic Dunlop <domo@computer.org>
74239              Date: Thu, 3 Aug 2000 22:16:46 +0200
74240              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
74241      Branch: perl
74242            ! t/op/sprintf.t
74243 ____________________________________________________________________________
74244 [  6508] By: jhi                                   on 2000/08/03  23:40:37
74245         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
74246              From: Hugo <hv@crypt.compulink.co.uk>
74247              Date: Thu, 03 Aug 2000 18:25:30 +0100
74248              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
74249      Branch: perl
74250            ! regcomp.c t/op/re_tests
74251 ____________________________________________________________________________
74252 [  6507] By: jhi                                   on 2000/08/03  23:38:28
74253         Log: Subject: [PATCH] sv.h documentation - SvLEN
74254              From: Mike Guy <mjtg@cam.ac.uk>
74255              Date: Thu, 03 Aug 2000 14:43:09 +0100
74256              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
74257      Branch: perl
74258            ! sv.h
74259 ____________________________________________________________________________
74260 [  6506] By: jhi                                   on 2000/08/03  15:49:14
74261         Log: Disable the fix_pl hack for now.
74262      Branch: perl
74263            ! Makefile.SH
74264 ____________________________________________________________________________
74265 [  6505] By: jhi                                   on 2000/08/03  13:49:04
74266         Log: Add a URL for FSF.
74267              
74268              Subject: Patch for README
74269              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
74270              Date: Wed, 2 Aug 2000 13:25:09 -0500
74271              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
74272      Branch: perl
74273            ! README
74274 ____________________________________________________________________________
74275 [  6504] By: jhi                                   on 2000/08/03  13:29:19
74276         Log: Be more informative on what is skipped and why,
74277              also repeat the list at the end.
74278      Branch: perl
74279            ! Porting/p4desc
74280 ____________________________________________________________________________
74281 [  6503] By: jhi                                   on 2000/08/03  13:07:05
74282         Log: Circumvent the removal of .patch by fix_pl.
74283              
74284              Subject: Re: [ID 20000802.011] unable to 'make test'          
74285              From: simon@brecon.co.uk (Simon Cozens) 
74286              Date: 3 Aug 2000 04:17:00 GMT
74287              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
74288      Branch: perl
74289            ! Makefile.SH
74290 ____________________________________________________________________________
74291 [  6502] By: jhi                                   on 2000/08/03  00:14:34
74292         Log: Add the missing setproctitle unit.
74293      Branch: metaconfig/U/perl
74294            + d_setproctitle.U
74295 ____________________________________________________________________________
74296 [  6501] By: jhi                                   on 2000/08/03  00:00:26
74297         Log: The subtest 4 may fail also on VOBS, as pointed out
74298              by Nick Ing-Simmons in November 1999, bug id 19991124.003
74299              (but the failure in that bug report isn't the subtest 4).
74300      Branch: perl
74301            ! t/op/stat.t
74302 ____________________________________________________________________________
74303 [  6500] By: jhi                                   on 2000/08/02  23:49:30
74304         Log: Better skip message for the test; one of the two problems in
74305              
74306              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
74307              From: Lupe Christoph <lupe@lupe-christoph.de>
74308              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
74309              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
74310      Branch: perl
74311            ! t/op/numconvert.t
74312 ____________________________________________________________________________
74313 [  6499] By: jhi                                   on 2000/08/02  22:49:16
74314         Log: Allow "no Module;" even if there is no 'unimport'.
74315              
74316              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
74317              From: mjd@plover.com
74318              Date: 24 Mar 2000 15:24:34 -0000
74319              Message-Id: <20000324152434.15160.qmail@plover.com>
74320      Branch: perl
74321            ! gv.c
74322 ____________________________________________________________________________
74323 [  6498] By: jhi                                   on 2000/08/02  22:42:58
74324         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
74325              that are hopefully soon put into use.
74326      Branch: perl
74327            ! opcode.h opcode.pl opnames.h
74328 ____________________________________________________________________________
74329 [  6497] By: gsar                                  on 2000/08/02  22:28:59
74330         Log: require.t needs binmode() to work on windows
74331      Branch: perl
74332            ! t/comp/require.t
74333 ____________________________________________________________________________
74334 [  6496] By: jhi                                   on 2000/08/02  22:08:51
74335         Log: Document the IVdf UVuf UVof UVxf.
74336      Branch: perl
74337            ! pod/perlguts.pod
74338 ____________________________________________________________________________
74339 [  6495] By: jhi                                   on 2000/08/02  21:54:26
74340         Log: detypo #6494
74341      Branch: perl
74342            ! ext/Data/Dumper/Dumper.xs
74343 ____________________________________________________________________________
74344 [  6494] By: jhi                                   on 2000/08/02  21:49:17
74345         Log: Dump UVs as UVs in Data::Dumper.
74346              
74347              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
74348              From: Gurusamy Sarathy <gsar@ActiveState.com>
74349              Date: Thu, 27 Apr 2000 12:26:25 -0700
74350              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
74351      Branch: perl
74352            ! ext/Data/Dumper/Dumper.xs
74353 ____________________________________________________________________________
74354 [  6493] By: jhi                                   on 2000/08/02  17:01:58
74355         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
74356              From: Hugo <hv@crypt.compulink.co.uk>
74357              Date: Wed, 02 Aug 2000 14:53:56 +0100
74358              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
74359      Branch: perl
74360            ! regexec.c t/op/re_tests
74361 ____________________________________________________________________________
74362 [  6492] By: jhi                                   on 2000/08/02  15:02:46
74363         Log: The new setproctitle() feature is available only in 
74364              bleeding edge FreeBSD.  From Paul Saab.
74365      Branch: perl
74366            ! mg.c
74367 ____________________________________________________________________________
74368 [  6491] By: jhi                                   on 2000/08/02  13:34:36
74369         Log: The tr utf8 patching continues.
74370              
74371              Subject: Re: #6469, too many tests claimed in require.t
74372              From: simon@brecon.co.uk (Simon Cozens)
74373              Date: 2 Aug 2000 02:37:17 GMT
74374              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
74375              
74376              (the logic of the test was the wrong way round in the patch)
74377      Branch: perl
74378            ! doop.c
74379 ____________________________________________________________________________
74380 [  6490] By: jhi                                   on 2000/08/02  13:27:38
74381         Log: The name of a filehandle does not have <these>.
74382      Branch: perl
74383            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
74384            ! t/pragma/warn/pp_sys util.c
74385 ____________________________________________________________________________
74386 [  6489] By: jhi                                   on 2000/08/02  04:26:46
74387         Log: Remove the extraneous "main::" prefix from all the
74388              "opened only for", "on closed", and "never opened" warnings.
74389              
74390              Subject: Re: inappropriate warning
74391              From: Gurusamy Sarathy <gsar@ActiveState.com>
74392              Date: Mon, 20 Mar 2000 11:28:02 -0800
74393              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
74394      Branch: perl
74395            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
74396            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
74397            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
74398 ____________________________________________________________________________
74399 [  6488] By: jhi                                   on 2000/08/02  03:02:57
74400         Log: memcpy has n o in it, as pinted ut by Sarathy.
74401      Branch: perl
74402            ! pod/perlguts.pod
74403 ____________________________________________________________________________
74404 [  6487] By: jhi                                   on 2000/08/02  02:44:51
74405         Log: Document in one place the memory abstractions used in Perl core.
74406              
74407              Subject: Re: Memory abstraction
74408              From: simon@brecon.co.uk (Simon Cozens)
74409              Date: 2 Aug 2000 02:20:23 GMT
74410              Organization: Earth.li Origins
74411      Branch: perl
74412            ! pod/perlguts.pod
74413 ____________________________________________________________________________
74414 [  6486] By: jhi                                   on 2000/08/02  02:41:57
74415         Log: regen_headers, regen perltoc.
74416      Branch: perl
74417            ! perlapi.c pod/perltoc.pod
74418 ____________________________________________________________________________
74419 [  6485] By: jhi                                   on 2000/08/02  01:43:33
74420         Log: "This little thing tests for a file .patch, and if it contains
74421              a number, pops into patchlevel.h" (making it easier to track
74422              which development version people are reporting bugs against)
74423              
74424              Subject: Patchlevel autogeneration for repository perls
74425              From: simon@brecon.co.uk (Simon Cozens)
74426              Date: 14 Jul 2000 07:12:15 GMT
74427              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
74428      Branch: perl
74429            + fix_pl
74430            ! MANIFEST Makefile.SH
74431 ____________________________________________________________________________
74432 [  6484] By: jhi                                   on 2000/08/02  01:32:54
74433         Log: FreeBSD 3.* updates from
74434              
74435              From: Paul Saab <ps@yahoo-inc.com>
74436              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
74437              Date: Tue, 1 Aug 2000 15:41:39 -0700
74438              Message-Id: <20000801154139.A53740@yahoo-inc.com>
74439      Branch: perl
74440            ! hints/freebsd.sh
74441 ____________________________________________________________________________
74442 [  6483] By: jhi                                   on 2000/08/02  01:27:44
74443         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
74444              instead one must use setproctitle().  This was already addressed
74445              by change #6457, but the below has a new variant for FreeBSD 4.0
74446              or later, and the matter is also documented more.
74447              
74448              From: Paul Saab <ps@yahoo-inc.com>
74449              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
74450              Date: Tue, 1 Aug 2000 15:41:39 -0700
74451              Message-Id: <20000801154139.A53740@yahoo-inc.com>
74452      Branch: metaconfig/U/perl
74453            + i_libutil.U
74454      Branch: perl
74455            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
74456 ____________________________________________________________________________
74457 [  6482] By: jhi                                   on 2000/08/01  22:17:32
74458         Log: The test from this
74459              
74460              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
74461              Date: Sat, 15 Apr 2000 17:03:44 +0100
74462              From: Tom Hughes <tom@compton.nu>
74463              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
74464              
74465              was missing, the code change went in as #5989
74466              (which had a different test?)
74467      Branch: perl
74468            ! t/op/misc.t
74469 ____________________________________________________________________________
74470 [  6481] By: jhi                                   on 2000/08/01  21:48:38
74471         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
74472              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
74473              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
74474              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
74475      Branch: perl
74476            ! perl.h
74477 ____________________________________________________________________________
74478 [  6480] By: jhi                                   on 2000/08/01  18:05:28
74479         Log: Make p4desc to skip non-mainperl branches by default.
74480      Branch: perl
74481            ! Porting/p4desc
74482 ____________________________________________________________________________
74483 [  6479] By: jhi                                   on 2000/08/01  17:29:19
74484         Log: If gccosandvers is equal to osname, clear gccosandvers.
74485      Branch: metaconfig/U/perl
74486            ! gccvers.U
74487      Branch: perl
74488            ! Configure config_h.SH
74489 ____________________________________________________________________________
74490 [  6478] By: jhi                                   on 2000/08/01  15:54:08
74491         Log: BOM patching from Simon Cozens.
74492      Branch: perl
74493            ! toke.c
74494 ____________________________________________________________________________
74495 [  6477] By: jhi                                   on 2000/08/01  04:50:33
74496         Log: Stash away the largefiles flags and libswanted.
74497      Branch: perl
74498            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
74499 ____________________________________________________________________________
74500 [  6476] By: gsar                                  on 2000/08/01  04:24:24
74501         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
74502              on Windows)
74503      Branch: perl
74504            ! t/pragma/utf8.t utf8.c win32/win32.c
74505 ____________________________________________________________________________
74506 [  6475] By: jhi                                   on 2000/08/01  03:35:24
74507         Log: Make chr() for values >127 to create utf8 when under utf8.
74508              
74509              Subject: Re: uft8/chr()
74510              From: simon@brecon.co.uk (Simon Cozens)
74511              Date: 1 Aug 2000 02:37:02 GMT
74512              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
74513      Branch: perl
74514            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
74515 ____________________________________________________________________________
74516 [  6474] By: jhi                                   on 2000/08/01  02:36:18
74517         Log: In Digital UNIX warn if gcc explicitly chosen because even
74518              2.95.2 is known to cause problems.
74519      Branch: perl
74520            ! hints/dec_osf.sh
74521 ____________________________________________________________________________
74522 [  6473] By: jhi                                   on 2000/08/01  02:00:56
74523         Log: Make the safety catch for buggy gccs work with triple version
74524              numbers like 2.95.2.  Reported in
74525              
74526              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
74527              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
74528              Date: Mon, 31 Jul 2000 14:55:06 +0200
74529              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
74530      Branch: perl
74531            ! hints/dec_osf.sh
74532 ____________________________________________________________________________
74533 [  6472] By: jhi                                   on 2000/08/01  01:13:33
74534         Log: Subject: fix and question re: waitpid() under win32
74535              From: Brian Clarke <clarke@appliedmeta.com>
74536              Date: Fri, 28 Jul 2000 15:18:29 -0400
74537              Message-ID: <3981DC85.290314EB@appliedmeta.com>
74538              
74539              Slightly reformatted and WNOHANG # define moved to win32.h
74540              so that also POSIX.xs sees it, as suggsted by Sarathy.
74541      Branch: perl
74542            ! win32/win32.c win32/win32.h
74543 ____________________________________________________________________________
74544 [  6471] By: jhi                                   on 2000/08/01  00:55:05
74545         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
74546              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74547              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
74548              Date: Mon, 31 Jul 2000 13:28:51 +0100
74549              
74550              (aka ID 20000730.002)
74551      Branch: perl
74552            ! op.c t/op/tr.t
74553 ____________________________________________________________________________
74554 [  6470] By: jhi                                   on 2000/07/31  23:34:42
74555         Log: Document the problem with -P in HP-UX and its workaround.
74556              
74557              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
74558              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
74559              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
74560              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
74561      Branch: perl
74562            ! README.hpux
74563 ____________________________________________________________________________
74564 [  6469] By: jhi                                   on 2000/07/31  04:15:02
74565         Log: The swallow_bom() saga continues.  The #23 of require.t
74566              (UTF16-LE) still fails (silently, no output) but the #22
74567              (UTF16-BE) seems to be working now.  The root of the
74568              failure may be in sv_gets(): is it UTF-16LE-aware,
74569              especially when it comes to line endings? 
74570      Branch: perl
74571            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
74572            ! t/comp/require.t toke.c utf8.c
74573 ____________________________________________________________________________
74574 [  6468] By: jhi                                   on 2000/07/30  19:05:48
74575         Log: Find green threads before native threads.
74576              
74577              Subject: Re: Patch to jpl/JNI/Makefile.PL
74578              From: Jens Thomsen <jens@fiend.cis.com>
74579              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
74580              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
74581      Branch: perl
74582            ! jpl/JNI/Makefile.PL
74583 ____________________________________________________________________________
74584 [  6467] By: jhi                                   on 2000/07/30  18:36:22
74585         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
74586      Branch: perl
74587            ! doop.c
74588 ____________________________________________________________________________
74589 [  6466] By: jhi                                   on 2000/07/30  04:37:29
74590         Log: A new version of the "remove UPPERACSE string comparison"
74591              operators.  The problem with the previous one (change #6454)
74592              was that it was for Perl 5.6.0.  From Paul Marquess.
74593      Branch: perl
74594            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
74595            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
74596            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
74597 ____________________________________________________________________________
74598 [  6465] By: jhi                                   on 2000/07/29  22:39:56
74599         Log: Do not upgrade SVs into utf8 just because they participate
74600              in eq or cmp.  Reported and fix suggested in
74601              
74602              Subject: [ID 20000720.009] sv_eq UTF8 bug
74603              From: "Simon Cozens" <simon@othersideofthe.earth.li>
74604              Date: 21 Jul 2000 04:37:29 -0000
74605              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
74606              
74607              Exercise for the kind reader: should we or should we not
74608              cache the utf8 conversion alongside the SV? (as magic,
74609              as the strxfrm()ed version is cached under use locale)
74610              Argue both for and against.
74611      Branch: perl
74612            ! sv.c
74613 ____________________________________________________________________________
74614 [  6464] By: jhi                                   on 2000/07/29  22:36:22
74615         Log: Subject: UTF8 concat
74616              From: simon@brecon.co.uk (Simon Cozens) 
74617              Date: 30 Jun 2000 06:13:25 GMT
74618              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
74619              
74620              (with a memory leak fixed, plus a few casts added)
74621              
74622              This also seems to help for
74623              
74624              Subject: [ID 20000716.015] join UTF8 weirdness
74625              From: root <root@ak-71.mind.de> 
74626              Date: Sat, 15 Jul 2000 15:29:54 +0200
74627              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
74628              
74629              (from Andreas König)
74630      Branch: perl
74631            ! pp_hot.c
74632 ____________________________________________________________________________
74633 [  6463] By: jhi                                   on 2000/07/29  00:55:39
74634         Log: Tune the comments and hopefully stop a memory leak.
74635      Branch: perl
74636            ! toke.c utf8.c
74637 ____________________________________________________________________________
74638 [  6462] By: jhi                                   on 2000/07/29  00:16:53
74639         Log: The problem described in this
74640              
74641              Subject: [ID 20000322.018] named chars aren't magical enough
74642              From: root <root@dixie.cscaper.com>     
74643              Date: Wed, 22 Mar 2000 18:37:42 -0700
74644              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
74645              
74646              has been fixed in perl 5.6.0 but just in case added a test
74647              to keep it away.  (The report from Joseph Hall.)
74648      Branch: perl
74649            ! t/lib/charnames.t
74650 ____________________________________________________________________________
74651 [  6461] By: jhi                                   on 2000/07/28  23:56:36
74652         Log: Tiny fixes for #6460.
74653      Branch: metaconfig/U/perl
74654            ! gccvers.U
74655      Branch: perl
74656            ! Configure config_h.SH
74657 ____________________________________________________________________________
74658 [  6460] By: jhi                                   on 2000/07/28  23:24:41
74659         Log: Warn if the version of the operating system used to compile gcc
74660              differs from the current version of the operating system.
74661              Also display the gcc compilation os and version in myconfig.
74662              Inspiration from
74663              
74664              Subject: Re: [ID 20000710.003] ERRORS!!         
74665              From: "Kurt D. Starsinic" <kstar@chapin.edu>
74666              Date: Mon, 10 Jul 2000 15:54:16 -0400
74667              Message-ID: <20000710155416.A1384@O2.chapin.edu>
74668      Branch: metaconfig/U/perl
74669            ! gccvers.U
74670      Branch: perl
74671            ! Configure config_h.SH myconfig.SH
74672 ____________________________________________________________________________
74673 [  6459] By: jhi                                   on 2000/07/28  22:00:32
74674         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
74675              letter to $Config{osvers}.
74676      Branch: metaconfig
74677            ! U/modified/Oldconfig.U
74678      Branch: perl
74679            ! Configure config_h.SH
74680 ____________________________________________________________________________
74681 [  6458] By: jhi                                   on 2000/07/28  04:15:39
74682         Log: Back out #6454, doesn't seem to work.
74683              (Reason: that patch was for perl 5.6.0, not perl-current)
74684              (A version of the patch for perl-current came in later as #6466)
74685      Branch: perl
74686            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
74687            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
74688            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
74689 ____________________________________________________________________________
74690 [  6457] By: jhi                                   on 2000/07/27  23:31:49
74691         Log: Use setproctitle() if available to modify $0.
74692              
74693              Subject: setting $* on BSD4 broken
74694              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
74695              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
74696              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
74697      Branch: metaconfig
74698            ! U/modified/Myinit.U
74699      Branch: perl
74700            ! Configure config_h.SH mg.c
74701 ____________________________________________________________________________
74702 [  6456] By: jhi                                   on 2000/07/27  14:50:47
74703         Log: Allow "no AutoLoader;", based on change #6444,
74704              suggested by Graham Barr.
74705      Branch: perl
74706            ! lib/AutoLoader.pm
74707 ____________________________________________________________________________
74708 [  6455] By: jhi                                   on 2000/07/27  14:19:10
74709         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
74710              From: rspier@pobox.com (Robert Spier)
74711              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
74712              Message-ID: <14720.15855.787664.424783@rls.cx>
74713      Branch: perl
74714            ! pod/perldiag.pod
74715 ____________________________________________________________________________
74716 [  6454] By: jhi                                   on 2000/07/27  14:03:02
74717         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
74718              for a long time).
74719              
74720              Reported in
74721              
74722              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
74723              From: Ryan Herbert <rherbert@sycamorehq.com>
74724              Date: Mon, 17 Jul 2000 11:40:42 -0400
74725              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
74726              
74727              Patched in
74728              
74729              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
74730              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
74731              Date: Wed, 26 Jul 2000 23:40:18 +0100
74732              Message-ID: <000001bff752$79511880$0a17073e@tiny>
74733              
74734              based on an earlier patch from Stephen P. Potter.
74735              
74736              (Removed later by change #6458 because this patch was for
74737              perl 5.6.0, not perl-current)
74738      Branch: perl
74739            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
74740            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
74741            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
74742 ____________________________________________________________________________
74743 [  6453] By: jhi                                   on 2000/07/27  13:48:02
74744         Log: Subject: [PATCH] fixes bug 20000508.004
74745              From: Michael Stevens <mstevens@globnix.org>
74746              Date: Thu, 27 Jul 2000 13:49:04 +0100
74747              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
74748      Branch: perl
74749            ! pod/perldata.pod
74750 ____________________________________________________________________________
74751 [  6452] By: jhi                                   on 2000/07/26  23:51:26
74752         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
74753              and Craig A. Berry.
74754      Branch: perl
74755            ! lib/File/Temp.pm pod/perlport.pod
74756 ____________________________________________________________________________
74757 [  6451] By: jhi                                   on 2000/07/26  19:43:30
74758         Log: Be wary of close()s, too.
74759              
74760              Subject: Re: [PATCH] perlbug cleanup
74761              From: Tim Jenness <t.jenness@jach.hawaii.edu>
74762              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
74763              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
74764      Branch: perl
74765            ! utils/perlbug.PL
74766 ____________________________________________________________________________
74767 [  6450] By: jhi                                   on 2000/07/26  18:41:40
74768         Log: Subject: Minor doc patch: handy.h
74769              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
74770              Date: Wed, 26 Jul 2000 15:34:25 -0300
74771              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
74772      Branch: perl
74773            ! handy.h pod/perlapi.pod
74774 ____________________________________________________________________________
74775 [  6449] By: jhi                                   on 2000/07/26  18:23:55
74776         Log: Subject: [PATCH] minor doc change - perlguts
74777              From: Michael Stevens <mstevens@globnix.org>
74778              Date: Thu, 13 Jul 2000 12:39:18 +0100
74779              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
74780      Branch: perl
74781            ! pod/perlguts.pod
74782 ____________________________________________________________________________
74783 [  6448] By: jhi                                   on 2000/07/26  18:20:30
74784         Log: open() wariness in perlbug.
74785              
74786              Subject: [PATCH] perlbug cleanup
74787              From: Michael Stevens <mstevens@globnix.org>
74788              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
74789              Date: Thu, 13 Jul 2000 15:52:23 +0100
74790      Branch: perl
74791            ! utils/perlbug.PL
74792 ____________________________________________________________________________
74793 [  6447] By: jhi                                   on 2000/07/26  18:13:04
74794         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
74795      Branch: perl
74796            ! lib/File/Temp.pm t/lib/ftmp-security.t
74797 ____________________________________________________________________________
74798 [  6446] By: jhi                                   on 2000/07/26  18:06:32
74799         Log: docfix from Peter Scott <Peter@PSDT.com>.
74800      Branch: perl
74801            ! pod/perlfunc.pod
74802 ____________________________________________________________________________
74803 [  6445] By: jhi                                   on 2000/07/26  17:53:31
74804         Log: Fix *foo{FORMAT}.
74805              
74806              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74807              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
74808              Date: Wed, 26 Jul 2000 19:51:02 +0200
74809              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
74810              
74811              From: Graham Barr <gbarr@pobox.com>
74812              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
74813              Date: Wed, 26 Jul 2000 17:38:36 +0100
74814              Message-ID: <20000726173836.L472@pobox.com>
74815      Branch: perl
74816            ! pp.c sv.c t/op/gv.t
74817 ____________________________________________________________________________
74818 [  6444] By: jhi                                   on 2000/07/26  17:49:14
74819         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
74820              from Graham Barr in the module list.
74821      Branch: perl
74822            ! gv.c pod/perlobj.pod
74823 ____________________________________________________________________________
74824 [  6443] By: jhi                                   on 2000/07/26  16:06:56
74825         Log: More split() doc and test patches from Mike Guy.
74826      Branch: perl
74827            ! pod/perlfunc.pod t/op/split.t
74828 ____________________________________________________________________________
74829 [  6442] By: jhi                                   on 2000/07/26  16:05:30
74830         Log: MacOS nits from Matthias Neeracher.
74831      Branch: perl
74832            ! perl.c pp_ctl.c
74833 ____________________________________________________________________________
74834 [  6441] By: jhi                                   on 2000/07/26  04:39:57
74835         Log: Subject: [PATCH] split /^/
74836              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74837              Date: Tue, 25 Jul 2000 14:18:57 +0100
74838              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
74839              
74840              (with notes from tchrist and gbarr)
74841      Branch: perl
74842            ! pod/perlfunc.pod t/op/split.t
74843 ____________________________________________________________________________
74844 [  6440] By: jhi                                   on 2000/07/26  04:32:32
74845         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
74846              From: Peter Prymmer <pvhp@forte.com>
74847              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
74848              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
74849      Branch: perl
74850            ! vms/munchconfig.c
74851 ____________________________________________________________________________
74852 [  6439] By: jhi                                   on 2000/07/26  04:31:01
74853         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
74854              to be fatal errors (instead of by default ignoring them, and
74855              ignoring with a bug: even though -w gave an error, the opening [
74856              was left in)  Reported in:
74857              
74858              Subject: [ID 20000716.024] [=cc=] / [:blank:]
74859              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
74860              Date: Sun, 16 Jul 2000 17:55:29 -0700
74861              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
74862      Branch: perl
74863            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
74864 ____________________________________________________________________________
74865 [  6438] By: jhi                                   on 2000/07/25  15:41:15
74866         Log: Subject: [PATCH] av.c apidoc
74867              From: simon@brecon.co.uk (Simon Cozens)
74868              Date: 24 Jul 2000 06:40:52 GMT
74869              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
74870      Branch: perl
74871            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
74872            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
74873 ____________________________________________________________________________
74874 [  6437] By: jhi                                   on 2000/07/25  14:05:36
74875         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
74876              From: "Stephen P. Potter" <spp@ds.net>
74877              Date: Mon, 24 Jul 2000 14:22:23 -0400
74878              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
74879      Branch: perl
74880            ! pod/perllocale.pod
74881 ____________________________________________________________________________
74882 [  6436] By: jhi                                   on 2000/07/25  14:02:03
74883         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
74884              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74885              Date: Mon, 24 Jul 2000 18:04:28 +0100
74886              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
74887      Branch: perl
74888            ! t/lib/syslfs.t t/op/lfs.t
74889 ____________________________________________________________________________
74890 [  6435] By: jhi                                   on 2000/07/25  13:59:28
74891         Log: Get UTF16 BOMs working.  Patch from
74892              
74893              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
74894              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74895              Date: Tue, 25 Jul 2000 12:52:45 +0100
74896              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
74897              
74898              and notes from
74899              
74900              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
74901              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74902              Date: Tue, 25 Jul 2000 11:43:25 +0100
74903              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
74904      Branch: perl
74905            ! t/comp/require.t toke.c utf8.c
74906 ____________________________________________________________________________
74907 [  6434] By: jhi                                   on 2000/07/25  02:39:54
74908         Log: Make the "uninit variable" warning to say "concat or string"
74909              or "join or string" when in concat or join .
74910              
74911              Subject: Re: [ID 20000403.009] uninitialised concatenation???
74912              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74913              Date: Tue, 04 Apr 2000 18:22:58 +0100
74914              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
74915              
74916              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
74917              From: William R Ward <hermit@BayView.COM>
74918              Date: Thu, 30 Mar 2000 19:50:03 -0800
74919              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
74920      Branch: perl
74921            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
74922            ! t/pragma/warn/op t/pragma/warn/sv
74923 ____________________________________________________________________________
74924 [  6433] By: jhi                                   on 2000/07/24  17:52:56
74925         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
74926      Branch: perl
74927            ! lib/File/Spec/VMS.pm
74928 ____________________________________________________________________________
74929 [  6432] By: jhi                                   on 2000/07/24  17:44:44
74930         Log: Test cases for #6431.
74931              
74932              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
74933              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74934              Date: Mon, 24 Jul 2000 15:32:29 +0100
74935              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
74936      Branch: perl
74937            ! t/op/pat.t t/op/split.t
74938 ____________________________________________________________________________
74939 [  6431] By: jhi                                   on 2000/07/24  17:43:17
74940         Log: Bind op fix.
74941              
74942              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
74943              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
74944              Date: Mon, 17 Jul 2000 20:04:56 +0100
74945              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
74946      Branch: perl
74947            ! op.c
74948 ____________________________________________________________________________
74949 [  6430] By: jhi                                   on 2000/07/24  03:42:42
74950         Log: Subject: [ID 20000716.023] syslog test fails without sockets
74951              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74952              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
74953              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
74954      Branch: metaconfig/U/perl
74955            ! Extensions.U
74956      Branch: perl
74957            ! Configure config_h.SH
74958 ____________________________________________________________________________
74959 [  6429] By: jhi                                   on 2000/07/24  03:11:52
74960         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
74961              case, but add also notes explaining the relationship of this
74962              patch and the earlier notes by Sarathy.
74963              
74964              Subject: Map is still slow
74965              From: "Ben Tilly" <ben_tilly@hotmail.com>
74966              Date: Sat, 15 Jul 2000 17:23:27 EDT
74967              Message-ID: <20000715212327.21656.qmail@hotmail.com>
74968      Branch: perl
74969            ! pp_ctl.c
74970 ____________________________________________________________________________
74971 [  6428] By: jhi                                   on 2000/07/24  02:58:52
74972         Log: Documentation to explain the behaviour of map().
74973              
74974              Subject: Re: Map is still slow 
74975              From: Gurusamy Sarathy <gsar@ActiveState.com>
74976              Date: Sat, 15 Jul 2000 16:05:09 -0700
74977              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
74978      Branch: perl
74979            ! pp_ctl.c
74980 ____________________________________________________________________________
74981 [  6427] By: jhi                                   on 2000/07/24  02:50:03
74982         Log: Add tests for
74983              [ID 19991110.003] another matching finding by pcre author
74984              which has already been fixed by some patch, as verified in
74985              
74986              Subject: Re: two regex bugs from the mists of time (well, last November)
74987              From: Hugo <hv@crypt.compulink.co.uk>
74988              Date: Sat, 22 Jul 2000 18:12:58 +0100
74989              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
74990      Branch: perl
74991            ! t/op/re_tests
74992 ____________________________________________________________________________
74993 [  6426] By: jhi                                   on 2000/07/24  02:11:20
74994         Log: A missing 'break' after the [[:space:]] switch case.
74995              
74996              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
74997              From: "Stephen P. Potter" <spp@ds.net>
74998              Date: Tue, 18 Jul 2000 16:25:17 -0400
74999              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
75000      Branch: perl
75001            ! regcomp.c
75002 ____________________________________________________________________________
75003 [  6425] By: jhi                                   on 2000/07/24  02:06:12
75004         Log: The output might have been produced in the wrong order.
75005              
75006              Subject: [ID 20000720.003] [PATCH] t/op/write.t
75007              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75008              Date: Thu, 20 Jul 2000 18:49:18 +0100
75009              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
75010      Branch: perl
75011            ! t/op/write.t
75012 ____________________________________________________________________________
75013 [  6424] By: jhi                                   on 2000/07/24  02:00:07
75014         Log: Use STDOUT consistently.
75015              
75016              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
75017              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75018              Date: Thu, 20 Jul 2000 18:04:01 +0100
75019              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
75020      Branch: perl
75021            ! lib/Test/Harness.pm
75022 ____________________________________________________________________________
75023 [  6423] By: jhi                                   on 2000/07/24  01:54:54
75024         Log: Protect against "wild next"s, that is, callbacks doing "next"
75025              instead of "return".
75026              
75027              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
75028              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75029              Date: Tue, 18 Jul 2000 11:30:16 +0100
75030              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
75031      Branch: perl
75032            ! lib/File/Find.pm
75033 ____________________________________________________________________________
75034 [  6422] By: jhi                                   on 2000/07/24  01:35:47
75035         Log: Out-of-date note removed.
75036              
75037              Subject: [PATCH] documentation perlipc
75038              From: rspier@pobox.com (Robert Spier)
75039              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
75040              Message-ID: <14711.35178.572612.502654@rls.cx>
75041      Branch: perl
75042            ! pod/perlipc.pod
75043 ____________________________________________________________________________
75044 [  6421] By: jhi                                   on 2000/07/24  00:09:18
75045         Log: Send all installperl messages to STDERR and be -w clean.
75046              
75047              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
75048              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75049              Date: Sat, 22 Jul 2000 14:02:11 +0100
75050              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
75051      Branch: perl
75052            ! installperl
75053 ____________________________________________________________________________
75054 [  6420] By: jhi                                   on 2000/07/24  00:04:19
75055         Log: Decutandpasto.
75056              
75057              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
75058              From: "Richard Soderberg" <rs@crystalflame.net>
75059              Date: Sun, 23 Jul 2000 01:37:23 -0700
75060              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
75061      Branch: perl
75062            ! pod/perlipc.pod
75063 ____________________________________________________________________________
75064 [  6419] By: jhi                                   on 2000/07/24  00:01:12
75065         Log: A cleaner abs_path().
75066              Subject: Re: unix alternative to Cwd.pm
75067              From: Jeff Pinyan <jeffp@crusoe.net>
75068              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
75069              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
75070      Branch: perl
75071            ! lib/Cwd.pm
75072 ____________________________________________________________________________
75073 [  6418] By: jhi                                   on 2000/07/23  23:48:56
75074         Log: Detypo.
75075              
75076              Subject: [PATCH perl-current] Typo in hints/powerux.sh
75077              From: "Richard Soderberg" <rs@crystalflame.net>
75078              Date: Sun, 23 Jul 2000 01:27:33 -0700
75079              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
75080      Branch: perl
75081            ! hints/powerux.sh
75082 ____________________________________________________________________________
75083 [  6417] By: jhi                                   on 2000/07/17  22:13:31
75084         Log: Subject: SDBM_File documentation
75085              From: mjd@plover.com
75086              Date: 16 Jul 2000 17:41:17 -0000
75087              Message-ID: <20000716174117.18515.qmail@plover.com>
75088      Branch: perl
75089            ! ext/SDBM_File/SDBM_File.pm
75090 ____________________________________________________________________________
75091 [  6416] By: jhi                                   on 2000/07/17  19:13:26
75092         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
75093      Branch: perl
75094            ! hints/mpeix.sh mpeix/relink
75095 ____________________________________________________________________________
75096 [  6415] By: jhi                                   on 2000/07/15  14:11:02
75097         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
75098              the utf8 'characters' can be more than one octet).
75099              
75100              Date: Sat, 15 Jul 2000 00:21:56 +0100
75101              From: Tom Hughes <tom@compton.nu>
75102              Subject: Re: [ID 20000714.002]
75103              Message-ID: <db2334de49.tom@compton.compton.nu>
75104              
75105              Reported in
75106              
75107              Subject: [ID 20000714.002]
75108              From: "Simon Cozens" <simon@othersideofthe.earth.li>
75109              Date: 14 Jul 2000 15:13:09 -0000
75110              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
75111      Branch: perl
75112            ! doop.c
75113 ____________________________________________________________________________
75114 [  6414] By: jhi                                   on 2000/07/15  03:13:41
75115         Log: another VMS build tweak from Peter Prymmer
75116      Branch: perl
75117            ! vms/descrip_mms.template
75118 ____________________________________________________________________________
75119 [  6413] By: jhi                                   on 2000/07/15  03:10:40
75120         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
75121      Branch: perl
75122            ! vms/perlvms.pod
75123 ____________________________________________________________________________
75124 [  6412] By: jhi                                   on 2000/07/15  00:31:05
75125         Log: More docs for sv functions.
75126              
75127              Subject: [PATCH cfgperl] sv.c apidoc
75128              From: simon@brecon.co.uk (Simon Cozens)
75129              Date: 13 Jul 2000 09:00:20 GMT
75130              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
75131              
75132              Subject: Re: [PATCH cfgperl] sv.c apidoc
75133              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75134              Date: Thu, 13 Jul 2000 12:27:41 +0100
75135              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
75136              
75137              Subject: Re: [PATCH cfgperl] sv.c apidoc
75138              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75139              Date: Thu, 13 Jul 2000 13:23:09 +0100
75140              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
75141              
75142              Subject: Re: [PATCH cfgperl] sv.c apidoc
75143              From: simon@brecon.co.uk (Simon Cozens)
75144              Date: 14 Jul 2000 06:51:02 GMT
75145              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
75146      Branch: perl
75147            ! embed.pl pod/perlapi.pod sv.c
75148 ____________________________________________________________________________
75149 [  6411] By: jhi                                   on 2000/07/15  00:10:41
75150         Log: lib/b test fixes from Peter Prymmer.
75151      Branch: perl
75152            ! t/lib/b.t
75153 ____________________________________________________________________________
75154 [  6410] By: jhi                                   on 2000/07/15  00:02:09
75155         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
75156              From: Hugo <hv@crypt.compulink.co.uk>
75157              Date: Fri, 14 Jul 2000 23:05:20 +0100
75158              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
75159              
75160              Didn't anymore apply, but that point still could use another fix.
75161      Branch: perl
75162            ! pod/perlfunc.pod
75163 ____________________________________________________________________________
75164 [  6409] By: jhi                                   on 2000/07/14  23:15:15
75165         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
75166              not in pod, from Peter Prymmer
75167      Branch: perl
75168            ! vms/descrip_mms.template
75169 ____________________________________________________________________________
75170 [  6408] By: jhi                                   on 2000/07/14  20:35:05
75171         Log: The bug report
75172              [ID 19991110.002] minimal matching discrepancy found by pcre author
75173              seems to have been fixed (though differently from what was suggested
75174              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
75175      Branch: perl
75176            ! t/op/re_tests
75177 ____________________________________________________________________________
75178 [  6407] By: jhi                                   on 2000/07/14  17:38:08
75179         Log: Fix AutoSplit to use File::Spec the right way in VMS,
75180              from Peter Prymmer.
75181      Branch: perl
75182            ! lib/AutoSplit.pm
75183 ____________________________________________________________________________
75184 [  6406] By: jhi                                   on 2000/07/14  14:13:22
75185         Log: Merge perlhacktut into perlhack, update perlguts.
75186              
75187              Subject: Re: Perlhacktut
75188              From: simon@brecon.co.uk (Simon Cozens)
75189              Date: 14 Jul 2000 06:49:21 GMT
75190              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
75191              
75192              Subject: Re: Perlhacktut
75193              From: simon@brecon.co.uk (Simon Cozens)
75194              Date: 14 Jul 2000 07:09:45 GMT
75195              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
75196      Branch: perl
75197            ! pod/perlguts.pod pod/perlhack.pod
75198 ____________________________________________________________________________
75199 [  6405] By: jhi                                   on 2000/07/14  14:02:31
75200         Log: Integrate with Sarathy.
75201      Branch: cfgperl
75202           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
75203           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
75204           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
75205 ____________________________________________________________________________
75206 [  6404] By: gsar                                  on 2000/07/14  12:15:02
75207         Log: PERL_OBJECT build tweaks
75208      Branch: perl
75209            ! toke.c
75210 ____________________________________________________________________________
75211 [  6403] By: gsar                                  on 2000/07/14  11:23:41
75212         Log: inconsistent types needs casts
75213      Branch: perl
75214            ! toke.c
75215 ____________________________________________________________________________
75216 [  6402] By: gsar                                  on 2000/07/14  11:12:04
75217         Log: typos in change#6399, regen headers
75218      Branch: perl
75219            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
75220 ____________________________________________________________________________
75221 [  6401] By: gsar                                  on 2000/07/14  10:59:12
75222         Log: typecasts needed for change#6394
75223      Branch: perl
75224            ! toke.c
75225 ____________________________________________________________________________
75226 [  6400] By: gsar                                  on 2000/07/14  10:49:37
75227         Log: integrate cfgperl contents into mainline
75228      Branch: perl
75229           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
75230           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
75231 ____________________________________________________________________________
75232 [  6399] By: gsar                                  on 2000/07/14  10:38:35
75233         Log: enable UTF-16 filter by default if relevant BOM is seen; various
75234              cleanups (typos, misformatted code, and small bugs)
75235      Branch: perl
75236            ! doop.c embed.pl mg.c op.c pp.c toke.c
75237 ____________________________________________________________________________
75238 [  6398] By: gsar                                  on 2000/07/14  08:55:38
75239         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
75240              name suggests anyway)
75241      Branch: perl
75242            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
75243 ____________________________________________________________________________
75244 [  6397] By: gsar                                  on 2000/07/14  08:44:33
75245         Log: move new variables to the end of the interpreter structure (for
75246              bincompat in code that doesn't #include XSUB.h)
75247      Branch: perl
75248            ! intrpvar.h
75249 ____________________________________________________________________________
75250 [  6396] By: gsar                                  on 2000/07/14  08:13:58
75251         Log: MakeMaker should not remove editor backups (*~) on `make clean`
75252              by default (completes change#6383)
75253      Branch: perl
75254            ! lib/ExtUtils/MM_Unix.pm
75255 ____________________________________________________________________________
75256 [  6395] By: jhi                                   on 2000/07/14  05:20:33
75257         Log: Replace change #6337 with a better one.
75258              
75259              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
75260              From: Hugo <hv@crypt.compulink.co.uk>
75261              Date: Fri, 14 Jul 2000 04:16:20 +0100
75262              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
75263      Branch: cfgperl
75264            ! regexec.c t/op/re_tests
75265 ____________________________________________________________________________
75266 [  6394] By: jhi                                   on 2000/07/14  01:33:59
75267         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
75268      Branch: cfgperl
75269            ! embed.pl global.sym proto.h toke.c
75270 ____________________________________________________________________________
75271 [  6393] By: jhi                                   on 2000/07/13  23:41:23
75272         Log: remove discarded test
75273      Branch: cfgperl
75274            ! MANIFEST
75275 ____________________________________________________________________________
75276 [  6392] By: jhi                                   on 2000/07/13  23:32:25
75277         Log: The {multiplier} of a fixed substring was overlooked which
75278              caused a wrong initial search offset for that substring.
75279              
75280              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
75281              From: Hugo <hv@crypt.compulink.co.uk>
75282              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
75283              Date: Thu, 13 Jul 2000 19:27:13 +0100
75284      Branch: cfgperl
75285            ! regcomp.c t/op/re_tests
75286 ____________________________________________________________________________
75287 [  6391] By: jhi                                   on 2000/07/13  16:37:42
75288         Log: typo fix from Craig Berry
75289      Branch: cfgperl
75290            ! vms/subconfigure.com
75291 ____________________________________________________________________________
75292 [  6390] By: jhi                                   on 2000/07/13  13:20:12
75293         Log: Integrate with Sarathy.
75294      Branch: cfgperl
75295            - t/op/method2entersub.t
75296           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
75297           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
75298           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
75299           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
75300 ____________________________________________________________________________
75301 [  6389] By: jhi                                   on 2000/07/13  13:18:48
75302         Log: Detypo from Peter Prymmer, part of #6388.
75303      Branch: cfgperl
75304            ! Configure config_h.SH
75305      Branch: metaconfig
75306            ! U/modified/d_longlong.U
75307 ____________________________________________________________________________
75308 [  6388] By: gsar                                  on 2000/07/13  06:33:40
75309         Log: typos (spotted by Peter Prymmer)
75310      Branch: perl
75311            ! Configure t/lib/english.t
75312 ____________________________________________________________________________
75313 [  6387] By: gsar                                  on 2000/07/13  05:35:28
75314         Log: new selfloader.t in change#6183 doesn't close DATA handles,
75315              and thus fails to clean up tmp files on dosish platforms
75316      Branch: perl
75317            ! t/lib/selfloader.t
75318 ____________________________________________________________________________
75319 [  6386] By: gsar                                  on 2000/07/12  21:42:39
75320         Log: sprintf test tweaks (from Dominic Dunlop)
75321      Branch: perl
75322            ! t/op/sprintf.t
75323 ____________________________________________________________________________
75324 [  6385] By: gsar                                  on 2000/07/12  21:33:46
75325         Log: fix bugs in processing %v-*d and similar format specs (from
75326              Avi Finkel <avi@finkel.org>)
75327      Branch: perl
75328            ! sv.c t/op/sprintf.t
75329 ____________________________________________________________________________
75330 [  6384] By: gsar                                  on 2000/07/12  16:04:19
75331         Log: readd missing perldelta.pod changes from changes#6339,6376
75332      Branch: perl
75333            ! pod/perldelta.pod
75334 ____________________________________________________________________________
75335 [  6383] By: gsar                                  on 2000/07/12  16:00:51
75336         Log: don't clobber *.orig files on *clean targets
75337      Branch: perl
75338            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
75339 ____________________________________________________________________________
75340 [  6382] By: gsar                                  on 2000/07/12  07:59:12
75341         Log: fix broken integrations in cfgperl
75342      Branch: cfgperl
75343           !> Changes pod/perldelta.pod
75344 ____________________________________________________________________________
75345 [  6381] By: gsar                                  on 2000/07/12  07:42:17
75346         Log: integrate cfgperl changes into mainline
75347      Branch: perl
75348            ! Changes
75349           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
75350           !> pod/perlre.pod
75351 ____________________________________________________________________________
75352 [  6380] By: gsar                                  on 2000/07/12  07:31:00
75353         Log: get sprintf.t to adjust properly for 3-digit exponents
75354      Branch: perl
75355            ! t/op/sprintf.t
75356 ____________________________________________________________________________
75357 [  6379] By: gsar                                  on 2000/07/12  06:40:04
75358         Log: change#6174 needs corresponding change in win32/config_h.PL,
75359              which grovels through config_h.SH to find the config.h name
75360      Branch: perl
75361            ! win32/config_h.PL
75362 ____________________________________________________________________________
75363 [  6378] By: jhi                                   on 2000/07/12  05:03:59
75364         Log: Do the cc sanity check both before the hints and
75365              after the cc selction.
75366      Branch: cfgperl
75367            ! Configure config_h.SH
75368      Branch: metaconfig
75369            ! U/modified/Oldconfig.U U/modified/cc.U
75370      Branch: metaconfig/U/perl
75371            + Checkcc.U
75372 ____________________________________________________________________________
75373 [  6377] By: jhi                                   on 2000/07/12  02:49:22
75374         Log: Fix nits noticed by Boston.pm.
75375      Branch: cfgperl
75376            ! pod/perlre.pod
75377 ____________________________________________________________________________
75378 [  6376] By: jhi                                   on 2000/07/11  21:22:13
75379         Log: Configure cosmetics and perldelta.
75380      Branch: cfgperl
75381            ! Configure config_h.SH pod/perldelta.pod
75382      Branch: metaconfig
75383            ! U/modified/cc.U
75384 ____________________________________________________________________________
75385 [  6375] By: gsar                                  on 2000/07/11  21:17:35
75386         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
75387      Branch: perl
75388            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
75389            ! win32/win32sck.c
75390 ____________________________________________________________________________
75391 [  6374] By: gsar                                  on 2000/07/11  20:48:50
75392         Log: tweak for build failure under multiplicity
75393      Branch: perl
75394            ! toke.c
75395 ____________________________________________________________________________
75396 [  6373] By: gsar                                  on 2000/07/11  20:37:23
75397         Log: integrate cfgperl changes#6325..6373 into mainline
75398              (NOTE: today's batch of integrations still untested)
75399      Branch: perl
75400           +> ext/DynaLoader/hints/netbsd.pl
75401            ! Changes
75402           !> (integrate 26 files)
75403 ____________________________________________________________________________
75404 [  6372] By: jhi                                   on 2000/07/11  20:30:36
75405         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
75406              regen perltoc.
75407      Branch: cfgperl
75408            + pod/perlbook.pod
75409            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
75410            ! pod/perltoc.pod
75411 ____________________________________________________________________________
75412 [  6371] By: jhi                                   on 2000/07/11  20:08:56
75413         Log: Minor cleanups on the booklist.
75414      Branch: cfgperl
75415            ! pod/perlfaq2.pod
75416 ____________________________________________________________________________
75417 [  6370] By: jhi                                   on 2000/07/11  19:31:13
75418         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
75419      Branch: cfgperl
75420            ! t/pragma/overload.t
75421 ____________________________________________________________________________
75422 [  6369] By: gsar                                  on 2000/07/11  19:27:48
75423         Log: integrate cfgperl changes#6293..6324 into mainline
75424      Branch: perl
75425           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
75426            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
75427           !> (integrate 30 files)
75428 ____________________________________________________________________________
75429 [  6368] By: gsar                                  on 2000/07/11  19:18:57
75430         Log: skip integrate of problematic change#6292 from cfgperl into mainline
75431      Branch: perl
75432           !> pp_hot.c
75433 ____________________________________________________________________________
75434 [  6367] By: gsar                                  on 2000/07/11  19:17:21
75435         Log: integrate cfgperl changes#6288..6290 into mainline
75436      Branch: perl
75437           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
75438 ____________________________________________________________________________
75439 [  6366] By: gsar                                  on 2000/07/11  19:11:18
75440         Log: integrate cfgperl changes#6268..6282 into mainline
75441      Branch: perl
75442           !> (integrate 30 files)
75443 ____________________________________________________________________________
75444 [  6365] By: gsar                                  on 2000/07/11  18:57:00
75445         Log: delete new accidentally branched file
75446      Branch: perl
75447            - t/op/method2entersub.t
75448 ____________________________________________________________________________
75449 [  6364] By: gsar                                  on 2000/07/11  18:55:13
75450         Log: skip integrate of change#6267 from cfgperl into mainline (the
75451              method call optimization is flawed without additional hints
75452              from user about immutableness of @ISA and no runtime method
75453              definitions)
75454      Branch: perl
75455           +> t/op/method2entersub.t
75456           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
75457           !> perl.h t/op/sprintf.t xsutils.c
75458 ____________________________________________________________________________
75459 [  6363] By: gsar                                  on 2000/07/11  18:49:43
75460         Log: integrate cfgperl changes#6261..6266 into mainline
75461      Branch: perl
75462           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
75463           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
75464           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
75465           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
75466 ____________________________________________________________________________
75467 [  6362] By: gsar                                  on 2000/07/11  18:43:26
75468         Log: integrate cfgperl changes#6252..6260 into mainline
75469      Branch: perl
75470           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
75471           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
75472           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
75473           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
75474 ____________________________________________________________________________
75475 [  6361] By: gsar                                  on 2000/07/11  18:37:12
75476         Log: skip integrate of problematic change#6251 from cfgperl into mainline
75477      Branch: perl
75478           !> lib/Exporter.pm
75479 ____________________________________________________________________________
75480 [  6360] By: gsar                                  on 2000/07/11  18:34:56
75481         Log: integrate cfgperl change#6250 into mainline
75482      Branch: perl
75483           +> t/op/my_stash.t
75484           !> MANIFEST embed.pl proto.h toke.c
75485 ____________________________________________________________________________
75486 [  6359] By: gsar                                  on 2000/07/11  18:21:19
75487         Log: integrate cfgperl changes#6242..6249 into mainline
75488      Branch: perl
75489           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
75490           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
75491           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
75492           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
75493           !> t/lib/peek.t utf8.c
75494 ____________________________________________________________________________
75495 [  6358] By: gsar                                  on 2000/07/11  18:15:45
75496         Log: skip integrate of problematic change#6241 from cfgperl into mainline
75497      Branch: perl
75498           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
75499 ____________________________________________________________________________
75500 [  6357] By: jhi                                   on 2000/07/11  18:15:16
75501         Log: Fix for
75502              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
75503              From: Roderick Schertler <roderick@argon.org> 
75504              Date: Tue, 11 Jul 2000 13:55:05 -0400 
75505              Message-Id: <200007111755.NAA05077@jones.argon.org> 
75506      Branch: cfgperl
75507            ! doio.c
75508 ____________________________________________________________________________
75509 [  6356] By: jhi                                   on 2000/07/11  18:12:51
75510         Log: Typo in #6341.
75511      Branch: cfgperl
75512            ! pp_hot.c
75513 ____________________________________________________________________________
75514 [  6355] By: gsar                                  on 2000/07/11  18:12:10
75515         Log: integrate cfgperl changes#6231..6240 into mainline
75516      Branch: perl
75517           +> pod/perlutil.pod
75518           !> (integrate 35 files)
75519 ____________________________________________________________________________
75520 [  6354] By: jhi                                   on 2000/07/11  18:04:34
75521         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
75522              From: Dominic Dunlop <domo@computer.org> 
75523              Date: Tue, 11 Jul 2000 12:27:33 +0200 
75524              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
75525              
75526              Replaces change #6268.
75527      Branch: cfgperl
75528            ! t/op/sprintf.t
75529 ____________________________________________________________________________
75530 [  6353] By: gsar                                  on 2000/07/11  17:59:51
75531         Log: skip integrate of problematic change#6230 from cfgperl into mainline
75532              (a later version of File::Spec is already in mainline)
75533      Branch: perl
75534           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
75535           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
75536 ____________________________________________________________________________
75537 [  6352] By: gsar                                  on 2000/07/11  17:57:48
75538         Log: integrate cfgperl changes#6224..6229 into mainline
75539      Branch: perl
75540           +> lib/lib.pm.PL
75541            - lib/lib.pm
75542           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
75543           !> lib/English.pm op.c t/lib/english.t
75544 ____________________________________________________________________________
75545 [  6351] By: gsar                                  on 2000/07/11  17:50:10
75546         Log: skip integrate of problematic change#6223 from cfgperl into mainline
75547      Branch: perl
75548           !> doio.c
75549 ____________________________________________________________________________
75550 [  6350] By: gsar                                  on 2000/07/11  17:48:28
75551         Log: integrate cfgperl changes#6220..6222 into mainline
75552      Branch: perl
75553           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
75554           !> toke.c utf8.c win32/win32.h
75555 ____________________________________________________________________________
75556 [  6349] By: gsar                                  on 2000/07/11  17:46:13
75557         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
75558              mainline
75559      Branch: perl
75560           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
75561           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
75562           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75563 ____________________________________________________________________________
75564 [  6348] By: jhi                                   on 2000/07/11  17:45:49
75565         Log: README.posix-bc podified from Thomas Dorner.
75566      Branch: cfgperl
75567            ! README.posix-bc
75568 ____________________________________________________________________________
75569 [  6347] By: gsar                                  on 2000/07/11  17:42:04
75570         Log: integrate cfgperl change#6217 into mainline
75571      Branch: perl
75572           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
75573           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
75574           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
75575 ____________________________________________________________________________
75576 [  6346] By: gsar                                  on 2000/07/11  17:39:37
75577         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
75578              mainline
75579      Branch: perl
75580           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
75581           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
75582           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
75583           !> perlapi.h pod/perlapi.pod
75584 ____________________________________________________________________________
75585 [  6345] By: gsar                                  on 2000/07/11  17:36:42
75586         Log: integrate cfgperl changes#6207..6210 into mainline
75587      Branch: perl
75588           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
75589           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
75590 ____________________________________________________________________________
75591 [  6344] By: gsar                                  on 2000/07/11  17:31:20
75592         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
75593              mainline
75594      Branch: perl
75595           !> (integrate 40 files)
75596 ____________________________________________________________________________
75597 [  6343] By: gsar                                  on 2000/07/11  17:19:08
75598         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
75599      Branch: perl
75600           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
75601            ! Changes
75602           !> (integrate 34 files)
75603 ____________________________________________________________________________
75604 [  6342] By: jhi                                   on 2000/07/11  16:05:48
75605         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
75606              To: perl5-porters@perl.org
75607              From: Karsten Sperling <spiff@phreax.net>
75608              Date: Mon, 10 Jul 2000 15:12:52 +0200
75609              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
75610      Branch: cfgperl
75611            ! lib/Symbol.pm
75612 ____________________________________________________________________________
75613 [  6341] By: jhi                                   on 2000/07/11  15:59:23
75614         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
75615              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75616              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
75617              Date: Fri, 07 Jul 2000 17:57:16 +0100
75618      Branch: cfgperl
75619            ! pp_hot.c
75620 ____________________________________________________________________________
75621 [  6340] By: jhi                                   on 2000/07/11  15:55:47
75622         Log: Subject: Re: format bug report  [Patch]
75623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75624              Date: Wed, 05 Jul 2000 13:12:52 +0200
75625              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
75626              
75627              Subject: Re: format bug report  [Patch]
75628              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75629              Date: Wed, 05 Jul 2000 14:10:01 +0200
75630              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
75631      Branch: cfgperl
75632            ! t/op/write.t toke.c
75633 ____________________________________________________________________________
75634 [  6339] By: jhi                                   on 2000/07/11  13:54:09
75635         Log: Be less forgiving about ambiguous and illegal tr ranges.
75636              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
75637              From: Mark-Jason Dominus <mjd@plover.com>
75638              Date: Tue, 04 Jul 2000 10:00:12 -0400
75639              Message-ID: <20000704140012.17772.qmail@plover.com>
75640              
75641              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
75642              From: Mark-Jason Dominus <mjd@plover.com>
75643              Date: Wed, 05 Jul 2000 09:37:36 -0400
75644              Message-ID: <20000705133736.27293.qmail@plover.com>
75645      Branch: cfgperl
75646            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
75647 ____________________________________________________________________________
75648 [  6338] By: jhi                                   on 2000/07/11  13:31:24
75649         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
75650              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
75651              Date: Tue, 11 Jul 2000 13:50:51 +0100
75652              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
75653      Branch: cfgperl
75654            ! sv.c
75655 ____________________________________________________________________________
75656 [  6337] By: jhi                                   on 2000/07/11  13:29:14
75657         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
75658              From: Hugo <hv@crypt.compulink.co.uk>
75659              Date: Tue, 11 Jul 2000 12:44:50 +0100
75660              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
75661      Branch: cfgperl
75662            ! regexec.c t/op/re_tests
75663 ____________________________________________________________________________
75664 [  6336] By: jhi                                   on 2000/07/11  13:26:47
75665         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
75666              From: simon@brecon.co.uk (Simon Cozens)
75667              Date: 7 Jul 2000 11:26:09 GMT
75668              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
75669      Branch: cfgperl
75670            ! mg.c
75671 ____________________________________________________________________________
75672 [  6335] By: jhi                                   on 2000/07/11  13:23:37
75673         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
75674              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
75675              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
75676              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
75677      Branch: cfgperl
75678            + ext/DynaLoader/hints/netbsd.pl
75679            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
75680 ____________________________________________________________________________
75681 [  6334] By: jhi                                   on 2000/07/11  13:20:38
75682         Log: Subject: PATCH perlguts.pod: Document D and d magic types
75683              From: mjd@plover.com
75684              Date: 5 Jul 2000 18:01:51 -0000
75685              Message-ID: <20000705180151.29413.qmail@plover.com>
75686      Branch: cfgperl
75687            ! pod/perlguts.pod
75688 ____________________________________________________________________________
75689 [  6333] By: jhi                                   on 2000/07/11  13:15:51
75690         Log: Precedence goof, fix based on
75691              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
75692              From: Hugo <hv@crypt.compulink.co.uk>
75693              Date: Tue, 11 Jul 2000 12:52:38 +0100
75694              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
75695      Branch: cfgperl
75696            ! t/op/taint.t
75697 ____________________________________________________________________________
75698 [  6332] By: jhi                                   on 2000/07/11  12:40:17
75699         Log: Integrate with Sarathy.
75700      Branch: cfgperl
75701           !> win32/win32sck.c
75702 ____________________________________________________________________________
75703 [  6331] By: jhi                                   on 2000/07/10  20:14:16
75704         Log: Sprinkle ldlibpath.
75705      Branch: cfgperl
75706            ! pod/Makefile.SH
75707 ____________________________________________________________________________
75708 [  6330] By: jhi                                   on 2000/07/10  17:54:49
75709         Log: More POSIX.pod tweaks.
75710      Branch: cfgperl
75711            ! ext/POSIX/POSIX.pod
75712 ____________________________________________________________________________
75713 [  6329] By: jhi                                   on 2000/07/10  14:02:12
75714         Log: Reorder perl.pod once more.
75715      Branch: cfgperl
75716            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
75717 ____________________________________________________________________________
75718 [  6328] By: gsar                                  on 2000/07/10  07:06:00
75719         Log: accept() leaks memory on windows due to incorrect ordering of
75720              closesocket() and fclose() calls
75721      Branch: perl
75722            ! win32/win32sck.c
75723 ____________________________________________________________________________
75724 [  6327] By: gsar                                  on 2000/07/10  06:49:17
75725         Log: winsock options weren't being set in all threads under ithreads
75726              (caused send()s from second and subsequent threads to fail)
75727      Branch: perl
75728            ! win32/win32sck.c
75729 ____________________________________________________________________________
75730 [  6326] By: jhi                                   on 2000/07/08  02:45:40
75731         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
75732              was cast to an unsigned (32-bit) integer with wild abandon.
75733      Branch: cfgperl
75734            ! ext/Devel/DProf/DProf.xs
75735 ____________________________________________________________________________
75736 [  6325] By: jhi                                   on 2000/07/07  18:50:33
75737         Log: Remove perlbook, update perlfaq book listing,
75738              rearrange perl.pod, regenerate perltoc.
75739      Branch: cfgperl
75740            - pod/perlbook.pod
75741            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
75742            ! pod/perlfaq2.pod pod/perltoc.pod
75743 ____________________________________________________________________________
75744 [  6324] By: jhi                                   on 2000/07/07  14:03:40
75745         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
75746      Branch: cfgperl
75747            ! sv.h toke.c
75748 ____________________________________________________________________________
75749 [  6323] By: jhi                                   on 2000/07/06  16:03:55
75750         Log: Fix complaints of buildtoc.
75751      Branch: cfgperl
75752            + lib/Win32.pod
75753            - pod/Win32.pod
75754            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
75755 ____________________________________________________________________________
75756 [  6322] By: jhi                                   on 2000/07/06  15:15:52
75757         Log: Add =head1 NAMEs so that buildtoc is happy.
75758              (The CGI::Util nit reported to Lincoln.)
75759      Branch: cfgperl
75760            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
75761            ! pod/perltoc.pod
75762 ____________________________________________________________________________
75763 [  6321] By: jhi                                   on 2000/07/06  03:16:04
75764         Log: Config is being used.
75765      Branch: cfgperl
75766            ! t/op/method.t
75767 ____________________________________________________________________________
75768 [  6320] By: jhi                                   on 2000/07/06  03:13:13
75769         Log: Integrate with Sarathy.
75770      Branch: cfgperl
75771           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
75772 ____________________________________________________________________________
75773 [  6319] By: jhi                                   on 2000/07/06  03:11:46
75774         Log: Autogenerate pod/Makefile and pod/buildtoc.
75775              buildtoc also checks whether the existing pods are
75776              mentioned in MANIFEST and perl.pod, and vice versa.
75777              (None of the thusly found discrepancies fixed yet.)
75778              roffitall also needs to be autogenerated similarly but it
75779              seems so badly out of date that I didn't touch it yet.
75780      Branch: cfgperl
75781            + pod/Makefile.SH pod/buildtoc.PL
75782            - pod/Makefile pod/buildtoc
75783            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
75784 ____________________________________________________________________________
75785 [  6318] By: gsar                                  on 2000/07/05  22:10:54
75786         Log: fix UNC path handling on Windows under ithreads, and chdir()
75787              return value when given a non-existent directory
75788      Branch: perl
75789            ! win32/vdir.h
75790 ____________________________________________________________________________
75791 [  6317] By: gsar                                  on 2000/07/05  22:08:19
75792         Log: winsock cleanup never done on Windows (leads to handle leaks)
75793      Branch: perl
75794            ! win32/perllib.c win32/win32sck.c
75795 ____________________________________________________________________________
75796 [  6316] By: gsar                                  on 2000/07/05  22:06:19
75797         Log: some debugger output does not go to the socket when RemotePort is set
75798      Branch: perl
75799            ! lib/perl5db.pl
75800 ____________________________________________________________________________
75801 [  6315] By: jhi                                   on 2000/07/05  00:25:21
75802         Log: Integrate with Sarathy, preliminary fix for unicos
75803              alignment problems in [ID 20000612.002] Perl problem on Cray system.
75804      Branch: cfgperl
75805            ! sv.h
75806           !> pp_hot.c
75807 ____________________________________________________________________________
75808 [  6314] By: gsar                                  on 2000/07/04  23:34:02
75809         Log: tyop in change#6306
75810      Branch: perl
75811            ! pp_hot.c
75812 ____________________________________________________________________________
75813 [  6313] By: jhi                                   on 2000/07/04  22:14:38
75814         Log: Multiline string literals ENONPORTABLE.
75815      Branch: cfgperl
75816            ! pp_hot.c
75817 ____________________________________________________________________________
75818 [  6312] By: jhi                                   on 2000/07/04  20:34:44
75819         Log: Integrate with Sarathy.
75820      Branch: cfgperl
75821           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
75822           !> t/op/method.t
75823 ____________________________________________________________________________
75824 [  6311] By: jhi                                   on 2000/07/04  20:30:56
75825         Log: More POSIX.pod embellishment.
75826      Branch: cfgperl
75827            ! ext/POSIX/POSIX.pod
75828 ____________________________________________________________________________
75829 [  6310] By: gsar                                  on 2000/07/04  17:28:48
75830         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
75831      Branch: perl
75832            ! t/lib/b.t
75833 ____________________________________________________________________________
75834 [  6309] By: jhi                                   on 2000/07/04  17:22:18
75835         Log: The #6308 required a little bit more.
75836      Branch: cfgperl
75837            ! Makefile.SH win32/Makefile
75838 ____________________________________________________________________________
75839 [  6308] By: jhi                                   on 2000/07/04  16:35:24
75840         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
75841      Branch: cfgperl
75842            + lib/lib_pm.PL
75843            - lib/lib.pm.PL
75844            ! MANIFEST Makefile.SH
75845 ____________________________________________________________________________
75846 [  6307] By: jhi                                   on 2000/07/04  16:28:58
75847         Log: Win32 patches for cfgperl from Sarathy.
75848      Branch: cfgperl
75849            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
75850            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
75851            ! thread.h toke.c util.c win32/Makefile win32/win32.c
75852 ____________________________________________________________________________
75853 [  6306] By: gsar                                  on 2000/07/04  16:28:40
75854         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
75855              (from Richard Soderberg <rs@oregonnet.com>)
75856      Branch: perl
75857            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
75858 ____________________________________________________________________________
75859 [  6305] By: jhi                                   on 2000/07/04  16:24:24
75860         Log: Integrate with Sarathy.
75861      Branch: cfgperl
75862           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
75863           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
75864           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
75865           !> proto.h win32/win32.c
75866 ____________________________________________________________________________
75867 [  6304] By: gsar                                  on 2000/07/04  16:17:24
75868         Log: missing perldiag entry for unpack("w",...) diagnostic (from
75869              Andreas Koenig)
75870      Branch: perl
75871            ! pod/perldiag.pod
75872 ____________________________________________________________________________
75873 [  6303] By: gsar                                  on 2000/07/04  16:14:44
75874         Log: remove rel2abs prototypes (from Barrie Slaymaker)
75875      Branch: perl
75876            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
75877            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
75878 ____________________________________________________________________________
75879 [  6302] By: gsar                                  on 2000/07/04  04:59:35
75880         Log: adjust change#6299
75881      Branch: perl
75882            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
75883            ! win32/win32.c
75884 ____________________________________________________________________________
75885 [  6301] By: jhi                                   on 2000/07/04  04:50:07
75886         Log: Integrate with Sarathy.
75887      Branch: cfgperl
75888           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
75889           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
75890           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
75891 ____________________________________________________________________________
75892 [  6300] By: gsar                                  on 2000/07/04  04:42:09
75893         Log: PERL_OBJECT build tweak
75894      Branch: perl
75895            ! perl.h
75896 ____________________________________________________________________________
75897 [  6299] By: gsar                                  on 2000/07/04  04:37:00
75898         Log: fix memory leak on Windows (PL_sys_intern contents were never
75899              freed)
75900      Branch: perl
75901            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
75902            ! perlapi.c proto.h win32/win32.c
75903 ____________________________________________________________________________
75904 [  6298] By: gsar                                  on 2000/07/04  04:15:59
75905         Log: fix large memory leak that has been around for ever, masked by
75906              -DPURIFY (most of the arenas were never freed!)
75907      Branch: perl
75908            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
75909 ____________________________________________________________________________
75910 [  6297] By: gsar                                  on 2000/07/04  04:07:46
75911         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
75912      Branch: perl
75913            ! perl.c
75914 ____________________________________________________________________________
75915 [  6296] By: jhi                                   on 2000/06/30  18:28:37
75916         Log: Elaborate POSIX.pod.  Still needs work.
75917      Branch: cfgperl
75918            ! ext/POSIX/POSIX.pod
75919 ____________________________________________________________________________
75920 [  6295] By: jhi                                   on 2000/06/30  14:58:18
75921         Log: Point to perlipc for more SysV IPC examples.
75922      Branch: cfgperl
75923            ! pod/perlfunc.pod
75924 ____________________________________________________________________________
75925 [  6294] By: gsar                                  on 2000/06/30  14:47:45
75926         Log: slurp mode fix in change#4736 still not quite right
75927      Branch: perl
75928            ! pp_hot.c t/io/argv.t
75929 ____________________________________________________________________________
75930 [  6293] By: jhi                                   on 2000/06/30  12:02:55
75931         Log: Integrate with Sarathy.
75932      Branch: cfgperl
75933           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
75934 ____________________________________________________________________________
75935 [  6292] By: jhi                                   on 2000/06/30  12:01:11
75936         Log: From: simon@brecon.co.uk (Simon Cozens)
75937              Subject: UTF8 concat
75938              Date: 30 Jun 2000 06:13:25 GMT
75939              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
75940      Branch: cfgperl
75941            ! pp_hot.c
75942 ____________________________________________________________________________
75943 [  6291] By: gsar                                  on 2000/06/30  04:37:33
75944         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
75945              when @_ is modified, causing coredumps
75946      Branch: perl
75947            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
75948 ____________________________________________________________________________
75949 [  6290] By: jhi                                   on 2000/06/30  02:21:44
75950         Log: Integrate with Sarathy.
75951      Branch: cfgperl
75952           !> vms/vms.c vms/vmsish.h
75953 ____________________________________________________________________________
75954 [  6289] By: jhi                                   on 2000/06/30  02:21:02
75955         Log: Check VERSIONs.
75956      Branch: cfgperl
75957            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
75958            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
75959            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
75960 ____________________________________________________________________________
75961 [  6288] By: jhi                                   on 2000/06/30  02:18:52
75962         Log: Integrate with Sarathy.
75963      Branch: cfgperl
75964           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
75965           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
75966           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
75967           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
75968 ____________________________________________________________________________
75969 [  6287] By: gsar                                  on 2000/06/30  02:17:08
75970         Log: integrate vmsperl changes into mainline
75971      Branch: perl
75972           !> vms/vms.c vms/vmsish.h
75973 ____________________________________________________________________________
75974 [  6285] By: gsar                                  on 2000/06/30  02:05:28
75975         Log: localize %INC in a Safe compartment so that use/require work
75976              (many other magic globals probably need similar treatment)
75977      Branch: perl
75978            ! ext/Opcode/Opcode.xs
75979 ____________________________________________________________________________
75980 [  6284] By: gsar                                  on 2000/06/30  01:54:54
75981         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
75982              about Windows
75983      Branch: perl
75984            ! pod/perlembed.pod
75985 ____________________________________________________________________________
75986 [  6283] By: jhi                                   on 2000/06/30  01:50:10
75987         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
75988              From: Barrie Slaymaker <barries@jester.slaysys.com>
75989              Date: Wed, 28 Jun 2000 11:35:29 -0400
75990              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
75991      Branch: perl
75992            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
75993            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
75994            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
75995            ! lib/File/Spec/Win32.pm
75996 ____________________________________________________________________________
75997 [  6282] By: jhi                                   on 2000/06/29  22:57:22
75998         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
75999              From: Dan Sugalski <dan@sidhe.org>
76000              Date: Tue, 06 Jun 2000 11:59:50 -0400
76001              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
76002      Branch: cfgperl
76003            ! vms/vms.c
76004 ____________________________________________________________________________
76005 [  6281] By: jhi                                   on 2000/06/29  22:52:50
76006         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
76007              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76008              Date: Wed, 7 Jun 2000 04:02:04 -0500
76009              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
76010      Branch: cfgperl
76011            ! utils/h2xs.PL
76012 ____________________________________________________________________________
76013 [  6280] By: jhi                                   on 2000/06/29  22:45:47
76014         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
76015              From: rspier@pobox.com (Robert Spier)
76016              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
76017              Message-ID: <14654.31913.845602.610277@rls.cx>
76018      Branch: cfgperl
76019            ! utils/h2xs.PL
76020 ____________________________________________________________________________
76021 [  6279] By: jhi                                   on 2000/06/29  22:38:16
76022         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
76023              From: Tim Ayers <tayers@bridge.com>
76024              Date: Thu, 08 Jun 2000 08:11:06 +0200
76025              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
76026              [resent by Richard Foley, Message-Id probably wrong]
76027      Branch: cfgperl
76028            ! pod/perlsub.pod
76029 ____________________________________________________________________________
76030 [  6278] By: jhi                                   on 2000/06/29  22:21:45
76031         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
76032              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
76033              Date: Fri, 09 Jun 2000 12:39:27 -0400
76034              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
76035              (plus update the version "number" of Text::Wrap)
76036      Branch: cfgperl
76037            ! lib/Text/Wrap.pm
76038 ____________________________________________________________________________
76039 [  6277] By: jhi                                   on 2000/06/29  22:13:10
76040         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
76041              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76042              Date: Mon, 12 Jun 2000 14:55:59 +0100
76043              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
76044      Branch: cfgperl
76045            ! pod/perlfunc.pod
76046 ____________________________________________________________________________
76047 [  6276] By: jhi                                   on 2000/06/29  22:11:06
76048         Log: Subject: [PATCH] Re: eval documentation: context
76049              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76050              Date: Mon, 12 Jun 2000 15:07:29 +0100
76051              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
76052      Branch: cfgperl
76053            ! pod/perlfunc.pod
76054 ____________________________________________________________________________
76055 [  6275] By: jhi                                   on 2000/06/29  21:59:46
76056         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
76057              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76058              Date: Tue, 13 Jun 2000 02:43:48 -0500
76059              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
76060      Branch: cfgperl
76061            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
76062 ____________________________________________________________________________
76063 [  6274] By: jhi                                   on 2000/06/29  21:56:14
76064         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
76065              From: Andy Dougherty <doughera@lafayette.edu>
76066              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
76067              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
76068      Branch: cfgperl
76069            ! ext/File/Glob/Glob.pm
76070 ____________________________________________________________________________
76071 [  6273] By: jhi                                   on 2000/06/29  21:49:09
76072         Log: Subject: [PATCH] xsub attributes
76073              From: Doug MacEachern <dougm@covalent.net>
76074              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
76075              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
76076      Branch: cfgperl
76077            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
76078            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
76079 ____________________________________________________________________________
76080 [  6272] By: jhi                                   on 2000/06/29  21:41:28
76081         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
76082              From: Tom Phoenix <rootbeer@redcat.com>
76083              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
76084              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
76085      Branch: cfgperl
76086            ! lib/Net/Ping.pm
76087 ____________________________________________________________________________
76088 [  6271] By: jhi                                   on 2000/06/29  21:36:55
76089         Log: Subject: PATCH pod/perltie.pod
76090              From: Ian Phillipps <Ian.Phillipps@iname.com>
76091              Date: Fri, 16 Jun 2000 00:17:19 +0100
76092              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
76093              (only the first hunk, the second hunk had already been done
76094              by some other patch)
76095      Branch: cfgperl
76096            ! pod/perltie.pod
76097 ____________________________________________________________________________
76098 [  6270] By: jhi                                   on 2000/06/29  21:24:51
76099         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
76100              From: Nicholas Clark <nick@talking.bollo.cx>
76101              Date: Fri, 23 Jun 2000 16:21:15 +0100
76102              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
76103      Branch: cfgperl
76104            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
76105            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
76106 ____________________________________________________________________________
76107 [  6269] By: jhi                                   on 2000/06/29  19:38:15
76108         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
76109              silence few compiler warnings.
76110      Branch: cfgperl
76111            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
76112 ____________________________________________________________________________
76113 [  6268] By: jhi                                   on 2000/06/29  18:21:50
76114         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
76115              From: Dominic Dunlop <domo@computer.org> 
76116              Date: Thu, 29 Jun 2000 12:32:39 +0200 
76117              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
76118      Branch: cfgperl
76119            ! t/op/sprintf.t
76120 ____________________________________________________________________________
76121 [  6267] By: jhi                                   on 2000/06/29  18:16:07
76122         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
76123              From: Doug MacEachern <dougm@covalent.net>
76124              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
76125              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
76126      Branch: cfgperl
76127            + t/op/method2entersub.t
76128            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
76129            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
76130            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
76131            ! xsutils.c
76132 ____________________________________________________________________________
76133 [  6266] By: jhi                                   on 2000/06/29  15:11:15
76134         Log: Subject: [PATCH 5.6.0] cygwin port
76135              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
76136              From: "Fifer, Eric" <EFifer@sanwaint.com>
76137              Date: Thu, 29 Jun 2000 12:58:29 +0100
76138      Branch: cfgperl
76139            ! cygwin/Makefile.SHs
76140 ____________________________________________________________________________
76141 [  6265] By: jhi                                   on 2000/06/29  15:04:05
76142         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
76143              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76144              Date: Wed, 28 Jun 2000 17:50:12 -0700
76145              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
76146      Branch: cfgperl
76147            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
76148 ____________________________________________________________________________
76149 [  6264] By: jhi                                   on 2000/06/29  15:00:57
76150         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
76151              From: Marty Lucich <marty@netcom.com>
76152              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
76153              Message-Id: <200006282116.OAA11148@netcom.com>
76154              ccdlflags update (the BSD/OS 4.1 part had already been taken
76155              care of by #6141).
76156      Branch: cfgperl
76157            ! hints/bsdos.sh
76158 ____________________________________________________________________________
76159 [  6263] By: jhi                                   on 2000/06/29  13:47:44
76160         Log: tr fixes from Simon Cozens
76161      Branch: cfgperl
76162            ! doop.c
76163 ____________________________________________________________________________
76164 [  6262] By: jhi                                   on 2000/06/28  18:46:01
76165         Log: Subject: 5.6.0 Patch for EPOC
76166              From: Olaf Flebbe <o.flebbe@gmx.de>
76167              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
76168              Message-ID: <23449.960929969@www11.gmx.net>
76169      Branch: cfgperl
76170            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
76171            ! epoc/epocish.h
76172 ____________________________________________________________________________
76173 [  6261] By: jhi                                   on 2000/06/28  18:29:07
76174         Log: Subject: Re: [PATCH cfgperl] BOMs away!
76175              From: simon@brecon.co.uk (Simon Cozens)
76176              Date: 17 Jun 2000 11:49:57 GMT
76177              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
76178      Branch: cfgperl
76179            ! pod/perldiag.pod t/comp/require.t toke.c
76180 ____________________________________________________________________________
76181 [  6260] By: jhi                                   on 2000/06/28  17:47:16
76182         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
76183              From: simon@brecon.co.uk (Simon Cozens) 
76184              Date: 17 Jun 2000 11:56:44 GMT 
76185              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
76186              pack U0, pack C0
76187      Branch: cfgperl
76188            ! pod/perlfunc.pod pp.c t/op/pack.t
76189 ____________________________________________________________________________
76190 [  6259] By: jhi                                   on 2000/06/28  16:43:17
76191         Log: perlnewmod was missing from MANIFEST.
76192      Branch: cfgperl
76193            ! MANIFEST
76194 ____________________________________________________________________________
76195 [  6258] By: jhi                                   on 2000/06/28  15:54:30
76196         Log: linenumber tweak
76197      Branch: cfgperl
76198            ! t/pragma/warn/regcomp
76199 ____________________________________________________________________________
76200 [  6257] By: jhi                                   on 2000/06/28  15:50:44
76201         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
76202              From: Doug MacEachern <dougm@covalent.net>
76203              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
76204              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
76205              (one part of the patch had been applied earlier)
76206      Branch: cfgperl
76207            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
76208 ____________________________________________________________________________
76209 [  6256] By: jhi                                   on 2000/06/28  15:40:22
76210         Log: tweaks from Simon Cozens to further fix tr/// under utf8
76211      Branch: cfgperl
76212            ! doop.c
76213 ____________________________________________________________________________
76214 [  6255] By: jhi                                   on 2000/06/28  15:33:45
76215         Log: small thinko tweaks
76216      Branch: cfgperl
76217            ! lib/IPC/Open3.pm t/op/my_stash.t
76218 ____________________________________________________________________________
76219 [  6254] By: jhi                                   on 2000/06/28  15:33:25
76220         Log: Subject: tr///, help wanted.
76221              From: simon@brecon.co.uk (Simon Cozens)
76222              Date: 28 Jun 2000 11:29:04 GMT
76223              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
76224      Branch: cfgperl
76225            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
76226            ! pp_proto.h proto.h t/op/tr.t
76227 ____________________________________________________________________________
76228 [  6253] By: jhi                                   on 2000/06/28  15:09:17
76229         Log: Paranoia tweak on #6249.
76230              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
76231              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
76232              Date: Sun, 25 Jun 2000 23:43:12 -0400
76233              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
76234      Branch: cfgperl
76235            ! lib/IPC/Open3.pm
76236 ____________________________________________________________________________
76237 [  6252] By: jhi                                   on 2000/06/28  15:01:38
76238         Log: Document #6249 and #6251.
76239      Branch: cfgperl
76240            ! lib/Exporter.pm lib/IPC/Open3.pm
76241 ____________________________________________________________________________
76242 [  6251] By: jhi                                   on 2000/06/28  14:50:43
76243         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
76244              From: Doug MacEachern <dougm@covalent.net>
76245              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
76246              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
76247      Branch: cfgperl
76248            ! lib/Exporter.pm
76249 ____________________________________________________________________________
76250 [  6250] By: jhi                                   on 2000/06/28  14:45:23
76251         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
76252              From: Doug MacEachern <dougm@covalent.net>
76253              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
76254              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
76255      Branch: cfgperl
76256            + t/op/my_stash.t
76257            ! MANIFEST embed.pl global.sym proto.h toke.c
76258 ____________________________________________________________________________
76259 [  6249] By: jhi                                   on 2000/06/28  14:36:34
76260         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
76261              From: Frank Tobin <ftobin@uiuc.edu>
76262              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
76263              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
76264      Branch: cfgperl
76265            ! lib/IPC/Open3.pm
76266 ____________________________________________________________________________
76267 [  6248] By: jhi                                   on 2000/06/28  14:11:25
76268         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
76269              From: Mark-Jason Dominus <mjd@plover.com>
76270              Date: Tue, 27 Jun 2000 22:36:42 -0400
76271              Message-ID: <20000628023642.12166.qmail@plover.com>
76272      Branch: cfgperl
76273            ! pod/perlfunc.pod
76274 ____________________________________________________________________________
76275 [  6247] By: jhi                                   on 2000/06/27  12:46:37
76276         Log: Tweak $VERSION, patch from Doug MacEachern.
76277      Branch: cfgperl
76278            ! lib/File/Spec.pm
76279 ____________________________________________________________________________
76280 [  6246] By: jhi                                   on 2000/06/27  03:34:46
76281         Log: Allow for standalone testing.
76282      Branch: cfgperl
76283            ! t/lib/filefunc.t t/lib/filespec.t
76284 ____________________________________________________________________________
76285 [  6245] By: jhi                                   on 2000/06/27  02:50:02
76286         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
76287              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76288              Date: Sat, 24 Jun 2000 13:06:20 +0100
76289              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
76290      Branch: cfgperl
76291            ! ext/DynaLoader/DynaLoader_pm.PL
76292 ____________________________________________________________________________
76293 [  6244] By: jhi                                   on 2000/06/27  02:46:10
76294         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
76295              From: Doug MacEachern <dougm@covalent.net>
76296              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
76297              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
76298      Branch: cfgperl
76299            ! gv.c sv.c t/lib/peek.t
76300 ____________________________________________________________________________
76301 [  6243] By: jhi                                   on 2000/06/27  02:38:07
76302         Log: Subject: [PATCH] is_utf8_string
76303              From: simon@brecon.co.uk (Simon Cozens)
76304              Date: 26 Jun 2000 02:25:59 GMT
76305              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
76306      Branch: cfgperl
76307            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
76308            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
76309            ! proto.h utf8.c
76310 ____________________________________________________________________________
76311 [  6242] By: jhi                                   on 2000/06/27  02:24:00
76312         Log: Subject: [PATCH] bytes<->utf8 fixes
76313              From: simon@brecon.co.uk (Simon Cozens)
76314              Date: 26 Jun 2000 04:55:45 GMT
76315              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
76316      Branch: cfgperl
76317            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
76318 ____________________________________________________________________________
76319 [  6241] By: jhi                                   on 2000/06/27  02:12:42
76320         Log: Do no -warn on \_, only on \alpha.
76321              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
76322              From: David Dyck <dcd@tc.fluke.com>
76323              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
76324              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
76325      Branch: cfgperl
76326            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
76327 ____________________________________________________________________________
76328 [  6240] By: jhi                                   on 2000/06/27  02:00:01
76329         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
76330              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76331              Date: Mon, 26 Jun 2000 18:40:14 +0100
76332              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
76333      Branch: cfgperl
76334            ! utils/h2xs.PL
76335 ____________________________________________________________________________
76336 [  6239] By: jhi                                   on 2000/06/27  01:53:40
76337         Log: Configure maintenance.  Sever some dependency cycles,
76338              separate gccversion from the cc unit,
76339              address [ID 20000623.006] Configure script patch for using gcc on AIX
76340              (but solve it a little bit differently),
76341              unduplex some accidentally duplicated units,
76342              suggest using gcc if no cc available
76343              (p5p thread: "Solaris configure: counterproposal", 1999-09)
76344      Branch: cfgperl
76345            ! Configure Todo-5.6 config_h.SH
76346      Branch: metaconfig
76347            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
76348            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
76349      Branch: metaconfig/U/perl
76350            + gccvers.U
76351            ! d_getespwnam.U d_getprpwnam.U i_prot.U
76352 ____________________________________________________________________________
76353 [  6238] By: jhi                                   on 2000/06/25  18:04:56
76354         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
76355              From: Dan Sugalski <dan@sidhe.org>
76356              Date: Fri, 23 Jun 2000 17:00:00 -0400
76357              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
76358      Branch: cfgperl
76359            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
76360 ____________________________________________________________________________
76361 [  6237] By: jhi                                   on 2000/06/25  16:36:45
76362         Log: Tweak embed.pl, regen headers.
76363      Branch: cfgperl
76364            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
76365            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
76366            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
76367            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
76368            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
76369 ____________________________________________________________________________
76370 [  6236] By: jhi                                   on 2000/06/25  15:26:42
76371         Log: Regen headers.
76372      Branch: cfgperl
76373            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
76374            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
76375            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
76376            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
76377            ! regnodes.h warnings.h
76378 ____________________________________________________________________________
76379 [  6235] By: jhi                                   on 2000/06/23  19:39:35
76380         Log: The thread begun by
76381              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
76382              From: Kevin.Ruscoe@ubsw.com
76383              Date: Fri, 16 Jun 2000 16:38:51 +0100
76384              Message-Id: <H000019b03c300d6@MHS>
76385      Branch: cfgperl
76386            ! hints/solaris_2.sh
76387 ____________________________________________________________________________
76388 [  6234] By: jhi                                   on 2000/06/23  19:23:36
76389         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
76390              because when run as services (Win32ese for daemons)
76391              no environment variables are set and tmpdir ends up as /tmp,
76392              which is ambiguous.
76393              
76394              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
76395              From: matt@sergeant.org
76396              Date: 16 Jun 2000 16:30:43 -0000
76397              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
76398      Branch: cfgperl
76399            ! lib/File/Spec/Win32.pm
76400 ____________________________________________________________________________
76401 [  6233] By: jhi                                   on 2000/06/23  19:18:58
76402         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
76403              From: Mark-Jason Dominus <mjd@plover.com>
76404              Date: Fri, 16 Jun 2000 20:53:04 -0400
76405              Message-ID: <20000617005304.8008.qmail@plover.com>
76406      Branch: cfgperl
76407            ! op.h
76408 ____________________________________________________________________________
76409 [  6232] By: jhi                                   on 2000/06/23  16:10:02
76410         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
76411              From: simon@brecon.co.uk (Simon Cozens)
76412              Date: 19 Jun 2000 15:18:27 GMT
76413              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
76414              
76415              plus update pod/Makefile and regenerate perltoc
76416      Branch: cfgperl
76417            + pod/perlutil.pod
76418            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
76419 ____________________________________________________________________________
76420 [  6231] By: jhi                                   on 2000/06/23  15:19:18
76421         Log: Subject: [PATCH 5.6.0] cygwin port
76422              From: "Fifer, Eric" <EFifer@sanwaint.com>
76423              Date: Tue, 20 Jun 2000 14:30:58 +0100
76424              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
76425      Branch: cfgperl
76426            ! README.cygwin lib/File/Find.pm
76427 ____________________________________________________________________________
76428 [  6230] By: jhi                                   on 2000/06/23  14:25:21
76429         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
76430      Branch: cfgperl
76431            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
76432            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
76433            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
76434            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
76435 ____________________________________________________________________________
76436 [  6229] By: jhi                                   on 2000/06/23  14:13:34
76437         Log: Subject: README.hpux version 0.6.1
76438              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
76439              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
76440              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
76441      Branch: cfgperl
76442            ! README.hpux
76443 ____________________________________________________________________________
76444 [  6228] By: jhi                                   on 2000/06/23  14:07:20
76445         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
76446              From: Doug MacEachern <dougm@covalent.net>
76447              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
76448              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
76449      Branch: cfgperl
76450            ! op.c
76451 ____________________________________________________________________________
76452 [  6227] By: jhi                                   on 2000/06/23  14:01:06
76453         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
76454              From: Doug MacEachern <dougm@covalent.net>
76455              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
76456              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
76457      Branch: cfgperl
76458            + lib/lib.pm.PL
76459            - lib/lib.pm
76460            ! MANIFEST Makefile.SH
76461 ____________________________________________________________________________
76462 [  6226] By: jhi                                   on 2000/06/23  13:53:07
76463         Log: Subject: [PATCH] remove forward declarations in Socket.pm
76464              From: Doug MacEachern <dougm@covalent.net>
76465              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
76466              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
76467              
76468              From: Doug MacEachern <dougm@covalent.net>
76469              Subject: Re: [PATCH] remove forward declarations in Socket.pm
76470              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
76471              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
76472      Branch: cfgperl
76473            ! ext/Socket/Socket.pm op.c
76474 ____________________________________________________________________________
76475 [  6225] By: jhi                                   on 2000/06/23  13:41:52
76476         Log: Add source code filenames to apidoc.
76477              From: simon@brecon.co.uk (Simon Cozens)
76478              Subject: [PATCH embed.pl] Source X-ref
76479              Date: 22 Jun 2000 02:18:49 GMT
76480              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
76481      Branch: cfgperl
76482            ! embed.pl
76483 ____________________________________________________________________________
76484 [  6224] By: jhi                                   on 2000/06/23  13:32:33
76485         Log: A way to avoid English.pm performance hit.
76486              From: root <root@jester.slaysys.com>
76487              Subject: [YAPATCH English.pm] My turn to putt again
76488              Date: Thu, 22 Jun 2000 20:33:58 -0400
76489              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
76490      Branch: cfgperl
76491            ! lib/English.pm t/lib/english.t
76492 ____________________________________________________________________________
76493 [  6223] By: jhi                                   on 2000/06/23  13:27:06
76494         Log: Avoid double close().
76495              Subject: [PATCH] avoid double close()
76496              From: Doug MacEachern <dougm@covalent.net>
76497              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
76498              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
76499      Branch: cfgperl
76500            ! doio.c
76501 ____________________________________________________________________________
76502 [  6222] By: jhi                                   on 2000/06/23  13:25:54
76503         Log: doc typo fix
76504              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
76505              From: Ian Phillipps <Ian.Phillipps@iname.com>
76506              Date: Fri, 23 Jun 2000 10:40:58 +0100
76507              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
76508      Branch: cfgperl
76509            ! lib/Pod/Usage.pm
76510 ____________________________________________________________________________
76511 [  6221] By: jhi                                   on 2000/06/23  13:24:15
76512         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
76513              From: simon@brecon.co.uk (Simon Cozens)
76514              Subject: [PATCH] Eliminate tr///[CU][CU]
76515              Date: 23 Jun 2000 11:05:40 GMT
76516              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
76517      Branch: cfgperl
76518            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
76519 ____________________________________________________________________________
76520 [  6220] By: jhi                                   on 2000/06/22  16:07:51
76521         Log: Win32 patches from Benjamin Stuhl.
76522      Branch: cfgperl
76523            ! makedef.pl win32/win32.h
76524 ____________________________________________________________________________
76525 [  6219] By: jhi                                   on 2000/06/22  16:06:34
76526         Log: Bytecode patches from Benjamin Stuhl.
76527      Branch: cfgperl
76528            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
76529            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
76530            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
76531 ____________________________________________________________________________
76532 [  6218] By: jhi                                   on 2000/06/15  23:54:16
76533         Log: Bytecode patches from Benjamin Stuhl.
76534      Branch: cfgperl
76535            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
76536 ____________________________________________________________________________
76537 [  6217] By: jhi                                   on 2000/06/09  13:38:29
76538         Log: Rename the fdpid locking and integrate with Sarathy.
76539      Branch: cfgperl
76540            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
76541            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
76542            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
76543            ! win32/win32.c
76544           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
76545 ____________________________________________________________________________
76546 [  6216] By: gsar                                  on 2000/06/08  14:54:21
76547         Log: be more optimal about clearing @_
76548      Branch: perl
76549            ! cop.h
76550 ____________________________________________________________________________
76551 [  6215] By: gsar                                  on 2000/06/08  14:33:04
76552         Log: tweak comment about @DB::args
76553      Branch: perl
76554            ! av.h pp_ctl.c
76555 ____________________________________________________________________________
76556 [  6214] By: gsar                                  on 2000/06/08  13:57:54
76557         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
76558              caller() wants to populate @DB::args with it (causes a coredump
76559              in Carp::confess())
76560      Branch: perl
76561            ! cop.h t/op/runlevel.t
76562 ____________________________________________________________________________
76563 [  6213] By: gsar                                  on 2000/06/08  07:06:35
76564         Log: back out change#6106 (seems problematic)
76565      Branch: perl
76566            ! hints/solaris_2.sh
76567 ____________________________________________________________________________
76568 [  6212] By: jhi                                   on 2000/06/07  03:10:36
76569         Log: Continuing mopup for #6204.
76570      Branch: cfgperl
76571            ! ext/B/defsubs_h.PL
76572 ____________________________________________________________________________
76573 [  6211] By: jhi                                   on 2000/06/07  02:41:50
76574         Log: Mopup for #6204.
76575              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
76576              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
76577              This is comes from const() where POK isn't on when expected.
76578      Branch: cfgperl
76579            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
76580            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
76581            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
76582            ! perlapi.h pod/perlapi.pod
76583 ____________________________________________________________________________
76584 [  6210] By: jhi                                   on 2000/06/07  01:56:29
76585         Log: Mopup for #6207 and #6209.
76586      Branch: cfgperl
76587            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
76588 ____________________________________________________________________________
76589 [  6209] By: jhi                                   on 2000/06/07  01:33:12
76590         Log: Lock PL_fdpid against race conditions, based on:
76591              Subject: [PATCH 5.6.0]subprocess fixup for threads
76592              From: Dan Sugalski <dan@sidhe.org>
76593              To: perl5-porters@perl.org
76594              Date: Tue, 11 Apr 2000 17:02:32 -0400
76595              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
76596      Branch: cfgperl
76597            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
76598            ! win32/win32.c
76599 ____________________________________________________________________________
76600 [  6208] By: jhi                                   on 2000/06/07  01:05:23
76601         Log: Regen headers for #6207.
76602      Branch: cfgperl
76603            ! embed.h global.sym objXSUB.h proto.h
76604 ____________________________________________________________________________
76605 [  6207] By: jhi                                   on 2000/06/06  23:43:13
76606         Log: Subject: [PATCH 5.6.0] Threadsafe patches
76607              From: Dan Sugalski <dan@sidhe.org>
76608              To: perl5-porters@perl.org
76609              Date: Mon, 08 May 2000 18:08:13 -0400
76610              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
76611      Branch: cfgperl
76612            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
76613            ! proto.h sv.h util.c
76614 ____________________________________________________________________________
76615 [  6206] By: jhi                                   on 2000/06/06  23:21:23
76616         Log: Subject: [PATCH] Eliminate $a/$b in pod
76617              From: David Glasser <me@davidglasser.net>
76618              To: perl5-porters@perl.org
76619              Date: Mon, 29 May 2000 21:15:59 -0400
76620              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
76621      Branch: cfgperl
76622            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
76623            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
76624            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
76625            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
76626            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
76627            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
76628            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
76629            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
76630            ! pod/perlvar.pod pod/perlxs.pod
76631 ____________________________________________________________________________
76632 [  6205] By: jhi                                   on 2000/06/06  23:12:14
76633         Log: Subject: [PATCH] Win32 improvements
76634              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
76635              To: gsar@activestate.com, perl5-porters@perl.org
76636              Date: Mon, 29 May 2000 17:22:24 PDT
76637              Message-ID: <20000530002224.91142.qmail@hotmail.com>
76638              (MUA had mangled many lines by wordwrapping)
76639      Branch: cfgperl
76640            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
76641 ____________________________________________________________________________
76642 [  6204] By: jhi                                   on 2000/06/06  23:01:50
76643         Log: Subject: [PATCH] B::Bytecode patches
76644              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
76645              To: gsar@activestate.com, jhi@iki.fi
76646              Cc: perl5-porters@perl.org
76647              Message-ID: <20000602202526.48694.qmail@hotmail.com>
76648              (MUA had mangled many lines by wordwrapping)
76649      Branch: cfgperl
76650            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
76651            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
76652            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
76653            ! intrpvar.h perl.c
76654 ____________________________________________________________________________
76655 [  6203] By: jhi                                   on 2000/06/06  22:32:43
76656         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
76657              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76658              Date: Tue, 06 Jun 2000 13:07:45 -0700
76659              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
76660      Branch: cfgperl
76661            ! pod/perldiag.pod
76662 ____________________________________________________________________________
76663 [  6202] By: jhi                                   on 2000/06/06  19:38:35
76664         Log: Integrate with Sarathy.
76665      Branch: cfgperl
76666           !> perl.c
76667 ____________________________________________________________________________
76668 [  6201] By: gsar                                  on 2000/06/06  00:42:59
76669         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
76670              does a PUSHMARK that's never ever POPMARKed; in general, only
76671              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
76672              Perl_eval_[sp]v() don't because they don't take any incoming
76673              arguments (this leak has been around since the original version
76674              of perl_eval_pv() in 5.003_97e)
76675      Branch: perl
76676            ! perl.c
76677 ____________________________________________________________________________
76678 [  6200] By: jhi                                   on 2000/06/04  03:44:52
76679         Log: Update to cperl-mode.el 4.31 from
76680              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
76681              Subject: A couple of notes
76682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76683              To: Mailing list Perl5 <perl5-porters@perl.org>
76684              Date: Sat, 3 Jun 2000 23:33:32 -0400
76685              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
76686      Branch: cfgperl
76687            ! emacs/cperl-mode.el
76688 ____________________________________________________________________________
76689 [  6199] By: jhi                                   on 2000/06/03  15:11:05
76690         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
76691              From: Dan Sugalski <dan@sidhe.org>
76692              To: perl5-porters@perl.org, vmsperl@perl.org
76693              Date: Fri, 02 Jun 2000 17:30:51 -0400
76694              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
76695      Branch: cfgperl
76696            ! vms/descrip_mms.template vms/gen_shrfls.pl
76697 ____________________________________________________________________________
76698 [  6198] By: jhi                                   on 2000/06/03  14:59:15
76699         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
76700              From: Dan Sugalski <dan@sidhe.org>
76701              To: vmsperl@perl.org, perl5-porters@perl.org
76702              Date: Fri, 02 Jun 2000 16:00:41 -0400
76703              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
76704              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
76705      Branch: cfgperl
76706            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
76707            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
76708            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
76709 ____________________________________________________________________________
76710 [  6197] By: jhi                                   on 2000/06/03  14:41:30
76711         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
76712              From: John Borwick <jhborwic@unity.ncsu.edu>
76713              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
76714              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
76715      Branch: cfgperl
76716            ! pod/perlsyn.pod
76717 ____________________________________________________________________________
76718 [  6196] By: jhi                                   on 2000/06/03  14:38:09
76719         Log: Integrate with Sarathy.
76720      Branch: cfgperl
76721           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
76722           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
76723           !> vms/perly_c.vms
76724 ____________________________________________________________________________
76725 [  6195] By: gsar                                  on 2000/06/02  22:43:13
76726         Log: fix yet another eval"" leak under USE_ITHREADS
76727      Branch: perl
76728            ! op.c
76729 ____________________________________________________________________________
76730 [  6194] By: gsar                                  on 2000/06/02  18:22:06
76731         Log: fix small eval"" memory leaks under USE_ITHREADS
76732      Branch: perl
76733            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
76734            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
76735            ! vms/perly_c.vms
76736 ____________________________________________________________________________
76737 [  6193] By: jhi                                   on 2000/06/01  13:03:56
76738         Log: Signals-be-gone for microperl.
76739      Branch: cfgperl
76740            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
76741 ____________________________________________________________________________
76742 [  6192] By: jhi                                   on 2000/06/01  12:52:02
76743         Log: Integrate with Sarathy.
76744      Branch: cfgperl
76745           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
76746           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
76747           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
76748           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
76749           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
76750           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
76751           !> t/op/vec.t utils/h2xs.PL
76752 ____________________________________________________________________________
76753 [  6191] By: gsar                                  on 2000/06/01  09:38:21
76754         Log: vec() loses numericalness (modified version of patch suggested
76755              by Robin Barker)
76756      Branch: perl
76757            ! doop.c t/op/vec.t
76758 ____________________________________________________________________________
76759 [  6190] By: gsar                                  on 2000/06/01  09:26:15
76760         Log: submit missing embed.pl change
76761      Branch: perl
76762            ! embed.pl
76763 ____________________________________________________________________________
76764 [  6189] By: gsar                                  on 2000/06/01  09:05:34
76765         Log: counting tr/// corrupts later operation (from M.J.T Guy)
76766      Branch: perl
76767            ! doop.c t/op/tr.t
76768 ____________________________________________________________________________
76769 [  6188] By: gsar                                  on 2000/06/01  08:58:39
76770         Log: h2xs tweaks
76771      Branch: perl
76772            ! utils/h2xs.PL
76773 ____________________________________________________________________________
76774 [  6187] By: gsar                                  on 2000/06/01  08:50:07
76775         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
76776              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
76777      Branch: perl
76778            + lib/Pod/LaTeX.pm
76779            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
76780            ! pod/pod2latex.PL
76781 ____________________________________________________________________________
76782 [  6186] By: gsar                                  on 2000/06/01  08:24:40
76783         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
76784              <wolfgang.laun@alcatel.at>)
76785      Branch: perl
76786            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
76787            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
76788 ____________________________________________________________________________
76789 [  6185] By: gsar                                  on 2000/06/01  08:12:00
76790         Log: remove incorrect documentation about implicit split to @_ in
76791              list context, which never really worked in perl 5 (from
76792              M.J.T. Guy)
76793      Branch: perl
76794            ! pod/perlfunc.pod pod/perltrap.pod
76795 ____________________________________________________________________________
76796 [  6184] By: gsar                                  on 2000/06/01  07:52:27
76797         Log: tweak for change#6127
76798      Branch: perl
76799            ! perl.c
76800 ____________________________________________________________________________
76801 [  6183] By: gsar                                  on 2000/06/01  07:41:02
76802         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
76803              <nick@ccl4.org>)
76804      Branch: perl
76805            + t/lib/selfloader.t
76806            ! MANIFEST lib/SelfLoader.pm
76807 ____________________________________________________________________________
76808 [  6182] By: jhi                                   on 2000/06/01  00:34:42
76809         Log: Be Cleaner Part Deux.
76810      Branch: cfgperl
76811            ! Makefile.SH
76812 ____________________________________________________________________________
76813 [  6181] By: jhi                                   on 2000/06/01  00:32:09
76814         Log: Integrate with Sarathy.
76815      Branch: cfgperl
76816           !> pp.c t/op/arith.t
76817 ____________________________________________________________________________
76818 [  6180] By: jhi                                   on 2000/06/01  00:31:13
76819         Log: microperl nits from Simon Cozens.
76820      Branch: cfgperl
76821            + uconfig.h
76822            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
76823            ! unixish.h
76824 ____________________________________________________________________________
76825 [  6179] By: gsar                                  on 2000/05/31  22:37:51
76826         Log: buggy modulus on UVs introduced by change#3378 (resulted in
76827              4063328477 % 65535 amounting to 27406, instead of 27407)
76828      Branch: perl
76829            ! pp.c t/op/arith.t
76830 ____________________________________________________________________________
76831 [  6178] By: jhi                                   on 2000/05/31  21:52:41
76832         Log: Be cleaner.
76833      Branch: cfgperl
76834            ! Makefile.SH
76835 ____________________________________________________________________________
76836 [  6177] By: jhi                                   on 2000/05/31  21:47:33
76837         Log: Substitution utf8 patch from Simon Cozens.
76838      Branch: cfgperl
76839            ! pp_hot.c
76840 ____________________________________________________________________________
76841 [  6176] By: jhi                                   on 2000/05/31  21:45:34
76842         Log: Single-quoted utf8 patch from Simon Cozens.
76843      Branch: cfgperl
76844            ! toke.c
76845 ____________________________________________________________________________
76846 [  6175] By: jhi                                   on 2000/05/31  21:40:18
76847         Log: Integrate with Sarathy.
76848      Branch: cfgperl
76849           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
76850 ____________________________________________________________________________
76851 [  6174] By: jhi                                   on 2000/05/31  21:37:31
76852         Log: microperl changes from Simon Cozens; Makefile for microperl
76853              written from scratch; few casts added as microperl compilation
76854              doesn't have all prototypes available.
76855      Branch: cfgperl
76856            + Makefile.micro README.micro Todo.micro uconfig.sh
76857            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
76858            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
76859      Branch: metaconfig
76860            + U/modified/Config_h.U
76861 ____________________________________________________________________________
76862 [  6173] By: jhi                                   on 2000/05/31  20:00:24
76863         Log: metaconfig maintenance.
76864      Branch: metaconfig
76865            + U/modified/Inhdr.U U/typedefs/inotype.U
76866      Branch: metaconfig/U/perl
76867            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
76868            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
76869 ____________________________________________________________________________
76870 [  6172] By: gsar                                  on 2000/05/31  05:05:42
76871         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
76872              (from Ilya Zakharevich)
76873      Branch: perl
76874            ! regexec.c t/op/re_tests
76875 ____________________________________________________________________________
76876 [  6171] By: gsar                                  on 2000/05/31  05:01:47
76877         Log: scalar() doesn't force scalar context when used in void context
76878              (from Simon Cozens)
76879      Branch: perl
76880            ! op.c t/op/wantarray.t
76881 ____________________________________________________________________________
76882 [  6170] By: gsar                                  on 2000/05/31  04:41:33
76883         Log: change#6142 needs tweaks to tests to work where there's no symlink()
76884              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
76885      Branch: perl
76886            ! t/lib/filefind.t
76887 ____________________________________________________________________________
76888 [  6169] By: gsar                                  on 2000/05/31  04:29:49
76889         Log: integrate cfgperl contents into mainline
76890      Branch: perl
76891           +> pod/perlmodlib.PL pod/perlnewmod.pod
76892           !> (integrate 42 files)
76893 ____________________________________________________________________________
76894 [  6168] By: jhi                                   on 2000/05/30  22:53:37
76895         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
76896      Branch: cfgperl
76897            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76898            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
76899            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
76900            ! win32/config.bc win32/config.gc win32/config.vc
76901            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
76902            ! win32/config_h.PL win32/config_sh.PL
76903      Branch: metaconfig/U/perl
76904            ! perlxv.U
76905 ____________________________________________________________________________
76906 [  6167] By: jhi                                   on 2000/05/30  22:20:21
76907         Log: tweak todo 
76908      Branch: cfgperl
76909            ! Todo-5.6
76910 ____________________________________________________________________________
76911 [  6166] By: jhi                                   on 2000/05/30  22:11:51
76912         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
76913              in case somebody wants to write an extension for more
76914              shadow database interfaces.
76915      Branch: cfgperl
76916            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76917            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
76918            ! vos/config.def vos/config.h vos/config_h.SH_orig
76919            ! win32/config.bc win32/config.gc win32/config.vc
76920            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
76921      Branch: metaconfig
76922            ! U/modified/Myinit.U
76923      Branch: metaconfig/U/perl
76924            + d_getespwnam.U d_getprpwnam.U i_prot.U
76925 ____________________________________________________________________________
76926 [  6165] By: jhi                                   on 2000/05/30  18:35:34
76927         Log: Integrate with Sarathy.
76928      Branch: cfgperl
76929           !> op.c
76930 ____________________________________________________________________________
76931 [  6164] By: jhi                                   on 2000/05/30  18:30:16
76932         Log: detypo
76933      Branch: cfgperl
76934            ! Configure config_h.SH
76935      Branch: metaconfig/U/perl
76936            ! perlxv.U
76937 ____________________________________________________________________________
76938 [  6163] By: gsar                                  on 2000/05/30  03:24:03
76939         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
76940      Branch: perl
76941            ! op.c
76942 ____________________________________________________________________________
76943 [  6162] By: gsar                                  on 2000/05/30  03:09:38
76944         Log: fix memory leak in method call optimization (change#3768);
76945              made C<eval "$x->foo()"> leak
76946      Branch: perl
76947            ! op.c
76948 ____________________________________________________________________________
76949 [  6161] By: jhi                                   on 2000/05/29  17:56:26
76950         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
76951              both from Simon Cozens.
76952      Branch: cfgperl
76953            + pod/perlmodlib.PL pod/perlnewmod.pod
76954            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
76955            ! pod/perlmodlib.pod pod/perltoc.pod
76956 ____________________________________________________________________________
76957 [  6160] By: jhi                                   on 2000/05/29  17:23:55
76958         Log: Changes for the File::Temp 0.08 (change #6159) test suite
76959              to fit better into the Perl distribution test framework.
76960      Branch: cfgperl
76961            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
76962            ! t/lib/ftmp-tempfile.t
76963 ____________________________________________________________________________
76964 [  6159] By: jhi                                   on 2000/05/29  16:55:36
76965         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
76966      Branch: cfgperl
76967            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
76968            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
76969 ____________________________________________________________________________
76970 [  6158] By: bailey                                on 2000/05/29  16:22:08
76971         Log: Add fallback to tmpfile for use in cases where user's relying on
76972              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
76973              Lane's patch)
76974      Branch: vmsperl
76975            ! vms/vms.c vms/vmsish.h
76976 ____________________________________________________________________________
76977 [  6157] By: jhi                                   on 2000/05/29  03:10:36
76978         Log: Regen Configure to jive with #6149.
76979      Branch: cfgperl
76980            ! Configure
76981      Branch: metaconfig
76982            ! U/modified/Getfile.U
76983 ____________________________________________________________________________
76984 [  6156] By: jhi                                   on 2000/05/29  03:01:38
76985         Log: Integrate with Sarathy.
76986      Branch: cfgperl
76987           +> ext/DynaLoader/dl_mac.xs
76988           !> (integrate 38 files)
76989 ____________________________________________________________________________
76990 [  6155] By: gsar                                  on 2000/05/28  21:15:58
76991         Log: small bug in change#6144; remove random \xA0 character that snuck
76992              in via change#6145
76993      Branch: perl
76994            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
76995 ____________________________________________________________________________
76996 [  6154] By: gsar                                  on 2000/05/28  21:04:19
76997         Log: avoid type mismatch warning
76998      Branch: perl
76999            ! perl.c
77000 ____________________________________________________________________________
77001 [  6153] By: gsar                                  on 2000/05/28  20:58:31
77002         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
77003              <nick@Bagpuss.uk.boo.com>)
77004      Branch: perl
77005            ! lib/Test/Harness.pm
77006 ____________________________________________________________________________
77007 [  6152] By: gsar                                  on 2000/05/28  20:53:42
77008         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
77009      Branch: perl
77010            ! regexec.c
77011 ____________________________________________________________________________
77012 [  6151] By: gsar                                  on 2000/05/28  20:50:28
77013         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
77014      Branch: perl
77015            ! regexec.c
77016 ____________________________________________________________________________
77017 [  6150] By: gsar                                  on 2000/05/28  20:39:58
77018         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
77019      Branch: perl
77020            ! pod/perlrequick.pod
77021 ____________________________________________________________________________
77022 [  6149] By: gsar                                  on 2000/05/28  20:35:16
77023         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
77024              <troc@netrus.net>)
77025      Branch: perl
77026            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
77027            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
77028            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
77029            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
77030 ____________________________________________________________________________
77031 [  6148] By: gsar                                  on 2000/05/28  20:21:07
77032         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
77033      Branch: perl
77034            ! lib/ExtUtils/MM_Unix.pm
77035 ____________________________________________________________________________
77036 [  6147] By: gsar                                  on 2000/05/28  20:12:41
77037         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
77038              (from Peter Prymmer)
77039      Branch: perl
77040            ! vms/subconfigure.com
77041 ____________________________________________________________________________
77042 [  6146] By: gsar                                  on 2000/05/28  20:06:15
77043         Log: doc typo
77044      Branch: perl
77045            ! lib/warnings.pm warnings.h warnings.pl
77046 ____________________________________________________________________________
77047 [  6145] By: gsar                                  on 2000/05/28  18:44:33
77048         Log: make xsubpp skip embedded pod (from Matthias Neeracher
77049              <neeri@iis.ee.ethz.ch>)
77050      Branch: perl
77051            ! lib/ExtUtils/xsubpp
77052 ____________________________________________________________________________
77053 [  6144] By: gsar                                  on 2000/05/28  18:42:49
77054         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
77055              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
77056              <neeri@iis.ee.ethz.ch>)
77057      Branch: perl
77058            ! lib/AutoSplit.pm
77059 ____________________________________________________________________________
77060 [  6143] By: gsar                                  on 2000/05/28  18:41:12
77061         Log: MacOS support, part 1 (from Matthias Neeracher
77062              <neeri@iis.ee.ethz.ch>)
77063      Branch: perl
77064            + ext/DynaLoader/dl_mac.xs
77065            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
77066            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
77067            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
77068            ! util.h
77069 ____________________________________________________________________________
77070 [  6142] By: gsar                                  on 2000/05/28  18:21:51
77071         Log: File::Find fails to chdir when chasing symlinks (from
77072              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
77073      Branch: perl
77074            ! lib/File/Find.pm t/lib/filefind.t
77075 ____________________________________________________________________________
77076 [  6141] By: jhi                                   on 2000/05/28  14:25:15
77077         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
77078              forwarded by Peter Seebach from the bsdi-users mailing list.
77079              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
77080      Branch: perl
77081            ! hints/bsdos.sh
77082 ____________________________________________________________________________
77083 [  6140] By: jhi                                   on 2000/05/28  14:11:57
77084         Log: Integrate with Sarathy.
77085      Branch: cfgperl
77086           +> (branch 30 files)
77087           !> (integrate 93 files)
77088 ____________________________________________________________________________
77089 [  6139] By: gsar                                  on 2000/05/28  10:01:48
77090         Log: revise mktables.PL for bugs and newness in Unicode 3.0
77091              (from James Bence <jbence@amgen.com>)
77092      Branch: perl
77093            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
77094            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
77095            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
77096            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
77097            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
77098            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
77099            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
77100            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
77101            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
77102            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
77103            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
77104            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
77105            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
77106            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
77107            + lib/unicode/Is/SylWU.pl
77108            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
77109            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
77110            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
77111            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
77112            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
77113            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
77114            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
77115            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
77116            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
77117            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
77118            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
77119            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
77120            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
77121            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
77122            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
77123            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
77124            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
77125            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
77126            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
77127            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
77128            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
77129            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
77130            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
77131            ! lib/unicode/Makefile lib/unicode/mktables.PL
77132 ____________________________________________________________________________
77133 [  6138] By: gsar                                  on 2000/05/28  08:50:32
77134         Log: add note about the handling of negative indices to tied arrays
77135              (from Michael G Schwern <schwern@pobox.com>)
77136      Branch: perl
77137            ! pod/perltie.pod
77138 ____________________________________________________________________________
77139 [  6137] By: gsar                                  on 2000/05/28  08:46:10
77140         Log: fix bogus redeclaration warning for "our" variables in different
77141              scopes
77142      Branch: perl
77143            ! op.c t/pragma/strict-vars
77144 ____________________________________________________________________________
77145 [  6136] By: gsar                                  on 2000/05/28  08:31:20
77146         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
77147      Branch: perl
77148            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
77149 ____________________________________________________________________________
77150 [  6135] By: gsar                                  on 2000/05/28  08:17:50
77151         Log: enable Test::Harness to dynamically determine column width etc.
77152              (from Rob Napier <rnapier@employees.org>)
77153      Branch: perl
77154            ! lib/Test/Harness.pm
77155 ____________________________________________________________________________
77156 [  6134] By: gsar                                  on 2000/05/28  08:13:39
77157         Log: make Test::Harness use wait.h/WCOREDUMP if available
77158              (from Ben Tilly <ben_tilly@hotmail.com>)
77159      Branch: perl
77160            ! lib/Test/Harness.pm
77161 ____________________________________________________________________________
77162 [  6133] By: gsar                                  on 2000/05/28  08:08:05
77163         Log: elide bogus test in change#6132
77164      Branch: perl
77165            ! t/pragma/warn/9enabled
77166 ____________________________________________________________________________
77167 [  6132] By: gsar                                  on 2000/05/28  08:03:14
77168         Log: warnings::enabled() doesn't fall back to looking at $^W if
77169              caller isn't using lexical warnings (from Paul Marquess)
77170      Branch: perl
77171            ! pp_ctl.c t/pragma/warn/9enabled
77172 ____________________________________________________________________________
77173 [  6131] By: gsar                                  on 2000/05/28  07:57:47
77174         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
77175      Branch: perl
77176            ! ext/POSIX/POSIX.pm
77177 ____________________________________________________________________________
77178 [  6130] By: gsar                                  on 2000/05/28  07:29:12
77179         Log: fix places that mean C<"word" character> but say C<alphanumeric
77180              character>
77181      Branch: perl
77182            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
77183 ____________________________________________________________________________
77184 [  6129] By: gsar                                  on 2000/05/28  07:18:41
77185         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
77186      Branch: perl
77187            ! vms/test.com
77188 ____________________________________________________________________________
77189 [  6128] By: gsar                                  on 2000/05/28  07:12:55
77190         Log: new perlxstut example for passing/returning refs to arrays
77191              (from David Lowe <dlowe@pootpoot.com>)
77192      Branch: perl
77193            ! pod/perlxstut.pod
77194 ____________________________________________________________________________
77195 [  6127] By: gsar                                  on 2000/05/28  07:02:50
77196         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
77197              failed (from Gisle Aas)
77198      Branch: perl
77199            ! cop.h perl.c
77200 ____________________________________________________________________________
77201 [  6126] By: gsar                                  on 2000/05/28  06:39:53
77202         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
77203              (reworked variant of patch suggested by Simon Cozens)
77204      Branch: perl
77205            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
77206            ! pp_hot.c proto.h t/op/gv.t
77207 ____________________________________________________________________________
77208 [  6125] By: gsar                                  on 2000/05/28  05:14:55
77209         Log: enable propagating exception objects via Perl_croak() in XS code
77210              (from Gisle Aas)
77211      Branch: perl
77212            ! util.c
77213 ____________________________________________________________________________
77214 [  6124] By: gsar                                  on 2000/05/28  05:07:28
77215         Log: integrate vmsperl contents into mainline
77216      Branch: perl
77217           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
77218           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
77219           !> vms/vmsish.h
77220 ____________________________________________________________________________
77221 [  6123] By: gsar                                  on 2000/05/28  05:03:53
77222         Log: clarify gotcha with #line directives (from Rocco Caputo
77223              <troc@netrus.net>)
77224      Branch: perl
77225            ! pod/perldebug.pod pod/perlsyn.pod
77226 ____________________________________________________________________________
77227 [  6122] By: gsar                                  on 2000/05/28  04:58:29
77228         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
77229              (from Mark-Jason Dominus)
77230      Branch: perl
77231            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
77232            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
77233            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
77234            ! toke.c
77235 ____________________________________________________________________________
77236 [  6121] By: bailey                                on 2000/05/25  04:46:54
77237         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
77238              lists (based on fixes by Craig Berry)
77239      Branch: vmsperl
77240            ! lib/File/Spec/VMS.pm
77241 ____________________________________________________________________________
77242 [  6120] By: bailey                                on 2000/05/25  04:25:38
77243         Log: Add missing escape (Charles Lane)
77244      Branch: vmsperl
77245            ! t/op/lex_assign.t
77246 ____________________________________________________________________________
77247 [  6119] By: bailey                                on 2000/05/25  04:21:25
77248         Log: Quiet error messages in vmsish.t (Charles Lane)
77249      Branch: vmsperl
77250            ! vms/ext/vmsish.t
77251 ____________________________________________________________________________
77252 [  6118] By: bailey                                on 2000/05/25  04:17:57
77253         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
77254              Flatten case labels in switch statements uniformly (Charles Bailey)
77255      Branch: vmsperl
77256            ! vms/vms.c
77257 ____________________________________________________________________________
77258 [  6117] By: bailey                                on 2000/05/25  03:58:09
77259         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
77260      Branch: vmsperl
77261            ! vms/vmsish.h
77262 ____________________________________________________________________________
77263 [  6116] By: bailey                                on 2000/05/25  03:11:15
77264         Log: Miscellaneous cosmetic fixes (Charles Lane)
77265      Branch: vmsperl
77266            ! lib/ExtUtils/MM_VMS.pm
77267 ____________________________________________________________________________
77268 [  6115] By: bailey                                on 2000/05/25  03:10:36
77269         Log: Add bounds checking for several strings (Charles Lane)
77270      Branch: vmsperl
77271            ! vms/vms.c
77272 ____________________________________________________________________________
77273 [  6114] By: bailey                                on 2000/05/25  02:25:34
77274         Log: Urk -- undo previous removal of vmsish 'exit' change
77275      Branch: vmsperl
77276            ! vms/ext/vmsish.pm vms/vmsish.h
77277 ____________________________________________________________________________
77278 [  6113] By: bailey                                on 2000/05/24  02:24:40
77279         Log: Ugly workaround for version-specific RTL error
77280      Branch: vmsperl
77281            ! vms/vms.c
77282 ____________________________________________________________________________
77283 [  6112] By: bailey                                on 2000/05/24  02:19:55
77284         Log: Check for existence of file before trying to delete
77285      Branch: vmsperl
77286            ! vms/test.com
77287 ____________________________________________________________________________
77288 [  6111] By: bailey                                on 2000/05/23  23:35:13
77289         Log: Resync with mainline prior to post-5.6.0 updates
77290      Branch: vmsperl
77291           +> (branch 49 files)
77292            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
77293            ! vms/ext/vmsish.pm
77294           !> (integrate 334 files)
77295 ____________________________________________________________________________
77296 [  6110] By: jhi                                   on 2000/05/23  19:28:32
77297         Log: todo tweak
77298      Branch: cfgperl
77299            ! Todo-5.6
77300 ____________________________________________________________________________
77301 [  6109] By: jhi                                   on 2000/05/18  17:38:54
77302         Log: Integrate with Sarathy.
77303      Branch: cfgperl
77304           !> mg.c perl.h win32/perlhost.h
77305 ____________________________________________________________________________
77306 [  6108] By: gsar                                  on 2000/05/17  02:24:56
77307         Log: reenable fake signal handling on Windows, bugs and all
77308      Branch: perl
77309            ! mg.c perl.h win32/perlhost.h
77310 ____________________________________________________________________________
77311 [  6107] By: jhi                                   on 2000/05/15  18:01:41
77312         Log: Tweak the todo list.
77313      Branch: cfgperl
77314            ! Todo-5.6
77315 ____________________________________________________________________________
77316 [  6106] By: jhi                                   on 2000/05/15  13:41:48
77317         Log: The (Configure) script refuses to go on, after asking for
77318              'You may also choose to try maximal 64-bitness....'.
77319              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
77320              -- Patrick Zima
77321              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
77322      Branch: cfgperl
77323            ! hints/solaris_2.sh
77324 ____________________________________________________________________________
77325 [  6105] By: jhi                                   on 2000/05/11  14:37:43
77326         Log: Integrate with Sarathy.
77327      Branch: cfgperl
77328           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
77329           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
77330 ____________________________________________________________________________
77331 [  6104] By: gsar                                  on 2000/05/11  03:39:07
77332         Log: PL_sys_intern was being initialized too late on windows
77333      Branch: perl
77334            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
77335            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
77336 ____________________________________________________________________________
77337 [  6103] By: jhi                                   on 2000/05/09  19:42:20
77338         Log: Test tweaking for Unicos continues.
77339      Branch: cfgperl
77340            ! t/op/64bitint.t
77341 ____________________________________________________________________________
77342 [  6102] By: jhi                                   on 2000/05/09  16:47:27
77343         Log: The test suite tweak in #6101 wasn't quite right.
77344      Branch: cfgperl
77345            ! t/lib/complex.t
77346 ____________________________________________________________________________
77347 [  6101] By: jhi                                   on 2000/05/09  15:35:34
77348         Log: Hints and test tweaks for Unicos.
77349      Branch: cfgperl
77350            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
77351 ____________________________________________________________________________
77352 [  6100] By: jhi                                   on 2000/05/08  21:15:06
77353         Log: More compilation tweakery from Allen Smith.
77354      Branch: cfgperl
77355            ! hints/irix_6.sh
77356 ____________________________________________________________________________
77357 [  6099] By: jhi                                   on 2000/05/08  19:21:18
77358         Log: Tweaks for the cc bugs from Allen Smith.
77359      Branch: cfgperl
77360            ! hints/irix_6.sh
77361 ____________________________________________________________________________
77362 [  6098] By: jhi                                   on 2000/05/08  19:13:37
77363         Log: Add a note about other, yet unsupported, shadow password APIs.
77364      Branch: cfgperl
77365            ! pp_sys.c
77366 ____________________________________________________________________________
77367 [  6097] By: jhi                                   on 2000/05/08  18:46:34
77368         Log: Add a note about possible compilation problems from Allen Smith.
77369      Branch: cfgperl
77370            ! hints/irix_6.sh
77371 ____________________________________________________________________________
77372 [  6096] By: jhi                                   on 2000/05/08  17:33:10
77373         Log: Integrate with Sarathy.
77374      Branch: cfgperl
77375           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
77376           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
77377 ____________________________________________________________________________
77378 [  6095] By: jhi                                   on 2000/05/08  16:21:33
77379         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
77380              might be useful in future.
77381      Branch: cfgperl
77382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77383            ! config_h.SH
77384      Branch: metaconfig
77385            ! U/installdirs/inc_version_list.U
77386      Branch: metaconfig/U/perl
77387            ! perlxv.U
77388 ____________________________________________________________________________
77389 [  6094] By: gsar                                  on 2000/05/08  14:22:22
77390         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
77391      Branch: perl
77392            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
77393            ! hints/cygwin.sh pp_sys.c
77394 ____________________________________________________________________________
77395 [  6093] By: gsar                                  on 2000/05/08  12:52:28
77396         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
77397              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
77398      Branch: perl
77399            ! pp_sys.c sv.c win32/perlhost.h
77400 ____________________________________________________________________________
77401 [  6092] By: jhi                                   on 2000/05/07  22:40:34
77402         Log: Regen perltoc with the fixed buildtoc.
77403      Branch: cfgperl
77404            ! pod/perltoc.pod
77405 ____________________________________________________________________________
77406 [  6091] By: jhi                                   on 2000/05/07  22:24:16
77407         Log: Integrate with Sarathy.
77408      Branch: cfgperl
77409           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
77410           !> t/op/substr.t toke.c
77411 ____________________________________________________________________________
77412 [  6090] By: gsar                                  on 2000/05/07  19:47:07
77413         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
77414              [NI]OK; added tests for both
77415      Branch: perl
77416            ! perl.c pp_hot.c sv.c t/op/substr.t
77417 ____________________________________________________________________________
77418 [  6089] By: gsar                                  on 2000/05/07  18:18:38
77419         Log: buildtoc tweak to fix newline lossage
77420      Branch: perl
77421            ! pod/buildtoc
77422 ____________________________________________________________________________
77423 [  6088] By: jhi                                   on 2000/05/07  16:35:36
77424         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
77425              because we do not use those.  The HAS_GETSPNAM remains,
77426              though, because we still do use that.
77427      Branch: cfgperl
77428            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77429            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
77430            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
77431            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
77432            ! win32/config.vc win32/config_H.bc win32/config_H.gc
77433            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
77434 ____________________________________________________________________________
77435 [  6087] By: gsar                                  on 2000/05/07  16:05:16
77436         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
77437      Branch: perl
77438            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
77439 ____________________________________________________________________________
77440 [  6086] By: jhi                                   on 2000/05/07  15:27:07
77441         Log: Integrate with Sarathy.
77442      Branch: cfgperl
77443           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
77444           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
77445           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
77446           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
77447           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
77448           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
77449 ____________________________________________________________________________
77450 [  6085] By: gsar                                  on 2000/05/07  05:52:02
77451         Log: repeat operator (x) doesn't preserve utf8-ness
77452      Branch: perl
77453            ! pp.c t/op/substr.t
77454 ____________________________________________________________________________
77455 [  6084] By: gsar                                  on 2000/05/07  05:39:55
77456         Log: substr() does not preserve utf8-ness (from Stefan Eissing
77457              <Eissing@medicaldataservice.de>); added tests
77458      Branch: perl
77459            ! pp.c t/op/substr.t
77460 ____________________________________________________________________________
77461 [  6083] By: gsar                                  on 2000/05/07  05:24:46
77462         Log: note about undocumented caller() return value (from M.J.T. Guy);
77463              yet another peek.t tweak
77464      Branch: perl
77465            ! pod/perlfunc.pod t/lib/peek.t
77466 ____________________________________________________________________________
77467 [  6082] By: gsar                                  on 2000/05/07  05:08:40
77468         Log: peek.t non-portable to ithreads
77469      Branch: perl
77470            ! t/lib/peek.t
77471 ____________________________________________________________________________
77472 [  6081] By: gsar                                  on 2000/05/07  04:17:04
77473         Log: better default perlbug categories for ok reports (from Richard Foley)
77474      Branch: perl
77475            ! utils/perlbug.PL
77476 ____________________________________________________________________________
77477 [  6080] By: gsar                                  on 2000/05/07  04:08:07
77478         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
77479              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
77480      Branch: perl
77481            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
77482            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
77483            ! AUTHORS MAINTAIN MANIFEST
77484 ____________________________________________________________________________
77485 [  6079] By: gsar                                  on 2000/05/07  04:01:38
77486         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
77487      Branch: perl
77488            ! lib/Carp/Heavy.pm
77489 ____________________________________________________________________________
77490 [  6078] By: gsar                                  on 2000/05/07  01:24:19
77491         Log: workaround for CRT bug in chdir() (from Charles Lane, via
77492              Peter Prymmer)
77493      Branch: perl
77494            ! iperlsys.h vms/vms.c vms/vmsish.h
77495 ____________________________________________________________________________
77496 [  6077] By: gsar                                  on 2000/05/07  01:22:23
77497         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
77498              and Tom Phoenix)
77499      Branch: perl
77500            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
77501 ____________________________________________________________________________
77502 [  6076] By: gsar                                  on 2000/05/06  17:36:29
77503         Log: integrate cfgperl contents into mainline
77504      Branch: perl
77505           +> t/lib/peek.t
77506           !> Configure MANIFEST Porting/Glossary Porting/config.sh
77507           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
77508           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
77509           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
77510 ____________________________________________________________________________
77511 [  6075] By: jhi                                   on 2000/05/05  18:56:10
77512         Log: Make the test more portable.
77513      Branch: cfgperl
77514            ! t/lib/peek.t
77515 ____________________________________________________________________________
77516 [  6074] By: jhi                                   on 2000/05/05  18:49:20
77517         Log: Introduce t/lib/peek.t.
77518      Branch: cfgperl
77519            + t/lib/peek.t
77520            ! MANIFEST
77521 ____________________________________________________________________________
77522 [  6073] By: jhi                                   on 2000/05/05  14:30:45
77523         Log: Complex tweaks.
77524      Branch: cfgperl
77525            ! lib/Math/Complex.pm t/lib/complex.t
77526 ____________________________________________________________________________
77527 [  6072] By: jhi                                   on 2000/05/05  12:27:13
77528         Log: Integrate with Sarathy.
77529      Branch: cfgperl
77530           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
77531           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
77532           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
77533           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
77534 ____________________________________________________________________________
77535 [  6071] By: gsar                                  on 2000/05/05  02:24:46
77536         Log: misformatted perllocal.pod (from Tim Jenness
77537              <t.jenness@jach.hawaii.edu>)
77538      Branch: perl
77539            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
77540 ____________________________________________________________________________
77541 [  6070] By: gsar                                  on 2000/05/05  02:16:52
77542         Log: remove misleading comment (from M.J.T. Guy)
77543      Branch: perl
77544            ! t/lib/anydbm.t
77545 ____________________________________________________________________________
77546 [  6069] By: gsar                                  on 2000/05/05  02:15:13
77547         Log: File::Spec compatibility update (from Barrie Slaymaker
77548              <barries@slaysys.com>)
77549      Branch: perl
77550            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
77551            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
77552 ____________________________________________________________________________
77553 [  6068] By: gsar                                  on 2000/05/05  02:01:50
77554         Log: note about values()
77555      Branch: perl
77556            ! pod/perlfunc.pod
77557 ____________________________________________________________________________
77558 [  6067] By: gsar                                  on 2000/05/05  01:33:09
77559         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
77560      Branch: perl
77561            ! win32/win32.c
77562 ____________________________________________________________________________
77563 [  6066] By: gsar                                  on 2000/05/05  01:23:43
77564         Log: s/END/CHECK/
77565      Branch: perl
77566            ! perl.c
77567 ____________________________________________________________________________
77568 [  6065] By: jhi                                   on 2000/05/04  17:30:22
77569         Log: Integrate with Sarathy.
77570      Branch: cfgperl
77571           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
77572 ____________________________________________________________________________
77573 [  6064] By: gsar                                  on 2000/05/04  17:26:14
77574         Log: change#5905 wasn't quite right--it's intent only applies when arguments
77575              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
77576      Branch: perl
77577            ! pp_sys.c sv.c
77578 ____________________________________________________________________________
77579 [  6063] By: gsar                                  on 2000/05/04  16:52:29
77580         Log: tokeq() could read unallocated field in argument
77581      Branch: perl
77582            ! toke.c
77583 ____________________________________________________________________________
77584 [  6062] By: gsar                                  on 2000/05/04  16:34:51
77585         Log: additional tests for utf8.t
77586      Branch: perl
77587            ! t/pragma/utf8.t
77588 ____________________________________________________________________________
77589 [  6061] By: gsar                                  on 2000/05/04  16:09:28
77590         Log: change#5921 neglected to make eq honor "use bytes"
77591      Branch: perl
77592            ! sv.c
77593 ____________________________________________________________________________
77594 [  6060] By: jhi                                   on 2000/05/04  15:30:16
77595         Log: Integrate with Sarathy.
77596      Branch: cfgperl
77597           !> perl.c regcomp.c t/pragma/utf8.t
77598 ____________________________________________________________________________
77599 [  6059] By: jhi                                   on 2000/05/04  15:26:37
77600         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
77601              in natively 64-bit platforms where a long is a quad (no need
77602              for long longs).  Also added bias for IVs.
77603      Branch: cfgperl
77604            ! toke.c
77605 ____________________________________________________________________________
77606 [  6058] By: gsar                                  on 2000/05/04  00:19:14
77607         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
77608              (spotted by Donald Kinzer <dkinzer@premia.com>)
77609      Branch: perl
77610            ! perl.c
77611 ____________________________________________________________________________
77612 [  6057] By: gsar                                  on 2000/05/03  18:34:01
77613         Log: fix broken parsing of /\x{ab}/
77614      Branch: perl
77615            ! regcomp.c t/pragma/utf8.t
77616 ____________________________________________________________________________
77617 [  6056] By: jhi                                   on 2000/05/03  17:57:16
77618         Log: The search of infinity continues, this time simplified.
77619      Branch: cfgperl
77620            ! lib/Math/Complex.pm
77621 ____________________________________________________________________________
77622 [  6055] By: jhi                                   on 2000/05/03  17:45:30
77623         Log: Detypo.
77624      Branch: cfgperl
77625            ! hints/unicos.sh
77626 ____________________________________________________________________________
77627 [  6054] By: jhi                                   on 2000/05/02  22:28:27
77628         Log: Be more forgiving in POSIX about HUGE_VALL.
77629      Branch: cfgperl
77630            ! ext/POSIX/POSIX.xs
77631 ____________________________________________________________________________
77632 [  6053] By: jhi                                   on 2000/05/02  22:25:05
77633         Log: Integrate with Sarathy.
77634      Branch: cfgperl
77635           !> hints/irix_6.sh pod/perlop.pod
77636 ____________________________________________________________________________
77637 [  6052] By: jhi                                   on 2000/05/02  22:24:31
77638         Log: Unicos hint tweak.
77639      Branch: cfgperl
77640            ! hints/unicos.sh
77641 ____________________________________________________________________________
77642 [  6051] By: jhi                                   on 2000/05/02  22:21:26
77643         Log: Complex tweakery.
77644      Branch: cfgperl
77645            ! lib/Math/Complex.pm t/lib/complex.t
77646 ____________________________________________________________________________
77647 [  6050] By: jhi                                   on 2000/05/02  19:26:22
77648         Log: Use setxxent()/endxxent().
77649      Branch: cfgperl
77650            ! t/op/grent.t t/op/pwent.t
77651 ____________________________________________________________________________
77652 [  6049] By: jhi                                   on 2000/05/02  19:06:02
77653         Log: Test both the scalar and list contexts.
77654      Branch: cfgperl
77655            ! t/op/grent.t t/op/pwent.t
77656 ____________________________________________________________________________
77657 [  6048] By: gsar                                  on 2000/05/02  18:29:10
77658         Log: add note about how $( doesn't interpolate in REs (from
77659              Philip Newton <newton@ficus.frogspace.net>)
77660      Branch: perl
77661            ! pod/perlop.pod
77662 ____________________________________________________________________________
77663 [  6047] By: jhi                                   on 2000/05/02  17:41:24
77664         Log: Call getspnam() only iff needed.
77665      Branch: cfgperl
77666            ! pp_sys.c
77667 ____________________________________________________________________________
77668 [  6046] By: gsar                                  on 2000/05/02  17:07:25
77669         Log: libscheck has insufficient checks for n32 libs (from
77670              Albert Chin-A-Young <china@thewrittenword.com>)
77671      Branch: perl
77672            ! hints/irix_6.sh
77673 ____________________________________________________________________________
77674 [  6045] By: jhi                                   on 2000/05/02  13:57:17
77675         Log: Integrate with Sarathy.
77676      Branch: cfgperl
77677           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
77678           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
77679 ____________________________________________________________________________
77680 [  6044] By: gsar                                  on 2000/05/02  06:48:19
77681         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
77682              such that underscores are only ignored in literal numbers,
77683              "\x{...}", and hex/oct argument
77684      Branch: perl
77685            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
77686 ____________________________________________________________________________
77687 [  6043] By: gsar                                  on 2000/05/02  02:22:29
77688         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
77689      Branch: perl
77690            ! pod/perlretut.pod
77691 ____________________________________________________________________________
77692 [  6042] By: gsar                                  on 2000/05/02  02:17:51
77693         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
77694      Branch: perl
77695            ! pod/perltrap.pod
77696 ____________________________________________________________________________
77697 [  6041] By: gsar                                  on 2000/05/02  01:53:51
77698         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
77699              to compensate
77700      Branch: perl
77701            ! Porting/makerel
77702 ____________________________________________________________________________
77703 [  6040] By: gsar                                  on 2000/05/02  01:51:57
77704         Log: missing files in MANIFEST
77705      Branch: perl
77706            ! MANIFEST
77707 ____________________________________________________________________________
77708 [  6039] By: jhi                                   on 2000/05/02  00:36:46
77709         Log: Infinite problems.
77710      Branch: cfgperl
77711            ! lib/Math/Complex.pm
77712 ____________________________________________________________________________
77713 [  6038] By: jhi                                   on 2000/05/02  00:06:38
77714         Log: pwent/spent #ifdef imbalance.
77715      Branch: cfgperl
77716            ! pp_sys.c
77717 ____________________________________________________________________________
77718 [  6037] By: jhi                                   on 2000/05/01  22:50:11
77719         Log: Use HUGE_VALL if applicable.
77720      Branch: cfgperl
77721            ! ext/POSIX/POSIX.xs util.c
77722 ____________________________________________________________________________
77723 [  6036] By: jhi                                   on 2000/05/01  22:20:53
77724         Log: Correct Freudian slip.
77725      Branch: cfgperl
77726            ! pp_sys.c
77727 ____________________________________________________________________________
77728 [  6035] By: jhi                                   on 2000/05/01  21:07:38
77729         Log: Continue on the pwent/spent case.
77730      Branch: cfgperl
77731            ! pp_sys.c
77732 ____________________________________________________________________________
77733 [  6034] By: jhi                                   on 2000/05/01  17:45:14
77734         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
77735              adjustments in 6032 conflicted badly with this, will have
77736              to revisit them later.
77737      Branch: cfgperl
77738           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
77739           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
77740           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
77741           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
77742           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
77743           !> t/lib/cgi-html.t t/lib/cgi-request.t
77744 ____________________________________________________________________________
77745 [  6033] By: jhi                                   on 2000/05/01  17:40:49
77746         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
77747      Branch: cfgperl
77748            ! pp_sys.c
77749 ____________________________________________________________________________
77750 [  6032] By: gsar                                  on 2000/05/01  15:56:32
77751         Log: whitespace adjustments
77752      Branch: perl
77753            ! pp_sys.c
77754 ____________________________________________________________________________
77755 [  6031] By: gsar                                  on 2000/05/01  15:19:41
77756         Log: small nits in diagnostics.pm (from Robin Barker)
77757      Branch: perl
77758            ! lib/diagnostics.pm pod/perldiag.pod
77759 ____________________________________________________________________________
77760 [  6030] By: gsar                                  on 2000/05/01  08:39:18
77761         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
77762              for @- and @+ (from Johan Vromans)
77763      Branch: perl
77764            ! lib/English.pm pod/perlvar.pod
77765 ____________________________________________________________________________
77766 [  6029] By: gsar                                  on 2000/05/01  08:16:10
77767         Log: add CGI.pm v2.66 (from Lincoln Stein)
77768      Branch: perl
77769            + lib/CGI/Util.pm t/lib/cgi-pretty.t
77770            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
77771            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
77772            ! t/lib/cgi-html.t t/lib/cgi-request.t
77773 ____________________________________________________________________________
77774 [  6028] By: gsar                                  on 2000/05/01  06:34:41
77775         Log: Pod::Man generates groff-incompatible macro definition (from
77776              Tom Christiansen)
77777      Branch: perl
77778            ! lib/Pod/Man.pm
77779 ____________________________________________________________________________
77780 [  6027] By: gsar                                  on 2000/05/01  06:31:36
77781         Log: podlators-1.02 update (from Russ Allbery)
77782      Branch: perl
77783            ! lib/Pod/Man.pm lib/Pod/Text.pm
77784 ____________________________________________________________________________
77785 [  6026] By: jhi                                   on 2000/04/30  23:24:23
77786         Log: Integrate with Sarathy.
77787      Branch: cfgperl
77788           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
77789           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
77790           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
77791           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
77792           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
77793           !> t/lib/syslog.t toke.c win32/win32.h
77794 ____________________________________________________________________________
77795 [  6025] By: gsar                                  on 2000/04/30  18:17:47
77796         Log: Is{Alnum,Alpha,Word} don't match titlecase
77797              
77798              TODO: IsSpace is defined recursively!
77799              
77800              (both spotted by Larry)
77801      Branch: perl
77802            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
77803            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
77804 ____________________________________________________________________________
77805 [  6024] By: gsar                                  on 2000/04/30  17:50:19
77806         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
77807              (from Hugo van der Sanden)
77808      Branch: perl
77809            ! toke.c
77810 ____________________________________________________________________________
77811 [  6023] By: gsar                                  on 2000/04/30  17:14:43
77812         Log: debugger stomps on $. (from M.J.T. Guy)
77813      Branch: perl
77814            ! lib/perl5db.pl
77815 ____________________________________________________________________________
77816 [  6022] By: gsar                                  on 2000/04/30  16:59:22
77817         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
77818      Branch: perl
77819            ! sv.c
77820 ____________________________________________________________________________
77821 [  6021] By: gsar                                  on 2000/04/29  21:00:08
77822         Log: remove Win2K issue in pod (fixed by change#6020)
77823      Branch: perl
77824            ! README.win32 pod/perl56delta.pod
77825 ____________________________________________________________________________
77826 [  6020] By: gsar                                  on 2000/04/29  20:51:49
77827         Log: test tweak
77828      Branch: perl
77829            ! t/lib/open3.t
77830 ____________________________________________________________________________
77831 [  6019] By: gsar                                  on 2000/04/29  20:34:27
77832         Log: windows portability tweaks
77833      Branch: perl
77834            ! t/lib/b.t win32/win32.h
77835 ____________________________________________________________________________
77836 [  6018] By: gsar                                  on 2000/04/29  19:55:24
77837         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
77838              make _PATH_LOG() return "" if unavailable
77839      Branch: perl
77840            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
77841            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
77842 ____________________________________________________________________________
77843 [  6017] By: jhi                                   on 2000/04/28  22:49:46
77844         Log: Integrate with Sarathy.
77845      Branch: cfgperl
77846           !> op.c perl.c pod/perldiag.pod t/lib/b.t
77847 ____________________________________________________________________________
77848 [  6016] By: jhi                                   on 2000/04/28  22:46:14
77849         Log: Do not warn that an infinity does not look like a number.
77850      Branch: cfgperl
77851            ! sv.c
77852 ____________________________________________________________________________
77853 [  6015] By: gsar                                  on 2000/04/28  22:35:49
77854         Log: tweak test for portability
77855      Branch: perl
77856            ! t/lib/b.t
77857 ____________________________________________________________________________
77858 [  6014] By: gsar                                  on 2000/04/28  22:05:31
77859         Log: glob() loading File::Glob behind the scenes may cause syntax errors
77860      Branch: perl
77861            ! op.c
77862 ____________________________________________________________________________
77863 [  6013] By: gsar                                  on 2000/04/28  21:25:22
77864         Log: tweak change#5945 to display correct switch name in diagnostic
77865      Branch: perl
77866            ! perl.c pod/perldiag.pod
77867 ____________________________________________________________________________
77868 [  6012] By: jhi                                   on 2000/04/28  21:08:12
77869         Log: Integrate with Sarathy.
77870      Branch: cfgperl
77871           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
77872           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
77873           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
77874 ____________________________________________________________________________
77875 [  6011] By: jhi                                   on 2000/04/28  21:04:46
77876         Log: &HUGE_VAL is not defined, it exists.
77877      Branch: cfgperl
77878            ! lib/Math/Complex.pm
77879 ____________________________________________________________________________
77880 [  6010] By: gsar                                  on 2000/04/28  21:02:58
77881         Log: clarify note about shadow password support (from
77882              gellyfish@gellyfish.com)
77883      Branch: perl
77884            ! pod/perlfunc.pod
77885 ____________________________________________________________________________
77886 [  6009] By: gsar                                  on 2000/04/28  21:00:00
77887         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
77888      Branch: perl
77889            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
77890 ____________________________________________________________________________
77891 [  6008] By: gsar                                  on 2000/04/28  20:56:33
77892         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
77893      Branch: perl
77894            ! installperl vms/subconfigure.com
77895 ____________________________________________________________________________
77896 [  6007] By: gsar                                  on 2000/04/28  20:51:21
77897         Log: note about compile failures and END blocks (from M.J.T. Guy)
77898      Branch: perl
77899            ! pod/perl56delta.pod pod/perlmod.pod
77900 ____________________________________________________________________________
77901 [  6006] By: jhi                                   on 2000/04/28  20:42:14
77902         Log: Regen Configure.
77903      Branch: cfgperl
77904            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77905            ! config_h.SH
77906 ____________________________________________________________________________
77907 [  6005] By: gsar                                  on 2000/04/28  20:41:16
77908         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
77909      Branch: perl
77910            ! utils/perldoc.PL
77911 ____________________________________________________________________________
77912 [  6004] By: jhi                                   on 2000/04/28  20:28:21
77913         Log: Integrate with Sarathy.
77914      Branch: cfgperl
77915           !> Configure INSTALL Porting/Glossary Porting/config.sh
77916           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
77917           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
77918           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
77919           !> win32/config.vc win32/win32.c
77920 ____________________________________________________________________________
77921 [  6003] By: gsar                                  on 2000/04/28  20:11:20
77922         Log: allow REG_EXPAND_SZ keys in Windows registry (from
77923              John Clayton <John.Clayton@barclayscapital.com>)
77924      Branch: perl
77925            ! win32/win32.c
77926 ____________________________________________________________________________
77927 [  6002] By: gsar                                  on 2000/04/28  19:34:16
77928         Log: destructive sv_setsv() can lose UV-ness from source, causing
77929              numeric promotions/comparisons to fail to do the right thing
77930      Branch: perl
77931            ! sv.c
77932 ____________________________________________________________________________
77933 [  6001] By: gsar                                  on 2000/04/28  18:44:15
77934         Log: support additional library locations via $Config{otherlibdirs}
77935              (from Andy Dougherty)
77936      Branch: perl
77937            ! Configure INSTALL Porting/Glossary Porting/config.sh
77938            ! Porting/config_H config_h.SH epoc/config.sh perl.c
77939            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
77940            ! win32/config.bc win32/config.gc win32/config.vc
77941 ____________________________________________________________________________
77942 [  6000] By: gsar                                  on 2000/04/28  18:26:58
77943         Log: reworked otherlibdirs.U (from Andy Dougherty)
77944      Branch: metaconfig
77945            ! U/installdirs/otherlibdirs.U
77946 ____________________________________________________________________________
77947 [  5999] By: gsar                                  on 2000/04/28  18:17:07
77948         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
77949      Branch: perl
77950            ! t/pragma/warn/toke toke.c
77951 ____________________________________________________________________________
77952 [  5998] By: jhi                                   on 2000/04/28  13:32:17
77953         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
77954      Branch: cfgperl
77955            ! lib/Math/Complex.pm
77956 ____________________________________________________________________________
77957 [  5997] By: jhi                                   on 2000/04/28  13:14:04
77958         Log: Preserve $!.
77959      Branch: cfgperl
77960            ! lib/Math/Complex.pm
77961 ____________________________________________________________________________
77962 [  5996] By: jhi                                   on 2000/04/28  12:59:23
77963         Log: Integrate with Sarathy.
77964      Branch: cfgperl
77965           +> pod/perlrequick.pod pod/perlretut.pod
77966           !> (integrate 51 files)
77967 ____________________________________________________________________________
77968 [  5995] By: gsar                                  on 2000/04/28  09:37:36
77969         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
77970      Branch: perl
77971            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
77972 ____________________________________________________________________________
77973 [  5994] By: gsar                                  on 2000/04/28  09:33:26
77974         Log: fix for missed accounting for null byte in pack("Z",...) (from
77975              M.J.T. Guy)
77976      Branch: perl
77977            ! pp.c t/op/pack.t
77978 ____________________________________________________________________________
77979 [  5993] By: gsar                                  on 2000/04/28  09:30:05
77980         Log: various minor tweaks seen on p5p
77981      Branch: perl
77982            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
77983 ____________________________________________________________________________
77984 [  5992] By: gsar                                  on 2000/04/28  09:08:19
77985         Log: pod nit (from Simon Cozens)
77986      Branch: perl
77987            ! pod/perlop.pod
77988 ____________________________________________________________________________
77989 [  5991] By: gsar                                  on 2000/04/28  09:06:36
77990         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
77991      Branch: perl
77992            ! README.posix-bc hints/posix-bc.sh
77993 ____________________________________________________________________________
77994 [  5990] By: gsar                                  on 2000/04/28  08:54:52
77995         Log: use $ENV{LIB} to search for libs under Visual C compiler
77996              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
77997      Branch: perl
77998            ! lib/ExtUtils/Liblist.pm
77999 ____________________________________________________________________________
78000 [  5989] By: gsar                                  on 2000/04/28  08:27:12
78001         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
78002              itself and no other (from Tom Hughes)
78003      Branch: perl
78004            ! t/op/array.t toke.c
78005 ____________________________________________________________________________
78006 [  5988] By: gsar                                  on 2000/04/28  08:01:38
78007         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
78008              <paul@miraclefish.com>)
78009      Branch: perl
78010            ! lib/ExtUtils/MakeMaker.pm
78011 ____________________________________________________________________________
78012 [  5987] By: gsar                                  on 2000/04/28  07:53:09
78013         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
78014      Branch: perl
78015            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
78016 ____________________________________________________________________________
78017 [  5986] By: gsar                                  on 2000/04/28  07:44:17
78018         Log: add regular expressions tutorial and quick-start guide (from
78019              Mark Kvale <kvale@phy.ucsf.edu>)
78020      Branch: perl
78021            + pod/perlrequick.pod pod/perlretut.pod
78022            ! AUTHORS MAINTAIN MANIFEST
78023 ____________________________________________________________________________
78024 [  5985] By: gsar                                  on 2000/04/28  07:30:28
78025         Log: forked child may not exit correctly if it failed to open
78026              /dev/console (from Graham Barr)
78027      Branch: perl
78028            ! ext/Sys/Syslog/Syslog.pm
78029 ____________________________________________________________________________
78030 [  5984] By: gsar                                  on 2000/04/28  07:27:20
78031         Log: attributes::reftype() doesn't work on tied argument
78032      Branch: perl
78033            ! xsutils.c
78034 ____________________________________________________________________________
78035 [  5983] By: gsar                                  on 2000/04/28  07:15:04
78036         Log: numeric conversion of non-number in change#3378 tramples on
78037              OOK offset, causing segfaults
78038      Branch: perl
78039            ! sv.c
78040 ____________________________________________________________________________
78041 [  5982] By: gsar                                  on 2000/04/28  04:48:25
78042         Log: avoid error in IO::Socket::INET when given an unknown service name
78043              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
78044      Branch: perl
78045            ! ext/IO/lib/IO/Socket/INET.pm
78046 ____________________________________________________________________________
78047 [  5981] By: gsar                                  on 2000/04/28  04:31:31
78048         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
78049              prototype mismatch with CORE::glob(); update pod and tests to
78050              suit (File::Glob::glob() is still available for backward
78051              compatibility, but should be considered deprecated)
78052      Branch: perl
78053            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
78054            ! t/lib/glob-taint.t
78055 ____________________________________________________________________________
78056 [  5980] By: gsar                                  on 2000/04/28  03:47:29
78057         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
78058              <ghudson@mit.edu>)
78059      Branch: metaconfig
78060            ! U/modified/Options.U
78061      Branch: perl
78062            ! Configure
78063 ____________________________________________________________________________
78064 [  5979] By: gsar                                  on 2000/04/28  03:07:54
78065         Log: under useithreads, constant pad entries could inadvertently be
78066              shared across threads (from Eric Blood <eblood@xmission.com>);
78067              added Eric's test case to testsuite
78068      Branch: perl
78069            ! op.c t/op/misc.t
78070 ____________________________________________________________________________
78071 [  5978] By: gsar                                  on 2000/04/27  21:13:00
78072         Log: sync version numbers in File::Spec with the ones on CPAN
78073              (from Barrie Slaymaker)
78074      Branch: perl
78075            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
78076            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
78077            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
78078 ____________________________________________________________________________
78079 [  5977] By: gsar                                  on 2000/04/27  21:07:29
78080         Log: autoquote barewords followed by newline and arrow properly
78081              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
78082      Branch: perl
78083            ! t/pragma/warn/toke toke.c
78084 ____________________________________________________________________________
78085 [  5976] By: gsar                                  on 2000/04/27  20:41:20
78086         Log: DB_File v1.73 update (from Paul Marquess)
78087      Branch: perl
78088            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
78089            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
78090 ____________________________________________________________________________
78091 [  5975] By: gsar                                  on 2000/04/27  20:34:24
78092         Log: allow sort() reentrancy (variant of patch suggested by
78093              Hugo van der Sanden)
78094      Branch: perl
78095            ! pp_ctl.c t/op/sort.t
78096 ____________________________________________________________________________
78097 [  5974] By: gsar                                  on 2000/04/27  19:46:57
78098         Log: change#4197 somehow missed initializing PL_errors, meaning
78099              sytax error queueing wasn't working outside eval"" at all;
78100              also fixed eval"" to localize PL_error_count, so that compile-time
78101              eval's don't clobber the error state of the outer context
78102      Branch: perl
78103            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
78104            ! t/pragma/warn/toke
78105 ____________________________________________________________________________
78106 [  5973] By: gsar                                  on 2000/04/27  18:29:05
78107         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
78108      Branch: perl
78109            ! regcomp.c regexec.c t/op/re_tests
78110 ____________________________________________________________________________
78111 [  5972] By: jhi                                   on 2000/04/27  18:22:41
78112         Log: Integrate with Sarathy.
78113      Branch: cfgperl
78114           +> t/lib/b.t t/lib/syslog.t
78115           !> (integrate 31 files)
78116 ____________________________________________________________________________
78117 [  5971] By: jhi                                   on 2000/04/27  18:18:46
78118         Log: Unicos tweaks from Mark P. Lutz.
78119      Branch: cfgperl
78120            ! hints/unicos.sh lib/Math/Complex.pm
78121 ____________________________________________________________________________
78122 [  5970] By: gsar                                  on 2000/04/27  18:05:11
78123         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
78124              IV is >32bits
78125      Branch: perl
78126            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
78127 ____________________________________________________________________________
78128 [  5969] By: gsar                                  on 2000/04/27  17:50:56
78129         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
78130      Branch: perl
78131            + t/lib/syslog.t
78132            ! MANIFEST ext/Sys/Syslog/Syslog.pm
78133 ____________________________________________________________________________
78134 [  5968] By: gsar                                  on 2000/04/27  17:44:49
78135         Log: tolerate spaces in group names in test on solaris (from David Boyce
78136              <dsb@boyski.com>)
78137      Branch: perl
78138            ! t/op/groups.t
78139 ____________________________________________________________________________
78140 [  5967] By: gsar                                  on 2000/04/27  17:41:22
78141         Log: improved docs on the warn_uninit diagnostic (from David Glasser
78142              and Simon Cozens)
78143      Branch: perl
78144            ! pod/perldiag.pod
78145 ____________________________________________________________________________
78146 [  5966] By: gsar                                  on 2000/04/27  16:54:58
78147         Log: add testsuite for B backends, fix bug in B::Deparse (from
78148              Simon Cozens <simon@brecon.co.uk>)
78149      Branch: perl
78150            + t/lib/b.t
78151            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
78152 ____________________________________________________________________________
78153 [  5965] By: gsar                                  on 2000/04/27  16:10:37
78154         Log: avoid "will not stay shared" warnings for our variables (from
78155              Robin Barker)
78156      Branch: perl
78157            ! op.c t/pragma/warn/op
78158 ____________________________________________________________________________
78159 [  5964] By: gsar                                  on 2000/04/27  07:05:05
78160         Log: reformat to 72 columns (again)
78161      Branch: perl
78162            ! pod/perldiag.pod
78163 ____________________________________________________________________________
78164 [  5963] By: gsar                                  on 2000/04/27  06:28:31
78165         Log: patch from Larry to make (\&) prototype work; added tests for
78166              the same
78167      Branch: perl
78168            ! op.c t/comp/proto.t
78169 ____________________________________________________________________________
78170 [  5962] By: gsar                                  on 2000/04/27  06:15:47
78171         Log: updated README.hpux (from Jeff Okamoto)
78172      Branch: perl
78173            ! README.hpux
78174 ____________________________________________________________________________
78175 [  5961] By: gsar                                  on 2000/04/27  05:55:03
78176         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
78177      Branch: perl
78178            ! emacs/cperl-mode.el
78179 ____________________________________________________________________________
78180 [  5960] By: gsar                                  on 2000/04/27  05:49:26
78181         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
78182      Branch: perl
78183            ! INSTALL
78184 ____________________________________________________________________________
78185 [  5959] By: gsar                                  on 2000/04/27  05:33:41
78186         Log: doubled words in pods (from Simon Cozens
78187              <simon.p.cozens@jp.pwcglobal.com>)
78188      Branch: perl
78189            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
78190            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
78191            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
78192            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
78193            ! pod/perltootc.pod
78194 ____________________________________________________________________________
78195 [  5958] By: gsar                                  on 2000/04/27  05:11:39
78196         Log: change#3569 deleted some essential code, revert; avoid use of
78197              atexit() to make DynaLoader work properly on AIX under mod_perl
78198              (from Jens-Uwe Mager <jum@helios.de>)
78199      Branch: perl
78200            ! ext/DynaLoader/dl_aix.xs
78201 ____________________________________________________________________________
78202 [  5957] By: gsar                                  on 2000/04/27  04:54:51
78203         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
78204      Branch: perl
78205            ! pod/perlmod.pod
78206 ____________________________________________________________________________
78207 [  5956] By: gsar                                  on 2000/04/27  04:51:47
78208         Log: better diagnostics on failed tests (from Ilya Zakharevich)
78209      Branch: perl
78210            ! t/op/lex_assign.t
78211 ____________________________________________________________________________
78212 [  5955] By: gsar                                  on 2000/04/27  04:26:44
78213         Log: longstanding bug exposed by change#3307: sort arguments weren't
78214              compiled with the right wantarray context (ensuing runtime lookup
78215              via block_gimme() was getting the incidental context of the
78216              sort() itself)
78217      Branch: perl
78218            ! op.c t/op/sort.t
78219 ____________________________________________________________________________
78220 [  5954] By: gsar                                  on 2000/04/26  23:42:12
78221         Log: integrate cfgperl contents into mainline
78222      Branch: perl
78223           !> (integrate 30 files)
78224 ____________________________________________________________________________
78225 [  5953] By: jhi                                   on 2000/04/26  23:06:42
78226         Log: Integrate with Sarathy.
78227      Branch: cfgperl
78228           !> README.win32 ext/B/B/Deparse.pm
78229           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
78230           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
78231           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
78232           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
78233           !> utils/perldoc.PL vms/perlvms.pod
78234 ____________________________________________________________________________
78235 [  5952] By: jhi                                   on 2000/04/26  23:03:46
78236         Log: Undo "use integer" addition from 64bitint as it seems
78237              to break most of the subtests in Digital UNIX;
78238              Unicos needs to find another way.
78239      Branch: cfgperl
78240            ! t/op/64bitint.t
78241 ____________________________________________________________________________
78242 [  5951] By: jhi                                   on 2000/04/26  22:57:53
78243         Log: Be more robust on "extreme" (large absolute value)
78244              arguments.  Originally reported by Daniel Connelly
78245              as a problem with asinh() on large negative arguments,
78246              asinh() used to bail out because an argument to log()
78247              ended up being zero.  Ilya Zakharevich proposed using
78248              Taylor's series in such cases, which for such large
78249              arguments is a very good approximation.
78250      Branch: cfgperl
78251            ! lib/Math/Complex.pm t/lib/complex.t
78252 ____________________________________________________________________________
78253 [  5950] By: gsar                                  on 2000/04/25  19:13:12
78254         Log: reformat perldiag to avoid long lines
78255      Branch: perl
78256            ! pod/perldiag.pod
78257 ____________________________________________________________________________
78258 [  5949] By: gsar                                  on 2000/04/25  18:41:11
78259         Log: make perldoc use the pod2man from the same version (from
78260              M.J.T. Guy)
78261      Branch: perl
78262            ! utils/perldoc.PL
78263 ____________________________________________________________________________
78264 [  5948] By: gsar                                  on 2000/04/25  18:21:57
78265         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
78266              <kompas@kompas.usr.onet.pl>)
78267      Branch: perl
78268            ! lib/vars.pm
78269 ____________________________________________________________________________
78270 [  5947] By: gsar                                  on 2000/04/25  18:11:53
78271         Log: use &dl_error rather than &dl_load_file as the guard for calling
78272              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
78273              statically built perl)
78274      Branch: perl
78275            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
78276 ____________________________________________________________________________
78277 [  5946] By: jhi                                   on 2000/04/25  17:37:54
78278         Log: Document that tr() is not tr(1).
78279      Branch: cfgperl
78280            ! pod/perlop.pod
78281 ____________________________________________________________________________
78282 [  5945] By: gsar                                  on 2000/04/25  16:34:33
78283         Log: make module name mandatory after -M switch; reorder perldiag
78284              alphabetically (from Mark-Jason Dominus)
78285      Branch: perl
78286            ! perl.c pod/perldiag.pod
78287 ____________________________________________________________________________
78288 [  5944] By: jhi                                   on 2000/04/25  01:15:18
78289         Log: On second thoughts frexp() does have two arguments.
78290      Branch: cfgperl
78291            ! perl.h
78292 ____________________________________________________________________________
78293 [  5943] By: jhi                                   on 2000/04/24  22:56:32
78294         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
78295              Now pp_ncmp() returns undef is either operand is a NaN.
78296      Branch: cfgperl
78297            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78298            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
78299            ! vms/subconfigure.com vos/config.def vos/config.h
78300            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
78301            ! win32/config.vc win32/config_H.bc win32/config_H.gc
78302            ! win32/config_H.vc
78303      Branch: metaconfig/U/perl
78304            + d_modfl.U
78305 ____________________________________________________________________________
78306 [  5942] By: jhi                                   on 2000/04/24  19:45:17
78307         Log: Regen Configure to match #5937.
78308      Branch: cfgperl
78309            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78310            ! config_h.SH
78311      Branch: metaconfig
78312            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
78313 ____________________________________________________________________________
78314 [  5941] By: jhi                                   on 2000/04/24  19:24:11
78315         Log: Further Unicos fixes for Mark Lutz.
78316      Branch: cfgperl
78317            ! hints/unicos.sh pp_ctl.c
78318 ____________________________________________________________________________
78319 [  5940] By: jhi                                   on 2000/04/24  19:09:06
78320         Log: Various Unicos 10.0.0.6 fixes.
78321              
78322              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
78323              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
78324              Reply-To: tecmpl1@triton.ca.boeing.com 
78325              To: perl5-porters@perl.org 
78326              Date: Fri, 14 Apr 2000 20:21:00 GMT 
78327              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
78328      Branch: cfgperl
78329            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
78330 ____________________________________________________________________________
78331 [  5939] By: gsar                                  on 2000/04/24  19:01:24
78332         Log: more pod nits (from Larry Virden)
78333      Branch: perl
78334            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
78335            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
78336            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
78337 ____________________________________________________________________________
78338 [  5938] By: gsar                                  on 2000/04/24  18:54:01
78339         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
78340      Branch: perl
78341            ! ext/B/B/Deparse.pm
78342 ____________________________________________________________________________
78343 [  5937] By: jhi                                   on 2000/04/24  17:39:00
78344         Log: Integrate with Sarathy.
78345      Branch: cfgperl
78346           +> (branch 31 files)
78347           !> (integrate 73 files)
78348 ____________________________________________________________________________
78349 [  5936] By: gsar                                  on 2000/04/24  17:30:06
78350         Log: additional tests for change#5934 (from Paul Marquess, who also
78351              sent in the same fix)
78352      Branch: perl
78353            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
78354            ! t/pragma/warn/5nolint t/pragma/warn/6default
78355 ____________________________________________________________________________
78356 [  5935] By: jhi                                   on 2000/04/24  17:26:05
78357         Log: Do not assume sign propagation.
78358              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
78359              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
78360              To: payner@ncifcrf.gov, perl5-porters@perl.org 
78361              Date: Tue, 18 Apr 2000 18:24:49 +0100 
78362              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
78363      Branch: cfgperl
78364            ! t/op/bop.t t/op/misc.t
78365 ____________________________________________________________________________
78366 [  5934] By: gsar                                  on 2000/04/24  17:16:54
78367         Log: propagate lexical warnings from surrounding scope correctly
78368              within string eval()
78369      Branch: perl
78370            ! pp_ctl.c t/pragma/warn/pp_ctl
78371 ____________________________________________________________________________
78372 [  5933] By: jhi                                   on 2000/04/24  17:01:07
78373         Log: Flatten the cpp jungle doing the nosuid checking.
78374      Branch: cfgperl
78375            ! perl.c
78376 ____________________________________________________________________________
78377 [  5932] By: gsar                                  on 2000/04/24  09:08:14
78378         Log: add rsignal(), whichsig() and do_join() to public API list
78379              (mod_perl uses them to good advantage)
78380      Branch: perl
78381            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
78382 ____________________________________________________________________________
78383 [  5931] By: gsar                                  on 2000/04/24  09:01:40
78384         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
78385      Branch: perl
78386            ! pp_hot.c regexec.c t/op/pat.t
78387 ____________________________________________________________________________
78388 [  5930] By: gsar                                  on 2000/04/24  08:58:33
78389         Log: small os390 tweaks (from Peter Prymmer)
78390      Branch: perl
78391            ! config_h.SH makedepend.SH
78392 ____________________________________________________________________________
78393 [  5929] By: gsar                                  on 2000/04/24  08:55:25
78394         Log: pod nits
78395      Branch: perl
78396            ! pod/perlguts.pod
78397 ____________________________________________________________________________
78398 [  5928] By: gsar                                  on 2000/04/24  08:50:13
78399         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
78400      Branch: perl
78401            ! ext/IO/lib/IO/Poll.pm
78402 ____________________________________________________________________________
78403 [  5927] By: gsar                                  on 2000/04/24  08:43:24
78404         Log: arrange for next() to resume at the unstack op rather than the
78405              loop conditional, so that scope cleanup happens correctly
78406              (from Stephen McCamant)
78407      Branch: perl
78408            ! op.c pp_ctl.c t/op/misc.t
78409 ____________________________________________________________________________
78410 [  5926] By: gsar                                  on 2000/04/24  08:18:40
78411         Log: on windows, reserve 16M of stack rather than 128M (allows more
78412              threads to run concurrently)
78413      Branch: perl
78414            ! win32/Makefile win32/makefile.mk
78415 ____________________________________________________________________________
78416 [  5925] By: gsar                                  on 2000/04/24  08:13:52
78417         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
78418      Branch: perl
78419            ! toke.c
78420 ____________________________________________________________________________
78421 [  5924] By: gsar                                  on 2000/04/24  08:08:59
78422         Log: avoid using uninitialized memory in require version check
78423      Branch: perl
78424            ! pp_ctl.c universal.c
78425 ____________________________________________________________________________
78426 [  5923] By: gsar                                  on 2000/04/24  07:20:14
78427         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
78428      Branch: perl
78429            ! ext/IO/lib/IO/Poll.pm
78430 ____________________________________________________________________________
78431 [  5922] By: gsar                                  on 2000/04/24  07:08:42
78432         Log: commentary about IoTYPE() (from Nathan Torkington)
78433      Branch: perl
78434            ! sv.h
78435 ____________________________________________________________________________
78436 [  5921] By: gsar                                  on 2000/04/24  06:58:26
78437         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
78438              by fix
78439      Branch: perl
78440            ! sv.c t/lib/charnames.t t/pragma/utf8.t
78441 ____________________________________________________________________________
78442 [  5920] By: gsar                                  on 2000/04/24  06:37:59
78443         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
78444      Branch: perl
78445            ! doop.c t/op/ver.t
78446 ____________________________________________________________________________
78447 [  5919] By: gsar                                  on 2000/04/24  06:21:58
78448         Log: Configure might miss old directories when prefix must be
78449              expanded (from Robin Barker)
78450      Branch: metaconfig
78451            ! U/installdirs/inc_version_list.U
78452      Branch: perl
78453            ! Configure
78454 ____________________________________________________________________________
78455 [  5918] By: gsar                                  on 2000/04/24  06:16:11
78456         Log: VMS nits in glob() test (from Charles Lane)
78457      Branch: perl
78458            ! t/lib/glob-basic.t
78459 ____________________________________________________________________________
78460 [  5917] By: gsar                                  on 2000/04/24  06:11:56
78461         Log: various pod nits (from Larry Virden and others)
78462      Branch: perl
78463            ! README.amiga README.hpux README.machten README.os2
78464            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
78465            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
78466            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
78467            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
78468            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
78469            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
78470            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
78471            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
78472 ____________________________________________________________________________
78473 [  5916] By: gsar                                  on 2000/04/24  05:52:43
78474         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
78475              <wjones@tc.fluke.com>)
78476      Branch: perl
78477            ! t/lib/glob-basic.t
78478 ____________________________________________________________________________
78479 [  5915] By: gsar                                  on 2000/04/24  05:07:01
78480         Log: supported platforms mixed up
78481      Branch: perl
78482            ! pod/perl56delta.pod pod/perlport.pod
78483 ____________________________________________________________________________
78484 [  5914] By: gsar                                  on 2000/04/24  04:56:08
78485         Log: caller() wasn't returning the right number of elements for
78486              eval {...}
78487      Branch: perl
78488            ! pp_ctl.c t/pragma/warn/9enabled
78489 ____________________________________________________________________________
78490 [  5913] By: gsar                                  on 2000/04/24  04:35:41
78491         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
78492              Mark-Jason Dominus)
78493      Branch: perl
78494            ! pod/perlfunc.pod
78495 ____________________________________________________________________________
78496 [  5912] By: gsar                                  on 2000/04/24  04:17:15
78497         Log: fix totally broken caching in UNIVERSAL::isa() (from
78498              Nick Ing-Simmons)
78499      Branch: perl
78500            ! t/op/universal.t universal.c
78501 ____________________________________________________________________________
78502 [  5911] By: gsar                                  on 2000/04/24  03:39:47
78503         Log: add linebreak properties from unicode/LineBrk.txt (from
78504              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
78505      Branch: perl
78506            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
78507            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
78508            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
78509            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
78510            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
78511            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
78512            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
78513            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
78514            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
78515            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
78516            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
78517            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
78518            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
78519            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
78520            + lib/unicode/Is/LbrkZW.pl
78521            ! lib/unicode/mktables.PL
78522 ____________________________________________________________________________
78523 [  5910] By: gsar                                  on 2000/04/24  03:23:10
78524         Log: typo in pod
78525      Branch: perl
78526            ! ext/Thread/Thread.pm
78527 ____________________________________________________________________________
78528 [  5909] By: gsar                                  on 2000/04/24  03:22:03
78529         Log: mode argument to do_binmode() should be file mode, not boolean
78530      Branch: perl
78531            ! pp_sys.c
78532 ____________________________________________________________________________
78533 [  5908] By: gsar                                  on 2000/04/16  16:51:08
78534         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
78535              always returns a valid GV even when the symbol is trapped by strictures
78536              (avoids coredumps)
78537              
78538              TODO: the C<package;> hack needs similar treatment
78539      Branch: perl
78540            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
78541            ! t/pragma/strict-vars
78542 ____________________________________________________________________________
78543 [  5907] By: jhi                                   on 2000/03/31  23:42:56
78544         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
78545              an assumption which #5905 demolished.
78546      Branch: cfgperl
78547            ! pp_sys.c
78548 ____________________________________________________________________________
78549 [  5906] By: jhi                                   on 2000/03/31  18:54:37
78550         Log: Typo in #5905.
78551      Branch: cfgperl
78552            ! t/op/64bitint.t
78553 ____________________________________________________________________________
78554 [  5905] By: jhi                                   on 2000/03/31  18:50:54
78555         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
78556              reported by Joseph N. Hall.  The bug was that even with use64bitint
78557              one had to use the prefixes q, L, or ll with printf/sprintf,
78558              contrary to the documentation and common sense.
78559      Branch: cfgperl
78560            ! sv.c t/op/64bitint.t
78561 ____________________________________________________________________________
78562 [  5904] By: gsar                                  on 2000/03/28  02:31:32
78563         Log: add Changes, perldelta.pod
78564      Branch: perl
78565            + Changes pod/perldelta.pod
78566 ____________________________________________________________________________
78567 [  5903] By: gsar                                  on 2000/03/28  02:03:55
78568         Log: rename Changes and perldelta.pod
78569      Branch: perl
78570           +> Changes5.6 pod/perl56delta.pod
78571            - Changes pod/perldelta.pod
78572            ! MANIFEST
78573 ____________________________________________________________________________
78574 [  5902] By: gsar                                  on 2000/03/28  01:59:14
78575         Log: create maint-5.6 branch
78576      Branch: maint-5.6/perl
78577           +> (branch 1611 files)
78578 ____________________________________________________________________________
78579 [  5901] By: jhi                                   on 2000/03/23  05:48:43
78580         Log: Integrate with Sarathy.
78581      Branch: cfgperl
78582           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
78583 ____________________________________________________________________________
78584 [  5900] By: gsar                                  on 2000/03/23  05:42:43
78585         Log: three guesses on what this is :-)
78586      Branch: perl
78587            ! Changes