1b2729edcd242dab06c554a33224aaac2b28b352
[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.0          Development release working toward v5.8
32 --------------
33
34 ____________________________________________________________________________
35 [  7673] By: jhi                                   on 2000/11/13  14:42:42
36         Log: Remove the new two tests of lib/io_xs for now, they seem to
37              fail under perlio on some platforms.
38      Branch: perl
39            ! t/lib/io_xs.t
40 ____________________________________________________________________________
41 [  7672] By: jhi                                   on 2000/11/13  13:57:53
42         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
43      Branch: perl
44            ! perlio.c
45 ____________________________________________________________________________
46 [  7671] By: jhi                                   on 2000/11/13  05:30:48
47         Log: Placate nervous compilers that see longer than ints switch()ing.
48      Branch: perl
49            ! utf8.c
50 ____________________________________________________________________________
51 [  7670] By: jhi                                   on 2000/11/13  05:14:21
52         Log: fputs() does return EOF on error but here we don't care.
53      Branch: perl
54            ! perlio.c
55 ____________________________________________________________________________
56 [  7669] By: jhi                                   on 2000/11/13  05:02:45
57         Log: Declare reg_data like reg_substr_data.
58      Branch: perl
59            ! regexp.h
60 ____________________________________________________________________________
61 [  7668] By: jhi                                   on 2000/11/13  04:54:34
62         Log: Typos in #7667.
63      Branch: perl
64            ! perl.h
65 ____________________________________________________________________________
66 [  7667] By: jhi                                   on 2000/11/13  04:49:49
67         Log: Cleanup messy #ifdef.
68      Branch: perl
69            ! perl.h
70 ____________________________________________________________________________
71 [  7666] By: jhi                                   on 2000/11/13  04:17:34
72         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
73              From: Nicholas Clark <nick@talking.bollo.cx>
74              Date: Sun, 12 Nov 2000 21:14:11 +0000
75              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
76              
77              Note: only one breakage of the two reported is fixed by this patch.
78      Branch: perl
79            ! perlio.c
80 ____________________________________________________________________________
81 [  7665] By: jhi                                   on 2000/11/13  04:05:07
82         Log: Tweak the definition of the bit complement on UTF-8 data:
83              if none of the characters in the string are > 0xff,
84              the result is a complemented byte string, not a (UTF-8)
85              char string.  Based on the summary in
86              
87              Subject: Re: [ID 20000918.005] ~ on wide chars
88              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
89              Date: Fri, 10 Nov 2000 09:47:15 -0800
90              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
91              
92              This should give us the maximum backward (pre-char string)
93              compatibility and utf8 compatibility.  The other alternative
94              would be to limit the bit complement to be always byte only,
95              taking the least significant byte of the chars.
96      Branch: perl
97            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
98 ____________________________________________________________________________
99 [  7664] By: jhi                                   on 2000/11/13  00:23:44
100         Log: Couple of tests from #7660 salvaged.
101      Branch: perl
102            - t/op/tell.t
103            ! MANIFEST t/io/tell.t
104 ____________________________________________________________________________
105 [  7663] By: jhi                                   on 2000/11/13  00:02:48
106         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
107              From: Nicholas Clark <nick@talking.bollo.cx>
108              Date: Sun, 12 Nov 2000 21:23:43 +0000
109              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
110      Branch: perl
111            ! perlsfio.h
112 ____________________________________________________________________________
113 [  7662] By: jhi                                   on 2000/11/13  00:01:39
114         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
115              From: Nicholas Clark <nick@talking.bollo.cx>
116              Date: Sun, 12 Nov 2000 21:30:04 +0000
117              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
118      Branch: perl
119            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
120 ____________________________________________________________________________
121 [  7661] By: jhi                                   on 2000/11/12  23:57:29
122         Log: Document tell() on special streams.
123      Branch: perl
124            ! pod/perlfunc.pod
125 ____________________________________________________________________________
126 [  7660] By: jhi                                   on 2000/11/12  23:54:22
127         Log: (Subsumed by #7664)
128      Branch: perl
129            + t/op/tell.t
130            ! MANIFEST
131 ____________________________________________________________________________
132 [  7659] By: jhi                                   on 2000/11/12  22:55:25
133         Log: Many subdocumented return values of the IO extension now documented.
134              ungetc and write still left subdocumented.
135              
136              Subject: [PATCH] (was Re: IO::Handle::ungetc)
137              From: Nicholas Clark <nick@talking.bollo.cx>
138              Date: Sun, 12 Nov 2000 21:35:53 +0000
139              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
140      Branch: perl
141            ! ext/IO/lib/IO/Handle.pm
142 ____________________________________________________________________________
143 [  7658] By: jhi                                   on 2000/11/12  21:37:06
144         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
145              From: Nicholas Clark <nick@talking.bollo.cx>
146              Date: Sun, 12 Nov 2000 20:03:22 +0000
147              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
148      Branch: perl
149            ! pod/perlfunc.pod
150 ____________________________________________________________________________
151 [  7657] By: jhi                                   on 2000/11/12  20:34:55
152         Log: Integrate perlio.
153      Branch: perl
154           !> perlio.c
155 ____________________________________________________________________________
156 [  7653] By: jhi                                   on 2000/11/12  19:00:01
157         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
158      Branch: perl
159            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
160            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
161            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
162            ! vos/config.ga.h win32/config.bc win32/config.gc
163            ! win32/config.vc
164 ____________________________________________________________________________
165 [  7652] By: jhi                                   on 2000/11/11  21:12:01
166         Log: Copy the s// information of README.hpux also to the perlrun.
167      Branch: perl
168            ! README.hpux pod/perlrun.pod
169 ____________________________________________________________________________
170 [  7651] By: jhi                                   on 2000/11/11  21:03:13
171         Log: More README.solaris updates from Andy Dougherty.
172      Branch: perl
173            ! README.solaris
174 ____________________________________________________________________________
175 [  7650] By: jhi                                   on 2000/11/11  18:38:57
176         Log: More descriptive error for unknown perlio layers.
177              
178              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
179              From: Dominic Dunlop <domo@computer.org> 
180              Date: Sat, 11 Nov 2000 18:20:32 +0100             
181              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
182      Branch: perl
183            ! perlio.c pod/perldiag.pod
184 ____________________________________________________________________________
185 [  7649] By: jhi                                   on 2000/11/11  18:37:52
186         Log: MachTen doesn't really do mmap() and munmap().
187              
188              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
189              From: Dominic Dunlop <domo@computer.org> 
190              Date: Sat, 11 Nov 2000 18:20:32 +0100             
191              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
192      Branch: perl
193            ! hints/machten.sh
194 ____________________________________________________________________________
195 [  7648] By: jhi                                   on 2000/11/11  18:36:46
196         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
197              From: rspier@pobox.com (Robert Spier)
198              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
199              Message-ID: <14861.32839.491271.985797@rls.cx>
200      Branch: perl
201            ! Porting/Contract pod/perltoot.pod
202 ____________________________________________________________________________
203 [  7646] By: jhi                                   on 2000/11/11  18:33:23
204         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
205      Branch: perl
206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
207            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
208            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
209            ! vos/config.ga.h win32/config.bc win32/config.gc
210            ! win32/config.vc
211 ____________________________________________________________________________
212 [  7645] By: jhi                                   on 2000/11/11  16:45:15
213         Log: Use sysconf() or getpagesize() to find out the pagesize.
214      Branch: perl
215            ! perlio.c
216 ____________________________________________________________________________
217 [  7644] By: jhi                                   on 2000/11/11  15:46:08
218         Log: Integrate perlio.
219      Branch: perl
220           !> perlio.c
221 ____________________________________________________________________________
222 [  7643] By: jhi                                   on 2000/11/11  15:33:36
223         Log: Subject: Re: [PATCH] README.solaris
224              From: Lupe Christoph <lupe@lupe-christoph.de>
225              Date: Sat, 11 Nov 2000 14:08:10 +0100
226              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
227      Branch: perl
228            ! README.solaris
229 ____________________________________________________________________________
230 [  7642] By: jhi                                   on 2000/11/11  15:22:12
231         Log: Subject: [PATCH perl@7638] cygwin port
232              From: "Eric Fifer" <egf7@columbia.edu>            
233              Date: Fri, 10 Nov 2000 19:30:30 -0000
234              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
235      Branch: perl
236            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
237 ____________________________________________________________________________
238 [  7640] By: jhi                                   on 2000/11/11  02:05:02
239         Log: Add more encoding tables.
240      Branch: perl
241            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
242            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
243            + ext/Encode/Encode/iso8859-10.enc
244            + ext/Encode/Encode/iso8859-13.enc
245            + ext/Encode/Encode/iso8859-14.enc
246            + ext/Encode/Encode/iso8859-15.enc
247            ! MANIFEST
248 ____________________________________________________________________________
249 [  7639] By: jhi                                   on 2000/11/10  18:49:25
250         Log: Subject: [PATCH] README.solaris
251              From: Andy Dougherty <doughera@lafayette.edu>
252              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
253              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
254      Branch: perl
255            + README.solaris
256            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
257            ! pod/perl.pod pod/perltoc.pod
258 ____________________________________________________________________________
259 [  7638] By: jhi                                   on 2000/11/10  15:04:15
260         Log: Update Changes.
261      Branch: perl
262            ! Changes patchlevel.h
263 ____________________________________________________________________________
264 [  7637] By: jhi                                   on 2000/11/10  14:14:28
265         Log: Explain better why certain regex tests are skipped.
266              
267              Subject: Re: tests skipped: unknown reason
268              From: Lupe Christoph <lupe@lupe-christoph.de>
269              Date: Fri, 10 Nov 2000 09:08:56 +0100
270              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
271      Branch: perl
272            ! t/op/regexp.t
273 ____________________________________________________________________________
274 [  7635] By: nick                                  on 2000/11/10  13:25:52
275         Log: Re-instate stdio large file support via perlio.
276      Branch: perl
277            ! perlio.c
278 ____________________________________________________________________________
279 [  7634] By: jhi                                   on 2000/11/10  04:49:55
280         Log: Amdahl UTS hints updates.
281              
282              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
283              From: hom00@utsglobal.com (Harold O Morris)
284              Date: Thu, 9 Nov 2000 20:02 PST
285              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
286      Branch: perl
287            ! hints/uts.sh
288 ____________________________________________________________________________
289 [  7633] By: jhi                                   on 2000/11/09  23:33:28
290         Log: Subject: [PATCH] IO::Seekable pod
291              From: Nicholas Clark <nick@talking.bollo.cx>
292              Date: Thu, 9 Nov 2000 20:29:45 +0000
293              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
294      Branch: perl
295            ! ext/IO/lib/IO/Handle.pm
296 ____________________________________________________________________________
297 [  7632] By: jhi                                   on 2000/11/09  21:55:41
298         Log: Various doc oddball characters.
299              
300              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
301              From: Michael Somos <somos@grail.cba.csuohio.edu>
302              Date: Mon, 6 Nov 2000 17:44:20 -0500
303              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
304      Branch: perl
305            ! emacs/cperl-mode.el lib/unicode/syllables.txt
306            ! win32/bin/search.pl
307 ____________________________________________________________________________
308 [  7631] By: jhi                                   on 2000/11/09  21:12:29
309         Log: Subject: Re: bash -c exit and linux hints 
310              From: "John P. Linderman" <jpl@research.att.com>
311              Date: Thu, 02 Nov 2000 09:37:25 -0500
312              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
313      Branch: perl
314            ! hints/linux.sh
315 ____________________________________________________________________________
316 [  7629] By: jhi                                   on 2000/11/09  19:46:31
317         Log: Missing dTHXs.
318              
319              Subject: RE: perl@7595 builds not on cygwin
320              From: "Eric Fifer" <egf7@columbia.edu>
321              Date: Thu, 9 Nov 2000 19:26:50 -0000
322              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
323      Branch: perl
324            ! ext/Devel/Peek/Peek.xs
325 ____________________________________________________________________________
326 [  7628] By: jhi                                   on 2000/11/09  14:48:27
327         Log: Disable only the tests 99 and 166 for UTF-8 locales.
328      Branch: perl
329            ! t/pragma/locale.t
330 ____________________________________________________________________________
331 [  7627] By: jhi                                   on 2000/11/09  14:40:27
332         Log: There's no =head3.
333      Branch: perl
334            ! pod/perlhack.pod
335 ____________________________________________________________________________
336 [  7626] By: jhi                                   on 2000/11/09  13:54:26
337         Log: The generated boot_* headers are wrong.  Pickier compiler,
338              such as KAI C++ will refuse to compile the resulting perlmain.
339              
340              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
341              From: Harri Pasanen <harri.pasanen@trema.com>
342              Date: Thu, 09 Nov 2000 14:23:28 +0100
343              Message-Id: <3A0AA550.26D548A3@trema.com>
344      Branch: perl
345            ! minimod.pl
346 ____________________________________________________________________________
347 [  7625] By: jhi                                   on 2000/11/09  13:50:44
348         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
349              From: Prymmer/Kahn <pvhp@best.com>
350              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
351              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
352              
353              All except the "cow orker" change.
354      Branch: perl
355            ! Porting/pumpkin.pod
356 ____________________________________________________________________________
357 [  7624] By: jhi                                   on 2000/11/09  13:45:33
358         Log: Fix for
359              
360              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
361              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
362              Date: Thu, 09 Nov 2000 11:05:52 +0100
363              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
364      Branch: perl
365            ! pod/perldiag.pod t/pragma/warn/pp_sys
366 ____________________________________________________________________________
367 [  7623] By: jhi                                   on 2000/11/09  13:37:16
368         Log: Typo in an ifndef.
369              
370              Subject: Re: [PATCH 5.7.0] better messages from malloc()
371              From: Joe Smith <jms@inwap.com>         
372              Date: Thu, 09 Nov 2000 01:33:14 -0800
373              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
374      Branch: perl
375            ! malloc.c
376 ____________________________________________________________________________
377 [  7622] By: jhi                                   on 2000/11/09  13:31:18
378         Log: Remove unused extra arguments.
379      Branch: metaconfig/U/perl
380            ! perlxv.U
381      Branch: perl
382            ! Configure config_h.SH
383 ____________________________________________________________________________
384 [  7621] By: jhi                                   on 2000/11/09  13:16:36
385         Log: More VMS moves on environment handling, from Charles Lane.
386      Branch: perl
387            ! t/pragma/locale.t
388 ____________________________________________________________________________
389 [  7620] By: jhi                                   on 2000/11/09  04:42:38
390         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
391              From: David Dyck <dcd@tc.fluke.com>
392              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
393              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
394      Branch: perl
395            ! pp_sys.c
396 ____________________________________________________________________________
397 [  7619] By: jhi                                   on 2000/11/09  04:36:21
398         Log: Forgot from #7618.
399      Branch: perl
400            ! lib/File/stat.pm
401 ____________________________________________________________________________
402 [  7618] By: jhi                                   on 2000/11/09  04:28:44
403         Log: Make deleting for %ENV work for (newer versions of) VMS,
404              from Craig A. Berry.
405      Branch: perl
406            ! vms/vms.c
407 ____________________________________________________________________________
408 [  7617] By: jhi                                   on 2000/11/09  04:25:05
409         Log: Subject: [PATCH] Class::Struct at compile time
410              From: "Casey R. Tweten" <crt@kiski.net>
411              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
412              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
413      Branch: perl
414            ! lib/Class/Struct.pm
415 ____________________________________________________________________________
416 [  7616] By: jhi                                   on 2000/11/09  04:15:17
417         Log: Subject: [ID 20001108.013] spelling
418              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
419              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
420              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
421      Branch: perl
422            ! lib/ftp.pl
423 ____________________________________________________________________________
424 [  7615] By: jhi                                   on 2000/11/09  04:12:42
425         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
426              From: Peter Prymmer <pvhp@forte.com>
427              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
428              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
429      Branch: perl
430            ! configure.com
431 ____________________________________________________________________________
432 [  7614] By: jhi                                   on 2000/11/08  22:42:55
433         Log: A missing aTHX_.
434      Branch: perl
435            ! ext/IPC/SysV/SysV.xs
436 ____________________________________________________________________________
437 [  7613] By: jhi                                   on 2000/11/08  19:30:21
438         Log: Update Changes.
439      Branch: perl
440            ! Changes patchlevel.h
441 ____________________________________________________________________________
442 [  7612] By: jhi                                   on 2000/11/08  18:35:25
443         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
444              From: David Dyck <dcd@tc.fluke.com>
445              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
446              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
447      Branch: perl
448            ! pp_sys.c
449 ____________________________________________________________________________
450 [  7611] By: jhi                                   on 2000/11/08  18:30:26
451         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
452              From: Dominic Dunlop <domo@computer.org>
453              Date: Tue, 7 Nov 2000 12:05:25 +0100
454              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
455      Branch: perl
456            ! malloc.c
457 ____________________________________________________________________________
458 [  7610] By: jhi                                   on 2000/11/08  18:25:14
459         Log: Do not test UTF-8 locales since that the tests would require
460              polymorphic regexen.
461      Branch: perl
462            ! t/pragma/locale.t
463 ____________________________________________________________________________
464 [  7609] By: jhi                                   on 2000/11/08  17:12:51
465         Log: Locale buglets.
466              
467              Subject: RE: Locales support (setlocale) fixes
468              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
469              Date: Wed, 8 Nov 2000 20:01:39 +0300
470              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
471      Branch: perl
472            ! t/pragma/locale.t util.c
473 ____________________________________________________________________________
474 [  7608] By: jhi                                   on 2000/11/08  17:00:16
475         Log: Deleting $ENV{PATH} in VMS is not recommendable.
476      Branch: perl
477            ! t/pragma/locale.t
478 ____________________________________________________________________________
479 [  7607] By: jhi                                   on 2000/11/08  16:58:26
480         Log: Subject: PATCH std stdio for (Free)BSD
481              From: Nicholas Clark <nick@ccl4.org>
482              Date: Wed, 8 Nov 2000 15:36:29 +0000
483              Message-ID: <20001108153629.D98736@plum.flirble.org>
484      Branch: metaconfig
485            ! U/compline/d_stdstdio.U
486      Branch: perl
487            ! Configure config_h.SH
488 ____________________________________________________________________________
489 [  7606] By: jhi                                   on 2000/11/08  16:43:31
490         Log: Forgot to bump the line numbers in #7601.
491      Branch: perl
492            ! t/pragma/warn/pp_sys
493 ____________________________________________________________________________
494 [  7605] By: jhi                                   on 2000/11/08  16:39:12
495         Log: More careful detection of how well NVs and UVs mix.
496              
497              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))
498              From: Nicholas Clark <nick@ccl4.org>
499              Date: Wed, 8 Nov 2000 15:14:12 +0000
500              Message-ID: <20001108151412.B98736@plum.flirble.org>
501              
502              Added some SIGFPE paranoia.
503      Branch: metaconfig/U/perl
504            ! perlxv.U
505      Branch: perl
506            ! Configure config_h.SH
507 ____________________________________________________________________________
508 [  7604] By: jhi                                   on 2000/11/08  14:39:10
509         Log: Subject: [patch perl@7595] VMS configure.com tweak
510              From: "Craig A. Berry" <craigberry@mac.com>
511              Date: Wed, 8 Nov 2000 00:24:12 -0600
512              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
513      Branch: perl
514            ! configure.com
515 ____________________________________________________________________________
516 [  7603] By: jhi                                   on 2000/11/08  14:27:11
517         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
518              From: Robin Barker <rmb1@cise.npl.co.uk>
519              Date: Wed, 8 Nov 2000 11:11:39 GMT
520              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
521      Branch: perl
522            ! perlio.c
523 ____________________________________________________________________________
524 [  7602] By: jhi                                   on 2000/11/08  14:25:03
525         Log: Fix for the tie-refhash string table leaks.
526              
527              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
528              Date: Wed, 8 Nov 2000 13:03:04 GMT
529              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
530      Branch: perl
531            ! t/lib/tie-refhash.t
532 ____________________________________________________________________________
533 [  7601] By: jhi                                   on 2000/11/08  14:21:08
534         Log: Try to avoid flockless and emulationless places.
535      Branch: perl
536            ! t/pragma/warn/pp_sys
537 ____________________________________________________________________________
538 [  7600] By: jhi                                   on 2000/11/08  02:28:54
539         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
540              
541              Subject: [PATCH] prototyped functions that should be overrideable
542              From: "Casey R. Tweten" <crt@kiski.net>
543              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
544              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
545      Branch: perl
546            ! toke.c
547 ____________________________________________________________________________
548 [  7599] By: jhi                                   on 2000/11/08  01:12:05
549         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
550              
551              Subject: [PATCH] perlbug.PL
552              From: "Kurt D. Starsinic" <kstar@chapin.edu>
553              Date: Mon, 6 Nov 2000 21:39:01 -0500
554              Message-ID: <20001106213901.B20955@O2.chapin.edu>
555      Branch: perl
556            ! utils/perlbug.PL
557 ____________________________________________________________________________
558 [  7598] By: jhi                                   on 2000/11/07  23:42:00
559         Log: Bad thinko in #7581 (I used the test program with the expanded
560              values as-is).
561      Branch: metaconfig
562            ! U/compline/d_stdstdio.U
563      Branch: perl
564            ! Configure
565 ____________________________________________________________________________
566 [  7597] By: jhi                                   on 2000/11/07  21:43:29
567         Log: Subject: [PATCH perl@7573] cygwin port
568              From: "Fifer, Eric" <EFifer@sanwaint.com>
569              Date: Tue, 7 Nov 2000 18:08:51 -0000 
570              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
571              
572              Synchronize with Cygwin 1.1.5.
573      Branch: perl
574            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
575            ! pod/perlport.pod unixish.h util.c
576 ____________________________________________________________________________
577 [  7596] By: jhi                                   on 2000/11/07  21:39:25
578         Log: perlhack updates from H.Merijn Brand.
579      Branch: perl
580            ! pod/perlhack.pod
581 ____________________________________________________________________________
582 [  7595] By: jhi                                   on 2000/11/07  20:21:41
583         Log: Update Changes.
584      Branch: perl
585            ! Changes patchlevel.h
586 ____________________________________________________________________________
587 [  7594] By: jhi                                   on 2000/11/07  19:18:58
588         Log: Be more robust in Dynaloader.pm.
589      Branch: perl
590            ! ext/DynaLoader/DynaLoader_pm.PL
591 ____________________________________________________________________________
592 [  7593] By: jhi                                   on 2000/11/07  16:49:31
593         Log: AUTHORS update.
594      Branch: perl
595            ! AUTHORS
596 ____________________________________________________________________________
597 [  7592] By: gsar                                  on 2000/11/07  16:39:51
598         Log: normalize relative paths in virtualized current directory on windows,
599              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
600              returns)
601      Branch: perl
602            ! win32/vdir.h
603 ____________________________________________________________________________
604 [  7591] By: jhi                                   on 2000/11/07  16:04:26
605         Log: Too profiler-happy: with optimization the #7590 actually makes
606              the test to run 0.5% _slower_.  Requires much more instrumentation.
607              Retract #7590.
608      Branch: perl
609            ! regcomp.c regcomp.h
610 ____________________________________________________________________________
611 [  7590] By: jhi                                   on 2000/11/07  15:51:13
612         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
613              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
614              by using memset() and testing bytewise (as opposed to bitwise).
615      Branch: perl
616            ! regcomp.c regcomp.h
617 ____________________________________________________________________________
618 [  7589] By: jhi                                   on 2000/11/07  12:56:39
619         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
620              From: "Craig A. Berry" <craig.berry@psinetcs.com>
621              Date: Mon, 06 Nov 2000 23:45:30 -0500
622              Message-Id: <0011079735.AA973576259@univpress.com>
623      Branch: perl
624            ! configure.com t/lib/st-lock.t
625 ____________________________________________________________________________
626 [  7588] By: jhi                                   on 2000/11/07  01:03:28
627         Log: Tweak #7587.
628      Branch: perl
629            ! pod/perldiag.pod
630 ____________________________________________________________________________
631 [  7587] By: jhi                                   on 2000/11/07  01:00:27
632         Log: A doc addition for bug id 20001105.019, beware \p.
633      Branch: perl
634            ! pod/perldiag.pod
635 ____________________________________________________________________________
636 [  7586] By: jhi                                   on 2000/11/07  00:32:22
637         Log: Fake support of holey files in win/dosish platforms.
638              
639              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
640              From: kipp@shonanblue.ne.jp
641              Date: Mon, 6 Nov 2000 13:30:55 -0800
642              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
643      Branch: perl
644            ! ext/SDBM_File/sdbm/sdbm.c
645 ____________________________________________________________________________
646 [  7585] By: jhi                                   on 2000/11/07  00:12:54
647         Log: Subject: Pod updates
648              From: "Stephen P. Potter" <spp@spotter.yi.org>
649              Date: Mon, 06 Nov 2000 18:56:43 -0500
650              Message-Id: <200011062357.SAA18173@spotter.yi.org>
651      Branch: perl
652            ! README.dos README.os2 README.win32 pod/buildtoc.PL
653            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
654            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
655            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
656            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
657            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
658            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
659            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
660            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
661            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
662            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
663            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
664            ! pod/perltootc.pod pod/perlunicode.pod
665 ____________________________________________________________________________
666 [  7584] By: jhi                                   on 2000/11/07  00:04:17
667         Log: Varargs don't always work too well if one puts an unsigned
668              char on the stack and pop an unsigned quad off the stack.
669              
670              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
671              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
672              Date: Mon, 06 Nov 2000 15:19:05 -0800
673              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
674      Branch: perl
675            ! utf8.c
676 ____________________________________________________________________________
677 [  7583] By: jhi                                   on 2000/11/06  23:58:48
678         Log: %ENV note tweaks from Dan Sugalski.
679      Branch: perl
680            ! pod/perlport.pod vms/perlvms.pod
681 ____________________________________________________________________________
682 [  7582] By: jhi                                   on 2000/11/06  23:05:49
683         Log: glibc5 detection by __GNU_LIBRARY__.
684      Branch: perl
685            ! toke.c
686 ____________________________________________________________________________
687 [  7581] By: jhi                                   on 2000/11/06  22:51:29
688         Log: Make the stdio test program of 7427 less noisy while being 
689              compiled so that Digital UNIX wouldn't get both
690              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
691              undefined.  This makes perlio happy.
692      Branch: metaconfig
693            ! U/compline/d_stdstdio.U
694      Branch: perl
695            ! Configure config_h.SH
696 ____________________________________________________________________________
697 [  7580] By: jhi                                   on 2000/11/06  22:41:41
698         Log: Document %ENV = () portability issues.
699      Branch: perl
700            ! pod/perlport.pod vms/perlvms.pod
701 ____________________________________________________________________________
702 [  7579] By: jhi                                   on 2000/11/06  21:29:24
703         Log: VOS updates from Paul Green.
704      Branch: perl
705            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
706 ____________________________________________________________________________
707 [  7578] By: jhi                                   on 2000/11/06  21:00:40
708         Log: Sanitize the environment further.
709      Branch: perl
710            ! t/pragma/locale.t
711 ____________________________________________________________________________
712 [  7577] By: jhi                                   on 2000/11/06  20:53:51
713         Log: Re-introduce 7552 lost in integration.
714      Branch: perl
715            ! perlio.c
716 ____________________________________________________________________________
717 [  7576] By: jhi                                   on 2000/11/06  20:33:46
718         Log: Admit that the test leaks scalars.
719      Branch: perl
720            ! t/comp/proto.t
721 ____________________________________________________________________________
722 [  7575] By: jhi                                   on 2000/11/06  20:17:08
723         Log: Integrate perlio.
724      Branch: perl
725           !> perlio.c
726 ____________________________________________________________________________
727 [  7573] By: jhi                                   on 2000/11/06  13:56:05
728         Log: Update Changes.
729      Branch: perl
730            ! Changes patchlevel.h
731 ____________________________________________________________________________
732 [  7572] By: jhi                                   on 2000/11/06  13:48:41
733         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
734              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
735              Date: Mon, 06 Nov 2000 10:11:42 +0100
736              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
737      Branch: perl
738            ! pod/perlhack.pod
739 ____________________________________________________________________________
740 [  7571] By: jhi                                   on 2000/11/06  01:45:51
741         Log: AUTHORS updates.
742      Branch: perl
743            ! AUTHORS
744 ____________________________________________________________________________
745 [  7570] By: jhi                                   on 2000/11/06  00:18:00
746         Log: Fix for
747              
748              Subject: [ID 20000728.005] perl -P broken
749              From: David Dyck <dcd@tc.fluke.com>
750              Date: Fri, 28 Jul 2000 17:19:16 -0700
751              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
752              
753              (hopefully).  The fix is also not complete, it seems to break
754              BOM swallowing for libc5 systems, but until someone figures
755              out a way to do this without ftell(), this will do.
756      Branch: perl
757            ! toke.c
758 ____________________________________________________________________________
759 [  7569] By: jhi                                   on 2000/11/06  00:05:30
760         Log: Document that the evaled syntax errors cause scalar leaks.
761      Branch: perl
762            ! t/comp/proto.t
763 ____________________________________________________________________________
764 [  7568] By: jhi                                   on 2000/11/05  23:14:47
765         Log: opmini.o can linger from Configures past.
766      Branch: perl
767            ! Makefile.SH
768 ____________________________________________________________________________
769 [  7567] By: jhi                                   on 2000/11/05  21:28:39
770         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
771              first argument correctly.
772      Branch: perl
773            ! perlio.c
774 ____________________________________________________________________________
775 [  7566] By: jhi                                   on 2000/11/05  21:15:56
776         Log: Integrate perlio.
777      Branch: perl
778           !> perlio.c
779 ____________________________________________________________________________
780 [  7565] By: jhi                                   on 2000/11/05  21:15:13
781         Log: Use -dM for gcc (the suggested patch did it only for Linux,
782              but I think it can be generalized).
783              
784              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
785              From: Pixel <pixel@mandrakesoft.com>
786              Date: 05 Nov 2000 21:49:34 +0100 
787              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
788      Branch: perl
789            ! ext/Errno/Errno_pm.PL
790 ____________________________________________________________________________
791 [  7563] By: jhi                                   on 2000/11/05  19:48:55
792         Log: Add a note for future generations about bug id 20000229.006.
793      Branch: perl
794            ! malloc.c
795 ____________________________________________________________________________
796 [  7562] By: jhi                                   on 2000/11/05  19:38:24
797         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
798      Branch: perl
799            ! pp_ctl.c t/op/pos.t
800 ____________________________________________________________________________
801 [  7561] By: jhi                                   on 2000/11/05  18:21:46
802         Log: Add =pod to be tidy.
803      Branch: perl
804            ! lib/Math/Complex.pm
805 ____________________________________________________________________________
806 [  7560] By: jhi                                   on 2000/11/05  17:38:46
807         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
808      Branch: perl
809            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
810            ! ext/Storable/Storable.xs t/lib/st-recurse.t
811 ____________________________________________________________________________
812 [  7559] By: jhi                                   on 2000/11/05  17:32:59
813         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
814              From: "Peter J. Farley III" <pjfarley@banet.net>
815              Date: Sun, 05 Nov 2000 11:55:59 -0500
816              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
817      Branch: perl
818            ! t/lib/syslog.t
819 ____________________________________________________________________________
820 [  7558] By: jhi                                   on 2000/11/05  17:29:19
821         Log: Integrate perlio.
822      Branch: perl
823           !> perlio.c
824 ____________________________________________________________________________
825 [  7557] By: jhi                                   on 2000/11/05  17:22:01
826         Log: A fix of sorts for 20000329.026, a better error message
827              for a missing "use charnames" when using the \N{...}. 
828      Branch: perl
829            ! pod/perldiag.pod toke.c
830 ____________________________________________________________________________
831 [  7556] By: jhi                                   on 2000/11/05  16:33:50
832         Log: Test tweak: show also the failed locales.
833              
834              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
835              From: Lupe Christoph <lupe@lupe-christoph.de>         
836              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
837              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
838      Branch: perl
839            ! t/pragma/locale.t
840 ____________________________________________________________________________
841 [  7553] By: jhi                                   on 2000/11/05  01:12:16
842         Log: Fix for
843              
844              Subject: [ID 20001004.007] taint propogation is inconsistent
845              From: pimlott@idiomtech.com (Andrew Pimlott) 
846              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
847              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
848              
849              The culprit was sv_setsv() which was rather blindly
850              propagating taint, which lead to behaviour where was
851              a tainted anon hash value was seen all the values from
852              then on became tainted.
853      Branch: perl
854            ! sv.c t/op/taint.t
855 ____________________________________________________________________________
856 [  7552] By: jhi                                   on 2000/11/04  23:44:18
857         Log: Some cpps don't like splitting conditionals across several lines.
858      Branch: perl
859            ! perlio.c
860 ____________________________________________________________________________
861 [  7549] By: jhi                                   on 2000/11/04  23:14:01
862         Log: Fix for
863              
864              Subject: [ID 20001004.006] undef is never tainted
865              From: pimlott@idiomtech.com (Andrew Pimlott)
866              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
867              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
868              
869              An undef read from a slurped file was not tainted.
870      Branch: perl
871            ! pp_hot.c t/op/taint.t
872 ____________________________________________________________________________
873 [  7548] By: jhi                                   on 2000/11/04  22:56:21
874         Log: Test tweak ($Config{useperlio} is by default undef) .
875      Branch: perl
876            ! t/lib/b.t
877 ____________________________________________________________________________
878 [  7547] By: jhi                                   on 2000/11/04  22:43:56
879         Log: Integrate perlio.
880      Branch: perl
881           +> lib/perlio.pm
882           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
883           !> pod/perlapi.pod t/lib/b.t
884 ____________________________________________________________________________
885 [  7546] By: jhi                                   on 2000/11/04  22:40:59
886         Log: Configure would use a bad $myuname from an old config.sh.
887              
888              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
889              From: Andy Dougherty <doughera@lafayette.edu>
890              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
891              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
892      Branch: metaconfig
893            ! U/modified/Oldconfig.U
894      Branch: perl
895            ! Configure config_h.SH
896 ____________________________________________________________________________
897 [  7545] By: jhi                                   on 2000/11/04  22:36:54
898         Log: Subject: Locales support (setlocale) fixes
899              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
900              Date: Sat, 4 Nov 2000 10:15:48 +0300 
901              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
902              
903              Modified quite a bit to be more portable.
904      Branch: perl
905            ! embed.h embed.pl perl.h proto.h util.c
906 ____________________________________________________________________________
907 [  7544] By: jhi                                   on 2000/11/04  22:32:47
908         Log: Dying is too strict here, better just skip.
909      Branch: perl
910            ! t/op/misc.t
911 ____________________________________________________________________________
912 [  7542] By: jhi                                   on 2000/11/04  21:09:28
913         Log: More Changes tweakery.
914      Branch: perl
915            ! Changes Porting/genlog
916 ____________________________________________________________________________
917 [  7541] By: jhi                                   on 2000/11/04  20:58:18
918         Log: Changes fixups.
919      Branch: perl
920            ! Changes
921 ____________________________________________________________________________
922 [  7540] By: jhi                                   on 2000/11/04  20:42:38
923         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
924              create a "fast path" for locale name probing using "locale -a"
925              if available, squash finally hopefully the s?printf resetting
926              the numeric locale (since, IIUC perllocale, it never shouldn't). 
927      Branch: perl
928            ! sv.c t/op/misc.t t/pragma/locale.t
929 ____________________________________________________________________________
930 [  7536] By: jhi                                   on 2000/11/04  00:20:02
931         Log: Add FCNTL_CAN_LOCK.
932              
933              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
934              From: Andy Dougherty <doughera@lafayette.edu>
935              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
936              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
937              
938              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
939              From: Andy Dougherty <doughera@lafayette.edu>
940              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
941              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
942      Branch: metaconfig/U/perl
943            + d_fcntl_can_lock.U
944            ! startperl.U
945      Branch: perl
946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
947            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
948            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
949            ! vos/config.ga.h win32/config.bc win32/config.gc
950            ! win32/config.vc
951 ____________________________________________________________________________
952 [  7534] By: jhi                                   on 2000/11/03  15:16:02
953         Log: Subject: Re: README.aix
954              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
955              Date: Fri, 03 Nov 2000 16:03:15 +0100
956              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
957      Branch: perl
958            ! README.aix
959 ____________________________________________________________________________
960 [  7533] By: jhi                                   on 2000/11/03  03:59:02
961         Log: Subject: [PATCH 5.7.0] better messages from malloc()
962              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
963              Date: Wed, 1 Nov 2000 23:39:56 -0500
964              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
965      Branch: perl
966            ! malloc.c pod/perldiag.pod
967 ____________________________________________________________________________
968 [  7532] By: jhi                                   on 2000/11/03  00:11:56
969         Log: The #7521 touched things it shouldn't have.
970      Branch: perl
971            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
972 ____________________________________________________________________________
973 [  7531] By: jhi                                   on 2000/11/02  22:32:33
974         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
975              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
976              Date:     Thu, 2 Nov 2000 16:58:36 EST
977              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
978      Branch: perl
979            ! vms/gen_shrfls.pl
980 ____________________________________________________________________________
981 [  7530] By: jhi                                   on 2000/11/02  22:08:49
982         Log: Fix the problem discussed in
983              
984              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
985              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
986              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
987              
988              originally from Linc Madison.  Also Andreas König's comments
989              taken into account.  Some other problems with Tie::SubstrHash
990              fixed: didn't croak when the table exceeded the requested number
991              of entries (as documented) but instead when the number of entries
992              exceeded the size of the table, a croak() had an unnecessary \n,
993              didn't have a CLEAR method, documented that there is no exists().
994              Didn't fix to be strict-proof because the module uses &foo; and
995              dynamic scope.  Added a test script exercizing both first tamely 
996              the basic functionality, and then the failure cases reported by
997              Linc Madison.
998      Branch: perl
999            + t/lib/tie-substrhash.t
1000            ! MANIFEST lib/Tie/SubstrHash.pm
1001 ____________________________________________________________________________
1002 [  7529] By: jhi                                   on 2000/11/02  17:58:08
1003         Log: recv() can fail and return undef.
1004              
1005              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
1006              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
1007              Date: Thu, 2 Nov 2000 20:12:20 +0300
1008              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
1009      Branch: perl
1010            ! lib/Net/Ping.pm
1011 ____________________________________________________________________________
1012 [  7528] By: jhi                                   on 2000/11/02  17:49:09
1013         Log: Detpyo.
1014      Branch: perl
1015            ! pod/perlop.pod
1016 ____________________________________________________________________________
1017 [  7527] By: jhi                                   on 2000/11/02  15:48:37
1018         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
1019              fix a autovivification bug in Tie::RefHash, add tests for both.
1020              
1021              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
1022              From: Edward Avis <epa98@doc.ic.ac.uk>
1023              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
1024              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
1025      Branch: perl
1026            + t/lib/tie-refhash.t
1027            ! MANIFEST lib/Tie/RefHash.pm
1028 ____________________________________________________________________________
1029 [  7526] By: jhi                                   on 2000/11/02  13:56:26
1030         Log: Test::Harness revealed buglets in the new DynaLoader.
1031              
1032              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
1033              From: andreas.koenig@anima.de (Andreas J. Koenig)
1034              Date: 02 Nov 2000 11:26:48 +0100 
1035              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
1036      Branch: perl
1037            ! ext/DynaLoader/DynaLoader_pm.PL
1038 ____________________________________________________________________________
1039 [  7525] By: jhi                                   on 2000/11/01  23:52:08
1040         Log: The entry for #7503 was missing.
1041      Branch: perl
1042            ! Changes
1043 ____________________________________________________________________________
1044 [  7524] By: jhi                                   on 2000/11/01  23:40:52
1045         Log: Update Changes.
1046      Branch: perl
1047            ! Changes patchlevel.h
1048 ____________________________________________________________________________
1049 [  7523] By: jhi                                   on 2000/11/01  22:57:09
1050         Log: More tweaking on the #7522 theme.
1051      Branch: perl
1052            ! ext/DynaLoader/DynaLoader_pm.PL
1053 ____________________________________________________________________________
1054 [  7522] By: jhi                                   on 2000/11/01  22:06:15
1055         Log: Expand %Config variables and %ENV variables only if
1056              so requested during build time using the
1057              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
1058              Not expanding makes relocating distributions easier.
1059      Branch: perl
1060            ! ext/DynaLoader/DynaLoader_pm.PL
1061 ____________________________________________________________________________
1062 [  7521] By: jhi                                   on 2000/11/01  20:56:34
1063         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
1064              and setgid() because they were just changing $< and $( which means
1065              only changing the real uid/gid, as opposed to changing both
1066              real and effective ids.  (The alternative way could have been
1067              in POSIX.pm to change $> and $), too, but making a direct call
1068              to the C API feels cleaner.)  Fixes the bug
1069              
1070              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
1071              From: "Garry T. Williams" <garry@zvolve.com>
1072              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
1073              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
1074      Branch: perl
1075            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1076            ! ext/POSIX/typemap pod/perlvar.pod
1077 ____________________________________________________________________________
1078 [  7520] By: jhi                                   on 2000/11/01  20:08:33
1079         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
1080              From: "Garry T. Williams" <garry@zvolve.com>
1081              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
1082              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
1083      Branch: perl
1084            ! pod/perlsec.pod
1085 ____________________________________________________________________________
1086 [  7519] By: jhi                                   on 2000/11/01  20:01:22
1087         Log: Locale warning explanation tweak.
1088      Branch: perl
1089            ! pod/perldiag.pod
1090 ____________________________________________________________________________
1091 [  7518] By: jhi                                   on 2000/11/01  18:57:13
1092         Log: C.pm part of
1093              
1094              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
1095              From: Jarkko Hietaniemi <jhi@iki.fi>
1096              Date: Tue, 10 Oct 2000 08:22:28 -0500
1097              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
1098      Branch: perl
1099            ! ext/B/B/C.pm
1100 ____________________________________________________________________________
1101 [  7517] By: jhi                                   on 2000/11/01  18:41:59
1102         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
1103              From: Martien Verbruggen <mgjv@comdyn.com.au>
1104              Date: Fri, 6 Oct 2000 14:09:10 +1100
1105              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
1106      Branch: perl
1107            ! pod/perlop.pod
1108 ____________________________________________________________________________
1109 [  7516] By: jhi                                   on 2000/11/01  18:34:55
1110         Log: Generalize the Camel wording.
1111              
1112              Subject: Re: perlfaq style changes
1113              From: John Borwick <jhborwic@unity.ncsu.edu>
1114              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
1115              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
1116      Branch: perl
1117            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
1118 ____________________________________________________________________________
1119 [  7515] By: jhi                                   on 2000/11/01  16:52:31
1120         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
1121              From: pimlott@idiomtech.com (Andrew Pimlott)
1122              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
1123              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
1124      Branch: perl
1125            ! pod/perlsec.pod
1126 ____________________________________________________________________________
1127 [  7514] By: jhi                                   on 2000/11/01  15:03:40
1128         Log: More AIX lore.
1129      Branch: perl
1130            ! ext/re/hints/aix.pl
1131 ____________________________________________________________________________
1132 [  7513] By: jhi                                   on 2000/11/01  14:48:30
1133         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
1134              From: root <root@chronos.fi.muni.cz>
1135              Date: Wed, 1 Nov 2000 12:31:32 +0100
1136              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
1137      Branch: perl
1138            ! lib/Net/Ping.pm
1139 ____________________________________________________________________________
1140 [  7512] By: jhi                                   on 2000/11/01  14:46:47
1141         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
1142              From: Martin Husemann <martin@duskware.de>
1143              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
1144              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
1145      Branch: perl
1146            ! regcomp.c
1147 ____________________________________________________________________________
1148 [  7511] By: jhi                                   on 2000/11/01  14:39:50
1149         Log: AUTHORS updates.
1150      Branch: perl
1151            ! AUTHORS
1152 ____________________________________________________________________________
1153 [  7510] By: jhi                                   on 2000/11/01  14:29:50
1154         Log: Subject: [PATCH] startperl to respect versiononly
1155              From: Robin Barker <rmb1@cise.npl.co.uk> 
1156              Date: Tue, 31 Oct 2000 16:29:36 GMT
1157              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
1158      Branch: metaconfig/U/perl
1159            ! startperl.U
1160      Branch: perl
1161            ! Configure config_h.SH
1162 ____________________________________________________________________________
1163 [  7509] By: jhi                                   on 2000/11/01  14:19:53
1164         Log: printf UVs the correct way, noticed by Robin Barker.
1165      Branch: perl
1166            ! utf8.c
1167 ____________________________________________________________________________
1168 [  7508] By: jhi                                   on 2000/11/01  14:10:03
1169         Log: Do not cleanup *% because the % has special meanings in some
1170              shell environments.
1171      Branch: perl
1172            ! ext/Storable/Makefile.PL
1173 ____________________________________________________________________________
1174 [  7507] By: jhi                                   on 2000/11/01  14:06:00
1175         Log: The NonStop-UX libraries have a novel way to say NaN.
1176      Branch: perl
1177            ! t/lib/bigfltpm.t
1178 ____________________________________________________________________________
1179 [  7506] By: jhi                                   on 2000/11/01  14:03:35
1180         Log: The osname has been lowercased by now, from Tom Bates.
1181      Branch: metaconfig
1182            ! U/modified/Oldconfig.U
1183      Branch: perl
1184            ! Configure config_h.SH
1185 ____________________________________________________________________________
1186 [  7505] By: jhi                                   on 2000/10/31  19:18:39
1187         Log: The compiler is either gcc or cc, from Tom Bates.
1188      Branch: perl
1189            ! hints/nonstopux.sh
1190 ____________________________________________________________________________
1191 [  7504] By: jhi                                   on 2000/10/31  14:53:42
1192         Log: Update Changes.
1193      Branch: perl
1194            ! Changes patchlevel.h
1195 ____________________________________________________________________________
1196 [  7503] By: jhi                                   on 2000/10/31  14:30:50
1197         Log: Whitespace style tweak.  Was originally going to see to
1198              
1199              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
1200              From: Joe Smith <jms@inwap.com>
1201              Date: Mon, 30 Oct 2000 18:47:57 -0800
1202              Message-Id: <39FE32DD.24AAC4D@inwap.com>
1203              
1204              but that had already been taken care of.
1205      Branch: metaconfig
1206            ! U/compline/d_stdstdio.U
1207      Branch: perl
1208            ! Configure config_h.SH
1209 ____________________________________________________________________________
1210 [  7502] By: jhi                                   on 2000/10/31  14:25:02
1211         Log: AUTHORS tweaks.
1212      Branch: perl
1213            ! AUTHORS
1214 ____________________________________________________________________________
1215 [  7501] By: jhi                                   on 2000/10/31  14:23:59
1216         Log: Subject: perlfaq style changes
1217              From: John Borwick <jhborwic@unity.ncsu.edu>
1218              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
1219              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
1220      Branch: perl
1221            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1222            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1223            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1224            ! pod/perlfaq9.pod
1225 ____________________________________________________________________________
1226 [  7500] By: jhi                                   on 2000/10/31  14:22:15
1227         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
1228              
1229              Subject: Re: [ID 20000918.005] ~ on wide chars
1230              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1231              Date: Mon, 30 Oct 2000 21:09:55 -0800
1232              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
1233              
1234              (The ord() part of the patch skipped.)
1235      Branch: perl
1236            ! doop.c
1237 ____________________________________________________________________________
1238 [  7499] By: jhi                                   on 2000/10/31  14:20:08
1239         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
1240              From: Jens Hamisch <jens@Strawberry.COM>
1241              Date: Mon, 30 Oct 2000 15:17:07 +0100
1242              Message-Id: <20001030151707.A9597@Strawberry.COM>
1243      Branch: perl
1244            ! av.c
1245 ____________________________________________________________________________
1246 [  7498] By: jhi                                   on 2000/10/31  14:16:29
1247         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
1248              From: Peter Prymmer <pvhp@forte.com>
1249              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
1250              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
1251      Branch: perl
1252            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
1253            + ext/Encode/Encode/posix-bc.enc
1254            ! MANIFEST t/lib/encode.t
1255 ____________________________________________________________________________
1256 [  7497] By: jhi                                   on 2000/10/31  14:13:22
1257         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
1258              From: Peter Prymmer <pvhp@forte.com>
1259              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
1260              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
1261      Branch: perl
1262            ! t/lib/cgi-html.t
1263 ____________________________________________________________________________
1264 [  7496] By: jhi                                   on 2000/10/31  14:12:05
1265         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
1266              From: Peter Prymmer <pvhp@forte.com>
1267              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
1268              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
1269      Branch: perl
1270            ! t/lib/cgi-function.t
1271 ____________________________________________________________________________
1272 [  7495] By: jhi                                   on 2000/10/31  14:11:08
1273         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
1274              From: Peter Prymmer <pvhp@forte.com>
1275              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
1276              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
1277      Branch: perl
1278            + ext/re/hints/aix.pl
1279            ! MANIFEST ext/re/Makefile.PL
1280 ____________________________________________________________________________
1281 [  7494] By: jhi                                   on 2000/10/31  14:08:32
1282         Log: Use Errno magic.
1283              
1284              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
1285              From: Casey Tweten <perl@ctweten.amsite.com>
1286              Date: Mon, 30 Oct 2000 15:51:17 -0500
1287              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
1288      Branch: perl
1289            ! lib/File/Temp.pm
1290 ____________________________________________________________________________
1291 [  7493] By: jhi                                   on 2000/10/31  14:05:07
1292         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
1293              
1294              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
1295              From: Nicholas Clark <nick@ccl4.org>
1296              Date: Mon, 30 Oct 2000 17:38:45 +0000
1297              Message-ID: <20001030173845.O60355@plum.flirble.org>
1298      Branch: perl
1299            ! Makefile.SH utils/perlbug.PL
1300 ____________________________________________________________________________
1301 [  7489] By: jhi                                   on 2000/10/29  21:11:08
1302         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
1303              From: andreas.koenig@anima.de (Andreas J. Koenig)
1304              Date: 29 Oct 2000 22:05:59 +0100
1305              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
1306      Branch: perl
1307            ! lib/ExtUtils/Manifest.pm
1308 ____________________________________________________________________________
1309 [  7488] By: jhi                                   on 2000/10/29  21:07:47
1310         Log: Tests for #7487.
1311              
1312              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
1313              From: andreas.koenig@anima.de (Andreas J. Koenig)
1314              Date: 29 Oct 2000 19:37:09 +0100
1315              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
1316      Branch: perl
1317            ! t/comp/proto.t
1318 ____________________________________________________________________________
1319 [  7487] By: jhi                                   on 2000/10/29  21:06:27
1320         Log: constsub spillage.
1321              
1322              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
1323              From: John Tobey <jtobey@john-edwin-tobey.org>
1324              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
1325              Message-Id: <m13pvSr-000FObC@feynman.localnet>
1326      Branch: perl
1327            ! op.c
1328 ____________________________________________________________________________
1329 [  7485] By: jhi                                   on 2000/10/29  21:00:47
1330         Log: Make \x{...} consistently produce UTF-8.
1331              
1332              Subject: Re: \x{...} is confused 
1333              From: Simon Cozens <simon@cozens.net>
1334              Date: Sun, 29 Oct 2000 19:36:48 +0000
1335              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
1336      Branch: perl
1337            ! t/pragma/utf8.t toke.c
1338 ____________________________________________________________________________
1339 [  7483] By: jhi                                   on 2000/10/29  18:06:55
1340         Log: Update Changes.
1341      Branch: perl
1342            ! Changes patchlevel.h
1343 ____________________________________________________________________________
1344 [  7481] By: jhi                                   on 2000/10/29  17:02:37
1345         Log: UTF-8 decoder tweak.
1346      Branch: perl
1347            ! utf8.c
1348 ____________________________________________________________________________
1349 [  7478] By: jhi                                   on 2000/10/29  02:04:01
1350         Log: Add also emailless people.
1351      Branch: perl
1352            ! AUTHORS
1353 ____________________________________________________________________________
1354 [  7477] By: jhi                                   on 2000/10/29  01:36:00
1355         Log: The #7476 needs a MANIFEST change, too.
1356      Branch: perl
1357            ! MANIFEST
1358 ____________________________________________________________________________
1359 [  7476] By: jhi                                   on 2000/10/29  01:35:21
1360         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
1361      Branch: perl
1362            - MAINTAIN
1363            ! AUTHORS Changes
1364 ____________________________________________________________________________
1365 [  7475] By: jhi                                   on 2000/10/28  23:57:25
1366         Log: De-quoted-unreadable to ISO Latin 1.
1367              (There's one ISO-2022-JP name in Changes5.004.)
1368      Branch: perl
1369            ! Changes Changes5.6
1370 ____________________________________________________________________________
1371 [  7474] By: jhi                                   on 2000/10/28  19:13:06
1372         Log: Subject: [ID 20001027.007] uniq array in perlfaq
1373              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
1374              Date: Fri, 27 Oct 2000 19:28:30 +0200
1375              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
1376      Branch: perl
1377            ! pod/perlfaq4.pod
1378 ____________________________________________________________________________
1379 [  7473] By: jhi                                   on 2000/10/28  18:02:05
1380         Log: Locking null mutexes is not recommendable.
1381              
1382              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
1383              From: Hugo <hv@crypt.compulink.co.uk>
1384              Date: Sat, 28 Oct 2000 18:41:12 +0100
1385              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
1386      Branch: perl
1387            ! op.c
1388 ____________________________________________________________________________
1389 [  7472] By: jhi                                   on 2000/10/28  17:52:58
1390         Log: Better create a true mailing list for the repository keepers.
1391      Branch: perl
1392            ! Porting/repository.pod
1393 ____________________________________________________________________________
1394 [  7471] By: jhi                                   on 2000/10/28  17:28:24
1395         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
1396              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
1397      Branch: perl
1398            + Porting/repository.pod
1399            ! MANIFEST
1400 ____________________________________________________________________________
1401 [  7470] By: jhi                                   on 2000/10/28  17:20:54
1402         Log: Subject: DOC PATCH 5.6.0
1403              From: mjd@plover.com
1404              Date: 27 Oct 2000 17:32:44 -0000
1405              Message-ID: <20001027173244.23754.qmail@plover.com>
1406      Branch: perl
1407            ! pod/perlfunc.pod
1408 ____________________________________________________________________________
1409 [  7469] By: jhi                                   on 2000/10/28  17:16:45
1410         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
1411              From: "Peter J. Farley III" <pjfarley@banet.net>
1412              Date: Fri, 27 Oct 2000 20:32:56 -0400
1413              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
1414      Branch: perl
1415            ! README.dos
1416 ____________________________________________________________________________
1417 [  7468] By: jhi                                   on 2000/10/28  17:07:18
1418         Log: Make target reordering to avoid pointless re-makes.
1419              
1420              Subject: Re: Total re-make of 'make okfile' after 7451 ?
1421              From: Nicholas Clark <nick@ccl4.org>
1422              Date: Sat, 28 Oct 2000 00:31:02 +0100
1423              Message-ID: <20001028003101.A54517@plum.flirble.org>
1424      Branch: perl
1425            ! Makefile.SH
1426 ____________________________________________________________________________
1427 [  7467] By: jhi                                   on 2000/10/28  17:05:31
1428         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
1429              From: lvirden@cas.org
1430              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
1431              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
1432      Branch: perl
1433            ! README.os2
1434 ____________________________________________________________________________
1435 [  7466] By: jhi                                   on 2000/10/28  16:09:16
1436         Log: Upgrade to CPAN 1.58_55.
1437              
1438              Subject: CPAN.pm status
1439              From: andreas.koenig@anima.de (Andreas J. Koenig) 
1440              Date: 28 Oct 2000 08:18:00 +0200 
1441              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
1442      Branch: perl
1443            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1444 ____________________________________________________________________________
1445 [  7465] By: jhi                                   on 2000/10/28  16:02:47
1446         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
1447      Branch: perl
1448            ! embed.h embed.pl perl.h proto.h toke.c
1449 ____________________________________________________________________________
1450 [  7464] By: nick                                  on 2000/10/28  10:43:44
1451         Log: Fix for sv_2iv() on "shared" value from keys %hash.
1452      Branch: perl
1453            ! sv.c
1454 ____________________________________________________________________________
1455 [  7463] By: jhi                                   on 2000/10/27  16:18:29
1456         Log: Update Changes.
1457      Branch: perl
1458            ! Changes patchlevel.h
1459 ____________________________________________________________________________
1460 [  7462] By: jhi                                   on 2000/10/27  16:17:44
1461         Log: Too enthusiastic editing in #7460.
1462      Branch: metaconfig
1463            ! U/modified/Oldsym.U
1464      Branch: perl
1465            ! Configure config_h.SH
1466 ____________________________________________________________________________
1467 [  7461] By: jhi                                   on 2000/10/27  15:37:38
1468         Log: Retract #7459, the script needs more work.
1469      Branch: perl
1470            - mkreef
1471            ! MANIFEST
1472 ____________________________________________________________________________
1473 [  7460] By: jhi                                   on 2000/10/27  15:23:14
1474         Log: Use $sort, $uniq (and $tr) consistently as wondered
1475              by Nicholas Clark.
1476      Branch: metaconfig
1477            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
1478            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
1479            ! U/modified/libc.U
1480      Branch: perl
1481            ! Configure config_h.SH
1482 ____________________________________________________________________________
1483 [  7459] By: jhi                                   on 2000/10/27  15:02:07
1484         Log: (Retracted by #7461)
1485              
1486              Add a shell script for creating/removing symbolic link farms,
1487              useful for keeping the source code read-only and doing the
1488              builds somewhere else.
1489      Branch: perl
1490            + mkreef
1491            ! MANIFEST
1492 ____________________________________________________________________________
1493 [  7458] By: jhi                                   on 2000/10/27  14:42:20
1494         Log: Do away with the fix_pl.
1495      Branch: perl
1496            - fix_pl
1497            ! MANIFEST Makefile.SH
1498 ____________________________________________________________________________
1499 [  7457] By: jhi                                   on 2000/10/27  12:43:13
1500         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
1501              From: Jens Hamisch <jens@Strawberry.COM>
1502              Date: Fri, 27 Oct 2000 14:38:21 +0200
1503              Message-Id: <20001027143821.B3366@Strawberry.COM>
1504      Branch: perl
1505            ! perl.h
1506 ____________________________________________________________________________
1507 [  7456] By: jhi                                   on 2000/10/27  12:33:42
1508         Log: Subject: [PATCH] todo
1509              From: Nicholas Clark <nick@ccl4.org>
1510              Date: Thu, 26 Oct 2000 22:32:29 +0100
1511              Message-ID: <20001026223229.A44540@plum.flirble.org>
1512      Branch: perl
1513            ! pod/perltodo.pod
1514 ____________________________________________________________________________
1515 [  7455] By: jhi                                   on 2000/10/27  12:02:21
1516         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
1517              From: John Tobey <jtobey@john-edwin-tobey.org>
1518              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
1519              Message-Id: <m13ozHF-000FObC@feynman.localnet>
1520      Branch: perl
1521            ! op.c t/pragma/sub_lval.t
1522 ____________________________________________________________________________
1523 [  7454] By: jhi                                   on 2000/10/27  11:59:42
1524         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
1525              From: sthoenna@efn.org
1526              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
1527              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
1528      Branch: perl
1529            ! pp.c t/op/assignwarn.t
1530 ____________________________________________________________________________
1531 [  7453] By: jhi                                   on 2000/10/27  00:15:08
1532         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
1533      Branch: perl
1534            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1535            ! ext/Storable/Storable.xs t/lib/st-lock.t
1536 ____________________________________________________________________________
1537 [  7452] By: jhi                                   on 2000/10/26  13:05:52
1538         Log: Undo #7451, this seems to be a deficiency in Perforce,
1539              there is no per-file line-terminator type, only per-client.
1540      Branch: perl
1541            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
1542            ! win32/makefile.mk
1543 ____________________________________________________________________________
1544 [  7451] By: jhi                                   on 2000/10/26  04:56:03
1545         Log: Experimenting in DOS arcana.
1546      Branch: perl
1547            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
1548            ! win32/makefile.mk
1549 ____________________________________________________________________________
1550 [  7450] By: jhi                                   on 2000/10/26  04:50:52
1551         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
1552              From: "Peter J. Farley III" <pjfarley@banet.net>            
1553              Date: Wed, 25 Oct 2000 23:10:18 -0400
1554              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
1555      Branch: perl
1556            ! t/io/open.t
1557 ____________________________________________________________________________
1558 [  7449] By: jhi                                   on 2000/10/26  04:49:16
1559         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
1560              From: Hugo <hv@crypt.compulink.co.uk>
1561              Date: Thu, 26 Oct 2000 01:55:17 +0100
1562              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
1563              
1564              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
1565      Branch: perl
1566            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
1567 ____________________________________________________________________________
1568 [  7448] By: jhi                                   on 2000/10/26  04:38:36
1569         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
1570              From: Peter Prymmer <pvhp@forte.com>
1571              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
1572              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
1573      Branch: perl
1574            ! configure.com
1575 ____________________________________________________________________________
1576 [  7447] By: jhi                                   on 2000/10/25  23:20:02
1577         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
1578              in platforms that strictly require all the symbols being present
1579              at link time.
1580      Branch: perl
1581            ! handy.h
1582 ____________________________________________________________________________
1583 [  7446] By: jhi                                   on 2000/10/25  21:55:57
1584         Log: Update Changes.
1585      Branch: perl
1586            ! Changes patchlevel.h
1587 ____________________________________________________________________________
1588 [  7445] By: jhi                                   on 2000/10/25  21:27:08
1589         Log: Integrate with vmsperl #7430 by Charles Bailey:
1590              
1591              Cleanup from prior patch (Charles Lane?):
1592              - improve handling of MFDs in Basename and Path
1593              - default to no xsubpp line # munging when building debug images
1594      Branch: perl
1595           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
1596 ____________________________________________________________________________
1597 [  7444] By: jhi                                   on 2000/10/25  21:03:50
1598         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
1599              From: John Peacock <JPeacock@UnivPress.com>
1600              Date: Thu, 18 May 2000 11:55:27 -0400
1601              Message-ID: <3924126F.A58BE57A@UnivPress.com>
1602      Branch: perl
1603            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
1604            ! t/op/write.t
1605 ____________________________________________________________________________
1606 [  7443] By: jhi                                   on 2000/10/25  20:43:10
1607         Log: Temporary stopgap for the self-tying issue: for now only
1608              array and hash self-ties are verboten.  The real fix, of
1609              course, would be to comprehensively test (and implement?)
1610              and debug (and document) self-ties.
1611      Branch: perl
1612            ! pod/perldiag.pod pp_sys.c t/op/tie.t
1613 ____________________________________________________________________________
1614 [  7442] By: jhi                                   on 2000/10/25  20:14:30
1615         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
1616              From: Dan Sugalski <dan@sidhe.org>
1617              Date: Wed, 25 Oct 2000 13:36:35 -0400
1618              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
1619              
1620              plus regen global.sym.
1621      Branch: perl
1622            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
1623            ! thrdvar.h util.c
1624 ____________________________________________________________________________
1625 [  7441] By: jhi                                   on 2000/10/25  20:12:20
1626         Log: buildtoc target tweaks.
1627      Branch: perl
1628            ! pod/Makefile.SH
1629 ____________________________________________________________________________
1630 [  7440] By: jhi                                   on 2000/10/25  20:03:53
1631         Log: A new version of making the syslog test more robust.
1632              (Replaces #7421.)
1633              
1634              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1635              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1636              Date: Wed, 25 Oct 2000 12:13:54 -0400
1637              Message-ID: <20001025121354.B2264@O2.chapin.edu>
1638      Branch: perl
1639            ! t/lib/syslog.t
1640 ____________________________________________________________________________
1641 [  7439] By: jhi                                   on 2000/10/25  20:00:48
1642         Log: Continue the internal UTF-8 API tweaking.
1643              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
1644              used much more than the simpler API, now called utf8_to_uv_simple().
1645              Still not quite happy with API, too much partial duplication
1646              of functionality.
1647      Branch: perl
1648            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
1649            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
1650            ! regcomp.c regexec.c sv.c toke.c utf8.c
1651 ____________________________________________________________________________
1652 [  7438] By: jhi                                   on 2000/10/25  18:52:30
1653         Log: Allow poking holes at the UTF-8 decoding strictness.
1654      Branch: perl
1655            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
1656            ! utf8.h
1657 ____________________________________________________________________________
1658 [  7437] By: jhi                                   on 2000/10/25  13:53:05
1659         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
1660              UTF8LEN() and UTF8SKIP(). 
1661      Branch: perl
1662            ! pp.c utf8.c utf8.h
1663 ____________________________________________________________________________
1664 [  7436] By: jhi                                   on 2000/10/25  13:51:37
1665         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
1666              From: Nicholas Clark <nick@ccl4.org>
1667              Date: Wed, 25 Oct 2000 14:44:05 +0100
1668              Message-ID: <20001025144404.D27253@plum.flirble.org>
1669      Branch: perl
1670            ! pod/perlrun.pod
1671 ____________________________________________________________________________
1672 [  7435] By: jhi                                   on 2000/10/25  13:49:32
1673         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
1674              From: Mike Guy <mjtg@cam.ac.uk>
1675              Date: Tue, 24 Oct 2000 14:59:40 +0100
1676              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
1677      Branch: perl
1678            ! scope.c
1679 ____________________________________________________________________________
1680 [  7434] By: jhi                                   on 2000/10/25  13:48:41
1681         Log: AIX is picky about its symbol exports.  Solution for now
1682              is to include the deb.o explicitly to the re extension build.
1683              
1684              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
1685              From: Peter Prymmer <pvhp@forte.com>
1686              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
1687              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
1688      Branch: perl
1689            ! ext/re/Makefile.PL hints/aix.sh
1690 ____________________________________________________________________________
1691 [  7433] By: jhi                                   on 2000/10/25  13:46:49
1692         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
1693              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1694              Date: Wed, 25 Oct 2000 12:02:20 +0200
1695              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
1696      Branch: perl
1697            ! perlsdio.h
1698 ____________________________________________________________________________
1699 [  7432] By: jhi                                   on 2000/10/25  13:44:28
1700         Log: Subject: Minor update to find2perl, for portability
1701              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1702              Date: Wed, 25 Oct 2000 12:05:47 +0100
1703              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
1704      Branch: perl
1705            ! x2p/find2perl.PL
1706 ____________________________________________________________________________
1707 [  7431] By: jhi                                   on 2000/10/25  13:40:39
1708         Log: Add targets to Makefile.SH, most importantly
1709              'regen_all' which also remembers to update vms/perly*.
1710      Branch: perl
1711            ! Makefile.SH
1712 ____________________________________________________________________________
1713 [  7429] By: jhi                                   on 2000/10/24  20:03:40
1714         Log: Podify README.epoc and README.vos.
1715      Branch: perl
1716            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
1717            ! pod/perlport.pod pod/perltoc.pod
1718 ____________________________________________________________________________
1719 [  7428] By: jhi                                   on 2000/10/24  19:10:33
1720         Log: Stratus VOS updates from Paul Green.
1721      Branch: perl
1722            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1723            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
1724            - vos/config.def vos/config.h vos/config_h.SH_orig
1725            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
1726            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
1727 ____________________________________________________________________________
1728 [  7427] By: jhi                                   on 2000/10/24  18:59:48
1729         Log: Check if stdio supports tweaking lval and cnt simultaneously.
1730              
1731              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
1732              From: Nicholas Clark <nick@ccl4.org>
1733              Date: Mon, 23 Oct 2000 15:39:32 +0100
1734              Message-ID: <20001023153932.A10786@plum.flirble.org>
1735      Branch: metaconfig
1736            ! U/compline/d_stdstdio.U
1737      Branch: perl
1738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1739            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
1740            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
1741            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
1742            ! vos/config.h vos/config_h.SH_orig win32/config.bc
1743            ! win32/config.gc win32/config.vc
1744 ____________________________________________________________________________
1745 [  7426] By: jhi                                   on 2000/10/24  17:57:44
1746         Log: Missed the header file changes from #7425.
1747      Branch: perl
1748            ! embed.h embed.pl objXSUB.h proto.h
1749 ____________________________________________________________________________
1750 [  7425] By: jhi                                   on 2000/10/24  17:55:17
1751         Log: Fix the bug reported in
1752              
1753              From: andreas.koenig@anima.de (Andreas J. Koenig)
1754              Subject: Encode bug?
1755              Date: 24 Oct 2000 14:01:26 +0200 
1756              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
1757              
1758              Also make is_utf8_char() stricter.
1759      Branch: perl
1760            ! ext/Encode/Encode.xs utf8.c
1761 ____________________________________________________________________________
1762 [  7424] By: jhi                                   on 2000/10/24  15:15:39
1763         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
1764              From: Peter Scott <Peter@PSDT.com>
1765              Date: Mon, 23 Oct 2000 19:46:01 -0700
1766              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
1767      Branch: perl
1768            ! pod/perlfaq5.pod
1769 ____________________________________________________________________________
1770 [  7423] By: jhi                                   on 2000/10/24  14:25:30
1771         Log: Test tweak to avoid pulling in the whole Config.
1772      Branch: perl
1773            ! t/lib/st-lock.t
1774 ____________________________________________________________________________
1775 [  7422] By: jhi                                   on 2000/10/24  14:03:16
1776         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
1777      Branch: perl
1778            ! pp.c
1779 ____________________________________________________________________________
1780 [  7421] By: jhi                                   on 2000/10/24  13:32:09
1781         Log: (Replaced by #7440.)
1782              
1783              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1784              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1785              Date: Mon, 23 Oct 2000 16:40:54 -0400
1786              Message-ID: <20001023164054.B14491@O2.chapin.edu>
1787      Branch: perl
1788            ! t/lib/syslog.t
1789 ____________________________________________________________________________
1790 [  7420] By: jhi                                   on 2000/10/24  13:30:53
1791         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
1792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1793              Date: Mon, 23 Oct 2000 17:29:03 -0400
1794              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
1795      Branch: perl
1796            ! lib/ExtUtils/MM_Unix.pm
1797 ____________________________________________________________________________
1798 [  7419] By: jhi                                   on 2000/10/24  13:29:57
1799         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
1800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1801              Date: Mon, 23 Oct 2000 19:01:32 -0400
1802              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
1803      Branch: perl
1804            ! utils/h2xs.PL
1805 ____________________________________________________________________________
1806 [  7418] By: jhi                                   on 2000/10/24  13:26:04
1807         Log: Replace #7409 with
1808              
1809              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
1810              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
1811              Date: Mon, 23 Oct 2000 20:08:56 +0200
1812              Message-ID: <20001023200855.A14850@nice.ram.loc>
1813      Branch: perl
1814            ! ext/Storable/Storable.pm t/lib/st-lock.t
1815 ____________________________________________________________________________
1816 [  7417] By: jhi                                   on 2000/10/24  13:17:52
1817         Log: Run vms/vms_yfix.pl, should have done that after changing
1818              perly.c in #7382.
1819      Branch: perl
1820            ! vms/perly_c.vms vms/perly_h.vms
1821 ____________________________________________________________________________
1822 [  7416] By: jhi                                   on 2000/10/24  02:55:33
1823         Log: Make the UTF-8 decoding stricter and more verbose when
1824              malformation happens.  This involved adding an argument
1825              to utf8_to_uv_chk(), which involved changing its prototype,
1826              and prefer STRLEN over I32 for the UTF-8 length, which as
1827              a domino effect necessitated changing the prototypes of
1828              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
1829              The stricter UTF-8 decoding checking uses Markus Kuhn's
1830              UTF-8 Decode Stress Tester from
1831              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
1832      Branch: perl
1833            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
1834            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
1835            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
1836            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
1837 ____________________________________________________________________________
1838 [  7415] By: jhi                                   on 2000/10/23  14:06:06
1839         Log: Update Changes.
1840      Branch: perl
1841            ! Changes patchlevel.h
1842 ____________________________________________________________________________
1843 [  7414] By: jhi                                   on 2000/10/23  12:39:52
1844         Log: Undo the basename() part of #7412 since the lib/basename
1845              tests would need upgrading too.
1846      Branch: perl
1847            ! lib/File/Basename.pm
1848 ____________________________________________________________________________
1849 [  7413] By: jhi                                   on 2000/10/23  12:19:27
1850         Log: Document PERL_INSTALL_ROOT of #7210.
1851      Branch: perl
1852            ! lib/ExtUtils/Install.pm
1853 ____________________________________________________________________________
1854 [  7412] By: jhi                                   on 2000/10/23  12:16:47
1855         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
1856      Branch: perl
1857            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
1858            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
1859 ____________________________________________________________________________
1860 [  7411] By: jhi                                   on 2000/10/23  12:07:41
1861         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
1862              From: Prymmer/Kahn <pvhp@best.com>
1863              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
1864              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
1865      Branch: perl
1866            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
1867 ____________________________________________________________________________
1868 [  7410] By: jhi                                   on 2000/10/23  04:10:11
1869         Log: The change #7187 was not so good on VMS.
1870              
1871              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
1872              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1873              Date: Sun, 22 Oct 2000 23:03:08 -0500
1874              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
1875      Branch: perl
1876            ! utils/perldoc.PL
1877 ____________________________________________________________________________
1878 [  7409] By: jhi                                   on 2000/10/23  03:57:36
1879         Log: Avoid Storable locking on DJGPP for now.
1880              
1881              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
1882              From: "Peter J. Farley III" <pjfarley@banet.net>
1883              Date: Sun, 22 Oct 2000 20:00:00 -0400
1884              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
1885      Branch: perl
1886            ! ext/Storable/Storable.pm t/lib/st-lock.t
1887 ____________________________________________________________________________
1888 [  7408] By: jhi                                   on 2000/10/23  03:50:24
1889         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
1890              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
1891              Date: Sun, 22 Oct 2000 21:12:22 -0400
1892              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
1893      Branch: perl
1894            ! lib/vars.pm
1895 ____________________________________________________________________________
1896 [  7407] By: jhi                                   on 2000/10/23  03:43:12
1897         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
1898              From: Hugo <hv@crypt.compulink.co.uk>
1899              Date: Mon, 23 Oct 2000 00:47:22 +0100
1900              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
1901      Branch: perl
1902            ! regexec.c t/op/pat.t
1903 ____________________________________________________________________________
1904 [  7406] By: jhi                                   on 2000/10/23  03:40:29
1905         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
1906      Branch: perl
1907            ! lib/ExtUtils/MakeMaker.pm
1908 ____________________________________________________________________________
1909 [  7405] By: jhi                                   on 2000/10/22  21:32:00
1910         Log: Doc patch.
1911              
1912              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
1913              From: rspier@pobox.com (Robert Spier)
1914              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
1915              Message-ID: <14835.16112.13457.447971@rls.cx>
1916      Branch: perl
1917            ! lib/strict.pm
1918 ____________________________________________________________________________
1919 [  7404] By: jhi                                   on 2000/10/22  21:30:51
1920         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
1921              From: rspier@pobox.com (Robert Spier)
1922              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
1923              Message-ID: <14835.17223.72448.705566@rls.cx>
1924      Branch: perl
1925            ! lib/ExtUtils/MakeMaker.pm
1926 ____________________________________________________________________________
1927 [  7403] By: jhi                                   on 2000/10/22  21:24:11
1928         Log: Subject: [PATCH bleadperl] ripples from constsub patch
1929              From: John Tobey <jtobey@john-edwin-tobey.org>
1930              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
1931              Message-Id: <m13nSOB-000FObC@feynman.localnet>
1932      Branch: perl
1933            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
1934 ____________________________________________________________________________
1935 [  7402] By: jhi                                   on 2000/10/22  20:59:35
1936         Log: Support s?printf parameter reordering.
1937      Branch: perl
1938            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
1939 ____________________________________________________________________________
1940 [  7401] By: jhi                                   on 2000/10/22  19:19:14
1941         Log: Expand %Config variables only if explicitly so requested
1942              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
1943              
1944              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
1945              From: Gurusamy Sarathy <gsar@ActiveState.com>
1946              Date: Sun, 22 Oct 2000 11:47:32 -0700
1947              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
1948      Branch: perl
1949            ! Makefile.SH lib/lib_pm.PL
1950 ____________________________________________________________________________
1951 [  7400] By: jhi                                   on 2000/10/22  18:24:10
1952         Log: Move the #7390 test from warn/op to comp/redef.
1953              
1954              Subject: Re: Creating const subs for constants.
1955              From: John Tobey <jtobey@john-edwin-tobey.org>
1956              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
1957              Message-Id: <m13nG72-000FObC@feynman.localnet>               
1958      Branch: perl
1959            ! t/comp/redef.t t/pragma/warn/op
1960 ____________________________________________________________________________
1961 [  7399] By: jhi                                   on 2000/10/22  17:49:59
1962         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
1963              From: Nicholas Clark <nick@ccl4.org>
1964              Date: Sat, 21 Oct 2000 22:23:19 +0100
1965              Message-ID: <20001021222319.B45586@plum.flirble.org>
1966      Branch: perl
1967            ! ext/DynaLoader/DynaLoader_pm.PL
1968 ____________________________________________________________________________
1969 [  7398] By: jhi                                   on 2000/10/22  17:47:35
1970         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
1971              From: Hugo <hv@crypt.compulink.co.uk>
1972              Date: Sat, 21 Oct 2000 18:19:59 +0100
1973              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
1974      Branch: perl
1975            ! ext/B/B.pm ext/B/B/C.pm
1976 ____________________________________________________________________________
1977 [  7397] By: jhi                                   on 2000/10/22  17:35:18
1978         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
1979              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
1980              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
1981              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
1982      Branch: perl
1983            ! hints/openbsd.sh
1984 ____________________________________________________________________________
1985 [  7396] By: jhi                                   on 2000/10/22  17:19:46
1986         Log: Subject: installman go-faster stripes
1987              From: Nicholas Clark <nick@talking.bollo.cx>
1988              Date: Sat, 21 Oct 2000 17:24:53 +0100
1989              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
1990              
1991              Subject: Re: installman go-faster stripes
1992              From: Russ Allbery <rra@stanford.edu>
1993              Date: 21 Oct 2000 11:04:13 -0700
1994              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
1995      Branch: perl
1996            ! installman pod/pod2man.PL
1997 ____________________________________________________________________________
1998 [  7395] By: jhi                                   on 2000/10/22  17:17:35
1999         Log: Hints tweak from Anton Berezin.
2000      Branch: perl
2001            ! hints/freebsd.sh
2002 ____________________________________________________________________________
2003 [  7394] By: jhi                                   on 2000/10/22  04:50:04
2004         Log: Tweak the Is* definitions of Unicode character classes
2005              to better match the official categorizations; embrace
2006              the official categorizations; add the combining marks
2007              as alpha (and -numeric); fix DCinital (a typo and edito)
2008              to be DCmedial.
2009      Branch: perl
2010            + lib/unicode/Is/DCmedial.pl
2011            - lib/unicode/Is/DCinital.pl
2012            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2013            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
2014            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
2015            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
2016 ____________________________________________________________________________
2017 [  7393] By: jhi                                   on 2000/10/21  18:06:05
2018         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
2019              From: Daniel Chetlin <daniel@chetlin.com>
2020              Date: Sat, 21 Oct 2000 02:57:03 -0700
2021              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
2022      Branch: perl
2023            + t/lib/tie-splice.t
2024            ! MANIFEST lib/Tie/Array.pm
2025 ____________________________________________________________________________
2026 [  7391] By: jhi                                   on 2000/10/21  14:37:49
2027         Log: Testcases for a #7383,#7385 related bug.
2028              
2029              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
2030              From: Nicholas Clark <nick@ccl4.org>
2031              Date: Sat, 21 Oct 2000 15:04:51 +0100
2032              Message-ID: <20001021150451.A51566@plum.flirble.org>
2033      Branch: perl
2034            ! t/pragma/utf8.t
2035 ____________________________________________________________________________
2036 [  7390] By: jhi                                   on 2000/10/21  14:35:57
2037         Log: Add a testcase for #7389.
2038      Branch: perl
2039            ! t/pragma/warn/op
2040 ____________________________________________________________________________
2041 [  7389] By: jhi                                   on 2000/10/21  14:26:45
2042         Log: Subject: Re: Creating const subs for constants.
2043              From: John Tobey <jtobey@john-edwin-tobey.org>
2044              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
2045              Message-Id: <m13mo0N-000FObC@feynman.localnet>
2046      Branch: perl
2047            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
2048            ! proto.h sv.c
2049 ____________________________________________________________________________
2050 [  7386] By: jhi                                   on 2000/10/21  01:31:12
2051         Log: Update Changes.
2052      Branch: perl
2053            ! Changes patchlevel.h
2054 ____________________________________________________________________________
2055 [  7385] By: jhi                                   on 2000/10/21  01:28:42
2056         Log: The #7383 was right only in the context of the original bug report,
2057              not in more general case.
2058      Branch: perl
2059            ! pp_hot.c
2060 ____________________________________________________________________________
2061 [  7384] By: jhi                                   on 2000/10/21  01:08:23
2062         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
2063      Branch: perl
2064            ! ext/IO/lib/IO/Select.pm
2065 ____________________________________________________________________________
2066 [  7383] By: jhi                                   on 2000/10/21  00:44:18
2067         Log: Fix for ID 20001020.006, concatenating an unset submatch
2068              with utf8 resulted in "Modification of a read-only value".
2069      Branch: perl
2070            ! pp_hot.c t/pragma/utf8.t
2071 ____________________________________________________________________________
2072 [  7382] By: jhi                                   on 2000/10/20  20:44:31
2073         Log: Make scan_num() reëntrant, as suggested in
2074              
2075              Subject: [PATCH perl@7229] Rentrant parser and yylex()
2076              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2077              Date: Fri, 20 Oct 2000 14:17:27 +0100
2078              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
2079      Branch: perl
2080            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
2081            ! toke.c
2082 ____________________________________________________________________________
2083 [  7381] By: jhi                                   on 2000/10/20  20:07:29
2084         Log: Reëntrancy fix.
2085              
2086              Subject: [PATCH perl@7229] Rentrant parser and yylex()
2087              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2088              Date: Fri, 20 Oct 2000 14:17:27 +0100
2089              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
2090      Branch: perl
2091            ! embed.h embed.pl perl.h proto.h toke.c
2092 ____________________________________________________________________________
2093 [  7380] By: jhi                                   on 2000/10/20  19:15:54
2094         Log: Don't write double values through long double pointers,
2095              based on a part of
2096              
2097              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
2098              From: Jens Hamisch <jens@Strawberry.COM>
2099              Date: Tue, 17 Oct 2000 08:39:36 +0200
2100              Message-Id: <20001017083936.A11104@Strawberry.COM>
2101      Branch: perl
2102            ! perl.h pp.c
2103 ____________________________________________________________________________
2104 [  7379] By: jhi                                   on 2000/10/20  18:43:37
2105         Log: Portability tweak on #7377.
2106              
2107              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
2108              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2109              Date:     Fri, 20 Oct 2000 13:13:41 EDT
2110              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
2111      Branch: perl
2112            ! t/lib/dprof.t
2113 ____________________________________________________________________________
2114 [  7378] By: jhi                                   on 2000/10/20  12:57:19
2115         Log: SOCKS function redefinitions need prototypes, too, otherwise
2116              for example 32 bit versus 64 bit differences cause a lot of
2117              problems.  Part of
2118              
2119              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
2120              From: Jens Hamisch <jens@Strawberry.COM>
2121              Date: Tue, 17 Oct 2000 08:39:36 +0200
2122              Message-Id: <20001017083936.A11104@Strawberry.COM>
2123      Branch: perl
2124            ! doio.c pp_sys.c
2125 ____________________________________________________________________________
2126 [  7377] By: jhi                                   on 2000/10/20  12:37:12
2127         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
2128              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2129              Date:     Fri, 20 Oct 2000 08:26:04 EDT
2130              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
2131      Branch: perl
2132            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
2133 ____________________________________________________________________________
2134 [  7376] By: jhi                                   on 2000/10/20  12:35:31
2135         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
2136              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2137              Date:     Fri, 20 Oct 2000 07:48:15 EDT
2138              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
2139      Branch: perl
2140            ! configure.com vms/gen_shrfls.pl
2141 ____________________________________________________________________________
2142 [  7374] By: jhi                                   on 2000/10/20  00:59:48
2143         Log: In the latest compiler builds cccdlflags must not become -fpic,
2144              from Wilfredo Sánchez.
2145      Branch: perl
2146            ! hints/darwin.sh
2147 ____________________________________________________________________________
2148 [  7373] By: jhi                                   on 2000/10/20  00:56:35
2149         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
2150              From: Tony Cook <tony@develop-help.com>
2151              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
2152              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
2153      Branch: perl
2154            ! pod/perlop.pod
2155 ____________________________________________________________________________
2156 [  7372] By: jhi                                   on 2000/10/19  19:34:40
2157         Log: Typo noted by Mark Lutz.
2158      Branch: perl
2159            ! t/op/64bitint.t
2160 ____________________________________________________________________________
2161 [  7371] By: jhi                                   on 2000/10/19  19:33:13
2162         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
2163      Branch: metaconfig
2164            ! U/modified/Cppsym.U U/modified/Oldconfig.U
2165      Branch: metaconfig/U/perl
2166            ! End.U dlsrc.U libperl.U
2167      Branch: perl
2168            + hints/nonstopux.sh
2169            ! Configure MANIFEST config_h.SH
2170 ____________________________________________________________________________
2171 [  7370] By: jhi                                   on 2000/10/19  17:18:08
2172         Log: Subject: PATCH do_print has 2 PerlIO_error()s
2173              From: nick@ccl4.org
2174              Date: Thu, 19 Oct 2000 18:09:20 +0100
2175              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
2176      Branch: perl
2177            ! doio.c
2178 ____________________________________________________________________________
2179 [  7369] By: jhi                                   on 2000/10/19  14:01:49
2180         Log: Update Changes.
2181      Branch: perl
2182            ! Changes patchlevel.h
2183 ____________________________________________________________________________
2184 [  7368] By: jhi                                   on 2000/10/19  13:04:29
2185         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
2186              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2187              Date: Wed, 18 Oct 2000 13:12:01 +0200
2188              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
2189      Branch: perl
2190            ! hints/aix.sh
2191 ____________________________________________________________________________
2192 [  7367] By: jhi                                   on 2000/10/19  02:22:40
2193         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
2194              of a 'pmshort' anywhere in the B, so the offending line was simply
2195              removed.
2196      Branch: perl
2197            ! ext/B/B/Debug.pm
2198 ____________________________________________________________________________
2199 [  7366] By: jhi                                   on 2000/10/19  02:12:37
2200         Log: Add the test case for the bug id 20000730.004 which seems
2201              to have been fixed by now.
2202      Branch: perl
2203            ! t/pragma/utf8.t
2204 ____________________________________________________________________________
2205 [  7365] By: jhi                                   on 2000/10/18  23:36:24
2206         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
2207              From: Hugo <hv@crypt.compulink.co.uk>
2208              Date: Wed, 18 Oct 2000 23:25:58 +0100
2209              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
2210      Branch: perl
2211            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
2212 ____________________________________________________________________________
2213 [  7364] By: jhi                                   on 2000/10/18  21:12:53
2214         Log: (retracted)
2215      Branch: perl
2216            ! pp.c
2217 ____________________________________________________________________________
2218 [  7363] By: jhi                                   on 2000/10/18  20:55:38
2219         Log: Missing change from #7362.
2220      Branch: perl
2221            ! win32/perlhost.h
2222 ____________________________________________________________________________
2223 [  7362] By: jhi                                   on 2000/10/18  20:52:01
2224         Log: Borland C fstat() never saw the fd as writable.
2225              
2226              Subject: fix for Borland's weak "stat" (perl@7211)
2227              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2228              Date: Mon, 16 Oct 2000 09:55:03 +0400
2229              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
2230      Branch: perl
2231            ! win32/win32.c
2232 ____________________________________________________________________________
2233 [  7361] By: jhi                                   on 2000/10/18  17:43:50
2234         Log: Regen toc.
2235      Branch: perl
2236            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
2237 ____________________________________________________________________________
2238 [  7360] By: jhi                                   on 2000/10/18  17:07:44
2239         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2240              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
2241              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
2242              Date: Mon, 16 Oct 2000 15:19:49 +0200
2243      Branch: perl
2244            + README.aix
2245            ! MANIFEST
2246 ____________________________________________________________________________
2247 [  7359] By: jhi                                   on 2000/10/18  17:04:49
2248         Log: Subject: Pod patch for Devel::Peek
2249              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2250              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
2251              Date: Mon, 16 Oct 2000 12:26:34 +0200
2252      Branch: perl
2253            ! ext/Devel/Peek/Peek.pm
2254 ____________________________________________________________________________
2255 [  7358] By: jhi                                   on 2000/10/18  17:03:15
2256         Log: Make Cwd more bulletproof in chrooted environments.
2257              
2258              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
2259              From: "Eric E. Coe" <Eric.Coe@oracle.com>
2260              Date: Wed, 18 Oct 2000 04:03:54 -0400
2261              Message-Id: <39ED596A.70E599FE@oracle.com>
2262      Branch: perl
2263            ! lib/Cwd.pm
2264 ____________________________________________________________________________
2265 [  7357] By: jhi                                   on 2000/10/18  16:37:26
2266         Log: Disable the UTF8 downgrade croakage for now to avoid
2267              too many not okay messages.
2268      Branch: perl
2269            ! doio.c
2270 ____________________________________________________________________________
2271 [  7356] By: jhi                                   on 2000/10/17  23:29:41
2272         Log: Show the failed remote port, instead of the failing line number.
2273              
2274              Subject: [PATCH 5.6.1 Debugger] More diagnostics
2275              From: David Sparks <daves@ActiveState.com>
2276              Date: Tue, 17 Oct 2000 15:00:24 -0700
2277              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
2278      Branch: perl
2279            ! lib/perl5db.pl
2280 ____________________________________________________________________________
2281 [  7355] By: jhi                                   on 2000/10/17  14:11:31
2282         Log: On output try to downgrade to bytes, croak if impossible,
2283              from Simon Cozens.  This means that outputting >255 UTF8
2284              is impossible.  Consider this as a strong incentive to get
2285              the I/O disciplines implemented.
2286      Branch: perl
2287            ! doio.c pod/perldiag.pod sv.c
2288 ____________________________________________________________________________
2289 [  7354] By: jhi                                   on 2000/10/17  13:42:23
2290         Log: Clarify documentation on 'use bytes'.
2291              
2292              Subject: Re: What does 'use bytes' "mean" ?
2293              From: Simon Cozens <simon@cozens.net>
2294              Date: Mon, 18 Sep 2000 18:24:25 +0100
2295              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
2296      Branch: perl
2297            ! lib/bytes.pm
2298 ____________________________________________________________________________
2299 [  7353] By: jhi                                   on 2000/10/17  13:28:12
2300         Log: Workaround for a sfio bug where the stream error indicator
2301              is not cleared as documented.
2302              
2303              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
2304              From: Nicholas Clark <nick@ccl4.org>
2305              Date: Mon, 16 Oct 2000 18:28:23 +0100
2306              Message-ID: <20001016182823.J19700@plum.flirble.org>
2307      Branch: perl
2308            ! doio.c
2309 ____________________________________________________________________________
2310 [  7352] By: jhi                                   on 2000/10/17  13:06:19
2311         Log: More IoTYPE sprinkling.
2312      Branch: perl
2313            ! doio.c pp_hot.c
2314 ____________________________________________________________________________
2315 [  7351] By: jhi                                   on 2000/10/16  22:47:07
2316         Log: Detect early whether the std streams have gone bad.
2317              
2318              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
2319              Date: Mon, 16 Oct 2000 23:28:42 +0100
2320              From: Nicholas Clark <nick@ccl4.org>
2321              Message-ID: <20001016232842.A37942@plum.flirble.org>
2322      Branch: perl
2323            ! t/op/misc.t
2324 ____________________________________________________________________________
2325 [  7350] By: jhi                                   on 2000/10/16  22:45:16
2326         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
2327              From: "Peter J. Farley III" <pjfarley@banet.net>
2328              Date: Mon, 16 Oct 2000 18:15:59 -0400
2329              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
2330      Branch: perl
2331            ! djgpp/djgpp.c dosish.h t/io/open.t
2332 ____________________________________________________________________________
2333 [  7349] By: jhi                                   on 2000/10/16  22:36:45
2334         Log: perldelta tweak.
2335      Branch: perl
2336            ! pod/perldelta.pod
2337 ____________________________________________________________________________
2338 [  7348] By: jhi                                   on 2000/10/16  15:17:53
2339         Log: Update Changes.
2340      Branch: perl
2341            ! Changes patchlevel.h
2342 ____________________________________________________________________________
2343 [  7347] By: jhi                                   on 2000/10/16  13:55:27
2344         Log: Add the capability to include/exclude branches.
2345      Branch: perl
2346            ! Porting/genlog
2347 ____________________________________________________________________________
2348 [  7346] By: jhi                                   on 2000/10/16  13:18:04
2349         Log: Add Charles Lane.
2350      Branch: perl
2351            ! AUTHORS Changes
2352 ____________________________________________________________________________
2353 [  7345] By: jhi                                   on 2000/10/16  13:13:21
2354         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
2355      Branch: perl
2356            ! pod/perldelta.pod
2357 ____________________________________________________________________________
2358 [  7244] By: jhi                                   on 2000/10/16  02:29:54
2359         Log: Subject: $Carp::ExportLevel confusion in Exporter
2360              From: "Ben Tilly" <ben_tilly@hotmail.com>
2361              Date: Sat, 14 Oct 2000 16:44:34 EDT
2362              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
2363      Branch: perl
2364            ! lib/Exporter/Heavy.pm
2365 ____________________________________________________________________________
2366 [  7243] By: jhi                                   on 2000/10/16  02:28:33
2367         Log: Subject: [PATCH perlguts.pod] Document offset hack
2368              From: Simon Cozens <simon@cozens.net>
2369              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
2370              Date: Sat, 14 Oct 2000 19:32:25 +0100
2371      Branch: perl
2372            ! pod/perlguts.pod
2373 ____________________________________________________________________________
2374 [  7241] By: jhi                                   on 2000/10/16  02:22:44
2375         Log: Subject: small pod patch
2376              From: Dan Boorstein <dan_boo@bellsouth.net>
2377              Date: Sat, 14 Oct 2000 14:29:24 -0400
2378              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
2379      Branch: perl
2380            ! pod/perlfaq7.pod pod/perlmod.pod
2381 ____________________________________________________________________________
2382 [  7240] By: jhi                                   on 2000/10/16  02:13:46
2383         Log: -w cleanup.
2384              
2385              Subject: Re: Problems with bleadperl 
2386              From: "Stephen P. Potter" <spp@ds.net>
2387              Date: Fri, 13 Oct 2000 13:32:49 -0400
2388              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
2389      Branch: perl
2390            ! t/pragma/overload.t
2391 ____________________________________________________________________________
2392 [  7239] By: jhi                                   on 2000/10/16  01:41:18
2393         Log: One more ~utf8 tweak.
2394      Branch: perl
2395            ! t/op/bop.t
2396 ____________________________________________________________________________
2397 [  7238] By: jhi                                   on 2000/10/16  01:34:14
2398         Log: Tweak the test of #7235.
2399      Branch: perl
2400            ! t/op/bop.t
2401 ____________________________________________________________________________
2402 [  7237] By: jhi                                   on 2000/10/16  01:25:04
2403         Log: Fix a couple of compiler-noted nits in #7235.
2404      Branch: perl
2405            ! pp.c
2406 ____________________________________________________________________________
2407 [  7236] By: jhi                                   on 2000/10/16  01:22:46
2408         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
2409      Branch: perl
2410            ! pp.c pp_hot.c
2411 ____________________________________________________________________________
2412 [  7235] By: jhi                                   on 2000/10/15  16:24:44
2413         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2414              
2415              From: Simon Cozens <simon@cozens.net>
2416              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
2417              Date: Sat, 14 Oct 2000 20:52:13 +0100
2418              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
2419      Branch: perl
2420            ! pp.c t/op/bop.t utf8.h
2421 ____________________________________________________________________________
2422 [  7234] By: jhi                                   on 2000/10/15  15:19:29
2423         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
2424              The problem was that rx->minlen was in chars while pp_split()
2425              thought it would be in bytes. 
2426      Branch: perl
2427            ! pp.c t/pragma/utf8.t
2428 ____________________________________________________________________________
2429 [  7233] By: jhi                                   on 2000/10/14  20:24:24
2430         Log: Document FNCASE=y as discussed in the bug 20000902.009.
2431      Branch: perl
2432            ! README.dos
2433 ____________________________________________________________________________
2434 [  7232] By: jhi                                   on 2000/10/14  18:52:21
2435         Log: Add test for bug id 20000427.003 (which seems to have
2436              been fixed) (also duplicate as 20000427.004, though
2437              with a higher severity).  Move one utf8 from op/append
2438              to pragma/utf8, tag the tests with bug ids.
2439      Branch: perl
2440            ! t/op/append.t t/pragma/utf8.t
2441 ____________________________________________________________________________
2442 [  7231] By: jhi                                   on 2000/10/14  17:28:37
2443         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
2444      Branch: perl
2445            ! t/pragma/utf8.t
2446 ____________________________________________________________________________
2447 [  7230] By: jhi                                   on 2000/10/14  14:24:50
2448         Log: Needs to be conditional on SunOS 4.
2449              
2450              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
2451              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2452              Date: Sat, 14 Oct 2000 13:37:49 +0100
2453              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
2454      Branch: metaconfig/U/perl
2455            ! End.U
2456      Branch: perl
2457            ! Configure myconfig.SH pod/perldelta.pod
2458 ____________________________________________________________________________
2459 [  7229] By: jhi                                   on 2000/10/14  00:49:22
2460         Log: Update Changes.
2461      Branch: perl
2462            ! Changes patchlevel.h
2463 ____________________________________________________________________________
2464 [  7228] By: jhi                                   on 2000/10/14  00:46:10
2465         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
2466              From: Peter Prymmer <pvhp@forte.com>
2467              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
2468              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
2469      Branch: perl
2470            ! lib/utf8.pm
2471 ____________________________________________________________________________
2472 [  7227] By: jhi                                   on 2000/10/13  23:20:30
2473         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
2474      Branch: perl
2475            ! t/op/tie.t
2476 ____________________________________________________________________________
2477 [  7226] By: jhi                                   on 2000/10/13  22:14:32
2478         Log: Tweak #7225.
2479              
2480              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
2481              From: Peter Prymmer <pvhp@forte.com>
2482              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
2483              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
2484      Branch: perl
2485            ! t/op/sprintf.t
2486 ____________________________________________________________________________
2487 [  7225] By: jhi                                   on 2000/10/13  22:11:31
2488         Log: op/sprintf.t patch for OS/390 (and any other host with limited
2489              floating-point exponent length)
2490              
2491              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
2492              From: Dominic Dunlop <domo@computer.org>
2493              Date: Fri, 13 Oct 2000 19:17:57 +0200
2494              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
2495      Branch: perl
2496            ! t/op/sprintf.t
2497 ____________________________________________________________________________
2498 [  7224] By: jhi                                   on 2000/10/13  18:40:48
2499         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
2500      Branch: perl
2501            ! toke.c
2502 ____________________________________________________________________________
2503 [  7223] By: jhi                                   on 2000/10/13  18:37:13
2504         Log: Thinko in #7222.
2505      Branch: perl
2506            ! utf8.c
2507 ____________________________________________________________________________
2508 [  7222] By: jhi                                   on 2000/10/13  18:05:23
2509         Log: Use UTF8SKIP(), from Simon Cozens.
2510      Branch: perl
2511            ! utf8.c
2512 ____________________________________________________________________________
2513 [  7221] By: jhi                                   on 2000/10/13  15:43:19
2514         Log: (accidentally empty check-in)
2515      Branch: perl
2516            ! utf8.c
2517 ____________________________________________________________________________
2518 [  7220] By: jhi                                   on 2000/10/13  15:23:51
2519         Log: Add (optimistically) Storable to static extensions.
2520      Branch: perl
2521            ! hints/uwin.sh hints/vmesa.sh
2522 ____________________________________________________________________________
2523 [  7219] By: jhi                                   on 2000/10/13  15:20:05
2524         Log: Amdahl UTS doesn't seem to do dynaloading.
2525      Branch: perl
2526            ! hints/uts.sh
2527 ____________________________________________________________________________
2528 [  7218] By: jhi                                   on 2000/10/13  15:15:20
2529         Log: Slight tweak of the code to appease Amdahl UTS cc.
2530      Branch: perl
2531            ! pp.c
2532 ____________________________________________________________________________
2533 [  7217] By: jhi                                   on 2000/10/13  14:50:42
2534         Log: In Amdahl UTS "struct sv" is defined by a system header,
2535              <ksync.h>.
2536      Branch: perl
2537            ! perl.h sv.h
2538 ____________________________________________________________________________
2539 [  7216] By: jhi                                   on 2000/10/13  11:58:25
2540         Log: Ilya implemented the memory profiling API.
2541      Branch: perl
2542            ! Todo
2543 ____________________________________________________________________________
2544 [  7215] By: jhi                                   on 2000/10/13  02:56:38
2545         Log: Subject: [PATCH 5.7.0] Perl API for mstats
2546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2547              Date: Thu, 12 Oct 2000 22:52:40 -0400
2548              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
2549      Branch: perl
2550            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
2551 ____________________________________________________________________________
2552 [  7214] By: jhi                                   on 2000/10/13  02:55:38
2553         Log: Subject: [PATCH 5.7.0] IVs in mtats
2554              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2555              Date: Thu, 12 Oct 2000 22:51:04 -0400
2556              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
2557      Branch: perl
2558            ! malloc.c perl.h
2559 ____________________________________________________________________________
2560 [  7213] By: jhi                                   on 2000/10/13  02:31:47
2561         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
2562      Branch: perl
2563            ! pod/perldiag.pod pp_sys.c
2564 ____________________________________________________________________________
2565 [  7212] By: jhi                                   on 2000/10/13  01:27:38
2566         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
2567              From: Peter Prymmer <pvhp@forte.com>
2568              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
2569              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
2570      Branch: perl
2571            ! t/op/oct.t
2572 ____________________________________________________________________________
2573 [  7211] By: jhi                                   on 2000/10/13  00:35:09
2574         Log: Update Changes.
2575      Branch: perl
2576            ! Changes patchlevel.h
2577 ____________________________________________________________________________
2578 [  7210] By: jhi                                   on 2000/10/12  23:59:40
2579         Log: The Install.pm third of
2580              
2581              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
2582              From: Bill Campbell <bill@celestial.com>
2583              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
2584              Date: Thu, 5 Oct 2000 18:04:51 -0700
2585      Branch: perl
2586            ! lib/ExtUtils/Install.pm
2587 ____________________________________________________________________________
2588 [  7209] By: jhi                                   on 2000/10/12  23:58:43
2589         Log: Two thirds of
2590              
2591              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
2592              Date: Thu, 5 Oct 2000 18:04:51 -0700
2593              From: Bill Campbell <bill@celestial.com>
2594              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
2595              
2596              The Install.pm changes will be submitted separately because
2597              they need some work and discussion still.
2598      Branch: perl
2599            ! lib/getopts.pl lib/termcap.pl
2600 ____________________________________________________________________________
2601 [  7208] By: jhi                                   on 2000/10/12  23:41:19
2602         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
2603              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2604              Date:     Thu, 12 Oct 2000 07:30:02 EDT
2605              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
2606      Branch: perl
2607            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
2608            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
2609 ____________________________________________________________________________
2610 [  7207] By: jhi                                   on 2000/10/12  23:39:01
2611         Log: An updated EBCDIC tr patch.
2612              
2613              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
2614              From: Peter Prymmer <pvhp@forte.com>
2615              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
2616              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
2617      Branch: perl
2618            ! t/op/tr.t
2619 ____________________________________________________________________________
2620 [  7206] By: jhi                                   on 2000/10/12  23:34:55
2621         Log: Upgrade to CPAN 1.58, from Andreas König.
2622      Branch: perl
2623            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2624 ____________________________________________________________________________
2625 [  7205] By: jhi                                   on 2000/10/12  23:29:08
2626         Log: Introduce the man[24-8] variables, from Andy Dougherty.
2627      Branch: metaconfig/U/perl
2628            + mandirs.U mandirstyle.U
2629      Branch: perl
2630            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2631            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
2632            ! vos/config.h vos/config.pl vos/config_h.SH_orig
2633            ! win32/config.bc win32/config.gc win32/config.vc
2634 ____________________________________________________________________________
2635 [  7204] By: gsar                                  on 2000/10/12  18:11:24
2636         Log: restore change#7202
2637      Branch: perl
2638            ! mg.c
2639 ____________________________________________________________________________
2640 [  7203] By: gsar                                  on 2000/10/12  18:09:40
2641         Log: another test of the Emergency Broadcast System--back out 
2642              change#7202
2643      Branch: perl
2644            ! mg.c
2645 ____________________________________________________________________________
2646 [  7202] By: gsar                                  on 2000/10/12  16:40:47
2647         Log: (submitted on behalf of Jarkko)
2648              Fix the lib/encode.t subtest 6 failure as reported by Andreas
2649              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
2650              was unearthed by change 7182, as was a bug in HTML::Entities.
2651      Branch: perl
2652            ! mg.c
2653 ____________________________________________________________________________
2654 [  7201] By: jhi                                   on 2000/10/11  03:16:05
2655         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
2656      Branch: perl
2657            ! pp_hot.c t/pragma/utf8.t
2658 ____________________________________________________________________________
2659 [  7200] By: jhi                                   on 2000/10/11  00:40:30
2660         Log: The #7198 was a false alarm.
2661      Branch: perl
2662            ! pp_hot.c
2663 ____________________________________________________________________________
2664 [  7199] By: jhi                                   on 2000/10/11  00:26:04
2665         Log: Remove duplicated code.
2666      Branch: perl
2667            ! t/lib/cgi-html.t
2668 ____________________________________________________________________________
2669 [  7198] By: jhi                                   on 2000/10/10  23:30:46
2670         Log: (Retracted by #7200.)
2671      Branch: perl
2672            ! pp_hot.c
2673 ____________________________________________________________________________
2674 [  7197] By: jhi                                   on 2000/10/10  21:49:30
2675         Log: Add the test case for #7190, from the original bug report
2676              by Andreas König.
2677      Branch: perl
2678            ! t/pragma/utf8.t
2679 ____________________________________________________________________________
2680 [  7196] By: jhi                                   on 2000/10/10  21:40:49
2681         Log: Reapply Andy's patch and regen Configure.
2682      Branch: perl
2683            ! Configure INSTALL Makefile.SH Porting/Glossary
2684            ! Porting/config.sh config_h.SH epoc/config.sh installperl
2685            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
2686            ! win32/config.vc
2687 ____________________________________________________________________________
2688 [  7195] By: jhi                                   on 2000/10/10  21:09:30
2689         Log: Use the versiononly instead of the installscripts,
2690              retract the changes 7146 and 7147.
2691      Branch: perl
2692            ! Configure INSTALL Makefile.SH Porting/Glossary
2693            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
2694            ! installperl uconfig.sh vos/config.def win32/config.bc
2695            ! win32/config.gc win32/config.vc
2696 ____________________________________________________________________________
2697 [  7194] By: jhi                                   on 2000/10/10  21:06:15
2698         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
2699              From: Peter Prymmer <pvhp@forte.com>
2700              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
2701              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
2702      Branch: perl
2703            ! t/op/ver.t
2704 ____________________________________________________________________________
2705 [  7193] By: jhi                                   on 2000/10/10  21:05:12
2706         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
2707              From: Peter Prymmer <pvhp@forte.com>
2708              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
2709              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
2710      Branch: perl
2711            ! t/op/tr.t
2712 ____________________________________________________________________________
2713 [  7191] By: jhi                                   on 2000/10/10  19:41:21
2714         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
2715              From: Peter Prymmer <pvhp@forte.com>
2716              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
2717              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
2718      Branch: perl
2719            ! pod/perlebcdic.pod
2720 ____________________________________________________________________________
2721 [  7190] By: jhi                                   on 2000/10/10  19:26:14
2722         Log: Subject: Re: utf8 concat, mg_get
2723              From: Simon Cozens <simon@cozens.net>
2724              Date: Tue, 10 Oct 2000 17:40:17 +0100
2725              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
2726      Branch: perl
2727            ! pp_hot.c
2728 ____________________________________________________________________________
2729 [  7189] By: jhi                                   on 2000/10/10  19:23:03
2730         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
2731              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
2732              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
2733              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
2734      Branch: perl
2735            ! lib/ExtUtils/MM_Unix.pm
2736 ____________________________________________________________________________
2737 [  7188] By: jhi                                   on 2000/10/10  15:31:24
2738         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
2739              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2740              Date: Fri, 14 Jul 2000 10:47:36 +0100
2741              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
2742      Branch: perl
2743            ! README.win32
2744 ____________________________________________________________________________
2745 [  7187] By: jhi                                   on 2000/10/10  13:30:10
2746         Log: Quote the temp file name, needed in Win32 because the
2747              default name unfortunately contains spaces, shouldn't
2748              hurt elsewhere.
2749              
2750              Subject: FW: perldoc fails if $TEMP contains spaces
2751              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2752              Date: Thu, 14 Sep 2000 08:58:45 +0100
2753              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
2754      Branch: perl
2755            ! utils/perldoc.PL
2756 ____________________________________________________________________________
2757 [  7186] By: jhi                                   on 2000/10/10  13:16:27
2758         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
2759              From: hv@hugo.hybyte.com
2760              Date: Tue, 10 Oct 2000 14:10:20 +0100
2761              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
2762      Branch: perl
2763            ! t/lib/thr5005.t util.c
2764 ____________________________________________________________________________
2765 [  7185] By: jhi                                   on 2000/10/10  12:06:22
2766         Log: Upgrade to podlators 1.04, from Russ Allbery.
2767      Branch: perl
2768            ! lib/Pod/Man.pm lib/Pod/Text.pm
2769 ____________________________________________________________________________
2770 [  7184] By: jhi                                   on 2000/10/10  12:01:32
2771         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
2772      Branch: perl
2773            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
2774 ____________________________________________________________________________
2775 [  7183] By: jhi                                   on 2000/10/09  23:47:15
2776         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
2777              From: Peter Prymmer <pvhp@forte.com>
2778              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
2779              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
2780      Branch: perl
2781            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
2782 ____________________________________________________________________________
2783 [  7182] By: jhi                                   on 2000/10/09  23:43:16
2784         Log: Make eq work again with utf8 (disabling the upgrading
2785              should no more be necessary since the copies of the
2786              scalars are upgraded, not the scalars themselves).
2787              Takes care of ID 20001009.001.  (The claimed length()
2788              bug in 20001009.001 seems bogus to me.)
2789      Branch: perl
2790            ! sv.c t/pragma/utf8.t
2791 ____________________________________________________________________________
2792 [  7181] By: gsar                                  on 2000/10/09  19:41:54
2793         Log: tweak for change#7173
2794      Branch: perl
2795            ! win32/win32sck.c
2796 ____________________________________________________________________________
2797 [  7180] By: gsar                                  on 2000/10/09  19:26:56
2798         Log: on Windows, clean targets might not work under some flavors of the shell
2799      Branch: perl
2800            ! win32/Makefile win32/makefile.mk
2801 ____________________________________________________________________________
2802 [  7179] By: jhi                                   on 2000/10/09  19:21:02
2803         Log: Update Changes.
2804      Branch: perl
2805            ! Changes patchlevel.h
2806 ____________________________________________________________________________
2807 [  7178] By: jhi                                   on 2000/10/09  19:18:23
2808         Log: Warn about unknown scripts.
2809              
2810              Subject: Re: ideas? patches? [PATCH bleadperl]
2811              From: Dominic Dunlop <domo@computer.org>
2812              Date: Mon, 9 Oct 2000 14:57:17 +0200
2813              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
2814      Branch: perl
2815            ! lib/charnames.pm
2816 ____________________________________________________________________________
2817 [  7177] By: jhi                                   on 2000/10/09  19:13:27
2818         Log: Change #7160 had a nasty typo.
2819      Branch: metaconfig
2820            ! U/compline/Compile.U
2821      Branch: perl
2822            ! Configure config_h.SH
2823 ____________________________________________________________________________
2824 [  7176] By: gsar                                  on 2000/10/09  18:59:33
2825         Log: pod nit
2826      Branch: perl
2827            ! pod/perlport.pod
2828 ____________________________________________________________________________
2829 [  7175] By: gsar                                  on 2000/10/09  18:54:28
2830         Log: Windows9x doesn't support link(), despite what Config.pm
2831              might think
2832      Branch: perl
2833            ! lib/ExtUtils/Manifest.pm
2834 ____________________________________________________________________________
2835 [  7174] By: gsar                                  on 2000/10/09  18:50:03
2836         Log: avoid nonportable example code
2837      Branch: perl
2838            ! lib/File/Copy.pm
2839 ____________________________________________________________________________
2840 [  7173] By: gsar                                  on 2000/10/09  18:46:54
2841         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
2842              being used) when closing a socket handle
2843      Branch: perl
2844            ! win32/win32.c win32/win32.h win32/win32sck.c
2845 ____________________________________________________________________________
2846 [  7172] By: gsar                                  on 2000/10/09  18:41:40
2847         Log: on Windows, cwd strings in the environment should be of the
2848              form =X:=X:\foo instead of =X=X:\foo\
2849      Branch: perl
2850            ! win32/vdir.h
2851 ____________________________________________________________________________
2852 [  7171] By: gsar                                  on 2000/10/09  18:30:09
2853         Log: on Windows, LoadLibrary() could load an extension DLL multiple
2854              times if forward slashes are used in the path
2855      Branch: perl
2856            ! win32/win32.c
2857 ____________________________________________________________________________
2858 [  7170] By: jhi                                   on 2000/10/09  17:53:59
2859         Log: Add a todo note about overloadable assertions.
2860      Branch: perl
2861            ! Todo-5.6
2862 ____________________________________________________________________________
2863 [  7169] By: jhi                                   on 2000/10/09  13:43:45
2864         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
2865              From: mjd@plover.com
2866              Date: 9 Oct 2000 00:24:44 -0000
2867              Message-ID: <20001009002444.10616.qmail@plover.com>
2868      Branch: perl
2869            ! pod/perldebguts.pod
2870 ____________________________________________________________________________
2871 [  7168] By: nick                                  on 2000/10/08  13:16:33
2872         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
2873              is not right thing to do on (e.g. x86). Network order is also "right" for
2874              X fonts.
2875      Branch: perl
2876            ! ext/Encode/Encode.pm
2877 ____________________________________________________________________________
2878 [  7167] By: nick                                  on 2000/10/08  12:54:42
2879         Log: Make "encodings" work post-install when Encode/*.enc files may not
2880              be in same directory as Encode.pm
2881      Branch: perl
2882            ! ext/Encode/Encode.pm
2883 ____________________________________________________________________________
2884 [  7166] By: nick                                  on 2000/10/08  11:51:26
2885         Log: Work round the fact that $hash->{$key} does not take into account
2886              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
2887              so that key is always in the "expected" encoding - i.e. same way we put
2888              it in the hash.
2889      Branch: perl
2890            ! ext/Encode/Encode.pm
2891 ____________________________________________________________________________
2892 [  7165] By: gsar                                  on 2000/10/08  04:15:29
2893         Log: save_re_context() could reset PL_curcop to freed memory, causing core
2894              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
2895      Branch: perl
2896            ! pp_ctl.c
2897 ____________________________________________________________________________
2898 [  7164] By: jhi                                   on 2000/10/06  20:51:48
2899         Log: UTF8ize split() so that the cloned substrings get the UTF8
2900              flag of the original scalar.  Problem reported by Simon Cozens.
2901      Branch: perl
2902            ! pp.c t/pragma/utf8.t
2903 ____________________________________________________________________________
2904 [  7163] By: nick                                  on 2000/10/06  20:48:34
2905         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
2906              got a false +ve and so did not reach code which would have un-FAKEd the SV.
2907      Branch: perl
2908            ! sv.c
2909 ____________________________________________________________________________
2910 [  7162] By: nick                                  on 2000/10/06  20:25:37
2911         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
2912              To fix  (sort {$a <=> $b} keys %hash) in particular but
2913              should cover a number of other as-yet-unknown cases as well.
2914      Branch: perl
2915            ! sv.c
2916 ____________________________________________________________________________
2917 [  7161] By: jhi                                   on 2000/10/06  19:56:18
2918         Log: Change the version number of Tie::Handle in the core to 4.0,
2919              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
2920              
2921              Subject: Note on Tie::Handle
2922              From: andreas.koenig@anima.de (Andreas J. Koenig)
2923              Date:      06 Oct 2000 21:48:58 +0200
2924              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
2925      Branch: perl
2926            ! lib/Tie/Handle.pm
2927 ____________________________________________________________________________
2928 [  7160] By: jhi                                   on 2000/10/06  18:20:35
2929         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
2930              as the first option of cc/ld because of ultrapicky compilers
2931              (e.g. OS/390 R2.5)
2932      Branch: metaconfig
2933            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
2934            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
2935            ! U/compline/orderlib.U U/modified/Cppsym.U
2936            ! U/modified/d_access.U
2937      Branch: metaconfig/U/perl
2938            ! Checkcc.U d_dlsymun.U gccvers.U
2939      Branch: perl
2940            ! Configure config_h.SH
2941 ____________________________________________________________________________
2942 [  7159] By: jhi                                   on 2000/10/06  13:56:39
2943         Log: Update Changes.
2944      Branch: perl
2945            ! Changes patchlevel.h
2946 ____________________________________________________________________________
2947 [  7158] By: jhi                                   on 2000/10/06  12:48:40
2948         Log: Eliminate $Is_VMS code from the test.
2949              
2950              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
2951              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2952              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
2953              Date:     Thu, 5 Oct 2000 07:46:33 EDT
2954      Branch: perl
2955            ! t/lib/b.t
2956 ____________________________________________________________________________
2957 [  7157] By: jhi                                   on 2000/10/06  12:47:13
2958         Log: Also the $ccflags is needed for the C compiler check.
2959              
2960              Subject: Configure (check for C-compiler)
2961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2962              Date: Fri, 06 Oct 2000 08:47:15 +0200
2963              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
2964      Branch: metaconfig/U/perl
2965            ! Checkcc.U
2966      Branch: perl
2967            ! Configure config_h.SH
2968 ____________________________________________________________________________
2969 [  7156] By: jhi                                   on 2000/10/06  11:45:15
2970         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
2971      Branch: perl
2972            ! perl.c pp_ctl.c sv.h utf8.c
2973 ____________________________________________________________________________
2974 [  7155] By: jhi                                   on 2000/10/06  11:40:41
2975         Log: IO::Handle->syswrite() did not handle length omission
2976              like CORE::syswrite() does.
2977              
2978              Subject: [Fwd] IO::Handle, syswrite and arguments
2979              From: Graham Barr <gbarr@pobox.com>
2980              Date: Fri, 6 Oct 2000 10:22:05 +0100
2981              Message-ID: <20001006102205.U6312@pobox.com>
2982              
2983              The original patch from andrew@ugh.net.au.
2984      Branch: perl
2985            ! ext/IO/lib/IO/Handle.pm
2986 ____________________________________________________________________________
2987 [  7154] By: jhi                                   on 2000/10/06  01:42:15
2988         Log: Tweak #7153.
2989      Branch: perl
2990            ! utf8.h
2991 ____________________________________________________________________________
2992 [  7153] By: jhi                                   on 2000/10/06  00:39:55
2993         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
2994      Branch: perl
2995            ! utf8.h
2996 ____________________________________________________________________________
2997 [  7152] By: jhi                                   on 2000/10/06  00:38:11
2998         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
2999      Branch: perl
3000            ! perl.c pp_ctl.c sv.h utf8.c
3001 ____________________________________________________________________________
3002 [  7151] By: jhi                                   on 2000/10/06  00:36:38
3003         Log: Subject: Re: Questions about Tie::Array and perl modules
3004              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3005              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
3006              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
3007              
3008              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
3009      Branch: perl
3010            ! lib/Tie/Array.pm t/op/array.t
3011 ____________________________________________________________________________
3012 [  7150] By: jhi                                   on 2000/10/05  00:20:45
3013         Log: Regen Changes.
3014      Branch: perl
3015            ! Changes patchlevel.h
3016 ____________________________________________________________________________
3017 [  7149] By: jhi                                   on 2000/10/05  00:20:01
3018         Log: Regen toc.
3019      Branch: perl
3020            ! pod/perltoc.pod
3021 ____________________________________________________________________________
3022 [  7148] By: jhi                                   on 2000/10/04  23:35:08
3023         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
3024              reported several times by Dominic Dunlop, for example in
3025              ID 20000315.008.  Patch from Dominic.  Patch affects at
3026              least MachTen, and possibly other oldish BSDs. Should not
3027              break non-broken platforms (tested on LinuxPPC). 
3028      Branch: perl
3029            ! doio.c
3030 ____________________________________________________________________________
3031 [  7146] By: jhi                                   on 2000/10/04  23:25:04
3032         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
3033              suggested by H. Merijn Brand.
3034      Branch: perl
3035            ! Configure INSTALL Makefile.SH Porting/Glossary
3036            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
3037            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
3038            ! win32/config.vc
3039 ____________________________________________________________________________
3040 [  7145] By: jhi                                   on 2000/10/04  22:08:21
3041         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
3042              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3043              Date: Wed, 4 Oct 2000 17:37:46 -0400
3044              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
3045      Branch: perl
3046            ! utils/h2xs.PL
3047 ____________________________________________________________________________
3048 [  7144] By: jhi                                   on 2000/10/04  18:11:41
3049         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
3050              From: Jeff Pinyan <jeffp@crusoe.net>
3051              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
3052              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
3053      Branch: perl
3054            ! pod/perlrun.pod
3055 ____________________________________________________________________________
3056 [  7143] By: jhi                                   on 2000/10/04  18:09:58
3057         Log: Subject: perlhack.pod Patch for Externals Tools
3058              From: Fisher Mark <fisherm@tce.com>
3059              Date: Tue, 3 Oct 2000 15:43:27 -0500 
3060              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
3061      Branch: perl
3062            ! pod/perlhack.pod
3063 ____________________________________________________________________________
3064 [  7142] By: jhi                                   on 2000/10/04  18:08:41
3065         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
3066              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3067              Date:     Wed, 4 Oct 2000 12:11:11 EDT
3068              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
3069      Branch: perl
3070            ! vms/vms.c
3071 ____________________________________________________________________________
3072 [  7141] By: jhi                                   on 2000/10/04  12:20:16
3073         Log: Subject: [PATCH 5.7.0] h2xs not working
3074              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3075              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
3076              Date: Tue, 3 Oct 2000 21:43:01 -0400
3077              
3078              Subject: [PATCH 5.7.0] h2xs not documenting the created module
3079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3080              Date: Tue, 3 Oct 2000 22:55:19 -0400
3081              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
3082      Branch: perl
3083            ! utils/h2xs.PL
3084 ____________________________________________________________________________
3085 [  7140] By: jhi                                   on 2000/10/04  11:53:44
3086         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
3087              From: nick@babyhippo.com
3088              Date: Wed, 4 Oct 2000 12:06:45 +0100
3089              Message-Id: <20001004120645.A7356@babyhippo.com>
3090              
3091              Retract 7118 and 7135.
3092      Branch: perl
3093            ! installman installperl op.c t/pragma/subs.t
3094 ____________________________________________________________________________
3095 [  7139] By: jhi                                   on 2000/10/03  22:09:41
3096         Log: It is possible to have no hosts database at all.  Pointed out in
3097              
3098              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
3099              From: Peter Prymmer <pvhp@forte.com>
3100              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
3101              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
3102      Branch: metaconfig
3103            ! U/modified/myhostname.U
3104      Branch: perl
3105            ! Configure config_h.SH
3106 ____________________________________________________________________________
3107 [  7138] By: jhi                                   on 2000/10/03  21:49:49
3108         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
3109              From: Peter Prymmer <pvhp@forte.com>
3110              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
3111              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
3112      Branch: perl
3113            ! pp_sys.c
3114 ____________________________________________________________________________
3115 [  7137] By: jhi                                   on 2000/10/03  20:10:05
3116         Log: One remaining nit less at the VMS mailbox sizing.
3117      Branch: perl
3118            ! vms/vms.c
3119 ____________________________________________________________________________
3120 [  7136] By: jhi                                   on 2000/10/03  20:08:47
3121         Log: Test harness update to sync with the new perlcc,
3122              from Simon Cozens.
3123      Branch: perl
3124            ! t/TEST t/UTEST
3125 ____________________________________________________________________________
3126 [  7135] By: jhi                                   on 2000/10/03  15:15:42
3127         Log: Subject: Re: PATCH for 20001003.004
3128              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
3129              From: "AARON B. DOSSETT" <aaron@iglou.com>
3130              Message-Id: <E13gTay-0006od-00@iglou.com>
3131      Branch: perl
3132            ! installman installperl
3133 ____________________________________________________________________________
3134 [  7134] By: jhi                                   on 2000/10/03  15:00:34
3135         Log: Subject: [ID 20001003.006] B::Debug not -w clean
3136              From: Nicholas Clark <nick@babyhippo.co.uk>
3137              Date: Tue, 03 Oct 2000 15:46:32 +0100
3138              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
3139      Branch: perl
3140            ! ext/B/B/Debug.pm
3141 ____________________________________________________________________________
3142 [  7133] By: jhi                                   on 2000/10/03  14:58:39
3143         Log: Scale down the VMS message boxes, by Charles Lane.
3144              Fix for ID 20000903.009, workaround at
3145              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
3146      Branch: perl
3147            ! vms/vms.c
3148 ____________________________________________________________________________
3149 [  7132] By: jhi                                   on 2000/10/03  11:20:37
3150         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
3151      Branch: perl
3152            + t/lib/st-lock.t t/lib/st-utf8.t
3153            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
3154            ! ext/Storable/Storable.xs t/lib/st-recurse.t
3155 ____________________________________________________________________________
3156 [  7131] By: jhi                                   on 2000/10/03  03:38:23
3157         Log: Encode nits.
3158      Branch: perl
3159            ! MANIFEST Makefile.SH
3160 ____________________________________________________________________________
3161 [  7130] By: jhi                                   on 2000/10/03  03:31:05
3162         Log: Update Changes.
3163      Branch: perl
3164            ! Changes patchlevel.h
3165 ____________________________________________________________________________
3166 [  7129] By: jhi                                   on 2000/10/03  02:24:02
3167         Log: Misplaced else.
3168      Branch: metaconfig/U/perl
3169            ! d_strtoll.U
3170      Branch: perl
3171            ! Configure config_h.SH
3172 ____________________________________________________________________________
3173 [  7128] By: jhi                                   on 2000/10/03  02:08:29
3174         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
3175              From: sthoenna@efn.org
3176              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
3177              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
3178      Branch: metaconfig/U/perl
3179            ! d_strtoll.U
3180      Branch: perl
3181            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
3182 ____________________________________________________________________________
3183 [  7127] By: jhi                                   on 2000/10/03  01:13:14
3184         Log: Update Changes.
3185      Branch: perl
3186            ! Changes patchlevel.h
3187 ____________________________________________________________________________
3188 [  7126] By: jhi                                   on 2000/10/03  00:57:08
3189         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
3190              as suggested by Olaf Flebbe and Nick Clark.
3191      Branch: perl
3192            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
3193 ____________________________________________________________________________
3194 [  7125] By: jhi                                   on 2000/10/03  00:50:56
3195         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
3196              From: Nick Clark <nick@plum.flirble.org>
3197              Date: Mon, 2 Oct 2000 11:03:24 +0100
3198              Message-Id: <20001002110324.D20073@plum.flirble.org>
3199              
3200              Also fixes bug ID 20001002.005.
3201      Branch: perl
3202            ! t/lib/encode.t
3203 ____________________________________________________________________________
3204 [  7124] By: jhi                                   on 2000/10/03  00:34:59
3205         Log: Subject: [PATCH 5.7.0] Epoc update
3206              From: Olaf Flebbe <o.flebbe@gmx.de>
3207              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
3208              Message-ID: <26423.969484586@www10.gmx.net>
3209      Branch: perl
3210            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
3211            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
3212            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
3213            ! util.c util.h
3214 ____________________________________________________________________________
3215 [  7123] By: jhi                                   on 2000/10/03  00:30:07
3216         Log: Regen headers.
3217      Branch: perl
3218            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
3219 ____________________________________________________________________________
3220 [  7122] By: jhi                                   on 2000/10/03  00:10:48
3221         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
3222      Branch: perl
3223            ! hints/openbsd.sh
3224 ____________________________________________________________________________
3225 [  7121] By: jhi                                   on 2000/10/03  00:05:06
3226         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
3227              From: <abigail@foad.org>
3228              Date: Tue, 26 Sep 2000 13:36:14 -0400
3229              Message-ID: <20000926173614.4356.qmail@foad.org>
3230      Branch: perl
3231            ! pod/perlop.pod
3232 ____________________________________________________________________________
3233 [  7120] By: jhi                                   on 2000/10/03  00:04:00
3234         Log: Inside require() $^S was always left undefined.
3235              
3236              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
3237              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3238              Date: Wed, 27 Sep 2000 18:54:49 -0400
3239              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
3240      Branch: perl
3241            ! cop.h mg.c pp_ctl.c util.c
3242 ____________________________________________________________________________
3243 [  7119] By: jhi                                   on 2000/10/03  00:00:16
3244         Log: Subject: [PATCH] DLL not restartabke with threaded perl
3245              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
3246              Date: Thu, 28 Sep 2000 09:20:46 +0100
3247              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
3248      Branch: perl
3249            ! perl.c
3250 ____________________________________________________________________________
3251 [  7118] By: jhi                                   on 2000/10/02  23:59:20
3252         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
3253              From: Nicholas Clark <nick@ccl4.org>
3254              Date: Thu, 28 Sep 2000 11:52:24 +0100
3255              Message-ID: <20000928115224.D7924@plum.flirble.org>
3256      Branch: perl
3257            ! op.c
3258 ____________________________________________________________________________
3259 [  7117] By: jhi                                   on 2000/10/02  23:57:51
3260         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
3261              From: Nicholas Clark <nick@babyhippo.co.uk>
3262              Date: Thu, 28 Sep 2000 12:18:10 +0100
3263              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
3264              
3265              Did not apply cleanly, manual intervention was needed.
3266      Branch: perl
3267            ! ext/B/B/Bytecode.pm utils/perlcc.PL
3268 ____________________________________________________________________________
3269 [  7116] By: jhi                                   on 2000/10/02  23:50:40
3270         Log: Document the issue (is not a syntax error, kind of)
3271              
3272              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
3273              From: Nicholas Clark <nick@ccl4.org>
3274              Date: Thu, 28 Sep 2000 17:12:42 +0100
3275              Message-ID: <20000928171242.K7924@plum.flirble.org>
3276      Branch: perl
3277            ! pod/perldata.pod
3278 ____________________________________________________________________________
3279 [  7115] By: jhi                                   on 2000/10/02  23:48:58
3280         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
3281              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3282              Date: Thu, 28 Sep 2000 21:55:31 -0400
3283              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
3284      Branch: perl
3285            ! regexec.c
3286 ____________________________________________________________________________
3287 [  7114] By: jhi                                   on 2000/10/02  23:47:57
3288         Log: Subject: DOC PATCH 5.6.0
3289              From: mjd@plover.com
3290              Date: 30 Sep 2000 06:02:34 -0000
3291              Message-ID: <20000930060234.4559.qmail@plover.com>
3292      Branch: perl
3293            ! pod/perldebguts.pod
3294 ____________________________________________________________________________
3295 [  7113] By: jhi                                   on 2000/10/02  23:46:43
3296         Log: SOCK_DGRAM and listen() do not mix as reported in
3297              
3298              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
3299              From: Petter Reinholdtsen <pere@hungry.com>
3300              Date: Sun, 1 Oct 2000 10:57:20 +0800
3301              Message-Id: <200010010257.KAA05735@localhost.localdomain>
3302              
3303              The patch for 5.7.0+ had to be reengineered, though.
3304      Branch: perl
3305            ! ext/IO/lib/IO/Socket/UNIX.pm
3306 ____________________________________________________________________________
3307 [  7112] By: jhi                                   on 2000/10/02  23:36:57
3308         Log: Subject: Re: [PATCH 5.005_64 missed]
3309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3310              Date: Sun, 1 Oct 2000 18:50:10 -0400
3311              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
3312      Branch: perl
3313            ! pod/perlxs.pod
3314 ____________________________________________________________________________
3315 [  7111] By: jhi                                   on 2000/10/02  23:35:40
3316         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
3317              From: Radu Greab <radu@netsoft.ro>
3318              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
3319              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
3320      Branch: perl
3321            ! op.c opcode.pl t/op/substr.t
3322 ____________________________________________________________________________
3323 [  7110] By: jhi                                   on 2000/10/02  23:32:38
3324         Log: Subject: [PATCH] Fix aliasing of tied filehandles
3325              From: Daniel Chetlin <daniel@chetlin.com>
3326              Date: Mon, 2 Oct 2000 14:53:27 -0700
3327              Message-ID: <20001002145327.C1617@ilmd>
3328      Branch: perl
3329            ! perl.h pp_hot.c t/op/tiehandle.t
3330 ____________________________________________________________________________
3331 [  7109] By: jhi                                   on 2000/10/02  23:31:30
3332         Log: s/Robin Parker/Robin Barker/
3333      Branch: perl
3334            ! Changes5.6
3335 ____________________________________________________________________________
3336 [  7108] By: jhi                                   on 2000/10/02  23:15:46
3337         Log: Retract #7091 as suggested in
3338              
3339              From: Robin Barker <rmb1@cise.npl.co.uk> 
3340              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
3341              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
3342              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
3343      Branch: perl
3344            ! embed.pl proto.h
3345 ____________________________________________________________________________
3346 [  7107] By: nick                                  on 2000/10/02  18:23:14
3347         Log: A few tweaks to get Tk803 to work with Encode scheme.
3348      Branch: perl
3349            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
3350 ____________________________________________________________________________
3351 [  7106] By: nick                                  on 2000/10/01  21:34:14
3352         Log: Add checking cases to Encode's toUnicode and fromUnicode.
3353      Branch: perl
3354            ! ext/Encode/Encode.pm
3355 ____________________________________________________________________________
3356 [  7105] By: nick                                  on 2000/10/01  17:18:01
3357         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
3358              To read and use them.
3359              Add a lib/encode.t which checks a few things.
3360      Branch: perl
3361            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
3362            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
3363            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
3364            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
3365            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
3366            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
3367            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
3368            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
3369            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
3370            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
3371            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
3372            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
3373            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
3374            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
3375            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
3376            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
3377            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
3378            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
3379            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
3380            + ext/Encode/Encode/iso2022-jp.enc
3381            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
3382            + ext/Encode/Encode/iso8859-1.enc
3383            + ext/Encode/Encode/iso8859-2.enc
3384            + ext/Encode/Encode/iso8859-3.enc
3385            + ext/Encode/Encode/iso8859-4.enc
3386            + ext/Encode/Encode/iso8859-5.enc
3387            + ext/Encode/Encode/iso8859-6.enc
3388            + ext/Encode/Encode/iso8859-7.enc
3389            + ext/Encode/Encode/iso8859-8.enc
3390            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
3391            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
3392            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
3393            + ext/Encode/Encode/macCentEuro.enc
3394            + ext/Encode/Encode/macCroatian.enc
3395            + ext/Encode/Encode/macCyrillic.enc
3396            + ext/Encode/Encode/macDingbats.enc
3397            + ext/Encode/Encode/macGreek.enc
3398            + ext/Encode/Encode/macIceland.enc
3399            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
3400            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
3401            + ext/Encode/Encode/macTurkish.enc
3402            + ext/Encode/Encode/macUkraine.enc
3403            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
3404            + t/lib/encode.t
3405            ! MANIFEST ext/Encode/Encode.pm
3406 ____________________________________________________________________________
3407 [  7104] By: nick                                  on 2000/09/30  13:04:30
3408         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
3409              From: Daniel Chetlin <daniel@chetlin.com>
3410              Date: Mon, 18 Sep 2000 05:05:40 -0700
3411              Message-Id: <20000918050540.C652@ilmd>
3412      Branch: perl
3413            ! lib/overload.pm sv.c t/pragma/overload.t
3414 ____________________________________________________________________________
3415 [  7103] By: nick                                  on 2000/09/30  12:53:36
3416         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
3417              From: Johan Vromans <jvromans@squirrel.nl>
3418              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
3419              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
3420      Branch: perl
3421            ! pod/Makefile.SH
3422 ____________________________________________________________________________
3423 [  7102] By: nick                                  on 2000/09/30  12:52:31
3424         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
3425              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3426              Date: Sat, 16 Sep 2000 16:36:45 -0400
3427              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
3428      Branch: perl
3429            ! ext/B/B/Deparse.pm
3430 ____________________________________________________________________________
3431 [  7101] By: nick                                  on 2000/09/30  12:51:41
3432         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
3433              From: Craig A. Berry <craig.berry@psinetcs.com>
3434              Date: Sat, 16 Sep 2000 10:11:10 -0500
3435              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
3436      Branch: perl
3437            ! vms/vms.c
3438 ____________________________________________________________________________
3439 [  7100] By: nick                                  on 2000/09/30  12:50:33
3440         Log: Subject: Re: unicode support and perl [ID 20000901.097]
3441              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3442              Date: Fri, 15 Sep 2000 16:37:58 -0400
3443              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
3444      Branch: perl
3445            ! t/op/append.t
3446 ____________________________________________________________________________
3447 [  7099] By: nick                                  on 2000/09/30  12:49:35
3448         Log: Subject: Re: unicode support and perl [ID 20000901.097]
3449              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3450              Date: Fri, 15 Sep 2000 16:25:30 -0400
3451              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
3452      Branch: perl
3453            ! pp_hot.c
3454 ____________________________________________________________________________
3455 [  7098] By: nick                                  on 2000/09/30  12:48:00
3456         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
3457              From: Gisle Aas <gisle@ActiveState.com>
3458              Date: 15 Sep 2000 16:23:41 +0200
3459              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
3460      Branch: perl
3461            ! toke.c
3462 ____________________________________________________________________________
3463 [  7097] By: nick                                  on 2000/09/30  12:45:16
3464         Log: Subject: [PATCH] Nits in perlmod.pod
3465              From: Daniel Chetlin <daniel@chetlin.com>
3466              Date: Fri, 15 Sep 2000 02:04:09 -0700
3467              Message-Id: <20000915020409.A2104@ilmd>
3468      Branch: perl
3469            ! pod/perlmod.pod
3470 ____________________________________________________________________________
3471 [  7096] By: nick                                  on 2000/09/30  12:18:00
3472         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
3473              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
3474              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
3475              0 to checking to get the warning.
3476      Branch: perl
3477            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
3478            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
3479            ! regexec.c sv.c toke.c utf8.c
3480 ____________________________________________________________________________
3481 [  7095] By: nick                                  on 2000/09/15  16:55:59
3482         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
3483              
3484              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
3485              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3486              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
3487              Date: Fri, 15 Sep 2000 06:37:30 -0400
3488      Branch: perl
3489            ! ext/Encode/Encode.xs sv.c
3490 ____________________________________________________________________________
3491 [  7094] By: jhi                                   on 2000/09/15  03:23:32
3492         Log: Update Changes.
3493      Branch: perl
3494            ! Changes patchlevel.h
3495 ____________________________________________________________________________
3496 [  7093] By: jhi                                   on 2000/09/15  03:11:44
3497         Log: Fix for the charnames.t failures from Spider Boardman.
3498      Branch: perl
3499            ! toke.c
3500 ____________________________________________________________________________
3501 [  7092] By: jhi                                   on 2000/09/15  00:15:48
3502         Log: Botched the #7090 check-in.
3503      Branch: perl
3504            ! sv.c
3505 ____________________________________________________________________________
3506 [  7091] By: jhi                                   on 2000/09/14  23:33:24
3507         Log: Part of #7081 didn't come through.
3508      Branch: perl
3509            ! embed.pl proto.h
3510 ____________________________________________________________________________
3511 [  7090] By: jhi                                   on 2000/09/14  23:17:39
3512         Log: Subject: Re: perl@7078 
3513              From: Spider Boardman <spider@web.zk3.dec.com>
3514              Date: Thu, 14 Sep 2000 19:06:36 -0400
3515              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
3516      Branch: perl
3517            ! sv.c toke.c
3518 ____________________________________________________________________________
3519 [  7089] By: jhi                                   on 2000/09/14  23:11:21
3520         Log: Small portability tweaks.
3521      Branch: perl
3522            ! ext/Encode/Encode.xs
3523 ____________________________________________________________________________
3524 [  7088] By: jhi                                   on 2000/09/14  22:57:23
3525         Log: Fake return to pacify picky compilers.
3526      Branch: perl
3527            ! ext/Encode/Encode.xs
3528 ____________________________________________________________________________
3529 [  7087] By: jhi                                   on 2000/09/14  22:53:37
3530         Log: Subject: [PATCH] utf8.c apidoc
3531              From: Simon Cozens <simon@cozens.net>
3532              Date: Thu, 14 Sep 2000 23:46:57 +0100
3533              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
3534      Branch: perl
3535            ! perlapi.c pod/perlapi.pod utf8.c
3536 ____________________________________________________________________________
3537 [  7086] By: jhi                                   on 2000/09/14  22:40:38
3538         Log: We don't need to count the high bit bytes, a boolean is enough. 
3539      Branch: perl
3540            ! sv.c
3541 ____________________________________________________________________________
3542 [  7085] By: jhi                                   on 2000/09/14  21:20:09
3543         Log: Replace #7084 with
3544              
3545              Subject: Re: perl@7078 
3546              From: Spider Boardman <spider@web.zk3.dec.com>
3547              Date: Thu, 14 Sep 2000 17:09:36 -0400
3548              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
3549      Branch: perl
3550            ! sv.c utf8.c
3551 ____________________________________________________________________________
3552 [  7084] By: jhi                                   on 2000/09/14  20:03:34
3553         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
3554              convertable to bytes by checking it doesn't go above 0xc3
3555              
3556              Subject: Re: perl@7078
3557              From: Simon Cozens <simon@cozens.net>
3558              Date: Thu, 14 Sep 2000 20:59:19 +0100
3559              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
3560      Branch: perl
3561            ! utf8.c
3562 ____________________________________________________________________________
3563 [  7083] By: jhi                                   on 2000/09/14  19:38:47
3564         Log: Subject: Re: perl@7078
3565              From: Simon Cozens <simon@cozens.net>
3566              Date: Thu, 14 Sep 2000 20:13:09 +0100
3567              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
3568      Branch: perl
3569            ! t/op/bop.t
3570 ____________________________________________________________________________
3571 [  7082] By: jhi                                   on 2000/09/14  17:50:44
3572         Log: The one that got away.
3573      Branch: perl
3574            ! lib/File/Find.pm
3575 ____________________________________________________________________________
3576 [  7081] By: jhi                                   on 2000/09/14  17:45:35
3577         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
3578              From: Robin Barker <rmb1@cise.npl.co.uk>
3579              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
3580              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
3581      Branch: perl
3582            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
3583            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
3584            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
3585            ! regcomp.c toke.c universal.c
3586 ____________________________________________________________________________
3587 [  7080] By: jhi                                   on 2000/09/14  17:40:35
3588         Log: Problems picked up by AIX cc.
3589              
3590              Subject: Re: perl@7078 (patch included)
3591              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3592              Date: Thu, 14 Sep 2000 18:53:30 +0200
3593              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
3594      Branch: perl
3595            ! ext/Encode/Encode.xs
3596 ____________________________________________________________________________
3597 [  7079] By: jhi                                   on 2000/09/14  17:38:27
3598         Log: Subject: File::Find 5.7.0 POD nits
3599              From: Rich Morin <rdm@cfcl.com>
3600              Date: Wed, 13 Sep 2000 22:03:58 -0700
3601              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
3602      Branch: perl
3603            ! lib/File/Find.pm
3604 ____________________________________________________________________________
3605 [  7078] By: jhi                                   on 2000/09/14  14:58:20
3606         Log: Update Changes.
3607      Branch: perl
3608            ! Changes patchlevel.h
3609 ____________________________________________________________________________
3610 [  7077] By: jhi                                   on 2000/09/14  14:55:54
3611         Log: Compilation warnings and an error.
3612      Branch: perl
3613            ! sv.c
3614 ____________________________________________________________________________
3615 [  7076] By: jhi                                   on 2000/09/14  14:42:56
3616         Log: Fix for a parsing bug, not for the original bug.
3617              
3618              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
3619              From: Spider Boardman <spider@web.zk3.dec.com>
3620              Date: Wed, 13 Sep 2000 17:52:20 -0400
3621              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
3622      Branch: perl
3623            ! regcomp.c
3624 ____________________________________________________________________________
3625 [  7075] By: jhi                                   on 2000/09/14  14:40:40
3626         Log: Batch of UTF-8 patches from Simon Cozens.
3627      Branch: perl
3628            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
3629            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
3630            ! toke.c utf8.c
3631 ____________________________________________________________________________
3632 [  7074] By: jhi                                   on 2000/09/14  14:29:58
3633         Log: Subject: Re: Two advertising clauses need to be removed
3634              From: Russ Allbery <rra@stanford.edu>
3635              Date: 13 Sep 2000 18:50:26 -0700
3636              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
3637      Branch: perl
3638            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3639 ____________________________________________________________________________
3640 [  7073] By: jhi                                   on 2000/09/14  14:28:20
3641         Log: Subject: [PATCH] de-wall t/README
3642              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3643              Date: Wed, 13 Sep 2000 17:46:55 -0700
3644              Message-ID: <//Bw5gzkge/e092yn@efn.org>
3645      Branch: perl
3646            ! t/README
3647 ____________________________________________________________________________
3648 [  7072] By: jhi                                   on 2000/09/14  14:25:10
3649         Log: Hints optimization.
3650              
3651              Subject: Minor nit
3652              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3653              Date: Wed, 13 Sep 2000 21:42:07 +0200
3654              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
3655      Branch: perl
3656            ! hints/hpux.sh
3657 ____________________________________________________________________________
3658 [  7071] By: jhi                                   on 2000/09/14  14:23:30
3659         Log: Allow chop() and chomp() to be overridden.
3660              
3661              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
3662              From: "Casey R. Tweten" <crt@kiski.net>
3663              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
3664              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
3665      Branch: perl
3666            ! toke.c
3667 ____________________________________________________________________________
3668 [  7070] By: jhi                                   on 2000/09/14  14:20:36
3669         Log: The return value of setlocale must be copied away.
3670              
3671              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
3672              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3673              Date: Wed, 13 Sep 2000 16:27:37 +0100 
3674              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
3675      Branch: perl
3676            ! util.c
3677 ____________________________________________________________________________
3678 [  7069] By: jhi                                   on 2000/09/14  14:16:27
3679         Log: Remove vestiges of tr//CU.
3680              
3681              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
3682              From: Nick Clark <nick@plum.flirble.org>
3683              Date: Tue, 12 Sep 2000 22:50:14 +0100
3684              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
3685              
3686              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
3687              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3688              Date: Tue, 12 Sep 2000 21:38:48 -0700
3689              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
3690      Branch: perl
3691            ! op.h pod/perlunicode.pod
3692 ____________________________________________________________________________
3693 [  7068] By: jhi                                   on 2000/09/13  14:18:39
3694         Log: Add the Encode extension.  The code is still largely just skeleton.
3695      Branch: perl
3696            + ext/Encode/Encode.pm ext/Encode/Encode.xs
3697            + ext/Encode/Makefile.PL ext/Encode/Todo
3698            ! MANIFEST Todo-5.6
3699 ____________________________________________________________________________
3700 [  7067] By: jhi                                   on 2000/09/12  17:43:33
3701         Log: Allow for whitespace between "#" and "line" in cpp output.
3702              
3703              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
3704              From: Calle Dybedahl <calle@lysator.liu.se>
3705              Date: 12 Sep 2000 19:38:02 +0200 
3706              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
3707      Branch: perl
3708            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
3709 ____________________________________________________________________________
3710 [  7066] By: gsar                                  on 2000/09/12  17:24:29
3711         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
3712              initialization in all the threads on Windows
3713      Branch: perl
3714            ! win32/win32.c
3715 ____________________________________________________________________________
3716 [  7065] By: jhi                                   on 2000/09/12  15:11:31
3717         Log: Update Changes.
3718      Branch: perl
3719            ! Changes patchlevel.h
3720 ____________________________________________________________________________
3721 [  7064] By: jhi                                   on 2000/09/12  14:54:54
3722         Log: Retract #7062, the pod tests are not ready.
3723      Branch: perl
3724            ! t/TEST t/harness
3725 ____________________________________________________________________________
3726 [  7063] By: jhi                                   on 2000/09/12  14:25:41
3727         Log: The #7054 truncated Configure badly.
3728      Branch: metaconfig/U/perl
3729            ! End.U
3730      Branch: perl
3731            ! Configure config_h.SH
3732 ____________________________________________________________________________
3733 [  7062] By: jhi                                   on 2000/09/12  14:08:32
3734         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
3735              From: sthoenna@efn.org
3736              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
3737              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
3738      Branch: perl
3739            ! t/TEST t/harness
3740 ____________________________________________________________________________
3741 [  7061] By: jhi                                   on 2000/09/12  14:07:18
3742         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
3743              From: sthoenna@efn.org
3744              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
3745              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
3746      Branch: perl
3747            ! pod/perlxs.pod
3748 ____________________________________________________________________________
3749 [  7060] By: jhi                                   on 2000/09/12  14:06:08
3750         Log: Break up the myconfig lines a bit.
3751              
3752              Subject: perlbug/perl -V output format
3753              From: sthoenna@efn.org
3754              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
3755              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
3756      Branch: perl
3757            ! myconfig.SH
3758 ____________________________________________________________________________
3759 [  7059] By: jhi                                   on 2000/09/12  14:05:04
3760         Log: Test for the #7049.
3761              
3762              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
3763              From: andreas.koenig@anima.de (Andreas J. Koenig)
3764              Date: 12 Sep 2000 06:42:01 +0200
3765              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
3766      Branch: perl
3767            ! t/op/my.t
3768 ____________________________________________________________________________
3769 [  7058] By: jhi                                   on 2000/09/12  14:03:05
3770         Log: Subject: [patch: perl@7045] vms updates
3771              From: Peter Prymmer <pvhp@forte.com>
3772              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
3773              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
3774      Branch: perl
3775            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
3776 ____________________________________________________________________________
3777 [  7057] By: jhi                                   on 2000/09/12  14:00:51
3778         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
3779              From: sthoenna@efn.org
3780              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
3781              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
3782      Branch: perl
3783            ! t/op/64bitint.t
3784 ____________________________________________________________________________
3785 [  7056] By: jhi                                   on 2000/09/12  13:58:14
3786         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
3787              From: Jeff Pinyan <jeffp@crusoe.net>
3788              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
3789              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
3790      Branch: perl
3791            ! pod/perlfunc.pod
3792 ____________________________________________________________________________
3793 [  7055] By: jhi                                   on 2000/09/12  13:56:32
3794         Log: Do in VMS as the #7054 does.
3795      Branch: perl
3796            ! configure.com
3797 ____________________________________________________________________________
3798 [  7054] By: jhi                                   on 2000/09/12  13:50:31
3799         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
3800              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3801              Date: Mon, 11 Sep 2000 08:33:09 +0100
3802              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
3803      Branch: metaconfig/U/perl
3804            ! End.U
3805      Branch: perl
3806            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
3807            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3808 ____________________________________________________________________________
3809 [  7053] By: jhi                                   on 2000/09/12  13:29:19
3810         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
3811              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3812              Date:     Tue, 12 Sep 2000 08:35:59 EDT
3813              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
3814      Branch: perl
3815            ! vms/test.com
3816 ____________________________________________________________________________
3817 [  7052] By: jhi                                   on 2000/09/11  23:01:50
3818         Log: Document the SvUTF8*().
3819      Branch: perl
3820            ! pod/perlapi.pod sv.h
3821 ____________________________________________________________________________
3822 [  7051] By: gsar                                  on 2000/09/11  14:46:30
3823         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
3824              (missed a spot when fixing up op_pmreplroot hack for ithreads)
3825      Branch: perl
3826            ! op.c t/op/split.t
3827 ____________________________________________________________________________
3828 [  7050] By: nick                                  on 2000/09/11  10:03:51
3829         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
3830              
3831              Subject: borland C++ win32.c tweak
3832              From: Vadim Konovalov <vkonovalov@lucent.com>
3833              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
3834              Date: Mon, 11 Sep 2000 11:22:33 +0400
3835      Branch: perl
3836            ! win32/win32.c
3837 ____________________________________________________________________________
3838 [  7049] By: nick                                  on 2000/09/11  09:57:33
3839         Log: Point fix for s/// on foreach (keys %xxx).
3840      Branch: perl
3841            ! pp_hot.c
3842 ____________________________________________________________________________
3843 [  7048] By: jhi                                   on 2000/09/10  23:37:09
3844         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
3845              by Pod::Text, from Brad Appleton.
3846      Branch: perl
3847            ! t/pod/testp2pt.pl
3848 ____________________________________________________________________________
3849 [  7047] By: jhi                                   on 2000/09/10  14:32:53
3850         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
3851              by Russ Allbery.
3852      Branch: perl
3853            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
3854 ____________________________________________________________________________
3855 [  7046] By: jhi                                   on 2000/09/10  14:15:08
3856         Log: Upgrade to CPAN 1.57_65, from Andreas König.
3857      Branch: perl
3858            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3859 ____________________________________________________________________________
3860 [  7045] By: jhi                                   on 2000/09/08  21:36:32
3861         Log: Update Changes.
3862      Branch: perl
3863            ! Changes patchlevel.h
3864 ____________________________________________________________________________
3865 [  7044] By: jhi                                   on 2000/09/08  21:29:56
3866         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
3867              From: Peter Prymmer <pvhp@forte.com>
3868              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
3869              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
3870      Branch: perl
3871            ! configure.com
3872 ____________________________________________________________________________
3873 [  7043] By: jhi                                   on 2000/09/08  21:27:50
3874         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
3875              From: Peter Prymmer <pvhp@forte.com>
3876              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
3877              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
3878      Branch: perl
3879            ! Makefile.SH installperl
3880 ____________________________________________________________________________
3881 [  7042] By: jhi                                   on 2000/09/08  21:23:21
3882         Log: Continue #7041.
3883      Branch: perl
3884            ! cygwin/Makefile.SHs os2/Makefile.SHs
3885 ____________________________________________________________________________
3886 [  7041] By: jhi                                   on 2000/09/08  21:18:10
3887         Log: Do away with memory models cruft.  Sorry, PDP users.
3888      Branch: metaconfig
3889            ! U/modified/cc.U U/modified/libpth.U
3890      Branch: perl
3891            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
3892            ! Porting/config_H cflags.SH config_h.SH configure.com
3893            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
3894            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
3895            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
3896 ____________________________________________________________________________
3897 [  7040] By: jhi                                   on 2000/09/08  14:34:18
3898         Log: Major rewrite of s2p.  And I mean really major, it is
3899              an implementation of sed in perl.  If called as s2p it
3900              will function as s2p.  Note: needs non-UNIXifying.
3901              
3902              Subject: s2p
3903              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3904              Date: Mon, 28 Aug 2000 14:05:12 +0200
3905              Message-ID: <39AA5578.2102E2AA@alcatel.at>
3906      Branch: perl
3907            ! x2p/s2p.PL
3908 ____________________________________________________________________________
3909 [  7039] By: jhi                                   on 2000/09/08  14:19:49
3910         Log: Re-allow vec() for characters > 255.
3911              
3912              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
3913              From: Spider Boardman <spider@web.zk3.dec.com>
3914              Date: Fri, 08 Sep 2000 02:21:02 -0400
3915              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
3916      Branch: perl
3917            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3918            ! t/op/vec.t
3919 ____________________________________________________________________________
3920 [  7038] By: jhi                                   on 2000/09/08  14:14:18
3921         Log: Subject: [PATCH lib/Benchmark.pm]
3922              From: <abigail@foad.org>
3923              Date: Thu, 7 Sep 2000 15:03:20 -0400
3924              Message-ID: <20000907190320.888.qmail@foad.org>
3925      Branch: perl
3926            ! lib/Benchmark.pm
3927 ____________________________________________________________________________
3928 [  7037] By: jhi                                   on 2000/09/08  14:11:06
3929         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
3930              
3931              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
3932              From: Spider Boardman <spider@web.zk3.dec.com>
3933              Date: Fri, 08 Sep 2000 01:30:27 -0400
3934              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
3935      Branch: perl
3936            ! op.c
3937 ____________________________________________________________________________
3938 [  7036] By: jhi                                   on 2000/09/08  14:08:58
3939         Log: Subject: [ID 20000908.002] perlipc documentation bug.
3940              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
3941              Date: Fri, 08 Sep 2000 12:38:32 +0200
3942              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
3943      Branch: perl
3944            ! pod/perlipc.pod
3945 ____________________________________________________________________________
3946 [  7035] By: jhi                                   on 2000/09/08  14:03:12
3947         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
3948              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3949              Date: Fri, 08 Sep 2000 11:47:34 +0200
3950              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
3951      Branch: perl
3952            ! hints/dec_osf.sh
3953 ____________________________________________________________________________
3954 [  7034] By: jhi                                   on 2000/09/08  13:59:35
3955         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
3956              From: Simon Cozens <simon@cozens.net>
3957              Date: Thu, 7 Sep 2000 20:40:38 +0100
3958              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
3959      Branch: perl
3960            ! pp_hot.c
3961 ____________________________________________________________________________
3962 [  7033] By: jhi                                   on 2000/09/08  04:03:03
3963         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
3964              From: "Larry W. Virden" <lvirden@cas.org>
3965              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
3966              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
3967      Branch: perl
3968            ! pod/perldiag.pod
3969 ____________________________________________________________________________
3970 [  7032] By: jhi                                   on 2000/09/07  22:18:30
3971         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
3972              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
3973              Date: Mon, 04 Sep 2000 13:16:38 -0700
3974              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
3975      Branch: perl
3976            ! lib/perl5db.pl
3977 ____________________________________________________________________________
3978 [  7031] By: jhi                                   on 2000/09/07  22:02:29
3979         Log: Fix the ccversion detection for 5.1 and beyond.
3980              
3981              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
3982              From: Spider Boardman <spider@leggy.zk3.dec.com>
3983              Date: Thu, 7 Sep 2000 17:54:27 -0400
3984              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
3985      Branch: perl
3986            ! hints/dec_osf.sh
3987 ____________________________________________________________________________
3988 [  7030] By: jhi                                   on 2000/09/07  19:12:28
3989         Log: Fix for
3990              
3991              Subject: [ID 20000903.001] \w in utf8-strings
3992              From: Marc Lehmann <pcg@goof.com>
3993              Date: Sun, 03 Sep 2000 09:44:29 +0200
3994              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
3995              
3996              and various related nits.
3997      Branch: perl
3998            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
3999 ____________________________________________________________________________
4000 [  7029] By: jhi                                   on 2000/09/07  18:49:09
4001         Log: Fix the URL, but the server is still missing in action.
4002              
4003              Subject: [ID 20000905.002] perlfaq1.pod URL error
4004              From: "Larry W. Virden" <lvirden@cas.org>
4005              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
4006              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
4007      Branch: perl
4008            ! pod/perlfaq1.pod
4009 ____________________________________________________________________________
4010 [  7028] By: jhi                                   on 2000/09/07  18:47:13
4011         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
4012              From: Hugo <hv@crypt.compulink.co.uk>
4013              Date: Tue, 05 Sep 2000 14:13:37 +0100
4014              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
4015      Branch: perl
4016            ! toke.c
4017 ____________________________________________________________________________
4018 [  7027] By: jhi                                   on 2000/09/07  18:45:35
4019         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
4020              From: Daniel Chetlin <daniel@chetlin.com>
4021              Date: Tue, 5 Sep 2000 04:57:07 -0700
4022              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
4023      Branch: perl
4024            ! pod/perlfaq6.pod pod/perlop.pod
4025 ____________________________________________________________________________
4026 [  7026] By: jhi                                   on 2000/09/07  18:44:01
4027         Log: Document the new ref() semantics.
4028              
4029              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
4030              From: Gisle Aas <gisle@ActiveState.com>
4031              Date: 05 Sep 2000 08:10:30 +0200
4032              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
4033      Branch: perl
4034            ! pod/perldelta.pod
4035 ____________________________________________________________________________
4036 [  7025] By: jhi                                   on 2000/09/07  18:42:27
4037         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
4038              
4039              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
4040              From: Gisle Aas <gisle@ActiveState.com>
4041              Date: 05 Sep 2000 08:11:40 +0200
4042              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
4043      Branch: perl
4044            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
4045 ____________________________________________________________________________
4046 [  7024] By: jhi                                   on 2000/09/07  18:39:32
4047         Log: Subject: [PATCH] Modernize Opcode.pm documentation
4048              From: Gisle Aas <gisle@ActiveState.com>
4049              Date: 4 Sep 2000 00:18:55 -0000
4050              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
4051      Branch: perl
4052            ! ext/Opcode/Opcode.pm
4053 ____________________________________________________________________________
4054 [  7023] By: jhi                                   on 2000/09/07  18:37:42
4055         Log: Subject: [PATCH] Tied filehandle documentation
4056              From: Gisle Aas <gisle@ActiveState.com>
4057              Date: 4 Sep 2000 00:14:40 -0000
4058              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
4059      Branch: perl
4060            ! pod/perlfunc.pod pod/perltie.pod
4061 ____________________________________________________________________________
4062 [  7022] By: jhi                                   on 2000/09/07  18:35:37
4063         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
4064              From: Gisle Aas <gisle@ActiveState.com>
4065              Date: 4 Sep 2000 00:04:22 -0000
4066              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
4067      Branch: perl
4068            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
4069 ____________________________________________________________________________
4070 [  7021] By: jhi                                   on 2000/09/07  18:33:22
4071         Log: Subject: small apidoc fix
4072              From: Marc Lehmann <pcg@goof.com>
4073              Date: Sun, 3 Sep 2000 05:12:06 +0200
4074              Message-ID: <20000903051206.A5909@cerebro.laendle>
4075      Branch: perl
4076            ! pod/perlapi.pod utf8.c
4077 ____________________________________________________________________________
4078 [  7020] By: jhi                                   on 2000/09/07  16:14:57
4079         Log: Tiny perldelta nits.
4080      Branch: perl
4081            ! pod/perldelta.pod
4082 ____________________________________________________________________________
4083 [  7019] By: jhi                                   on 2000/09/07  16:04:20
4084         Log: Guard against bad string->int conversion for quads.
4085      Branch: perl
4086            ! t/op/64bitint.t
4087 ____________________________________________________________________________
4088 [  7018] By: jhi                                   on 2000/09/06  17:07:03
4089         Log: Update Unicode todo list.
4090      Branch: perl
4091            ! Todo-5.6
4092 ____________________________________________________________________________
4093 [  7017] By: jhi                                   on 2000/09/05  21:16:01
4094         Log: Document the SvIOK_.*UV().
4095      Branch: perl
4096            ! pod/perlapi.pod sv.h
4097 ____________________________________________________________________________
4098 [  7016] By: nick                                  on 2000/09/03  21:54:46
4099         Log: Hash lookup of constant strings optimization:
4100              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
4101              to string table (as per sharepvn). Add newSV_pvn_share to create such
4102              a thing. Make hv.c compare addresses of strings and skip string compare
4103              if equal. Make method_named and helem ops use these shared-string SVs
4104              when arg is constant. Make keys op return shared-string SVs (less clearly
4105              a win).
4106      Branch: perl
4107            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
4108            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
4109            ! pod/perlintern.pod pp_hot.c proto.h sv.c
4110 ____________________________________________________________________________
4111 [  7015] By: jhi                                   on 2000/09/02  17:48:59
4112         Log: This is 5.7.0.
4113      Branch: perl
4114            ! Changes
4115 ____________________________________________________________________________
4116 [  7014] By: jhi                                   on 2000/09/02  17:35:45
4117         Log: Changes and patchlevel tweaks.
4118      Branch: perl
4119            ! Changes patchlevel.h
4120 ____________________________________________________________________________
4121 [  7013] By: jhi                                   on 2000/09/02  17:30:50
4122         Log: Update Changes.
4123      Branch: perl
4124            ! Changes patchlevel.h
4125 ____________________________________________________________________________
4126 [  7012] By: nick                                  on 2000/09/02  17:25:20
4127         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
4128      Branch: perl
4129            ! gv.c lib/overload.pm
4130 ____________________________________________________________________________
4131 [  7011] By: jhi                                   on 2000/09/02  17:16:25
4132         Log: Update perlhist.
4133      Branch: perl
4134            ! pod/perlhist.pod
4135 ____________________________________________________________________________
4136 [  7010] By: jhi                                   on 2000/09/02  17:01:35
4137         Log: perldelta nits.
4138      Branch: perl
4139            ! pod/perldelta.pod
4140 ____________________________________________________________________________
4141 [  7009] By: nick                                  on 2000/09/02  16:48:35
4142         Log: If overloaded %{} etc. return the object do not loop.
4143              Thus  sub deref { $_[0] } functions if object is wanted type.
4144      Branch: perl
4145            ! pp.h
4146 ____________________________________________________________________________
4147 [  7008] By: jhi                                   on 2000/09/02  16:26:11
4148         Log: Retab MANIFEST.
4149      Branch: perl
4150            ! ext/Storable/MANIFEST
4151 ____________________________________________________________________________
4152 [  7007] By: jhi                                   on 2000/09/02  16:23:02
4153         Log: Make certain cc is set before trying to run it.
4154      Branch: perl
4155            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
4156 ____________________________________________________________________________
4157 [  7006] By: jhi                                   on 2000/09/02  15:45:41
4158         Log: Unicode notes.
4159      Branch: perl
4160            ! pod/perldelta.pod
4161 ____________________________________________________________________________
4162 [  7005] By: jhi                                   on 2000/09/02  15:42:11
4163         Log: Various Configure nits by Philip Newton,
4164              plus the ebcdic one by me.
4165      Branch: metaconfig
4166            + U/modified/pager.U
4167            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
4168      Branch: metaconfig/U/perl
4169            ! Devel.U quadfio.U
4170      Branch: perl
4171            ! Configure config_h.SH
4172 ____________________________________________________________________________
4173 [  7004] By: jhi                                   on 2000/09/02  15:06:14
4174         Log: Apparently avoiding the swapping is too costly.
4175              
4176              From: "Ben Tilly" <ben_tilly@hotmail.com>
4177              Subject: Re: the door is closed.
4178              Date: Fri, 01 Sep 2000 20:23:16 EDT
4179              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
4180      Branch: perl
4181            ! pod/perlfaq4.pod
4182 ____________________________________________________________________________
4183 [  7003] By: nick                                  on 2000/09/02  12:26:04
4184         Log: Undo part of change 6489 which looks like a bulk edit which
4185              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
4186              The supressing of main:: on return from select() is undesirable.
4187      Branch: perl
4188            ! pp_sys.c
4189 ____________________________________________________________________________
4190 [  7002] By: jhi                                   on 2000/09/01  23:08:54
4191         Log: Update Changes.
4192      Branch: perl
4193            ! Changes patchlevel.h
4194 ____________________________________________________________________________
4195 [  7001] By: jhi                                   on 2000/09/01  23:00:13
4196         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
4197              From: Peter Prymmer <pvhp@forte.com>
4198              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
4199              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
4200              
4201              plus rework the http: spots as suggested by Tom Christiansen,
4202              plus regen perltoc.
4203      Branch: perl
4204            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
4205            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
4206 ____________________________________________________________________________
4207 [  7000] By: jhi                                   on 2000/09/01  22:36:01
4208         Log: Only the first line, thank you very much.
4209      Branch: perl
4210            ! hints/solaris_2.sh
4211 ____________________________________________________________________________
4212 [  6999] By: gsar                                  on 2000/09/01  22:16:40
4213         Log: change#6791 accidentally clobbered change#6710, put it back
4214      Branch: perl
4215            ! win32/win32.c
4216 ____________________________________________________________________________
4217 [  6998] By: jhi                                   on 2000/09/01  22:14:16
4218         Log: Mention the HP-UX LP64 freak failure.
4219      Branch: perl
4220            ! pod/perldelta.pod
4221 ____________________________________________________________________________
4222 [  6997] By: jhi                                   on 2000/09/01  21:48:32
4223         Log: Detypo.
4224      Branch: perl
4225            ! hints/hpux.sh
4226 ____________________________________________________________________________
4227 [  6996] By: jhi                                   on 2000/09/01  21:27:10
4228         Log: Update Changes.
4229      Branch: perl
4230            ! Changes patchlevel.h
4231 ____________________________________________________________________________
4232 [  6995] By: jhi                                   on 2000/09/01  21:14:24
4233         Log: Mi splgn s gnin.g
4234      Branch: perl
4235            ! pp_ctl.c
4236 ____________________________________________________________________________
4237 [  6994] By: jhi                                   on 2000/09/01  21:09:54
4238         Log: Subject: http:// in L<>
4239              From: Nicholas Clark <nick@ccl4.org>
4240              Date: Fri, 1 Sep 2000 22:03:21 +0100
4241              Message-ID: <20000901220321.B72074@plum.flirble.org>
4242      Branch: perl
4243            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
4244 ____________________________________________________________________________
4245 [  6993] By: jhi                                   on 2000/09/01  21:06:54
4246         Log: Update to Storable 1.0, from Raphael Manfredi.
4247      Branch: perl
4248            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
4249            ! ext/Storable/Makefile.PL ext/Storable/README
4250            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4251            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4252            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
4253            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
4254            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
4255            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
4256 ____________________________________________________________________________
4257 [  6992] By: jhi                                   on 2000/09/01  20:43:05
4258         Log: Mention known sfio+linux buglet.
4259      Branch: perl
4260            ! pod/perldelta.pod
4261 ____________________________________________________________________________
4262 [  6991] By: jhi                                   on 2000/09/01  20:40:11
4263         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
4264              From: Peter Prymmer <pvhp@forte.com>
4265              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
4266              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
4267      Branch: perl
4268            ! vms/vms.c
4269 ____________________________________________________________________________
4270 [  6990] By: jhi                                   on 2000/09/01  20:25:26
4271         Log: Retract #6986.
4272      Branch: perl
4273            ! hints/solaris_2.sh
4274 ____________________________________________________________________________
4275 [  6989] By: jhi                                   on 2000/09/01  20:23:00
4276         Log: Mergesort is back.
4277      Branch: perl
4278            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
4279 ____________________________________________________________________________
4280 [  6988] By: jhi                                   on 2000/09/01  19:37:40
4281         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
4282              From: Mike Guy <mjtg@cam.ac.uk>
4283              Date: Fri, 01 Sep 2000 17:43:33 +0100
4284              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
4285      Branch: perl
4286            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
4287            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
4288 ____________________________________________________________________________
4289 [  6987] By: jhi                                   on 2000/09/01  19:17:10
4290         Log: Regen perltoc.
4291      Branch: perl
4292            ! pod/perltoc.pod
4293 ____________________________________________________________________________
4294 [  6986] By: jhi                                   on 2000/09/01  18:51:10
4295         Log: Subject: Re: Solaris x86 has no SPARC libraries!
4296              From: Lupe Christoph <lupe@lupe-christoph.de>
4297              Date: Fri, 1 Sep 2000 20:41:20 +0200
4298              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
4299      Branch: perl
4300            ! hints/solaris_2.sh
4301 ____________________________________________________________________________
4302 [  6985] By: jhi                                   on 2000/09/01  18:28:10
4303         Log: Update Changes.
4304      Branch: perl
4305            ! Changes patchlevel.h
4306 ____________________________________________________________________________
4307 [  6984] By: jhi                                   on 2000/09/01  18:26:53
4308         Log: Feature ordering tweak.
4309      Branch: perl
4310            ! myconfig.SH
4311 ____________________________________________________________________________
4312 [  6983] By: jhi                                   on 2000/09/01  18:19:50
4313         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4314              From: <abigail@foad.org>
4315              Date: Fri, 1 Sep 2000 13:07:32 -0400
4316              Message-ID: <20000901170732.18249.qmail@foad.org>
4317      Branch: perl
4318            ! t/pragma/overload.t
4319 ____________________________________________________________________________
4320 [  6982] By: jhi                                   on 2000/09/01  18:17:54
4321         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
4322              so that case-ignoring systems like DCL can tell them from
4323              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
4324      Branch: metaconfig/U/perl
4325            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
4326      Branch: perl
4327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4328            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
4329            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
4330            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
4331            ! vos/config.def vos/config.h vos/config_h.SH_orig
4332            ! win32/config.bc win32/config.gc win32/config.vc
4333 ____________________________________________________________________________
4334 [  6981] By: nick                                  on 2000/09/01  17:21:57
4335         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
4336              warning when UNTIE exists and instead pass the cound of extra references to
4337              the UNTIE method.
4338      Branch: perl
4339            ! pod/perltie.pod pp_sys.c
4340 ____________________________________________________________________________
4341 [  6980] By: jhi                                   on 2000/09/01  16:54:44
4342         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
4343              From: Peter Prymmer <pvhp@forte.com>
4344              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
4345              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
4346      Branch: perl
4347            ! configure.com
4348 ____________________________________________________________________________
4349 [  6979] By: jhi                                   on 2000/09/01  16:06:20
4350         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
4351              From: Mike Guy <mjtg@cam.ac.uk> 
4352              Date: Fri, 01 Sep 2000 16:49:27 +0100
4353              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
4354      Branch: perl
4355            ! t/base/rs.t
4356 ____________________________________________________________________________
4357 [  6978] By: jhi                                   on 2000/09/01  16:00:42
4358         Log: Update to PodParser 1.18, from Brad Appleton.
4359      Branch: perl
4360            ! lib/Pod/Checker.pm t/pod/find.t
4361 ____________________________________________________________________________
4362 [  6977] By: jhi                                   on 2000/09/01  14:48:58
4363         Log: Subject: Nit in Configure (bleadperl@6961)
4364              From: Lupe Christoph <lupe@lupe-christoph.de>
4365              Date: Fri, 1 Sep 2000 16:34:29 +0200
4366              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
4367      Branch: metaconfig
4368            ! U/compline/ccflags.U
4369      Branch: perl
4370            ! Configure config_h.SH
4371 ____________________________________________________________________________
4372 [  6976] By: jhi                                   on 2000/09/01  14:39:52
4373         Log: Update Changes.
4374      Branch: perl
4375            ! Changes patchlevel.h
4376 ____________________________________________________________________________
4377 [  6975] By: jhi                                   on 2000/09/01  14:37:36
4378         Log: microperl config update.
4379      Branch: perl
4380            ! uconfig.h uconfig.sh
4381 ____________________________________________________________________________
4382 [  6974] By: jhi                                   on 2000/09/01  14:36:53
4383         Log: Document known deficiencies.
4384      Branch: perl
4385            ! pod/perldelta.pod
4386 ____________________________________________________________________________
4387 [  6973] By: jhi                                   on 2000/09/01  14:10:20
4388         Log: Mention warnings fixes and updates.
4389      Branch: perl
4390            ! pod/perldelta.pod
4391 ____________________________________________________________________________
4392 [  6972] By: jhi                                   on 2000/09/01  14:01:52
4393         Log: Drop unused argument.
4394              
4395              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
4396              From: Spider Boardman <spider@web.zk3.dec.com>
4397              Date: Thu, 31 Aug 2000 16:10:15 -0400
4398              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
4399      Branch: perl
4400            ! toke.c
4401 ____________________________________________________________________________
4402 [  6971] By: jhi                                   on 2000/09/01  13:59:24
4403         Log: Add the overload warnings to perldiag.
4404      Branch: perl
4405            ! lib/overload.pm pod/perldiag.pod
4406 ____________________________________________________________________________
4407 [  6970] By: jhi                                   on 2000/09/01  13:55:10
4408         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4409              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4410              Date: Fri, 1 Sep 2000 13:43:15 +0100 
4411              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
4412      Branch: perl
4413            ! lib/overload.pm t/pragma/overload.t
4414 ____________________________________________________________________________
4415 [  6969] By: jhi                                   on 2000/09/01  13:52:27
4416         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4417              From: <abigail@foad.org>
4418              Date: Fri, 1 Sep 2000 05:46:54 -0400
4419              Message-ID: <20000901094654.6476.qmail@foad.org>
4420      Branch: perl
4421            ! lib/overload.pm
4422 ____________________________________________________________________________
4423 [  6968] By: jhi                                   on 2000/09/01  13:50:05
4424         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
4425              From: Daniel Chetlin <daniel@chetlin.com>
4426              Date: Fri, 1 Sep 2000 02:10:55 -0700
4427              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
4428      Branch: perl
4429            ! pod/perlretut.pod
4430 ____________________________________________________________________________
4431 [  6967] By: jhi                                   on 2000/09/01  13:47:54
4432         Log: Part of the solution.
4433              
4434              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
4435              From: Mike Guy <mjtg@cam.ac.uk>
4436              Date: Fri, 01 Sep 2000 14:16:01 +0100
4437              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
4438      Branch: perl
4439            ! gv.c mg.c
4440 ____________________________________________________________________________
4441 [  6966] By: jhi                                   on 2000/09/01  13:46:17
4442         Log: Subject: CPAN.pm beta 1.57_57 for the core
4443              From: andreas.koenig@anima.de (Andreas J. Koenig)
4444              Date: 01 Sep 2000 15:16:31 +0200
4445              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
4446      Branch: perl
4447            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4448 ____________________________________________________________________________
4449 [  6965] By: jhi                                   on 2000/09/01  13:43:18
4450         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
4451              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4452              Date: Fri, 01 Sep 2000 01:47:22 -0500
4453              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
4454      Branch: perl
4455            ! pod/perldelta.pod vms/vms.c
4456 ____________________________________________________________________________
4457 [  6964] By: jhi                                   on 2000/09/01  13:35:35
4458         Log: File::Temp patches from Andreas König,
4459              
4460              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
4461              From: andreas.koenig@anima.de (Andreas J. Koenig)
4462              Date: 01 Sep 2000 10:07:20 +0200
4463              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
4464              
4465              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
4466              From: andreas.koenig@anima.de (Andreas J. Koenig)
4467              Date: 31 Aug 2000 23:26:08 +0200
4468              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
4469      Branch: perl
4470            ! lib/File/Temp.pm t/lib/ftmp-security.t
4471 ____________________________________________________________________________
4472 [  6963] By: jhi                                   on 2000/09/01  02:22:24
4473         Log: Retract the mergesort code, way too incompatible licensing
4474              and copyrights.
4475      Branch: perl
4476            ! pod/perldelta.pod pp_ctl.c
4477 ____________________________________________________________________________
4478 [  6962] By: jhi                                   on 2000/08/31  23:27:32
4479         Log: Update Changes.
4480      Branch: perl
4481            ! Changes patchlevel.h
4482 ____________________________________________________________________________
4483 [  6961] By: jhi                                   on 2000/08/31  23:20:04
4484         Log: Small tweaks all over.
4485      Branch: metaconfig
4486            ! U/compline/d_gconvert.U
4487      Branch: perl
4488            ! AUTHORS Configure config_h.SH pp_ctl.c
4489 ____________________________________________________________________________
4490 [  6960] By: jhi                                   on 2000/08/31  22:39:36
4491         Log: Further rewording.
4492      Branch: perl
4493            ! pp_ctl.c
4494 ____________________________________________________________________________
4495 [  6959] By: jhi                                   on 2000/08/31  21:26:44
4496         Log: More address tweaking.
4497      Branch: perl
4498            ! AUTHORS Changes
4499 ____________________________________________________________________________
4500 [  6958] By: jhi                                   on 2000/08/31  20:47:25
4501         Log: AUTHORS tweaks, from Peter Prymmer.
4502              
4503              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
4504              From: Peter Prymmer <pvhp@forte.com>
4505              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
4506              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
4507      Branch: perl
4508            ! AUTHORS MAINTAIN
4509 ____________________________________________________________________________
4510 [  6957] By: jhi                                   on 2000/08/31  20:34:43
4511         Log: perldelta tweaks.
4512      Branch: perl
4513            ! pod/perldelta.pod
4514 ____________________________________________________________________________
4515 [  6956] By: jhi                                   on 2000/08/31  19:11:06
4516         Log: Regen perltoc.
4517      Branch: perl
4518            ! pod/perltoc.pod
4519 ____________________________________________________________________________
4520 [  6955] By: jhi                                   on 2000/08/31  19:06:30
4521         Log: Clarify the mergesort situation.
4522      Branch: perl
4523            ! pp_ctl.c
4524 ____________________________________________________________________________
4525 [  6954] By: jhi                                   on 2000/08/31  18:24:17
4526         Log: Move the Solaris 7 scan to use64bitall, make the
4527              failure to find 64-bot sparc libc to mention the
4528              possibility of being in an intel, from Lupe and Alan.
4529      Branch: perl
4530            ! hints/solaris_2.sh
4531 ____________________________________________________________________________
4532 [  6953] By: jhi                                   on 2000/08/31  18:09:20
4533         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
4534              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
4535      Branch: metaconfig
4536            ! U/compline/d_gconvert.U U/threads/archname.U
4537      Branch: metaconfig/U/perl
4538            ! perlxv.U
4539      Branch: perl
4540            ! Configure config_h.SH sv.c
4541 ____________________________________________________________________________
4542 [  6951] By: jhi                                   on 2000/08/31  17:02:05
4543         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
4544      Branch: perl
4545            ! perl.h
4546 ____________________________________________________________________________
4547 [  6950] By: jhi                                   on 2000/08/31  16:26:08
4548         Log: More author updates.
4549              
4550              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
4551              From: Simon Cozens <simon@cozens.net>
4552              Date: Thu, 31 Aug 2000 17:13:32 +0100
4553              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
4554      Branch: perl
4555            ! AUTHORS
4556 ____________________________________________________________________________
4557 [  6949] By: jhi                                   on 2000/08/31  16:04:49
4558         Log: POSIX doesn't report long double values under -Duselongdouble
4559              when the long doubles are "real" (bigger than doubles).
4560              
4561              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
4562              From: Spider Boardman <spider@peano.zk3.dec.com>
4563              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
4564              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
4565      Branch: perl
4566            ! ext/POSIX/POSIX.xs
4567 ____________________________________________________________________________
4568 [  6948] By: jhi                                   on 2000/08/31  15:25:10
4569         Log: Update Changes.
4570      Branch: perl
4571            ! Changes patchlevel.h
4572 ____________________________________________________________________________
4573 [  6947] By: jhi                                   on 2000/08/31  15:22:29
4574         Log: Document UNTIE in a very minimalistic way.
4575      Branch: perl
4576            ! pod/perlfunc.pod pod/perltie.pod
4577 ____________________________________________________________________________
4578 [  6946] By: jhi                                   on 2000/08/31  15:15:23
4579         Log: Document known failures.
4580      Branch: perl
4581            ! pod/perldelta.pod
4582 ____________________________________________________________________________
4583 [  6945] By: jhi                                   on 2000/08/31  15:07:00
4584         Log: Don't attach -ld to the archname if pointless.
4585      Branch: metaconfig
4586            ! U/threads/archname.U
4587      Branch: perl
4588            ! Configure config_h.SH
4589 ____________________________________________________________________________
4590 [  6944] By: jhi                                   on 2000/08/31  14:37:42
4591         Log: Wrap the test in eval.
4592              
4593              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
4594              From: Tim Jenness <timj@jach.hawaii.edu>
4595              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
4596              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
4597      Branch: perl
4598            ! t/lib/ftmp-security.t
4599 ____________________________________________________________________________
4600 [  6943] By: jhi                                   on 2000/08/31  14:30:57
4601         Log: Make -Dusemorebits find long doubles in Solaris.
4602      Branch: perl
4603            ! hints/solaris_2.sh
4604 ____________________________________________________________________________
4605 [  6942] By: jhi                                   on 2000/08/31  13:48:45
4606         Log: Clarify the third case of ftmp-security warnings.
4607      Branch: perl
4608            ! INSTALL
4609 ____________________________________________________________________________
4610 [  6941] By: jhi                                   on 2000/08/31  13:40:31
4611         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
4612              From: <abigail@foad.org>
4613              Date: Thu, 31 Aug 2000 01:35:05 -0400
4614              Message-ID: <20000831053505.32120.qmail@foad.org>
4615      Branch: perl
4616            ! pod/perldelta.pod
4617 ____________________________________________________________________________
4618 [  6940] By: jhi                                   on 2000/08/31  13:38:48
4619         Log: Issue useful diagnostic on unknown pod commands.
4620              
4621              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
4622              From: <abigail@foad.org>
4623              Date: Thu, 31 Aug 2000 03:41:18 -0400
4624              Message-ID: <20000831074118.24880.qmail@foad.org>
4625      Branch: perl
4626            ! lib/Pod/Man.pm
4627 ____________________________________________________________________________
4628 [  6939] By: jhi                                   on 2000/08/31  13:34:33
4629         Log: Reveal Borland's isnan.
4630              
4631              Subject: build with BC++ tweak
4632              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4633              Date: Thu, 31 Aug 2000 13:09:37 +0400
4634              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
4635      Branch: perl
4636            ! win32/win32.h
4637 ____________________________________________________________________________
4638 [  6938] By: jhi                                   on 2000/08/31  05:01:20
4639         Log: Update Changes.
4640      Branch: perl
4641            ! Changes patchlevel.h
4642 ____________________________________________________________________________
4643 [  6937] By: jhi                                   on 2000/08/31  04:26:23
4644         Log: sscanf() may be the only way to read long doubles from strings.
4645      Branch: metaconfig/U/perl
4646            ! longdblfio.U
4647      Branch: perl
4648            ! Configure config_h.SH perl.h util.c
4649 ____________________________________________________________________________
4650 [  6936] By: jhi                                   on 2000/08/31  04:18:19
4651         Log: The #6929 was too skimpy.
4652      Branch: perl
4653            ! sv.c
4654 ____________________________________________________________________________
4655 [  6935] By: jhi                                   on 2000/08/31  02:47:07
4656         Log: Subject: Re: typos in pods
4657              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4658              Date: Wed, 30 Aug 2000 19:25:34 -0700
4659              Message-ID: <eIcr5gzkg25X092yn@efn.org>
4660      Branch: perl
4661            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
4662 ____________________________________________________________________________
4663 [  6934] By: jhi                                   on 2000/08/31  02:42:55
4664         Log: Missed one Unicode file.
4665      Branch: perl
4666            + lib/unicode/UCDFF301.html
4667 ____________________________________________________________________________
4668 [  6933] By: jhi                                   on 2000/08/30  23:42:27
4669         Log: Update Changes.
4670      Branch: perl
4671            ! Changes patchlevel.h
4672 ____________________________________________________________________________
4673 [  6932] By: jhi                                   on 2000/08/30  23:40:07
4674         Log: Mention UNTIE in perldelta.  Still needs documenting
4675              in perltie et alia.
4676      Branch: perl
4677            ! pod/perldelta.pod
4678 ____________________________________________________________________________
4679 [  6931] By: jhi                                   on 2000/08/30  23:36:02
4680         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
4681              From: <abigail@foad.org>
4682              Date: Wed, 30 Aug 2000 19:28:07 -0400
4683              Message-ID: <20000830232807.305.qmail@foad.org>
4684      Branch: perl
4685            ! pod/perldelta.pod
4686 ____________________________________________________________________________
4687 [  6930] By: jhi                                   on 2000/08/30  23:32:40
4688         Log: Update to Unicode 3.0.1.
4689      Branch: perl
4690            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
4691            + lib/unicode/PropList.txt lib/unicode/README.perl
4692            + lib/unicode/UCD301.html lib/unicode/Unicode.301
4693            - lib/unicode/Props.txt lib/unicode/UCD300.html
4694            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
4695            ! (edit 257 files)
4696 ____________________________________________________________________________
4697 [  6929] By: jhi                                   on 2000/08/30  22:38:18
4698         Log: Heap decorruption.
4699              
4700              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
4701              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4702              Date: Wed, 30 Aug 2000 22:39:52 +0100
4703              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
4704      Branch: perl
4705            ! sv.c
4706 ____________________________________________________________________________
4707 [  6928] By: jhi                                   on 2000/08/30  22:29:34
4708         Log: Retract the dummy test, skip the security tests (instead of failing),
4709              explain what the warnings mean.
4710      Branch: perl
4711            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
4712 ____________________________________________________________________________
4713 [  6927] By: jhi                                   on 2000/08/30  22:14:13
4714         Log: Change the internal implementation of sort() to be mergesort
4715              instead of quicksort, from John Linderman <jpl@research.att.com>.
4716              Gives us better worst case, better average case, and stability.
4717              What's there not to like?  (Small fixes for threaded builds
4718              were required).
4719      Branch: perl
4720            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
4721 ____________________________________________________________________________
4722 [  6926] By: jhi                                   on 2000/08/30  20:55:20
4723         Log: A better fix for the Socket building problem from Craig Berry.
4724      Branch: perl
4725            ! vms/vms.c
4726 ____________________________________________________________________________
4727 [  6925] By: jhi                                   on 2000/08/30  20:20:25
4728         Log: Subject: [PATCH] Re: UNTIE method 
4729              From: Nick Ing-Simmons <nik@tiuk.ti.com>
4730              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
4731              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
4732      Branch: perl
4733            ! pp_sys.c t/op/tie.t
4734 ____________________________________________________________________________
4735 [  6924] By: jhi                                   on 2000/08/30  20:17:11
4736         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
4737              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4738              Date: Wed, 30 Aug 2000 15:03:14 -0500
4739              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
4740      Branch: perl
4741            ! vms/vms.c
4742 ____________________________________________________________________________
4743 [  6923] By: jhi                                   on 2000/08/30  20:15:18
4744         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
4745              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4746              Date: Wed, 30 Aug 2000 13:30:36 -0500
4747              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
4748      Branch: perl
4749            ! vms/vms.c
4750 ____________________________________________________________________________
4751 [  6922] By: jhi                                   on 2000/08/30  19:54:43
4752         Log: Better options for rsync.
4753      Branch: perl
4754            ! pod/perlhack.pod
4755 ____________________________________________________________________________
4756 [  6921] By: jhi                                   on 2000/08/30  19:40:16
4757         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
4758              From: Rick Delaney <rick@consumercontact.com>
4759              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
4760              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
4761      Branch: perl
4762            ! pod/perlfunc.pod
4763 ____________________________________________________________________________
4764 [  6920] By: jhi                                   on 2000/08/30  19:36:40
4765         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
4766              From: Peter Prymmer <pvhp@forte.com>
4767              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
4768              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
4769      Branch: perl
4770            ! configure.com
4771 ____________________________________________________________________________
4772 [  6919] By: jhi                                   on 2000/08/30  14:52:02
4773         Log: Update Changes.
4774      Branch: perl
4775            ! Changes patchlevel.h
4776 ____________________________________________________________________________
4777 [  6918] By: jhi                                   on 2000/08/30  14:48:34
4778         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
4779      Branch: perl
4780            ! lib/ExtUtils/typemap
4781 ____________________________________________________________________________
4782 [  6917] By: jhi                                   on 2000/08/30  14:46:34
4783         Log: Subject: typos in pods
4784              From: Nicholas Clark <nick@ccl4.org>
4785              Date: Wed, 30 Aug 2000 01:12:50 +0100
4786              Message-ID: <20000830011249.A61388@plum.flirble.org>
4787      Branch: perl
4788            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
4789            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
4790            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
4791            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
4792 ____________________________________________________________________________
4793 [  6916] By: jhi                                   on 2000/08/30  14:19:09
4794         Log: Document Storable problems on Crays.  (Will have
4795              to document all the other Storable problems, too.)
4796      Branch: perl
4797            ! pod/perldelta.pod
4798 ____________________________________________________________________________
4799 [  6915] By: jhi                                   on 2000/08/30  14:06:02
4800         Log: Subject: [PATCH] fix misc cast warnings
4801              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4802              Date: Tue, 29 Aug 2000 23:16:14 -0700
4803              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
4804      Branch: perl
4805            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
4806            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
4807            ! os2/os2ish.h
4808 ____________________________________________________________________________
4809 [  6914] By: jhi                                   on 2000/08/30  14:03:45
4810         Log: Timestamp mismatch again.  Need to fix this dependence on
4811              config_h.SH timestamp, since it's the contents of config_h.SH
4812              that matter.
4813      Branch: perl
4814            ! uconfig.h uconfig.sh
4815 ____________________________________________________________________________
4816 [  6913] By: jhi                                   on 2000/08/30  13:54:06
4817         Log: Don't say "Perl 5.0 source kit".
4818      Branch: perl
4819            ! perl.c
4820 ____________________________________________________________________________
4821 [  6912] By: jhi                                   on 2000/08/30  13:51:24
4822         Log: Reset archname and archname64 always, forcing them be
4823              recomputed at each Configure run, make Configure and
4824              the hints files agree on the naming of largefiles variables.
4825      Branch: metaconfig
4826            ! U/threads/archname.U
4827      Branch: metaconfig/U/perl
4828            ! use64bits.U
4829      Branch: perl
4830            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
4831            ! hints/linux.sh hints/solaris_2.sh
4832 ____________________________________________________________________________
4833 [  6911] By: jhi                                   on 2000/08/30  13:30:13
4834         Log: Put back the slice accidentally removed by #6907.
4835      Branch: perl
4836            ! hints/solaris_2.sh
4837 ____________________________________________________________________________
4838 [  6910] By: jhi                                   on 2000/08/30  01:24:26
4839         Log: Be consistent: other Net::get* do export theirs.
4840              
4841              Subject: Re: Net::protoent does not export 'getproto'
4842              From: Yasushi Nakajima <sey@jkc.co.jp>
4843              Date: Wed, 30 Aug 2000 09:53:14 +0900
4844              Message-Id: <200008300051.DAA24700@taku.hut.fi>
4845      Branch: perl
4846            ! lib/Net/protoent.pm
4847 ____________________________________________________________________________
4848 [  6909] By: jhi                                   on 2000/08/30  01:17:25
4849         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
4850              From: Gurusamy Sarathy <gsar@ActiveState.com>
4851              Date: Tue, 29 Aug 2000 17:17:07 -0700
4852              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
4853      Branch: perl
4854            ! cop.h
4855 ____________________________________________________________________________
4856 [  6908] By: jhi                                   on 2000/08/30  00:58:05
4857         Log: Update Changes.
4858      Branch: perl
4859            ! Changes patchlevel.h
4860 ____________________________________________________________________________
4861 [  6907] By: jhi                                   on 2000/08/30  00:57:22
4862         Log: Introduce ccname to keep track of what compiler kind of we have.
4863      Branch: metaconfig/U/perl
4864            ! Checkcc.U gccvers.U
4865      Branch: perl
4866            ! Configure config_h.SH hints/solaris_2.sh
4867 ____________________________________________________________________________
4868 [  6906] By: jhi                                   on 2000/08/30  00:25:47
4869         Log: Put back the flags dump as reasoned in
4870              
4871              Subject: Re: [PATCH] Glob dumping
4872              From: Mike Guy <mjtg@cam.ac.uk> 
4873              Date: Tue, 29 Aug 2000 21:41:32 +0100
4874              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
4875      Branch: perl
4876            ! dump.c t/lib/peek.t
4877 ____________________________________________________________________________
4878 [  6905] By: jhi                                   on 2000/08/30  00:16:17
4879         Log: Make the epsilon to be relative, not absolute.
4880              
4881              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
4882              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
4883              Date: Tue, 29 Aug 2000 19:58:56 -0400
4884              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
4885      Branch: perl
4886            ! t/lib/trig.t
4887 ____________________________________________________________________________
4888 [  6904] By: jhi                                   on 2000/08/30  00:13:09
4889         Log: From now on, Gisle is on my list of usual suspects :-)
4890              Retract #6902.
4891      Branch: perl
4892            ! ext/Opcode/Safe.pm
4893 ____________________________________________________________________________
4894 [  6903] By: jhi                                   on 2000/08/29  23:51:20
4895         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
4896              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4897              Date: Tue, 29 Aug 2000 18:43:26 -0500
4898              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
4899      Branch: perl
4900            + vms/vmspipe.com
4901            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
4902            ! vms/vms.c
4903 ____________________________________________________________________________
4904 [  6902] By: jhi                                   on 2000/08/29  23:44:14
4905         Log: Retry what #6882 attempted.
4906              
4907              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
4908              From: Gisle Aas <gisle@ActiveState.com>
4909              Date: 30 Aug 2000 00:33:09 +0200
4910              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
4911      Branch: perl
4912            ! ext/Opcode/Safe.pm
4913 ____________________________________________________________________________
4914 [  6901] By: jhi                                   on 2000/08/29  22:59:32
4915         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
4916              From: Hugo <hv@crypt.compulink.co.uk>
4917              Date: Mon, 12 Jun 2000 19:36:08 +0100
4918              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
4919      Branch: perl
4920            ! sv.c
4921 ____________________________________________________________________________
4922 [  6900] By: jhi                                   on 2000/08/29  22:58:35
4923         Log: Admit that we are leaking scalars.
4924              
4925              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
4926              From: Spider Boardman <spider@leggy.zk3.dec.com>
4927              Date: Tue, 29 Aug 2000 18:48:29 -0400
4928              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
4929      Branch: perl
4930            ! t/pragma/warnings.t
4931 ____________________________________________________________________________
4932 [  6899] By: jhi                                   on 2000/08/29  20:53:13
4933         Log: Update Changes.
4934      Branch: perl
4935            ! Changes patchlevel.h
4936 ____________________________________________________________________________
4937 [  6898] By: jhi                                   on 2000/08/29  20:46:21
4938         Log: Undo namespace pollution of #6878.
4939              
4940              Subject: Re: Net::protoent does not export 'getproto'
4941              From: Mike Guy <mjtg@cam.ac.uk>
4942              Date: Tue, 29 Aug 2000 21:32:37 +0100
4943              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
4944      Branch: perl
4945            ! lib/Net/protoent.pm
4946 ____________________________________________________________________________
4947 [  6897] By: jhi                                   on 2000/08/29  20:44:29
4948         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
4949              From: Peter Prymmer <pvhp@forte.com>
4950              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
4951              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
4952      Branch: perl
4953            ! pod/perlebcdic.pod
4954 ____________________________________________________________________________
4955 [  6896] By: jhi                                   on 2000/08/29  20:40:57
4956         Log: There's no point repeating the 'revision' (5) of perl5.
4957      Branch: metaconfig/U/perl
4958            ! Devel.U patchlevel.U
4959      Branch: perl
4960            ! Configure config_h.SH
4961 ____________________________________________________________________________
4962 [  6895] By: jhi                                   on 2000/08/29  20:16:58
4963         Log: Regen Configure for #6894.
4964      Branch: metaconfig/U/perl
4965            ! perladmin.U
4966      Branch: perl
4967            ! Configure config_h.SH
4968 ____________________________________________________________________________
4969 [  6894] By: jhi                                   on 2000/08/29  19:59:52
4970         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
4971              From: "Philip Newton" <Philip.Newton@gmx.net>
4972              Date: Tue, 29 Aug 2000 21:39:14 +0200
4973              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
4974      Branch: perl
4975            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
4976            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
4977            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
4978            ! utils/perlbug.PL
4979 ____________________________________________________________________________
4980 [  6893] By: jhi                                   on 2000/08/29  19:55:30
4981         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
4982              From: "Philip Newton" <Philip.Newton@gmx.net>
4983              Date: Tue, 29 Aug 2000 21:39:14 +0200
4984              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
4985      Branch: perl
4986            ! installhtml
4987 ____________________________________________________________________________
4988 [  6892] By: jhi                                   on 2000/08/29  19:53:59
4989         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
4990              From: "Philip Newton" <Philip.Newton@gmx.net>
4991              Date: Tue, 29 Aug 2000 21:48:18 +0200
4992              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
4993      Branch: perl
4994            ! lib/File/Temp.pm
4995 ____________________________________________________________________________
4996 [  6891] By: jhi                                   on 2000/08/29  18:30:03
4997         Log: Nail the ID 20000828.023.
4998      Branch: perl
4999            ! ext/Storable/Storable.xs
5000 ____________________________________________________________________________
5001 [  6890] By: jhi                                   on 2000/08/29  16:50:17
5002         Log: Under usethreads the dumped variable is IN_PAD.
5003              
5004              Subject: Re: [PATCH] Glob dumping
5005              From: Gisle Aas <gisle@ActiveState.com>
5006              Date: 29 Aug 2000 18:45:05 +0200
5007              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
5008      Branch: perl
5009            ! t/lib/peek.t
5010 ____________________________________________________________________________
5011 [  6889] By: jhi                                   on 2000/08/29  15:17:37
5012         Log: Update Changes.
5013      Branch: perl
5014            ! Changes patchlevel.h
5015 ____________________________________________________________________________
5016 [  6888] By: jhi                                   on 2000/08/29  14:49:59
5017         Log: Retract #6882, broke the safe tests.
5018      Branch: perl
5019            ! ext/Opcode/Safe.pm
5020 ____________________________________________________________________________
5021 [  6887] By: jhi                                   on 2000/08/29  14:47:06
5022         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
5023              From: Gisle Aas <gisle@ActiveState.com> 
5024              Date: 09 Jun 2000 20:00:11 +0200
5025              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
5026      Branch: perl
5027            ! utils/perldoc.PL
5028 ____________________________________________________________________________
5029 [  6886] By: jhi                                   on 2000/08/29  14:42:45
5030         Log: The #6881 removed one dump line.
5031      Branch: perl
5032            ! t/lib/peek.t
5033 ____________________________________________________________________________
5034 [  6885] By: jhi                                   on 2000/08/29  14:30:47
5035         Log: Don't forget to tidy up.
5036      Branch: perl
5037            ! t/lib/ftmp-security.t
5038 ____________________________________________________________________________
5039 [  6884] By: jhi                                   on 2000/08/29  14:25:17
5040         Log: Disabling the one test is a bit tricky.
5041      Branch: perl
5042            ! t/lib/ftmp-security.t
5043 ____________________________________________________________________________
5044 [  6883] By: jhi                                   on 2000/08/29  14:16:25
5045         Log: Disable one of the tests for now.
5046      Branch: perl
5047            ! t/lib/ftmp-security.t
5048 ____________________________________________________________________________
5049 [  6882] By: jhi                                   on 2000/08/29  14:05:50
5050         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
5051              From: gisle@aas.no
5052              Date: 29 Aug 2000 10:35:06 -0000
5053              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
5054      Branch: perl
5055            ! ext/Opcode/Safe.pm
5056 ____________________________________________________________________________
5057 [  6881] By: jhi                                   on 2000/08/29  14:03:51
5058         Log: Subject: [PATCH] Glob dumping
5059              From: Gisle Aas <gisle@ActiveState.com>
5060              Date: 29 Aug 2000 07:59:42 -0000
5061              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
5062      Branch: perl
5063            ! dump.c
5064 ____________________________________________________________________________
5065 [  6880] By: jhi                                   on 2000/08/29  14:02:01
5066         Log: Subject: [PATCH] Warnings in B::Deparse
5067              From: <abigail@foad.org>
5068              Date: Tue, 29 Aug 2000 00:00:01 -0400
5069              Message-ID: <20000829040001.2999.qmail@foad.org>
5070      Branch: perl
5071            ! ext/B/B/Deparse.pm
5072 ____________________________________________________________________________
5073 [  6879] By: jhi                                   on 2000/08/29  13:57:26
5074         Log: Missed a change in #6869.
5075      Branch: perl
5076            ! mg.c
5077 ____________________________________________________________________________
5078 [  6878] By: jhi                                   on 2000/08/29  13:45:04
5079         Log: Subject: Net::protoent does not export 'getproto'
5080              From: Yasushi Nakajima <sey@jkc.co.jp>
5081              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
5082      Branch: perl
5083            ! lib/Net/protoent.pm
5084 ____________________________________________________________________________
5085 [  6877] By: jhi                                   on 2000/08/29  13:39:19
5086         Log: Patches all over for people and the files they (hopefully) care about.
5087      Branch: perl
5088            ! AUTHORS Changes MAINTAIN
5089 ____________________________________________________________________________
5090 [  6876] By: jhi                                   on 2000/08/29  12:53:54
5091         Log: Fix for thinko in #6848.
5092              
5093              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
5094              From: Lupe Christoph <lupe@lupe-christoph.de>
5095              Date: Tue, 29 Aug 2000 09:04:08 +0200
5096              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
5097      Branch: perl
5098            ! ext/Thread/Thread.xs
5099 ____________________________________________________________________________
5100 [  6875] By: jhi                                   on 2000/08/29  12:50:14
5101         Log: Update to Getopt::Long 2.24, from Johan Vromans.
5102      Branch: perl
5103            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
5104 ____________________________________________________________________________
5105 [  6874] By: jhi                                   on 2000/08/29  02:09:53
5106         Log: Use minimal @INC in tests, most of the time just '../lib',
5107              so that we simply can't pick up stuff from other Perls than
5108              the one we are testing.  Pointed out by
5109              
5110              From: Mike Guy <mjtg@cam.ac.uk>
5111              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
5112              Date: Fri, 25 Aug 2000 15:15:59 +0100
5113              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
5114      Branch: perl
5115            ! (edit 185 files)
5116 ____________________________________________________________________________
5117 [  6873] By: jhi                                   on 2000/08/29  01:07:11
5118         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
5119              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5120              Date: Mon, 28 Aug 2000 17:45:52 -0700
5121              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
5122      Branch: perl
5123            ! Makefile.SH hints/os2.sh
5124 ____________________________________________________________________________
5125 [  6872] By: jhi                                   on 2000/08/28  23:33:39
5126         Log: Subject: [PATCH bleedperl@6866] spellings
5127              From: marcel@codewerk.com (Marcel Grunauer)
5128              Date: Tue, 29 Aug 2000 01:19:59 +0200
5129              Message-Id: <200008282319.BAA29862@gandalf.local>
5130      Branch: perl
5131            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
5132            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
5133            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
5134 ____________________________________________________________________________
5135 [  6871] By: jhi                                   on 2000/08/28  23:22:09
5136         Log: Take out the SUIDMAIL thing, that will not be
5137              a problem in 5.7.*.
5138      Branch: perl
5139            ! patchlevel.h
5140 ____________________________________________________________________________
5141 [  6870] By: jhi                                   on 2000/08/28  23:19:30
5142         Log: -S is the silent flag, -s is the strip flag.
5143              
5144              Subject: [PATCH] Re: [PATCH] make no-install          
5145              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5146              Date: Mon, 28 Aug 2000 15:12:55 -0700
5147              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
5148      Branch: perl
5149            ! Makefile.SH
5150 ____________________________________________________________________________
5151 [  6869] By: jhi                                   on 2000/08/28  23:12:05
5152         Log: Subject: [PATCH bleedperl@6856] warnings fixes
5153              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5154              Date: Mon, 28 Aug 2000 23:55:06 +0100
5155              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
5156      Branch: perl
5157            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
5158            ! warnings.h warnings.pl
5159 ____________________________________________________________________________
5160 [  6868] By: jhi                                   on 2000/08/28  21:38:22
5161         Log: Potential cruft.
5162      Branch: perl
5163            ! Makefile.SH
5164 ____________________________________________________________________________
5165 [  6867] By: jhi                                   on 2000/08/28  21:35:36
5166         Log: Update Changes.
5167      Branch: perl
5168            ! Changes patchlevel.h
5169 ____________________________________________________________________________
5170 [  6866] By: jhi                                   on 2000/08/28  21:33:49
5171         Log: Subject: hv.h Doc Patch
5172              From: Fisher Mark <fisherm@tce.com>
5173              Date: Mon, 28 Aug 2000 16:24:59 -0500
5174              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
5175      Branch: perl
5176            ! hv.h
5177 ____________________________________________________________________________
5178 [  6865] By: jhi                                   on 2000/08/28  21:02:15
5179         Log: Add -ld to archname on long tr...double platforms.
5180      Branch: metaconfig
5181            ! U/threads/archname.U
5182      Branch: perl
5183            ! Configure config_h.SH
5184 ____________________________________________________________________________
5185 [  6864] By: jhi                                   on 2000/08/28  20:38:59
5186         Log: An attempt to fix the problem reported in
5187              
5188              Subject: Building perl@6856 using gcc/AIX 4.3.3 
5189              From: Daniel Muino <dmuino@afip.gov.ar> 
5190              Date: Mon, 28 Aug 2000 15:50:01 -0300   
5191              Message-ID: <20000828155001.A14403@con2-dgi>
5192              
5193              I can't test this properly since the gcc installation I have
5194              access to seems to be botched (gcc is calling the AIX cpp,
5195              a losing proposition...)
5196      Branch: perl
5197            ! hints/aix.sh
5198 ____________________________________________________________________________
5199 [  6863] By: jhi                                   on 2000/08/28  18:57:52
5200         Log: Fix for ID 20000828.001, long doubles were not formatted
5201              correctly (showed up in $], which stopped installing perl).
5202      Branch: perl
5203            ! sv.c
5204 ____________________________________________________________________________
5205 [  6862] By: jhi                                   on 2000/08/28  18:07:15
5206         Log: Typo in #6858.
5207      Branch: perl
5208            ! lib/Cwd.pm
5209 ____________________________________________________________________________
5210 [  6861] By: jhi                                   on 2000/08/28  17:57:27
5211         Log: opmini.o may be left around if a build is interrupted.
5212      Branch: perl
5213            ! Makefile.SH
5214 ____________________________________________________________________________
5215 [  6860] By: jhi                                   on 2000/08/28  16:52:50
5216         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
5217              From: Daniel Chetlin <daniel@chetlin.com>
5218              Date: Mon, 28 Aug 2000 01:14:18 -0700
5219              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
5220      Branch: perl
5221            ! lib/overload.pm
5222 ____________________________________________________________________________
5223 [  6859] By: jhi                                   on 2000/08/28  16:08:46
5224         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
5225              From: Nicholas Clark <nick@ccl4.org>
5226              Date: Mon, 28 Aug 2000 16:03:27 +0100
5227              Message-Id: <20000828160327.C49785@plum.flirble.org>
5228      Branch: perl
5229            ! ext/ByteLoader/bytecode.h
5230 ____________________________________________________________________________
5231 [  6858] By: jhi                                   on 2000/08/28  16:02:10
5232         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
5233              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
5234              Date: Mon, 28 Aug 2000 13:08:30 +0200
5235              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
5236      Branch: perl
5237            ! lib/Cwd.pm
5238 ____________________________________________________________________________
5239 [  6857] By: jhi                                   on 2000/08/28  15:42:47
5240         Log: display_format used as a class method without arguments was broken,
5241              reported in
5242              
5243              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
5244              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
5245              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
5246              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
5247      Branch: perl
5248            ! lib/Math/Complex.pm t/lib/complex.t
5249 ____________________________________________________________________________
5250 [  6856] By: jhi                                   on 2000/08/27  22:09:48
5251         Log: Update Changes.
5252      Branch: perl
5253            ! Changes patchlevel.h
5254 ____________________________________________________________________________
5255 [  6855] By: jhi                                   on 2000/08/27  21:59:21
5256         Log: Retract #6853 (false alarm).
5257      Branch: perl
5258            ! lib/ExtUtils/xsubpp
5259 ____________________________________________________________________________
5260 [  6854] By: jhi                                   on 2000/08/27  21:37:44
5261         Log: Update Changes.
5262      Branch: perl
5263            ! Changes patchlevel.h
5264 ____________________________________________________________________________
5265 [  6853] By: jhi                                   on 2000/08/27  21:37:16
5266         Log: Subject: [PATCH perl@6850] workaround for xsubpp
5267              From: Hugo <hv@crypt.compulink.co.uk>
5268              Date: Sun, 27 Aug 2000 22:30:25 +0100
5269              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
5270      Branch: perl
5271            ! lib/ExtUtils/xsubpp
5272 ____________________________________________________________________________
5273 [  6852] By: jhi                                   on 2000/08/27  21:33:58
5274         Log: Big-endian 64-bit patch from Raphael Manfredi.
5275      Branch: perl
5276            ! ext/Storable/Storable.xs
5277 ____________________________________________________________________________
5278 [  6851] By: jhi                                   on 2000/08/27  21:22:21
5279         Log: More ruthless editing from Hugo van der Sanden.
5280      Branch: perl
5281            ! pod/perldelta.pod
5282 ____________________________________________________________________________
5283 [  6850] By: jhi                                   on 2000/08/27  16:11:46
5284         Log: Update Changes.
5285      Branch: perl
5286            ! Changes patchlevel.h
5287 ____________________________________________________________________________
5288 [  6849] By: jhi                                   on 2000/08/27  16:11:05
5289         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
5290      Branch: perl
5291            ! configpm pod/perldelta.pod
5292 ____________________________________________________________________________
5293 [  6848] By: jhi                                   on 2000/08/27  15:35:08
5294         Log: Use the actual thread type, not the pointer-to-struct.
5295      Branch: perl
5296            ! ext/Thread/Thread.xs
5297 ____________________________________________________________________________
5298 [  6847] By: jhi                                   on 2000/08/27  15:30:49
5299         Log: Test nit.
5300      Branch: perl
5301            ! t/pragma/warn/pp_sys
5302 ____________________________________________________________________________
5303 [  6846] By: jhi                                   on 2000/08/27  15:19:02
5304         Log: Passing -R in ldflags makes now it to appear in the default
5305              for lddlflags, just like with -L.
5306              
5307              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5308              From: Lupe Christoph <lupe@lupe-christoph.de>
5309              Date: Sun, 27 Aug 2000 10:28:21 +0200
5310              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
5311      Branch: metaconfig/U/perl
5312            ! dlsrc.U
5313      Branch: perl
5314            ! Configure
5315 ____________________________________________________________________________
5316 [  6845] By: jhi                                   on 2000/08/27  15:08:54
5317         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5318              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5319              Date: Sat, 26 Aug 2000 22:23:27 +0100
5320              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
5321      Branch: perl
5322            ! lib/ExtUtils/MM_Unix.pm
5323 ____________________________________________________________________________
5324 [  6844] By: jhi                                   on 2000/08/27  15:02:37
5325         Log: DJGPP update from Laszlo Molnar.
5326              
5327              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
5328              From: ml1050 <ml1050@freemail.hu>
5329              Date: Sat, 26 Aug 2000 23:24:40 +0200
5330              Message-Id: <20000826232440.A439@freemail.hu>
5331      Branch: perl
5332            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
5333            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
5334 ____________________________________________________________________________
5335 [  6843] By: jhi                                   on 2000/08/27  14:53:58
5336         Log: Subject: installman buglet
5337              From: Lupe Christoph <lupe@lupe-christoph.de>
5338              Date: Sun, 27 Aug 2000 14:38:59 +0200
5339              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
5340      Branch: perl
5341            ! installman
5342 ____________________________________________________________________________
5343 [  6842] By: jhi                                   on 2000/08/27  14:52:08
5344         Log: Can't get the test to reliably work thanks to the
5345              inaccurateness of floating point.  "Resolves" bug ids
5346              20000826.003, 20000826.009, 20000826.010,
5347      Branch: perl
5348            ! t/lib/trig.t
5349 ____________________________________________________________________________
5350 [  6841] By: jhi                                   on 2000/08/26  15:53:58
5351         Log: Update Changes.
5352      Branch: perl
5353            ! Changes patchlevel.h
5354 ____________________________________________________________________________
5355 [  6840] By: jhi                                   on 2000/08/26  14:23:03
5356         Log: grep -e isn't portable.
5357              
5358              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
5359              From: chris@broadband.att.com
5360              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
5361              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
5362      Branch: perl
5363            ! hints/solaris_2.sh
5364 ____________________________________________________________________________
5365 [  6839] By: jhi                                   on 2000/08/26  14:12:23
5366         Log: no-install target a la make -n.
5367              
5368              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
5369              From: <abigail@foad.org>
5370              Date: Sat, 26 Aug 2000 03:57:34 -0400
5371              Message-ID: <20000826075735.18912.qmail@foad.org>
5372      Branch: perl
5373            ! Makefile.SH installman installperl
5374 ____________________________________________________________________________
5375 [  6838] By: jhi                                   on 2000/08/26  14:06:33
5376         Log: Retract #6826 as the #6828 should be do the same
5377              in a More Correct Way.
5378      Branch: perl
5379            ! installperl
5380 ____________________________________________________________________________
5381 [  6837] By: jhi                                   on 2000/08/26  05:24:00
5382         Log: More casting.
5383      Branch: perl
5384            ! ext/Storable/Storable.xs
5385 ____________________________________________________________________________
5386 [  6836] By: jhi                                   on 2000/08/26  05:05:46
5387         Log: Nicer in decimal.
5388      Branch: perl
5389            ! ext/Storable/Storable.xs
5390 ____________________________________________________________________________
5391 [  6835] By: jhi                                   on 2000/08/26  05:03:50
5392         Log: There be no UVdf.
5393      Branch: perl
5394            ! ext/Storable/Storable.xs
5395 ____________________________________________________________________________
5396 [  6834] By: jhi                                   on 2000/08/26  05:00:18
5397         Log: Continue IVdfing and UVxfing.
5398      Branch: perl
5399            ! ext/Storable/Storable.xs
5400 ____________________________________________________________________________
5401 [  6833] By: jhi                                   on 2000/08/26  04:53:14
5402         Log: Use IVdf.
5403      Branch: perl
5404            ! ext/Storable/Storable.xs
5405 ____________________________________________________________________________
5406 [  6832] By: jhi                                   on 2000/08/26  04:40:41
5407         Log: Document PTR2XX and INT2PTR.
5408      Branch: perl
5409            ! pod/perlguts.pod
5410 ____________________________________________________________________________
5411 [  6831] By: jhi                                   on 2000/08/26  04:33:18
5412         Log: Use UVxf, PTR2UV, NVff.
5413      Branch: perl
5414            ! ext/Storable/Storable.xs
5415 ____________________________________________________________________________
5416 [  6830] By: jhi                                   on 2000/08/26  04:31:32
5417         Log: Update the test count.
5418      Branch: perl
5419            ! t/lib/trig.t
5420 ____________________________________________________________________________
5421 [  6829] By: jhi                                   on 2000/08/26  03:05:50
5422         Log: Subject: [PATCH] installation not quite silent yet.
5423              From: <abigail@foad.org>
5424              Date: Fri, 25 Aug 2000 20:07:53 -0400
5425              Message-ID: <20000826000753.7822.qmail@foad.org>
5426      Branch: perl
5427            ! installman installperl
5428 ____________________________________________________________________________
5429 [  6828] By: jhi                                   on 2000/08/26  03:05:14
5430         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5431              From: Spider Boardman <spider@web.zk3.dec.com>
5432              Date: Fri, 25 Aug 2000 19:12:40 -0400
5433              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
5434      Branch: perl
5435            ! gv.c
5436 ____________________________________________________________________________
5437 [  6827] By: jhi                                   on 2000/08/25  23:54:34
5438         Log: Support preserving extremely big/small angles.
5439      Branch: perl
5440            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
5441 ____________________________________________________________________________
5442 [  6826] By: jhi                                   on 2000/08/25  23:01:20
5443         Log: Patch installperl to be long double-aware.
5444              
5445              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5446              From: Spider Boardman <spider@web.zk3.dec.com>
5447              Date: Fri, 25 Aug 2000 18:15:23 -0400
5448              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
5449      Branch: perl
5450            ! installperl
5451 ____________________________________________________________________________
5452 [  6825] By: jhi                                   on 2000/08/25  22:58:25
5453         Log: Remove duplicately applied patch shards.
5454              
5455              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
5456              From: Spider Boardman <spider@leggy.zk3.dec.com>
5457              Date: Fri, 25 Aug 2000 16:45:03 -0400
5458              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
5459      Branch: perl
5460            ! t/lib/cgi-html.t
5461 ____________________________________________________________________________
5462 [  6824] By: jhi                                   on 2000/08/25  22:57:00
5463         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5464              From: Daniel Chetlin <daniel@chetlin.com>
5465              Date: Fri, 25 Aug 2000 12:23:16 -0700
5466              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
5467              
5468              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5469              From: Daniel Chetlin <daniel@chetlin.com>
5470              Date: Fri, 25 Aug 2000 14:47:19 -0700
5471              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
5472      Branch: perl
5473            ! installman
5474 ____________________________________________________________________________
5475 [  6823] By: jhi                                   on 2000/08/25  22:44:17
5476         Log: Timestamp problem?
5477      Branch: perl
5478            ! uconfig.h uconfig.sh
5479 ____________________________________________________________________________
5480 [  6822] By: jhi                                   on 2000/08/25  19:01:06
5481         Log: One forgotten file from #6816.
5482      Branch: perl
5483            ! vos/config.h
5484 ____________________________________________________________________________
5485 [  6821] By: jhi                                   on 2000/08/25  18:56:39
5486         Log: Regen Changes.
5487      Branch: perl
5488            ! Changes patchlevel.h
5489 ____________________________________________________________________________
5490 [  6820] By: jhi                                   on 2000/08/25  18:52:35
5491         Log: Fix Changes ordering.
5492      Branch: perl
5493            ! Changes
5494 ____________________________________________________________________________
5495 [  6819] By: jhi                                   on 2000/08/25  18:50:25
5496         Log: Update Changes.
5497      Branch: perl
5498            ! Changes patchlevel.h
5499 ____________________________________________________________________________
5500 [  6818] By: jhi                                   on 2000/08/25  18:47:45
5501         Log: Tweak the sfio/useperlio logic, hopefully as wished in
5502              
5503              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
5504              From: Nicholas Clark <nick@babyhippo.co.uk>
5505              Date: Fri, 25 Aug 2000 12:01:45 +0100
5506              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
5507      Branch: metaconfig/U/perl
5508            ! d_sfio.U
5509      Branch: perl
5510            ! Configure
5511 ____________________________________________________________________________
5512 [  6817] By: jhi                                   on 2000/08/25  18:32:51
5513         Log: Allow microperl to assume <math.h>, without it the math
5514              functions like floor() are assumed to return int, which makes
5515              for core dumps in machines where integer and floating register
5516              don't mix.
5517      Branch: perl
5518            ! uconfig.h uconfig.sh
5519 ____________________________________________________________________________
5520 [  6816] By: jhi                                   on 2000/08/25  18:27:17
5521         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
5522              the problem reported in
5523              
5524              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
5525              From: danhale@us.ibm.com
5526              Date: Fri, 25 Aug 2000 10:58:06 -0400
5527              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
5528      Branch: metaconfig/U/perl
5529            + d_socks5_init.U
5530      Branch: perl
5531            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
5532            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
5533            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
5534            ! win32/config.gc win32/config.vc
5535 ____________________________________________________________________________
5536 [  6815] By: jhi                                   on 2000/08/25  17:43:31
5537         Log: A solution for the retrieve_fd autosplit warning,
5538              idea suggested by Mike Guy.
5539      Branch: perl
5540            ! ext/Storable/Storable.pm
5541 ____________________________________________________________________________
5542 [  6814] By: jhi                                   on 2000/08/25  17:16:03
5543         Log: Add install-silent target.
5544      Branch: perl
5545            ! Makefile.SH
5546 ____________________________________________________________________________
5547 [  6813] By: jhi                                   on 2000/08/25  17:14:23
5548         Log: Subject: Re: [PATCH] More silencing of installman.
5549              From: <abigail@foad.org>
5550              Date: Thu, 24 Aug 2000 19:27:03 -0400
5551              Message-ID: <20000824232703.7001.qmail@foad.org>
5552              
5553              Subject: Re: [PATCH] More silencing of installman.
5554              From: <abigail@foad.org>
5555              Date: Fri, 25 Aug 2000 03:00:58 -0400
5556              Message-ID: <20000825070058.10697.qmail@foad.org>
5557      Branch: perl
5558            ! installman
5559 ____________________________________________________________________________
5560 [  6812] By: jhi                                   on 2000/08/25  17:11:28
5561         Log: installperl --verbose and --silent.
5562              
5563              Subject: Re: [PATCH] More silencing of installman.
5564              From: <abigail@foad.org>
5565              Message-ID: <20000825064430.9719.qmail@foad.org>
5566              Date: Fri, 25 Aug 2000 02:44:30 -0400
5567      Branch: perl
5568            ! installperl
5569 ____________________________________________________________________________
5570 [  6811] By: jhi                                   on 2000/08/25  17:05:43
5571         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
5572              From: "Peter J. Farley III" <pjfarley@banet.net>
5573              Date: Thu, 24 Aug 2000 21:58:03 -0400
5574              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
5575              
5576              (applied slightly modified)
5577      Branch: perl
5578            ! lib/ExtUtils/MM_Unix.pm
5579 ____________________________________________________________________________
5580 [  6810] By: jhi                                   on 2000/08/25  17:01:18
5581         Log: Missing parts of 
5582              
5583              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
5584              From: Peter Prymmer <pvhp@forte.com>
5585              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
5586              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
5587      Branch: perl
5588            ! t/lib/cgi-html.t
5589 ____________________________________________________________________________
5590 [  6809] By: jhi                                   on 2000/08/25  16:46:32
5591         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
5592              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5593              Date: Thu, 24 Aug 2000 19:13:11 -0500
5594              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
5595      Branch: perl
5596            ! vms/vms.c
5597 ____________________________________________________________________________
5598 [  6808] By: jhi                                   on 2000/08/25  16:39:22
5599         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
5600              From: Peter Prymmer <pvhp@forte.com>
5601              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
5602              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
5603      Branch: perl
5604            ! configure.com
5605 ____________________________________________________________________________
5606 [  6807] By: jhi                                   on 2000/08/25  16:36:37
5607         Log: Better wording for the vec lvalue diagnostic.
5608              
5609              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5610              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5611              Date: Wed, 23 Aug 2000 14:12:16 -0400
5612              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
5613      Branch: perl
5614            ! pod/perldiag.pod
5615 ____________________________________________________________________________
5616 [  6806] By: jhi                                   on 2000/08/24  18:17:22
5617         Log: Subject: [PATCH] More silencing of installman.
5618              From: <abigail@foad.org>
5619              Date: Thu, 24 Aug 2000 14:01:44 -0400
5620              Message-ID: <20000824180144.20062.qmail@foad.org>
5621      Branch: perl
5622            ! installman
5623 ____________________________________________________________________________
5624 [  6805] By: jhi                                   on 2000/08/24  15:00:31
5625         Log: Update Changes.
5626      Branch: perl
5627            ! Changes patchlevel.h
5628 ____________________________________________________________________________
5629 [  6804] By: jhi                                   on 2000/08/24  14:59:07
5630         Log: Regen perltoc.
5631      Branch: perl
5632            ! pod/perltoc.pod
5633 ____________________________________________________________________________
5634 [  6803] By: jhi                                   on 2000/08/24  14:44:39
5635         Log: Show the doc file, not the temp file.
5636      Branch: perl
5637            ! installman
5638 ____________________________________________________________________________
5639 [  6802] By: jhi                                   on 2000/08/24  14:41:53
5640         Log: Continue silencing.
5641      Branch: perl
5642            ! installman
5643 ____________________________________________________________________________
5644 [  6801] By: jhi                                   on 2000/08/24  14:34:40
5645         Log: Actually do something with the silencer option.
5646      Branch: perl
5647            ! installman
5648 ____________________________________________________________________________
5649 [  6800] By: jhi                                   on 2000/08/24  14:26:22
5650         Log: Make installman to recognize the silence flag -S.
5651      Branch: perl
5652            ! installman
5653 ____________________________________________________________________________
5654 [  6799] By: jhi                                   on 2000/08/24  13:49:38
5655         Log: DOS patches and portability/porting notes, from Tim Jenness.
5656      Branch: perl
5657            ! lib/File/Temp.pm
5658 ____________________________________________________________________________
5659 [  6798] By: jhi                                   on 2000/08/24  13:48:27
5660         Log: Create directories in silence.
5661              
5662              Subject: [PATCH] Another silencer for MakeMaker
5663              From: andreas.koenig@anima.de (Andreas J. Koenig)
5664              Date: 24 Aug 2000 14:18:52 +0200
5665              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
5666      Branch: perl
5667            ! lib/ExtUtils/Command.pm
5668 ____________________________________________________________________________
5669 [  6797] By: jhi                                   on 2000/08/24  13:46:42
5670         Log: More liberal parsing of version numbers.
5671              
5672              Subject: Re: CPAN.pm beta for testing available
5673              From: andreas.koenig@anima.de (Andreas J. Koenig)
5674              Date: 24 Aug 2000 13:51:57 +0200
5675              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
5676      Branch: perl
5677            ! lib/CPAN.pm
5678 ____________________________________________________________________________
5679 [  6796] By: jhi                                   on 2000/08/24  13:44:36
5680         Log: Make "make install" by default silent.  A new "install-verbose"
5681              target is verbose.
5682      Branch: perl
5683            ! Makefile.SH
5684 ____________________________________________________________________________
5685 [  6795] By: jhi                                   on 2000/08/24  13:39:14
5686         Log: Add silencer flags to installperl.
5687              
5688              Subject: [PATCH] Making installperl silent.
5689              From: <abigail@foad.org>
5690              Date: Thu, 24 Aug 2000 05:01:45 -0400
5691              Message-ID: <20000824090145.13141.qmail@foad.org>
5692      Branch: perl
5693            ! installperl
5694 ____________________________________________________________________________
5695 [  6794] By: jhi                                   on 2000/08/24  13:35:50
5696         Log: installperl couldn't tell whether it had run tests or not.
5697              
5698              Subject: [PATCH] Re: installperl and t/TEST
5699              From: <abigail@foad.org>
5700              Date: Thu, 24 Aug 2000 04:00:53 -0400
5701              Message-ID: <20000824080053.2494.qmail@foad.org>
5702      Branch: perl
5703            ! Makefile.SH installperl
5704 ____________________________________________________________________________
5705 [  6793] By: jhi                                   on 2000/08/24  13:27:50
5706         Log: Drop the separate perlbc, perlcc -b should be enough.
5707      Branch: perl
5708            - utils/perlbc.PL
5709            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
5710 ____________________________________________________________________________
5711 [  6792] By: jhi                                   on 2000/08/24  04:41:30
5712         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
5713              plus the typo fix from Peter Prymmer.
5714      Branch: perl
5715            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
5716            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
5717 ____________________________________________________________________________
5718 [  6791] By: jhi                                   on 2000/08/24  02:10:43
5719         Log: Replace #6705 with a minimal doc patch.
5720              
5721              Subject: [PATCH 5.6.0] replace change #6705
5722              From: Jan Dubois <jand@ActiveState.com>
5723              Date: Wed, 23 Aug 2000 18:31:51 -0700
5724              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
5725      Branch: perl
5726            ! lib/Win32.pod win32/win32.c
5727 ____________________________________________________________________________
5728 [  6790] By: jhi                                   on 2000/08/23  17:52:00
5729         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5730              From: Mike Guy <mjtg@cam.ac.uk>
5731              Date: Wed, 23 Aug 2000 18:38:46 +0100
5732              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
5733      Branch: perl
5734            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
5735 ____________________________________________________________________________
5736 [  6789] By: jhi                                   on 2000/08/23  15:34:21
5737         Log: Update Changes.
5738      Branch: perl
5739            ! Changes patchlevel.h
5740 ____________________________________________________________________________
5741 [  6788] By: jhi                                   on 2000/08/23  15:33:40
5742         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
5743              From: Wilfredo Sánchez <wsanchez@apple.com>
5744              Date: Tue, 22 Aug 2000 19:31:27 -0700
5745              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
5746      Branch: perl
5747            ! perl.h
5748 ____________________________________________________________________________
5749 [  6787] By: jhi                                   on 2000/08/23  15:29:31
5750         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
5751              From: Spider Boardman <spider@leggy.zk3.dec.com>
5752              Date: Wed, 23 Aug 2000 10:33:23 -0400
5753              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
5754      Branch: perl
5755            ! lib/Pod/Html.pm
5756 ____________________________________________________________________________
5757 [  6786] By: jhi                                   on 2000/08/23  15:28:11
5758         Log: Bad makefile.
5759      Branch: perl
5760            ! ext/B/Makefile.PL
5761 ____________________________________________________________________________
5762 [  6785] By: jhi                                   on 2000/08/23  14:37:04
5763         Log: Update Changes.
5764      Branch: perl
5765            ! Changes patchlevel.h
5766 ____________________________________________________________________________
5767 [  6784] By: jhi                                   on 2000/08/23  13:58:41
5768         Log: Portability fix from Hugo van der Sanden.
5769      Branch: perl
5770            ! ext/re/Makefile.PL
5771 ____________________________________________________________________________
5772 [  6783] By: jhi                                   on 2000/08/23  13:53:53
5773         Log: Storable support, v-version fixes.
5774              
5775              Subject: CPAN.pm beta for testing available
5776              From: andreas.koenig@anima.de (Andreas J. Koenig)
5777              Date: 22 Aug 2000 23:31:33 +0200
5778              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
5779      Branch: perl
5780            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5781 ____________________________________________________________________________
5782 [  6782] By: jhi                                   on 2000/08/23  13:51:26
5783         Log: Mac and other portability updates from Chris Nandor.
5784      Branch: perl
5785            ! pod/perlmodinstall.pod
5786 ____________________________________________________________________________
5787 [  6781] By: jhi                                   on 2000/08/23  13:47:33
5788         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
5789              From: Peter Prymmer <pvhp@forte.com>
5790              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
5791              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
5792      Branch: perl
5793            ! ext/Storable/Storable.xs
5794 ____________________________________________________________________________
5795 [  6780] By: jhi                                   on 2000/08/23  13:33:34
5796         Log: VMS MMS (make) wants null action.
5797      Branch: perl
5798            ! ext/B/Makefile.PL
5799 ____________________________________________________________________________
5800 [  6779] By: jhi                                   on 2000/08/22  19:44:47
5801         Log: Forgot portability nit.
5802      Branch: perl
5803            ! t/lib/st-forgive.t
5804 ____________________________________________________________________________
5805 [  6778] By: jhi                                   on 2000/08/22  19:35:25
5806         Log: Be portable.
5807      Branch: perl
5808            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
5809            ! t/lib/st-store.t
5810 ____________________________________________________________________________
5811 [  6777] By: jhi                                   on 2000/08/22  18:50:53
5812         Log: Update Changes.
5813      Branch: perl
5814            ! Changes patchlevel.h
5815 ____________________________________________________________________________
5816 [  6776] By: jhi                                   on 2000/08/22  18:44:46
5817         Log: cSVOPo_*v things index into the current PL_curpad
5818              under ithreads, which is different from the curpad
5819              used by the XSUB.  (In other words, the code as-is
5820              before this patch wouldn't work under ithreads.)
5821              From Sarathy.
5822      Branch: perl
5823            ! ext/B/B.xs
5824 ____________________________________________________________________________
5825 [  6775] By: jhi                                   on 2000/08/22  18:18:37
5826         Log: Make the selection of NVff et al stricter.
5827      Branch: metaconfig/U/perl
5828            ! perlxvf.U
5829      Branch: perl
5830            ! Configure config_h.SH
5831 ____________________________________________________________________________
5832 [  6774] By: jhi                                   on 2000/08/22  17:19:42
5833         Log: perldelta nits.
5834      Branch: perl
5835            ! pod/perldelta.pod
5836 ____________________________________________________________________________
5837 [  6773] By: jhi                                   on 2000/08/22  17:06:26
5838         Log: Long double fixes from Spider Boardman.
5839              
5840              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
5841              From: system PRIVILEGED account <root@peano.zk3.dec.com>
5842              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
5843              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
5844      Branch: perl
5845            ! t/lib/bigfltpm.t t/lib/st-06compat.t
5846 ____________________________________________________________________________
5847 [  6772] By: jhi                                   on 2000/08/22  15:04:53
5848         Log: Update Changes.
5849      Branch: perl
5850            ! Changes patchlevel.h
5851 ____________________________________________________________________________
5852 [  6771] By: jhi                                   on 2000/08/22  15:01:44
5853         Log: perldelta fixes from Hugo van der Sanden.
5854      Branch: perl
5855            ! pod/perldelta.pod
5856 ____________________________________________________________________________
5857 [  6770] By: jhi                                   on 2000/08/22  14:34:49
5858         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
5859              From: Hugo <hv@crypt.compulink.co.uk>
5860              Date: Tue, 22 Aug 2000 11:21:53 +0100
5861              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
5862      Branch: perl
5863            ! regcomp.c
5864 ____________________________________________________________________________
5865 [  6769] By: jhi                                   on 2000/08/22  14:30:02
5866         Log: Add Yitzchak, reformat.
5867      Branch: perl
5868            ! Changes config_h.SH
5869 ____________________________________________________________________________
5870 [  6768] By: jhi                                   on 2000/08/22  14:21:35
5871         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
5872              and Spider Boardman.
5873      Branch: metaconfig
5874            ! U/compline/d_gconvert.U
5875      Branch: perl
5876            ! Configure
5877 ____________________________________________________________________________
5878 [  6767] By: jhi                                   on 2000/08/22  14:11:24
5879         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
5880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5881              Date: Mon, 21 Aug 2000 19:08:31 -0700
5882              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
5883      Branch: perl
5884            - ext/Storable/patchlevel.h
5885            ! MANIFEST ext/Storable/MANIFEST
5886 ____________________________________________________________________________
5887 [  6766] By: jhi                                   on 2000/08/22  13:49:29
5888         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
5889              From: Peter Prymmer <pvhp@forte.com>
5890              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
5891              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
5892      Branch: perl
5893            ! configure.com ext/Storable/Makefile.PL
5894 ____________________________________________________________________________
5895 [  6765] By: jhi                                   on 2000/08/22  13:44:59
5896         Log: Subject: [PATCH blead] B:: missing dependency
5897              From: Hugo <hv@crypt.compulink.co.uk>
5898              Date: Tue, 22 Aug 2000 06:44:33 +0100
5899              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
5900      Branch: perl
5901            ! ext/B/Makefile.PL
5902 ____________________________________________________________________________
5903 [  6764] By: jhi                                   on 2000/08/22  13:38:12
5904         Log: More bytecompiler.
5905      Branch: perl
5906            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
5907 ____________________________________________________________________________
5908 [  6763] By: jhi                                   on 2000/08/22  13:36:44
5909         Log: Bytecompiler patches from Benjamin Stuhl.
5910      Branch: perl
5911            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
5912            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
5913            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
5914            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
5915            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
5916            ! perl.c perlapi.h pod/perldelta.pod
5917 ____________________________________________________________________________
5918 [  6762] By: jhi                                   on 2000/08/21  23:43:40
5919         Log: An obsoleted diagnostic.
5920      Branch: perl
5921            ! pod/perldelta.pod
5922 ____________________________________________________________________________
5923 [  6761] By: jhi                                   on 2000/08/21  23:01:45
5924         Log: The #6759 wasn't quite right.
5925      Branch: perl
5926            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
5927            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
5928            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
5929            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
5930            ! t/lib/st-tieditems.t
5931 ____________________________________________________________________________
5932 [  6760] By: jhi                                   on 2000/08/21  22:35:49
5933         Log: Be verydeepclean.
5934      Branch: perl
5935            ! Makefile.SH
5936 ____________________________________________________________________________
5937 [  6759] By: jhi                                   on 2000/08/21  22:25:40
5938         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
5939              From: Peter Prymmer <pvhp@forte.com>
5940              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
5941              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
5942      Branch: perl
5943            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
5944            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
5945            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
5946            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
5947            ! t/lib/st-tieditems.t
5948 ____________________________________________________________________________
5949 [  6758] By: jhi                                   on 2000/08/21  22:22:32
5950         Log: Few more casts, need reported in
5951              
5952              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
5953              From: Mike Stok <mike@stok.co.uk>
5954              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
5955              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
5956              
5957              and
5958              
5959              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
5960              From: abigail@foad.org
5961              Date: 21 Aug 2000 21:31:34 -0000
5962              Message-Id: <20000821213134.30170.qmail@foad.org>
5963      Branch: perl
5964            ! ext/Storable/Storable.xs
5965 ____________________________________________________________________________
5966 [  6757] By: jhi                                   on 2000/08/21  18:37:07
5967         Log: Update Changes.
5968      Branch: perl
5969            ! Changes patchlevel.h
5970 ____________________________________________________________________________
5971 [  6756] By: jhi                                   on 2000/08/21  18:34:02
5972         Log: A pod nit.
5973              
5974              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
5975              From: <abigail@foad.org>
5976              Date: Mon, 21 Aug 2000 14:00:16 -0400
5977              Message-ID: <20000821180016.28627.qmail@foad.org>
5978      Branch: perl
5979            ! pod/perlre.pod
5980 ____________________________________________________________________________
5981 [  6755] By: jhi                                   on 2000/08/21  18:30:56
5982         Log: Use PodParser 1.18 new test.
5983      Branch: perl
5984            ! t/pod/special_seqs.t t/pod/special_seqs.xr
5985 ____________________________________________________________________________
5986 [  6754] By: jhi                                   on 2000/08/21  18:28:35
5987         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
5988              patches cannot be applied since #6712 conflicts.
5989      Branch: perl
5990            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
5991 ____________________________________________________________________________
5992 [  6753] By: jhi                                   on 2000/08/21  18:15:11
5993         Log: Weed out some smaller changes.
5994      Branch: perl
5995            ! pod/perldelta.pod
5996 ____________________________________________________________________________
5997 [  6752] By: jhi                                   on 2000/08/21  18:02:30
5998         Log: Also under djgpp the timestamps are funky.
5999      Branch: perl
6000            ! t/op/stat.t
6001 ____________________________________________________________________________
6002 [  6751] By: jhi                                   on 2000/08/21  17:55:56
6003         Log: Tweak the floating point output routine preferences.
6004      Branch: metaconfig
6005            ! U/compline/d_gconvert.U
6006      Branch: perl
6007            ! Configure
6008 ____________________________________________________________________________
6009 [  6750] By: jhi                                   on 2000/08/21  17:51:29
6010         Log: Unicos/mk requires elaborate paranoia.
6011      Branch: perl
6012            ! lib/Math/Complex.pm
6013 ____________________________________________________________________________
6014 [  6749] By: gsar                                  on 2000/08/21  16:53:31
6015         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
6016      Branch: perl
6017            ! lib/Cwd.pm
6018 ____________________________________________________________________________
6019 [  6748] By: gsar                                  on 2000/08/21  16:22:19
6020         Log: free TLS slot properly on Windows
6021      Branch: perl
6022            ! thread.h win32/perllib.c win32/win32thread.h
6023 ____________________________________________________________________________
6024 [  6747] By: jhi                                   on 2000/08/21  16:20:58
6025         Log: Rename the macro argument because some preprocessors
6026              can't tell the difference and expand arguments also inside
6027              double quoted strings.
6028      Branch: perl
6029            ! regcomp.c
6030 ____________________________________________________________________________
6031 [  6746] By: jhi                                   on 2000/08/21  16:09:41
6032         Log: Support long doubles in Storable.
6033              
6034              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
6035              From: Radu Greab <radu@netsoft.ro>
6036              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
6037              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
6038      Branch: perl
6039            ! ext/Storable/Storable.xs
6040 ____________________________________________________________________________
6041 [  6745] By: jhi                                   on 2000/08/21  15:51:40
6042         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
6043              From: "Fifer, Eric" <EFifer@sanwaint.com>
6044              Date: Mon, 21 Aug 2000 15:34:49 +0100
6045              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
6046      Branch: perl
6047            ! t/pragma/warn/9enabled
6048 ____________________________________________________________________________
6049 [  6744] By: jhi                                   on 2000/08/21  15:39:35
6050         Log: Document the endianness of Alpha more precisely.
6051      Branch: perl
6052            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
6053            ! pod/perlport.pod
6054 ____________________________________________________________________________
6055 [  6743] By: jhi                                   on 2000/08/21  14:47:05
6056         Log: perldelta fixes from the p5p crowd.
6057      Branch: perl
6058            ! pod/perldelta.pod pod/perlop.pod
6059 ____________________________________________________________________________
6060 [  6742] By: jhi                                   on 2000/08/21  13:34:51
6061         Log: Update to Pod::LaTeX 0.53.
6062              
6063              Subject: [PATCH] lib/Pod/LaTeX.pm updates
6064              From: Tim Jenness <timj@jach.hawaii.edu>
6065              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
6066              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
6067      Branch: perl
6068            ! lib/Pod/LaTeX.pm
6069 ____________________________________________________________________________
6070 [  6741] By: jhi                                   on 2000/08/21  13:33:01
6071         Log: Subject: [PATCH] os2.c fix for use64bitint
6072              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6073              Date: Mon, 21 Aug 2000 01:32:25 -0700
6074              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
6075      Branch: perl
6076            ! os2/os2.c
6077 ____________________________________________________________________________
6078 [  6740] By: jhi                                   on 2000/08/21  13:28:52
6079         Log: Array context keeps slithering in.
6080              
6081              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
6082              From: Daniel Chetlin <daniel@chetlin.com>
6083              Date: Sun, 20 Aug 2000 21:40:25 -0700
6084              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
6085      Branch: perl
6086            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
6087            ! pod/perldebtut.pod
6088 ____________________________________________________________________________
6089 [  6739] By: jhi                                   on 2000/08/21  13:23:55
6090         Log: Big-endian quad fixes for Storable from Radu Greab,
6091              plus few explicit null casts for picky compilers.
6092      Branch: perl
6093            ! ext/Storable/Storable.xs
6094 ____________________________________________________________________________
6095 [  6738] By: gsar                                  on 2000/08/21  05:56:13
6096         Log: small tweaks for change#6705: avoid C++ style comments in C code;
6097              use Perl's malloc API rather than the low level system one
6098      Branch: perl
6099            ! win32/win32.c
6100 ____________________________________________________________________________
6101 [  6737] By: gsar                                  on 2000/08/21  05:35:41
6102         Log: add Storable to list of extensions on Windows
6103      Branch: perl
6104            ! win32/Makefile win32/makefile.mk
6105 ____________________________________________________________________________
6106 [  6736] By: jhi                                   on 2000/08/21  02:57:53
6107         Log: Update Changes.
6108      Branch: perl
6109            ! Changes patchlevel.h
6110 ____________________________________________________________________________
6111 [  6735] By: jhi                                   on 2000/08/21  02:57:20
6112         Log: Draft 0.
6113      Branch: perl
6114            ! pod/perldelta.pod
6115 ____________________________________________________________________________
6116 [  6734] By: jhi                                   on 2000/08/21  02:57:03
6117         Log: Add Storable 0.7.2 from Raphael Manfredi,
6118              plus the patch from
6119              
6120              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
6121              From: Radu Greab <radu@netsoft.ro>
6122              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
6123              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
6124              
6125              plus changes to get Storable to compile with
6126              picky ANSI compilers.
6127      Branch: perl
6128            + ext/Storable/ChangeLog ext/Storable/MANIFEST
6129            + ext/Storable/Makefile.PL ext/Storable/README
6130            + ext/Storable/Storable.pm ext/Storable/Storable.xs
6131            + ext/Storable/patchlevel.h t/lib/st-06compat.t
6132            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
6133            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
6134            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6135            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6136            + t/lib/st-tieditems.t
6137            ! MANIFEST
6138 ____________________________________________________________________________
6139 [  6733] By: jhi                                   on 2000/08/21  02:29:09
6140         Log: The correct cleaning order is an art.
6141      Branch: perl
6142            ! Makefile.SH
6143 ____________________________________________________________________________
6144 [  6732] By: jhi                                   on 2000/08/21  01:23:39
6145         Log: The #6724 is here.
6146      Branch: perl
6147            ! t/lib/ftmp-security.t
6148 ____________________________________________________________________________
6149 [  6731] By: jhi                                   on 2000/08/20  23:17:03
6150         Log: s/this one/the 5.6.0 release/
6151      Branch: perl
6152            ! pod/perl56delta.pod
6153 ____________________________________________________________________________
6154 [  6730] By: jhi                                   on 2000/08/20  23:07:34
6155         Log: Mention perlebcdic and perlposix-bc.
6156      Branch: perl
6157            ! pod/perlport.pod
6158 ____________________________________________________________________________
6159 [  6729] By: jhi                                   on 2000/08/20  21:32:59
6160         Log: Document the number of exponent digits.
6161      Branch: perl
6162            ! pod/perlfunc.pod
6163 ____________________________________________________________________________
6164 [  6728] By: jhi                                   on 2000/08/20  21:16:47
6165         Log: Use File::Spec->tmpdir().
6166              
6167              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
6168              From: Tim Jenness <timj@jach.hawaii.edu>
6169              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
6170              MIME-Version: 1.0
6171              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
6172      Branch: perl
6173            ! utils/perlbug.PL
6174 ____________________________________________________________________________
6175 [  6727] By: jhi                                   on 2000/08/20  20:43:32
6176         Log: Update Changes.
6177      Branch: perl
6178            ! Changes patchlevel.h
6179 ____________________________________________________________________________
6180 [  6726] By: jhi                                   on 2000/08/20  20:41:44
6181         Log: The veryclean target needs to clobber.
6182      Branch: perl
6183            ! Makefile.SH
6184 ____________________________________________________________________________
6185 [  6725] By: jhi                                   on 2000/08/20  20:37:38
6186         Log: Document odd vs even subreleases and -Dusedevel.
6187      Branch: perl
6188            ! INSTALL
6189 ____________________________________________________________________________
6190 [  6724] By: jhi                                   on 2000/08/20  19:58:05
6191         Log: Use temporary directory instead of current directory.
6192              
6193              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
6194              From: Tim Jenness <timj@jach.hawaii.edu>
6195              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
6196              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
6197      Branch: perl
6198            ! t/lib/ftmp-security.t
6199 ____________________________________________________________________________
6200 [  6723] By: jhi                                   on 2000/08/20  19:55:55
6201         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
6202              From: andreas.koenig@anima.de (Andreas J. Koenig)
6203              Date: 20 Aug 2000 15:52:03 +0200
6204              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
6205      Branch: perl
6206            ! lib/ExtUtils/MM_Unix.pm
6207 ____________________________________________________________________________
6208 [  6722] By: jhi                                   on 2000/08/20  19:46:01
6209         Log: Update to CGI 2.72, from Lincoln Stein.
6210      Branch: perl
6211            ! lib/CGI.pm
6212 ____________________________________________________________________________
6213 [  6721] By: jhi                                   on 2000/08/20  19:43:54
6214         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
6215              From: Radu Greab <radu@netsoft.ro>
6216              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
6217              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
6218      Branch: perl
6219            ! ext/GDBM_File/GDBM_File.xs
6220 ____________________________________________________________________________
6221 [  6720] By: jhi                                   on 2000/08/20  19:42:01
6222         Log: pp_open() could pass an uninitialized filename down to do_open9().
6223      Branch: perl
6224            ! pp_sys.c
6225 ____________________________________________________________________________
6226 [  6719] By: jhi                                   on 2000/08/20  14:06:41
6227         Log: UTF8 concat fixes.
6228              
6229              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
6230              From: Hugo <hv@crypt.compulink.co.uk>
6231              Date: Sun, 20 Aug 2000 07:30:46 +0100
6232              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
6233      Branch: perl
6234            ! pp_hot.c t/op/append.t
6235 ____________________________________________________________________________
6236 [  6718] By: jhi                                   on 2000/08/20  02:09:37
6237         Log: Let's try #6717 again.
6238      Branch: perl
6239            ! lib/File/Temp.pm
6240 ____________________________________________________________________________
6241 [  6717] By: jhi                                   on 2000/08/20  01:56:55
6242         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
6243              From: "Craig A. Berry" <craig.berry@metamorgs.com>
6244              Date: Sat, 19 Aug 2000 18:15:39 -0500
6245              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
6246      Branch: perl
6247            ! lib/File/Temp.pm
6248 ____________________________________________________________________________
6249 [  6716] By: jhi                                   on 2000/08/19  15:50:11
6250         Log: Update Changes.
6251      Branch: perl
6252            ! Changes patchlevel.h
6253 ____________________________________________________________________________
6254 [  6715] By: jhi                                   on 2000/08/19  15:39:09
6255         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
6256              From: Jonathan D Johnston <jdjohnston2@juno.com>
6257              Date: Thu, 17 Aug 2000 23:13:01 -0400       
6258              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
6259      Branch: perl
6260            ! pod/perlfunc.pod
6261 ____________________________________________________________________________
6262 [  6714] By: jhi                                   on 2000/08/19  15:34:04
6263         Log: Introduce a 'veryclean' target that is like 'distclean'
6264              but also removes *~ and *.orig.
6265      Branch: perl
6266            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
6267            ! utils/Makefile x2p/Makefile.SH
6268 ____________________________________________________________________________
6269 [  6713] By: jhi                                   on 2000/08/19  14:15:45
6270         Log: Put back the long double avoidance code to POSIX.xs
6271              because VMS seems to need it still.
6272      Branch: perl
6273            ! ext/POSIX/POSIX.xs
6274 ____________________________________________________________________________
6275 [  6712] By: jhi                                   on 2000/08/19  14:10:41
6276         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
6277              From: Peter Prymmer <pvhp@forte.com>
6278              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
6279              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
6280      Branch: perl
6281            ! lib/Pod/Find.pm t/pod/find.t
6282 ____________________________________________________________________________
6283 [  6711] By: jhi                                   on 2000/08/19  14:09:19
6284         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
6285              From: Peter Prymmer <pvhp@forte.com>
6286              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
6287              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
6288              cc: vmsperl@perl.org
6289      Branch: perl
6290            ! t/lib/peek.t
6291 ____________________________________________________________________________
6292 [  6710] By: jhi                                   on 2000/08/19  14:08:01
6293         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
6294              From: Jan Dubois <jand@ActiveState.com>
6295              Date: Fri, 18 Aug 2000 16:31:48 -0700
6296              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
6297      Branch: perl
6298            ! win32/win32.c
6299 ____________________________________________________________________________
6300 [  6709] By: jhi                                   on 2000/08/19  14:06:57
6301         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
6302              
6303              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
6304              From: Spider.Boardman@Orb.Nashua.NH.US
6305              Date: Fri, 18 Aug 2000 18:41:14 -0400
6306              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
6307      Branch: perl
6308            ! regcomp.c
6309 ____________________________________________________________________________
6310 [  6708] By: jhi                                   on 2000/08/18  22:04:49
6311         Log: Update Changes.
6312      Branch: perl
6313            ! Changes patchlevel.h
6314 ____________________________________________________________________________
6315 [  6707] By: jhi                                   on 2000/08/18  21:55:14
6316         Log: Add warnif(), check warnings further up the stack,
6317              all the warnings functions now can take an optional object reference.
6318              
6319              Subject: [PATCH bleedperl@6691] warnings pragma update
6320              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6321              Date: Fri, 18 Aug 2000 22:42:06 +0100
6322              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
6323      Branch: perl
6324            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
6325            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
6326            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
6327 ____________________________________________________________________________
6328 [  6706] By: jhi                                   on 2000/08/18  21:41:45
6329         Log: Typo in pp_complement().
6330              
6331              Subject: [PATCH perl-current] Deparse
6332              From: Peter Scott <Peter@PSDT.com>
6333              Date: Fri, 18 Aug 2000 12:44:37 -0700
6334              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
6335      Branch: perl
6336            ! ext/B/B/Deparse.pm
6337 ____________________________________________________________________________
6338 [  6705] By: jhi                                   on 2000/08/18  21:25:59
6339         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
6340              From: Jan Dubois <jand@ActiveState.com>
6341              Date: Fri, 18 Aug 2000 14:22:51 -0700
6342              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
6343      Branch: perl
6344            ! lib/Win32.pod win32/win32.c
6345 ____________________________________________________________________________
6346 [  6704] By: jhi                                   on 2000/08/18  21:16:14
6347         Log: Don't eat leading os from index entries.
6348              
6349              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
6350              From: Russ Allbery <rra@stanford.edu>
6351              Date: 10 Aug 2000 20:49:25 -0700
6352              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
6353      Branch: perl
6354            ! lib/Pod/Man.pm
6355 ____________________________________________________________________________
6356 [  6703] By: jhi                                   on 2000/08/18  21:07:06
6357         Log: Add [[:blank:]] as suggested in
6358              
6359              Subject: [ID 20000716.024] [=cc=] / [:blank:]
6360              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
6361              Date: Sun, 16 Jul 2000 17:55:29 -0700
6362              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
6363              
6364              (the [=cc=] has already been taken care of by #6439
6365              so the whole bug report can be closed)
6366              
6367              and make [[:space:]] to be equivalent to isspace(3)
6368              (as opposed to \s, which is isSPACE()).  The difference
6369              is that now [[:space:]] matches the mythical vertical tab,
6370              while \s doesn't.
6371      Branch: perl
6372            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
6373            ! regexec.c t/op/pat.t
6374 ____________________________________________________________________________
6375 [  6702] By: jhi                                   on 2000/08/18  18:47:47
6376         Log: The new tests were missing from #6415.
6377      Branch: perl
6378            ! t/op/bop.t
6379 ____________________________________________________________________________
6380 [  6701] By: jhi                                   on 2000/08/18  18:20:40
6381         Log: Document the NDBM_File and ODBM_File as SDBM_File
6382              was documented in #6417.
6383      Branch: perl
6384            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6385            ! ext/SDBM_File/SDBM_File.pm
6386 ____________________________________________________________________________
6387 [  6700] By: jhi                                   on 2000/08/18  18:10:39
6388         Log: Subject: [PATCH perl@6698] cygwin port
6389              From: "Fifer, Eric" <EFifer@sanwaint.com>
6390              Date: Fri, 18 Aug 2000 17:30:05 +0100
6391              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
6392      Branch: perl
6393            ! lib/File/Temp.pm
6394 ____________________________________________________________________________
6395 [  6699] By: jhi                                   on 2000/08/18  16:21:49
6396         Log: Document code point which makes if (defined %stash::) to work
6397              (noted by Spider Boardman).
6398      Branch: perl
6399            ! op.c
6400 ____________________________________________________________________________
6401 [  6698] By: jhi                                   on 2000/08/18  13:43:27
6402         Log: Update Changes.
6403      Branch: perl
6404            ! Changes patchlevel.h
6405 ____________________________________________________________________________
6406 [  6697] By: jhi                                   on 2000/08/18  13:35:57
6407         Log: Tiny Getopt::Long patch from Johan Vromans.
6408      Branch: perl
6409            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
6410 ____________________________________________________________________________
6411 [  6696] By: jhi                                   on 2000/08/18  13:26:14
6412         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
6413              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
6414              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
6415              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
6416      Branch: perl
6417            ! pod/perldiag.pod pod/perlsyn.pod
6418 ____________________________________________________________________________
6419 [  6695] By: jhi                                   on 2000/08/18  13:13:26
6420         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
6421              From: Daniel Chetlin <daniel@chetlin.com>
6422              Date: Fri, 18 Aug 2000 03:13:36 -0700
6423              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
6424      Branch: perl
6425            ! pod/perlfunc.pod
6426 ____________________________________________________________________________
6427 [  6694] By: jhi                                   on 2000/08/18  13:08:05
6428         Log: Subject: [PATCH] perltrap.pod spring cleaning
6429              From: Daniel Chetlin <daniel@chetlin.com>
6430              Date: Fri, 18 Aug 2000 03:06:54 -0700
6431              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
6432              
6433              plus Mike Guy's nitfix.
6434      Branch: perl
6435            ! pod/perltrap.pod
6436 ____________________________________________________________________________
6437 [  6693] By: jhi                                   on 2000/08/18  13:00:26
6438         Log: Unbuffer the output.
6439              
6440              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
6441              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6442              Date: Thu, 17 Aug 2000 18:39:29 -0700
6443              Message-ID: <RPJn5gzkgydf092yn@efn.org>
6444      Branch: perl
6445            ! t/op/fork.t
6446 ____________________________________________________________________________
6447 [  6692] By: jhi                                   on 2000/08/18  05:19:17
6448         Log: Delete the image, too, not just its MANIFEStation.
6449      Branch: perl
6450            - lib/CGI/eg/wilogo.gif
6451 ____________________________________________________________________________
6452 [  6691] By: jhi                                   on 2000/08/18  05:10:26
6453         Log: Propagate new Configure vars.
6454      Branch: perl
6455            ! configure.com epoc/config.sh uconfig.h uconfig.sh
6456            ! vos/config.def vos/config.h vos/config_h.SH_orig
6457            ! win32/config.bc win32/config.gc win32/config.vc
6458            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6459 ____________________________________________________________________________
6460 [  6690] By: jhi                                   on 2000/08/18  04:30:56
6461         Log: Update Changes.
6462      Branch: perl
6463            ! Changes patchlevel.h
6464 ____________________________________________________________________________
6465 [  6689] By: jhi                                   on 2000/08/18  04:12:30
6466         Log: Fix the lib/complex failure of
6467              
6468              From: abigail@foad.org
6469              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
6470              Date: 15 Aug 2000 04:06:38 -0000
6471              Message-Id: <20000815040638.8524.qmail@foad.org> 
6472              
6473              Linux long double accuracy issue: something that
6474              when printed with %g looks like "2" but int() of it is 1.
6475      Branch: perl
6476            ! lib/Math/Complex.pm
6477 ____________________________________________________________________________
6478 [  6688] By: jhi                                   on 2000/08/18  03:15:35
6479         Log: The byteorder code in #6671 was wrong.
6480      Branch: perl
6481            ! configpm
6482 ____________________________________________________________________________
6483 [  6687] By: jhi                                   on 2000/08/18  02:08:42
6484         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
6485              From: Jan Dubois <jand@ActiveState.com>
6486              Date: Thu, 17 Aug 2000 18:31:55 -0700
6487              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
6488      Branch: perl
6489            ! sv.c
6490 ____________________________________________________________________________
6491 [  6686] By: jhi                                   on 2000/08/18  02:04:15
6492         Log: Use NVs in POSIX math, not doubles.
6493              
6494              From: abigail@foad.org
6495              Subject: [ID 20000817.014] POSIX & modfl
6496              Date: 17 Aug 2000 20:49:18 -0000
6497              Message-Id: <20000817204918.23123.qmail@foad.org>
6498      Branch: perl
6499            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
6500 ____________________________________________________________________________
6501 [  6685] By: jhi                                   on 2000/08/18  02:02:12
6502         Log: Introduce NVef, NVff, and NVgf, use the middle one.
6503              (helps for lib/peek + Linux + long doubles)  Reported in
6504              
6505              From: abigail@foad.org
6506              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
6507              Date: 15 Aug 2000 04:06:38 -0000
6508              Message-Id: <20000815040638.8524.qmail@foad.org> 
6509              
6510              (note: the lib/complex failure has not yet been addressed)
6511      Branch: metaconfig/U/perl
6512            ! perlxvf.U
6513      Branch: perl
6514            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6515            ! config_h.SH dump.c perl.h pod/perlguts.pod
6516 ____________________________________________________________________________
6517 [  6684] By: jhi                                   on 2000/08/17  23:22:19
6518         Log: Add byteorder to the myconfig output.
6519      Branch: perl
6520            ! myconfig.SH
6521 ____________________________________________________________________________
6522 [  6683] By: jhi                                   on 2000/08/17  23:20:19
6523         Log: The image doth not exist, spotted by Johan Vromans.
6524      Branch: perl
6525            ! MANIFEST
6526 ____________________________________________________________________________
6527 [  6682] By: jhi                                   on 2000/08/17  22:38:16
6528         Log: Document what the backtick returns if the command fails.
6529      Branch: perl
6530            ! pod/perlop.pod
6531 ____________________________________________________________________________
6532 [  6681] By: jhi                                   on 2000/08/17  22:33:12
6533         Log: Do not use prototyping here.
6534              
6535              Subject: [ID 20000817.016] [PATCH] Peek.xs
6536              From: abigail@foad.org
6537              Date: 17 Aug 2000 20:55:56 -0000
6538              Message-Id: <20000817205556.24270.qmail@foad.org>
6539      Branch: perl
6540            ! ext/Devel/Peek/Makefile.PL
6541 ____________________________________________________________________________
6542 [  6680] By: jhi                                   on 2000/08/17  19:46:43
6543         Log: Don't propose using modules built for 5.005 if no binary
6544              compatibility with 5.005 is attempted.
6545              
6546              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6547              Subject: Minor nit with 5.7.0 (6655)
6548              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
6549              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
6550      Branch: metaconfig
6551            ! U/installdirs/inc_version_list.U
6552      Branch: perl
6553            ! Configure config_h.SH
6554 ____________________________________________________________________________
6555 [  6679] By: jhi                                   on 2000/08/17  19:16:39
6556         Log: Microperl config update.
6557      Branch: perl
6558            ! uconfig.h uconfig.sh
6559 ____________________________________________________________________________
6560 [  6678] By: jhi                                   on 2000/08/17  19:16:13
6561         Log: The #6648 wasn't protective enough for limited platforms
6562              (like microperl).
6563      Branch: perl
6564            ! dump.c sv.c
6565 ____________________________________________________________________________
6566 [  6677] By: jhi                                   on 2000/08/17  14:46:35
6567         Log: Update Changes.
6568      Branch: perl
6569            ! Changes patchlevel.h
6570 ____________________________________________________________________________
6571 [  6676] By: jhi                                   on 2000/08/17  14:44:02
6572         Log: Add perlebcdic from Peter Prymmer, regen toc.
6573      Branch: perl
6574            + pod/perlebcdic.pod
6575            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6576 ____________________________________________________________________________
6577 [  6675] By: jhi                                   on 2000/08/17  14:41:52
6578         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
6579      Branch: perl
6580            ! pod/perldebtut.pod
6581 ____________________________________________________________________________
6582 [  6674] By: jhi                                   on 2000/08/17  14:29:43
6583         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
6584              
6585              Subject: [ID 20000724.006] -DLEAKTEST problem
6586              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
6587              Date: Tue, 25 Jul 2000 00:36:32 -0500
6588              Message-Id: <20000725003632.A26186@www.llamacom.com>
6589              
6590              Reminder sent
6591              
6592              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
6593              From: Hugo <hv@crypt.compulink.co.uk>
6594              Date: Thu, 17 Aug 2000 15:23:42 +0100
6595              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
6596      Branch: perl
6597            ! util.c
6598 ____________________________________________________________________________
6599 [  6673] By: jhi                                   on 2000/08/17  04:07:10
6600         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
6601              From: John Peacock <JPeacock@UnivPress.com>
6602              Date: Tue, 01 Aug 2000 09:38:12 -0400
6603              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
6604      Branch: perl
6605            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
6606 ____________________________________________________________________________
6607 [  6672] By: jhi                                   on 2000/08/17  03:04:35
6608         Log: Subject: [PATCH] Cwd.pm now uses strict
6609              From: Tim Jenness <timj@jach.hawaii.edu>
6610              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
6611              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
6612      Branch: perl
6613            ! lib/Cwd.pm
6614 ____________________________________________________________________________
6615 [  6671] By: jhi                                   on 2000/08/17  02:16:35
6616         Log: Make $Config{byteorder} more magical so that it is
6617              dynamically computed: nice for 'fat binaries'.
6618              
6619              Subject: [PATCH]: default byteorder
6620              From: Wilfredo Sánchez <wsanchez@apple.com>
6621              Date: Mon, 31 Jul 2000 19:45:31 -0700
6622              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
6623      Branch: perl
6624            ! configpm
6625 ____________________________________________________________________________
6626 [  6670] By: gsar                                  on 2000/08/17  01:22:21
6627         Log: move WNOHANG definition to where other such things are
6628      Branch: perl
6629            ! win32/win32.h
6630 ____________________________________________________________________________
6631 [  6669] By: jhi                                   on 2000/08/17  01:19:17
6632         Log: Update Changes.
6633      Branch: perl
6634            ! Changes patchlevel.h
6635 ____________________________________________________________________________
6636 [  6668] By: jhi                                   on 2000/08/17  01:16:29
6637         Log: Doc nits spotted by Richard Soderberg.
6638      Branch: perl
6639            ! README.posix-bc README.vmesa
6640 ____________________________________________________________________________
6641 [  6667] By: jhi                                   on 2000/08/17  01:12:11
6642         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
6643              From: "Casey R. Tweten" <crt@kiski.net>
6644              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
6645              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
6646      Branch: perl
6647            ! pod/perldebtut.pod
6648 ____________________________________________________________________________
6649 [  6666] By: jhi                                   on 2000/08/17  01:09:31
6650         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
6651              From: "Casey R. Tweten" <crt@kiski.net>
6652              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
6653              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
6654      Branch: perl
6655            ! lib/Shell.pm
6656 ____________________________________________________________________________
6657 [  6665] By: gsar                                  on 2000/08/17  01:03:52
6658         Log: add "ok" targets from change#6632 in makefile.mk
6659      Branch: perl
6660            ! pod/perlport.pod win32/Makefile win32/makefile.mk
6661 ____________________________________________________________________________
6662 [  6664] By: gsar                                  on 2000/08/17  00:56:11
6663         Log: avoid warnings from dense compiler
6664      Branch: perl
6665            ! win32/win32.c
6666 ____________________________________________________________________________
6667 [  6663] By: jhi                                   on 2000/08/17  00:51:49
6668         Log: Tweak the regex compilation errors once more.
6669      Branch: perl
6670            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
6671            ! t/op/regmesg.t t/pragma/warn/regcomp
6672 ____________________________________________________________________________
6673 [  6662] By: gsar                                  on 2000/08/17  00:28:19
6674         Log: trailing new %ENV entries weren't being pushed into the real
6675              environment of subprocesses on Windows
6676      Branch: perl
6677            ! t/op/magic.t win32/perlhost.h
6678 ____________________________________________________________________________
6679 [  6661] By: gsar                                  on 2000/08/17  00:19:20
6680         Log: waitpid() now handles externally spawned pids correctly;
6681              fixes for backtick/wait/waitpid failures on Windows 9x
6682              
6683              these changes make the pid returned by process functions on
6684              Windows 9x always positive by clearing the high bit (which
6685              is always set on Win9x); pseudo-process PIDs are likewise
6686              always negative now on Win9x (just as on NT/2000)
6687      Branch: perl
6688            ! pp_sys.c win32/perlhost.h win32/win32.c
6689 ____________________________________________________________________________
6690 [  6660] By: jhi                                   on 2000/08/17  00:04:32
6691         Log: Retract #6645.
6692      Branch: perl
6693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6694            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
6695            ! t/op/sprintf.t
6696 ____________________________________________________________________________
6697 [  6659] By: gsar                                  on 2000/08/16  23:59:28
6698         Log: on windows, the return values from wait() and waitpid() don't
6699              match those of pseudo-pids
6700      Branch: perl
6701            ! pp_sys.c t/op/fork.t util.c win32/win32.c
6702 ____________________________________________________________________________
6703 [  6658] By: gsar                                  on 2000/08/16  23:56:14
6704         Log: pod nit seen in passing
6705      Branch: perl
6706            ! pod/perlfunc.pod
6707 ____________________________________________________________________________
6708 [  6657] By: gsar                                  on 2000/08/16  23:53:42
6709         Log: change#6328 could make close(SOCKET) return false on windows
6710              when it shouldn't
6711      Branch: perl
6712            ! win32/win32sck.c
6713 ____________________________________________________________________________
6714 [  6656] By: gsar                                  on 2000/08/16  23:46:57
6715         Log: check that the number pseudo children doesn't exceed
6716              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
6717              the WaitForMultipleObjects() limit that would cause wait()
6718              to crash)
6719              
6720              wait() and waitpid() could potentially be rewritten to use
6721              more than one thread to do the waiting to eliminate this
6722              limitation
6723      Branch: perl
6724            ! win32/perlhost.h
6725 ____________________________________________________________________________
6726 [  6655] By: jhi                                   on 2000/08/16  14:11:05
6727         Log: Update Changes.
6728      Branch: perl
6729            ! Changes patchlevel.h
6730 ____________________________________________________________________________
6731 [  6654] By: jhi                                   on 2000/08/16  14:10:12
6732         Log: Update to perldebtut 1.9, from Richard Foley.
6733      Branch: perl
6734            ! pod/perldebtut.pod
6735 ____________________________________________________________________________
6736 [  6653] By: jhi                                   on 2000/08/16  14:08:17
6737         Log: Change the regx compilation error markers to use = instead of <
6738              since pod makes using the latter quite messy.  Reported in
6739              ID 20000814.006 by Abigail and in
6740              Subject: Unknown escape E<> ?
6741              From: Lupe Christoph <lupe@lupe-christoph.de>
6742              Date: Fri, 11 Aug 2000 00:30:27 +0200
6743              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
6744      Branch: perl
6745            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
6746            ! t/op/regmesg.t t/pragma/warn/regcomp
6747 ____________________________________________________________________________
6748 [  6652] By: jhi                                   on 2000/08/16  13:25:31
6749         Log: Change the perlbug address to perl.org since it's more forgiving.
6750              
6751              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
6752              From: abigail@foad.org
6753              Date: 15 Aug 2000 04:15:40 -0000
6754              Message-Id: <20000815041540.8633.qmail@foad.org>
6755      Branch: perl
6756            ! utils/perlbug.PL
6757 ____________________________________________________________________________
6758 [  6651] By: jhi                                   on 2000/08/16  13:22:35
6759         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
6760              From: Tim Jenness <timj@jach.hawaii.edu>
6761              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
6762              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
6763      Branch: perl
6764            ! lib/Cwd.pm
6765 ____________________________________________________________________________
6766 [  6650] By: jhi                                   on 2000/08/16  13:18:13
6767         Log: Update to CPAN 1.57.
6768              
6769              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
6770              From: andreas.koenig@anima.de (Andreas J. Koenig)
6771              Date: 16 Aug 2000 15:09:46 +0200
6772              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
6773      Branch: perl
6774            ! lib/CPAN.pm
6775 ____________________________________________________________________________
6776 [  6649] By: jhi                                   on 2000/08/16  13:12:31
6777         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
6778              From: "Larry W. Virden" <lvirden@cas.org>
6779              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
6780              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
6781      Branch: perl
6782            ! README.hpux
6783 ____________________________________________________________________________
6784 [  6648] By: jhi                                   on 2000/08/16  13:03:53
6785         Log: The numeric locale was reset to "C" by s?printf and never restored.
6786              
6787              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
6788              From: Christian Kirsch <ck@held.mind.de>
6789              Date: Wed, 9 Aug 2000 17:05:17 +0200
6790              Message-Id: <20000809170517.A25389@held>
6791              
6792              No test since adding the failing example to locale.t
6793              does not fail -- probably because the locale settings are so
6794              thoroughly tweaked by that time.  Running the example standalone
6795              does fail, though.  UPDATE: test case added at change #7540.
6796      Branch: perl
6797            ! dump.c perl.h pp.c pp_ctl.c sv.c
6798 ____________________________________________________________________________
6799 [  6647] By: jhi                                   on 2000/08/16  00:07:54
6800         Log: Update Changes and test semi-automatic patchlevel updating.
6801      Branch: perl
6802            ! Changes patchlevel.h
6803 ____________________________________________________________________________
6804 [  6646] By: jhi                                   on 2000/08/15  23:35:07
6805         Log: Fix a dependency problem.
6806              
6807              Subject: [PATCH: 6640] VMS Makefile.SH update
6808              From: Peter Prymmer <pvhp@forte.com>
6809              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
6810              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
6811      Branch: perl
6812            ! vms/descrip_mms.template
6813 ____________________________________________________________________________
6814 [  6645] By: jhi                                   on 2000/08/15  23:33:23
6815         Log: (Retracted by #6660)
6816              
6817              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
6818              From: Dominic Dunlop <domo@computer.org>
6819              Date: Tue, 15 Aug 2000 22:20:52 +0200
6820              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
6821      Branch: metaconfig/U/perl
6822            + d_printfed.U
6823      Branch: perl
6824            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6825            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
6826            ! t/op/sprintf.t
6827 ____________________________________________________________________________
6828 [  6644] By: jhi                                   on 2000/08/15  21:17:20
6829         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
6830              From: abigail@foad.org
6831              Date: 15 Aug 2000 20:12:41 -0000
6832              Message-Id: <20000815201241.25556.qmail@foad.org>
6833      Branch: perl
6834            ! INSTALL
6835 ____________________________________________________________________________
6836 [  6643] By: jhi                                   on 2000/08/15  21:15:28
6837         Log: (an already applied patch)
6838      Branch: perl
6839            ! lib/CGI.pm
6840 ____________________________________________________________________________
6841 [  6642] By: gsar                                  on 2000/08/15  19:54:05
6842         Log: magic callbacks all need to have same type signature
6843      Branch: perl
6844            ! embed.pl mg.c proto.h
6845 ____________________________________________________________________________
6846 [  6641] By: jhi                                   on 2000/08/15  17:56:27
6847         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)
6848              From: Mike Guy <mjtg@cam.ac.uk>
6849              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
6850              Date: Tue, 15 Aug 2000 18:26:45 +0100
6851              
6852              Only the peek.t part applied, not the hash quality part.
6853      Branch: perl
6854            ! t/lib/peek.t
6855 ____________________________________________________________________________
6856 [  6640] By: jhi                                   on 2000/08/15  16:37:37
6857         Log: Update Changes.
6858      Branch: perl
6859            ! Changes
6860 ____________________________________________________________________________
6861 [  6639] By: jhi                                   on 2000/08/15  16:34:55
6862         Log: Missed a file from #6638.
6863      Branch: perl
6864            ! lib/File/Temp.pm
6865 ____________________________________________________________________________
6866 [  6638] By: jhi                                   on 2000/08/15  16:33:19
6867         Log: Subject: [PATCH perl@6620] cygwin port
6868              From: "Fifer, Eric" <EFifer@sanwaint.com>
6869              Date: Tue, 15 Aug 2000 17:00:49 +0100
6870              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
6871      Branch: perl
6872            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
6873 ____________________________________________________________________________
6874 [  6637] By: jhi                                   on 2000/08/15  16:29:22
6875         Log: Subject: [PATCH] debugger exit code should reflect user exit code
6876              From: Mike Guy <mjtg@cam.ac.uk>
6877              Date: Tue, 15 Aug 2000 16:55:59 +0100
6878              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
6879      Branch: perl
6880            ! lib/perl5db.pl
6881 ____________________________________________________________________________
6882 [  6636] By: jhi                                   on 2000/08/15  15:30:58
6883         Log: Update Changes.
6884      Branch: perl
6885            ! Changes
6886 ____________________________________________________________________________
6887 [  6635] By: jhi                                   on 2000/08/15  15:27:21
6888         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
6889      Branch: metaconfig
6890            ! U/mkglossary U/mksample
6891      Branch: metaconfig/U/perl
6892            ! Devel.U
6893      Branch: perl
6894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6895 ____________________________________________________________________________
6896 [  6634] By: jhi                                   on 2000/08/15  14:11:55
6897         Log: Don't blow limited stacks, a lower number is enough to
6898              tickle the lookbehind limit.
6899              
6900              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
6901              From: Dominic Dunlop <domo@computer.org>
6902              Date: Tue, 15 Aug 2000 13:51:24 +0200
6903              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
6904      Branch: perl
6905            ! t/op/regmesg.t
6906 ____________________________________________________________________________
6907 [  6633] By: jhi                                   on 2000/08/15  14:01:46
6908         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
6909              From: Mike Guy <mjtg@cam.ac.uk>
6910              Date: Tue, 15 Aug 2000 12:10:50 +0100
6911              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
6912      Branch: perl
6913            ! utils/perldoc.PL
6914 ____________________________________________________________________________
6915 [  6632] By: jhi                                   on 2000/08/15  13:58:48
6916         Log: make ok etc also for win32.
6917              
6918              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
6919              From: Prymmer/Kahn <pvhp@best.com>
6920              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
6921              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
6922      Branch: perl
6923            ! win32/Makefile
6924 ____________________________________________________________________________
6925 [  6631] By: jhi                                   on 2000/08/15  13:45:03
6926         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
6927      Branch: perl
6928            ! lib/Test.pm
6929 ____________________________________________________________________________
6930 [  6630] By: jhi                                   on 2000/08/15  03:25:09
6931         Log: Update Changes.
6932      Branch: perl
6933            ! Changes
6934 ____________________________________________________________________________
6935 [  6629] By: jhi                                   on 2000/08/15  03:23:53
6936         Log: magic_regdatum_set() is void, not int.
6937      Branch: perl
6938            ! embed.pl mg.c proto.h
6939 ____________________________________________________________________________
6940 [  6628] By: jhi                                   on 2000/08/15  03:08:02
6941         Log: Make the user to give up his firstborn, err, to knowingly
6942              verify installing an unstable developer release.  Also bump
6943              the release to 5.7.0, but leave a patch tag in the local
6944              patches saying that this is not yet the real thing.
6945      Branch: metaconfig
6946            ! U/modified/Instruct.U
6947      Branch: metaconfig/U/perl
6948            + Devel.U
6949      Branch: perl
6950            ! Configure patchlevel.h
6951 ____________________________________________________________________________
6952 [  6627] By: jhi                                   on 2000/08/14  22:32:52
6953         Log: README.os2 update.
6954              
6955              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
6956              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6957              Date: Wed, 02 Aug 2000 21:55:09 -0700
6958              Message-ID: <tsPi5gzkgegX092yn@efn.org>
6959      Branch: perl
6960            ! README.os2
6961 ____________________________________________________________________________
6962 [  6626] By: jhi                                   on 2000/08/14  21:00:02
6963         Log: Subject: Re: File::Temp problems on VMS in bleedperl
6964              From: Tim Jenness <timj@jach.hawaii.edu>
6965              cc: vmsperl@perl.org
6966              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
6967              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
6968      Branch: perl
6969            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
6970 ____________________________________________________________________________
6971 [  6625] By: jhi                                   on 2000/08/14  20:52:16
6972         Log: Add SUIDMAIL as was done for the CERT alert.
6973      Branch: perl
6974            ! patchlevel.h
6975 ____________________________________________________________________________
6976 [  6624] By: jhi                                   on 2000/08/14  20:48:50
6977         Log: Subject: sfio2000
6978              From: Daniel Muino <dmuino@afip.gov.ar>
6979              Date: Mon, 14 Aug 2000 16:58:11 -0300
6980              Message-ID: <20000814165811.B16368@con2-dgi>
6981      Branch: perl
6982            ! perlsdio.h perlsfio.h
6983 ____________________________________________________________________________
6984 [  6623] By: jhi                                   on 2000/08/14  20:47:36
6985         Log: Subject: warning: storage class after type is obsolescent
6986              From: Daniel Muino <dmuino@afip.gov.ar>
6987              Date: Mon, 14 Aug 2000 16:42:47 -0300
6988              Message-ID: <20000814164247.A16368@con2-dgi>
6989      Branch: perl
6990            ! regcomp.pl regnodes.h
6991 ____________________________________________________________________________
6992 [  6622] By: jhi                                   on 2000/08/14  20:43:05
6993         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
6994              From: abigail@foad.org
6995              Date: 14 Aug 2000 20:00:10 -0000
6996              Message-Id: <20000814200010.27271.qmail@foad.org>
6997      Branch: perl
6998            ! Changes
6999 ____________________________________________________________________________
7000 [  6621] By: jhi                                   on 2000/08/14  15:23:05
7001         Log: Update Changes.
7002      Branch: perl
7003            ! Changes
7004 ____________________________________________________________________________
7005 [  6620] By: jhi                                   on 2000/08/14  15:22:14
7006         Log: Subject: Re: [PATCH] @+, @- readonly
7007              From: Mike Guy <mjtg@cam.ac.uk>
7008              Date: Mon, 14 Aug 2000 15:26:55 +0100
7009              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
7010      Branch: perl
7011            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
7012            ! sv.c t/op/pat.t
7013 ____________________________________________________________________________
7014 [  6619] By: jhi                                   on 2000/08/14  14:12:08
7015         Log: Update Changes.
7016      Branch: perl
7017            ! Changes
7018 ____________________________________________________________________________
7019 [  6618] By: jhi                                   on 2000/08/14  14:09:34
7020         Log: For now remove the mail code.
7021      Branch: perl
7022            ! perl.c
7023 ____________________________________________________________________________
7024 [  6617] By: jhi                                   on 2000/08/14  14:08:28
7025         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
7026      Branch: perl
7027            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
7028            ! pod/perlfaq8.pod pod/perlsec.pod
7029 ____________________________________________________________________________
7030 [  6616] By: jhi                                   on 2000/08/14  14:00:11
7031         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
7032              From: Mike Guy <mjtg@cam.ac.uk>
7033              Date: Mon, 14 Aug 2000 08:26:02 +0100
7034              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
7035      Branch: perl
7036            ! lib/perl5db.pl
7037 ____________________________________________________________________________
7038 [  6615] By: jhi                                   on 2000/08/14  13:58:45
7039         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
7040              From: Mike Guy <mjtg@cam.ac.uk>
7041              Date: Mon, 14 Aug 2000 08:04:22 +0100
7042              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
7043      Branch: perl
7044            ! gv.c mg.c t/op/pat.t
7045 ____________________________________________________________________________
7046 [  6614] By: jhi                                   on 2000/08/14  13:56:45
7047         Log: Subject: Test fails / warnings with perl-current #6612
7048              From: Mike Guy <mjtg@cam.ac.uk>
7049              Date: Mon, 14 Aug 2000 07:57:23 +0100
7050              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
7051      Branch: perl
7052            ! t/lib/b.t t/lib/peek.t
7053 ____________________________________________________________________________
7054 [  6613] By: jhi                                   on 2000/08/14  13:45:33
7055         Log: VMS configure.com update continues.
7056      Branch: perl
7057            - vms/configure.com
7058            ! MANIFEST configure.com
7059 ____________________________________________________________________________
7060 [  6612] By: jhi                                   on 2000/08/13  22:13:35
7061         Log: Update Changes.
7062      Branch: perl
7063            ! Changes
7064 ____________________________________________________________________________
7065 [  6611] By: jhi                                   on 2000/08/13  16:21:45
7066         Log: Upgrade to CGI 2.71, from Lincoln Stein.
7067      Branch: perl
7068            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
7069 ____________________________________________________________________________
7070 [  6610] By: jhi                                   on 2000/08/13  15:09:16
7071         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
7072              From: Mike Guy <mjtg@cam.ac.uk>
7073              Date: Sun, 13 Aug 2000 13:45:51 +0100
7074              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
7075      Branch: perl
7076            ! t/op/regmesg.t
7077 ____________________________________________________________________________
7078 [  6609] By: jhi                                   on 2000/08/13  14:31:26
7079         Log: Andreas says that 1.56 is fine, so reverting back to it.
7080      Branch: perl
7081            ! lib/CPAN.pm
7082 ____________________________________________________________________________
7083 [  6608] By: jhi                                   on 2000/08/13  05:34:20
7084         Log: Update Changes.
7085      Branch: perl
7086            ! Changes
7087 ____________________________________________________________________________
7088 [  6607] By: jhi                                   on 2000/08/13  05:32:01
7089         Log: Put back the \z changes of #5406 to CPAN.pm.
7090      Branch: perl
7091            ! lib/CPAN.pm
7092 ____________________________________________________________________________
7093 [  6606] By: jhi                                   on 2000/08/13  05:20:16
7094         Log: Fix-n-skip the tests under 5005threads.
7095      Branch: perl
7096            ! t/lib/b.t
7097 ____________________________________________________________________________
7098 [  6605] By: jhi                                   on 2000/08/13  05:07:48
7099         Log: Fix the test for 5005threads.
7100      Branch: perl
7101            ! t/lib/peek.t
7102 ____________________________________________________________________________
7103 [  6604] By: jhi                                   on 2000/08/13  03:35:37
7104         Log: Should have deleted this in #6603.
7105      Branch: perl
7106            - vms/subconfigure.com
7107 ____________________________________________________________________________
7108 [  6603] By: jhi                                   on 2000/08/12  18:29:32
7109         Log: Rewrite of vms/subconfigure.com as configure.com,
7110              from Peter Prymmer and the vmsperl crew.
7111      Branch: perl
7112            + vms/configure.com
7113            ! MANIFEST
7114 ____________________________________________________________________________
7115 [  6602] By: jhi                                   on 2000/08/11  13:00:01
7116         Log: PlainText.pm is dead.
7117      Branch: perl
7118            - lib/Pod/PlainText.pm
7119            ! MANIFEST
7120 ____________________________________________________________________________
7121 [  6601] By: jhi                                   on 2000/08/11  04:06:45
7122         Log: Update Changes.
7123      Branch: perl
7124            ! Changes
7125 ____________________________________________________________________________
7126 [  6600] By: jhi                                   on 2000/08/11  04:06:10
7127         Log: Add a few missing files, update MANIFEST.
7128      Branch: perl
7129            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
7130            + lib/Pod/PlainText.pm t/pod/find.t
7131            ! MANIFEST t/op/regmesg.t
7132 ____________________________________________________________________________
7133 [  6599] By: jhi                                   on 2000/08/11  03:31:10
7134         Log: Add Perl debugging tutorial, regen toc. 
7135              
7136              Subject: perldebtut.pod
7137              From: Richard Foley <Richard.Foley@m.dasa.de>
7138              Date: Wed, 09 Aug 2000 10:17:15 +0200
7139              Message-id: <3991138B.262247B8@m.dasa.de>
7140      Branch: perl
7141            + pod/perldebtut.pod
7142            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7143 ____________________________________________________________________________
7144 [  6598] By: jhi                                   on 2000/08/11  02:48:56
7145         Log: tiny Changes edit
7146      Branch: perl
7147            ! Changes
7148 ____________________________________________________________________________
7149 [  6597] By: jhi                                   on 2000/08/11  02:39:04
7150         Log: Tests for #6589.
7151              
7152              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
7153              From: simon@brecon.co.uk (Simon Cozens)
7154              Date: 11 Aug 2000 02:24:52 GMT
7155              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
7156      Branch: perl
7157            ! t/lib/b.t
7158 ____________________________________________________________________________
7159 [  6596] By: jhi                                   on 2000/08/11  01:50:07
7160         Log: Update Changes.
7161      Branch: perl
7162            ! Changes
7163 ____________________________________________________________________________
7164 [  6595] By: jhi                                   on 2000/08/11  01:47:16
7165         Log: nitfix
7166      Branch: perl
7167            ! Changes
7168 ____________________________________________________________________________
7169 [  6594] By: jhi                                   on 2000/08/11  01:36:16
7170         Log: Subject: Getting perlio and threads to compile
7171              From: Lupe Christoph <lupe@lupe-christoph.de>
7172              Date: Wed, 9 Aug 2000 11:35:54 +0200
7173              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
7174              
7175              (the Solaris version changes in Configure skipped)
7176      Branch: perl
7177            ! hints/solaris_2.sh thread.h
7178 ____________________________________________________________________________
7179 [  6593] By: jhi                                   on 2000/08/11  01:30:16
7180         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
7181              From: simon@brecon.co.uk (Simon Cozens)
7182              Date: 1 Aug 2000 06:55:19 GMT
7183              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
7184      Branch: perl
7185            ! lib/utf8.pm
7186 ____________________________________________________________________________
7187 [  6592] By: jhi                                   on 2000/08/11  01:26:39
7188         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
7189              From: Peter Scott <Peter@PeterScott.com>
7190              Date: Thu, 10 Aug 2000 08:23:27 -0700
7191              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
7192      Branch: perl
7193            ! lib/perl5db.pl
7194 ____________________________________________________________________________
7195 [  6591] By: jhi                                   on 2000/08/11  01:22:02
7196         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
7197              From: Hugo <hv@crypt.compulink.co.uk>
7198              Date: Thu, 10 Aug 2000 19:23:04 +0100
7199              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
7200      Branch: perl
7201            ! regexec.c t/op/pat.t
7202 ____________________________________________________________________________
7203 [  6590] By: jhi                                   on 2000/08/11  01:19:19
7204         Log: Preprocessing and postprocessing for File::Find.
7205              
7206              Subject: Patch to Find::File.pm to allow alphabetical results
7207              From: Joe Smith <jsmith@inwap.com>
7208              Date: Wed, 9 Aug 2000 02:44:54 -0700
7209              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
7210      Branch: perl
7211            ! lib/File/Find.pm
7212 ____________________________________________________________________________
7213 [  6589] By: jhi                                   on 2000/08/11  01:12:39
7214         Log: B::Deparse didn't do sub attributes.
7215              
7216              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
7217              From: simon@brecon.co.uk (Simon Cozens)
7218              Date: 9 Aug 2000 04:49:20 GMT
7219              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
7220      Branch: perl
7221            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
7222 ____________________________________________________________________________
7223 [  6588] By: jhi                                   on 2000/08/11  01:06:40
7224         Log: Subject: debugger "d" command doesnt check line number
7225              From: Mike Guy <mjtg@cam.ac.uk>
7226              Date: Tue, 08 Aug 2000 21:54:29 +0100
7227              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
7228      Branch: perl
7229            ! lib/perl5db.pl mg.c pod/perldiag.pod
7230 ____________________________________________________________________________
7231 [  6587] By: jhi                                   on 2000/08/11  00:45:03
7232         Log: sleep(1) does not necessarily return 1.
7233              
7234              Subject: [PATCH bleadperl] op/lex_assign.t  
7235              From: Hugo <hv@crypt.compulink.co.uk>
7236              Date: Thu, 03 Aug 2000 14:34:22 +0100        
7237              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
7238      Branch: perl
7239            ! t/op/lex_assign.t
7240 ____________________________________________________________________________
7241 [  6586] By: jhi                                   on 2000/08/11  00:31:50
7242         Log: Document the IO::Select timeout.
7243      Branch: perl
7244            ! ext/IO/lib/IO/Select.pm
7245 ____________________________________________________________________________
7246 [  6585] By: jhi                                   on 2000/08/11  00:13:54
7247         Log: Forgot contributor.
7248      Branch: perl
7249            ! Changes
7250 ____________________________________________________________________________
7251 [  6584] By: jhi                                   on 2000/08/11  00:09:19
7252         Log: detypo
7253      Branch: perl
7254            ! Changes
7255 ____________________________________________________________________________
7256 [  6583] By: jhi                                   on 2000/08/11  00:07:53
7257         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
7258              
7259              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
7260              From: Mike Guy <mjtg@cam.ac.uk> 
7261              Date: Thu, 10 Aug 2000 15:50:54 +0100
7262              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
7263      Branch: perl
7264            ! sv.c t/op/int.t
7265 ____________________________________________________________________________
7266 [  6582] By: jhi                                   on 2000/08/10  23:29:32
7267         Log: Update Changes.
7268      Branch: perl
7269            ! Changes
7270 ____________________________________________________________________________
7271 [  6581] By: jhi                                   on 2000/08/10  23:26:16
7272         Log: Put back the std @INC thing.
7273      Branch: perl
7274            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
7275            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
7276            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
7277            ! t/lib/gol-oo.t
7278 ____________________________________________________________________________
7279 [  6580] By: jhi                                   on 2000/08/10  23:03:34
7280         Log: Update to CGI 2.70, from Lincoln Stein.
7281      Branch: perl
7282            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
7283            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
7284            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
7285            ! t/lib/cgi-request.t
7286 ____________________________________________________________________________
7287 [  6579] By: jhi                                   on 2000/08/10  22:41:50
7288         Log: Update to CPAN 1.56, from Andreas König.
7289      Branch: perl
7290            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7291 ____________________________________________________________________________
7292 [  6578] By: jhi                                   on 2000/08/10  22:38:13
7293         Log: Update to Pod::Parser 1.17, from Brad Appleton.
7294      Branch: perl
7295            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
7296            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
7297            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
7298            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
7299            ! t/pod/include.t t/pod/included.t t/pod/lref.t
7300            ! t/pod/multiline_items.t t/pod/nested_items.t
7301            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7302            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
7303            ! t/pod/special_seqs.t
7304 ____________________________________________________________________________
7305 [  6577] By: jhi                                   on 2000/08/10  22:35:41
7306         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
7307      Branch: perl
7308            ! AUTHORS MAINTAIN
7309 ____________________________________________________________________________
7310 [  6576] By: jhi                                   on 2000/08/10  22:24:54
7311         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
7312      Branch: perl
7313            + t/lib/gol-oo.t
7314            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
7315            ! t/lib/gol-compat.t t/lib/gol-linkage.t
7316 ____________________________________________________________________________
7317 [  6575] By: jhi                                   on 2000/08/10  22:02:07
7318         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
7319      Branch: perl
7320            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
7321 ____________________________________________________________________________
7322 [  6574] By: jhi                                   on 2000/08/10  21:55:03
7323         Log: Iterating perl6 description.
7324      Branch: perl
7325            ! pod/perlfaq1.pod
7326 ____________________________________________________________________________
7327 [  6573] By: jhi                                   on 2000/08/10  21:48:26
7328         Log: Revert the sv.c part of #6559, a better fix is needed.
7329      Branch: perl
7330            ! sv.c
7331 ____________________________________________________________________________
7332 [  6572] By: jhi                                   on 2000/08/10  20:33:43
7333         Log: It's the 2ndO'ROSSC.
7334      Branch: perl
7335            ! pod/perlfaq1.pod
7336 ____________________________________________________________________________
7337 [  6571] By: jhi                                   on 2000/08/10  15:55:48
7338         Log: detypo
7339      Branch: perl
7340            ! pod/perlfaq1.pod
7341 ____________________________________________________________________________
7342 [  6570] By: jhi                                   on 2000/08/10  14:11:17
7343         Log: An exceptionally sticky typo.
7344      Branch: perl
7345            ! Changes
7346 ____________________________________________________________________________
7347 [  6569] By: jhi                                   on 2000/08/10  14:09:33
7348         Log: detypo (and test Changes updating script)
7349      Branch: perl
7350            ! Changes
7351 ____________________________________________________________________________
7352 [  6568] By: jhi                                   on 2000/08/10  14:07:07
7353         Log: Update Changes.
7354      Branch: perl
7355            ! Changes
7356 ____________________________________________________________________________
7357 [  6567] By: jhi                                   on 2000/08/10  14:06:19
7358         Log: Amend the description of Perl6.
7359              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
7360              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7361              Date: Wed, 9 Aug 2000 22:11:06 -0500
7362              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
7363      Branch: perl
7364            ! pod/perlfaq1.pod
7365 ____________________________________________________________________________
7366 [  6566] By: jhi                                   on 2000/08/10  13:58:57
7367         Log: Subject: Remove dead entry in perldiag
7368              From: Mike Guy <mjtg@cam.ac.uk>
7369              Date: Thu, 10 Aug 2000 14:19:19 +0100
7370              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
7371      Branch: perl
7372            ! pod/perldiag.pod
7373 ____________________________________________________________________________
7374 [  6565] By: jhi                                   on 2000/08/10  13:51:48
7375         Log: Zero entries were skipped, fix from Adrian Goalby
7376              <argoalby@yahoo.co.uk>
7377      Branch: perl
7378            ! lib/unicode/Number.pl lib/unicode/mktables.PL
7379 ____________________________________________________________________________
7380 [  6564] By: jhi                                   on 2000/08/10  13:00:12
7381         Log: Subject: [PATCH 5.6.0] cygwin port
7382              From: "Fifer, Eric" <EFifer@sanwaint.com>
7383              Date: Thu, 10 Aug 2000 13:15:36 +0100
7384              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
7385      Branch: perl
7386            ! README.cygwin hints/cygwin.sh
7387 ____________________________________________________________________________
7388 [  6563] By: jhi                                   on 2000/08/10  12:55:16
7389         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
7390      Branch: perl
7391            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
7392 ____________________________________________________________________________
7393 [  6562] By: gsar                                  on 2000/08/10  08:38:39
7394         Log: warn is a macro, avoid using at a variable to avoid warnings
7395              in some configurations; readdir.t is too conservative in
7396              estimating number of *.t's
7397      Branch: perl
7398            ! t/op/readdir.t util.c
7399 ____________________________________________________________________________
7400 [  6561] By: jhi                                   on 2000/08/09  23:35:42
7401         Log: Update Changes.
7402      Branch: perl
7403            ! Changes
7404 ____________________________________________________________________________
7405 [  6560] By: jhi                                   on 2000/08/09  23:05:47
7406         Log: Subject: Re: enhanced(?) regex error messages
7407              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7408              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
7409              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
7410              
7411              (plus two small patches sent privately)
7412              (this still seems to leave few test failures)
7413      Branch: perl
7414            + t/op/regmesg.t
7415            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
7416            ! t/pragma/warn/regcomp
7417 ____________________________________________________________________________
7418 [  6559] By: jhi                                   on 2000/08/09  20:41:18
7419         Log: (The fix did work but was not right, retracted in #6573)
7420              
7421              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
7422              From: Christian Kirsch <ck@held.mind.de>
7423              Date: Wed, 9 Aug 2000 17:05:17 +0200
7424              Message-Id: <20000809170517.A25389@held>
7425      Branch: perl
7426            ! sv.c t/pragma/locale.t
7427 ____________________________________________________________________________
7428 [  6558] By: jhi                                   on 2000/08/08  22:34:08
7429         Log: Tiny updates on the contributors list.
7430      Branch: perl
7431            ! Changes
7432 ____________________________________________________________________________
7433 [  6557] By: jhi                                   on 2000/08/08  19:34:28
7434         Log: Double check that we have a dirhandle.
7435      Branch: perl
7436            ! util.c
7437 ____________________________________________________________________________
7438 [  6556] By: jhi                                   on 2000/08/08  19:01:51
7439         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
7440              May be repopulated with fresh maintained examples.
7441      Branch: perl
7442            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
7443            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
7444            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
7445            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
7446            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
7447            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
7448            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
7449            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
7450            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
7451            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
7452            + lib/CGI/eg/wilogo_gif.uu
7453            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
7454            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
7455            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
7456            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
7457            - eg/cgi/frameset.cgi eg/cgi/index.html
7458            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7459            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7460            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7461            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
7462            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
7463            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
7464            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
7465            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
7466            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
7467            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
7468            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
7469            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
7470            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
7471            - eg/van/vanish eg/who eg/wrapsuid
7472            ! MANIFEST
7473 ____________________________________________________________________________
7474 [  6555] By: jhi                                   on 2000/08/08  18:51:08
7475         Log: Delete chat2 as requested by Randal.
7476              
7477              Subject: Re: perlfaq8 coyness
7478              From: merlyn@stonehenge.com (Randal L. Schwartz) 
7479              Date: 15 May 2000 18:52:42 -0700 
7480              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
7481      Branch: perl
7482            - lib/chat2.pl
7483            ! MANIFEST
7484 ____________________________________________________________________________
7485 [  6554] By: jhi                                   on 2000/08/08  18:31:35
7486         Log: Regen global.sym.
7487      Branch: perl
7488            ! global.sym
7489 ____________________________________________________________________________
7490 [  6553] By: jhi                                   on 2000/08/08  18:28:13
7491         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
7492              (either perlbug or p5p ate the original), plus regen
7493              perlapi and perltoc. 
7494      Branch: perl
7495            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
7496            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
7497            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7498            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
7499            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
7500            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
7501            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
7502            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
7503            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
7504            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
7505 ____________________________________________________________________________
7506 [  6552] By: jhi                                   on 2000/08/08  18:06:29
7507         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
7508              From: Mike Guy <mjtg@cam.ac.uk>
7509              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
7510              Date: Tue, 08 Aug 2000 15:51:27 +0100
7511      Branch: perl
7512            ! doop.c sv.h t/op/join.t t/pragma/overload.t
7513 ____________________________________________________________________________
7514 [  6551] By: jhi                                   on 2000/08/08  18:01:11
7515         Log: Re-apply #6549.
7516      Branch: perl
7517            ! lib/perl5db.pl
7518 ____________________________________________________________________________
7519 [  6550] By: jhi                                   on 2000/08/08  17:43:08
7520         Log: Accidental retraction of #6549.
7521      Branch: perl
7522            ! lib/perl5db.pl
7523 ____________________________________________________________________________
7524 [  6549] By: jhi                                   on 2000/08/08  17:40:04
7525         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
7526              From: Mike Guy <mjtg@cam.ac.uk>
7527              Date: Mon, 07 Aug 2000 21:49:58 +0100
7528              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
7529      Branch: perl
7530            ! lib/perl5db.pl
7531 ____________________________________________________________________________
7532 [  6548] By: jhi                                   on 2000/08/08  17:37:57
7533         Log: Document here-doc better.
7534              
7535              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
7536              From: Mike Guy <mjtg@cam.ac.uk>
7537              Date: Mon, 07 Aug 2000 14:02:09 +0100
7538              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
7539      Branch: perl
7540            ! pod/perldata.pod
7541 ____________________________________________________________________________
7542 [  6547] By: jhi                                   on 2000/08/08  17:33:34
7543         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
7544              From: "Randy J. Ray" <rjray@redhat.com>
7545              Date: Mon, 07 Aug 2000 19:12:25 -0700
7546              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
7547      Branch: perl
7548            ! perl.c pod/perlrun.pod
7549 ____________________________________________________________________________
7550 [  6546] By: jhi                                   on 2000/08/08  17:29:26
7551         Log: Subject: Re: enhanced(?) regex error messages 
7552              From: Hugo <hv@crypt.compulink.co.uk>
7553              Date: Tue, 08 Aug 2000 03:25:51 +0100
7554              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
7555              
7556              plus Capitalize the error messages, plus perldiag them.
7557      Branch: perl
7558            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
7559 ____________________________________________________________________________
7560 [  6545] By: jhi                                   on 2000/08/08  13:59:28
7561         Log: Augment #6539 a bit: don't croak if there's magic in the air.
7562              
7563              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
7564              From: Hugo <hv@crypt.compulink.co.uk>
7565              Date: Tue, 08 Aug 2000 03:02:03 +0100
7566              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
7567      Branch: perl
7568            ! pp.c t/op/bless.t
7569 ____________________________________________________________________________
7570 [  6544] By: jhi                                   on 2000/08/07  21:11:52
7571         Log: Make the test -w clean.
7572      Branch: perl
7573            ! t/op/bless.t
7574 ____________________________________________________________________________
7575 [  6543] By: jhi                                   on 2000/08/07  19:49:53
7576         Log: use warnings instead of $^W.
7577      Branch: perl
7578            ! t/op/bless.t
7579 ____________________________________________________________________________
7580 [  6542] By: jhi                                   on 2000/08/07  17:41:41
7581         Log: Disable a portability warning Because We Know What We Are Doing.
7582      Branch: perl
7583            ! t/op/bless.t
7584 ____________________________________________________________________________
7585 [  6541] By: jhi                                   on 2000/08/07  17:29:51
7586         Log: Tiny tidying on report_evil_fh().
7587      Branch: perl
7588            ! util.c
7589 ____________________________________________________________________________
7590 [  6540] By: jhi                                   on 2000/08/07  16:37:38
7591         Log: Make regular expression parse error messages easier to understand.
7592              
7593              Subject: Re: enhanced(?) regex error messages
7594              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7595              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
7596              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
7597      Branch: perl
7598            ! regcomp.c
7599 ____________________________________________________________________________
7600 [  6539] By: jhi                                   on 2000/08/07  16:12:27
7601         Log: Make bless(REF, REF) a fatal error, add bless tests.
7602              
7603              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
7604              From: Hugo <hv@crypt.compulink.co.uk>
7605              Date: Mon, 07 Aug 2000 16:59:38 +0100
7606              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
7607      Branch: perl
7608            + t/op/bless.t
7609            ! MANIFEST pod/perldiag.pod pp.c sv.c
7610 ____________________________________________________________________________
7611 [  6538] By: jhi                                   on 2000/08/07  15:59:43
7612         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
7613              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
7614              Date: Thu, 3 Aug 2000 14:29:21 -0700
7615              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
7616      Branch: perl
7617            ! lib/lib_pm.PL
7618 ____________________________________________________________________________
7619 [  6537] By: jhi                                   on 2000/08/07  15:47:18
7620         Log: Retract #6419 for now since it breaks in AFS and MachTen.
7621      Branch: perl
7622            ! lib/Cwd.pm
7623 ____________________________________________________________________________
7624 [  6536] By: jhi                                   on 2000/08/07  15:05:29
7625         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
7626              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
7627              The security hole exists only in suidperls, which isn't
7628              installed or even built by default.
7629      Branch: perl
7630            ! perl.c
7631 ____________________________________________________________________________
7632 [  6535] By: jhi                                   on 2000/08/07  14:45:14
7633         Log: tr memory corruption fix from Simon Cozens.
7634      Branch: perl
7635            ! doop.c
7636 ____________________________________________________________________________
7637 [  6534] By: jhi                                   on 2000/08/06  11:38:16
7638         Log: Document a bit that UDP is not what you might think.
7639              
7640              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
7641              From: Lupe Christoph <lupe@lupe-christoph.de>
7642              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
7643              Date: Mon, 24 Jul 2000 08:59:15 +0200
7644      Branch: perl
7645            ! pod/perlipc.pod
7646 ____________________________________________________________________________
7647 [  6533] By: jhi                                   on 2000/08/06  11:35:01
7648         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
7649              From: Jeff Pinyan <jeffp@hut.crusoe.net>
7650              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
7651              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
7652      Branch: perl
7653            ! pod/perlfunc.pod
7654 ____________________________________________________________________________
7655 [  6532] By: jhi                                   on 2000/08/06  03:45:41
7656         Log: Have symbols for the IoTYPEs.
7657      Branch: perl
7658            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
7659 ____________________________________________________________________________
7660 [  6531] By: jhi                                   on 2000/08/06  01:33:55
7661         Log: Continue fixing the io warnings.  This also
7662              sort of fixes bug ID 20000802.003: the core dump
7663              is no more.  Whether the current behaviour is correct
7664              (giving a warning: "Not a format reference"), is another matter.
7665      Branch: perl
7666            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
7667            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
7668 ____________________________________________________________________________
7669 [  6530] By: jhi                                   on 2000/08/05  21:33:12
7670         Log: Change the Policy policy: now -Dprefix= with an existing
7671              Policy.sh and prefix == siteprefix == vendorprefix, then all
7672              of them follow along the new prefix.
7673              
7674              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
7675              From: Andy Dougherty <doughera@lafayette.edu>
7676              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
7677              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
7678      Branch: perl
7679            ! Policy_sh.SH
7680 ____________________________________________________________________________
7681 [  6529] By: jhi                                   on 2000/08/05  18:57:28
7682         Log: Zap lib/Sys directory when cleaning up.
7683      Branch: perl
7684            ! Makefile.SH
7685 ____________________________________________________________________________
7686 [  6528] By: jhi                                   on 2000/08/05  18:40:44
7687         Log: Essential prototype changes were missing from #6527.
7688              Also make report_evil_fh() more bomb-proof.
7689      Branch: perl
7690            ! embed.h util.c
7691 ____________________________________________________________________________
7692 [  6527] By: jhi                                   on 2000/08/05  03:22:05
7693         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
7694              From: "Ronald F. Guilmette" <rfg@monkeys.com>
7695              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
7696              Message-Id: <200007242247.PAA52177@monkeys.com>
7697      Branch: perl
7698            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
7699 ____________________________________________________________________________
7700 [  6526] By: jhi                                   on 2000/08/04  21:23:27
7701         Log: gcc versions might have (parentheses) in them.
7702      Branch: metaconfig/U/perl
7703            ! gccvers.U
7704      Branch: perl
7705            ! Configure config_h.SH
7706 ____________________________________________________________________________
7707 [  6525] By: jhi                                   on 2000/08/04  20:23:12
7708         Log: Weed buglets pointed out by
7709              
7710              From: Lupe Christoph <lupe@lupe-christoph.de>
7711              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
7712              Date: Fri, 4 Aug 2000 17:34:39 +0200
7713              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
7714      Branch: metaconfig/U/perl
7715            ! gccvers.U uselfs.U
7716      Branch: perl
7717            ! Configure config_h.SH
7718 ____________________________________________________________________________
7719 [  6524] By: jhi                                   on 2000/08/04  19:02:08
7720         Log: Warn under -w if lstat(FH) is attempted.
7721              
7722              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
7723              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
7724              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
7725              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
7726      Branch: perl
7727            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
7728            ! t/pragma/warn/pp_sys
7729 ____________________________________________________________________________
7730 [  6523] By: jhi                                   on 2000/08/04  12:31:11
7731         Log: Subject: New perlcc, take 2
7732              From: simon@brecon.co.uk (Simon Cozens)
7733              Date: 4 Aug 2000 06:21:04 GMT
7734              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
7735      Branch: perl
7736            ! utils/perlcc.PL
7737 ____________________________________________________________________________
7738 [  6522] By: jhi                                   on 2000/08/04  12:26:33
7739         Log: Subject: Re: Array vs. List context
7740              From: Daniel Chetlin <daniel@chetlin.com>
7741              Date: Fri, 4 Aug 2000 00:22:44 -0700
7742              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
7743      Branch: perl
7744            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
7745            ! pod/perlfaq4.pod
7746 ____________________________________________________________________________
7747 [  6521] By: jhi                                   on 2000/08/04  12:22:38
7748         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
7749              From: Raymund Will <ray@caldera.de>
7750              Date: Fri, 4 Aug 2000 12:07:09 +0200
7751              Message-Id: <20000804120709.A14982@caldera.de>
7752      Branch: perl
7753            ! configure.gnu
7754 ____________________________________________________________________________
7755 [  6520] By: jhi                                   on 2000/08/04  04:09:06
7756         Log: After the #6519 a warning about stat() is just that,
7757              not about a filetest, which now have their own warning.
7758      Branch: perl
7759            ! pod/perldiag.pod
7760 ____________________________________________________________________________
7761 [  6519] By: jhi                                   on 2000/08/04  04:06:30
7762         Log: In the warnings call filehandles consistently so;
7763              add "unopened" warning for stat().
7764      Branch: perl
7765            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
7766            ! t/pragma/warn/pp_sys
7767 ____________________________________________________________________________
7768 [  6518] By: jhi                                   on 2000/08/04  02:55:35
7769         Log: Subject: Minor tweak to perlvar.pod
7770              From: "Stephen P. Potter" <spp@ds.net>
7771              Date: Tue, 18 Apr 2000 09:26:03 -0400
7772              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
7773      Branch: perl
7774            ! pod/perlvar.pod
7775 ____________________________________________________________________________
7776 [  6517] By: jhi                                   on 2000/08/04  02:50:08
7777         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
7778              From: "Clinton Pierce" <cpierce1@ford.com>
7779              Date: Wed, 21 Jul 1999 16:45:31 -0400
7780              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
7781              
7782              Fix by Stephen Potter (visible in the bug db but not in p5p?)
7783      Branch: perl
7784            ! pod/perlfunc.pod pod/perlop.pod
7785 ____________________________________________________________________________
7786 [  6516] By: jhi                                   on 2000/08/04  02:09:25
7787         Log: This is 6512.  Really.
7788      Branch: perl
7789            ! dump.c
7790 ____________________________________________________________________________
7791 [  6515] By: jhi                                   on 2000/08/04  01:25:50
7792         Log: mention the idea of @( and @)
7793      Branch: perl
7794            ! Todo-5.6
7795 ____________________________________________________________________________
7796 [  6513] By: jhi                                   on 2000/08/04  01:18:18
7797         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
7798              From: Mark Dickinson <dickins3@fas.harvard.edu>
7799              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
7800              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
7801      Branch: perl
7802            ! t/op/grent.t t/op/pwent.t
7803 ____________________________________________________________________________
7804 [  6512] By: jhi                                   on 2000/08/04  01:14:06
7805         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
7806              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7807              Date: Wed, 02 Aug 2000 10:51:01 +0100
7808              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
7809      Branch: perl
7810            ! sv.c
7811 ____________________________________________________________________________
7812 [  6511] By: jhi                                   on 2000/08/04  00:57:00
7813         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
7814              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7815              Date: Thu, 03 Aug 2000 17:20:04 -0700
7816              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
7817      Branch: metaconfig
7818            ! U/modified/Cppsym.U
7819      Branch: perl
7820            ! Configure config_h.SH
7821 ____________________________________________________________________________
7822 [  6510] By: jhi                                   on 2000/08/04  00:25:28
7823         Log: detypo
7824      Branch: perl
7825            ! Makefile.SH
7826 ____________________________________________________________________________
7827 [  6509] By: jhi                                   on 2000/08/03  23:43:18
7828         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
7829              From: Dominic Dunlop <domo@computer.org>
7830              Date: Thu, 3 Aug 2000 22:16:46 +0200
7831              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
7832      Branch: perl
7833            ! t/op/sprintf.t
7834 ____________________________________________________________________________
7835 [  6508] By: jhi                                   on 2000/08/03  23:40:37
7836         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
7837              From: Hugo <hv@crypt.compulink.co.uk>
7838              Date: Thu, 03 Aug 2000 18:25:30 +0100
7839              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
7840      Branch: perl
7841            ! regcomp.c t/op/re_tests
7842 ____________________________________________________________________________
7843 [  6507] By: jhi                                   on 2000/08/03  23:38:28
7844         Log: Subject: [PATCH] sv.h documentation - SvLEN
7845              From: Mike Guy <mjtg@cam.ac.uk>
7846              Date: Thu, 03 Aug 2000 14:43:09 +0100
7847              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
7848      Branch: perl
7849            ! sv.h
7850 ____________________________________________________________________________
7851 [  6506] By: jhi                                   on 2000/08/03  15:49:14
7852         Log: Disable the fix_pl hack for now.
7853      Branch: perl
7854            ! Makefile.SH
7855 ____________________________________________________________________________
7856 [  6505] By: jhi                                   on 2000/08/03  13:49:04
7857         Log: Add a URL for FSF.
7858              
7859              Subject: Patch for README
7860              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7861              Date: Wed, 2 Aug 2000 13:25:09 -0500
7862              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
7863      Branch: perl
7864            ! README
7865 ____________________________________________________________________________
7866 [  6504] By: jhi                                   on 2000/08/03  13:29:19
7867         Log: Be more informative on what is skipped and why,
7868              also repeat the list at the end.
7869      Branch: perl
7870            ! Porting/p4desc
7871 ____________________________________________________________________________
7872 [  6503] By: jhi                                   on 2000/08/03  13:07:05
7873         Log: Circumvent the removal of .patch by fix_pl.
7874              
7875              Subject: Re: [ID 20000802.011] unable to 'make test'          
7876              From: simon@brecon.co.uk (Simon Cozens) 
7877              Date: 3 Aug 2000 04:17:00 GMT
7878              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
7879      Branch: perl
7880            ! Makefile.SH
7881 ____________________________________________________________________________
7882 [  6501] By: jhi                                   on 2000/08/03  00:00:26
7883         Log: The subtest 4 may fail also on VOBS, as pointed out
7884              by Nick Ing-Simmons in November 1999, bug id 19991124.003
7885              (but the failure in that bug report isn't the subtest 4).
7886      Branch: perl
7887            ! t/op/stat.t
7888 ____________________________________________________________________________
7889 [  6500] By: jhi                                   on 2000/08/02  23:49:30
7890         Log: Better skip message for the test; one of the two problems in
7891              
7892              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
7893              From: Lupe Christoph <lupe@lupe-christoph.de>
7894              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
7895              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
7896      Branch: perl
7897            ! t/op/numconvert.t
7898 ____________________________________________________________________________
7899 [  6499] By: jhi                                   on 2000/08/02  22:49:16
7900         Log: Allow "no Module;" even if there is no 'unimport'.
7901              
7902              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
7903              From: mjd@plover.com
7904              Date: 24 Mar 2000 15:24:34 -0000
7905              Message-Id: <20000324152434.15160.qmail@plover.com>
7906      Branch: perl
7907            ! gv.c
7908 ____________________________________________________________________________
7909 [  6498] By: jhi                                   on 2000/08/02  22:42:58
7910         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
7911              that are hopefully soon put into use.
7912      Branch: perl
7913            ! opcode.h opcode.pl opnames.h
7914 ____________________________________________________________________________
7915 [  6497] By: gsar                                  on 2000/08/02  22:28:59
7916         Log: require.t needs binmode() to work on windows
7917      Branch: perl
7918            ! t/comp/require.t
7919 ____________________________________________________________________________
7920 [  6496] By: jhi                                   on 2000/08/02  22:08:51
7921         Log: Document the IVdf UVuf UVof UVxf.
7922      Branch: perl
7923            ! pod/perlguts.pod
7924 ____________________________________________________________________________
7925 [  6495] By: jhi                                   on 2000/08/02  21:54:26
7926         Log: detypo #6494
7927      Branch: perl
7928            ! ext/Data/Dumper/Dumper.xs
7929 ____________________________________________________________________________
7930 [  6494] By: jhi                                   on 2000/08/02  21:49:17
7931         Log: Dump UVs as UVs in Data::Dumper.
7932              
7933              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
7934              From: Gurusamy Sarathy <gsar@ActiveState.com>
7935              Date: Thu, 27 Apr 2000 12:26:25 -0700
7936              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
7937      Branch: perl
7938            ! ext/Data/Dumper/Dumper.xs
7939 ____________________________________________________________________________
7940 [  6493] By: jhi                                   on 2000/08/02  17:01:58
7941         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
7942              From: Hugo <hv@crypt.compulink.co.uk>
7943              Date: Wed, 02 Aug 2000 14:53:56 +0100
7944              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
7945      Branch: perl
7946            ! regexec.c t/op/re_tests
7947 ____________________________________________________________________________
7948 [  6492] By: jhi                                   on 2000/08/02  15:02:46
7949         Log: The new setproctitle() feature is available only in 
7950              bleeding edge FreeBSD.  From Paul Saab.
7951      Branch: perl
7952            ! mg.c
7953 ____________________________________________________________________________
7954 [  6491] By: jhi                                   on 2000/08/02  13:34:36
7955         Log: The tr utf8 patching continues.
7956              
7957              Subject: Re: #6469, too many tests claimed in require.t
7958              From: simon@brecon.co.uk (Simon Cozens)
7959              Date: 2 Aug 2000 02:37:17 GMT
7960              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
7961              
7962              (the logic of the test was the wrong way round in the patch)
7963      Branch: perl
7964            ! doop.c
7965 ____________________________________________________________________________
7966 [  6490] By: jhi                                   on 2000/08/02  13:27:38
7967         Log: The name of a filehandle does not have <these>.
7968      Branch: perl
7969            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
7970            ! t/pragma/warn/pp_sys util.c
7971 ____________________________________________________________________________
7972 [  6489] By: jhi                                   on 2000/08/02  04:26:46
7973         Log: Remove the extraneous "main::" prefix from all the
7974              "opened only for", "on closed", and "never opened" warnings.
7975              
7976              Subject: Re: inappropriate warning
7977              From: Gurusamy Sarathy <gsar@ActiveState.com>
7978              Date: Mon, 20 Mar 2000 11:28:02 -0800
7979              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
7980      Branch: perl
7981            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
7982            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
7983            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
7984 ____________________________________________________________________________
7985 [  6488] By: jhi                                   on 2000/08/02  03:02:57
7986         Log: memcpy has n o in it, as pinted ut by Sarathy.
7987      Branch: perl
7988            ! pod/perlguts.pod
7989 ____________________________________________________________________________
7990 [  6487] By: jhi                                   on 2000/08/02  02:44:51
7991         Log: Document in one place the memory abstractions used in Perl core.
7992              
7993              Subject: Re: Memory abstraction
7994              From: simon@brecon.co.uk (Simon Cozens)
7995              Date: 2 Aug 2000 02:20:23 GMT
7996              Organization: Earth.li Origins
7997      Branch: perl
7998            ! pod/perlguts.pod
7999 ____________________________________________________________________________
8000 [  6486] By: jhi                                   on 2000/08/02  02:41:57
8001         Log: regen_headers, regen perltoc.
8002      Branch: perl
8003            ! perlapi.c pod/perltoc.pod
8004 ____________________________________________________________________________
8005 [  6485] By: jhi                                   on 2000/08/02  01:43:33
8006         Log: "This little thing tests for a file .patch, and if it contains
8007              a number, pops into patchlevel.h" (making it easier to track
8008              which development version people are reporting bugs against)
8009              
8010              Subject: Patchlevel autogeneration for repository perls
8011              From: simon@brecon.co.uk (Simon Cozens)
8012              Date: 14 Jul 2000 07:12:15 GMT
8013              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
8014      Branch: perl
8015            + fix_pl
8016            ! MANIFEST Makefile.SH
8017 ____________________________________________________________________________
8018 [  6484] By: jhi                                   on 2000/08/02  01:32:54
8019         Log: FreeBSD 3.* updates from
8020              
8021              From: Paul Saab <ps@yahoo-inc.com>
8022              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8023              Date: Tue, 1 Aug 2000 15:41:39 -0700
8024              Message-Id: <20000801154139.A53740@yahoo-inc.com>
8025      Branch: perl
8026            ! hints/freebsd.sh
8027 ____________________________________________________________________________
8028 [  6483] By: jhi                                   on 2000/08/02  01:27:44
8029         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
8030              instead one must use setproctitle().  This was already addressed
8031              by change #6457, but the below has a new variant for FreeBSD 4.0
8032              or later, and the matter is also documented more.
8033              
8034              From: Paul Saab <ps@yahoo-inc.com>
8035              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8036              Date: Tue, 1 Aug 2000 15:41:39 -0700
8037              Message-Id: <20000801154139.A53740@yahoo-inc.com>
8038      Branch: metaconfig/U/perl
8039            + i_libutil.U
8040      Branch: perl
8041            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
8042 ____________________________________________________________________________
8043 [  6482] By: jhi                                   on 2000/08/01  22:17:32
8044         Log: The test from this
8045              
8046              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
8047              Date: Sat, 15 Apr 2000 17:03:44 +0100
8048              From: Tom Hughes <tom@compton.nu>
8049              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
8050              
8051              was missing, the code change went in as #5989
8052              (which had a different test?)
8053      Branch: perl
8054            ! t/op/misc.t
8055 ____________________________________________________________________________
8056 [  6481] By: jhi                                   on 2000/08/01  21:48:38
8057         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
8058              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8059              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
8060              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
8061      Branch: perl
8062            ! perl.h
8063 ____________________________________________________________________________
8064 [  6480] By: jhi                                   on 2000/08/01  18:05:28
8065         Log: Make p4desc to skip non-mainperl branches by default.
8066      Branch: perl
8067            ! Porting/p4desc
8068 ____________________________________________________________________________
8069 [  6479] By: jhi                                   on 2000/08/01  17:29:19
8070         Log: If gccosandvers is equal to osname, clear gccosandvers.
8071      Branch: metaconfig/U/perl
8072            ! gccvers.U
8073      Branch: perl
8074            ! Configure config_h.SH
8075 ____________________________________________________________________________
8076 [  6478] By: jhi                                   on 2000/08/01  15:54:08
8077         Log: BOM patching from Simon Cozens.
8078      Branch: perl
8079            ! toke.c
8080 ____________________________________________________________________________
8081 [  6477] By: jhi                                   on 2000/08/01  04:50:33
8082         Log: Stash away the largefiles flags and libswanted.
8083      Branch: perl
8084            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
8085 ____________________________________________________________________________
8086 [  6476] By: gsar                                  on 2000/08/01  04:24:24
8087         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
8088              on Windows)
8089      Branch: perl
8090            ! t/pragma/utf8.t utf8.c win32/win32.c
8091 ____________________________________________________________________________
8092 [  6475] By: jhi                                   on 2000/08/01  03:35:24
8093         Log: Make chr() for values >127 to create utf8 when under utf8.
8094              
8095              Subject: Re: uft8/chr()
8096              From: simon@brecon.co.uk (Simon Cozens)
8097              Date: 1 Aug 2000 02:37:02 GMT
8098              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
8099      Branch: perl
8100            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
8101 ____________________________________________________________________________
8102 [  6474] By: jhi                                   on 2000/08/01  02:36:18
8103         Log: In Digital UNIX warn if gcc explicitly chosen because even
8104              2.95.2 is known to cause problems.
8105      Branch: perl
8106            ! hints/dec_osf.sh
8107 ____________________________________________________________________________
8108 [  6473] By: jhi                                   on 2000/08/01  02:00:56
8109         Log: Make the safety catch for buggy gccs work with triple version
8110              numbers like 2.95.2.  Reported in
8111              
8112              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
8113              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
8114              Date: Mon, 31 Jul 2000 14:55:06 +0200
8115              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
8116      Branch: perl
8117            ! hints/dec_osf.sh
8118 ____________________________________________________________________________
8119 [  6472] By: jhi                                   on 2000/08/01  01:13:33
8120         Log: Subject: fix and question re: waitpid() under win32
8121              From: Brian Clarke <clarke@appliedmeta.com>
8122              Date: Fri, 28 Jul 2000 15:18:29 -0400
8123              Message-ID: <3981DC85.290314EB@appliedmeta.com>
8124              
8125              Slightly reformatted and WNOHANG # define moved to win32.h
8126              so that also POSIX.xs sees it, as suggsted by Sarathy.
8127      Branch: perl
8128            ! win32/win32.c win32/win32.h
8129 ____________________________________________________________________________
8130 [  6471] By: jhi                                   on 2000/08/01  00:55:05
8131         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
8132              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8133              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
8134              Date: Mon, 31 Jul 2000 13:28:51 +0100
8135              
8136              (aka ID 20000730.002)
8137      Branch: perl
8138            ! op.c t/op/tr.t
8139 ____________________________________________________________________________
8140 [  6470] By: jhi                                   on 2000/07/31  23:34:42
8141         Log: Document the problem with -P in HP-UX and its workaround.
8142              
8143              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
8144              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
8145              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
8146              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
8147      Branch: perl
8148            ! README.hpux
8149 ____________________________________________________________________________
8150 [  6469] By: jhi                                   on 2000/07/31  04:15:02
8151         Log: The swallow_bom() saga continues.  The #23 of require.t
8152              (UTF16-LE) still fails (silently, no output) but the #22
8153              (UTF16-BE) seems to be working now.  The root of the
8154              failure may be in sv_gets(): is it UTF-16LE-aware,
8155              especially when it comes to line endings? 
8156      Branch: perl
8157            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
8158            ! t/comp/require.t toke.c utf8.c
8159 ____________________________________________________________________________
8160 [  6468] By: jhi                                   on 2000/07/30  19:05:48
8161         Log: Find green threads before native threads.
8162              
8163              Subject: Re: Patch to jpl/JNI/Makefile.PL
8164              From: Jens Thomsen <jens@fiend.cis.com>
8165              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
8166              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
8167      Branch: perl
8168            ! jpl/JNI/Makefile.PL
8169 ____________________________________________________________________________
8170 [  6467] By: jhi                                   on 2000/07/30  18:36:22
8171         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
8172      Branch: perl
8173            ! doop.c
8174 ____________________________________________________________________________
8175 [  6466] By: jhi                                   on 2000/07/30  04:37:29
8176         Log: A new version of the "remove UPPERACSE string comparison"
8177              operators.  The problem with the previous one (change #6454)
8178              was that it was for Perl 5.6.0.  From Paul Marquess.
8179      Branch: perl
8180            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
8181            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
8182            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8183 ____________________________________________________________________________
8184 [  6465] By: jhi                                   on 2000/07/29  22:39:56
8185         Log: Do not upgrade SVs into utf8 just because they participate
8186              in eq or cmp.  Reported and fix suggested in
8187              
8188              Subject: [ID 20000720.009] sv_eq UTF8 bug
8189              From: "Simon Cozens" <simon@othersideofthe.earth.li>
8190              Date: 21 Jul 2000 04:37:29 -0000
8191              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
8192              
8193              Exercise for the kind reader: should we or should we not
8194              cache the utf8 conversion alonside the SV? (as magic,
8195              as thestrxfrm()ed version is cached under use locale)
8196              Argue both for and against.
8197      Branch: perl
8198            ! sv.c
8199 ____________________________________________________________________________
8200 [  6464] By: jhi                                   on 2000/07/29  22:36:22
8201         Log: Subject: UTF8 concat
8202              From: simon@brecon.co.uk (Simon Cozens) 
8203              Date: 30 Jun 2000 06:13:25 GMT
8204              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
8205              
8206              (with a memory leak fixed, plus a few casts added)
8207              
8208              This also seems to help for
8209              
8210              Subject: [ID 20000716.015] join UTF8 weirdness
8211              From: root <root@ak-71.mind.de> 
8212              Date: Sat, 15 Jul 2000 15:29:54 +0200
8213              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
8214              
8215              (from Andreas König)
8216      Branch: perl
8217            ! pp_hot.c
8218 ____________________________________________________________________________
8219 [  6463] By: jhi                                   on 2000/07/29  00:55:39
8220         Log: Tune the comments and hopefully stop a memory leak.
8221      Branch: perl
8222            ! toke.c utf8.c
8223 ____________________________________________________________________________
8224 [  6462] By: jhi                                   on 2000/07/29  00:16:53
8225         Log: The problem described in this
8226              
8227              Subject: [ID 20000322.018] named chars aren't magical enough
8228              From: root <root@dixie.cscaper.com>     
8229              Date: Wed, 22 Mar 2000 18:37:42 -0700
8230              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
8231              
8232              has been fixed in perl 5.6.0 but just in case added a test
8233              to keep it away.  (The report from Joseph Hall.)
8234      Branch: perl
8235            ! t/lib/charnames.t
8236 ____________________________________________________________________________
8237 [  6461] By: jhi                                   on 2000/07/28  23:56:36
8238         Log: Tiny fixes for #6460.
8239      Branch: metaconfig/U/perl
8240            ! gccvers.U
8241      Branch: perl
8242            ! Configure config_h.SH
8243 ____________________________________________________________________________
8244 [  6460] By: jhi                                   on 2000/07/28  23:24:41
8245         Log: Warn if the version of the operating system used to compile gcc
8246              differs from the current version of the operating system.
8247              Also display the gcc compilation os and version in myconfig.
8248              Inspiration from
8249              
8250              Subject: Re: [ID 20000710.003] ERRORS!!         
8251              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8252              Date: Mon, 10 Jul 2000 15:54:16 -0400
8253              Message-ID: <20000710155416.A1384@O2.chapin.edu>
8254      Branch: metaconfig/U/perl
8255            ! gccvers.U
8256      Branch: perl
8257            ! Configure config_h.SH myconfig.SH
8258 ____________________________________________________________________________
8259 [  6459] By: jhi                                   on 2000/07/28  22:00:32
8260         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
8261              letter to $Config{osvers}.
8262      Branch: metaconfig
8263            ! U/modified/Oldconfig.U
8264      Branch: perl
8265            ! Configure config_h.SH
8266 ____________________________________________________________________________
8267 [  6458] By: jhi                                   on 2000/07/28  04:15:39
8268         Log: Back out #6454, doesn't seem to work.
8269              (Reason: that patch was for perl 5.6.0, not perl-current)
8270              (A version of the patch for perl-current came in later as #6466)
8271      Branch: perl
8272            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
8273            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
8274            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8275 ____________________________________________________________________________
8276 [  6457] By: jhi                                   on 2000/07/27  23:31:49
8277         Log: Use setproctitle() if available to modify $0.
8278              
8279              Subject: setting $* on BSD4 broken
8280              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8281              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
8282              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
8283      Branch: metaconfig
8284            ! U/modified/Myinit.U
8285      Branch: perl
8286            ! Configure config_h.SH mg.c
8287 ____________________________________________________________________________
8288 [  6456] By: jhi                                   on 2000/07/27  14:50:47
8289         Log: Allow "no AutoLoader;", based on change #6444,
8290              suggested by Graham Barr.
8291      Branch: perl
8292            ! lib/AutoLoader.pm
8293 ____________________________________________________________________________
8294 [  6455] By: jhi                                   on 2000/07/27  14:19:10
8295         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
8296              From: rspier@pobox.com (Robert Spier)
8297              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
8298              Message-ID: <14720.15855.787664.424783@rls.cx>
8299      Branch: perl
8300            ! pod/perldiag.pod
8301 ____________________________________________________________________________
8302 [  6454] By: jhi                                   on 2000/07/27  14:03:02
8303         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
8304              for a long time).
8305              
8306              Reported in
8307              
8308              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
8309              From: Ryan Herbert <rherbert@sycamorehq.com>
8310              Date: Mon, 17 Jul 2000 11:40:42 -0400
8311              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
8312              
8313              Patched in
8314              
8315              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
8316              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
8317              Date: Wed, 26 Jul 2000 23:40:18 +0100
8318              Message-ID: <000001bff752$79511880$0a17073e@tiny>
8319              
8320              based on an earlier patch from Stephen P. Potter.
8321              
8322              (Removed later by change #6458 because this patch was for
8323              perl 5.6.0, not perl-current)
8324      Branch: perl
8325            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
8326            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
8327            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8328 ____________________________________________________________________________
8329 [  6453] By: jhi                                   on 2000/07/27  13:48:02
8330         Log: Subject: [PATCH] fixes bug 20000508.004
8331              From: Michael Stevens <mstevens@globnix.org>
8332              Date: Thu, 27 Jul 2000 13:49:04 +0100
8333              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
8334      Branch: perl
8335            ! pod/perldata.pod
8336 ____________________________________________________________________________
8337 [  6452] By: jhi                                   on 2000/07/26  23:51:26
8338         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
8339              and Craig A. Berry.
8340      Branch: perl
8341            ! lib/File/Temp.pm pod/perlport.pod
8342 ____________________________________________________________________________
8343 [  6451] By: jhi                                   on 2000/07/26  19:43:30
8344         Log: Be wary of close()s, too.
8345              
8346              Subject: Re: [PATCH] perlbug cleanup
8347              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8348              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
8349              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
8350      Branch: perl
8351            ! utils/perlbug.PL
8352 ____________________________________________________________________________
8353 [  6450] By: jhi                                   on 2000/07/26  18:41:40
8354         Log: Subject: Minor doc patch: handy.h
8355              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
8356              Date: Wed, 26 Jul 2000 15:34:25 -0300
8357              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
8358      Branch: perl
8359            ! handy.h pod/perlapi.pod
8360 ____________________________________________________________________________
8361 [  6449] By: jhi                                   on 2000/07/26  18:23:55
8362         Log: Subject: [PATCH] minor doc change - perlguts
8363              From: Michael Stevens <mstevens@globnix.org>
8364              Date: Thu, 13 Jul 2000 12:39:18 +0100
8365              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
8366      Branch: perl
8367            ! pod/perlguts.pod
8368 ____________________________________________________________________________
8369 [  6448] By: jhi                                   on 2000/07/26  18:20:30
8370         Log: open() wariness in perlbug.
8371              
8372              Subject: [PATCH] perlbug cleanup
8373              From: Michael Stevens <mstevens@globnix.org>
8374              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
8375              Date: Thu, 13 Jul 2000 15:52:23 +0100
8376      Branch: perl
8377            ! utils/perlbug.PL
8378 ____________________________________________________________________________
8379 [  6447] By: jhi                                   on 2000/07/26  18:13:04
8380         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
8381      Branch: perl
8382            ! lib/File/Temp.pm t/lib/ftmp-security.t
8383 ____________________________________________________________________________
8384 [  6446] By: jhi                                   on 2000/07/26  18:06:32
8385         Log: docfix from Peter Scott <Peter@PSDT.com>.
8386      Branch: perl
8387            ! pod/perlfunc.pod
8388 ____________________________________________________________________________
8389 [  6445] By: jhi                                   on 2000/07/26  17:53:31
8390         Log: Fix *foo{FORMAT}.
8391              
8392              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8393              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
8394              Date: Wed, 26 Jul 2000 19:51:02 +0200
8395              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
8396              
8397              From: Graham Barr <gbarr@pobox.com>
8398              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
8399              Date: Wed, 26 Jul 2000 17:38:36 +0100
8400              Message-ID: <20000726173836.L472@pobox.com>
8401      Branch: perl
8402            ! pp.c sv.c t/op/gv.t
8403 ____________________________________________________________________________
8404 [  6444] By: jhi                                   on 2000/07/26  17:49:14
8405         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
8406              from Graham Barr in the module list.
8407      Branch: perl
8408            ! gv.c pod/perlobj.pod
8409 ____________________________________________________________________________
8410 [  6443] By: jhi                                   on 2000/07/26  16:06:56
8411         Log: More split() doc and test patches from Mike Guy.
8412      Branch: perl
8413            ! pod/perlfunc.pod t/op/split.t
8414 ____________________________________________________________________________
8415 [  6442] By: jhi                                   on 2000/07/26  16:05:30
8416         Log: MacOS nits from Matthias Neeracher.
8417      Branch: perl
8418            ! perl.c pp_ctl.c
8419 ____________________________________________________________________________
8420 [  6441] By: jhi                                   on 2000/07/26  04:39:57
8421         Log: Subject: [PATCH] split /^/
8422              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8423              Date: Tue, 25 Jul 2000 14:18:57 +0100
8424              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
8425              
8426              (with notes from tchrist and gbarr)
8427      Branch: perl
8428            ! pod/perlfunc.pod t/op/split.t
8429 ____________________________________________________________________________
8430 [  6440] By: jhi                                   on 2000/07/26  04:32:32
8431         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
8432              From: Peter Prymmer <pvhp@forte.com>
8433              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
8434              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
8435      Branch: perl
8436            ! vms/munchconfig.c
8437 ____________________________________________________________________________
8438 [  6439] By: jhi                                   on 2000/07/26  04:31:01
8439         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
8440              to be fatal errors (instead of by default ignoring them, and
8441              ignoring with a bug: even though -w gave an error, the opening [
8442              was left in)  Reported in:
8443              
8444              Subject: [ID 20000716.024] [=cc=] / [:blank:]
8445              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
8446              Date: Sun, 16 Jul 2000 17:55:29 -0700
8447              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
8448      Branch: perl
8449            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
8450 ____________________________________________________________________________
8451 [  6438] By: jhi                                   on 2000/07/25  15:41:15
8452         Log: Subject: [PATCH] av.c apidoc
8453              From: simon@brecon.co.uk (Simon Cozens)
8454              Date: 24 Jul 2000 06:40:52 GMT
8455              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
8456      Branch: perl
8457            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
8458            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
8459 ____________________________________________________________________________
8460 [  6437] By: jhi                                   on 2000/07/25  14:05:36
8461         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
8462              From: "Stephen P. Potter" <spp@ds.net>
8463              Date: Mon, 24 Jul 2000 14:22:23 -0400
8464              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
8465      Branch: perl
8466            ! pod/perllocale.pod
8467 ____________________________________________________________________________
8468 [  6436] By: jhi                                   on 2000/07/25  14:02:03
8469         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
8470              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8471              Date: Mon, 24 Jul 2000 18:04:28 +0100
8472              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
8473      Branch: perl
8474            ! t/lib/syslfs.t t/op/lfs.t
8475 ____________________________________________________________________________
8476 [  6435] By: jhi                                   on 2000/07/25  13:59:28
8477         Log: Get UTF16 BOMs working.  Patch from
8478              
8479              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
8480              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8481              Date: Tue, 25 Jul 2000 12:52:45 +0100
8482              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
8483              
8484              and notes from
8485              
8486              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
8487              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8488              Date: Tue, 25 Jul 2000 11:43:25 +0100
8489              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
8490      Branch: perl
8491            ! t/comp/require.t toke.c utf8.c
8492 ____________________________________________________________________________
8493 [  6434] By: jhi                                   on 2000/07/25  02:39:54
8494         Log: Make the "uninit variable" warning to say "concat or string"
8495              or "join or string" when in concat or join .
8496              
8497              Subject: Re: [ID 20000403.009] uninitialised concatenation???
8498              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8499              Date: Tue, 04 Apr 2000 18:22:58 +0100
8500              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
8501              
8502              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
8503              From: William R Ward <hermit@BayView.COM>
8504              Date: Thu, 30 Mar 2000 19:50:03 -0800
8505              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
8506      Branch: perl
8507            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
8508            ! t/pragma/warn/op t/pragma/warn/sv
8509 ____________________________________________________________________________
8510 [  6433] By: jhi                                   on 2000/07/24  17:52:56
8511         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
8512      Branch: perl
8513            ! lib/File/Spec/VMS.pm
8514 ____________________________________________________________________________
8515 [  6432] By: jhi                                   on 2000/07/24  17:44:44
8516         Log: Test cases for #6431.
8517              
8518              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
8519              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8520              Date: Mon, 24 Jul 2000 15:32:29 +0100
8521              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
8522      Branch: perl
8523            ! t/op/pat.t t/op/split.t
8524 ____________________________________________________________________________
8525 [  6431] By: jhi                                   on 2000/07/24  17:43:17
8526         Log: Bind op fix.
8527              
8528              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
8529              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8530              Date: Mon, 17 Jul 2000 20:04:56 +0100
8531              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
8532      Branch: perl
8533            ! op.c
8534 ____________________________________________________________________________
8535 [  6430] By: jhi                                   on 2000/07/24  03:42:42
8536         Log: Subject: [ID 20000716.023] syslog test fails without sockets
8537              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8538              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
8539              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
8540      Branch: metaconfig/U/perl
8541            ! Extensions.U
8542      Branch: perl
8543            ! Configure config_h.SH
8544 ____________________________________________________________________________
8545 [  6429] By: jhi                                   on 2000/07/24  03:11:52
8546         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
8547              case, but add also notes explaining the relationship of this
8548              patch and the earlier notes by Sarathy.
8549              
8550              Subject: Map is still slow
8551              From: "Ben Tilly" <ben_tilly@hotmail.com>
8552              Date: Sat, 15 Jul 2000 17:23:27 EDT
8553              Message-ID: <20000715212327.21656.qmail@hotmail.com>
8554      Branch: perl
8555            ! pp_ctl.c
8556 ____________________________________________________________________________
8557 [  6428] By: jhi                                   on 2000/07/24  02:58:52
8558         Log: Documentation to explain the behaviour of map().
8559              
8560              Subject: Re: Map is still slow 
8561              From: Gurusamy Sarathy <gsar@ActiveState.com>
8562              Date: Sat, 15 Jul 2000 16:05:09 -0700
8563              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
8564      Branch: perl
8565            ! pp_ctl.c
8566 ____________________________________________________________________________
8567 [  6427] By: jhi                                   on 2000/07/24  02:50:03
8568         Log: Add tests for
8569              [ID 19991110.003] another matching finding by pcre author
8570              which has already been fixed by some patch, as verified in
8571              
8572              Subject: Re: two regex bugs from the mists of time (well, last November)
8573              From: Hugo <hv@crypt.compulink.co.uk>
8574              Date: Sat, 22 Jul 2000 18:12:58 +0100
8575              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
8576      Branch: perl
8577            ! t/op/re_tests
8578 ____________________________________________________________________________
8579 [  6426] By: jhi                                   on 2000/07/24  02:11:20
8580         Log: A missing 'break' after the [[:space:]] switch case.
8581              
8582              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
8583              From: "Stephen P. Potter" <spp@ds.net>
8584              Date: Tue, 18 Jul 2000 16:25:17 -0400
8585              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
8586      Branch: perl
8587            ! regcomp.c
8588 ____________________________________________________________________________
8589 [  6425] By: jhi                                   on 2000/07/24  02:06:12
8590         Log: The output might have been produced in the wrong order.
8591              
8592              Subject: [ID 20000720.003] [PATCH] t/op/write.t
8593              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8594              Date: Thu, 20 Jul 2000 18:49:18 +0100
8595              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
8596      Branch: perl
8597            ! t/op/write.t
8598 ____________________________________________________________________________
8599 [  6424] By: jhi                                   on 2000/07/24  02:00:07
8600         Log: Use STDOUT consistently.
8601              
8602              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
8603              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8604              Date: Thu, 20 Jul 2000 18:04:01 +0100
8605              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
8606      Branch: perl
8607            ! lib/Test/Harness.pm
8608 ____________________________________________________________________________
8609 [  6423] By: jhi                                   on 2000/07/24  01:54:54
8610         Log: Protect against "wild next"s, that is, callbacks doing "next"
8611              instead of "return".
8612              
8613              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
8614              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8615              Date: Tue, 18 Jul 2000 11:30:16 +0100
8616              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
8617      Branch: perl
8618            ! lib/File/Find.pm
8619 ____________________________________________________________________________
8620 [  6422] By: jhi                                   on 2000/07/24  01:35:47
8621         Log: Out-of-date note removed.
8622              
8623              Subject: [PATCH] documentation perlipc
8624              From: rspier@pobox.com (Robert Spier)
8625              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
8626              Message-ID: <14711.35178.572612.502654@rls.cx>
8627      Branch: perl
8628            ! pod/perlipc.pod
8629 ____________________________________________________________________________
8630 [  6421] By: jhi                                   on 2000/07/24  00:09:18
8631         Log: Send all installperl messages to STDERR and be -w clean.
8632              
8633              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
8634              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8635              Date: Sat, 22 Jul 2000 14:02:11 +0100
8636              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
8637      Branch: perl
8638            ! installperl
8639 ____________________________________________________________________________
8640 [  6420] By: jhi                                   on 2000/07/24  00:04:19
8641         Log: Decutandpasto.
8642              
8643              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
8644              From: "Richard Soderberg" <rs@crystalflame.net>
8645              Date: Sun, 23 Jul 2000 01:37:23 -0700
8646              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
8647      Branch: perl
8648            ! pod/perlipc.pod
8649 ____________________________________________________________________________
8650 [  6419] By: jhi                                   on 2000/07/24  00:01:12
8651         Log: A cleaner abs_path().
8652              Subject: Re: unix alternative to Cwd.pm
8653              From: Jeff Pinyan <jeffp@crusoe.net>
8654              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
8655              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
8656      Branch: perl
8657            ! lib/Cwd.pm
8658 ____________________________________________________________________________
8659 [  6418] By: jhi                                   on 2000/07/23  23:48:56
8660         Log: Detypo.
8661              
8662              Subject: [PATCH perl-current] Typo in hints/powerux.sh
8663              From: "Richard Soderberg" <rs@crystalflame.net>
8664              Date: Sun, 23 Jul 2000 01:27:33 -0700
8665              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
8666      Branch: perl
8667            ! hints/powerux.sh
8668 ____________________________________________________________________________
8669 [  6417] By: jhi                                   on 2000/07/17  22:13:31
8670         Log: Subject: SDBM_File documentation
8671              From: mjd@plover.com
8672              Date: 16 Jul 2000 17:41:17 -0000
8673              Message-ID: <20000716174117.18515.qmail@plover.com>
8674      Branch: perl
8675            ! ext/SDBM_File/SDBM_File.pm
8676 ____________________________________________________________________________
8677 [  6416] By: jhi                                   on 2000/07/17  19:13:26
8678         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
8679      Branch: perl
8680            ! hints/mpeix.sh mpeix/relink
8681 ____________________________________________________________________________
8682 [  6415] By: jhi                                   on 2000/07/15  14:11:02
8683         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
8684              the utf8 'characters' can be more than one octet).
8685              
8686              Date: Sat, 15 Jul 2000 00:21:56 +0100
8687              From: Tom Hughes <tom@compton.nu>
8688              Subject: Re: [ID 20000714.002]
8689              Message-ID: <db2334de49.tom@compton.compton.nu>
8690              
8691              Reported in
8692              
8693              Subject: [ID 20000714.002]
8694              From: "Simon Cozens" <simon@othersideofthe.earth.li>
8695              Date: 14 Jul 2000 15:13:09 -0000
8696              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
8697      Branch: perl
8698            ! doop.c
8699 ____________________________________________________________________________
8700 [  6414] By: jhi                                   on 2000/07/15  03:13:41
8701         Log: another VMS build tweak from Peter Prymmer
8702      Branch: perl
8703            ! vms/descrip_mms.template
8704 ____________________________________________________________________________
8705 [  6413] By: jhi                                   on 2000/07/15  03:10:40
8706         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
8707      Branch: perl
8708            ! vms/perlvms.pod
8709 ____________________________________________________________________________
8710 [  6412] By: jhi                                   on 2000/07/15  00:31:05
8711         Log: More docs for sv functions.
8712              
8713              Subject: [PATCH cfgperl] sv.c apidoc
8714              From: simon@brecon.co.uk (Simon Cozens)
8715              Date: 13 Jul 2000 09:00:20 GMT
8716              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
8717              
8718              Subject: Re: [PATCH cfgperl] sv.c apidoc
8719              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8720              Date: Thu, 13 Jul 2000 12:27:41 +0100
8721              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
8722              
8723              Subject: Re: [PATCH cfgperl] sv.c apidoc
8724              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8725              Date: Thu, 13 Jul 2000 13:23:09 +0100
8726              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
8727              
8728              Subject: Re: [PATCH cfgperl] sv.c apidoc
8729              From: simon@brecon.co.uk (Simon Cozens)
8730              Date: 14 Jul 2000 06:51:02 GMT
8731              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
8732      Branch: perl
8733            ! embed.pl pod/perlapi.pod sv.c
8734 ____________________________________________________________________________
8735 [  6411] By: jhi                                   on 2000/07/15  00:10:41
8736         Log: lib/b test fixes from Peter Prymmer.
8737      Branch: perl
8738            ! t/lib/b.t
8739 ____________________________________________________________________________
8740 [  6410] By: jhi                                   on 2000/07/15  00:02:09
8741         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
8742              From: Hugo <hv@crypt.compulink.co.uk>
8743              Date: Fri, 14 Jul 2000 23:05:20 +0100
8744              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
8745              
8746              Didn't anymore apply, but that point still could use another fix.
8747      Branch: perl
8748            ! pod/perlfunc.pod
8749 ____________________________________________________________________________
8750 [  6409] By: jhi                                   on 2000/07/14  23:15:15
8751         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
8752              not in pod, from Peter Prymmer
8753      Branch: perl
8754            ! vms/descrip_mms.template
8755 ____________________________________________________________________________
8756 [  6408] By: jhi                                   on 2000/07/14  20:35:05
8757         Log: The bug report
8758              [ID 19991110.002] minimal matching discrepancy found by pcre author
8759              seems to have been fixed (though differently from what was suggested
8760              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
8761      Branch: perl
8762            ! t/op/re_tests
8763 ____________________________________________________________________________
8764 [  6407] By: jhi                                   on 2000/07/14  17:38:08
8765         Log: Fix AutoSplit to use File::Spec the right way in VMS,
8766              from Peter Prymmer.
8767      Branch: perl
8768            ! lib/AutoSplit.pm
8769 ____________________________________________________________________________
8770 [  6406] By: jhi                                   on 2000/07/14  14:13:22
8771         Log: Merge perlhacktut into perlhack, update perlguts.
8772              
8773              Subject: Re: Perlhacktut
8774              From: simon@brecon.co.uk (Simon Cozens)
8775              Date: 14 Jul 2000 06:49:21 GMT
8776              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
8777              
8778              Subject: Re: Perlhacktut
8779              From: simon@brecon.co.uk (Simon Cozens)
8780              Date: 14 Jul 2000 07:09:45 GMT
8781              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
8782      Branch: perl
8783            ! pod/perlguts.pod pod/perlhack.pod
8784 ____________________________________________________________________________
8785 [  6404] By: gsar                                  on 2000/07/14  12:15:02
8786         Log: PERL_OBJECT build tweaks
8787      Branch: perl
8788            ! toke.c
8789 ____________________________________________________________________________
8790 [  6403] By: gsar                                  on 2000/07/14  11:23:41
8791         Log: inconsistent types needs casts
8792      Branch: perl
8793            ! toke.c
8794 ____________________________________________________________________________
8795 [  6402] By: gsar                                  on 2000/07/14  11:12:04
8796         Log: typos in change#6399, regen headers
8797      Branch: perl
8798            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
8799 ____________________________________________________________________________
8800 [  6401] By: gsar                                  on 2000/07/14  10:59:12
8801         Log: typecasts needed for change#6394
8802      Branch: perl
8803            ! toke.c
8804 ____________________________________________________________________________
8805 [  6400] By: gsar                                  on 2000/07/14  10:49:37
8806         Log: integrate cfgperl contents into mainline
8807      Branch: perl
8808           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
8809           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
8810 ____________________________________________________________________________
8811 [  6399] By: gsar                                  on 2000/07/14  10:38:35
8812         Log: enable UTF-16 filter by default if relevant BOM is seen; various
8813              cleanups (typos, misformatted code, and small bugs)
8814      Branch: perl
8815            ! doop.c embed.pl mg.c op.c pp.c toke.c
8816 ____________________________________________________________________________
8817 [  6398] By: gsar                                  on 2000/07/14  08:55:38
8818         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
8819              name suggests anyway)
8820      Branch: perl
8821            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
8822 ____________________________________________________________________________
8823 [  6397] By: gsar                                  on 2000/07/14  08:44:33
8824         Log: move new variables to the end of the interpreter structure (for
8825              bincompat in code that doesn't #include XSUB.h)
8826      Branch: perl
8827            ! intrpvar.h
8828 ____________________________________________________________________________
8829 [  6396] By: gsar                                  on 2000/07/14  08:13:58
8830         Log: MakeMaker should not remove editor backups (*~) on `make clean`
8831              by default (completes change#6383)
8832      Branch: perl
8833            ! lib/ExtUtils/MM_Unix.pm
8834 ____________________________________________________________________________
8835 [  6388] By: gsar                                  on 2000/07/13  06:33:40
8836         Log: typos (spotted by Peter Prymmer)
8837      Branch: perl
8838            ! Configure t/lib/english.t
8839 ____________________________________________________________________________
8840 [  6387] By: gsar                                  on 2000/07/13  05:35:28
8841         Log: new selfloader.t in change#6183 doesn't close DATA handles,
8842              and thus fails to clean up tmp files on dosish platforms
8843      Branch: perl
8844            ! t/lib/selfloader.t
8845 ____________________________________________________________________________
8846 [  6386] By: gsar                                  on 2000/07/12  21:42:39
8847         Log: sprintf test tweaks (from Dominic Dunlop)
8848      Branch: perl
8849            ! t/op/sprintf.t
8850 ____________________________________________________________________________
8851 [  6385] By: gsar                                  on 2000/07/12  21:33:46
8852         Log: fix bugs in processing %v-*d and similar format specs (from
8853              Avi Finkel <avi@finkel.org>)
8854      Branch: perl
8855            ! sv.c t/op/sprintf.t
8856 ____________________________________________________________________________
8857 [  6384] By: gsar                                  on 2000/07/12  16:04:19
8858         Log: readd missing perldelta.pod changes from changes#6339,6376
8859      Branch: perl
8860            ! pod/perldelta.pod
8861 ____________________________________________________________________________
8862 [  6383] By: gsar                                  on 2000/07/12  16:00:51
8863         Log: don't clobber *.orig files on *clean targets
8864      Branch: perl
8865            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
8866 ____________________________________________________________________________
8867 [  6381] By: gsar                                  on 2000/07/12  07:42:17
8868         Log: integrate cfgperl changes into mainline
8869      Branch: perl
8870            ! Changes
8871           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
8872           !> pod/perlre.pod
8873 ____________________________________________________________________________
8874 [  6380] By: gsar                                  on 2000/07/12  07:31:00
8875         Log: get sprintf.t to adjust properly for 3-digit exponents
8876      Branch: perl
8877            ! t/op/sprintf.t
8878 ____________________________________________________________________________
8879 [  6379] By: gsar                                  on 2000/07/12  06:40:04
8880         Log: change#6174 needs corresponding change in win32/config_h.PL,
8881              which grovels through config_h.SH to find the config.h name
8882      Branch: perl
8883            ! win32/config_h.PL
8884 ____________________________________________________________________________
8885 [  6375] By: gsar                                  on 2000/07/11  21:17:35
8886         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
8887      Branch: perl
8888            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
8889            ! win32/win32sck.c
8890 ____________________________________________________________________________
8891 [  6374] By: gsar                                  on 2000/07/11  20:48:50
8892         Log: tweak for build failure under multiplicity
8893      Branch: perl
8894            ! toke.c
8895 ____________________________________________________________________________
8896 [  6373] By: gsar                                  on 2000/07/11  20:37:23
8897         Log: integrate cfgperl changes#6325..6373 into mainline
8898              (NOTE: today's batch of integrations still untested)
8899      Branch: perl
8900           +> ext/DynaLoader/hints/netbsd.pl
8901            ! Changes
8902           !> (integrate 26 files)
8903 ____________________________________________________________________________
8904 [  6369] By: gsar                                  on 2000/07/11  19:27:48
8905         Log: integrate cfgperl changes#6293..6324 into mainline
8906      Branch: perl
8907           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
8908            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
8909           !> (integrate 30 files)
8910 ____________________________________________________________________________
8911 [  6368] By: gsar                                  on 2000/07/11  19:18:57
8912         Log: skip integrate of problematic change#6292 from cfgperl into mainline
8913      Branch: perl
8914           !> pp_hot.c
8915 ____________________________________________________________________________
8916 [  6367] By: gsar                                  on 2000/07/11  19:17:21
8917         Log: integrate cfgperl changes#6288..6290 into mainline
8918      Branch: perl
8919           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
8920 ____________________________________________________________________________
8921 [  6366] By: gsar                                  on 2000/07/11  19:11:18
8922         Log: integrate cfgperl changes#6268..6282 into mainline
8923      Branch: perl
8924           !> (integrate 30 files)
8925 ____________________________________________________________________________
8926 [  6365] By: gsar                                  on 2000/07/11  18:57:00
8927         Log: delete new accidentally branched file
8928      Branch: perl
8929            - t/op/method2entersub.t
8930 ____________________________________________________________________________
8931 [  6364] By: gsar                                  on 2000/07/11  18:55:13
8932         Log: skip integrate of change#6267 from cfgperl into mainline (the
8933              method call optimization is flawed without additional hints
8934              from user about immutableness of @ISA and no runtime method
8935              definitions)
8936      Branch: perl
8937           +> t/op/method2entersub.t
8938           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
8939           !> perl.h t/op/sprintf.t xsutils.c
8940 ____________________________________________________________________________
8941 [  6363] By: gsar                                  on 2000/07/11  18:49:43
8942         Log: integrate cfgperl changes#6261..6266 into mainline
8943      Branch: perl
8944           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
8945           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
8946           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8947           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
8948 ____________________________________________________________________________
8949 [  6362] By: gsar                                  on 2000/07/11  18:43:26
8950         Log: integrate cfgperl changes#6252..6260 into mainline
8951      Branch: perl
8952           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
8953           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
8954           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
8955           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
8956 ____________________________________________________________________________
8957 [  6361] By: gsar                                  on 2000/07/11  18:37:12
8958         Log: skip integrate of problematic change#6251 from cfgperl into mainline
8959      Branch: perl
8960           !> lib/Exporter.pm
8961 ____________________________________________________________________________
8962 [  6360] By: gsar                                  on 2000/07/11  18:34:56
8963         Log: integrate cfgperl change#6250 into mainline
8964      Branch: perl
8965           +> t/op/my_stash.t
8966           !> MANIFEST embed.pl proto.h toke.c
8967 ____________________________________________________________________________
8968 [  6359] By: gsar                                  on 2000/07/11  18:21:19
8969         Log: integrate cfgperl changes#6242..6249 into mainline
8970      Branch: perl
8971           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
8972           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
8973           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
8974           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
8975           !> t/lib/peek.t utf8.c
8976 ____________________________________________________________________________
8977 [  6358] By: gsar                                  on 2000/07/11  18:15:45
8978         Log: skip integrate of problematic change#6241 from cfgperl into mainline
8979      Branch: perl
8980           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
8981 ____________________________________________________________________________
8982 [  6355] By: gsar                                  on 2000/07/11  18:12:10
8983         Log: integrate cfgperl changes#6231..6240 into mainline
8984      Branch: perl
8985           +> pod/perlutil.pod
8986           !> (integrate 35 files)
8987 ____________________________________________________________________________
8988 [  6353] By: gsar                                  on 2000/07/11  17:59:51
8989         Log: skip integrate of problematic change#6230 from cfgperl into mainline
8990              (a later version of File::Spec is already in mainline)
8991      Branch: perl
8992           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
8993           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
8994 ____________________________________________________________________________
8995 [  6352] By: gsar                                  on 2000/07/11  17:57:48
8996         Log: integrate cfgperl changes#6224..6229 into mainline
8997      Branch: perl
8998           +> lib/lib.pm.PL
8999            - lib/lib.pm
9000           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
9001           !> lib/English.pm op.c t/lib/english.t
9002 ____________________________________________________________________________
9003 [  6351] By: gsar                                  on 2000/07/11  17:50:10
9004         Log: skip integrate of problematic change#6223 from cfgperl into mainline
9005      Branch: perl
9006           !> doio.c
9007 ____________________________________________________________________________
9008 [  6350] By: gsar                                  on 2000/07/11  17:48:28
9009         Log: integrate cfgperl changes#6220..6222 into mainline
9010      Branch: perl
9011           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
9012           !> toke.c utf8.c win32/win32.h
9013 ____________________________________________________________________________
9014 [  6349] By: gsar                                  on 2000/07/11  17:46:13
9015         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
9016              mainline
9017      Branch: perl
9018           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
9019           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
9020           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9021 ____________________________________________________________________________
9022 [  6347] By: gsar                                  on 2000/07/11  17:42:04
9023         Log: integrate cfgperl change#6217 into mainline
9024      Branch: perl
9025           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
9026           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
9027           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
9028 ____________________________________________________________________________
9029 [  6346] By: gsar                                  on 2000/07/11  17:39:37
9030         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
9031              mainline
9032      Branch: perl
9033           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
9034           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9035           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
9036           !> perlapi.h pod/perlapi.pod
9037 ____________________________________________________________________________
9038 [  6345] By: gsar                                  on 2000/07/11  17:36:42
9039         Log: integrate cfgperl changes#6207..6210 into mainline
9040      Branch: perl
9041           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
9042           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
9043 ____________________________________________________________________________
9044 [  6344] By: gsar                                  on 2000/07/11  17:31:20
9045         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
9046              mainline
9047      Branch: perl
9048           !> (integrate 40 files)
9049 ____________________________________________________________________________
9050 [  6343] By: gsar                                  on 2000/07/11  17:19:08
9051         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
9052      Branch: perl
9053           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
9054            ! Changes
9055           !> (integrate 34 files)
9056 ____________________________________________________________________________
9057 [  6328] By: gsar                                  on 2000/07/10  07:06:00
9058         Log: accept() leaks memory on windows due to incorrect ordering of
9059              closesocket() and fclose() calls
9060      Branch: perl
9061            ! win32/win32sck.c
9062 ____________________________________________________________________________
9063 [  6327] By: gsar                                  on 2000/07/10  06:49:17
9064         Log: winsock options weren't being set in all threads under ithreads
9065              (caused send()s from second and subsequent threads to fail)
9066      Branch: perl
9067            ! win32/win32sck.c
9068 ____________________________________________________________________________
9069 [  6318] By: gsar                                  on 2000/07/05  22:10:54
9070         Log: fix UNC path handling on Windows under ithreads, and chdir()
9071              return value when given a non-existent directory
9072      Branch: perl
9073            ! win32/vdir.h
9074 ____________________________________________________________________________
9075 [  6317] By: gsar                                  on 2000/07/05  22:08:19
9076         Log: winsock cleanup never done on Windows (leads to handle leaks)
9077      Branch: perl
9078            ! win32/perllib.c win32/win32sck.c
9079 ____________________________________________________________________________
9080 [  6316] By: gsar                                  on 2000/07/05  22:06:19
9081         Log: some debugger output does not go to the socket when RemotePort is set
9082      Branch: perl
9083            ! lib/perl5db.pl
9084 ____________________________________________________________________________
9085 [  6314] By: gsar                                  on 2000/07/04  23:34:02
9086         Log: tyop in change#6306
9087      Branch: perl
9088            ! pp_hot.c
9089 ____________________________________________________________________________
9090 [  6310] By: gsar                                  on 2000/07/04  17:28:48
9091         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
9092      Branch: perl
9093            ! t/lib/b.t
9094 ____________________________________________________________________________
9095 [  6306] By: gsar                                  on 2000/07/04  16:28:40
9096         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
9097              (from Richard Soderberg <rs@oregonnet.com>)
9098      Branch: perl
9099            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
9100 ____________________________________________________________________________
9101 [  6304] By: gsar                                  on 2000/07/04  16:17:24
9102         Log: missing perldiag entry for unpack("w",...) diagnostic (from
9103              Andreas Koenig)
9104      Branch: perl
9105            ! pod/perldiag.pod
9106 ____________________________________________________________________________
9107 [  6303] By: gsar                                  on 2000/07/04  16:14:44
9108         Log: remove rel2abs prototypes (from Barrie Slaymaker)
9109      Branch: perl
9110            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9111            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9112 ____________________________________________________________________________
9113 [  6302] By: gsar                                  on 2000/07/04  04:59:35
9114         Log: adjust change#6299
9115      Branch: perl
9116            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
9117            ! win32/win32.c
9118 ____________________________________________________________________________
9119 [  6300] By: gsar                                  on 2000/07/04  04:42:09
9120         Log: PERL_OBJECT build tweak
9121      Branch: perl
9122            ! perl.h
9123 ____________________________________________________________________________
9124 [  6299] By: gsar                                  on 2000/07/04  04:37:00
9125         Log: fix memory leak on Windows (PL_sys_intern contents were never
9126              freed)
9127      Branch: perl
9128            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9129            ! perlapi.c proto.h win32/win32.c
9130 ____________________________________________________________________________
9131 [  6298] By: gsar                                  on 2000/07/04  04:15:59
9132         Log: fix large memory leak that has been around for ever, masked by
9133              -DPURIFY (most of the arenas were never freed!)
9134      Branch: perl
9135            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
9136 ____________________________________________________________________________
9137 [  6297] By: gsar                                  on 2000/07/04  04:07:46
9138         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
9139      Branch: perl
9140            ! perl.c
9141 ____________________________________________________________________________
9142 [  6294] By: gsar                                  on 2000/06/30  14:47:45
9143         Log: slurp mode fix in change#4736 still not quite right
9144      Branch: perl
9145            ! pp_hot.c t/io/argv.t
9146 ____________________________________________________________________________
9147 [  6291] By: gsar                                  on 2000/06/30  04:37:33
9148         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
9149              when @_ is modified, causing coredumps
9150      Branch: perl
9151            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
9152 ____________________________________________________________________________
9153 [  6287] By: gsar                                  on 2000/06/30  02:17:08
9154         Log: integrate vmsperl changes into mainline
9155      Branch: perl
9156           !> vms/vms.c vms/vmsish.h
9157 ____________________________________________________________________________
9158 [  6285] By: gsar                                  on 2000/06/30  02:05:28
9159         Log: localize %INC in a Safe compartment so that use/require work
9160              (many other magic globals probably need similar treatment)
9161      Branch: perl
9162            ! ext/Opcode/Opcode.xs
9163 ____________________________________________________________________________
9164 [  6284] By: gsar                                  on 2000/06/30  01:54:54
9165         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
9166              about Windows
9167      Branch: perl
9168            ! pod/perlembed.pod
9169 ____________________________________________________________________________
9170 [  6283] By: jhi                                   on 2000/06/30  01:50:10
9171         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
9172              From: Barrie Slaymaker <barries@jester.slaysys.com>
9173              Date: Wed, 28 Jun 2000 11:35:29 -0400
9174              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
9175      Branch: perl
9176            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
9177            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
9178            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9179            ! lib/File/Spec/Win32.pm
9180 ____________________________________________________________________________
9181 [  6216] By: gsar                                  on 2000/06/08  14:54:21
9182         Log: be more optimal about clearing @_
9183      Branch: perl
9184            ! cop.h
9185 ____________________________________________________________________________
9186 [  6215] By: gsar                                  on 2000/06/08  14:33:04
9187         Log: tweak comment about @DB::args
9188      Branch: perl
9189            ! av.h pp_ctl.c
9190 ____________________________________________________________________________
9191 [  6214] By: gsar                                  on 2000/06/08  13:57:54
9192         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
9193              caller() wants to populate @DB::args with it (causes a coredump
9194              in Carp::confess())
9195      Branch: perl
9196            ! cop.h t/op/runlevel.t
9197 ____________________________________________________________________________
9198 [  6213] By: gsar                                  on 2000/06/08  07:06:35
9199         Log: back out change#6106 (seems problematic)
9200      Branch: perl
9201            ! hints/solaris_2.sh
9202 ____________________________________________________________________________
9203 [  6201] By: gsar                                  on 2000/06/06  00:42:59
9204         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
9205              does a PUSHMARK that's never ever POPMARKed; in general, only
9206              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
9207              Perl_eval_[sp]v() don't because they don't take any incoming
9208              arguments (this leak has been around since the original version
9209              of perl_eval_pv() in 5.003_97e)
9210      Branch: perl
9211            ! perl.c
9212 ____________________________________________________________________________
9213 [  6195] By: gsar                                  on 2000/06/02  22:43:13
9214         Log: fix yet another eval"" leak under USE_ITHREADS
9215      Branch: perl
9216            ! op.c
9217 ____________________________________________________________________________
9218 [  6194] By: gsar                                  on 2000/06/02  18:22:06
9219         Log: fix small eval"" memory leaks under USE_ITHREADS
9220      Branch: perl
9221            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9222            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9223            ! vms/perly_c.vms
9224 ____________________________________________________________________________
9225 [  6191] By: gsar                                  on 2000/06/01  09:38:21
9226         Log: vec() loses numericalness (modified version of patch suggested
9227              by Robin Barker)
9228      Branch: perl
9229            ! doop.c t/op/vec.t
9230 ____________________________________________________________________________
9231 [  6190] By: gsar                                  on 2000/06/01  09:26:15
9232         Log: submit missing embed.pl change
9233      Branch: perl
9234            ! embed.pl
9235 ____________________________________________________________________________
9236 [  6189] By: gsar                                  on 2000/06/01  09:05:34
9237         Log: counting tr/// corrupts later operation (from M.J.T Guy)
9238      Branch: perl
9239            ! doop.c t/op/tr.t
9240 ____________________________________________________________________________
9241 [  6188] By: gsar                                  on 2000/06/01  08:58:39
9242         Log: h2xs tweaks
9243      Branch: perl
9244            ! utils/h2xs.PL
9245 ____________________________________________________________________________
9246 [  6187] By: gsar                                  on 2000/06/01  08:50:07
9247         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
9248              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9249      Branch: perl
9250            + lib/Pod/LaTeX.pm
9251            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
9252            ! pod/pod2latex.PL
9253 ____________________________________________________________________________
9254 [  6186] By: gsar                                  on 2000/06/01  08:24:40
9255         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
9256              <wolfgang.laun@alcatel.at>)
9257      Branch: perl
9258            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
9259            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
9260 ____________________________________________________________________________
9261 [  6185] By: gsar                                  on 2000/06/01  08:12:00
9262         Log: remove incorrect documentation about implicit split to @_ in
9263              list context, which never really worked in perl 5 (from
9264              M.J.T. Guy)
9265      Branch: perl
9266            ! pod/perlfunc.pod pod/perltrap.pod
9267 ____________________________________________________________________________
9268 [  6184] By: gsar                                  on 2000/06/01  07:52:27
9269         Log: tweak for change#6127
9270      Branch: perl
9271            ! perl.c
9272 ____________________________________________________________________________
9273 [  6183] By: gsar                                  on 2000/06/01  07:41:02
9274         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
9275              <nick@ccl4.org>)
9276      Branch: perl
9277            + t/lib/selfloader.t
9278            ! MANIFEST lib/SelfLoader.pm
9279 ____________________________________________________________________________
9280 [  6179] By: gsar                                  on 2000/05/31  22:37:51
9281         Log: buggy modulus on UVs introduced by change#3378 (resulted in
9282              4063328477 % 65535 amounting to 27406, instead of 27407)
9283      Branch: perl
9284            ! pp.c t/op/arith.t
9285 ____________________________________________________________________________
9286 [  6172] By: gsar                                  on 2000/05/31  05:05:42
9287         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
9288              (from Ilya Zakharevich)
9289      Branch: perl
9290            ! regexec.c t/op/re_tests
9291 ____________________________________________________________________________
9292 [  6171] By: gsar                                  on 2000/05/31  05:01:47
9293         Log: scalar() doesn't force scalar context when used in void context
9294              (from Simon Cozens)
9295      Branch: perl
9296            ! op.c t/op/wantarray.t
9297 ____________________________________________________________________________
9298 [  6170] By: gsar                                  on 2000/05/31  04:41:33
9299         Log: change#6142 needs tweaks to tests to work where there's no symlink()
9300              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9301      Branch: perl
9302            ! t/lib/filefind.t
9303 ____________________________________________________________________________
9304 [  6169] By: gsar                                  on 2000/05/31  04:29:49
9305         Log: integrate cfgperl contents into mainline
9306      Branch: perl
9307           +> pod/perlmodlib.PL pod/perlnewmod.pod
9308           !> (integrate 42 files)
9309 ____________________________________________________________________________
9310 [  6163] By: gsar                                  on 2000/05/30  03:24:03
9311         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9312      Branch: perl
9313            ! op.c
9314 ____________________________________________________________________________
9315 [  6162] By: gsar                                  on 2000/05/30  03:09:38
9316         Log: fix memory leak in method call optimization (change#3768);
9317              made C<eval "$x->foo()"> leak
9318      Branch: perl
9319            ! op.c
9320 ____________________________________________________________________________
9321 [  6155] By: gsar                                  on 2000/05/28  21:15:58
9322         Log: small bug in change#6144; remove random \xA0 character that snuck
9323              in via change#6145
9324      Branch: perl
9325            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
9326 ____________________________________________________________________________
9327 [  6154] By: gsar                                  on 2000/05/28  21:04:19
9328         Log: avoid type mismatch warning
9329      Branch: perl
9330            ! perl.c
9331 ____________________________________________________________________________
9332 [  6153] By: gsar                                  on 2000/05/28  20:58:31
9333         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
9334              <nick@Bagpuss.uk.boo.com>)
9335      Branch: perl
9336            ! lib/Test/Harness.pm
9337 ____________________________________________________________________________
9338 [  6152] By: gsar                                  on 2000/05/28  20:53:42
9339         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
9340      Branch: perl
9341            ! regexec.c
9342 ____________________________________________________________________________
9343 [  6151] By: gsar                                  on 2000/05/28  20:50:28
9344         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
9345      Branch: perl
9346            ! regexec.c
9347 ____________________________________________________________________________
9348 [  6150] By: gsar                                  on 2000/05/28  20:39:58
9349         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
9350      Branch: perl
9351            ! pod/perlrequick.pod
9352 ____________________________________________________________________________
9353 [  6149] By: gsar                                  on 2000/05/28  20:35:16
9354         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
9355              <troc@netrus.net>)
9356      Branch: perl
9357            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
9358            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
9359            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
9360            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
9361 ____________________________________________________________________________
9362 [  6148] By: gsar                                  on 2000/05/28  20:21:07
9363         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
9364      Branch: perl
9365            ! lib/ExtUtils/MM_Unix.pm
9366 ____________________________________________________________________________
9367 [  6147] By: gsar                                  on 2000/05/28  20:12:41
9368         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
9369              (from Peter Prymmer)
9370      Branch: perl
9371            ! vms/subconfigure.com
9372 ____________________________________________________________________________
9373 [  6146] By: gsar                                  on 2000/05/28  20:06:15
9374         Log: doc typo
9375      Branch: perl
9376            ! lib/warnings.pm warnings.h warnings.pl
9377 ____________________________________________________________________________
9378 [  6145] By: gsar                                  on 2000/05/28  18:44:33
9379         Log: make xsubpp skip embedded pod (from Matthias Neeracher
9380              <neeri@iis.ee.ethz.ch>)
9381      Branch: perl
9382            ! lib/ExtUtils/xsubpp
9383 ____________________________________________________________________________
9384 [  6144] By: gsar                                  on 2000/05/28  18:42:49
9385         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
9386              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
9387              <neeri@iis.ee.ethz.ch>)
9388      Branch: perl
9389            ! lib/AutoSplit.pm
9390 ____________________________________________________________________________
9391 [  6143] By: gsar                                  on 2000/05/28  18:41:12
9392         Log: MacOS support, part 1 (from Matthias Neeracher
9393              <neeri@iis.ee.ethz.ch>)
9394      Branch: perl
9395            + ext/DynaLoader/dl_mac.xs
9396            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
9397            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
9398            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
9399            ! util.h
9400 ____________________________________________________________________________
9401 [  6142] By: gsar                                  on 2000/05/28  18:21:51
9402         Log: File::Find fails to chdir when chasing symlinks (from
9403              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9404      Branch: perl
9405            ! lib/File/Find.pm t/lib/filefind.t
9406 ____________________________________________________________________________
9407 [  6141] By: jhi                                   on 2000/05/28  14:25:15
9408         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
9409              forwarded by Peter Seebach from the bsdi-users mailing list.
9410              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
9411      Branch: perl
9412            ! hints/bsdos.sh
9413 ____________________________________________________________________________
9414 [  6139] By: gsar                                  on 2000/05/28  10:01:48
9415         Log: revise mktables.PL for bugs and newness in Unicode 3.0
9416              (from James Bence <jbence@amgen.com>)
9417      Branch: perl
9418            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
9419            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
9420            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
9421            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
9422            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
9423            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
9424            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
9425            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
9426            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
9427            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
9428            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
9429            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
9430            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
9431            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
9432            + lib/unicode/Is/SylWU.pl
9433            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
9434            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9435            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
9436            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
9437            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
9438            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
9439            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
9440            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9441            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9442            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9443            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9444            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9445            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9446            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9447            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
9448            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
9449            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
9450            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
9451            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
9452            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
9453            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
9454            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
9455            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
9456            ! lib/unicode/Makefile lib/unicode/mktables.PL
9457 ____________________________________________________________________________
9458 [  6138] By: gsar                                  on 2000/05/28  08:50:32
9459         Log: add note about the handling of negative indices to tied arrays
9460              (from Michael G Schwern <schwern@pobox.com>)
9461      Branch: perl
9462            ! pod/perltie.pod
9463 ____________________________________________________________________________
9464 [  6137] By: gsar                                  on 2000/05/28  08:46:10
9465         Log: fix bogus redeclaration warning for "our" variables in different
9466              scopes
9467      Branch: perl
9468            ! op.c t/pragma/strict-vars
9469 ____________________________________________________________________________
9470 [  6136] By: gsar                                  on 2000/05/28  08:31:20
9471         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
9472      Branch: perl
9473            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
9474 ____________________________________________________________________________
9475 [  6135] By: gsar                                  on 2000/05/28  08:17:50
9476         Log: enable Test::Harness to dynamically determine column width etc.
9477              (from Rob Napier <rnapier@employees.org>)
9478      Branch: perl
9479            ! lib/Test/Harness.pm
9480 ____________________________________________________________________________
9481 [  6134] By: gsar                                  on 2000/05/28  08:13:39
9482         Log: make Test::Harness use wait.h/WCOREDUMP if available
9483              (from Ben Tilly <ben_tilly@hotmail.com>)
9484      Branch: perl
9485            ! lib/Test/Harness.pm
9486 ____________________________________________________________________________
9487 [  6133] By: gsar                                  on 2000/05/28  08:08:05
9488         Log: elide bogus test in change#6132
9489      Branch: perl
9490            ! t/pragma/warn/9enabled
9491 ____________________________________________________________________________
9492 [  6132] By: gsar                                  on 2000/05/28  08:03:14
9493         Log: warnings::enabled() doesn't fall back to looking at $^W if
9494              caller isn't using lexical warnings (from Paul Marquess)
9495      Branch: perl
9496            ! pp_ctl.c t/pragma/warn/9enabled
9497 ____________________________________________________________________________
9498 [  6131] By: gsar                                  on 2000/05/28  07:57:47
9499         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
9500      Branch: perl
9501            ! ext/POSIX/POSIX.pm
9502 ____________________________________________________________________________
9503 [  6130] By: gsar                                  on 2000/05/28  07:29:12
9504         Log: fix places that mean C<"word" character> but say C<alphanumeric
9505              character>
9506      Branch: perl
9507            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
9508 ____________________________________________________________________________
9509 [  6129] By: gsar                                  on 2000/05/28  07:18:41
9510         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
9511      Branch: perl
9512            ! vms/test.com
9513 ____________________________________________________________________________
9514 [  6128] By: gsar                                  on 2000/05/28  07:12:55
9515         Log: new perlxstut example for passing/returning refs to arrays
9516              (from David Lowe <dlowe@pootpoot.com>)
9517      Branch: perl
9518            ! pod/perlxstut.pod
9519 ____________________________________________________________________________
9520 [  6127] By: gsar                                  on 2000/05/28  07:02:50
9521         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
9522              failed (from Gisle Aas)
9523      Branch: perl
9524            ! cop.h perl.c
9525 ____________________________________________________________________________
9526 [  6126] By: gsar                                  on 2000/05/28  06:39:53
9527         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
9528              (reworked variant of patch suggested by Simon Cozens)
9529      Branch: perl
9530            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
9531            ! pp_hot.c proto.h t/op/gv.t
9532 ____________________________________________________________________________
9533 [  6125] By: gsar                                  on 2000/05/28  05:14:55
9534         Log: enable propagating exception objects via Perl_croak() in XS code
9535              (from Gisle Aas)
9536      Branch: perl
9537            ! util.c
9538 ____________________________________________________________________________
9539 [  6124] By: gsar                                  on 2000/05/28  05:07:28
9540         Log: integrate vmsperl contents into mainline
9541      Branch: perl
9542           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
9543           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
9544           !> vms/vmsish.h
9545 ____________________________________________________________________________
9546 [  6123] By: gsar                                  on 2000/05/28  05:03:53
9547         Log: clarify gotcha with #line directives (from Rocco Caputo
9548              <troc@netrus.net>)
9549      Branch: perl
9550            ! pod/perldebug.pod pod/perlsyn.pod
9551 ____________________________________________________________________________
9552 [  6122] By: gsar                                  on 2000/05/28  04:58:29
9553         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
9554              (from Mark-Jason Dominus)
9555      Branch: perl
9556            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
9557            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
9558            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
9559            ! toke.c
9560 ____________________________________________________________________________
9561 [  6108] By: gsar                                  on 2000/05/17  02:24:56
9562         Log: reenable fake signal handling on Windows, bugs and all
9563      Branch: perl
9564            ! mg.c perl.h win32/perlhost.h
9565 ____________________________________________________________________________
9566 [  6104] By: gsar                                  on 2000/05/11  03:39:07
9567         Log: PL_sys_intern was being initialized too late on windows
9568      Branch: perl
9569            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9570            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
9571 ____________________________________________________________________________
9572 [  6094] By: gsar                                  on 2000/05/08  14:22:22
9573         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
9574      Branch: perl
9575            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9576            ! hints/cygwin.sh pp_sys.c
9577 ____________________________________________________________________________
9578 [  6093] By: gsar                                  on 2000/05/08  12:52:28
9579         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
9580              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
9581      Branch: perl
9582            ! pp_sys.c sv.c win32/perlhost.h
9583 ____________________________________________________________________________
9584 [  6090] By: gsar                                  on 2000/05/07  19:47:07
9585         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
9586              [NI]OK; added tests for both
9587      Branch: perl
9588            ! perl.c pp_hot.c sv.c t/op/substr.t
9589 ____________________________________________________________________________
9590 [  6089] By: gsar                                  on 2000/05/07  18:18:38
9591         Log: buildtoc tweak to fix newline lossage
9592      Branch: perl
9593            ! pod/buildtoc
9594 ____________________________________________________________________________
9595 [  6087] By: gsar                                  on 2000/05/07  16:05:16
9596         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
9597      Branch: perl
9598            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
9599 ____________________________________________________________________________
9600 [  6085] By: gsar                                  on 2000/05/07  05:52:02
9601         Log: repeat operator (x) doesn't preserve utf8-ness
9602      Branch: perl
9603            ! pp.c t/op/substr.t
9604 ____________________________________________________________________________
9605 [  6084] By: gsar                                  on 2000/05/07  05:39:55
9606         Log: substr() does not preserve utf8-ness (from Stefan Eissing
9607              <Eissing@medicaldataservice.de>); added tests
9608      Branch: perl
9609            ! pp.c t/op/substr.t
9610 ____________________________________________________________________________
9611 [  6083] By: gsar                                  on 2000/05/07  05:24:46
9612         Log: note about undocumented caller() return value (from M.J.T. Guy);
9613              yet another peek.t tweak
9614      Branch: perl
9615            ! pod/perlfunc.pod t/lib/peek.t
9616 ____________________________________________________________________________
9617 [  6082] By: gsar                                  on 2000/05/07  05:08:40
9618         Log: peek.t non-portable to ithreads
9619      Branch: perl
9620            ! t/lib/peek.t
9621 ____________________________________________________________________________
9622 [  6081] By: gsar                                  on 2000/05/07  04:17:04
9623         Log: better default perlbug categories for ok reports (from Richard Foley)
9624      Branch: perl
9625            ! utils/perlbug.PL
9626 ____________________________________________________________________________
9627 [  6080] By: gsar                                  on 2000/05/07  04:08:07
9628         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
9629              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9630      Branch: perl
9631            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9632            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9633            ! AUTHORS MAINTAIN MANIFEST
9634 ____________________________________________________________________________
9635 [  6079] By: gsar                                  on 2000/05/07  04:01:38
9636         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
9637      Branch: perl
9638            ! lib/Carp/Heavy.pm
9639 ____________________________________________________________________________
9640 [  6078] By: gsar                                  on 2000/05/07  01:24:19
9641         Log: workaround for CRT bug in chdir() (from Charles Lane, via
9642              Peter Prymmer)
9643      Branch: perl
9644            ! iperlsys.h vms/vms.c vms/vmsish.h
9645 ____________________________________________________________________________
9646 [  6077] By: gsar                                  on 2000/05/07  01:22:23
9647         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
9648              and Tom Phoenix)
9649      Branch: perl
9650            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
9651 ____________________________________________________________________________
9652 [  6076] By: gsar                                  on 2000/05/06  17:36:29
9653         Log: integrate cfgperl contents into mainline
9654      Branch: perl
9655           +> t/lib/peek.t
9656           !> Configure MANIFEST Porting/Glossary Porting/config.sh
9657           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
9658           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
9659           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
9660 ____________________________________________________________________________
9661 [  6071] By: gsar                                  on 2000/05/05  02:24:46
9662         Log: misformatted perllocal.pod (from Tim Jenness
9663              <t.jenness@jach.hawaii.edu>)
9664      Branch: perl
9665            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9666 ____________________________________________________________________________
9667 [  6070] By: gsar                                  on 2000/05/05  02:16:52
9668         Log: remove misleading comment (from M.J.T. Guy)
9669      Branch: perl
9670            ! t/lib/anydbm.t
9671 ____________________________________________________________________________
9672 [  6069] By: gsar                                  on 2000/05/05  02:15:13
9673         Log: File::Spec compatibility update (from Barrie Slaymaker
9674              <barries@slaysys.com>)
9675      Branch: perl
9676            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9677            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9678 ____________________________________________________________________________
9679 [  6068] By: gsar                                  on 2000/05/05  02:01:50
9680         Log: note about values()
9681      Branch: perl
9682            ! pod/perlfunc.pod
9683 ____________________________________________________________________________
9684 [  6067] By: gsar                                  on 2000/05/05  01:33:09
9685         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
9686      Branch: perl
9687            ! win32/win32.c
9688 ____________________________________________________________________________
9689 [  6066] By: gsar                                  on 2000/05/05  01:23:43
9690         Log: s/END/CHECK/
9691      Branch: perl
9692            ! perl.c
9693 ____________________________________________________________________________
9694 [  6064] By: gsar                                  on 2000/05/04  17:26:14
9695         Log: change#5905 wasn't quite right--it's intent only applies when arguments
9696              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
9697      Branch: perl
9698            ! pp_sys.c sv.c
9699 ____________________________________________________________________________
9700 [  6063] By: gsar                                  on 2000/05/04  16:52:29
9701         Log: tokeq() could read unallocated field in argument
9702      Branch: perl
9703            ! toke.c
9704 ____________________________________________________________________________
9705 [  6062] By: gsar                                  on 2000/05/04  16:34:51
9706         Log: additional tests for utf8.t
9707      Branch: perl
9708            ! t/pragma/utf8.t
9709 ____________________________________________________________________________
9710 [  6061] By: gsar                                  on 2000/05/04  16:09:28
9711         Log: change#5921 neglected to make eq honor "use bytes"
9712      Branch: perl
9713            ! sv.c
9714 ____________________________________________________________________________
9715 [  6058] By: gsar                                  on 2000/05/04  00:19:14
9716         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
9717              (spotted by Donald Kinzer <dkinzer@premia.com>)
9718      Branch: perl
9719            ! perl.c
9720 ____________________________________________________________________________
9721 [  6057] By: gsar                                  on 2000/05/03  18:34:01
9722         Log: fix broken parsing of /\x{ab}/
9723      Branch: perl
9724            ! regcomp.c t/pragma/utf8.t
9725 ____________________________________________________________________________
9726 [  6048] By: gsar                                  on 2000/05/02  18:29:10
9727         Log: add note about how $( doesn't interpolate in REs (from
9728              Philip Newton <newton@ficus.frogspace.net>)
9729      Branch: perl
9730            ! pod/perlop.pod
9731 ____________________________________________________________________________
9732 [  6046] By: gsar                                  on 2000/05/02  17:07:25
9733         Log: libscheck has insufficient checks for n32 libs (from
9734              Albert Chin-A-Young <china@thewrittenword.com>)
9735      Branch: perl
9736            ! hints/irix_6.sh
9737 ____________________________________________________________________________
9738 [  6044] By: gsar                                  on 2000/05/02  06:48:19
9739         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
9740              such that underscores are only ignored in literal numbers,
9741              "\x{...}", and hex/oct argument
9742      Branch: perl
9743            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
9744 ____________________________________________________________________________
9745 [  6043] By: gsar                                  on 2000/05/02  02:22:29
9746         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
9747      Branch: perl
9748            ! pod/perlretut.pod
9749 ____________________________________________________________________________
9750 [  6042] By: gsar                                  on 2000/05/02  02:17:51
9751         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
9752      Branch: perl
9753            ! pod/perltrap.pod
9754 ____________________________________________________________________________
9755 [  6041] By: gsar                                  on 2000/05/02  01:53:51
9756         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
9757              to compensate
9758      Branch: perl
9759            ! Porting/makerel
9760 ____________________________________________________________________________
9761 [  6040] By: gsar                                  on 2000/05/02  01:51:57
9762         Log: missing files in MANIFEST
9763      Branch: perl
9764            ! MANIFEST
9765 ____________________________________________________________________________
9766 [  6032] By: gsar                                  on 2000/05/01  15:56:32
9767         Log: whitespace adjustments
9768      Branch: perl
9769            ! pp_sys.c
9770 ____________________________________________________________________________
9771 [  6031] By: gsar                                  on 2000/05/01  15:19:41
9772         Log: small nits in diagnostics.pm (from Robin Barker)
9773      Branch: perl
9774            ! lib/diagnostics.pm pod/perldiag.pod
9775 ____________________________________________________________________________
9776 [  6030] By: gsar                                  on 2000/05/01  08:39:18
9777         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
9778              for @- and @+ (from Johan Vromans)
9779      Branch: perl
9780            ! lib/English.pm pod/perlvar.pod
9781 ____________________________________________________________________________
9782 [  6029] By: gsar                                  on 2000/05/01  08:16:10
9783         Log: add CGI.pm v2.66 (from Lincoln Stein)
9784      Branch: perl
9785            + lib/CGI/Util.pm t/lib/cgi-pretty.t
9786            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9787            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
9788            ! t/lib/cgi-html.t t/lib/cgi-request.t
9789 ____________________________________________________________________________
9790 [  6028] By: gsar                                  on 2000/05/01  06:34:41
9791         Log: Pod::Man generates groff-incompatible macro definition (from
9792              Tom Christiansen)
9793      Branch: perl
9794            ! lib/Pod/Man.pm
9795 ____________________________________________________________________________
9796 [  6027] By: gsar                                  on 2000/05/01  06:31:36
9797         Log: podlators-1.02 update (from Russ Allbery)
9798      Branch: perl
9799            ! lib/Pod/Man.pm lib/Pod/Text.pm
9800 ____________________________________________________________________________
9801 [  6025] By: gsar                                  on 2000/04/30  18:17:47
9802         Log: Is{Alnum,Alpha,Word} don't match titlecase
9803              
9804              TODO: IsSpace is defined recursively!
9805              
9806              (both spotted by Larry)
9807      Branch: perl
9808            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9809            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9810 ____________________________________________________________________________
9811 [  6024] By: gsar                                  on 2000/04/30  17:50:19
9812         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
9813              (from Hugo van der Sanden)
9814      Branch: perl
9815            ! toke.c
9816 ____________________________________________________________________________
9817 [  6023] By: gsar                                  on 2000/04/30  17:14:43
9818         Log: debugger stomps on $. (from M.J.T. Guy)
9819      Branch: perl
9820            ! lib/perl5db.pl
9821 ____________________________________________________________________________
9822 [  6022] By: gsar                                  on 2000/04/30  16:59:22
9823         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
9824      Branch: perl
9825            ! sv.c
9826 ____________________________________________________________________________
9827 [  6021] By: gsar                                  on 2000/04/29  21:00:08
9828         Log: remove Win2K issue in pod (fixed by change#6020)
9829      Branch: perl
9830            ! README.win32 pod/perl56delta.pod
9831 ____________________________________________________________________________
9832 [  6020] By: gsar                                  on 2000/04/29  20:51:49
9833         Log: test tweak
9834      Branch: perl
9835            ! t/lib/open3.t
9836 ____________________________________________________________________________
9837 [  6019] By: gsar                                  on 2000/04/29  20:34:27
9838         Log: windows portability tweaks
9839      Branch: perl
9840            ! t/lib/b.t win32/win32.h
9841 ____________________________________________________________________________
9842 [  6018] By: gsar                                  on 2000/04/29  19:55:24
9843         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
9844              make _PATH_LOG() return "" if unavailable
9845      Branch: perl
9846            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
9847            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
9848 ____________________________________________________________________________
9849 [  6015] By: gsar                                  on 2000/04/28  22:35:49
9850         Log: tweak test for portability
9851      Branch: perl
9852            ! t/lib/b.t
9853 ____________________________________________________________________________
9854 [  6014] By: gsar                                  on 2000/04/28  22:05:31
9855         Log: glob() loading File::Glob behind the scenes may cause syntax errors
9856      Branch: perl
9857            ! op.c
9858 ____________________________________________________________________________
9859 [  6013] By: gsar                                  on 2000/04/28  21:25:22
9860         Log: tweak change#5945 to display correct switch name in diagnostic
9861      Branch: perl
9862            ! perl.c pod/perldiag.pod
9863 ____________________________________________________________________________
9864 [  6010] By: gsar                                  on 2000/04/28  21:02:58
9865         Log: clarify note about shadow password support (from
9866              gellyfish@gellyfish.com)
9867      Branch: perl
9868            ! pod/perlfunc.pod
9869 ____________________________________________________________________________
9870 [  6009] By: gsar                                  on 2000/04/28  21:00:00
9871         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
9872      Branch: perl
9873            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
9874 ____________________________________________________________________________
9875 [  6008] By: gsar                                  on 2000/04/28  20:56:33
9876         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
9877      Branch: perl
9878            ! installperl vms/subconfigure.com
9879 ____________________________________________________________________________
9880 [  6007] By: gsar                                  on 2000/04/28  20:51:21
9881         Log: note about compile failures and END blocks (from M.J.T. Guy)
9882      Branch: perl
9883            ! pod/perl56delta.pod pod/perlmod.pod
9884 ____________________________________________________________________________
9885 [  6005] By: gsar                                  on 2000/04/28  20:41:16
9886         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
9887      Branch: perl
9888            ! utils/perldoc.PL
9889 ____________________________________________________________________________
9890 [  6003] By: gsar                                  on 2000/04/28  20:11:20
9891         Log: allow REG_EXPAND_SZ keys in Windows registry (from
9892              John Clayton <John.Clayton@barclayscapital.com>)
9893      Branch: perl
9894            ! win32/win32.c
9895 ____________________________________________________________________________
9896 [  6002] By: gsar                                  on 2000/04/28  19:34:16
9897         Log: destructive sv_setsv() can lose UV-ness from source, causing
9898              numeric promotions/comparisons to fail to do the right thing
9899      Branch: perl
9900            ! sv.c
9901 ____________________________________________________________________________
9902 [  6001] By: gsar                                  on 2000/04/28  18:44:15
9903         Log: support additional library locations via $Config{otherlibdirs}
9904              (from Andy Dougherty)
9905      Branch: perl
9906            ! Configure INSTALL Porting/Glossary Porting/config.sh
9907            ! Porting/config_H config_h.SH epoc/config.sh perl.c
9908            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
9909            ! win32/config.bc win32/config.gc win32/config.vc
9910 ____________________________________________________________________________
9911 [  5999] By: gsar                                  on 2000/04/28  18:17:07
9912         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9913      Branch: perl
9914            ! t/pragma/warn/toke toke.c
9915 ____________________________________________________________________________
9916 [  5995] By: gsar                                  on 2000/04/28  09:37:36
9917         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9918      Branch: perl
9919            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9920 ____________________________________________________________________________
9921 [  5994] By: gsar                                  on 2000/04/28  09:33:26
9922         Log: fix for missed accounting for null byte in pack("Z",...) (from
9923              M.J.T. Guy)
9924      Branch: perl
9925            ! pp.c t/op/pack.t
9926 ____________________________________________________________________________
9927 [  5993] By: gsar                                  on 2000/04/28  09:30:05
9928         Log: various minor tweaks seen on p5p
9929      Branch: perl
9930            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
9931 ____________________________________________________________________________
9932 [  5992] By: gsar                                  on 2000/04/28  09:08:19
9933         Log: pod nit (from Simon Cozens)
9934      Branch: perl
9935            ! pod/perlop.pod
9936 ____________________________________________________________________________
9937 [  5991] By: gsar                                  on 2000/04/28  09:06:36
9938         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
9939      Branch: perl
9940            ! README.posix-bc hints/posix-bc.sh
9941 ____________________________________________________________________________
9942 [  5990] By: gsar                                  on 2000/04/28  08:54:52
9943         Log: use $ENV{LIB} to search for libs under Visual C compiler
9944              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9945      Branch: perl
9946            ! lib/ExtUtils/Liblist.pm
9947 ____________________________________________________________________________
9948 [  5989] By: gsar                                  on 2000/04/28  08:27:12
9949         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
9950              itself and no other (from Tom Hughes)
9951      Branch: perl
9952            ! t/op/array.t toke.c
9953 ____________________________________________________________________________
9954 [  5988] By: gsar                                  on 2000/04/28  08:01:38
9955         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
9956              <paul@miraclefish.com>)
9957      Branch: perl
9958            ! lib/ExtUtils/MakeMaker.pm
9959 ____________________________________________________________________________
9960 [  5987] By: gsar                                  on 2000/04/28  07:53:09
9961         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
9962      Branch: perl
9963            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
9964 ____________________________________________________________________________
9965 [  5986] By: gsar                                  on 2000/04/28  07:44:17
9966         Log: add regular expressions tutorial and quick-start guide (from
9967              Mark Kvale <kvale@phy.ucsf.edu>)
9968      Branch: perl
9969            + pod/perlrequick.pod pod/perlretut.pod
9970            ! AUTHORS MAINTAIN MANIFEST
9971 ____________________________________________________________________________
9972 [  5985] By: gsar                                  on 2000/04/28  07:30:28
9973         Log: forked child may not exit correctly if it failed to open
9974              /dev/console (from Graham Barr)
9975      Branch: perl
9976            ! ext/Sys/Syslog/Syslog.pm
9977 ____________________________________________________________________________
9978 [  5984] By: gsar                                  on 2000/04/28  07:27:20
9979         Log: attributes::reftype() doesn't work on tied argument
9980      Branch: perl
9981            ! xsutils.c
9982 ____________________________________________________________________________
9983 [  5983] By: gsar                                  on 2000/04/28  07:15:04
9984         Log: numeric conversion of non-number in change#3378 tramples on
9985              OOK offset, causing segfaults
9986      Branch: perl
9987            ! sv.c
9988 ____________________________________________________________________________
9989 [  5982] By: gsar                                  on 2000/04/28  04:48:25
9990         Log: avoid error in IO::Socket::INET when given an unknown service name
9991              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
9992      Branch: perl
9993            ! ext/IO/lib/IO/Socket/INET.pm
9994 ____________________________________________________________________________
9995 [  5981] By: gsar                                  on 2000/04/28  04:31:31
9996         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
9997              prototype mismatch with CORE::glob(); update pod and tests to
9998              suit (File::Glob::glob() is still available for backward
9999              compatibility, but should be considered deprecated)
10000      Branch: perl
10001            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
10002            ! t/lib/glob-taint.t
10003 ____________________________________________________________________________
10004 [  5980] By: gsar                                  on 2000/04/28  03:47:29
10005         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
10006              <ghudson@mit.edu>)
10007      Branch: metaconfig
10008            ! U/modified/Options.U
10009      Branch: perl
10010            ! Configure
10011 ____________________________________________________________________________
10012 [  5979] By: gsar                                  on 2000/04/28  03:07:54
10013         Log: under useithreads, constant pad entries could inadvertantly be
10014              shared across threads (from Eric Blood <eblood@xmission.com>);
10015              added Eric's test case to testsuite
10016      Branch: perl
10017            ! op.c t/op/misc.t
10018 ____________________________________________________________________________
10019 [  5978] By: gsar                                  on 2000/04/27  21:13:00
10020         Log: sync version numbers in File::Spec with the ones on CPAN
10021              (from Barrie Slaymaker)
10022      Branch: perl
10023            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10024            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
10025            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10026 ____________________________________________________________________________
10027 [  5977] By: gsar                                  on 2000/04/27  21:07:29
10028         Log: autoquote barewords followed by newline and arrow properly
10029              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
10030      Branch: perl
10031            ! t/pragma/warn/toke toke.c
10032 ____________________________________________________________________________
10033 [  5976] By: gsar                                  on 2000/04/27  20:41:20
10034         Log: DB_File v1.73 update (from Paul Marquess)
10035      Branch: perl
10036            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10037            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10038 ____________________________________________________________________________
10039 [  5975] By: gsar                                  on 2000/04/27  20:34:24
10040         Log: allow sort() reentrancy (variant of patch suggested by
10041              Hugo van der Sanden)
10042      Branch: perl
10043            ! pp_ctl.c t/op/sort.t
10044 ____________________________________________________________________________
10045 [  5974] By: gsar                                  on 2000/04/27  19:46:57
10046         Log: change#4197 somehow missed initializing PL_errors, meaning
10047              sytax error queueing wasn't working outside eval"" at all;
10048              also fixed eval"" to localize PL_error_count, so that compile-time
10049              eval's don't clobber the error state of the outer context
10050      Branch: perl
10051            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
10052            ! t/pragma/warn/toke
10053 ____________________________________________________________________________
10054 [  5973] By: gsar                                  on 2000/04/27  18:29:05
10055         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
10056      Branch: perl
10057            ! regcomp.c regexec.c t/op/re_tests
10058 ____________________________________________________________________________
10059 [  5970] By: gsar                                  on 2000/04/27  18:05:11
10060         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
10061              IV is >32bits
10062      Branch: perl
10063            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
10064 ____________________________________________________________________________
10065 [  5969] By: gsar                                  on 2000/04/27  17:50:56
10066         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
10067      Branch: perl
10068            + t/lib/syslog.t
10069            ! MANIFEST ext/Sys/Syslog/Syslog.pm
10070 ____________________________________________________________________________
10071 [  5968] By: gsar                                  on 2000/04/27  17:44:49
10072         Log: tolerate spaces in group names in test on solaris (from David Boyce
10073              <dsb@boyski.com>)
10074      Branch: perl
10075            ! t/op/groups.t
10076 ____________________________________________________________________________
10077 [  5967] By: gsar                                  on 2000/04/27  17:41:22
10078         Log: improved docs on the warn_uninit diagnostic (from David Glasser
10079              and Simon Cozens)
10080      Branch: perl
10081            ! pod/perldiag.pod
10082 ____________________________________________________________________________
10083 [  5966] By: gsar                                  on 2000/04/27  16:54:58
10084         Log: add testsuite for B backends, fix bug in B::Deparse (from
10085              Simon Cozens <simon@brecon.co.uk>)
10086      Branch: perl
10087            + t/lib/b.t
10088            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
10089 ____________________________________________________________________________
10090 [  5965] By: gsar                                  on 2000/04/27  16:10:37
10091         Log: avoid "will not stay shared" warnings for our variables (from
10092              Robin Barker)
10093      Branch: perl
10094            ! op.c t/pragma/warn/op
10095 ____________________________________________________________________________
10096 [  5964] By: gsar                                  on 2000/04/27  07:05:05
10097         Log: reformat to 72 columns (again)
10098      Branch: perl
10099            ! pod/perldiag.pod
10100 ____________________________________________________________________________
10101 [  5963] By: gsar                                  on 2000/04/27  06:28:31
10102         Log: patch from Larry to make (\&) prototype work; added tests for
10103              the same
10104      Branch: perl
10105            ! op.c t/comp/proto.t
10106 ____________________________________________________________________________
10107 [  5962] By: gsar                                  on 2000/04/27  06:15:47
10108         Log: updated README.hpux (from Jeff Okamoto)
10109      Branch: perl
10110            ! README.hpux
10111 ____________________________________________________________________________
10112 [  5961] By: gsar                                  on 2000/04/27  05:55:03
10113         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
10114      Branch: perl
10115            ! emacs/cperl-mode.el
10116 ____________________________________________________________________________
10117 [  5960] By: gsar                                  on 2000/04/27  05:49:26
10118         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
10119      Branch: perl
10120            ! INSTALL
10121 ____________________________________________________________________________
10122 [  5959] By: gsar                                  on 2000/04/27  05:33:41
10123         Log: doubled words in pods (from Simon Cozens
10124              <simon.p.cozens@jp.pwcglobal.com>)
10125      Branch: perl
10126            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
10127            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
10128            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
10129            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
10130            ! pod/perltootc.pod
10131 ____________________________________________________________________________
10132 [  5958] By: gsar                                  on 2000/04/27  05:11:39
10133         Log: change#3569 deleted some essential code, revert; avoid use of
10134              atexit() to make DynaLoader work properly on AIX under mod_perl
10135              (from Jens-Uwe Mager <jum@helios.de>)
10136      Branch: perl
10137            ! ext/DynaLoader/dl_aix.xs
10138 ____________________________________________________________________________
10139 [  5957] By: gsar                                  on 2000/04/27  04:54:51
10140         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
10141      Branch: perl
10142            ! pod/perlmod.pod
10143 ____________________________________________________________________________
10144 [  5956] By: gsar                                  on 2000/04/27  04:51:47
10145         Log: better diagnostics on failed tests (from Ilya Zakharevich)
10146      Branch: perl
10147            ! t/op/lex_assign.t
10148 ____________________________________________________________________________
10149 [  5955] By: gsar                                  on 2000/04/27  04:26:44
10150         Log: longstanding bug exposed by change#3307: sort arguments weren't
10151              compiled with the right wantarray context (ensuing runtime lookup
10152              via block_gimme() was getting the incidental context of the
10153              sort() itself)
10154      Branch: perl
10155            ! op.c t/op/sort.t
10156 ____________________________________________________________________________
10157 [  5954] By: gsar                                  on 2000/04/26  23:42:12
10158         Log: integrate cfgperl contents into mainline
10159      Branch: perl
10160           !> (integrate 30 files)
10161 ____________________________________________________________________________
10162 [  5950] By: gsar                                  on 2000/04/25  19:13:12
10163         Log: reformat perldiag to avoid long lines
10164      Branch: perl
10165            ! pod/perldiag.pod
10166 ____________________________________________________________________________
10167 [  5949] By: gsar                                  on 2000/04/25  18:41:11
10168         Log: make perldoc use the pod2man from the same version (from
10169              M.J.T. Guy)
10170      Branch: perl
10171            ! utils/perldoc.PL
10172 ____________________________________________________________________________
10173 [  5948] By: gsar                                  on 2000/04/25  18:21:57
10174         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
10175              <kompas@kompas.usr.onet.pl>)
10176      Branch: perl
10177            ! lib/vars.pm
10178 ____________________________________________________________________________
10179 [  5947] By: gsar                                  on 2000/04/25  18:11:53
10180         Log: use &dl_error rather than &dl_load_file as the guard for calling
10181              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
10182              statically built perl)
10183      Branch: perl
10184            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10185 ____________________________________________________________________________
10186 [  5945] By: gsar                                  on 2000/04/25  16:34:33
10187         Log: make module name mandatory after -M switch; reorder perldiag
10188              alphabetically (from Mark-Jason Dominus)
10189      Branch: perl
10190            ! perl.c pod/perldiag.pod
10191 ____________________________________________________________________________
10192 [  5939] By: gsar                                  on 2000/04/24  19:01:24
10193         Log: more pod nits (from Larry Virden)
10194      Branch: perl
10195            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
10196            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
10197            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
10198 ____________________________________________________________________________
10199 [  5938] By: gsar                                  on 2000/04/24  18:54:01
10200         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
10201      Branch: perl
10202            ! ext/B/B/Deparse.pm
10203 ____________________________________________________________________________
10204 [  5936] By: gsar                                  on 2000/04/24  17:30:06
10205         Log: additional tests for change#5934 (from Paul Marquess, who also
10206              sent in the same fix)
10207      Branch: perl
10208            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
10209            ! t/pragma/warn/5nolint t/pragma/warn/6default
10210 ____________________________________________________________________________
10211 [  5934] By: gsar                                  on 2000/04/24  17:16:54
10212         Log: propagate lexical warnings from surrounding scope correctly
10213              within string eval()
10214      Branch: perl
10215            ! pp_ctl.c t/pragma/warn/pp_ctl
10216 ____________________________________________________________________________
10217 [  5932] By: gsar                                  on 2000/04/24  09:08:14
10218         Log: add rsignal(), whichsig() and do_join() to public API list
10219              (mod_perl uses them to good advantage)
10220      Branch: perl
10221            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
10222 ____________________________________________________________________________
10223 [  5931] By: gsar                                  on 2000/04/24  09:01:40
10224         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
10225      Branch: perl
10226            ! pp_hot.c regexec.c t/op/pat.t
10227 ____________________________________________________________________________
10228 [  5930] By: gsar                                  on 2000/04/24  08:58:33
10229         Log: small os390 tweaks (from Peter Prymmer)
10230      Branch: perl
10231            ! config_h.SH makedepend.SH
10232 ____________________________________________________________________________
10233 [  5929] By: gsar                                  on 2000/04/24  08:55:25
10234         Log: pod nits
10235      Branch: perl
10236            ! pod/perlguts.pod
10237 ____________________________________________________________________________
10238 [  5928] By: gsar                                  on 2000/04/24  08:50:13
10239         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
10240      Branch: perl
10241            ! ext/IO/lib/IO/Poll.pm
10242 ____________________________________________________________________________
10243 [  5927] By: gsar                                  on 2000/04/24  08:43:24
10244         Log: arrange for next() to resume at the unstack op rather than the
10245              loop conditional, so that scope cleanup happens correctly
10246              (from Stephen McCamant)
10247      Branch: perl
10248            ! op.c pp_ctl.c t/op/misc.t
10249 ____________________________________________________________________________
10250 [  5926] By: gsar                                  on 2000/04/24  08:18:40
10251         Log: on windows, reserve 16M of stack rather than 128M (allows more
10252              threads to run concurrently)
10253      Branch: perl
10254            ! win32/Makefile win32/makefile.mk
10255 ____________________________________________________________________________
10256 [  5925] By: gsar                                  on 2000/04/24  08:13:52
10257         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
10258      Branch: perl
10259            ! toke.c
10260 ____________________________________________________________________________
10261 [  5924] By: gsar                                  on 2000/04/24  08:08:59
10262         Log: avoid using uninitialized memory in require version check
10263      Branch: perl
10264            ! pp_ctl.c universal.c
10265 ____________________________________________________________________________
10266 [  5923] By: gsar                                  on 2000/04/24  07:20:14
10267         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
10268      Branch: perl
10269            ! ext/IO/lib/IO/Poll.pm
10270 ____________________________________________________________________________
10271 [  5922] By: gsar                                  on 2000/04/24  07:08:42
10272         Log: commentary about IoTYPE() (from Nathan Torkington)
10273      Branch: perl
10274            ! sv.h
10275 ____________________________________________________________________________
10276 [  5921] By: gsar                                  on 2000/04/24  06:58:26
10277         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10278              by fix
10279      Branch: perl
10280            ! sv.c t/lib/charnames.t t/pragma/utf8.t
10281 ____________________________________________________________________________
10282 [  5920] By: gsar                                  on 2000/04/24  06:37:59
10283         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
10284      Branch: perl
10285            ! doop.c t/op/ver.t
10286 ____________________________________________________________________________
10287 [  5919] By: gsar                                  on 2000/04/24  06:21:58
10288         Log: Configure might miss old directories when prefix must be
10289              expanded (from Robin Barker)
10290      Branch: metaconfig
10291            ! U/installdirs/inc_version_list.U
10292      Branch: perl
10293            ! Configure
10294 ____________________________________________________________________________
10295 [  5918] By: gsar                                  on 2000/04/24  06:16:11
10296         Log: VMS nits in glob() test (from Charles Lane)
10297      Branch: perl
10298            ! t/lib/glob-basic.t
10299 ____________________________________________________________________________
10300 [  5917] By: gsar                                  on 2000/04/24  06:11:56
10301         Log: various pod nits (from Larry Virden and others)
10302      Branch: perl
10303            ! README.amiga README.hpux README.machten README.os2
10304            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
10305            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
10306            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
10307            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
10308            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
10309            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
10310            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
10311            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
10312 ____________________________________________________________________________
10313 [  5916] By: gsar                                  on 2000/04/24  05:52:43
10314         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
10315              <wjones@tc.fluke.com>)
10316      Branch: perl
10317            ! t/lib/glob-basic.t
10318 ____________________________________________________________________________
10319 [  5915] By: gsar                                  on 2000/04/24  05:07:01
10320         Log: supported platforms mixed up
10321      Branch: perl
10322            ! pod/perl56delta.pod pod/perlport.pod
10323 ____________________________________________________________________________
10324 [  5914] By: gsar                                  on 2000/04/24  04:56:08
10325         Log: caller() wasn't returning the right number of elements for
10326              eval {...}
10327      Branch: perl
10328            ! pp_ctl.c t/pragma/warn/9enabled
10329 ____________________________________________________________________________
10330 [  5913] By: gsar                                  on 2000/04/24  04:35:41
10331         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
10332              Mark-Jason Dominus)
10333      Branch: perl
10334            ! pod/perlfunc.pod
10335 ____________________________________________________________________________
10336 [  5912] By: gsar                                  on 2000/04/24  04:17:15
10337         Log: fix totally broken caching in UNIVERSAL::isa() (from
10338              Nick Ing-Simmons)
10339      Branch: perl
10340            ! t/op/universal.t universal.c
10341 ____________________________________________________________________________
10342 [  5911] By: gsar                                  on 2000/04/24  03:39:47
10343         Log: add linebreak properties from unicode/LineBrk.txt (from
10344              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
10345      Branch: perl
10346            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10347            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10348            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10349            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10350            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10351            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10352            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10353            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10354            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10355            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10356            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10357            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10358            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10359            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
10360            + lib/unicode/Is/LbrkZW.pl
10361            ! lib/unicode/mktables.PL
10362 ____________________________________________________________________________
10363 [  5910] By: gsar                                  on 2000/04/24  03:23:10
10364         Log: typo in pod
10365      Branch: perl
10366            ! ext/Thread/Thread.pm
10367 ____________________________________________________________________________
10368 [  5909] By: gsar                                  on 2000/04/24  03:22:03
10369         Log: mode argument to do_binmode() should be file mode, not boolean
10370      Branch: perl
10371            ! pp_sys.c
10372 ____________________________________________________________________________
10373 [  5908] By: gsar                                  on 2000/04/16  16:51:08
10374         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
10375              always returns a valid GV even when the symbol is trapped by strictures
10376              (avoids coredumps)
10377              
10378              TODO: the C<package;> hack needs similar treatment
10379      Branch: perl
10380            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
10381            ! t/pragma/strict-vars
10382 ____________________________________________________________________________
10383 [  5904] By: gsar                                  on 2000/03/28  02:31:32
10384         Log: add Changes, perldelta.pod
10385      Branch: perl
10386            + Changes pod/perldelta.pod
10387 ____________________________________________________________________________
10388 [  5903] By: gsar                                  on 2000/03/28  02:03:55
10389         Log: rename Changes and perldelta.pod
10390      Branch: perl
10391           +> Changes5.6 pod/perl56delta.pod
10392            - Changes pod/perldelta.pod
10393            ! MANIFEST
10394 ____________________________________________________________________________
10395 [  5900] By: gsar                                  on 2000/03/23  05:42:43
10396         Log: three guesses on what this is :-)
10397      Branch: perl
10398            ! Changes