In VMS embedded perls couldn't access the statically built Socket,
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33
34 ____________________________________________________________________________
35 [  8148] By: jhi                                   on 2000/12/17  18:39:16
36         Log: Subject: [PATCH] Fcntl constants speedup
37              From: Nicholas Clark <nick@ccl4.org>
38              Date: Sun, 17 Dec 2000 16:29:24 +0000
39              Message-ID: <20001217162924.E97668@plum.flirble.org>
40              
41              Use IVs for the Fcntl constants instead of NVs.
42      Branch: perl
43            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
44 ____________________________________________________________________________
45 [  8147] By: jhi                                   on 2000/12/17  18:33:41
46         Log: Add test for #8145 (binmode() warning), add warning for
47              ioctl() and sockpair(), document them. (fileno() cannot
48              be tripwired with the same kind of warning because
49              'defined fileno($foo)' seems to be an idiom.)
50      Branch: perl
51            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
52 ____________________________________________________________________________
53 [  8146] By: gsar                                  on 2000/12/17  18:09:08
54         Log: update Changes
55      Branch: maint-5.6/perl
56            ! Changes
57 ____________________________________________________________________________
58 [  8145] By: jhi                                   on 2000/12/17  17:39:35
59         Log: Subject: [PATCH] Re: The long awaited feature ...
60              From: Simon Cozens <simon@cozens.net>
61              Date: Sun, 17 Dec 2000 12:31:56 +0000
62              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
63              
64              Add a warning to binmode() about using bad filehandles
65              (can happen e.g. if someone forgets the filehandle argument)
66      Branch: perl
67            ! pp_sys.c
68 ____________________________________________________________________________
69 [  8144] By: jhi                                   on 2000/12/17  17:33:48
70         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
71              From: Jonathan Stowe <gellyfish@gellyfish.com>
72              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
73              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
74      Branch: perl
75            ! lib/Net/Ping.pm
76 ____________________________________________________________________________
77 [  8143] By: jhi                                   on 2000/12/17  05:31:37
78         Log: Polymorphic regexps.
79              
80              Fixes at least the bugs 20001028.003 (both of them...) and
81              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
82              also to be fixed by now, probably already before this patch.
83      Branch: perl
84            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
85            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
86            ! t/op/utf8decode.t t/pragma/utf8.t
87 ____________________________________________________________________________
88 [  8142] By: jhi                                   on 2000/12/16  17:16:05
89         Log: Subject: [patch perl@8102] dos/djgpp update
90              From: Laszlo Molnar <ml1050@freemail.hu>
91              Date: Sat, 16 Dec 2000 01:40:52 +0100
92              Message-ID: <20001216014052.A335@freemail.hu>
93      Branch: perl
94            ! djgpp/config.over t/base/commonsense.t
95 ____________________________________________________________________________
96 [  8141] By: jhi                                   on 2000/12/16  17:09:27
97         Log: Few uncheckedin files.
98      Branch: perl
99            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
100 ____________________________________________________________________________
101 [  8140] By: nick                                  on 2000/12/15  22:14:31
102         Log: Integrate mainline
103      Branch: perlio
104           !> (integrate 53 files)
105 ____________________________________________________________________________
106 [  8139] By: jhi                                   on 2000/12/15  19:49:49
107         Log: One more IVUV tweak from Nicholas Clark.
108      Branch: perl
109            ! sv.c
110 ____________________________________________________________________________
111 [  8138] By: jhi                                   on 2000/12/15  19:17:06
112         Log: Return of the IVUV-preservation, now seems to be happy even
113              in Digital UNIX (the broken strtoul brokenness detection
114              seems to have been the fly in the ointment).
115      Branch: perl
116            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
117            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
118            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
119            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
120            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
121            ! vos/config.ga.h win32/config.bc win32/config.gc
122            ! win32/config.vc
123 ____________________________________________________________________________
124 [  8137] By: jhi                                   on 2000/12/15  18:12:14
125         Log: Metaconfig unit change for #8136.
126      Branch: metaconfig
127            ! U/modified/d_strtoul.U
128      Branch: metaconfig/U/perl
129            ! d_strtoull.U d_strtouq.U
130 ____________________________________________________________________________
131 [  8136] By: jhi                                   on 2000/12/15  18:11:35
132         Log: I don't think it's sensible or portable to test the strtou*
133              on /^-/ strings.
134      Branch: perl
135            ! Configure
136 ____________________________________________________________________________
137 [  8135] By: jhi                                   on 2000/12/15  17:18:49
138         Log: Metaconfig unit change for #8134.
139      Branch: metaconfig
140            ! U/modified/d_strtoul.U
141 ____________________________________________________________________________
142 [  8134] By: jhi                                   on 2000/12/15  17:14:13
143         Log: If longsize is 8 we don't need a LL suffix for integer constants.x
144      Branch: perl
145            ! Configure config_h.SH
146 ____________________________________________________________________________
147 [  8133] By: jhi                                   on 2000/12/15  16:00:23
148         Log: Update Changes.
149      Branch: perl
150            ! Changes patchlevel.h
151 ____________________________________________________________________________
152 [  8132] By: jhi                                   on 2000/12/15  15:44:16
153         Log: Some compilers get huffy if you do not cast a const pointer
154              to a non-const when assigning.
155      Branch: perl
156            ! gv.c
157 ____________________________________________________________________________
158 [  8131] By: jhi                                   on 2000/12/15  15:38:30
159         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
160              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
161              Date: Fri, 15 Dec 2000 05:26:57 -0500
162              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
163      Branch: perl
164            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
165            ! t/pragma/overload.t
166 ____________________________________________________________________________
167 [  8130] By: jhi                                   on 2000/12/15  15:36:08
168         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
169              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
170              Date: Thu, 14 Dec 2000 22:02:43 -0500
171              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
172      Branch: perl
173            ! gv.c perl.h
174 ____________________________________________________________________________
175 [  8129] By: jhi                                   on 2000/12/15  15:34:16
176         Log: Subject: PATCH: h2xs nit
177              From: Tim Jenness <t.jenness@jach.hawaii.edu>
178              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
179              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
180              
181              Add a template README.
182      Branch: perl
183            ! utils/h2xs.PL
184 ____________________________________________________________________________
185 [  8128] By: jhi                                   on 2000/12/15  15:32:22
186         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
187      Branch: perl
188            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
189 ____________________________________________________________________________
190 [  8127] By: jhi                                   on 2000/12/15  15:19:34
191         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
192              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
193              Date:     Thu, 14 Dec 2000 20:04:42 EST
194              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
195      Branch: perl
196            ! ext/Opcode/Opcode.xs
197 ____________________________________________________________________________
198 [  8126] By: jhi                                   on 2000/12/15  15:17:49
199         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
200              From: Peter Prymmer <pvhp@forte.com>
201              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
202              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
203      Branch: perl
204            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
205            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
206            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
207 ____________________________________________________________________________
208 [  8125] By: jhi                                   on 2000/12/15  15:11:05
209         Log: This seems to be a stage sane and stable enough to checkin.
210              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
211      Branch: perl
212            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
213            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
214            ! t/op/cmp.t t/op/numconvert.t
215 ____________________________________________________________________________
216 [  8124] By: jhi                                   on 2000/12/15  04:20:26
217         Log: Something is really wonky.
218      Branch: perl
219            ! sv.c
220 ____________________________________________________________________________
221 [  8123] By: jhi                                   on 2000/12/15  04:00:50
222         Log: Fixes for the IV UV patches to compile in Digital UNIX.
223      Branch: perl
224            ! sv.c
225 ____________________________________________________________________________
226 [  8122] By: jhi                                   on 2000/12/15  02:53:40
227         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
228              From: "Craig A. Berry" <craigberry@mac.com>
229              Date: Thu, 14 Dec 2000 19:10:49 -0600
230              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
231      Branch: perl
232            ! vms/vms.c
233 ____________________________________________________________________________
234 [  8121] By: jhi                                   on 2000/12/15  02:50:00
235         Log: Metaconfig changes for #8120.
236      Branch: metaconfig
237            + U/modified/d_strtoul.U
238      Branch: metaconfig/U/perl
239            ! d_strtoull.U d_strtouq.U
240 ____________________________________________________________________________
241 [  8120] By: jhi                                   on 2000/12/15  02:49:42
242         Log: From: Nicholas Clark <nick@ccl4.org> 
243              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
244              Date: Thu, 14 Dec 2000 18:38:57 +0000
245              Message-ID: <20001214183857.B97909@plum.flirble.org>
246      Branch: perl
247            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
248            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
249            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
250            ! vos/config.ga.def vos/config.ga.h win32/config.bc
251            ! win32/config.gc win32/config.vc
252 ____________________________________________________________________________
253 [  8119] By: jhi                                   on 2000/12/14  23:40:58
254         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
255              From: Nicholas Clark <nick@ccl4.org>
256              Date: Wed, 13 Dec 2000 20:08:50 +0000
257              Message-ID: <20001213200849.B71166@plum.flirble.org>
258      Branch: perl
259            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
260            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
261 ____________________________________________________________________________
262 [  8118] By: jhi                                   on 2000/12/14  22:46:26
263         Log: Integrate perlio.
264      Branch: perl
265           !> MANIFEST ext/Encode/compile makedef.pl
266 ____________________________________________________________________________
267 [  8117] By: nick                                  on 2000/12/14  22:38:53
268         Log: Win32 tweaks to get Encode to build
269              - temp hack to makedef.pl till PerlIO is properly "exported".
270              - MSVC dislikes  
271              static encpage_t foo[];
272              so make 'em extern for now.
273      Branch: perlio
274            ! ext/Encode/compile makedef.pl
275 ____________________________________________________________________________
276 [  8116] By: nick                                  on 2000/12/14  22:00:53
277         Log: Document the new files
278      Branch: perlio
279            ! MANIFEST
280 ____________________________________________________________________________
281 [  8115] By: jhi                                   on 2000/12/14  21:58:01
282         Log: MANIFEST new files of #8114.
283      Branch: perl
284            ! MANIFEST
285 ____________________________________________________________________________
286 [  8114] By: jhi                                   on 2000/12/14  21:50:49
287         Log: Integrate perlio.
288      Branch: perl
289           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
290           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
291           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
292           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
293           !> ext/Encode/Makefile.PL
294 ____________________________________________________________________________
295 [  8113] By: jhi                                   on 2000/12/14  21:48:49
296         Log: The documentation part of the
297              
298              Subject: [ID 20001214.002] Net::Ping patch
299              From: Jonathan Stowe <gellyfish@gellyfish.com>
300              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
301              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
302              since the #7529 had already addressed the same problem.
303      Branch: perl
304            ! lib/Net/Ping.pm
305 ____________________________________________________________________________
306 [  8112] By: jhi                                   on 2000/12/14  21:42:57
307         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
308              From: Dominic Dunlop <domo@computer.org>
309              Date: Tue, 12 Dec 2000 10:47:10 +0100
310              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
311              
312              Document how elusive subroutines can be.
313      Branch: perl
314            ! pod/perlfunc.pod
315 ____________________________________________________________________________
316 [  8111] By: jhi                                   on 2000/12/14  21:38:05
317         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
318              From: Dominic Dunlop <domo@computer.org>
319              Date: Thu, 14 Dec 2000 10:13:51 +0100
320              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
321      Branch: perl
322            ! ext/POSIX/POSIX.pod
323 ____________________________________________________________________________
324 [  8110] By: jhi                                   on 2000/12/14  21:36:32
325         Log: Subject: [patch] perlfaq7
326              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
327              Date: Thu, 14 Dec 2000 15:31:07 +0100
328              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
329      Branch: perl
330            ! pod/perlfaq7.pod
331 ____________________________________________________________________________
332 [  8109] By: jhi                                   on 2000/12/14  21:29:20
333         Log: Subject: [8104] Encode
334              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
335              Date: Thu, 14 Dec 2000 14:49:34 +0100
336              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
337              
338              Type casting for nervous compilers.
339      Branch: perl
340            ! ext/Encode/Encode.xs
341 ____________________________________________________________________________
342 [  8108] By: jhi                                   on 2000/12/14  21:26:17
343         Log: Subject: [8104] DB_File
344              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
345              Date: Thu, 14 Dec 2000 14:49:35 +0100
346              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
347              
348              Type definition incorrect for DB 2.7.7.  Not known when it
349              changed, so only changed it for a known revision.
350      Branch: perl
351            ! ext/DB_File/DB_File.xs
352 ____________________________________________________________________________
353 [  8107] By: jhi                                   on 2000/12/14  21:23:41
354         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
355              From: Peter Prymmer <pvhp@forte.com>
356              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
357              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
358              
359              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
360      Branch: perl
361            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
362            ! ext/Encode/Encode/posix-bc.enc
363 ____________________________________________________________________________
364 [  8106] By: nick                                  on 2000/12/14  20:36:13
365         Log: "Cold" build correction to Encode's Makefile.PL
366      Branch: perlio
367            ! ext/Encode/Makefile.PL
368 ____________________________________________________________________________
369 [  8105] By: nick                                  on 2000/12/14  20:09:37
370         Log: "Compiled" encodings.
371              Correct replacement character in EBCDIC .enc files
372              Add 0x7F to ASCII repertoire.
373      Branch: perlio
374            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
375            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
376            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
377            ! ext/Encode/Makefile.PL ext/Encode/compile
378            ! ext/Encode/encengine.c ext/Encode/encode.h
379 ____________________________________________________________________________
380 [  8104] By: nick                                  on 2000/12/14  00:38:20
381         Log: Integrate mainline
382      Branch: perlio
383           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
384           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
385           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
386           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
387           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
388           !> t/lib/db-hash.t t/lib/db-recno.t
389 ____________________________________________________________________________
390 [  8103] By: nick                                  on 2000/12/13  23:16:13
391         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
392              so far and so it does not get lost.
393      Branch: perlio
394            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
395 ____________________________________________________________________________
396 [  8102] By: jhi                                   on 2000/12/13  17:14:22
397         Log: Update Changes.
398      Branch: perl
399            ! Changes patchlevel.h
400 ____________________________________________________________________________
401 [  8101] By: jhi                                   on 2000/12/13  16:53:41
402         Log: Move the proto of start_glob() to a better place; regen api files.
403      Branch: perl
404            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
405 ____________________________________________________________________________
406 [  8100] By: jhi                                   on 2000/12/13  16:47:11
407         Log: Metaconfig change for #8099.
408      Branch: metaconfig
409            ! U/modified/Head.U
410 ____________________________________________________________________________
411 [  8099] By: jhi                                   on 2000/12/13  16:46:48
412         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
413              From: Andy Dougherty <doughera@lafayette.edu>
414              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
415              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
416      Branch: perl
417            ! Configure
418 ____________________________________________________________________________
419 [  8098] By: jhi                                   on 2000/12/13  16:39:02
420         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
421              From: rspier@pobox.com (Robert Spier)
422              Date: Tue, 12 Dec 2000 21:12:39 -0500
423              Message-ID: <14902.56087.678086.725773@rls.cx>
424              
425              fastgetcwd is defined using a glob alias on a $^O dependent basis -
426              and there was no default assignment or perl subroutine.
427      Branch: perl
428            ! lib/Cwd.pm
429 ____________________________________________________________________________
430 [  8097] By: jhi                                   on 2000/12/13  16:16:01
431         Log: Subject: [PATCH] move startglob out of pp_hot.c
432              From: Nicholas Clark <nick@ccl4.org>
433              Date: Mon, 11 Dec 2000 23:16:39 +0000
434              Message-ID: <20001211231638.A55550@plum.flirble.org>
435      Branch: perl
436            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
437 ____________________________________________________________________________
438 [  8096] By: jhi                                   on 2000/12/13  15:26:23
439         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
440              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
441              Date: Wed, 13 Dec 2000 14:01:37 +0100
442              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
443              
444              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
445              in turn requires libpthread in libswanted.
446      Branch: perl
447            ! hints/hpux.sh
448 ____________________________________________________________________________
449 [  8095] By: jhi                                   on 2000/12/12  19:51:05
450         Log: The integration wars continue.
451      Branch: perl
452           !> sv.c
453 ____________________________________________________________________________
454 [  8094] By: jhi                                   on 2000/12/12  19:48:26
455         Log: Subject: [PATCH perl@8070] DB_File-1.74  
456              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
457              Date: Mon, 11 Dec 2000 23:07:17 -0000
458              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
459      Branch: perl
460            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
461            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
462            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
463            ! t/lib/db-recno.t
464 ____________________________________________________________________________
465 [  8093] By: nick                                  on 2000/12/12  19:42:13
466         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
467      Branch: perlio
468            ! sv.c
469           !> lib/File/DosGlob.pm
470 ____________________________________________________________________________
471 [  8092] By: jhi                                   on 2000/12/12  19:28:11
472         Log: Integrate perlio.
473      Branch: perl
474           !> sv.c
475 ____________________________________________________________________________
476 [  8091] By: nick                                  on 2000/12/12  18:49:45
477         Log: Fix for Tk, and upgrading shared SVs.
478      Branch: perlio
479            ! sv.c
480 ____________________________________________________________________________
481 [  8090] By: jhi                                   on 2000/12/12  16:48:59
482         Log: Subject: [PATCH] Re: Breadperl & Tk
483              From: Nick Ing-Simmons <nik@tiuk.ti.com>
484              Date: Tue, 12 Dec 2000 14:48:27 GMT
485              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
486      Branch: perl
487            ! sv.c
488 ____________________________________________________________________________
489 [  8089] By: jhi                                   on 2000/12/12  03:37:19
490         Log: Subject: DosGlob.pm diff for bash style brace expansion.
491              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
492              Date: Fri, 8 Dec 2000 10:45:30 -0600
493              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
494      Branch: perl
495            ! lib/File/DosGlob.pm
496 ____________________________________________________________________________
497 [  8088] By: nick                                  on 2000/12/11  23:59:59
498         Log: Integrate mainline
499      Branch: perlio
500           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
501           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
502           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
503           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
504           !> t/op/local.t t/pragma/warn/toke toke.c
505 ____________________________________________________________________________
506 [  8087] By: jhi                                   on 2000/12/11  23:20:23
507         Log: Integrate perlio.
508      Branch: perl
509           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
510 ____________________________________________________________________________
511 [  8086] By: jhi                                   on 2000/12/11  22:50:59
512         Log: Tune further the OS detection of CGI.
513      Branch: perl
514            ! lib/CGI.pm
515 ____________________________________________________________________________
516 [  8085] By: nick                                  on 2000/12/11  22:50:46
517         Log: Finish 1st pass of "encoding" layer e.g. :
518              open($fh,"<encoding(iso8859-7)",$greek) || die;
519      Branch: perlio
520            ! ext/Encode/Encode.xs perlio.c perliol.h
521 ____________________________________________________________________________
522 [  8084] By: jhi                                   on 2000/12/11  22:32:06
523         Log: Revert the -f ambiguousity patch, seems to cause
524              too much hassle (the interpret -Q as a function
525              where Q is not a known filetest part is left in).
526      Branch: perl
527            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
528            ! toke.c
529 ____________________________________________________________________________
530 [  8083] By: jhi                                   on 2000/12/11  22:27:23
531         Log: (accidentally empty check-in)
532      Branch: perl
533            ! lib/File/DosGlob.pm
534 ____________________________________________________________________________
535 [  8082] By: nick                                  on 2000/12/11  19:09:51
536         Log: Restore mmap function (broken by tweaks to shared buffer
537              layer for encode(xxxx)).
538      Branch: perlio
539            ! perlio.c
540 ____________________________________________________________________________
541 [  8081] By: jhi                                   on 2000/12/11  18:29:13
542         Log: Subject: Re: The long awaited feature ...
543              From: Simon Cozens <simon@cozens.net>
544              Date: Mon, 11 Dec 2000 15:54:24 +0000
545              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
546              
547              More io/utf8 tests.
548      Branch: perl
549            ! t/io/utf8.t
550 ____________________________________________________________________________
551 [  8080] By: jhi                                   on 2000/12/11  18:19:36
552         Log: Subject: PATCH MakeMaker manpage clarification
553              From: andreas.koenig@anima.de (Andreas J. Koenig)
554              Date: 10 Dec 2000 20:46:13 +0100
555              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
556      Branch: perl
557            ! lib/ExtUtils/MakeMaker.pm
558 ____________________________________________________________________________
559 [  8079] By: jhi                                   on 2000/12/11  15:35:07
560         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
561              From: Simon Cozens <simon@cozens.net>
562              Date: Sun, 10 Dec 2000 19:06:19 +0000
563              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
564      Branch: perl
565            ! ext/B/B/Deparse.pm t/lib/b.t
566 ____________________________________________________________________________
567 [  8078] By: jhi                                   on 2000/12/11  15:09:11
568         Log: Subject: [PATCH] docs on NaN
569              From: Nicholas Clark <nick@ccl4.org>
570              Date: Mon, 11 Dec 2000 01:48:38 +0000
571              Message-ID: <20001211014838.B99205@plum.flirble.org>
572      Branch: perl
573            ! pod/perlop.pod
574 ____________________________________________________________________________
575 [  8077] By: jhi                                   on 2000/12/11  15:02:21
576         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
577              From: Simon Cozens <simon@cozens.net>
578              Date: Mon, 11 Dec 2000 01:21:45 +0000
579              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
580      Branch: perl
581            ! pp.c pp_hot.c scope.c t/op/local.t
582 ____________________________________________________________________________
583 [  8076] By: nick                                  on 2000/12/10  20:43:32
584         Log: Not merge worthy...
585              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
586              syntax is modelled on attributes.
587              Untested fix for io/utf8 on Win32 etc.
588              Very clumsy start to the encode layer.
589      Branch: perlio
590            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
591 ____________________________________________________________________________
592 [  8075] By: jhi                                   on 2000/12/10  18:39:33
593         Log: Darwin is not Windows.
594      Branch: perl
595            ! lib/CGI.pm
596 ____________________________________________________________________________
597 [  8074] By: jhi                                   on 2000/12/10  18:31:27
598         Log: Subject: Ambiguous -%c() resolved as a file test
599              From: "Paul Marquess" <Paul.Marquess@openwave.com>
600              Date: Sun, 10 Dec 2000 15:35:07 -0000
601              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
602      Branch: perl
603            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
604 ____________________________________________________________________________
605 [  8073] By: jhi                                   on 2000/12/10  18:16:29
606         Log: Subject: PATCH installperl misinformed 
607              From: andreas.koenig@anima.de (Andreas J. Koenig)
608              Date: 10 Dec 2000 13:01:32 +0100 
609              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
610      Branch: perl
611            ! installperl
612 ____________________________________________________________________________
613 [  8072] By: jhi                                   on 2000/12/10  18:07:55
614         Log: The walkoptree confusion rages; walkoptree() seems to be coming
615              from B.xs, while walkoptree_slow() comes from B.pm.
616      Branch: perl
617            ! ext/B/B.pm
618 ____________________________________________________________________________
619 [  8071] By: nick                                  on 2000/12/10  11:45:47
620         Log: Integrate mainline
621      Branch: perlio
622           +> t/base/commonsense.t
623           !> (integrate 37 files)
624 ____________________________________________________________________________
625 [  8070] By: jhi                                   on 2000/12/10  04:46:21
626         Log: Update Changes.
627      Branch: perl
628            ! Changes patchlevel.h
629 ____________________________________________________________________________
630 [  8069] By: jhi                                   on 2000/12/10  04:39:19
631         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
632              From: andreas.koenig@anima.de (Andreas J. Koenig)
633              Date: 09 Dec 2000 17:14:25 +0100
634              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
635      Branch: perl
636            + t/base/commonsense.t
637            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
638 ____________________________________________________________________________
639 [  8068] By: jhi                                   on 2000/12/10  04:17:36
640         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
641              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
642              Date: Sat, 9 Dec 2000 16:47:22 -0000
643              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
644      Branch: perl
645            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
646            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
647            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
648            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
649            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
650            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
651            ! t/lib/sdbm.t
652 ____________________________________________________________________________
653 [  8067] By: jhi                                   on 2000/12/10  03:52:02
654         Log: Test case for #8066.
655      Branch: perl
656            ! t/op/misc.t
657 ____________________________________________________________________________
658 [  8066] By: jhi                                   on 2000/12/10  03:50:30
659         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
660              From: Simon Cozens <simon@cozens.net>
661              Date: Sun, 10 Dec 2000 00:55:37 +0000
662              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
663      Branch: perl
664            ! pp_sys.c
665 ____________________________________________________________________________
666 [  8065] By: jhi                                   on 2000/12/10  03:44:52
667         Log: Test case for #8064.
668      Branch: perl
669            ! t/comp/proto.t
670 ____________________________________________________________________________
671 [  8064] By: jhi                                   on 2000/12/10  03:42:32
672         Log: Subject: Re: prototype of substr
673              From: Simon Cozens <simon@cozens.net>
674              Date: Sun, 10 Dec 2000 00:13:33 +0000
675              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
676              
677              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
678      Branch: perl
679            ! pp.c
680 ____________________________________________________________________________
681 [  8063] By: jhi                                   on 2000/12/10  03:39:42
682         Log: Subject: [PATCH] perlguts.pod
683              From: Simon Cozens <simon@cozens.net>
684              Date: Sun, 10 Dec 2000 00:06:47 +0000
685              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
686              
687              Documentation of the different types of ops,
688              plus the functions in dump.c
689      Branch: perl
690            ! pod/perlguts.pod
691 ____________________________________________________________________________
692 [  8062] By: jhi                                   on 2000/12/10  03:30:04
693         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
694              From: Nicholas Clark <nick@talking.bollo.cx>
695              Date: Sat, 09 Dec 2000 18:57:25 +0000
696              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
697              
698              Be more robust in weird hostname setups.
699      Branch: perl
700            ! t/lib/net-hostent.t
701 ____________________________________________________________________________
702 [  8061] By: jhi                                   on 2000/12/10  03:28:21
703         Log: Pacify fussy compiler. 
704      Branch: perl
705            ! pp_sys.c
706 ____________________________________________________________________________
707 [  8060] By: jhi                                   on 2000/12/10  02:52:46
708         Log: Integrate perlio.
709      Branch: perl
710           !> pp_sys.c t/io/utf8.t
711 ____________________________________________________________________________
712 [  8059] By: nick                                  on 2000/12/09  23:40:14
713         Log: read/sysread/recv should now be utf8 aware.
714              Basic test for utf8 read.
715      Branch: perlio
716            ! pp_sys.c t/io/utf8.t
717 ____________________________________________________________________________
718 [  8058] By: jhi                                   on 2000/12/09  21:56:02
719         Log: Integrate perlio.
720      Branch: perl
721           +> t/io/utf8.t
722           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
723 ____________________________________________________________________________
724 [  8057] By: jhi                                   on 2000/12/09  21:53:35
725         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
726              From: Inaba Hiroto <inaba@st.rim.or.jp>
727              Date: Sun, 10 Dec 2000 05:53:21 +0900
728              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
729              
730              Tests for #8056.
731      Branch: perl
732            ! t/op/each.t
733 ____________________________________________________________________________
734 [  8056] By: jhi                                   on 2000/12/09  21:51:16
735         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
736              From: Inaba Hiroto <inaba@st.rim.or.jp>
737              Date: Sat, 09 Dec 2000 18:02:00 +0900
738              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
739              
740              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
741      Branch: perl
742            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
743 ____________________________________________________________________________
744 [  8055] By: nick                                  on 2000/12/09  20:11:48
745         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
746              than raw PerlIO_write() - does not seem to break any tests.
747      Branch: perlio
748            ! pp_sys.c
749 ____________________________________________________________________________
750 [  8054] By: nick                                  on 2000/12/09  19:47:30
751         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
752              (sysread, recv and write i.e. formats still to do...)
753              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
754              open($fh,">:utf8","name")
755              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
756              so no extra overhead is involved.
757              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
758              to a non-utf8 stream.
759              Add initial io/utf8.t
760              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
761              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
762              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
763      Branch: perlio
764            + t/io/utf8.t
765            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
766 ____________________________________________________________________________
767 [  8053] By: nick                                  on 2000/12/09  19:26:37
768         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
769              was only testing this_utf8.
770      Branch: perlio
771            ! toke.c
772 ____________________________________________________________________________
773 [  8052] By: nick                                  on 2000/12/09  19:09:41
774         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
775              i.e. the output string has one, but don't mess with source assumption.
776      Branch: perlio
777            ! toke.c
778 ____________________________________________________________________________
779 [  8051] By: jhi                                   on 2000/12/09  16:55:17
780         Log: Integrate perlio.
781      Branch: perl
782           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
783           !> sv.c thrdvar.h util.c
784 ____________________________________________________________________________
785 [  8050] By: jhi                                   on 2000/12/09  16:48:07
786         Log: Nits noticed by Peter Prymmer.
787      Branch: perl
788            ! lib/ExtUtils/MM_VMS.pm
789 ____________________________________________________________________________
790 [  8049] By: nick                                  on 2000/12/09  13:49:40
791         Log: UTF8 output prework.
792              - Store $\ and $, as SVs so they can have SvUTF8 flag
793              - use do_print() rather than raw PerlIO_write() to print them.
794      Branch: perlio
795            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
796            ! thrdvar.h util.c
797 ____________________________________________________________________________
798 [  8048] By: nick                                  on 2000/12/09  12:30:43
799         Log: Integrate mainline.
800      Branch: perlio
801           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
802           +> t/op/reverse.t
803           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
804           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
805           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
806           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
807           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
808           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
809 ____________________________________________________________________________
810 [  8047] By: jhi                                   on 2000/12/09  00:23:27
811         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
812              From: Michael G Schwern <schwern@pobox.com>
813              Date: Fri, 8 Dec 2000 14:43:04 -0600
814      Branch: perl
815            ! lib/ExtUtils/MM_VMS.pm
816 ____________________________________________________________________________
817 [  8046] By: jhi                                   on 2000/12/08  23:10:27
818         Log: A missed check-in.
819      Branch: perl
820            ! lib/ExtUtils/Manifest.pm
821 ____________________________________________________________________________
822 [  8045] By: jhi                                   on 2000/12/08  21:57:12
823         Log: (null check-in)
824      Branch: perl
825            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
826 ____________________________________________________________________________
827 [  8044] By: jhi                                   on 2000/12/08  21:11:06
828         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
829              at the final draft stage.
830      Branch: perl
831            + ext/Encode/Encode/iso8859-16.enc
832            ! MANIFEST
833 ____________________________________________________________________________
834 [  8043] By: jhi                                   on 2000/12/08  16:39:04
835         Log: Update Changes.
836      Branch: perl
837            ! Changes patchlevel.h
838 ____________________________________________________________________________
839 [  8042] By: jhi                                   on 2000/12/08  16:33:39
840         Log: Do not return the Unicode replacement character if UTF-8
841              decoding goes awry, it should be up to the caller to decide.
842      Branch: perl
843            ! pod/perlapi.pod utf8.c
844 ____________________________________________________________________________
845 [  8041] By: jhi                                   on 2000/12/08  16:22:28
846         Log: metaconfig maintenance.
847      Branch: metaconfig
848            ! U/modified/stdchar.U
849      Branch: metaconfig/U/perl
850            + testsyml.U
851 ____________________________________________________________________________
852 [  8040] By: jhi                                   on 2000/12/08  16:03:08
853         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
854              From: sthoenna@efn.org
855              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
856              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
857      Branch: perl
858            ! Changes lib/ExtUtils/MM_OS2.pm
859 ____________________________________________________________________________
860 [  8039] By: jhi                                   on 2000/12/08  15:57:11
861         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
862              From: Simon Cozens <simon@cozens.net>
863              Date: Fri, 8 Dec 2000 13:33:31 +0000
864              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
865              
866              (The pp_hot part needed a rewrite.)
867      Branch: perl
868            ! doop.c pp_hot.c utf8.c
869 ____________________________________________________________________________
870 [  8038] By: jhi                                   on 2000/12/08  15:25:08
871         Log: Subject: djSP
872              From: Michael Stevens <michael@etla.org>
873              Date: Wed, 6 Dec 2000 23:24:01 +0000
874              Message-ID: <20001206232400.A21381@firedrake.org>
875              
876              Plus a note from Nick Ing-Simmons.
877      Branch: perl
878            ! pp.h
879 ____________________________________________________________________________
880 [  8037] By: jhi                                   on 2000/12/08  15:18:35
881         Log: Filetype is text.
882      Branch: perl
883            ! t/op/utf8decode.t
884 ____________________________________________________________________________
885 [  8036] By: jhi                                   on 2000/12/08  03:31:27
886         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
887              From: Andy Dougherty <doughera@lafayette.edu>
888              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
889              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
890              
891              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
892              From: Andy Dougherty <doughera@lafayette.edu>
893              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
894              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
895      Branch: perl
896            + ext/POSIX/hints/svr4.pl
897            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
898 ____________________________________________________________________________
899 [  8035] By: jhi                                   on 2000/12/08  03:26:01
900         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
901              From: Andy Dougherty <doughera@lafayette.edu>
902              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
903              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
904      Branch: perl
905            ! t/README t/base/term.t
906 ____________________________________________________________________________
907 [  8034] By: jhi                                   on 2000/12/08  03:21:59
908         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
909              From: mjd@plover.com  
910              Date: 7 Dec 2000 21:04:20 -0000
911              Message-ID: <20001207210420.22282.qmail@plover.com>
912              
913              Plus -z doc.
914      Branch: perl
915            ! pod/perlfunc.pod
916 ____________________________________________________________________________
917 [  8033] By: jhi                                   on 2000/12/08  03:19:03
918         Log: Use the UTF8 macros a bit.  They can't be used with abandon
919              everywhere because we do generate illegal UTF-8 in some situations.
920              This is of course naughty.
921      Branch: perl
922            ! pod/perlapi.pod utf8.c utf8.h
923 ____________________________________________________________________________
924 [  8032] By: jhi                                   on 2000/12/08  03:00:09
925         Log: Out of sync?
926      Branch: perl
927            ! t/pragma/warn/utf8
928 ____________________________________________________________________________
929 [  8031] By: jhi                                   on 2000/12/08  02:22:39
930         Log: Cnt spl.
931      Branch: perl
932            ! MANIFEST
933 ____________________________________________________________________________
934 [  8030] By: jhi                                   on 2000/12/08  01:23:54
935         Log: Add test for reverse().
936      Branch: perl
937            + t/op/reverse.t
938            ! MANIFEST
939 ____________________________________________________________________________
940 [  8029] By: jhi                                   on 2000/12/08  01:21:47
941         Log: Integrate perlio.
942      Branch: perl
943           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
944           !> perlio.c perlio.h perlsdio.h warnings.pl
945 ____________________________________________________________________________
946 [  8028] By: jhi                                   on 2000/12/08  01:19:08
947         Log: Introduce macros for UTF8 decoding.
948      Branch: perl
949            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
950 ____________________________________________________________________________
951 [  8027] By: nick                                  on 2000/12/07  22:18:19
952         Log: Integrate mainline
953      Branch: perlio
954           !> embed.pl pod/perlapi.pod utf8.c
955 ____________________________________________________________________________
956 [  8026] By: nick                                  on 2000/12/07  21:45:08
957         Log: Various oddities p4 diff -se showed up
958              Remove 'our' from warnings.pl
959      Branch: perlio
960            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
961 ____________________________________________________________________________
962 [  8025] By: nick                                  on 2000/12/07  21:43:32
963         Log: Change PerlIO_(get|set)pos to take SV *
964              Should fix, OS/2, VMS, (sfio??)
965      Branch: perlio
966            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
967 ____________________________________________________________________________
968 [  8024] By: jhi                                   on 2000/12/07  19:05:32
969         Log: Document utf8_to_uv() better.
970      Branch: perl
971            ! pod/perlapi.pod utf8.c
972 ____________________________________________________________________________
973 [  8023] By: jhi                                   on 2000/12/07  18:23:47
974         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
975      Branch: perl
976            ! embed.pl pod/perlapi.pod utf8.c
977 ____________________________________________________________________________
978 [  8022] By: jhi                                   on 2000/12/07  04:13:51
979         Log: Integrate perlio.
980      Branch: perl
981           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
982           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
983           !> win32/makefile.mk
984 ____________________________________________________________________________
985 [  8021] By: nick                                  on 2000/12/07  00:28:14
986         Log: Various attempts at MSVC debug - not sure what has
987              changed but works now. 
988              Seems atexit() _may_ work for DLLs built with MSVC so don't
989              call cleanup that way.
990      Branch: perlio
991            ! perlio.c win32/makefile.mk
992 ____________________________________________________________________________
993 [  8020] By: nick                                  on 2000/12/06  19:57:20
994         Log: Integrate mainline
995      Branch: perlio
996           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
997           !> (integrate 75 files)
998 ____________________________________________________________________________
999 [  8019] By: nick                                  on 2000/12/06  19:28:21
1000         Log: Add useperlio to config.vc
1001              Turn off binmode in config_H.PL
1002              Regen all the config_H.xx
1003              Attempt to get debugging build with MSVC.
1004      Branch: perlio
1005            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1006            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
1007 ____________________________________________________________________________
1008 [  8018] By: nick                                  on 2000/12/06  19:21:57
1009         Log: Test various dup/external program options on all platforms.
1010      Branch: perlio
1011            ! t/io/dup.t
1012 ____________________________________________________________________________
1013 [  8017] By: nick                                  on 2000/12/06  19:20:47
1014         Log: Fix harness to be less picky
1015      Branch: perlio
1016            ! lib/Test/Harness.pm
1017 ____________________________________________________________________________
1018 [  8016] By: jhi                                   on 2000/12/06  16:45:12
1019         Log: Update Changes.
1020      Branch: perl
1021            ! Changes patchlevel.h
1022 ____________________________________________________________________________
1023 [  8015] By: jhi                                   on 2000/12/06  16:41:03
1024         Log: Test \x{...} with ord().
1025      Branch: perl
1026            ! t/op/ord.t
1027 ____________________________________________________________________________
1028 [  8014] By: jhi                                   on 2000/12/06  16:20:33
1029         Log: Test tweak because of #8013.
1030      Branch: perl
1031            ! t/lib/b.t
1032 ____________________________________________________________________________
1033 [  8013] By: jhi                                   on 2000/12/06  16:09:09
1034         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
1035              From: Michael G Schwern <schwern@pobox.com>
1036              Date: Tue, 5 Dec 2000 21:23:28 -0500
1037              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
1038              
1039              Carp::Heavy parts not very applicable because of recent changes.
1040      Branch: perl
1041            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
1042            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
1043            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
1044            ! lib/Exporter.pm lib/Exporter/Heavy.pm
1045            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
1046            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1047            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
1048            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
1049            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
1050            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
1051            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
1052            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
1053            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
1054            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
1055            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
1056            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
1057            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
1058            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
1059            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
1060            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
1061            ! warnings.pl
1062 ____________________________________________________________________________
1063 [  8012] By: jhi                                   on 2000/12/06  15:22:38
1064         Log: Subject: [PATCH] Re: New harness is failing things
1065              From: Nick Ing-Simmons <nik@tiuk.ti.com>
1066              Date: Wed, 6 Dec 2000 13:00:30 GMT
1067              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
1068      Branch: perl
1069            ! lib/Test/Harness.pm
1070 ____________________________________________________________________________
1071 [  8011] By: jhi                                   on 2000/12/06  15:12:08
1072         Log: Subject: installhtml changes
1073              From: Michael Stevens <michael@etla.org>
1074              Date: Wed, 6 Dec 2000 13:15:53 +0000
1075              Message-ID: <20001206131553.A27317@firedrake.org>
1076      Branch: perl
1077            ! installhtml
1078 ____________________________________________________________________________
1079 [  8010] By: jhi                                   on 2000/12/06  15:06:05
1080         Log: Subject: the dTHR hits
1081              From: Michael Stevens <michael@etla.org>
1082              Date: Wed, 6 Dec 2000 12:06:03 +0000
1083              Message-ID: <20001206120603.A24581@firedrake.org>
1084              
1085              More, errrm, less dTHRs.
1086      Branch: perl
1087            ! bytecode.pl ext/B/B/C.pm
1088 ____________________________________________________________________________
1089 [  8009] By: jhi                                   on 2000/12/06  15:04:25
1090         Log: Subject: MakeMaker mailing list gone?
1091              From: Michael G Schwern <schwern@pobox.com>
1092              Date: Tue, 5 Dec 2000 19:29:59 -0500
1093              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
1094              
1095              The MakeMaker mailing list is dead, perlbug is the right
1096              address to report bugs.
1097      Branch: perl
1098            ! lib/ExtUtils/MakeMaker.pm
1099 ____________________________________________________________________________
1100 [  8008] By: jhi                                   on 2000/12/06  15:00:32
1101         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
1102              From: Michael G Schwern <schwern@pobox.com>
1103              Date: Tue, 5 Dec 2000 19:21:21 -0500
1104              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
1105              
1106              Add a default MANIFEST skip that ignores things like
1107              version control files, editor temporary files, and the Makefile.
1108      Branch: perl
1109            + lib/ExtUtils/MANIFEST.SKIP
1110            ! MANIFEST lib/ExtUtils/Manifest.pm
1111 ____________________________________________________________________________
1112 [  8007] By: jhi                                   on 2000/12/06  14:57:20
1113         Log: In Amiga more manual hackery of the scripts seems to be needed,
1114              from Jan-Erik Karlsson.  Why Configure does not get this right
1115              is unknown, may be shell-induced.
1116      Branch: perl
1117            ! README.amiga
1118 ____________________________________________________________________________
1119 [  8006] By: jhi                                   on 2000/12/05  23:53:12
1120         Log: Add TOPm1s to peek at the second topmost stack item.
1121      Branch: perl
1122            ! pp.h
1123 ____________________________________________________________________________
1124 [  8005] By: jhi                                   on 2000/12/05  23:13:55
1125         Log: Avaunt, you foul UTF-8 tests.
1126      Branch: perl
1127            ! t/op/ver.t t/pragma/utf8.t
1128 ____________________________________________________________________________
1129 [  8004] By: jhi                                   on 2000/12/05  23:09:54
1130         Log: Continue utf8 dispersal. 
1131      Branch: perl
1132            + t/op/concat.t
1133            ! MANIFEST t/pragma/utf8.t
1134 ____________________________________________________________________________
1135 [  8003] By: nick                                  on 2000/12/05  23:02:39
1136         Log: Integrate mainline.
1137      Branch: perlio
1138           +> t/op/length.t t/op/utf8decode.t
1139           !> (integrate 69 files)
1140 ____________________________________________________________________________
1141 [  8002] By: jhi                                   on 2000/12/05  22:59:28
1142         Log: Integrate perlio.
1143      Branch: perl
1144           !> iperlsys.h perl.c perlio.c win32/perllib.c
1145 ____________________________________________________________________________
1146 [  8001] By: nick                                  on 2000/12/05  22:07:52
1147         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
1148              - calloc/free suffer from damage on TerminateThread()
1149              - use PerlMemShared (as originally planned) now fixed
1150              - avoid doing anything important on DLL "detach".
1151      Branch: perlio
1152            ! perl.c perlio.c win32/perllib.c
1153 ____________________________________________________________________________
1154 [  8000] By: nick                                  on 2000/12/05  21:05:09
1155         Log: Fix gross PerlMemShared issue.
1156      Branch: perlio
1157            ! iperlsys.h
1158 ____________________________________________________________________________
1159 [  7999] By: jhi                                   on 2000/12/05  20:46:58
1160         Log: Test for Unicode (UTF-8) hash keys.
1161      Branch: perl
1162            ! t/op/each.t
1163 ____________________________________________________________________________
1164 [  7998] By: jhi                                   on 2000/12/05  20:30:35
1165         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
1166              is now always UTF-8), empty line cosmetics.
1167      Branch: perl
1168            ! t/pragma/utf8.t
1169 ____________________________________________________________________________
1170 [  7997] By: jhi                                   on 2000/12/05  20:15:40
1171         Log: Subject: Re: STRLEN - what?
1172              From: Andy Dougherty <doughera@lafayette.edu>
1173              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
1174              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
1175              
1176              Explain STRLEN.
1177      Branch: perl
1178            ! pod/perlguts.pod
1179 ____________________________________________________________________________
1180 [  7996] By: jhi                                   on 2000/12/05  20:13:34
1181         Log: Split off the UTF-8 decoder tests, make them to check also
1182              the error message.
1183      Branch: perl
1184            + t/op/utf8decode.t
1185            ! MANIFEST t/pragma/utf8.t utf8.c
1186 ____________________________________________________________________________
1187 [  7995] By: jhi                                   on 2000/12/05  16:39:47
1188         Log: Start migrating bits of pragma/utf8 to elsewhere
1189              (since the long term plan is to obsolete 'use utf8').
1190      Branch: perl
1191            + t/op/length.t
1192            ! MANIFEST t/pragma/utf8.t
1193 ____________________________________________________________________________
1194 [  7994] By: jhi                                   on 2000/12/05  16:30:21
1195         Log: Fix a manual edit typo from #7993, fix the message formatting
1196              for Unicode, add few our declarations.
1197      Branch: perl
1198            ! lib/Carp/Heavy.pm
1199 ____________________________________________________________________________
1200 [  7993] By: jhi                                   on 2000/12/05  16:09:15
1201         Log: Subject: Need help with warnings :-(
1202              From: "Ben Tilly" <ben_tilly@hotmail.com>
1203              Date: Tue, 05 Dec 2000 01:35:54 -0500
1204              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
1205              
1206              Subject: UPDATE: Carp/Heavy now passes all tests
1207              From: "Ben Tilly" <ben_tilly@hotmail.com>
1208              Date: Tue, 05 Dec 2000 07:59:41 -0500
1209              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
1210              
1211              The Brave New Carp.
1212      Branch: perl
1213            ! lib/Carp.pm lib/Carp/Heavy.pm
1214 ____________________________________________________________________________
1215 [  7992] By: jhi                                   on 2000/12/05  15:55:08
1216         Log: Subject: [PATCH perl@7979] cygwin port
1217              From: "Eric Fifer" <efifer@dircon.co.uk>
1218              Date: Tue, 5 Dec 2000 14:04:09 -0000
1219              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
1220      Branch: perl
1221            ! t/lib/net-hostent.t
1222 ____________________________________________________________________________
1223 [  7991] By: jhi                                   on 2000/12/05  15:52:34
1224         Log: Subject: Re: [PATCH] The largest hoax of all times?
1225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1226              Date: Tue, 5 Dec 2000 00:40:25 -0500
1227              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
1228              
1229              Subject: Re: [PATCH] The largest hoax of all times?
1230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1231              Date: Mon, 4 Dec 2000 23:55:53 -0500
1232              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
1233              
1234              Subject: Re: [PATCH] The largest hoax of all times?
1235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1236              Date: Tue, 5 Dec 2000 01:28:45 -0500
1237              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
1238              
1239              Fix the unpredictable order of DESTROYs.
1240      Branch: perl
1241            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
1242            ! sv.c sv.h t/op/ref.t
1243 ____________________________________________________________________________
1244 [  7990] By: jhi                                   on 2000/12/05  14:38:53
1245         Log: Subject: [PATCH] shrink pp_hot fractionally
1246              From: Nicholas Clark <nick@ccl4.org>
1247              Date: Tue, 5 Dec 2000 12:44:31 +0000
1248              Message-ID: <20001205124431.E74518@plum.flirble.org>
1249              
1250              Use report_evil_fh().
1251      Branch: perl
1252            ! opcode.pl opnames.h pp_hot.c util.c
1253 ____________________________________________________________________________
1254 [  7989] By: jhi                                   on 2000/12/05  14:21:27
1255         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
1256              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1257              Date: Mon, 04 Dec 2000 22:21:59 -0800
1258              Message-ID: <HmIL6gzkgepS092yn@efn.org>
1259              
1260              Harness shouldn't ignore responses like "ok 3\r\r\n".
1261      Branch: perl
1262            ! lib/Test/Harness.pm
1263 ____________________________________________________________________________
1264 [  7988] By: jhi                                   on 2000/12/05  13:51:28
1265         Log: Integrate the "skip" messages to explain().
1266      Branch: perl
1267            ! t/lib/syslfs.t t/op/lfs.t
1268 ____________________________________________________________________________
1269 [  7987] By: jhi                                   on 2000/12/05  12:34:54
1270         Log: The one that got away in #7984.
1271              
1272              Subject: Re: dTHR - what and why?
1273              From: Michael Stevens <michael@etla.org> 
1274              Date: Tue, 5 Dec 2000 11:15:52 +0000
1275              Message-ID: <20001205111552.A4647@firedrake.org>
1276      Branch: perl
1277            ! sv.h
1278 ____________________________________________________________________________
1279 [  7986] By: gsar                                  on 2000/12/05  09:14:44
1280         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
1281              due to the notorious GetFileType() bug in Windows 9x, which fstat()
1282              tickles)
1283      Branch: perl
1284            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
1285 ____________________________________________________________________________
1286 [  7985] By: jhi                                   on 2000/12/05  05:49:03
1287         Log: Integrate perlio.
1288      Branch: perl
1289           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
1290           !> win32/perlhost.h win32/perllib.c
1291 ____________________________________________________________________________
1292 [  7984] By: jhi                                   on 2000/12/05  05:48:16
1293         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
1294      Branch: perl
1295            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
1296            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
1297            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
1298            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
1299            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
1300            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
1301            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
1302            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
1303            ! win32/win32.c
1304 ____________________________________________________________________________
1305 [  7983] By: nick                                  on 2000/12/04  23:27:43
1306         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
1307      Branch: perlio
1308            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
1309            ! win32/perlhost.h win32/perllib.c
1310 ____________________________________________________________________________
1311 [  7982] By: jhi                                   on 2000/12/04  19:44:09
1312         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
1313              uncovered by #7980.
1314      Branch: perl
1315            ! op.c
1316 ____________________________________________________________________________
1317 [  7981] By: jhi                                   on 2000/12/04  19:42:07
1318         Log: Subject: [PATCH] Trivial dump.c feature
1319              From: Simon Cozens <simon@cozens.net>
1320              Date: Mon, 4 Dec 2000 18:08:38 +0000
1321              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
1322              
1323              Show whether a constant is UTF-8.
1324      Branch: perl
1325            ! dump.c
1326 ____________________________________________________________________________
1327 [  7980] By: jhi                                   on 2000/12/04  19:36:51
1328         Log: UTF-8 hash keys, patch from Inaba Hiroto.
1329      Branch: perl
1330            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
1331 ____________________________________________________________________________
1332 [  7979] By: jhi                                   on 2000/12/04  17:36:28
1333         Log: Update Changes.
1334      Branch: perl
1335            ! Changes patchlevel.h
1336 ____________________________________________________________________________
1337 [  7978] By: jhi                                   on 2000/12/04  16:42:17
1338         Log: Retract #7977, still too volatile (the euphemism of the day
1339              for unfinished and buggy :-)
1340      Branch: perl
1341            ! doop.c hv.c pp.c sv.h
1342 ____________________________________________________________________________
1343 [  7977] By: jhi                                   on 2000/12/04  16:25:15
1344         Log: (Retracted by #7978, too shaky yet.)
1345              
1346              Subject: Re: utf8 in hash keys, implementor missing
1347              From: Simon Cozens <simon@cozens.net>
1348              Date: Sat, 2 Dec 2000 19:49:35 +0000
1349              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
1350              
1351              The first step at UTF-8 hash keys.
1352      Branch: perl
1353            ! doop.c hv.c pp.c sv.h
1354 ____________________________________________________________________________
1355 [  7976] By: jhi                                   on 2000/12/04  16:13:53
1356         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
1357              From: sthoenna@efn.org
1358              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
1359              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
1360      Branch: perl
1361            ! os2/os2.c perlio.c
1362 ____________________________________________________________________________
1363 [  7975] By: jhi                                   on 2000/12/04  16:05:25
1364         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
1365              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1366              Date: Thu, 30 Nov 2000 20:50:37 -0800
1367              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
1368      Branch: perl
1369            ! os2/os2.c
1370 ____________________________________________________________________________
1371 [  7974] By: jhi                                   on 2000/12/04  16:03:57
1372         Log: Subject: [PATCH] ++ 20% faster
1373              From: Nicholas Clark <nick@ccl4.org>
1374              Date: Mon, 4 Dec 2000 12:17:27 +0000
1375              Message-ID: <20001204121726.B52976@plum.flirble.org>
1376              
1377              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
1378      Branch: perl
1379            ! sv.c
1380 ____________________________________________________________________________
1381 [  7973] By: jhi                                   on 2000/12/04  16:00:48
1382         Log: 
1383              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
1384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1385              Date: Mon, 04 Dec 2000 12:30:45 +0100
1386              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
1387              
1388              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
1389              library (getprotobyname and getprotobynumber are outversioned by
1390              the same calls in libc, at least for xlc version 3.
1391      Branch: perl
1392            ! hints/aix.sh
1393 ____________________________________________________________________________
1394 [  7972] By: jhi                                   on 2000/12/04  02:58:31
1395         Log: Integrate perlio.
1396      Branch: perl
1397           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
1398           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
1399           !> win32/win32.h win32/win32iop.h win32/win32thread.h
1400 ____________________________________________________________________________
1401 [  7971] By: nick                                  on 2000/12/04  00:24:33
1402         Log: Quieten some noise in Win32 builds:
1403              - win32.h is included after <sys/socket.h>, so need to 
1404              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
1405              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
1406      Branch: perlio
1407            ! doio.c perl.h toke.c win32/win32.h
1408 ____________________________________________________________________________
1409 [  7970] By: nick                                  on 2000/12/03  22:57:46
1410         Log: PERL_IMPLICIT_SYS compiles but does not work.
1411      Branch: perlio
1412            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
1413            ! win32/perlhost.h win32/perllib.c win32/win32.h
1414            ! win32/win32iop.h win32/win32thread.h
1415 ____________________________________________________________________________
1416 [  7969] By: jhi                                   on 2000/12/03  22:12:58
1417         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
1418              used to swash_init(), makes regprop() dumps more informative
1419              (+utf8::IsAlpha, -utf8::IsDigit, for example).
1420      Branch: perl
1421            ! regcomp.c regexec.c
1422 ____________________________________________________________________________
1423 [  7968] By: jhi                                   on 2000/12/03  21:39:56
1424         Log: Implement ANYOFUTF8 regprop() dumping.
1425      Branch: perl
1426            ! regcomp.c
1427 ____________________________________________________________________________
1428 [  7967] By: jhi                                   on 2000/12/03  20:57:19
1429         Log: Make uv_to_utf8() to zero-terminate its output buffer,
1430              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
1431      Branch: perl
1432            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
1433 ____________________________________________________________________________
1434 [  7966] By: nick                                  on 2000/12/03  18:41:21
1435         Log: Integrate mainline (STDCHAR)
1436      Branch: perlio
1437           !> Configure t/pragma/utf8.t
1438 ____________________________________________________________________________
1439 [  7965] By: jhi                                   on 2000/12/03  17:58:20
1440         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
1441      Branch: perl
1442            ! t/pragma/utf8.t
1443 ____________________________________________________________________________
1444 [  7964] By: jhi                                   on 2000/12/03  17:35:56
1445         Log: Integrate perlio.
1446      Branch: perl
1447           !> iperlsys.h perlio.c
1448 ____________________________________________________________________________
1449 [  7963] By: jhi                                   on 2000/12/03  17:33:55
1450         Log: Metaconfig unit change for #7962.
1451      Branch: metaconfig
1452            ! U/modified/stdchar.U
1453 ____________________________________________________________________________
1454 [  7962] By: jhi                                   on 2000/12/03  17:33:27
1455         Log: Untangle the <stdio.h> #include nest for the stdchar test,
1456              from Andy Dougherty.
1457      Branch: perl
1458            ! Configure
1459 ____________________________________________________________________________
1460 [  7961] By: nick                                  on 2000/12/03  16:53:00
1461         Log: Make iperlsys.h vector stdio not PerlIO.
1462      Branch: perlio
1463            ! iperlsys.h perlio.c
1464 ____________________________________________________________________________
1465 [  7960] By: nick                                  on 2000/12/03  14:43:01
1466         Log: Integrate mainline
1467      Branch: perlio
1468           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
1469           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
1470 ____________________________________________________________________________
1471 [  7959] By: jhi                                   on 2000/12/03  08:16:36
1472         Log: Use DO_UTF8().
1473      Branch: perl
1474            ! op.c
1475 ____________________________________________________________________________
1476 [  7958] By: jhi                                   on 2000/12/02  18:33:05
1477         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
1478              From: Mike Guy <mjtg@cam.ac.uk>         
1479              Date: Sat, 02 Dec 2000 17:27:13 +0000
1480              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
1481              
1482              An extraneous argument.
1483      Branch: perl
1484            ! toke.c
1485 ____________________________________________________________________________
1486 [  7957] By: jhi                                   on 2000/12/02  18:22:32
1487         Log: A missing hunk.
1488      Branch: perl
1489            ! t/lib/net-hostent.t
1490 ____________________________________________________________________________
1491 [  7956] By: jhi                                   on 2000/12/02  18:06:20
1492         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
1493              From: Nicholas Clark <nick@ccl4.org>
1494              Date: Sat, 2 Dec 2000 14:28:27 +0000
1495              Message-ID: <20001202142827.A12308@plum.flirble.org>
1496              
1497              Test robustness.
1498      Branch: perl
1499            ! t/lib/net-hostent.t
1500 ____________________________________________________________________________
1501 [  7955] By: jhi                                   on 2000/12/02  17:58:06
1502         Log: Metaconfig unit change for #7954.
1503      Branch: metaconfig
1504            ! U/modified/stdchar.U
1505 ____________________________________________________________________________
1506 [  7954] By: jhi                                   on 2000/12/02  17:54:32
1507         Log: An inconvenient hang would happen if the stdio _ptr wasn't
1508              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
1509              would be grepping stdin for all eternity for the _ptr.)
1510      Branch: perl
1511            ! Configure
1512 ____________________________________________________________________________
1513 [  7953] By: jhi                                   on 2000/12/02  00:07:15
1514         Log: Update Changes.
1515      Branch: perl
1516            ! Changes patchlevel.h
1517 ____________________________________________________________________________
1518 [  7952] By: jhi                                   on 2000/12/01  23:54:47
1519         Log: Subject: Re: long shell lines
1520              From: Andy Dougherty <doughera@lafayette.edu>
1521              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
1522              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
1523              
1524              Split overly long shell command lines.
1525      Branch: perl
1526            ! lib/ExtUtils/MM_Unix.pm
1527 ____________________________________________________________________________
1528 [  7951] By: jhi                                   on 2000/12/01  23:48:02
1529         Log: The metaconfig unit change for #7950.
1530      Branch: metaconfig
1531            + U/modified/stdchar.U
1532 ____________________________________________________________________________
1533 [  7950] By: jhi                                   on 2000/12/01  23:47:39
1534         Log: Try to find stdchar also from <stdio_impl.h>.
1535      Branch: perl
1536            ! Configure config_h.SH
1537 ____________________________________________________________________________
1538 [  7949] By: jhi                                   on 2000/12/01  23:46:45
1539         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
1540              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
1541              Date: Fri, 1 Dec 2000 16:26:08 -0500
1542              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
1543              
1544              Reword the diagnostic message.
1545      Branch: perl
1546            ! pod/perldiag.pod
1547 ____________________________________________________________________________
1548 [  7948] By: nick                                  on 2000/12/01  22:49:43
1549         Log: Integrate mainline (for s/y/m as sub names stuff).
1550      Branch: perlio
1551           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
1552           !> t/pragma/warn/toke toke.c
1553 ____________________________________________________________________________
1554 [  7947] By: jhi                                   on 2000/12/01  20:55:41
1555         Log: Integrate perlio.
1556      Branch: perl
1557           !> perlio.c perliol.h t/io/pipe.t
1558 ____________________________________________________________________________
1559 [  7946] By: jhi                                   on 2000/12/01  20:36:51
1560         Log: Upgrade to CPAN 1.59_51, from Andreas König.
1561      Branch: perl
1562            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1563 ____________________________________________________________________________
1564 [  7945] By: nick                                  on 2000/12/01  20:31:32
1565         Log: Integrate mainline
1566      Branch: perlio
1567           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
1568           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
1569           +> t/lib/net-hostent.t
1570           !> (integrate 35 files)
1571 ____________________________________________________________________________
1572 [  7944] By: jhi                                   on 2000/12/01  20:23:29
1573         Log: Some help for 20001130.011.  Now one gets warnings like
1574              "Ambiguous -f() resolved as a file test ..."
1575      Branch: perl
1576            ! pod/perldiag.pod t/pragma/warn/toke toke.c
1577 ____________________________________________________________________________
1578 [  7943] By: jhi                                   on 2000/12/01  19:44:44
1579         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
1580              that also breaks using them as methods. 
1581      Branch: perl
1582            ! pod/perldiag.pod t/op/misc.t toke.c
1583 ____________________________________________________________________________
1584 [  7942] By: nick                                  on 2000/12/01  17:56:46
1585         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
1586              Make 'unix' pass most tests
1587              - do unread by temporary push of layer ("pending") holding unread chars
1588              - fast_gets is now based on per-handle flag
1589              - relax one of io/pipe.t tests to allow print to fail and close to
1590              succeed so that it passes on unbuffered "unix" layer.
1591              Remaining fail is sporadic and a genuine race condition between
1592              parent/child in fork test.
1593      Branch: perlio
1594            ! perlio.c perliol.h t/io/pipe.t
1595 ____________________________________________________________________________
1596 [  7941] By: jhi                                   on 2000/12/01  15:28:58
1597         Log: (Retracted by #7943.)
1598              
1599              Reserve the short named string operator names.
1600      Branch: perl
1601            ! pod/perldiag.pod t/op/misc.t toke.c
1602 ____________________________________________________________________________
1603 [  7940] By: jhi                                   on 2000/12/01  06:45:53
1604         Log: Get the three different space character classes right under utf8.
1605      Branch: perl
1606            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
1607            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
1608            ! regexec.c t/op/pat.t utf8.c
1609 ____________________________________________________________________________
1610 [  7939] By: jhi                                   on 2000/12/01  03:26:26
1611         Log: Two more tests that make no sense in UTF-8 since the test
1612              data is not in UTF-8.
1613      Branch: perl
1614            ! t/op/regexp.t
1615 ____________________________________________________________________________
1616 [  7938] By: jhi                                   on 2000/12/01  03:20:39
1617         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
1618              should it be required inside regexen?
1619      Branch: perl
1620            ! regcomp.c t/op/regmesg.t
1621 ____________________________________________________________________________
1622 [  7937] By: jhi                                   on 2000/12/01  02:58:53
1623         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
1624              stored and restored, and thusly was trounced by the utf8 swash
1625              routines.
1626      Branch: perl
1627            ! regcomp.c
1628 ____________________________________________________________________________
1629 [  7936] By: jhi                                   on 2000/11/30  20:41:39
1630         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
1631              Why the different platforms behave so differently (core dump vs
1632              no core dump) on this bug is a but of a mystery, but if I had to
1633              guess I would mumble something like 'alignment'.
1634      Branch: perl
1635            ! sv.c
1636 ____________________________________________________________________________
1637 [  7935] By: jhi                                   on 2000/11/30  16:17:02
1638         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
1639              From: Robin Barker <rmb1@cise.npl.co.uk>
1640              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
1641              Date: Thu, 30 Nov 2000 14:27:12 GMT
1642      Branch: perl
1643            ! perlio.c toke.c
1644 ____________________________________________________________________________
1645 [  7934] By: jhi                                   on 2000/11/30  16:04:49
1646         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
1647      Branch: perl
1648            ! t/lib/net-hostent.t
1649 ____________________________________________________________________________
1650 [  7933] By: jhi                                   on 2000/11/30  06:07:26
1651         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
1652              From: Peter Prymmer <pvhp@forte.com>
1653              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
1654              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
1655              
1656              In VMS the localhost may be LOCALHOST.
1657      Branch: perl
1658            ! t/lib/net-hostent.t
1659 ____________________________________________________________________________
1660 [  7932] By: jhi                                   on 2000/11/30  01:11:11
1661         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
1662              From: Peter Prymmer <pvhp@forte.com>
1663              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
1664              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
1665              
1666              plus regen perlapi.pod.
1667      Branch: perl
1668            ! pod/perlapi.pod utf8.c
1669 ____________________________________________________________________________
1670 [  7931] By: jhi                                   on 2000/11/30  01:06:19
1671         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
1672              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1673              Date:     Wed, 29 Nov 2000 17:15:11 EST
1674              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
1675      Branch: perl
1676            ! t/lib/filter-util.pl t/lib/filter-util.t
1677 ____________________________________________________________________________
1678 [  7930] By: jhi                                   on 2000/11/29  18:51:55
1679         Log: Update Changes.
1680      Branch: perl
1681            ! Changes patchlevel.h
1682 ____________________________________________________________________________
1683 [  7929] By: jhi                                   on 2000/11/29  18:50:55
1684         Log: Update the va_copy() metaconfig unit.
1685      Branch: metaconfig/U/perl
1686            ! need_va_copy.U
1687 ____________________________________________________________________________
1688 [  7928] By: jhi                                   on 2000/11/29  17:50:43
1689         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
1690              From: Dominic Dunlop <domo@computer.org>
1691              Date: Tue, 28 Nov 2000 16:41:57 +0100
1692              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
1693              
1694              Patch to catch a core dump in the Configure va_copy test.
1695      Branch: perl
1696            ! Configure config_h.SH
1697 ____________________________________________________________________________
1698 [  7927] By: jhi                                   on 2000/11/29  17:31:59
1699         Log: Retract #7921, the patch shouldn't be needed.
1700      Branch: perl
1701            ! sv.c
1702 ____________________________________________________________________________
1703 [  7926] By: jhi                                   on 2000/11/29  17:01:41
1704         Log: Make the Class::Struct import() wiser.
1705      Branch: perl
1706            ! lib/Class/Struct.pm t/lib/class-struct.t
1707 ____________________________________________________________________________
1708 [  7925] By: jhi                                   on 2000/11/29  16:36:33
1709         Log: All the core library users of Class::Struct seem to be
1710              using "use Class::Struct 'struct';" instead of the bare
1711              "use Class::Struct;", which isn't documented in Class::Struct.
1712              This can't be right.
1713      Branch: perl
1714            ! lib/File/stat.pm
1715 ____________________________________________________________________________
1716 [  7924] By: jhi                                   on 2000/11/29  16:32:15
1717         Log: A test works better if it has the right 1..$n output.
1718      Branch: perl
1719            ! t/lib/class-struct.t
1720 ____________________________________________________________________________
1721 [  7923] By: jhi                                   on 2000/11/29  16:29:11
1722         Log: Forgot to MANIFEST the new Net::hostent test.
1723      Branch: perl
1724            ! MANIFEST
1725 ____________________________________________________________________________
1726 [  7922] By: jhi                                   on 2000/11/29  16:27:49
1727         Log: Integrate perlio.
1728      Branch: perl
1729           !> iperlsys.h perlio.c
1730 ____________________________________________________________________________
1731 [  7921] By: jhi                                   on 2000/11/29  16:27:10
1732         Log: (Retracted by #7927.)
1733              
1734              Subject: [PATCH] Is infinity a number?
1735              From: Simon Cozens <simon@cozens.net>
1736              Date: Wed, 29 Nov 2000 14:48:20 +0000
1737              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
1738      Branch: perl
1739            ! sv.c
1740 ____________________________________________________________________________
1741 [  7920] By: jhi                                   on 2000/11/29  16:23:02
1742         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
1743              From: rspier@pobox.com (Robert Spier)
1744              Date: Wed, 29 Nov 2000 02:17:49 -0500
1745              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
1746              
1747              Add a test for Net::hostent.
1748      Branch: perl
1749            + t/lib/net-hostent.t
1750 ____________________________________________________________________________
1751 [  7919] By: jhi                                   on 2000/11/29  16:21:31
1752         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
1753              add a test for Class::Struct.
1754      Branch: perl
1755            + t/lib/class-struct.t
1756            ! MANIFEST lib/Class/Struct.pm
1757 ____________________________________________________________________________
1758 [  7918] By: jhi                                   on 2000/11/29  15:48:40
1759         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
1760              From: rspier@pobox.com (Robert Spier)
1761              Date: Wed, 29 Nov 2000 02:25:39 -0500
1762              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
1763              
1764              More checking in case someone has broken their services or
1765              protocol databases.
1766      Branch: perl
1767            ! ext/Sys/Syslog/Syslog.pm
1768 ____________________________________________________________________________
1769 [  7917] By: jhi                                   on 2000/11/29  15:46:25
1770         Log: Subject: [PATCH] $^O  win32 -> MSWin32
1771              From: rspier@pobox.com (Robert Spier)
1772              Date: Wed, 29 Nov 2000 02:17:38 -0500
1773              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
1774              
1775              plus similar nits for vms, err, VMS, and UNICOS.
1776      Branch: perl
1777            ! t/lib/syslfs.t t/op/lfs.t
1778 ____________________________________________________________________________
1779 [  7916] By: jhi                                   on 2000/11/29  15:42:51
1780         Log: Subject: [PATCH] Tokeniser debugging
1781              From: Simon Cozens <simon@cozens.net>
1782              Date: Wed, 29 Nov 2000 14:15:45 +0000
1783              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
1784      Branch: perl
1785            ! perl.c perl.h pod/perlrun.pod toke.c
1786 ____________________________________________________________________________
1787 [  7915] By: jhi                                   on 2000/11/29  15:41:36
1788         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
1789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1790              Date: Wed, 29 Nov 2000 02:13:14 -0500
1791              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
1792              
1793              OUT keyword nits.
1794              
1795              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
1796              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1797              Date: Wed, 29 Nov 2000 03:09:04 -0500
1798              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
1799              
1800              OUT and IN_OUT documentation.
1801      Branch: perl
1802            ! lib/ExtUtils/xsubpp pod/perlxs.pod
1803 ____________________________________________________________________________
1804 [  7914] By: jhi                                   on 2000/11/29  03:35:01
1805         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
1806              From: John Tobey <jtobey@john-edwin-tobey.org>
1807              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
1808              Message-Id: <m140e1N-000FOoC@feynman.localnet>
1809              
1810              plus a performance speedup noticed by Sarathy.
1811      Branch: perl
1812            ! op.c
1813 ____________________________________________________________________________
1814 [  7913] By: jhi                                   on 2000/11/29  03:16:59
1815         Log: Use "1 while unlink" so that VMS gets clean, too.
1816      Branch: perl
1817            ! t/lib/filter-util.t
1818 ____________________________________________________________________________
1819 [  7912] By: jhi                                   on 2000/11/29  03:09:08
1820         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
1821              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1822              Date: Tue, 28 Nov 2000 03:27:09 -0500
1823              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
1824      Branch: perl
1825            ! lib/ExtUtils/xsubpp
1826 ____________________________________________________________________________
1827 [  7911] By: jhi                                   on 2000/11/29  03:06:30
1828         Log: This should have been part of #7872: no need to scan UTF-8
1829              until eternity.
1830      Branch: perl
1831            ! utf8.c
1832 ____________________________________________________________________________
1833 [  7910] By: jhi                                   on 2000/11/29  02:50:04
1834         Log: One more perltie.pod nit from Casey R. Tweten.
1835      Branch: perl
1836            ! pod/perltie.pod
1837 ____________________________________________________________________________
1838 [  7909] By: jhi                                   on 2000/11/29  02:44:23
1839         Log: Document the known sprintf test failures, exact standard
1840              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
1841      Branch: perl
1842            ! pod/perldelta.pod t/op/sprintf.t
1843 ____________________________________________________________________________
1844 [  7908] By: jhi                                   on 2000/11/29  02:36:23
1845         Log: Add the Encoding table format documentation.
1846      Branch: perl
1847            + ext/Encode/Encode/EncodeFormat.pod
1848            ! MANIFEST
1849 ____________________________________________________________________________
1850 [  7907] By: jhi                                   on 2000/11/29  02:07:24
1851         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
1852              From: "Casey R. Tweten" <crt@kiski.net>
1853              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
1854              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
1855              
1856              Subject: Re: [PATCH] Updating perltie.pod for arrays
1857              From: "Casey R. Tweten" <crt@kiski.net>
1858              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
1859              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
1860      Branch: perl
1861            ! pod/perltie.pod
1862 ____________________________________________________________________________
1863 [  7906] By: nick                                  on 2000/11/28  22:40:59
1864         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
1865      Branch: perlio
1866            ! iperlsys.h perlio.c
1867 ____________________________________________________________________________
1868 [  7905] By: nick                                  on 2000/11/28  22:04:34
1869         Log: Integrate mainline
1870      Branch: perlio
1871           !> (integrate 39 files)
1872 ____________________________________________________________________________
1873 [  7904] By: jhi                                   on 2000/11/28  16:44:43
1874         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
1875              From: Nicholas Clark <nick@babyhippo.co.uk>
1876              Date: Tue, 28 Nov 2000 11:16:57 +0000
1877              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
1878      Branch: perl
1879            ! pod/perlipc.pod
1880 ____________________________________________________________________________
1881 [  7903] By: jhi                                   on 2000/11/28  16:40:31
1882         Log: Subject: [PATCH] Updating perltie.pod for arrays
1883              From: "Casey R. Tweten" <crt@kiski.net>
1884              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
1885              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
1886      Branch: perl
1887            ! pod/perltie.pod
1888 ____________________________________________________________________________
1889 [  7902] By: jhi                                   on 2000/11/28  16:39:37
1890         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
1891              From: Robin Barker <rmb1@cise.npl.co.uk>
1892              Date: Mon, 27 Nov 2000 17:56:44 GMT
1893              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
1894      Branch: perl
1895            ! pod/perlfunc.pod t/op/split.t
1896 ____________________________________________________________________________
1897 [  7901] By: jhi                                   on 2000/11/28  16:28:04
1898         Log: setmode() is a DOSish-only thing.
1899      Branch: perl
1900            ! perlio.c
1901 ____________________________________________________________________________
1902 [  7900] By: jhi                                   on 2000/11/28  16:21:46
1903         Log: Subject: [PATCH] perlcc.PL cleanups
1904              From: Simon Cozens <simon@cozens.net>
1905              Date: Tue, 28 Nov 2000 12:44:35 +0000
1906              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
1907      Branch: perl
1908            ! utils/perlcc.PL
1909 ____________________________________________________________________________
1910 [  7899] By: gsar                                  on 2000/11/28  06:32:55
1911         Log: reintegrate files missed by change#7895
1912      Branch: maint-5.6/perl
1913           +> ext/ByteLoader/bytecode.h utils/Makefile
1914            - utils/perlbc.PL
1915 ____________________________________________________________________________
1916 [  7897] By: gsar                                  on 2000/11/27  18:22:47
1917         Log: can't integrate these two files, for some reason
1918      Branch: maint-5.6/perl
1919            - ext/ByteLoader/bytecode.h utils/Makefile
1920 ____________________________________________________________________________
1921 [  7895] By: gsar                                  on 2000/11/27  18:11:21
1922         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
1923              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
1924              6757..6890,6892..6901 from mainline
1925              
1926              Bytecompiler patches from Benjamin Stuhl.
1927              
1928              More bytecompiler.
1929              
1930              Subject: [PATCH blead] B:: missing dependency
1931              
1932              Subject: [PATCH: 6757] configure.com updates and syslog build
1933              
1934              Long double Gconvert fixes from Yitzchak Scott-Thoennes
1935              and Spider Boardman.
1936              
1937              Subject: [PATCH blead] nextchar() abuse misses an optimisation
1938              
1939              Long double fixes from Spider Boardman.
1940              
1941              Make the selection of NVff et al stricter.
1942              
1943              cSVOPo_*v things index into the current PL_curpad
1944              under ithreads, which is different from the curpad
1945              used by the XSUB.  (In other words, the code as-is
1946              before this patch wouldn't work under ithreads.)
1947              
1948              Be portable.
1949              
1950              VMS MMS (make) wants null action.
1951              
1952              Mac and other portability updates from Chris Nandor.
1953              
1954              Storable support, v-version fixes.
1955              Subject: CPAN.pm beta for testing available
1956              
1957              Portability fix from Hugo van der Sanden.
1958              
1959              Bad makefile.
1960              
1961              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
1962              
1963              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
1964              
1965              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
1966              
1967              Replace #6705 with a minimal doc patch.
1968              Subject: [PATCH 5.6.0] replace change #6705
1969              
1970              Drop the separate perlbc, perlcc -b should be enough.
1971              
1972              installperl couldn't tell whether it had run tests or not.
1973              Subject: [PATCH] Re: installperl and t/TEST
1974              
1975              Add silencer flags to installperl.
1976              Subject: [PATCH] Making installperl silent.
1977              
1978              Make "make install" by default silent.  A new "install-verbose"
1979              target is verbose.
1980              
1981              More liberal parsing of version numbers.
1982              Subject: Re: CPAN.pm beta for testing available
1983              
1984              Create directories in silence.
1985              Subject: [PATCH] Another silencer for MakeMaker
1986              
1987              DOS patches and portability/porting notes, from Tim Jenness.
1988              
1989              Make installman to recognize the silence flag -S.
1990              
1991              Actually do something with the silencer option.
1992              
1993              Continue silencing.
1994              
1995              Show the doc file, not the temp file.
1996              
1997              Regen perltoc.
1998              
1999              Subject: [PATCH] More silencing of installman.
2000              
2001              Better wording for the vec lvalue diagnostic.
2002              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
2003              
2004              Subject: [PATCH: 6805] several more tweaks to configure.com
2005              
2006              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
2007              
2008              Missing parts of 
2009              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
2010              
2011              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
2012              (applied slightly modified)
2013              
2014              installperl --verbose and --silent.
2015              Subject: Re: [PATCH] More silencing of installman.
2016              
2017              Add install-silent target.
2018              
2019              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
2020              the problem reported in
2021              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
2022              
2023              Tweak the sfio/useperlio logic, hopefully as wished in
2024              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
2025              
2026              One forgotten file from #6816.
2027              
2028              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
2029              
2030              Remove duplicately applied patch shards.
2031              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
2032              
2033              Support preserving extremely big/small angles.
2034              
2035              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
2036              
2037              Subject: [PATCH] installation not quite silent yet.
2038              
2039              Update the test count.
2040              
2041              Use UVxf, PTR2UV, NVff.
2042              
2043              Document PTR2XX and INT2PTR.
2044              
2045              no-install target a la make -n.
2046              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
2047              
2048              grep -e isn't portable.
2049              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
2050              
2051              Can't get the test to reliably work thanks to the
2052              inaccurateness of floating point.  "Resolves" bug ids
2053              20000826.003, 20000826.009, 20000826.010,
2054              
2055              Subject: installman buglet
2056              
2057              DJGPP update from Laszlo Molnar.
2058              
2059              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
2060              
2061              Passing -R in ldflags makes now it to appear in the default
2062              for lddlflags, just like with -L.
2063              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
2064              
2065              Test nit.
2066              
2067              Use the actual thread type, not the pointer-to-struct.
2068              
2069              Provice virtual $Config{ccflags_nolargefiles} etc. 
2070              
2071              display_format used as a class method without arguments was broken,
2072              reported in
2073              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
2074              
2075              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
2076              
2077              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
2078              
2079              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
2080              
2081              opmini.o may be left around if a build is interrupted.
2082              
2083              Typo in #6858.
2084              
2085              Fix for ID 20000828.001, long doubles were not formatted
2086              correctly (showed up in $], which stopped installing perl).
2087              
2088              An attempt to fix the problem reported in
2089              Subject: Building perl@6856 using gcc/AIX 4.3.3 
2090              I can't test this properly since the gcc installation I have
2091              access to seems to be botched (gcc is calling the AIX cpp,
2092              a losing proposition...)
2093              
2094              Add -ld to archname on long tr...double platforms.
2095              
2096              Subject: hv.h Doc Patch
2097              
2098              Potential cruft.
2099              
2100              Subject: [PATCH bleedperl@6856] warnings fixes
2101              
2102              -S is the silent flag, -s is the strip flag.
2103              Subject: [PATCH] Re: [PATCH] make no-install          
2104              
2105              Take out the SUIDMAIL thing, that will not be
2106              a problem in 5.7.*.
2107              
2108              Subject: [PATCH bleedperl@6866] spellings
2109              
2110              Subject: [PATCH] Re: files not cleaned even by veryclean
2111              
2112              Use minimal @INC in tests, most of the time just '../lib',
2113              so that we simply can't pick up stuff from other Perls than
2114              the one we are testing.  Pointed out by
2115              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
2116              
2117              Update to Getopt::Long 2.24, from Johan Vromans.
2118              
2119              Fix for thinko in #6848.
2120              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
2121              
2122              Patches all over for people and the files they (hopefully) care about.
2123              
2124              Subject: Net::protoent does not export 'getproto'
2125              
2126              Missed a change in #6869.
2127              
2128              Subject: [PATCH] Warnings in B::Deparse
2129              
2130              Subject: [PATCH] Glob dumping
2131              
2132              Disable one of the tests for now.
2133              
2134              Disabling the one test is a bit tricky.
2135              
2136              Don't forget to tidy up.
2137              
2138              The #6881 removed one dump line.
2139              
2140              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
2141              
2142              Under usethreads the dumped variable is IN_PAD.
2143              Subject: Re: [PATCH] Glob dumping
2144              
2145              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
2146              
2147              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
2148              
2149              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
2150              
2151              Regen Configure for #6894.
2152              
2153              Subject: [PATCH: 6889] updates to perlebcdic.pod
2154              
2155              Undo namespace pollution of #6878.
2156              Subject: Re: Net::protoent does not export 'getproto'
2157              
2158              Admit that we are leaking scalars.
2159              
2160              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
2161      Branch: maint-5.6/perl
2162           !> (integrate 271 files)
2163 ____________________________________________________________________________
2164 [  7894] By: gsar                                  on 2000/11/27  16:00:34
2165         Log: a couple of nits
2166      Branch: maint-5.6/perl
2167            ! MANIFEST pp_sys.c
2168 ____________________________________________________________________________
2169 [  7893] By: gsar                                  on 2000/11/27  15:10:56
2170         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
2171              6740..6745,6747..6757,6760
2172              
2173              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
2174              
2175              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
2176              
2177              Doc nits spotted by Richard Soderberg.
2178              
2179              move WNOHANG definition to where other such things are
2180              
2181              Make $Config{byteorder} more magical so that it is
2182              dynamically computed: nice for 'fat binaries'.
2183              Subject: [PATCH]: default byteorder
2184              
2185              Subject: [PATCH] Cwd.pm now uses strict
2186              
2187              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
2188              
2189              Get -DLEAKTEST to compile (not necessarily to work, mind)
2190              Subject: [ID 20000724.006] -DLEAKTEST problem
2191              
2192              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
2193              
2194              Add perlebcdic from Peter Prymmer, regen toc.
2195              
2196              Don't propose using modules built for 5.005 if no binary
2197              compatibility with 5.005 is attempted.
2198              
2199              Do not use prototyping here.
2200              Subject: [ID 20000817.016] [PATCH] Peek.xs
2201              
2202              Document what the backtick returns if the command fails.
2203              
2204              Add byteorder to the myconfig output.
2205              
2206              Introduce NVef, NVff, and NVgf, use the middle one.
2207              (helps for lib/peek + Linux + long doubles)  Reported in
2208              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
2209              Use NVs in POSIX math, not doubles.
2210              Subject: [ID 20000817.014] POSIX & modfl
2211              
2212              Subject: [PATCH 5.6.0+] newSVrv() memory leak
2213              
2214              The byteorder code in #6671 was wrong.
2215              
2216              Fix the lib/complex failure of
2217              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
2218              Linux long double accuracy issue: something that
2219              when printed with %g looks like "2" but int() of it is 1.
2220              
2221              Propagate new Configure vars.
2222              
2223              Unbuffer the output.
2224              
2225              Subject: [PATCH] perltrap.pod spring cleaning
2226              
2227              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
2228              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
2229              
2230              Tiny Getopt::Long patch from Johan Vromans.
2231              
2232              Document code point which makes if (defined %stash::) to work
2233              (noted by Spider Boardman).
2234              
2235              Subject: [PATCH perl@6698] cygwin port
2236              
2237              Document the NDBM_File and ODBM_File as SDBM_File
2238              was documented in #6417.
2239              
2240              The new tests were missing from #6415.
2241              
2242              Add [[:blank:]] as suggested in
2243              Subject: [ID 20000716.024] [=cc=] / [:blank:]
2244              (the [=cc=] has already been taken care of by #6439
2245              so the whole bug report can be closed)
2246              and make [[:space:]] to be equivalent to isspace(3)
2247              (as opposed to \s, which is isSPACE()).  The difference
2248              is that now [[:space:]] matches the mythical vertical tab,
2249              while \s doesn't.
2250              
2251              Don't eat leading os from index entries.
2252              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
2253              
2254              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
2255              
2256              Typo in pp_complement().
2257              Subject: [PATCH perl-current] Deparse
2258              
2259              Add warnif(), check warnings further up the stack,
2260              all the warnings functions now can take an optional object reference.
2261              Subject: [PATCH bleedperl@6691] warnings pragma update
2262              
2263              Fix a core dump in lib/selfloader under -DDEBUGGING.
2264              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
2265              
2266              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
2267              
2268              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
2269              
2270              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
2271              Put back the long double avoidance code to POSIX.xs
2272              because VMS seems to need it still.
2273              
2274              Introduce a 'veryclean' target that is like 'distclean'
2275              but also removes *~ and *.orig.
2276              
2277              Subject: [ID 20000817.023] endianness description in perlfunc.pod
2278              
2279              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
2280              
2281              Let's try #6717 again.
2282              
2283              UTF8 concat fixes.
2284              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
2285              
2286              pp_open() could pass an uninitialized filename down to do_open9().
2287              
2288              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
2289              
2290              Update to CGI 2.72, from Lincoln Stein.
2291              
2292              Subject: [PATCH] Silence MakeMaker (Was: installman)
2293              
2294              Use temporary directory instead of current directory.
2295              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
2296              
2297              Document odd vs even subreleases and -Dusedevel.
2298              
2299              The veryclean target needs to clobber.
2300              
2301              Use File::Spec->tmpdir().
2302              
2303              Document the number of exponent digits.
2304              
2305              Mention perlebcdic and perlposix-bc.
2306              
2307              s/this one/the 5.6.0 release/
2308              
2309              The #6724 is here.
2310              
2311              The correct cleaning order is an art.
2312              
2313              small tweaks for change#6705: avoid C++ style comments in C code;
2314              use Perl's malloc API rather than the low level system one
2315              
2316              Array context keeps slithering in.
2317              
2318              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
2319              
2320              Subject: [PATCH] os2.c fix for use64bitint
2321              
2322              Update to Pod::LaTeX 0.53.
2323              Subject: [PATCH] lib/Pod/LaTeX.pm updates
2324              
2325              Document the endianness of Alpha more precisely.
2326              
2327              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
2328              
2329              Rename the macro argument because some preprocessors
2330              can't tell the difference and expand arguments also inside
2331              double quoted strings.
2332              
2333              free TLS slot properly on Windows
2334              
2335              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
2336              
2337              Unicos/mk requires elaborate paranoia.
2338              
2339              Tweak the floating point output routine preferences.
2340              
2341              Also under djgpp the timestamps are funky.
2342              
2343              Apply some PodParser 1.18 patches; the Pod/Find.pm
2344              patches cannot be applied since #6712 conflicts.
2345              
2346              Use PodParser 1.18 new test.
2347              
2348              A pod nit.
2349              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
2350              
2351              Be verydeepclean.
2352      Branch: maint-5.6/perl
2353           +> pod/perlebcdic.pod
2354           !> (integrate 106 files)
2355 ____________________________________________________________________________
2356 [  7892] By: jhi                                   on 2000/11/27  15:02:32
2357         Log: Update Changes.
2358      Branch: perl
2359            ! Changes patchlevel.h
2360 ____________________________________________________________________________
2361 [  7891] By: jhi                                   on 2000/11/27  14:57:23
2362         Log: Subject: Re: perlfaq style changes
2363              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2364              Date: Sat, 25 Nov 2000 23:32:26 -0800
2365              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
2366              
2367              plus a note from Ronald Kimball.
2368      Branch: perl
2369            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
2370 ____________________________________________________________________________
2371 [  7890] By: jhi                                   on 2000/11/27  14:53:14
2372         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
2373              From: Benjamin Holzman <bah@ecnvantage.com>
2374              Date: Sun, 26 Nov 2000 16:27:33 -0500
2375              Message-ID: <20001126162733.J25040@ecnvantage.com>
2376      Branch: perl
2377            ! gv.c
2378 ____________________________________________________________________________
2379 [  7889] By: jhi                                   on 2000/11/27  14:43:11
2380         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
2381              From: lvirden@cas.org
2382              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
2383              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
2384      Branch: perl
2385            ! README.amiga
2386 ____________________________________________________________________________
2387 [  7888] By: jhi                                   on 2000/11/27  14:32:34
2388         Log: Restore also the locale test to no-sprintf-taint state.
2389              Fixes the bug 20001127.003.
2390      Branch: perl
2391            ! sv.c t/pragma/locale.t
2392 ____________________________________________________________________________
2393 [  7887] By: gsar                                  on 2000/11/27  14:13:05
2394         Log: integrate changes#6613..6616,6620..6665 from mainline
2395              
2396              VMS configure.com update continues.
2397              
2398              Subject: Test fails / warnings with perl-current #6612
2399              
2400              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
2401              
2402              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
2403              
2404              For now remove the mail code.
2405              
2406              Subject: Re: [PATCH] @+, @- readonly
2407              
2408              Subject: warning: storage class after type is obsolescent
2409              
2410              Subject: sfio2000
2411              
2412              Subject: Re: File::Temp problems on VMS in bleedperl
2413              
2414              README.os2 update.
2415              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
2416              
2417              Make the user to give up his firstborn, err, to knowingly
2418              verify installing an unstable developer release.  Also bump
2419              the release to 5.7.0, but leave a patch tag in the local
2420              patches saying that this is not yet the real thing.
2421              
2422              Update (kinda) to Test 1.14, from Joshua Pritikin.
2423              
2424              make ok etc also for win32.
2425              
2426              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
2427              
2428              Don't blow limited stacks, a lower number is enough to
2429              tickle the lookbehind limit.
2430              
2431              Use -Dusedevel; regen Configure and the respective Porting stuff.
2432              
2433              Subject: [PATCH] debugger exit code should reflect user exit code
2434              
2435              Subject: [PATCH perl@6620] cygwin port
2436              
2437              Missed a file from #6638.
2438              
2439              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)
2440              
2441              magic callbacks all need to have same type signature
2442              
2443              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
2444              
2445              Fix a dependency problem.
2446              Subject: [PATCH: 6640] VMS Makefile.SH update
2447              
2448              The numeric locale was reset to "C" by s?printf and never restored.
2449              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
2450              No test since adding the failing example to locale.t
2451              does not fail -- probably because the locale settings are so
2452              thoroughly tweaked by that time.  Running the example standalone
2453              does fail, though.  UPDATE: test case added at change #7540.
2454              
2455              Subject: [ID 20000324.040] minor fix to perlhpux.pod
2456              
2457              Update to CPAN 1.57.
2458              
2459              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
2460              
2461              Change the perlbug address to perl.org since it's more forgiving.
2462              
2463              Change the regx compilation error markers to use = instead of <
2464              since pod makes using the latter quite messy.  Reported in
2465              ID 20000814.006 by Abigail and in
2466              Subject: Unknown escape E<> ?
2467              
2468              Update to perldebtut 1.9, from Richard Foley.
2469              
2470              check that the number pseudo children doesn't exceed
2471              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
2472              the WaitForMultipleObjects() limit that would cause wait()
2473              to crash)
2474              wait() and waitpid() could potentially be rewritten to use
2475              more than one thread to do the waiting to eliminate this
2476              limitation
2477              
2478              change#6328 could make close(SOCKET) return false on windows
2479              when it shouldn't
2480              
2481              pod nit seen in passing
2482              
2483              on windows, the return values from wait() and waitpid() don't
2484              match those of pseudo-pids
2485              
2486              waitpid() now handles externally spawned pids correctly;
2487              fixes for backtick/wait/waitpid failures on Windows 9x
2488              these changes make the pid returned by process functions on
2489              Windows 9x always positive by clearing the high bit (which
2490              is always set on Win9x); pseudo-process PIDs are likewise
2491              always negative now on Win9x (just as on NT/2000)
2492              
2493              trailing new %ENV entries weren't being pushed into the real
2494              environment of subprocesses on Windows
2495              
2496              Tweak the regex compilation errors once more.
2497              
2498              avoid warnings from dense compiler
2499              
2500              add "ok" targets from change#6632 in makefile.mk
2501      Branch: maint-5.6/perl
2502            - lib/Pod/PlainText.pm vms/configure.com
2503           !> (integrate 66 files)
2504 ____________________________________________________________________________
2505 [  7886] By: jhi                                   on 2000/11/27  13:54:18
2506         Log: __FUNCTION__ isn't portable and trying to emulate it leads
2507              into practically spelling out the name of the function.
2508              Takes care of the bug 20001127.001.
2509      Branch: perl
2510            ! perlio.c
2511 ____________________________________________________________________________
2512 [  7885] By: gsar                                  on 2000/11/27  13:53:18
2513         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
2514              6610..6611 from mainline
2515              
2516              Make regular expression parse error messages easier to understand.
2517              Subject: Re: enhanced(?) regex error messages
2518              
2519              Tiny tidying on report_evil_fh().
2520              
2521              Subject: Re: enhanced(?) regex error messages 
2522              plus Capitalize the error messages, plus perldiag them.
2523              
2524              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
2525              
2526              Document here-doc better.
2527              
2528              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
2529              
2530              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
2531              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
2532              (either perlbug or p5p ate the original), plus regen
2533              perlapi and perltoc. 
2534              
2535              Regen global.sym.
2536              
2537              Double check that we have a dirhandle.
2538              
2539              Subject: Re: enhanced(?) regex error messages
2540              (plus two small patches sent privately)
2541              (this still seems to leave few test failures)
2542              
2543              warn is a macro, avoid using at a variable to avoid warnings
2544              in some configurations; readdir.t is too conservative in
2545              estimating number of *.t's
2546              
2547              Get back into sync with Jeffrey on the enhanced regex warnings.
2548              
2549              Subject: [PATCH 5.6.0] cygwin port
2550              
2551              Zero entries were skipped, fix from Adrian Goalby
2552              <argoalby@yahoo.co.uk>
2553              
2554              Subject: Remove dead entry in perldiag
2555              
2556              Amend the description of Perl6.
2557              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
2558              
2559              detypo
2560              
2561              It's the 2ndO'ROSSC.
2562              
2563              Revert the sv.c part of #6559, a better fix is needed.
2564              
2565              Iterating perl6 description.
2566              
2567              Update to Term::ANSIColor 1.03, from Russ Allbery.
2568              
2569              Update to Getopt::Long 2.23_05, from Johan Vromans.
2570              
2571              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
2572              
2573              Update to Pod::Parser 1.17, from Brad Appleton.
2574              
2575              Update to CPAN 1.56, from Andreas König.
2576              
2577              Update to CGI 2.70, from Lincoln Stein.
2578              
2579              Put back the std @INC thing.
2580              
2581              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
2582              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
2583              
2584              Document the IO::Select timeout.
2585              
2586              sleep(1) does not necessarily return 1.
2587              Subject: [PATCH bleadperl] op/lex_assign.t  
2588              
2589              Subject: debugger "d" command doesnt check line number
2590              
2591              B::Deparse didn't do sub attributes.
2592              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
2593              
2594              Preprocessing and postprocessing for File::Find.
2595              Subject: Patch to Find::File.pm to allow alphabetical results
2596              
2597              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
2598              
2599              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
2600              
2601              Subject: Re: [ID 20000730.003] utf8::length() bad
2602              
2603              Subject: Getting perlio and threads to compile
2604              (the Solaris version changes in Configure skipped)
2605              
2606              Tests for #6589.
2607              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
2608              
2609              Add Perl debugging tutorial, regen toc. 
2610              Subject: perldebtut.pod
2611              
2612              Add a few missing files, update MANIFEST.
2613              
2614              Rewrite of vms/subconfigure.com as configure.com,
2615              from Peter Prymmer and the vmsperl crew.
2616              
2617              Should have deleted this in #6603.
2618              
2619              Fix the test for 5005threads.
2620              
2621              Fix-n-skip the tests under 5005threads.
2622              
2623              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
2624              
2625              Upgrade to CGI 2.71, from Lincoln Stein.
2626      Branch: maint-5.6/perl
2627           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
2628           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
2629           +> t/op/regmesg.t t/pod/find.t vms/configure.com
2630            - vms/subconfigure.com
2631            ! lib/lib.pm
2632           !> (integrate 115 files)
2633 ____________________________________________________________________________
2634 [  7884] By: jhi                                   on 2000/11/27  13:44:33
2635         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
2636              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2637              Date:     Mon, 27 Nov 2000 08:23:54 EST
2638              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
2639      Branch: perl
2640            ! vms/descrip_mms.template vms/test.com
2641 ____________________________________________________________________________
2642 [  7883] By: gsar                                  on 2000/11/27  11:50:46
2643         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
2644              6511..6513,6515..6523,6525..6536
2645              
2646              The swallow_bom() saga continues.  The #23 of require.t
2647              (UTF16-LE) still fails (silently, no output) but the #22
2648              (UTF16-BE) seems to be working now.  The root of the
2649              failure may be in sv_gets(): is it UTF-16LE-aware,
2650              especially when it comes to line endings? 
2651              
2652              Document the problem with -P in HP-UX and its workaround.
2653              
2654              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
2655              (aka ID 20000730.002)
2656              
2657              Subject: fix and question re: waitpid() under win32
2658              
2659              Make the safety catch for buggy gccs work with triple version
2660              numbers like 2.95.2.  Reported in
2661              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
2662              
2663              In Digital UNIX warn if gcc explicitly chosen because even
2664              2.95.2 is known to cause problems.
2665              
2666              Make chr() for values >127 to create utf8 when under utf8.
2667              
2668              various syntax errors and such (not fixed: comp/require.t#22 coredump
2669              on Windows)
2670              
2671              Stash away the largefiles flags and libswanted.
2672              
2673              BOM patching from Simon Cozens.
2674              
2675              If gccosandvers is equal to osname, clear gccosandvers.
2676              
2677              Make p4desc to skip non-mainperl branches by default.
2678              
2679              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
2680              
2681              The test from this
2682              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
2683              
2684              In new BSDs changes to argv[] do not show up in ps(1) output,
2685              instead one must use setproctitle().  This was already addressed
2686              by change #6457, but the below has a new variant for FreeBSD 4.0
2687              or later, and the matter is also documented more.
2688              
2689              FreeBSD 3.* updates from
2690              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
2691              
2692              regen_headers, regen perltoc.
2693              
2694              Document in one place the memory abstractions used in Perl core.
2695              
2696              memcpy has n o in it, as pinted ut by Sarathy.
2697              
2698              Remove the extraneous "main::" prefix from all the
2699              "opened only for", "on closed", and "never opened" warnings.
2700              
2701              The name of a filehandle does not have <these>.
2702              
2703              The tr utf8 patching continues.
2704              
2705              The new setproctitle() feature is available only in 
2706              bleeding edge FreeBSD.  From Paul Saab.
2707              
2708              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
2709              
2710              Dump UVs as UVs in Data::Dumper.
2711              
2712              detypo #6494
2713              
2714              Document the IVdf UVuf UVof UVxf.
2715              
2716              require.t needs binmode() to work on windows
2717              
2718              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
2719              that are hopefully soon put into use.
2720              
2721              Allow "no Module;" even if there is no 'unimport'.
2722              
2723              Better skip message for the test; one of the two problems in
2724              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
2725              
2726              The subtest 4 may fail also on VOBS, as pointed out
2727              by Nick Ing-Simmons in November 1999, bug id 19991124.003
2728              (but the failure in that bug report isn't the subtest 4).
2729              
2730              Be more informative on what is skipped and why,
2731              also repeat the list at the end.
2732              
2733              Add a URL for FSF.
2734              
2735              Subject: [PATCH] sv.h documentation - SvLEN
2736              
2737              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
2738              
2739              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
2740              
2741              Subject: [PATCH] bad cppsymbols on os2 + Configure question
2742              
2743              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
2744              
2745              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
2746              mention the idea of @( and @)
2747              
2748              This is 6512.  Really.
2749              
2750              Subject: [ID 19990721.004] Documentation bug in perlfunc
2751              
2752              Subject: Minor tweak to perlvar.pod
2753              
2754              In the warnings call filehandles consistently so;
2755              add "unopened" warning for stat().
2756              
2757              After the #6519 a warning about stat() is just that,
2758              not about a filetest, which now have their own warning.
2759              
2760              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
2761              
2762              Subject: Re: Array vs. List context
2763              
2764              Subject: New perlcc, take 2
2765              
2766              Weed buglets pointed out by
2767              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
2768              
2769              gcc versions might have (parentheses) in them.
2770              
2771              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
2772              
2773              Essential prototype changes were missing from #6527.
2774              Also make report_evil_fh() more bomb-proof.
2775              
2776              Zap lib/Sys directory when cleaning up.
2777              
2778              Change the Policy policy: now -Dprefix= with an existing
2779              Policy.sh and prefix == siteprefix == vendorprefix, then all
2780              of them follow along the new prefix.
2781              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
2782              
2783              Continue fixing the io warnings.  This also
2784              sort of fixes bug ID 20000802.003: the core dump
2785              is no more.  Whether the current behaviour is correct
2786              (giving a warning: "Not a format reference"), is another matter.
2787              
2788              Have symbols for the IoTYPEs.
2789              
2790              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
2791              
2792              Document a bit that UDP is not what you might think.
2793              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
2794              tr memory corruption fix from Simon Cozens.
2795              
2796              Plug the security hole described in the Aug 05 2000 bugtraq message
2797              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
2798              The security hole exists only in suidperls, which isn't
2799              installed or even built by default.
2800      Branch: maint-5.6/perl
2801           !> (integrate 71 files)
2802 ____________________________________________________________________________
2803 [  7882] By: gsar                                  on 2000/11/27  10:25:36
2804         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
2805              from mainline
2806              
2807              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
2808              to be fatal errors (instead of by default ignoring them, and
2809              ignoring with a bug: even though -w gave an error, the opening [
2810              was left in)  Reported in:
2811              
2812              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
2813              
2814              Subject: [PATCH] split /^/
2815              
2816              MacOS nits from Matthias Neeracher.
2817              
2818              More split() doc and test patches from Mike Guy.
2819              
2820              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
2821              from Graham Barr in the module list.
2822              
2823              docfix from Peter Scott <Peter@PSDT.com>.
2824              
2825              File::Temp patches for VMS and OS/2 from Tim Jenness.
2826              
2827              open() wariness in perlbug.
2828              
2829              Subject: [PATCH] minor doc change - perlguts
2830              
2831              Subject: Minor doc patch: handy.h
2832              
2833              Be wary of close()s, too.
2834              
2835              Further File::Temp patches from Yitzchak Scott-Thoennes
2836              and Craig A. Berry.
2837              
2838              Subject: [PATCH] fixes bug 20000508.004
2839              
2840              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
2841              
2842              Allow "no AutoLoader;", based on change #6444,
2843              suggested by Graham Barr.
2844              
2845              Use setproctitle() if available to modify $0.
2846              
2847              Warn if the version of the operating system used to compile gcc
2848              differs from the current version of the operating system.
2849              Also display the gcc compilation os and version in myconfig.
2850              Inspiration from
2851              
2852              Tiny fixes for #6460.
2853              
2854              The problem described in this
2855              Subject: [ID 20000322.018] named chars aren't magical enough
2856              has been fixed in perl 5.6.0 but just in case added a test
2857              to keep it away.  (The report from Joseph Hall.)
2858              
2859              Tune the comments and hopefully stop a memory leak.
2860              
2861              Subject: UTF8 concat
2862              (with a memory leak fixed, plus a few casts added)
2863              This also seems to help for
2864              Subject: [ID 20000716.015] join UTF8 weirdness
2865              
2866              Do not upgrade SVs into utf8 just because they participate
2867              in eq or cmp.  Reported and fix suggested in
2868              Subject: [ID 20000720.009] sv_eq UTF8 bug
2869              
2870              Fix the HALF_UPGRADE() macro introduced in #6263.
2871              
2872              Find green threads before native threads.
2873              Subject: Re: Patch to jpl/JNI/Makefile.PL
2874      Branch: maint-5.6/perl
2875           !> (integrate 30 files)
2876 ____________________________________________________________________________
2877 [  7881] By: jhi                                   on 2000/11/27  05:48:41
2878         Log: It seems that *both* the unused submatch loop cleanup
2879              codes are needed.
2880      Branch: perl
2881            ! regexec.c
2882 ____________________________________________________________________________
2883 [  7880] By: jhi                                   on 2000/11/27  04:50:07
2884         Log: Clean .exists deeper.
2885      Branch: perl
2886            ! Makefile.SH
2887 ____________________________________________________________________________
2888 [  7879] By: jhi                                   on 2000/11/27  02:31:35
2889         Log: The code in regcppop() (see #7878) contains the correct lower
2890              limit for the unused submatch 'cleanup' loop so that under
2891              "use utf8" the following code wouldn't dump core:
2892              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
2893              the cleanup loop in regtry() stomped beyond allocated area
2894              in the startp[] array.  Therefore, copied the correct lower
2895              loop limit (*PL_reglastparen) to regtry().  Note: something
2896              may still not be quite right: why was the _higher_ loop limit
2897              (prog->nparens) different in the utf8 case?
2898              
2899              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
2900              without core dumps, there were about 17 of them before
2901              the patch (with us since Perl 5.7.0).  Two failures, still:
2902              496 and 505 (though these may not be severe).
2903              
2904              Patch #7881 is also needed since both the cleanup loops
2905              seem to be needed.
2906              
2907              Also, the t/op/pat#44 seems to core dump under utf8.
2908              Plus a couple of failures.  UGH-8.
2909      Branch: perl
2910            ! regexec.c
2911 ____________________________________________________________________________
2912 [  7878] By: jhi                                   on 2000/11/27  02:21:17
2913         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
2914              the code in regcppop() seems to be redundant for the test suite --
2915              but it contains a germ of truth, and it needed for the build
2916              process itself: see #7879 and #7881.
2917      Branch: perl
2918            ! regexec.c
2919 ____________________________________________________________________________
2920 [  7877] By: jhi                                   on 2000/11/27  01:53:09
2921         Log: Comment on comment.
2922      Branch: perl
2923            ! regexec.c
2924 ____________________________________________________________________________
2925 [  7876] By: jhi                                   on 2000/11/27  00:49:59
2926         Log: Adjust the docs to agree with #7875.
2927      Branch: perl
2928            ! pod/perllocale.pod
2929 ____________________________________________________________________________
2930 [  7875] By: jhi                                   on 2000/11/27  00:49:27
2931         Log: Retract #7863.  It makes more sense not to taint formatted output,
2932              not even by sprintf().
2933      Branch: perl
2934            ! sv.c
2935 ____________________________________________________________________________
2936 [  7874] By: jhi                                   on 2000/11/26  23:36:02
2937         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
2938              Not really fixed (should really dump the UTF-8 charclass),
2939              but stopped displaying the garbage.
2940              
2941              Also add a note on the (missing) Unicode PSXSPC and BLANK.
2942      Branch: perl
2943            ! regcomp.c
2944 ____________________________________________________________________________
2945 [  7873] By: jhi                                   on 2000/11/26  21:31:13
2946         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
2947      Branch: perl
2948            ! regexec.c
2949 ____________________________________________________________________________
2950 [  7872] By: jhi                                   on 2000/11/26  21:06:04
2951         Log: No need to scan till infinity, 13 is enough.
2952      Branch: perl
2953            ! handy.h utf8.c
2954 ____________________________________________________________________________
2955 [  7871] By: jhi                                   on 2000/11/26  20:20:32
2956         Log: Test line numbers are different with utf8.
2957      Branch: perl
2958            ! t/op/re_tests
2959 ____________________________________________________________________________
2960 [  7870] By: jhi                                   on 2000/11/26  20:10:12
2961         Log: Message nit.
2962      Branch: perl
2963            ! regcomp.c
2964 ____________________________________________________________________________
2965 [  7869] By: jhi                                   on 2000/11/26  19:01:05
2966         Log: Make utf8_length() and utf8_distance() (the latter of which
2967              is unused at the moment) to be less forgiving about bad UTF-8.
2968      Branch: perl
2969            ! embed.h embed.pl objXSUB.h proto.h utf8.c
2970 ____________________________________________________________________________
2971 [  7868] By: jhi                                   on 2000/11/26  18:45:56
2972         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
2973              From: Benjamin Holzman <bah@ecnvantage.com>
2974              Date: Sat, 25 Nov 2000 20:40:20 -0500       
2975              Message-ID: <20001125204020.A25040@ecnvantage.com>              
2976              
2977              Debian allows installing /usr/bin/locale without installing
2978              any locales, an error message will ensue.
2979      Branch: perl
2980            ! t/pragma/locale.t
2981 ____________________________________________________________________________
2982 [  7867] By: jhi                                   on 2000/11/26  18:31:12
2983         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
2984              From: Benjamin Holzman <bah@ecnvantage.com>
2985              Date: Sun, 26 Nov 2000 02:42:34 -0500
2986              Message-ID: <20001126024234.G25040@ecnvantage.com>
2987              
2988              Patch for the bug 20000212.002.
2989      Branch: perl
2990            ! sv.c t/op/array.t
2991 ____________________________________________________________________________
2992 [  7866] By: jhi                                   on 2000/11/26  18:28:09
2993         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
2994              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2995              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
2996              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
2997              
2998              File::Temp 0.11.
2999      Branch: perl
3000            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
3001 ____________________________________________________________________________
3002 [  7865] By: jhi                                   on 2000/11/26  18:24:22
3003         Log: The metaconfig unit change for #7864.
3004      Branch: metaconfig/U/perl
3005            ! need_va_copy.U
3006 ____________________________________________________________________________
3007 [  7864] By: jhi                                   on 2000/11/26  18:23:41
3008         Log: Make the va_copy() test not to be so talkative.
3009      Branch: perl
3010            ! Configure config_h.SH
3011 ____________________________________________________________________________
3012 [  7863] By: jhi                                   on 2000/11/26  18:11:02
3013         Log: Fix locale inconsistencies unearthed by Hugo's work.
3014              Now the floating point sprintf really does taint the result
3015              string as perllocale promises (has promised for a long time)
3016              if "use locale" is in the lexical scope.
3017      Branch: perl
3018            ! sv.c t/pragma/locale.t
3019 ____________________________________________________________________________
3020 [  7862] By: jhi                                   on 2000/11/26  00:35:15
3021         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
3022              From: Nicholas Clark <nick@ccl4.org>
3023              Date: Sun, 26 Nov 2000 00:07:50 +0000
3024              Message-ID: <20001126000750.A22446@plum.flirble.org>
3025              
3026              Infinit.
3027      Branch: perl
3028            ! sv.c
3029 ____________________________________________________________________________
3030 [  7861] By: jhi                                   on 2000/11/26  00:01:26
3031         Log: Integrate perlio.
3032      Branch: perl
3033           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
3034 ____________________________________________________________________________
3035 [  7860] By: nick                                  on 2000/11/25  22:04:17
3036         Log: Correct relative path from new ext\Filter\Util\Call location
3037              back to miniperl.
3038      Branch: perlio
3039            ! win32/makefile.mk
3040 ____________________________________________________________________________
3041 [  7859] By: nick                                  on 2000/11/25  21:26:54
3042         Log: Integrate mainline.
3043      Branch: perlio
3044           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
3045           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
3046           +> t/lib/filter-util.t
3047            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
3048            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
3049            - t/lib/filt-util.t
3050           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
3051           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
3052           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
3053           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
3054           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
3055           !> win32/makefile.mk
3056 ____________________________________________________________________________
3057 [  7858] By: gsar                                  on 2000/11/25  20:52:17
3058         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
3059              parent's memory; fix it by keeping track of the actual pad
3060              offset rather than a raw pointer (this change is probably also
3061              relevant to non-ithreads case to avoid fallout from reallocs of
3062              the pad array, but is currently only enabled for the ithreads
3063              case in the interests of minimal disruption to existing "well
3064              tested" code)
3065      Branch: perl
3066            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
3067            ! proto.h scope.c scope.h sv.c t/op/fork.t
3068 ____________________________________________________________________________
3069 [  7857] By: nick                                  on 2000/11/25  20:01:28
3070         Log: All tests pass on Win32/gcc/USE_PERLIO.
3071              - when crlf layer is pushed make unix-level binary.
3072              - remove :crlf injection in pp_backtick in pp_sys.c
3073              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
3074      Branch: perlio
3075            ! doio.c perlio.c pp_sys.c win32/makefile.mk
3076 ____________________________________________________________________________
3077 [  7856] By: jhi                                   on 2000/11/25  18:38:30
3078         Log: Update the metaconfig units for #7855.
3079      Branch: metaconfig/U/perl
3080            ! useperlio.U usesocks.U
3081 ____________________________________________________________________________
3082 [  7855] By: jhi                                   on 2000/11/25  18:37:54
3083         Log: Undo the SOCKS workarounds, instead start using PerlIO
3084              if SOCKS is selected.
3085              
3086              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
3087              From: Jens Hamisch <jens@Strawberry.COM>
3088              Date: Fri, 24 Nov 2000 18:31:30 +0100
3089              Message-ID: <20001124183130.E28337@Strawberry.COM>
3090              
3091              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
3092              From: Jens Hamisch <jens@Strawberry.COM>
3093              Date: Fri, 24 Nov 2000 19:11:51 +0100
3094              Message-ID: <20001124191151.A28753@Strawberry.COM>
3095      Branch: perl
3096            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
3097            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
3098 ____________________________________________________________________________
3099 [  7854] By: jhi                                   on 2000/11/25  17:39:08
3100         Log: Undo #7848.  Some of the code seems to use walkoptree(),
3101              some walkoptree_slow().  An unfinished renaming?
3102              Now the sub is walkoptree() (which is @EXPORT_OK),
3103              the walkoptree_slow() is a typeglob alias to walkoptree.
3104              This makes the tests to pass, at least.
3105      Branch: perl
3106            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
3107 ____________________________________________________________________________
3108 [  7853] By: nick                                  on 2000/11/24  22:24:33
3109         Log: Re-arrange crlf vs binary for platforms that care.
3110              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
3111              Lip-service to making stdio layer work on such platfroms (untested).
3112              Now fails 3 tests rather than one, checkin to see if I can debug 
3113              the issue under linux. (Do not merge.)
3114      Branch: perlio
3115            ! doio.c perlio.c perliol.h
3116 ____________________________________________________________________________
3117 [  7852] By: jhi                                   on 2000/11/24  18:57:39
3118         Log: AUTHORS edits.
3119      Branch: perl
3120            ! AUTHORS
3121 ____________________________________________________________________________
3122 [  7851] By: jhi                                   on 2000/11/24  17:34:56
3123         Log: Add Jan-Erik Karlsson.
3124      Branch: perl
3125            ! AUTHORS
3126 ____________________________________________________________________________
3127 [  7850] By: jhi                                   on 2000/11/24  17:27:56
3128         Log: Configure should find stdchar on its own.
3129      Branch: perl
3130            ! hints/solaris_2.sh
3131 ____________________________________________________________________________
3132 [  7849] By: jhi                                   on 2000/11/24  17:24:55
3133         Log: Subject: PATCH over 7848: Filter test flawed
3134              From: andreas.koenig@anima.de (Andreas J. Koenig)
3135              Date: 24 Nov 2000 10:28:29 +0100
3136              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
3137      Branch: perl
3138            ! t/lib/filter-util.t
3139 ____________________________________________________________________________
3140 [  7848] By: jhi                                   on 2000/11/24  17:22:15
3141         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
3142              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
3143              Date: Fri, 24 Nov 2000 16:12:58 +0000
3144              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
3145      Branch: perl
3146            ! ext/B/B.pm
3147 ____________________________________________________________________________
3148 [  7847] By: jhi                                   on 2000/11/24  03:07:01
3149         Log: Integrate perlio.
3150      Branch: perl
3151           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
3152           !> win32/makefile.mk
3153 ____________________________________________________________________________
3154 [  7846] By: gsar                                  on 2000/11/24  00:55:57
3155         Log: integrate changes#6415..6418,6420..6438 from mainline
3156              
3157              Fix the bitvector ops for utf8 (tricky since past 7 bits
3158              the utf8 'characters' can be more than one octet).
3159              
3160              MPE/ix updates for perl 5.6.0 from Mark Bixby.
3161              
3162              Subject: SDBM_File documentation
3163              
3164              Detypo.
3165              
3166              Decutandpasto.
3167              
3168              Send all installperl messages to STDERR and be -w clean.
3169              
3170              Out-of-date note removed.
3171              
3172              Protect against "wild next"s, that is, callbacks doing "next"
3173              instead of "return".
3174              
3175              Use STDOUT consistently.
3176              
3177              The output might have been produced in the wrong order.
3178              
3179              A missing 'break' after the [[:space:]] switch case.
3180              
3181              Add tests for
3182              [ID 19991110.003] another matching finding by pcre author
3183              which has already been fixed by some patch, as verified in
3184              
3185              Documentation to explain the behaviour of map().
3186              
3187              Add an optimization for map-maps-a-list-element-to-more-list-elements
3188              case, but add also notes explaining the relationship of this
3189              patch and the earlier notes by Sarathy.
3190              
3191              Subject: [ID 20000716.023] syslog test fails without sockets
3192              
3193              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
3194              Test cases for #6431.
3195              
3196              File::Spec::VMS fixup for tmpdir from Craig Berry.
3197              
3198              Make the "uninit variable" warning to say "concat or string"
3199              or "join or string" when in concat or join .
3200              
3201              Get UTF16 BOMs working.  Patch from
3202              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
3203              
3204              Subject: [PATCH] Make large file tests deal with SIGXFSZ
3205              
3206              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
3207              
3208              Subject: [PATCH] av.c apidoc
3209      Branch: maint-5.6/perl
3210           !> (integrate 43 files)
3211 ____________________________________________________________________________
3212 [  7845] By: gsar                                  on 2000/11/24  00:20:45
3213         Log: integrate changes#6406..6414 from mainline
3214              
3215              Merge perlhacktut into perlhack, update perlguts.
3216              
3217              Fix AutoSplit to use File::Spec the right way in VMS,
3218              from Peter Prymmer.
3219              
3220              The bug report
3221              [ID 19991110.002] minimal matching discrepancy found by pcre author
3222              seems to have been fixed (though differently from what was suggested
3223              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
3224              
3225              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
3226              not in pod, from Peter Prymmer
3227              
3228              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
3229              From: Hugo <hv@crypt.compulink.co.uk>
3230              Date: Fri, 14 Jul 2000 23:05:20 +0100
3231              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
3232              
3233              Didn't anymore apply, but that point still could use another fix.
3234              
3235              lib/b test fixes from Peter Prymmer.
3236              
3237              More docs for sv functions.
3238              
3239              perlvms.pod whitespace cleanup to keep pod utils happy.
3240              
3241              another VMS build tweak from Peter Prymmer
3242      Branch: maint-5.6/perl
3243           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
3244           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
3245           !> vms/descrip_mms.template vms/perlvms.pod
3246 ____________________________________________________________________________
3247 [  7844] By: nick                                  on 2000/11/23  23:42:45
3248         Log: Win32/perlio Now just fails one io/argv.t test - lack 
3249              of default :crlf on standard streams.
3250      Branch: perlio
3251            ! doio.c perlio.c
3252 ____________________________________________________________________________
3253 [  7843] By: nick                                  on 2000/11/23  23:04:05
3254         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
3255              peek fail is showing a real problem (multiple crlf layers
3256              are getting pushed.)
3257      Branch: perlio
3258            ! doio.c perlio.c win32/makefile.mk
3259 ____________________________________________________________________________
3260 [  7842] By: nick                                  on 2000/11/23  19:46:23
3261         Log: Implement PerlIO_binmode()
3262              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
3263              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
3264              make binmode in t/lib/io_tell.t unconditional so that works.
3265              Checkin just so Win32 machine can see these changes.
3266      Branch: perlio
3267            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
3268 ____________________________________________________________________________
3269 [  7841] By: jhi                                   on 2000/11/23  19:30:00
3270         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
3271      Branch: perl
3272            ! README.amiga
3273 ____________________________________________________________________________
3274 [  7840] By: jhi                                   on 2000/11/23  17:18:02
3275         Log: SOCKS wrestling continues, patches from Jens Hamisch.
3276      Branch: perl
3277            ! doio.c embed.h embed.pl perlsdio.h proto.h
3278 ____________________________________________________________________________
3279 [  7839] By: jhi                                   on 2000/11/23  16:54:14
3280         Log: Push Filter::Util::Call one level deeper.
3281      Branch: perl
3282            + t/lib/filter-util.t
3283           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
3284           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
3285            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
3286            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
3287            - t/lib/filt-util.t
3288            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
3289            ! win32/Makefile win32/makefile.mk
3290 ____________________________________________________________________________
3291 [  7838] By: jhi                                   on 2000/11/23  16:52:40
3292         Log: Reach back one higher up when searching for PERL_SRC.
3293      Branch: perl
3294            ! lib/ExtUtils/MM_Unix.pm
3295 ____________________________________________________________________________
3296 [  7837] By: jhi                                   on 2000/11/23  16:05:41
3297         Log: Subject: Re: perl@7826
3298              Date: Thu, 23 Nov 2000 02:20:25 -0600
3299              From: "Craig A. Berry" <craigberry@mac.com>
3300              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
3301              
3302              Make VMS to like Filter::Util::Call. 
3303      Branch: perl
3304            ! configure.com ext/Filter/Util/Makefile.PL
3305 ____________________________________________________________________________
3306 [  7836] By: nick                                  on 2000/11/23  16:04:08
3307         Log: Implement crlf layer - not ready for merge.
3308      Branch: perlio
3309            ! perlio.c win32/makefile.mk
3310 ____________________________________________________________________________
3311 [  7835] By: jhi                                   on 2000/11/23  15:56:52
3312         Log: STDCHAR is different in Sparc v9 vs x86.
3313      Branch: perl
3314            ! hints/solaris_2.sh
3315 ____________________________________________________________________________
3316 [  7834] By: jhi                                   on 2000/11/23  15:50:47
3317         Log: The type needs to be visible to protos.
3318      Branch: perl
3319            ! perl.h
3320 ____________________________________________________________________________
3321 [  7833] By: jhi                                   on 2000/11/23  15:40:46
3322         Log: Finish unfinished SOCKS workaround changes.
3323      Branch: perl
3324            ! doio.c
3325 ____________________________________________________________________________
3326 [  7832] By: jhi                                   on 2000/11/23  15:33:30
3327         Log: Integrate perlio.
3328      Branch: perl
3329           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3330           !> win32/makefile.mk
3331 ____________________________________________________________________________
3332 [  7831] By: nick                                  on 2000/11/23  10:31:07
3333         Log: Correct makefile.mk dependancies for ext/Filter/Util
3334              Build ext/Encode
3335              Run dmake regen_config_h
3336      Branch: perlio
3337            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3338            ! win32/makefile.mk
3339 ____________________________________________________________________________
3340 [  7830] By: nick                                  on 2000/11/23  08:05:07
3341         Log: Integrate mainline
3342      Branch: perlio
3343           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
3344           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
3345           +> t/lib/filt-util.pl t/lib/filt-util.t
3346           !> (integrate 41 files)
3347 ____________________________________________________________________________
3348 [  7829] By: gsar                                  on 2000/11/23  03:07:11
3349         Log: build the Filter extension on windows
3350      Branch: perl
3351            ! win32/Makefile win32/makefile.mk
3352 ____________________________________________________________________________
3353 [  7828] By: gsar                                  on 2000/11/23  02:46:35
3354         Log: regenerate win32/config* and fix some inconsistencies in the
3355              makefiles; always export Perl_deb() because it is needed
3356              by ext/re/* (whether perl itself is built with -DDEBUGGING
3357              or not)
3358      Branch: perl
3359            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
3360            ! win32/config_H.vc win32/makefile.mk
3361 ____________________________________________________________________________
3362 [  7827] By: gsar                                  on 2000/11/23  02:18:38
3363         Log: get sources building on windows+MSVC again (untested with other
3364              compilers)
3365      Branch: perl
3366            ! win32/include/sys/socket.h win32/perllib.c
3367 ____________________________________________________________________________
3368 [  7826] By: jhi                                   on 2000/11/23  01:18:26
3369         Log: Update Changes.
3370      Branch: perl
3371            ! Changes patchlevel.h
3372 ____________________________________________________________________________
3373 [  7825] By: jhi                                   on 2000/11/23  00:20:41
3374         Log: Subject: Re: av.c patch (having slight problems)
3375              From: "Ben Tilly" <ben_tilly@hotmail.com>
3376              Date: Tue, 21 Nov 2000 23:29:31 -0500
3377              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
3378              
3379              unshift() speedup.
3380      Branch: perl
3381            ! av.c
3382 ____________________________________________________________________________
3383 [  7824] By: jhi                                   on 2000/11/22  23:59:15
3384         Log: Fixes for signedness warnings noticed by VMSperlers.
3385      Branch: perl
3386            ! ext/Storable/Storable.xs regcomp.c sv.c
3387 ____________________________________________________________________________
3388 [  7823] By: jhi                                   on 2000/11/22  23:19:31
3389         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
3390              From: Peter Prymmer <pvhp@forte.com>
3391              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
3392              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
3393      Branch: perl
3394            ! t/pragma/warn/pp_hot
3395 ____________________________________________________________________________
3396 [  7822] By: jhi                                   on 2000/11/22  22:52:20
3397         Log: Be clean.
3398      Branch: perl
3399            ! Makefile.SH
3400 ____________________________________________________________________________
3401 [  7821] By: jhi                                   on 2000/11/22  22:46:39
3402         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
3403              by Damian Conway, as suggested by Paul Marquess.
3404      Branch: perl
3405            + lib/Filter/Simple.pm
3406 ____________________________________________________________________________
3407 [  7820] By: jhi                                   on 2000/11/22  22:45:51
3408         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
3409      Branch: perl
3410            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
3411            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
3412            + t/lib/filt-util.t
3413            ! MANIFEST
3414 ____________________________________________________________________________
3415 [  7819] By: jhi                                   on 2000/11/22  22:03:27
3416         Log: Integrate perlio.
3417      Branch: perl
3418           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
3419           !> win32/makefile.mk
3420 ____________________________________________________________________________
3421 [  7818] By: jhi                                   on 2000/11/22  21:56:02
3422         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
3423      Branch: perl
3424            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
3425            ! t/lib/io_sock.t
3426 ____________________________________________________________________________
3427 [  7817] By: jhi                                   on 2000/11/22  21:39:49
3428         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
3429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3430              Date: Wed, 22 Nov 2000 16:08:12 -0500
3431              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
3432      Branch: perl
3433            ! lib/ExtUtils/Liblist.pm
3434 ____________________________________________________________________________
3435 [  7816] By: jhi                                   on 2000/11/22  21:38:25
3436         Log: Go ahead and #include <unistd.h> in perl.h.
3437      Branch: perl
3438            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
3439            ! util.c
3440 ____________________________________________________________________________
3441 [  7815] By: jhi                                   on 2000/11/22  21:22:52
3442         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
3443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3444              Date: Mon, 20 Nov 2000 18:30:52 -0500
3445              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
3446      Branch: perl
3447            ! pod/perlre.pod regcomp.c t/op/re_tests
3448 ____________________________________________________________________________
3449 [  7814] By: jhi                                   on 2000/11/22  21:21:46
3450         Log: Subject: [PATCH 5.7.0] Liblist finally works
3451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3452              Date: Tue, 21 Nov 2000 22:02:17 -0500
3453              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
3454      Branch: perl
3455            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
3456            ! lib/ExtUtils/MakeMaker.pm
3457 ____________________________________________________________________________
3458 [  7813] By: jhi                                   on 2000/11/22  21:20:23
3459         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
3460              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3461              Date: Wed, 22 Nov 2000 17:53:15 +0100
3462              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
3463              
3464              AIX dynaloader and perlio patch.
3465      Branch: perl
3466            ! ext/DynaLoader/dl_aix.xs
3467 ____________________________________________________________________________
3468 [  7812] By: jhi                                   on 2000/11/22  21:17:52
3469         Log: (Accidentally empty patch.)
3470      Branch: perl
3471            ! av.c
3472 ____________________________________________________________________________
3473 [  7811] By: jhi                                   on 2000/11/22  21:16:31
3474         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
3475              From: Peter Prymmer <pvhp@forte.com>
3476              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
3477              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
3478      Branch: perl
3479            ! vms/test.com
3480 ____________________________________________________________________________
3481 [  7810] By: jhi                                   on 2000/11/22  21:15:36
3482         Log: Subject: Re: perl@7777 
3483              From: "John P. Linderman" <jpl@research.att.com>
3484              Date: Wed, 22 Nov 2000 13:11:11 -0500
3485              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
3486              
3487              Detypoing.
3488      Branch: perl
3489            ! lib/CPAN.pm
3490 ____________________________________________________________________________
3491 [  7809] By: jhi                                   on 2000/11/22  21:14:19
3492         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
3493              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3494              Date:     Wed, 22 Nov 2000 13:51:37 EST
3495              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
3496      Branch: perl
3497            ! perlsdio.h
3498 ____________________________________________________________________________
3499 [  7808] By: jhi                                   on 2000/11/22  21:13:27
3500         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
3501              From: Casey Tweten <crt@kiski.net>
3502              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
3503              Message-Id: <200011201653.LAA10194@home.kiski.net>
3504      Branch: perl
3505            ! t/lib/io_udp.t
3506 ____________________________________________________________________________
3507 [  7807] By: jhi                                   on 2000/11/22  21:12:35
3508         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
3509              From: Casey Tweten <crt@kiski.net>
3510              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
3511              Message-Id: <200011201636.LAA07227@home.kiski.net>
3512      Branch: perl
3513            ! t/lib/io_sock.t
3514 ____________________________________________________________________________
3515 [  7806] By: jhi                                   on 2000/11/22  21:10:59
3516         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
3517              From: "Casey R. Tweten" <crt@kiski.net>
3518              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
3519              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
3520      Branch: perl
3521            ! utils/h2xs.PL
3522 ____________________________________________________________________________
3523 [  7805] By: nick                                  on 2000/11/22  21:05:06
3524         Log: Integrate mainline
3525      Branch: perlio
3526           !> Changes Porting/genlog ext/DB_File/DB_File.xs
3527           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
3528           !> utils/perlbug.PL
3529 ____________________________________________________________________________
3530 [  7804] By: jhi                                   on 2000/11/22  21:01:12
3531         Log: Subject: [PATCH] Test.pm POD peculiarity
3532              From: "Casey R. Tweten" <crt@kiski.net>
3533              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
3534              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
3535      Branch: perl
3536            ! lib/Test.pm
3537 ____________________________________________________________________________
3538 [  7803] By: jhi                                   on 2000/11/22  20:59:59
3539         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
3540              From: "Philip Newton" <pnewton@gmx.de>
3541              Date: Wed, 22 Nov 2000 14:25:53 +0100
3542              Message-Id: <3A1BD771.25462.1939FAD@localhost>
3543              
3544              Be case-understanding also on 's', and use the -oi of sendmail
3545              not to terminate the transmission on a lone '.'.
3546      Branch: perl
3547            ! utils/perlbug.PL
3548 ____________________________________________________________________________
3549 [  7802] By: nick                                  on 2000/11/22  20:51:42
3550         Log: Win32 PerlIO intermediate state now working as expected.
3551              - In current state we are still using C runtime in text/binary
3552              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
3553              - PERLIO=stdio and PERLIO=unix pass all expected tests.
3554              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
3555              and PerlIO_seek() and the dummy crlf layer is not making adjustments
3556              for CRLF translation happening in C runtime. All other tests pass.
3557              
3558              Added note to README.win32 to point out the snags of doing a perl build
3559              with Norton AntiVirus turned on.
3560              
3561              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
3562              which file a fail comes from.
3563              
3564              Updated "canned" config.h to match the one generated.
3565      Branch: perlio
3566            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
3567            ! win32/makefile.mk
3568 ____________________________________________________________________________
3569 [  7801] By: jhi                                   on 2000/11/22  06:50:20
3570         Log: Nickety nits.
3571      Branch: perl
3572            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3573 ____________________________________________________________________________
3574 [  7800] By: jhi                                   on 2000/11/22  01:29:55
3575         Log: Changes had accidentally gone too silent on non-main branches.
3576      Branch: perl
3577            ! Changes Porting/genlog patchlevel.h
3578 ____________________________________________________________________________
3579 [  7799] By: gsar                                  on 2000/11/22  01:02:56
3580         Log: some lib_pm.PL changes snuck in via change#7772
3581      Branch: maint-5.6/perl
3582            ! Makefile.SH
3583 ____________________________________________________________________________
3584 [  7798] By: nick                                  on 2000/11/21  21:59:40
3585         Log: Integrate mainline
3586      Branch: perlio
3587           !> (integrate 28 files)
3588 ____________________________________________________________________________
3589 [  7797] By: jhi                                   on 2000/11/21  21:01:45
3590         Log: Integrate perlio.
3591      Branch: perl
3592           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
3593 ____________________________________________________________________________
3594 [  7796] By: nick                                  on 2000/11/21  20:36:22
3595         Log: Win32 builds and runs (mostly) with USE_PERLIO.
3596              PERLIO=perlio passes all tests. 
3597              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
3598      Branch: perlio
3599            ! perlio.c win32/perllib.c win32/win32.c
3600 ____________________________________________________________________________
3601 [  7795] By: jhi                                   on 2000/11/21  19:03:44
3602         Log: Update Changes.
3603      Branch: perl
3604            ! Changes patchlevel.h
3605 ____________________________________________________________________________
3606 [  7794] By: jhi                                   on 2000/11/21  18:56:34
3607         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
3608              From: "Craig A. Berry" <craigberry@mac.com>
3609              Date: Mon, 20 Nov 2000 20:27:06 -0600
3610              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
3611              
3612              A cut-and-pasto.
3613      Branch: perl
3614            ! perlio.h
3615 ____________________________________________________________________________
3616 [  7793] By: jhi                                   on 2000/11/21  18:54:41
3617         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
3618              From: Dominic Dunlop <domo@computer.org> 
3619              Date: Mon, 20 Nov 2000 18:55:29 +0100
3620              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
3621              
3622              va_copy() and the need of it.
3623              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
3624      Branch: metaconfig/U/perl
3625            + need_va_copy.U
3626      Branch: perl
3627            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3628            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
3629            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
3630            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3631            ! win32/config.bc win32/config.gc win32/config.vc
3632 ____________________________________________________________________________
3633 [  7792] By: jhi                                   on 2000/11/21  17:04:10
3634         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
3635      Branch: perl
3636           !> scope.h
3637 ____________________________________________________________________________
3638 [  7791] By: jhi                                   on 2000/11/21  17:01:16
3639         Log: Export the SOCKS workaround symbols only if necessary.
3640      Branch: perl
3641            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
3642 ____________________________________________________________________________
3643 [  7790] By: nick                                  on 2000/11/20  23:57:11
3644         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
3645      Branch: perlio
3646            ! scope.h
3647 ____________________________________________________________________________
3648 [  7789] By: nick                                  on 2000/11/20  23:38:33
3649         Log: Integrate mainline
3650      Branch: perlio
3651           +> lib/File/Spec/Epoc.pm
3652           !> (integrate 34 files)
3653 ____________________________________________________________________________
3654 [  7788] By: nick                                  on 2000/11/20  23:20:18
3655         Log: Make extra buffer layer work (dummy crlf layer)
3656      Branch: perlio
3657            ! doio.c perlio.c perlio.h
3658 ____________________________________________________________________________
3659 [  7787] By: jhi                                   on 2000/11/20  22:44:04
3660         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
3661              From: Peter Prymmer <pvhp@forte.com>
3662              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
3663              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
3664      Branch: perl
3665            ! t/pragma/locale.t
3666 ____________________________________________________________________________
3667 [  7786] By: jhi                                   on 2000/11/20  22:29:10
3668         Log: Subject: DOC PATCH 5.6.0 perlreftut
3669              From: mjd@plover.com
3670              Date: 20 Nov 2000 19:45:06 -0000
3671              Message-ID: <20001120194506.9505.qmail@plover.com>
3672      Branch: perl
3673            ! pod/perlreftut.pod
3674 ____________________________________________________________________________
3675 [  7785] By: jhi                                   on 2000/11/20  22:27:44
3676         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
3677              From: David Dyck <dcd@tc.fluke.com>
3678              Date: Mon, 20 Nov 2000 11:43:40 -0800
3679              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
3680      Branch: perl
3681            ! lib/Cwd.pm
3682 ____________________________________________________________________________
3683 [  7784] By: jhi                                   on 2000/11/20  22:23:21
3684         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
3685              Date: Mon, 20 Nov 2000 17:06:10 -0500
3686              To: Mailing list Perl5 <perl5-porters@perl.org>
3687              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
3688      Branch: perl
3689            ! pp_ctl.c t/op/pat.t
3690 ____________________________________________________________________________
3691 [  7783] By: jhi                                   on 2000/11/20  22:11:18
3692         Log: Subject: [PATCH] doop.c - UTF8 tr///               
3693              From: Simon Cozens <simon@cozens.net>
3694              Date: Sat, 18 Nov 2000 18:49:30 +0000
3695              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
3696              
3697              Subject: Re: [PATCH] doop.c - UTF8 tr///           
3698              From: Simon Cozens <simon@cozens.net>
3699              Date: Mon, 20 Nov 2000 20:45:22 +0000
3700              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
3701              
3702              Make tr on UTF-8 better but still not correct.
3703      Branch: perl
3704            ! doop.c
3705 ____________________________________________________________________________
3706 [  7782] By: jhi                                   on 2000/11/20  22:02:16
3707         Log: Remove the shared object before attempting to create
3708              (by linking) a new one.  E.g. in AIX not removing
3709              becomes quite painful if one tries to do more than one
3710              build in the same tree (an interrupted build, for example),
3711              since the AIX' shared dynaloader seemingly keeps the shared
3712              objects open and therefore 'busy' for quite a while, even when
3713              nobody is using the objects, leading into link failures.
3714      Branch: perl
3715            ! lib/ExtUtils/MM_Unix.pm
3716 ____________________________________________________________________________
3717 [  7781] By: gsar                                  on 2000/11/20  19:02:55
3718         Log: type mismatch due to faulty integration
3719      Branch: maint-5.6/perl
3720            ! toke.c win32/Makefile
3721 ____________________________________________________________________________
3722 [  7780] By: gsar                                  on 2000/11/20  17:31:55
3723         Log: integrate changes#6392,6394..6399,6401..6404
3724              
3725              The {multiplier} of a fixed substring was overlooked which
3726              caused a wrong initial search offset for that substring.
3727              
3728              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
3729              From: Hugo <hv@crypt.compulink.co.uk>
3730              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
3731              Date: Thu, 13 Jul 2000 19:27:13 +0100
3732              
3733              Fix the BOM bug: not a byteorder bug, a signedness bug.
3734              
3735              Replace change #6337 with a better one.
3736              
3737              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
3738              From: Hugo <hv@crypt.compulink.co.uk>
3739              Date: Fri, 14 Jul 2000 04:16:20 +0100
3740              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
3741              
3742              MakeMaker should not remove editor backups (*~) on `make clean`
3743              by default (completes change#6383)
3744              
3745              move new variables to the end of the interpreter structure (for
3746              bincompat in code that doesn't #include XSUB.h)
3747              
3748              rename totally bletcherous SvLOCK() thingy (doesn't do what the
3749              name suggests anyway)
3750              
3751              various cleanups (typos, misformatted code, and small bugs)
3752              
3753              typecasts needed for change#6394
3754              
3755              typos in change#6399, regen headers
3756              
3757              inconsistent types needs casts
3758              
3759              PERL_OBJECT build tweaks
3760      Branch: maint-5.6/perl
3761           !> MANIFEST doop.c embed.h embed.pl embedvar.h
3762           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
3763           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
3764           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
3765           !> toke.c util.c
3766 ____________________________________________________________________________
3767 [  7779] By: gsar                                  on 2000/11/20  17:06:29
3768         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
3769              
3770              Cosmetics and perldelta.
3771              
3772              Fix nits noticed by Boston.pm.
3773              
3774              Do the cc sanity check both before the hints and
3775              after the cc selction.
3776              
3777              get sprintf.t to adjust properly for 3-digit exponents
3778              
3779              don't clobber *.orig files on *clean targets
3780              
3781              fix bugs in processing %v-*d and similar format specs (from
3782              Avi Finkel <avi@finkel.org>)
3783              
3784              sprintf test tweaks (from Dominic Dunlop)
3785              
3786              new selfloader.t in change#6183 doesn't close DATA handles,
3787              and thus fails to clean up tmp files on dosish platforms
3788              
3789              typos (spotted by Peter Prymmer)
3790              
3791              typo fix from Craig Berry
3792      Branch: maint-5.6/perl
3793           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
3794           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
3795           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
3796           !> x2p/Makefile.SH
3797 ____________________________________________________________________________
3798 [  7778] By: gsar                                  on 2000/11/20  16:46:51
3799         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
3800              
3801              Subject: Re: format bug report  [Patch]
3802              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3803              Date: Wed, 05 Jul 2000 13:12:52 +0200
3804              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
3805              
3806              Subject: Re: format bug report  [Patch]
3807              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3808              Date: Wed, 05 Jul 2000 14:10:01 +0200
3809              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
3810              
3811              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
3812              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3813              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
3814              Date: Fri, 07 Jul 2000 17:57:16 +0100
3815              
3816              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
3817              To: perl5-porters@perl.org
3818              From: Karsten Sperling <spiff@phreax.net>
3819              Date: Mon, 10 Jul 2000 15:12:52 +0200
3820              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
3821              
3822              README.posix-bc podified from Thomas Dorner.
3823              
3824              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
3825              From: Dominic Dunlop <domo@computer.org>
3826              Date: Tue, 11 Jul 2000 12:27:33 +0200
3827              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
3828              
3829              Typo in #6341.
3830              
3831              Fix for
3832              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
3833              From: Roderick Schertler <roderick@argon.org>
3834              Date: Tue, 11 Jul 2000 13:55:05 -0400
3835              Message-Id: <200007111755.NAA05077@jones.argon.org>
3836              
3837              Minor cleanups on the booklist.
3838              
3839              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
3840              regen perltoc.
3841              
3842              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
3843      Branch: maint-5.6/perl
3844           +> pod/perlbook.pod
3845           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
3846           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
3847           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
3848 ____________________________________________________________________________
3849 [  7777] By: jhi                                   on 2000/11/20  16:08:49
3850         Log: Update Changes.
3851      Branch: perl
3852            ! Changes patchlevel.h
3853 ____________________________________________________________________________
3854 [  7776] By: jhi                                   on 2000/11/20  15:27:56
3855         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
3856              This may be overly harsh but until proven otherwise, we think this
3857              way, or until we have a simple test for Configure (having to start
3858              up servers is does not count as simple) to check for the problems.
3859      Branch: perl
3860            ! perl.h
3861 ____________________________________________________________________________
3862 [  7775] By: jhi                                   on 2000/11/20  15:22:17
3863         Log: Solaris hints tweaks.
3864      Branch: perl
3865            ! hints/solaris_2.sh
3866 ____________________________________________________________________________
3867 [  7774] By: jhi                                   on 2000/11/20  15:01:20
3868         Log: Add a workaround to SOCKS 64-bit problems.
3869      Branch: perl
3870            ! doio.c embed.h embed.pl perlsdio.h proto.h
3871 ____________________________________________________________________________
3872 [  7773] By: jhi                                   on 2000/11/20  14:51:47
3873         Log: sysseek() instead of seek().
3874      Branch: perl
3875            ! t/lib/syslfs.t
3876 ____________________________________________________________________________
3877 [  7772] By: gsar                                  on 2000/11/20  13:06:23
3878         Log: integrate changes#6315..6319,6321..6331,6333..6338
3879              
3880              Integrate with Sarathy, preliminary fix for unicos
3881              alignment problems in [ID 20000612.002] Perl problem on Cray system.
3882              
3883              some debugger output does not go to the socket when RemotePort is set
3884              
3885              winsock cleanup never done on Windows (leads to handle leaks)
3886              
3887              fix UNC path handling on Windows under ithreads, and chdir()
3888              return value when given a non-existent directory
3889              
3890              Autogenerate pod/Makefile and pod/buildtoc.
3891              buildtoc also checks whether the existin pods are
3892              mentioned in MANIFEST and perl.pod, and vice versa.
3893              (None of the thusly found discrepancies fixed yet.)
3894              roffitall also needs to be autogenerated similarly but it
3895              seems so badly out of date that I didn't touch it yet.
3896              
3897              Config is being used.
3898              
3899              Add =head1 NAMEs so that buildtoc is happy.
3900              (The CGI::Util nit reported to Lincoln.)
3901              
3902              Fix complaints of buildtoc.
3903              
3904              Fix the alignment problem in Crays ([ID 20000612.002]).
3905              
3906              Remove perlbook, update perlfaq book listing,
3907              rearrange perl.pod, regenerate perltoc.
3908              
3909              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
3910              was cast to an unsigned (32-bit) integer with wild abandon.
3911              
3912              winsock options weren't being set in all threads under ithreads
3913              (caused send()s from second and subsequent threads to fail)
3914              
3915              accept() leaks memory on windows due to incorrect ordering of
3916              closesocket() and fclose() calls
3917              
3918              Reorder perl.pod once more.
3919              
3920              More POSIX.pod tweaks.
3921              
3922              Sprinkle ldlibpath.
3923              
3924              Precedence goof, fix based on
3925              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
3926              From: Hugo <hv@crypt.compulink.co.uk>
3927              Date: Tue, 11 Jul 2000 12:52:38 +0100
3928              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
3929              
3930              Subject: PATCH perlguts.pod: Document D and d magic types
3931              From: mjd@plover.com
3932              Date: 5 Jul 2000 18:01:51 -0000
3933              Message-ID: <20000705180151.29413.qmail@plover.com>
3934              
3935              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
3936              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
3937              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
3938              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
3939              
3940              Subject: [PATCH cfgperl] $& segfaults if you trick it
3941              From: simon@brecon.co.uk (Simon Cozens)
3942              Date: 7 Jul 2000 11:26:09 GMT
3943              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
3944              
3945              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
3946              From: Hugo <hv@crypt.compulink.co.uk>
3947              Date: Tue, 11 Jul 2000 12:44:50 +0100
3948              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
3949              
3950              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
3951              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3952              Date: Tue, 11 Jul 2000 13:50:51 +0100
3953              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
3954      Branch: maint-5.6/perl
3955           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
3956           +> pod/buildtoc.PL
3957            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
3958           !> (integrate 26 files)
3959 ____________________________________________________________________________
3960 [  7771] By: gsar                                  on 2000/11/20  12:31:42
3961         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
3962              6310,6311,6314
3963              
3964              Subject: [PATCH bleedperl] File::Spec 0.82 beta
3965              From: Barrie Slaymaker <barries@jester.slaysys.com>
3966              Date: Wed, 28 Jun 2000 11:35:29 -0400
3967              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
3968              
3969              tweak perlembed for multiplicity/usethreads sanity; correct notes
3970              about Windows
3971              
3972              localize %INC in a Safe compartment so that use/require work
3973              (many other magic globals probably need similar treatment)
3974              
3975              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
3976              when @_ is modified, causing coredumps
3977              
3978              slurp mode fix in change#4736 still not quite right
3979              
3980              Point to perlipc for more SysV IPC examples.
3981              
3982              Elaborate POSIX.pod.  Still needs work.
3983              
3984              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
3985              
3986              fix large memory leak that has been around for ever, masked by
3987              -DPURIFY (most of the arenas were never freed!)
3988              
3989              fix memory leak on Windows (PL_sys_intern contents were never
3990              freed)
3991              
3992              PERL_OBJECT build tweak
3993              
3994              adjust change#6299
3995              
3996              remove rel2abs prototypes (from Barrie Slaymaker)
3997              
3998              missing perldiag entry for unpack("w",...) diagnostic (from
3999              Andreas Koenig)
4000              
4001              better diagnostic on Frob->stuff() when Frob:: doesn't exist
4002              (from Richard Soderberg <rs@oregonnet.com>)
4003              
4004              Win32 patches for cfgperl from Sarathy.
4005              
4006              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
4007              
4008              More POSIX.pod embellishment.
4009              
4010              tyop in change#6306
4011      Branch: maint-5.6/perl
4012           !> (integrate 44 files)
4013 ____________________________________________________________________________
4014 [  7770] By: gsar                                  on 2000/11/20  11:51:00
4015         Log: integrate changes#6268..6282 from cfgperl branch
4016              
4017              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
4018              From: Dominic Dunlop <domo@computer.org>
4019              Date: Thu, 29 Jun 2000 12:32:39 +0200
4020              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
4021              
4022              Regen headers for #6261 (and update embed.pl for this) and #6267,
4023              silence few compiler warnings.
4024              
4025              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
4026              From: Nicholas Clark <nick@talking.bollo.cx>
4027              Date: Fri, 23 Jun 2000 16:21:15 +0100
4028              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
4029              
4030              Subject: PATCH pod/perltie.pod
4031              From: Ian Phillipps <Ian.Phillipps@iname.com>
4032              Date: Fri, 16 Jun 2000 00:17:19 +0100
4033              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
4034              (only the first hunk, the second hunk had already been done
4035              by some other patch)
4036              
4037              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
4038              From: Tom Phoenix <rootbeer@redcat.com>
4039              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
4040              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
4041              
4042              Subject: [PATCH] xsub attributes
4043              From: Doug MacEachern <dougm@covalent.net>
4044              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
4045              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
4046              
4047              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
4048              From: Andy Dougherty <doughera@lafayette.edu>
4049              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
4050              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
4051              
4052              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
4053              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4054              Date: Tue, 13 Jun 2000 02:43:48 -0500
4055              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
4056              
4057              Subject: [PATCH] Re: eval documentation: context
4058              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4059              Date: Mon, 12 Jun 2000 15:07:29 +0100
4060              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
4061              
4062              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
4063              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4064              Date: Mon, 12 Jun 2000 14:55:59 +0100
4065              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
4066              
4067              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
4068              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
4069              Date: Fri, 09 Jun 2000 12:39:27 -0400
4070              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
4071              (plus update the version "number" of Text::Wrap)
4072              
4073              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
4074              From: Tim Ayers <tayers@bridge.com>
4075              Date: Thu, 08 Jun 2000 08:11:06 +0200
4076              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
4077              [resent by Richard Foley, Message-Id probably wrong]
4078              
4079              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
4080              From: rspier@pobox.com (Robert Spier)
4081              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
4082              Message-ID: <14654.31913.845602.610277@rls.cx>
4083              
4084              Subject: [PATCH 5.6.0] utils/h2xs.PL
4085              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4086              Date: Wed, 7 Jun 2000 04:02:04 -0500
4087              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
4088              
4089              Subject: [PATCH 5.6.0]ITHREADs for VMS
4090              From: Dan Sugalski <dan@sidhe.org>
4091              Date: Tue, 06 Jun 2000 11:59:50 -0400
4092              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
4093      Branch: maint-5.6/perl
4094           !> (integrate 31 files)
4095 ____________________________________________________________________________
4096 [  7769] By: gsar                                  on 2000/11/20  11:29:06
4097         Log: integrate changes#6261..6266 from cfgperl
4098              
4099              Subject: Re: [PATCH cfgperl] BOMs away!
4100              From: simon@brecon.co.uk (Simon Cozens)
4101              Date: 17 Jun 2000 11:49:57 GMT
4102              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
4103              
4104              Subject: 5.6.0 Patch for EPOC
4105              From: Olaf Flebbe <o.flebbe@gmx.de>
4106              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
4107              Message-ID: <23449.960929969@www11.gmx.net>
4108              
4109              tr fixes from Simon Cozens
4110              
4111              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
4112              From: Marty Lucich <marty@netcom.com>
4113              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
4114              Message-Id: <200006282116.OAA11148@netcom.com>
4115              ccdlflags update (the BSD/OS 4.1 part had already been taken
4116              care of by #6141).
4117              
4118              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
4119              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4120              Date: Wed, 28 Jun 2000 17:50:12 -0700
4121              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
4122              
4123              Subject: [PATCH 5.6.0] cygwin port
4124              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
4125              From: "Fifer, Eric" <EFifer@sanwaint.com>
4126              Date: Thu, 29 Jun 2000 12:58:29 +0100
4127      Branch: maint-5.6/perl
4128           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
4129           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
4130           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4131           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
4132 ____________________________________________________________________________
4133 [  7768] By: gsar                                  on 2000/11/20  11:13:44
4134         Log: integrate changes#6252..6256,6259..6260
4135              
4136              Paranoia tweak on #6249.
4137              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
4138              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4139              Date: Sun, 25 Jun 2000 23:43:12 -0400
4140              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
4141              
4142              Subject: tr///, help wanted.
4143              From: simon@brecon.co.uk (Simon Cozens)
4144              Date: 28 Jun 2000 11:29:04 GMT
4145              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
4146              
4147              small thinko tweaks
4148              
4149              tweaks from Simon Conzes to further fix tr/// under utf8
4150              
4151              perlnewmod was missing from MANIFEST.
4152              
4153              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
4154              From: simon@brecon.co.uk (Simon Cozens)
4155              Date: 17 Jun 2000 11:56:44 GMT
4156              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
4157              pack U0, pack C0
4158      Branch: maint-5.6/perl
4159           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
4160           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
4161           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
4162           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
4163 ____________________________________________________________________________
4164 [  7767] By: gsar                                  on 2000/11/20  10:51:38
4165         Log: integrate change#6250 from cfgperl
4166              
4167              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
4168              From: Doug MacEachern <dougm@covalent.net>
4169              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
4170              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
4171      Branch: maint-5.6/perl
4172           +> t/op/my_stash.t
4173           !> MANIFEST embed.pl global.sym proto.h toke.c
4174 ____________________________________________________________________________
4175 [  7766] By: gsar                                  on 2000/11/20  10:48:34
4176         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
4177              
4178              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
4179              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
4180              Date: Mon, 26 Jun 2000 18:40:14 +0100
4181              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
4182              
4183              Subject: [PATCH] bytes<->utf8 fixes
4184              From: simon@brecon.co.uk (Simon Cozens)
4185              Date: 26 Jun 2000 04:55:45 GMT
4186              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
4187              
4188              Subject: [PATCH] is_utf8_string
4189              From: simon@brecon.co.uk (Simon Cozens)
4190              Date: 26 Jun 2000 02:25:59 GMT
4191              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
4192              
4193              Subject: [PATCH] avoid mg_ptr in '*' magic
4194              From: Doug MacEachern <dougm@covalent.net>
4195              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
4196              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
4197              
4198              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
4199              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
4200              Date: Sat, 24 Jun 2000 13:06:20 +0100
4201              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
4202              
4203              Allow for standalone testing.
4204              
4205              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
4206              From: Mark-Jason Dominus <mjd@plover.com>
4207              Date: Tue, 27 Jun 2000 22:36:42 -0400
4208              Message-ID: <20000628023642.12166.qmail@plover.com>
4209              
4210              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
4211              From: Frank Tobin <ftobin@uiuc.edu>
4212              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
4213              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
4214      Branch: maint-5.6/perl
4215           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
4216           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
4217           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
4218           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
4219           !> utf8.c utils/h2xs.PL
4220 ____________________________________________________________________________
4221 [  7765] By: gsar                                  on 2000/11/20  10:29:13
4222         Log: integrate change#6239 from cfgperl
4223              
4224              Configure maintenance.  Sever some dependency cycles,
4225              separate gccversion from the cc unit,
4226              address [ID 20000623.006] Configure script patch for using gcc on AIX
4227              (but solve it a little bit differently),
4228              unduplex some accidentally duplicated units,
4229              suggest using gcc if no cc available
4230              (p5p thread: "Solaris configure: counterproposal", 1999-09)
4231      Branch: maint-5.6/perl
4232           !> Configure Todo-5.6 config_h.SH
4233 ____________________________________________________________________________
4234 [  7764] By: gsar                                  on 2000/11/20  10:25:55
4235         Log: integrate changes#6233..6238 from cfgperl
4236              
4237              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
4238              From: Mark-Jason Dominus <mjd@plover.com>
4239              Date: Fri, 16 Jun 2000 20:53:04 -0400
4240              Message-ID: <20000617005304.8008.qmail@plover.com>
4241              
4242              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
4243              because when run as services (Win32ese for daemons)
4244              no environment variables are set and tmpdir ends up as /tmp,
4245              which is ambiguous.
4246              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
4247              From: matt@sergeant.org
4248              Date: 16 Jun 2000 16:30:43 -0000
4249              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
4250              
4251              The thread begun by
4252              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
4253              From: Kevin.Ruscoe@ubsw.com
4254              Date: Fri, 16 Jun 2000 16:38:51 +0100
4255              Message-Id: <H000019b03c300d6@MHS>
4256              
4257              Tweak embed.pl, regen headers.
4258              
4259              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
4260              From: Dan Sugalski <dan@sidhe.org>
4261              Date: Fri, 23 Jun 2000 17:00:00 -0400
4262              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
4263      Branch: maint-5.6/perl
4264           !> (integrate 27 files)
4265 ____________________________________________________________________________
4266 [  7763] By: gsar                                  on 2000/11/20  10:08:08
4267         Log: s/perl56delta/perldelta/g
4268      Branch: maint-5.6/perl
4269            ! pod/Makefile
4270 ____________________________________________________________________________
4271 [  7762] By: gsar                                  on 2000/11/20  10:04:00
4272         Log: integrate changes#6225,6229,6231,6232 from cfgperl
4273              
4274              Add source code filenames to apidoc.
4275              From: simon@brecon.co.uk (Simon Cozens)
4276              Subject: [PATCH embed.pl] Source X-ref
4277              Date: 22 Jun 2000 02:18:49 GMT
4278              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
4279              
4280              Subject: README.hpux version 0.6.1
4281              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
4282              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4283              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
4284              
4285              Subject: [PATCH 5.6.0] cygwin port
4286              From: "Fifer, Eric" <EFifer@sanwaint.com>
4287              Date: Tue, 20 Jun 2000 14:30:58 +0100
4288              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
4289              
4290              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
4291              From: simon@brecon.co.uk (Simon Cozens)
4292              Date: 19 Jun 2000 15:18:27 GMT
4293              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
4294              
4295              plus update pod/Makefile and regenerate perltoc
4296      Branch: maint-5.6/perl
4297           +> pod/perlutil.pod
4298           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
4299           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
4300 ____________________________________________________________________________
4301 [  7761] By: jhi                                   on 2000/11/20  04:09:55
4302         Log: Miraculous typo.
4303      Branch: perl
4304            ! t/op/pat.t
4305 ____________________________________________________________________________
4306 [  7760] By: jhi                                   on 2000/11/20  04:06:08
4307         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
4308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4309              Date: Sun, 19 Nov 2000 22:30:26 -0500
4310              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
4311      Branch: perl
4312            ! regexec.c scope.h t/op/pat.t
4313 ____________________________________________________________________________
4314 [  7759] By: jhi                                   on 2000/11/20  02:05:22
4315         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
4316      Branch: perl
4317            ! perl.h
4318 ____________________________________________________________________________
4319 [  7758] By: jhi                                   on 2000/11/20  01:58:11
4320         Log: Subject: [perl 7711: EPOC] updates
4321              From: Olaf Flebbe <o.flebbe@gmx.de>
4322              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
4323              Message-ID: <25575.974658810@www23.gmx.net>               
4324      Branch: perl
4325            + lib/File/Spec/Epoc.pm
4326            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
4327            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
4328            ! lib/File/Spec.pm perl.c sv.c
4329 ____________________________________________________________________________
4330 [  7757] By: jhi                                   on 2000/11/20  01:53:11
4331         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
4332      Branch: perl
4333            ! MANIFEST
4334 ____________________________________________________________________________
4335 [  7756] By: jhi                                   on 2000/11/20  01:47:22
4336         Log: Integrate perlio.
4337      Branch: perl
4338            - ext/re/hints/MSWin32.pl
4339           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
4340           !> win32/config.gc win32/config_H.gc win32/win32sck.c
4341 ____________________________________________________________________________
4342 [  7755] By: nick                                  on 2000/11/19  20:57:17
4343         Log: Add dummy crlf layer (just as buffer)
4344              Correct 1st bug - one layer of indirection.
4345      Branch: perlio
4346            ! perlio.c perlio.h perliol.h
4347 ____________________________________________________________________________
4348 [  7754] By: nick                                  on 2000/11/19  20:56:12
4349         Log: Work-round to Perl_deb_nocontext is no longer required
4350      Branch: perlio
4351            - ext/re/hints/MSWin32.pl
4352 ____________________________________________________________________________
4353 [  7753] By: nick                                  on 2000/11/19  20:01:16
4354         Log: diff -se shows these as different
4355      Branch: perlio
4356            ! global.sym pod/perlapi.pod
4357 ____________________________________________________________________________
4358 [  7752] By: nick                                  on 2000/11/19  18:57:30
4359         Log: Configure GCC/Win32 build -Duseperlio
4360              Fix a couple of gross issues
4361              - double-include of ../deb.o in re.dll
4362              - win32sck.c needs PerlIO and FILE 
4363      Branch: perlio
4364            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
4365            ! win32/win32sck.c
4366 ____________________________________________________________________________
4367 [  7751] By: nick                                  on 2000/11/19  17:05:36
4368         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
4369      Branch: perlio
4370            ! perlio.c
4371 ____________________________________________________________________________
4372 [  7750] By: nick                                  on 2000/11/19  16:57:14
4373         Log: Missing aTHX_
4374      Branch: perlio
4375            ! sv.c
4376 ____________________________________________________________________________
4377 [  7749] By: jhi                                   on 2000/11/19  16:28:40
4378         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
4379              From: "Peter J. Farley III" <pjfarley@banet.net>
4380              Date: Sun, 19 Nov 2000 01:42:58 -0500
4381              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
4382      Branch: perl
4383            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
4384 ____________________________________________________________________________
4385 [  7748] By: jhi                                   on 2000/11/19  16:08:10
4386         Log: Subject: podlators 1.05 available        
4387              From: Russ Allbery <rra@stanford.edu>   
4388              Date: 18 Nov 2000 22:04:28 -0800
4389              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
4390      Branch: perl
4391            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
4392 ____________________________________________________________________________
4393 [  7747] By: nick                                  on 2000/11/19  11:19:39
4394         Log: Integrate mainline
4395      Branch: perlio
4396           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
4397           !> util.c
4398 ____________________________________________________________________________
4399 [  7746] By: jhi                                   on 2000/11/19  06:42:22
4400         Log: Make hex scanning warn on "\x{x}" and "\xx".
4401              "\x" and and hex("x") are still valid.
4402      Branch: perl
4403            ! util.c
4404 ____________________________________________________________________________
4405 [  7745] By: nick                                  on 2000/11/18  22:52:28
4406         Log: Integrate mainline
4407      Branch: perlio
4408           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
4409           !> perl.h perlio.c proto.h regcomp.c regcomp.h
4410 ____________________________________________________________________________
4411 [  7744] By: jhi                                   on 2000/11/18  22:50:28
4412         Log: Introduce Perl_utf8_length().  Use it.
4413      Branch: perl
4414            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
4415 ____________________________________________________________________________
4416 [  7743] By: jhi                                   on 2000/11/18  22:38:51
4417         Log: Compiler denit.
4418      Branch: perl
4419            ! perlio.c
4420 ____________________________________________________________________________
4421 [  7742] By: jhi                                   on 2000/11/18  20:33:05
4422         Log: Integrate perlio.
4423      Branch: perl
4424           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
4425           !> perlio.h pp_ctl.c pp_sys.c sv.c
4426 ____________________________________________________________________________
4427 [  7741] By: jhi                                   on 2000/11/18  20:31:27
4428         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
4429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4430              Date: Fri, 17 Nov 2000 20:35:11 -0500
4431              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
4432              
4433              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
4434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4435              Date: Fri, 17 Nov 2000 21:03:47 -0500
4436              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
4437              
4438              Plus a little bit of tweaking in pregcomp().
4439      Branch: perl
4440            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
4441 ____________________________________________________________________________
4442 [  7740] By: nick                                  on 2000/11/18  20:17:22
4443         Log: Lexical use open ... support:
4444              add ->cop_io to COP structure in cop.h.
4445              Make mg.c and gv.c associate it with ${^OPEN}.
4446              Make lib/open.pm set it.
4447              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
4448              manner similar to ->cop_warnings.
4449              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
4450              call new PerlIO_apply_layers().
4451              Declare latter in perlio.h and define in perlio.c
4452      Branch: perlio
4453            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
4454            ! perlio.h pp_ctl.c pp_sys.c sv.c
4455 ____________________________________________________________________________
4456 [  7739] By: jhi                                   on 2000/11/18  19:54:00
4457         Log: Integrate perlio.
4458      Branch: perl
4459           !> doio.c perlio.c pp.c
4460 ____________________________________________________________________________
4461 [  7738] By: jhi                                   on 2000/11/18  17:16:13
4462         Log: Subject: [PATCH 5.7.0] etags broken again
4463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4464              Date: Sat, 18 Nov 2000 02:41:36 -0500
4465              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
4466      Branch: perl
4467            ! emacs/ptags
4468 ____________________________________________________________________________
4469 [  7737] By: jhi                                   on 2000/11/18  17:12:18
4470         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
4471      Branch: perl
4472            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4473 ____________________________________________________________________________
4474 [  7736] By: nick                                  on 2000/11/18  14:06:20
4475         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
4476              part to be isolated.
4477      Branch: perlio
4478            ! doio.c perlio.c
4479 ____________________________________________________________________________
4480 [  7735] By: nick                                  on 2000/11/18  11:03:32
4481         Log: Integrate mainline
4482      Branch: perlio
4483           !> Changes README.amiga README.win32 patchlevel.h
4484           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
4485 ____________________________________________________________________________
4486 [  7734] By: jhi                                   on 2000/11/18  01:18:56
4487         Log: Update Changes.
4488      Branch: perl
4489            ! Changes patchlevel.h
4490 ____________________________________________________________________________
4491 [  7733] By: jhi                                   on 2000/11/18  00:32:54
4492         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
4493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4494              Date: Fri, 17 Nov 2000 17:28:02 -0500
4495              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
4496      Branch: perl
4497            ! regcomp.c regexec.c t/op/re_tests
4498 ____________________________________________________________________________
4499 [  7732] By: jhi                                   on 2000/11/18  00:28:56
4500         Log: Sparc 64-bit pack() fix from Jens Hamisch.
4501      Branch: perl
4502            ! pp.c
4503 ____________________________________________________________________________
4504 [  7731] By: jhi                                   on 2000/11/18  00:18:39
4505         Log: Explain in more detail the {} syntax ambiguousity.
4506              
4507              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
4508              From: Nicholas Clark <nick@ccl4.org>
4509              Date: Fri, 17 Nov 2000 22:10:28 +0000
4510              Message-ID: <20001117221028.A88930@plum.flirble.org>
4511      Branch: perl
4512            ! pod/perlfunc.pod
4513 ____________________________________________________________________________
4514 [  7730] By: jhi                                   on 2000/11/18  00:12:18
4515         Log: Subject: Fix for README.amiga (20000323.033)
4516              From: "Stephen P. Potter" <spp@spotter.yi.org>
4517              Date: Fri, 17 Nov 2000 12:25:51 -0500
4518              Message-Id: <200011171725.MAA05768@spotter.yi.org>
4519      Branch: perl
4520            ! README.amiga
4521 ____________________________________________________________________________
4522 [  7729] By: jhi                                   on 2000/11/18  00:08:34
4523         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
4524              From: "A. C. Yardley" <yardley@tanet.net>
4525              Date: Mon, 3 Apr 2000 11:35:33 -0700
4526              Message-ID: <3483.000403@tanet.net>
4527      Branch: perl
4528            ! README.win32
4529 ____________________________________________________________________________
4530 [  7728] By: nick                                  on 2000/11/17  21:59:47
4531         Log: Integrate mainline
4532      Branch: perlio
4533           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
4534           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
4535           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
4536           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
4537 ____________________________________________________________________________
4538 [  7727] By: nick                                  on 2000/11/17  21:56:31
4539         Log: Experiment on use of attributes.pm interface.
4540              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
4541              SVt_PVRV if not already something better (else vivify of say magic gets
4542              core dump).
4543      Branch: perlio
4544            ! perlio.c pp.c
4545 ____________________________________________________________________________
4546 [  7726] By: jhi                                   on 2000/11/17  14:15:49
4547         Log: Subject: Fix for 20000815.006
4548              From: "Stephen P. Potter" <spp@spotter.yi.org>
4549              Date: Fri, 17 Nov 2000 08:57:45 -0500
4550              Message-Id: <200011171357.IAA05122@spotter.yi.org>
4551              
4552              It's really 20000518.006.
4553      Branch: perl
4554            ! pod/perlmodlib.PL
4555 ____________________________________________________________________________
4556 [  7725] By: jhi                                   on 2000/11/17  14:12:31
4557         Log: Subject: Fix for 20000409.001
4558              From: "Stephen P. Potter" <spp@spotter.yi.org>
4559              Date: Fri, 17 Nov 2000 08:55:45 -0500
4560              Message-Id: <200011171355.IAA05104@spotter.yi.org>
4561      Branch: perl
4562            ! pod/perlfaq9.pod
4563 ____________________________________________________________________________
4564 [  7724] By: jhi                                   on 2000/11/17  14:08:58
4565         Log: Undo #7627 now that we have =head3.
4566      Branch: perl
4567            ! pod/perlhack.pod
4568 ____________________________________________________________________________
4569 [  7723] By: jhi                                   on 2000/11/17  14:04:09
4570         Log: As surmised the #7719 wasn't a good move.
4571      Branch: perl
4572            ! hints/solaris_2.sh
4573 ____________________________________________________________________________
4574 [  7722] By: jhi                                   on 2000/11/17  13:59:04
4575         Log: Also the 64bitall hints can be either here or there.
4576      Branch: perl
4577            ! hints/solaris_2.sh
4578 ____________________________________________________________________________
4579 [  7721] By: jhi                                   on 2000/11/17  02:26:23
4580         Log: Test tweak for the open pragma.
4581      Branch: perl
4582            ! t/lib/b.t
4583 ____________________________________________________________________________
4584 [  7720] By: jhi                                   on 2000/11/17  00:23:22
4585         Log: The long double hints can be here or there.
4586      Branch: perl
4587            ! hints/solaris_2.sh
4588 ____________________________________________________________________________
4589 [  7719] By: jhi                                   on 2000/11/17  00:14:06
4590         Log: For Solaris use64bitall the stdchar needs a little bit of help.
4591      Branch: perl
4592            ! hints/solaris_2.sh
4593 ____________________________________________________________________________
4594 [  7718] By: jhi                                   on 2000/11/16  23:27:34
4595         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
4596              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4597              Date: Wed, 15 Nov 2000 08:56:32 +0100
4598              Message-ID: <3A1241B0.64477E00@alcatel.at>
4599      Branch: perl
4600            ! lib/Carp/Heavy.pm
4601 ____________________________________________________________________________
4602 [  7717] By: jhi                                   on 2000/11/16  23:23:29
4603         Log: Subject: [PATCH] Re: 20001101.003 PDL
4604              From: Nicholas Clark <nick@ccl4.org>
4605              Date: Thu, 16 Nov 2000 16:48:25 +0000
4606              Message-ID: <20001116164825.B93487@plum.flirble.org>
4607      Branch: perl
4608            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
4609 ____________________________________________________________________________
4610 [  7716] By: jhi                                   on 2000/11/16  23:21:31
4611         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
4612              From: "Casey R. Tweten" <crt@kiski.net>
4613              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
4614              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
4615      Branch: perl
4616            ! lib/Pod/Checker.pm pod/perlpod.pod
4617 ____________________________________________________________________________
4618 [  7715] By: jhi                                   on 2000/11/16  23:19:40
4619         Log: Avoid an infinite loop in VMS when utils scripts are run
4620              with no arguments, from Charles Lane.
4621      Branch: perl
4622            ! configure.com
4623 ____________________________________________________________________________
4624 [  7714] By: jhi                                   on 2000/11/16  23:17:08
4625         Log: Subject: perllocale.pod changes
4626              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4627              Date: Mon, 13 Nov 2000 10:09:22 +0300
4628              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
4629      Branch: perl
4630            ! pod/perllocale.pod
4631 ____________________________________________________________________________
4632 [  7713] By: jhi                                   on 2000/11/16  23:14:06
4633         Log: Integrate perlio.
4634      Branch: perl
4635           !> doio.c perlio.c perlio.h util.c
4636 ____________________________________________________________________________
4637 [  7712] By: nick                                  on 2000/11/16  21:10:58
4638         Log: Integrate mainline
4639      Branch: perlio
4640           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4641           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
4642           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
4643           !> vos/config.ga.def vos/config.ga.h win32/config.bc
4644           !> win32/config.gc win32/config.vc
4645 ____________________________________________________________________________
4646 [  7711] By: nick                                  on 2000/11/16  19:56:41
4647         Log: Minor tweaks:
4648              consistent way of getting 'rb', 'wb' etc. for binary opens
4649              move *perlio::layers to *open::layers
4650              a #define to show layers available
4651              DOSISH popen/PerlIO had export/import sense inverted.
4652      Branch: perlio
4653            ! doio.c perlio.c perlio.h util.c
4654 ____________________________________________________________________________
4655 [  7710] By: jhi                                   on 2000/11/16  15:46:05
4656         Log: Add HAS_SBRK_PROTO.
4657      Branch: metaconfig/U/perl
4658            + d_sbrkproto.U
4659      Branch: perl
4660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4661            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
4662            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4663            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4664            ! win32/config.gc win32/config.vc
4665 ____________________________________________________________________________
4666 [  7709] By: nick                                  on 2000/11/16  07:31:49
4667         Log: Integrate mainline
4668      Branch: perlio
4669           !> (integrate 35 files)
4670 ____________________________________________________________________________
4671 [  7708] By: jhi                                   on 2000/11/16  05:33:03
4672         Log: These files are text, not binary.
4673      Branch: perl
4674            ! ext/Encode/Encode/iso8859-10.enc
4675            ! ext/Encode/Encode/iso8859-13.enc
4676            ! ext/Encode/Encode/iso8859-14.enc
4677            ! ext/Encode/Encode/iso8859-15.enc
4678 ____________________________________________________________________________
4679 [  7707] By: jhi                                   on 2000/11/16  01:53:37
4680         Log: Update Changes.
4681      Branch: perl
4682            ! Changes patchlevel.h
4683 ____________________________________________________________________________
4684 [  7706] By: jhi                                   on 2000/11/16  01:35:59
4685         Log: More #undefing of stdio.
4686      Branch: perl
4687            ! fakesdio.h nostdio.h
4688 ____________________________________________________________________________
4689 [  7705] By: jhi                                   on 2000/11/16  01:34:18
4690         Log: Add fwalk() probe to the configuration files and regen perltoc.
4691      Branch: perl
4692            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4693            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
4694            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
4695            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4696            ! win32/config.bc win32/config.gc win32/config.vc
4697 ____________________________________________________________________________
4698 [  7704] By: jhi                                   on 2000/11/16  01:33:07
4699         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
4700              an optional third argument to Inlibc?)
4701      Branch: metaconfig/U/perl
4702            + d__fwalk.U
4703 ____________________________________________________________________________
4704 [  7703] By: jhi                                   on 2000/11/16  01:09:22
4705         Log: The type of the hash_cb() size argument is tricky.
4706      Branch: perl
4707            ! ext/DB_File/DB_File.xs
4708 ____________________________________________________________________________
4709 [  7702] By: jhi                                   on 2000/11/15  23:01:16
4710         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
4711      Branch: perl
4712            ! nostdio.h
4713 ____________________________________________________________________________
4714 [  7701] By: jhi                                   on 2000/11/15  22:52:32
4715         Log: Detypo.
4716      Branch: perl
4717            ! t/lib/bigfltpm.t
4718 ____________________________________________________________________________
4719 [  7700] By: jhi                                   on 2000/11/15  22:51:56
4720         Log: UINT64_C() work continues.
4721      Branch: perl
4722            ! handy.h perl.h utf8.h
4723 ____________________________________________________________________________
4724 [  7699] By: jhi                                   on 2000/11/15  14:13:04
4725         Log: SOCKS has its own USE_THREADS, based on
4726              
4727              Subject: [ID 20001114.002] et. al. bugfix followup
4728              From: Jens Hamisch <jens@Strawberry.COM> 
4729              Date: Wed, 15 Nov 2000 14:23:11 +0100
4730              Message-ID: <20001115142311.A21164@Strawberry.COM>
4731      Branch: perl
4732            ! perl.h
4733 ____________________________________________________________________________
4734 [  7698] By: jhi                                   on 2000/11/15  03:50:56
4735         Log: Add few missing #undefs and sort them.
4736      Branch: perl
4737            ! fakesdio.h
4738 ____________________________________________________________________________
4739 [  7697] By: jhi                                   on 2000/11/15  03:39:14
4740         Log: Linenumber fix.
4741      Branch: perl
4742            ! t/pragma/warn/utf8
4743 ____________________________________________________________________________
4744 [  7696] By: jhi                                   on 2000/11/15  02:55:26
4745         Log: EBCDIC tweaks.
4746              
4747              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
4748              From: Peter Prymmer <pvhp@forte.com>
4749              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
4750              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
4751      Branch: perl
4752            ! t/op/regmesg.t t/pragma/warn/utf8
4753 ____________________________________________________________________________
4754 [  7695] By: jhi                                   on 2000/11/15  02:53:58
4755         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
4756              From: Peter Prymmer <pvhp@forte.com>
4757              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
4758              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
4759      Branch: perl
4760            ! utf8.c
4761 ____________________________________________________________________________
4762 [  7694] By: jhi                                   on 2000/11/15  02:50:55
4763         Log: Subject: [PATCH: perl@7674] updates to README.os390
4764              From: Prymmer/Kahn <pvhp@best.com>
4765              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
4766              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
4767      Branch: perl
4768            ! README.os390
4769 ____________________________________________________________________________
4770 [  7693] By: jhi                                   on 2000/11/15  02:48:37
4771         Log: Quit utf8_to_uv() instantly if curlen == 0.
4772      Branch: perl
4773            ! utf8.c
4774 ____________________________________________________________________________
4775 [  7692] By: jhi                                   on 2000/11/15  02:24:29
4776         Log: Use u_int32_t for the size of hash_cb(), not size_t.
4777              
4778              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
4779              From: Jens Hamisch <jens@Strawberry.COM>     
4780              Date: Tue, 14 Nov 2000 19:03:55 +0100
4781              Message-Id: <20001114190355.A20559@Strawberry.COM>
4782      Branch: perl
4783            ! ext/DB_File/DB_File.xs
4784 ____________________________________________________________________________
4785 [  7691] By: jhi                                   on 2000/11/15  02:20:12
4786         Log: Use UINT64_C().
4787              
4788              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
4789              From: Jens Hamisch <jens@Strawberry.COM>
4790              Date: Tue, 14 Nov 2000 19:16:23 +0100
4791              Message-Id: <20001114191623.G20559@Strawberry.COM>
4792      Branch: perl
4793            ! utf8.c utf8.h
4794 ____________________________________________________________________________
4795 [  7690] By: jhi                                   on 2000/11/15  02:17:06
4796         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
4797              (a macro to define signed and unsigned integer constants).
4798      Branch: perl
4799            ! handy.h
4800 ____________________________________________________________________________
4801 [  7689] By: jhi                                   on 2000/11/15  01:56:51
4802         Log: Regen Configure.
4803      Branch: perl
4804            ! Configure
4805 ____________________________________________________________________________
4806 [  7688] By: jhi                                   on 2000/11/15  01:56:32
4807         Log: Make the unit know about SOCKS.
4808      Branch: metaconfig
4809            ! U/protos/socksizetype.U
4810 ____________________________________________________________________________
4811 [  7687] By: jhi                                   on 2000/11/15  01:54:47
4812         Log: Remove unused dependencies.
4813      Branch: metaconfig
4814            ! U/compline/d_getpagsz.U
4815 ____________________________________________________________________________
4816 [  7686] By: nick                                  on 2000/11/14  21:25:13
4817         Log: Integrate mainline.
4818      Branch: perlio
4819           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
4820           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
4821           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
4822           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
4823           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
4824           !> win32/config.bc win32/config.gc win32/config.vc
4825           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
4826 ____________________________________________________________________________
4827 [  7685] By: jhi                                   on 2000/11/14  17:54:56
4828         Log: Integrate perlio.
4829      Branch: perl
4830           +> fakesdio.h perliol.h
4831           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
4832           !> perlsdio.h perlsfio.h pod/perlfunc.pod
4833 ____________________________________________________________________________
4834 [  7684] By: nick                                  on 2000/11/14  17:43:04
4835         Log: PerlIO #include and #ifdef re-work.
4836      Branch: perlio
4837            + fakesdio.h perliol.h
4838            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
4839            ! perlsdio.h perlsfio.h
4840 ____________________________________________________________________________
4841 [  7683] By: jhi                                   on 2000/11/14  15:42:40
4842         Log: Hoist the duplicated socket/netdb include logic to perl.h;
4843              undef SETERRNO in case SOCKS has defined it.  Based on:
4844              
4845              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
4846              From: Jens Hamisch <jens@Strawberry.COM> 
4847              Date: Tue, 14 Nov 2000 11:34:40 +0100
4848              Message-Id: <20001114113440.A20005@Strawberry.COM>
4849      Branch: perl
4850            ! doio.c perl.h pp_sys.c
4851 ____________________________________________________________________________
4852 [  7682] By: jhi                                   on 2000/11/14  14:07:28
4853         Log: Subject: some additions for makefiles for win32 (for perl@7674)
4854              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4855              Date: Tue, 14 Nov 2000 09:31:13 +0300
4856              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
4857      Branch: perl
4858            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4859            ! win32/makefile.mk
4860 ____________________________________________________________________________
4861 [  7681] By: jhi                                   on 2000/11/14  14:01:41
4862         Log: Subject: tiny typo in perl5db.pl
4863              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4864              Date: Tue, 14 Nov 2000 09:29:28 +0300
4865              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
4866      Branch: perl
4867            ! lib/perl5db.pl
4868 ____________________________________________________________________________
4869 [  7680] By: jhi                                   on 2000/11/14  04:13:50
4870         Log: Redo #7679 with LFs instead of CRLFs.
4871      Branch: perl
4872            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
4873            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
4874            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
4875 ____________________________________________________________________________
4876 [  7679] By: jhi                                   on 2000/11/14  01:21:09
4877         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
4878              From: Benjamin Stuhl <tiriath@yahoo.com> 
4879              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
4880              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
4881      Branch: perl
4882            + win32/bin/mdelete.bat
4883            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4884            ! makedef.pl perlio.c win32/Makefile win32/config.gc
4885            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
4886 ____________________________________________________________________________
4887 [  7678] By: jhi                                   on 2000/11/14  01:19:20
4888         Log: Fix the re extension building for Win32.
4889              
4890              Subject: [PATCH perl@7638] Get PerlIO building on Win32
4891              From: Benjamin Stuhl <tiriath@yahoo.com> 
4892              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
4893              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
4894      Branch: perl
4895            + ext/re/hints/MSWin32.pl
4896            ! MANIFEST
4897 ____________________________________________________________________________
4898 [  7677] By: jhi                                   on 2000/11/14  01:13:54
4899         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
4900              From: sthoenna@efn.org
4901              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
4902              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
4903      Branch: perl
4904            ! doop.c pp.c toke.c utf8.c utf8.h
4905 ____________________________________________________________________________
4906 [  7676] By: jhi                                   on 2000/11/13  20:23:15
4907         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
4908              From: Nicholas Clark <nick@ccl4.org>
4909              Date: Mon, 13 Nov 2000 18:55:04 +0000
4910              Message-ID: <20001113185504.J29183@plum.flirble.org>
4911      Branch: perl
4912            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
4913 ____________________________________________________________________________
4914 [  7675] By: nick                                  on 2000/11/13  20:21:57
4915         Log: Integrate mainline ...
4916      Branch: perlio
4917           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
4918           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
4919           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
4920           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
4921 ____________________________________________________________________________
4922 [  7674] By: jhi                                   on 2000/11/13  15:07:56
4923         Log: Update Changes.
4924      Branch: perl
4925            ! Changes patchlevel.h
4926 ____________________________________________________________________________
4927 [  7673] By: jhi                                   on 2000/11/13  14:42:42
4928         Log: Remove the new two tests of lib/io_xs for now, they seem to
4929              fail under perlio on some platforms.
4930      Branch: perl
4931            ! t/lib/io_xs.t
4932 ____________________________________________________________________________
4933 [  7672] By: jhi                                   on 2000/11/13  13:57:53
4934         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
4935      Branch: perl
4936            ! perlio.c
4937 ____________________________________________________________________________
4938 [  7671] By: jhi                                   on 2000/11/13  05:30:48
4939         Log: Placate nervous compilers that see longer than ints switch()ing.
4940      Branch: perl
4941            ! utf8.c
4942 ____________________________________________________________________________
4943 [  7670] By: jhi                                   on 2000/11/13  05:14:21
4944         Log: fputs() does return EOF on error but here we don't care.
4945      Branch: perl
4946            ! perlio.c
4947 ____________________________________________________________________________
4948 [  7669] By: jhi                                   on 2000/11/13  05:02:45
4949         Log: Declare reg_data like reg_substr_data.
4950      Branch: perl
4951            ! regexp.h
4952 ____________________________________________________________________________
4953 [  7668] By: jhi                                   on 2000/11/13  04:54:34
4954         Log: Typos in #7667.
4955      Branch: perl
4956            ! perl.h
4957 ____________________________________________________________________________
4958 [  7667] By: jhi                                   on 2000/11/13  04:49:49
4959         Log: Cleanup messy #ifdef.
4960      Branch: perl
4961            ! perl.h
4962 ____________________________________________________________________________
4963 [  7666] By: jhi                                   on 2000/11/13  04:17:34
4964         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
4965              From: Nicholas Clark <nick@talking.bollo.cx>
4966              Date: Sun, 12 Nov 2000 21:14:11 +0000
4967              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
4968              
4969              Note: only one breakage of the two reported is fixed by this patch.
4970      Branch: perl
4971            ! perlio.c
4972 ____________________________________________________________________________
4973 [  7665] By: jhi                                   on 2000/11/13  04:05:07
4974         Log: Tweak the definition of the bit complement on UTF-8 data:
4975              if none of the characters in the string are > 0xff,
4976              the result is a complemented byte string, not a (UTF-8)
4977              char string.  Based on the summary in
4978              
4979              Subject: Re: [ID 20000918.005] ~ on wide chars
4980              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
4981              Date: Fri, 10 Nov 2000 09:47:15 -0800
4982              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
4983              
4984              This should give us the maximum backward (pre-char string)
4985              compatibility and utf8 compatibility.  The other alternative
4986              would be to limit the bit complement to be always byte only,
4987              taking the least significant byte of the chars.
4988      Branch: perl
4989            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
4990 ____________________________________________________________________________
4991 [  7664] By: jhi                                   on 2000/11/13  00:23:44
4992         Log: Couple of tests from #7660 salvaged.
4993      Branch: perl
4994            - t/op/tell.t
4995            ! MANIFEST t/io/tell.t
4996 ____________________________________________________________________________
4997 [  7663] By: jhi                                   on 2000/11/13  00:02:48
4998         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
4999              From: Nicholas Clark <nick@talking.bollo.cx>
5000              Date: Sun, 12 Nov 2000 21:23:43 +0000
5001              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
5002      Branch: perl
5003            ! perlsfio.h
5004 ____________________________________________________________________________
5005 [  7662] By: jhi                                   on 2000/11/13  00:01:39
5006         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
5007              From: Nicholas Clark <nick@talking.bollo.cx>
5008              Date: Sun, 12 Nov 2000 21:30:04 +0000
5009              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
5010      Branch: perl
5011            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
5012 ____________________________________________________________________________
5013 [  7661] By: jhi                                   on 2000/11/12  23:57:29
5014         Log: Document tell() on special streams.
5015      Branch: perl
5016            ! pod/perlfunc.pod
5017 ____________________________________________________________________________
5018 [  7660] By: jhi                                   on 2000/11/12  23:54:22
5019         Log: (Subsumed by #7664)
5020      Branch: perl
5021            + t/op/tell.t
5022            ! MANIFEST
5023 ____________________________________________________________________________
5024 [  7659] By: jhi                                   on 2000/11/12  22:55:25
5025         Log: Many subdocumented return values of the IO extension now documented.
5026              ungetc and write still left subdocumented.
5027              
5028              Subject: [PATCH] (was Re: IO::Handle::ungetc)
5029              From: Nicholas Clark <nick@talking.bollo.cx>
5030              Date: Sun, 12 Nov 2000 21:35:53 +0000
5031              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
5032      Branch: perl
5033            ! ext/IO/lib/IO/Handle.pm
5034 ____________________________________________________________________________
5035 [  7658] By: jhi                                   on 2000/11/12  21:37:06
5036         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
5037              From: Nicholas Clark <nick@talking.bollo.cx>
5038              Date: Sun, 12 Nov 2000 20:03:22 +0000
5039              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
5040      Branch: perl
5041            ! pod/perlfunc.pod
5042 ____________________________________________________________________________
5043 [  7657] By: jhi                                   on 2000/11/12  20:34:55
5044         Log: Integrate perlio.
5045      Branch: perl
5046           !> perlio.c
5047 ____________________________________________________________________________
5048 [  7656] By: nick                                  on 2000/11/12  19:25:06
5049         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
5050      Branch: perlio
5051            ! perlio.c
5052 ____________________________________________________________________________
5053 [  7655] By: nick                                  on 2000/11/12  19:09:41
5054         Log: Integrate mainline
5055      Branch: perlio
5056           +> README.solaris ext/Encode/Encode/cp1006.enc
5057           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
5058           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
5059           +> ext/Encode/Encode/iso8859-13.enc
5060           +> ext/Encode/Encode/iso8859-14.enc
5061           +> ext/Encode/Encode/iso8859-15.enc
5062           !> (integrate 34 files)
5063 ____________________________________________________________________________
5064 [  7654] By: jhi                                   on 2000/11/12  19:00:22
5065         Log: Add a metaconfig unit for fsync.
5066      Branch: metaconfig/U/perl
5067            + d_fsync.U
5068 ____________________________________________________________________________
5069 [  7653] By: jhi                                   on 2000/11/12  19:00:01
5070         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
5071      Branch: perl
5072            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5073            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
5074            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5075            ! vos/config.ga.h win32/config.bc win32/config.gc
5076            ! win32/config.vc
5077 ____________________________________________________________________________
5078 [  7652] By: jhi                                   on 2000/11/11  21:12:01
5079         Log: Copy the s// information of README.hpux also to the perlrun.
5080      Branch: perl
5081            ! README.hpux pod/perlrun.pod
5082 ____________________________________________________________________________
5083 [  7651] By: jhi                                   on 2000/11/11  21:03:13
5084         Log: More README.solaris updates from Andy Dougherty.
5085      Branch: perl
5086            ! README.solaris
5087 ____________________________________________________________________________
5088 [  7650] By: jhi                                   on 2000/11/11  18:38:57
5089         Log: More descriptive error for unknown perlio layers.
5090              
5091              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
5092              From: Dominic Dunlop <domo@computer.org> 
5093              Date: Sat, 11 Nov 2000 18:20:32 +0100             
5094              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
5095      Branch: perl
5096            ! perlio.c pod/perldiag.pod
5097 ____________________________________________________________________________
5098 [  7649] By: jhi                                   on 2000/11/11  18:37:52
5099         Log: MachTen doesn't really do mmap() and munmap().
5100              
5101              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
5102              From: Dominic Dunlop <domo@computer.org> 
5103              Date: Sat, 11 Nov 2000 18:20:32 +0100             
5104              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
5105      Branch: perl
5106            ! hints/machten.sh
5107 ____________________________________________________________________________
5108 [  7648] By: jhi                                   on 2000/11/11  18:36:46
5109         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
5110              From: rspier@pobox.com (Robert Spier)
5111              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
5112              Message-ID: <14861.32839.491271.985797@rls.cx>
5113      Branch: perl
5114            ! Porting/Contract pod/perltoot.pod
5115 ____________________________________________________________________________
5116 [  7647] By: jhi                                   on 2000/11/11  18:35:30
5117         Log: Simplify the getpagesize() unit by dropping the
5118              pagesize probe since it's nowadays slightly more
5119              complicated because of sysconf(). (Note: if some
5120              platform really needs the -lPW for getpagesize,
5121              I just broke it.)
5122              
5123              TODO: a new pagesize unit.
5124      Branch: metaconfig
5125            ! U/compline/d_getpagsz.U
5126 ____________________________________________________________________________
5127 [  7646] By: jhi                                   on 2000/11/11  18:33:23
5128         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
5129      Branch: perl
5130            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5131            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
5132            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5133            ! vos/config.ga.h win32/config.bc win32/config.gc
5134            ! win32/config.vc
5135 ____________________________________________________________________________
5136 [  7645] By: jhi                                   on 2000/11/11  16:45:15
5137         Log: Use sysconf() or getpagesize() to find out the pagesize.
5138      Branch: perl
5139            ! perlio.c
5140 ____________________________________________________________________________
5141 [  7644] By: jhi                                   on 2000/11/11  15:46:08
5142         Log: Integrate perlio.
5143      Branch: perl
5144           !> perlio.c
5145 ____________________________________________________________________________
5146 [  7643] By: jhi                                   on 2000/11/11  15:33:36
5147         Log: Subject: Re: [PATCH] README.solaris
5148              From: Lupe Christoph <lupe@lupe-christoph.de>
5149              Date: Sat, 11 Nov 2000 14:08:10 +0100
5150              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
5151      Branch: perl
5152            ! README.solaris
5153 ____________________________________________________________________________
5154 [  7642] By: jhi                                   on 2000/11/11  15:22:12
5155         Log: Subject: [PATCH perl@7638] cygwin port
5156              From: "Eric Fifer" <egf7@columbia.edu>            
5157              Date: Fri, 10 Nov 2000 19:30:30 -0000
5158              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
5159      Branch: perl
5160            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
5161 ____________________________________________________________________________
5162 [  7641] By: nick                                  on 2000/11/11  14:50:36
5163         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
5164              Also call "Buf" layer directly when unread'ing non-read chars.
5165      Branch: perlio
5166            ! perlio.c
5167 ____________________________________________________________________________
5168 [  7640] By: jhi                                   on 2000/11/11  02:05:02
5169         Log: Add more encoding tables.
5170      Branch: perl
5171            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
5172            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
5173            + ext/Encode/Encode/iso8859-10.enc
5174            + ext/Encode/Encode/iso8859-13.enc
5175            + ext/Encode/Encode/iso8859-14.enc
5176            + ext/Encode/Encode/iso8859-15.enc
5177            ! MANIFEST
5178 ____________________________________________________________________________
5179 [  7639] By: jhi                                   on 2000/11/10  18:49:25
5180         Log: Subject: [PATCH] README.solaris
5181              From: Andy Dougherty <doughera@lafayette.edu>
5182              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
5183              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
5184      Branch: perl
5185            + README.solaris
5186            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
5187            ! pod/perl.pod pod/perltoc.pod
5188 ____________________________________________________________________________
5189 [  7638] By: jhi                                   on 2000/11/10  15:04:15
5190         Log: Update Changes.
5191      Branch: perl
5192            ! Changes patchlevel.h
5193 ____________________________________________________________________________
5194 [  7637] By: jhi                                   on 2000/11/10  14:14:28
5195         Log: Explain better why certain regex tests are skipped.
5196              
5197              Subject: Re: tests skipped: unknown reason
5198              From: Lupe Christoph <lupe@lupe-christoph.de>
5199              Date: Fri, 10 Nov 2000 09:08:56 +0100
5200              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
5201      Branch: perl
5202            ! t/op/regexp.t
5203 ____________________________________________________________________________
5204 [  7636] By: nick                                  on 2000/11/10  13:40:00
5205         Log: Integrate mainline.
5206      Branch: perlio
5207           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
5208           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
5209           !> win32/bin/search.pl
5210 ____________________________________________________________________________
5211 [  7635] By: nick                                  on 2000/11/10  13:25:52
5212         Log: Re-instate stdio large file support via perlio.
5213      Branch: perl
5214            ! perlio.c
5215 ____________________________________________________________________________
5216 [  7634] By: jhi                                   on 2000/11/10  04:49:55
5217         Log: Amdahl UTS hints updates.
5218              
5219              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
5220              From: hom00@utsglobal.com (Harold O Morris)
5221              Date: Thu, 9 Nov 2000 20:02 PST
5222              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
5223      Branch: perl
5224            ! hints/uts.sh
5225 ____________________________________________________________________________
5226 [  7633] By: jhi                                   on 2000/11/09  23:33:28
5227         Log: Subject: [PATCH] IO::Seekable pod
5228              From: Nicholas Clark <nick@talking.bollo.cx>
5229              Date: Thu, 9 Nov 2000 20:29:45 +0000
5230              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
5231      Branch: perl
5232            ! ext/IO/lib/IO/Handle.pm
5233 ____________________________________________________________________________
5234 [  7632] By: jhi                                   on 2000/11/09  21:55:41
5235         Log: Various doc oddball characters.
5236              
5237              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
5238              From: Michael Somos <somos@grail.cba.csuohio.edu>
5239              Date: Mon, 6 Nov 2000 17:44:20 -0500
5240              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
5241      Branch: perl
5242            ! emacs/cperl-mode.el lib/unicode/syllables.txt
5243            ! win32/bin/search.pl
5244 ____________________________________________________________________________
5245 [  7631] By: jhi                                   on 2000/11/09  21:12:29
5246         Log: Subject: Re: bash -c exit and linux hints 
5247              From: "John P. Linderman" <jpl@research.att.com>
5248              Date: Thu, 02 Nov 2000 09:37:25 -0500
5249              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
5250      Branch: perl
5251            ! hints/linux.sh
5252 ____________________________________________________________________________
5253 [  7630] By: nick                                  on 2000/11/09  20:34:11
5254         Log: Integrate mainline.
5255      Branch: perlio
5256           !> (integrate 91 files)
5257 ____________________________________________________________________________
5258 [  7629] By: jhi                                   on 2000/11/09  19:46:31
5259         Log: Missing dTHXs.
5260              
5261              Subject: RE: perl@7595 builds not on cygwin
5262              From: "Eric Fifer" <egf7@columbia.edu>
5263              Date: Thu, 9 Nov 2000 19:26:50 -0000
5264              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
5265      Branch: perl
5266            ! ext/Devel/Peek/Peek.xs
5267 ____________________________________________________________________________
5268 [  7628] By: jhi                                   on 2000/11/09  14:48:27
5269         Log: Disable only the tests 99 and 166 for UTF-8 locales.
5270      Branch: perl
5271            ! t/pragma/locale.t
5272 ____________________________________________________________________________
5273 [  7627] By: jhi                                   on 2000/11/09  14:40:27
5274         Log: There's no =head3.
5275      Branch: perl
5276            ! pod/perlhack.pod
5277 ____________________________________________________________________________
5278 [  7626] By: jhi                                   on 2000/11/09  13:54:26
5279         Log: The generated boot_* headers are wrong.  Pickier compiler,
5280              such as KAI C++ will refuse to compile the resulting perlmain.
5281              
5282              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
5283              From: Harri Pasanen <harri.pasanen@trema.com>
5284              Date: Thu, 09 Nov 2000 14:23:28 +0100
5285              Message-Id: <3A0AA550.26D548A3@trema.com>
5286      Branch: perl
5287            ! minimod.pl
5288 ____________________________________________________________________________
5289 [  7625] By: jhi                                   on 2000/11/09  13:50:44
5290         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
5291              From: Prymmer/Kahn <pvhp@best.com>
5292              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
5293              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
5294              
5295              All except the "cow orker" change.
5296      Branch: perl
5297            ! Porting/pumpkin.pod
5298 ____________________________________________________________________________
5299 [  7624] By: jhi                                   on 2000/11/09  13:45:33
5300         Log: Fix for
5301              
5302              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
5303              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5304              Date: Thu, 09 Nov 2000 11:05:52 +0100
5305              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
5306      Branch: perl
5307            ! pod/perldiag.pod t/pragma/warn/pp_sys
5308 ____________________________________________________________________________
5309 [  7623] By: jhi                                   on 2000/11/09  13:37:16
5310         Log: Typo in an ifndef.
5311              
5312              Subject: Re: [PATCH 5.7.0] better messages from malloc()
5313              From: Joe Smith <jms@inwap.com>         
5314              Date: Thu, 09 Nov 2000 01:33:14 -0800
5315              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
5316      Branch: perl
5317            ! malloc.c
5318 ____________________________________________________________________________
5319 [  7622] By: jhi                                   on 2000/11/09  13:31:18
5320         Log: Remove unused extra arguments.
5321      Branch: metaconfig/U/perl
5322            ! perlxv.U
5323      Branch: perl
5324            ! Configure config_h.SH
5325 ____________________________________________________________________________
5326 [  7621] By: jhi                                   on 2000/11/09  13:16:36
5327         Log: More VMS moves on environment handling, from Charles Lane.
5328      Branch: perl
5329            ! t/pragma/locale.t
5330 ____________________________________________________________________________
5331 [  7620] By: jhi                                   on 2000/11/09  04:42:38
5332         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
5333              From: David Dyck <dcd@tc.fluke.com>
5334              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
5335              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
5336      Branch: perl
5337            ! pp_sys.c
5338 ____________________________________________________________________________
5339 [  7619] By: jhi                                   on 2000/11/09  04:36:21
5340         Log: Forgot from #7618.
5341      Branch: perl
5342            ! lib/File/stat.pm
5343 ____________________________________________________________________________
5344 [  7618] By: jhi                                   on 2000/11/09  04:28:44
5345         Log: Make deleting for %ENV work for (newer versions of) VMS,
5346              from Craig A. Berry.
5347      Branch: perl
5348            ! vms/vms.c
5349 ____________________________________________________________________________
5350 [  7617] By: jhi                                   on 2000/11/09  04:25:05
5351         Log: Subject: [PATCH] Class::Struct at compile time
5352              From: "Casey R. Tweten" <crt@kiski.net>
5353              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
5354              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
5355      Branch: perl
5356            ! lib/Class/Struct.pm
5357 ____________________________________________________________________________
5358 [  7616] By: jhi                                   on 2000/11/09  04:15:17
5359         Log: Subject: [ID 20001108.013] spelling
5360              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
5361              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
5362              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
5363      Branch: perl
5364            ! lib/ftp.pl
5365 ____________________________________________________________________________
5366 [  7615] By: jhi                                   on 2000/11/09  04:12:42
5367         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
5368              From: Peter Prymmer <pvhp@forte.com>
5369              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
5370              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
5371      Branch: perl
5372            ! configure.com
5373 ____________________________________________________________________________
5374 [  7614] By: jhi                                   on 2000/11/08  22:42:55
5375         Log: A missing aTHX_.
5376      Branch: perl
5377            ! ext/IPC/SysV/SysV.xs
5378 ____________________________________________________________________________
5379 [  7613] By: jhi                                   on 2000/11/08  19:30:21
5380         Log: Update Changes.
5381      Branch: perl
5382            ! Changes patchlevel.h
5383 ____________________________________________________________________________
5384 [  7612] By: jhi                                   on 2000/11/08  18:35:25
5385         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
5386              From: David Dyck <dcd@tc.fluke.com>
5387              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
5388              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
5389      Branch: perl
5390            ! pp_sys.c
5391 ____________________________________________________________________________
5392 [  7611] By: jhi                                   on 2000/11/08  18:30:26
5393         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
5394              From: Dominic Dunlop <domo@computer.org>
5395              Date: Tue, 7 Nov 2000 12:05:25 +0100
5396              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
5397      Branch: perl
5398            ! malloc.c
5399 ____________________________________________________________________________
5400 [  7610] By: jhi                                   on 2000/11/08  18:25:14
5401         Log: Do not test UTF-8 locales since that the tests would require
5402              polymorphic regexen.
5403      Branch: perl
5404            ! t/pragma/locale.t
5405 ____________________________________________________________________________
5406 [  7609] By: jhi                                   on 2000/11/08  17:12:51
5407         Log: Locale buglets.
5408              
5409              Subject: RE: Locales support (setlocale) fixes
5410              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5411              Date: Wed, 8 Nov 2000 20:01:39 +0300
5412              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
5413      Branch: perl
5414            ! t/pragma/locale.t util.c
5415 ____________________________________________________________________________
5416 [  7608] By: jhi                                   on 2000/11/08  17:00:16
5417         Log: Deleting $ENV{PATH} in VMS is not recommendable.
5418      Branch: perl
5419            ! t/pragma/locale.t
5420 ____________________________________________________________________________
5421 [  7607] By: jhi                                   on 2000/11/08  16:58:26
5422         Log: Subject: PATCH std stdio for (Free)BSD
5423              From: Nicholas Clark <nick@ccl4.org>
5424              Date: Wed, 8 Nov 2000 15:36:29 +0000
5425              Message-ID: <20001108153629.D98736@plum.flirble.org>
5426      Branch: metaconfig
5427            ! U/compline/d_stdstdio.U
5428      Branch: perl
5429            ! Configure config_h.SH
5430 ____________________________________________________________________________
5431 [  7606] By: jhi                                   on 2000/11/08  16:43:31
5432         Log: Forgot to bump the line numbers in #7601.
5433      Branch: perl
5434            ! t/pragma/warn/pp_sys
5435 ____________________________________________________________________________
5436 [  7605] By: jhi                                   on 2000/11/08  16:39:12
5437         Log: More careful detection of how well NVs and UVs mix.
5438              
5439              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))
5440              From: Nicholas Clark <nick@ccl4.org>
5441              Date: Wed, 8 Nov 2000 15:14:12 +0000
5442              Message-ID: <20001108151412.B98736@plum.flirble.org>
5443              
5444              Added some SIGFPE paranoia.
5445      Branch: metaconfig/U/perl
5446            ! perlxv.U
5447      Branch: perl
5448            ! Configure config_h.SH
5449 ____________________________________________________________________________
5450 [  7604] By: jhi                                   on 2000/11/08  14:39:10
5451         Log: Subject: [patch perl@7595] VMS configure.com tweak
5452              From: "Craig A. Berry" <craigberry@mac.com>
5453              Date: Wed, 8 Nov 2000 00:24:12 -0600
5454              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
5455      Branch: perl
5456            ! configure.com
5457 ____________________________________________________________________________
5458 [  7603] By: jhi                                   on 2000/11/08  14:27:11
5459         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
5460              From: Robin Barker <rmb1@cise.npl.co.uk>
5461              Date: Wed, 8 Nov 2000 11:11:39 GMT
5462              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
5463      Branch: perl
5464            ! perlio.c
5465 ____________________________________________________________________________
5466 [  7602] By: jhi                                   on 2000/11/08  14:25:03
5467         Log: Fix for the tie-refhash string table leaks.
5468              
5469              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
5470              Date: Wed, 8 Nov 2000 13:03:04 GMT
5471              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
5472      Branch: perl
5473            ! t/lib/tie-refhash.t
5474 ____________________________________________________________________________
5475 [  7601] By: jhi                                   on 2000/11/08  14:21:08
5476         Log: Try to avoid flockless and emulationless places.
5477      Branch: perl
5478            ! t/pragma/warn/pp_sys
5479 ____________________________________________________________________________
5480 [  7600] By: jhi                                   on 2000/11/08  02:28:54
5481         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
5482              
5483              Subject: [PATCH] prototyped functions that should be overrideable
5484              From: "Casey R. Tweten" <crt@kiski.net>
5485              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
5486              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
5487      Branch: perl
5488            ! toke.c
5489 ____________________________________________________________________________
5490 [  7599] By: jhi                                   on 2000/11/08  01:12:05
5491         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
5492              
5493              Subject: [PATCH] perlbug.PL
5494              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5495              Date: Mon, 6 Nov 2000 21:39:01 -0500
5496              Message-ID: <20001106213901.B20955@O2.chapin.edu>
5497      Branch: perl
5498            ! utils/perlbug.PL
5499 ____________________________________________________________________________
5500 [  7598] By: jhi                                   on 2000/11/07  23:42:00
5501         Log: Bad thinko in #7581 (I used the test program with the expanded
5502              values as-is).
5503      Branch: metaconfig
5504            ! U/compline/d_stdstdio.U
5505      Branch: perl
5506            ! Configure
5507 ____________________________________________________________________________
5508 [  7597] By: jhi                                   on 2000/11/07  21:43:29
5509         Log: Subject: [PATCH perl@7573] cygwin port
5510              From: "Fifer, Eric" <EFifer@sanwaint.com>
5511              Date: Tue, 7 Nov 2000 18:08:51 -0000 
5512              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
5513              
5514              Synchronize with Cygwin 1.1.5.
5515      Branch: perl
5516            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
5517            ! pod/perlport.pod unixish.h util.c
5518 ____________________________________________________________________________
5519 [  7596] By: jhi                                   on 2000/11/07  21:39:25
5520         Log: perlhack updates from H.Merijn Brand.
5521      Branch: perl
5522            ! pod/perlhack.pod
5523 ____________________________________________________________________________
5524 [  7595] By: jhi                                   on 2000/11/07  20:21:41
5525         Log: Update Changes.
5526      Branch: perl
5527            ! Changes patchlevel.h
5528 ____________________________________________________________________________
5529 [  7594] By: jhi                                   on 2000/11/07  19:18:58
5530         Log: Be more robust in Dynaloader.pm.
5531      Branch: perl
5532            ! ext/DynaLoader/DynaLoader_pm.PL
5533 ____________________________________________________________________________
5534 [  7593] By: jhi                                   on 2000/11/07  16:49:31
5535         Log: AUTHORS update.
5536      Branch: perl
5537            ! AUTHORS
5538 ____________________________________________________________________________
5539 [  7592] By: gsar                                  on 2000/11/07  16:39:51
5540         Log: normalize relative paths in virtualized current directory on windows,
5541              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
5542              returns)
5543      Branch: perl
5544            ! win32/vdir.h
5545 ____________________________________________________________________________
5546 [  7591] By: jhi                                   on 2000/11/07  16:04:26
5547         Log: Too profiler-happy: with optimization the #7590 actually makes
5548              the test to run 0.5% _slower_.  Requires much more instrumentation.
5549              Retract #7590.
5550      Branch: perl
5551            ! regcomp.c regcomp.h
5552 ____________________________________________________________________________
5553 [  7590] By: jhi                                   on 2000/11/07  15:51:13
5554         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
5555              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
5556              by using memset() and testing bytewise (as opposed to bitwise).
5557      Branch: perl
5558            ! regcomp.c regcomp.h
5559 ____________________________________________________________________________
5560 [  7589] By: jhi                                   on 2000/11/07  12:56:39
5561         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
5562              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5563              Date: Mon, 06 Nov 2000 23:45:30 -0500
5564              Message-Id: <0011079735.AA973576259@univpress.com>
5565      Branch: perl
5566            ! configure.com t/lib/st-lock.t
5567 ____________________________________________________________________________
5568 [  7588] By: jhi                                   on 2000/11/07  01:03:28
5569         Log: Tweak #7587.
5570      Branch: perl
5571            ! pod/perldiag.pod
5572 ____________________________________________________________________________
5573 [  7587] By: jhi                                   on 2000/11/07  01:00:27
5574         Log: A doc addition for bug id 20001105.019, beware \p.
5575      Branch: perl
5576            ! pod/perldiag.pod
5577 ____________________________________________________________________________
5578 [  7586] By: jhi                                   on 2000/11/07  00:32:22
5579         Log: Fake support of holey files in win/dosish platforms.
5580              
5581              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
5582              From: kipp@shonanblue.ne.jp
5583              Date: Mon, 6 Nov 2000 13:30:55 -0800
5584              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
5585      Branch: perl
5586            ! ext/SDBM_File/sdbm/sdbm.c
5587 ____________________________________________________________________________
5588 [  7585] By: jhi                                   on 2000/11/07  00:12:54
5589         Log: Subject: Pod updates
5590              From: "Stephen P. Potter" <spp@spotter.yi.org>
5591              Date: Mon, 06 Nov 2000 18:56:43 -0500
5592              Message-Id: <200011062357.SAA18173@spotter.yi.org>
5593      Branch: perl
5594            ! README.dos README.os2 README.win32 pod/buildtoc.PL
5595            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
5596            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
5597            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
5598            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
5599            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
5600            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
5601            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
5602            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
5603            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
5604            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
5605            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
5606            ! pod/perltootc.pod pod/perlunicode.pod
5607 ____________________________________________________________________________
5608 [  7584] By: jhi                                   on 2000/11/07  00:04:17
5609         Log: Varargs don't always work too well if one puts an unsigned
5610              char on the stack and pop an unsigned quad off the stack.
5611              
5612              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
5613              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
5614              Date: Mon, 06 Nov 2000 15:19:05 -0800
5615              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
5616      Branch: perl
5617            ! utf8.c
5618 ____________________________________________________________________________
5619 [  7583] By: jhi                                   on 2000/11/06  23:58:48
5620         Log: %ENV note tweaks from Dan Sugalski.
5621      Branch: perl
5622            ! pod/perlport.pod vms/perlvms.pod
5623 ____________________________________________________________________________
5624 [  7582] By: jhi                                   on 2000/11/06  23:05:49
5625         Log: glibc5 detection by __GNU_LIBRARY__.
5626      Branch: perl
5627            ! toke.c
5628 ____________________________________________________________________________
5629 [  7581] By: jhi                                   on 2000/11/06  22:51:29
5630         Log: Make the stdio test program of 7427 less noisy while being 
5631              compiled so that Digital UNIX wouldn't get both
5632              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
5633              undefined.  This makes perlio happy.
5634      Branch: metaconfig
5635            ! U/compline/d_stdstdio.U
5636      Branch: perl
5637            ! Configure config_h.SH
5638 ____________________________________________________________________________
5639 [  7580] By: jhi                                   on 2000/11/06  22:41:41
5640         Log: Document %ENV = () portability issues.
5641      Branch: perl
5642            ! pod/perlport.pod vms/perlvms.pod
5643 ____________________________________________________________________________
5644 [  7579] By: jhi                                   on 2000/11/06  21:29:24
5645         Log: VOS updates from Paul Green.
5646      Branch: perl
5647            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5648 ____________________________________________________________________________
5649 [  7578] By: jhi                                   on 2000/11/06  21:00:40
5650         Log: Sanitize the environment further.
5651      Branch: perl
5652            ! t/pragma/locale.t
5653 ____________________________________________________________________________
5654 [  7577] By: jhi                                   on 2000/11/06  20:53:51
5655         Log: Re-introduce 7552 lost in integration.
5656      Branch: perl
5657            ! perlio.c
5658 ____________________________________________________________________________
5659 [  7576] By: jhi                                   on 2000/11/06  20:33:46
5660         Log: Admit that the test leaks scalars.
5661      Branch: perl
5662            ! t/comp/proto.t
5663 ____________________________________________________________________________
5664 [  7575] By: jhi                                   on 2000/11/06  20:17:08
5665         Log: Integrate perlio.
5666      Branch: perl
5667           !> perlio.c
5668 ____________________________________________________________________________
5669 [  7574] By: nick                                  on 2000/11/06  20:07:28
5670         Log: Remove debug. Try (Mmap_t) on madvise() call.
5671      Branch: perlio
5672            ! perlio.c
5673 ____________________________________________________________________________
5674 [  7573] By: jhi                                   on 2000/11/06  13:56:05
5675         Log: Update Changes.
5676      Branch: perl
5677            ! Changes patchlevel.h
5678 ____________________________________________________________________________
5679 [  7572] By: jhi                                   on 2000/11/06  13:48:41
5680         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
5681              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5682              Date: Mon, 06 Nov 2000 10:11:42 +0100
5683              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
5684      Branch: perl
5685            ! pod/perlhack.pod
5686 ____________________________________________________________________________
5687 [  7571] By: jhi                                   on 2000/11/06  01:45:51
5688         Log: AUTHORS updates.
5689      Branch: perl
5690            ! AUTHORS
5691 ____________________________________________________________________________
5692 [  7570] By: jhi                                   on 2000/11/06  00:18:00
5693         Log: Fix for
5694              
5695              Subject: [ID 20000728.005] perl -P broken
5696              From: David Dyck <dcd@tc.fluke.com>
5697              Date: Fri, 28 Jul 2000 17:19:16 -0700
5698              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
5699              
5700              (hopefully).  The fix is also not complete, it seems to break
5701              BOM swallowing for libc5 systems, but until someone figures
5702              out a way to do this without ftell(), this will do.
5703      Branch: perl
5704            ! toke.c
5705 ____________________________________________________________________________
5706 [  7569] By: jhi                                   on 2000/11/06  00:05:30
5707         Log: Document that the evaled syntax errors cause scalar leaks.
5708      Branch: perl
5709            ! t/comp/proto.t
5710 ____________________________________________________________________________
5711 [  7568] By: jhi                                   on 2000/11/05  23:14:47
5712         Log: opmini.o can linger from Configures past.
5713      Branch: perl
5714            ! Makefile.SH
5715 ____________________________________________________________________________
5716 [  7567] By: jhi                                   on 2000/11/05  21:28:39
5717         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
5718              first argument correctly.
5719      Branch: perl
5720            ! perlio.c
5721 ____________________________________________________________________________
5722 [  7566] By: jhi                                   on 2000/11/05  21:15:56
5723         Log: Integrate perlio.
5724      Branch: perl
5725           !> perlio.c
5726 ____________________________________________________________________________
5727 [  7565] By: jhi                                   on 2000/11/05  21:15:13
5728         Log: Use -dM for gcc (the suggested patch did it only for Linux,
5729              but I think it can be generalized).
5730              
5731              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
5732              From: Pixel <pixel@mandrakesoft.com>
5733              Date: 05 Nov 2000 21:49:34 +0100 
5734              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
5735      Branch: perl
5736            ! ext/Errno/Errno_pm.PL
5737 ____________________________________________________________________________
5738 [  7564] By: nick                                  on 2000/11/05  21:09:18
5739         Log: Added a mmap layer as a "subclass" of perlio.
5740              PERLIO=mmap ./perl harness passes
5741      Branch: perlio
5742            ! perlio.c
5743 ____________________________________________________________________________
5744 [  7563] By: jhi                                   on 2000/11/05  19:48:55
5745         Log: Add a note for future generations about bug id 20000229.006.
5746      Branch: perl
5747            ! malloc.c
5748 ____________________________________________________________________________
5749 [  7562] By: jhi                                   on 2000/11/05  19:38:24
5750         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
5751      Branch: perl
5752            ! pp_ctl.c t/op/pos.t
5753 ____________________________________________________________________________
5754 [  7561] By: jhi                                   on 2000/11/05  18:21:46
5755         Log: Add =pod to be tidy.
5756      Branch: perl
5757            ! lib/Math/Complex.pm
5758 ____________________________________________________________________________
5759 [  7560] By: jhi                                   on 2000/11/05  17:38:46
5760         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
5761      Branch: perl
5762            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5763            ! ext/Storable/Storable.xs t/lib/st-recurse.t
5764 ____________________________________________________________________________
5765 [  7559] By: jhi                                   on 2000/11/05  17:32:59
5766         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
5767              From: "Peter J. Farley III" <pjfarley@banet.net>
5768              Date: Sun, 05 Nov 2000 11:55:59 -0500
5769              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
5770      Branch: perl
5771            ! t/lib/syslog.t
5772 ____________________________________________________________________________
5773 [  7558] By: jhi                                   on 2000/11/05  17:29:19
5774         Log: Integrate perlio.
5775      Branch: perl
5776           !> perlio.c
5777 ____________________________________________________________________________
5778 [  7557] By: jhi                                   on 2000/11/05  17:22:01
5779         Log: A fix of sorts for 20000329.026, a better error message
5780              for a missing "use charnames" when using the \N{...}. 
5781      Branch: perl
5782            ! pod/perldiag.pod toke.c
5783 ____________________________________________________________________________
5784 [  7556] By: jhi                                   on 2000/11/05  16:33:50
5785         Log: Test tweak: show also the failed locales.
5786              
5787              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
5788              From: Lupe Christoph <lupe@lupe-christoph.de>         
5789              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
5790              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
5791      Branch: perl
5792            ! t/pragma/locale.t
5793 ____________________________________________________________________________
5794 [  7555] By: nick                                  on 2000/11/05  11:09:34
5795         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
5796              open RDWR so does not fail. (pragma/warnings 303 again...)
5797      Branch: perlio
5798            ! perlio.c
5799 ____________________________________________________________________________
5800 [  7554] By: nick                                  on 2000/11/05  10:10:13
5801         Log: Fix case where ungetc(f,EOF) was allowed.
5802              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
5803              so we can see similarities.
5804              Use types more carefully and a STDCHAR array in hope that this will
5805              fix Jarrko's 64bit machine.
5806      Branch: perlio
5807            ! perlio.c
5808 ____________________________________________________________________________
5809 [  7553] By: jhi                                   on 2000/11/05  01:12:16
5810         Log: Fix for
5811              
5812              Subject: [ID 20001004.007] taint propogation is inconsistent
5813              From: pimlott@idiomtech.com (Andrew Pimlott) 
5814              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
5815              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
5816              
5817              The culprit was sv_setsv() which was rather blindly
5818              propagating taint, which lead to behaviour where if
5819              a tainted anon hash value was seen all the hash values
5820              from then on at that level became tainted, or at any
5821              upper levels in the case of nested anon hashes.
5822      Branch: perl
5823            ! sv.c t/op/taint.t
5824 ____________________________________________________________________________
5825 [  7552] By: jhi                                   on 2000/11/04  23:44:18
5826         Log: Some cpps don't like splitting conditionals across several lines.
5827      Branch: perl
5828            ! perlio.c
5829 ____________________________________________________________________________
5830 [  7551] By: nick                                  on 2000/11/04  23:40:44
5831         Log: Integrate mainline
5832      Branch: perlio
5833           !> pp_hot.c t/op/taint.t
5834 ____________________________________________________________________________
5835 [  7550] By: nick                                  on 2000/11/04  23:39:05
5836         Log: Integrate mainline again
5837      Branch: perlio
5838           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
5839           !> t/lib/b.t t/op/misc.t util.c
5840 ____________________________________________________________________________
5841 [  7549] By: jhi                                   on 2000/11/04  23:14:01
5842         Log: Fix for
5843              
5844              Subject: [ID 20001004.006] undef is never tainted
5845              From: pimlott@idiomtech.com (Andrew Pimlott)
5846              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
5847              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
5848              
5849              An undef read from a slurped file was not tainted.
5850      Branch: perl
5851            ! pp_hot.c t/op/taint.t
5852 ____________________________________________________________________________
5853 [  7548] By: jhi                                   on 2000/11/04  22:56:21
5854         Log: Test tweak ($Config{useperlio} is by default undef) .
5855      Branch: perl
5856            ! t/lib/b.t
5857 ____________________________________________________________________________
5858 [  7547] By: jhi                                   on 2000/11/04  22:43:56
5859         Log: Integrate perlio.
5860      Branch: perl
5861           +> lib/perlio.pm
5862           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
5863           !> pod/perlapi.pod t/lib/b.t
5864 ____________________________________________________________________________
5865 [  7546] By: jhi                                   on 2000/11/04  22:40:59
5866         Log: Configure would use a bad $myuname from an old config.sh.
5867              
5868              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
5869              From: Andy Dougherty <doughera@lafayette.edu>
5870              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
5871              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
5872      Branch: metaconfig
5873            ! U/modified/Oldconfig.U
5874      Branch: perl
5875            ! Configure config_h.SH
5876 ____________________________________________________________________________
5877 [  7545] By: jhi                                   on 2000/11/04  22:36:54
5878         Log: Subject: Locales support (setlocale) fixes
5879              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5880              Date: Sat, 4 Nov 2000 10:15:48 +0300 
5881              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
5882              
5883              Modified quite a bit to be more portable.
5884      Branch: perl
5885            ! embed.h embed.pl perl.h proto.h util.c
5886 ____________________________________________________________________________
5887 [  7544] By: jhi                                   on 2000/11/04  22:32:47
5888         Log: Dying is too strict here, better just skip.
5889      Branch: perl
5890            ! t/op/misc.t
5891 ____________________________________________________________________________
5892 [  7543] By: nick                                  on 2000/11/04  21:55:13
5893         Log: Merge mainline
5894      Branch: perlio
5895           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
5896           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
5897           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
5898           !> (integrate 64 files)
5899 ____________________________________________________________________________
5900 [  7542] By: jhi                                   on 2000/11/04  21:09:28
5901         Log: More Changes tweakery.
5902      Branch: perl
5903            ! Changes Porting/genlog
5904 ____________________________________________________________________________
5905 [  7541] By: jhi                                   on 2000/11/04  20:58:18
5906         Log: Changes fixups.
5907      Branch: perl
5908            ! Changes
5909 ____________________________________________________________________________
5910 [  7540] By: jhi                                   on 2000/11/04  20:42:38
5911         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
5912              create a "fast path" for locale name probing using "locale -a"
5913              if available, squash finally hopefully the s?printf resetting
5914              the numeric locale (since, IIUC perllocale, it never shouldn't). 
5915      Branch: perl
5916            ! sv.c t/op/misc.t t/pragma/locale.t
5917 ____________________________________________________________________________
5918 [  7539] By: nick                                  on 2000/11/04  19:56:10
5919         Log: PerlIO infrastructure complete.
5920      Branch: perlio
5921            + lib/perlio.pm
5922            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
5923 ____________________________________________________________________________
5924 [  7538] By: nick                                  on 2000/11/04  14:31:32
5925         Log: Type tweaks + less contorted allocation scheme
5926      Branch: perlio
5927            ! perlio.c
5928 ____________________________________________________________________________
5929 [  7537] By: nick                                  on 2000/11/04  12:40:42
5930         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
5931              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
5932              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
5933              sensible) which lead to some interesting fails.
5934      Branch: perlio
5935            ! perlio.c
5936 ____________________________________________________________________________
5937 [  7536] By: jhi                                   on 2000/11/04  00:20:02
5938         Log: Add FCNTL_CAN_LOCK.
5939              
5940              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
5941              From: Andy Dougherty <doughera@lafayette.edu>
5942              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
5943              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
5944              
5945              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
5946              From: Andy Dougherty <doughera@lafayette.edu>
5947              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
5948              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
5949      Branch: metaconfig/U/perl
5950            + d_fcntl_can_lock.U
5951            ! startperl.U
5952      Branch: perl
5953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5954            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
5955            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5956            ! vos/config.ga.h win32/config.bc win32/config.gc
5957            ! win32/config.vc
5958 ____________________________________________________________________________
5959 [  7535] By: nick                                  on 2000/11/03  22:19:10
5960         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
5961              - Works on Linux with
5962              perlio + unix
5963              stdio
5964              - Works on Solaris with
5965              perlio + unix
5966              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
5967              - Fails (hangs in openpid) if you try and stack
5968              perlio + stdio - Linux stdio's read() logic is hanging.
5969      Branch: perlio
5970            ! iperlsys.h perlio.c
5971 ____________________________________________________________________________
5972 [  7534] By: jhi                                   on 2000/11/03  15:16:02
5973         Log: Subject: Re: README.aix
5974              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5975              Date: Fri, 03 Nov 2000 16:03:15 +0100
5976              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
5977      Branch: perl
5978            ! README.aix
5979 ____________________________________________________________________________
5980 [  7533] By: jhi                                   on 2000/11/03  03:59:02
5981         Log: Subject: [PATCH 5.7.0] better messages from malloc()
5982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5983              Date: Wed, 1 Nov 2000 23:39:56 -0500
5984              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
5985      Branch: perl
5986            ! malloc.c pod/perldiag.pod
5987 ____________________________________________________________________________
5988 [  7532] By: jhi                                   on 2000/11/03  00:11:56
5989         Log: The #7521 touched things it shouldn't have.
5990      Branch: perl
5991            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
5992 ____________________________________________________________________________
5993 [  7531] By: jhi                                   on 2000/11/02  22:32:33
5994         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
5995              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5996              Date:     Thu, 2 Nov 2000 16:58:36 EST
5997              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
5998      Branch: perl
5999            ! vms/gen_shrfls.pl
6000 ____________________________________________________________________________
6001 [  7530] By: jhi                                   on 2000/11/02  22:08:49
6002         Log: Fix the problem discussed in
6003              
6004              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
6005              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
6006              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
6007              
6008              originally from Linc Madison.  Also Andreas König's comments
6009              taken into account.  Some other problems with Tie::SubstrHash
6010              fixed: didn't croak when the table exceeded the requested number
6011              of entries (as documented) but instead when the number of entries
6012              exceeded the size of the table, a croak() had an unnecessary \n,
6013              didn't have a CLEAR method, documented that there is no exists().
6014              Didn't fix to be strict-proof because the module uses &foo; and
6015              dynamic scope.  Added a test script exercizing both first tamely 
6016              the basic functionality, and then the failure cases reported by
6017              Linc Madison.
6018      Branch: perl
6019            + t/lib/tie-substrhash.t
6020            ! MANIFEST lib/Tie/SubstrHash.pm
6021 ____________________________________________________________________________
6022 [  7529] By: jhi                                   on 2000/11/02  17:58:08
6023         Log: recv() can fail and return undef.
6024              
6025              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
6026              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
6027              Date: Thu, 2 Nov 2000 20:12:20 +0300
6028              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
6029      Branch: perl
6030            ! lib/Net/Ping.pm
6031 ____________________________________________________________________________
6032 [  7528] By: jhi                                   on 2000/11/02  17:49:09
6033         Log: Detpyo.
6034      Branch: perl
6035            ! pod/perlop.pod
6036 ____________________________________________________________________________
6037 [  7527] By: jhi                                   on 2000/11/02  15:48:37
6038         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
6039              fix a autovivification bug in Tie::RefHash, add tests for both.
6040              
6041              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
6042              From: Edward Avis <epa98@doc.ic.ac.uk>
6043              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
6044              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
6045      Branch: perl
6046            + t/lib/tie-refhash.t
6047            ! MANIFEST lib/Tie/RefHash.pm
6048 ____________________________________________________________________________
6049 [  7526] By: jhi                                   on 2000/11/02  13:56:26
6050         Log: Test::Harness revealed buglets in the new DynaLoader.
6051              
6052              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
6053              From: andreas.koenig@anima.de (Andreas J. Koenig)
6054              Date: 02 Nov 2000 11:26:48 +0100 
6055              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
6056      Branch: perl
6057            ! ext/DynaLoader/DynaLoader_pm.PL
6058 ____________________________________________________________________________
6059 [  7525] By: jhi                                   on 2000/11/01  23:52:08
6060         Log: The entry for #7503 was missing.
6061      Branch: perl
6062            ! Changes
6063 ____________________________________________________________________________
6064 [  7524] By: jhi                                   on 2000/11/01  23:40:52
6065         Log: Update Changes.
6066      Branch: perl
6067            ! Changes patchlevel.h
6068 ____________________________________________________________________________
6069 [  7523] By: jhi                                   on 2000/11/01  22:57:09
6070         Log: More tweaking on the #7522 theme.
6071      Branch: perl
6072            ! ext/DynaLoader/DynaLoader_pm.PL
6073 ____________________________________________________________________________
6074 [  7522] By: jhi                                   on 2000/11/01  22:06:15
6075         Log: Expand %Config variables and %ENV variables only if
6076              so requested during build time using the
6077              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
6078              Not expanding makes relocating distributions easier.
6079      Branch: perl
6080            ! ext/DynaLoader/DynaLoader_pm.PL
6081 ____________________________________________________________________________
6082 [  7521] By: jhi                                   on 2000/11/01  20:56:34
6083         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
6084              and setgid() because they were just changing $< and $( which means
6085              only changing the real uid/gid, as opposed to changing both
6086              real and effective ids.  (The alternative way could have been
6087              in POSIX.pm to change $> and $), too, but making a direct call
6088              to the C API feels cleaner.)  Fixes the bug
6089              
6090              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
6091              From: "Garry T. Williams" <garry@zvolve.com>
6092              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
6093              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
6094      Branch: perl
6095            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6096            ! ext/POSIX/typemap pod/perlvar.pod
6097 ____________________________________________________________________________
6098 [  7520] By: jhi                                   on 2000/11/01  20:08:33
6099         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
6100              From: "Garry T. Williams" <garry@zvolve.com>
6101              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
6102              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
6103      Branch: perl
6104            ! pod/perlsec.pod
6105 ____________________________________________________________________________
6106 [  7519] By: jhi                                   on 2000/11/01  20:01:22
6107         Log: Locale warning explanation tweak.
6108      Branch: perl
6109            ! pod/perldiag.pod
6110 ____________________________________________________________________________
6111 [  7518] By: jhi                                   on 2000/11/01  18:57:13
6112         Log: C.pm part of
6113              
6114              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
6115              From: Jarkko Hietaniemi <jhi@iki.fi>
6116              Date: Tue, 10 Oct 2000 08:22:28 -0500
6117              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
6118      Branch: perl
6119            ! ext/B/B/C.pm
6120 ____________________________________________________________________________
6121 [  7517] By: jhi                                   on 2000/11/01  18:41:59
6122         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
6123              From: Martien Verbruggen <mgjv@comdyn.com.au>
6124              Date: Fri, 6 Oct 2000 14:09:10 +1100
6125              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
6126      Branch: perl
6127            ! pod/perlop.pod
6128 ____________________________________________________________________________
6129 [  7516] By: jhi                                   on 2000/11/01  18:34:55
6130         Log: Generalize the Camel wording.
6131              
6132              Subject: Re: perlfaq style changes
6133              From: John Borwick <jhborwic@unity.ncsu.edu>
6134              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
6135              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
6136      Branch: perl
6137            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
6138 ____________________________________________________________________________
6139 [  7515] By: jhi                                   on 2000/11/01  16:52:31
6140         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
6141              From: pimlott@idiomtech.com (Andrew Pimlott)
6142              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
6143              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
6144      Branch: perl
6145            ! pod/perlsec.pod
6146 ____________________________________________________________________________
6147 [  7514] By: jhi                                   on 2000/11/01  15:03:40
6148         Log: More AIX lore.
6149      Branch: perl
6150            ! ext/re/hints/aix.pl
6151 ____________________________________________________________________________
6152 [  7513] By: jhi                                   on 2000/11/01  14:48:30
6153         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
6154              From: root <root@chronos.fi.muni.cz>
6155              Date: Wed, 1 Nov 2000 12:31:32 +0100
6156              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
6157      Branch: perl
6158            ! lib/Net/Ping.pm
6159 ____________________________________________________________________________
6160 [  7512] By: jhi                                   on 2000/11/01  14:46:47
6161         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
6162              From: Martin Husemann <martin@duskware.de>
6163              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
6164              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
6165      Branch: perl
6166            ! regcomp.c
6167 ____________________________________________________________________________
6168 [  7511] By: jhi                                   on 2000/11/01  14:39:50
6169         Log: AUTHORS updates.
6170      Branch: perl
6171            ! AUTHORS
6172 ____________________________________________________________________________
6173 [  7510] By: jhi                                   on 2000/11/01  14:29:50
6174         Log: Subject: [PATCH] startperl to respect versiononly
6175              From: Robin Barker <rmb1@cise.npl.co.uk> 
6176              Date: Tue, 31 Oct 2000 16:29:36 GMT
6177              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
6178      Branch: metaconfig/U/perl
6179            ! startperl.U
6180      Branch: perl
6181            ! Configure config_h.SH
6182 ____________________________________________________________________________
6183 [  7509] By: jhi                                   on 2000/11/01  14:19:53
6184         Log: printf UVs the correct way, noticed by Robin Barker.
6185      Branch: perl
6186            ! utf8.c
6187 ____________________________________________________________________________
6188 [  7508] By: jhi                                   on 2000/11/01  14:10:03
6189         Log: Do not cleanup *% because the % has special meanings in some
6190              shell environments.
6191      Branch: perl
6192            ! ext/Storable/Makefile.PL
6193 ____________________________________________________________________________
6194 [  7507] By: jhi                                   on 2000/11/01  14:06:00
6195         Log: The NonStop-UX libraries have a novel way to say NaN.
6196      Branch: perl
6197            ! t/lib/bigfltpm.t
6198 ____________________________________________________________________________
6199 [  7506] By: jhi                                   on 2000/11/01  14:03:35
6200         Log: The osname has been lowercased by now, from Tom Bates.
6201      Branch: metaconfig
6202            ! U/modified/Oldconfig.U
6203      Branch: perl
6204            ! Configure config_h.SH
6205 ____________________________________________________________________________
6206 [  7505] By: jhi                                   on 2000/10/31  19:18:39
6207         Log: The compiler is either gcc or cc, from Tom Bates.
6208      Branch: perl
6209            ! hints/nonstopux.sh
6210 ____________________________________________________________________________
6211 [  7504] By: jhi                                   on 2000/10/31  14:53:42
6212         Log: Update Changes.
6213      Branch: perl
6214            ! Changes patchlevel.h
6215 ____________________________________________________________________________
6216 [  7503] By: jhi                                   on 2000/10/31  14:30:50
6217         Log: Whitespace style tweak.  Was originally going to see to
6218              
6219              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
6220              From: Joe Smith <jms@inwap.com>
6221              Date: Mon, 30 Oct 2000 18:47:57 -0800
6222              Message-Id: <39FE32DD.24AAC4D@inwap.com>
6223              
6224              but that had already been taken care of.
6225      Branch: metaconfig
6226            ! U/compline/d_stdstdio.U
6227      Branch: perl
6228            ! Configure config_h.SH
6229 ____________________________________________________________________________
6230 [  7502] By: jhi                                   on 2000/10/31  14:25:02
6231         Log: AUTHORS tweaks.
6232      Branch: perl
6233            ! AUTHORS
6234 ____________________________________________________________________________
6235 [  7501] By: jhi                                   on 2000/10/31  14:23:59
6236         Log: Subject: perlfaq style changes
6237              From: John Borwick <jhborwic@unity.ncsu.edu>
6238              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
6239              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
6240      Branch: perl
6241            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6242            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6243            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6244            ! pod/perlfaq9.pod
6245 ____________________________________________________________________________
6246 [  7500] By: jhi                                   on 2000/10/31  14:22:15
6247         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
6248              
6249              Subject: Re: [ID 20000918.005] ~ on wide chars
6250              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6251              Date: Mon, 30 Oct 2000 21:09:55 -0800
6252              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
6253              
6254              (The ord() part of the patch skipped.)
6255      Branch: perl
6256            ! doop.c
6257 ____________________________________________________________________________
6258 [  7499] By: jhi                                   on 2000/10/31  14:20:08
6259         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
6260              From: Jens Hamisch <jens@Strawberry.COM>
6261              Date: Mon, 30 Oct 2000 15:17:07 +0100
6262              Message-Id: <20001030151707.A9597@Strawberry.COM>
6263      Branch: perl
6264            ! av.c
6265 ____________________________________________________________________________
6266 [  7498] By: jhi                                   on 2000/10/31  14:16:29
6267         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
6268              From: Peter Prymmer <pvhp@forte.com>
6269              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
6270              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
6271      Branch: perl
6272            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
6273            + ext/Encode/Encode/posix-bc.enc
6274            ! MANIFEST t/lib/encode.t
6275 ____________________________________________________________________________
6276 [  7497] By: jhi                                   on 2000/10/31  14:13:22
6277         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
6278              From: Peter Prymmer <pvhp@forte.com>
6279              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
6280              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
6281      Branch: perl
6282            ! t/lib/cgi-html.t
6283 ____________________________________________________________________________
6284 [  7496] By: jhi                                   on 2000/10/31  14:12:05
6285         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
6286              From: Peter Prymmer <pvhp@forte.com>
6287              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
6288              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
6289      Branch: perl
6290            ! t/lib/cgi-function.t
6291 ____________________________________________________________________________
6292 [  7495] By: jhi                                   on 2000/10/31  14:11:08
6293         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
6294              From: Peter Prymmer <pvhp@forte.com>
6295              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
6296              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
6297      Branch: perl
6298            + ext/re/hints/aix.pl
6299            ! MANIFEST ext/re/Makefile.PL
6300 ____________________________________________________________________________
6301 [  7494] By: jhi                                   on 2000/10/31  14:08:32
6302         Log: Use Errno magic.
6303              
6304              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
6305              From: Casey Tweten <perl@ctweten.amsite.com>
6306              Date: Mon, 30 Oct 2000 15:51:17 -0500
6307              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
6308      Branch: perl
6309            ! lib/File/Temp.pm
6310 ____________________________________________________________________________
6311 [  7493] By: jhi                                   on 2000/10/31  14:05:07
6312         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
6313              
6314              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
6315              From: Nicholas Clark <nick@ccl4.org>
6316              Date: Mon, 30 Oct 2000 17:38:45 +0000
6317              Message-ID: <20001030173845.O60355@plum.flirble.org>
6318      Branch: perl
6319            ! Makefile.SH utils/perlbug.PL
6320 ____________________________________________________________________________
6321 [  7492] By: nick                                  on 2000/10/30  19:37:23
6322         Log: Change files which are mysteriously different to mainline to be
6323              copies of mainline.
6324      Branch: perlio
6325            ! objXSUB.h perlapi.c pod/perlapi.pod
6326 ____________________________________________________________________________
6327 [  7491] By: nick                                  on 2000/10/30  18:05:54
6328         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
6329              - typo in endian code in putc.
6330              - Don't allow read of write-only files and vice-versa
6331              - and off-by-one in flush-all loop.
6332              Remove debug calls as they were using GCC specific features.
6333      Branch: perlio
6334            ! perlio.c
6335 ____________________________________________________________________________
6336 [  7490] By: nick                                  on 2000/10/29  21:45:45
6337         Log: Integrate mainline to perlio
6338      Branch: perlio
6339           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
6340           !> toke.c
6341 ____________________________________________________________________________
6342 [  7489] By: jhi                                   on 2000/10/29  21:11:08
6343         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
6344              From: andreas.koenig@anima.de (Andreas J. Koenig)
6345              Date: 29 Oct 2000 22:05:59 +0100
6346              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
6347      Branch: perl
6348            ! lib/ExtUtils/Manifest.pm
6349 ____________________________________________________________________________
6350 [  7488] By: jhi                                   on 2000/10/29  21:07:47
6351         Log: Tests for #7487.
6352              
6353              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
6354              From: andreas.koenig@anima.de (Andreas J. Koenig)
6355              Date: 29 Oct 2000 19:37:09 +0100
6356              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
6357      Branch: perl
6358            ! t/comp/proto.t
6359 ____________________________________________________________________________
6360 [  7487] By: jhi                                   on 2000/10/29  21:06:27
6361         Log: constsub spillage.
6362              
6363              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
6364              From: John Tobey <jtobey@john-edwin-tobey.org>
6365              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
6366              Message-Id: <m13pvSr-000FObC@feynman.localnet>
6367      Branch: perl
6368            ! op.c
6369 ____________________________________________________________________________
6370 [  7486] By: nick                                  on 2000/10/29  21:05:04
6371         Log: Integrate mainline to perlio branch
6372      Branch: perlio
6373           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
6374           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
6375           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
6376           +> vos/install_perl.cm
6377            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
6378            - vos/config.h vos/config_h.SH_orig
6379           !> (integrate 141 files)
6380 ____________________________________________________________________________
6381 [  7485] By: jhi                                   on 2000/10/29  21:00:47
6382         Log: Make \x{...} consistently produce UTF-8.
6383              
6384              Subject: Re: \x{...} is confused 
6385              From: Simon Cozens <simon@cozens.net>
6386              Date: Sun, 29 Oct 2000 19:36:48 +0000
6387              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
6388      Branch: perl
6389            ! t/pragma/utf8.t toke.c
6390 ____________________________________________________________________________
6391 [  7484] By: nick                                  on 2000/10/29  20:05:29
6392         Log: PerlIO passes all tests.
6393      Branch: perlio
6394            ! perlio.c
6395 ____________________________________________________________________________
6396 [  7483] By: jhi                                   on 2000/10/29  18:06:55
6397         Log: Update Changes.
6398      Branch: perl
6399            ! Changes patchlevel.h
6400 ____________________________________________________________________________
6401 [  7482] By: nick                                  on 2000/10/29  17:43:28
6402         Log: Include <unistd.h> to get correct lseek() prototype etc.
6403              (I thought perl.h did that) - down to two fails
6404              - comp/require.t (last test)
6405              - lib/io_xs.t - possibly import/export of FILE * ?
6406      Branch: perlio
6407            ! perlio.c
6408 ____________________________________________________________________________
6409 [  7481] By: jhi                                   on 2000/10/29  17:02:37
6410         Log: UTF-8 decoder tweak.
6411      Branch: perl
6412            ! utf8.c
6413 ____________________________________________________________________________
6414 [  7480] By: nick                                  on 2000/10/29  16:26:11
6415         Log: Fixed two bugs:
6416              - error code not being set on close (of broken pipe)
6417              - append mode was truncating.
6418              At least one seek/tell bug remains.
6419      Branch: perlio
6420            ! perlio.c
6421 ____________________________________________________________________________
6422 [  7479] By: nick                                  on 2000/10/29  11:18:16
6423         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
6424              in case of accidents. Still several worrying fails, no line disciplines yet.
6425      Branch: perlio
6426            ! iperlsys.h perlio.c
6427 ____________________________________________________________________________
6428 [  7478] By: jhi                                   on 2000/10/29  02:04:01
6429         Log: Add also emailless people.
6430      Branch: perl
6431            ! AUTHORS
6432 ____________________________________________________________________________
6433 [  7477] By: jhi                                   on 2000/10/29  01:36:00
6434         Log: The #7476 needs a MANIFEST change, too.
6435      Branch: perl
6436            ! MANIFEST
6437 ____________________________________________________________________________
6438 [  7476] By: jhi                                   on 2000/10/29  01:35:21
6439         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
6440      Branch: perl
6441            - MAINTAIN
6442            ! AUTHORS Changes
6443 ____________________________________________________________________________
6444 [  7475] By: jhi                                   on 2000/10/28  23:57:25
6445         Log: De-quoted-unreadable to ISO Latin 1.
6446              (There's one ISO-2022-JP name in Changes5.004.)
6447      Branch: perl
6448            ! Changes Changes5.6
6449 ____________________________________________________________________________
6450 [  7474] By: jhi                                   on 2000/10/28  19:13:06
6451         Log: Subject: [ID 20001027.007] uniq array in perlfaq
6452              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
6453              Date: Fri, 27 Oct 2000 19:28:30 +0200
6454              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
6455      Branch: perl
6456            ! pod/perlfaq4.pod
6457 ____________________________________________________________________________
6458 [  7473] By: jhi                                   on 2000/10/28  18:02:05
6459         Log: Locking null mutexes is not recommendable.
6460              
6461              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
6462              From: Hugo <hv@crypt.compulink.co.uk>
6463              Date: Sat, 28 Oct 2000 18:41:12 +0100
6464              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
6465      Branch: perl
6466            ! op.c
6467 ____________________________________________________________________________
6468 [  7472] By: jhi                                   on 2000/10/28  17:52:58
6469         Log: Better create a true mailing list for the repository keepers.
6470      Branch: perl
6471            ! Porting/repository.pod
6472 ____________________________________________________________________________
6473 [  7471] By: jhi                                   on 2000/10/28  17:28:24
6474         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
6475              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
6476      Branch: perl
6477            + Porting/repository.pod
6478            ! MANIFEST
6479 ____________________________________________________________________________
6480 [  7470] By: jhi                                   on 2000/10/28  17:20:54
6481         Log: Subject: DOC PATCH 5.6.0
6482              From: mjd@plover.com
6483              Date: 27 Oct 2000 17:32:44 -0000
6484              Message-ID: <20001027173244.23754.qmail@plover.com>
6485      Branch: perl
6486            ! pod/perlfunc.pod
6487 ____________________________________________________________________________
6488 [  7469] By: jhi                                   on 2000/10/28  17:16:45
6489         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
6490              From: "Peter J. Farley III" <pjfarley@banet.net>
6491              Date: Fri, 27 Oct 2000 20:32:56 -0400
6492              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
6493      Branch: perl
6494            ! README.dos
6495 ____________________________________________________________________________
6496 [  7468] By: jhi                                   on 2000/10/28  17:07:18
6497         Log: Make target reordering to avoid pointless re-makes.
6498              
6499              Subject: Re: Total re-make of 'make okfile' after 7451 ?
6500              From: Nicholas Clark <nick@ccl4.org>
6501              Date: Sat, 28 Oct 2000 00:31:02 +0100
6502              Message-ID: <20001028003101.A54517@plum.flirble.org>
6503      Branch: perl
6504            ! Makefile.SH
6505 ____________________________________________________________________________
6506 [  7467] By: jhi                                   on 2000/10/28  17:05:31
6507         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
6508              From: lvirden@cas.org
6509              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
6510              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
6511      Branch: perl
6512            ! README.os2
6513 ____________________________________________________________________________
6514 [  7466] By: jhi                                   on 2000/10/28  16:09:16
6515         Log: Upgrade to CPAN 1.58_55.
6516              
6517              Subject: CPAN.pm status
6518              From: andreas.koenig@anima.de (Andreas J. Koenig) 
6519              Date: 28 Oct 2000 08:18:00 +0200 
6520              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
6521      Branch: perl
6522            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6523 ____________________________________________________________________________
6524 [  7465] By: jhi                                   on 2000/10/28  16:02:47
6525         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
6526      Branch: perl
6527            ! embed.h embed.pl perl.h proto.h toke.c
6528 ____________________________________________________________________________
6529 [  7464] By: nick                                  on 2000/10/28  10:43:44
6530         Log: Fix for sv_2iv() on "shared" value from keys %hash.
6531      Branch: perl
6532            ! sv.c
6533 ____________________________________________________________________________
6534 [  7463] By: jhi                                   on 2000/10/27  16:18:29
6535         Log: Update Changes.
6536      Branch: perl
6537            ! Changes patchlevel.h
6538 ____________________________________________________________________________
6539 [  7462] By: jhi                                   on 2000/10/27  16:17:44
6540         Log: Too enthusiastic editing in #7460.
6541      Branch: metaconfig
6542            ! U/modified/Oldsym.U
6543      Branch: perl
6544            ! Configure config_h.SH
6545 ____________________________________________________________________________
6546 [  7461] By: jhi                                   on 2000/10/27  15:37:38
6547         Log: Retract #7459, the script needs more work.
6548      Branch: perl
6549            - mkreef
6550            ! MANIFEST
6551 ____________________________________________________________________________
6552 [  7460] By: jhi                                   on 2000/10/27  15:23:14
6553         Log: Use $sort, $uniq (and $tr) consistently as wondered
6554              by Nicholas Clark.
6555      Branch: metaconfig
6556            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
6557            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
6558            ! U/modified/libc.U
6559      Branch: perl
6560            ! Configure config_h.SH
6561 ____________________________________________________________________________
6562 [  7459] By: jhi                                   on 2000/10/27  15:02:07
6563         Log: (Retracted by #7461)
6564              
6565              Add a shell script for creating/removing symbolic link farms,
6566              useful for keeping the source code read-only and doing the
6567              builds somewhere else.
6568      Branch: perl
6569            + mkreef
6570            ! MANIFEST
6571 ____________________________________________________________________________
6572 [  7458] By: jhi                                   on 2000/10/27  14:42:20
6573         Log: Do away with the fix_pl.
6574      Branch: perl
6575            - fix_pl
6576            ! MANIFEST Makefile.SH
6577 ____________________________________________________________________________
6578 [  7457] By: jhi                                   on 2000/10/27  12:43:13
6579         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
6580              From: Jens Hamisch <jens@Strawberry.COM>
6581              Date: Fri, 27 Oct 2000 14:38:21 +0200
6582              Message-Id: <20001027143821.B3366@Strawberry.COM>
6583      Branch: perl
6584            ! perl.h
6585 ____________________________________________________________________________
6586 [  7456] By: jhi                                   on 2000/10/27  12:33:42
6587         Log: Subject: [PATCH] todo
6588              From: Nicholas Clark <nick@ccl4.org>
6589              Date: Thu, 26 Oct 2000 22:32:29 +0100
6590              Message-ID: <20001026223229.A44540@plum.flirble.org>
6591      Branch: perl
6592            ! pod/perltodo.pod
6593 ____________________________________________________________________________
6594 [  7455] By: jhi                                   on 2000/10/27  12:02:21
6595         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
6596              From: John Tobey <jtobey@john-edwin-tobey.org>
6597              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
6598              Message-Id: <m13ozHF-000FObC@feynman.localnet>
6599      Branch: perl
6600            ! op.c t/pragma/sub_lval.t
6601 ____________________________________________________________________________
6602 [  7454] By: jhi                                   on 2000/10/27  11:59:42
6603         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
6604              From: sthoenna@efn.org
6605              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
6606              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
6607      Branch: perl
6608            ! pp.c t/op/assignwarn.t
6609 ____________________________________________________________________________
6610 [  7453] By: jhi                                   on 2000/10/27  00:15:08
6611         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
6612      Branch: perl
6613            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6614            ! ext/Storable/Storable.xs t/lib/st-lock.t
6615 ____________________________________________________________________________
6616 [  7452] By: jhi                                   on 2000/10/26  13:05:52
6617         Log: Undo #7451, this seems to be a deficiency in Perforce,
6618              there is no per-file line-terminator type, only per-client.
6619      Branch: perl
6620            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
6621            ! win32/makefile.mk
6622 ____________________________________________________________________________
6623 [  7451] By: jhi                                   on 2000/10/26  04:56:03
6624         Log: Experimenting in DOS arcana.
6625      Branch: perl
6626            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
6627            ! win32/makefile.mk
6628 ____________________________________________________________________________
6629 [  7450] By: jhi                                   on 2000/10/26  04:50:52
6630         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
6631              From: "Peter J. Farley III" <pjfarley@banet.net>            
6632              Date: Wed, 25 Oct 2000 23:10:18 -0400
6633              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
6634      Branch: perl
6635            ! t/io/open.t
6636 ____________________________________________________________________________
6637 [  7449] By: jhi                                   on 2000/10/26  04:49:16
6638         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
6639              From: Hugo <hv@crypt.compulink.co.uk>
6640              Date: Thu, 26 Oct 2000 01:55:17 +0100
6641              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
6642              
6643              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
6644      Branch: perl
6645            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
6646 ____________________________________________________________________________
6647 [  7448] By: jhi                                   on 2000/10/26  04:38:36
6648         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
6649              From: Peter Prymmer <pvhp@forte.com>
6650              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
6651              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
6652      Branch: perl
6653            ! configure.com
6654 ____________________________________________________________________________
6655 [  7447] By: jhi                                   on 2000/10/25  23:20:02
6656         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
6657              in platforms that strictly require all the symbols being present
6658              at link time.
6659      Branch: perl
6660            ! handy.h
6661 ____________________________________________________________________________
6662 [  7446] By: jhi                                   on 2000/10/25  21:55:57
6663         Log: Update Changes.
6664      Branch: perl
6665            ! Changes patchlevel.h
6666 ____________________________________________________________________________
6667 [  7445] By: jhi                                   on 2000/10/25  21:27:08
6668         Log: Integrate with vmsperl #7430 by Charles Bailey:
6669              
6670              Cleanup from prior patch (Charles Lane?):
6671              - improve handling of MFDs in Basename and Path
6672              - default to no xsubpp line # munging when building debug images
6673      Branch: perl
6674           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
6675 ____________________________________________________________________________
6676 [  7444] By: jhi                                   on 2000/10/25  21:03:50
6677         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
6678              From: John Peacock <JPeacock@UnivPress.com>
6679              Date: Thu, 18 May 2000 11:55:27 -0400
6680              Message-ID: <3924126F.A58BE57A@UnivPress.com>
6681      Branch: perl
6682            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
6683            ! t/op/write.t
6684 ____________________________________________________________________________
6685 [  7443] By: jhi                                   on 2000/10/25  20:43:10
6686         Log: Temporary stopgap for the self-tying issue: for now only
6687              array and hash self-ties are verboten.  The real fix, of
6688              course, would be to comprehensively test (and implement?)
6689              and debug (and document) self-ties.
6690      Branch: perl
6691            ! pod/perldiag.pod pp_sys.c t/op/tie.t
6692 ____________________________________________________________________________
6693 [  7442] By: jhi                                   on 2000/10/25  20:14:30
6694         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
6695              From: Dan Sugalski <dan@sidhe.org>
6696              Date: Wed, 25 Oct 2000 13:36:35 -0400
6697              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
6698              
6699              plus regen global.sym.
6700      Branch: perl
6701            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
6702            ! thrdvar.h util.c
6703 ____________________________________________________________________________
6704 [  7441] By: jhi                                   on 2000/10/25  20:12:20
6705         Log: buildtoc target tweaks.
6706      Branch: perl
6707            ! pod/Makefile.SH
6708 ____________________________________________________________________________
6709 [  7440] By: jhi                                   on 2000/10/25  20:03:53
6710         Log: A new version of making the syslog test more robust.
6711              (Replaces #7421.)
6712              
6713              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
6714              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6715              Date: Wed, 25 Oct 2000 12:13:54 -0400
6716              Message-ID: <20001025121354.B2264@O2.chapin.edu>
6717      Branch: perl
6718            ! t/lib/syslog.t
6719 ____________________________________________________________________________
6720 [  7439] By: jhi                                   on 2000/10/25  20:00:48
6721         Log: Continue the internal UTF-8 API tweaking.
6722              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
6723              used much more than the simpler API, now called utf8_to_uv_simple().
6724              Still not quite happy with API, too much partial duplication
6725              of functionality.
6726      Branch: perl
6727            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
6728            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
6729            ! regcomp.c regexec.c sv.c toke.c utf8.c
6730 ____________________________________________________________________________
6731 [  7438] By: jhi                                   on 2000/10/25  18:52:30
6732         Log: Allow poking holes at the UTF-8 decoding strictness.
6733      Branch: perl
6734            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
6735            ! utf8.h
6736 ____________________________________________________________________________
6737 [  7437] By: jhi                                   on 2000/10/25  13:53:05
6738         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
6739              UTF8LEN() and UTF8SKIP(). 
6740      Branch: perl
6741            ! pp.c utf8.c utf8.h
6742 ____________________________________________________________________________
6743 [  7436] By: jhi                                   on 2000/10/25  13:51:37
6744         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
6745              From: Nicholas Clark <nick@ccl4.org>
6746              Date: Wed, 25 Oct 2000 14:44:05 +0100
6747              Message-ID: <20001025144404.D27253@plum.flirble.org>
6748      Branch: perl
6749            ! pod/perlrun.pod
6750 ____________________________________________________________________________
6751 [  7435] By: jhi                                   on 2000/10/25  13:49:32
6752         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
6753              From: Mike Guy <mjtg@cam.ac.uk>
6754              Date: Tue, 24 Oct 2000 14:59:40 +0100
6755              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
6756      Branch: perl
6757            ! scope.c
6758 ____________________________________________________________________________
6759 [  7434] By: jhi                                   on 2000/10/25  13:48:41
6760         Log: AIX is picky about its symbol exports.  Solution for now
6761              is to include the deb.o explicitly to the re extension build.
6762              
6763              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
6764              From: Peter Prymmer <pvhp@forte.com>
6765              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
6766              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
6767      Branch: perl
6768            ! ext/re/Makefile.PL hints/aix.sh
6769 ____________________________________________________________________________
6770 [  7433] By: jhi                                   on 2000/10/25  13:46:49
6771         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
6772              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6773              Date: Wed, 25 Oct 2000 12:02:20 +0200
6774              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
6775      Branch: perl
6776            ! perlsdio.h
6777 ____________________________________________________________________________
6778 [  7432] By: jhi                                   on 2000/10/25  13:44:28
6779         Log: Subject: Minor update to find2perl, for portability
6780              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
6781              Date: Wed, 25 Oct 2000 12:05:47 +0100
6782              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
6783      Branch: perl
6784            ! x2p/find2perl.PL
6785 ____________________________________________________________________________
6786 [  7431] By: jhi                                   on 2000/10/25  13:40:39
6787         Log: Add targets to Makefile.SH, most importantly
6788              'regen_all' which also remembers to update vms/perly*.
6789      Branch: perl
6790            ! Makefile.SH
6791 ____________________________________________________________________________
6792 [  7430] By: bailey                                on 2000/10/25  03:13:53
6793         Log: Cleanup from prior patch (Charles Lane?):
6794              - improve handling of MFDs in Basename and Path
6795              - default to no xsubpp line # munging when building debug images
6796      Branch: vmsperl
6797            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
6798 ____________________________________________________________________________
6799 [  7429] By: jhi                                   on 2000/10/24  20:03:40
6800         Log: Podify README.epoc and README.vos.
6801      Branch: perl
6802            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
6803            ! pod/perlport.pod pod/perltoc.pod
6804 ____________________________________________________________________________
6805 [  7428] By: jhi                                   on 2000/10/24  19:10:33
6806         Log: Stratus VOS updates from Paul Green.
6807      Branch: perl
6808            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6809            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
6810            - vos/config.def vos/config.h vos/config_h.SH_orig
6811            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
6812            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
6813 ____________________________________________________________________________
6814 [  7427] By: jhi                                   on 2000/10/24  18:59:48
6815         Log: Check if stdio supports tweaking lval and cnt simultaneously.
6816              
6817              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
6818              From: Nicholas Clark <nick@ccl4.org>
6819              Date: Mon, 23 Oct 2000 15:39:32 +0100
6820              Message-ID: <20001023153932.A10786@plum.flirble.org>
6821      Branch: metaconfig
6822            ! U/compline/d_stdstdio.U
6823      Branch: perl
6824            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6825            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
6826            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
6827            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
6828            ! vos/config.h vos/config_h.SH_orig win32/config.bc
6829            ! win32/config.gc win32/config.vc
6830 ____________________________________________________________________________
6831 [  7426] By: jhi                                   on 2000/10/24  17:57:44
6832         Log: Missed the header file changes from #7425.
6833      Branch: perl
6834            ! embed.h embed.pl objXSUB.h proto.h
6835 ____________________________________________________________________________
6836 [  7425] By: jhi                                   on 2000/10/24  17:55:17
6837         Log: Fix the bug reported in
6838              
6839              From: andreas.koenig@anima.de (Andreas J. Koenig)
6840              Subject: Encode bug?
6841              Date: 24 Oct 2000 14:01:26 +0200 
6842              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
6843              
6844              Also make is_utf8_char() stricter.
6845      Branch: perl
6846            ! ext/Encode/Encode.xs utf8.c
6847 ____________________________________________________________________________
6848 [  7424] By: jhi                                   on 2000/10/24  15:15:39
6849         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
6850              From: Peter Scott <Peter@PSDT.com>
6851              Date: Mon, 23 Oct 2000 19:46:01 -0700
6852              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
6853      Branch: perl
6854            ! pod/perlfaq5.pod
6855 ____________________________________________________________________________
6856 [  7423] By: jhi                                   on 2000/10/24  14:25:30
6857         Log: Test tweak to avoid pulling in the whole Config.
6858      Branch: perl
6859            ! t/lib/st-lock.t
6860 ____________________________________________________________________________
6861 [  7422] By: jhi                                   on 2000/10/24  14:03:16
6862         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
6863      Branch: perl
6864            ! pp.c
6865 ____________________________________________________________________________
6866 [  7421] By: jhi                                   on 2000/10/24  13:32:09
6867         Log: (Replaced by #7440.)
6868              
6869              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
6870              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6871              Date: Mon, 23 Oct 2000 16:40:54 -0400
6872              Message-ID: <20001023164054.B14491@O2.chapin.edu>
6873      Branch: perl
6874            ! t/lib/syslog.t
6875 ____________________________________________________________________________
6876 [  7420] By: jhi                                   on 2000/10/24  13:30:53
6877         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
6878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6879              Date: Mon, 23 Oct 2000 17:29:03 -0400
6880              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
6881      Branch: perl
6882            ! lib/ExtUtils/MM_Unix.pm
6883 ____________________________________________________________________________
6884 [  7419] By: jhi                                   on 2000/10/24  13:29:57
6885         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
6886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6887              Date: Mon, 23 Oct 2000 19:01:32 -0400
6888              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
6889      Branch: perl
6890            ! utils/h2xs.PL
6891 ____________________________________________________________________________
6892 [  7418] By: jhi                                   on 2000/10/24  13:26:04
6893         Log: Replace #7409 with
6894              
6895              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
6896              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
6897              Date: Mon, 23 Oct 2000 20:08:56 +0200
6898              Message-ID: <20001023200855.A14850@nice.ram.loc>
6899      Branch: perl
6900            ! ext/Storable/Storable.pm t/lib/st-lock.t
6901 ____________________________________________________________________________
6902 [  7417] By: jhi                                   on 2000/10/24  13:17:52
6903         Log: Run vms/vms_yfix.pl, should have done that after changing
6904              perly.c in #7382.
6905      Branch: perl
6906            ! vms/perly_c.vms vms/perly_h.vms
6907 ____________________________________________________________________________
6908 [  7416] By: jhi                                   on 2000/10/24  02:55:33
6909         Log: Make the UTF-8 decoding stricter and more verbose when
6910              malformation happens.  This involved adding an argument
6911              to utf8_to_uv_chk(), which involved changing its prototype,
6912              and prefer STRLEN over I32 for the UTF-8 length, which as
6913              a domino effect necessitated changing the prototypes of
6914              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
6915              The stricter UTF-8 decoding checking uses Markus Kuhn's
6916              UTF-8 Decode Stress Tester from
6917              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
6918      Branch: perl
6919            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
6920            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
6921            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
6922            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
6923 ____________________________________________________________________________
6924 [  7415] By: jhi                                   on 2000/10/23  14:06:06
6925         Log: Update Changes.
6926      Branch: perl
6927            ! Changes patchlevel.h
6928 ____________________________________________________________________________
6929 [  7414] By: jhi                                   on 2000/10/23  12:39:52
6930         Log: Undo the basename() part of #7412 since the lib/basename
6931              tests would need upgrading too.
6932      Branch: perl
6933            ! lib/File/Basename.pm
6934 ____________________________________________________________________________
6935 [  7413] By: jhi                                   on 2000/10/23  12:19:27
6936         Log: Document PERL_INSTALL_ROOT of #7210.
6937      Branch: perl
6938            ! lib/ExtUtils/Install.pm
6939 ____________________________________________________________________________
6940 [  7412] By: jhi                                   on 2000/10/23  12:16:47
6941         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
6942      Branch: perl
6943            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
6944            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
6945 ____________________________________________________________________________
6946 [  7411] By: jhi                                   on 2000/10/23  12:07:41
6947         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
6948              From: Prymmer/Kahn <pvhp@best.com>
6949              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
6950              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
6951      Branch: perl
6952            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
6953 ____________________________________________________________________________
6954 [  7410] By: jhi                                   on 2000/10/23  04:10:11
6955         Log: The change #7187 was not so good on VMS.
6956              
6957              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
6958              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6959              Date: Sun, 22 Oct 2000 23:03:08 -0500
6960              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
6961      Branch: perl
6962            ! utils/perldoc.PL
6963 ____________________________________________________________________________
6964 [  7409] By: jhi                                   on 2000/10/23  03:57:36
6965         Log: Avoid Storable locking on DJGPP for now.
6966              
6967              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
6968              From: "Peter J. Farley III" <pjfarley@banet.net>
6969              Date: Sun, 22 Oct 2000 20:00:00 -0400
6970              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
6971      Branch: perl
6972            ! ext/Storable/Storable.pm t/lib/st-lock.t
6973 ____________________________________________________________________________
6974 [  7408] By: jhi                                   on 2000/10/23  03:50:24
6975         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
6976              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6977              Date: Sun, 22 Oct 2000 21:12:22 -0400
6978              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
6979      Branch: perl
6980            ! lib/vars.pm
6981 ____________________________________________________________________________
6982 [  7407] By: jhi                                   on 2000/10/23  03:43:12
6983         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
6984              From: Hugo <hv@crypt.compulink.co.uk>
6985              Date: Mon, 23 Oct 2000 00:47:22 +0100
6986              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
6987      Branch: perl
6988            ! regexec.c t/op/pat.t
6989 ____________________________________________________________________________
6990 [  7406] By: jhi                                   on 2000/10/23  03:40:29
6991         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
6992      Branch: perl
6993            ! lib/ExtUtils/MakeMaker.pm
6994 ____________________________________________________________________________
6995 [  7405] By: jhi                                   on 2000/10/22  21:32:00
6996         Log: Doc patch.
6997              
6998              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
6999              From: rspier@pobox.com (Robert Spier)
7000              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
7001              Message-ID: <14835.16112.13457.447971@rls.cx>
7002      Branch: perl
7003            ! lib/strict.pm
7004 ____________________________________________________________________________
7005 [  7404] By: jhi                                   on 2000/10/22  21:30:51
7006         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
7007              From: rspier@pobox.com (Robert Spier)
7008              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
7009              Message-ID: <14835.17223.72448.705566@rls.cx>
7010      Branch: perl
7011            ! lib/ExtUtils/MakeMaker.pm
7012 ____________________________________________________________________________
7013 [  7403] By: jhi                                   on 2000/10/22  21:24:11
7014         Log: Subject: [PATCH bleadperl] ripples from constsub patch
7015              From: John Tobey <jtobey@john-edwin-tobey.org>
7016              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
7017              Message-Id: <m13nSOB-000FObC@feynman.localnet>
7018      Branch: perl
7019            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
7020 ____________________________________________________________________________
7021 [  7402] By: jhi                                   on 2000/10/22  20:59:35
7022         Log: Support s?printf parameter reordering.
7023      Branch: perl
7024            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
7025 ____________________________________________________________________________
7026 [  7401] By: jhi                                   on 2000/10/22  19:19:14
7027         Log: Expand %Config variables only if explicitly so requested
7028              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
7029              
7030              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
7031              From: Gurusamy Sarathy <gsar@ActiveState.com>
7032              Date: Sun, 22 Oct 2000 11:47:32 -0700
7033              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
7034      Branch: perl
7035            ! Makefile.SH lib/lib_pm.PL
7036 ____________________________________________________________________________
7037 [  7400] By: jhi                                   on 2000/10/22  18:24:10
7038         Log: Move the #7390 test from warn/op to comp/redef.
7039              
7040              Subject: Re: Creating const subs for constants.
7041              From: John Tobey <jtobey@john-edwin-tobey.org>
7042              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
7043              Message-Id: <m13nG72-000FObC@feynman.localnet>               
7044      Branch: perl
7045            ! t/comp/redef.t t/pragma/warn/op
7046 ____________________________________________________________________________
7047 [  7399] By: jhi                                   on 2000/10/22  17:49:59
7048         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
7049              From: Nicholas Clark <nick@ccl4.org>
7050              Date: Sat, 21 Oct 2000 22:23:19 +0100
7051              Message-ID: <20001021222319.B45586@plum.flirble.org>
7052      Branch: perl
7053            ! ext/DynaLoader/DynaLoader_pm.PL
7054 ____________________________________________________________________________
7055 [  7398] By: jhi                                   on 2000/10/22  17:47:35
7056         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
7057              From: Hugo <hv@crypt.compulink.co.uk>
7058              Date: Sat, 21 Oct 2000 18:19:59 +0100
7059              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
7060      Branch: perl
7061            ! ext/B/B.pm ext/B/B/C.pm
7062 ____________________________________________________________________________
7063 [  7397] By: jhi                                   on 2000/10/22  17:35:18
7064         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
7065              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7066              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
7067              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
7068      Branch: perl
7069            ! hints/openbsd.sh
7070 ____________________________________________________________________________
7071 [  7396] By: jhi                                   on 2000/10/22  17:19:46
7072         Log: Subject: installman go-faster stripes
7073              From: Nicholas Clark <nick@talking.bollo.cx>
7074              Date: Sat, 21 Oct 2000 17:24:53 +0100
7075              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
7076              
7077              Subject: Re: installman go-faster stripes
7078              From: Russ Allbery <rra@stanford.edu>
7079              Date: 21 Oct 2000 11:04:13 -0700
7080              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
7081      Branch: perl
7082            ! installman pod/pod2man.PL
7083 ____________________________________________________________________________
7084 [  7395] By: jhi                                   on 2000/10/22  17:17:35
7085         Log: Hints tweak from Anton Berezin.
7086      Branch: perl
7087            ! hints/freebsd.sh
7088 ____________________________________________________________________________
7089 [  7394] By: jhi                                   on 2000/10/22  04:50:04
7090         Log: Tweak the Is* definitions of Unicode character classes
7091              to better match the official categorizations; embrace
7092              the official categorizations; add the combining marks
7093              as alpha (and -numeric); fix DCinital (a typo and edito)
7094              to be DCmedial.
7095      Branch: perl
7096            + lib/unicode/Is/DCmedial.pl
7097            - lib/unicode/Is/DCinital.pl
7098            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7099            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
7100            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
7101            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
7102 ____________________________________________________________________________
7103 [  7393] By: jhi                                   on 2000/10/21  18:06:05
7104         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
7105              From: Daniel Chetlin <daniel@chetlin.com>
7106              Date: Sat, 21 Oct 2000 02:57:03 -0700
7107              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
7108      Branch: perl
7109            + t/lib/tie-splice.t
7110            ! MANIFEST lib/Tie/Array.pm
7111 ____________________________________________________________________________
7112 [  7392] By: gsar                                  on 2000/10/21  18:05:15
7113         Log: resync utfperl branch with mainline
7114      Branch: utfperl
7115           !> (integrate 1760 files)
7116 ____________________________________________________________________________
7117 [  7391] By: jhi                                   on 2000/10/21  14:37:49
7118         Log: Testcases for a #7383,#7385 related bug.
7119              
7120              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
7121              From: Nicholas Clark <nick@ccl4.org>
7122              Date: Sat, 21 Oct 2000 15:04:51 +0100
7123              Message-ID: <20001021150451.A51566@plum.flirble.org>
7124      Branch: perl
7125            ! t/pragma/utf8.t
7126 ____________________________________________________________________________
7127 [  7390] By: jhi                                   on 2000/10/21  14:35:57
7128         Log: Add a testcase for #7389.
7129      Branch: perl
7130            ! t/pragma/warn/op
7131 ____________________________________________________________________________
7132 [  7389] By: jhi                                   on 2000/10/21  14:26:45
7133         Log: Subject: Re: Creating const subs for constants.
7134              From: John Tobey <jtobey@john-edwin-tobey.org>
7135              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
7136              Message-Id: <m13mo0N-000FObC@feynman.localnet>
7137      Branch: perl
7138            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
7139            ! proto.h sv.c
7140 ____________________________________________________________________________
7141 [  7388] By: nick                                  on 2000/10/21  11:44:23
7142         Log: Populate perlio branch
7143      Branch: perlio
7144           +> (branch 1760 files)
7145 ____________________________________________________________________________
7146 [  7387] By: nick                                  on 2000/10/21  10:52:05
7147         Log: Get branch back as replica of mainline via :
7148              p4 integrate -b utfperl
7149              p4 resolve -at ./...
7150      Branch: utfperl
7151           +> (branch 269 files)
7152            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
7153            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
7154            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
7155            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
7156            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
7157            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7158            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7159            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7160            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
7161            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
7162            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
7163            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
7164            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
7165            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
7166            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
7167            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
7168            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
7169            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
7170            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
7171            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
7172            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
7173            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
7174            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
7175            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
7176            - lib/unicode/UCD300.html lib/unicode/Unicode.300
7177            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
7178            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
7179            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
7180            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
7181           !> (integrate 965 files)
7182 ____________________________________________________________________________
7183 [  7386] By: jhi                                   on 2000/10/21  01:31:12
7184         Log: Update Changes.
7185      Branch: perl
7186            ! Changes patchlevel.h
7187 ____________________________________________________________________________
7188 [  7385] By: jhi                                   on 2000/10/21  01:28:42
7189         Log: The #7383 was right only in the context of the original bug report,
7190              not in more general case.
7191      Branch: perl
7192            ! pp_hot.c
7193 ____________________________________________________________________________
7194 [  7384] By: jhi                                   on 2000/10/21  01:08:23
7195         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
7196      Branch: perl
7197            ! ext/IO/lib/IO/Select.pm
7198 ____________________________________________________________________________
7199 [  7383] By: jhi                                   on 2000/10/21  00:44:18
7200         Log: Fix for ID 20001020.006, concatenating an unset submatch
7201              with utf8 resulted in "Modification of a read-only value".
7202      Branch: perl
7203            ! pp_hot.c t/pragma/utf8.t
7204 ____________________________________________________________________________
7205 [  7382] By: jhi                                   on 2000/10/20  20:44:31
7206         Log: Make scan_num() reëntrant, as suggested in
7207              
7208              Subject: [PATCH perl@7229] Rentrant parser and yylex()
7209              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7210              Date: Fri, 20 Oct 2000 14:17:27 +0100
7211              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
7212      Branch: perl
7213            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
7214            ! toke.c
7215 ____________________________________________________________________________
7216 [  7381] By: jhi                                   on 2000/10/20  20:07:29
7217         Log: Reëntrancy fix.
7218              
7219              Subject: [PATCH perl@7229] Rentrant parser and yylex()
7220              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7221              Date: Fri, 20 Oct 2000 14:17:27 +0100
7222              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
7223      Branch: perl
7224            ! embed.h embed.pl perl.h proto.h toke.c
7225 ____________________________________________________________________________
7226 [  7380] By: jhi                                   on 2000/10/20  19:15:54
7227         Log: Don't write double values through long double pointers,
7228              based on a part of
7229              
7230              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
7231              From: Jens Hamisch <jens@Strawberry.COM>
7232              Date: Tue, 17 Oct 2000 08:39:36 +0200
7233              Message-Id: <20001017083936.A11104@Strawberry.COM>
7234      Branch: perl
7235            ! perl.h pp.c
7236 ____________________________________________________________________________
7237 [  7379] By: jhi                                   on 2000/10/20  18:43:37
7238         Log: Portability tweak on #7377.
7239              
7240              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
7241              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7242              Date:     Fri, 20 Oct 2000 13:13:41 EDT
7243              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
7244      Branch: perl
7245            ! t/lib/dprof.t
7246 ____________________________________________________________________________
7247 [  7378] By: jhi                                   on 2000/10/20  12:57:19
7248         Log: SOCKS function redefinitions need prototypes, too, otherwise
7249              for example 32 bit versus 64 bit differences cause a lot of
7250              problems.  Part of
7251              
7252              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
7253              From: Jens Hamisch <jens@Strawberry.COM>
7254              Date: Tue, 17 Oct 2000 08:39:36 +0200
7255              Message-Id: <20001017083936.A11104@Strawberry.COM>
7256      Branch: perl
7257            ! doio.c pp_sys.c
7258 ____________________________________________________________________________
7259 [  7377] By: jhi                                   on 2000/10/20  12:37:12
7260         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
7261              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7262              Date:     Fri, 20 Oct 2000 08:26:04 EDT
7263              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
7264      Branch: perl
7265            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
7266 ____________________________________________________________________________
7267 [  7376] By: jhi                                   on 2000/10/20  12:35:31
7268         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
7269              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7270              Date:     Fri, 20 Oct 2000 07:48:15 EDT
7271              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
7272      Branch: perl
7273            ! configure.com vms/gen_shrfls.pl
7274 ____________________________________________________________________________
7275 [  7375] By: bailey                                on 2000/10/20  04:44:37
7276         Log: SYN SYN
7277      Branch: vmsperl
7278           +> (branch 134 files)
7279            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
7280            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
7281            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
7282            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
7283            - eg/cgi/frameset.cgi eg/cgi/index.html
7284            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7285            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7286            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7287            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
7288            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
7289            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
7290            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
7291            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
7292            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
7293            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
7294            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
7295            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
7296            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
7297            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
7298            - lib/unicode/Props.txt lib/unicode/UCD300.html
7299            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
7300            - utils/perlbc.PL vms/subconfigure.com
7301           !> (integrate 785 files)
7302 ____________________________________________________________________________
7303 [  7374] By: jhi                                   on 2000/10/20  00:59:48
7304         Log: In the latest compiler builds cccdlflags must not become -fpic,
7305              from Wilfredo Sánchez.
7306      Branch: perl
7307            ! hints/darwin.sh
7308 ____________________________________________________________________________
7309 [  7373] By: jhi                                   on 2000/10/20  00:56:35
7310         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
7311              From: Tony Cook <tony@develop-help.com>
7312              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
7313              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
7314      Branch: perl
7315            ! pod/perlop.pod
7316 ____________________________________________________________________________
7317 [  7372] By: jhi                                   on 2000/10/19  19:34:40
7318         Log: Typo noted by Mark Lutz.
7319      Branch: perl
7320            ! t/op/64bitint.t
7321 ____________________________________________________________________________
7322 [  7371] By: jhi                                   on 2000/10/19  19:33:13
7323         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
7324      Branch: metaconfig
7325            ! U/modified/Cppsym.U U/modified/Oldconfig.U
7326      Branch: metaconfig/U/perl
7327            ! End.U dlsrc.U libperl.U
7328      Branch: perl
7329            + hints/nonstopux.sh
7330            ! Configure MANIFEST config_h.SH
7331 ____________________________________________________________________________
7332 [  7370] By: jhi                                   on 2000/10/19  17:18:08
7333         Log: Subject: PATCH do_print has 2 PerlIO_error()s
7334              From: nick@ccl4.org
7335              Date: Thu, 19 Oct 2000 18:09:20 +0100
7336              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
7337      Branch: perl
7338            ! doio.c
7339 ____________________________________________________________________________
7340 [  7369] By: jhi                                   on 2000/10/19  14:01:49
7341         Log: Update Changes.
7342      Branch: perl
7343            ! Changes patchlevel.h
7344 ____________________________________________________________________________
7345 [  7368] By: jhi                                   on 2000/10/19  13:04:29
7346         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
7347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7348              Date: Wed, 18 Oct 2000 13:12:01 +0200
7349              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
7350      Branch: perl
7351            ! hints/aix.sh
7352 ____________________________________________________________________________
7353 [  7367] By: jhi                                   on 2000/10/19  02:22:40
7354         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
7355              of a 'pmshort' anywhere in the B, so the offending line was simply
7356              removed.
7357      Branch: perl
7358            ! ext/B/B/Debug.pm
7359 ____________________________________________________________________________
7360 [  7366] By: jhi                                   on 2000/10/19  02:12:37
7361         Log: Add the test case for the bug id 20000730.004 which seems
7362              to have been fixed by now.
7363      Branch: perl
7364            ! t/pragma/utf8.t
7365 ____________________________________________________________________________
7366 [  7365] By: jhi                                   on 2000/10/18  23:36:24
7367         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
7368              From: Hugo <hv@crypt.compulink.co.uk>
7369              Date: Wed, 18 Oct 2000 23:25:58 +0100
7370              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
7371      Branch: perl
7372            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
7373 ____________________________________________________________________________
7374 [  7364] By: jhi                                   on 2000/10/18  21:12:53
7375         Log: (retracted)
7376      Branch: perl
7377            ! pp.c
7378 ____________________________________________________________________________
7379 [  7363] By: jhi                                   on 2000/10/18  20:55:38
7380         Log: Missing change from #7362.
7381      Branch: perl
7382            ! win32/perlhost.h
7383 ____________________________________________________________________________
7384 [  7362] By: jhi                                   on 2000/10/18  20:52:01
7385         Log: Borland C fstat() never saw the fd as writable.
7386              
7387              Subject: fix for Borland's weak "stat" (perl@7211)
7388              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7389              Date: Mon, 16 Oct 2000 09:55:03 +0400
7390              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
7391      Branch: perl
7392            ! win32/win32.c
7393 ____________________________________________________________________________
7394 [  7361] By: jhi                                   on 2000/10/18  17:43:50
7395         Log: Regen toc.
7396      Branch: perl
7397            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
7398 ____________________________________________________________________________
7399 [  7360] By: jhi                                   on 2000/10/18  17:07:44
7400         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7401              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
7402              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
7403              Date: Mon, 16 Oct 2000 15:19:49 +0200
7404      Branch: perl
7405            + README.aix
7406            ! MANIFEST
7407 ____________________________________________________________________________
7408 [  7359] By: jhi                                   on 2000/10/18  17:04:49
7409         Log: Subject: Pod patch for Devel::Peek
7410              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7411              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
7412              Date: Mon, 16 Oct 2000 12:26:34 +0200
7413      Branch: perl
7414            ! ext/Devel/Peek/Peek.pm
7415 ____________________________________________________________________________
7416 [  7358] By: jhi                                   on 2000/10/18  17:03:15
7417         Log: Make Cwd more bulletproof in chrooted environments.
7418              
7419              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
7420              From: "Eric E. Coe" <Eric.Coe@oracle.com>
7421              Date: Wed, 18 Oct 2000 04:03:54 -0400
7422              Message-Id: <39ED596A.70E599FE@oracle.com>
7423      Branch: perl
7424            ! lib/Cwd.pm
7425 ____________________________________________________________________________
7426 [  7357] By: jhi                                   on 2000/10/18  16:37:26
7427         Log: Disable the UTF8 downgrade croakage for now to avoid
7428              too many not okay messages.
7429      Branch: perl
7430            ! doio.c
7431 ____________________________________________________________________________
7432 [  7356] By: jhi                                   on 2000/10/17  23:29:41
7433         Log: Show the failed remote port, instead of the failing line number.
7434              
7435              Subject: [PATCH 5.6.1 Debugger] More diagnostics
7436              From: David Sparks <daves@ActiveState.com>
7437              Date: Tue, 17 Oct 2000 15:00:24 -0700
7438              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
7439      Branch: perl
7440            ! lib/perl5db.pl
7441 ____________________________________________________________________________
7442 [  7355] By: jhi                                   on 2000/10/17  14:11:31
7443         Log: On output try to downgrade to bytes, croak if impossible,
7444              from Simon Cozens.  This means that outputting >255 UTF8
7445              is impossible.  Consider this as a strong incentive to get
7446              the I/O disciplines implemented.
7447      Branch: perl
7448            ! doio.c pod/perldiag.pod sv.c
7449 ____________________________________________________________________________
7450 [  7354] By: jhi                                   on 2000/10/17  13:42:23
7451         Log: Clarify documentation on 'use bytes'.
7452              
7453              Subject: Re: What does 'use bytes' "mean" ?
7454              From: Simon Cozens <simon@cozens.net>
7455              Date: Mon, 18 Sep 2000 18:24:25 +0100
7456              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
7457      Branch: perl
7458            ! lib/bytes.pm
7459 ____________________________________________________________________________
7460 [  7353] By: jhi                                   on 2000/10/17  13:28:12
7461         Log: Workaround for a sfio bug where the stream error indicator
7462              is not cleared as documented.
7463              
7464              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
7465              From: Nicholas Clark <nick@ccl4.org>
7466              Date: Mon, 16 Oct 2000 18:28:23 +0100
7467              Message-ID: <20001016182823.J19700@plum.flirble.org>
7468      Branch: perl
7469            ! doio.c
7470 ____________________________________________________________________________
7471 [  7352] By: jhi                                   on 2000/10/17  13:06:19
7472         Log: More IoTYPE sprinkling.
7473      Branch: perl
7474            ! doio.c pp_hot.c
7475 ____________________________________________________________________________
7476 [  7351] By: jhi                                   on 2000/10/16  22:47:07
7477         Log: Detect early whether the std streams have gone bad.
7478              
7479              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
7480              Date: Mon, 16 Oct 2000 23:28:42 +0100
7481              From: Nicholas Clark <nick@ccl4.org>
7482              Message-ID: <20001016232842.A37942@plum.flirble.org>
7483      Branch: perl
7484            ! t/op/misc.t
7485 ____________________________________________________________________________
7486 [  7350] By: jhi                                   on 2000/10/16  22:45:16
7487         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
7488              From: "Peter J. Farley III" <pjfarley@banet.net>
7489              Date: Mon, 16 Oct 2000 18:15:59 -0400
7490              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
7491      Branch: perl
7492            ! djgpp/djgpp.c dosish.h t/io/open.t
7493 ____________________________________________________________________________
7494 [  7349] By: jhi                                   on 2000/10/16  22:36:45
7495         Log: perldelta tweak.
7496      Branch: perl
7497            ! pod/perldelta.pod
7498 ____________________________________________________________________________
7499 [  7348] By: jhi                                   on 2000/10/16  15:17:53
7500         Log: Update Changes.
7501      Branch: perl
7502            ! Changes patchlevel.h
7503 ____________________________________________________________________________
7504 [  7347] By: jhi                                   on 2000/10/16  13:55:27
7505         Log: Add the capability to include/exclude branches.
7506      Branch: perl
7507            ! Porting/genlog
7508 ____________________________________________________________________________
7509 [  7346] By: jhi                                   on 2000/10/16  13:18:04
7510         Log: Add Charles Lane.
7511      Branch: perl
7512            ! AUTHORS Changes
7513 ____________________________________________________________________________
7514 [  7345] By: jhi                                   on 2000/10/16  13:13:21
7515         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
7516      Branch: perl
7517            ! pod/perldelta.pod
7518 ____________________________________________________________________________
7519 [  7344] By: gsar                                  on 2000/10/16  09:30:21
7520         Log: integrate change#6220 from cfgperl
7521              
7522              Win32 patches from Benjamin Stuhl.
7523      Branch: maint-5.6/perl
7524           !> makedef.pl win32/win32.h
7525 ____________________________________________________________________________
7526 [  7343] By: gsar                                  on 2000/10/16  08:32:19
7527         Log: integrate changes#6221,6222 from cfgperl
7528              
7529              Remove tr///CU (the feature is to be obsoleted by better interfaces).
7530              From: simon@brecon.co.uk (Simon Cozens)
7531              Subject: [PATCH] Eliminate tr///[CU][CU]
7532              Date: 23 Jun 2000 11:05:40 GMT
7533              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
7534              
7535              doc typo fix
7536              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
7537              From: Ian Phillipps <Ian.Phillipps@iname.com>
7538              Date: Fri, 23 Jun 2000 10:40:58 +0100
7539              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
7540      Branch: maint-5.6/perl
7541           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
7542 ____________________________________________________________________________
7543 [  7342] By: gsar                                  on 2000/10/16  08:28:08
7544         Log: integrate change#6217 from cfgperl (in part)
7545              
7546              Rename the fdpid locking and integrate with Sarathy.
7547      Branch: maint-5.6/perl
7548           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
7549           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
7550           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
7551           !> win32/win32.c
7552 ____________________________________________________________________________
7553 [  7341] By: gsar                                  on 2000/10/16  08:23:39
7554         Log: integrate changes#6214..6216 from mainline
7555              
7556              @_ can't have junk in it even in the non-USE_ITHREADS case because
7557              caller() wants to populate @DB::args with it (causes a coredump
7558              in Carp::confess())
7559              
7560              tweak comment about @DB::args
7561              
7562              be more optimal about clearing @_
7563      Branch: maint-5.6/perl
7564           !> av.h cop.h pp_ctl.c t/op/runlevel.t
7565 ____________________________________________________________________________
7566 [  7340] By: gsar                                  on 2000/10/16  08:20:37
7567         Log: integrate changes#6207..6210 from cfgperl
7568              
7569              Subject: [PATCH 5.6.0] Threadsafe patches
7570              From: Dan Sugalski <dan@sidhe.org>
7571              To: perl5-porters@perl.org
7572              Date: Mon, 08 May 2000 18:08:13 -0400
7573              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
7574              
7575              Regen headers for #6207.
7576              
7577              Lock PL_fdpid against race conditions, based on:
7578              Subject: [PATCH 5.6.0]subprocess fixup for threads
7579              From: Dan Sugalski <dan@sidhe.org>
7580              To: perl5-porters@perl.org
7581              Date: Tue, 11 Apr 2000 17:02:32 -0400
7582              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
7583              
7584              Mopup for #6207 and #6209.
7585      Branch: maint-5.6/perl
7586           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
7587           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
7588           !> win32/win32.c
7589 ____________________________________________________________________________
7590 [  7339] By: gsar                                  on 2000/10/16  08:14:34
7591         Log: integrate change#6203 from cfgperl
7592              
7593              perldiag should refer to perlos2.pod not README.os2
7594      Branch: maint-5.6/perl
7595           !> pod/perldiag.pod
7596 ____________________________________________________________________________
7597 [  7338] By: gsar                                  on 2000/10/16  08:11:42
7598         Log: integrate change#6201 from mainline
7599              
7600              Perl_eval_pv() leaks 4 bytes every time it is called because it
7601              does a PUSHMARK that's never ever POPMARKed; in general, only
7602              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
7603              Perl_eval_[sp]v() don't because they don't take any incoming
7604              arguments (this leak has been around since the original version
7605              of perl_eval_pv() in 5.003_97e)
7606      Branch: maint-5.6/perl
7607           !> perl.c
7608 ____________________________________________________________________________
7609 [  7337] By: gsar                                  on 2000/10/16  08:08:47
7610         Log: integrate changes#6197..6200 from cfgperl
7611              
7612              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
7613              From: John Borwick <jhborwic@unity.ncsu.edu>
7614              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
7615              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
7616              
7617              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
7618              From: Dan Sugalski <dan@sidhe.org>
7619              To: vmsperl@perl.org, perl5-porters@perl.org
7620              Date: Fri, 02 Jun 2000 16:00:41 -0400
7621              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
7622              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
7623              
7624              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
7625              From: Dan Sugalski <dan@sidhe.org>
7626              To: perl5-porters@perl.org, vmsperl@perl.org
7627              Date: Fri, 02 Jun 2000 17:30:51 -0400
7628              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
7629              
7630              Update to cperl-mode.el 4.31 from
7631              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
7632              Subject: A couple of notes
7633              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7634              To: Mailing list Perl5 <perl5-porters@perl.org>
7635              Date: Sat, 3 Jun 2000 23:33:32 -0400
7636              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
7637      Branch: maint-5.6/perl
7638           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
7639           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
7640           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
7641           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
7642           !> vms/vmsish.h
7643 ____________________________________________________________________________
7644 [  7336] By: gsar                                  on 2000/10/16  08:03:46
7645         Log: integrate changes#6194,6195 from mainline
7646              
7647              fix small eval"" memory leaks under USE_ITHREADS
7648              
7649              fix yet another eval"" leak under USE_ITHREADS
7650      Branch: maint-5.6/perl
7651           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
7652           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
7653           !> vms/perly_c.vms
7654 ____________________________________________________________________________
7655 [  7335] By: gsar                                  on 2000/10/16  08:02:15
7656         Log: integrate changes#6190,6191 from mainline
7657              
7658              submit missing embed.pl change
7659              
7660              vec() loses numericalness (modified version of patch suggested
7661              by Robin Barker)
7662      Branch: maint-5.6/perl
7663           !> doop.c embed.pl t/op/vec.t
7664 ____________________________________________________________________________
7665 [  7334] By: gsar                                  on 2000/10/16  08:01:03
7666         Log: integrate change#6189 from mainline
7667              
7668              counting tr/// corrupts later operation (from M.J.T Guy)
7669      Branch: maint-5.6/perl
7670           !> doop.c t/op/tr.t
7671 ____________________________________________________________________________
7672 [  7333] By: gsar                                  on 2000/10/16  07:59:07
7673         Log: integrate changes#6183..6188 from mainline
7674              
7675              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
7676              <nick@ccl4.org>)
7677              
7678              tweak for change#6127
7679              
7680              remove incorrect documentation about implicit split to @_ in
7681              list context, which never really worked in perl 5 (from
7682              M.J.T. Guy)
7683              
7684              further qualify references to "alphanumeric" (from Wolfgang Laun
7685              <wolfgang.laun@alcatel.at>)
7686              
7687              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
7688              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
7689              
7690              h2xs tweaks
7691      Branch: maint-5.6/perl
7692           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
7693           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
7694           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
7695           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
7696           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
7697           !> pod/pod2latex.PL utils/h2xs.PL
7698 ____________________________________________________________________________
7699 [  7332] By: gsar                                  on 2000/10/16  07:53:52
7700         Log: integrate change#6179 from mainline
7701              
7702              buggy modulus on UVs introduced by change#3378 (resulted in
7703              4063328477 % 65535 amounting to 27406, instead of 27407)
7704      Branch: maint-5.6/perl
7705           !> pp.c t/op/arith.t
7706 ____________________________________________________________________________
7707 [  7331] By: gsar                                  on 2000/10/16  07:52:49
7708         Log: integrate changes#6176,6177,6178,6182 from cfgperl
7709              
7710              Single-quoted utf8 patch from Simon Cozens.
7711              
7712              Substitution utf8 patch from Simon Cozens.
7713              
7714              Be cleaner.
7715              
7716              Be Cleaner Part Deux.
7717      Branch: maint-5.6/perl
7718           !> Makefile.SH pp_hot.c toke.c
7719 ____________________________________________________________________________
7720 [  7330] By: gsar                                  on 2000/10/16  07:41:36
7721         Log: integrate change#6172 from mainline
7722              
7723              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
7724              (from Ilya Zakharevich)
7725      Branch: maint-5.6/perl
7726           !> regexec.c t/op/re_tests
7727 ____________________________________________________________________________
7728 [  7329] By: gsar                                  on 2000/10/16  07:40:25
7729         Log: integrate change#6171 from mainline
7730              
7731              scalar() doesn't force scalar context when used in void context
7732              (from Simon Cozens)
7733      Branch: maint-5.6/perl
7734           !> op.c t/op/wantarray.t
7735 ____________________________________________________________________________
7736 [  7328] By: gsar                                  on 2000/10/16  07:39:33
7737         Log: integrate change#6170 from mainline
7738              
7739              change#6142 needs tweaks to tests to work where there's no
7740              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
7741      Branch: maint-5.6/perl
7742           !> t/lib/filefind.t
7743 ____________________________________________________________________________
7744 [  7327] By: gsar                                  on 2000/10/16  07:35:34
7745         Log: integrate changes#6166..6168 from cfgperl
7746              
7747              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
7748              in case somebody wants to write an extension for more
7749              shadow database interfaces.
7750              
7751              tweak todo
7752              
7753              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
7754      Branch: maint-5.6/perl
7755           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7756           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
7757           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
7758           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
7759           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7760           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
7761 ____________________________________________________________________________
7762 [  7326] By: gsar                                  on 2000/10/16  07:29:05
7763         Log: integrate changes#6157,6159..6161,6164 from cfgperl
7764              
7765              Regen Configure to jive with #6149.
7766              
7767              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
7768              
7769              Changes for the File::Temp 0.08 (change #6159) test suite
7770              to fit better into the Perl distribution test framework.
7771              
7772              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
7773              both from Simon Cozens.
7774              
7775              detypo
7776      Branch: maint-5.6/perl
7777           +> pod/perlmodlib.PL pod/perlnewmod.pod
7778           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
7779           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
7780           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7781           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
7782 ____________________________________________________________________________
7783 [  7325] By: gsar                                  on 2000/10/16  07:25:13
7784         Log: integrate change#6158 from vmsperl
7785              
7786              Add fallback to tmpfile for use in cases where user's relying on
7787              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
7788              Lane's patch)
7789      Branch: maint-5.6/perl
7790           !> vms/vms.c vms/vmsish.h
7791 ____________________________________________________________________________
7792 [  7324] By: gsar                                  on 2000/10/16  07:20:50
7793         Log: integrate changes#6153..6155 from mainline
7794              
7795              prettier Test::Harness output on failed tests (from Nicholas Clark
7796              <nick@Bagpuss.uk.boo.com>)
7797              
7798              avoid type mismatch warning
7799              
7800              small bug in change#6144; remove random \xA0 character that snuck
7801              in via change#6145
7802      Branch: maint-5.6/perl
7803           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
7804           !> perl.c
7805 ____________________________________________________________________________
7806 [  7323] By: gsar                                  on 2000/10/16  07:18:47
7807         Log: integrate changes#6151,6152 from mainline
7808              
7809              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
7810              
7811              cosmetic fixups of RE debug output (from Ilya Zakharevich)
7812      Branch: maint-5.6/perl
7813           !> regexec.c
7814 ____________________________________________________________________________
7815 [  7322] By: gsar                                  on 2000/10/16  07:17:25
7816         Log: integrate changes#6146..6150 from mainline
7817              
7818              doc typo
7819              
7820              add a make entry to Config.pm so "perl -V:make" works on VMS
7821              (from Peter Prymmer)
7822              
7823              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
7824              
7825              OS/2 tweaks for usethreads build (from Rocco Caputo
7826              <troc@netrus.net>)
7827              
7828              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
7829      Branch: maint-5.6/perl
7830           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
7831           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
7832           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
7833           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
7834           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
7835           !> warnings.pl x2p/a2p.h
7836 ____________________________________________________________________________
7837 [  7321] By: gsar                                  on 2000/10/16  07:14:02
7838         Log: integrate changes#6143..6145 from mainline
7839              
7840              MacOS support, part 1 (from Matthias Neeracher
7841              <neeri@iis.ee.ethz.ch>)
7842              
7843              MacOS support, part 2: make AutoSplit use File::Spec instead
7844              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
7845              <neeri@iis.ee.ethz.ch>)
7846              
7847              make xsubpp skip embedded pod (from Matthias Neeracher
7848              <neeri@iis.ee.ethz.ch>)
7849      Branch: maint-5.6/perl
7850           +> ext/DynaLoader/dl_mac.xs
7851           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
7852           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7853           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
7854           !> pp_ctl.c proto.h toke.c util.c util.h
7855 ____________________________________________________________________________
7856 [  7320] By: gsar                                  on 2000/10/16  07:12:13
7857         Log: integrate changes#6141,6142 from mainline
7858              
7859              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
7860              forwarded by Peter Seebach from the bsdi-users mailing list.
7861              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
7862              
7863              File::Find fails to chdir when chasing symlinks (from
7864              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
7865      Branch: maint-5.6/perl
7866           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
7867 ____________________________________________________________________________
7868 [  7319] By: gsar                                  on 2000/10/16  07:04:30
7869         Log: integrate change#6139 from mainline
7870              
7871              revise mktables.PL for bugs and newness in Unicode 3.0
7872              (from James Bence <jbence@amgen.com>)
7873      Branch: maint-5.6/perl
7874           +> (branch 30 files)
7875           !> (integrate 49 files)
7876 ____________________________________________________________________________
7877 [  7318] By: gsar                                  on 2000/10/16  07:01:01
7878         Log: integrate changes#6137,6138 from mainline
7879              
7880              fix bogus redeclaration warning for "our" variables in different
7881              scopes
7882              
7883              add note about the handling of negative indices to tied arrays
7884              (from Michael G Schwern <schwern@pobox.com>)
7885      Branch: maint-5.6/perl
7886           !> op.c pod/perltie.pod t/pragma/strict-vars
7887 ____________________________________________________________________________
7888 [  7317] By: gsar                                  on 2000/10/16  06:58:46
7889         Log: integrate changes#6127..6136 from mainline
7890              
7891              call_method(...,G_EVAL) can longjmp() out if the method probing
7892              failed (from Gisle Aas)
7893              
7894              new perlxstut example for passing/returning refs to arrays
7895              (from David Lowe <dlowe@pootpoot.com>)
7896              
7897              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
7898              
7899              fix places that mean C<"word" character> but say C<alphanumeric
7900              character>
7901              
7902              avoid warnings in POSIX.pm (from Barrie Slaymaker)
7903              
7904              warnings::enabled() doesn't fall back to looking at $^W if
7905              caller isn't using lexical warnings (from Paul Marquess)
7906              
7907              elide bogus test in change#6132
7908              
7909              make Test::Harness use wait.h/WCOREDUMP if available
7910              (from Ben Tilly <ben_tilly@hotmail.com>)
7911              
7912              enable Test::Harness to dynamically determine column width etc.
7913              (from Rob Napier <rnapier@employees.org>)
7914              
7915              random pod typos (from Peter Scott <Peter@PSDT.com>)
7916      Branch: maint-5.6/perl
7917           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
7918           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
7919           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
7920           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
7921 ____________________________________________________________________________
7922 [  7316] By: gsar                                  on 2000/10/16  06:53:23
7923         Log: integrate change#6126 from mainline
7924              
7925              change#2879 broke rvalue autovivification of magicals such as
7926              ${$num} (reworked variant of patch suggested by Simon Cozens)
7927      Branch: maint-5.6/perl
7928           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
7929           !> pp_hot.c proto.h t/op/gv.t
7930 ____________________________________________________________________________
7931 [  7315] By: gsar                                  on 2000/10/16  06:51:38
7932         Log: integrate changes#6123,6125 from mainline
7933              
7934              clarify gotcha with #line directives (from Rocco Caputo
7935              <troc@netrus.net>)
7936              
7937              enable propagating exception objects via Perl_croak() in XS code
7938              (from Gisle Aas)
7939      Branch: maint-5.6/perl
7940           !> pod/perldebug.pod pod/perlsyn.pod util.c
7941 ____________________________________________________________________________
7942 [  7314] By: gsar                                  on 2000/10/16  06:49:28
7943         Log: integrate change#6122 from mainline
7944              
7945              downgrade fatal error on C<"foo@nosucharray.com"> to optional
7946              warning (from Mark-Jason Dominus)
7947      Branch: maint-5.6/perl
7948           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
7949           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
7950           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
7951           !> toke.c
7952 ____________________________________________________________________________
7953 [  7313] By: gsar                                  on 2000/10/16  06:46:54
7954         Log: integrate changes#6112..6121 from vmsperl
7955              
7956              Check for existence of file before trying to delete
7957              
7958              Ugly workaround for version-specific RTL error
7959              
7960              Urk -- undo previous removal of vmsish 'exit' change
7961              
7962              Add bounds checking for several strings (Charles Lane)
7963              
7964              Miscellaneous cosmetic fixes (Charles Lane)
7965              
7966              Treat sockets as special in sys(read|write) (Charles Lane et al.)
7967              
7968              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
7969              Flatten case labels in switch statements uniformly (Charles Bailey)
7970              
7971              Quiet error messages in vmsish.t (Charles Lane)
7972              
7973              Add missing escape (Charles Lane)
7974              
7975              Allow eliminate_macros() and fixpath() to handle space-delimited
7976              lists (based on fixes by Craig Berry)
7977      Branch: maint-5.6/perl
7978           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
7979           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
7980           !> vms/vmsish.h
7981 ____________________________________________________________________________
7982 [  7312] By: gsar                                  on 2000/10/16  06:41:18
7983         Log: integrate changes#6107,6110 from cfgperl
7984              
7985              Tweak the todo list.
7986              
7987              todo tweak
7988      Branch: maint-5.6/perl
7989           !> Todo-5.6
7990 ____________________________________________________________________________
7991 [  7311] By: gsar                                  on 2000/10/16  06:38:38
7992         Log: integrate changes#6104,6108 from mainline
7993              
7994              PL_sys_intern was being initialized too late on windows
7995              
7996              reenable fake signal handling on Windows, bugs and all
7997      Branch: maint-5.6/perl
7998           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
7999           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
8000           !> win32/win32.c
8001 ____________________________________________________________________________
8002 [  7310] By: gsar                                  on 2000/10/16  06:36:03
8003         Log: integrate changes#6095,6097..6103 from cfgperl
8004              
8005              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
8006              might be useful in future.
8007              
8008              Add a note about possible compilation problems from Allen Smith.
8009              
8010              Add a note about other, yet unsupported, shadow password APIs.
8011              
8012              Tweaks for the cc bugs from Allen Smith.
8013              
8014              More compilation tweakery from Allen Smith.
8015              
8016              Hints and test tweaks for Unicos.
8017              
8018              The test suite tweak in #6101 wasn't quite right.
8019              
8020              Test tweaking for Unicos continues.
8021      Branch: maint-5.6/perl
8022           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8023           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
8024           !> t/lib/complex.t t/op/64bitint.t
8025 ____________________________________________________________________________
8026 [  7309] By: gsar                                  on 2000/10/16  06:29:41
8027         Log: integrate changes#6093,6094 from mainline
8028              
8029              fork() failure to create pseudo process sets errno=EAGAIN and returns
8030              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
8031              
8032              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
8033      Branch: maint-5.6/perl
8034           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
8035           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
8036 ____________________________________________________________________________
8037 [  7308] By: gsar                                  on 2000/10/16  06:27:29
8038         Log: integrate change#6092 from cfgperl
8039              
8040              Regen perltoc with the fixed buildtoc.
8041      Branch: maint-5.6/perl
8042           !> pod/perltoc.pod
8043 ____________________________________________________________________________
8044 [  7307] By: gsar                                  on 2000/10/16  06:26:40
8045         Log: integrate changes#6089,6090 from mainline
8046              
8047              buildtoc tweak to fix newline lossage
8048              
8049              concat doesn't preserve utf8-ness, and doesn't invalidate
8050              [NI]OK; added tests for both
8051      Branch: maint-5.6/perl
8052           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
8053 ____________________________________________________________________________
8054 [  7306] By: gsar                                  on 2000/10/16  06:24:05
8055         Log: integrate change#6088 from cfgperl
8056              
8057              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
8058              because we do not use those.  The HAS_GETSPNAM remains,
8059              though, because we still do use that.
8060      Branch: maint-5.6/perl
8061           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8062           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
8063           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
8064           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
8065           !> win32/config.vc win32/config_H.bc win32/config_H.gc
8066           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
8067 ____________________________________________________________________________
8068 [  7305] By: gsar                                  on 2000/10/16  06:15:52
8069         Log: integrate changes#6084,6085,6087 from mainline
8070              
8071              substr() does not preserve utf8-ness (from Stefan Eissing
8072              <Eissing@medicaldataservice.de>); added tests
8073              
8074              repeat operator (x) doesn't preserve utf8-ness
8075              
8076              reverse() and quotemeta() weren't preserving utf8-ness; add tests
8077      Branch: maint-5.6/perl
8078           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
8079 ____________________________________________________________________________
8080 [  7304] By: gsar                                  on 2000/10/16  06:13:10
8081         Log: integrate changes#6077..6083 from mainline
8082              
8083              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
8084              and Tom Phoenix)
8085              
8086              workaround for CRT bug in chdir() (from Charles Lane, via
8087              Peter Prymmer)
8088              
8089              remove outdated kludge in Carp (NULLs are permitted in diagnostics
8090              now)
8091              
8092              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
8093              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
8094              
8095              better default perlbug categories for ok reports (from Richard Foley)
8096              
8097              peek.t non-portable to ithreads
8098              
8099              note about undocumented caller() return value (from M.J.T. Guy);
8100              yet another peek.t tweak
8101      Branch: maint-5.6/perl
8102           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
8103           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
8104           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
8105           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
8106           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
8107           !> vms/vmsish.h
8108 ____________________________________________________________________________
8109 [  7303] By: gsar                                  on 2000/10/16  06:03:18
8110         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
8111              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
8112              
8113              &HUGE_VAL is not defined, it exists.
8114              
8115              Do not warn that an infinity does not look like a number.
8116              
8117              Rewrite the pwent/spent logic to be a little bit more clearer.
8118              
8119              Continue on the pwent/spent case.
8120              
8121              Correct Freudian slip.
8122              
8123              Use HUGE_VALL if applicable.
8124              
8125              pwent/spent #ifdef imbalance.
8126              
8127              Infinite problems.
8128              
8129              Call getspnam() only iff needd.
8130              
8131              Test both the scalar and list contexts.
8132              
8133              Use setxxent()/endxxent().
8134              
8135              Complex tweakery.
8136              
8137              Unicos hint tweak.
8138              
8139              Be more forgiving in POSIX about HUGE_VALL.
8140              
8141              Detypo.
8142              
8143              The search of infinity continues, this time simplified.
8144              
8145              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
8146              in natively 64-bit platforms where a long is a quad (no need
8147              for long longs).  Also added bias for IVs.
8148              
8149              Complex tweaks.
8150              
8151              Introduce t/lib/peek.t.
8152              
8153              Make the test more portable.
8154      Branch: maint-5.6/perl
8155           +> t/lib/peek.t
8156            ! pp_sys.c
8157           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
8158           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
8159           !> t/op/pwent.t toke.c util.c
8160 ____________________________________________________________________________
8161 [  7302] By: gsar                                  on 2000/10/16  05:03:37
8162         Log: integrate changes#6066..6071 from mainline
8163              
8164              s/END/CHECK/
8165              
8166              replace direct call to sighandler() with (*PL_sighandlerp)()
8167              
8168              note about values()
8169              
8170              File::Spec compatibility update (from Barrie Slaymaker
8171              <barries@slaysys.com>)
8172              
8173              remove misleading comment (from M.J.T. Guy)
8174              
8175              misformatted perllocal.pod (from Tim Jenness
8176              <t.jenness@jach.hawaii.edu>)
8177      Branch: maint-5.6/perl
8178           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8179           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
8180           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
8181           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
8182 ____________________________________________________________________________
8183 [  7301] By: gsar                                  on 2000/10/16  05:00:08
8184         Log: integrate changes#6061..6063 from mainline
8185              
8186              change#5921 neglected to make eq honor "use bytes"
8187              
8188              additional tests for utf8.t
8189              
8190              tokeq() could read unallocated field in argument
8191      Branch: maint-5.6/perl
8192           !> sv.c t/pragma/utf8.t toke.c
8193 ____________________________________________________________________________
8194 [  7300] By: gsar                                  on 2000/10/16  04:56:54
8195         Log: integrate changes#6046,6048,6057,6058 from mainline
8196              
8197              libscheck has insufficient checks for n32 libs (from
8198              Albert Chin-A-Young <china@thewrittenword.com>)
8199              
8200              add note about how $( doesn't interpolate in REs (from
8201              Philip Newton <newton@ficus.frogspace.net>)
8202              
8203              fix broken parsing of /\x{ab}/
8204              
8205              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
8206              (spotted by Donald Kinzer <dkinzer@premia.com>)
8207      Branch: maint-5.6/perl
8208           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
8209           !> t/pragma/utf8.t
8210 ____________________________________________________________________________
8211 [  7299] By: gsar                                  on 2000/10/16  04:52:50
8212         Log: integrate change#6044 from mainline
8213              
8214              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
8215              such that underscores are only ignored in literal numbers,
8216              "\x{...}", and hex/oct argument
8217      Branch: maint-5.6/perl
8218           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
8219 ____________________________________________________________________________
8220 [  7298] By: gsar                                  on 2000/10/16  04:50:53
8221         Log: integrate changes#6027..6043 from mainline
8222              
8223              podlators-1.02 update (from Russ Allbery)
8224              
8225              Pod::Man generates groff-incompatible macro definition (from
8226              Tom Christiansen)
8227              
8228              add CGI.pm v2.66 (from Lincoln Stein)
8229              
8230              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
8231              for @- and @+ (from Johan Vromans)
8232              
8233              small nits in diagnostics.pm (from Robin Barker)
8234              
8235              whitespace adjustments
8236              
8237              missing files in MANIFEST
8238              
8239              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
8240              to compensate
8241              
8242              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
8243              
8244              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
8245      Branch: maint-5.6/perl
8246           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
8247           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
8248           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
8249           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
8250           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
8251           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
8252           !> t/lib/cgi-html.t t/lib/cgi-request.t
8253 ____________________________________________________________________________
8254 [  7297] By: gsar                                  on 2000/10/16  04:44:30
8255         Log: integrate change#6025 from mainline
8256              
8257              Is{Alnum,Alpha,Word} don't match titlecase
8258              TODO: IsSpace is defined recursively!
8259              (both spotted by Larry)
8260      Branch: maint-5.6/perl
8261           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8262           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
8263 ____________________________________________________________________________
8264 [  7296] By: gsar                                  on 2000/10/16  04:39:30
8265         Log: integrate change#6023 from mainline
8266              
8267              debugger stomps on $. (from M.J.T. Guy)
8268      Branch: maint-5.6/perl
8269           !> lib/perl5db.pl
8270 ____________________________________________________________________________
8271 [  7295] By: gsar                                  on 2000/10/16  04:38:02
8272         Log: integrate change#6022 from mainline
8273              
8274              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
8275      Branch: maint-5.6/perl
8276           !> sv.c
8277 ____________________________________________________________________________
8278 [  7294] By: gsar                                  on 2000/10/16  04:37:05
8279         Log: integrate changes#6018..6021 from mainline
8280              
8281              make lib/syslog.t portable to systems that don't have _PATH_LOG,
8282              make _PATH_LOG() return "" if unavailable
8283              
8284              windows portability tweaks
8285              
8286              test tweak
8287              
8288              remove Win2K issue in pod (fixed by change#6020)
8289      Branch: maint-5.6/perl
8290           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
8291           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
8292           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
8293 ____________________________________________________________________________
8294 [  7293] By: gsar                                  on 2000/10/16  04:20:00
8295         Log: integrate changes#6013..6015 from mainline
8296              
8297              tweak change#5945 to display correct switch name in diagnostic
8298              
8299              glob() loading File::Glob behind the scenes may cause syntax errors
8300              
8301              tweak test for portability
8302      Branch: maint-5.6/perl
8303           !> op.c perl.c pod/perldiag.pod t/lib/b.t
8304 ____________________________________________________________________________
8305 [  7292] By: gsar                                  on 2000/10/16  04:18:11
8306         Log: integrate changes#6005..6010 from mainline, cfgperl
8307              
8308              perldoc might fail via "use blib" (from Hugo van der Sanden)
8309              
8310              Regen Configure.
8311              
8312              note about compile failures and END blocks (from M.J.T. Guy)
8313              
8314              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
8315              
8316              (change#6009 integrated earlier in change#7255)
8317              
8318              clarify note about shadow password support (from
8319              gellyfish@gellyfish.com)
8320      Branch: maint-5.6/perl
8321           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8322           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
8323           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
8324 ____________________________________________________________________________
8325 [  7291] By: gsar                                  on 2000/10/16  04:12:03
8326         Log: integrate changes#6002,6003 from mainline
8327              
8328              destructive sv_setsv() can lose UV-ness from source, causing
8329              numeric promotions/comparisons to fail to do the right thing
8330              
8331              allow REG_EXPAND_SZ keys in Windows registry (from
8332              John Clayton <John.Clayton@barclayscapital.com>)
8333      Branch: maint-5.6/perl
8334           !> sv.c win32/win32.c
8335 ____________________________________________________________________________
8336 [  7290] By: gsar                                  on 2000/10/16  04:10:19
8337         Log: integrate change#6001 from mainline
8338              
8339              support additional library locations via $Config{otherlibdirs}
8340              (from Andy Dougherty)
8341      Branch: maint-5.6/perl
8342           !> Configure INSTALL Porting/Glossary Porting/config.sh
8343           !> Porting/config_H config_h.SH epoc/config.sh perl.c
8344           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
8345           !> win32/config.bc win32/config.gc win32/config.vc
8346 ____________________________________________________________________________
8347 [  7289] By: gsar                                  on 2000/10/16  04:08:28
8348         Log: integrate change#5999 from mainline
8349              
8350              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
8351      Branch: maint-5.6/perl
8352           !> t/pragma/warn/toke toke.c
8353 ____________________________________________________________________________
8354 [  7288] By: gsar                                  on 2000/10/16  04:07:01
8355         Log: integrate changes#5997,5998 from cfgperl
8356              
8357              Preserve $!.
8358              
8359              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
8360      Branch: maint-5.6/perl
8361           !> lib/Math/Complex.pm
8362 ____________________________________________________________________________
8363 [  7287] By: gsar                                  on 2000/10/16  04:04:37
8364         Log: integrate change#5995 from mainline
8365              
8366              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
8367      Branch: maint-5.6/perl
8368           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
8369 ____________________________________________________________________________
8370 [  7286] By: gsar                                  on 2000/10/16  04:03:21
8371         Log: integrate change#5994 from mainline
8372              
8373              fix for missed accounting for null byte in pack("Z",...) (from
8374              M.J.T. Guy)
8375      Branch: maint-5.6/perl
8376           !> pp.c t/op/pack.t
8377 ____________________________________________________________________________
8378 [  7285] By: gsar                                  on 2000/10/16  04:02:11
8379         Log: integrate changes#5989..5993 from mainline
8380              
8381              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
8382              itself and no other (from Tom Hughes)
8383              
8384              use $ENV{LIB} to search for libs under Visual C compiler
8385              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
8386              
8387              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
8388              
8389              pod nit (from Simon Cozens)
8390              
8391              various minor tweaks seen on p5p
8392      Branch: maint-5.6/perl
8393           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
8394           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
8395           !> t/op/array.t toke.c
8396 ____________________________________________________________________________
8397 [  7284] By: gsar                                  on 2000/10/16  03:59:00
8398         Log: integrate changes#5978..5988 from mainline
8399              
8400              sync version numbers in File::Spec with the ones on CPAN
8401              (from Barrie Slaymaker)
8402              
8403              under useithreads, constant pad entries could inadvertantly be
8404              shared across threads (from Eric Blood <eblood@xmission.com>);
8405              added Eric's test case to testsuite
8406              
8407              allow Configure -S to run non-interactively (spotted by Greg Hudson
8408              <ghudson@mit.edu>)
8409              
8410              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
8411              prototype mismatch with CORE::glob(); update pod and tests to
8412              suit (File::Glob::glob() is still available for backward
8413              compatibility, but should be considered deprecated)
8414              
8415              avoid error in IO::Socket::INET when given an unknown service name
8416              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
8417              
8418              numeric conversion of non-number in change#3378 tramples on
8419              OOK offset, causing segfaults
8420              
8421              attributes::reftype() doesn't work on tied argument
8422              
8423              forked child may not exit correctly if it failed to open
8424              /dev/console (from Graham Barr)
8425              
8426              add regular expressions tutorial and quick-start guide (from
8427              Mark Kvale <kvale@phy.ucsf.edu>)
8428              
8429              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
8430              
8431              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
8432              <paul@miraclefish.com>)
8433      Branch: maint-5.6/perl
8434           +> pod/perlrequick.pod pod/perlretut.pod
8435           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
8436           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
8437           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
8438           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
8439           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8440           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8441           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
8442           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
8443 ____________________________________________________________________________
8444 [  7283] By: gsar                                  on 2000/10/16  03:52:14
8445         Log: integrate change#5977 from mainline
8446              
8447              autoquote barewords followed by newline and arrow properly
8448              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
8449      Branch: maint-5.6/perl
8450           !> t/pragma/warn/toke toke.c
8451 ____________________________________________________________________________
8452 [  7282] By: gsar                                  on 2000/10/16  03:50:48
8453         Log: integrate change#5976 from mainline
8454              
8455              DB_File v1.73 update (from Paul Marquess)
8456      Branch: maint-5.6/perl
8457           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
8458           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
8459 ____________________________________________________________________________
8460 [  7281] By: gsar                                  on 2000/10/16  03:49:14
8461         Log: integrate change#5975 from mainline
8462              
8463              allow sort() reentrancy (variant of patch suggested by
8464              Hugo van der Sanden)
8465      Branch: maint-5.6/perl
8466           !> pp_ctl.c t/op/sort.t
8467 ____________________________________________________________________________
8468 [  7280] By: gsar                                  on 2000/10/16  03:48:22
8469         Log: integrate change#5974 from mainline
8470              
8471              change#4197 somehow missed initializing PL_errors, meaning
8472              syntax error queueing wasn't working outside eval"" at all;
8473              also fixed eval"" to localize PL_error_count, so that compile-time
8474              eval's don't clobber the error state of the outer context
8475      Branch: maint-5.6/perl
8476           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
8477           !> t/pragma/warn/toke
8478 ____________________________________________________________________________
8479 [  7279] By: gsar                                  on 2000/10/16  03:46:21
8480         Log: integrate change#5973 from mainline
8481              
8482              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
8483      Branch: maint-5.6/perl
8484           !> regcomp.c regexec.c t/op/re_tests
8485 ____________________________________________________________________________
8486 [  7278] By: gsar                                  on 2000/10/16  03:44:54
8487         Log: integrate change#5971 from cfgperl
8488              
8489              Unicos tweaks from Mark P. Lutz.
8490      Branch: maint-5.6/perl
8491           !> hints/unicos.sh lib/Math/Complex.pm
8492 ____________________________________________________________________________
8493 [  7277] By: gsar                                  on 2000/10/16  03:42:59
8494         Log: integrate changes#5966..5970 from mainline
8495              
8496              add testsuite for B backends, fix bug in B::Deparse (from
8497              Simon Cozens <simon@brecon.co.uk>)
8498              
8499              improved docs on the warn_uninit diagnostic (from David Glasser
8500              and Simon Cozens)
8501              
8502              tolerate spaces in group names in test on solaris (from David Boyce
8503              <dsb@boyski.com>)
8504              
8505              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
8506              
8507              Data::Dumper fumbles negative numbers on 32-bit platforms where
8508              IV is >32bits
8509      Branch: maint-5.6/perl
8510           +> t/lib/b.t t/lib/syslog.t
8511           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
8512           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
8513           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
8514 ____________________________________________________________________________
8515 [  7276] By: gsar                                  on 2000/10/16  03:39:30
8516         Log: integrate change#5965 from mainline
8517              
8518              avoid "will not stay shared" warnings for our variables (from
8519              Robin Barker)
8520      Branch: maint-5.6/perl
8521           !> op.c t/pragma/warn/op
8522 ____________________________________________________________________________
8523 [  7275] By: gsar                                  on 2000/10/16  03:38:18
8524         Log: integrate change#5964 from mainline
8525              
8526              reformat to 72 columns (again)
8527      Branch: maint-5.6/perl
8528           !> pod/perldiag.pod
8529 ____________________________________________________________________________
8530 [  7274] By: gsar                                  on 2000/10/16  03:36:58
8531         Log: integrate change#5963 from mainline
8532              
8533              patch from Larry to make (\&) prototype work; added tests for
8534              the same
8535      Branch: maint-5.6/perl
8536           !> op.c t/comp/proto.t
8537 ____________________________________________________________________________
8538 [  7273] By: gsar                                  on 2000/10/16  03:35:51
8539         Log: integrate changes#5956..5962 from mainline
8540              
8541              better diagnostics on failed tests (from Ilya Zakharevich)
8542              
8543              pod nits (from A. C. Yardley <yardley@tanet.net>)
8544              
8545              change#3569 deleted some essential code, revert; avoid use of
8546              atexit() to make DynaLoader work properly on AIX under mod_perl
8547              (from Jens-Uwe Mager <jum@helios.de>)
8548              
8549              doubled words in pods (from Simon Cozens
8550              <simon.p.cozens@jp.pwcglobal.com>)
8551              
8552              better INSTALL notes on Solaris issues (from Dominic Dunlop)
8553              
8554              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
8555              
8556              updated README.hpux (from Jeff Okamoto)
8557      Branch: maint-5.6/perl
8558           !> INSTALL README.hpux emacs/cperl-mode.el
8559           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
8560           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
8561           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
8562           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
8563           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
8564           !> t/op/lex_assign.t
8565 ____________________________________________________________________________
8566 [  7272] By: gsar                                  on 2000/10/16  03:31:22
8567         Log: integrate change#5955 from mainline
8568              
8569              longstanding bug exposed by change#3307: sort arguments weren't
8570              compiled with the right wantarray context (ensuing runtime lookup
8571              via block_gimme() was getting the incidental context of the
8572              sort() itself)
8573      Branch: maint-5.6/perl
8574           !> op.c t/op/sort.t
8575 ____________________________________________________________________________
8576 [  7271] By: gsar                                  on 2000/10/16  03:29:11
8577         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
8578              branch
8579              
8580              Flatten the cpp jungle doing the nosuid checking.
8581              
8582              Do not assume sign propagation. (from M.J.T. Guy)
8583              
8584              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
8585              
8586              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
8587              Now pp_ncmp() returns undef is either operand is a NaN.
8588              
8589              On second thoughts frexp() does have two arguments.
8590              
8591              Document that tr() is not tr(1).
8592              
8593              Be more robust on "extreme" (large absolute value)
8594              arguments.  Originally reported by Daniel Connelly
8595              as a problem with asinh() on large negative arguments,
8596              asinh() used to bail out because an argument to log()
8597              ended up being zero.  Ilya Zakharevich proposed using
8598              Taylor's series in such cases, which for such large
8599              arguments is a very good approximation.
8600              
8601              Undo "use integer" addition from 64bitint as it seems
8602              to break most of the subtests in Digital UNIX;
8603              Unicos needs to find another way.
8604      Branch: maint-5.6/perl
8605           !> (integrate 29 files)
8606 ____________________________________________________________________________
8607 [  7270] By: gsar                                  on 2000/10/16  03:09:44
8608         Log: integrate changes#5948,5949,5950 from mainline
8609              
8610              typo in vars.pm that leads to cryptic message (from Piotr
8611              Piatkowski <kompas@kompas.usr.onet.pl>)
8612              
8613              make perldoc use the pod2man from the same version (from
8614              M.J.T. Guy)
8615              
8616              reformat perldiag to avoid long lines
8617      Branch: maint-5.6/perl
8618           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
8619 ____________________________________________________________________________
8620 [  7269] By: gsar                                  on 2000/10/16  03:05:54
8621         Log: integrate change#5947 from mainline
8622              
8623              use &dl_error rather than &dl_load_file as the guard for calling
8624              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
8625              statically built perl)
8626      Branch: maint-5.6/perl
8627           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
8628 ____________________________________________________________________________
8629 [  7268] By: gsar                                  on 2000/10/16  03:04:48
8630         Log: integrate change#5945 from mainline
8631              
8632              make module name mandatory after -M switch; reorder perldiag
8633              alphabetically (from Mark-Jason Dominus)
8634      Branch: maint-5.6/perl
8635           !> perl.c pod/perldiag.pod
8636 ____________________________________________________________________________
8637 [  7267] By: gsar                                  on 2000/10/16  03:03:01
8638         Log: integrate change#5939 from mainline
8639              
8640              more pod nits (from Larry Virden)
8641      Branch: maint-5.6/perl
8642           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
8643           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
8644           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
8645 ____________________________________________________________________________
8646 [  7266] By: gsar                                  on 2000/10/16  03:01:39
8647         Log: integrate change#5938 from mainline
8648              
8649              Consolidated B::Deparse fixes (from Stephen McCamant)
8650      Branch: maint-5.6/perl
8651           !> ext/B/B/Deparse.pm
8652 ____________________________________________________________________________
8653 [  7265] By: gsar                                  on 2000/10/16  03:00:43
8654         Log: integrate change#5936 from mainline
8655              
8656              additional tests for change#7263 (from Paul Marquess)
8657      Branch: maint-5.6/perl
8658           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
8659           !> t/pragma/warn/5nolint t/pragma/warn/6default
8660 ____________________________________________________________________________
8661 [  7264] By: gsar                                  on 2000/10/16  02:58:34
8662         Log: integrate change#5934 from mainline
8663              
8664              propagate lexical warnings from surrounding scope correctly
8665              within string eval() (from Paul Marquess)
8666      Branch: maint-5.6/perl
8667           !> pp_ctl.c t/pragma/warn/pp_ctl
8668 ____________________________________________________________________________
8669 [  7263] By: gsar                                  on 2000/10/16  02:56:53
8670         Log: integrate change#5932 from mainline
8671              
8672              add rsignal(), whichsig() and do_join() to public API list
8673              (mod_perl uses them to good advantage)
8674      Branch: maint-5.6/perl
8675           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
8676 ____________________________________________________________________________
8677 [  7262] By: gsar                                  on 2000/10/16  02:55:53
8678         Log: integrate change#5931 from mainline
8679              
8680              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
8681      Branch: maint-5.6/perl
8682           !> pp_hot.c regexec.c t/op/pat.t
8683 ____________________________________________________________________________
8684 [  7261] By: gsar                                  on 2000/10/16  02:55:01
8685         Log: integrate change#5930 from mainline
8686              
8687              small os390 tweaks (from Peter Prymmer)
8688      Branch: maint-5.6/perl
8689           !> config_h.SH makedepend.SH
8690 ____________________________________________________________________________
8691 [  7260] By: gsar                                  on 2000/10/16  02:54:10
8692         Log: integrate change#5929 from mainline
8693              
8694              pod nits
8695      Branch: maint-5.6/perl
8696           !> pod/perlguts.pod
8697 ____________________________________________________________________________
8698 [  7259] By: gsar                                  on 2000/10/16  02:52:55
8699         Log: integrate change#5927 from mainline
8700              
8701              arrange for next() to resume at the unstack op rather than the
8702              loop conditional, so that scope cleanup happens correctly
8703              (from Stephen McCamant)
8704      Branch: maint-5.6/perl
8705           !> op.c pp_ctl.c t/op/misc.t
8706 ____________________________________________________________________________
8707 [  7258] By: gsar                                  on 2000/10/16  02:51:38
8708         Log: integrate change#5926 from mainline
8709              
8710              on windows, reserve 16M of stack rather than 128M (allows more
8711              threads to run concurrently)
8712      Branch: maint-5.6/perl
8713           !> win32/Makefile win32/makefile.mk
8714 ____________________________________________________________________________
8715 [  7257] By: gsar                                  on 2000/10/16  02:50:37
8716         Log: integrate change#5925 from mainline
8717              
8718              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
8719      Branch: maint-5.6/perl
8720           !> toke.c
8721 ____________________________________________________________________________
8722 [  7256] By: gsar                                  on 2000/10/16  02:49:36
8723         Log: integrate change#5924 from mainline
8724              
8725              avoid using uninitialized memory in require version check
8726      Branch: maint-5.6/perl
8727           !> pp_ctl.c universal.c
8728 ____________________________________________________________________________
8729 [  7255] By: gsar                                  on 2000/10/16  02:48:03
8730         Log: integrate changes#5923,5928,6009 from mainline
8731              
8732              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
8733      Branch: maint-5.6/perl
8734           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
8735 ____________________________________________________________________________
8736 [  7254] By: gsar                                  on 2000/10/16  02:44:46
8737         Log: integrate change#5922 from mainline
8738              
8739              commentary about IoTYPE() (from Nathan Torkington)
8740      Branch: maint-5.6/perl
8741           !> sv.h
8742 ____________________________________________________________________________
8743 [  7253] By: gsar                                  on 2000/10/16  02:43:49
8744         Log: integrate change#5921 from mainline
8745              
8746              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
8747      Branch: maint-5.6/perl
8748           !> sv.c t/lib/charnames.t t/pragma/utf8.t
8749 ____________________________________________________________________________
8750 [  7252] By: gsar                                  on 2000/10/16  02:42:31
8751         Log: integrate change#5920 from mainline
8752              
8753              Larry's fix for buggy propagation of utf8-ness in join(); add test
8754      Branch: maint-5.6/perl
8755           !> doop.c t/op/ver.t
8756 ____________________________________________________________________________
8757 [  7251] By: gsar                                  on 2000/10/16  02:41:14
8758         Log: integrate changes#5915..5919 from mainline
8759              
8760              various (pod tweaks &c)
8761      Branch: maint-5.6/perl
8762           !> (integrate 33 files)
8763 ____________________________________________________________________________
8764 [  7250] By: gsar                                  on 2000/10/16  02:38:16
8765         Log: integrate change#5914 from mainline
8766              
8767              caller() wasn't returning the right number of elements for
8768              eval {...}
8769      Branch: maint-5.6/perl
8770           !> pp_ctl.c t/pragma/warn/9enabled
8771 ____________________________________________________________________________
8772 [  7249] By: gsar                                  on 2000/10/16  02:37:02
8773         Log: integrate change#5913 from mainline
8774              
8775              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
8776              (from Mark-Jason Dominus)
8777      Branch: maint-5.6/perl
8778           !> pod/perlfunc.pod
8779 ____________________________________________________________________________
8780 [  7248] By: gsar                                  on 2000/10/16  02:35:58
8781         Log: integrate change#5912 from mainline
8782              
8783              fix totally broken caching in UNIVERSAL::isa() (from
8784              Nick Ing-Simmons)
8785      Branch: maint-5.6/perl
8786           !> t/op/universal.t universal.c
8787 ____________________________________________________________________________
8788 [  7247] By: gsar                                  on 2000/10/16  02:34:27
8789         Log: integrate changes#5910,5911 from mainline
8790              
8791              typo in pod
8792              
8793              add linebreak properties from unicode/LineBrk.txt (from
8794              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
8795      Branch: maint-5.6/perl
8796           +> (branch 29 files)
8797           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
8798 ____________________________________________________________________________
8799 [  7246] By: gsar                                  on 2000/10/16  02:33:29
8800         Log: integrate change#5909 from mainline
8801              
8802              mode argument to do_binmode() should be file mode, not boolean
8803      Branch: maint-5.6/perl
8804           !> pp_sys.c
8805 ____________________________________________________________________________
8806 [  7245] By: gsar                                  on 2000/10/16  02:31:04
8807         Log: integrate change#5908 from mainline
8808              
8809              introduce illegal symbols into null package so that
8810              gv_fetchpv(...,TRUE) always returns a valid GV even when the
8811              symbol is trapped by strictures (avoids coredumps)
8812      Branch: maint-5.6/perl
8813           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
8814           !> t/pragma/strict-vars
8815 ____________________________________________________________________________
8816 [  7244] By: jhi                                   on 2000/10/16  02:29:54
8817         Log: Subject: $Carp::ExportLevel confusion in Exporter
8818              From: "Ben Tilly" <ben_tilly@hotmail.com>
8819              Date: Sat, 14 Oct 2000 16:44:34 EDT
8820              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
8821      Branch: perl
8822            ! lib/Exporter/Heavy.pm
8823 ____________________________________________________________________________
8824 [  7243] By: jhi                                   on 2000/10/16  02:28:33
8825         Log: Subject: [PATCH perlguts.pod] Document offset hack
8826              From: Simon Cozens <simon@cozens.net>
8827              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
8828              Date: Sat, 14 Oct 2000 19:32:25 +0100
8829      Branch: perl
8830            ! pod/perlguts.pod
8831 ____________________________________________________________________________
8832 [  7242] By: gsar                                  on 2000/10/16  02:26:51
8833         Log: integrate changes#5905,5906,5907,6064 from mainline
8834              
8835              printf/sprintf didn't get quad types right under use64bitint
8836      Branch: maint-5.6/perl
8837           !> pp_sys.c sv.c t/op/64bitint.t
8838 ____________________________________________________________________________
8839 [  7241] By: jhi                                   on 2000/10/16  02:22:44
8840         Log: Subject: small pod patch
8841              From: Dan Boorstein <dan_boo@bellsouth.net>
8842              Date: Sat, 14 Oct 2000 14:29:24 -0400
8843              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
8844      Branch: perl
8845            ! pod/perlfaq7.pod pod/perlmod.pod
8846 ____________________________________________________________________________
8847 [  7240] By: jhi                                   on 2000/10/16  02:13:46
8848         Log: -w cleanup.
8849              
8850              Subject: Re: Problems with bleadperl 
8851              From: "Stephen P. Potter" <spp@ds.net>
8852              Date: Fri, 13 Oct 2000 13:32:49 -0400
8853              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
8854      Branch: perl
8855            ! t/pragma/overload.t
8856 ____________________________________________________________________________
8857 [  7239] By: jhi                                   on 2000/10/16  01:41:18
8858         Log: One more ~utf8 tweak.
8859      Branch: perl
8860            ! t/op/bop.t
8861 ____________________________________________________________________________
8862 [  7238] By: jhi                                   on 2000/10/16  01:34:14
8863         Log: Tweak the test of #7235.
8864      Branch: perl
8865            ! t/op/bop.t
8866 ____________________________________________________________________________
8867 [  7237] By: jhi                                   on 2000/10/16  01:25:04
8868         Log: Fix a couple of compiler-noted nits in #7235.
8869      Branch: perl
8870            ! pp.c
8871 ____________________________________________________________________________
8872 [  7236] By: jhi                                   on 2000/10/16  01:22:46
8873         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
8874      Branch: perl
8875            ! pp.c pp_hot.c
8876 ____________________________________________________________________________
8877 [  7235] By: jhi                                   on 2000/10/15  16:24:44
8878         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
8879              
8880              From: Simon Cozens <simon@cozens.net>
8881              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
8882              Date: Sat, 14 Oct 2000 20:52:13 +0100
8883              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
8884      Branch: perl
8885            ! pp.c t/op/bop.t utf8.h
8886 ____________________________________________________________________________
8887 [  7234] By: jhi                                   on 2000/10/15  15:19:29
8888         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
8889              The problem was that rx->minlen was in chars while pp_split()
8890              thought it would be in bytes. 
8891      Branch: perl
8892            ! pp.c t/pragma/utf8.t
8893 ____________________________________________________________________________
8894 [  7233] By: jhi                                   on 2000/10/14  20:24:24
8895         Log: Document FNCASE=y as discussed in the bug 20000902.009.
8896      Branch: perl
8897            ! README.dos
8898 ____________________________________________________________________________
8899 [  7232] By: jhi                                   on 2000/10/14  18:52:21
8900         Log: Add test for bug id 20000427.003 (which seems to have
8901              been fixed) (also duplicate as 20000427.004, though
8902              with a higher severity).  Move one utf8 from op/append
8903              to pragma/utf8, tag the tests with bug ids.
8904      Branch: perl
8905            ! t/op/append.t t/pragma/utf8.t
8906 ____________________________________________________________________________
8907 [  7231] By: jhi                                   on 2000/10/14  17:28:37
8908         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
8909      Branch: perl
8910            ! t/pragma/utf8.t
8911 ____________________________________________________________________________
8912 [  7230] By: jhi                                   on 2000/10/14  14:24:50
8913         Log: Needs to be conditional on SunOS 4.
8914              
8915              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
8916              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8917              Date: Sat, 14 Oct 2000 13:37:49 +0100
8918              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
8919      Branch: metaconfig/U/perl
8920            ! End.U
8921      Branch: perl
8922            ! Configure myconfig.SH pod/perldelta.pod
8923 ____________________________________________________________________________
8924 [  7229] By: jhi                                   on 2000/10/14  00:49:22
8925         Log: Update Changes.
8926      Branch: perl
8927            ! Changes patchlevel.h
8928 ____________________________________________________________________________
8929 [  7228] By: jhi                                   on 2000/10/14  00:46:10
8930         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
8931              From: Peter Prymmer <pvhp@forte.com>
8932              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
8933              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
8934      Branch: perl
8935            ! lib/utf8.pm
8936 ____________________________________________________________________________
8937 [  7227] By: jhi                                   on 2000/10/13  23:20:30
8938         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
8939      Branch: perl
8940            ! t/op/tie.t
8941 ____________________________________________________________________________
8942 [  7226] By: jhi                                   on 2000/10/13  22:14:32
8943         Log: Tweak #7225.
8944              
8945              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
8946              From: Peter Prymmer <pvhp@forte.com>
8947              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
8948              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
8949      Branch: perl
8950            ! t/op/sprintf.t
8951 ____________________________________________________________________________
8952 [  7225] By: jhi                                   on 2000/10/13  22:11:31
8953         Log: op/sprintf.t patch for OS/390 (and any other host with limited
8954              floating-point exponent length)
8955              
8956              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
8957              From: Dominic Dunlop <domo@computer.org>
8958              Date: Fri, 13 Oct 2000 19:17:57 +0200
8959              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
8960      Branch: perl
8961            ! t/op/sprintf.t
8962 ____________________________________________________________________________
8963 [  7224] By: jhi                                   on 2000/10/13  18:40:48
8964         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
8965      Branch: perl
8966            ! toke.c
8967 ____________________________________________________________________________
8968 [  7223] By: jhi                                   on 2000/10/13  18:37:13
8969         Log: Thinko in #7222.
8970      Branch: perl
8971            ! utf8.c
8972 ____________________________________________________________________________
8973 [  7222] By: jhi                                   on 2000/10/13  18:05:23
8974         Log: Use UTF8SKIP(), from Simon Cozens.
8975      Branch: perl
8976            ! utf8.c
8977 ____________________________________________________________________________
8978 [  7221] By: jhi                                   on 2000/10/13  15:43:19
8979         Log: (accidentally empty check-in)
8980      Branch: perl
8981            ! utf8.c
8982 ____________________________________________________________________________
8983 [  7220] By: jhi                                   on 2000/10/13  15:23:51
8984         Log: Add (optimistically) Storable to static extensions.
8985      Branch: perl
8986            ! hints/uwin.sh hints/vmesa.sh
8987 ____________________________________________________________________________
8988 [  7219] By: jhi                                   on 2000/10/13  15:20:05
8989         Log: Amdahl UTS doesn't seem to do dynaloading.
8990      Branch: perl
8991            ! hints/uts.sh
8992 ____________________________________________________________________________
8993 [  7218] By: jhi                                   on 2000/10/13  15:15:20
8994         Log: Slight tweak of the code to appease Amdahl UTS cc.
8995      Branch: perl
8996            ! pp.c
8997 ____________________________________________________________________________
8998 [  7217] By: jhi                                   on 2000/10/13  14:50:42
8999         Log: In Amdahl UTS "struct sv" is defined by a system header,
9000              <ksync.h>.
9001      Branch: perl
9002            ! perl.h sv.h
9003 ____________________________________________________________________________
9004 [  7216] By: jhi                                   on 2000/10/13  11:58:25
9005         Log: Ilya implemented the memory profiling API.
9006      Branch: perl
9007            ! Todo
9008 ____________________________________________________________________________
9009 [  7215] By: jhi                                   on 2000/10/13  02:56:38
9010         Log: Subject: [PATCH 5.7.0] Perl API for mstats
9011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9012              Date: Thu, 12 Oct 2000 22:52:40 -0400
9013              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
9014      Branch: perl
9015            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
9016 ____________________________________________________________________________
9017 [  7214] By: jhi                                   on 2000/10/13  02:55:38
9018         Log: Subject: [PATCH 5.7.0] IVs in mtats
9019              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9020              Date: Thu, 12 Oct 2000 22:51:04 -0400
9021              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
9022      Branch: perl
9023            ! malloc.c perl.h
9024 ____________________________________________________________________________
9025 [  7213] By: jhi                                   on 2000/10/13  02:31:47
9026         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
9027      Branch: perl
9028            ! pod/perldiag.pod pp_sys.c
9029 ____________________________________________________________________________
9030 [  7212] By: jhi                                   on 2000/10/13  01:27:38
9031         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
9032              From: Peter Prymmer <pvhp@forte.com>
9033              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
9034              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
9035      Branch: perl
9036            ! t/op/oct.t
9037 ____________________________________________________________________________
9038 [  7211] By: jhi                                   on 2000/10/13  00:35:09
9039         Log: Update Changes.
9040      Branch: perl
9041            ! Changes patchlevel.h
9042 ____________________________________________________________________________
9043 [  7210] By: jhi                                   on 2000/10/12  23:59:40
9044         Log: The Install.pm third of
9045              
9046              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
9047              From: Bill Campbell <bill@celestial.com>
9048              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
9049              Date: Thu, 5 Oct 2000 18:04:51 -0700
9050      Branch: perl
9051            ! lib/ExtUtils/Install.pm
9052 ____________________________________________________________________________
9053 [  7209] By: jhi                                   on 2000/10/12  23:58:43
9054         Log: Two thirds of
9055              
9056              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
9057              Date: Thu, 5 Oct 2000 18:04:51 -0700
9058              From: Bill Campbell <bill@celestial.com>
9059              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
9060              
9061              The Install.pm changes will be submitted separately because
9062              they need some work and discussion still.
9063      Branch: perl
9064            ! lib/getopts.pl lib/termcap.pl
9065 ____________________________________________________________________________
9066 [  7208] By: jhi                                   on 2000/10/12  23:41:19
9067         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
9068              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9069              Date:     Thu, 12 Oct 2000 07:30:02 EDT
9070              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
9071      Branch: perl
9072            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
9073            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
9074 ____________________________________________________________________________
9075 [  7207] By: jhi                                   on 2000/10/12  23:39:01
9076         Log: An updated EBCDIC tr patch.
9077              
9078              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
9079              From: Peter Prymmer <pvhp@forte.com>
9080              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
9081              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
9082      Branch: perl
9083            ! t/op/tr.t
9084 ____________________________________________________________________________
9085 [  7206] By: jhi                                   on 2000/10/12  23:34:55
9086         Log: Upgrade to CPAN 1.58, from Andreas König.
9087      Branch: perl
9088            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9089 ____________________________________________________________________________
9090 [  7205] By: jhi                                   on 2000/10/12  23:29:08
9091         Log: Introduce the man[24-8] variables, from Andy Dougherty.
9092      Branch: metaconfig/U/perl
9093            + mandirs.U mandirstyle.U
9094      Branch: perl
9095            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9096            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
9097            ! vos/config.h vos/config.pl vos/config_h.SH_orig
9098            ! win32/config.bc win32/config.gc win32/config.vc
9099 ____________________________________________________________________________
9100 [  7204] By: gsar                                  on 2000/10/12  18:11:24
9101         Log: restore change#7202
9102      Branch: perl
9103            ! mg.c
9104 ____________________________________________________________________________
9105 [  7203] By: gsar                                  on 2000/10/12  18:09:40
9106         Log: another test of the Emergency Broadcast System--back out 
9107              change#7202
9108      Branch: perl
9109            ! mg.c
9110 ____________________________________________________________________________
9111 [  7202] By: gsar                                  on 2000/10/12  16:40:47
9112         Log: (submitted on behalf of Jarkko)
9113              Fix the lib/encode.t subtest 6 failure as reported by Andreas
9114              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
9115              was unearthed by change 7182, as was a bug in HTML::Entities.
9116      Branch: perl
9117            ! mg.c
9118 ____________________________________________________________________________
9119 [  7201] By: jhi                                   on 2000/10/11  03:16:05
9120         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
9121      Branch: perl
9122            ! pp_hot.c t/pragma/utf8.t
9123 ____________________________________________________________________________
9124 [  7200] By: jhi                                   on 2000/10/11  00:40:30
9125         Log: The #7198 was a false alarm.
9126      Branch: perl
9127            ! pp_hot.c
9128 ____________________________________________________________________________
9129 [  7199] By: jhi                                   on 2000/10/11  00:26:04
9130         Log: Remove duplicated code.
9131      Branch: perl
9132            ! t/lib/cgi-html.t
9133 ____________________________________________________________________________
9134 [  7198] By: jhi                                   on 2000/10/10  23:30:46
9135         Log: (Retracted by #7200.)
9136      Branch: perl
9137            ! pp_hot.c
9138 ____________________________________________________________________________
9139 [  7197] By: jhi                                   on 2000/10/10  21:49:30
9140         Log: Add the test case for #7190, from the original bug report
9141              by Andreas König.
9142      Branch: perl
9143            ! t/pragma/utf8.t
9144 ____________________________________________________________________________
9145 [  7196] By: jhi                                   on 2000/10/10  21:40:49
9146         Log: Reapply Andy's patch and regen Configure.
9147      Branch: perl
9148            ! Configure INSTALL Makefile.SH Porting/Glossary
9149            ! Porting/config.sh config_h.SH epoc/config.sh installperl
9150            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
9151            ! win32/config.vc
9152 ____________________________________________________________________________
9153 [  7195] By: jhi                                   on 2000/10/10  21:09:30
9154         Log: Use the versiononly instead of the installscripts,
9155              retract the changes 7146 and 7147.
9156      Branch: perl
9157            ! Configure INSTALL Makefile.SH Porting/Glossary
9158            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
9159            ! installperl uconfig.sh vos/config.def win32/config.bc
9160            ! win32/config.gc win32/config.vc
9161 ____________________________________________________________________________
9162 [  7194] By: jhi                                   on 2000/10/10  21:06:15
9163         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
9164              From: Peter Prymmer <pvhp@forte.com>
9165              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
9166              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
9167      Branch: perl
9168            ! t/op/ver.t
9169 ____________________________________________________________________________
9170 [  7193] By: jhi                                   on 2000/10/10  21:05:12
9171         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
9172              From: Peter Prymmer <pvhp@forte.com>
9173              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
9174              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
9175      Branch: perl
9176            ! t/op/tr.t
9177 ____________________________________________________________________________
9178 [  7192] By: jhi                                   on 2000/10/10  20:57:30
9179         Log: Add versiononly, delete installscripts, from Andy Dougherty.
9180      Branch: metaconfig
9181            - U/installdirs/installscripts.U
9182      Branch: metaconfig/U/perl
9183            + versiononly.U
9184 ____________________________________________________________________________
9185 [  7191] By: jhi                                   on 2000/10/10  19:41:21
9186         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
9187              From: Peter Prymmer <pvhp@forte.com>
9188              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
9189              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
9190      Branch: perl
9191            ! pod/perlebcdic.pod
9192 ____________________________________________________________________________
9193 [  7190] By: jhi                                   on 2000/10/10  19:26:14
9194         Log: Subject: Re: utf8 concat, mg_get
9195              From: Simon Cozens <simon@cozens.net>
9196              Date: Tue, 10 Oct 2000 17:40:17 +0100
9197              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
9198      Branch: perl
9199            ! pp_hot.c
9200 ____________________________________________________________________________
9201 [  7189] By: jhi                                   on 2000/10/10  19:23:03
9202         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
9203              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
9204              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
9205              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
9206      Branch: perl
9207            ! lib/ExtUtils/MM_Unix.pm
9208 ____________________________________________________________________________
9209 [  7188] By: jhi                                   on 2000/10/10  15:31:24
9210         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
9211              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
9212              Date: Fri, 14 Jul 2000 10:47:36 +0100
9213              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
9214      Branch: perl
9215            ! README.win32
9216 ____________________________________________________________________________
9217 [  7187] By: jhi                                   on 2000/10/10  13:30:10
9218         Log: Quote the temp file name, needed in Win32 because the
9219              default name unfortunately contains spaces, shouldn't
9220              hurt elsewhere.
9221              
9222              Subject: FW: perldoc fails if $TEMP contains spaces
9223              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
9224              Date: Thu, 14 Sep 2000 08:58:45 +0100
9225              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
9226      Branch: perl
9227            ! utils/perldoc.PL
9228 ____________________________________________________________________________
9229 [  7186] By: jhi                                   on 2000/10/10  13:16:27
9230         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
9231              From: hv@hugo.hybyte.com
9232              Date: Tue, 10 Oct 2000 14:10:20 +0100
9233              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
9234      Branch: perl
9235            ! t/lib/thr5005.t util.c
9236 ____________________________________________________________________________
9237 [  7185] By: jhi                                   on 2000/10/10  12:06:22
9238         Log: Upgrade to podlators 1.04, from Russ Allbery.
9239      Branch: perl
9240            ! lib/Pod/Man.pm lib/Pod/Text.pm
9241 ____________________________________________________________________________
9242 [  7184] By: jhi                                   on 2000/10/10  12:01:32
9243         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
9244      Branch: perl
9245            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
9246 ____________________________________________________________________________
9247 [  7183] By: jhi                                   on 2000/10/09  23:47:15
9248         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
9249              From: Peter Prymmer <pvhp@forte.com>
9250              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
9251              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
9252      Branch: perl
9253            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
9254 ____________________________________________________________________________
9255 [  7182] By: jhi                                   on 2000/10/09  23:43:16
9256         Log: Make eq work again with utf8 (disabling the upgrading
9257              should no more be necessary since the copies of the
9258              scalars are upgraded, not the scalars themselves).
9259              Takes care of ID 20001009.001.  (The claimed length()
9260              bug in 20001009.001 seems bogus to me.)
9261      Branch: perl
9262            ! sv.c t/pragma/utf8.t
9263 ____________________________________________________________________________
9264 [  7181] By: gsar                                  on 2000/10/09  19:41:54
9265         Log: tweak for change#7173
9266      Branch: perl
9267            ! win32/win32sck.c
9268 ____________________________________________________________________________
9269 [  7180] By: gsar                                  on 2000/10/09  19:26:56
9270         Log: on Windows, clean targets might not work under some flavors of the shell
9271      Branch: perl
9272            ! win32/Makefile win32/makefile.mk
9273 ____________________________________________________________________________
9274 [  7179] By: jhi                                   on 2000/10/09  19:21:02
9275         Log: Update Changes.
9276      Branch: perl
9277            ! Changes patchlevel.h
9278 ____________________________________________________________________________
9279 [  7178] By: jhi                                   on 2000/10/09  19:18:23
9280         Log: Warn about unknown scripts.
9281              
9282              Subject: Re: ideas? patches? [PATCH bleadperl]
9283              From: Dominic Dunlop <domo@computer.org>
9284              Date: Mon, 9 Oct 2000 14:57:17 +0200
9285              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
9286      Branch: perl
9287            ! lib/charnames.pm
9288 ____________________________________________________________________________
9289 [  7177] By: jhi                                   on 2000/10/09  19:13:27
9290         Log: Change #7160 had a nasty typo.
9291      Branch: metaconfig
9292            ! U/compline/Compile.U
9293      Branch: perl
9294            ! Configure config_h.SH
9295 ____________________________________________________________________________
9296 [  7176] By: gsar                                  on 2000/10/09  18:59:33
9297         Log: pod nit
9298      Branch: perl
9299            ! pod/perlport.pod
9300 ____________________________________________________________________________
9301 [  7175] By: gsar                                  on 2000/10/09  18:54:28
9302         Log: Windows9x doesn't support link(), despite what Config.pm
9303              might think
9304      Branch: perl
9305            ! lib/ExtUtils/Manifest.pm
9306 ____________________________________________________________________________
9307 [  7174] By: gsar                                  on 2000/10/09  18:50:03
9308         Log: avoid nonportable example code
9309      Branch: perl
9310            ! lib/File/Copy.pm
9311 ____________________________________________________________________________
9312 [  7173] By: gsar                                  on 2000/10/09  18:46:54
9313         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
9314              being used) when closing a socket handle
9315      Branch: perl
9316            ! win32/win32.c win32/win32.h win32/win32sck.c
9317 ____________________________________________________________________________
9318 [  7172] By: gsar                                  on 2000/10/09  18:41:40
9319         Log: on Windows, cwd strings in the environment should be of the
9320              form =X:=X:\foo instead of =X=X:\foo\
9321      Branch: perl
9322            ! win32/vdir.h
9323 ____________________________________________________________________________
9324 [  7171] By: gsar                                  on 2000/10/09  18:30:09
9325         Log: on Windows, LoadLibrary() could load an extension DLL multiple
9326              times if forward slashes are used in the path
9327      Branch: perl
9328            ! win32/win32.c
9329 ____________________________________________________________________________
9330 [  7170] By: jhi                                   on 2000/10/09  17:53:59
9331         Log: Add a todo note about overloadable assertions.
9332      Branch: perl
9333            ! Todo-5.6
9334 ____________________________________________________________________________
9335 [  7169] By: jhi                                   on 2000/10/09  13:43:45
9336         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
9337              From: mjd@plover.com
9338              Date: 9 Oct 2000 00:24:44 -0000
9339              Message-ID: <20001009002444.10616.qmail@plover.com>
9340      Branch: perl
9341            ! pod/perldebguts.pod
9342 ____________________________________________________________________________
9343 [  7168] By: nick                                  on 2000/10/08  13:16:33
9344         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
9345              is not right thing to do on (e.g. x86). Network order is also "right" for
9346              X fonts.
9347      Branch: perl
9348            ! ext/Encode/Encode.pm
9349 ____________________________________________________________________________
9350 [  7167] By: nick                                  on 2000/10/08  12:54:42
9351         Log: Make "encodings" work post-install when Encode/*.enc files may not
9352              be in same directory as Encode.pm
9353      Branch: perl
9354            ! ext/Encode/Encode.pm
9355 ____________________________________________________________________________
9356 [  7166] By: nick                                  on 2000/10/08  11:51:26
9357         Log: Work round the fact that $hash->{$key} does not take into account
9358              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
9359              so that key is always in the "expected" encoding - i.e. same way we put
9360              it in the hash.
9361      Branch: perl
9362            ! ext/Encode/Encode.pm
9363 ____________________________________________________________________________
9364 [  7165] By: gsar                                  on 2000/10/08  04:15:29
9365         Log: save_re_context() could reset PL_curcop to freed memory, causing core
9366              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
9367      Branch: perl
9368            ! pp_ctl.c
9369 ____________________________________________________________________________
9370 [  7164] By: jhi                                   on 2000/10/06  20:51:48
9371         Log: UTF8ize split() so that the cloned substrings get the UTF8
9372              flag of the original scalar.  Problem reported by Simon Cozens.
9373      Branch: perl
9374            ! pp.c t/pragma/utf8.t
9375 ____________________________________________________________________________
9376 [  7163] By: nick                                  on 2000/10/06  20:48:34
9377         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
9378              got a false +ve and so did not reach code which would have un-FAKEd the SV.
9379      Branch: perl
9380            ! sv.c
9381 ____________________________________________________________________________
9382 [  7162] By: nick                                  on 2000/10/06  20:25:37
9383         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
9384              To fix  (sort {$a <=> $b} keys %hash) in particular but
9385              should cover a number of other as-yet-unknown cases as well.
9386      Branch: perl
9387            ! sv.c
9388 ____________________________________________________________________________
9389 [  7161] By: jhi                                   on 2000/10/06  19:56:18
9390         Log: Change the version number of Tie::Handle in the core to 4.0,
9391              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
9392              
9393              Subject: Note on Tie::Handle
9394              From: andreas.koenig@anima.de (Andreas J. Koenig)
9395              Date:      06 Oct 2000 21:48:58 +0200
9396              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
9397      Branch: perl
9398            ! lib/Tie/Handle.pm
9399 ____________________________________________________________________________
9400 [  7160] By: jhi                                   on 2000/10/06  18:20:35
9401         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
9402              as the first option of cc/ld because of ultrapicky compilers
9403              (e.g. OS/390 R2.5)
9404      Branch: metaconfig
9405            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
9406            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
9407            ! U/compline/orderlib.U U/modified/Cppsym.U
9408            ! U/modified/d_access.U
9409      Branch: metaconfig/U/perl
9410            ! Checkcc.U d_dlsymun.U gccvers.U
9411      Branch: perl
9412            ! Configure config_h.SH
9413 ____________________________________________________________________________
9414 [  7159] By: jhi                                   on 2000/10/06  13:56:39
9415         Log: Update Changes.
9416      Branch: perl
9417            ! Changes patchlevel.h
9418 ____________________________________________________________________________
9419 [  7158] By: jhi                                   on 2000/10/06  12:48:40
9420         Log: Eliminate $Is_VMS code from the test.
9421              
9422              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
9423              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9424              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
9425              Date:     Thu, 5 Oct 2000 07:46:33 EDT
9426      Branch: perl
9427            ! t/lib/b.t
9428 ____________________________________________________________________________
9429 [  7157] By: jhi                                   on 2000/10/06  12:47:13
9430         Log: Also the $ccflags is needed for the C compiler check.
9431              
9432              Subject: Configure (check for C-compiler)
9433              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9434              Date: Fri, 06 Oct 2000 08:47:15 +0200
9435              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
9436      Branch: metaconfig/U/perl
9437            ! Checkcc.U
9438      Branch: perl
9439            ! Configure config_h.SH
9440 ____________________________________________________________________________
9441 [  7156] By: jhi                                   on 2000/10/06  11:45:15
9442         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
9443      Branch: perl
9444            ! perl.c pp_ctl.c sv.h utf8.c
9445 ____________________________________________________________________________
9446 [  7155] By: jhi                                   on 2000/10/06  11:40:41
9447         Log: IO::Handle->syswrite() did not handle length omission
9448              like CORE::syswrite() does.
9449              
9450              Subject: [Fwd] IO::Handle, syswrite and arguments
9451              From: Graham Barr <gbarr@pobox.com>
9452              Date: Fri, 6 Oct 2000 10:22:05 +0100
9453              Message-ID: <20001006102205.U6312@pobox.com>
9454              
9455              The original patch from andrew@ugh.net.au.
9456      Branch: perl
9457            ! ext/IO/lib/IO/Handle.pm
9458 ____________________________________________________________________________
9459 [  7154] By: jhi                                   on 2000/10/06  01:42:15
9460         Log: Tweak #7153.
9461      Branch: perl
9462            ! utf8.h
9463 ____________________________________________________________________________
9464 [  7153] By: jhi                                   on 2000/10/06  00:39:55
9465         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
9466      Branch: perl
9467            ! utf8.h
9468 ____________________________________________________________________________
9469 [  7152] By: jhi                                   on 2000/10/06  00:38:11
9470         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
9471      Branch: perl
9472            ! perl.c pp_ctl.c sv.h utf8.c
9473 ____________________________________________________________________________
9474 [  7151] By: jhi                                   on 2000/10/06  00:36:38
9475         Log: Subject: Re: Questions about Tie::Array and perl modules
9476              From: Nick Ing-Simmons <nik@tiuk.ti.com>
9477              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
9478              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
9479              
9480              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
9481      Branch: perl
9482            ! lib/Tie/Array.pm t/op/array.t
9483 ____________________________________________________________________________
9484 [  7150] By: jhi                                   on 2000/10/05  00:20:45
9485         Log: Regen Changes.
9486      Branch: perl
9487            ! Changes patchlevel.h
9488 ____________________________________________________________________________
9489 [  7149] By: jhi                                   on 2000/10/05  00:20:01
9490         Log: Regen toc.
9491      Branch: perl
9492            ! pod/perltoc.pod
9493 ____________________________________________________________________________
9494 [  7148] By: jhi                                   on 2000/10/04  23:35:08
9495         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
9496              reported several times by Dominic Dunlop, for example in
9497              ID 20000315.008.  Patch from Dominic.  Patch affects at
9498              least MachTen, and possibly other oldish BSDs. Should not
9499              break non-broken platforms (tested on LinuxPPC). 
9500      Branch: perl
9501            ! doio.c
9502 ____________________________________________________________________________
9503 [  7147] By: jhi                                   on 2000/10/04  23:26:34
9504         Log: The one that got away from 7146.
9505      Branch: metaconfig
9506            + U/installdirs/installscripts.U
9507 ____________________________________________________________________________
9508 [  7146] By: jhi                                   on 2000/10/04  23:25:04
9509         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
9510              suggested by H. Merijn Brand.
9511      Branch: perl
9512            ! Configure INSTALL Makefile.SH Porting/Glossary
9513            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
9514            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
9515            ! win32/config.vc
9516 ____________________________________________________________________________
9517 [  7145] By: jhi                                   on 2000/10/04  22:08:21
9518         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
9519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9520              Date: Wed, 4 Oct 2000 17:37:46 -0400
9521              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
9522      Branch: perl
9523            ! utils/h2xs.PL
9524 ____________________________________________________________________________
9525 [  7144] By: jhi                                   on 2000/10/04  18:11:41
9526         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
9527              From: Jeff Pinyan <jeffp@crusoe.net>
9528              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
9529              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
9530      Branch: perl
9531            ! pod/perlrun.pod
9532 ____________________________________________________________________________
9533 [  7143] By: jhi                                   on 2000/10/04  18:09:58
9534         Log: Subject: perlhack.pod Patch for Externals Tools
9535              From: Fisher Mark <fisherm@tce.com>
9536              Date: Tue, 3 Oct 2000 15:43:27 -0500 
9537              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
9538      Branch: perl
9539            ! pod/perlhack.pod
9540 ____________________________________________________________________________
9541 [  7142] By: jhi                                   on 2000/10/04  18:08:41
9542         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
9543              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9544              Date:     Wed, 4 Oct 2000 12:11:11 EDT
9545              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
9546      Branch: perl
9547            ! vms/vms.c
9548 ____________________________________________________________________________
9549 [  7141] By: jhi                                   on 2000/10/04  12:20:16
9550         Log: Subject: [PATCH 5.7.0] h2xs not working
9551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9552              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
9553              Date: Tue, 3 Oct 2000 21:43:01 -0400
9554              
9555              Subject: [PATCH 5.7.0] h2xs not documenting the created module
9556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9557              Date: Tue, 3 Oct 2000 22:55:19 -0400
9558              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
9559      Branch: perl
9560            ! utils/h2xs.PL
9561 ____________________________________________________________________________
9562 [  7140] By: jhi                                   on 2000/10/04  11:53:44
9563         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
9564              From: nick@babyhippo.com
9565              Date: Wed, 4 Oct 2000 12:06:45 +0100
9566              Message-Id: <20001004120645.A7356@babyhippo.com>
9567              
9568              Retract 7118 and 7135.
9569      Branch: perl
9570            ! installman installperl op.c t/pragma/subs.t
9571 ____________________________________________________________________________
9572 [  7139] By: jhi                                   on 2000/10/03  22:09:41
9573         Log: It is possible to have no hosts database at all.  Pointed out in
9574              
9575              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
9576              From: Peter Prymmer <pvhp@forte.com>
9577              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
9578              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
9579      Branch: metaconfig
9580            ! U/modified/myhostname.U
9581      Branch: perl
9582            ! Configure config_h.SH
9583 ____________________________________________________________________________
9584 [  7138] By: jhi                                   on 2000/10/03  21:49:49
9585         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
9586              From: Peter Prymmer <pvhp@forte.com>
9587              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
9588              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
9589      Branch: perl
9590            ! pp_sys.c
9591 ____________________________________________________________________________
9592 [  7137] By: jhi                                   on 2000/10/03  20:10:05
9593         Log: One remaining nit less at the VMS mailbox sizing.
9594      Branch: perl
9595            ! vms/vms.c
9596 ____________________________________________________________________________
9597 [  7136] By: jhi                                   on 2000/10/03  20:08:47
9598         Log: Test harness update to sync with the new perlcc,
9599              from Simon Cozens.
9600      Branch: perl
9601            ! t/TEST t/UTEST
9602 ____________________________________________________________________________
9603 [  7135] By: jhi                                   on 2000/10/03  15:15:42
9604         Log: Subject: Re: PATCH for 20001003.004
9605              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
9606              From: "AARON B. DOSSETT" <aaron@iglou.com>
9607              Message-Id: <E13gTay-0006od-00@iglou.com>
9608      Branch: perl
9609            ! installman installperl
9610 ____________________________________________________________________________
9611 [  7134] By: jhi                                   on 2000/10/03  15:00:34
9612         Log: Subject: [ID 20001003.006] B::Debug not -w clean
9613              From: Nicholas Clark <nick@babyhippo.co.uk>
9614              Date: Tue, 03 Oct 2000 15:46:32 +0100
9615              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
9616      Branch: perl
9617            ! ext/B/B/Debug.pm
9618 ____________________________________________________________________________
9619 [  7133] By: jhi                                   on 2000/10/03  14:58:39
9620         Log: Scale down the VMS message boxes, by Charles Lane.
9621              Fix for ID 20000903.009, workaround at
9622              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
9623      Branch: perl
9624            ! vms/vms.c
9625 ____________________________________________________________________________
9626 [  7132] By: jhi                                   on 2000/10/03  11:20:37
9627         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
9628      Branch: perl
9629            + t/lib/st-lock.t t/lib/st-utf8.t
9630            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
9631            ! ext/Storable/Storable.xs t/lib/st-recurse.t
9632 ____________________________________________________________________________
9633 [  7131] By: jhi                                   on 2000/10/03  03:38:23
9634         Log: Encode nits.
9635      Branch: perl
9636            ! MANIFEST Makefile.SH
9637 ____________________________________________________________________________
9638 [  7130] By: jhi                                   on 2000/10/03  03:31:05
9639         Log: Update Changes.
9640      Branch: perl
9641            ! Changes patchlevel.h
9642 ____________________________________________________________________________
9643 [  7129] By: jhi                                   on 2000/10/03  02:24:02
9644         Log: Misplaced else.
9645      Branch: metaconfig/U/perl
9646            ! d_strtoll.U
9647      Branch: perl
9648            ! Configure config_h.SH
9649 ____________________________________________________________________________
9650 [  7128] By: jhi                                   on 2000/10/03  02:08:29
9651         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
9652              From: sthoenna@efn.org
9653              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
9654              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
9655      Branch: metaconfig/U/perl
9656            ! d_strtoll.U
9657      Branch: perl
9658            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
9659 ____________________________________________________________________________
9660 [  7127] By: jhi                                   on 2000/10/03  01:13:14
9661         Log: Update Changes.
9662      Branch: perl
9663            ! Changes patchlevel.h
9664 ____________________________________________________________________________
9665 [  7126] By: jhi                                   on 2000/10/03  00:57:08
9666         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
9667              as suggested by Olaf Flebbe and Nick Clark.
9668      Branch: perl
9669            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
9670 ____________________________________________________________________________
9671 [  7125] By: jhi                                   on 2000/10/03  00:50:56
9672         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
9673              From: Nick Clark <nick@plum.flirble.org>
9674              Date: Mon, 2 Oct 2000 11:03:24 +0100
9675              Message-Id: <20001002110324.D20073@plum.flirble.org>
9676              
9677              Also fixes bug ID 20001002.005.
9678      Branch: perl
9679            ! t/lib/encode.t
9680 ____________________________________________________________________________
9681 [  7124] By: jhi                                   on 2000/10/03  00:34:59
9682         Log: Subject: [PATCH 5.7.0] Epoc update
9683              From: Olaf Flebbe <o.flebbe@gmx.de>
9684              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
9685              Message-ID: <26423.969484586@www10.gmx.net>
9686      Branch: perl
9687            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
9688            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
9689            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
9690            ! util.c util.h
9691 ____________________________________________________________________________
9692 [  7123] By: jhi                                   on 2000/10/03  00:30:07
9693         Log: Regen headers.
9694      Branch: perl
9695            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
9696 ____________________________________________________________________________
9697 [  7122] By: jhi                                   on 2000/10/03  00:10:48
9698         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
9699      Branch: perl
9700            ! hints/openbsd.sh
9701 ____________________________________________________________________________
9702 [  7121] By: jhi                                   on 2000/10/03  00:05:06
9703         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
9704              From: <abigail@foad.org>
9705              Date: Tue, 26 Sep 2000 13:36:14 -0400
9706              Message-ID: <20000926173614.4356.qmail@foad.org>
9707      Branch: perl
9708            ! pod/perlop.pod
9709 ____________________________________________________________________________
9710 [  7120] By: jhi                                   on 2000/10/03  00:04:00
9711         Log: Inside require() $^S was always left undefined.
9712              
9713              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
9714              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9715              Date: Wed, 27 Sep 2000 18:54:49 -0400
9716              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
9717      Branch: perl
9718            ! cop.h mg.c pp_ctl.c util.c
9719 ____________________________________________________________________________
9720 [  7119] By: jhi                                   on 2000/10/03  00:00:16
9721         Log: Subject: [PATCH] DLL not restartabke with threaded perl
9722              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
9723              Date: Thu, 28 Sep 2000 09:20:46 +0100
9724              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
9725      Branch: perl
9726            ! perl.c
9727 ____________________________________________________________________________
9728 [  7118] By: jhi                                   on 2000/10/02  23:59:20
9729         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
9730              From: Nicholas Clark <nick@ccl4.org>
9731              Date: Thu, 28 Sep 2000 11:52:24 +0100
9732              Message-ID: <20000928115224.D7924@plum.flirble.org>
9733      Branch: perl
9734            ! op.c
9735 ____________________________________________________________________________
9736 [  7117] By: jhi                                   on 2000/10/02  23:57:51
9737         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
9738              From: Nicholas Clark <nick@babyhippo.co.uk>
9739              Date: Thu, 28 Sep 2000 12:18:10 +0100
9740              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
9741              
9742              Did not apply cleanly, manual intervention was needed.
9743      Branch: perl
9744            ! ext/B/B/Bytecode.pm utils/perlcc.PL
9745 ____________________________________________________________________________
9746 [  7116] By: jhi                                   on 2000/10/02  23:50:40
9747         Log: Document the issue (is not a syntax error, kind of)
9748              
9749              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
9750              From: Nicholas Clark <nick@ccl4.org>
9751              Date: Thu, 28 Sep 2000 17:12:42 +0100
9752              Message-ID: <20000928171242.K7924@plum.flirble.org>
9753      Branch: perl
9754            ! pod/perldata.pod
9755 ____________________________________________________________________________
9756 [  7115] By: jhi                                   on 2000/10/02  23:48:58
9757         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
9758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9759              Date: Thu, 28 Sep 2000 21:55:31 -0400
9760              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
9761      Branch: perl
9762            ! regexec.c
9763 ____________________________________________________________________________
9764 [  7114] By: jhi                                   on 2000/10/02  23:47:57
9765         Log: Subject: DOC PATCH 5.6.0
9766              From: mjd@plover.com
9767              Date: 30 Sep 2000 06:02:34 -0000
9768              Message-ID: <20000930060234.4559.qmail@plover.com>
9769      Branch: perl
9770            ! pod/perldebguts.pod
9771 ____________________________________________________________________________
9772 [  7113] By: jhi                                   on 2000/10/02  23:46:43
9773         Log: SOCK_DGRAM and listen() do not mix as reported in
9774              
9775              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
9776              From: Petter Reinholdtsen <pere@hungry.com>
9777              Date: Sun, 1 Oct 2000 10:57:20 +0800
9778              Message-Id: <200010010257.KAA05735@localhost.localdomain>
9779              
9780              The patch for 5.7.0+ had to be reengineered, though.
9781      Branch: perl
9782            ! ext/IO/lib/IO/Socket/UNIX.pm
9783 ____________________________________________________________________________
9784 [  7112] By: jhi                                   on 2000/10/02  23:36:57
9785         Log: Subject: Re: [PATCH 5.005_64 missed]
9786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9787              Date: Sun, 1 Oct 2000 18:50:10 -0400
9788              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
9789      Branch: perl
9790            ! pod/perlxs.pod
9791 ____________________________________________________________________________
9792 [  7111] By: jhi                                   on 2000/10/02  23:35:40
9793         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
9794              From: Radu Greab <radu@netsoft.ro>
9795              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
9796              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
9797      Branch: perl
9798            ! op.c opcode.pl t/op/substr.t
9799 ____________________________________________________________________________
9800 [  7110] By: jhi                                   on 2000/10/02  23:32:38
9801         Log: Subject: [PATCH] Fix aliasing of tied filehandles
9802              From: Daniel Chetlin <daniel@chetlin.com>
9803              Date: Mon, 2 Oct 2000 14:53:27 -0700
9804              Message-ID: <20001002145327.C1617@ilmd>
9805      Branch: perl
9806            ! perl.h pp_hot.c t/op/tiehandle.t
9807 ____________________________________________________________________________
9808 [  7109] By: jhi                                   on 2000/10/02  23:31:30
9809         Log: s/Robin Parker/Robin Barker/
9810      Branch: perl
9811            ! Changes5.6
9812 ____________________________________________________________________________
9813 [  7108] By: jhi                                   on 2000/10/02  23:15:46
9814         Log: Retract #7091 as suggested in
9815              
9816              From: Robin Barker <rmb1@cise.npl.co.uk> 
9817              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
9818              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
9819              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
9820      Branch: perl
9821            ! embed.pl proto.h
9822 ____________________________________________________________________________
9823 [  7107] By: nick                                  on 2000/10/02  18:23:14
9824         Log: A few tweaks to get Tk803 to work with Encode scheme.
9825      Branch: perl
9826            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
9827 ____________________________________________________________________________
9828 [  7106] By: nick                                  on 2000/10/01  21:34:14
9829         Log: Add checking cases to Encode's toUnicode and fromUnicode.
9830      Branch: perl
9831            ! ext/Encode/Encode.pm
9832 ____________________________________________________________________________
9833 [  7105] By: nick                                  on 2000/10/01  17:18:01
9834         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
9835              To read and use them.
9836              Add a lib/encode.t which checks a few things.
9837      Branch: perl
9838            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
9839            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
9840            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
9841            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
9842            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
9843            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
9844            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
9845            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
9846            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
9847            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
9848            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
9849            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
9850            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
9851            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
9852            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
9853            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
9854            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
9855            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
9856            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
9857            + ext/Encode/Encode/iso2022-jp.enc
9858            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
9859            + ext/Encode/Encode/iso8859-1.enc
9860            + ext/Encode/Encode/iso8859-2.enc
9861            + ext/Encode/Encode/iso8859-3.enc
9862            + ext/Encode/Encode/iso8859-4.enc
9863            + ext/Encode/Encode/iso8859-5.enc
9864            + ext/Encode/Encode/iso8859-6.enc
9865            + ext/Encode/Encode/iso8859-7.enc
9866            + ext/Encode/Encode/iso8859-8.enc
9867            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
9868            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
9869            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
9870            + ext/Encode/Encode/macCentEuro.enc
9871            + ext/Encode/Encode/macCroatian.enc
9872            + ext/Encode/Encode/macCyrillic.enc
9873            + ext/Encode/Encode/macDingbats.enc
9874            + ext/Encode/Encode/macGreek.enc
9875            + ext/Encode/Encode/macIceland.enc
9876            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
9877            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
9878            + ext/Encode/Encode/macTurkish.enc
9879            + ext/Encode/Encode/macUkraine.enc
9880            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
9881            + t/lib/encode.t
9882            ! MANIFEST ext/Encode/Encode.pm
9883 ____________________________________________________________________________
9884 [  7104] By: nick                                  on 2000/09/30  13:04:30
9885         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
9886              From: Daniel Chetlin <daniel@chetlin.com>
9887              Date: Mon, 18 Sep 2000 05:05:40 -0700
9888              Message-Id: <20000918050540.C652@ilmd>
9889      Branch: perl
9890            ! lib/overload.pm sv.c t/pragma/overload.t
9891 ____________________________________________________________________________
9892 [  7103] By: nick                                  on 2000/09/30  12:53:36
9893         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
9894              From: Johan Vromans <jvromans@squirrel.nl>
9895              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
9896              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
9897      Branch: perl
9898            ! pod/Makefile.SH
9899 ____________________________________________________________________________
9900 [  7102] By: nick                                  on 2000/09/30  12:52:31
9901         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
9902              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9903              Date: Sat, 16 Sep 2000 16:36:45 -0400
9904              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
9905      Branch: perl
9906            ! ext/B/B/Deparse.pm
9907 ____________________________________________________________________________
9908 [  7101] By: nick                                  on 2000/09/30  12:51:41
9909         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
9910              From: Craig A. Berry <craig.berry@psinetcs.com>
9911              Date: Sat, 16 Sep 2000 10:11:10 -0500
9912              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
9913      Branch: perl
9914            ! vms/vms.c
9915 ____________________________________________________________________________
9916 [  7100] By: nick                                  on 2000/09/30  12:50:33
9917         Log: Subject: Re: unicode support and perl [ID 20000901.097]
9918              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9919              Date: Fri, 15 Sep 2000 16:37:58 -0400
9920              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
9921      Branch: perl
9922            ! t/op/append.t
9923 ____________________________________________________________________________
9924 [  7099] By: nick                                  on 2000/09/30  12:49:35
9925         Log: Subject: Re: unicode support and perl [ID 20000901.097]
9926              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9927              Date: Fri, 15 Sep 2000 16:25:30 -0400
9928              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
9929      Branch: perl
9930            ! pp_hot.c
9931 ____________________________________________________________________________
9932 [  7098] By: nick                                  on 2000/09/30  12:48:00
9933         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
9934              From: Gisle Aas <gisle@ActiveState.com>
9935              Date: 15 Sep 2000 16:23:41 +0200
9936              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
9937      Branch: perl
9938            ! toke.c
9939 ____________________________________________________________________________
9940 [  7097] By: nick                                  on 2000/09/30  12:45:16
9941         Log: Subject: [PATCH] Nits in perlmod.pod
9942              From: Daniel Chetlin <daniel@chetlin.com>
9943              Date: Fri, 15 Sep 2000 02:04:09 -0700
9944              Message-Id: <20000915020409.A2104@ilmd>
9945      Branch: perl
9946            ! pod/perlmod.pod
9947 ____________________________________________________________________________
9948 [  7096] By: nick                                  on 2000/09/30  12:18:00
9949         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
9950              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
9951              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
9952              0 to checking to get the warning.
9953      Branch: perl
9954            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
9955            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
9956            ! regexec.c sv.c toke.c utf8.c
9957 ____________________________________________________________________________
9958 [  7095] By: nick                                  on 2000/09/15  16:55:59
9959         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
9960              
9961              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
9962              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9963              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
9964              Date: Fri, 15 Sep 2000 06:37:30 -0400
9965      Branch: perl
9966            ! ext/Encode/Encode.xs sv.c
9967 ____________________________________________________________________________
9968 [  7094] By: jhi                                   on 2000/09/15  03:23:32
9969         Log: Update Changes.
9970      Branch: perl
9971            ! Changes patchlevel.h
9972 ____________________________________________________________________________
9973 [  7093] By: jhi                                   on 2000/09/15  03:11:44
9974         Log: Fix for the charnames.t failures from Spider Boardman.
9975      Branch: perl
9976            ! toke.c
9977 ____________________________________________________________________________
9978 [  7092] By: jhi                                   on 2000/09/15  00:15:48
9979         Log: Botched the #7090 check-in.
9980      Branch: perl
9981            ! sv.c
9982 ____________________________________________________________________________
9983 [  7091] By: jhi                                   on 2000/09/14  23:33:24
9984         Log: Part of #7081 didn't come through.
9985      Branch: perl
9986            ! embed.pl proto.h
9987 ____________________________________________________________________________
9988 [  7090] By: jhi                                   on 2000/09/14  23:17:39
9989         Log: Subject: Re: perl@7078 
9990              From: Spider Boardman <spider@web.zk3.dec.com>
9991              Date: Thu, 14 Sep 2000 19:06:36 -0400
9992              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
9993      Branch: perl
9994            ! sv.c toke.c
9995 ____________________________________________________________________________
9996 [  7089] By: jhi                                   on 2000/09/14  23:11:21
9997         Log: Small portability tweaks.
9998      Branch: perl
9999            ! ext/Encode/Encode.xs
10000 ____________________________________________________________________________
10001 [  7088] By: jhi                                   on 2000/09/14  22:57:23
10002         Log: Fake return to pacify picky compilers.
10003      Branch: perl
10004            ! ext/Encode/Encode.xs
10005 ____________________________________________________________________________
10006 [  7087] By: jhi                                   on 2000/09/14  22:53:37
10007         Log: Subject: [PATCH] utf8.c apidoc
10008              From: Simon Cozens <simon@cozens.net>
10009              Date: Thu, 14 Sep 2000 23:46:57 +0100
10010              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
10011      Branch: perl
10012            ! perlapi.c pod/perlapi.pod utf8.c
10013 ____________________________________________________________________________
10014 [  7086] By: jhi                                   on 2000/09/14  22:40:38
10015         Log: We don't need to count the high bit bytes, a boolean is enough. 
10016      Branch: perl
10017            ! sv.c
10018 ____________________________________________________________________________
10019 [  7085] By: jhi                                   on 2000/09/14  21:20:09
10020         Log: Replace #7084 with
10021              
10022              Subject: Re: perl@7078 
10023              From: Spider Boardman <spider@web.zk3.dec.com>
10024              Date: Thu, 14 Sep 2000 17:09:36 -0400
10025              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
10026      Branch: perl
10027            ! sv.c utf8.c
10028 ____________________________________________________________________________
10029 [  7084] By: jhi                                   on 2000/09/14  20:03:34
10030         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
10031              convertable to bytes by checking it doesn't go above 0xc3
10032              
10033              Subject: Re: perl@7078
10034              From: Simon Cozens <simon@cozens.net>
10035              Date: Thu, 14 Sep 2000 20:59:19 +0100
10036              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
10037      Branch: perl
10038            ! utf8.c
10039 ____________________________________________________________________________
10040 [  7083] By: jhi                                   on 2000/09/14  19:38:47
10041         Log: Subject: Re: perl@7078
10042              From: Simon Cozens <simon@cozens.net>
10043              Date: Thu, 14 Sep 2000 20:13:09 +0100
10044              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
10045      Branch: perl
10046            ! t/op/bop.t
10047 ____________________________________________________________________________
10048 [  7082] By: jhi                                   on 2000/09/14  17:50:44
10049         Log: The one that got away.
10050      Branch: perl
10051            ! lib/File/Find.pm
10052 ____________________________________________________________________________
10053 [  7081] By: jhi                                   on 2000/09/14  17:45:35
10054         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
10055              From: Robin Barker <rmb1@cise.npl.co.uk>
10056              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
10057              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
10058      Branch: perl
10059            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
10060            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
10061            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
10062            ! regcomp.c toke.c universal.c
10063 ____________________________________________________________________________
10064 [  7080] By: jhi                                   on 2000/09/14  17:40:35
10065         Log: Problems picked up by AIX cc.
10066              
10067              Subject: Re: perl@7078 (patch included)
10068              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10069              Date: Thu, 14 Sep 2000 18:53:30 +0200
10070              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
10071      Branch: perl
10072            ! ext/Encode/Encode.xs
10073 ____________________________________________________________________________
10074 [  7079] By: jhi                                   on 2000/09/14  17:38:27
10075         Log: Subject: File::Find 5.7.0 POD nits
10076              From: Rich Morin <rdm@cfcl.com>
10077              Date: Wed, 13 Sep 2000 22:03:58 -0700
10078              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
10079      Branch: perl
10080            ! lib/File/Find.pm
10081 ____________________________________________________________________________
10082 [  7078] By: jhi                                   on 2000/09/14  14:58:20
10083         Log: Update Changes.
10084      Branch: perl
10085            ! Changes patchlevel.h
10086 ____________________________________________________________________________
10087 [  7077] By: jhi                                   on 2000/09/14  14:55:54
10088         Log: Compilation warnings and an error.
10089      Branch: perl
10090            ! sv.c
10091 ____________________________________________________________________________
10092 [  7076] By: jhi                                   on 2000/09/14  14:42:56
10093         Log: Fix for a parsing bug, not for the original bug.
10094              
10095              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
10096              From: Spider Boardman <spider@web.zk3.dec.com>
10097              Date: Wed, 13 Sep 2000 17:52:20 -0400
10098              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
10099      Branch: perl
10100            ! regcomp.c
10101 ____________________________________________________________________________
10102 [  7075] By: jhi                                   on 2000/09/14  14:40:40
10103         Log: Batch of UTF-8 patches from Simon Cozens.
10104      Branch: perl
10105            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
10106            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
10107            ! toke.c utf8.c
10108 ____________________________________________________________________________
10109 [  7074] By: jhi                                   on 2000/09/14  14:29:58
10110         Log: Subject: Re: Two advertising clauses need to be removed
10111              From: Russ Allbery <rra@stanford.edu>
10112              Date: 13 Sep 2000 18:50:26 -0700
10113              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
10114      Branch: perl
10115            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
10116 ____________________________________________________________________________
10117 [  7073] By: jhi                                   on 2000/09/14  14:28:20
10118         Log: Subject: [PATCH] de-wall t/README
10119              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10120              Date: Wed, 13 Sep 2000 17:46:55 -0700
10121              Message-ID: <//Bw5gzkge/e092yn@efn.org>
10122      Branch: perl
10123            ! t/README
10124 ____________________________________________________________________________
10125 [  7072] By: jhi                                   on 2000/09/14  14:25:10
10126         Log: Hints optimization.
10127              
10128              Subject: Minor nit
10129              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10130              Date: Wed, 13 Sep 2000 21:42:07 +0200
10131              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
10132      Branch: perl
10133            ! hints/hpux.sh
10134 ____________________________________________________________________________
10135 [  7071] By: jhi                                   on 2000/09/14  14:23:30
10136         Log: Allow chop() and chomp() to be overridden.
10137              
10138              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
10139              From: "Casey R. Tweten" <crt@kiski.net>
10140              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
10141              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
10142      Branch: perl
10143            ! toke.c
10144 ____________________________________________________________________________
10145 [  7070] By: jhi                                   on 2000/09/14  14:20:36
10146         Log: The return value of setlocale must be copied away.
10147              
10148              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
10149              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10150              Date: Wed, 13 Sep 2000 16:27:37 +0100 
10151              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
10152      Branch: perl
10153            ! util.c
10154 ____________________________________________________________________________
10155 [  7069] By: jhi                                   on 2000/09/14  14:16:27
10156         Log: Remove vestiges of tr//CU.
10157              
10158              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
10159              From: Nick Clark <nick@plum.flirble.org>
10160              Date: Tue, 12 Sep 2000 22:50:14 +0100
10161              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
10162              
10163              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
10164              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10165              Date: Tue, 12 Sep 2000 21:38:48 -0700
10166              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
10167      Branch: perl
10168            ! op.h pod/perlunicode.pod
10169 ____________________________________________________________________________
10170 [  7068] By: jhi                                   on 2000/09/13  14:18:39
10171         Log: Add the Encode extension.  The code is still largely just skeleton.
10172      Branch: perl
10173            + ext/Encode/Encode.pm ext/Encode/Encode.xs
10174            + ext/Encode/Makefile.PL ext/Encode/Todo
10175            ! MANIFEST Todo-5.6
10176 ____________________________________________________________________________
10177 [  7067] By: jhi                                   on 2000/09/12  17:43:33
10178         Log: Allow for whitespace between "#" and "line" in cpp output.
10179              
10180              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
10181              From: Calle Dybedahl <calle@lysator.liu.se>
10182              Date: 12 Sep 2000 19:38:02 +0200 
10183              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
10184      Branch: perl
10185            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
10186 ____________________________________________________________________________
10187 [  7066] By: gsar                                  on 2000/09/12  17:24:29
10188         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
10189              initialization in all the threads on Windows
10190      Branch: perl
10191            ! win32/win32.c
10192 ____________________________________________________________________________
10193 [  7065] By: jhi                                   on 2000/09/12  15:11:31
10194         Log: Update Changes.
10195      Branch: perl
10196            ! Changes patchlevel.h
10197 ____________________________________________________________________________
10198 [  7064] By: jhi                                   on 2000/09/12  14:54:54
10199         Log: Retract #7062, the pod tests are not ready.
10200      Branch: perl
10201            ! t/TEST t/harness
10202 ____________________________________________________________________________
10203 [  7063] By: jhi                                   on 2000/09/12  14:25:41
10204         Log: The #7054 truncated Configure badly.
10205      Branch: metaconfig/U/perl
10206            ! End.U
10207      Branch: perl
10208            ! Configure config_h.SH
10209 ____________________________________________________________________________
10210 [  7062] By: jhi                                   on 2000/09/12  14:08:32
10211         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
10212              From: sthoenna@efn.org
10213              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
10214              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
10215      Branch: perl
10216            ! t/TEST t/harness
10217 ____________________________________________________________________________
10218 [  7061] By: jhi                                   on 2000/09/12  14:07:18
10219         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
10220              From: sthoenna@efn.org
10221              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
10222              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
10223      Branch: perl
10224            ! pod/perlxs.pod
10225 ____________________________________________________________________________
10226 [  7060] By: jhi                                   on 2000/09/12  14:06:08
10227         Log: Break up the myconfig lines a bit.
10228              
10229              Subject: perlbug/perl -V output format
10230              From: sthoenna@efn.org
10231              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
10232              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
10233      Branch: perl
10234            ! myconfig.SH
10235 ____________________________________________________________________________
10236 [  7059] By: jhi                                   on 2000/09/12  14:05:04
10237         Log: Test for the #7049.
10238              
10239              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
10240              From: andreas.koenig@anima.de (Andreas J. Koenig)
10241              Date: 12 Sep 2000 06:42:01 +0200
10242              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
10243      Branch: perl
10244            ! t/op/my.t
10245 ____________________________________________________________________________
10246 [  7058] By: jhi                                   on 2000/09/12  14:03:05
10247         Log: Subject: [patch: perl@7045] vms updates
10248              From: Peter Prymmer <pvhp@forte.com>
10249              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
10250              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
10251      Branch: perl
10252            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
10253 ____________________________________________________________________________
10254 [  7057] By: jhi                                   on 2000/09/12  14:00:51
10255         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
10256              From: sthoenna@efn.org
10257              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
10258              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
10259      Branch: perl
10260            ! t/op/64bitint.t
10261 ____________________________________________________________________________
10262 [  7056] By: jhi                                   on 2000/09/12  13:58:14
10263         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
10264              From: Jeff Pinyan <jeffp@crusoe.net>
10265              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
10266              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
10267      Branch: perl
10268            ! pod/perlfunc.pod
10269 ____________________________________________________________________________
10270 [  7055] By: jhi                                   on 2000/09/12  13:56:32
10271         Log: Do in VMS as the #7054 does.
10272      Branch: perl
10273            ! configure.com
10274 ____________________________________________________________________________
10275 [  7054] By: jhi                                   on 2000/09/12  13:50:31
10276         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
10277              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10278              Date: Mon, 11 Sep 2000 08:33:09 +0100
10279              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
10280      Branch: metaconfig/U/perl
10281            ! End.U
10282      Branch: perl
10283            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
10284            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
10285 ____________________________________________________________________________
10286 [  7053] By: jhi                                   on 2000/09/12  13:29:19
10287         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
10288              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10289              Date:     Tue, 12 Sep 2000 08:35:59 EDT
10290              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
10291      Branch: perl
10292            ! vms/test.com
10293 ____________________________________________________________________________
10294 [  7052] By: jhi                                   on 2000/09/11  23:01:50
10295         Log: Document the SvUTF8*().
10296      Branch: perl
10297            ! pod/perlapi.pod sv.h
10298 ____________________________________________________________________________
10299 [  7051] By: gsar                                  on 2000/09/11  14:46:30
10300         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
10301              (missed a spot when fixing up op_pmreplroot hack for ithreads)
10302      Branch: perl
10303            ! op.c t/op/split.t
10304 ____________________________________________________________________________
10305 [  7050] By: nick                                  on 2000/09/11  10:03:51
10306         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
10307              
10308              Subject: borland C++ win32.c tweak
10309              From: Vadim Konovalov <vkonovalov@lucent.com>
10310              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
10311              Date: Mon, 11 Sep 2000 11:22:33 +0400
10312      Branch: perl
10313            ! win32/win32.c
10314 ____________________________________________________________________________
10315 [  7049] By: nick                                  on 2000/09/11  09:57:33
10316         Log: Point fix for s/// on foreach (keys %xxx).
10317      Branch: perl
10318            ! pp_hot.c
10319 ____________________________________________________________________________
10320 [  7048] By: jhi                                   on 2000/09/10  23:37:09
10321         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
10322              by Pod::Text, from Brad Appleton.
10323      Branch: perl
10324            ! t/pod/testp2pt.pl
10325 ____________________________________________________________________________
10326 [  7047] By: jhi                                   on 2000/09/10  14:32:53
10327         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
10328              by Russ Allbery.
10329      Branch: perl
10330            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
10331 ____________________________________________________________________________
10332 [  7046] By: jhi                                   on 2000/09/10  14:15:08
10333         Log: Upgrade to CPAN 1.57_65, from Andreas König.
10334      Branch: perl
10335            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10336 ____________________________________________________________________________
10337 [  7045] By: jhi                                   on 2000/09/08  21:36:32
10338         Log: Update Changes.
10339      Branch: perl
10340            ! Changes patchlevel.h
10341 ____________________________________________________________________________
10342 [  7044] By: jhi                                   on 2000/09/08  21:29:56
10343         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
10344              From: Peter Prymmer <pvhp@forte.com>
10345              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
10346              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
10347      Branch: perl
10348            ! configure.com
10349 ____________________________________________________________________________
10350 [  7043] By: jhi                                   on 2000/09/08  21:27:50
10351         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
10352              From: Peter Prymmer <pvhp@forte.com>
10353              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
10354              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
10355      Branch: perl
10356            ! Makefile.SH installperl
10357 ____________________________________________________________________________
10358 [  7042] By: jhi                                   on 2000/09/08  21:23:21
10359         Log: Continue #7041.
10360      Branch: perl
10361            ! cygwin/Makefile.SHs os2/Makefile.SHs
10362 ____________________________________________________________________________
10363 [  7041] By: jhi                                   on 2000/09/08  21:18:10
10364         Log: Do away with memory models cruft.  Sorry, PDP users.
10365      Branch: metaconfig
10366            ! U/modified/cc.U U/modified/libpth.U
10367      Branch: perl
10368            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
10369            ! Porting/config_H cflags.SH config_h.SH configure.com
10370            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
10371            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
10372            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
10373 ____________________________________________________________________________
10374 [  7040] By: jhi                                   on 2000/09/08  14:34:18
10375         Log: Major rewrite of s2p.  And I mean really major, it is
10376              an implementation of sed in perl.  If called as s2p it
10377              will function as s2p.  Note: needs non-UNIXifying.
10378              
10379              Subject: s2p
10380              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
10381              Date: Mon, 28 Aug 2000 14:05:12 +0200
10382              Message-ID: <39AA5578.2102E2AA@alcatel.at>
10383      Branch: perl
10384            ! x2p/s2p.PL
10385 ____________________________________________________________________________
10386 [  7039] By: jhi                                   on 2000/09/08  14:19:49
10387         Log: Re-allow vec() for characters > 255.
10388              
10389              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
10390              From: Spider Boardman <spider@web.zk3.dec.com>
10391              Date: Fri, 08 Sep 2000 02:21:02 -0400
10392              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
10393      Branch: perl
10394            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10395            ! t/op/vec.t
10396 ____________________________________________________________________________
10397 [  7038] By: jhi                                   on 2000/09/08  14:14:18
10398         Log: Subject: [PATCH lib/Benchmark.pm]
10399              From: <abigail@foad.org>
10400              Date: Thu, 7 Sep 2000 15:03:20 -0400
10401              Message-ID: <20000907190320.888.qmail@foad.org>
10402      Branch: perl
10403            ! lib/Benchmark.pm
10404 ____________________________________________________________________________
10405 [  7037] By: jhi                                   on 2000/09/08  14:11:06
10406         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
10407              
10408              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
10409              From: Spider Boardman <spider@web.zk3.dec.com>
10410              Date: Fri, 08 Sep 2000 01:30:27 -0400
10411              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
10412      Branch: perl
10413            ! op.c
10414 ____________________________________________________________________________
10415 [  7036] By: jhi                                   on 2000/09/08  14:08:58
10416         Log: Subject: [ID 20000908.002] perlipc documentation bug.
10417              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
10418              Date: Fri, 08 Sep 2000 12:38:32 +0200
10419              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
10420      Branch: perl
10421            ! pod/perlipc.pod
10422 ____________________________________________________________________________
10423 [  7035] By: jhi                                   on 2000/09/08  14:03:12
10424         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
10425              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10426              Date: Fri, 08 Sep 2000 11:47:34 +0200
10427              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
10428      Branch: perl
10429            ! hints/dec_osf.sh
10430 ____________________________________________________________________________
10431 [  7034] By: jhi                                   on 2000/09/08  13:59:35
10432         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
10433              From: Simon Cozens <simon@cozens.net>
10434              Date: Thu, 7 Sep 2000 20:40:38 +0100
10435              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
10436      Branch: perl
10437            ! pp_hot.c
10438 ____________________________________________________________________________
10439 [  7033] By: jhi                                   on 2000/09/08  04:03:03
10440         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
10441              From: "Larry W. Virden" <lvirden@cas.org>
10442              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
10443              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
10444      Branch: perl
10445            ! pod/perldiag.pod
10446 ____________________________________________________________________________
10447 [  7032] By: jhi                                   on 2000/09/07  22:18:30
10448         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
10449              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
10450              Date: Mon, 04 Sep 2000 13:16:38 -0700
10451              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
10452      Branch: perl
10453            ! lib/perl5db.pl
10454 ____________________________________________________________________________
10455 [  7031] By: jhi                                   on 2000/09/07  22:02:29
10456         Log: Fix the ccversion detection for 5.1 and beyond.
10457              
10458              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
10459              From: Spider Boardman <spider@leggy.zk3.dec.com>
10460              Date: Thu, 7 Sep 2000 17:54:27 -0400
10461              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
10462      Branch: perl
10463            ! hints/dec_osf.sh
10464 ____________________________________________________________________________
10465 [  7030] By: jhi                                   on 2000/09/07  19:12:28
10466         Log: Fix for
10467              
10468              Subject: [ID 20000903.001] \w in utf8-strings
10469              From: Marc Lehmann <pcg@goof.com>
10470              Date: Sun, 03 Sep 2000 09:44:29 +0200
10471              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
10472              
10473              and various related nits.
10474      Branch: perl
10475            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
10476 ____________________________________________________________________________
10477 [  7029] By: jhi                                   on 2000/09/07  18:49:09
10478         Log: Fix the URL, but the server is still missing in action.
10479              
10480              Subject: [ID 20000905.002] perlfaq1.pod URL error
10481              From: "Larry W. Virden" <lvirden@cas.org>
10482              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
10483              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
10484      Branch: perl
10485            ! pod/perlfaq1.pod
10486 ____________________________________________________________________________
10487 [  7028] By: jhi                                   on 2000/09/07  18:47:13
10488         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
10489              From: Hugo <hv@crypt.compulink.co.uk>
10490              Date: Tue, 05 Sep 2000 14:13:37 +0100
10491              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
10492      Branch: perl
10493            ! toke.c
10494 ____________________________________________________________________________
10495 [  7027] By: jhi                                   on 2000/09/07  18:45:35
10496         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
10497              From: Daniel Chetlin <daniel@chetlin.com>
10498              Date: Tue, 5 Sep 2000 04:57:07 -0700
10499              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
10500      Branch: perl
10501            ! pod/perlfaq6.pod pod/perlop.pod
10502 ____________________________________________________________________________
10503 [  7026] By: jhi                                   on 2000/09/07  18:44:01
10504         Log: Document the new ref() semantics.
10505              
10506              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
10507              From: Gisle Aas <gisle@ActiveState.com>
10508              Date: 05 Sep 2000 08:10:30 +0200
10509              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
10510      Branch: perl
10511            ! pod/perldelta.pod
10512 ____________________________________________________________________________
10513 [  7025] By: jhi                                   on 2000/09/07  18:42:27
10514         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
10515              
10516              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
10517              From: Gisle Aas <gisle@ActiveState.com>
10518              Date: 05 Sep 2000 08:11:40 +0200
10519              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
10520      Branch: perl
10521            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
10522 ____________________________________________________________________________
10523 [  7024] By: jhi                                   on 2000/09/07  18:39:32
10524         Log: Subject: [PATCH] Modernize Opcode.pm documentation
10525              From: Gisle Aas <gisle@ActiveState.com>
10526              Date: 4 Sep 2000 00:18:55 -0000
10527              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
10528      Branch: perl
10529            ! ext/Opcode/Opcode.pm
10530 ____________________________________________________________________________
10531 [  7023] By: jhi                                   on 2000/09/07  18:37:42
10532         Log: Subject: [PATCH] Tied filehandle documentation
10533              From: Gisle Aas <gisle@ActiveState.com>
10534              Date: 4 Sep 2000 00:14:40 -0000
10535              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
10536      Branch: perl
10537            ! pod/perlfunc.pod pod/perltie.pod
10538 ____________________________________________________________________________
10539 [  7022] By: jhi                                   on 2000/09/07  18:35:37
10540         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
10541              From: Gisle Aas <gisle@ActiveState.com>
10542              Date: 4 Sep 2000 00:04:22 -0000
10543              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
10544      Branch: perl
10545            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
10546 ____________________________________________________________________________
10547 [  7021] By: jhi                                   on 2000/09/07  18:33:22
10548         Log: Subject: small apidoc fix
10549              From: Marc Lehmann <pcg@goof.com>
10550              Date: Sun, 3 Sep 2000 05:12:06 +0200
10551              Message-ID: <20000903051206.A5909@cerebro.laendle>
10552      Branch: perl
10553            ! pod/perlapi.pod utf8.c
10554 ____________________________________________________________________________
10555 [  7020] By: jhi                                   on 2000/09/07  16:14:57
10556         Log: Tiny perldelta nits.
10557      Branch: perl
10558            ! pod/perldelta.pod
10559 ____________________________________________________________________________
10560 [  7019] By: jhi                                   on 2000/09/07  16:04:20
10561         Log: Guard against bad string->int conversion for quads.
10562      Branch: perl
10563            ! t/op/64bitint.t
10564 ____________________________________________________________________________
10565 [  7018] By: jhi                                   on 2000/09/06  17:07:03
10566         Log: Update Unicode todo list.
10567      Branch: perl
10568            ! Todo-5.6
10569 ____________________________________________________________________________
10570 [  7017] By: jhi                                   on 2000/09/05  21:16:01
10571         Log: Document the SvIOK_.*UV().
10572      Branch: perl
10573            ! pod/perlapi.pod sv.h
10574 ____________________________________________________________________________
10575 [  7016] By: nick                                  on 2000/09/03  21:54:46
10576         Log: Hash lookup of constant strings optimization:
10577              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
10578              to string table (as per sharepvn). Add newSV_pvn_share to create such
10579              a thing. Make hv.c compare addresses of strings and skip string compare
10580              if equal. Make method_named and helem ops use these shared-string SVs
10581              when arg is constant. Make keys op return shared-string SVs (less clearly
10582              a win).
10583      Branch: perl
10584            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
10585            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
10586            ! pod/perlintern.pod pp_hot.c proto.h sv.c
10587 ____________________________________________________________________________
10588 [  7015] By: jhi                                   on 2000/09/02  17:48:59
10589         Log: This is 5.7.0.
10590      Branch: perl
10591            ! Changes
10592 ____________________________________________________________________________
10593 [  7014] By: jhi                                   on 2000/09/02  17:35:45
10594         Log: Changes and patchlevel tweaks.
10595      Branch: perl
10596            ! Changes patchlevel.h
10597 ____________________________________________________________________________
10598 [  7013] By: jhi                                   on 2000/09/02  17:30:50
10599         Log: Update Changes.
10600      Branch: perl
10601            ! Changes patchlevel.h
10602 ____________________________________________________________________________
10603 [  7012] By: nick                                  on 2000/09/02  17:25:20
10604         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
10605      Branch: perl
10606            ! gv.c lib/overload.pm
10607 ____________________________________________________________________________
10608 [  7011] By: jhi                                   on 2000/09/02  17:16:25
10609         Log: Update perlhist.
10610      Branch: perl
10611            ! pod/perlhist.pod
10612 ____________________________________________________________________________
10613 [  7010] By: jhi                                   on 2000/09/02  17:01:35
10614         Log: perldelta nits.
10615      Branch: perl
10616            ! pod/perldelta.pod
10617 ____________________________________________________________________________
10618 [  7009] By: nick                                  on 2000/09/02  16:48:35
10619         Log: If overloaded %{} etc. return the object do not loop.
10620              Thus  sub deref { $_[0] } functions if object is wanted type.
10621      Branch: perl
10622            ! pp.h
10623 ____________________________________________________________________________
10624 [  7008] By: jhi                                   on 2000/09/02  16:26:11
10625         Log: Retab MANIFEST.
10626      Branch: perl
10627            ! ext/Storable/MANIFEST
10628 ____________________________________________________________________________
10629 [  7007] By: jhi                                   on 2000/09/02  16:23:02
10630         Log: Make certain cc is set before trying to run it.
10631      Branch: perl
10632            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
10633 ____________________________________________________________________________
10634 [  7006] By: jhi                                   on 2000/09/02  15:45:41
10635         Log: Unicode notes.
10636      Branch: perl
10637            ! pod/perldelta.pod
10638 ____________________________________________________________________________
10639 [  7005] By: jhi                                   on 2000/09/02  15:42:11
10640         Log: Various Configure nits by Philip Newton,
10641              plus the ebcdic one by me.
10642      Branch: metaconfig
10643            + U/modified/pager.U
10644            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
10645      Branch: metaconfig/U/perl
10646            ! Devel.U quadfio.U
10647      Branch: perl
10648            ! Configure config_h.SH
10649 ____________________________________________________________________________
10650 [  7004] By: jhi                                   on 2000/09/02  15:06:14
10651         Log: Apparently avoiding the swapping is too costly.
10652              
10653              From: "Ben Tilly" <ben_tilly@hotmail.com>
10654              Subject: Re: the door is closed.
10655              Date: Fri, 01 Sep 2000 20:23:16 EDT
10656              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
10657      Branch: perl
10658            ! pod/perlfaq4.pod
10659 ____________________________________________________________________________
10660 [  7003] By: nick                                  on 2000/09/02  12:26:04
10661         Log: Undo part of change 6489 which looks like a bulk edit which
10662              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
10663              The supressing of main:: on return from select() is undesirable.
10664      Branch: perl
10665            ! pp_sys.c
10666 ____________________________________________________________________________
10667 [  7002] By: jhi                                   on 2000/09/01  23:08:54
10668         Log: Update Changes.
10669      Branch: perl
10670            ! Changes patchlevel.h
10671 ____________________________________________________________________________
10672 [  7001] By: jhi                                   on 2000/09/01  23:00:13
10673         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
10674              From: Peter Prymmer <pvhp@forte.com>
10675              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
10676              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
10677              
10678              plus rework the http: spots as suggested by Tom Christiansen,
10679              plus regen perltoc.
10680      Branch: perl
10681            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
10682            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
10683 ____________________________________________________________________________
10684 [  7000] By: jhi                                   on 2000/09/01  22:36:01
10685         Log: Only the first line, thank you very much.
10686      Branch: perl
10687            ! hints/solaris_2.sh
10688 ____________________________________________________________________________
10689 [  6999] By: gsar                                  on 2000/09/01  22:16:40
10690         Log: change#6791 accidentally clobbered change#6710, put it back
10691      Branch: perl
10692            ! win32/win32.c
10693 ____________________________________________________________________________
10694 [  6998] By: jhi                                   on 2000/09/01  22:14:16
10695         Log: Mention the HP-UX LP64 freak failure.
10696      Branch: perl
10697            ! pod/perldelta.pod
10698 ____________________________________________________________________________
10699 [  6997] By: jhi                                   on 2000/09/01  21:48:32
10700         Log: Detypo.
10701      Branch: perl
10702            ! hints/hpux.sh
10703 ____________________________________________________________________________
10704 [  6996] By: jhi                                   on 2000/09/01  21:27:10
10705         Log: Update Changes.
10706      Branch: perl
10707            ! Changes patchlevel.h
10708 ____________________________________________________________________________
10709 [  6995] By: jhi                                   on 2000/09/01  21:14:24
10710         Log: Mi splgn s gnin.g
10711      Branch: perl
10712            ! pp_ctl.c
10713 ____________________________________________________________________________
10714 [  6994] By: jhi                                   on 2000/09/01  21:09:54
10715         Log: Subject: http:// in L<>
10716              From: Nicholas Clark <nick@ccl4.org>
10717              Date: Fri, 1 Sep 2000 22:03:21 +0100
10718              Message-ID: <20000901220321.B72074@plum.flirble.org>
10719      Branch: perl
10720            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
10721 ____________________________________________________________________________
10722 [  6993] By: jhi                                   on 2000/09/01  21:06:54
10723         Log: Update to Storable 1.0, from Raphael Manfredi.
10724      Branch: perl
10725            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
10726            ! ext/Storable/Makefile.PL ext/Storable/README
10727            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10728            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
10729            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
10730            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
10731            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
10732            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
10733 ____________________________________________________________________________
10734 [  6992] By: jhi                                   on 2000/09/01  20:43:05
10735         Log: Mention known sfio+linux buglet.
10736      Branch: perl
10737            ! pod/perldelta.pod
10738 ____________________________________________________________________________
10739 [  6991] By: jhi                                   on 2000/09/01  20:40:11
10740         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
10741              From: Peter Prymmer <pvhp@forte.com>
10742              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
10743              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
10744      Branch: perl
10745            ! vms/vms.c
10746 ____________________________________________________________________________
10747 [  6990] By: jhi                                   on 2000/09/01  20:25:26
10748         Log: Retract #6986.
10749      Branch: perl
10750            ! hints/solaris_2.sh
10751 ____________________________________________________________________________
10752 [  6989] By: jhi                                   on 2000/09/01  20:23:00
10753         Log: Mergesort is back.
10754      Branch: perl
10755            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
10756 ____________________________________________________________________________
10757 [  6988] By: jhi                                   on 2000/09/01  19:37:40
10758         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
10759              From: Mike Guy <mjtg@cam.ac.uk>
10760              Date: Fri, 01 Sep 2000 17:43:33 +0100
10761              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
10762      Branch: perl
10763            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
10764            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
10765 ____________________________________________________________________________
10766 [  6987] By: jhi                                   on 2000/09/01  19:17:10
10767         Log: Regen perltoc.
10768      Branch: perl
10769            ! pod/perltoc.pod
10770 ____________________________________________________________________________
10771 [  6986] By: jhi                                   on 2000/09/01  18:51:10
10772         Log: Subject: Re: Solaris x86 has no SPARC libraries!
10773              From: Lupe Christoph <lupe@lupe-christoph.de>
10774              Date: Fri, 1 Sep 2000 20:41:20 +0200
10775              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
10776      Branch: perl
10777            ! hints/solaris_2.sh
10778 ____________________________________________________________________________
10779 [  6985] By: jhi                                   on 2000/09/01  18:28:10
10780         Log: Update Changes.
10781      Branch: perl
10782            ! Changes patchlevel.h
10783 ____________________________________________________________________________
10784 [  6984] By: jhi                                   on 2000/09/01  18:26:53
10785         Log: Feature ordering tweak.
10786      Branch: perl
10787            ! myconfig.SH
10788 ____________________________________________________________________________
10789 [  6983] By: jhi                                   on 2000/09/01  18:19:50
10790         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10791              From: <abigail@foad.org>
10792              Date: Fri, 1 Sep 2000 13:07:32 -0400
10793              Message-ID: <20000901170732.18249.qmail@foad.org>
10794      Branch: perl
10795            ! t/pragma/overload.t
10796 ____________________________________________________________________________
10797 [  6982] By: jhi                                   on 2000/09/01  18:17:54
10798         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
10799              so that case-ignoring systems like DCL can tell them from
10800              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
10801      Branch: metaconfig/U/perl
10802            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
10803      Branch: perl
10804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10805            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
10806            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
10807            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
10808            ! vos/config.def vos/config.h vos/config_h.SH_orig
10809            ! win32/config.bc win32/config.gc win32/config.vc
10810 ____________________________________________________________________________
10811 [  6981] By: nick                                  on 2000/09/01  17:21:57
10812         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
10813              warning when UNTIE exists and instead pass the cound of extra references to
10814              the UNTIE method.
10815      Branch: perl
10816            ! pod/perltie.pod pp_sys.c
10817 ____________________________________________________________________________
10818 [  6980] By: jhi                                   on 2000/09/01  16:54:44
10819         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
10820              From: Peter Prymmer <pvhp@forte.com>
10821              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
10822              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
10823      Branch: perl
10824            ! configure.com
10825 ____________________________________________________________________________
10826 [  6979] By: jhi                                   on 2000/09/01  16:06:20
10827         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
10828              From: Mike Guy <mjtg@cam.ac.uk> 
10829              Date: Fri, 01 Sep 2000 16:49:27 +0100
10830              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
10831      Branch: perl
10832            ! t/base/rs.t
10833 ____________________________________________________________________________
10834 [  6978] By: jhi                                   on 2000/09/01  16:00:42
10835         Log: Update to PodParser 1.18, from Brad Appleton.
10836      Branch: perl
10837            ! lib/Pod/Checker.pm t/pod/find.t
10838 ____________________________________________________________________________
10839 [  6977] By: jhi                                   on 2000/09/01  14:48:58
10840         Log: Subject: Nit in Configure (bleadperl@6961)
10841              From: Lupe Christoph <lupe@lupe-christoph.de>
10842              Date: Fri, 1 Sep 2000 16:34:29 +0200
10843              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
10844      Branch: metaconfig
10845            ! U/compline/ccflags.U
10846      Branch: perl
10847            ! Configure config_h.SH
10848 ____________________________________________________________________________
10849 [  6976] By: jhi                                   on 2000/09/01  14:39:52
10850         Log: Update Changes.
10851      Branch: perl
10852            ! Changes patchlevel.h
10853 ____________________________________________________________________________
10854 [  6975] By: jhi                                   on 2000/09/01  14:37:36
10855         Log: microperl config update.
10856      Branch: perl
10857            ! uconfig.h uconfig.sh
10858 ____________________________________________________________________________
10859 [  6974] By: jhi                                   on 2000/09/01  14:36:53
10860         Log: Document known deficiencies.
10861      Branch: perl
10862            ! pod/perldelta.pod
10863 ____________________________________________________________________________
10864 [  6973] By: jhi                                   on 2000/09/01  14:10:20
10865         Log: Mention warnings fixes and updates.
10866      Branch: perl
10867            ! pod/perldelta.pod
10868 ____________________________________________________________________________
10869 [  6972] By: jhi                                   on 2000/09/01  14:01:52
10870         Log: Drop unused argument.
10871              
10872              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
10873              From: Spider Boardman <spider@web.zk3.dec.com>
10874              Date: Thu, 31 Aug 2000 16:10:15 -0400
10875              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
10876      Branch: perl
10877            ! toke.c
10878 ____________________________________________________________________________
10879 [  6971] By: jhi                                   on 2000/09/01  13:59:24
10880         Log: Add the overload warnings to perldiag.
10881      Branch: perl
10882            ! lib/overload.pm pod/perldiag.pod
10883 ____________________________________________________________________________
10884 [  6970] By: jhi                                   on 2000/09/01  13:55:10
10885         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10886              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10887              Date: Fri, 1 Sep 2000 13:43:15 +0100 
10888              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
10889      Branch: perl
10890            ! lib/overload.pm t/pragma/overload.t
10891 ____________________________________________________________________________
10892 [  6969] By: jhi                                   on 2000/09/01  13:52:27
10893         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10894              From: <abigail@foad.org>
10895              Date: Fri, 1 Sep 2000 05:46:54 -0400
10896              Message-ID: <20000901094654.6476.qmail@foad.org>
10897      Branch: perl
10898            ! lib/overload.pm
10899 ____________________________________________________________________________
10900 [  6968] By: jhi                                   on 2000/09/01  13:50:05
10901         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
10902              From: Daniel Chetlin <daniel@chetlin.com>
10903              Date: Fri, 1 Sep 2000 02:10:55 -0700
10904              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
10905      Branch: perl
10906            ! pod/perlretut.pod
10907 ____________________________________________________________________________
10908 [  6967] By: jhi                                   on 2000/09/01  13:47:54
10909         Log: Part of the solution.
10910              
10911              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
10912              From: Mike Guy <mjtg@cam.ac.uk>
10913              Date: Fri, 01 Sep 2000 14:16:01 +0100
10914              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
10915      Branch: perl
10916            ! gv.c mg.c
10917 ____________________________________________________________________________
10918 [  6966] By: jhi                                   on 2000/09/01  13:46:17
10919         Log: Subject: CPAN.pm beta 1.57_57 for the core
10920              From: andreas.koenig@anima.de (Andreas J. Koenig)
10921              Date: 01 Sep 2000 15:16:31 +0200
10922              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
10923      Branch: perl
10924            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10925 ____________________________________________________________________________
10926 [  6965] By: jhi                                   on 2000/09/01  13:43:18
10927         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
10928              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10929              Date: Fri, 01 Sep 2000 01:47:22 -0500
10930              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
10931      Branch: perl
10932            ! pod/perldelta.pod vms/vms.c
10933 ____________________________________________________________________________
10934 [  6964] By: jhi                                   on 2000/09/01  13:35:35
10935         Log: File::Temp patches from Andreas König,
10936              
10937              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
10938              From: andreas.koenig@anima.de (Andreas J. Koenig)
10939              Date: 01 Sep 2000 10:07:20 +0200
10940              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
10941              
10942              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
10943              From: andreas.koenig@anima.de (Andreas J. Koenig)
10944              Date: 31 Aug 2000 23:26:08 +0200
10945              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
10946      Branch: perl
10947            ! lib/File/Temp.pm t/lib/ftmp-security.t
10948 ____________________________________________________________________________
10949 [  6963] By: jhi                                   on 2000/09/01  02:22:24
10950         Log: Retract the mergesort code, way too incompatible licensing
10951              and copyrights.
10952      Branch: perl
10953            ! pod/perldelta.pod pp_ctl.c
10954 ____________________________________________________________________________
10955 [  6962] By: jhi                                   on 2000/08/31  23:27:32
10956         Log: Update Changes.
10957      Branch: perl
10958            ! Changes patchlevel.h
10959 ____________________________________________________________________________
10960 [  6961] By: jhi                                   on 2000/08/31  23:20:04
10961         Log: Small tweaks all over.
10962      Branch: metaconfig
10963            ! U/compline/d_gconvert.U
10964      Branch: perl
10965            ! AUTHORS Configure config_h.SH pp_ctl.c
10966 ____________________________________________________________________________
10967 [  6960] By: jhi                                   on 2000/08/31  22:39:36
10968         Log: Further rewording.
10969      Branch: perl
10970            ! pp_ctl.c
10971 ____________________________________________________________________________
10972 [  6959] By: jhi                                   on 2000/08/31  21:26:44
10973         Log: More address tweaking.
10974      Branch: perl
10975            ! AUTHORS Changes
10976 ____________________________________________________________________________
10977 [  6958] By: jhi                                   on 2000/08/31  20:47:25
10978         Log: AUTHORS tweaks, from Peter Prymmer.
10979              
10980              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
10981              From: Peter Prymmer <pvhp@forte.com>
10982              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
10983              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
10984      Branch: perl
10985            ! AUTHORS MAINTAIN
10986 ____________________________________________________________________________
10987 [  6957] By: jhi                                   on 2000/08/31  20:34:43
10988         Log: perldelta tweaks.
10989      Branch: perl
10990            ! pod/perldelta.pod
10991 ____________________________________________________________________________
10992 [  6956] By: jhi                                   on 2000/08/31  19:11:06
10993         Log: Regen perltoc.
10994      Branch: perl
10995            ! pod/perltoc.pod
10996 ____________________________________________________________________________
10997 [  6955] By: jhi                                   on 2000/08/31  19:06:30
10998         Log: Clarify the mergesort situation.
10999      Branch: perl
11000            ! pp_ctl.c
11001 ____________________________________________________________________________
11002 [  6954] By: jhi                                   on 2000/08/31  18:24:17
11003         Log: Move the Solaris 7 scan to use64bitall, make the
11004              failure to find 64-bot sparc libc to mention the
11005              possibility of being in an intel, from Lupe and Alan.
11006      Branch: perl
11007            ! hints/solaris_2.sh
11008 ____________________________________________________________________________
11009 [  6953] By: jhi                                   on 2000/08/31  18:09:20
11010         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
11011              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
11012      Branch: metaconfig
11013            ! U/compline/d_gconvert.U U/threads/archname.U
11014      Branch: metaconfig/U/perl
11015            ! perlxv.U
11016      Branch: perl
11017            ! Configure config_h.SH sv.c
11018 ____________________________________________________________________________
11019 [  6952] By: jhi                                   on 2000/08/31  17:42:24
11020         Log: :: not allowed in pathnames, change to .
11021              
11022              Subject: [PATCH perl@6938] cygwin port
11023              From: "Fifer, Eric" <EFifer@sanwaint.com>
11024              Date: Thu, 31 Aug 2000 16:32:59 +0100
11025              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
11026      Branch: metaconfig/U/perl
11027            ! perlxv.U
11028 ____________________________________________________________________________
11029 [  6951] By: jhi                                   on 2000/08/31  17:02:05
11030         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
11031      Branch: perl
11032            ! perl.h
11033 ____________________________________________________________________________
11034 [  6950] By: jhi                                   on 2000/08/31  16:26:08
11035         Log: More author updates.
11036              
11037              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
11038              From: Simon Cozens <simon@cozens.net>
11039              Date: Thu, 31 Aug 2000 17:13:32 +0100
11040              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
11041      Branch: perl
11042            ! AUTHORS
11043 ____________________________________________________________________________
11044 [  6949] By: jhi                                   on 2000/08/31  16:04:49
11045         Log: POSIX doesn't report long double values under -Duselongdouble
11046              when the long doubles are "real" (bigger than doubles).
11047              
11048              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
11049              From: Spider Boardman <spider@peano.zk3.dec.com>
11050              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
11051              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
11052      Branch: perl
11053            ! ext/POSIX/POSIX.xs
11054 ____________________________________________________________________________
11055 [  6948] By: jhi                                   on 2000/08/31  15:25:10
11056         Log: Update Changes.
11057      Branch: perl
11058            ! Changes patchlevel.h
11059 ____________________________________________________________________________
11060 [  6947] By: jhi                                   on 2000/08/31  15:22:29
11061         Log: Document UNTIE in a very minimalistic way.
11062      Branch: perl
11063            ! pod/perlfunc.pod pod/perltie.pod
11064 ____________________________________________________________________________
11065 [  6946] By: jhi                                   on 2000/08/31  15:15:23
11066         Log: Document known failures.
11067      Branch: perl
11068            ! pod/perldelta.pod
11069 ____________________________________________________________________________
11070 [  6945] By: jhi                                   on 2000/08/31  15:07:00
11071         Log: Don't attach -ld to the archname if pointless.
11072      Branch: metaconfig
11073            ! U/threads/archname.U
11074      Branch: perl
11075            ! Configure config_h.SH
11076 ____________________________________________________________________________
11077 [  6944] By: jhi                                   on 2000/08/31  14:37:42
11078         Log: Wrap the test in eval.
11079              
11080              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
11081              From: Tim Jenness <timj@jach.hawaii.edu>
11082              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
11083              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
11084      Branch: perl
11085            ! t/lib/ftmp-security.t
11086 ____________________________________________________________________________
11087 [  6943] By: jhi                                   on 2000/08/31  14:30:57
11088         Log: Make -Dusemorebits find long doubles in Solaris.
11089      Branch: perl
11090            ! hints/solaris_2.sh
11091 ____________________________________________________________________________
11092 [  6942] By: jhi                                   on 2000/08/31  13:48:45
11093         Log: Clarify the third case of ftmp-security warnings.
11094      Branch: perl
11095            ! INSTALL
11096 ____________________________________________________________________________
11097 [  6941] By: jhi                                   on 2000/08/31  13:40:31
11098         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
11099              From: <abigail@foad.org>
11100              Date: Thu, 31 Aug 2000 01:35:05 -0400
11101              Message-ID: <20000831053505.32120.qmail@foad.org>
11102      Branch: perl
11103            ! pod/perldelta.pod
11104 ____________________________________________________________________________
11105 [  6940] By: jhi                                   on 2000/08/31  13:38:48
11106         Log: Issue useful diagnostic on unknown pod commands.
11107              
11108              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
11109              From: <abigail@foad.org>
11110              Date: Thu, 31 Aug 2000 03:41:18 -0400
11111              Message-ID: <20000831074118.24880.qmail@foad.org>
11112      Branch: perl
11113            ! lib/Pod/Man.pm
11114 ____________________________________________________________________________
11115 [  6939] By: jhi                                   on 2000/08/31  13:34:33
11116         Log: Reveal Borland's isnan.
11117              
11118              Subject: build with BC++ tweak
11119              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
11120              Date: Thu, 31 Aug 2000 13:09:37 +0400
11121              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
11122      Branch: perl
11123            ! win32/win32.h
11124 ____________________________________________________________________________
11125 [  6938] By: jhi                                   on 2000/08/31  05:01:20
11126         Log: Update Changes.
11127      Branch: perl
11128            ! Changes patchlevel.h
11129 ____________________________________________________________________________
11130 [  6937] By: jhi                                   on 2000/08/31  04:26:23
11131         Log: sscanf() may be the only way to read long doubles from strings.
11132      Branch: metaconfig/U/perl
11133            ! longdblfio.U
11134      Branch: perl
11135            ! Configure config_h.SH perl.h util.c
11136 ____________________________________________________________________________
11137 [  6936] By: jhi                                   on 2000/08/31  04:18:19
11138         Log: The #6929 was too skimpy.
11139      Branch: perl
11140            ! sv.c
11141 ____________________________________________________________________________
11142 [  6935] By: jhi                                   on 2000/08/31  02:47:07
11143         Log: Subject: Re: typos in pods
11144              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11145              Date: Wed, 30 Aug 2000 19:25:34 -0700
11146              Message-ID: <eIcr5gzkg25X092yn@efn.org>
11147      Branch: perl
11148            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
11149 ____________________________________________________________________________
11150 [  6934] By: jhi                                   on 2000/08/31  02:42:55
11151         Log: Missed one Unicode file.
11152      Branch: perl
11153            + lib/unicode/UCDFF301.html
11154 ____________________________________________________________________________
11155 [  6933] By: jhi                                   on 2000/08/30  23:42:27
11156         Log: Update Changes.
11157      Branch: perl
11158            ! Changes patchlevel.h
11159 ____________________________________________________________________________
11160 [  6932] By: jhi                                   on 2000/08/30  23:40:07
11161         Log: Mention UNTIE in perldelta.  Still needs documenting
11162              in perltie et alia.
11163      Branch: perl
11164            ! pod/perldelta.pod
11165 ____________________________________________________________________________
11166 [  6931] By: jhi                                   on 2000/08/30  23:36:02
11167         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
11168              From: <abigail@foad.org>
11169              Date: Wed, 30 Aug 2000 19:28:07 -0400
11170              Message-ID: <20000830232807.305.qmail@foad.org>
11171      Branch: perl
11172            ! pod/perldelta.pod
11173 ____________________________________________________________________________
11174 [  6930] By: jhi                                   on 2000/08/30  23:32:40
11175         Log: Update to Unicode 3.0.1.
11176      Branch: perl
11177            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
11178            + lib/unicode/PropList.txt lib/unicode/README.perl
11179            + lib/unicode/UCD301.html lib/unicode/Unicode.301
11180            - lib/unicode/Props.txt lib/unicode/UCD300.html
11181            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
11182            ! (edit 257 files)
11183 ____________________________________________________________________________
11184 [  6929] By: jhi                                   on 2000/08/30  22:38:18
11185         Log: Heap decorruption.
11186              
11187              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
11188              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11189              Date: Wed, 30 Aug 2000 22:39:52 +0100
11190              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
11191      Branch: perl
11192            ! sv.c
11193 ____________________________________________________________________________
11194 [  6928] By: jhi                                   on 2000/08/30  22:29:34
11195         Log: Retract the dummy test, skip the security tests (instead of failing),
11196              explain what the warnings mean.
11197      Branch: perl
11198            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
11199 ____________________________________________________________________________
11200 [  6927] By: jhi                                   on 2000/08/30  22:14:13
11201         Log: Change the internal implementation of sort() to be mergesort
11202              instead of quicksort, from John Linderman <jpl@research.att.com>.
11203              Gives us better worst case, better average case, and stability.
11204              What's there not to like?  (Small fixes for threaded builds
11205              were required).
11206      Branch: perl
11207            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
11208 ____________________________________________________________________________
11209 [  6926] By: jhi                                   on 2000/08/30  20:55:20
11210         Log: A better fix for the Socket building problem from Craig Berry.
11211      Branch: perl
11212            ! vms/vms.c
11213 ____________________________________________________________________________
11214 [  6925] By: jhi                                   on 2000/08/30  20:20:25
11215         Log: Subject: [PATCH] Re: UNTIE method 
11216              From: Nick Ing-Simmons <nik@tiuk.ti.com>
11217              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
11218              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
11219      Branch: perl
11220            ! pp_sys.c t/op/tie.t
11221 ____________________________________________________________________________
11222 [  6924] By: jhi                                   on 2000/08/30  20:17:11
11223         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
11224              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11225              Date: Wed, 30 Aug 2000 15:03:14 -0500
11226              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
11227      Branch: perl
11228            ! vms/vms.c
11229 ____________________________________________________________________________
11230 [  6923] By: jhi                                   on 2000/08/30  20:15:18
11231         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
11232              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11233              Date: Wed, 30 Aug 2000 13:30:36 -0500
11234              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
11235      Branch: perl
11236            ! vms/vms.c
11237 ____________________________________________________________________________
11238 [  6922] By: jhi                                   on 2000/08/30  19:54:43
11239         Log: Better options for rsync.
11240      Branch: perl
11241            ! pod/perlhack.pod
11242 ____________________________________________________________________________
11243 [  6921] By: jhi                                   on 2000/08/30  19:40:16
11244         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
11245              From: Rick Delaney <rick@consumercontact.com>
11246              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
11247              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
11248      Branch: perl
11249            ! pod/perlfunc.pod
11250 ____________________________________________________________________________
11251 [  6920] By: jhi                                   on 2000/08/30  19:36:40
11252         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
11253              From: Peter Prymmer <pvhp@forte.com>
11254              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
11255              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
11256      Branch: perl
11257            ! configure.com
11258 ____________________________________________________________________________
11259 [  6919] By: jhi                                   on 2000/08/30  14:52:02
11260         Log: Update Changes.
11261      Branch: perl
11262            ! Changes patchlevel.h
11263 ____________________________________________________________________________
11264 [  6918] By: jhi                                   on 2000/08/30  14:48:34
11265         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
11266      Branch: perl
11267            ! lib/ExtUtils/typemap
11268 ____________________________________________________________________________
11269 [  6917] By: jhi                                   on 2000/08/30  14:46:34
11270         Log: Subject: typos in pods
11271              From: Nicholas Clark <nick@ccl4.org>
11272              Date: Wed, 30 Aug 2000 01:12:50 +0100
11273              Message-ID: <20000830011249.A61388@plum.flirble.org>
11274      Branch: perl
11275            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
11276            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
11277            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
11278            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
11279 ____________________________________________________________________________
11280 [  6916] By: jhi                                   on 2000/08/30  14:19:09
11281         Log: Document Storable problems on Crays.  (Will have
11282              to document all the other Storable problems, too.)
11283      Branch: perl
11284            ! pod/perldelta.pod
11285 ____________________________________________________________________________
11286 [  6915] By: jhi                                   on 2000/08/30  14:06:02
11287         Log: Subject: [PATCH] fix misc cast warnings
11288              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11289              Date: Tue, 29 Aug 2000 23:16:14 -0700
11290              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
11291      Branch: perl
11292            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
11293            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
11294            ! os2/os2ish.h
11295 ____________________________________________________________________________
11296 [  6914] By: jhi                                   on 2000/08/30  14:03:45
11297         Log: Timestamp mismatch again.  Need to fix this dependence on
11298              config_h.SH timestamp, since it's the contents of config_h.SH
11299              that matter.
11300      Branch: perl
11301            ! uconfig.h uconfig.sh
11302 ____________________________________________________________________________
11303 [  6913] By: jhi                                   on 2000/08/30  13:54:06
11304         Log: Don't say "Perl 5.0 source kit".
11305      Branch: perl
11306            ! perl.c
11307 ____________________________________________________________________________
11308 [  6912] By: jhi                                   on 2000/08/30  13:51:24
11309         Log: Reset archname and archname64 always, forcing them be
11310              recomputed at each Configure run, make Configure and
11311              the hints files agree on the naming of largefiles variables.
11312      Branch: metaconfig
11313            ! U/threads/archname.U
11314      Branch: metaconfig/U/perl
11315            ! use64bits.U
11316      Branch: perl
11317            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
11318            ! hints/linux.sh hints/solaris_2.sh
11319 ____________________________________________________________________________
11320 [  6911] By: jhi                                   on 2000/08/30  13:30:13
11321         Log: Put back the slice accidentally removed by #6907.
11322      Branch: perl
11323            ! hints/solaris_2.sh
11324 ____________________________________________________________________________
11325 [  6910] By: jhi                                   on 2000/08/30  01:24:26
11326         Log: Be consistent: other Net::get* do export theirs.
11327              
11328              Subject: Re: Net::protoent does not export 'getproto'
11329              From: Yasushi Nakajima <sey@jkc.co.jp>
11330              Date: Wed, 30 Aug 2000 09:53:14 +0900
11331              Message-Id: <200008300051.DAA24700@taku.hut.fi>
11332      Branch: perl
11333            ! lib/Net/protoent.pm
11334 ____________________________________________________________________________
11335 [  6909] By: jhi                                   on 2000/08/30  01:17:25
11336         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
11337              From: Gurusamy Sarathy <gsar@ActiveState.com>
11338              Date: Tue, 29 Aug 2000 17:17:07 -0700
11339              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
11340      Branch: perl
11341            ! cop.h
11342 ____________________________________________________________________________
11343 [  6908] By: jhi                                   on 2000/08/30  00:58:05
11344         Log: Update Changes.
11345      Branch: perl
11346            ! Changes patchlevel.h
11347 ____________________________________________________________________________
11348 [  6907] By: jhi                                   on 2000/08/30  00:57:22
11349         Log: Introduce ccname to keep track of what compiler kind of we have.
11350      Branch: metaconfig/U/perl
11351            ! Checkcc.U gccvers.U
11352      Branch: perl
11353            ! Configure config_h.SH hints/solaris_2.sh
11354 ____________________________________________________________________________
11355 [  6906] By: jhi                                   on 2000/08/30  00:25:47
11356         Log: Put back the flags dump as reasoned in
11357              
11358              Subject: Re: [PATCH] Glob dumping
11359              From: Mike Guy <mjtg@cam.ac.uk> 
11360              Date: Tue, 29 Aug 2000 21:41:32 +0100
11361              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
11362      Branch: perl
11363            ! dump.c t/lib/peek.t
11364 ____________________________________________________________________________
11365 [  6905] By: jhi                                   on 2000/08/30  00:16:17
11366         Log: Make the epsilon to be relative, not absolute.
11367              
11368              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
11369              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
11370              Date: Tue, 29 Aug 2000 19:58:56 -0400
11371              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
11372      Branch: perl
11373            ! t/lib/trig.t
11374 ____________________________________________________________________________
11375 [  6904] By: jhi                                   on 2000/08/30  00:13:09
11376         Log: From now on, Gisle is on my list of usual suspects :-)
11377              Retract #6902.
11378      Branch: perl
11379            ! ext/Opcode/Safe.pm
11380 ____________________________________________________________________________
11381 [  6903] By: jhi                                   on 2000/08/29  23:51:20
11382         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
11383              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11384              Date: Tue, 29 Aug 2000 18:43:26 -0500
11385              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
11386      Branch: perl
11387            + vms/vmspipe.com
11388            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
11389            ! vms/vms.c
11390 ____________________________________________________________________________
11391 [  6902] By: jhi                                   on 2000/08/29  23:44:14
11392         Log: Retry what #6882 attempted.
11393              
11394              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
11395              From: Gisle Aas <gisle@ActiveState.com>
11396              Date: 30 Aug 2000 00:33:09 +0200
11397              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
11398      Branch: perl
11399            ! ext/Opcode/Safe.pm
11400 ____________________________________________________________________________
11401 [  6901] By: jhi                                   on 2000/08/29  22:59:32
11402         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
11403              From: Hugo <hv@crypt.compulink.co.uk>
11404              Date: Mon, 12 Jun 2000 19:36:08 +0100
11405              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
11406      Branch: perl
11407            ! sv.c
11408 ____________________________________________________________________________
11409 [  6900] By: jhi                                   on 2000/08/29  22:58:35
11410         Log: Admit that we are leaking scalars.
11411              
11412              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
11413              From: Spider Boardman <spider@leggy.zk3.dec.com>
11414              Date: Tue, 29 Aug 2000 18:48:29 -0400
11415              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
11416      Branch: perl
11417            ! t/pragma/warnings.t
11418 ____________________________________________________________________________
11419 [  6899] By: jhi                                   on 2000/08/29  20:53:13
11420         Log: Update Changes.
11421      Branch: perl
11422            ! Changes patchlevel.h
11423 ____________________________________________________________________________
11424 [  6898] By: jhi                                   on 2000/08/29  20:46:21
11425         Log: Undo namespace pollution of #6878.
11426              
11427              Subject: Re: Net::protoent does not export 'getproto'
11428              From: Mike Guy <mjtg@cam.ac.uk>
11429              Date: Tue, 29 Aug 2000 21:32:37 +0100
11430              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
11431      Branch: perl
11432            ! lib/Net/protoent.pm
11433 ____________________________________________________________________________
11434 [  6897] By: jhi                                   on 2000/08/29  20:44:29
11435         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
11436              From: Peter Prymmer <pvhp@forte.com>
11437              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
11438              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
11439      Branch: perl
11440            ! pod/perlebcdic.pod
11441 ____________________________________________________________________________
11442 [  6896] By: jhi                                   on 2000/08/29  20:40:57
11443         Log: There's no point repeating the 'revision' (5) of perl5.
11444      Branch: metaconfig/U/perl
11445            ! Devel.U patchlevel.U
11446      Branch: perl
11447            ! Configure config_h.SH
11448 ____________________________________________________________________________
11449 [  6895] By: jhi                                   on 2000/08/29  20:16:58
11450         Log: Regen Configure for #6894.
11451      Branch: metaconfig/U/perl
11452            ! perladmin.U
11453      Branch: perl
11454            ! Configure config_h.SH
11455 ____________________________________________________________________________
11456 [  6894] By: jhi                                   on 2000/08/29  19:59:52
11457         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
11458              From: "Philip Newton" <Philip.Newton@gmx.net>
11459              Date: Tue, 29 Aug 2000 21:39:14 +0200
11460              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
11461      Branch: perl
11462            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
11463            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
11464            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
11465            ! utils/perlbug.PL
11466 ____________________________________________________________________________
11467 [  6893] By: jhi                                   on 2000/08/29  19:55:30
11468         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
11469              From: "Philip Newton" <Philip.Newton@gmx.net>
11470              Date: Tue, 29 Aug 2000 21:39:14 +0200
11471              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
11472      Branch: perl
11473            ! installhtml
11474 ____________________________________________________________________________
11475 [  6892] By: jhi                                   on 2000/08/29  19:53:59
11476         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
11477              From: "Philip Newton" <Philip.Newton@gmx.net>
11478              Date: Tue, 29 Aug 2000 21:48:18 +0200
11479              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
11480      Branch: perl
11481            ! lib/File/Temp.pm
11482 ____________________________________________________________________________
11483 [  6891] By: jhi                                   on 2000/08/29  18:30:03
11484         Log: Nail the ID 20000828.023.
11485      Branch: perl
11486            ! ext/Storable/Storable.xs
11487 ____________________________________________________________________________
11488 [  6890] By: jhi                                   on 2000/08/29  16:50:17
11489         Log: Under usethreads the dumped variable is IN_PAD.
11490              
11491              Subject: Re: [PATCH] Glob dumping
11492              From: Gisle Aas <gisle@ActiveState.com>
11493              Date: 29 Aug 2000 18:45:05 +0200
11494              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
11495      Branch: perl
11496            ! t/lib/peek.t
11497 ____________________________________________________________________________
11498 [  6889] By: jhi                                   on 2000/08/29  15:17:37
11499         Log: Update Changes.
11500      Branch: perl
11501            ! Changes patchlevel.h
11502 ____________________________________________________________________________
11503 [  6888] By: jhi                                   on 2000/08/29  14:49:59
11504         Log: Retract #6882, broke the safe tests.
11505      Branch: perl
11506            ! ext/Opcode/Safe.pm
11507 ____________________________________________________________________________
11508 [  6887] By: jhi                                   on 2000/08/29  14:47:06
11509         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
11510              From: Gisle Aas <gisle@ActiveState.com> 
11511              Date: 09 Jun 2000 20:00:11 +0200
11512              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
11513      Branch: perl
11514            ! utils/perldoc.PL
11515 ____________________________________________________________________________
11516 [  6886] By: jhi                                   on 2000/08/29  14:42:45
11517         Log: The #6881 removed one dump line.
11518      Branch: perl
11519            ! t/lib/peek.t
11520 ____________________________________________________________________________
11521 [  6885] By: jhi                                   on 2000/08/29  14:30:47
11522         Log: Don't forget to tidy up.
11523      Branch: perl
11524            ! t/lib/ftmp-security.t
11525 ____________________________________________________________________________
11526 [  6884] By: jhi                                   on 2000/08/29  14:25:17
11527         Log: Disabling the one test is a bit tricky.
11528      Branch: perl
11529            ! t/lib/ftmp-security.t
11530 ____________________________________________________________________________
11531 [  6883] By: jhi                                   on 2000/08/29  14:16:25
11532         Log: Disable one of the tests for now.
11533      Branch: perl
11534            ! t/lib/ftmp-security.t
11535 ____________________________________________________________________________
11536 [  6882] By: jhi                                   on 2000/08/29  14:05:50
11537         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
11538              From: gisle@aas.no
11539              Date: 29 Aug 2000 10:35:06 -0000
11540              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
11541      Branch: perl
11542            ! ext/Opcode/Safe.pm
11543 ____________________________________________________________________________
11544 [  6881] By: jhi                                   on 2000/08/29  14:03:51
11545         Log: Subject: [PATCH] Glob dumping
11546              From: Gisle Aas <gisle@ActiveState.com>
11547              Date: 29 Aug 2000 07:59:42 -0000
11548              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
11549      Branch: perl
11550            ! dump.c
11551 ____________________________________________________________________________
11552 [  6880] By: jhi                                   on 2000/08/29  14:02:01
11553         Log: Subject: [PATCH] Warnings in B::Deparse
11554              From: <abigail@foad.org>
11555              Date: Tue, 29 Aug 2000 00:00:01 -0400
11556              Message-ID: <20000829040001.2999.qmail@foad.org>
11557      Branch: perl
11558            ! ext/B/B/Deparse.pm
11559 ____________________________________________________________________________
11560 [  6879] By: jhi                                   on 2000/08/29  13:57:26
11561         Log: Missed a change in #6869.
11562      Branch: perl
11563            ! mg.c
11564 ____________________________________________________________________________
11565 [  6878] By: jhi                                   on 2000/08/29  13:45:04
11566         Log: Subject: Net::protoent does not export 'getproto'
11567              From: Yasushi Nakajima <sey@jkc.co.jp>
11568              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
11569      Branch: perl
11570            ! lib/Net/protoent.pm
11571 ____________________________________________________________________________
11572 [  6877] By: jhi                                   on 2000/08/29  13:39:19
11573         Log: Patches all over for people and the files they (hopefully) care about.
11574      Branch: perl
11575            ! AUTHORS Changes MAINTAIN
11576 ____________________________________________________________________________
11577 [  6876] By: jhi                                   on 2000/08/29  12:53:54
11578         Log: Fix for thinko in #6848.
11579              
11580              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
11581              From: Lupe Christoph <lupe@lupe-christoph.de>
11582              Date: Tue, 29 Aug 2000 09:04:08 +0200
11583              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
11584      Branch: perl
11585            ! ext/Thread/Thread.xs
11586 ____________________________________________________________________________
11587 [  6875] By: jhi                                   on 2000/08/29  12:50:14
11588         Log: Update to Getopt::Long 2.24, from Johan Vromans.
11589      Branch: perl
11590            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
11591 ____________________________________________________________________________
11592 [  6874] By: jhi                                   on 2000/08/29  02:09:53
11593         Log: Use minimal @INC in tests, most of the time just '../lib',
11594              so that we simply can't pick up stuff from other Perls than
11595              the one we are testing.  Pointed out by
11596              
11597              From: Mike Guy <mjtg@cam.ac.uk>
11598              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
11599              Date: Fri, 25 Aug 2000 15:15:59 +0100
11600              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
11601      Branch: perl
11602            ! (edit 185 files)
11603 ____________________________________________________________________________
11604 [  6873] By: jhi                                   on 2000/08/29  01:07:11
11605         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
11606              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11607              Date: Mon, 28 Aug 2000 17:45:52 -0700
11608              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
11609      Branch: perl
11610            ! Makefile.SH hints/os2.sh
11611 ____________________________________________________________________________
11612 [  6872] By: jhi                                   on 2000/08/28  23:33:39
11613         Log: Subject: [PATCH bleedperl@6866] spellings
11614              From: marcel@codewerk.com (Marcel Grunauer)
11615              Date: Tue, 29 Aug 2000 01:19:59 +0200
11616              Message-Id: <200008282319.BAA29862@gandalf.local>
11617      Branch: perl
11618            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
11619            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
11620            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
11621 ____________________________________________________________________________
11622 [  6871] By: jhi                                   on 2000/08/28  23:22:09
11623         Log: Take out the SUIDMAIL thing, that will not be
11624              a problem in 5.7.*.
11625      Branch: perl
11626            ! patchlevel.h
11627 ____________________________________________________________________________
11628 [  6870] By: jhi                                   on 2000/08/28  23:19:30
11629         Log: -S is the silent flag, -s is the strip flag.
11630              
11631              Subject: [PATCH] Re: [PATCH] make no-install          
11632              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11633              Date: Mon, 28 Aug 2000 15:12:55 -0700
11634              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
11635      Branch: perl
11636            ! Makefile.SH
11637 ____________________________________________________________________________
11638 [  6869] By: jhi                                   on 2000/08/28  23:12:05
11639         Log: Subject: [PATCH bleedperl@6856] warnings fixes
11640              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11641              Date: Mon, 28 Aug 2000 23:55:06 +0100
11642              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
11643      Branch: perl
11644            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
11645            ! warnings.h warnings.pl
11646 ____________________________________________________________________________
11647 [  6868] By: jhi                                   on 2000/08/28  21:38:22
11648         Log: Potential cruft.
11649      Branch: perl
11650            ! Makefile.SH
11651 ____________________________________________________________________________
11652 [  6867] By: jhi                                   on 2000/08/28  21:35:36
11653         Log: Update Changes.
11654      Branch: perl
11655            ! Changes patchlevel.h
11656 ____________________________________________________________________________
11657 [  6866] By: jhi                                   on 2000/08/28  21:33:49
11658         Log: Subject: hv.h Doc Patch
11659              From: Fisher Mark <fisherm@tce.com>
11660              Date: Mon, 28 Aug 2000 16:24:59 -0500
11661              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
11662      Branch: perl
11663            ! hv.h
11664 ____________________________________________________________________________
11665 [  6865] By: jhi                                   on 2000/08/28  21:02:15
11666         Log: Add -ld to archname on long tr...double platforms.
11667      Branch: metaconfig
11668            ! U/threads/archname.U
11669      Branch: perl
11670            ! Configure config_h.SH
11671 ____________________________________________________________________________
11672 [  6864] By: jhi                                   on 2000/08/28  20:38:59
11673         Log: An attempt to fix the problem reported in
11674              
11675              Subject: Building perl@6856 using gcc/AIX 4.3.3 
11676              From: Daniel Muino <dmuino@afip.gov.ar> 
11677              Date: Mon, 28 Aug 2000 15:50:01 -0300   
11678              Message-ID: <20000828155001.A14403@con2-dgi>
11679              
11680              I can't test this properly since the gcc installation I have
11681              access to seems to be botched (gcc is calling the AIX cpp,
11682              a losing proposition...)
11683      Branch: perl
11684            ! hints/aix.sh
11685 ____________________________________________________________________________
11686 [  6863] By: jhi                                   on 2000/08/28  18:57:52
11687         Log: Fix for ID 20000828.001, long doubles were not formatted
11688              correctly (showed up in $], which stopped installing perl).
11689      Branch: perl
11690            ! sv.c
11691 ____________________________________________________________________________
11692 [  6862] By: jhi                                   on 2000/08/28  18:07:15
11693         Log: Typo in #6858.
11694      Branch: perl
11695            ! lib/Cwd.pm
11696 ____________________________________________________________________________
11697 [  6861] By: jhi                                   on 2000/08/28  17:57:27
11698         Log: opmini.o may be left around if a build is interrupted.
11699      Branch: perl
11700            ! Makefile.SH
11701 ____________________________________________________________________________
11702 [  6860] By: jhi                                   on 2000/08/28  16:52:50
11703         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
11704              From: Daniel Chetlin <daniel@chetlin.com>
11705              Date: Mon, 28 Aug 2000 01:14:18 -0700
11706              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
11707      Branch: perl
11708            ! lib/overload.pm
11709 ____________________________________________________________________________
11710 [  6859] By: jhi                                   on 2000/08/28  16:08:46
11711         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
11712              From: Nicholas Clark <nick@ccl4.org>
11713              Date: Mon, 28 Aug 2000 16:03:27 +0100
11714              Message-Id: <20000828160327.C49785@plum.flirble.org>
11715      Branch: perl
11716            ! ext/ByteLoader/bytecode.h
11717 ____________________________________________________________________________
11718 [  6858] By: jhi                                   on 2000/08/28  16:02:10
11719         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
11720              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
11721              Date: Mon, 28 Aug 2000 13:08:30 +0200
11722              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
11723      Branch: perl
11724            ! lib/Cwd.pm
11725 ____________________________________________________________________________
11726 [  6857] By: jhi                                   on 2000/08/28  15:42:47
11727         Log: display_format used as a class method without arguments was broken,
11728              reported in
11729              
11730              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
11731              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
11732              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
11733              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
11734      Branch: perl
11735            ! lib/Math/Complex.pm t/lib/complex.t
11736 ____________________________________________________________________________
11737 [  6856] By: jhi                                   on 2000/08/27  22:09:48
11738         Log: Update Changes.
11739      Branch: perl
11740            ! Changes patchlevel.h
11741 ____________________________________________________________________________
11742 [  6855] By: jhi                                   on 2000/08/27  21:59:21
11743         Log: Retract #6853 (false alarm).
11744      Branch: perl
11745            ! lib/ExtUtils/xsubpp
11746 ____________________________________________________________________________
11747 [  6854] By: jhi                                   on 2000/08/27  21:37:44
11748         Log: Update Changes.
11749      Branch: perl
11750            ! Changes patchlevel.h
11751 ____________________________________________________________________________
11752 [  6853] By: jhi                                   on 2000/08/27  21:37:16
11753         Log: Subject: [PATCH perl@6850] workaround for xsubpp
11754              From: Hugo <hv@crypt.compulink.co.uk>
11755              Date: Sun, 27 Aug 2000 22:30:25 +0100
11756              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
11757      Branch: perl
11758            ! lib/ExtUtils/xsubpp
11759 ____________________________________________________________________________
11760 [  6852] By: jhi                                   on 2000/08/27  21:33:58
11761         Log: Big-endian 64-bit patch from Raphael Manfredi.
11762      Branch: perl
11763            ! ext/Storable/Storable.xs
11764 ____________________________________________________________________________
11765 [  6851] By: jhi                                   on 2000/08/27  21:22:21
11766         Log: More ruthless editing from Hugo van der Sanden.
11767      Branch: perl
11768            ! pod/perldelta.pod
11769 ____________________________________________________________________________
11770 [  6850] By: jhi                                   on 2000/08/27  16:11:46
11771         Log: Update Changes.
11772      Branch: perl
11773            ! Changes patchlevel.h
11774 ____________________________________________________________________________
11775 [  6849] By: jhi                                   on 2000/08/27  16:11:05
11776         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
11777      Branch: perl
11778            ! configpm pod/perldelta.pod
11779 ____________________________________________________________________________
11780 [  6848] By: jhi                                   on 2000/08/27  15:35:08
11781         Log: Use the actual thread type, not the pointer-to-struct.
11782      Branch: perl
11783            ! ext/Thread/Thread.xs
11784 ____________________________________________________________________________
11785 [  6847] By: jhi                                   on 2000/08/27  15:30:49
11786         Log: Test nit.
11787      Branch: perl
11788            ! t/pragma/warn/pp_sys
11789 ____________________________________________________________________________
11790 [  6846] By: jhi                                   on 2000/08/27  15:19:02
11791         Log: Passing -R in ldflags makes now it to appear in the default
11792              for lddlflags, just like with -L.
11793              
11794              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
11795              From: Lupe Christoph <lupe@lupe-christoph.de>
11796              Date: Sun, 27 Aug 2000 10:28:21 +0200
11797              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
11798      Branch: metaconfig/U/perl
11799            ! dlsrc.U
11800      Branch: perl
11801            ! Configure
11802 ____________________________________________________________________________
11803 [  6845] By: jhi                                   on 2000/08/27  15:08:54
11804         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
11805              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11806              Date: Sat, 26 Aug 2000 22:23:27 +0100
11807              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
11808      Branch: perl
11809            ! lib/ExtUtils/MM_Unix.pm
11810 ____________________________________________________________________________
11811 [  6844] By: jhi                                   on 2000/08/27  15:02:37
11812         Log: DJGPP update from Laszlo Molnar.
11813              
11814              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
11815              From: ml1050 <ml1050@freemail.hu>
11816              Date: Sat, 26 Aug 2000 23:24:40 +0200
11817              Message-Id: <20000826232440.A439@freemail.hu>
11818      Branch: perl
11819            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
11820            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
11821 ____________________________________________________________________________
11822 [  6843] By: jhi                                   on 2000/08/27  14:53:58
11823         Log: Subject: installman buglet
11824              From: Lupe Christoph <lupe@lupe-christoph.de>
11825              Date: Sun, 27 Aug 2000 14:38:59 +0200
11826              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
11827      Branch: perl
11828            ! installman
11829 ____________________________________________________________________________
11830 [  6842] By: jhi                                   on 2000/08/27  14:52:08
11831         Log: Can't get the test to reliably work thanks to the
11832              inaccurateness of floating point.  "Resolves" bug ids
11833              20000826.003, 20000826.009, 20000826.010,
11834      Branch: perl
11835            ! t/lib/trig.t
11836 ____________________________________________________________________________
11837 [  6841] By: jhi                                   on 2000/08/26  15:53:58
11838         Log: Update Changes.
11839      Branch: perl
11840            ! Changes patchlevel.h
11841 ____________________________________________________________________________
11842 [  6840] By: jhi                                   on 2000/08/26  14:23:03
11843         Log: grep -e isn't portable.
11844              
11845              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
11846              From: chris@broadband.att.com
11847              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
11848              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
11849      Branch: perl
11850            ! hints/solaris_2.sh
11851 ____________________________________________________________________________
11852 [  6839] By: jhi                                   on 2000/08/26  14:12:23
11853         Log: no-install target a la make -n.
11854              
11855              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
11856              From: <abigail@foad.org>
11857              Date: Sat, 26 Aug 2000 03:57:34 -0400
11858              Message-ID: <20000826075735.18912.qmail@foad.org>
11859      Branch: perl
11860            ! Makefile.SH installman installperl
11861 ____________________________________________________________________________
11862 [  6838] By: jhi                                   on 2000/08/26  14:06:33
11863         Log: Retract #6826 as the #6828 should be do the same
11864              in a More Correct Way.
11865      Branch: perl
11866            ! installperl
11867 ____________________________________________________________________________
11868 [  6837] By: jhi                                   on 2000/08/26  05:24:00
11869         Log: More casting.
11870      Branch: perl
11871            ! ext/Storable/Storable.xs
11872 ____________________________________________________________________________
11873 [  6836] By: jhi                                   on 2000/08/26  05:05:46
11874         Log: Nicer in decimal.
11875      Branch: perl
11876            ! ext/Storable/Storable.xs
11877 ____________________________________________________________________________
11878 [  6835] By: jhi                                   on 2000/08/26  05:03:50
11879         Log: There be no UVdf.
11880      Branch: perl
11881            ! ext/Storable/Storable.xs
11882 ____________________________________________________________________________
11883 [  6834] By: jhi                                   on 2000/08/26  05:00:18
11884         Log: Continue IVdfing and UVxfing.
11885      Branch: perl
11886            ! ext/Storable/Storable.xs
11887 ____________________________________________________________________________
11888 [  6833] By: jhi                                   on 2000/08/26  04:53:14
11889         Log: Use IVdf.
11890      Branch: perl
11891            ! ext/Storable/Storable.xs
11892 ____________________________________________________________________________
11893 [  6832] By: jhi                                   on 2000/08/26  04:40:41
11894         Log: Document PTR2XX and INT2PTR.
11895      Branch: perl
11896            ! pod/perlguts.pod
11897 ____________________________________________________________________________
11898 [  6831] By: jhi                                   on 2000/08/26  04:33:18
11899         Log: Use UVxf, PTR2UV, NVff.
11900      Branch: perl
11901            ! ext/Storable/Storable.xs
11902 ____________________________________________________________________________
11903 [  6830] By: jhi                                   on 2000/08/26  04:31:32
11904         Log: Update the test count.
11905      Branch: perl
11906            ! t/lib/trig.t
11907 ____________________________________________________________________________
11908 [  6829] By: jhi                                   on 2000/08/26  03:05:50
11909         Log: Subject: [PATCH] installation not quite silent yet.
11910              From: <abigail@foad.org>
11911              Date: Fri, 25 Aug 2000 20:07:53 -0400
11912              Message-ID: <20000826000753.7822.qmail@foad.org>
11913      Branch: perl
11914            ! installman installperl
11915 ____________________________________________________________________________
11916 [  6828] By: jhi                                   on 2000/08/26  03:05:14
11917         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
11918              From: Spider Boardman <spider@web.zk3.dec.com>
11919              Date: Fri, 25 Aug 2000 19:12:40 -0400
11920              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
11921      Branch: perl
11922            ! gv.c
11923 ____________________________________________________________________________
11924 [  6827] By: jhi                                   on 2000/08/25  23:54:34
11925         Log: Support preserving extremely big/small angles.
11926      Branch: perl
11927            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
11928 ____________________________________________________________________________
11929 [  6826] By: jhi                                   on 2000/08/25  23:01:20
11930         Log: Patch installperl to be long double-aware.
11931              
11932              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
11933              From: Spider Boardman <spider@web.zk3.dec.com>
11934              Date: Fri, 25 Aug 2000 18:15:23 -0400
11935              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
11936      Branch: perl
11937            ! installperl
11938 ____________________________________________________________________________
11939 [  6825] By: jhi                                   on 2000/08/25  22:58:25
11940         Log: Remove duplicately applied patch shards.
11941              
11942              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
11943              From: Spider Boardman <spider@leggy.zk3.dec.com>
11944              Date: Fri, 25 Aug 2000 16:45:03 -0400
11945              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
11946      Branch: perl
11947            ! t/lib/cgi-html.t
11948 ____________________________________________________________________________
11949 [  6824] By: jhi                                   on 2000/08/25  22:57:00
11950         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
11951              From: Daniel Chetlin <daniel@chetlin.com>
11952              Date: Fri, 25 Aug 2000 12:23:16 -0700
11953              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
11954              
11955              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
11956              From: Daniel Chetlin <daniel@chetlin.com>
11957              Date: Fri, 25 Aug 2000 14:47:19 -0700
11958              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
11959      Branch: perl
11960            ! installman
11961 ____________________________________________________________________________
11962 [  6823] By: jhi                                   on 2000/08/25  22:44:17
11963         Log: Timestamp problem?
11964      Branch: perl
11965            ! uconfig.h uconfig.sh
11966 ____________________________________________________________________________
11967 [  6822] By: jhi                                   on 2000/08/25  19:01:06
11968         Log: One forgotten file from #6816.
11969      Branch: perl
11970            ! vos/config.h
11971 ____________________________________________________________________________
11972 [  6821] By: jhi                                   on 2000/08/25  18:56:39
11973         Log: Regen Changes.
11974      Branch: perl
11975            ! Changes patchlevel.h
11976 ____________________________________________________________________________
11977 [  6820] By: jhi                                   on 2000/08/25  18:52:35
11978         Log: Fix Changes ordering.
11979      Branch: perl
11980            ! Changes
11981 ____________________________________________________________________________
11982 [  6819] By: jhi                                   on 2000/08/25  18:50:25
11983         Log: Update Changes.
11984      Branch: perl
11985            ! Changes patchlevel.h
11986 ____________________________________________________________________________
11987 [  6818] By: jhi                                   on 2000/08/25  18:47:45
11988         Log: Tweak the sfio/useperlio logic, hopefully as wished in
11989              
11990              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
11991              From: Nicholas Clark <nick@babyhippo.co.uk>
11992              Date: Fri, 25 Aug 2000 12:01:45 +0100
11993              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
11994      Branch: metaconfig/U/perl
11995            ! d_sfio.U
11996      Branch: perl
11997            ! Configure
11998 ____________________________________________________________________________
11999 [  6817] By: jhi                                   on 2000/08/25  18:32:51
12000         Log: Allow microperl to assume <math.h>, without it the math
12001              functions like floor() are assumed to return int, which makes
12002              for core dumps in machines where integer and floating register
12003              don't mix.
12004      Branch: perl
12005            ! uconfig.h uconfig.sh
12006 ____________________________________________________________________________
12007 [  6816] By: jhi                                   on 2000/08/25  18:27:17
12008         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
12009              the problem reported in
12010              
12011              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
12012              From: danhale@us.ibm.com
12013              Date: Fri, 25 Aug 2000 10:58:06 -0400
12014              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
12015      Branch: metaconfig/U/perl
12016            + d_socks5_init.U
12017      Branch: perl
12018            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
12019            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
12020            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
12021            ! win32/config.gc win32/config.vc
12022 ____________________________________________________________________________
12023 [  6815] By: jhi                                   on 2000/08/25  17:43:31
12024         Log: A solution for the retrieve_fd autosplit warning,
12025              idea suggested by Mike Guy.
12026      Branch: perl
12027            ! ext/Storable/Storable.pm
12028 ____________________________________________________________________________
12029 [  6814] By: jhi                                   on 2000/08/25  17:16:03
12030         Log: Add install-silent target.
12031      Branch: perl
12032            ! Makefile.SH
12033 ____________________________________________________________________________
12034 [  6813] By: jhi                                   on 2000/08/25  17:14:23
12035         Log: Subject: Re: [PATCH] More silencing of installman.
12036              From: <abigail@foad.org>
12037              Date: Thu, 24 Aug 2000 19:27:03 -0400
12038              Message-ID: <20000824232703.7001.qmail@foad.org>
12039              
12040              Subject: Re: [PATCH] More silencing of installman.
12041              From: <abigail@foad.org>
12042              Date: Fri, 25 Aug 2000 03:00:58 -0400
12043              Message-ID: <20000825070058.10697.qmail@foad.org>
12044      Branch: perl
12045            ! installman
12046 ____________________________________________________________________________
12047 [  6812] By: jhi                                   on 2000/08/25  17:11:28
12048         Log: installperl --verbose and --silent.
12049              
12050              Subject: Re: [PATCH] More silencing of installman.
12051              From: <abigail@foad.org>
12052              Message-ID: <20000825064430.9719.qmail@foad.org>
12053              Date: Fri, 25 Aug 2000 02:44:30 -0400
12054      Branch: perl
12055            ! installperl
12056 ____________________________________________________________________________
12057 [  6811] By: jhi                                   on 2000/08/25  17:05:43
12058         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
12059              From: "Peter J. Farley III" <pjfarley@banet.net>
12060              Date: Thu, 24 Aug 2000 21:58:03 -0400
12061              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
12062              
12063              (applied slightly modified)
12064      Branch: perl
12065            ! lib/ExtUtils/MM_Unix.pm
12066 ____________________________________________________________________________
12067 [  6810] By: jhi                                   on 2000/08/25  17:01:18
12068         Log: Missing parts of 
12069              
12070              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
12071              From: Peter Prymmer <pvhp@forte.com>
12072              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
12073              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
12074      Branch: perl
12075            ! t/lib/cgi-html.t
12076 ____________________________________________________________________________
12077 [  6809] By: jhi                                   on 2000/08/25  16:46:32
12078         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
12079              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12080              Date: Thu, 24 Aug 2000 19:13:11 -0500
12081              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
12082      Branch: perl
12083            ! vms/vms.c
12084 ____________________________________________________________________________
12085 [  6808] By: jhi                                   on 2000/08/25  16:39:22
12086         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
12087              From: Peter Prymmer <pvhp@forte.com>
12088              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
12089              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
12090      Branch: perl
12091            ! configure.com
12092 ____________________________________________________________________________
12093 [  6807] By: jhi                                   on 2000/08/25  16:36:37
12094         Log: Better wording for the vec lvalue diagnostic.
12095              
12096              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
12097              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
12098              Date: Wed, 23 Aug 2000 14:12:16 -0400
12099              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
12100      Branch: perl
12101            ! pod/perldiag.pod
12102 ____________________________________________________________________________
12103 [  6806] By: jhi                                   on 2000/08/24  18:17:22
12104         Log: Subject: [PATCH] More silencing of installman.
12105              From: <abigail@foad.org>
12106              Date: Thu, 24 Aug 2000 14:01:44 -0400
12107              Message-ID: <20000824180144.20062.qmail@foad.org>
12108      Branch: perl
12109            ! installman
12110 ____________________________________________________________________________
12111 [  6805] By: jhi                                   on 2000/08/24  15:00:31
12112         Log: Update Changes.
12113      Branch: perl
12114            ! Changes patchlevel.h
12115 ____________________________________________________________________________
12116 [  6804] By: jhi                                   on 2000/08/24  14:59:07
12117         Log: Regen perltoc.
12118      Branch: perl
12119            ! pod/perltoc.pod
12120 ____________________________________________________________________________
12121 [  6803] By: jhi                                   on 2000/08/24  14:44:39
12122         Log: Show the doc file, not the temp file.
12123      Branch: perl
12124            ! installman
12125 ____________________________________________________________________________
12126 [  6802] By: jhi                                   on 2000/08/24  14:41:53
12127         Log: Continue silencing.
12128      Branch: perl
12129            ! installman
12130 ____________________________________________________________________________
12131 [  6801] By: jhi                                   on 2000/08/24  14:34:40
12132         Log: Actually do something with the silencer option.
12133      Branch: perl
12134            ! installman
12135 ____________________________________________________________________________
12136 [  6800] By: jhi                                   on 2000/08/24  14:26:22
12137         Log: Make installman to recognize the silence flag -S.
12138      Branch: perl
12139            ! installman
12140 ____________________________________________________________________________
12141 [  6799] By: jhi                                   on 2000/08/24  13:49:38
12142         Log: DOS patches and portability/porting notes, from Tim Jenness.
12143      Branch: perl
12144            ! lib/File/Temp.pm
12145 ____________________________________________________________________________
12146 [  6798] By: jhi                                   on 2000/08/24  13:48:27
12147         Log: Create directories in silence.
12148              
12149              Subject: [PATCH] Another silencer for MakeMaker
12150              From: andreas.koenig@anima.de (Andreas J. Koenig)
12151              Date: 24 Aug 2000 14:18:52 +0200
12152              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
12153      Branch: perl
12154            ! lib/ExtUtils/Command.pm
12155 ____________________________________________________________________________
12156 [  6797] By: jhi                                   on 2000/08/24  13:46:42
12157         Log: More liberal parsing of version numbers.
12158              
12159              Subject: Re: CPAN.pm beta for testing available
12160              From: andreas.koenig@anima.de (Andreas J. Koenig)
12161              Date: 24 Aug 2000 13:51:57 +0200
12162              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
12163      Branch: perl
12164            ! lib/CPAN.pm
12165 ____________________________________________________________________________
12166 [  6796] By: jhi                                   on 2000/08/24  13:44:36
12167         Log: Make "make install" by default silent.  A new "install-verbose"
12168              target is verbose.
12169      Branch: perl
12170            ! Makefile.SH
12171 ____________________________________________________________________________
12172 [  6795] By: jhi                                   on 2000/08/24  13:39:14
12173         Log: Add silencer flags to installperl.
12174              
12175              Subject: [PATCH] Making installperl silent.
12176              From: <abigail@foad.org>
12177              Date: Thu, 24 Aug 2000 05:01:45 -0400
12178              Message-ID: <20000824090145.13141.qmail@foad.org>
12179      Branch: perl
12180            ! installperl
12181 ____________________________________________________________________________
12182 [  6794] By: jhi                                   on 2000/08/24  13:35:50
12183         Log: installperl couldn't tell whether it had run tests or not.
12184              
12185              Subject: [PATCH] Re: installperl and t/TEST
12186              From: <abigail@foad.org>
12187              Date: Thu, 24 Aug 2000 04:00:53 -0400
12188              Message-ID: <20000824080053.2494.qmail@foad.org>
12189      Branch: perl
12190            ! Makefile.SH installperl
12191 ____________________________________________________________________________
12192 [  6793] By: jhi                                   on 2000/08/24  13:27:50
12193         Log: Drop the separate perlbc, perlcc -b should be enough.
12194      Branch: perl
12195            - utils/perlbc.PL
12196            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
12197 ____________________________________________________________________________
12198 [  6792] By: jhi                                   on 2000/08/24  04:41:30
12199         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
12200              plus the typo fix from Peter Prymmer.
12201      Branch: perl
12202            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
12203            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
12204 ____________________________________________________________________________
12205 [  6791] By: jhi                                   on 2000/08/24  02:10:43
12206         Log: Replace #6705 with a minimal doc patch.
12207              
12208              Subject: [PATCH 5.6.0] replace change #6705
12209              From: Jan Dubois <jand@ActiveState.com>
12210              Date: Wed, 23 Aug 2000 18:31:51 -0700
12211              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
12212      Branch: perl
12213            ! lib/Win32.pod win32/win32.c
12214 ____________________________________________________________________________
12215 [  6790] By: jhi                                   on 2000/08/23  17:52:00
12216         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
12217              From: Mike Guy <mjtg@cam.ac.uk>
12218              Date: Wed, 23 Aug 2000 18:38:46 +0100
12219              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
12220      Branch: perl
12221            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
12222 ____________________________________________________________________________
12223 [  6789] By: jhi                                   on 2000/08/23  15:34:21
12224         Log: Update Changes.
12225      Branch: perl
12226            ! Changes patchlevel.h
12227 ____________________________________________________________________________
12228 [  6788] By: jhi                                   on 2000/08/23  15:33:40
12229         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
12230              From: Wilfredo Sánchez <wsanchez@apple.com>
12231              Date: Tue, 22 Aug 2000 19:31:27 -0700
12232              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
12233      Branch: perl
12234            ! perl.h
12235 ____________________________________________________________________________
12236 [  6787] By: jhi                                   on 2000/08/23  15:29:31
12237         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
12238              From: Spider Boardman <spider@leggy.zk3.dec.com>
12239              Date: Wed, 23 Aug 2000 10:33:23 -0400
12240              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
12241      Branch: perl
12242            ! lib/Pod/Html.pm
12243 ____________________________________________________________________________
12244 [  6786] By: jhi                                   on 2000/08/23  15:28:11
12245         Log: Bad makefile.
12246      Branch: perl
12247            ! ext/B/Makefile.PL
12248 ____________________________________________________________________________
12249 [  6785] By: jhi                                   on 2000/08/23  14:37:04
12250         Log: Update Changes.
12251      Branch: perl
12252            ! Changes patchlevel.h
12253 ____________________________________________________________________________
12254 [  6784] By: jhi                                   on 2000/08/23  13:58:41
12255         Log: Portability fix from Hugo van der Sanden.
12256      Branch: perl
12257            ! ext/re/Makefile.PL
12258 ____________________________________________________________________________
12259 [  6783] By: jhi                                   on 2000/08/23  13:53:53
12260         Log: Storable support, v-version fixes.
12261              
12262              Subject: CPAN.pm beta for testing available
12263              From: andreas.koenig@anima.de (Andreas J. Koenig)
12264              Date: 22 Aug 2000 23:31:33 +0200
12265              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
12266      Branch: perl
12267            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12268 ____________________________________________________________________________
12269 [  6782] By: jhi                                   on 2000/08/23  13:51:26
12270         Log: Mac and other portability updates from Chris Nandor.
12271      Branch: perl
12272            ! pod/perlmodinstall.pod
12273 ____________________________________________________________________________
12274 [  6781] By: jhi                                   on 2000/08/23  13:47:33
12275         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
12276              From: Peter Prymmer <pvhp@forte.com>
12277              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
12278              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
12279      Branch: perl
12280            ! ext/Storable/Storable.xs
12281 ____________________________________________________________________________
12282 [  6780] By: jhi                                   on 2000/08/23  13:33:34
12283         Log: VMS MMS (make) wants null action.
12284      Branch: perl
12285            ! ext/B/Makefile.PL
12286 ____________________________________________________________________________
12287 [  6779] By: jhi                                   on 2000/08/22  19:44:47
12288         Log: Forgot portability nit.
12289      Branch: perl
12290            ! t/lib/st-forgive.t
12291 ____________________________________________________________________________
12292 [  6778] By: jhi                                   on 2000/08/22  19:35:25
12293         Log: Be portable.
12294      Branch: perl
12295            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
12296            ! t/lib/st-store.t
12297 ____________________________________________________________________________
12298 [  6777] By: jhi                                   on 2000/08/22  18:50:53
12299         Log: Update Changes.
12300      Branch: perl
12301            ! Changes patchlevel.h
12302 ____________________________________________________________________________
12303 [  6776] By: jhi                                   on 2000/08/22  18:44:46
12304         Log: cSVOPo_*v things index into the current PL_curpad
12305              under ithreads, which is different from the curpad
12306              used by the XSUB.  (In other words, the code as-is
12307              before this patch wouldn't work under ithreads.)
12308              From Sarathy.
12309      Branch: perl
12310            ! ext/B/B.xs
12311 ____________________________________________________________________________
12312 [  6775] By: jhi                                   on 2000/08/22  18:18:37
12313         Log: Make the selection of NVff et al stricter.
12314      Branch: metaconfig/U/perl
12315            ! perlxvf.U
12316      Branch: perl
12317            ! Configure config_h.SH
12318 ____________________________________________________________________________
12319 [  6774] By: jhi                                   on 2000/08/22  17:19:42
12320         Log: perldelta nits.
12321      Branch: perl
12322            ! pod/perldelta.pod
12323 ____________________________________________________________________________
12324 [  6773] By: jhi                                   on 2000/08/22  17:06:26
12325         Log: Long double fixes from Spider Boardman.
12326              
12327              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
12328              From: system PRIVILEGED account <root@peano.zk3.dec.com>
12329              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
12330              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
12331      Branch: perl
12332            ! t/lib/bigfltpm.t t/lib/st-06compat.t
12333 ____________________________________________________________________________
12334 [  6772] By: jhi                                   on 2000/08/22  15:04:53
12335         Log: Update Changes.
12336      Branch: perl
12337            ! Changes patchlevel.h
12338 ____________________________________________________________________________
12339 [  6771] By: jhi                                   on 2000/08/22  15:01:44
12340         Log: perldelta fixes from Hugo van der Sanden.
12341      Branch: perl
12342            ! pod/perldelta.pod
12343 ____________________________________________________________________________
12344 [  6770] By: jhi                                   on 2000/08/22  14:34:49
12345         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
12346              From: Hugo <hv@crypt.compulink.co.uk>
12347              Date: Tue, 22 Aug 2000 11:21:53 +0100
12348              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
12349      Branch: perl
12350            ! regcomp.c
12351 ____________________________________________________________________________
12352 [  6769] By: jhi                                   on 2000/08/22  14:30:02
12353         Log: Add Yitzchak, reformat.
12354      Branch: perl
12355            ! Changes config_h.SH
12356 ____________________________________________________________________________
12357 [  6768] By: jhi                                   on 2000/08/22  14:21:35
12358         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
12359              and Spider Boardman.
12360      Branch: metaconfig
12361            ! U/compline/d_gconvert.U
12362      Branch: perl
12363            ! Configure
12364 ____________________________________________________________________________
12365 [  6767] By: jhi                                   on 2000/08/22  14:11:24
12366         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
12367              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12368              Date: Mon, 21 Aug 2000 19:08:31 -0700
12369              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
12370      Branch: perl
12371            - ext/Storable/patchlevel.h
12372            ! MANIFEST ext/Storable/MANIFEST
12373 ____________________________________________________________________________
12374 [  6766] By: jhi                                   on 2000/08/22  13:49:29
12375         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
12376              From: Peter Prymmer <pvhp@forte.com>
12377              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
12378              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
12379      Branch: perl
12380            ! configure.com ext/Storable/Makefile.PL
12381 ____________________________________________________________________________
12382 [  6765] By: jhi                                   on 2000/08/22  13:44:59
12383         Log: Subject: [PATCH blead] B:: missing dependency
12384              From: Hugo <hv@crypt.compulink.co.uk>
12385              Date: Tue, 22 Aug 2000 06:44:33 +0100
12386              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
12387      Branch: perl
12388            ! ext/B/Makefile.PL
12389 ____________________________________________________________________________
12390 [  6764] By: jhi                                   on 2000/08/22  13:38:12
12391         Log: More bytecompiler.
12392      Branch: perl
12393            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
12394 ____________________________________________________________________________
12395 [  6763] By: jhi                                   on 2000/08/22  13:36:44
12396         Log: Bytecompiler patches from Benjamin Stuhl.
12397      Branch: perl
12398            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
12399            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
12400            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
12401            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
12402            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
12403            ! perl.c perlapi.h pod/perldelta.pod
12404 ____________________________________________________________________________
12405 [  6762] By: jhi                                   on 2000/08/21  23:43:40
12406         Log: An obsoleted diagnostic.
12407      Branch: perl
12408            ! pod/perldelta.pod
12409 ____________________________________________________________________________
12410 [  6761] By: jhi                                   on 2000/08/21  23:01:45
12411         Log: The #6759 wasn't quite right.
12412      Branch: perl
12413            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
12414            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
12415            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
12416            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
12417            ! t/lib/st-tieditems.t
12418 ____________________________________________________________________________
12419 [  6760] By: jhi                                   on 2000/08/21  22:35:49
12420         Log: Be verydeepclean.
12421      Branch: perl
12422            ! Makefile.SH
12423 ____________________________________________________________________________
12424 [  6759] By: jhi                                   on 2000/08/21  22:25:40
12425         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
12426              From: Peter Prymmer <pvhp@forte.com>
12427              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
12428              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
12429      Branch: perl
12430            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
12431            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
12432            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
12433            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
12434            ! t/lib/st-tieditems.t
12435 ____________________________________________________________________________
12436 [  6758] By: jhi                                   on 2000/08/21  22:22:32
12437         Log: Few more casts, need reported in
12438              
12439              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
12440              From: Mike Stok <mike@stok.co.uk>
12441              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
12442              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
12443              
12444              and
12445              
12446              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
12447              From: abigail@foad.org
12448              Date: 21 Aug 2000 21:31:34 -0000
12449              Message-Id: <20000821213134.30170.qmail@foad.org>
12450      Branch: perl
12451            ! ext/Storable/Storable.xs
12452 ____________________________________________________________________________
12453 [  6757] By: jhi                                   on 2000/08/21  18:37:07
12454         Log: Update Changes.
12455      Branch: perl
12456            ! Changes patchlevel.h
12457 ____________________________________________________________________________
12458 [  6756] By: jhi                                   on 2000/08/21  18:34:02
12459         Log: A pod nit.
12460              
12461              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
12462              From: <abigail@foad.org>
12463              Date: Mon, 21 Aug 2000 14:00:16 -0400
12464              Message-ID: <20000821180016.28627.qmail@foad.org>
12465      Branch: perl
12466            ! pod/perlre.pod
12467 ____________________________________________________________________________
12468 [  6755] By: jhi                                   on 2000/08/21  18:30:56
12469         Log: Use PodParser 1.18 new test.
12470      Branch: perl
12471            ! t/pod/special_seqs.t t/pod/special_seqs.xr
12472 ____________________________________________________________________________
12473 [  6754] By: jhi                                   on 2000/08/21  18:28:35
12474         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
12475              patches cannot be applied since #6712 conflicts.
12476      Branch: perl
12477            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
12478 ____________________________________________________________________________
12479 [  6753] By: jhi                                   on 2000/08/21  18:15:11
12480         Log: Weed out some smaller changes.
12481      Branch: perl
12482            ! pod/perldelta.pod
12483 ____________________________________________________________________________
12484 [  6752] By: jhi                                   on 2000/08/21  18:02:30
12485         Log: Also under djgpp the timestamps are funky.
12486      Branch: perl
12487            ! t/op/stat.t
12488 ____________________________________________________________________________
12489 [  6751] By: jhi                                   on 2000/08/21  17:55:56
12490         Log: Tweak the floating point output routine preferences.
12491      Branch: metaconfig
12492            ! U/compline/d_gconvert.U
12493      Branch: perl
12494            ! Configure
12495 ____________________________________________________________________________
12496 [  6750] By: jhi                                   on 2000/08/21  17:51:29
12497         Log: Unicos/mk requires elaborate paranoia.
12498      Branch: perl
12499            ! lib/Math/Complex.pm
12500 ____________________________________________________________________________
12501 [  6749] By: gsar                                  on 2000/08/21  16:53:31
12502         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
12503      Branch: perl
12504            ! lib/Cwd.pm
12505 ____________________________________________________________________________
12506 [  6748] By: gsar                                  on 2000/08/21  16:22:19
12507         Log: free TLS slot properly on Windows
12508      Branch: perl
12509            ! thread.h win32/perllib.c win32/win32thread.h
12510 ____________________________________________________________________________
12511 [  6747] By: jhi                                   on 2000/08/21  16:20:58
12512         Log: Rename the macro argument because some preprocessors
12513              can't tell the difference and expand arguments also inside
12514              double quoted strings.
12515      Branch: perl
12516            ! regcomp.c
12517 ____________________________________________________________________________
12518 [  6746] By: jhi                                   on 2000/08/21  16:09:41
12519         Log: Support long doubles in Storable.
12520              
12521              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
12522              From: Radu Greab <radu@netsoft.ro>
12523              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
12524              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
12525      Branch: perl
12526            ! ext/Storable/Storable.xs
12527 ____________________________________________________________________________
12528 [  6745] By: jhi                                   on 2000/08/21  15:51:40
12529         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
12530              From: "Fifer, Eric" <EFifer@sanwaint.com>
12531              Date: Mon, 21 Aug 2000 15:34:49 +0100
12532              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
12533      Branch: perl
12534            ! t/pragma/warn/9enabled
12535 ____________________________________________________________________________
12536 [  6744] By: jhi                                   on 2000/08/21  15:39:35
12537         Log: Document the endianness of Alpha more precisely.
12538      Branch: perl
12539            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
12540            ! pod/perlport.pod
12541 ____________________________________________________________________________
12542 [  6743] By: jhi                                   on 2000/08/21  14:47:05
12543         Log: perldelta fixes from the p5p crowd.
12544      Branch: perl
12545            ! pod/perldelta.pod pod/perlop.pod
12546 ____________________________________________________________________________
12547 [  6742] By: jhi                                   on 2000/08/21  13:34:51
12548         Log: Update to Pod::LaTeX 0.53.
12549              
12550              Subject: [PATCH] lib/Pod/LaTeX.pm updates
12551              From: Tim Jenness <timj@jach.hawaii.edu>
12552              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
12553              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
12554      Branch: perl
12555            ! lib/Pod/LaTeX.pm
12556 ____________________________________________________________________________
12557 [  6741] By: jhi                                   on 2000/08/21  13:33:01
12558         Log: Subject: [PATCH] os2.c fix for use64bitint
12559              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12560              Date: Mon, 21 Aug 2000 01:32:25 -0700
12561              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
12562      Branch: perl
12563            ! os2/os2.c
12564 ____________________________________________________________________________
12565 [  6740] By: jhi                                   on 2000/08/21  13:28:52
12566         Log: Array context keeps slithering in.
12567              
12568              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
12569              From: Daniel Chetlin <daniel@chetlin.com>
12570              Date: Sun, 20 Aug 2000 21:40:25 -0700
12571              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
12572      Branch: perl
12573            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
12574            ! pod/perldebtut.pod
12575 ____________________________________________________________________________
12576 [  6739] By: jhi                                   on 2000/08/21  13:23:55
12577         Log: Big-endian quad fixes for Storable from Radu Greab,
12578              plus few explicit null casts for picky compilers.
12579      Branch: perl
12580            ! ext/Storable/Storable.xs
12581 ____________________________________________________________________________
12582 [  6738] By: gsar                                  on 2000/08/21  05:56:13
12583         Log: small tweaks for change#6705: avoid C++ style comments in C code;
12584              use Perl's malloc API rather than the low level system one
12585      Branch: perl
12586            ! win32/win32.c
12587 ____________________________________________________________________________
12588 [  6737] By: gsar                                  on 2000/08/21  05:35:41
12589         Log: add Storable to list of extensions on Windows
12590      Branch: perl
12591            ! win32/Makefile win32/makefile.mk
12592 ____________________________________________________________________________
12593 [  6736] By: jhi                                   on 2000/08/21  02:57:53
12594         Log: Update Changes.
12595      Branch: perl
12596            ! Changes patchlevel.h
12597 ____________________________________________________________________________
12598 [  6735] By: jhi                                   on 2000/08/21  02:57:20
12599         Log: Draft 0.
12600      Branch: perl
12601            ! pod/perldelta.pod
12602 ____________________________________________________________________________
12603 [  6734] By: jhi                                   on 2000/08/21  02:57:03
12604         Log: Add Storable 0.7.2 from Raphael Manfredi,
12605              plus the patch from
12606              
12607              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
12608              From: Radu Greab <radu@netsoft.ro>
12609              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
12610              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
12611              
12612              plus changes to get Storable to compile with
12613              picky ANSI compilers.
12614      Branch: perl
12615            + ext/Storable/ChangeLog ext/Storable/MANIFEST
12616            + ext/Storable/Makefile.PL ext/Storable/README
12617            + ext/Storable/Storable.pm ext/Storable/Storable.xs
12618            + ext/Storable/patchlevel.h t/lib/st-06compat.t
12619            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
12620            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
12621            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
12622            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
12623            + t/lib/st-tieditems.t
12624            ! MANIFEST
12625 ____________________________________________________________________________
12626 [  6733] By: jhi                                   on 2000/08/21  02:29:09
12627         Log: The correct cleaning order is an art.
12628      Branch: perl
12629            ! Makefile.SH
12630 ____________________________________________________________________________
12631 [  6732] By: jhi                                   on 2000/08/21  01:23:39
12632         Log: The #6724 is here.
12633      Branch: perl
12634            ! t/lib/ftmp-security.t
12635 ____________________________________________________________________________
12636 [  6731] By: jhi                                   on 2000/08/20  23:17:03
12637         Log: s/this one/the 5.6.0 release/
12638      Branch: perl
12639            ! pod/perl56delta.pod
12640 ____________________________________________________________________________
12641 [  6730] By: jhi                                   on 2000/08/20  23:07:34
12642         Log: Mention perlebcdic and perlposix-bc.
12643      Branch: perl
12644            ! pod/perlport.pod
12645 ____________________________________________________________________________
12646 [  6729] By: jhi                                   on 2000/08/20  21:32:59
12647         Log: Document the number of exponent digits.
12648      Branch: perl
12649            ! pod/perlfunc.pod
12650 ____________________________________________________________________________
12651 [  6728] By: jhi                                   on 2000/08/20  21:16:47
12652         Log: Use File::Spec->tmpdir().
12653              
12654              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
12655              From: Tim Jenness <timj@jach.hawaii.edu>
12656              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
12657              MIME-Version: 1.0
12658              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
12659      Branch: perl
12660            ! utils/perlbug.PL
12661 ____________________________________________________________________________
12662 [  6727] By: jhi                                   on 2000/08/20  20:43:32
12663         Log: Update Changes.
12664      Branch: perl
12665            ! Changes patchlevel.h
12666 ____________________________________________________________________________
12667 [  6726] By: jhi                                   on 2000/08/20  20:41:44
12668         Log: The veryclean target needs to clobber.
12669      Branch: perl
12670            ! Makefile.SH
12671 ____________________________________________________________________________
12672 [  6725] By: jhi                                   on 2000/08/20  20:37:38
12673         Log: Document odd vs even subreleases and -Dusedevel.
12674      Branch: perl
12675            ! INSTALL
12676 ____________________________________________________________________________
12677 [  6724] By: jhi                                   on 2000/08/20  19:58:05
12678         Log: Use temporary directory instead of current directory.
12679              
12680              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
12681              From: Tim Jenness <timj@jach.hawaii.edu>
12682              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
12683              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
12684      Branch: perl
12685            ! t/lib/ftmp-security.t
12686 ____________________________________________________________________________
12687 [  6723] By: jhi                                   on 2000/08/20  19:55:55
12688         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
12689              From: andreas.koenig@anima.de (Andreas J. Koenig)
12690              Date: 20 Aug 2000 15:52:03 +0200
12691              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
12692      Branch: perl
12693            ! lib/ExtUtils/MM_Unix.pm
12694 ____________________________________________________________________________
12695 [  6722] By: jhi                                   on 2000/08/20  19:46:01
12696         Log: Update to CGI 2.72, from Lincoln Stein.
12697      Branch: perl
12698            ! lib/CGI.pm
12699 ____________________________________________________________________________
12700 [  6721] By: jhi                                   on 2000/08/20  19:43:54
12701         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
12702              From: Radu Greab <radu@netsoft.ro>
12703              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
12704              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
12705      Branch: perl
12706            ! ext/GDBM_File/GDBM_File.xs
12707 ____________________________________________________________________________
12708 [  6720] By: jhi                                   on 2000/08/20  19:42:01
12709         Log: pp_open() could pass an uninitialized filename down to do_open9().
12710      Branch: perl
12711            ! pp_sys.c
12712 ____________________________________________________________________________
12713 [  6719] By: jhi                                   on 2000/08/20  14:06:41
12714         Log: UTF8 concat fixes.
12715              
12716              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
12717              From: Hugo <hv@crypt.compulink.co.uk>
12718              Date: Sun, 20 Aug 2000 07:30:46 +0100
12719              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
12720      Branch: perl
12721            ! pp_hot.c t/op/append.t
12722 ____________________________________________________________________________
12723 [  6718] By: jhi                                   on 2000/08/20  02:09:37
12724         Log: Let's try #6717 again.
12725      Branch: perl
12726            ! lib/File/Temp.pm
12727 ____________________________________________________________________________
12728 [  6717] By: jhi                                   on 2000/08/20  01:56:55
12729         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
12730              From: "Craig A. Berry" <craig.berry@metamorgs.com>
12731              Date: Sat, 19 Aug 2000 18:15:39 -0500
12732              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
12733      Branch: perl
12734            ! lib/File/Temp.pm
12735 ____________________________________________________________________________
12736 [  6716] By: jhi                                   on 2000/08/19  15:50:11
12737         Log: Update Changes.
12738      Branch: perl
12739            ! Changes patchlevel.h
12740 ____________________________________________________________________________
12741 [  6715] By: jhi                                   on 2000/08/19  15:39:09
12742         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
12743              From: Jonathan D Johnston <jdjohnston2@juno.com>
12744              Date: Thu, 17 Aug 2000 23:13:01 -0400       
12745              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
12746      Branch: perl
12747            ! pod/perlfunc.pod
12748 ____________________________________________________________________________
12749 [  6714] By: jhi                                   on 2000/08/19  15:34:04
12750         Log: Introduce a 'veryclean' target that is like 'distclean'
12751              but also removes *~ and *.orig.
12752      Branch: perl
12753            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
12754            ! utils/Makefile x2p/Makefile.SH
12755 ____________________________________________________________________________
12756 [  6713] By: jhi                                   on 2000/08/19  14:15:45
12757         Log: Put back the long double avoidance code to POSIX.xs
12758              because VMS seems to need it still.
12759      Branch: perl
12760            ! ext/POSIX/POSIX.xs
12761 ____________________________________________________________________________
12762 [  6712] By: jhi                                   on 2000/08/19  14:10:41
12763         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
12764              From: Peter Prymmer <pvhp@forte.com>
12765              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
12766              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
12767      Branch: perl
12768            ! lib/Pod/Find.pm t/pod/find.t
12769 ____________________________________________________________________________
12770 [  6711] By: jhi                                   on 2000/08/19  14:09:19
12771         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
12772              From: Peter Prymmer <pvhp@forte.com>
12773              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
12774              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
12775              cc: vmsperl@perl.org
12776      Branch: perl
12777            ! t/lib/peek.t
12778 ____________________________________________________________________________
12779 [  6710] By: jhi                                   on 2000/08/19  14:08:01
12780         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
12781              From: Jan Dubois <jand@ActiveState.com>
12782              Date: Fri, 18 Aug 2000 16:31:48 -0700
12783              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
12784      Branch: perl
12785            ! win32/win32.c
12786 ____________________________________________________________________________
12787 [  6709] By: jhi                                   on 2000/08/19  14:06:57
12788         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
12789              
12790              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
12791              From: Spider.Boardman@Orb.Nashua.NH.US
12792              Date: Fri, 18 Aug 2000 18:41:14 -0400
12793              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
12794      Branch: perl
12795            ! regcomp.c
12796 ____________________________________________________________________________
12797 [  6708] By: jhi                                   on 2000/08/18  22:04:49
12798         Log: Update Changes.
12799      Branch: perl
12800            ! Changes patchlevel.h
12801 ____________________________________________________________________________
12802 [  6707] By: jhi                                   on 2000/08/18  21:55:14
12803         Log: Add warnif(), check warnings further up the stack,
12804              all the warnings functions now can take an optional object reference.
12805              
12806              Subject: [PATCH bleedperl@6691] warnings pragma update
12807              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
12808              Date: Fri, 18 Aug 2000 22:42:06 +0100
12809              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
12810      Branch: perl
12811            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
12812            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
12813            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
12814 ____________________________________________________________________________
12815 [  6706] By: jhi                                   on 2000/08/18  21:41:45
12816         Log: Typo in pp_complement().
12817              
12818              Subject: [PATCH perl-current] Deparse
12819              From: Peter Scott <Peter@PSDT.com>
12820              Date: Fri, 18 Aug 2000 12:44:37 -0700
12821              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
12822      Branch: perl
12823            ! ext/B/B/Deparse.pm
12824 ____________________________________________________________________________
12825 [  6705] By: jhi                                   on 2000/08/18  21:25:59
12826         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
12827              From: Jan Dubois <jand@ActiveState.com>
12828              Date: Fri, 18 Aug 2000 14:22:51 -0700
12829              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
12830      Branch: perl
12831            ! lib/Win32.pod win32/win32.c
12832 ____________________________________________________________________________
12833 [  6704] By: jhi                                   on 2000/08/18  21:16:14
12834         Log: Don't eat leading os from index entries.
12835              
12836              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
12837              From: Russ Allbery <rra@stanford.edu>
12838              Date: 10 Aug 2000 20:49:25 -0700
12839              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
12840      Branch: perl
12841            ! lib/Pod/Man.pm
12842 ____________________________________________________________________________
12843 [  6703] By: jhi                                   on 2000/08/18  21:07:06
12844         Log: Add [[:blank:]] as suggested in
12845              
12846              Subject: [ID 20000716.024] [=cc=] / [:blank:]
12847              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
12848              Date: Sun, 16 Jul 2000 17:55:29 -0700
12849              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
12850              
12851              (the [=cc=] has already been taken care of by #6439
12852              so the whole bug report can be closed)
12853              
12854              and make [[:space:]] to be equivalent to isspace(3)
12855              (as opposed to \s, which is isSPACE()).  The difference
12856              is that now [[:space:]] matches the mythical vertical tab,
12857              while \s doesn't.
12858      Branch: perl
12859            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
12860            ! regexec.c t/op/pat.t
12861 ____________________________________________________________________________
12862 [  6702] By: jhi                                   on 2000/08/18  18:47:47
12863         Log: The new tests were missing from #6415.
12864      Branch: perl
12865            ! t/op/bop.t
12866 ____________________________________________________________________________
12867 [  6701] By: jhi                                   on 2000/08/18  18:20:40
12868         Log: Document the NDBM_File and ODBM_File as SDBM_File
12869              was documented in #6417.
12870      Branch: perl
12871            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
12872            ! ext/SDBM_File/SDBM_File.pm
12873 ____________________________________________________________________________
12874 [  6700] By: jhi                                   on 2000/08/18  18:10:39
12875         Log: Subject: [PATCH perl@6698] cygwin port
12876              From: "Fifer, Eric" <EFifer@sanwaint.com>
12877              Date: Fri, 18 Aug 2000 17:30:05 +0100
12878              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
12879      Branch: perl
12880            ! lib/File/Temp.pm
12881 ____________________________________________________________________________
12882 [  6699] By: jhi                                   on 2000/08/18  16:21:49
12883         Log: Document code point which makes if (defined %stash::) to work
12884              (noted by Spider Boardman).
12885      Branch: perl
12886            ! op.c
12887 ____________________________________________________________________________
12888 [  6698] By: jhi                                   on 2000/08/18  13:43:27
12889         Log: Update Changes.
12890      Branch: perl
12891            ! Changes patchlevel.h
12892 ____________________________________________________________________________
12893 [  6697] By: jhi                                   on 2000/08/18  13:35:57
12894         Log: Tiny Getopt::Long patch from Johan Vromans.
12895      Branch: perl
12896            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
12897 ____________________________________________________________________________
12898 [  6696] By: jhi                                   on 2000/08/18  13:26:14
12899         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
12900              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
12901              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
12902              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
12903      Branch: perl
12904            ! pod/perldiag.pod pod/perlsyn.pod
12905 ____________________________________________________________________________
12906 [  6695] By: jhi                                   on 2000/08/18  13:13:26
12907         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
12908              From: Daniel Chetlin <daniel@chetlin.com>
12909              Date: Fri, 18 Aug 2000 03:13:36 -0700
12910              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
12911      Branch: perl
12912            ! pod/perlfunc.pod
12913 ____________________________________________________________________________
12914 [  6694] By: jhi                                   on 2000/08/18  13:08:05
12915         Log: Subject: [PATCH] perltrap.pod spring cleaning
12916              From: Daniel Chetlin <daniel@chetlin.com>
12917              Date: Fri, 18 Aug 2000 03:06:54 -0700
12918              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
12919              
12920              plus Mike Guy's nitfix.
12921      Branch: perl
12922            ! pod/perltrap.pod
12923 ____________________________________________________________________________
12924 [  6693] By: jhi                                   on 2000/08/18  13:00:26
12925         Log: Unbuffer the output.
12926              
12927              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
12928              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12929              Date: Thu, 17 Aug 2000 18:39:29 -0700
12930              Message-ID: <RPJn5gzkgydf092yn@efn.org>
12931      Branch: perl
12932            ! t/op/fork.t
12933 ____________________________________________________________________________
12934 [  6692] By: jhi                                   on 2000/08/18  05:19:17
12935         Log: Delete the image, too, not just its MANIFEStation.
12936      Branch: perl
12937            - lib/CGI/eg/wilogo.gif
12938 ____________________________________________________________________________
12939 [  6691] By: jhi                                   on 2000/08/18  05:10:26
12940         Log: Propagate new Configure vars.
12941      Branch: perl
12942            ! configure.com epoc/config.sh uconfig.h uconfig.sh
12943            ! vos/config.def vos/config.h vos/config_h.SH_orig
12944            ! win32/config.bc win32/config.gc win32/config.vc
12945            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12946 ____________________________________________________________________________
12947 [  6690] By: jhi                                   on 2000/08/18  04:30:56
12948         Log: Update Changes.
12949      Branch: perl
12950            ! Changes patchlevel.h
12951 ____________________________________________________________________________
12952 [  6689] By: jhi                                   on 2000/08/18  04:12:30
12953         Log: Fix the lib/complex failure of
12954              
12955              From: abigail@foad.org
12956              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
12957              Date: 15 Aug 2000 04:06:38 -0000
12958              Message-Id: <20000815040638.8524.qmail@foad.org> 
12959              
12960              Linux long double accuracy issue: something that
12961              when printed with %g looks like "2" but int() of it is 1.
12962      Branch: perl
12963            ! lib/Math/Complex.pm
12964 ____________________________________________________________________________
12965 [  6688] By: jhi                                   on 2000/08/18  03:15:35
12966         Log: The byteorder code in #6671 was wrong.
12967      Branch: perl
12968            ! configpm
12969 ____________________________________________________________________________
12970 [  6687] By: jhi                                   on 2000/08/18  02:08:42
12971         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
12972              From: Jan Dubois <jand@ActiveState.com>
12973              Date: Thu, 17 Aug 2000 18:31:55 -0700
12974              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
12975      Branch: perl
12976            ! sv.c
12977 ____________________________________________________________________________
12978 [  6686] By: jhi                                   on 2000/08/18  02:04:15
12979         Log: Use NVs in POSIX math, not doubles.
12980              
12981              From: abigail@foad.org
12982              Subject: [ID 20000817.014] POSIX & modfl
12983              Date: 17 Aug 2000 20:49:18 -0000
12984              Message-Id: <20000817204918.23123.qmail@foad.org>
12985      Branch: perl
12986            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
12987 ____________________________________________________________________________
12988 [  6685] By: jhi                                   on 2000/08/18  02:02:12
12989         Log: Introduce NVef, NVff, and NVgf, use the middle one.
12990              (helps for lib/peek + Linux + long doubles)  Reported in
12991              
12992              From: abigail@foad.org
12993              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
12994              Date: 15 Aug 2000 04:06:38 -0000
12995              Message-Id: <20000815040638.8524.qmail@foad.org> 
12996              
12997              (note: the lib/complex failure has not yet been addressed)
12998      Branch: metaconfig/U/perl
12999            ! perlxvf.U
13000      Branch: perl
13001            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13002            ! config_h.SH dump.c perl.h pod/perlguts.pod
13003 ____________________________________________________________________________
13004 [  6684] By: jhi                                   on 2000/08/17  23:22:19
13005         Log: Add byteorder to the myconfig output.
13006      Branch: perl
13007            ! myconfig.SH
13008 ____________________________________________________________________________
13009 [  6683] By: jhi                                   on 2000/08/17  23:20:19
13010         Log: The image doth not exist, spotted by Johan Vromans.
13011      Branch: perl
13012            ! MANIFEST
13013 ____________________________________________________________________________
13014 [  6682] By: jhi                                   on 2000/08/17  22:38:16
13015         Log: Document what the backtick returns if the command fails.
13016      Branch: perl
13017            ! pod/perlop.pod
13018 ____________________________________________________________________________
13019 [  6681] By: jhi                                   on 2000/08/17  22:33:12
13020         Log: Do not use prototyping here.
13021              
13022              Subject: [ID 20000817.016] [PATCH] Peek.xs
13023              From: abigail@foad.org
13024              Date: 17 Aug 2000 20:55:56 -0000
13025              Message-Id: <20000817205556.24270.qmail@foad.org>
13026      Branch: perl
13027            ! ext/Devel/Peek/Makefile.PL
13028 ____________________________________________________________________________
13029 [  6680] By: jhi                                   on 2000/08/17  19:46:43
13030         Log: Don't propose using modules built for 5.005 if no binary
13031              compatibility with 5.005 is attempted.
13032              
13033              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13034              Subject: Minor nit with 5.7.0 (6655)
13035              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
13036              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
13037      Branch: metaconfig
13038            ! U/installdirs/inc_version_list.U
13039      Branch: perl
13040            ! Configure config_h.SH
13041 ____________________________________________________________________________
13042 [  6679] By: jhi                                   on 2000/08/17  19:16:39
13043         Log: Microperl config update.
13044      Branch: perl
13045            ! uconfig.h uconfig.sh
13046 ____________________________________________________________________________
13047 [  6678] By: jhi                                   on 2000/08/17  19:16:13
13048         Log: The #6648 wasn't protective enough for limited platforms
13049              (like microperl).
13050      Branch: perl
13051            ! dump.c sv.c
13052 ____________________________________________________________________________
13053 [  6677] By: jhi                                   on 2000/08/17  14:46:35
13054         Log: Update Changes.
13055      Branch: perl
13056            ! Changes patchlevel.h
13057 ____________________________________________________________________________
13058 [  6676] By: jhi                                   on 2000/08/17  14:44:02
13059         Log: Add perlebcdic from Peter Prymmer, regen toc.
13060      Branch: perl
13061            + pod/perlebcdic.pod
13062            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13063 ____________________________________________________________________________
13064 [  6675] By: jhi                                   on 2000/08/17  14:41:52
13065         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
13066      Branch: perl
13067            ! pod/perldebtut.pod
13068 ____________________________________________________________________________
13069 [  6674] By: jhi                                   on 2000/08/17  14:29:43
13070         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
13071              
13072              Subject: [ID 20000724.006] -DLEAKTEST problem
13073              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
13074              Date: Tue, 25 Jul 2000 00:36:32 -0500
13075              Message-Id: <20000725003632.A26186@www.llamacom.com>
13076              
13077              Reminder sent
13078              
13079              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
13080              From: Hugo <hv@crypt.compulink.co.uk>
13081              Date: Thu, 17 Aug 2000 15:23:42 +0100
13082              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
13083      Branch: perl
13084            ! util.c
13085 ____________________________________________________________________________
13086 [  6673] By: jhi                                   on 2000/08/17  04:07:10
13087         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
13088              From: John Peacock <JPeacock@UnivPress.com>
13089              Date: Tue, 01 Aug 2000 09:38:12 -0400
13090              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
13091      Branch: perl
13092            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
13093 ____________________________________________________________________________
13094 [  6672] By: jhi                                   on 2000/08/17  03:04:35
13095         Log: Subject: [PATCH] Cwd.pm now uses strict
13096              From: Tim Jenness <timj@jach.hawaii.edu>
13097              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
13098              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
13099      Branch: perl
13100            ! lib/Cwd.pm
13101 ____________________________________________________________________________
13102 [  6671] By: jhi                                   on 2000/08/17  02:16:35
13103         Log: Make $Config{byteorder} more magical so that it is
13104              dynamically computed: nice for 'fat binaries'.
13105              
13106              Subject: [PATCH]: default byteorder
13107              From: Wilfredo Sánchez <wsanchez@apple.com>
13108              Date: Mon, 31 Jul 2000 19:45:31 -0700
13109              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
13110      Branch: perl
13111            ! configpm
13112 ____________________________________________________________________________
13113 [  6670] By: gsar                                  on 2000/08/17  01:22:21
13114         Log: move WNOHANG definition to where other such things are
13115      Branch: perl
13116            ! win32/win32.h
13117 ____________________________________________________________________________
13118 [  6669] By: jhi                                   on 2000/08/17  01:19:17
13119         Log: Update Changes.
13120      Branch: perl
13121            ! Changes patchlevel.h
13122 ____________________________________________________________________________
13123 [  6668] By: jhi                                   on 2000/08/17  01:16:29
13124         Log: Doc nits spotted by Richard Soderberg.
13125      Branch: perl
13126            ! README.posix-bc README.vmesa
13127 ____________________________________________________________________________
13128 [  6667] By: jhi                                   on 2000/08/17  01:12:11
13129         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
13130              From: "Casey R. Tweten" <crt@kiski.net>
13131              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
13132              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
13133      Branch: perl
13134            ! pod/perldebtut.pod
13135 ____________________________________________________________________________
13136 [  6666] By: jhi                                   on 2000/08/17  01:09:31
13137         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
13138              From: "Casey R. Tweten" <crt@kiski.net>
13139              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
13140              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
13141      Branch: perl
13142            ! lib/Shell.pm
13143 ____________________________________________________________________________
13144 [  6665] By: gsar                                  on 2000/08/17  01:03:52
13145         Log: add "ok" targets from change#6632 in makefile.mk
13146      Branch: perl
13147            ! pod/perlport.pod win32/Makefile win32/makefile.mk
13148 ____________________________________________________________________________
13149 [  6664] By: gsar                                  on 2000/08/17  00:56:11
13150         Log: avoid warnings from dense compiler
13151      Branch: perl
13152            ! win32/win32.c
13153 ____________________________________________________________________________
13154 [  6663] By: jhi                                   on 2000/08/17  00:51:49
13155         Log: Tweak the regex compilation errors once more.
13156      Branch: perl
13157            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
13158            ! t/op/regmesg.t t/pragma/warn/regcomp
13159 ____________________________________________________________________________
13160 [  6662] By: gsar                                  on 2000/08/17  00:28:19
13161         Log: trailing new %ENV entries weren't being pushed into the real
13162              environment of subprocesses on Windows
13163      Branch: perl
13164            ! t/op/magic.t win32/perlhost.h
13165 ____________________________________________________________________________
13166 [  6661] By: gsar                                  on 2000/08/17  00:19:20
13167         Log: waitpid() now handles externally spawned pids correctly;
13168              fixes for backtick/wait/waitpid failures on Windows 9x
13169              
13170              these changes make the pid returned by process functions on
13171              Windows 9x always positive by clearing the high bit (which
13172              is always set on Win9x); pseudo-process PIDs are likewise
13173              always negative now on Win9x (just as on NT/2000)
13174      Branch: perl
13175            ! pp_sys.c win32/perlhost.h win32/win32.c
13176 ____________________________________________________________________________
13177 [  6660] By: jhi                                   on 2000/08/17  00:04:32
13178         Log: Retract #6645.
13179      Branch: perl
13180            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13181            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
13182            ! t/op/sprintf.t
13183 ____________________________________________________________________________
13184 [  6659] By: gsar                                  on 2000/08/16  23:59:28
13185         Log: on windows, the return values from wait() and waitpid() don't
13186              match those of pseudo-pids
13187      Branch: perl
13188            ! pp_sys.c t/op/fork.t util.c win32/win32.c
13189 ____________________________________________________________________________
13190 [  6658] By: gsar                                  on 2000/08/16  23:56:14
13191         Log: pod nit seen in passing
13192      Branch: perl
13193            ! pod/perlfunc.pod
13194 ____________________________________________________________________________
13195 [  6657] By: gsar                                  on 2000/08/16  23:53:42
13196         Log: change#6328 could make close(SOCKET) return false on windows
13197              when it shouldn't
13198      Branch: perl
13199            ! win32/win32sck.c
13200 ____________________________________________________________________________
13201 [  6656] By: gsar                                  on 2000/08/16  23:46:57
13202         Log: check that the number pseudo children doesn't exceed
13203              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
13204              the WaitForMultipleObjects() limit that would cause wait()
13205              to crash)
13206              
13207              wait() and waitpid() could potentially be rewritten to use
13208              more than one thread to do the waiting to eliminate this
13209              limitation
13210      Branch: perl
13211            ! win32/perlhost.h
13212 ____________________________________________________________________________
13213 [  6655] By: jhi                                   on 2000/08/16  14:11:05
13214         Log: Update Changes.
13215      Branch: perl
13216            ! Changes patchlevel.h
13217 ____________________________________________________________________________
13218 [  6654] By: jhi                                   on 2000/08/16  14:10:12
13219         Log: Update to perldebtut 1.9, from Richard Foley.
13220      Branch: perl
13221            ! pod/perldebtut.pod
13222 ____________________________________________________________________________
13223 [  6653] By: jhi                                   on 2000/08/16  14:08:17
13224         Log: Change the regx compilation error markers to use = instead of <
13225              since pod makes using the latter quite messy.  Reported in
13226              ID 20000814.006 by Abigail and in
13227              Subject: Unknown escape E<> ?
13228              From: Lupe Christoph <lupe@lupe-christoph.de>
13229              Date: Fri, 11 Aug 2000 00:30:27 +0200
13230              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
13231      Branch: perl
13232            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
13233            ! t/op/regmesg.t t/pragma/warn/regcomp
13234 ____________________________________________________________________________
13235 [  6652] By: jhi                                   on 2000/08/16  13:25:31
13236         Log: Change the perlbug address to perl.org since it's more forgiving.
13237              
13238              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
13239              From: abigail@foad.org
13240              Date: 15 Aug 2000 04:15:40 -0000
13241              Message-Id: <20000815041540.8633.qmail@foad.org>
13242      Branch: perl
13243            ! utils/perlbug.PL
13244 ____________________________________________________________________________
13245 [  6651] By: jhi                                   on 2000/08/16  13:22:35
13246         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
13247              From: Tim Jenness <timj@jach.hawaii.edu>
13248              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
13249              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
13250      Branch: perl
13251            ! lib/Cwd.pm
13252 ____________________________________________________________________________
13253 [  6650] By: jhi                                   on 2000/08/16  13:18:13
13254         Log: Update to CPAN 1.57.
13255              
13256              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
13257              From: andreas.koenig@anima.de (Andreas J. Koenig)
13258              Date: 16 Aug 2000 15:09:46 +0200
13259              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
13260      Branch: perl
13261            ! lib/CPAN.pm
13262 ____________________________________________________________________________
13263 [  6649] By: jhi                                   on 2000/08/16  13:12:31
13264         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
13265              From: "Larry W. Virden" <lvirden@cas.org>
13266              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
13267              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
13268      Branch: perl
13269            ! README.hpux
13270 ____________________________________________________________________________
13271 [  6648] By: jhi                                   on 2000/08/16  13:03:53
13272         Log: The numeric locale was reset to "C" by s?printf and never restored.
13273              
13274              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
13275              From: Christian Kirsch <ck@held.mind.de>
13276              Date: Wed, 9 Aug 2000 17:05:17 +0200
13277              Message-Id: <20000809170517.A25389@held>
13278              
13279              No test since adding the failing example to locale.t
13280              does not fail -- probably because the locale settings are so
13281              thoroughly tweaked by that time.  Running the example standalone
13282              does fail, though.  UPDATE: test case added at change #7540.
13283      Branch: perl
13284            ! dump.c perl.h pp.c pp_ctl.c sv.c
13285 ____________________________________________________________________________
13286 [  6647] By: jhi                                   on 2000/08/16  00:07:54
13287         Log: Update Changes and test semi-automatic patchlevel updating.
13288      Branch: perl
13289            ! Changes patchlevel.h
13290 ____________________________________________________________________________
13291 [  6646] By: jhi                                   on 2000/08/15  23:35:07
13292         Log: Fix a dependency problem.
13293              
13294              Subject: [PATCH: 6640] VMS Makefile.SH update
13295              From: Peter Prymmer <pvhp@forte.com>
13296              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
13297              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
13298      Branch: perl
13299            ! vms/descrip_mms.template
13300 ____________________________________________________________________________
13301 [  6645] By: jhi                                   on 2000/08/15  23:33:23
13302         Log: (Retracted by #6660)
13303              
13304              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
13305              From: Dominic Dunlop <domo@computer.org>
13306              Date: Tue, 15 Aug 2000 22:20:52 +0200
13307              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
13308      Branch: metaconfig/U/perl
13309            + d_printfed.U
13310      Branch: perl
13311            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13312            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
13313            ! t/op/sprintf.t
13314 ____________________________________________________________________________
13315 [  6644] By: jhi                                   on 2000/08/15  21:17:20
13316         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
13317              From: abigail@foad.org
13318              Date: 15 Aug 2000 20:12:41 -0000
13319              Message-Id: <20000815201241.25556.qmail@foad.org>
13320      Branch: perl
13321            ! INSTALL
13322 ____________________________________________________________________________
13323 [  6643] By: jhi                                   on 2000/08/15  21:15:28
13324         Log: (an already applied patch)
13325      Branch: perl
13326            ! lib/CGI.pm
13327 ____________________________________________________________________________
13328 [  6642] By: gsar                                  on 2000/08/15  19:54:05
13329         Log: magic callbacks all need to have same type signature
13330      Branch: perl
13331            ! embed.pl mg.c proto.h
13332 ____________________________________________________________________________
13333 [  6641] By: jhi                                   on 2000/08/15  17:56:27
13334         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)
13335              From: Mike Guy <mjtg@cam.ac.uk>
13336              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
13337              Date: Tue, 15 Aug 2000 18:26:45 +0100
13338              
13339              Only the peek.t part applied, not the hash quality part.
13340      Branch: perl
13341            ! t/lib/peek.t
13342 ____________________________________________________________________________
13343 [  6640] By: jhi                                   on 2000/08/15  16:37:37
13344         Log: Update Changes.
13345      Branch: perl
13346            ! Changes
13347 ____________________________________________________________________________
13348 [  6639] By: jhi                                   on 2000/08/15  16:34:55
13349         Log: Missed a file from #6638.
13350      Branch: perl
13351            ! lib/File/Temp.pm
13352 ____________________________________________________________________________
13353 [  6638] By: jhi                                   on 2000/08/15  16:33:19
13354         Log: Subject: [PATCH perl@6620] cygwin port
13355              From: "Fifer, Eric" <EFifer@sanwaint.com>
13356              Date: Tue, 15 Aug 2000 17:00:49 +0100
13357              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
13358      Branch: perl
13359            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
13360 ____________________________________________________________________________
13361 [  6637] By: jhi                                   on 2000/08/15  16:29:22
13362         Log: Subject: [PATCH] debugger exit code should reflect user exit code
13363              From: Mike Guy <mjtg@cam.ac.uk>
13364              Date: Tue, 15 Aug 2000 16:55:59 +0100
13365              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
13366      Branch: perl
13367            ! lib/perl5db.pl
13368 ____________________________________________________________________________
13369 [  6636] By: jhi                                   on 2000/08/15  15:30:58
13370         Log: Update Changes.
13371      Branch: perl
13372            ! Changes
13373 ____________________________________________________________________________
13374 [  6635] By: jhi                                   on 2000/08/15  15:27:21
13375         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
13376      Branch: metaconfig
13377            ! U/mkglossary U/mksample
13378      Branch: metaconfig/U/perl
13379            ! Devel.U
13380      Branch: perl
13381            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13382 ____________________________________________________________________________
13383 [  6634] By: jhi                                   on 2000/08/15  14:11:55
13384         Log: Don't blow limited stacks, a lower number is enough to
13385              tickle the lookbehind limit.
13386              
13387              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
13388              From: Dominic Dunlop <domo@computer.org>
13389              Date: Tue, 15 Aug 2000 13:51:24 +0200
13390              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
13391      Branch: perl
13392            ! t/op/regmesg.t
13393 ____________________________________________________________________________
13394 [  6633] By: jhi                                   on 2000/08/15  14:01:46
13395         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
13396              From: Mike Guy <mjtg@cam.ac.uk>
13397              Date: Tue, 15 Aug 2000 12:10:50 +0100
13398              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
13399      Branch: perl
13400            ! utils/perldoc.PL
13401 ____________________________________________________________________________
13402 [  6632] By: jhi                                   on 2000/08/15  13:58:48
13403         Log: make ok etc also for win32.
13404              
13405              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
13406              From: Prymmer/Kahn <pvhp@best.com>
13407              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
13408              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
13409      Branch: perl
13410            ! win32/Makefile
13411 ____________________________________________________________________________
13412 [  6631] By: jhi                                   on 2000/08/15  13:45:03
13413         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
13414      Branch: perl
13415            ! lib/Test.pm
13416 ____________________________________________________________________________
13417 [  6630] By: jhi                                   on 2000/08/15  03:25:09
13418         Log: Update Changes.
13419      Branch: perl
13420            ! Changes
13421 ____________________________________________________________________________
13422 [  6629] By: jhi                                   on 2000/08/15  03:23:53
13423         Log: magic_regdatum_set() is void, not int.
13424      Branch: perl
13425            ! embed.pl mg.c proto.h
13426 ____________________________________________________________________________
13427 [  6628] By: jhi                                   on 2000/08/15  03:08:02
13428         Log: Make the user to give up his firstborn, err, to knowingly
13429              verify installing an unstable developer release.  Also bump
13430              the release to 5.7.0, but leave a patch tag in the local
13431              patches saying that this is not yet the real thing.
13432      Branch: metaconfig
13433            ! U/modified/Instruct.U
13434      Branch: metaconfig/U/perl
13435            + Devel.U
13436      Branch: perl
13437            ! Configure patchlevel.h
13438 ____________________________________________________________________________
13439 [  6627] By: jhi                                   on 2000/08/14  22:32:52
13440         Log: README.os2 update.
13441              
13442              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
13443              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13444              Date: Wed, 02 Aug 2000 21:55:09 -0700
13445              Message-ID: <tsPi5gzkgegX092yn@efn.org>
13446      Branch: perl
13447            ! README.os2
13448 ____________________________________________________________________________
13449 [  6626] By: jhi                                   on 2000/08/14  21:00:02
13450         Log: Subject: Re: File::Temp problems on VMS in bleedperl
13451              From: Tim Jenness <timj@jach.hawaii.edu>
13452              cc: vmsperl@perl.org
13453              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
13454              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
13455      Branch: perl
13456            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
13457 ____________________________________________________________________________
13458 [  6625] By: jhi                                   on 2000/08/14  20:52:16
13459         Log: Add SUIDMAIL as was done for the CERT alert.
13460      Branch: perl
13461            ! patchlevel.h
13462 ____________________________________________________________________________
13463 [  6624] By: jhi                                   on 2000/08/14  20:48:50
13464         Log: Subject: sfio2000
13465              From: Daniel Muino <dmuino@afip.gov.ar>
13466              Date: Mon, 14 Aug 2000 16:58:11 -0300
13467              Message-ID: <20000814165811.B16368@con2-dgi>
13468      Branch: perl
13469            ! perlsdio.h perlsfio.h
13470 ____________________________________________________________________________
13471 [  6623] By: jhi                                   on 2000/08/14  20:47:36
13472         Log: Subject: warning: storage class after type is obsolescent
13473              From: Daniel Muino <dmuino@afip.gov.ar>
13474              Date: Mon, 14 Aug 2000 16:42:47 -0300
13475              Message-ID: <20000814164247.A16368@con2-dgi>
13476      Branch: perl
13477            ! regcomp.pl regnodes.h
13478 ____________________________________________________________________________
13479 [  6622] By: jhi                                   on 2000/08/14  20:43:05
13480         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
13481              From: abigail@foad.org
13482              Date: 14 Aug 2000 20:00:10 -0000
13483              Message-Id: <20000814200010.27271.qmail@foad.org>
13484      Branch: perl
13485            ! Changes
13486 ____________________________________________________________________________
13487 [  6621] By: jhi                                   on 2000/08/14  15:23:05
13488         Log: Update Changes.
13489      Branch: perl
13490            ! Changes
13491 ____________________________________________________________________________
13492 [  6620] By: jhi                                   on 2000/08/14  15:22:14
13493         Log: Subject: Re: [PATCH] @+, @- readonly
13494              From: Mike Guy <mjtg@cam.ac.uk>
13495              Date: Mon, 14 Aug 2000 15:26:55 +0100
13496              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
13497      Branch: perl
13498            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
13499            ! sv.c t/op/pat.t
13500 ____________________________________________________________________________
13501 [  6619] By: jhi                                   on 2000/08/14  14:12:08
13502         Log: Update Changes.
13503      Branch: perl
13504            ! Changes
13505 ____________________________________________________________________________
13506 [  6618] By: jhi                                   on 2000/08/14  14:09:34
13507         Log: For now remove the mail code.
13508      Branch: perl
13509            ! perl.c
13510 ____________________________________________________________________________
13511 [  6617] By: jhi                                   on 2000/08/14  14:08:28
13512         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
13513      Branch: perl
13514            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
13515            ! pod/perlfaq8.pod pod/perlsec.pod
13516 ____________________________________________________________________________
13517 [  6616] By: jhi                                   on 2000/08/14  14:00:11
13518         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
13519              From: Mike Guy <mjtg@cam.ac.uk>
13520              Date: Mon, 14 Aug 2000 08:26:02 +0100
13521              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
13522      Branch: perl
13523            ! lib/perl5db.pl
13524 ____________________________________________________________________________
13525 [  6615] By: jhi                                   on 2000/08/14  13:58:45
13526         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
13527              From: Mike Guy <mjtg@cam.ac.uk>
13528              Date: Mon, 14 Aug 2000 08:04:22 +0100
13529              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
13530      Branch: perl
13531            ! gv.c mg.c t/op/pat.t
13532 ____________________________________________________________________________
13533 [  6614] By: jhi                                   on 2000/08/14  13:56:45
13534         Log: Subject: Test fails / warnings with perl-current #6612
13535              From: Mike Guy <mjtg@cam.ac.uk>
13536              Date: Mon, 14 Aug 2000 07:57:23 +0100
13537              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
13538      Branch: perl
13539            ! t/lib/b.t t/lib/peek.t
13540 ____________________________________________________________________________
13541 [  6613] By: jhi                                   on 2000/08/14  13:45:33
13542         Log: VMS configure.com update continues.
13543      Branch: perl
13544            - vms/configure.com
13545            ! MANIFEST configure.com
13546 ____________________________________________________________________________
13547 [  6612] By: jhi                                   on 2000/08/13  22:13:35
13548         Log: Update Changes.
13549      Branch: perl
13550            ! Changes
13551 ____________________________________________________________________________
13552 [  6611] By: jhi                                   on 2000/08/13  16:21:45
13553         Log: Upgrade to CGI 2.71, from Lincoln Stein.
13554      Branch: perl
13555            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
13556 ____________________________________________________________________________
13557 [  6610] By: jhi                                   on 2000/08/13  15:09:16
13558         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
13559              From: Mike Guy <mjtg@cam.ac.uk>
13560              Date: Sun, 13 Aug 2000 13:45:51 +0100
13561              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
13562      Branch: perl
13563            ! t/op/regmesg.t
13564 ____________________________________________________________________________
13565 [  6609] By: jhi                                   on 2000/08/13  14:31:26
13566         Log: Andreas says that 1.56 is fine, so reverting back to it.
13567      Branch: perl
13568            ! lib/CPAN.pm
13569 ____________________________________________________________________________
13570 [  6608] By: jhi                                   on 2000/08/13  05:34:20
13571         Log: Update Changes.
13572      Branch: perl
13573            ! Changes
13574 ____________________________________________________________________________
13575 [  6607] By: jhi                                   on 2000/08/13  05:32:01
13576         Log: Put back the \z changes of #5406 to CPAN.pm.
13577      Branch: perl
13578            ! lib/CPAN.pm
13579 ____________________________________________________________________________
13580 [  6606] By: jhi                                   on 2000/08/13  05:20:16
13581         Log: Fix-n-skip the tests under 5005threads.
13582      Branch: perl
13583            ! t/lib/b.t
13584 ____________________________________________________________________________
13585 [  6605] By: jhi                                   on 2000/08/13  05:07:48
13586         Log: Fix the test for 5005threads.
13587      Branch: perl
13588            ! t/lib/peek.t
13589 ____________________________________________________________________________
13590 [  6604] By: jhi                                   on 2000/08/13  03:35:37
13591         Log: Should have deleted this in #6603.
13592      Branch: perl
13593            - vms/subconfigure.com
13594 ____________________________________________________________________________
13595 [  6603] By: jhi                                   on 2000/08/12  18:29:32
13596         Log: Rewrite of vms/subconfigure.com as configure.com,
13597              from Peter Prymmer and the vmsperl crew.
13598      Branch: perl
13599            + vms/configure.com
13600            ! MANIFEST
13601 ____________________________________________________________________________
13602 [  6602] By: jhi                                   on 2000/08/11  13:00:01
13603         Log: PlainText.pm is dead.
13604      Branch: perl
13605            - lib/Pod/PlainText.pm
13606            ! MANIFEST
13607 ____________________________________________________________________________
13608 [  6601] By: jhi                                   on 2000/08/11  04:06:45
13609         Log: Update Changes.
13610      Branch: perl
13611            ! Changes
13612 ____________________________________________________________________________
13613 [  6600] By: jhi                                   on 2000/08/11  04:06:10
13614         Log: Add a few missing files, update MANIFEST.
13615      Branch: perl
13616            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
13617            + lib/Pod/PlainText.pm t/pod/find.t
13618            ! MANIFEST t/op/regmesg.t
13619 ____________________________________________________________________________
13620 [  6599] By: jhi                                   on 2000/08/11  03:31:10
13621         Log: Add Perl debugging tutorial, regen toc. 
13622              
13623              Subject: perldebtut.pod
13624              From: Richard Foley <Richard.Foley@m.dasa.de>
13625              Date: Wed, 09 Aug 2000 10:17:15 +0200
13626              Message-id: <3991138B.262247B8@m.dasa.de>
13627      Branch: perl
13628            + pod/perldebtut.pod
13629            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13630 ____________________________________________________________________________
13631 [  6598] By: jhi                                   on 2000/08/11  02:48:56
13632         Log: tiny Changes edit
13633      Branch: perl
13634            ! Changes
13635 ____________________________________________________________________________
13636 [  6597] By: jhi                                   on 2000/08/11  02:39:04
13637         Log: Tests for #6589.
13638              
13639              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13640              From: simon@brecon.co.uk (Simon Cozens)
13641              Date: 11 Aug 2000 02:24:52 GMT
13642              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
13643      Branch: perl
13644            ! t/lib/b.t
13645 ____________________________________________________________________________
13646 [  6596] By: jhi                                   on 2000/08/11  01:50:07
13647         Log: Update Changes.
13648      Branch: perl
13649            ! Changes
13650 ____________________________________________________________________________
13651 [  6595] By: jhi                                   on 2000/08/11  01:47:16
13652         Log: nitfix
13653      Branch: perl
13654            ! Changes
13655 ____________________________________________________________________________
13656 [  6594] By: jhi                                   on 2000/08/11  01:36:16
13657         Log: Subject: Getting perlio and threads to compile
13658              From: Lupe Christoph <lupe@lupe-christoph.de>
13659              Date: Wed, 9 Aug 2000 11:35:54 +0200
13660              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
13661              
13662              (the Solaris version changes in Configure skipped)
13663      Branch: perl
13664            ! hints/solaris_2.sh thread.h
13665 ____________________________________________________________________________
13666 [  6593] By: jhi                                   on 2000/08/11  01:30:16
13667         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
13668              From: simon@brecon.co.uk (Simon Cozens)
13669              Date: 1 Aug 2000 06:55:19 GMT
13670              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
13671      Branch: perl
13672            ! lib/utf8.pm
13673 ____________________________________________________________________________
13674 [  6592] By: jhi                                   on 2000/08/11  01:26:39
13675         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
13676              From: Peter Scott <Peter@PeterScott.com>
13677              Date: Thu, 10 Aug 2000 08:23:27 -0700
13678              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
13679      Branch: perl
13680            ! lib/perl5db.pl
13681 ____________________________________________________________________________
13682 [  6591] By: jhi                                   on 2000/08/11  01:22:02
13683         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
13684              From: Hugo <hv@crypt.compulink.co.uk>
13685              Date: Thu, 10 Aug 2000 19:23:04 +0100
13686              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
13687      Branch: perl
13688            ! regexec.c t/op/pat.t
13689 ____________________________________________________________________________
13690 [  6590] By: jhi                                   on 2000/08/11  01:19:19
13691         Log: Preprocessing and postprocessing for File::Find.
13692              
13693              Subject: Patch to Find::File.pm to allow alphabetical results
13694              From: Joe Smith <jsmith@inwap.com>
13695              Date: Wed, 9 Aug 2000 02:44:54 -0700
13696              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
13697      Branch: perl
13698            ! lib/File/Find.pm
13699 ____________________________________________________________________________
13700 [  6589] By: jhi                                   on 2000/08/11  01:12:39
13701         Log: B::Deparse didn't do sub attributes.
13702              
13703              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13704              From: simon@brecon.co.uk (Simon Cozens)
13705              Date: 9 Aug 2000 04:49:20 GMT
13706              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
13707      Branch: perl
13708            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
13709 ____________________________________________________________________________
13710 [  6588] By: jhi                                   on 2000/08/11  01:06:40
13711         Log: Subject: debugger "d" command doesnt check line number
13712              From: Mike Guy <mjtg@cam.ac.uk>
13713              Date: Tue, 08 Aug 2000 21:54:29 +0100
13714              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
13715      Branch: perl
13716            ! lib/perl5db.pl mg.c pod/perldiag.pod
13717 ____________________________________________________________________________
13718 [  6587] By: jhi                                   on 2000/08/11  00:45:03
13719         Log: sleep(1) does not necessarily return 1.
13720              
13721              Subject: [PATCH bleadperl] op/lex_assign.t  
13722              From: Hugo <hv@crypt.compulink.co.uk>
13723              Date: Thu, 03 Aug 2000 14:34:22 +0100        
13724              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
13725      Branch: perl
13726            ! t/op/lex_assign.t
13727 ____________________________________________________________________________
13728 [  6586] By: jhi                                   on 2000/08/11  00:31:50
13729         Log: Document the IO::Select timeout.
13730      Branch: perl
13731            ! ext/IO/lib/IO/Select.pm
13732 ____________________________________________________________________________
13733 [  6585] By: jhi                                   on 2000/08/11  00:13:54
13734         Log: Forgot contributor.
13735      Branch: perl
13736            ! Changes
13737 ____________________________________________________________________________
13738 [  6584] By: jhi                                   on 2000/08/11  00:09:19
13739         Log: detypo
13740      Branch: perl
13741            ! Changes
13742 ____________________________________________________________________________
13743 [  6583] By: jhi                                   on 2000/08/11  00:07:53
13744         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
13745              
13746              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
13747              From: Mike Guy <mjtg@cam.ac.uk> 
13748              Date: Thu, 10 Aug 2000 15:50:54 +0100
13749              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
13750      Branch: perl
13751            ! sv.c t/op/int.t
13752 ____________________________________________________________________________
13753 [  6582] By: jhi                                   on 2000/08/10  23:29:32
13754         Log: Update Changes.
13755      Branch: perl
13756            ! Changes
13757 ____________________________________________________________________________
13758 [  6581] By: jhi                                   on 2000/08/10  23:26:16
13759         Log: Put back the std @INC thing.
13760      Branch: perl
13761            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
13762            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
13763            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
13764            ! t/lib/gol-oo.t
13765 ____________________________________________________________________________
13766 [  6580] By: jhi                                   on 2000/08/10  23:03:34
13767         Log: Update to CGI 2.70, from Lincoln Stein.
13768      Branch: perl
13769            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
13770            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
13771            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
13772            ! t/lib/cgi-request.t
13773 ____________________________________________________________________________
13774 [  6579] By: jhi                                   on 2000/08/10  22:41:50
13775         Log: Update to CPAN 1.56, from Andreas König.
13776      Branch: perl
13777            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13778 ____________________________________________________________________________
13779 [  6578] By: jhi                                   on 2000/08/10  22:38:13
13780         Log: Update to Pod::Parser 1.17, from Brad Appleton.
13781      Branch: perl
13782            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
13783            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
13784            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
13785            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
13786            ! t/pod/include.t t/pod/included.t t/pod/lref.t
13787            ! t/pod/multiline_items.t t/pod/nested_items.t
13788            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
13789            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
13790            ! t/pod/special_seqs.t
13791 ____________________________________________________________________________
13792 [  6577] By: jhi                                   on 2000/08/10  22:35:41
13793         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
13794      Branch: perl
13795            ! AUTHORS MAINTAIN
13796 ____________________________________________________________________________
13797 [  6576] By: jhi                                   on 2000/08/10  22:24:54
13798         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
13799      Branch: perl
13800            + t/lib/gol-oo.t
13801            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
13802            ! t/lib/gol-compat.t t/lib/gol-linkage.t
13803 ____________________________________________________________________________
13804 [  6575] By: jhi                                   on 2000/08/10  22:02:07
13805         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
13806      Branch: perl
13807            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
13808 ____________________________________________________________________________
13809 [  6574] By: jhi                                   on 2000/08/10  21:55:03
13810         Log: Iterating perl6 description.
13811      Branch: perl
13812            ! pod/perlfaq1.pod
13813 ____________________________________________________________________________
13814 [  6573] By: jhi                                   on 2000/08/10  21:48:26
13815         Log: Revert the sv.c part of #6559, a better fix is needed.
13816      Branch: perl
13817            ! sv.c
13818 ____________________________________________________________________________
13819 [  6572] By: jhi                                   on 2000/08/10  20:33:43
13820         Log: It's the 2ndO'ROSSC.
13821      Branch: perl
13822            ! pod/perlfaq1.pod
13823 ____________________________________________________________________________
13824 [  6571] By: jhi                                   on 2000/08/10  15:55:48
13825         Log: detypo
13826      Branch: perl
13827            ! pod/perlfaq1.pod
13828 ____________________________________________________________________________
13829 [  6570] By: jhi                                   on 2000/08/10  14:11:17
13830         Log: An exceptionally sticky typo.
13831      Branch: perl
13832            ! Changes
13833 ____________________________________________________________________________
13834 [  6569] By: jhi                                   on 2000/08/10  14:09:33
13835         Log: detypo (and test Changes updating script)
13836      Branch: perl
13837            ! Changes
13838 ____________________________________________________________________________
13839 [  6568] By: jhi                                   on 2000/08/10  14:07:07
13840         Log: Update Changes.
13841      Branch: perl
13842            ! Changes
13843 ____________________________________________________________________________
13844 [  6567] By: jhi                                   on 2000/08/10  14:06:19
13845         Log: Amend the description of Perl6.
13846              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
13847              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13848              Date: Wed, 9 Aug 2000 22:11:06 -0500
13849              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
13850      Branch: perl
13851            ! pod/perlfaq1.pod
13852 ____________________________________________________________________________
13853 [  6566] By: jhi                                   on 2000/08/10  13:58:57
13854         Log: Subject: Remove dead entry in perldiag
13855              From: Mike Guy <mjtg@cam.ac.uk>
13856              Date: Thu, 10 Aug 2000 14:19:19 +0100
13857              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
13858      Branch: perl
13859            ! pod/perldiag.pod
13860 ____________________________________________________________________________
13861 [  6565] By: jhi                                   on 2000/08/10  13:51:48
13862         Log: Zero entries were skipped, fix from Adrian Goalby
13863              <argoalby@yahoo.co.uk>
13864      Branch: perl
13865            ! lib/unicode/Number.pl lib/unicode/mktables.PL
13866 ____________________________________________________________________________
13867 [  6564] By: jhi                                   on 2000/08/10  13:00:12
13868         Log: Subject: [PATCH 5.6.0] cygwin port
13869              From: "Fifer, Eric" <EFifer@sanwaint.com>
13870              Date: Thu, 10 Aug 2000 13:15:36 +0100
13871              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
13872      Branch: perl
13873            ! README.cygwin hints/cygwin.sh
13874 ____________________________________________________________________________
13875 [  6563] By: jhi                                   on 2000/08/10  12:55:16
13876         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
13877      Branch: perl
13878            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
13879 ____________________________________________________________________________
13880 [  6562] By: gsar                                  on 2000/08/10  08:38:39
13881         Log: warn is a macro, avoid using at a variable to avoid warnings
13882              in some configurations; readdir.t is too conservative in
13883              estimating number of *.t's
13884      Branch: perl
13885            ! t/op/readdir.t util.c
13886 ____________________________________________________________________________
13887 [  6561] By: jhi                                   on 2000/08/09  23:35:42
13888         Log: Update Changes.
13889      Branch: perl
13890            ! Changes
13891 ____________________________________________________________________________
13892 [  6560] By: jhi                                   on 2000/08/09  23:05:47
13893         Log: Subject: Re: enhanced(?) regex error messages
13894              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13895              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
13896              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
13897              
13898              (plus two small patches sent privately)
13899              (this still seems to leave few test failures)
13900      Branch: perl
13901            + t/op/regmesg.t
13902            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
13903            ! t/pragma/warn/regcomp
13904 ____________________________________________________________________________
13905 [  6559] By: jhi                                   on 2000/08/09  20:41:18
13906         Log: (The fix did work but was not right, retracted in #6573)
13907              
13908              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
13909              From: Christian Kirsch <ck@held.mind.de>
13910              Date: Wed, 9 Aug 2000 17:05:17 +0200
13911              Message-Id: <20000809170517.A25389@held>
13912      Branch: perl
13913            ! sv.c t/pragma/locale.t
13914 ____________________________________________________________________________
13915 [  6558] By: jhi                                   on 2000/08/08  22:34:08
13916         Log: Tiny updates on the contributors list.
13917      Branch: perl
13918            ! Changes
13919 ____________________________________________________________________________
13920 [  6557] By: jhi                                   on 2000/08/08  19:34:28
13921         Log: Double check that we have a dirhandle.
13922      Branch: perl
13923            ! util.c
13924 ____________________________________________________________________________
13925 [  6556] By: jhi                                   on 2000/08/08  19:01:51
13926         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
13927              May be repopulated with fresh maintained examples.
13928      Branch: perl
13929            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
13930            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
13931            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
13932            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
13933            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
13934            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
13935            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
13936            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
13937            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
13938            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
13939            + lib/CGI/eg/wilogo_gif.uu
13940            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
13941            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13942            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13943            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
13944            - eg/cgi/frameset.cgi eg/cgi/index.html
13945            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13946            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13947            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13948            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
13949            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
13950            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
13951            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
13952            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
13953            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
13954            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
13955            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
13956            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
13957            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
13958            - eg/van/vanish eg/who eg/wrapsuid
13959            ! MANIFEST
13960 ____________________________________________________________________________
13961 [  6555] By: jhi                                   on 2000/08/08  18:51:08
13962         Log: Delete chat2 as requested by Randal.
13963              
13964              Subject: Re: perlfaq8 coyness
13965              From: merlyn@stonehenge.com (Randal L. Schwartz) 
13966              Date: 15 May 2000 18:52:42 -0700 
13967              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
13968      Branch: perl
13969            - lib/chat2.pl
13970            ! MANIFEST
13971 ____________________________________________________________________________
13972 [  6554] By: jhi                                   on 2000/08/08  18:31:35
13973         Log: Regen global.sym.
13974      Branch: perl
13975            ! global.sym
13976 ____________________________________________________________________________
13977 [  6553] By: jhi                                   on 2000/08/08  18:28:13
13978         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
13979              (either perlbug or p5p ate the original), plus regen
13980              perlapi and perltoc. 
13981      Branch: perl
13982            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
13983            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
13984            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
13985            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
13986            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
13987            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
13988            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
13989            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
13990            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
13991            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
13992 ____________________________________________________________________________
13993 [  6552] By: jhi                                   on 2000/08/08  18:06:29
13994         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
13995              From: Mike Guy <mjtg@cam.ac.uk>
13996              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
13997              Date: Tue, 08 Aug 2000 15:51:27 +0100
13998      Branch: perl
13999            ! doop.c sv.h t/op/join.t t/pragma/overload.t
14000 ____________________________________________________________________________
14001 [  6551] By: jhi                                   on 2000/08/08  18:01:11
14002         Log: Re-apply #6549.
14003      Branch: perl
14004            ! lib/perl5db.pl
14005 ____________________________________________________________________________
14006 [  6550] By: jhi                                   on 2000/08/08  17:43:08
14007         Log: Accidental retraction of #6549.
14008      Branch: perl
14009            ! lib/perl5db.pl
14010 ____________________________________________________________________________
14011 [  6549] By: jhi                                   on 2000/08/08  17:40:04
14012         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
14013              From: Mike Guy <mjtg@cam.ac.uk>
14014              Date: Mon, 07 Aug 2000 21:49:58 +0100
14015              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
14016      Branch: perl
14017            ! lib/perl5db.pl
14018 ____________________________________________________________________________
14019 [  6548] By: jhi                                   on 2000/08/08  17:37:57
14020         Log: Document here-doc better.
14021              
14022              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
14023              From: Mike Guy <mjtg@cam.ac.uk>
14024              Date: Mon, 07 Aug 2000 14:02:09 +0100
14025              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
14026      Branch: perl
14027            ! pod/perldata.pod
14028 ____________________________________________________________________________
14029 [  6547] By: jhi                                   on 2000/08/08  17:33:34
14030         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
14031              From: "Randy J. Ray" <rjray@redhat.com>
14032              Date: Mon, 07 Aug 2000 19:12:25 -0700
14033              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
14034      Branch: perl
14035            ! perl.c pod/perlrun.pod
14036 ____________________________________________________________________________
14037 [  6546] By: jhi                                   on 2000/08/08  17:29:26
14038         Log: Subject: Re: enhanced(?) regex error messages 
14039              From: Hugo <hv@crypt.compulink.co.uk>
14040              Date: Tue, 08 Aug 2000 03:25:51 +0100
14041              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
14042              
14043              plus Capitalize the error messages, plus perldiag them.
14044      Branch: perl
14045            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
14046 ____________________________________________________________________________
14047 [  6545] By: jhi                                   on 2000/08/08  13:59:28
14048         Log: Augment #6539 a bit: don't croak if there's magic in the air.
14049              
14050              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
14051              From: Hugo <hv@crypt.compulink.co.uk>
14052              Date: Tue, 08 Aug 2000 03:02:03 +0100
14053              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
14054      Branch: perl
14055            ! pp.c t/op/bless.t
14056 ____________________________________________________________________________
14057 [  6544] By: jhi                                   on 2000/08/07  21:11:52
14058         Log: Make the test -w clean.
14059      Branch: perl
14060            ! t/op/bless.t
14061 ____________________________________________________________________________
14062 [  6543] By: jhi                                   on 2000/08/07  19:49:53
14063         Log: use warnings instead of $^W.
14064      Branch: perl
14065            ! t/op/bless.t
14066 ____________________________________________________________________________
14067 [  6542] By: jhi                                   on 2000/08/07  17:41:41
14068         Log: Disable a portability warning Because We Know What We Are Doing.
14069      Branch: perl
14070            ! t/op/bless.t
14071 ____________________________________________________________________________
14072 [  6541] By: jhi                                   on 2000/08/07  17:29:51
14073         Log: Tiny tidying on report_evil_fh().
14074      Branch: perl
14075            ! util.c
14076 ____________________________________________________________________________
14077 [  6540] By: jhi                                   on 2000/08/07  16:37:38
14078         Log: Make regular expression parse error messages easier to understand.
14079              
14080              Subject: Re: enhanced(?) regex error messages
14081              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14082              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
14083              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
14084      Branch: perl
14085            ! regcomp.c
14086 ____________________________________________________________________________
14087 [  6539] By: jhi                                   on 2000/08/07  16:12:27
14088         Log: Make bless(REF, REF) a fatal error, add bless tests.
14089              
14090              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
14091              From: Hugo <hv@crypt.compulink.co.uk>
14092              Date: Mon, 07 Aug 2000 16:59:38 +0100
14093              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
14094      Branch: perl
14095            + t/op/bless.t
14096            ! MANIFEST pod/perldiag.pod pp.c sv.c
14097 ____________________________________________________________________________
14098 [  6538] By: jhi                                   on 2000/08/07  15:59:43
14099         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
14100              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
14101              Date: Thu, 3 Aug 2000 14:29:21 -0700
14102              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
14103      Branch: perl
14104            ! lib/lib_pm.PL
14105 ____________________________________________________________________________
14106 [  6537] By: jhi                                   on 2000/08/07  15:47:18
14107         Log: Retract #6419 for now since it breaks in AFS and MachTen.
14108      Branch: perl
14109            ! lib/Cwd.pm
14110 ____________________________________________________________________________
14111 [  6536] By: jhi                                   on 2000/08/07  15:05:29
14112         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
14113              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
14114              The security hole exists only in suidperls, which isn't
14115              installed or even built by default.
14116      Branch: perl
14117            ! perl.c
14118 ____________________________________________________________________________
14119 [  6535] By: jhi                                   on 2000/08/07  14:45:14
14120         Log: tr memory corruption fix from Simon Cozens.
14121      Branch: perl
14122            ! doop.c
14123 ____________________________________________________________________________
14124 [  6534] By: jhi                                   on 2000/08/06  11:38:16
14125         Log: Document a bit that UDP is not what you might think.
14126              
14127              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
14128              From: Lupe Christoph <lupe@lupe-christoph.de>
14129              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
14130              Date: Mon, 24 Jul 2000 08:59:15 +0200
14131      Branch: perl
14132            ! pod/perlipc.pod
14133 ____________________________________________________________________________
14134 [  6533] By: jhi                                   on 2000/08/06  11:35:01
14135         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
14136              From: Jeff Pinyan <jeffp@hut.crusoe.net>
14137              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
14138              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
14139      Branch: perl
14140            ! pod/perlfunc.pod
14141 ____________________________________________________________________________
14142 [  6532] By: jhi                                   on 2000/08/06  03:45:41
14143         Log: Have symbols for the IoTYPEs.
14144      Branch: perl
14145            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
14146 ____________________________________________________________________________
14147 [  6531] By: jhi                                   on 2000/08/06  01:33:55
14148         Log: Continue fixing the io warnings.  This also
14149              sort of fixes bug ID 20000802.003: the core dump
14150              is no more.  Whether the current behaviour is correct
14151              (giving a warning: "Not a format reference"), is another matter.
14152      Branch: perl
14153            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
14154            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
14155 ____________________________________________________________________________
14156 [  6530] By: jhi                                   on 2000/08/05  21:33:12
14157         Log: Change the Policy policy: now -Dprefix= with an existing
14158              Policy.sh and prefix == siteprefix == vendorprefix, then all
14159              of them follow along the new prefix.
14160              
14161              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
14162              From: Andy Dougherty <doughera@lafayette.edu>
14163              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
14164              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
14165      Branch: perl
14166            ! Policy_sh.SH
14167 ____________________________________________________________________________
14168 [  6529] By: jhi                                   on 2000/08/05  18:57:28
14169         Log: Zap lib/Sys directory when cleaning up.
14170      Branch: perl
14171            ! Makefile.SH
14172 ____________________________________________________________________________
14173 [  6528] By: jhi                                   on 2000/08/05  18:40:44
14174         Log: Essential prototype changes were missing from #6527.
14175              Also make report_evil_fh() more bomb-proof.
14176      Branch: perl
14177            ! embed.h util.c
14178 ____________________________________________________________________________
14179 [  6527] By: jhi                                   on 2000/08/05  03:22:05
14180         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
14181              From: "Ronald F. Guilmette" <rfg@monkeys.com>
14182              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
14183              Message-Id: <200007242247.PAA52177@monkeys.com>
14184      Branch: perl
14185            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
14186 ____________________________________________________________________________
14187 [  6526] By: jhi                                   on 2000/08/04  21:23:27
14188         Log: gcc versions might have (parentheses) in them.
14189      Branch: metaconfig/U/perl
14190            ! gccvers.U
14191      Branch: perl
14192            ! Configure config_h.SH
14193 ____________________________________________________________________________
14194 [  6525] By: jhi                                   on 2000/08/04  20:23:12
14195         Log: Weed buglets pointed out by
14196              
14197              From: Lupe Christoph <lupe@lupe-christoph.de>
14198              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
14199              Date: Fri, 4 Aug 2000 17:34:39 +0200
14200              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
14201      Branch: metaconfig/U/perl
14202            ! gccvers.U uselfs.U
14203      Branch: perl
14204            ! Configure config_h.SH
14205 ____________________________________________________________________________
14206 [  6524] By: jhi                                   on 2000/08/04  19:02:08
14207         Log: Warn under -w if lstat(FH) is attempted.
14208              
14209              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
14210              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
14211              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
14212              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
14213      Branch: perl
14214            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
14215            ! t/pragma/warn/pp_sys
14216 ____________________________________________________________________________
14217 [  6523] By: jhi                                   on 2000/08/04  12:31:11
14218         Log: Subject: New perlcc, take 2
14219              From: simon@brecon.co.uk (Simon Cozens)
14220              Date: 4 Aug 2000 06:21:04 GMT
14221              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
14222      Branch: perl
14223            ! utils/perlcc.PL
14224 ____________________________________________________________________________
14225 [  6522] By: jhi                                   on 2000/08/04  12:26:33
14226         Log: Subject: Re: Array vs. List context
14227              From: Daniel Chetlin <daniel@chetlin.com>
14228              Date: Fri, 4 Aug 2000 00:22:44 -0700
14229              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
14230      Branch: perl
14231            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
14232            ! pod/perlfaq4.pod
14233 ____________________________________________________________________________
14234 [  6521] By: jhi                                   on 2000/08/04  12:22:38
14235         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
14236              From: Raymund Will <ray@caldera.de>
14237              Date: Fri, 4 Aug 2000 12:07:09 +0200
14238              Message-Id: <20000804120709.A14982@caldera.de>
14239      Branch: perl
14240            ! configure.gnu
14241 ____________________________________________________________________________
14242 [  6520] By: jhi                                   on 2000/08/04  04:09:06
14243         Log: After the #6519 a warning about stat() is just that,
14244              not about a filetest, which now have their own warning.
14245      Branch: perl
14246            ! pod/perldiag.pod
14247 ____________________________________________________________________________
14248 [  6519] By: jhi                                   on 2000/08/04  04:06:30
14249         Log: In the warnings call filehandles consistently so;
14250              add "unopened" warning for stat().
14251      Branch: perl
14252            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
14253            ! t/pragma/warn/pp_sys
14254 ____________________________________________________________________________
14255 [  6518] By: jhi                                   on 2000/08/04  02:55:35
14256         Log: Subject: Minor tweak to perlvar.pod
14257              From: "Stephen P. Potter" <spp@ds.net>
14258              Date: Tue, 18 Apr 2000 09:26:03 -0400
14259              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
14260      Branch: perl
14261            ! pod/perlvar.pod
14262 ____________________________________________________________________________
14263 [  6517] By: jhi                                   on 2000/08/04  02:50:08
14264         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
14265              From: "Clinton Pierce" <cpierce1@ford.com>
14266              Date: Wed, 21 Jul 1999 16:45:31 -0400
14267              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
14268              
14269              Fix by Stephen Potter (visible in the bug db but not in p5p?)
14270      Branch: perl
14271            ! pod/perlfunc.pod pod/perlop.pod
14272 ____________________________________________________________________________
14273 [  6516] By: jhi                                   on 2000/08/04  02:09:25
14274         Log: This is 6512.  Really.
14275      Branch: perl
14276            ! dump.c
14277 ____________________________________________________________________________
14278 [  6515] By: jhi                                   on 2000/08/04  01:25:50
14279         Log: mention the idea of @( and @)
14280      Branch: perl
14281            ! Todo-5.6
14282 ____________________________________________________________________________
14283 [  6514] By: bailey                                on 2000/08/04  01:18:46
14284         Log: YA resync with mainstem, including VMS patches from others
14285      Branch: vmsperl
14286           +> (branch 48 files)
14287            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
14288           !> (integrate 354 files)
14289 ____________________________________________________________________________
14290 [  6513] By: jhi                                   on 2000/08/04  01:18:18
14291         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
14292              From: Mark Dickinson <dickins3@fas.harvard.edu>
14293              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
14294              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
14295      Branch: perl
14296            ! t/op/grent.t t/op/pwent.t
14297 ____________________________________________________________________________
14298 [  6512] By: jhi                                   on 2000/08/04  01:14:06
14299         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
14300              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14301              Date: Wed, 02 Aug 2000 10:51:01 +0100
14302              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
14303      Branch: perl
14304            ! sv.c
14305 ____________________________________________________________________________
14306 [  6511] By: jhi                                   on 2000/08/04  00:57:00
14307         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
14308              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14309              Date: Thu, 03 Aug 2000 17:20:04 -0700
14310              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
14311      Branch: metaconfig
14312            ! U/modified/Cppsym.U
14313      Branch: perl
14314            ! Configure config_h.SH
14315 ____________________________________________________________________________
14316 [  6510] By: jhi                                   on 2000/08/04  00:25:28
14317         Log: detypo
14318      Branch: perl
14319            ! Makefile.SH
14320 ____________________________________________________________________________
14321 [  6509] By: jhi                                   on 2000/08/03  23:43:18
14322         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
14323              From: Dominic Dunlop <domo@computer.org>
14324              Date: Thu, 3 Aug 2000 22:16:46 +0200
14325              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
14326      Branch: perl
14327            ! t/op/sprintf.t
14328 ____________________________________________________________________________
14329 [  6508] By: jhi                                   on 2000/08/03  23:40:37
14330         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
14331              From: Hugo <hv@crypt.compulink.co.uk>
14332              Date: Thu, 03 Aug 2000 18:25:30 +0100
14333              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
14334      Branch: perl
14335            ! regcomp.c t/op/re_tests
14336 ____________________________________________________________________________
14337 [  6507] By: jhi                                   on 2000/08/03  23:38:28
14338         Log: Subject: [PATCH] sv.h documentation - SvLEN
14339              From: Mike Guy <mjtg@cam.ac.uk>
14340              Date: Thu, 03 Aug 2000 14:43:09 +0100
14341              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
14342      Branch: perl
14343            ! sv.h
14344 ____________________________________________________________________________
14345 [  6506] By: jhi                                   on 2000/08/03  15:49:14
14346         Log: Disable the fix_pl hack for now.
14347      Branch: perl
14348            ! Makefile.SH
14349 ____________________________________________________________________________
14350 [  6505] By: jhi                                   on 2000/08/03  13:49:04
14351         Log: Add a URL for FSF.
14352              
14353              Subject: Patch for README
14354              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
14355              Date: Wed, 2 Aug 2000 13:25:09 -0500
14356              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
14357      Branch: perl
14358            ! README
14359 ____________________________________________________________________________
14360 [  6504] By: jhi                                   on 2000/08/03  13:29:19
14361         Log: Be more informative on what is skipped and why,
14362              also repeat the list at the end.
14363      Branch: perl
14364            ! Porting/p4desc
14365 ____________________________________________________________________________
14366 [  6503] By: jhi                                   on 2000/08/03  13:07:05
14367         Log: Circumvent the removal of .patch by fix_pl.
14368              
14369              Subject: Re: [ID 20000802.011] unable to 'make test'          
14370              From: simon@brecon.co.uk (Simon Cozens) 
14371              Date: 3 Aug 2000 04:17:00 GMT
14372              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
14373      Branch: perl
14374            ! Makefile.SH
14375 ____________________________________________________________________________
14376 [  6502] By: jhi                                   on 2000/08/03  00:14:34
14377         Log: Add the missing setproctitle unit.
14378      Branch: metaconfig/U/perl
14379            + d_setproctitle.U
14380 ____________________________________________________________________________
14381 [  6501] By: jhi                                   on 2000/08/03  00:00:26
14382         Log: The subtest 4 may fail also on VOBS, as pointed out
14383              by Nick Ing-Simmons in November 1999, bug id 19991124.003
14384              (but the failure in that bug report isn't the subtest 4).
14385      Branch: perl
14386            ! t/op/stat.t
14387 ____________________________________________________________________________
14388 [  6500] By: jhi                                   on 2000/08/02  23:49:30
14389         Log: Better skip message for the test; one of the two problems in
14390              
14391              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
14392              From: Lupe Christoph <lupe@lupe-christoph.de>
14393              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
14394              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
14395      Branch: perl
14396            ! t/op/numconvert.t
14397 ____________________________________________________________________________
14398 [  6499] By: jhi                                   on 2000/08/02  22:49:16
14399         Log: Allow "no Module;" even if there is no 'unimport'.
14400              
14401              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
14402              From: mjd@plover.com
14403              Date: 24 Mar 2000 15:24:34 -0000
14404              Message-Id: <20000324152434.15160.qmail@plover.com>
14405      Branch: perl
14406            ! gv.c
14407 ____________________________________________________________________________
14408 [  6498] By: jhi                                   on 2000/08/02  22:42:58
14409         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
14410              that are hopefully soon put into use.
14411      Branch: perl
14412            ! opcode.h opcode.pl opnames.h
14413 ____________________________________________________________________________
14414 [  6497] By: gsar                                  on 2000/08/02  22:28:59
14415         Log: require.t needs binmode() to work on windows
14416      Branch: perl
14417            ! t/comp/require.t
14418 ____________________________________________________________________________
14419 [  6496] By: jhi                                   on 2000/08/02  22:08:51
14420         Log: Document the IVdf UVuf UVof UVxf.
14421      Branch: perl
14422            ! pod/perlguts.pod
14423 ____________________________________________________________________________
14424 [  6495] By: jhi                                   on 2000/08/02  21:54:26
14425         Log: detypo #6494
14426      Branch: perl
14427            ! ext/Data/Dumper/Dumper.xs
14428 ____________________________________________________________________________
14429 [  6494] By: jhi                                   on 2000/08/02  21:49:17
14430         Log: Dump UVs as UVs in Data::Dumper.
14431              
14432              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
14433              From: Gurusamy Sarathy <gsar@ActiveState.com>
14434              Date: Thu, 27 Apr 2000 12:26:25 -0700
14435              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
14436      Branch: perl
14437            ! ext/Data/Dumper/Dumper.xs
14438 ____________________________________________________________________________
14439 [  6493] By: jhi                                   on 2000/08/02  17:01:58
14440         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
14441              From: Hugo <hv@crypt.compulink.co.uk>
14442              Date: Wed, 02 Aug 2000 14:53:56 +0100
14443              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
14444      Branch: perl
14445            ! regexec.c t/op/re_tests
14446 ____________________________________________________________________________
14447 [  6492] By: jhi                                   on 2000/08/02  15:02:46
14448         Log: The new setproctitle() feature is available only in 
14449              bleeding edge FreeBSD.  From Paul Saab.
14450      Branch: perl
14451            ! mg.c
14452 ____________________________________________________________________________
14453 [  6491] By: jhi                                   on 2000/08/02  13:34:36
14454         Log: The tr utf8 patching continues.
14455              
14456              Subject: Re: #6469, too many tests claimed in require.t
14457              From: simon@brecon.co.uk (Simon Cozens)
14458              Date: 2 Aug 2000 02:37:17 GMT
14459              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
14460              
14461              (the logic of the test was the wrong way round in the patch)
14462      Branch: perl
14463            ! doop.c
14464 ____________________________________________________________________________
14465 [  6490] By: jhi                                   on 2000/08/02  13:27:38
14466         Log: The name of a filehandle does not have <these>.
14467      Branch: perl
14468            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
14469            ! t/pragma/warn/pp_sys util.c
14470 ____________________________________________________________________________
14471 [  6489] By: jhi                                   on 2000/08/02  04:26:46
14472         Log: Remove the extraneous "main::" prefix from all the
14473              "opened only for", "on closed", and "never opened" warnings.
14474              
14475              Subject: Re: inappropriate warning
14476              From: Gurusamy Sarathy <gsar@ActiveState.com>
14477              Date: Mon, 20 Mar 2000 11:28:02 -0800
14478              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
14479      Branch: perl
14480            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
14481            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
14482            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
14483 ____________________________________________________________________________
14484 [  6488] By: jhi                                   on 2000/08/02  03:02:57
14485         Log: memcpy has n o in it, as pinted ut by Sarathy.
14486      Branch: perl
14487            ! pod/perlguts.pod
14488 ____________________________________________________________________________
14489 [  6487] By: jhi                                   on 2000/08/02  02:44:51
14490         Log: Document in one place the memory abstractions used in Perl core.
14491              
14492              Subject: Re: Memory abstraction
14493              From: simon@brecon.co.uk (Simon Cozens)
14494              Date: 2 Aug 2000 02:20:23 GMT
14495              Organization: Earth.li Origins
14496      Branch: perl
14497            ! pod/perlguts.pod
14498 ____________________________________________________________________________
14499 [  6486] By: jhi                                   on 2000/08/02  02:41:57
14500         Log: regen_headers, regen perltoc.
14501      Branch: perl
14502            ! perlapi.c pod/perltoc.pod
14503 ____________________________________________________________________________
14504 [  6485] By: jhi                                   on 2000/08/02  01:43:33
14505         Log: "This little thing tests for a file .patch, and if it contains
14506              a number, pops into patchlevel.h" (making it easier to track
14507              which development version people are reporting bugs against)
14508              
14509              Subject: Patchlevel autogeneration for repository perls
14510              From: simon@brecon.co.uk (Simon Cozens)
14511              Date: 14 Jul 2000 07:12:15 GMT
14512              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
14513      Branch: perl
14514            + fix_pl
14515            ! MANIFEST Makefile.SH
14516 ____________________________________________________________________________
14517 [  6484] By: jhi                                   on 2000/08/02  01:32:54
14518         Log: FreeBSD 3.* updates from
14519              
14520              From: Paul Saab <ps@yahoo-inc.com>
14521              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
14522              Date: Tue, 1 Aug 2000 15:41:39 -0700
14523              Message-Id: <20000801154139.A53740@yahoo-inc.com>
14524      Branch: perl
14525            ! hints/freebsd.sh
14526 ____________________________________________________________________________
14527 [  6483] By: jhi                                   on 2000/08/02  01:27:44
14528         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
14529              instead one must use setproctitle().  This was already addressed
14530              by change #6457, but the below has a new variant for FreeBSD 4.0
14531              or later, and the matter is also documented more.
14532              
14533              From: Paul Saab <ps@yahoo-inc.com>
14534              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
14535              Date: Tue, 1 Aug 2000 15:41:39 -0700
14536              Message-Id: <20000801154139.A53740@yahoo-inc.com>
14537      Branch: metaconfig/U/perl
14538            + i_libutil.U
14539      Branch: perl
14540            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
14541 ____________________________________________________________________________
14542 [  6482] By: jhi                                   on 2000/08/01  22:17:32
14543         Log: The test from this
14544              
14545              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
14546              Date: Sat, 15 Apr 2000 17:03:44 +0100
14547              From: Tom Hughes <tom@compton.nu>
14548              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
14549              
14550              was missing, the code change went in as #5989
14551              (which had a different test?)
14552      Branch: perl
14553            ! t/op/misc.t
14554 ____________________________________________________________________________
14555 [  6481] By: jhi                                   on 2000/08/01  21:48:38
14556         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
14557              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14558              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
14559              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
14560      Branch: perl
14561            ! perl.h
14562 ____________________________________________________________________________
14563 [  6480] By: jhi                                   on 2000/08/01  18:05:28
14564         Log: Make p4desc to skip non-mainperl branches by default.
14565      Branch: perl
14566            ! Porting/p4desc
14567 ____________________________________________________________________________
14568 [  6479] By: jhi                                   on 2000/08/01  17:29:19
14569         Log: If gccosandvers is equal to osname, clear gccosandvers.
14570      Branch: metaconfig/U/perl
14571            ! gccvers.U
14572      Branch: perl
14573            ! Configure config_h.SH
14574 ____________________________________________________________________________
14575 [  6478] By: jhi                                   on 2000/08/01  15:54:08
14576         Log: BOM patching from Simon Cozens.
14577      Branch: perl
14578            ! toke.c
14579 ____________________________________________________________________________
14580 [  6477] By: jhi                                   on 2000/08/01  04:50:33
14581         Log: Stash away the largefiles flags and libswanted.
14582      Branch: perl
14583            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
14584 ____________________________________________________________________________
14585 [  6476] By: gsar                                  on 2000/08/01  04:24:24
14586         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
14587              on Windows)
14588      Branch: perl
14589            ! t/pragma/utf8.t utf8.c win32/win32.c
14590 ____________________________________________________________________________
14591 [  6475] By: jhi                                   on 2000/08/01  03:35:24
14592         Log: Make chr() for values >127 to create utf8 when under utf8.
14593              
14594              Subject: Re: uft8/chr()
14595              From: simon@brecon.co.uk (Simon Cozens)
14596              Date: 1 Aug 2000 02:37:02 GMT
14597              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
14598      Branch: perl
14599            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
14600 ____________________________________________________________________________
14601 [  6474] By: jhi                                   on 2000/08/01  02:36:18
14602         Log: In Digital UNIX warn if gcc explicitly chosen because even
14603              2.95.2 is known to cause problems.
14604      Branch: perl
14605            ! hints/dec_osf.sh
14606 ____________________________________________________________________________
14607 [  6473] By: jhi                                   on 2000/08/01  02:00:56
14608         Log: Make the safety catch for buggy gccs work with triple version
14609              numbers like 2.95.2.  Reported in
14610              
14611              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
14612              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
14613              Date: Mon, 31 Jul 2000 14:55:06 +0200
14614              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
14615      Branch: perl
14616            ! hints/dec_osf.sh
14617 ____________________________________________________________________________
14618 [  6472] By: jhi                                   on 2000/08/01  01:13:33
14619         Log: Subject: fix and question re: waitpid() under win32
14620              From: Brian Clarke <clarke@appliedmeta.com>
14621              Date: Fri, 28 Jul 2000 15:18:29 -0400
14622              Message-ID: <3981DC85.290314EB@appliedmeta.com>
14623              
14624              Slightly reformatted and WNOHANG # define moved to win32.h
14625              so that also POSIX.xs sees it, as suggsted by Sarathy.
14626      Branch: perl
14627            ! win32/win32.c win32/win32.h
14628 ____________________________________________________________________________
14629 [  6471] By: jhi                                   on 2000/08/01  00:55:05
14630         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
14631              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14632              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
14633              Date: Mon, 31 Jul 2000 13:28:51 +0100
14634              
14635              (aka ID 20000730.002)
14636      Branch: perl
14637            ! op.c t/op/tr.t
14638 ____________________________________________________________________________
14639 [  6470] By: jhi                                   on 2000/07/31  23:34:42
14640         Log: Document the problem with -P in HP-UX and its workaround.
14641              
14642              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
14643              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
14644              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
14645              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
14646      Branch: perl
14647            ! README.hpux
14648 ____________________________________________________________________________
14649 [  6469] By: jhi                                   on 2000/07/31  04:15:02
14650         Log: The swallow_bom() saga continues.  The #23 of require.t
14651              (UTF16-LE) still fails (silently, no output) but the #22
14652              (UTF16-BE) seems to be working now.  The root of the
14653              failure may be in sv_gets(): is it UTF-16LE-aware,
14654              especially when it comes to line endings? 
14655      Branch: perl
14656            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
14657            ! t/comp/require.t toke.c utf8.c
14658 ____________________________________________________________________________
14659 [  6468] By: jhi                                   on 2000/07/30  19:05:48
14660         Log: Find green threads before native threads.
14661              
14662              Subject: Re: Patch to jpl/JNI/Makefile.PL
14663              From: Jens Thomsen <jens@fiend.cis.com>
14664              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
14665              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
14666      Branch: perl
14667            ! jpl/JNI/Makefile.PL
14668 ____________________________________________________________________________
14669 [  6467] By: jhi                                   on 2000/07/30  18:36:22
14670         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
14671      Branch: perl
14672            ! doop.c
14673 ____________________________________________________________________________
14674 [  6466] By: jhi                                   on 2000/07/30  04:37:29
14675         Log: A new version of the "remove UPPERACSE string comparison"
14676              operators.  The problem with the previous one (change #6454)
14677              was that it was for Perl 5.6.0.  From Paul Marquess.
14678      Branch: perl
14679            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
14680            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
14681            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
14682 ____________________________________________________________________________
14683 [  6465] By: jhi                                   on 2000/07/29  22:39:56
14684         Log: Do not upgrade SVs into utf8 just because they participate
14685              in eq or cmp.  Reported and fix suggested in
14686              
14687              Subject: [ID 20000720.009] sv_eq UTF8 bug
14688              From: "Simon Cozens" <simon@othersideofthe.earth.li>
14689              Date: 21 Jul 2000 04:37:29 -0000
14690              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
14691              
14692              Exercise for the kind reader: should we or should we not
14693              cache the utf8 conversion alonside the SV? (as magic,
14694              as thestrxfrm()ed version is cached under use locale)
14695              Argue both for and against.
14696      Branch: perl
14697            ! sv.c
14698 ____________________________________________________________________________
14699 [  6464] By: jhi                                   on 2000/07/29  22:36:22
14700         Log: Subject: UTF8 concat
14701              From: simon@brecon.co.uk (Simon Cozens) 
14702              Date: 30 Jun 2000 06:13:25 GMT
14703              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
14704              
14705              (with a memory leak fixed, plus a few casts added)
14706              
14707              This also seems to help for
14708              
14709              Subject: [ID 20000716.015] join UTF8 weirdness
14710              From: root <root@ak-71.mind.de> 
14711              Date: Sat, 15 Jul 2000 15:29:54 +0200
14712              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
14713              
14714              (from Andreas König)
14715      Branch: perl
14716            ! pp_hot.c
14717 ____________________________________________________________________________
14718 [  6463] By: jhi                                   on 2000/07/29  00:55:39
14719         Log: Tune the comments and hopefully stop a memory leak.
14720      Branch: perl
14721            ! toke.c utf8.c
14722 ____________________________________________________________________________
14723 [  6462] By: jhi                                   on 2000/07/29  00:16:53
14724         Log: The problem described in this
14725              
14726              Subject: [ID 20000322.018] named chars aren't magical enough
14727              From: root <root@dixie.cscaper.com>     
14728              Date: Wed, 22 Mar 2000 18:37:42 -0700
14729              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
14730              
14731              has been fixed in perl 5.6.0 but just in case added a test
14732              to keep it away.  (The report from Joseph Hall.)
14733      Branch: perl
14734            ! t/lib/charnames.t
14735 ____________________________________________________________________________
14736 [  6461] By: jhi                                   on 2000/07/28  23:56:36
14737         Log: Tiny fixes for #6460.
14738      Branch: metaconfig/U/perl
14739            ! gccvers.U
14740      Branch: perl
14741            ! Configure config_h.SH
14742 ____________________________________________________________________________
14743 [  6460] By: jhi                                   on 2000/07/28  23:24:41
14744         Log: Warn if the version of the operating system used to compile gcc
14745              differs from the current version of the operating system.
14746              Also display the gcc compilation os and version in myconfig.
14747              Inspiration from
14748              
14749              Subject: Re: [ID 20000710.003] ERRORS!!         
14750              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14751              Date: Mon, 10 Jul 2000 15:54:16 -0400
14752              Message-ID: <20000710155416.A1384@O2.chapin.edu>
14753      Branch: metaconfig/U/perl
14754            ! gccvers.U
14755      Branch: perl
14756            ! Configure config_h.SH myconfig.SH
14757 ____________________________________________________________________________
14758 [  6459] By: jhi                                   on 2000/07/28  22:00:32
14759         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
14760              letter to $Config{osvers}.
14761      Branch: metaconfig
14762            ! U/modified/Oldconfig.U
14763      Branch: perl
14764            ! Configure config_h.SH
14765 ____________________________________________________________________________
14766 [  6458] By: jhi                                   on 2000/07/28  04:15:39
14767         Log: Back out #6454, doesn't seem to work.
14768              (Reason: that patch was for perl 5.6.0, not perl-current)
14769              (A version of the patch for perl-current came in later as #6466)
14770      Branch: perl
14771            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
14772            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
14773            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
14774 ____________________________________________________________________________
14775 [  6457] By: jhi                                   on 2000/07/27  23:31:49
14776         Log: Use setproctitle() if available to modify $0.
14777              
14778              Subject: setting $* on BSD4 broken
14779              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14780              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
14781              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
14782      Branch: metaconfig
14783            ! U/modified/Myinit.U
14784      Branch: perl
14785            ! Configure config_h.SH mg.c
14786 ____________________________________________________________________________
14787 [  6456] By: jhi                                   on 2000/07/27  14:50:47
14788         Log: Allow "no AutoLoader;", based on change #6444,
14789              suggested by Graham Barr.
14790      Branch: perl
14791            ! lib/AutoLoader.pm
14792 ____________________________________________________________________________
14793 [  6455] By: jhi                                   on 2000/07/27  14:19:10
14794         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
14795              From: rspier@pobox.com (Robert Spier)
14796              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
14797              Message-ID: <14720.15855.787664.424783@rls.cx>
14798      Branch: perl
14799            ! pod/perldiag.pod
14800 ____________________________________________________________________________
14801 [  6454] By: jhi                                   on 2000/07/27  14:03:02
14802         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
14803              for a long time).
14804              
14805              Reported in
14806              
14807              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
14808              From: Ryan Herbert <rherbert@sycamorehq.com>
14809              Date: Mon, 17 Jul 2000 11:40:42 -0400
14810              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
14811              
14812              Patched in
14813              
14814              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
14815              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
14816              Date: Wed, 26 Jul 2000 23:40:18 +0100
14817              Message-ID: <000001bff752$79511880$0a17073e@tiny>
14818              
14819              based on an earlier patch from Stephen P. Potter.
14820              
14821              (Removed later by change #6458 because this patch was for
14822              perl 5.6.0, not perl-current)
14823      Branch: perl
14824            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
14825            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
14826            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
14827 ____________________________________________________________________________
14828 [  6453] By: jhi                                   on 2000/07/27  13:48:02
14829         Log: Subject: [PATCH] fixes bug 20000508.004
14830              From: Michael Stevens <mstevens@globnix.org>
14831              Date: Thu, 27 Jul 2000 13:49:04 +0100
14832              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
14833      Branch: perl
14834            ! pod/perldata.pod
14835 ____________________________________________________________________________
14836 [  6452] By: jhi                                   on 2000/07/26  23:51:26
14837         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
14838              and Craig A. Berry.
14839      Branch: perl
14840            ! lib/File/Temp.pm pod/perlport.pod
14841 ____________________________________________________________________________
14842 [  6451] By: jhi                                   on 2000/07/26  19:43:30
14843         Log: Be wary of close()s, too.
14844              
14845              Subject: Re: [PATCH] perlbug cleanup
14846              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14847              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
14848              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
14849      Branch: perl
14850            ! utils/perlbug.PL
14851 ____________________________________________________________________________
14852 [  6450] By: jhi                                   on 2000/07/26  18:41:40
14853         Log: Subject: Minor doc patch: handy.h
14854              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
14855              Date: Wed, 26 Jul 2000 15:34:25 -0300
14856              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
14857      Branch: perl
14858            ! handy.h pod/perlapi.pod
14859 ____________________________________________________________________________
14860 [  6449] By: jhi                                   on 2000/07/26  18:23:55
14861         Log: Subject: [PATCH] minor doc change - perlguts
14862              From: Michael Stevens <mstevens@globnix.org>
14863              Date: Thu, 13 Jul 2000 12:39:18 +0100
14864              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
14865      Branch: perl
14866            ! pod/perlguts.pod
14867 ____________________________________________________________________________
14868 [  6448] By: jhi                                   on 2000/07/26  18:20:30
14869         Log: open() wariness in perlbug.
14870              
14871              Subject: [PATCH] perlbug cleanup
14872              From: Michael Stevens <mstevens@globnix.org>
14873              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
14874              Date: Thu, 13 Jul 2000 15:52:23 +0100
14875      Branch: perl
14876            ! utils/perlbug.PL
14877 ____________________________________________________________________________
14878 [  6447] By: jhi                                   on 2000/07/26  18:13:04
14879         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
14880      Branch: perl
14881            ! lib/File/Temp.pm t/lib/ftmp-security.t
14882 ____________________________________________________________________________
14883 [  6446] By: jhi                                   on 2000/07/26  18:06:32
14884         Log: docfix from Peter Scott <Peter@PSDT.com>.
14885      Branch: perl
14886            ! pod/perlfunc.pod
14887 ____________________________________________________________________________
14888 [  6445] By: jhi                                   on 2000/07/26  17:53:31
14889         Log: Fix *foo{FORMAT}.
14890              
14891              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14892              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
14893              Date: Wed, 26 Jul 2000 19:51:02 +0200
14894              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
14895              
14896              From: Graham Barr <gbarr@pobox.com>
14897              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
14898              Date: Wed, 26 Jul 2000 17:38:36 +0100
14899              Message-ID: <20000726173836.L472@pobox.com>
14900      Branch: perl
14901            ! pp.c sv.c t/op/gv.t
14902 ____________________________________________________________________________
14903 [  6444] By: jhi                                   on 2000/07/26  17:49:14
14904         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
14905              from Graham Barr in the module list.
14906      Branch: perl
14907            ! gv.c pod/perlobj.pod
14908 ____________________________________________________________________________
14909 [  6443] By: jhi                                   on 2000/07/26  16:06:56
14910         Log: More split() doc and test patches from Mike Guy.
14911      Branch: perl
14912            ! pod/perlfunc.pod t/op/split.t
14913 ____________________________________________________________________________
14914 [  6442] By: jhi                                   on 2000/07/26  16:05:30
14915         Log: MacOS nits from Matthias Neeracher.
14916      Branch: perl
14917            ! perl.c pp_ctl.c
14918 ____________________________________________________________________________
14919 [  6441] By: jhi                                   on 2000/07/26  04:39:57
14920         Log: Subject: [PATCH] split /^/
14921              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14922              Date: Tue, 25 Jul 2000 14:18:57 +0100
14923              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
14924              
14925              (with notes from tchrist and gbarr)
14926      Branch: perl
14927            ! pod/perlfunc.pod t/op/split.t
14928 ____________________________________________________________________________
14929 [  6440] By: jhi                                   on 2000/07/26  04:32:32
14930         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
14931              From: Peter Prymmer <pvhp@forte.com>
14932              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
14933              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
14934      Branch: perl
14935            ! vms/munchconfig.c
14936 ____________________________________________________________________________
14937 [  6439] By: jhi                                   on 2000/07/26  04:31:01
14938         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
14939              to be fatal errors (instead of by default ignoring them, and
14940              ignoring with a bug: even though -w gave an error, the opening [
14941              was left in)  Reported in:
14942              
14943              Subject: [ID 20000716.024] [=cc=] / [:blank:]
14944              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
14945              Date: Sun, 16 Jul 2000 17:55:29 -0700
14946              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
14947      Branch: perl
14948            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
14949 ____________________________________________________________________________
14950 [  6438] By: jhi                                   on 2000/07/25  15:41:15
14951         Log: Subject: [PATCH] av.c apidoc
14952              From: simon@brecon.co.uk (Simon Cozens)
14953              Date: 24 Jul 2000 06:40:52 GMT
14954              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
14955      Branch: perl
14956            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
14957            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
14958 ____________________________________________________________________________
14959 [  6437] By: jhi                                   on 2000/07/25  14:05:36
14960         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
14961              From: "Stephen P. Potter" <spp@ds.net>
14962              Date: Mon, 24 Jul 2000 14:22:23 -0400
14963              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
14964      Branch: perl
14965            ! pod/perllocale.pod
14966 ____________________________________________________________________________
14967 [  6436] By: jhi                                   on 2000/07/25  14:02:03
14968         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
14969              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14970              Date: Mon, 24 Jul 2000 18:04:28 +0100
14971              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
14972      Branch: perl
14973            ! t/lib/syslfs.t t/op/lfs.t
14974 ____________________________________________________________________________
14975 [  6435] By: jhi                                   on 2000/07/25  13:59:28
14976         Log: Get UTF16 BOMs working.  Patch from
14977              
14978              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
14979              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14980              Date: Tue, 25 Jul 2000 12:52:45 +0100
14981              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
14982              
14983              and notes from
14984              
14985              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
14986              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14987              Date: Tue, 25 Jul 2000 11:43:25 +0100
14988              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
14989      Branch: perl
14990            ! t/comp/require.t toke.c utf8.c
14991 ____________________________________________________________________________
14992 [  6434] By: jhi                                   on 2000/07/25  02:39:54
14993         Log: Make the "uninit variable" warning to say "concat or string"
14994              or "join or string" when in concat or join .
14995              
14996              Subject: Re: [ID 20000403.009] uninitialised concatenation???
14997              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14998              Date: Tue, 04 Apr 2000 18:22:58 +0100
14999              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
15000              
15001              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
15002              From: William R Ward <hermit@BayView.COM>
15003              Date: Thu, 30 Mar 2000 19:50:03 -0800
15004              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
15005      Branch: perl
15006            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
15007            ! t/pragma/warn/op t/pragma/warn/sv
15008 ____________________________________________________________________________
15009 [  6433] By: jhi                                   on 2000/07/24  17:52:56
15010         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
15011      Branch: perl
15012            ! lib/File/Spec/VMS.pm
15013 ____________________________________________________________________________
15014 [  6432] By: jhi                                   on 2000/07/24  17:44:44
15015         Log: Test cases for #6431.
15016              
15017              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
15018              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15019              Date: Mon, 24 Jul 2000 15:32:29 +0100
15020              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
15021      Branch: perl
15022            ! t/op/pat.t t/op/split.t
15023 ____________________________________________________________________________
15024 [  6431] By: jhi                                   on 2000/07/24  17:43:17
15025         Log: Bind op fix.
15026              
15027              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
15028              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15029              Date: Mon, 17 Jul 2000 20:04:56 +0100
15030              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
15031      Branch: perl
15032            ! op.c
15033 ____________________________________________________________________________
15034 [  6430] By: jhi                                   on 2000/07/24  03:42:42
15035         Log: Subject: [ID 20000716.023] syslog test fails without sockets
15036              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15037              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
15038              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
15039      Branch: metaconfig/U/perl
15040            ! Extensions.U
15041      Branch: perl
15042            ! Configure config_h.SH
15043 ____________________________________________________________________________
15044 [  6429] By: jhi                                   on 2000/07/24  03:11:52
15045         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
15046              case, but add also notes explaining the relationship of this
15047              patch and the earlier notes by Sarathy.
15048              
15049              Subject: Map is still slow
15050              From: "Ben Tilly" <ben_tilly@hotmail.com>
15051              Date: Sat, 15 Jul 2000 17:23:27 EDT
15052              Message-ID: <20000715212327.21656.qmail@hotmail.com>
15053      Branch: perl
15054            ! pp_ctl.c
15055 ____________________________________________________________________________
15056 [  6428] By: jhi                                   on 2000/07/24  02:58:52
15057         Log: Documentation to explain the behaviour of map().
15058              
15059              Subject: Re: Map is still slow 
15060              From: Gurusamy Sarathy <gsar@ActiveState.com>
15061              Date: Sat, 15 Jul 2000 16:05:09 -0700
15062              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
15063      Branch: perl
15064            ! pp_ctl.c
15065 ____________________________________________________________________________
15066 [  6427] By: jhi                                   on 2000/07/24  02:50:03
15067         Log: Add tests for
15068              [ID 19991110.003] another matching finding by pcre author
15069              which has already been fixed by some patch, as verified in
15070              
15071              Subject: Re: two regex bugs from the mists of time (well, last November)
15072              From: Hugo <hv@crypt.compulink.co.uk>
15073              Date: Sat, 22 Jul 2000 18:12:58 +0100
15074              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
15075      Branch: perl
15076            ! t/op/re_tests
15077 ____________________________________________________________________________
15078 [  6426] By: jhi                                   on 2000/07/24  02:11:20
15079         Log: A missing 'break' after the [[:space:]] switch case.
15080              
15081              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
15082              From: "Stephen P. Potter" <spp@ds.net>
15083              Date: Tue, 18 Jul 2000 16:25:17 -0400
15084              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
15085      Branch: perl
15086            ! regcomp.c
15087 ____________________________________________________________________________
15088 [  6425] By: jhi                                   on 2000/07/24  02:06:12
15089         Log: The output might have been produced in the wrong order.
15090              
15091              Subject: [ID 20000720.003] [PATCH] t/op/write.t
15092              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15093              Date: Thu, 20 Jul 2000 18:49:18 +0100
15094              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
15095      Branch: perl
15096            ! t/op/write.t
15097 ____________________________________________________________________________
15098 [  6424] By: jhi                                   on 2000/07/24  02:00:07
15099         Log: Use STDOUT consistently.
15100              
15101              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
15102              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15103              Date: Thu, 20 Jul 2000 18:04:01 +0100
15104              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
15105      Branch: perl
15106            ! lib/Test/Harness.pm
15107 ____________________________________________________________________________
15108 [  6423] By: jhi                                   on 2000/07/24  01:54:54
15109         Log: Protect against "wild next"s, that is, callbacks doing "next"
15110              instead of "return".
15111              
15112              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
15113              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15114              Date: Tue, 18 Jul 2000 11:30:16 +0100
15115              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
15116      Branch: perl
15117            ! lib/File/Find.pm
15118 ____________________________________________________________________________
15119 [  6422] By: jhi                                   on 2000/07/24  01:35:47
15120         Log: Out-of-date note removed.
15121              
15122              Subject: [PATCH] documentation perlipc
15123              From: rspier@pobox.com (Robert Spier)
15124              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
15125              Message-ID: <14711.35178.572612.502654@rls.cx>
15126      Branch: perl
15127            ! pod/perlipc.pod
15128 ____________________________________________________________________________
15129 [  6421] By: jhi                                   on 2000/07/24  00:09:18
15130         Log: Send all installperl messages to STDERR and be -w clean.
15131              
15132              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
15133              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15134              Date: Sat, 22 Jul 2000 14:02:11 +0100
15135              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
15136      Branch: perl
15137            ! installperl
15138 ____________________________________________________________________________
15139 [  6420] By: jhi                                   on 2000/07/24  00:04:19
15140         Log: Decutandpasto.
15141              
15142              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
15143              From: "Richard Soderberg" <rs@crystalflame.net>
15144              Date: Sun, 23 Jul 2000 01:37:23 -0700
15145              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
15146      Branch: perl
15147            ! pod/perlipc.pod
15148 ____________________________________________________________________________
15149 [  6419] By: jhi                                   on 2000/07/24  00:01:12
15150         Log: A cleaner abs_path().
15151              Subject: Re: unix alternative to Cwd.pm
15152              From: Jeff Pinyan <jeffp@crusoe.net>
15153              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
15154              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
15155      Branch: perl
15156            ! lib/Cwd.pm
15157 ____________________________________________________________________________
15158 [  6418] By: jhi                                   on 2000/07/23  23:48:56
15159         Log: Detypo.
15160              
15161              Subject: [PATCH perl-current] Typo in hints/powerux.sh
15162              From: "Richard Soderberg" <rs@crystalflame.net>
15163              Date: Sun, 23 Jul 2000 01:27:33 -0700
15164              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
15165      Branch: perl
15166            ! hints/powerux.sh
15167 ____________________________________________________________________________
15168 [  6417] By: jhi                                   on 2000/07/17  22:13:31
15169         Log: Subject: SDBM_File documentation
15170              From: mjd@plover.com
15171              Date: 16 Jul 2000 17:41:17 -0000
15172              Message-ID: <20000716174117.18515.qmail@plover.com>
15173      Branch: perl
15174            ! ext/SDBM_File/SDBM_File.pm
15175 ____________________________________________________________________________
15176 [  6416] By: jhi                                   on 2000/07/17  19:13:26
15177         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
15178      Branch: perl
15179            ! hints/mpeix.sh mpeix/relink
15180 ____________________________________________________________________________
15181 [  6415] By: jhi                                   on 2000/07/15  14:11:02
15182         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
15183              the utf8 'characters' can be more than one octet).
15184              
15185              Date: Sat, 15 Jul 2000 00:21:56 +0100
15186              From: Tom Hughes <tom@compton.nu>
15187              Subject: Re: [ID 20000714.002]
15188              Message-ID: <db2334de49.tom@compton.compton.nu>
15189              
15190              Reported in
15191              
15192              Subject: [ID 20000714.002]
15193              From: "Simon Cozens" <simon@othersideofthe.earth.li>
15194              Date: 14 Jul 2000 15:13:09 -0000
15195              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
15196      Branch: perl
15197            ! doop.c
15198 ____________________________________________________________________________
15199 [  6414] By: jhi                                   on 2000/07/15  03:13:41
15200         Log: another VMS build tweak from Peter Prymmer
15201      Branch: perl
15202            ! vms/descrip_mms.template
15203 ____________________________________________________________________________
15204 [  6413] By: jhi                                   on 2000/07/15  03:10:40
15205         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
15206      Branch: perl
15207            ! vms/perlvms.pod
15208 ____________________________________________________________________________
15209 [  6412] By: jhi                                   on 2000/07/15  00:31:05
15210         Log: More docs for sv functions.
15211              
15212              Subject: [PATCH cfgperl] sv.c apidoc
15213              From: simon@brecon.co.uk (Simon Cozens)
15214              Date: 13 Jul 2000 09:00:20 GMT
15215              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
15216              
15217              Subject: Re: [PATCH cfgperl] sv.c apidoc
15218              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15219              Date: Thu, 13 Jul 2000 12:27:41 +0100
15220              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
15221              
15222              Subject: Re: [PATCH cfgperl] sv.c apidoc
15223              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15224              Date: Thu, 13 Jul 2000 13:23:09 +0100
15225              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
15226              
15227              Subject: Re: [PATCH cfgperl] sv.c apidoc
15228              From: simon@brecon.co.uk (Simon Cozens)
15229              Date: 14 Jul 2000 06:51:02 GMT
15230              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
15231      Branch: perl
15232            ! embed.pl pod/perlapi.pod sv.c
15233 ____________________________________________________________________________
15234 [  6411] By: jhi                                   on 2000/07/15  00:10:41
15235         Log: lib/b test fixes from Peter Prymmer.
15236      Branch: perl
15237            ! t/lib/b.t
15238 ____________________________________________________________________________
15239 [  6410] By: jhi                                   on 2000/07/15  00:02:09
15240         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
15241              From: Hugo <hv@crypt.compulink.co.uk>
15242              Date: Fri, 14 Jul 2000 23:05:20 +0100
15243              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
15244              
15245              Didn't anymore apply, but that point still could use another fix.
15246      Branch: perl
15247            ! pod/perlfunc.pod
15248 ____________________________________________________________________________
15249 [  6409] By: jhi                                   on 2000/07/14  23:15:15
15250         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
15251              not in pod, from Peter Prymmer
15252      Branch: perl
15253            ! vms/descrip_mms.template
15254 ____________________________________________________________________________
15255 [  6408] By: jhi                                   on 2000/07/14  20:35:05
15256         Log: The bug report
15257              [ID 19991110.002] minimal matching discrepancy found by pcre author
15258              seems to have been fixed (though differently from what was suggested
15259              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
15260      Branch: perl
15261            ! t/op/re_tests
15262 ____________________________________________________________________________
15263 [  6407] By: jhi                                   on 2000/07/14  17:38:08
15264         Log: Fix AutoSplit to use File::Spec the right way in VMS,
15265              from Peter Prymmer.
15266      Branch: perl
15267            ! lib/AutoSplit.pm
15268 ____________________________________________________________________________
15269 [  6406] By: jhi                                   on 2000/07/14  14:13:22
15270         Log: Merge perlhacktut into perlhack, update perlguts.
15271              
15272              Subject: Re: Perlhacktut
15273              From: simon@brecon.co.uk (Simon Cozens)
15274              Date: 14 Jul 2000 06:49:21 GMT
15275              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
15276              
15277              Subject: Re: Perlhacktut
15278              From: simon@brecon.co.uk (Simon Cozens)
15279              Date: 14 Jul 2000 07:09:45 GMT
15280              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
15281      Branch: perl
15282            ! pod/perlguts.pod pod/perlhack.pod
15283 ____________________________________________________________________________
15284 [  6405] By: jhi                                   on 2000/07/14  14:02:31
15285         Log: Integrate with Sarathy.
15286      Branch: cfgperl
15287           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
15288           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
15289           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
15290 ____________________________________________________________________________
15291 [  6404] By: gsar                                  on 2000/07/14  12:15:02
15292         Log: PERL_OBJECT build tweaks
15293      Branch: perl
15294            ! toke.c
15295 ____________________________________________________________________________
15296 [  6403] By: gsar                                  on 2000/07/14  11:23:41
15297         Log: inconsistent types needs casts
15298      Branch: perl
15299            ! toke.c
15300 ____________________________________________________________________________
15301 [  6402] By: gsar                                  on 2000/07/14  11:12:04
15302         Log: typos in change#6399, regen headers
15303      Branch: perl
15304            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
15305 ____________________________________________________________________________
15306 [  6401] By: gsar                                  on 2000/07/14  10:59:12
15307         Log: typecasts needed for change#6394
15308      Branch: perl
15309            ! toke.c
15310 ____________________________________________________________________________
15311 [  6400] By: gsar                                  on 2000/07/14  10:49:37
15312         Log: integrate cfgperl contents into mainline
15313      Branch: perl
15314           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
15315           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
15316 ____________________________________________________________________________
15317 [  6399] By: gsar                                  on 2000/07/14  10:38:35
15318         Log: enable UTF-16 filter by default if relevant BOM is seen; various
15319              cleanups (typos, misformatted code, and small bugs)
15320      Branch: perl
15321            ! doop.c embed.pl mg.c op.c pp.c toke.c
15322 ____________________________________________________________________________
15323 [  6398] By: gsar                                  on 2000/07/14  08:55:38
15324         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
15325              name suggests anyway)
15326      Branch: perl
15327            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
15328 ____________________________________________________________________________
15329 [  6397] By: gsar                                  on 2000/07/14  08:44:33
15330         Log: move new variables to the end of the interpreter structure (for
15331              bincompat in code that doesn't #include XSUB.h)
15332      Branch: perl
15333            ! intrpvar.h
15334 ____________________________________________________________________________
15335 [  6396] By: gsar                                  on 2000/07/14  08:13:58
15336         Log: MakeMaker should not remove editor backups (*~) on `make clean`
15337              by default (completes change#6383)
15338      Branch: perl
15339            ! lib/ExtUtils/MM_Unix.pm
15340 ____________________________________________________________________________
15341 [  6395] By: jhi                                   on 2000/07/14  05:20:33
15342         Log: Replace change #6337 with a better one.
15343              
15344              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
15345              From: Hugo <hv@crypt.compulink.co.uk>
15346              Date: Fri, 14 Jul 2000 04:16:20 +0100
15347              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
15348      Branch: cfgperl
15349            ! regexec.c t/op/re_tests
15350 ____________________________________________________________________________
15351 [  6394] By: jhi                                   on 2000/07/14  01:33:59
15352         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
15353      Branch: cfgperl
15354            ! embed.pl global.sym proto.h toke.c
15355 ____________________________________________________________________________
15356 [  6393] By: jhi                                   on 2000/07/13  23:41:23
15357         Log: remove discarded test
15358      Branch: cfgperl
15359            ! MANIFEST
15360 ____________________________________________________________________________
15361 [  6392] By: jhi                                   on 2000/07/13  23:32:25
15362         Log: The {multiplier} of a fixed substring was overlooked which
15363              caused a wrong initial search offset for that substring.
15364              
15365              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
15366              From: Hugo <hv@crypt.compulink.co.uk>
15367              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
15368              Date: Thu, 13 Jul 2000 19:27:13 +0100
15369      Branch: cfgperl
15370            ! regcomp.c t/op/re_tests
15371 ____________________________________________________________________________
15372 [  6391] By: jhi                                   on 2000/07/13  16:37:42
15373         Log: typo fix from Craig Berry
15374      Branch: cfgperl
15375            ! vms/subconfigure.com
15376 ____________________________________________________________________________
15377 [  6390] By: jhi                                   on 2000/07/13  13:20:12
15378         Log: Integrate with Sarathy.
15379      Branch: cfgperl
15380            - t/op/method2entersub.t
15381           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
15382           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
15383           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
15384           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
15385 ____________________________________________________________________________
15386 [  6389] By: jhi                                   on 2000/07/13  13:18:48
15387         Log: Detypo from Peter Prymmer, part of #6388.
15388      Branch: cfgperl
15389            ! Configure config_h.SH
15390      Branch: metaconfig
15391            ! U/modified/d_longlong.U
15392 ____________________________________________________________________________
15393 [  6388] By: gsar                                  on 2000/07/13  06:33:40
15394         Log: typos (spotted by Peter Prymmer)
15395      Branch: perl
15396            ! Configure t/lib/english.t
15397 ____________________________________________________________________________
15398 [  6387] By: gsar                                  on 2000/07/13  05:35:28
15399         Log: new selfloader.t in change#6183 doesn't close DATA handles,
15400              and thus fails to clean up tmp files on dosish platforms
15401      Branch: perl
15402            ! t/lib/selfloader.t
15403 ____________________________________________________________________________
15404 [  6386] By: gsar                                  on 2000/07/12  21:42:39
15405         Log: sprintf test tweaks (from Dominic Dunlop)
15406      Branch: perl
15407            ! t/op/sprintf.t
15408 ____________________________________________________________________________
15409 [  6385] By: gsar                                  on 2000/07/12  21:33:46
15410         Log: fix bugs in processing %v-*d and similar format specs (from
15411              Avi Finkel <avi@finkel.org>)
15412      Branch: perl
15413            ! sv.c t/op/sprintf.t
15414 ____________________________________________________________________________
15415 [  6384] By: gsar                                  on 2000/07/12  16:04:19
15416         Log: readd missing perldelta.pod changes from changes#6339,6376
15417      Branch: perl
15418            ! pod/perldelta.pod
15419 ____________________________________________________________________________
15420 [  6383] By: gsar                                  on 2000/07/12  16:00:51
15421         Log: don't clobber *.orig files on *clean targets
15422      Branch: perl
15423            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
15424 ____________________________________________________________________________
15425 [  6382] By: gsar                                  on 2000/07/12  07:59:12
15426         Log: fix broken integrations in cfgperl
15427      Branch: cfgperl
15428           !> Changes pod/perldelta.pod
15429 ____________________________________________________________________________
15430 [  6381] By: gsar                                  on 2000/07/12  07:42:17
15431         Log: integrate cfgperl changes into mainline
15432      Branch: perl
15433            ! Changes
15434           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
15435           !> pod/perlre.pod
15436 ____________________________________________________________________________
15437 [  6380] By: gsar                                  on 2000/07/12  07:31:00
15438         Log: get sprintf.t to adjust properly for 3-digit exponents
15439      Branch: perl
15440            ! t/op/sprintf.t
15441 ____________________________________________________________________________
15442 [  6379] By: gsar                                  on 2000/07/12  06:40:04
15443         Log: change#6174 needs corresponding change in win32/config_h.PL,
15444              which grovels through config_h.SH to find the config.h name
15445      Branch: perl
15446            ! win32/config_h.PL
15447 ____________________________________________________________________________
15448 [  6378] By: jhi                                   on 2000/07/12  05:03:59
15449         Log: Do the cc sanity check both before the hints and
15450              after the cc selction.
15451      Branch: cfgperl
15452            ! Configure config_h.SH
15453      Branch: metaconfig
15454            ! U/modified/Oldconfig.U U/modified/cc.U
15455      Branch: metaconfig/U/perl
15456            + Checkcc.U
15457 ____________________________________________________________________________
15458 [  6377] By: jhi                                   on 2000/07/12  02:49:22
15459         Log: Fix nits noticed by Boston.pm.
15460      Branch: cfgperl
15461            ! pod/perlre.pod
15462 ____________________________________________________________________________
15463 [  6376] By: jhi                                   on 2000/07/11  21:22:13
15464         Log: Configure cosmetics and perldelta.
15465      Branch: cfgperl
15466            ! Configure config_h.SH pod/perldelta.pod
15467      Branch: metaconfig
15468            ! U/modified/cc.U
15469 ____________________________________________________________________________
15470 [  6375] By: gsar                                  on 2000/07/11  21:17:35
15471         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
15472      Branch: perl
15473            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
15474            ! win32/win32sck.c
15475 ____________________________________________________________________________
15476 [  6374] By: gsar                                  on 2000/07/11  20:48:50
15477         Log: tweak for build failure under multiplicity
15478      Branch: perl
15479            ! toke.c
15480 ____________________________________________________________________________
15481 [  6373] By: gsar                                  on 2000/07/11  20:37:23
15482         Log: integrate cfgperl changes#6325..6373 into mainline
15483              (NOTE: today's batch of integrations still untested)
15484      Branch: perl
15485           +> ext/DynaLoader/hints/netbsd.pl
15486            ! Changes
15487           !> (integrate 26 files)
15488 ____________________________________________________________________________
15489 [  6372] By: jhi                                   on 2000/07/11  20:30:36
15490         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
15491              regen perltoc.
15492      Branch: cfgperl
15493            + pod/perlbook.pod
15494            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
15495            ! pod/perltoc.pod
15496 ____________________________________________________________________________
15497 [  6371] By: jhi                                   on 2000/07/11  20:08:56
15498         Log: Minor cleanups on the booklist.
15499      Branch: cfgperl
15500            ! pod/perlfaq2.pod
15501 ____________________________________________________________________________
15502 [  6370] By: jhi                                   on 2000/07/11  19:31:13
15503         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
15504      Branch: cfgperl
15505            ! t/pragma/overload.t
15506 ____________________________________________________________________________
15507 [  6369] By: gsar                                  on 2000/07/11  19:27:48
15508         Log: integrate cfgperl changes#6293..6324 into mainline
15509      Branch: perl
15510           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
15511            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
15512           !> (integrate 30 files)
15513 ____________________________________________________________________________
15514 [  6368] By: gsar                                  on 2000/07/11  19:18:57
15515         Log: skip integrate of problematic change#6292 from cfgperl into mainline
15516      Branch: perl
15517           !> pp_hot.c
15518 ____________________________________________________________________________
15519 [  6367] By: gsar                                  on 2000/07/11  19:17:21
15520         Log: integrate cfgperl changes#6288..6290 into mainline
15521      Branch: perl
15522           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
15523 ____________________________________________________________________________
15524 [  6366] By: gsar                                  on 2000/07/11  19:11:18
15525         Log: integrate cfgperl changes#6268..6282 into mainline
15526      Branch: perl
15527           !> (integrate 30 files)
15528 ____________________________________________________________________________
15529 [  6365] By: gsar                                  on 2000/07/11  18:57:00
15530         Log: delete new accidentally branched file
15531      Branch: perl
15532            - t/op/method2entersub.t
15533 ____________________________________________________________________________
15534 [  6364] By: gsar                                  on 2000/07/11  18:55:13
15535         Log: skip integrate of change#6267 from cfgperl into mainline (the
15536              method call optimization is flawed without additional hints
15537              from user about immutableness of @ISA and no runtime method
15538              definitions)
15539      Branch: perl
15540           +> t/op/method2entersub.t
15541           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
15542           !> perl.h t/op/sprintf.t xsutils.c
15543 ____________________________________________________________________________
15544 [  6363] By: gsar                                  on 2000/07/11  18:49:43
15545         Log: integrate cfgperl changes#6261..6266 into mainline
15546      Branch: perl
15547           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
15548           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
15549           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15550           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
15551 ____________________________________________________________________________
15552 [  6362] By: gsar                                  on 2000/07/11  18:43:26
15553         Log: integrate cfgperl changes#6252..6260 into mainline
15554      Branch: perl
15555           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
15556           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
15557           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
15558           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
15559 ____________________________________________________________________________
15560 [  6361] By: gsar                                  on 2000/07/11  18:37:12
15561         Log: skip integrate of problematic change#6251 from cfgperl into mainline
15562      Branch: perl
15563           !> lib/Exporter.pm
15564 ____________________________________________________________________________
15565 [  6360] By: gsar                                  on 2000/07/11  18:34:56
15566         Log: integrate cfgperl change#6250 into mainline
15567      Branch: perl
15568           +> t/op/my_stash.t
15569           !> MANIFEST embed.pl proto.h toke.c
15570 ____________________________________________________________________________
15571 [  6359] By: gsar                                  on 2000/07/11  18:21:19
15572         Log: integrate cfgperl changes#6242..6249 into mainline
15573      Branch: perl
15574           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
15575           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
15576           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
15577           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
15578           !> t/lib/peek.t utf8.c
15579 ____________________________________________________________________________
15580 [  6358] By: gsar                                  on 2000/07/11  18:15:45
15581         Log: skip integrate of problematic change#6241 from cfgperl into mainline
15582      Branch: perl
15583           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
15584 ____________________________________________________________________________
15585 [  6357] By: jhi                                   on 2000/07/11  18:15:16
15586         Log: Fix for
15587              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
15588              From: Roderick Schertler <roderick@argon.org> 
15589              Date: Tue, 11 Jul 2000 13:55:05 -0400 
15590              Message-Id: <200007111755.NAA05077@jones.argon.org> 
15591      Branch: cfgperl
15592            ! doio.c
15593 ____________________________________________________________________________
15594 [  6356] By: jhi                                   on 2000/07/11  18:12:51
15595         Log: Typo in #6341.
15596      Branch: cfgperl
15597            ! pp_hot.c
15598 ____________________________________________________________________________
15599 [  6355] By: gsar                                  on 2000/07/11  18:12:10
15600         Log: integrate cfgperl changes#6231..6240 into mainline
15601      Branch: perl
15602           +> pod/perlutil.pod
15603           !> (integrate 35 files)
15604 ____________________________________________________________________________
15605 [  6354] By: jhi                                   on 2000/07/11  18:04:34
15606         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
15607              From: Dominic Dunlop <domo@computer.org> 
15608              Date: Tue, 11 Jul 2000 12:27:33 +0200 
15609              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
15610              
15611              Replaces change #6268.
15612      Branch: cfgperl
15613            ! t/op/sprintf.t
15614 ____________________________________________________________________________
15615 [  6353] By: gsar                                  on 2000/07/11  17:59:51
15616         Log: skip integrate of problematic change#6230 from cfgperl into mainline
15617              (a later version of File::Spec is already in mainline)
15618      Branch: perl
15619           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
15620           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
15621 ____________________________________________________________________________
15622 [  6352] By: gsar                                  on 2000/07/11  17:57:48
15623         Log: integrate cfgperl changes#6224..6229 into mainline
15624      Branch: perl
15625           +> lib/lib.pm.PL
15626            - lib/lib.pm
15627           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
15628           !> lib/English.pm op.c t/lib/english.t
15629 ____________________________________________________________________________
15630 [  6351] By: gsar                                  on 2000/07/11  17:50:10
15631         Log: skip integrate of problematic change#6223 from cfgperl into mainline
15632      Branch: perl
15633           !> doio.c
15634 ____________________________________________________________________________
15635 [  6350] By: gsar                                  on 2000/07/11  17:48:28
15636         Log: integrate cfgperl changes#6220..6222 into mainline
15637      Branch: perl
15638           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
15639           !> toke.c utf8.c win32/win32.h
15640 ____________________________________________________________________________
15641 [  6349] By: gsar                                  on 2000/07/11  17:46:13
15642         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
15643              mainline
15644      Branch: perl
15645           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15646           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15647           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15648 ____________________________________________________________________________
15649 [  6348] By: jhi                                   on 2000/07/11  17:45:49
15650         Log: README.posix-bc podified from Thomas Dorner.
15651      Branch: cfgperl
15652            ! README.posix-bc
15653 ____________________________________________________________________________
15654 [  6347] By: gsar                                  on 2000/07/11  17:42:04
15655         Log: integrate cfgperl change#6217 into mainline
15656      Branch: perl
15657           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
15658           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
15659           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
15660 ____________________________________________________________________________
15661 [  6346] By: gsar                                  on 2000/07/11  17:39:37
15662         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
15663              mainline
15664      Branch: perl
15665           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
15666           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15667           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
15668           !> perlapi.h pod/perlapi.pod
15669 ____________________________________________________________________________
15670 [  6345] By: gsar                                  on 2000/07/11  17:36:42
15671         Log: integrate cfgperl changes#6207..6210 into mainline
15672      Branch: perl
15673           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
15674           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
15675 ____________________________________________________________________________
15676 [  6344] By: gsar                                  on 2000/07/11  17:31:20
15677         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
15678              mainline
15679      Branch: perl
15680           !> (integrate 40 files)
15681 ____________________________________________________________________________
15682 [  6343] By: gsar                                  on 2000/07/11  17:19:08
15683         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
15684      Branch: perl
15685           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
15686            ! Changes
15687           !> (integrate 34 files)
15688 ____________________________________________________________________________
15689 [  6342] By: jhi                                   on 2000/07/11  16:05:48
15690         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
15691              To: perl5-porters@perl.org
15692              From: Karsten Sperling <spiff@phreax.net>
15693              Date: Mon, 10 Jul 2000 15:12:52 +0200
15694              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
15695      Branch: cfgperl
15696            ! lib/Symbol.pm
15697 ____________________________________________________________________________
15698 [  6341] By: jhi                                   on 2000/07/11  15:59:23
15699         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
15700              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15701              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
15702              Date: Fri, 07 Jul 2000 17:57:16 +0100
15703      Branch: cfgperl
15704            ! pp_hot.c
15705 ____________________________________________________________________________
15706 [  6340] By: jhi                                   on 2000/07/11  15:55:47
15707         Log: Subject: Re: format bug report  [Patch]
15708              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15709              Date: Wed, 05 Jul 2000 13:12:52 +0200
15710              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
15711              
15712              Subject: Re: format bug report  [Patch]
15713              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15714              Date: Wed, 05 Jul 2000 14:10:01 +0200
15715              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
15716      Branch: cfgperl
15717            ! t/op/write.t toke.c
15718 ____________________________________________________________________________
15719 [  6339] By: jhi                                   on 2000/07/11  13:54:09
15720         Log: Be less forgiving about ambiguous and illegal tr ranges.
15721              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
15722              From: Mark-Jason Dominus <mjd@plover.com>
15723              Date: Tue, 04 Jul 2000 10:00:12 -0400
15724              Message-ID: <20000704140012.17772.qmail@plover.com>
15725              
15726              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
15727              From: Mark-Jason Dominus <mjd@plover.com>
15728              Date: Wed, 05 Jul 2000 09:37:36 -0400
15729              Message-ID: <20000705133736.27293.qmail@plover.com>
15730      Branch: cfgperl
15731            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
15732 ____________________________________________________________________________
15733 [  6338] By: jhi                                   on 2000/07/11  13:31:24
15734         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
15735              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15736              Date: Tue, 11 Jul 2000 13:50:51 +0100
15737              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
15738      Branch: cfgperl
15739            ! sv.c
15740 ____________________________________________________________________________
15741 [  6337] By: jhi                                   on 2000/07/11  13:29:14
15742         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
15743              From: Hugo <hv@crypt.compulink.co.uk>
15744              Date: Tue, 11 Jul 2000 12:44:50 +0100
15745              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
15746      Branch: cfgperl
15747            ! regexec.c t/op/re_tests
15748 ____________________________________________________________________________
15749 [  6336] By: jhi                                   on 2000/07/11  13:26:47
15750         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
15751              From: simon@brecon.co.uk (Simon Cozens)
15752              Date: 7 Jul 2000 11:26:09 GMT
15753              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
15754      Branch: cfgperl
15755            ! mg.c
15756 ____________________________________________________________________________
15757 [  6335] By: jhi                                   on 2000/07/11  13:23:37
15758         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
15759              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
15760              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
15761              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
15762      Branch: cfgperl
15763            + ext/DynaLoader/hints/netbsd.pl
15764            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
15765 ____________________________________________________________________________
15766 [  6334] By: jhi                                   on 2000/07/11  13:20:38
15767         Log: Subject: PATCH perlguts.pod: Document D and d magic types
15768              From: mjd@plover.com
15769              Date: 5 Jul 2000 18:01:51 -0000
15770              Message-ID: <20000705180151.29413.qmail@plover.com>
15771      Branch: cfgperl
15772            ! pod/perlguts.pod
15773 ____________________________________________________________________________
15774 [  6333] By: jhi                                   on 2000/07/11  13:15:51
15775         Log: Precedence goof, fix based on
15776              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
15777              From: Hugo <hv@crypt.compulink.co.uk>
15778              Date: Tue, 11 Jul 2000 12:52:38 +0100
15779              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
15780      Branch: cfgperl
15781            ! t/op/taint.t
15782 ____________________________________________________________________________
15783 [  6332] By: jhi                                   on 2000/07/11  12:40:17
15784         Log: Integrate with Sarathy.
15785      Branch: cfgperl
15786           !> win32/win32sck.c
15787 ____________________________________________________________________________
15788 [  6331] By: jhi                                   on 2000/07/10  20:14:16
15789         Log: Sprinkle ldlibpath.
15790      Branch: cfgperl
15791            ! pod/Makefile.SH
15792 ____________________________________________________________________________
15793 [  6330] By: jhi                                   on 2000/07/10  17:54:49
15794         Log: More POSIX.pod tweaks.
15795      Branch: cfgperl
15796            ! ext/POSIX/POSIX.pod
15797 ____________________________________________________________________________
15798 [  6329] By: jhi                                   on 2000/07/10  14:02:12
15799         Log: Reorder perl.pod once more.
15800      Branch: cfgperl
15801            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15802 ____________________________________________________________________________
15803 [  6328] By: gsar                                  on 2000/07/10  07:06:00
15804         Log: accept() leaks memory on windows due to incorrect ordering of
15805              closesocket() and fclose() calls
15806      Branch: perl
15807            ! win32/win32sck.c
15808 ____________________________________________________________________________
15809 [  6327] By: gsar                                  on 2000/07/10  06:49:17
15810         Log: winsock options weren't being set in all threads under ithreads
15811              (caused send()s from second and subsequent threads to fail)
15812      Branch: perl
15813            ! win32/win32sck.c
15814 ____________________________________________________________________________
15815 [  6326] By: jhi                                   on 2000/07/08  02:45:40
15816         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
15817              was cast to an unsigned (32-bit) integer with wild abandon.
15818      Branch: cfgperl
15819            ! ext/Devel/DProf/DProf.xs
15820 ____________________________________________________________________________
15821 [  6325] By: jhi                                   on 2000/07/07  18:50:33
15822         Log: Remove perlbook, update perlfaq book listing,
15823              rearrange perl.pod, regenerate perltoc.
15824      Branch: cfgperl
15825            - pod/perlbook.pod
15826            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
15827            ! pod/perlfaq2.pod pod/perltoc.pod
15828 ____________________________________________________________________________
15829 [  6324] By: jhi                                   on 2000/07/07  14:03:40
15830         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
15831      Branch: cfgperl
15832            ! sv.h toke.c
15833 ____________________________________________________________________________
15834 [  6323] By: jhi                                   on 2000/07/06  16:03:55
15835         Log: Fix complaints of buildtoc.
15836      Branch: cfgperl
15837            + lib/Win32.pod
15838            - pod/Win32.pod
15839            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15840 ____________________________________________________________________________
15841 [  6322] By: jhi                                   on 2000/07/06  15:15:52
15842         Log: Add =head1 NAMEs so that buildtoc is happy.
15843              (The CGI::Util nit reported to Lincoln.)
15844      Branch: cfgperl
15845            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
15846            ! pod/perltoc.pod
15847 ____________________________________________________________________________
15848 [  6321] By: jhi                                   on 2000/07/06  03:16:04
15849         Log: Config is being used.
15850      Branch: cfgperl
15851            ! t/op/method.t
15852 ____________________________________________________________________________
15853 [  6320] By: jhi                                   on 2000/07/06  03:13:13
15854         Log: Integrate with Sarathy.
15855      Branch: cfgperl
15856           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
15857 ____________________________________________________________________________
15858 [  6319] By: jhi                                   on 2000/07/06  03:11:46
15859         Log: Autogenerate pod/Makefile and pod/buildtoc.
15860              buildtoc also checks whether the existin pods are
15861              mentioned in MANIFEST and perl.pod, and vice versa.
15862              (None of the thusly found discrepancies fixed yet.)
15863              roffitall also needs to be autogenerated similarly but it
15864              seems so badly out of date that I didn't touch it yet.
15865      Branch: cfgperl
15866            + pod/Makefile.SH pod/buildtoc.PL
15867            - pod/Makefile pod/buildtoc
15868            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
15869 ____________________________________________________________________________
15870 [  6318] By: gsar                                  on 2000/07/05  22:10:54
15871         Log: fix UNC path handling on Windows under ithreads, and chdir()
15872              return value when given a non-existent directory
15873      Branch: perl
15874            ! win32/vdir.h
15875 ____________________________________________________________________________
15876 [  6317] By: gsar                                  on 2000/07/05  22:08:19
15877         Log: winsock cleanup never done on Windows (leads to handle leaks)
15878      Branch: perl
15879            ! win32/perllib.c win32/win32sck.c
15880 ____________________________________________________________________________
15881 [  6316] By: gsar                                  on 2000/07/05  22:06:19
15882         Log: some debugger output does not go to the socket when RemotePort is set
15883      Branch: perl
15884            ! lib/perl5db.pl
15885 ____________________________________________________________________________
15886 [  6315] By: jhi                                   on 2000/07/05  00:25:21
15887         Log: Integrate with Sarathy, preliminary fix for unicos
15888              alignment problems in [ID 20000612.002] Perl problem on Cray system.
15889      Branch: cfgperl
15890            ! sv.h
15891           !> pp_hot.c
15892 ____________________________________________________________________________
15893 [  6314] By: gsar                                  on 2000/07/04  23:34:02
15894         Log: tyop in change#6306
15895      Branch: perl
15896            ! pp_hot.c
15897 ____________________________________________________________________________
15898 [  6313] By: jhi                                   on 2000/07/04  22:14:38
15899         Log: Multiline string literals ENONPORTABLE.
15900      Branch: cfgperl
15901            ! pp_hot.c
15902 ____________________________________________________________________________
15903 [  6312] By: jhi                                   on 2000/07/04  20:34:44
15904         Log: Integrate with Sarathy.
15905      Branch: cfgperl
15906           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
15907           !> t/op/method.t
15908 ____________________________________________________________________________
15909 [  6311] By: jhi                                   on 2000/07/04  20:30:56
15910         Log: More POSIX.pod embellishment.
15911      Branch: cfgperl
15912            ! ext/POSIX/POSIX.pod
15913 ____________________________________________________________________________
15914 [  6310] By: gsar                                  on 2000/07/04  17:28:48
15915         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
15916      Branch: perl
15917            ! t/lib/b.t
15918 ____________________________________________________________________________
15919 [  6309] By: jhi                                   on 2000/07/04  17:22:18
15920         Log: The #6308 required a little bit more.
15921      Branch: cfgperl
15922            ! Makefile.SH win32/Makefile
15923 ____________________________________________________________________________
15924 [  6308] By: jhi                                   on 2000/07/04  16:35:24
15925         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
15926      Branch: cfgperl
15927            + lib/lib_pm.PL
15928            - lib/lib.pm.PL
15929            ! MANIFEST Makefile.SH
15930 ____________________________________________________________________________
15931 [  6307] By: jhi                                   on 2000/07/04  16:28:58
15932         Log: Win32 patches for cfgperl from Sarathy.
15933      Branch: cfgperl
15934            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
15935            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
15936            ! thread.h toke.c util.c win32/Makefile win32/win32.c
15937 ____________________________________________________________________________
15938 [  6306] By: gsar                                  on 2000/07/04  16:28:40
15939         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
15940              (from Richard Soderberg <rs@oregonnet.com>)
15941      Branch: perl
15942            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
15943 ____________________________________________________________________________
15944 [  6305] By: jhi                                   on 2000/07/04  16:24:24
15945         Log: Integrate with Sarathy.
15946      Branch: cfgperl
15947           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
15948           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15949           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
15950           !> proto.h win32/win32.c
15951 ____________________________________________________________________________
15952 [  6304] By: gsar                                  on 2000/07/04  16:17:24
15953         Log: missing perldiag entry for unpack("w",...) diagnostic (from
15954              Andreas Koenig)
15955      Branch: perl
15956            ! pod/perldiag.pod
15957 ____________________________________________________________________________
15958 [  6303] By: gsar                                  on 2000/07/04  16:14:44
15959         Log: remove rel2abs prototypes (from Barrie Slaymaker)
15960      Branch: perl
15961            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
15962            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15963 ____________________________________________________________________________
15964 [  6302] By: gsar                                  on 2000/07/04  04:59:35
15965         Log: adjust change#6299
15966      Branch: perl
15967            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
15968            ! win32/win32.c
15969 ____________________________________________________________________________
15970 [  6301] By: jhi                                   on 2000/07/04  04:50:07
15971         Log: Integrate with Sarathy.
15972      Branch: cfgperl
15973           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
15974           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
15975           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
15976 ____________________________________________________________________________
15977 [  6300] By: gsar                                  on 2000/07/04  04:42:09
15978         Log: PERL_OBJECT build tweak
15979      Branch: perl
15980            ! perl.h
15981 ____________________________________________________________________________
15982 [  6299] By: gsar                                  on 2000/07/04  04:37:00
15983         Log: fix memory leak on Windows (PL_sys_intern contents were never
15984              freed)
15985      Branch: perl
15986            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
15987            ! perlapi.c proto.h win32/win32.c
15988 ____________________________________________________________________________
15989 [  6298] By: gsar                                  on 2000/07/04  04:15:59
15990         Log: fix large memory leak that has been around for ever, masked by
15991              -DPURIFY (most of the arenas were never freed!)
15992      Branch: perl
15993            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
15994 ____________________________________________________________________________
15995 [  6297] By: gsar                                  on 2000/07/04  04:07:46
15996         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
15997      Branch: perl
15998            ! perl.c
15999 ____________________________________________________________________________
16000 [  6296] By: jhi                                   on 2000/06/30  18:28:37
16001         Log: Elaborate POSIX.pod.  Still needs work.
16002      Branch: cfgperl
16003            ! ext/POSIX/POSIX.pod
16004 ____________________________________________________________________________
16005 [  6295] By: jhi                                   on 2000/06/30  14:58:18
16006         Log: Point to perlipc for more SysV IPC examples.
16007      Branch: cfgperl
16008            ! pod/perlfunc.pod
16009 ____________________________________________________________________________
16010 [  6294] By: gsar                                  on 2000/06/30  14:47:45
16011         Log: slurp mode fix in change#4736 still not quite right
16012      Branch: perl
16013            ! pp_hot.c t/io/argv.t
16014 ____________________________________________________________________________
16015 [  6293] By: jhi                                   on 2000/06/30  12:02:55
16016         Log: Integrate with Sarathy.
16017      Branch: cfgperl
16018           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
16019 ____________________________________________________________________________
16020 [  6292] By: jhi                                   on 2000/06/30  12:01:11
16021         Log: From: simon@brecon.co.uk (Simon Cozens)
16022              Subject: UTF8 concat
16023              Date: 30 Jun 2000 06:13:25 GMT
16024              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
16025      Branch: cfgperl
16026            ! pp_hot.c
16027 ____________________________________________________________________________
16028 [  6291] By: gsar                                  on 2000/06/30  04:37:33
16029         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
16030              when @_ is modified, causing coredumps
16031      Branch: perl
16032            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
16033 ____________________________________________________________________________
16034 [  6290] By: jhi                                   on 2000/06/30  02:21:44
16035         Log: Integrate with Sarathy.
16036      Branch: cfgperl
16037           !> vms/vms.c vms/vmsish.h
16038 ____________________________________________________________________________
16039 [  6289] By: jhi                                   on 2000/06/30  02:21:02
16040         Log: Check VERSIONs.
16041      Branch: cfgperl
16042            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16043            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16044            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16045 ____________________________________________________________________________
16046 [  6288] By: jhi                                   on 2000/06/30  02:18:52
16047         Log: Integrate with Sarathy.
16048      Branch: cfgperl
16049           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
16050           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
16051           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16052           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
16053 ____________________________________________________________________________
16054 [  6287] By: gsar                                  on 2000/06/30  02:17:08
16055         Log: integrate vmsperl changes into mainline
16056      Branch: perl
16057           !> vms/vms.c vms/vmsish.h
16058 ____________________________________________________________________________
16059 [  6285] By: gsar                                  on 2000/06/30  02:05:28
16060         Log: localize %INC in a Safe compartment so that use/require work
16061              (many other magic globals probably need similar treatment)
16062      Branch: perl
16063            ! ext/Opcode/Opcode.xs
16064 ____________________________________________________________________________
16065 [  6284] By: gsar                                  on 2000/06/30  01:54:54
16066         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
16067              about Windows
16068      Branch: perl
16069            ! pod/perlembed.pod
16070 ____________________________________________________________________________
16071 [  6283] By: jhi                                   on 2000/06/30  01:50:10
16072         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
16073              From: Barrie Slaymaker <barries@jester.slaysys.com>
16074              Date: Wed, 28 Jun 2000 11:35:29 -0400
16075              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
16076      Branch: perl
16077            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
16078            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
16079            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16080            ! lib/File/Spec/Win32.pm
16081 ____________________________________________________________________________
16082 [  6282] By: jhi                                   on 2000/06/29  22:57:22
16083         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
16084              From: Dan Sugalski <dan@sidhe.org>
16085              Date: Tue, 06 Jun 2000 11:59:50 -0400
16086              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
16087      Branch: cfgperl
16088            ! vms/vms.c
16089 ____________________________________________________________________________
16090 [  6281] By: jhi                                   on 2000/06/29  22:52:50
16091         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
16092              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16093              Date: Wed, 7 Jun 2000 04:02:04 -0500
16094              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
16095      Branch: cfgperl
16096            ! utils/h2xs.PL
16097 ____________________________________________________________________________
16098 [  6280] By: jhi                                   on 2000/06/29  22:45:47
16099         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
16100              From: rspier@pobox.com (Robert Spier)
16101              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
16102              Message-ID: <14654.31913.845602.610277@rls.cx>
16103      Branch: cfgperl
16104            ! utils/h2xs.PL
16105 ____________________________________________________________________________
16106 [  6279] By: jhi                                   on 2000/06/29  22:38:16
16107         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
16108              From: Tim Ayers <tayers@bridge.com>
16109              Date: Thu, 08 Jun 2000 08:11:06 +0200
16110              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
16111              [resent by Richard Foley, Message-Id probably wrong]
16112      Branch: cfgperl
16113            ! pod/perlsub.pod
16114 ____________________________________________________________________________
16115 [  6278] By: jhi                                   on 2000/06/29  22:21:45
16116         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
16117              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
16118              Date: Fri, 09 Jun 2000 12:39:27 -0400
16119              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
16120              (plus update the version "number" of Text::Wrap)
16121      Branch: cfgperl
16122            ! lib/Text/Wrap.pm
16123 ____________________________________________________________________________
16124 [  6277] By: jhi                                   on 2000/06/29  22:13:10
16125         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
16126              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16127              Date: Mon, 12 Jun 2000 14:55:59 +0100
16128              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
16129      Branch: cfgperl
16130            ! pod/perlfunc.pod
16131 ____________________________________________________________________________
16132 [  6276] By: jhi                                   on 2000/06/29  22:11:06
16133         Log: Subject: [PATCH] Re: eval documentation: context
16134              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16135              Date: Mon, 12 Jun 2000 15:07:29 +0100
16136              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
16137      Branch: cfgperl
16138            ! pod/perlfunc.pod
16139 ____________________________________________________________________________
16140 [  6275] By: jhi                                   on 2000/06/29  21:59:46
16141         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
16142              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16143              Date: Tue, 13 Jun 2000 02:43:48 -0500
16144              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
16145      Branch: cfgperl
16146            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
16147 ____________________________________________________________________________
16148 [  6274] By: jhi                                   on 2000/06/29  21:56:14
16149         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
16150              From: Andy Dougherty <doughera@lafayette.edu>
16151              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
16152              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
16153      Branch: cfgperl
16154            ! ext/File/Glob/Glob.pm
16155 ____________________________________________________________________________
16156 [  6273] By: jhi                                   on 2000/06/29  21:49:09
16157         Log: Subject: [PATCH] xsub attributes
16158              From: Doug MacEachern <dougm@covalent.net>
16159              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
16160              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
16161      Branch: cfgperl
16162            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
16163            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
16164 ____________________________________________________________________________
16165 [  6272] By: jhi                                   on 2000/06/29  21:41:28
16166         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
16167              From: Tom Phoenix <rootbeer@redcat.com>
16168              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
16169              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
16170      Branch: cfgperl
16171            ! lib/Net/Ping.pm
16172 ____________________________________________________________________________
16173 [  6271] By: jhi                                   on 2000/06/29  21:36:55
16174         Log: Subject: PATCH pod/perltie.pod
16175              From: Ian Phillipps <Ian.Phillipps@iname.com>
16176              Date: Fri, 16 Jun 2000 00:17:19 +0100
16177              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
16178              (only the first hunk, the second hunk had already been done
16179              by some other patch)
16180      Branch: cfgperl
16181            ! pod/perltie.pod
16182 ____________________________________________________________________________
16183 [  6270] By: jhi                                   on 2000/06/29  21:24:51
16184         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
16185              From: Nicholas Clark <nick@talking.bollo.cx>
16186              Date: Fri, 23 Jun 2000 16:21:15 +0100
16187              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
16188      Branch: cfgperl
16189            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
16190            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
16191 ____________________________________________________________________________
16192 [  6269] By: jhi                                   on 2000/06/29  19:38:15
16193         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
16194              silence few compiler warnings.
16195      Branch: cfgperl
16196            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
16197 ____________________________________________________________________________
16198 [  6268] By: jhi                                   on 2000/06/29  18:21:50
16199         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
16200              From: Dominic Dunlop <domo@computer.org> 
16201              Date: Thu, 29 Jun 2000 12:32:39 +0200 
16202              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
16203      Branch: cfgperl
16204            ! t/op/sprintf.t
16205 ____________________________________________________________________________
16206 [  6267] By: jhi                                   on 2000/06/29  18:16:07
16207         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
16208              From: Doug MacEachern <dougm@covalent.net>
16209              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
16210              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
16211      Branch: cfgperl
16212            + t/op/method2entersub.t
16213            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
16214            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16215            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
16216            ! xsutils.c
16217 ____________________________________________________________________________
16218 [  6266] By: jhi                                   on 2000/06/29  15:11:15
16219         Log: Subject: [PATCH 5.6.0] cygwin port
16220              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
16221              From: "Fifer, Eric" <EFifer@sanwaint.com>
16222              Date: Thu, 29 Jun 2000 12:58:29 +0100
16223      Branch: cfgperl
16224            ! cygwin/Makefile.SHs
16225 ____________________________________________________________________________
16226 [  6265] By: jhi                                   on 2000/06/29  15:04:05
16227         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
16228              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16229              Date: Wed, 28 Jun 2000 17:50:12 -0700
16230              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
16231      Branch: cfgperl
16232            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16233 ____________________________________________________________________________
16234 [  6264] By: jhi                                   on 2000/06/29  15:00:57
16235         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
16236              From: Marty Lucich <marty@netcom.com>
16237              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
16238              Message-Id: <200006282116.OAA11148@netcom.com>
16239              ccdlflags update (the BSD/OS 4.1 part had already been taken
16240              care of by #6141).
16241      Branch: cfgperl
16242            ! hints/bsdos.sh
16243 ____________________________________________________________________________
16244 [  6263] By: jhi                                   on 2000/06/29  13:47:44
16245         Log: tr fixes from Simon Cozens
16246      Branch: cfgperl
16247            ! doop.c
16248 ____________________________________________________________________________
16249 [  6262] By: jhi                                   on 2000/06/28  18:46:01
16250         Log: Subject: 5.6.0 Patch for EPOC
16251              From: Olaf Flebbe <o.flebbe@gmx.de>
16252              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
16253              Message-ID: <23449.960929969@www11.gmx.net>
16254      Branch: cfgperl
16255            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
16256            ! epoc/epocish.h
16257 ____________________________________________________________________________
16258 [  6261] By: jhi                                   on 2000/06/28  18:29:07
16259         Log: Subject: Re: [PATCH cfgperl] BOMs away!
16260              From: simon@brecon.co.uk (Simon Cozens)
16261              Date: 17 Jun 2000 11:49:57 GMT
16262              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
16263      Branch: cfgperl
16264            ! pod/perldiag.pod t/comp/require.t toke.c
16265 ____________________________________________________________________________
16266 [  6260] By: jhi                                   on 2000/06/28  17:47:16
16267         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
16268              From: simon@brecon.co.uk (Simon Cozens) 
16269              Date: 17 Jun 2000 11:56:44 GMT 
16270              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
16271              pack U0, pack C0
16272      Branch: cfgperl
16273            ! pod/perlfunc.pod pp.c t/op/pack.t
16274 ____________________________________________________________________________
16275 [  6259] By: jhi                                   on 2000/06/28  16:43:17
16276         Log: perlnewmod was missing from MANIFEST.
16277      Branch: cfgperl
16278            ! MANIFEST
16279 ____________________________________________________________________________
16280 [  6258] By: jhi                                   on 2000/06/28  15:54:30
16281         Log: linenumber tweak
16282      Branch: cfgperl
16283            ! t/pragma/warn/regcomp
16284 ____________________________________________________________________________
16285 [  6257] By: jhi                                   on 2000/06/28  15:50:44
16286         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
16287              From: Doug MacEachern <dougm@covalent.net>
16288              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
16289              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
16290              (one part of the patch had been applied earlier)
16291      Branch: cfgperl
16292            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
16293 ____________________________________________________________________________
16294 [  6256] By: jhi                                   on 2000/06/28  15:40:22
16295         Log: tweaks from Simon Cozens to further fix tr/// under utf8
16296      Branch: cfgperl
16297            ! doop.c
16298 ____________________________________________________________________________
16299 [  6255] By: jhi                                   on 2000/06/28  15:33:45
16300         Log: small thinko tweaks
16301      Branch: cfgperl
16302            ! lib/IPC/Open3.pm t/op/my_stash.t
16303 ____________________________________________________________________________
16304 [  6254] By: jhi                                   on 2000/06/28  15:33:25
16305         Log: Subject: tr///, help wanted.
16306              From: simon@brecon.co.uk (Simon Cozens)
16307              Date: 28 Jun 2000 11:29:04 GMT
16308              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
16309      Branch: cfgperl
16310            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
16311            ! pp_proto.h proto.h t/op/tr.t
16312 ____________________________________________________________________________
16313 [  6253] By: jhi                                   on 2000/06/28  15:09:17
16314         Log: Paranoia tweak on #6249.
16315              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
16316              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
16317              Date: Sun, 25 Jun 2000 23:43:12 -0400
16318              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
16319      Branch: cfgperl
16320            ! lib/IPC/Open3.pm
16321 ____________________________________________________________________________
16322 [  6252] By: jhi                                   on 2000/06/28  15:01:38
16323         Log: Document #6249 and #6251.
16324      Branch: cfgperl
16325            ! lib/Exporter.pm lib/IPC/Open3.pm
16326 ____________________________________________________________________________
16327 [  6251] By: jhi                                   on 2000/06/28  14:50:43
16328         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
16329              From: Doug MacEachern <dougm@covalent.net>
16330              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
16331              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
16332      Branch: cfgperl
16333            ! lib/Exporter.pm
16334 ____________________________________________________________________________
16335 [  6250] By: jhi                                   on 2000/06/28  14:45:23
16336         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
16337              From: Doug MacEachern <dougm@covalent.net>
16338              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
16339              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
16340      Branch: cfgperl
16341            + t/op/my_stash.t
16342            ! MANIFEST embed.pl global.sym proto.h toke.c
16343 ____________________________________________________________________________
16344 [  6249] By: jhi                                   on 2000/06/28  14:36:34
16345         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
16346              From: Frank Tobin <ftobin@uiuc.edu>
16347              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
16348              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
16349      Branch: cfgperl
16350            ! lib/IPC/Open3.pm
16351 ____________________________________________________________________________
16352 [  6248] By: jhi                                   on 2000/06/28  14:11:25
16353         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
16354              From: Mark-Jason Dominus <mjd@plover.com>
16355              Date: Tue, 27 Jun 2000 22:36:42 -0400
16356              Message-ID: <20000628023642.12166.qmail@plover.com>
16357      Branch: cfgperl
16358            ! pod/perlfunc.pod
16359 ____________________________________________________________________________
16360 [  6247] By: jhi                                   on 2000/06/27  12:46:37
16361         Log: Tweak $VERSION, patch from Doug MacEachern.
16362      Branch: cfgperl
16363            ! lib/File/Spec.pm
16364 ____________________________________________________________________________
16365 [  6246] By: jhi                                   on 2000/06/27  03:34:46
16366         Log: Allow for standalone testing.
16367      Branch: cfgperl
16368            ! t/lib/filefunc.t t/lib/filespec.t
16369 ____________________________________________________________________________
16370 [  6245] By: jhi                                   on 2000/06/27  02:50:02
16371         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
16372              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
16373              Date: Sat, 24 Jun 2000 13:06:20 +0100
16374              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
16375      Branch: cfgperl
16376            ! ext/DynaLoader/DynaLoader_pm.PL
16377 ____________________________________________________________________________
16378 [  6244] By: jhi                                   on 2000/06/27  02:46:10
16379         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
16380              From: Doug MacEachern <dougm@covalent.net>
16381              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
16382              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
16383      Branch: cfgperl
16384            ! gv.c sv.c t/lib/peek.t
16385 ____________________________________________________________________________
16386 [  6243] By: jhi                                   on 2000/06/27  02:38:07
16387         Log: Subject: [PATCH] is_utf8_string
16388              From: simon@brecon.co.uk (Simon Cozens)
16389              Date: 26 Jun 2000 02:25:59 GMT
16390              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
16391      Branch: cfgperl
16392            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
16393            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
16394            ! proto.h utf8.c
16395 ____________________________________________________________________________
16396 [  6242] By: jhi                                   on 2000/06/27  02:24:00
16397         Log: Subject: [PATCH] bytes<->utf8 fixes
16398              From: simon@brecon.co.uk (Simon Cozens)
16399              Date: 26 Jun 2000 04:55:45 GMT
16400              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
16401      Branch: cfgperl
16402            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
16403 ____________________________________________________________________________
16404 [  6241] By: jhi                                   on 2000/06/27  02:12:42
16405         Log: Do no -warn on \_, only on \alpha.
16406              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
16407              From: David Dyck <dcd@tc.fluke.com>
16408              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
16409              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
16410      Branch: cfgperl
16411            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
16412 ____________________________________________________________________________
16413 [  6240] By: jhi                                   on 2000/06/27  02:00:01
16414         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
16415              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
16416              Date: Mon, 26 Jun 2000 18:40:14 +0100
16417              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
16418      Branch: cfgperl
16419            ! utils/h2xs.PL
16420 ____________________________________________________________________________
16421 [  6239] By: jhi                                   on 2000/06/27  01:53:40
16422         Log: Configure maintenance.  Sever some dependency cycles,
16423              separate gccversion from the cc unit,
16424              address [ID 20000623.006] Configure script patch for using gcc on AIX
16425              (but solve it a little bit differently),
16426              unduplex some accidentally duplicated units,
16427              suggest using gcc if no cc available
16428              (p5p thread: "Solaris configure: counterproposal", 1999-09)
16429      Branch: cfgperl
16430            ! Configure Todo-5.6 config_h.SH
16431      Branch: metaconfig
16432            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
16433            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
16434      Branch: metaconfig/U/perl
16435            + gccvers.U
16436            ! d_getespwnam.U d_getprpwnam.U i_prot.U
16437 ____________________________________________________________________________
16438 [  6238] By: jhi                                   on 2000/06/25  18:04:56
16439         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
16440              From: Dan Sugalski <dan@sidhe.org>
16441              Date: Fri, 23 Jun 2000 17:00:00 -0400
16442              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
16443      Branch: cfgperl
16444            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
16445 ____________________________________________________________________________
16446 [  6237] By: jhi                                   on 2000/06/25  16:36:45
16447         Log: Tweak embed.pl, regen headers.
16448      Branch: cfgperl
16449            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
16450            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
16451            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
16452            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
16453            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
16454 ____________________________________________________________________________
16455 [  6236] By: jhi                                   on 2000/06/25  15:26:42
16456         Log: Regen headers.
16457      Branch: cfgperl
16458            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
16459            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
16460            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
16461            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
16462            ! regnodes.h warnings.h
16463 ____________________________________________________________________________
16464 [  6235] By: jhi                                   on 2000/06/23  19:39:35
16465         Log: The thread begun by
16466              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
16467              From: Kevin.Ruscoe@ubsw.com
16468              Date: Fri, 16 Jun 2000 16:38:51 +0100
16469              Message-Id: <H000019b03c300d6@MHS>
16470      Branch: cfgperl
16471            ! hints/solaris_2.sh
16472 ____________________________________________________________________________
16473 [  6234] By: jhi                                   on 2000/06/23  19:23:36
16474         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
16475              because when run as services (Win32ese for daemons)
16476              no environment variables are set and tmpdir ends up as /tmp,
16477              which is ambiguous.
16478              
16479              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
16480              From: matt@sergeant.org
16481              Date: 16 Jun 2000 16:30:43 -0000
16482              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
16483      Branch: cfgperl
16484            ! lib/File/Spec/Win32.pm
16485 ____________________________________________________________________________
16486 [  6233] By: jhi                                   on 2000/06/23  19:18:58
16487         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
16488              From: Mark-Jason Dominus <mjd@plover.com>
16489              Date: Fri, 16 Jun 2000 20:53:04 -0400
16490              Message-ID: <20000617005304.8008.qmail@plover.com>
16491      Branch: cfgperl
16492            ! op.h
16493 ____________________________________________________________________________
16494 [  6232] By: jhi                                   on 2000/06/23  16:10:02
16495         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
16496              From: simon@brecon.co.uk (Simon Cozens)
16497              Date: 19 Jun 2000 15:18:27 GMT
16498              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
16499              
16500              plus update pod/Makefile and regenerate perltoc
16501      Branch: cfgperl
16502            + pod/perlutil.pod
16503            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
16504 ____________________________________________________________________________
16505 [  6231] By: jhi                                   on 2000/06/23  15:19:18
16506         Log: Subject: [PATCH 5.6.0] cygwin port
16507              From: "Fifer, Eric" <EFifer@sanwaint.com>
16508              Date: Tue, 20 Jun 2000 14:30:58 +0100
16509              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
16510      Branch: cfgperl
16511            ! README.cygwin lib/File/Find.pm
16512 ____________________________________________________________________________
16513 [  6230] By: jhi                                   on 2000/06/23  14:25:21
16514         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
16515      Branch: cfgperl
16516            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
16517            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
16518            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16519            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
16520 ____________________________________________________________________________
16521 [  6229] By: jhi                                   on 2000/06/23  14:13:34
16522         Log: Subject: README.hpux version 0.6.1
16523              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
16524              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16525              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
16526      Branch: cfgperl
16527            ! README.hpux
16528 ____________________________________________________________________________
16529 [  6228] By: jhi                                   on 2000/06/23  14:07:20
16530         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
16531              From: Doug MacEachern <dougm@covalent.net>
16532              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
16533              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
16534      Branch: cfgperl
16535            ! op.c
16536 ____________________________________________________________________________
16537 [  6227] By: jhi                                   on 2000/06/23  14:01:06
16538         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
16539              From: Doug MacEachern <dougm@covalent.net>
16540              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
16541              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
16542      Branch: cfgperl
16543            + lib/lib.pm.PL
16544            - lib/lib.pm
16545            ! MANIFEST Makefile.SH
16546 ____________________________________________________________________________
16547 [  6226] By: jhi                                   on 2000/06/23  13:53:07
16548         Log: Subject: [PATCH] remove forward declarations in Socket.pm
16549              From: Doug MacEachern <dougm@covalent.net>
16550              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
16551              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
16552              
16553              From: Doug MacEachern <dougm@covalent.net>
16554              Subject: Re: [PATCH] remove forward declarations in Socket.pm
16555              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
16556              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
16557      Branch: cfgperl
16558            ! ext/Socket/Socket.pm op.c
16559 ____________________________________________________________________________
16560 [  6225] By: jhi                                   on 2000/06/23  13:41:52
16561         Log: Add source code filenames to apidoc.
16562              From: simon@brecon.co.uk (Simon Cozens)
16563              Subject: [PATCH embed.pl] Source X-ref
16564              Date: 22 Jun 2000 02:18:49 GMT
16565              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
16566      Branch: cfgperl
16567            ! embed.pl
16568 ____________________________________________________________________________
16569 [  6224] By: jhi                                   on 2000/06/23  13:32:33
16570         Log: A way to avoid English.pm performance hit.
16571              From: root <root@jester.slaysys.com>
16572              Subject: [YAPATCH English.pm] My turn to putt again
16573              Date: Thu, 22 Jun 2000 20:33:58 -0400
16574              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
16575      Branch: cfgperl
16576            ! lib/English.pm t/lib/english.t
16577 ____________________________________________________________________________
16578 [  6223] By: jhi                                   on 2000/06/23  13:27:06
16579         Log: Avoid double close().
16580              Subject: [PATCH] avoid double close()
16581              From: Doug MacEachern <dougm@covalent.net>
16582              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
16583              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
16584      Branch: cfgperl
16585            ! doio.c
16586 ____________________________________________________________________________
16587 [  6222] By: jhi                                   on 2000/06/23  13:25:54
16588         Log: doc typo fix
16589              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
16590              From: Ian Phillipps <Ian.Phillipps@iname.com>
16591              Date: Fri, 23 Jun 2000 10:40:58 +0100
16592              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
16593      Branch: cfgperl
16594            ! lib/Pod/Usage.pm
16595 ____________________________________________________________________________
16596 [  6221] By: jhi                                   on 2000/06/23  13:24:15
16597         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
16598              From: simon@brecon.co.uk (Simon Cozens)
16599              Subject: [PATCH] Eliminate tr///[CU][CU]
16600              Date: 23 Jun 2000 11:05:40 GMT
16601              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
16602      Branch: cfgperl
16603            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
16604 ____________________________________________________________________________
16605 [  6220] By: jhi                                   on 2000/06/22  16:07:51
16606         Log: Win32 patches from Benjamin Stuhl.
16607      Branch: cfgperl
16608            ! makedef.pl win32/win32.h
16609 ____________________________________________________________________________
16610 [  6219] By: jhi                                   on 2000/06/22  16:06:34
16611         Log: Bytecode patches from Benjamin Stuhl.
16612      Branch: cfgperl
16613            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
16614            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
16615            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16616 ____________________________________________________________________________
16617 [  6218] By: jhi                                   on 2000/06/15  23:54:16
16618         Log: Bytecode patches from Benjamin Stuhl.
16619      Branch: cfgperl
16620            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
16621 ____________________________________________________________________________
16622 [  6217] By: jhi                                   on 2000/06/09  13:38:29
16623         Log: Rename the fdpid locking and integrate with Sarathy.
16624      Branch: cfgperl
16625            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
16626            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
16627            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
16628            ! win32/win32.c
16629           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
16630 ____________________________________________________________________________
16631 [  6216] By: gsar                                  on 2000/06/08  14:54:21
16632         Log: be more optimal about clearing @_
16633      Branch: perl
16634            ! cop.h
16635 ____________________________________________________________________________
16636 [  6215] By: gsar                                  on 2000/06/08  14:33:04
16637         Log: tweak comment about @DB::args
16638      Branch: perl
16639            ! av.h pp_ctl.c
16640 ____________________________________________________________________________
16641 [  6214] By: gsar                                  on 2000/06/08  13:57:54
16642         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
16643              caller() wants to populate @DB::args with it (causes a coredump
16644              in Carp::confess())
16645      Branch: perl
16646            ! cop.h t/op/runlevel.t
16647 ____________________________________________________________________________
16648 [  6213] By: gsar                                  on 2000/06/08  07:06:35
16649         Log: back out change#6106 (seems problematic)
16650      Branch: perl
16651            ! hints/solaris_2.sh
16652 ____________________________________________________________________________
16653 [  6212] By: jhi                                   on 2000/06/07  03:10:36
16654         Log: Continuing mopup for #6204.
16655      Branch: cfgperl
16656            ! ext/B/defsubs_h.PL
16657 ____________________________________________________________________________
16658 [  6211] By: jhi                                   on 2000/06/07  02:41:50
16659         Log: Mopup for #6204.
16660              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
16661              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
16662              This is comes from const() where POK isn't on when expected.
16663      Branch: cfgperl
16664            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
16665            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16666            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
16667            ! perlapi.h pod/perlapi.pod
16668 ____________________________________________________________________________
16669 [  6210] By: jhi                                   on 2000/06/07  01:56:29
16670         Log: Mopup for #6207 and #6209.
16671      Branch: cfgperl
16672            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
16673 ____________________________________________________________________________
16674 [  6209] By: jhi                                   on 2000/06/07  01:33:12
16675         Log: Lock PL_fdpid against race conditions, based on:
16676              Subject: [PATCH 5.6.0]subprocess fixup for threads
16677              From: Dan Sugalski <dan@sidhe.org>
16678              To: perl5-porters@perl.org
16679              Date: Tue, 11 Apr 2000 17:02:32 -0400
16680              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
16681      Branch: cfgperl
16682            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
16683            ! win32/win32.c
16684 ____________________________________________________________________________
16685 [  6208] By: jhi                                   on 2000/06/07  01:05:23
16686         Log: Regen headers for #6207.
16687      Branch: cfgperl
16688            ! embed.h global.sym objXSUB.h proto.h
16689 ____________________________________________________________________________
16690 [  6207] By: jhi                                   on 2000/06/06  23:43:13
16691         Log: Subject: [PATCH 5.6.0] Threadsafe patches
16692              From: Dan Sugalski <dan@sidhe.org>
16693              To: perl5-porters@perl.org
16694              Date: Mon, 08 May 2000 18:08:13 -0400
16695              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
16696      Branch: cfgperl
16697            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
16698            ! proto.h sv.h util.c
16699 ____________________________________________________________________________
16700 [  6206] By: jhi                                   on 2000/06/06  23:21:23
16701         Log: Subject: [PATCH] Eliminate $a/$b in pod
16702              From: David Glasser <me@davidglasser.net>
16703              To: perl5-porters@perl.org
16704              Date: Mon, 29 May 2000 21:15:59 -0400
16705              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
16706      Branch: cfgperl
16707            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
16708            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
16709            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
16710            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
16711            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
16712            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
16713            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
16714            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
16715            ! pod/perlvar.pod pod/perlxs.pod
16716 ____________________________________________________________________________
16717 [  6205] By: jhi                                   on 2000/06/06  23:12:14
16718         Log: Subject: [PATCH] Win32 improvements
16719              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
16720              To: gsar@activestate.com, perl5-porters@perl.org
16721              Date: Mon, 29 May 2000 17:22:24 PDT
16722              Message-ID: <20000530002224.91142.qmail@hotmail.com>
16723              (MUA had mangled many lines by wordwrapping)
16724      Branch: cfgperl
16725            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
16726 ____________________________________________________________________________
16727 [  6204] By: jhi                                   on 2000/06/06  23:01:50
16728         Log: Subject: [PATCH] B::Bytecode patches
16729              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
16730              To: gsar@activestate.com, jhi@iki.fi
16731              Cc: perl5-porters@perl.org
16732              Message-ID: <20000602202526.48694.qmail@hotmail.com>
16733              (MUA had mangled many lines by wordwrapping)
16734      Branch: cfgperl
16735            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
16736            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
16737            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16738            ! intrpvar.h perl.c
16739 ____________________________________________________________________________
16740 [  6203] By: jhi                                   on 2000/06/06  22:32:43
16741         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
16742              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16743              Date: Tue, 06 Jun 2000 13:07:45 -0700
16744              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
16745      Branch: cfgperl
16746            ! pod/perldiag.pod
16747 ____________________________________________________________________________
16748 [  6202] By: jhi                                   on 2000/06/06  19:38:35
16749         Log: Integrate with Sarathy.
16750      Branch: cfgperl
16751           !> perl.c
16752 ____________________________________________________________________________
16753 [  6201] By: gsar                                  on 2000/06/06  00:42:59
16754         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
16755              does a PUSHMARK that's never ever POPMARKed; in general, only
16756              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
16757              Perl_eval_[sp]v() don't because they don't take any incoming
16758              arguments (this leak has been around since the original version
16759              of perl_eval_pv() in 5.003_97e)
16760      Branch: perl
16761            ! perl.c
16762 ____________________________________________________________________________
16763 [  6200] By: jhi                                   on 2000/06/04  03:44:52
16764         Log: Update to cperl-mode.el 4.31 from
16765              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
16766              Subject: A couple of notes
16767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16768              To: Mailing list Perl5 <perl5-porters@perl.org>
16769              Date: Sat, 3 Jun 2000 23:33:32 -0400
16770              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
16771      Branch: cfgperl
16772            ! emacs/cperl-mode.el
16773 ____________________________________________________________________________
16774 [  6199] By: jhi                                   on 2000/06/03  15:11:05
16775         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
16776              From: Dan Sugalski <dan@sidhe.org>
16777              To: perl5-porters@perl.org, vmsperl@perl.org
16778              Date: Fri, 02 Jun 2000 17:30:51 -0400
16779              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
16780      Branch: cfgperl
16781            ! vms/descrip_mms.template vms/gen_shrfls.pl
16782 ____________________________________________________________________________
16783 [  6198] By: jhi                                   on 2000/06/03  14:59:15
16784         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
16785              From: Dan Sugalski <dan@sidhe.org>
16786              To: vmsperl@perl.org, perl5-porters@perl.org
16787              Date: Fri, 02 Jun 2000 16:00:41 -0400
16788              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
16789              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
16790      Branch: cfgperl
16791            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
16792            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
16793            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
16794 ____________________________________________________________________________
16795 [  6197] By: jhi                                   on 2000/06/03  14:41:30
16796         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
16797              From: John Borwick <jhborwic@unity.ncsu.edu>
16798              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
16799              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
16800      Branch: cfgperl
16801            ! pod/perlsyn.pod
16802 ____________________________________________________________________________
16803 [  6196] By: jhi                                   on 2000/06/03  14:38:09
16804         Log: Integrate with Sarathy.
16805      Branch: cfgperl
16806           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
16807           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
16808           !> vms/perly_c.vms
16809 ____________________________________________________________________________
16810 [  6195] By: gsar                                  on 2000/06/02  22:43:13
16811         Log: fix yet another eval"" leak under USE_ITHREADS
16812      Branch: perl
16813            ! op.c
16814 ____________________________________________________________________________
16815 [  6194] By: gsar                                  on 2000/06/02  18:22:06
16816         Log: fix small eval"" memory leaks under USE_ITHREADS
16817      Branch: perl
16818            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
16819            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
16820            ! vms/perly_c.vms
16821 ____________________________________________________________________________
16822 [  6193] By: jhi                                   on 2000/06/01  13:03:56
16823         Log: Signals-be-gone for microperl.
16824      Branch: cfgperl
16825            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
16826 ____________________________________________________________________________
16827 [  6192] By: jhi                                   on 2000/06/01  12:52:02
16828         Log: Integrate with Sarathy.
16829      Branch: cfgperl
16830           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
16831           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
16832           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
16833           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
16834           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
16835           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
16836           !> t/op/vec.t utils/h2xs.PL
16837 ____________________________________________________________________________
16838 [  6191] By: gsar                                  on 2000/06/01  09:38:21
16839         Log: vec() loses numericalness (modified version of patch suggested
16840              by Robin Barker)
16841      Branch: perl
16842            ! doop.c t/op/vec.t
16843 ____________________________________________________________________________
16844 [  6190] By: gsar                                  on 2000/06/01  09:26:15
16845         Log: submit missing embed.pl change
16846      Branch: perl
16847            ! embed.pl
16848 ____________________________________________________________________________
16849 [  6189] By: gsar                                  on 2000/06/01  09:05:34
16850         Log: counting tr/// corrupts later operation (from M.J.T Guy)
16851      Branch: perl
16852            ! doop.c t/op/tr.t
16853 ____________________________________________________________________________
16854 [  6188] By: gsar                                  on 2000/06/01  08:58:39
16855         Log: h2xs tweaks
16856      Branch: perl
16857            ! utils/h2xs.PL
16858 ____________________________________________________________________________
16859 [  6187] By: gsar                                  on 2000/06/01  08:50:07
16860         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
16861              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16862      Branch: perl
16863            + lib/Pod/LaTeX.pm
16864            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
16865            ! pod/pod2latex.PL
16866 ____________________________________________________________________________
16867 [  6186] By: gsar                                  on 2000/06/01  08:24:40
16868         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
16869              <wolfgang.laun@alcatel.at>)
16870      Branch: perl
16871            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
16872            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
16873 ____________________________________________________________________________
16874 [  6185] By: gsar                                  on 2000/06/01  08:12:00
16875         Log: remove incorrect documentation about implicit split to @_ in
16876              list context, which never really worked in perl 5 (from
16877              M.J.T. Guy)
16878      Branch: perl
16879            ! pod/perlfunc.pod pod/perltrap.pod
16880 ____________________________________________________________________________
16881 [  6184] By: gsar                                  on 2000/06/01  07:52:27
16882         Log: tweak for change#6127
16883      Branch: perl
16884            ! perl.c
16885 ____________________________________________________________________________
16886 [  6183] By: gsar                                  on 2000/06/01  07:41:02
16887         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
16888              <nick@ccl4.org>)
16889      Branch: perl
16890            + t/lib/selfloader.t
16891            ! MANIFEST lib/SelfLoader.pm
16892 ____________________________________________________________________________
16893 [  6182] By: jhi                                   on 2000/06/01  00:34:42
16894         Log: Be Cleaner Part Deux.
16895      Branch: cfgperl
16896            ! Makefile.SH
16897 ____________________________________________________________________________
16898 [  6181] By: jhi                                   on 2000/06/01  00:32:09
16899         Log: Integrate with Sarathy.
16900      Branch: cfgperl
16901           !> pp.c t/op/arith.t
16902 ____________________________________________________________________________
16903 [  6180] By: jhi                                   on 2000/06/01  00:31:13
16904         Log: microperl nits from Simon Cozens.
16905      Branch: cfgperl
16906            + uconfig.h
16907            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
16908            ! unixish.h
16909 ____________________________________________________________________________
16910 [  6179] By: gsar                                  on 2000/05/31  22:37:51
16911         Log: buggy modulus on UVs introduced by change#3378 (resulted in
16912              4063328477 % 65535 amounting to 27406, instead of 27407)
16913      Branch: perl
16914            ! pp.c t/op/arith.t
16915 ____________________________________________________________________________
16916 [  6178] By: jhi                                   on 2000/05/31  21:52:41
16917         Log: Be cleaner.
16918      Branch: cfgperl
16919            ! Makefile.SH
16920 ____________________________________________________________________________
16921 [  6177] By: jhi                                   on 2000/05/31  21:47:33
16922         Log: Substitution utf8 patch from Simon Cozens.
16923      Branch: cfgperl
16924            ! pp_hot.c
16925 ____________________________________________________________________________
16926 [  6176] By: jhi                                   on 2000/05/31  21:45:34
16927         Log: Single-quoted utf8 patch from Simon Cozens.
16928      Branch: cfgperl
16929            ! toke.c
16930 ____________________________________________________________________________
16931 [  6175] By: jhi                                   on 2000/05/31  21:40:18
16932         Log: Integrate with Sarathy.
16933      Branch: cfgperl
16934           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
16935 ____________________________________________________________________________
16936 [  6174] By: jhi                                   on 2000/05/31  21:37:31
16937         Log: microperl changes from Simon Cozens; Makefile for microperl
16938              written from scratch; few casts added as microperl compilation
16939              doesn't have all prototypes available.
16940      Branch: cfgperl
16941            + Makefile.micro README.micro Todo.micro uconfig.sh
16942            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
16943            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
16944      Branch: metaconfig
16945            + U/modified/Config_h.U
16946 ____________________________________________________________________________
16947 [  6173] By: jhi                                   on 2000/05/31  20:00:24
16948         Log: metaconfig maintenance.
16949      Branch: metaconfig
16950            + U/modified/Inhdr.U U/typedefs/inotype.U
16951      Branch: metaconfig/U/perl
16952            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
16953            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
16954 ____________________________________________________________________________
16955 [  6172] By: gsar                                  on 2000/05/31  05:05:42
16956         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
16957              (from Ilya Zakharevich)
16958      Branch: perl
16959            ! regexec.c t/op/re_tests
16960 ____________________________________________________________________________
16961 [  6171] By: gsar                                  on 2000/05/31  05:01:47
16962         Log: scalar() doesn't force scalar context when used in void context
16963              (from Simon Cozens)
16964      Branch: perl
16965            ! op.c t/op/wantarray.t
16966 ____________________________________________________________________________
16967 [  6170] By: gsar                                  on 2000/05/31  04:41:33
16968         Log: change#6142 needs tweaks to tests to work where there's no symlink()
16969              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
16970      Branch: perl
16971            ! t/lib/filefind.t
16972 ____________________________________________________________________________
16973 [  6169] By: gsar                                  on 2000/05/31  04:29:49
16974         Log: integrate cfgperl contents into mainline
16975      Branch: perl
16976           +> pod/perlmodlib.PL pod/perlnewmod.pod
16977           !> (integrate 42 files)
16978 ____________________________________________________________________________
16979 [  6168] By: jhi                                   on 2000/05/30  22:53:37
16980         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
16981      Branch: cfgperl
16982            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16983            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
16984            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
16985            ! win32/config.bc win32/config.gc win32/config.vc
16986            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16987            ! win32/config_h.PL win32/config_sh.PL
16988      Branch: metaconfig/U/perl
16989            ! perlxv.U
16990 ____________________________________________________________________________
16991 [  6167] By: jhi                                   on 2000/05/30  22:20:21
16992         Log: tweak todo 
16993      Branch: cfgperl
16994            ! Todo-5.6
16995 ____________________________________________________________________________
16996 [  6166] By: jhi                                   on 2000/05/30  22:11:51
16997         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
16998              in case somebody wants to write an extension for more
16999              shadow database interfaces.
17000      Branch: cfgperl
17001            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17002            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
17003            ! vos/config.def vos/config.h vos/config_h.SH_orig
17004            ! win32/config.bc win32/config.gc win32/config.vc
17005            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17006      Branch: metaconfig
17007            ! U/modified/Myinit.U
17008      Branch: metaconfig/U/perl
17009            + d_getespwnam.U d_getprpwnam.U i_prot.U
17010 ____________________________________________________________________________
17011 [  6165] By: jhi                                   on 2000/05/30  18:35:34
17012         Log: Integrate with Sarathy.
17013      Branch: cfgperl
17014           !> op.c
17015 ____________________________________________________________________________
17016 [  6164] By: jhi                                   on 2000/05/30  18:30:16
17017         Log: detypo
17018      Branch: cfgperl
17019            ! Configure config_h.SH
17020      Branch: metaconfig/U/perl
17021            ! perlxv.U
17022 ____________________________________________________________________________
17023 [  6163] By: gsar                                  on 2000/05/30  03:24:03
17024         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
17025      Branch: perl
17026            ! op.c
17027 ____________________________________________________________________________
17028 [  6162] By: gsar                                  on 2000/05/30  03:09:38
17029         Log: fix memory leak in method call optimization (change#3768);
17030              made C<eval "$x->foo()"> leak
17031      Branch: perl
17032            ! op.c
17033 ____________________________________________________________________________
17034 [  6161] By: jhi                                   on 2000/05/29  17:56:26
17035         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
17036              both from Simon Cozens.
17037      Branch: cfgperl
17038            + pod/perlmodlib.PL pod/perlnewmod.pod
17039            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
17040            ! pod/perlmodlib.pod pod/perltoc.pod
17041 ____________________________________________________________________________
17042 [  6160] By: jhi                                   on 2000/05/29  17:23:55
17043         Log: Changes for the File::Temp 0.08 (change #6159) test suite
17044              to fit better into the Perl distribution test framework.
17045      Branch: cfgperl
17046            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
17047            ! t/lib/ftmp-tempfile.t
17048 ____________________________________________________________________________
17049 [  6159] By: jhi                                   on 2000/05/29  16:55:36
17050         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
17051      Branch: cfgperl
17052            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17053            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
17054 ____________________________________________________________________________
17055 [  6158] By: bailey                                on 2000/05/29  16:22:08
17056         Log: Add fallback to tmpfile for use in cases where user's relying on
17057              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
17058              Lane's patch)
17059      Branch: vmsperl
17060            ! vms/vms.c vms/vmsish.h
17061 ____________________________________________________________________________
17062 [  6157] By: jhi                                   on 2000/05/29  03:10:36
17063         Log: Regen Configure to jive with #6149.
17064      Branch: cfgperl
17065            ! Configure
17066      Branch: metaconfig
17067            ! U/modified/Getfile.U
17068 ____________________________________________________________________________
17069 [  6156] By: jhi                                   on 2000/05/29  03:01:38
17070         Log: Integrate with Sarathy.
17071      Branch: cfgperl
17072           +> ext/DynaLoader/dl_mac.xs
17073           !> (integrate 38 files)
17074 ____________________________________________________________________________
17075 [  6155] By: gsar                                  on 2000/05/28  21:15:58
17076         Log: small bug in change#6144; remove random \xA0 character that snuck
17077              in via change#6145
17078      Branch: perl
17079            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
17080 ____________________________________________________________________________
17081 [  6154] By: gsar                                  on 2000/05/28  21:04:19
17082         Log: avoid type mismatch warning
17083      Branch: perl
17084            ! perl.c
17085 ____________________________________________________________________________
17086 [  6153] By: gsar                                  on 2000/05/28  20:58:31
17087         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
17088              <nick@Bagpuss.uk.boo.com>)
17089      Branch: perl
17090            ! lib/Test/Harness.pm
17091 ____________________________________________________________________________
17092 [  6152] By: gsar                                  on 2000/05/28  20:53:42
17093         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
17094      Branch: perl
17095            ! regexec.c
17096 ____________________________________________________________________________
17097 [  6151] By: gsar                                  on 2000/05/28  20:50:28
17098         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
17099      Branch: perl
17100            ! regexec.c
17101 ____________________________________________________________________________
17102 [  6150] By: gsar                                  on 2000/05/28  20:39:58
17103         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
17104      Branch: perl
17105            ! pod/perlrequick.pod
17106 ____________________________________________________________________________
17107 [  6149] By: gsar                                  on 2000/05/28  20:35:16
17108         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
17109              <troc@netrus.net>)
17110      Branch: perl
17111            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
17112            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
17113            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
17114            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
17115 ____________________________________________________________________________
17116 [  6148] By: gsar                                  on 2000/05/28  20:21:07
17117         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
17118      Branch: perl
17119            ! lib/ExtUtils/MM_Unix.pm
17120 ____________________________________________________________________________
17121 [  6147] By: gsar                                  on 2000/05/28  20:12:41
17122         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
17123              (from Peter Prymmer)
17124      Branch: perl
17125            ! vms/subconfigure.com
17126 ____________________________________________________________________________
17127 [  6146] By: gsar                                  on 2000/05/28  20:06:15
17128         Log: doc typo
17129      Branch: perl
17130            ! lib/warnings.pm warnings.h warnings.pl
17131 ____________________________________________________________________________
17132 [  6145] By: gsar                                  on 2000/05/28  18:44:33
17133         Log: make xsubpp skip embedded pod (from Matthias Neeracher
17134              <neeri@iis.ee.ethz.ch>)
17135      Branch: perl
17136            ! lib/ExtUtils/xsubpp
17137 ____________________________________________________________________________
17138 [  6144] By: gsar                                  on 2000/05/28  18:42:49
17139         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
17140              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
17141              <neeri@iis.ee.ethz.ch>)
17142      Branch: perl
17143            ! lib/AutoSplit.pm
17144 ____________________________________________________________________________
17145 [  6143] By: gsar                                  on 2000/05/28  18:41:12
17146         Log: MacOS support, part 1 (from Matthias Neeracher
17147              <neeri@iis.ee.ethz.ch>)
17148      Branch: perl
17149            + ext/DynaLoader/dl_mac.xs
17150            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
17151            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
17152            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
17153            ! util.h
17154 ____________________________________________________________________________
17155 [  6142] By: gsar                                  on 2000/05/28  18:21:51
17156         Log: File::Find fails to chdir when chasing symlinks (from
17157              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
17158      Branch: perl
17159            ! lib/File/Find.pm t/lib/filefind.t
17160 ____________________________________________________________________________
17161 [  6141] By: jhi                                   on 2000/05/28  14:25:15
17162         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
17163              forwarded by Peter Seebach from the bsdi-users mailing list.
17164              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
17165      Branch: perl
17166            ! hints/bsdos.sh
17167 ____________________________________________________________________________
17168 [  6140] By: jhi                                   on 2000/05/28  14:11:57
17169         Log: Integrate with Sarathy.
17170      Branch: cfgperl
17171           +> (branch 30 files)
17172           !> (integrate 93 files)
17173 ____________________________________________________________________________
17174 [  6139] By: gsar                                  on 2000/05/28  10:01:48
17175         Log: revise mktables.PL for bugs and newness in Unicode 3.0
17176              (from James Bence <jbence@amgen.com>)
17177      Branch: perl
17178            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
17179            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
17180            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
17181            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
17182            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
17183            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
17184            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
17185            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
17186            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
17187            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
17188            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
17189            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
17190            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
17191            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
17192            + lib/unicode/Is/SylWU.pl
17193            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
17194            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
17195            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
17196            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
17197            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
17198            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
17199            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
17200            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
17201            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
17202            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
17203            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
17204            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
17205            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
17206            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
17207            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
17208            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
17209            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
17210            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
17211            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
17212            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
17213            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
17214            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
17215            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
17216            ! lib/unicode/Makefile lib/unicode/mktables.PL
17217 ____________________________________________________________________________
17218 [  6138] By: gsar                                  on 2000/05/28  08:50:32
17219         Log: add note about the handling of negative indices to tied arrays
17220              (from Michael G Schwern <schwern@pobox.com>)
17221      Branch: perl
17222            ! pod/perltie.pod
17223 ____________________________________________________________________________
17224 [  6137] By: gsar                                  on 2000/05/28  08:46:10
17225         Log: fix bogus redeclaration warning for "our" variables in different
17226              scopes
17227      Branch: perl
17228            ! op.c t/pragma/strict-vars
17229 ____________________________________________________________________________
17230 [  6136] By: gsar                                  on 2000/05/28  08:31:20
17231         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
17232      Branch: perl
17233            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
17234 ____________________________________________________________________________
17235 [  6135] By: gsar                                  on 2000/05/28  08:17:50
17236         Log: enable Test::Harness to dynamically determine column width etc.
17237              (from Rob Napier <rnapier@employees.org>)
17238      Branch: perl
17239            ! lib/Test/Harness.pm
17240 ____________________________________________________________________________
17241 [  6134] By: gsar                                  on 2000/05/28  08:13:39
17242         Log: make Test::Harness use wait.h/WCOREDUMP if available
17243              (from Ben Tilly <ben_tilly@hotmail.com>)
17244      Branch: perl
17245            ! lib/Test/Harness.pm
17246 ____________________________________________________________________________
17247 [  6133] By: gsar                                  on 2000/05/28  08:08:05
17248         Log: elide bogus test in change#6132
17249      Branch: perl
17250            ! t/pragma/warn/9enabled
17251 ____________________________________________________________________________
17252 [  6132] By: gsar                                  on 2000/05/28  08:03:14
17253         Log: warnings::enabled() doesn't fall back to looking at $^W if
17254              caller isn't using lexical warnings (from Paul Marquess)
17255      Branch: perl
17256            ! pp_ctl.c t/pragma/warn/9enabled
17257 ____________________________________________________________________________
17258 [  6131] By: gsar                                  on 2000/05/28  07:57:47
17259         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
17260      Branch: perl
17261            ! ext/POSIX/POSIX.pm
17262 ____________________________________________________________________________
17263 [  6130] By: gsar                                  on 2000/05/28  07:29:12
17264         Log: fix places that mean C<"word" character> but say C<alphanumeric
17265              character>
17266      Branch: perl
17267            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
17268 ____________________________________________________________________________
17269 [  6129] By: gsar                                  on 2000/05/28  07:18:41
17270         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
17271      Branch: perl
17272            ! vms/test.com
17273 ____________________________________________________________________________
17274 [  6128] By: gsar                                  on 2000/05/28  07:12:55
17275         Log: new perlxstut example for passing/returning refs to arrays
17276              (from David Lowe <dlowe@pootpoot.com>)
17277      Branch: perl
17278            ! pod/perlxstut.pod
17279 ____________________________________________________________________________
17280 [  6127] By: gsar                                  on 2000/05/28  07:02:50
17281         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
17282              failed (from Gisle Aas)
17283      Branch: perl
17284            ! cop.h perl.c
17285 ____________________________________________________________________________
17286 [  6126] By: gsar                                  on 2000/05/28  06:39:53
17287         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
17288              (reworked variant of patch suggested by Simon Cozens)
17289      Branch: perl
17290            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
17291            ! pp_hot.c proto.h t/op/gv.t
17292 ____________________________________________________________________________
17293 [  6125] By: gsar                                  on 2000/05/28  05:14:55
17294         Log: enable propagating exception objects via Perl_croak() in XS code
17295              (from Gisle Aas)
17296      Branch: perl
17297            ! util.c
17298 ____________________________________________________________________________
17299 [  6124] By: gsar                                  on 2000/05/28  05:07:28
17300         Log: integrate vmsperl contents into mainline
17301      Branch: perl
17302           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
17303           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
17304           !> vms/vmsish.h
17305 ____________________________________________________________________________
17306 [  6123] By: gsar                                  on 2000/05/28  05:03:53
17307         Log: clarify gotcha with #line directives (from Rocco Caputo
17308              <troc@netrus.net>)
17309      Branch: perl
17310            ! pod/perldebug.pod pod/perlsyn.pod
17311 ____________________________________________________________________________
17312 [  6122] By: gsar                                  on 2000/05/28  04:58:29
17313         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
17314              (from Mark-Jason Dominus)
17315      Branch: perl
17316            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
17317            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
17318            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
17319            ! toke.c
17320 ____________________________________________________________________________
17321 [  6121] By: bailey                                on 2000/05/25  04:46:54
17322         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
17323              lists (based on fixes by Craig Berry)
17324      Branch: vmsperl
17325            ! lib/File/Spec/VMS.pm
17326 ____________________________________________________________________________
17327 [  6120] By: bailey                                on 2000/05/25  04:25:38
17328         Log: Add missing escape (Charles Lane)
17329      Branch: vmsperl
17330            ! t/op/lex_assign.t
17331 ____________________________________________________________________________
17332 [  6119] By: bailey                                on 2000/05/25  04:21:25
17333         Log: Quiet error messages in vmsish.t (Charles Lane)
17334      Branch: vmsperl
17335            ! vms/ext/vmsish.t
17336 ____________________________________________________________________________
17337 [  6118] By: bailey                                on 2000/05/25  04:17:57
17338         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
17339              Flatten case labels in switch statements uniformly (Charles Bailey)
17340      Branch: vmsperl
17341            ! vms/vms.c
17342 ____________________________________________________________________________
17343 [  6117] By: bailey                                on 2000/05/25  03:58:09
17344         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
17345      Branch: vmsperl
17346            ! vms/vmsish.h
17347 ____________________________________________________________________________
17348 [  6116] By: bailey                                on 2000/05/25  03:11:15
17349         Log: Miscellaneous cosmetic fixes (Charles Lane)
17350      Branch: vmsperl
17351            ! lib/ExtUtils/MM_VMS.pm
17352 ____________________________________________________________________________
17353 [  6115] By: bailey                                on 2000/05/25  03:10:36
17354         Log: Add bounds checking for several strings (Charles Lane)
17355      Branch: vmsperl
17356            ! vms/vms.c
17357 ____________________________________________________________________________
17358 [  6114] By: bailey                                on 2000/05/25  02:25:34
17359         Log: Urk -- undo previous removal of vmsish 'exit' change
17360      Branch: vmsperl
17361            ! vms/ext/vmsish.pm vms/vmsish.h
17362 ____________________________________________________________________________
17363 [  6113] By: bailey                                on 2000/05/24  02:24:40
17364         Log: Ugly workaround for version-specific RTL error
17365      Branch: vmsperl
17366            ! vms/vms.c
17367 ____________________________________________________________________________
17368 [  6112] By: bailey                                on 2000/05/24  02:19:55
17369         Log: Check for existence of file before trying to delete
17370      Branch: vmsperl
17371            ! vms/test.com
17372 ____________________________________________________________________________
17373 [  6111] By: bailey                                on 2000/05/23  23:35:13
17374         Log: Resync with mainline prior to post-5.6.0 updates
17375      Branch: vmsperl
17376           +> (branch 49 files)
17377            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
17378            ! vms/ext/vmsish.pm
17379           !> (integrate 334 files)
17380 ____________________________________________________________________________
17381 [  6110] By: jhi                                   on 2000/05/23  19:28:32
17382         Log: todo tweak
17383      Branch: cfgperl
17384            ! Todo-5.6
17385 ____________________________________________________________________________
17386 [  6109] By: jhi                                   on 2000/05/18  17:38:54
17387         Log: Integrate with Sarathy.
17388      Branch: cfgperl
17389           !> mg.c perl.h win32/perlhost.h
17390 ____________________________________________________________________________
17391 [  6108] By: gsar                                  on 2000/05/17  02:24:56
17392         Log: reenable fake signal handling on Windows, bugs and all
17393      Branch: perl
17394            ! mg.c perl.h win32/perlhost.h
17395 ____________________________________________________________________________
17396 [  6107] By: jhi                                   on 2000/05/15  18:01:41
17397         Log: Tweak the todo list.
17398      Branch: cfgperl
17399            ! Todo-5.6
17400 ____________________________________________________________________________
17401 [  6106] By: jhi                                   on 2000/05/15  13:41:48
17402         Log: The (Configure) script refuses to go on, after asking for
17403              'You may also choose to try maximal 64-bitness....'.
17404              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
17405              -- Patrick Zima
17406              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
17407      Branch: cfgperl
17408            ! hints/solaris_2.sh
17409 ____________________________________________________________________________
17410 [  6105] By: jhi                                   on 2000/05/11  14:37:43
17411         Log: Integrate with Sarathy.
17412      Branch: cfgperl
17413           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
17414           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
17415 ____________________________________________________________________________
17416 [  6104] By: gsar                                  on 2000/05/11  03:39:07
17417         Log: PL_sys_intern was being initialized too late on windows
17418      Branch: perl
17419            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
17420            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
17421 ____________________________________________________________________________
17422 [  6103] By: jhi                                   on 2000/05/09  19:42:20
17423         Log: Test tweaking for Unicos continues.
17424      Branch: cfgperl
17425            ! t/op/64bitint.t
17426 ____________________________________________________________________________
17427 [  6102] By: jhi                                   on 2000/05/09  16:47:27
17428         Log: The test suite tweak in #6101 wasn't quite right.
17429      Branch: cfgperl
17430            ! t/lib/complex.t
17431 ____________________________________________________________________________
17432 [  6101] By: jhi                                   on 2000/05/09  15:35:34
17433         Log: Hints and test tweaks for Unicos.
17434      Branch: cfgperl
17435            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
17436 ____________________________________________________________________________
17437 [  6100] By: jhi                                   on 2000/05/08  21:15:06
17438         Log: More compilation tweakery from Allen Smith.
17439      Branch: cfgperl
17440            ! hints/irix_6.sh
17441 ____________________________________________________________________________
17442 [  6099] By: jhi                                   on 2000/05/08  19:21:18
17443         Log: Tweaks for the cc bugs from Allen Smith.
17444      Branch: cfgperl
17445            ! hints/irix_6.sh
17446 ____________________________________________________________________________
17447 [  6098] By: jhi                                   on 2000/05/08  19:13:37
17448         Log: Add a note about other, yet unsupported, shadow password APIs.
17449      Branch: cfgperl
17450            ! pp_sys.c
17451 ____________________________________________________________________________
17452 [  6097] By: jhi                                   on 2000/05/08  18:46:34
17453         Log: Add a note about possible compilation problems from Allen Smith.
17454      Branch: cfgperl
17455            ! hints/irix_6.sh
17456 ____________________________________________________________________________
17457 [  6096] By: jhi                                   on 2000/05/08  17:33:10
17458         Log: Integrate with Sarathy.
17459      Branch: cfgperl
17460           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
17461           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
17462 ____________________________________________________________________________
17463 [  6095] By: jhi                                   on 2000/05/08  16:21:33
17464         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
17465              might be useful in future.
17466      Branch: cfgperl
17467            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17468            ! config_h.SH
17469      Branch: metaconfig
17470            ! U/installdirs/inc_version_list.U
17471      Branch: metaconfig/U/perl
17472            ! perlxv.U
17473 ____________________________________________________________________________
17474 [  6094] By: gsar                                  on 2000/05/08  14:22:22
17475         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
17476      Branch: perl
17477            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
17478            ! hints/cygwin.sh pp_sys.c
17479 ____________________________________________________________________________
17480 [  6093] By: gsar                                  on 2000/05/08  12:52:28
17481         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
17482              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
17483      Branch: perl
17484            ! pp_sys.c sv.c win32/perlhost.h
17485 ____________________________________________________________________________
17486 [  6092] By: jhi                                   on 2000/05/07  22:40:34
17487         Log: Regen perltoc with the fixed buildtoc.
17488      Branch: cfgperl
17489            ! pod/perltoc.pod
17490 ____________________________________________________________________________
17491 [  6091] By: jhi                                   on 2000/05/07  22:24:16
17492         Log: Integrate with Sarathy.
17493      Branch: cfgperl
17494           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
17495           !> t/op/substr.t toke.c
17496 ____________________________________________________________________________
17497 [  6090] By: gsar                                  on 2000/05/07  19:47:07
17498         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
17499              [NI]OK; added tests for both
17500      Branch: perl
17501            ! perl.c pp_hot.c sv.c t/op/substr.t
17502 ____________________________________________________________________________
17503 [  6089] By: gsar                                  on 2000/05/07  18:18:38
17504         Log: buildtoc tweak to fix newline lossage
17505      Branch: perl
17506            ! pod/buildtoc
17507 ____________________________________________________________________________
17508 [  6088] By: jhi                                   on 2000/05/07  16:35:36
17509         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
17510              because we do not use those.  The HAS_GETSPNAM remains,
17511              though, because we still do use that.
17512      Branch: cfgperl
17513            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17514            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
17515            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
17516            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
17517            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17518            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
17519 ____________________________________________________________________________
17520 [  6087] By: gsar                                  on 2000/05/07  16:05:16
17521         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
17522      Branch: perl
17523            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
17524 ____________________________________________________________________________
17525 [  6086] By: jhi                                   on 2000/05/07  15:27:07
17526         Log: Integrate with Sarathy.
17527      Branch: cfgperl
17528           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17529           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
17530           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
17531           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
17532           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
17533           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
17534 ____________________________________________________________________________
17535 [  6085] By: gsar                                  on 2000/05/07  05:52:02
17536         Log: repeat operator (x) doesn't preserve utf8-ness
17537      Branch: perl
17538            ! pp.c t/op/substr.t
17539 ____________________________________________________________________________
17540 [  6084] By: gsar                                  on 2000/05/07  05:39:55
17541         Log: substr() does not preserve utf8-ness (from Stefan Eissing
17542              <Eissing@medicaldataservice.de>); added tests
17543      Branch: perl
17544            ! pp.c t/op/substr.t
17545 ____________________________________________________________________________
17546 [  6083] By: gsar                                  on 2000/05/07  05:24:46
17547         Log: note about undocumented caller() return value (from M.J.T. Guy);
17548              yet another peek.t tweak
17549      Branch: perl
17550            ! pod/perlfunc.pod t/lib/peek.t
17551 ____________________________________________________________________________
17552 [  6082] By: gsar                                  on 2000/05/07  05:08:40
17553         Log: peek.t non-portable to ithreads
17554      Branch: perl
17555            ! t/lib/peek.t
17556 ____________________________________________________________________________
17557 [  6081] By: gsar                                  on 2000/05/07  04:17:04
17558         Log: better default perlbug categories for ok reports (from Richard Foley)
17559      Branch: perl
17560            ! utils/perlbug.PL
17561 ____________________________________________________________________________
17562 [  6080] By: gsar                                  on 2000/05/07  04:08:07
17563         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
17564              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
17565      Branch: perl
17566            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17567            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
17568            ! AUTHORS MAINTAIN MANIFEST
17569 ____________________________________________________________________________
17570 [  6079] By: gsar                                  on 2000/05/07  04:01:38
17571         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
17572      Branch: perl
17573            ! lib/Carp/Heavy.pm
17574 ____________________________________________________________________________
17575 [  6078] By: gsar                                  on 2000/05/07  01:24:19
17576         Log: workaround for CRT bug in chdir() (from Charles Lane, via
17577              Peter Prymmer)
17578      Branch: perl
17579            ! iperlsys.h vms/vms.c vms/vmsish.h
17580 ____________________________________________________________________________
17581 [  6077] By: gsar                                  on 2000/05/07  01:22:23
17582         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
17583              and Tom Phoenix)
17584      Branch: perl
17585            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
17586 ____________________________________________________________________________
17587 [  6076] By: gsar                                  on 2000/05/06  17:36:29
17588         Log: integrate cfgperl contents into mainline
17589      Branch: perl
17590           +> t/lib/peek.t
17591           !> Configure MANIFEST Porting/Glossary Porting/config.sh
17592           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
17593           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
17594           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
17595 ____________________________________________________________________________
17596 [  6075] By: jhi                                   on 2000/05/05  18:56:10
17597         Log: Make the test more portable.
17598      Branch: cfgperl
17599            ! t/lib/peek.t
17600 ____________________________________________________________________________
17601 [  6074] By: jhi                                   on 2000/05/05  18:49:20
17602         Log: Introduce t/lib/peek.t.
17603      Branch: cfgperl
17604            + t/lib/peek.t
17605            ! MANIFEST
17606 ____________________________________________________________________________
17607 [  6073] By: jhi                                   on 2000/05/05  14:30:45
17608         Log: Complex tweaks.
17609      Branch: cfgperl
17610            ! lib/Math/Complex.pm t/lib/complex.t
17611 ____________________________________________________________________________
17612 [  6072] By: jhi                                   on 2000/05/05  12:27:13
17613         Log: Integrate with Sarathy.
17614      Branch: cfgperl
17615           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17616           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17617           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
17618           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
17619 ____________________________________________________________________________
17620 [  6071] By: gsar                                  on 2000/05/05  02:24:46
17621         Log: misformatted perllocal.pod (from Tim Jenness
17622              <t.jenness@jach.hawaii.edu>)
17623      Branch: perl
17624            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17625 ____________________________________________________________________________
17626 [  6070] By: gsar                                  on 2000/05/05  02:16:52
17627         Log: remove misleading comment (from M.J.T. Guy)
17628      Branch: perl
17629            ! t/lib/anydbm.t
17630 ____________________________________________________________________________
17631 [  6069] By: gsar                                  on 2000/05/05  02:15:13
17632         Log: File::Spec compatibility update (from Barrie Slaymaker
17633              <barries@slaysys.com>)
17634      Branch: perl
17635            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17636            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17637 ____________________________________________________________________________
17638 [  6068] By: gsar                                  on 2000/05/05  02:01:50
17639         Log: note about values()
17640      Branch: perl
17641            ! pod/perlfunc.pod
17642 ____________________________________________________________________________
17643 [  6067] By: gsar                                  on 2000/05/05  01:33:09
17644         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
17645      Branch: perl
17646            ! win32/win32.c
17647 ____________________________________________________________________________
17648 [  6066] By: gsar                                  on 2000/05/05  01:23:43
17649         Log: s/END/CHECK/
17650      Branch: perl
17651            ! perl.c
17652 ____________________________________________________________________________
17653 [  6065] By: jhi                                   on 2000/05/04  17:30:22
17654         Log: Integrate with Sarathy.
17655      Branch: cfgperl
17656           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
17657 ____________________________________________________________________________
17658 [  6064] By: gsar                                  on 2000/05/04  17:26:14
17659         Log: change#5905 wasn't quite right--it's intent only applies when arguments
17660              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
17661      Branch: perl
17662            ! pp_sys.c sv.c
17663 ____________________________________________________________________________
17664 [  6063] By: gsar                                  on 2000/05/04  16:52:29
17665         Log: tokeq() could read unallocated field in argument
17666      Branch: perl
17667            ! toke.c
17668 ____________________________________________________________________________
17669 [  6062] By: gsar                                  on 2000/05/04  16:34:51
17670         Log: additional tests for utf8.t
17671      Branch: perl
17672            ! t/pragma/utf8.t
17673 ____________________________________________________________________________
17674 [  6061] By: gsar                                  on 2000/05/04  16:09:28
17675         Log: change#5921 neglected to make eq honor "use bytes"
17676      Branch: perl
17677            ! sv.c
17678 ____________________________________________________________________________
17679 [  6060] By: jhi                                   on 2000/05/04  15:30:16
17680         Log: Integrate with Sarathy.
17681      Branch: cfgperl
17682           !> perl.c regcomp.c t/pragma/utf8.t
17683 ____________________________________________________________________________
17684 [  6059] By: jhi                                   on 2000/05/04  15:26:37
17685         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
17686              in natively 64-bit platforms where a long is a quad (no need
17687              for long longs).  Also added bias for IVs.
17688      Branch: cfgperl
17689            ! toke.c
17690 ____________________________________________________________________________
17691 [  6058] By: gsar                                  on 2000/05/04  00:19:14
17692         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
17693              (spotted by Donald Kinzer <dkinzer@premia.com>)
17694      Branch: perl
17695            ! perl.c
17696 ____________________________________________________________________________
17697 [  6057] By: gsar                                  on 2000/05/03  18:34:01
17698         Log: fix broken parsing of /\x{ab}/
17699      Branch: perl
17700            ! regcomp.c t/pragma/utf8.t
17701 ____________________________________________________________________________
17702 [  6056] By: jhi                                   on 2000/05/03  17:57:16
17703         Log: The search of infinity continues, this time simplified.
17704      Branch: cfgperl
17705            ! lib/Math/Complex.pm
17706 ____________________________________________________________________________
17707 [  6055] By: jhi                                   on 2000/05/03  17:45:30
17708         Log: Detypo.
17709      Branch: cfgperl
17710            ! hints/unicos.sh
17711 ____________________________________________________________________________
17712 [  6054] By: jhi                                   on 2000/05/02  22:28:27
17713         Log: Be more forgiving in POSIX about HUGE_VALL.
17714      Branch: cfgperl
17715            ! ext/POSIX/POSIX.xs
17716 ____________________________________________________________________________
17717 [  6053] By: jhi                                   on 2000/05/02  22:25:05
17718         Log: Integrate with Sarathy.
17719      Branch: cfgperl
17720           !> hints/irix_6.sh pod/perlop.pod
17721 ____________________________________________________________________________
17722 [  6052] By: jhi                                   on 2000/05/02  22:24:31
17723         Log: Unicos hint tweak.
17724      Branch: cfgperl
17725            ! hints/unicos.sh
17726 ____________________________________________________________________________
17727 [  6051] By: jhi                                   on 2000/05/02  22:21:26
17728         Log: Complex tweakery.
17729      Branch: cfgperl
17730            ! lib/Math/Complex.pm t/lib/complex.t
17731 ____________________________________________________________________________
17732 [  6050] By: jhi                                   on 2000/05/02  19:26:22
17733         Log: Use setxxent()/endxxent().
17734      Branch: cfgperl
17735            ! t/op/grent.t t/op/pwent.t
17736 ____________________________________________________________________________
17737 [  6049] By: jhi                                   on 2000/05/02  19:06:02
17738         Log: Test both the scalar and list contexts.
17739      Branch: cfgperl
17740            ! t/op/grent.t t/op/pwent.t
17741 ____________________________________________________________________________
17742 [  6048] By: gsar                                  on 2000/05/02  18:29:10
17743         Log: add note about how $( doesn't interpolate in REs (from
17744              Philip Newton <newton@ficus.frogspace.net>)
17745      Branch: perl
17746            ! pod/perlop.pod
17747 ____________________________________________________________________________
17748 [  6047] By: jhi                                   on 2000/05/02  17:41:24
17749         Log: Call getspnam() only iff needd.
17750      Branch: cfgperl
17751            ! pp_sys.c
17752 ____________________________________________________________________________
17753 [  6046] By: gsar                                  on 2000/05/02  17:07:25
17754         Log: libscheck has insufficient checks for n32 libs (from
17755              Albert Chin-A-Young <china@thewrittenword.com>)
17756      Branch: perl
17757            ! hints/irix_6.sh
17758 ____________________________________________________________________________
17759 [  6045] By: jhi                                   on 2000/05/02  13:57:17
17760         Log: Integrate with Sarathy.
17761      Branch: cfgperl
17762           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
17763           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
17764 ____________________________________________________________________________
17765 [  6044] By: gsar                                  on 2000/05/02  06:48:19
17766         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
17767              such that underscores are only ignored in literal numbers,
17768              "\x{...}", and hex/oct argument
17769      Branch: perl
17770            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
17771 ____________________________________________________________________________
17772 [  6043] By: gsar                                  on 2000/05/02  02:22:29
17773         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
17774      Branch: perl
17775            ! pod/perlretut.pod
17776 ____________________________________________________________________________
17777 [  6042] By: gsar                                  on 2000/05/02  02:17:51
17778         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
17779      Branch: perl
17780            ! pod/perltrap.pod
17781 ____________________________________________________________________________
17782 [  6041] By: gsar                                  on 2000/05/02  01:53:51
17783         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
17784              to compensate
17785      Branch: perl
17786            ! Porting/makerel
17787 ____________________________________________________________________________
17788 [  6040] By: gsar                                  on 2000/05/02  01:51:57
17789         Log: missing files in MANIFEST
17790      Branch: perl
17791            ! MANIFEST
17792 ____________________________________________________________________________
17793 [  6039] By: jhi                                   on 2000/05/02  00:36:46
17794         Log: Infinite problems.
17795      Branch: cfgperl
17796            ! lib/Math/Complex.pm
17797 ____________________________________________________________________________
17798 [  6038] By: jhi                                   on 2000/05/02  00:06:38
17799         Log: pwent/spent #ifdef imbalance.
17800      Branch: cfgperl
17801            ! pp_sys.c
17802 ____________________________________________________________________________
17803 [  6037] By: jhi                                   on 2000/05/01  22:50:11
17804         Log: Use HUGE_VALL if applicable.
17805      Branch: cfgperl
17806            ! ext/POSIX/POSIX.xs util.c
17807 ____________________________________________________________________________
17808 [  6036] By: jhi                                   on 2000/05/01  22:20:53
17809         Log: Correct Freudian slip.
17810      Branch: cfgperl
17811            ! pp_sys.c
17812 ____________________________________________________________________________
17813 [  6035] By: jhi                                   on 2000/05/01  21:07:38
17814         Log: Continue on the pwent/spent case.
17815      Branch: cfgperl
17816            ! pp_sys.c
17817 ____________________________________________________________________________
17818 [  6034] By: jhi                                   on 2000/05/01  17:45:14
17819         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
17820              adjustments in 6032 conflicted badly with this, will have
17821              to revisit them later.
17822      Branch: cfgperl
17823           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
17824           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17825           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
17826           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
17827           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
17828           !> t/lib/cgi-html.t t/lib/cgi-request.t
17829 ____________________________________________________________________________
17830 [  6033] By: jhi                                   on 2000/05/01  17:40:49
17831         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
17832      Branch: cfgperl
17833            ! pp_sys.c
17834 ____________________________________________________________________________
17835 [  6032] By: gsar                                  on 2000/05/01  15:56:32
17836         Log: whitespace adjustments
17837      Branch: perl
17838            ! pp_sys.c
17839 ____________________________________________________________________________
17840 [  6031] By: gsar                                  on 2000/05/01  15:19:41
17841         Log: small nits in diagnostics.pm (from Robin Barker)
17842      Branch: perl
17843            ! lib/diagnostics.pm pod/perldiag.pod
17844 ____________________________________________________________________________
17845 [  6030] By: gsar                                  on 2000/05/01  08:39:18
17846         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
17847              for @- and @+ (from Johan Vromans)
17848      Branch: perl
17849            ! lib/English.pm pod/perlvar.pod
17850 ____________________________________________________________________________
17851 [  6029] By: gsar                                  on 2000/05/01  08:16:10
17852         Log: add CGI.pm v2.66 (from Lincoln Stein)
17853      Branch: perl
17854            + lib/CGI/Util.pm t/lib/cgi-pretty.t
17855            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17856            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
17857            ! t/lib/cgi-html.t t/lib/cgi-request.t
17858 ____________________________________________________________________________
17859 [  6028] By: gsar                                  on 2000/05/01  06:34:41
17860         Log: Pod::Man generates groff-incompatible macro definition (from
17861              Tom Christiansen)
17862      Branch: perl
17863            ! lib/Pod/Man.pm
17864 ____________________________________________________________________________
17865 [  6027] By: gsar                                  on 2000/05/01  06:31:36
17866         Log: podlators-1.02 update (from Russ Allbery)
17867      Branch: perl
17868            ! lib/Pod/Man.pm lib/Pod/Text.pm
17869 ____________________________________________________________________________
17870 [  6026] By: jhi                                   on 2000/04/30  23:24:23
17871         Log: Integrate with Sarathy.
17872      Branch: cfgperl
17873           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
17874           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
17875           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17876           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
17877           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
17878           !> t/lib/syslog.t toke.c win32/win32.h
17879 ____________________________________________________________________________
17880 [  6025] By: gsar                                  on 2000/04/30  18:17:47
17881         Log: Is{Alnum,Alpha,Word} don't match titlecase
17882              
17883              TODO: IsSpace is defined recursively!
17884              
17885              (both spotted by Larry)
17886      Branch: perl
17887            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17888            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
17889 ____________________________________________________________________________
17890 [  6024] By: gsar                                  on 2000/04/30  17:50:19
17891         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
17892              (from Hugo van der Sanden)
17893      Branch: perl
17894            ! toke.c
17895 ____________________________________________________________________________
17896 [  6023] By: gsar                                  on 2000/04/30  17:14:43
17897         Log: debugger stomps on $. (from M.J.T. Guy)
17898      Branch: perl
17899            ! lib/perl5db.pl
17900 ____________________________________________________________________________
17901 [  6022] By: gsar                                  on 2000/04/30  16:59:22
17902         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
17903      Branch: perl
17904            ! sv.c
17905 ____________________________________________________________________________
17906 [  6021] By: gsar                                  on 2000/04/29  21:00:08
17907         Log: remove Win2K issue in pod (fixed by change#6020)
17908      Branch: perl
17909            ! README.win32 pod/perl56delta.pod
17910 ____________________________________________________________________________
17911 [  6020] By: gsar                                  on 2000/04/29  20:51:49
17912         Log: test tweak
17913      Branch: perl
17914            ! t/lib/open3.t
17915 ____________________________________________________________________________
17916 [  6019] By: gsar                                  on 2000/04/29  20:34:27
17917         Log: windows portability tweaks
17918      Branch: perl
17919            ! t/lib/b.t win32/win32.h
17920 ____________________________________________________________________________
17921 [  6018] By: gsar                                  on 2000/04/29  19:55:24
17922         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
17923              make _PATH_LOG() return "" if unavailable
17924      Branch: perl
17925            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
17926            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
17927 ____________________________________________________________________________
17928 [  6017] By: jhi                                   on 2000/04/28  22:49:46
17929         Log: Integrate with Sarathy.
17930      Branch: cfgperl
17931           !> op.c perl.c pod/perldiag.pod t/lib/b.t
17932 ____________________________________________________________________________
17933 [  6016] By: jhi                                   on 2000/04/28  22:46:14
17934         Log: Do not warn that an infinity does not look like a number.
17935      Branch: cfgperl
17936            ! sv.c
17937 ____________________________________________________________________________
17938 [  6015] By: gsar                                  on 2000/04/28  22:35:49
17939         Log: tweak test for portability
17940      Branch: perl
17941            ! t/lib/b.t
17942 ____________________________________________________________________________
17943 [  6014] By: gsar                                  on 2000/04/28  22:05:31
17944         Log: glob() loading File::Glob behind the scenes may cause syntax errors
17945      Branch: perl
17946            ! op.c
17947 ____________________________________________________________________________
17948 [  6013] By: gsar                                  on 2000/04/28  21:25:22
17949         Log: tweak change#5945 to display correct switch name in diagnostic
17950      Branch: perl
17951            ! perl.c pod/perldiag.pod
17952 ____________________________________________________________________________
17953 [  6012] By: jhi                                   on 2000/04/28  21:08:12
17954         Log: Integrate with Sarathy.
17955      Branch: cfgperl
17956           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
17957           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
17958           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
17959 ____________________________________________________________________________
17960 [  6011] By: jhi                                   on 2000/04/28  21:04:46
17961         Log: &HUGE_VAL is not defined, it exists.
17962      Branch: cfgperl
17963            ! lib/Math/Complex.pm
17964 ____________________________________________________________________________
17965 [  6010] By: gsar                                  on 2000/04/28  21:02:58
17966         Log: clarify note about shadow password support (from
17967              gellyfish@gellyfish.com)
17968      Branch: perl
17969            ! pod/perlfunc.pod
17970 ____________________________________________________________________________
17971 [  6009] By: gsar                                  on 2000/04/28  21:00:00
17972         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
17973      Branch: perl
17974            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
17975 ____________________________________________________________________________
17976 [  6008] By: gsar                                  on 2000/04/28  20:56:33
17977         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
17978      Branch: perl
17979            ! installperl vms/subconfigure.com
17980 ____________________________________________________________________________
17981 [  6007] By: gsar                                  on 2000/04/28  20:51:21
17982         Log: note about compile failures and END blocks (from M.J.T. Guy)
17983      Branch: perl
17984            ! pod/perl56delta.pod pod/perlmod.pod
17985 ____________________________________________________________________________
17986 [  6006] By: jhi                                   on 2000/04/28  20:42:14
17987         Log: Regen Configure.
17988      Branch: cfgperl
17989            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17990            ! config_h.SH
17991 ____________________________________________________________________________
17992 [  6005] By: gsar                                  on 2000/04/28  20:41:16
17993         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
17994      Branch: perl
17995            ! utils/perldoc.PL
17996 ____________________________________________________________________________
17997 [  6004] By: jhi                                   on 2000/04/28  20:28:21
17998         Log: Integrate with Sarathy.
17999      Branch: cfgperl
18000           !> Configure INSTALL Porting/Glossary Porting/config.sh
18001           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
18002           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
18003           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
18004           !> win32/config.vc win32/win32.c
18005 ____________________________________________________________________________
18006 [  6003] By: gsar                                  on 2000/04/28  20:11:20
18007         Log: allow REG_EXPAND_SZ keys in Windows registry (from
18008              John Clayton <John.Clayton@barclayscapital.com>)
18009      Branch: perl
18010            ! win32/win32.c
18011 ____________________________________________________________________________
18012 [  6002] By: gsar                                  on 2000/04/28  19:34:16
18013         Log: destructive sv_setsv() can lose UV-ness from source, causing
18014              numeric promotions/comparisons to fail to do the right thing
18015      Branch: perl
18016            ! sv.c
18017 ____________________________________________________________________________
18018 [  6001] By: gsar                                  on 2000/04/28  18:44:15
18019         Log: support additional library locations via $Config{otherlibdirs}
18020              (from Andy Dougherty)
18021      Branch: perl
18022            ! Configure INSTALL Porting/Glossary Porting/config.sh
18023            ! Porting/config_H config_h.SH epoc/config.sh perl.c
18024            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
18025            ! win32/config.bc win32/config.gc win32/config.vc
18026 ____________________________________________________________________________
18027 [  6000] By: gsar                                  on 2000/04/28  18:26:58
18028         Log: reworked otherlibdirs.U (from Andy Dougherty)
18029      Branch: metaconfig
18030            ! U/installdirs/otherlibdirs.U
18031 ____________________________________________________________________________
18032 [  5999] By: gsar                                  on 2000/04/28  18:17:07
18033         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
18034      Branch: perl
18035            ! t/pragma/warn/toke toke.c
18036 ____________________________________________________________________________
18037 [  5998] By: jhi                                   on 2000/04/28  13:32:17
18038         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
18039      Branch: cfgperl
18040            ! lib/Math/Complex.pm
18041 ____________________________________________________________________________
18042 [  5997] By: jhi                                   on 2000/04/28  13:14:04
18043         Log: Preserve $!.
18044      Branch: cfgperl
18045            ! lib/Math/Complex.pm
18046 ____________________________________________________________________________
18047 [  5996] By: jhi                                   on 2000/04/28  12:59:23
18048         Log: Integrate with Sarathy.
18049      Branch: cfgperl
18050           +> pod/perlrequick.pod pod/perlretut.pod
18051           !> (integrate 51 files)
18052 ____________________________________________________________________________
18053 [  5995] By: gsar                                  on 2000/04/28  09:37:36
18054         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
18055      Branch: perl
18056            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
18057 ____________________________________________________________________________
18058 [  5994] By: gsar                                  on 2000/04/28  09:33:26
18059         Log: fix for missed accounting for null byte in pack("Z",...) (from
18060              M.J.T. Guy)
18061      Branch: perl
18062            ! pp.c t/op/pack.t
18063 ____________________________________________________________________________
18064 [  5993] By: gsar                                  on 2000/04/28  09:30:05
18065         Log: various minor tweaks seen on p5p
18066      Branch: perl
18067            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
18068 ____________________________________________________________________________
18069 [  5992] By: gsar                                  on 2000/04/28  09:08:19
18070         Log: pod nit (from Simon Cozens)
18071      Branch: perl
18072            ! pod/perlop.pod
18073 ____________________________________________________________________________
18074 [  5991] By: gsar                                  on 2000/04/28  09:06:36
18075         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
18076      Branch: perl
18077            ! README.posix-bc hints/posix-bc.sh
18078 ____________________________________________________________________________
18079 [  5990] By: gsar                                  on 2000/04/28  08:54:52
18080         Log: use $ENV{LIB} to search for libs under Visual C compiler
18081              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
18082      Branch: perl
18083            ! lib/ExtUtils/Liblist.pm
18084 ____________________________________________________________________________
18085 [  5989] By: gsar                                  on 2000/04/28  08:27:12
18086         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
18087              itself and no other (from Tom Hughes)
18088      Branch: perl
18089            ! t/op/array.t toke.c
18090 ____________________________________________________________________________
18091 [  5988] By: gsar                                  on 2000/04/28  08:01:38
18092         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
18093              <paul@miraclefish.com>)
18094      Branch: perl
18095            ! lib/ExtUtils/MakeMaker.pm
18096 ____________________________________________________________________________
18097 [  5987] By: gsar                                  on 2000/04/28  07:53:09
18098         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
18099      Branch: perl
18100            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
18101 ____________________________________________________________________________
18102 [  5986] By: gsar                                  on 2000/04/28  07:44:17
18103         Log: add regular expressions tutorial and quick-start guide (from
18104              Mark Kvale <kvale@phy.ucsf.edu>)
18105      Branch: perl
18106            + pod/perlrequick.pod pod/perlretut.pod
18107            ! AUTHORS MAINTAIN MANIFEST
18108 ____________________________________________________________________________
18109 [  5985] By: gsar                                  on 2000/04/28  07:30:28
18110         Log: forked child may not exit correctly if it failed to open
18111              /dev/console (from Graham Barr)
18112      Branch: perl
18113            ! ext/Sys/Syslog/Syslog.pm
18114 ____________________________________________________________________________
18115 [  5984] By: gsar                                  on 2000/04/28  07:27:20
18116         Log: attributes::reftype() doesn't work on tied argument
18117      Branch: perl
18118            ! xsutils.c
18119 ____________________________________________________________________________
18120 [  5983] By: gsar                                  on 2000/04/28  07:15:04
18121         Log: numeric conversion of non-number in change#3378 tramples on
18122              OOK offset, causing segfaults
18123      Branch: perl
18124            ! sv.c
18125 ____________________________________________________________________________
18126 [  5982] By: gsar                                  on 2000/04/28  04:48:25
18127         Log: avoid error in IO::Socket::INET when given an unknown service name
18128              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
18129      Branch: perl
18130            ! ext/IO/lib/IO/Socket/INET.pm
18131 ____________________________________________________________________________
18132 [  5981] By: gsar                                  on 2000/04/28  04:31:31
18133         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
18134              prototype mismatch with CORE::glob(); update pod and tests to
18135              suit (File::Glob::glob() is still available for backward
18136              compatibility, but should be considered deprecated)
18137      Branch: perl
18138            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
18139            ! t/lib/glob-taint.t
18140 ____________________________________________________________________________
18141 [  5980] By: gsar                                  on 2000/04/28  03:47:29
18142         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
18143              <ghudson@mit.edu>)
18144      Branch: metaconfig
18145            ! U/modified/Options.U
18146      Branch: perl
18147            ! Configure
18148 ____________________________________________________________________________
18149 [  5979] By: gsar                                  on 2000/04/28  03:07:54
18150         Log: under useithreads, constant pad entries could inadvertantly be
18151              shared across threads (from Eric Blood <eblood@xmission.com>);
18152              added Eric's test case to testsuite
18153      Branch: perl
18154            ! op.c t/op/misc.t
18155 ____________________________________________________________________________
18156 [  5978] By: gsar                                  on 2000/04/27  21:13:00
18157         Log: sync version numbers in File::Spec with the ones on CPAN
18158              (from Barrie Slaymaker)
18159      Branch: perl
18160            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18161            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18162            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18163 ____________________________________________________________________________
18164 [  5977] By: gsar                                  on 2000/04/27  21:07:29
18165         Log: autoquote barewords followed by newline and arrow properly
18166              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
18167      Branch: perl
18168            ! t/pragma/warn/toke toke.c
18169 ____________________________________________________________________________
18170 [  5976] By: gsar                                  on 2000/04/27  20:41:20
18171         Log: DB_File v1.73 update (from Paul Marquess)
18172      Branch: perl
18173            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18174            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
18175 ____________________________________________________________________________
18176 [  5975] By: gsar                                  on 2000/04/27  20:34:24
18177         Log: allow sort() reentrancy (variant of patch suggested by
18178              Hugo van der Sanden)
18179      Branch: perl
18180            ! pp_ctl.c t/op/sort.t
18181 ____________________________________________________________________________
18182 [  5974] By: gsar                                  on 2000/04/27  19:46:57
18183         Log: change#4197 somehow missed initializing PL_errors, meaning
18184              sytax error queueing wasn't working outside eval"" at all;
18185              also fixed eval"" to localize PL_error_count, so that compile-time
18186              eval's don't clobber the error state of the outer context
18187      Branch: perl
18188            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
18189            ! t/pragma/warn/toke
18190 ____________________________________________________________________________
18191 [  5973] By: gsar                                  on 2000/04/27  18:29:05
18192         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
18193      Branch: perl
18194            ! regcomp.c regexec.c t/op/re_tests
18195 ____________________________________________________________________________
18196 [  5972] By: jhi                                   on 2000/04/27  18:22:41
18197         Log: Integrate with Sarathy.
18198      Branch: cfgperl
18199           +> t/lib/b.t t/lib/syslog.t
18200           !> (integrate 31 files)
18201 ____________________________________________________________________________
18202 [  5971] By: jhi                                   on 2000/04/27  18:18:46
18203         Log: Unicos tweaks from Mark P. Lutz.
18204      Branch: cfgperl
18205            ! hints/unicos.sh lib/Math/Complex.pm
18206 ____________________________________________________________________________
18207 [  5970] By: gsar                                  on 2000/04/27  18:05:11
18208         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
18209              IV is >32bits
18210      Branch: perl
18211            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
18212 ____________________________________________________________________________
18213 [  5969] By: gsar                                  on 2000/04/27  17:50:56
18214         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
18215      Branch: perl
18216            + t/lib/syslog.t
18217            ! MANIFEST ext/Sys/Syslog/Syslog.pm
18218 ____________________________________________________________________________
18219 [  5968] By: gsar                                  on 2000/04/27  17:44:49
18220         Log: tolerate spaces in group names in test on solaris (from David Boyce
18221              <dsb@boyski.com>)
18222      Branch: perl
18223            ! t/op/groups.t
18224 ____________________________________________________________________________
18225 [  5967] By: gsar                                  on 2000/04/27  17:41:22
18226         Log: improved docs on the warn_uninit diagnostic (from David Glasser
18227              and Simon Cozens)
18228      Branch: perl
18229            ! pod/perldiag.pod
18230 ____________________________________________________________________________
18231 [  5966] By: gsar                                  on 2000/04/27  16:54:58
18232         Log: add testsuite for B backends, fix bug in B::Deparse (from
18233              Simon Cozens <simon@brecon.co.uk>)
18234      Branch: perl
18235            + t/lib/b.t
18236            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
18237 ____________________________________________________________________________
18238 [  5965] By: gsar                                  on 2000/04/27  16:10:37
18239         Log: avoid "will not stay shared" warnings for our variables (from
18240              Robin Barker)
18241      Branch: perl
18242            ! op.c t/pragma/warn/op
18243 ____________________________________________________________________________
18244 [  5964] By: gsar                                  on 2000/04/27  07:05:05
18245         Log: reformat to 72 columns (again)
18246      Branch: perl
18247            ! pod/perldiag.pod
18248 ____________________________________________________________________________
18249 [  5963] By: gsar                                  on 2000/04/27  06:28:31
18250         Log: patch from Larry to make (\&) prototype work; added tests for
18251              the same
18252      Branch: perl
18253            ! op.c t/comp/proto.t
18254 ____________________________________________________________________________
18255 [  5962] By: gsar                                  on 2000/04/27  06:15:47
18256         Log: updated README.hpux (from Jeff Okamoto)
18257      Branch: perl
18258            ! README.hpux
18259 ____________________________________________________________________________
18260 [  5961] By: gsar                                  on 2000/04/27  05:55:03
18261         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
18262      Branch: perl
18263            ! emacs/cperl-mode.el
18264 ____________________________________________________________________________
18265 [  5960] By: gsar                                  on 2000/04/27  05:49:26
18266         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
18267      Branch: perl
18268            ! INSTALL
18269 ____________________________________________________________________________
18270 [  5959] By: gsar                                  on 2000/04/27  05:33:41
18271         Log: doubled words in pods (from Simon Cozens
18272              <simon.p.cozens@jp.pwcglobal.com>)
18273      Branch: perl
18274            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
18275            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
18276            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
18277            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
18278            ! pod/perltootc.pod
18279 ____________________________________________________________________________
18280 [  5958] By: gsar                                  on 2000/04/27  05:11:39
18281         Log: change#3569 deleted some essential code, revert; avoid use of
18282              atexit() to make DynaLoader work properly on AIX under mod_perl
18283              (from Jens-Uwe Mager <jum@helios.de>)
18284      Branch: perl
18285            ! ext/DynaLoader/dl_aix.xs
18286 ____________________________________________________________________________
18287 [  5957] By: gsar                                  on 2000/04/27  04:54:51
18288         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
18289      Branch: perl
18290            ! pod/perlmod.pod
18291 ____________________________________________________________________________
18292 [  5956] By: gsar                                  on 2000/04/27  04:51:47
18293         Log: better diagnostics on failed tests (from Ilya Zakharevich)
18294      Branch: perl
18295            ! t/op/lex_assign.t
18296 ____________________________________________________________________________
18297 [  5955] By: gsar                                  on 2000/04/27  04:26:44
18298         Log: longstanding bug exposed by change#3307: sort arguments weren't
18299              compiled with the right wantarray context (ensuing runtime lookup
18300              via block_gimme() was getting the incidental context of the
18301              sort() itself)
18302      Branch: perl
18303            ! op.c t/op/sort.t
18304 ____________________________________________________________________________
18305 [  5954] By: gsar                                  on 2000/04/26  23:42:12
18306         Log: integrate cfgperl contents into mainline
18307      Branch: perl
18308           !> (integrate 30 files)
18309 ____________________________________________________________________________
18310 [  5953] By: jhi                                   on 2000/04/26  23:06:42
18311         Log: Integrate with Sarathy.
18312      Branch: cfgperl
18313           !> README.win32 ext/B/B/Deparse.pm
18314           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
18315           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
18316           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
18317           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
18318           !> utils/perldoc.PL vms/perlvms.pod
18319 ____________________________________________________________________________
18320 [  5952] By: jhi                                   on 2000/04/26  23:03:46
18321         Log: Undo "use integer" addition from 64bitint as it seems
18322              to break most of the subtests in Digital UNIX;
18323              Unicos needs to find another way.
18324      Branch: cfgperl
18325            ! t/op/64bitint.t
18326 ____________________________________________________________________________
18327 [  5951] By: jhi                                   on 2000/04/26  22:57:53
18328         Log: Be more robust on "extreme" (large absolute value)
18329              arguments.  Originally reported by Daniel Connelly
18330              as a problem with asinh() on large negative arguments,
18331              asinh() used to bail out because an argument to log()
18332              ended up being zero.  Ilya Zakharevich proposed using
18333              Taylor's series in such cases, which for such large
18334              arguments is a very good approximation.
18335      Branch: cfgperl
18336            ! lib/Math/Complex.pm t/lib/complex.t
18337 ____________________________________________________________________________
18338 [  5950] By: gsar                                  on 2000/04/25  19:13:12
18339         Log: reformat perldiag to avoid long lines
18340      Branch: perl
18341            ! pod/perldiag.pod
18342 ____________________________________________________________________________
18343 [  5949] By: gsar                                  on 2000/04/25  18:41:11
18344         Log: make perldoc use the pod2man from the same version (from
18345              M.J.T. Guy)
18346      Branch: perl
18347            ! utils/perldoc.PL
18348 ____________________________________________________________________________
18349 [  5948] By: gsar                                  on 2000/04/25  18:21:57
18350         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
18351              <kompas@kompas.usr.onet.pl>)
18352      Branch: perl
18353            ! lib/vars.pm
18354 ____________________________________________________________________________
18355 [  5947] By: gsar                                  on 2000/04/25  18:11:53
18356         Log: use &dl_error rather than &dl_load_file as the guard for calling
18357              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
18358              statically built perl)
18359      Branch: perl
18360            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
18361 ____________________________________________________________________________
18362 [  5946] By: jhi                                   on 2000/04/25  17:37:54
18363         Log: Document that tr() is not tr(1).
18364      Branch: cfgperl
18365            ! pod/perlop.pod
18366 ____________________________________________________________________________
18367 [  5945] By: gsar                                  on 2000/04/25  16:34:33
18368         Log: make module name mandatory after -M switch; reorder perldiag
18369              alphabetically (from Mark-Jason Dominus)
18370      Branch: perl
18371            ! perl.c pod/perldiag.pod
18372 ____________________________________________________________________________
18373 [  5944] By: jhi                                   on 2000/04/25  01:15:18
18374         Log: On second thoughts frexp() does have two arguments.
18375      Branch: cfgperl
18376            ! perl.h
18377 ____________________________________________________________________________
18378 [  5943] By: jhi                                   on 2000/04/24  22:56:32
18379         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
18380              Now pp_ncmp() returns undef is either operand is a NaN.
18381      Branch: cfgperl
18382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18383            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
18384            ! vms/subconfigure.com vos/config.def vos/config.h
18385            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
18386            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18387            ! win32/config_H.vc
18388      Branch: metaconfig/U/perl
18389            + d_modfl.U
18390 ____________________________________________________________________________
18391 [  5942] By: jhi                                   on 2000/04/24  19:45:17
18392         Log: Regen Configure to match #5937.
18393      Branch: cfgperl
18394            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18395            ! config_h.SH
18396      Branch: metaconfig
18397            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
18398 ____________________________________________________________________________
18399 [  5941] By: jhi                                   on 2000/04/24  19:24:11
18400         Log: Further Unicos fixes for Mark Lutz.
18401      Branch: cfgperl
18402            ! hints/unicos.sh pp_ctl.c
18403 ____________________________________________________________________________
18404 [  5940] By: jhi                                   on 2000/04/24  19:09:06
18405         Log: Various Unicos 10.0.0.6 fixes.
18406              
18407              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
18408              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
18409              Reply-To: tecmpl1@triton.ca.boeing.com 
18410              To: perl5-porters@perl.org 
18411              Date: Fri, 14 Apr 2000 20:21:00 GMT 
18412              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
18413      Branch: cfgperl
18414            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
18415 ____________________________________________________________________________
18416 [  5939] By: gsar                                  on 2000/04/24  19:01:24
18417         Log: more pod nits (from Larry Virden)
18418      Branch: perl
18419            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
18420            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
18421            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
18422 ____________________________________________________________________________
18423 [  5938] By: gsar                                  on 2000/04/24  18:54:01
18424         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
18425      Branch: perl
18426            ! ext/B/B/Deparse.pm
18427 ____________________________________________________________________________
18428 [  5937] By: jhi                                   on 2000/04/24  17:39:00
18429         Log: Integrate with Sarathy.
18430      Branch: cfgperl
18431           +> (branch 31 files)
18432           !> (integrate 73 files)
18433 ____________________________________________________________________________
18434 [  5936] By: gsar                                  on 2000/04/24  17:30:06
18435         Log: additional tests for change#5934 (from Paul Marquess, who also
18436              sent in the same fix)
18437      Branch: perl
18438            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
18439            ! t/pragma/warn/5nolint t/pragma/warn/6default
18440 ____________________________________________________________________________
18441 [  5935] By: jhi                                   on 2000/04/24  17:26:05
18442         Log: Do not assume sign propagation.
18443              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
18444              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
18445              To: payner@ncifcrf.gov, perl5-porters@perl.org 
18446              Date: Tue, 18 Apr 2000 18:24:49 +0100 
18447              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
18448      Branch: cfgperl
18449            ! t/op/bop.t t/op/misc.t
18450 ____________________________________________________________________________
18451 [  5934] By: gsar                                  on 2000/04/24  17:16:54
18452         Log: propagate lexical warnings from surrounding scope correctly
18453              within string eval()
18454      Branch: perl
18455            ! pp_ctl.c t/pragma/warn/pp_ctl
18456 ____________________________________________________________________________
18457 [  5933] By: jhi                                   on 2000/04/24  17:01:07
18458         Log: Flatten the cpp jungle doing the nosuid checking.
18459      Branch: cfgperl
18460            ! perl.c
18461 ____________________________________________________________________________
18462 [  5932] By: gsar                                  on 2000/04/24  09:08:14
18463         Log: add rsignal(), whichsig() and do_join() to public API list
18464              (mod_perl uses them to good advantage)
18465      Branch: perl
18466            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
18467 ____________________________________________________________________________
18468 [  5931] By: gsar                                  on 2000/04/24  09:01:40
18469         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
18470      Branch: perl
18471            ! pp_hot.c regexec.c t/op/pat.t
18472 ____________________________________________________________________________
18473 [  5930] By: gsar                                  on 2000/04/24  08:58:33
18474         Log: small os390 tweaks (from Peter Prymmer)
18475      Branch: perl
18476            ! config_h.SH makedepend.SH
18477 ____________________________________________________________________________
18478 [  5929] By: gsar                                  on 2000/04/24  08:55:25
18479         Log: pod nits
18480      Branch: perl
18481            ! pod/perlguts.pod
18482 ____________________________________________________________________________
18483 [  5928] By: gsar                                  on 2000/04/24  08:50:13
18484         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
18485      Branch: perl
18486            ! ext/IO/lib/IO/Poll.pm
18487 ____________________________________________________________________________
18488 [  5927] By: gsar                                  on 2000/04/24  08:43:24
18489         Log: arrange for next() to resume at the unstack op rather than the
18490              loop conditional, so that scope cleanup happens correctly
18491              (from Stephen McCamant)
18492      Branch: perl
18493            ! op.c pp_ctl.c t/op/misc.t
18494 ____________________________________________________________________________
18495 [  5926] By: gsar                                  on 2000/04/24  08:18:40
18496         Log: on windows, reserve 16M of stack rather than 128M (allows more
18497              threads to run concurrently)
18498      Branch: perl
18499            ! win32/Makefile win32/makefile.mk
18500 ____________________________________________________________________________
18501 [  5925] By: gsar                                  on 2000/04/24  08:13:52
18502         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
18503      Branch: perl
18504            ! toke.c
18505 ____________________________________________________________________________
18506 [  5924] By: gsar                                  on 2000/04/24  08:08:59
18507         Log: avoid using uninitialized memory in require version check
18508      Branch: perl
18509            ! pp_ctl.c universal.c
18510 ____________________________________________________________________________
18511 [  5923] By: gsar                                  on 2000/04/24  07:20:14
18512         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
18513      Branch: perl
18514            ! ext/IO/lib/IO/Poll.pm
18515 ____________________________________________________________________________
18516 [  5922] By: gsar                                  on 2000/04/24  07:08:42
18517         Log: commentary about IoTYPE() (from Nathan Torkington)
18518      Branch: perl
18519            ! sv.h
18520 ____________________________________________________________________________
18521 [  5921] By: gsar                                  on 2000/04/24  06:58:26
18522         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
18523              by fix
18524      Branch: perl
18525            ! sv.c t/lib/charnames.t t/pragma/utf8.t
18526 ____________________________________________________________________________
18527 [  5920] By: gsar                                  on 2000/04/24  06:37:59
18528         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
18529      Branch: perl
18530            ! doop.c t/op/ver.t
18531 ____________________________________________________________________________
18532 [  5919] By: gsar                                  on 2000/04/24  06:21:58
18533         Log: Configure might miss old directories when prefix must be
18534              expanded (from Robin Barker)
18535      Branch: metaconfig
18536            ! U/installdirs/inc_version_list.U
18537      Branch: perl
18538            ! Configure
18539 ____________________________________________________________________________
18540 [  5918] By: gsar                                  on 2000/04/24  06:16:11
18541         Log: VMS nits in glob() test (from Charles Lane)
18542      Branch: perl
18543            ! t/lib/glob-basic.t
18544 ____________________________________________________________________________
18545 [  5917] By: gsar                                  on 2000/04/24  06:11:56
18546         Log: various pod nits (from Larry Virden and others)
18547      Branch: perl
18548            ! README.amiga README.hpux README.machten README.os2
18549            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
18550            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
18551            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
18552            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
18553            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
18554            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
18555            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
18556            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
18557 ____________________________________________________________________________
18558 [  5916] By: gsar                                  on 2000/04/24  05:52:43
18559         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
18560              <wjones@tc.fluke.com>)
18561      Branch: perl
18562            ! t/lib/glob-basic.t
18563 ____________________________________________________________________________
18564 [  5915] By: gsar                                  on 2000/04/24  05:07:01
18565         Log: supported platforms mixed up
18566      Branch: perl
18567            ! pod/perl56delta.pod pod/perlport.pod
18568 ____________________________________________________________________________
18569 [  5914] By: gsar                                  on 2000/04/24  04:56:08
18570         Log: caller() wasn't returning the right number of elements for
18571              eval {...}
18572      Branch: perl
18573            ! pp_ctl.c t/pragma/warn/9enabled
18574 ____________________________________________________________________________
18575 [  5913] By: gsar                                  on 2000/04/24  04:35:41
18576         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
18577              Mark-Jason Dominus)
18578      Branch: perl
18579            ! pod/perlfunc.pod
18580 ____________________________________________________________________________
18581 [  5912] By: gsar                                  on 2000/04/24  04:17:15
18582         Log: fix totally broken caching in UNIVERSAL::isa() (from
18583              Nick Ing-Simmons)
18584      Branch: perl
18585            ! t/op/universal.t universal.c
18586 ____________________________________________________________________________
18587 [  5911] By: gsar                                  on 2000/04/24  03:39:47
18588         Log: add linebreak properties from unicode/LineBrk.txt (from
18589              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
18590      Branch: perl
18591            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
18592            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
18593            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
18594            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
18595            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
18596            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
18597            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
18598            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
18599            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
18600            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
18601            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
18602            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
18603            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
18604            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
18605            + lib/unicode/Is/LbrkZW.pl
18606            ! lib/unicode/mktables.PL
18607 ____________________________________________________________________________
18608 [  5910] By: gsar                                  on 2000/04/24  03:23:10
18609         Log: typo in pod
18610      Branch: perl
18611            ! ext/Thread/Thread.pm
18612 ____________________________________________________________________________
18613 [  5909] By: gsar                                  on 2000/04/24  03:22:03
18614         Log: mode argument to do_binmode() should be file mode, not boolean
18615      Branch: perl
18616            ! pp_sys.c
18617 ____________________________________________________________________________
18618 [  5908] By: gsar                                  on 2000/04/16  16:51:08
18619         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
18620              always returns a valid GV even when the symbol is trapped by strictures
18621              (avoids coredumps)
18622              
18623              TODO: the C<package;> hack needs similar treatment
18624      Branch: perl
18625            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
18626            ! t/pragma/strict-vars
18627 ____________________________________________________________________________
18628 [  5907] By: jhi                                   on 2000/03/31  23:42:56
18629         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
18630              an assumption which #5905 demolished.
18631      Branch: cfgperl
18632            ! pp_sys.c
18633 ____________________________________________________________________________
18634 [  5906] By: jhi                                   on 2000/03/31  18:54:37
18635         Log: Typo in #5905.
18636      Branch: cfgperl
18637            ! t/op/64bitint.t
18638 ____________________________________________________________________________
18639 [  5905] By: jhi                                   on 2000/03/31  18:50:54
18640         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
18641              reported by Joseph N. Hall.  The bug was that even with use64bitint
18642              one had to use the prefixes q, L, or ll with printf/sprintf,
18643              contrary to the documentation and common sense.
18644      Branch: cfgperl
18645            ! sv.c t/op/64bitint.t
18646 ____________________________________________________________________________
18647 [  5904] By: gsar                                  on 2000/03/28  02:31:32
18648         Log: add Changes, perldelta.pod
18649      Branch: perl
18650            + Changes pod/perldelta.pod
18651 ____________________________________________________________________________
18652 [  5903] By: gsar                                  on 2000/03/28  02:03:55
18653         Log: rename Changes and perldelta.pod
18654      Branch: perl
18655           +> Changes5.6 pod/perl56delta.pod
18656            - Changes pod/perldelta.pod
18657            ! MANIFEST
18658 ____________________________________________________________________________
18659 [  5902] By: gsar                                  on 2000/03/28  01:59:14
18660         Log: create maint-5.6 branch
18661      Branch: maint-5.6/perl
18662           +> (branch 1611 files)
18663 ____________________________________________________________________________
18664 [  5901] By: jhi                                   on 2000/03/23  05:48:43
18665         Log: Integrate with Sarathy.
18666      Branch: cfgperl
18667           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
18668 ____________________________________________________________________________
18669 [  5900] By: gsar                                  on 2000/03/23  05:42:43
18670         Log: three guesses on what this is :-)
18671      Branch: perl
18672            ! Changes