perllocale.pod changes
[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 [  7706] By: jhi                                   on 2000/11/16  01:35:59
36         Log: More #undefing of stdio.
37      Branch: perl
38            ! fakesdio.h nostdio.h
39 ____________________________________________________________________________
40 [  7705] By: jhi                                   on 2000/11/16  01:34:18
41         Log: Add fwalk() probe to the configuration files and regen perltoc.
42      Branch: perl
43            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
45            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
46            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47            ! win32/config.bc win32/config.gc win32/config.vc
48 ____________________________________________________________________________
49 [  7703] By: jhi                                   on 2000/11/16  01:09:22
50         Log: The type of the hash_cb() size argument is tricky.
51      Branch: perl
52            ! ext/DB_File/DB_File.xs
53 ____________________________________________________________________________
54 [  7702] By: jhi                                   on 2000/11/15  23:01:16
55         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
56      Branch: perl
57            ! nostdio.h
58 ____________________________________________________________________________
59 [  7701] By: jhi                                   on 2000/11/15  22:52:32
60         Log: Detypo.
61      Branch: perl
62            ! t/lib/bigfltpm.t
63 ____________________________________________________________________________
64 [  7700] By: jhi                                   on 2000/11/15  22:51:56
65         Log: UINT64_C() work continues.
66      Branch: perl
67            ! handy.h perl.h utf8.h
68 ____________________________________________________________________________
69 [  7699] By: jhi                                   on 2000/11/15  14:13:04
70         Log: SOCKS has its own USE_THREADS, based on
71              
72              Subject: [ID 20001114.002] et. al. bugfix followup
73              From: Jens Hamisch <jens@Strawberry.COM> 
74              Date: Wed, 15 Nov 2000 14:23:11 +0100
75              Message-ID: <20001115142311.A21164@Strawberry.COM>
76      Branch: perl
77            ! perl.h
78 ____________________________________________________________________________
79 [  7698] By: jhi                                   on 2000/11/15  03:50:56
80         Log: Add few missing #undefs and sort them.
81      Branch: perl
82            ! fakesdio.h
83 ____________________________________________________________________________
84 [  7697] By: jhi                                   on 2000/11/15  03:39:14
85         Log: Linenumber fix.
86      Branch: perl
87            ! t/pragma/warn/utf8
88 ____________________________________________________________________________
89 [  7696] By: jhi                                   on 2000/11/15  02:55:26
90         Log: EBCDIC tweaks.
91              
92              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
93              From: Peter Prymmer <pvhp@forte.com>
94              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
95              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
96      Branch: perl
97            ! t/op/regmesg.t t/pragma/warn/utf8
98 ____________________________________________________________________________
99 [  7695] By: jhi                                   on 2000/11/15  02:53:58
100         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
101              From: Peter Prymmer <pvhp@forte.com>
102              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
103              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
104      Branch: perl
105            ! utf8.c
106 ____________________________________________________________________________
107 [  7694] By: jhi                                   on 2000/11/15  02:50:55
108         Log: Subject: [PATCH: perl@7674] updates to README.os390
109              From: Prymmer/Kahn <pvhp@best.com>
110              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
111              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
112      Branch: perl
113            ! README.os390
114 ____________________________________________________________________________
115 [  7693] By: jhi                                   on 2000/11/15  02:48:37
116         Log: Quit utf8_to_uv() instantly if curlen == 0.
117      Branch: perl
118            ! utf8.c
119 ____________________________________________________________________________
120 [  7692] By: jhi                                   on 2000/11/15  02:24:29
121         Log: Use u_int32_t for the size of hash_cb(), not size_t.
122              
123              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
124              From: Jens Hamisch <jens@Strawberry.COM>     
125              Date: Tue, 14 Nov 2000 19:03:55 +0100
126              Message-Id: <20001114190355.A20559@Strawberry.COM>
127      Branch: perl
128            ! ext/DB_File/DB_File.xs
129 ____________________________________________________________________________
130 [  7691] By: jhi                                   on 2000/11/15  02:20:12
131         Log: Use UINT64_C().
132              
133              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
134              From: Jens Hamisch <jens@Strawberry.COM>
135              Date: Tue, 14 Nov 2000 19:16:23 +0100
136              Message-Id: <20001114191623.G20559@Strawberry.COM>
137      Branch: perl
138            ! utf8.c utf8.h
139 ____________________________________________________________________________
140 [  7690] By: jhi                                   on 2000/11/15  02:17:06
141         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
142              (a macro to define signed and unsigned integer constants).
143      Branch: perl
144            ! handy.h
145 ____________________________________________________________________________
146 [  7689] By: jhi                                   on 2000/11/15  01:56:51
147         Log: Regen Configure.
148      Branch: perl
149            ! Configure
150 ____________________________________________________________________________
151 [  7685] By: jhi                                   on 2000/11/14  17:54:56
152         Log: Integrate perlio.
153      Branch: perl
154           +> fakesdio.h perliol.h
155           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
156           !> perlsdio.h perlsfio.h pod/perlfunc.pod
157 ____________________________________________________________________________
158 [  7683] By: jhi                                   on 2000/11/14  15:42:40
159         Log: Hoist the duplicated socket/netdb include logic to perl.h;
160              undef SETERRNO in case SOCKS has defined it.  Based on:
161              
162              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
163              From: Jens Hamisch <jens@Strawberry.COM> 
164              Date: Tue, 14 Nov 2000 11:34:40 +0100
165              Message-Id: <20001114113440.A20005@Strawberry.COM>
166      Branch: perl
167            ! doio.c perl.h pp_sys.c
168 ____________________________________________________________________________
169 [  7682] By: jhi                                   on 2000/11/14  14:07:28
170         Log: Subject: some additions for makefiles for win32 (for perl@7674)
171              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
172              Date: Tue, 14 Nov 2000 09:31:13 +0300
173              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
174      Branch: perl
175            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
176            ! win32/makefile.mk
177 ____________________________________________________________________________
178 [  7681] By: jhi                                   on 2000/11/14  14:01:41
179         Log: Subject: tiny typo in perl5db.pl
180              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
181              Date: Tue, 14 Nov 2000 09:29:28 +0300
182              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
183      Branch: perl
184            ! lib/perl5db.pl
185 ____________________________________________________________________________
186 [  7680] By: jhi                                   on 2000/11/14  04:13:50
187         Log: Redo #7679 with LFs instead of CRLFs.
188      Branch: perl
189            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
190            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
191            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
192 ____________________________________________________________________________
193 [  7679] By: jhi                                   on 2000/11/14  01:21:09
194         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
195              From: Benjamin Stuhl <tiriath@yahoo.com> 
196              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
197              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
198      Branch: perl
199            + win32/bin/mdelete.bat
200            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
201            ! makedef.pl perlio.c win32/Makefile win32/config.gc
202            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
203 ____________________________________________________________________________
204 [  7678] By: jhi                                   on 2000/11/14  01:19:20
205         Log: Fix the re extension building for Win32.
206              
207              Subject: [PATCH perl@7638] Get PerlIO building on Win32
208              From: Benjamin Stuhl <tiriath@yahoo.com> 
209              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
210              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
211      Branch: perl
212            + ext/re/hints/MSWin32.pl
213            ! MANIFEST
214 ____________________________________________________________________________
215 [  7677] By: jhi                                   on 2000/11/14  01:13:54
216         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
217              From: sthoenna@efn.org
218              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
219              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
220      Branch: perl
221            ! doop.c pp.c toke.c utf8.c utf8.h
222 ____________________________________________________________________________
223 [  7676] By: jhi                                   on 2000/11/13  20:23:15
224         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
225              From: Nicholas Clark <nick@ccl4.org>
226              Date: Mon, 13 Nov 2000 18:55:04 +0000
227              Message-ID: <20001113185504.J29183@plum.flirble.org>
228      Branch: perl
229            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
230 ____________________________________________________________________________
231 [  7674] By: jhi                                   on 2000/11/13  15:07:56
232         Log: Update Changes.
233      Branch: perl
234            ! Changes patchlevel.h
235 ____________________________________________________________________________
236 [  7673] By: jhi                                   on 2000/11/13  14:42:42
237         Log: Remove the new two tests of lib/io_xs for now, they seem to
238              fail under perlio on some platforms.
239      Branch: perl
240            ! t/lib/io_xs.t
241 ____________________________________________________________________________
242 [  7672] By: jhi                                   on 2000/11/13  13:57:53
243         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
244      Branch: perl
245            ! perlio.c
246 ____________________________________________________________________________
247 [  7671] By: jhi                                   on 2000/11/13  05:30:48
248         Log: Placate nervous compilers that see longer than ints switch()ing.
249      Branch: perl
250            ! utf8.c
251 ____________________________________________________________________________
252 [  7670] By: jhi                                   on 2000/11/13  05:14:21
253         Log: fputs() does return EOF on error but here we don't care.
254      Branch: perl
255            ! perlio.c
256 ____________________________________________________________________________
257 [  7669] By: jhi                                   on 2000/11/13  05:02:45
258         Log: Declare reg_data like reg_substr_data.
259      Branch: perl
260            ! regexp.h
261 ____________________________________________________________________________
262 [  7668] By: jhi                                   on 2000/11/13  04:54:34
263         Log: Typos in #7667.
264      Branch: perl
265            ! perl.h
266 ____________________________________________________________________________
267 [  7667] By: jhi                                   on 2000/11/13  04:49:49
268         Log: Cleanup messy #ifdef.
269      Branch: perl
270            ! perl.h
271 ____________________________________________________________________________
272 [  7666] By: jhi                                   on 2000/11/13  04:17:34
273         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
274              From: Nicholas Clark <nick@talking.bollo.cx>
275              Date: Sun, 12 Nov 2000 21:14:11 +0000
276              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
277              
278              Note: only one breakage of the two reported is fixed by this patch.
279      Branch: perl
280            ! perlio.c
281 ____________________________________________________________________________
282 [  7665] By: jhi                                   on 2000/11/13  04:05:07
283         Log: Tweak the definition of the bit complement on UTF-8 data:
284              if none of the characters in the string are > 0xff,
285              the result is a complemented byte string, not a (UTF-8)
286              char string.  Based on the summary in
287              
288              Subject: Re: [ID 20000918.005] ~ on wide chars
289              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
290              Date: Fri, 10 Nov 2000 09:47:15 -0800
291              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
292              
293              This should give us the maximum backward (pre-char string)
294              compatibility and utf8 compatibility.  The other alternative
295              would be to limit the bit complement to be always byte only,
296              taking the least significant byte of the chars.
297      Branch: perl
298            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
299 ____________________________________________________________________________
300 [  7664] By: jhi                                   on 2000/11/13  00:23:44
301         Log: Couple of tests from #7660 salvaged.
302      Branch: perl
303            - t/op/tell.t
304            ! MANIFEST t/io/tell.t
305 ____________________________________________________________________________
306 [  7663] By: jhi                                   on 2000/11/13  00:02:48
307         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
308              From: Nicholas Clark <nick@talking.bollo.cx>
309              Date: Sun, 12 Nov 2000 21:23:43 +0000
310              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
311      Branch: perl
312            ! perlsfio.h
313 ____________________________________________________________________________
314 [  7662] By: jhi                                   on 2000/11/13  00:01:39
315         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
316              From: Nicholas Clark <nick@talking.bollo.cx>
317              Date: Sun, 12 Nov 2000 21:30:04 +0000
318              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
319      Branch: perl
320            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
321 ____________________________________________________________________________
322 [  7661] By: jhi                                   on 2000/11/12  23:57:29
323         Log: Document tell() on special streams.
324      Branch: perl
325            ! pod/perlfunc.pod
326 ____________________________________________________________________________
327 [  7660] By: jhi                                   on 2000/11/12  23:54:22
328         Log: (Subsumed by #7664)
329      Branch: perl
330            + t/op/tell.t
331            ! MANIFEST
332 ____________________________________________________________________________
333 [  7659] By: jhi                                   on 2000/11/12  22:55:25
334         Log: Many subdocumented return values of the IO extension now documented.
335              ungetc and write still left subdocumented.
336              
337              Subject: [PATCH] (was Re: IO::Handle::ungetc)
338              From: Nicholas Clark <nick@talking.bollo.cx>
339              Date: Sun, 12 Nov 2000 21:35:53 +0000
340              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
341      Branch: perl
342            ! ext/IO/lib/IO/Handle.pm
343 ____________________________________________________________________________
344 [  7658] By: jhi                                   on 2000/11/12  21:37:06
345         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
346              From: Nicholas Clark <nick@talking.bollo.cx>
347              Date: Sun, 12 Nov 2000 20:03:22 +0000
348              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
349      Branch: perl
350            ! pod/perlfunc.pod
351 ____________________________________________________________________________
352 [  7657] By: jhi                                   on 2000/11/12  20:34:55
353         Log: Integrate perlio.
354      Branch: perl
355           !> perlio.c
356 ____________________________________________________________________________
357 [  7653] By: jhi                                   on 2000/11/12  19:00:01
358         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
359      Branch: perl
360            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
361            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
362            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
363            ! vos/config.ga.h win32/config.bc win32/config.gc
364            ! win32/config.vc
365 ____________________________________________________________________________
366 [  7652] By: jhi                                   on 2000/11/11  21:12:01
367         Log: Copy the s// information of README.hpux also to the perlrun.
368      Branch: perl
369            ! README.hpux pod/perlrun.pod
370 ____________________________________________________________________________
371 [  7651] By: jhi                                   on 2000/11/11  21:03:13
372         Log: More README.solaris updates from Andy Dougherty.
373      Branch: perl
374            ! README.solaris
375 ____________________________________________________________________________
376 [  7650] By: jhi                                   on 2000/11/11  18:38:57
377         Log: More descriptive error for unknown perlio layers.
378              
379              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
380              From: Dominic Dunlop <domo@computer.org> 
381              Date: Sat, 11 Nov 2000 18:20:32 +0100             
382              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
383      Branch: perl
384            ! perlio.c pod/perldiag.pod
385 ____________________________________________________________________________
386 [  7649] By: jhi                                   on 2000/11/11  18:37:52
387         Log: MachTen doesn't really do mmap() and munmap().
388              
389              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
390              From: Dominic Dunlop <domo@computer.org> 
391              Date: Sat, 11 Nov 2000 18:20:32 +0100             
392              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
393      Branch: perl
394            ! hints/machten.sh
395 ____________________________________________________________________________
396 [  7648] By: jhi                                   on 2000/11/11  18:36:46
397         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
398              From: rspier@pobox.com (Robert Spier)
399              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
400              Message-ID: <14861.32839.491271.985797@rls.cx>
401      Branch: perl
402            ! Porting/Contract pod/perltoot.pod
403 ____________________________________________________________________________
404 [  7646] By: jhi                                   on 2000/11/11  18:33:23
405         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
406      Branch: perl
407            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
408            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
409            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
410            ! vos/config.ga.h win32/config.bc win32/config.gc
411            ! win32/config.vc
412 ____________________________________________________________________________
413 [  7645] By: jhi                                   on 2000/11/11  16:45:15
414         Log: Use sysconf() or getpagesize() to find out the pagesize.
415      Branch: perl
416            ! perlio.c
417 ____________________________________________________________________________
418 [  7644] By: jhi                                   on 2000/11/11  15:46:08
419         Log: Integrate perlio.
420      Branch: perl
421           !> perlio.c
422 ____________________________________________________________________________
423 [  7643] By: jhi                                   on 2000/11/11  15:33:36
424         Log: Subject: Re: [PATCH] README.solaris
425              From: Lupe Christoph <lupe@lupe-christoph.de>
426              Date: Sat, 11 Nov 2000 14:08:10 +0100
427              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
428      Branch: perl
429            ! README.solaris
430 ____________________________________________________________________________
431 [  7642] By: jhi                                   on 2000/11/11  15:22:12
432         Log: Subject: [PATCH perl@7638] cygwin port
433              From: "Eric Fifer" <egf7@columbia.edu>            
434              Date: Fri, 10 Nov 2000 19:30:30 -0000
435              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
436      Branch: perl
437            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
438 ____________________________________________________________________________
439 [  7640] By: jhi                                   on 2000/11/11  02:05:02
440         Log: Add more encoding tables.
441      Branch: perl
442            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
443            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
444            + ext/Encode/Encode/iso8859-10.enc
445            + ext/Encode/Encode/iso8859-13.enc
446            + ext/Encode/Encode/iso8859-14.enc
447            + ext/Encode/Encode/iso8859-15.enc
448            ! MANIFEST
449 ____________________________________________________________________________
450 [  7639] By: jhi                                   on 2000/11/10  18:49:25
451         Log: Subject: [PATCH] README.solaris
452              From: Andy Dougherty <doughera@lafayette.edu>
453              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
454              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
455      Branch: perl
456            + README.solaris
457            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
458            ! pod/perl.pod pod/perltoc.pod
459 ____________________________________________________________________________
460 [  7638] By: jhi                                   on 2000/11/10  15:04:15
461         Log: Update Changes.
462      Branch: perl
463            ! Changes patchlevel.h
464 ____________________________________________________________________________
465 [  7637] By: jhi                                   on 2000/11/10  14:14:28
466         Log: Explain better why certain regex tests are skipped.
467              
468              Subject: Re: tests skipped: unknown reason
469              From: Lupe Christoph <lupe@lupe-christoph.de>
470              Date: Fri, 10 Nov 2000 09:08:56 +0100
471              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
472      Branch: perl
473            ! t/op/regexp.t
474 ____________________________________________________________________________
475 [  7635] By: nick                                  on 2000/11/10  13:25:52
476         Log: Re-instate stdio large file support via perlio.
477      Branch: perl
478            ! perlio.c
479 ____________________________________________________________________________
480 [  7634] By: jhi                                   on 2000/11/10  04:49:55
481         Log: Amdahl UTS hints updates.
482              
483              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
484              From: hom00@utsglobal.com (Harold O Morris)
485              Date: Thu, 9 Nov 2000 20:02 PST
486              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
487      Branch: perl
488            ! hints/uts.sh
489 ____________________________________________________________________________
490 [  7633] By: jhi                                   on 2000/11/09  23:33:28
491         Log: Subject: [PATCH] IO::Seekable pod
492              From: Nicholas Clark <nick@talking.bollo.cx>
493              Date: Thu, 9 Nov 2000 20:29:45 +0000
494              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
495      Branch: perl
496            ! ext/IO/lib/IO/Handle.pm
497 ____________________________________________________________________________
498 [  7632] By: jhi                                   on 2000/11/09  21:55:41
499         Log: Various doc oddball characters.
500              
501              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
502              From: Michael Somos <somos@grail.cba.csuohio.edu>
503              Date: Mon, 6 Nov 2000 17:44:20 -0500
504              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
505      Branch: perl
506            ! emacs/cperl-mode.el lib/unicode/syllables.txt
507            ! win32/bin/search.pl
508 ____________________________________________________________________________
509 [  7631] By: jhi                                   on 2000/11/09  21:12:29
510         Log: Subject: Re: bash -c exit and linux hints 
511              From: "John P. Linderman" <jpl@research.att.com>
512              Date: Thu, 02 Nov 2000 09:37:25 -0500
513              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
514      Branch: perl
515            ! hints/linux.sh
516 ____________________________________________________________________________
517 [  7629] By: jhi                                   on 2000/11/09  19:46:31
518         Log: Missing dTHXs.
519              
520              Subject: RE: perl@7595 builds not on cygwin
521              From: "Eric Fifer" <egf7@columbia.edu>
522              Date: Thu, 9 Nov 2000 19:26:50 -0000
523              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
524      Branch: perl
525            ! ext/Devel/Peek/Peek.xs
526 ____________________________________________________________________________
527 [  7628] By: jhi                                   on 2000/11/09  14:48:27
528         Log: Disable only the tests 99 and 166 for UTF-8 locales.
529      Branch: perl
530            ! t/pragma/locale.t
531 ____________________________________________________________________________
532 [  7627] By: jhi                                   on 2000/11/09  14:40:27
533         Log: There's no =head3.
534      Branch: perl
535            ! pod/perlhack.pod
536 ____________________________________________________________________________
537 [  7626] By: jhi                                   on 2000/11/09  13:54:26
538         Log: The generated boot_* headers are wrong.  Pickier compiler,
539              such as KAI C++ will refuse to compile the resulting perlmain.
540              
541              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
542              From: Harri Pasanen <harri.pasanen@trema.com>
543              Date: Thu, 09 Nov 2000 14:23:28 +0100
544              Message-Id: <3A0AA550.26D548A3@trema.com>
545      Branch: perl
546            ! minimod.pl
547 ____________________________________________________________________________
548 [  7625] By: jhi                                   on 2000/11/09  13:50:44
549         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
550              From: Prymmer/Kahn <pvhp@best.com>
551              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
552              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
553              
554              All except the "cow orker" change.
555      Branch: perl
556            ! Porting/pumpkin.pod
557 ____________________________________________________________________________
558 [  7624] By: jhi                                   on 2000/11/09  13:45:33
559         Log: Fix for
560              
561              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
562              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
563              Date: Thu, 09 Nov 2000 11:05:52 +0100
564              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
565      Branch: perl
566            ! pod/perldiag.pod t/pragma/warn/pp_sys
567 ____________________________________________________________________________
568 [  7623] By: jhi                                   on 2000/11/09  13:37:16
569         Log: Typo in an ifndef.
570              
571              Subject: Re: [PATCH 5.7.0] better messages from malloc()
572              From: Joe Smith <jms@inwap.com>         
573              Date: Thu, 09 Nov 2000 01:33:14 -0800
574              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
575      Branch: perl
576            ! malloc.c
577 ____________________________________________________________________________
578 [  7622] By: jhi                                   on 2000/11/09  13:31:18
579         Log: Remove unused extra arguments.
580      Branch: metaconfig/U/perl
581            ! perlxv.U
582      Branch: perl
583            ! Configure config_h.SH
584 ____________________________________________________________________________
585 [  7621] By: jhi                                   on 2000/11/09  13:16:36
586         Log: More VMS moves on environment handling, from Charles Lane.
587      Branch: perl
588            ! t/pragma/locale.t
589 ____________________________________________________________________________
590 [  7620] By: jhi                                   on 2000/11/09  04:42:38
591         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
592              From: David Dyck <dcd@tc.fluke.com>
593              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
594              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
595      Branch: perl
596            ! pp_sys.c
597 ____________________________________________________________________________
598 [  7619] By: jhi                                   on 2000/11/09  04:36:21
599         Log: Forgot from #7618.
600      Branch: perl
601            ! lib/File/stat.pm
602 ____________________________________________________________________________
603 [  7618] By: jhi                                   on 2000/11/09  04:28:44
604         Log: Make deleting for %ENV work for (newer versions of) VMS,
605              from Craig A. Berry.
606      Branch: perl
607            ! vms/vms.c
608 ____________________________________________________________________________
609 [  7617] By: jhi                                   on 2000/11/09  04:25:05
610         Log: Subject: [PATCH] Class::Struct at compile time
611              From: "Casey R. Tweten" <crt@kiski.net>
612              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
613              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
614      Branch: perl
615            ! lib/Class/Struct.pm
616 ____________________________________________________________________________
617 [  7616] By: jhi                                   on 2000/11/09  04:15:17
618         Log: Subject: [ID 20001108.013] spelling
619              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
620              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
621              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
622      Branch: perl
623            ! lib/ftp.pl
624 ____________________________________________________________________________
625 [  7615] By: jhi                                   on 2000/11/09  04:12:42
626         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
627              From: Peter Prymmer <pvhp@forte.com>
628              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
629              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
630      Branch: perl
631            ! configure.com
632 ____________________________________________________________________________
633 [  7614] By: jhi                                   on 2000/11/08  22:42:55
634         Log: A missing aTHX_.
635      Branch: perl
636            ! ext/IPC/SysV/SysV.xs
637 ____________________________________________________________________________
638 [  7613] By: jhi                                   on 2000/11/08  19:30:21
639         Log: Update Changes.
640      Branch: perl
641            ! Changes patchlevel.h
642 ____________________________________________________________________________
643 [  7612] By: jhi                                   on 2000/11/08  18:35:25
644         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
645              From: David Dyck <dcd@tc.fluke.com>
646              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
647              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
648      Branch: perl
649            ! pp_sys.c
650 ____________________________________________________________________________
651 [  7611] By: jhi                                   on 2000/11/08  18:30:26
652         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
653              From: Dominic Dunlop <domo@computer.org>
654              Date: Tue, 7 Nov 2000 12:05:25 +0100
655              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
656      Branch: perl
657            ! malloc.c
658 ____________________________________________________________________________
659 [  7610] By: jhi                                   on 2000/11/08  18:25:14
660         Log: Do not test UTF-8 locales since that the tests would require
661              polymorphic regexen.
662      Branch: perl
663            ! t/pragma/locale.t
664 ____________________________________________________________________________
665 [  7609] By: jhi                                   on 2000/11/08  17:12:51
666         Log: Locale buglets.
667              
668              Subject: RE: Locales support (setlocale) fixes
669              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
670              Date: Wed, 8 Nov 2000 20:01:39 +0300
671              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
672      Branch: perl
673            ! t/pragma/locale.t util.c
674 ____________________________________________________________________________
675 [  7608] By: jhi                                   on 2000/11/08  17:00:16
676         Log: Deleting $ENV{PATH} in VMS is not recommendable.
677      Branch: perl
678            ! t/pragma/locale.t
679 ____________________________________________________________________________
680 [  7607] By: jhi                                   on 2000/11/08  16:58:26
681         Log: Subject: PATCH std stdio for (Free)BSD
682              From: Nicholas Clark <nick@ccl4.org>
683              Date: Wed, 8 Nov 2000 15:36:29 +0000
684              Message-ID: <20001108153629.D98736@plum.flirble.org>
685      Branch: metaconfig
686            ! U/compline/d_stdstdio.U
687      Branch: perl
688            ! Configure config_h.SH
689 ____________________________________________________________________________
690 [  7606] By: jhi                                   on 2000/11/08  16:43:31
691         Log: Forgot to bump the line numbers in #7601.
692      Branch: perl
693            ! t/pragma/warn/pp_sys
694 ____________________________________________________________________________
695 [  7605] By: jhi                                   on 2000/11/08  16:39:12
696         Log: More careful detection of how well NVs and UVs mix.
697              
698              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))
699              From: Nicholas Clark <nick@ccl4.org>
700              Date: Wed, 8 Nov 2000 15:14:12 +0000
701              Message-ID: <20001108151412.B98736@plum.flirble.org>
702              
703              Added some SIGFPE paranoia.
704      Branch: metaconfig/U/perl
705            ! perlxv.U
706      Branch: perl
707            ! Configure config_h.SH
708 ____________________________________________________________________________
709 [  7604] By: jhi                                   on 2000/11/08  14:39:10
710         Log: Subject: [patch perl@7595] VMS configure.com tweak
711              From: "Craig A. Berry" <craigberry@mac.com>
712              Date: Wed, 8 Nov 2000 00:24:12 -0600
713              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
714      Branch: perl
715            ! configure.com
716 ____________________________________________________________________________
717 [  7603] By: jhi                                   on 2000/11/08  14:27:11
718         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
719              From: Robin Barker <rmb1@cise.npl.co.uk>
720              Date: Wed, 8 Nov 2000 11:11:39 GMT
721              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
722      Branch: perl
723            ! perlio.c
724 ____________________________________________________________________________
725 [  7602] By: jhi                                   on 2000/11/08  14:25:03
726         Log: Fix for the tie-refhash string table leaks.
727              
728              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
729              Date: Wed, 8 Nov 2000 13:03:04 GMT
730              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
731      Branch: perl
732            ! t/lib/tie-refhash.t
733 ____________________________________________________________________________
734 [  7601] By: jhi                                   on 2000/11/08  14:21:08
735         Log: Try to avoid flockless and emulationless places.
736      Branch: perl
737            ! t/pragma/warn/pp_sys
738 ____________________________________________________________________________
739 [  7600] By: jhi                                   on 2000/11/08  02:28:54
740         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
741              
742              Subject: [PATCH] prototyped functions that should be overrideable
743              From: "Casey R. Tweten" <crt@kiski.net>
744              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
745              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
746      Branch: perl
747            ! toke.c
748 ____________________________________________________________________________
749 [  7599] By: jhi                                   on 2000/11/08  01:12:05
750         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
751              
752              Subject: [PATCH] perlbug.PL
753              From: "Kurt D. Starsinic" <kstar@chapin.edu>
754              Date: Mon, 6 Nov 2000 21:39:01 -0500
755              Message-ID: <20001106213901.B20955@O2.chapin.edu>
756      Branch: perl
757            ! utils/perlbug.PL
758 ____________________________________________________________________________
759 [  7598] By: jhi                                   on 2000/11/07  23:42:00
760         Log: Bad thinko in #7581 (I used the test program with the expanded
761              values as-is).
762      Branch: metaconfig
763            ! U/compline/d_stdstdio.U
764      Branch: perl
765            ! Configure
766 ____________________________________________________________________________
767 [  7597] By: jhi                                   on 2000/11/07  21:43:29
768         Log: Subject: [PATCH perl@7573] cygwin port
769              From: "Fifer, Eric" <EFifer@sanwaint.com>
770              Date: Tue, 7 Nov 2000 18:08:51 -0000 
771              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
772              
773              Synchronize with Cygwin 1.1.5.
774      Branch: perl
775            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
776            ! pod/perlport.pod unixish.h util.c
777 ____________________________________________________________________________
778 [  7596] By: jhi                                   on 2000/11/07  21:39:25
779         Log: perlhack updates from H.Merijn Brand.
780      Branch: perl
781            ! pod/perlhack.pod
782 ____________________________________________________________________________
783 [  7595] By: jhi                                   on 2000/11/07  20:21:41
784         Log: Update Changes.
785      Branch: perl
786            ! Changes patchlevel.h
787 ____________________________________________________________________________
788 [  7594] By: jhi                                   on 2000/11/07  19:18:58
789         Log: Be more robust in Dynaloader.pm.
790      Branch: perl
791            ! ext/DynaLoader/DynaLoader_pm.PL
792 ____________________________________________________________________________
793 [  7593] By: jhi                                   on 2000/11/07  16:49:31
794         Log: AUTHORS update.
795      Branch: perl
796            ! AUTHORS
797 ____________________________________________________________________________
798 [  7592] By: gsar                                  on 2000/11/07  16:39:51
799         Log: normalize relative paths in virtualized current directory on windows,
800              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
801              returns)
802      Branch: perl
803            ! win32/vdir.h
804 ____________________________________________________________________________
805 [  7591] By: jhi                                   on 2000/11/07  16:04:26
806         Log: Too profiler-happy: with optimization the #7590 actually makes
807              the test to run 0.5% _slower_.  Requires much more instrumentation.
808              Retract #7590.
809      Branch: perl
810            ! regcomp.c regcomp.h
811 ____________________________________________________________________________
812 [  7590] By: jhi                                   on 2000/11/07  15:51:13
813         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
814              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
815              by using memset() and testing bytewise (as opposed to bitwise).
816      Branch: perl
817            ! regcomp.c regcomp.h
818 ____________________________________________________________________________
819 [  7589] By: jhi                                   on 2000/11/07  12:56:39
820         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
821              From: "Craig A. Berry" <craig.berry@psinetcs.com>
822              Date: Mon, 06 Nov 2000 23:45:30 -0500
823              Message-Id: <0011079735.AA973576259@univpress.com>
824      Branch: perl
825            ! configure.com t/lib/st-lock.t
826 ____________________________________________________________________________
827 [  7588] By: jhi                                   on 2000/11/07  01:03:28
828         Log: Tweak #7587.
829      Branch: perl
830            ! pod/perldiag.pod
831 ____________________________________________________________________________
832 [  7587] By: jhi                                   on 2000/11/07  01:00:27
833         Log: A doc addition for bug id 20001105.019, beware \p.
834      Branch: perl
835            ! pod/perldiag.pod
836 ____________________________________________________________________________
837 [  7586] By: jhi                                   on 2000/11/07  00:32:22
838         Log: Fake support of holey files in win/dosish platforms.
839              
840              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
841              From: kipp@shonanblue.ne.jp
842              Date: Mon, 6 Nov 2000 13:30:55 -0800
843              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
844      Branch: perl
845            ! ext/SDBM_File/sdbm/sdbm.c
846 ____________________________________________________________________________
847 [  7585] By: jhi                                   on 2000/11/07  00:12:54
848         Log: Subject: Pod updates
849              From: "Stephen P. Potter" <spp@spotter.yi.org>
850              Date: Mon, 06 Nov 2000 18:56:43 -0500
851              Message-Id: <200011062357.SAA18173@spotter.yi.org>
852      Branch: perl
853            ! README.dos README.os2 README.win32 pod/buildtoc.PL
854            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
855            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
856            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
857            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
858            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
859            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
860            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
861            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
862            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
863            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
864            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
865            ! pod/perltootc.pod pod/perlunicode.pod
866 ____________________________________________________________________________
867 [  7584] By: jhi                                   on 2000/11/07  00:04:17
868         Log: Varargs don't always work too well if one puts an unsigned
869              char on the stack and pop an unsigned quad off the stack.
870              
871              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
872              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
873              Date: Mon, 06 Nov 2000 15:19:05 -0800
874              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
875      Branch: perl
876            ! utf8.c
877 ____________________________________________________________________________
878 [  7583] By: jhi                                   on 2000/11/06  23:58:48
879         Log: %ENV note tweaks from Dan Sugalski.
880      Branch: perl
881            ! pod/perlport.pod vms/perlvms.pod
882 ____________________________________________________________________________
883 [  7582] By: jhi                                   on 2000/11/06  23:05:49
884         Log: glibc5 detection by __GNU_LIBRARY__.
885      Branch: perl
886            ! toke.c
887 ____________________________________________________________________________
888 [  7581] By: jhi                                   on 2000/11/06  22:51:29
889         Log: Make the stdio test program of 7427 less noisy while being 
890              compiled so that Digital UNIX wouldn't get both
891              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
892              undefined.  This makes perlio happy.
893      Branch: metaconfig
894            ! U/compline/d_stdstdio.U
895      Branch: perl
896            ! Configure config_h.SH
897 ____________________________________________________________________________
898 [  7580] By: jhi                                   on 2000/11/06  22:41:41
899         Log: Document %ENV = () portability issues.
900      Branch: perl
901            ! pod/perlport.pod vms/perlvms.pod
902 ____________________________________________________________________________
903 [  7579] By: jhi                                   on 2000/11/06  21:29:24
904         Log: VOS updates from Paul Green.
905      Branch: perl
906            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
907 ____________________________________________________________________________
908 [  7578] By: jhi                                   on 2000/11/06  21:00:40
909         Log: Sanitize the environment further.
910      Branch: perl
911            ! t/pragma/locale.t
912 ____________________________________________________________________________
913 [  7577] By: jhi                                   on 2000/11/06  20:53:51
914         Log: Re-introduce 7552 lost in integration.
915      Branch: perl
916            ! perlio.c
917 ____________________________________________________________________________
918 [  7576] By: jhi                                   on 2000/11/06  20:33:46
919         Log: Admit that the test leaks scalars.
920      Branch: perl
921            ! t/comp/proto.t
922 ____________________________________________________________________________
923 [  7575] By: jhi                                   on 2000/11/06  20:17:08
924         Log: Integrate perlio.
925      Branch: perl
926           !> perlio.c
927 ____________________________________________________________________________
928 [  7573] By: jhi                                   on 2000/11/06  13:56:05
929         Log: Update Changes.
930      Branch: perl
931            ! Changes patchlevel.h
932 ____________________________________________________________________________
933 [  7572] By: jhi                                   on 2000/11/06  13:48:41
934         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
935              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
936              Date: Mon, 06 Nov 2000 10:11:42 +0100
937              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
938      Branch: perl
939            ! pod/perlhack.pod
940 ____________________________________________________________________________
941 [  7571] By: jhi                                   on 2000/11/06  01:45:51
942         Log: AUTHORS updates.
943      Branch: perl
944            ! AUTHORS
945 ____________________________________________________________________________
946 [  7570] By: jhi                                   on 2000/11/06  00:18:00
947         Log: Fix for
948              
949              Subject: [ID 20000728.005] perl -P broken
950              From: David Dyck <dcd@tc.fluke.com>
951              Date: Fri, 28 Jul 2000 17:19:16 -0700
952              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
953              
954              (hopefully).  The fix is also not complete, it seems to break
955              BOM swallowing for libc5 systems, but until someone figures
956              out a way to do this without ftell(), this will do.
957      Branch: perl
958            ! toke.c
959 ____________________________________________________________________________
960 [  7569] By: jhi                                   on 2000/11/06  00:05:30
961         Log: Document that the evaled syntax errors cause scalar leaks.
962      Branch: perl
963            ! t/comp/proto.t
964 ____________________________________________________________________________
965 [  7568] By: jhi                                   on 2000/11/05  23:14:47
966         Log: opmini.o can linger from Configures past.
967      Branch: perl
968            ! Makefile.SH
969 ____________________________________________________________________________
970 [  7567] By: jhi                                   on 2000/11/05  21:28:39
971         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
972              first argument correctly.
973      Branch: perl
974            ! perlio.c
975 ____________________________________________________________________________
976 [  7566] By: jhi                                   on 2000/11/05  21:15:56
977         Log: Integrate perlio.
978      Branch: perl
979           !> perlio.c
980 ____________________________________________________________________________
981 [  7565] By: jhi                                   on 2000/11/05  21:15:13
982         Log: Use -dM for gcc (the suggested patch did it only for Linux,
983              but I think it can be generalized).
984              
985              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
986              From: Pixel <pixel@mandrakesoft.com>
987              Date: 05 Nov 2000 21:49:34 +0100 
988              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
989      Branch: perl
990            ! ext/Errno/Errno_pm.PL
991 ____________________________________________________________________________
992 [  7563] By: jhi                                   on 2000/11/05  19:48:55
993         Log: Add a note for future generations about bug id 20000229.006.
994      Branch: perl
995            ! malloc.c
996 ____________________________________________________________________________
997 [  7562] By: jhi                                   on 2000/11/05  19:38:24
998         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
999      Branch: perl
1000            ! pp_ctl.c t/op/pos.t
1001 ____________________________________________________________________________
1002 [  7561] By: jhi                                   on 2000/11/05  18:21:46
1003         Log: Add =pod to be tidy.
1004      Branch: perl
1005            ! lib/Math/Complex.pm
1006 ____________________________________________________________________________
1007 [  7560] By: jhi                                   on 2000/11/05  17:38:46
1008         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
1009      Branch: perl
1010            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1011            ! ext/Storable/Storable.xs t/lib/st-recurse.t
1012 ____________________________________________________________________________
1013 [  7559] By: jhi                                   on 2000/11/05  17:32:59
1014         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
1015              From: "Peter J. Farley III" <pjfarley@banet.net>
1016              Date: Sun, 05 Nov 2000 11:55:59 -0500
1017              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
1018      Branch: perl
1019            ! t/lib/syslog.t
1020 ____________________________________________________________________________
1021 [  7558] By: jhi                                   on 2000/11/05  17:29:19
1022         Log: Integrate perlio.
1023      Branch: perl
1024           !> perlio.c
1025 ____________________________________________________________________________
1026 [  7557] By: jhi                                   on 2000/11/05  17:22:01
1027         Log: A fix of sorts for 20000329.026, a better error message
1028              for a missing "use charnames" when using the \N{...}. 
1029      Branch: perl
1030            ! pod/perldiag.pod toke.c
1031 ____________________________________________________________________________
1032 [  7556] By: jhi                                   on 2000/11/05  16:33:50
1033         Log: Test tweak: show also the failed locales.
1034              
1035              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
1036              From: Lupe Christoph <lupe@lupe-christoph.de>         
1037              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
1038              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
1039      Branch: perl
1040            ! t/pragma/locale.t
1041 ____________________________________________________________________________
1042 [  7553] By: jhi                                   on 2000/11/05  01:12:16
1043         Log: Fix for
1044              
1045              Subject: [ID 20001004.007] taint propogation is inconsistent
1046              From: pimlott@idiomtech.com (Andrew Pimlott) 
1047              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
1048              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
1049              
1050              The culprit was sv_setsv() which was rather blindly
1051              propagating taint, which lead to behaviour where was
1052              a tainted anon hash value was seen all the values from
1053              then on became tainted.
1054      Branch: perl
1055            ! sv.c t/op/taint.t
1056 ____________________________________________________________________________
1057 [  7552] By: jhi                                   on 2000/11/04  23:44:18
1058         Log: Some cpps don't like splitting conditionals across several lines.
1059      Branch: perl
1060            ! perlio.c
1061 ____________________________________________________________________________
1062 [  7549] By: jhi                                   on 2000/11/04  23:14:01
1063         Log: Fix for
1064              
1065              Subject: [ID 20001004.006] undef is never tainted
1066              From: pimlott@idiomtech.com (Andrew Pimlott)
1067              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
1068              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
1069              
1070              An undef read from a slurped file was not tainted.
1071      Branch: perl
1072            ! pp_hot.c t/op/taint.t
1073 ____________________________________________________________________________
1074 [  7548] By: jhi                                   on 2000/11/04  22:56:21
1075         Log: Test tweak ($Config{useperlio} is by default undef) .
1076      Branch: perl
1077            ! t/lib/b.t
1078 ____________________________________________________________________________
1079 [  7547] By: jhi                                   on 2000/11/04  22:43:56
1080         Log: Integrate perlio.
1081      Branch: perl
1082           +> lib/perlio.pm
1083           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
1084           !> pod/perlapi.pod t/lib/b.t
1085 ____________________________________________________________________________
1086 [  7546] By: jhi                                   on 2000/11/04  22:40:59
1087         Log: Configure would use a bad $myuname from an old config.sh.
1088              
1089              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
1090              From: Andy Dougherty <doughera@lafayette.edu>
1091              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
1092              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
1093      Branch: metaconfig
1094            ! U/modified/Oldconfig.U
1095      Branch: perl
1096            ! Configure config_h.SH
1097 ____________________________________________________________________________
1098 [  7545] By: jhi                                   on 2000/11/04  22:36:54
1099         Log: Subject: Locales support (setlocale) fixes
1100              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1101              Date: Sat, 4 Nov 2000 10:15:48 +0300 
1102              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
1103              
1104              Modified quite a bit to be more portable.
1105      Branch: perl
1106            ! embed.h embed.pl perl.h proto.h util.c
1107 ____________________________________________________________________________
1108 [  7544] By: jhi                                   on 2000/11/04  22:32:47
1109         Log: Dying is too strict here, better just skip.
1110      Branch: perl
1111            ! t/op/misc.t
1112 ____________________________________________________________________________
1113 [  7542] By: jhi                                   on 2000/11/04  21:09:28
1114         Log: More Changes tweakery.
1115      Branch: perl
1116            ! Changes Porting/genlog
1117 ____________________________________________________________________________
1118 [  7541] By: jhi                                   on 2000/11/04  20:58:18
1119         Log: Changes fixups.
1120      Branch: perl
1121            ! Changes
1122 ____________________________________________________________________________
1123 [  7540] By: jhi                                   on 2000/11/04  20:42:38
1124         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
1125              create a "fast path" for locale name probing using "locale -a"
1126              if available, squash finally hopefully the s?printf resetting
1127              the numeric locale (since, IIUC perllocale, it never shouldn't). 
1128      Branch: perl
1129            ! sv.c t/op/misc.t t/pragma/locale.t
1130 ____________________________________________________________________________
1131 [  7536] By: jhi                                   on 2000/11/04  00:20:02
1132         Log: Add FCNTL_CAN_LOCK.
1133              
1134              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
1135              From: Andy Dougherty <doughera@lafayette.edu>
1136              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
1137              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
1138              
1139              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
1140              From: Andy Dougherty <doughera@lafayette.edu>
1141              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
1142              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
1143      Branch: metaconfig/U/perl
1144            + d_fcntl_can_lock.U
1145            ! startperl.U
1146      Branch: perl
1147            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1148            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
1149            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1150            ! vos/config.ga.h win32/config.bc win32/config.gc
1151            ! win32/config.vc
1152 ____________________________________________________________________________
1153 [  7534] By: jhi                                   on 2000/11/03  15:16:02
1154         Log: Subject: Re: README.aix
1155              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1156              Date: Fri, 03 Nov 2000 16:03:15 +0100
1157              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
1158      Branch: perl
1159            ! README.aix
1160 ____________________________________________________________________________
1161 [  7533] By: jhi                                   on 2000/11/03  03:59:02
1162         Log: Subject: [PATCH 5.7.0] better messages from malloc()
1163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1164              Date: Wed, 1 Nov 2000 23:39:56 -0500
1165              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
1166      Branch: perl
1167            ! malloc.c pod/perldiag.pod
1168 ____________________________________________________________________________
1169 [  7532] By: jhi                                   on 2000/11/03  00:11:56
1170         Log: The #7521 touched things it shouldn't have.
1171      Branch: perl
1172            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
1173 ____________________________________________________________________________
1174 [  7531] By: jhi                                   on 2000/11/02  22:32:33
1175         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
1176              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1177              Date:     Thu, 2 Nov 2000 16:58:36 EST
1178              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
1179      Branch: perl
1180            ! vms/gen_shrfls.pl
1181 ____________________________________________________________________________
1182 [  7530] By: jhi                                   on 2000/11/02  22:08:49
1183         Log: Fix the problem discussed in
1184              
1185              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
1186              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
1187              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
1188              
1189              originally from Linc Madison.  Also Andreas König's comments
1190              taken into account.  Some other problems with Tie::SubstrHash
1191              fixed: didn't croak when the table exceeded the requested number
1192              of entries (as documented) but instead when the number of entries
1193              exceeded the size of the table, a croak() had an unnecessary \n,
1194              didn't have a CLEAR method, documented that there is no exists().
1195              Didn't fix to be strict-proof because the module uses &foo; and
1196              dynamic scope.  Added a test script exercizing both first tamely 
1197              the basic functionality, and then the failure cases reported by
1198              Linc Madison.
1199      Branch: perl
1200            + t/lib/tie-substrhash.t
1201            ! MANIFEST lib/Tie/SubstrHash.pm
1202 ____________________________________________________________________________
1203 [  7529] By: jhi                                   on 2000/11/02  17:58:08
1204         Log: recv() can fail and return undef.
1205              
1206              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
1207              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
1208              Date: Thu, 2 Nov 2000 20:12:20 +0300
1209              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
1210      Branch: perl
1211            ! lib/Net/Ping.pm
1212 ____________________________________________________________________________
1213 [  7528] By: jhi                                   on 2000/11/02  17:49:09
1214         Log: Detpyo.
1215      Branch: perl
1216            ! pod/perlop.pod
1217 ____________________________________________________________________________
1218 [  7527] By: jhi                                   on 2000/11/02  15:48:37
1219         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
1220              fix a autovivification bug in Tie::RefHash, add tests for both.
1221              
1222              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
1223              From: Edward Avis <epa98@doc.ic.ac.uk>
1224              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
1225              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
1226      Branch: perl
1227            + t/lib/tie-refhash.t
1228            ! MANIFEST lib/Tie/RefHash.pm
1229 ____________________________________________________________________________
1230 [  7526] By: jhi                                   on 2000/11/02  13:56:26
1231         Log: Test::Harness revealed buglets in the new DynaLoader.
1232              
1233              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
1234              From: andreas.koenig@anima.de (Andreas J. Koenig)
1235              Date: 02 Nov 2000 11:26:48 +0100 
1236              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
1237      Branch: perl
1238            ! ext/DynaLoader/DynaLoader_pm.PL
1239 ____________________________________________________________________________
1240 [  7525] By: jhi                                   on 2000/11/01  23:52:08
1241         Log: The entry for #7503 was missing.
1242      Branch: perl
1243            ! Changes
1244 ____________________________________________________________________________
1245 [  7524] By: jhi                                   on 2000/11/01  23:40:52
1246         Log: Update Changes.
1247      Branch: perl
1248            ! Changes patchlevel.h
1249 ____________________________________________________________________________
1250 [  7523] By: jhi                                   on 2000/11/01  22:57:09
1251         Log: More tweaking on the #7522 theme.
1252      Branch: perl
1253            ! ext/DynaLoader/DynaLoader_pm.PL
1254 ____________________________________________________________________________
1255 [  7522] By: jhi                                   on 2000/11/01  22:06:15
1256         Log: Expand %Config variables and %ENV variables only if
1257              so requested during build time using the
1258              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
1259              Not expanding makes relocating distributions easier.
1260      Branch: perl
1261            ! ext/DynaLoader/DynaLoader_pm.PL
1262 ____________________________________________________________________________
1263 [  7521] By: jhi                                   on 2000/11/01  20:56:34
1264         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
1265              and setgid() because they were just changing $< and $( which means
1266              only changing the real uid/gid, as opposed to changing both
1267              real and effective ids.  (The alternative way could have been
1268              in POSIX.pm to change $> and $), too, but making a direct call
1269              to the C API feels cleaner.)  Fixes the bug
1270              
1271              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
1272              From: "Garry T. Williams" <garry@zvolve.com>
1273              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
1274              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
1275      Branch: perl
1276            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1277            ! ext/POSIX/typemap pod/perlvar.pod
1278 ____________________________________________________________________________
1279 [  7520] By: jhi                                   on 2000/11/01  20:08:33
1280         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
1281              From: "Garry T. Williams" <garry@zvolve.com>
1282              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
1283              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
1284      Branch: perl
1285            ! pod/perlsec.pod
1286 ____________________________________________________________________________
1287 [  7519] By: jhi                                   on 2000/11/01  20:01:22
1288         Log: Locale warning explanation tweak.
1289      Branch: perl
1290            ! pod/perldiag.pod
1291 ____________________________________________________________________________
1292 [  7518] By: jhi                                   on 2000/11/01  18:57:13
1293         Log: C.pm part of
1294              
1295              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
1296              From: Jarkko Hietaniemi <jhi@iki.fi>
1297              Date: Tue, 10 Oct 2000 08:22:28 -0500
1298              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
1299      Branch: perl
1300            ! ext/B/B/C.pm
1301 ____________________________________________________________________________
1302 [  7517] By: jhi                                   on 2000/11/01  18:41:59
1303         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
1304              From: Martien Verbruggen <mgjv@comdyn.com.au>
1305              Date: Fri, 6 Oct 2000 14:09:10 +1100
1306              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
1307      Branch: perl
1308            ! pod/perlop.pod
1309 ____________________________________________________________________________
1310 [  7516] By: jhi                                   on 2000/11/01  18:34:55
1311         Log: Generalize the Camel wording.
1312              
1313              Subject: Re: perlfaq style changes
1314              From: John Borwick <jhborwic@unity.ncsu.edu>
1315              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
1316              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
1317      Branch: perl
1318            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
1319 ____________________________________________________________________________
1320 [  7515] By: jhi                                   on 2000/11/01  16:52:31
1321         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
1322              From: pimlott@idiomtech.com (Andrew Pimlott)
1323              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
1324              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
1325      Branch: perl
1326            ! pod/perlsec.pod
1327 ____________________________________________________________________________
1328 [  7514] By: jhi                                   on 2000/11/01  15:03:40
1329         Log: More AIX lore.
1330      Branch: perl
1331            ! ext/re/hints/aix.pl
1332 ____________________________________________________________________________
1333 [  7513] By: jhi                                   on 2000/11/01  14:48:30
1334         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
1335              From: root <root@chronos.fi.muni.cz>
1336              Date: Wed, 1 Nov 2000 12:31:32 +0100
1337              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
1338      Branch: perl
1339            ! lib/Net/Ping.pm
1340 ____________________________________________________________________________
1341 [  7512] By: jhi                                   on 2000/11/01  14:46:47
1342         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
1343              From: Martin Husemann <martin@duskware.de>
1344              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
1345              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
1346      Branch: perl
1347            ! regcomp.c
1348 ____________________________________________________________________________
1349 [  7511] By: jhi                                   on 2000/11/01  14:39:50
1350         Log: AUTHORS updates.
1351      Branch: perl
1352            ! AUTHORS
1353 ____________________________________________________________________________
1354 [  7510] By: jhi                                   on 2000/11/01  14:29:50
1355         Log: Subject: [PATCH] startperl to respect versiononly
1356              From: Robin Barker <rmb1@cise.npl.co.uk> 
1357              Date: Tue, 31 Oct 2000 16:29:36 GMT
1358              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
1359      Branch: metaconfig/U/perl
1360            ! startperl.U
1361      Branch: perl
1362            ! Configure config_h.SH
1363 ____________________________________________________________________________
1364 [  7509] By: jhi                                   on 2000/11/01  14:19:53
1365         Log: printf UVs the correct way, noticed by Robin Barker.
1366      Branch: perl
1367            ! utf8.c
1368 ____________________________________________________________________________
1369 [  7508] By: jhi                                   on 2000/11/01  14:10:03
1370         Log: Do not cleanup *% because the % has special meanings in some
1371              shell environments.
1372      Branch: perl
1373            ! ext/Storable/Makefile.PL
1374 ____________________________________________________________________________
1375 [  7507] By: jhi                                   on 2000/11/01  14:06:00
1376         Log: The NonStop-UX libraries have a novel way to say NaN.
1377      Branch: perl
1378            ! t/lib/bigfltpm.t
1379 ____________________________________________________________________________
1380 [  7506] By: jhi                                   on 2000/11/01  14:03:35
1381         Log: The osname has been lowercased by now, from Tom Bates.
1382      Branch: metaconfig
1383            ! U/modified/Oldconfig.U
1384      Branch: perl
1385            ! Configure config_h.SH
1386 ____________________________________________________________________________
1387 [  7505] By: jhi                                   on 2000/10/31  19:18:39
1388         Log: The compiler is either gcc or cc, from Tom Bates.
1389      Branch: perl
1390            ! hints/nonstopux.sh
1391 ____________________________________________________________________________
1392 [  7504] By: jhi                                   on 2000/10/31  14:53:42
1393         Log: Update Changes.
1394      Branch: perl
1395            ! Changes patchlevel.h
1396 ____________________________________________________________________________
1397 [  7503] By: jhi                                   on 2000/10/31  14:30:50
1398         Log: Whitespace style tweak.  Was originally going to see to
1399              
1400              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
1401              From: Joe Smith <jms@inwap.com>
1402              Date: Mon, 30 Oct 2000 18:47:57 -0800
1403              Message-Id: <39FE32DD.24AAC4D@inwap.com>
1404              
1405              but that had already been taken care of.
1406      Branch: metaconfig
1407            ! U/compline/d_stdstdio.U
1408      Branch: perl
1409            ! Configure config_h.SH
1410 ____________________________________________________________________________
1411 [  7502] By: jhi                                   on 2000/10/31  14:25:02
1412         Log: AUTHORS tweaks.
1413      Branch: perl
1414            ! AUTHORS
1415 ____________________________________________________________________________
1416 [  7501] By: jhi                                   on 2000/10/31  14:23:59
1417         Log: Subject: perlfaq style changes
1418              From: John Borwick <jhborwic@unity.ncsu.edu>
1419              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
1420              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
1421      Branch: perl
1422            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1423            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1424            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1425            ! pod/perlfaq9.pod
1426 ____________________________________________________________________________
1427 [  7500] By: jhi                                   on 2000/10/31  14:22:15
1428         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
1429              
1430              Subject: Re: [ID 20000918.005] ~ on wide chars
1431              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1432              Date: Mon, 30 Oct 2000 21:09:55 -0800
1433              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
1434              
1435              (The ord() part of the patch skipped.)
1436      Branch: perl
1437            ! doop.c
1438 ____________________________________________________________________________
1439 [  7499] By: jhi                                   on 2000/10/31  14:20:08
1440         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
1441              From: Jens Hamisch <jens@Strawberry.COM>
1442              Date: Mon, 30 Oct 2000 15:17:07 +0100
1443              Message-Id: <20001030151707.A9597@Strawberry.COM>
1444      Branch: perl
1445            ! av.c
1446 ____________________________________________________________________________
1447 [  7498] By: jhi                                   on 2000/10/31  14:16:29
1448         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
1449              From: Peter Prymmer <pvhp@forte.com>
1450              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
1451              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
1452      Branch: perl
1453            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
1454            + ext/Encode/Encode/posix-bc.enc
1455            ! MANIFEST t/lib/encode.t
1456 ____________________________________________________________________________
1457 [  7497] By: jhi                                   on 2000/10/31  14:13:22
1458         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
1459              From: Peter Prymmer <pvhp@forte.com>
1460              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
1461              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
1462      Branch: perl
1463            ! t/lib/cgi-html.t
1464 ____________________________________________________________________________
1465 [  7496] By: jhi                                   on 2000/10/31  14:12:05
1466         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
1467              From: Peter Prymmer <pvhp@forte.com>
1468              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
1469              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
1470      Branch: perl
1471            ! t/lib/cgi-function.t
1472 ____________________________________________________________________________
1473 [  7495] By: jhi                                   on 2000/10/31  14:11:08
1474         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
1475              From: Peter Prymmer <pvhp@forte.com>
1476              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
1477              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
1478      Branch: perl
1479            + ext/re/hints/aix.pl
1480            ! MANIFEST ext/re/Makefile.PL
1481 ____________________________________________________________________________
1482 [  7494] By: jhi                                   on 2000/10/31  14:08:32
1483         Log: Use Errno magic.
1484              
1485              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
1486              From: Casey Tweten <perl@ctweten.amsite.com>
1487              Date: Mon, 30 Oct 2000 15:51:17 -0500
1488              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
1489      Branch: perl
1490            ! lib/File/Temp.pm
1491 ____________________________________________________________________________
1492 [  7493] By: jhi                                   on 2000/10/31  14:05:07
1493         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
1494              
1495              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
1496              From: Nicholas Clark <nick@ccl4.org>
1497              Date: Mon, 30 Oct 2000 17:38:45 +0000
1498              Message-ID: <20001030173845.O60355@plum.flirble.org>
1499      Branch: perl
1500            ! Makefile.SH utils/perlbug.PL
1501 ____________________________________________________________________________
1502 [  7489] By: jhi                                   on 2000/10/29  21:11:08
1503         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
1504              From: andreas.koenig@anima.de (Andreas J. Koenig)
1505              Date: 29 Oct 2000 22:05:59 +0100
1506              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
1507      Branch: perl
1508            ! lib/ExtUtils/Manifest.pm
1509 ____________________________________________________________________________
1510 [  7488] By: jhi                                   on 2000/10/29  21:07:47
1511         Log: Tests for #7487.
1512              
1513              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
1514              From: andreas.koenig@anima.de (Andreas J. Koenig)
1515              Date: 29 Oct 2000 19:37:09 +0100
1516              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
1517      Branch: perl
1518            ! t/comp/proto.t
1519 ____________________________________________________________________________
1520 [  7487] By: jhi                                   on 2000/10/29  21:06:27
1521         Log: constsub spillage.
1522              
1523              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
1524              From: John Tobey <jtobey@john-edwin-tobey.org>
1525              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
1526              Message-Id: <m13pvSr-000FObC@feynman.localnet>
1527      Branch: perl
1528            ! op.c
1529 ____________________________________________________________________________
1530 [  7485] By: jhi                                   on 2000/10/29  21:00:47
1531         Log: Make \x{...} consistently produce UTF-8.
1532              
1533              Subject: Re: \x{...} is confused 
1534              From: Simon Cozens <simon@cozens.net>
1535              Date: Sun, 29 Oct 2000 19:36:48 +0000
1536              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
1537      Branch: perl
1538            ! t/pragma/utf8.t toke.c
1539 ____________________________________________________________________________
1540 [  7483] By: jhi                                   on 2000/10/29  18:06:55
1541         Log: Update Changes.
1542      Branch: perl
1543            ! Changes patchlevel.h
1544 ____________________________________________________________________________
1545 [  7481] By: jhi                                   on 2000/10/29  17:02:37
1546         Log: UTF-8 decoder tweak.
1547      Branch: perl
1548            ! utf8.c
1549 ____________________________________________________________________________
1550 [  7478] By: jhi                                   on 2000/10/29  02:04:01
1551         Log: Add also emailless people.
1552      Branch: perl
1553            ! AUTHORS
1554 ____________________________________________________________________________
1555 [  7477] By: jhi                                   on 2000/10/29  01:36:00
1556         Log: The #7476 needs a MANIFEST change, too.
1557      Branch: perl
1558            ! MANIFEST
1559 ____________________________________________________________________________
1560 [  7476] By: jhi                                   on 2000/10/29  01:35:21
1561         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
1562      Branch: perl
1563            - MAINTAIN
1564            ! AUTHORS Changes
1565 ____________________________________________________________________________
1566 [  7475] By: jhi                                   on 2000/10/28  23:57:25
1567         Log: De-quoted-unreadable to ISO Latin 1.
1568              (There's one ISO-2022-JP name in Changes5.004.)
1569      Branch: perl
1570            ! Changes Changes5.6
1571 ____________________________________________________________________________
1572 [  7474] By: jhi                                   on 2000/10/28  19:13:06
1573         Log: Subject: [ID 20001027.007] uniq array in perlfaq
1574              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
1575              Date: Fri, 27 Oct 2000 19:28:30 +0200
1576              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
1577      Branch: perl
1578            ! pod/perlfaq4.pod
1579 ____________________________________________________________________________
1580 [  7473] By: jhi                                   on 2000/10/28  18:02:05
1581         Log: Locking null mutexes is not recommendable.
1582              
1583              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
1584              From: Hugo <hv@crypt.compulink.co.uk>
1585              Date: Sat, 28 Oct 2000 18:41:12 +0100
1586              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
1587      Branch: perl
1588            ! op.c
1589 ____________________________________________________________________________
1590 [  7472] By: jhi                                   on 2000/10/28  17:52:58
1591         Log: Better create a true mailing list for the repository keepers.
1592      Branch: perl
1593            ! Porting/repository.pod
1594 ____________________________________________________________________________
1595 [  7471] By: jhi                                   on 2000/10/28  17:28:24
1596         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
1597              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
1598      Branch: perl
1599            + Porting/repository.pod
1600            ! MANIFEST
1601 ____________________________________________________________________________
1602 [  7470] By: jhi                                   on 2000/10/28  17:20:54
1603         Log: Subject: DOC PATCH 5.6.0
1604              From: mjd@plover.com
1605              Date: 27 Oct 2000 17:32:44 -0000
1606              Message-ID: <20001027173244.23754.qmail@plover.com>
1607      Branch: perl
1608            ! pod/perlfunc.pod
1609 ____________________________________________________________________________
1610 [  7469] By: jhi                                   on 2000/10/28  17:16:45
1611         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
1612              From: "Peter J. Farley III" <pjfarley@banet.net>
1613              Date: Fri, 27 Oct 2000 20:32:56 -0400
1614              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
1615      Branch: perl
1616            ! README.dos
1617 ____________________________________________________________________________
1618 [  7468] By: jhi                                   on 2000/10/28  17:07:18
1619         Log: Make target reordering to avoid pointless re-makes.
1620              
1621              Subject: Re: Total re-make of 'make okfile' after 7451 ?
1622              From: Nicholas Clark <nick@ccl4.org>
1623              Date: Sat, 28 Oct 2000 00:31:02 +0100
1624              Message-ID: <20001028003101.A54517@plum.flirble.org>
1625      Branch: perl
1626            ! Makefile.SH
1627 ____________________________________________________________________________
1628 [  7467] By: jhi                                   on 2000/10/28  17:05:31
1629         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
1630              From: lvirden@cas.org
1631              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
1632              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
1633      Branch: perl
1634            ! README.os2
1635 ____________________________________________________________________________
1636 [  7466] By: jhi                                   on 2000/10/28  16:09:16
1637         Log: Upgrade to CPAN 1.58_55.
1638              
1639              Subject: CPAN.pm status
1640              From: andreas.koenig@anima.de (Andreas J. Koenig) 
1641              Date: 28 Oct 2000 08:18:00 +0200 
1642              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
1643      Branch: perl
1644            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1645 ____________________________________________________________________________
1646 [  7465] By: jhi                                   on 2000/10/28  16:02:47
1647         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
1648      Branch: perl
1649            ! embed.h embed.pl perl.h proto.h toke.c
1650 ____________________________________________________________________________
1651 [  7464] By: nick                                  on 2000/10/28  10:43:44
1652         Log: Fix for sv_2iv() on "shared" value from keys %hash.
1653      Branch: perl
1654            ! sv.c
1655 ____________________________________________________________________________
1656 [  7463] By: jhi                                   on 2000/10/27  16:18:29
1657         Log: Update Changes.
1658      Branch: perl
1659            ! Changes patchlevel.h
1660 ____________________________________________________________________________
1661 [  7462] By: jhi                                   on 2000/10/27  16:17:44
1662         Log: Too enthusiastic editing in #7460.
1663      Branch: metaconfig
1664            ! U/modified/Oldsym.U
1665      Branch: perl
1666            ! Configure config_h.SH
1667 ____________________________________________________________________________
1668 [  7461] By: jhi                                   on 2000/10/27  15:37:38
1669         Log: Retract #7459, the script needs more work.
1670      Branch: perl
1671            - mkreef
1672            ! MANIFEST
1673 ____________________________________________________________________________
1674 [  7460] By: jhi                                   on 2000/10/27  15:23:14
1675         Log: Use $sort, $uniq (and $tr) consistently as wondered
1676              by Nicholas Clark.
1677      Branch: metaconfig
1678            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
1679            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
1680            ! U/modified/libc.U
1681      Branch: perl
1682            ! Configure config_h.SH
1683 ____________________________________________________________________________
1684 [  7459] By: jhi                                   on 2000/10/27  15:02:07
1685         Log: (Retracted by #7461)
1686              
1687              Add a shell script for creating/removing symbolic link farms,
1688              useful for keeping the source code read-only and doing the
1689              builds somewhere else.
1690      Branch: perl
1691            + mkreef
1692            ! MANIFEST
1693 ____________________________________________________________________________
1694 [  7458] By: jhi                                   on 2000/10/27  14:42:20
1695         Log: Do away with the fix_pl.
1696      Branch: perl
1697            - fix_pl
1698            ! MANIFEST Makefile.SH
1699 ____________________________________________________________________________
1700 [  7457] By: jhi                                   on 2000/10/27  12:43:13
1701         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
1702              From: Jens Hamisch <jens@Strawberry.COM>
1703              Date: Fri, 27 Oct 2000 14:38:21 +0200
1704              Message-Id: <20001027143821.B3366@Strawberry.COM>
1705      Branch: perl
1706            ! perl.h
1707 ____________________________________________________________________________
1708 [  7456] By: jhi                                   on 2000/10/27  12:33:42
1709         Log: Subject: [PATCH] todo
1710              From: Nicholas Clark <nick@ccl4.org>
1711              Date: Thu, 26 Oct 2000 22:32:29 +0100
1712              Message-ID: <20001026223229.A44540@plum.flirble.org>
1713      Branch: perl
1714            ! pod/perltodo.pod
1715 ____________________________________________________________________________
1716 [  7455] By: jhi                                   on 2000/10/27  12:02:21
1717         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
1718              From: John Tobey <jtobey@john-edwin-tobey.org>
1719              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
1720              Message-Id: <m13ozHF-000FObC@feynman.localnet>
1721      Branch: perl
1722            ! op.c t/pragma/sub_lval.t
1723 ____________________________________________________________________________
1724 [  7454] By: jhi                                   on 2000/10/27  11:59:42
1725         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
1726              From: sthoenna@efn.org
1727              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
1728              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
1729      Branch: perl
1730            ! pp.c t/op/assignwarn.t
1731 ____________________________________________________________________________
1732 [  7453] By: jhi                                   on 2000/10/27  00:15:08
1733         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
1734      Branch: perl
1735            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1736            ! ext/Storable/Storable.xs t/lib/st-lock.t
1737 ____________________________________________________________________________
1738 [  7452] By: jhi                                   on 2000/10/26  13:05:52
1739         Log: Undo #7451, this seems to be a deficiency in Perforce,
1740              there is no per-file line-terminator type, only per-client.
1741      Branch: perl
1742            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
1743            ! win32/makefile.mk
1744 ____________________________________________________________________________
1745 [  7451] By: jhi                                   on 2000/10/26  04:56:03
1746         Log: Experimenting in DOS arcana.
1747      Branch: perl
1748            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
1749            ! win32/makefile.mk
1750 ____________________________________________________________________________
1751 [  7450] By: jhi                                   on 2000/10/26  04:50:52
1752         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
1753              From: "Peter J. Farley III" <pjfarley@banet.net>            
1754              Date: Wed, 25 Oct 2000 23:10:18 -0400
1755              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
1756      Branch: perl
1757            ! t/io/open.t
1758 ____________________________________________________________________________
1759 [  7449] By: jhi                                   on 2000/10/26  04:49:16
1760         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
1761              From: Hugo <hv@crypt.compulink.co.uk>
1762              Date: Thu, 26 Oct 2000 01:55:17 +0100
1763              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
1764              
1765              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
1766      Branch: perl
1767            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
1768 ____________________________________________________________________________
1769 [  7448] By: jhi                                   on 2000/10/26  04:38:36
1770         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
1771              From: Peter Prymmer <pvhp@forte.com>
1772              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
1773              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
1774      Branch: perl
1775            ! configure.com
1776 ____________________________________________________________________________
1777 [  7447] By: jhi                                   on 2000/10/25  23:20:02
1778         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
1779              in platforms that strictly require all the symbols being present
1780              at link time.
1781      Branch: perl
1782            ! handy.h
1783 ____________________________________________________________________________
1784 [  7446] By: jhi                                   on 2000/10/25  21:55:57
1785         Log: Update Changes.
1786      Branch: perl
1787            ! Changes patchlevel.h
1788 ____________________________________________________________________________
1789 [  7445] By: jhi                                   on 2000/10/25  21:27:08
1790         Log: Integrate with vmsperl #7430 by Charles Bailey:
1791              
1792              Cleanup from prior patch (Charles Lane?):
1793              - improve handling of MFDs in Basename and Path
1794              - default to no xsubpp line # munging when building debug images
1795      Branch: perl
1796           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
1797 ____________________________________________________________________________
1798 [  7444] By: jhi                                   on 2000/10/25  21:03:50
1799         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
1800              From: John Peacock <JPeacock@UnivPress.com>
1801              Date: Thu, 18 May 2000 11:55:27 -0400
1802              Message-ID: <3924126F.A58BE57A@UnivPress.com>
1803      Branch: perl
1804            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
1805            ! t/op/write.t
1806 ____________________________________________________________________________
1807 [  7443] By: jhi                                   on 2000/10/25  20:43:10
1808         Log: Temporary stopgap for the self-tying issue: for now only
1809              array and hash self-ties are verboten.  The real fix, of
1810              course, would be to comprehensively test (and implement?)
1811              and debug (and document) self-ties.
1812      Branch: perl
1813            ! pod/perldiag.pod pp_sys.c t/op/tie.t
1814 ____________________________________________________________________________
1815 [  7442] By: jhi                                   on 2000/10/25  20:14:30
1816         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
1817              From: Dan Sugalski <dan@sidhe.org>
1818              Date: Wed, 25 Oct 2000 13:36:35 -0400
1819              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
1820              
1821              plus regen global.sym.
1822      Branch: perl
1823            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
1824            ! thrdvar.h util.c
1825 ____________________________________________________________________________
1826 [  7441] By: jhi                                   on 2000/10/25  20:12:20
1827         Log: buildtoc target tweaks.
1828      Branch: perl
1829            ! pod/Makefile.SH
1830 ____________________________________________________________________________
1831 [  7440] By: jhi                                   on 2000/10/25  20:03:53
1832         Log: A new version of making the syslog test more robust.
1833              (Replaces #7421.)
1834              
1835              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1836              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1837              Date: Wed, 25 Oct 2000 12:13:54 -0400
1838              Message-ID: <20001025121354.B2264@O2.chapin.edu>
1839      Branch: perl
1840            ! t/lib/syslog.t
1841 ____________________________________________________________________________
1842 [  7439] By: jhi                                   on 2000/10/25  20:00:48
1843         Log: Continue the internal UTF-8 API tweaking.
1844              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
1845              used much more than the simpler API, now called utf8_to_uv_simple().
1846              Still not quite happy with API, too much partial duplication
1847              of functionality.
1848      Branch: perl
1849            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
1850            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
1851            ! regcomp.c regexec.c sv.c toke.c utf8.c
1852 ____________________________________________________________________________
1853 [  7438] By: jhi                                   on 2000/10/25  18:52:30
1854         Log: Allow poking holes at the UTF-8 decoding strictness.
1855      Branch: perl
1856            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
1857            ! utf8.h
1858 ____________________________________________________________________________
1859 [  7437] By: jhi                                   on 2000/10/25  13:53:05
1860         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
1861              UTF8LEN() and UTF8SKIP(). 
1862      Branch: perl
1863            ! pp.c utf8.c utf8.h
1864 ____________________________________________________________________________
1865 [  7436] By: jhi                                   on 2000/10/25  13:51:37
1866         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
1867              From: Nicholas Clark <nick@ccl4.org>
1868              Date: Wed, 25 Oct 2000 14:44:05 +0100
1869              Message-ID: <20001025144404.D27253@plum.flirble.org>
1870      Branch: perl
1871            ! pod/perlrun.pod
1872 ____________________________________________________________________________
1873 [  7435] By: jhi                                   on 2000/10/25  13:49:32
1874         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
1875              From: Mike Guy <mjtg@cam.ac.uk>
1876              Date: Tue, 24 Oct 2000 14:59:40 +0100
1877              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
1878      Branch: perl
1879            ! scope.c
1880 ____________________________________________________________________________
1881 [  7434] By: jhi                                   on 2000/10/25  13:48:41
1882         Log: AIX is picky about its symbol exports.  Solution for now
1883              is to include the deb.o explicitly to the re extension build.
1884              
1885              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
1886              From: Peter Prymmer <pvhp@forte.com>
1887              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
1888              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
1889      Branch: perl
1890            ! ext/re/Makefile.PL hints/aix.sh
1891 ____________________________________________________________________________
1892 [  7433] By: jhi                                   on 2000/10/25  13:46:49
1893         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
1894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1895              Date: Wed, 25 Oct 2000 12:02:20 +0200
1896              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
1897      Branch: perl
1898            ! perlsdio.h
1899 ____________________________________________________________________________
1900 [  7432] By: jhi                                   on 2000/10/25  13:44:28
1901         Log: Subject: Minor update to find2perl, for portability
1902              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
1903              Date: Wed, 25 Oct 2000 12:05:47 +0100
1904              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
1905      Branch: perl
1906            ! x2p/find2perl.PL
1907 ____________________________________________________________________________
1908 [  7431] By: jhi                                   on 2000/10/25  13:40:39
1909         Log: Add targets to Makefile.SH, most importantly
1910              'regen_all' which also remembers to update vms/perly*.
1911      Branch: perl
1912            ! Makefile.SH
1913 ____________________________________________________________________________
1914 [  7429] By: jhi                                   on 2000/10/24  20:03:40
1915         Log: Podify README.epoc and README.vos.
1916      Branch: perl
1917            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
1918            ! pod/perlport.pod pod/perltoc.pod
1919 ____________________________________________________________________________
1920 [  7428] By: jhi                                   on 2000/10/24  19:10:33
1921         Log: Stratus VOS updates from Paul Green.
1922      Branch: perl
1923            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1924            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
1925            - vos/config.def vos/config.h vos/config_h.SH_orig
1926            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
1927            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
1928 ____________________________________________________________________________
1929 [  7427] By: jhi                                   on 2000/10/24  18:59:48
1930         Log: Check if stdio supports tweaking lval and cnt simultaneously.
1931              
1932              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
1933              From: Nicholas Clark <nick@ccl4.org>
1934              Date: Mon, 23 Oct 2000 15:39:32 +0100
1935              Message-ID: <20001023153932.A10786@plum.flirble.org>
1936      Branch: metaconfig
1937            ! U/compline/d_stdstdio.U
1938      Branch: perl
1939            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1940            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
1941            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
1942            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
1943            ! vos/config.h vos/config_h.SH_orig win32/config.bc
1944            ! win32/config.gc win32/config.vc
1945 ____________________________________________________________________________
1946 [  7426] By: jhi                                   on 2000/10/24  17:57:44
1947         Log: Missed the header file changes from #7425.
1948      Branch: perl
1949            ! embed.h embed.pl objXSUB.h proto.h
1950 ____________________________________________________________________________
1951 [  7425] By: jhi                                   on 2000/10/24  17:55:17
1952         Log: Fix the bug reported in
1953              
1954              From: andreas.koenig@anima.de (Andreas J. Koenig)
1955              Subject: Encode bug?
1956              Date: 24 Oct 2000 14:01:26 +0200 
1957              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
1958              
1959              Also make is_utf8_char() stricter.
1960      Branch: perl
1961            ! ext/Encode/Encode.xs utf8.c
1962 ____________________________________________________________________________
1963 [  7424] By: jhi                                   on 2000/10/24  15:15:39
1964         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
1965              From: Peter Scott <Peter@PSDT.com>
1966              Date: Mon, 23 Oct 2000 19:46:01 -0700
1967              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
1968      Branch: perl
1969            ! pod/perlfaq5.pod
1970 ____________________________________________________________________________
1971 [  7423] By: jhi                                   on 2000/10/24  14:25:30
1972         Log: Test tweak to avoid pulling in the whole Config.
1973      Branch: perl
1974            ! t/lib/st-lock.t
1975 ____________________________________________________________________________
1976 [  7422] By: jhi                                   on 2000/10/24  14:03:16
1977         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
1978      Branch: perl
1979            ! pp.c
1980 ____________________________________________________________________________
1981 [  7421] By: jhi                                   on 2000/10/24  13:32:09
1982         Log: (Replaced by #7440.)
1983              
1984              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1985              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1986              Date: Mon, 23 Oct 2000 16:40:54 -0400
1987              Message-ID: <20001023164054.B14491@O2.chapin.edu>
1988      Branch: perl
1989            ! t/lib/syslog.t
1990 ____________________________________________________________________________
1991 [  7420] By: jhi                                   on 2000/10/24  13:30:53
1992         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
1993              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1994              Date: Mon, 23 Oct 2000 17:29:03 -0400
1995              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
1996      Branch: perl
1997            ! lib/ExtUtils/MM_Unix.pm
1998 ____________________________________________________________________________
1999 [  7419] By: jhi                                   on 2000/10/24  13:29:57
2000         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
2001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2002              Date: Mon, 23 Oct 2000 19:01:32 -0400
2003              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
2004      Branch: perl
2005            ! utils/h2xs.PL
2006 ____________________________________________________________________________
2007 [  7418] By: jhi                                   on 2000/10/24  13:26:04
2008         Log: Replace #7409 with
2009              
2010              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
2011              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
2012              Date: Mon, 23 Oct 2000 20:08:56 +0200
2013              Message-ID: <20001023200855.A14850@nice.ram.loc>
2014      Branch: perl
2015            ! ext/Storable/Storable.pm t/lib/st-lock.t
2016 ____________________________________________________________________________
2017 [  7417] By: jhi                                   on 2000/10/24  13:17:52
2018         Log: Run vms/vms_yfix.pl, should have done that after changing
2019              perly.c in #7382.
2020      Branch: perl
2021            ! vms/perly_c.vms vms/perly_h.vms
2022 ____________________________________________________________________________
2023 [  7416] By: jhi                                   on 2000/10/24  02:55:33
2024         Log: Make the UTF-8 decoding stricter and more verbose when
2025              malformation happens.  This involved adding an argument
2026              to utf8_to_uv_chk(), which involved changing its prototype,
2027              and prefer STRLEN over I32 for the UTF-8 length, which as
2028              a domino effect necessitated changing the prototypes of
2029              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
2030              The stricter UTF-8 decoding checking uses Markus Kuhn's
2031              UTF-8 Decode Stress Tester from
2032              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
2033      Branch: perl
2034            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
2035            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
2036            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
2037            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
2038 ____________________________________________________________________________
2039 [  7415] By: jhi                                   on 2000/10/23  14:06:06
2040         Log: Update Changes.
2041      Branch: perl
2042            ! Changes patchlevel.h
2043 ____________________________________________________________________________
2044 [  7414] By: jhi                                   on 2000/10/23  12:39:52
2045         Log: Undo the basename() part of #7412 since the lib/basename
2046              tests would need upgrading too.
2047      Branch: perl
2048            ! lib/File/Basename.pm
2049 ____________________________________________________________________________
2050 [  7413] By: jhi                                   on 2000/10/23  12:19:27
2051         Log: Document PERL_INSTALL_ROOT of #7210.
2052      Branch: perl
2053            ! lib/ExtUtils/Install.pm
2054 ____________________________________________________________________________
2055 [  7412] By: jhi                                   on 2000/10/23  12:16:47
2056         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
2057      Branch: perl
2058            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
2059            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
2060 ____________________________________________________________________________
2061 [  7411] By: jhi                                   on 2000/10/23  12:07:41
2062         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
2063              From: Prymmer/Kahn <pvhp@best.com>
2064              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
2065              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
2066      Branch: perl
2067            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
2068 ____________________________________________________________________________
2069 [  7410] By: jhi                                   on 2000/10/23  04:10:11
2070         Log: The change #7187 was not so good on VMS.
2071              
2072              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
2073              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2074              Date: Sun, 22 Oct 2000 23:03:08 -0500
2075              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
2076      Branch: perl
2077            ! utils/perldoc.PL
2078 ____________________________________________________________________________
2079 [  7409] By: jhi                                   on 2000/10/23  03:57:36
2080         Log: Avoid Storable locking on DJGPP for now.
2081              
2082              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
2083              From: "Peter J. Farley III" <pjfarley@banet.net>
2084              Date: Sun, 22 Oct 2000 20:00:00 -0400
2085              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
2086      Branch: perl
2087            ! ext/Storable/Storable.pm t/lib/st-lock.t
2088 ____________________________________________________________________________
2089 [  7408] By: jhi                                   on 2000/10/23  03:50:24
2090         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
2091              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2092              Date: Sun, 22 Oct 2000 21:12:22 -0400
2093              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
2094      Branch: perl
2095            ! lib/vars.pm
2096 ____________________________________________________________________________
2097 [  7407] By: jhi                                   on 2000/10/23  03:43:12
2098         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
2099              From: Hugo <hv@crypt.compulink.co.uk>
2100              Date: Mon, 23 Oct 2000 00:47:22 +0100
2101              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
2102      Branch: perl
2103            ! regexec.c t/op/pat.t
2104 ____________________________________________________________________________
2105 [  7406] By: jhi                                   on 2000/10/23  03:40:29
2106         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
2107      Branch: perl
2108            ! lib/ExtUtils/MakeMaker.pm
2109 ____________________________________________________________________________
2110 [  7405] By: jhi                                   on 2000/10/22  21:32:00
2111         Log: Doc patch.
2112              
2113              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
2114              From: rspier@pobox.com (Robert Spier)
2115              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
2116              Message-ID: <14835.16112.13457.447971@rls.cx>
2117      Branch: perl
2118            ! lib/strict.pm
2119 ____________________________________________________________________________
2120 [  7404] By: jhi                                   on 2000/10/22  21:30:51
2121         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
2122              From: rspier@pobox.com (Robert Spier)
2123              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
2124              Message-ID: <14835.17223.72448.705566@rls.cx>
2125      Branch: perl
2126            ! lib/ExtUtils/MakeMaker.pm
2127 ____________________________________________________________________________
2128 [  7403] By: jhi                                   on 2000/10/22  21:24:11
2129         Log: Subject: [PATCH bleadperl] ripples from constsub patch
2130              From: John Tobey <jtobey@john-edwin-tobey.org>
2131              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
2132              Message-Id: <m13nSOB-000FObC@feynman.localnet>
2133      Branch: perl
2134            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
2135 ____________________________________________________________________________
2136 [  7402] By: jhi                                   on 2000/10/22  20:59:35
2137         Log: Support s?printf parameter reordering.
2138      Branch: perl
2139            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
2140 ____________________________________________________________________________
2141 [  7401] By: jhi                                   on 2000/10/22  19:19:14
2142         Log: Expand %Config variables only if explicitly so requested
2143              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
2144              
2145              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
2146              From: Gurusamy Sarathy <gsar@ActiveState.com>
2147              Date: Sun, 22 Oct 2000 11:47:32 -0700
2148              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
2149      Branch: perl
2150            ! Makefile.SH lib/lib_pm.PL
2151 ____________________________________________________________________________
2152 [  7400] By: jhi                                   on 2000/10/22  18:24:10
2153         Log: Move the #7390 test from warn/op to comp/redef.
2154              
2155              Subject: Re: Creating const subs for constants.
2156              From: John Tobey <jtobey@john-edwin-tobey.org>
2157              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
2158              Message-Id: <m13nG72-000FObC@feynman.localnet>               
2159      Branch: perl
2160            ! t/comp/redef.t t/pragma/warn/op
2161 ____________________________________________________________________________
2162 [  7399] By: jhi                                   on 2000/10/22  17:49:59
2163         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
2164              From: Nicholas Clark <nick@ccl4.org>
2165              Date: Sat, 21 Oct 2000 22:23:19 +0100
2166              Message-ID: <20001021222319.B45586@plum.flirble.org>
2167      Branch: perl
2168            ! ext/DynaLoader/DynaLoader_pm.PL
2169 ____________________________________________________________________________
2170 [  7398] By: jhi                                   on 2000/10/22  17:47:35
2171         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
2172              From: Hugo <hv@crypt.compulink.co.uk>
2173              Date: Sat, 21 Oct 2000 18:19:59 +0100
2174              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
2175      Branch: perl
2176            ! ext/B/B.pm ext/B/B/C.pm
2177 ____________________________________________________________________________
2178 [  7397] By: jhi                                   on 2000/10/22  17:35:18
2179         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
2180              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2181              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
2182              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
2183      Branch: perl
2184            ! hints/openbsd.sh
2185 ____________________________________________________________________________
2186 [  7396] By: jhi                                   on 2000/10/22  17:19:46
2187         Log: Subject: installman go-faster stripes
2188              From: Nicholas Clark <nick@talking.bollo.cx>
2189              Date: Sat, 21 Oct 2000 17:24:53 +0100
2190              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
2191              
2192              Subject: Re: installman go-faster stripes
2193              From: Russ Allbery <rra@stanford.edu>
2194              Date: 21 Oct 2000 11:04:13 -0700
2195              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
2196      Branch: perl
2197            ! installman pod/pod2man.PL
2198 ____________________________________________________________________________
2199 [  7395] By: jhi                                   on 2000/10/22  17:17:35
2200         Log: Hints tweak from Anton Berezin.
2201      Branch: perl
2202            ! hints/freebsd.sh
2203 ____________________________________________________________________________
2204 [  7394] By: jhi                                   on 2000/10/22  04:50:04
2205         Log: Tweak the Is* definitions of Unicode character classes
2206              to better match the official categorizations; embrace
2207              the official categorizations; add the combining marks
2208              as alpha (and -numeric); fix DCinital (a typo and edito)
2209              to be DCmedial.
2210      Branch: perl
2211            + lib/unicode/Is/DCmedial.pl
2212            - lib/unicode/Is/DCinital.pl
2213            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2214            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
2215            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
2216            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
2217 ____________________________________________________________________________
2218 [  7393] By: jhi                                   on 2000/10/21  18:06:05
2219         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
2220              From: Daniel Chetlin <daniel@chetlin.com>
2221              Date: Sat, 21 Oct 2000 02:57:03 -0700
2222              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
2223      Branch: perl
2224            + t/lib/tie-splice.t
2225            ! MANIFEST lib/Tie/Array.pm
2226 ____________________________________________________________________________
2227 [  7391] By: jhi                                   on 2000/10/21  14:37:49
2228         Log: Testcases for a #7383,#7385 related bug.
2229              
2230              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
2231              From: Nicholas Clark <nick@ccl4.org>
2232              Date: Sat, 21 Oct 2000 15:04:51 +0100
2233              Message-ID: <20001021150451.A51566@plum.flirble.org>
2234      Branch: perl
2235            ! t/pragma/utf8.t
2236 ____________________________________________________________________________
2237 [  7390] By: jhi                                   on 2000/10/21  14:35:57
2238         Log: Add a testcase for #7389.
2239      Branch: perl
2240            ! t/pragma/warn/op
2241 ____________________________________________________________________________
2242 [  7389] By: jhi                                   on 2000/10/21  14:26:45
2243         Log: Subject: Re: Creating const subs for constants.
2244              From: John Tobey <jtobey@john-edwin-tobey.org>
2245              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
2246              Message-Id: <m13mo0N-000FObC@feynman.localnet>
2247      Branch: perl
2248            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
2249            ! proto.h sv.c
2250 ____________________________________________________________________________
2251 [  7386] By: jhi                                   on 2000/10/21  01:31:12
2252         Log: Update Changes.
2253      Branch: perl
2254            ! Changes patchlevel.h
2255 ____________________________________________________________________________
2256 [  7385] By: jhi                                   on 2000/10/21  01:28:42
2257         Log: The #7383 was right only in the context of the original bug report,
2258              not in more general case.
2259      Branch: perl
2260            ! pp_hot.c
2261 ____________________________________________________________________________
2262 [  7384] By: jhi                                   on 2000/10/21  01:08:23
2263         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
2264      Branch: perl
2265            ! ext/IO/lib/IO/Select.pm
2266 ____________________________________________________________________________
2267 [  7383] By: jhi                                   on 2000/10/21  00:44:18
2268         Log: Fix for ID 20001020.006, concatenating an unset submatch
2269              with utf8 resulted in "Modification of a read-only value".
2270      Branch: perl
2271            ! pp_hot.c t/pragma/utf8.t
2272 ____________________________________________________________________________
2273 [  7382] By: jhi                                   on 2000/10/20  20:44:31
2274         Log: Make scan_num() reëntrant, as suggested in
2275              
2276              Subject: [PATCH perl@7229] Rentrant parser and yylex()
2277              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2278              Date: Fri, 20 Oct 2000 14:17:27 +0100
2279              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
2280      Branch: perl
2281            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
2282            ! toke.c
2283 ____________________________________________________________________________
2284 [  7381] By: jhi                                   on 2000/10/20  20:07:29
2285         Log: Reëntrancy fix.
2286              
2287              Subject: [PATCH perl@7229] Rentrant parser and yylex()
2288              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2289              Date: Fri, 20 Oct 2000 14:17:27 +0100
2290              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
2291      Branch: perl
2292            ! embed.h embed.pl perl.h proto.h toke.c
2293 ____________________________________________________________________________
2294 [  7380] By: jhi                                   on 2000/10/20  19:15:54
2295         Log: Don't write double values through long double pointers,
2296              based on a part of
2297              
2298              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
2299              From: Jens Hamisch <jens@Strawberry.COM>
2300              Date: Tue, 17 Oct 2000 08:39:36 +0200
2301              Message-Id: <20001017083936.A11104@Strawberry.COM>
2302      Branch: perl
2303            ! perl.h pp.c
2304 ____________________________________________________________________________
2305 [  7379] By: jhi                                   on 2000/10/20  18:43:37
2306         Log: Portability tweak on #7377.
2307              
2308              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
2309              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2310              Date:     Fri, 20 Oct 2000 13:13:41 EDT
2311              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
2312      Branch: perl
2313            ! t/lib/dprof.t
2314 ____________________________________________________________________________
2315 [  7378] By: jhi                                   on 2000/10/20  12:57:19
2316         Log: SOCKS function redefinitions need prototypes, too, otherwise
2317              for example 32 bit versus 64 bit differences cause a lot of
2318              problems.  Part of
2319              
2320              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
2321              From: Jens Hamisch <jens@Strawberry.COM>
2322              Date: Tue, 17 Oct 2000 08:39:36 +0200
2323              Message-Id: <20001017083936.A11104@Strawberry.COM>
2324      Branch: perl
2325            ! doio.c pp_sys.c
2326 ____________________________________________________________________________
2327 [  7377] By: jhi                                   on 2000/10/20  12:37:12
2328         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
2329              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2330              Date:     Fri, 20 Oct 2000 08:26:04 EDT
2331              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
2332      Branch: perl
2333            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
2334 ____________________________________________________________________________
2335 [  7376] By: jhi                                   on 2000/10/20  12:35:31
2336         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
2337              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2338              Date:     Fri, 20 Oct 2000 07:48:15 EDT
2339              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
2340      Branch: perl
2341            ! configure.com vms/gen_shrfls.pl
2342 ____________________________________________________________________________
2343 [  7374] By: jhi                                   on 2000/10/20  00:59:48
2344         Log: In the latest compiler builds cccdlflags must not become -fpic,
2345              from Wilfredo Sánchez.
2346      Branch: perl
2347            ! hints/darwin.sh
2348 ____________________________________________________________________________
2349 [  7373] By: jhi                                   on 2000/10/20  00:56:35
2350         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
2351              From: Tony Cook <tony@develop-help.com>
2352              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
2353              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
2354      Branch: perl
2355            ! pod/perlop.pod
2356 ____________________________________________________________________________
2357 [  7372] By: jhi                                   on 2000/10/19  19:34:40
2358         Log: Typo noted by Mark Lutz.
2359      Branch: perl
2360            ! t/op/64bitint.t
2361 ____________________________________________________________________________
2362 [  7371] By: jhi                                   on 2000/10/19  19:33:13
2363         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
2364      Branch: metaconfig
2365            ! U/modified/Cppsym.U U/modified/Oldconfig.U
2366      Branch: metaconfig/U/perl
2367            ! End.U dlsrc.U libperl.U
2368      Branch: perl
2369            + hints/nonstopux.sh
2370            ! Configure MANIFEST config_h.SH
2371 ____________________________________________________________________________
2372 [  7370] By: jhi                                   on 2000/10/19  17:18:08
2373         Log: Subject: PATCH do_print has 2 PerlIO_error()s
2374              From: nick@ccl4.org
2375              Date: Thu, 19 Oct 2000 18:09:20 +0100
2376              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
2377      Branch: perl
2378            ! doio.c
2379 ____________________________________________________________________________
2380 [  7369] By: jhi                                   on 2000/10/19  14:01:49
2381         Log: Update Changes.
2382      Branch: perl
2383            ! Changes patchlevel.h
2384 ____________________________________________________________________________
2385 [  7368] By: jhi                                   on 2000/10/19  13:04:29
2386         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
2387              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2388              Date: Wed, 18 Oct 2000 13:12:01 +0200
2389              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
2390      Branch: perl
2391            ! hints/aix.sh
2392 ____________________________________________________________________________
2393 [  7367] By: jhi                                   on 2000/10/19  02:22:40
2394         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
2395              of a 'pmshort' anywhere in the B, so the offending line was simply
2396              removed.
2397      Branch: perl
2398            ! ext/B/B/Debug.pm
2399 ____________________________________________________________________________
2400 [  7366] By: jhi                                   on 2000/10/19  02:12:37
2401         Log: Add the test case for the bug id 20000730.004 which seems
2402              to have been fixed by now.
2403      Branch: perl
2404            ! t/pragma/utf8.t
2405 ____________________________________________________________________________
2406 [  7365] By: jhi                                   on 2000/10/18  23:36:24
2407         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
2408              From: Hugo <hv@crypt.compulink.co.uk>
2409              Date: Wed, 18 Oct 2000 23:25:58 +0100
2410              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
2411      Branch: perl
2412            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
2413 ____________________________________________________________________________
2414 [  7364] By: jhi                                   on 2000/10/18  21:12:53
2415         Log: (retracted)
2416      Branch: perl
2417            ! pp.c
2418 ____________________________________________________________________________
2419 [  7363] By: jhi                                   on 2000/10/18  20:55:38
2420         Log: Missing change from #7362.
2421      Branch: perl
2422            ! win32/perlhost.h
2423 ____________________________________________________________________________
2424 [  7362] By: jhi                                   on 2000/10/18  20:52:01
2425         Log: Borland C fstat() never saw the fd as writable.
2426              
2427              Subject: fix for Borland's weak "stat" (perl@7211)
2428              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2429              Date: Mon, 16 Oct 2000 09:55:03 +0400
2430              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
2431      Branch: perl
2432            ! win32/win32.c
2433 ____________________________________________________________________________
2434 [  7361] By: jhi                                   on 2000/10/18  17:43:50
2435         Log: Regen toc.
2436      Branch: perl
2437            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
2438 ____________________________________________________________________________
2439 [  7360] By: jhi                                   on 2000/10/18  17:07:44
2440         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2441              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
2442              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
2443              Date: Mon, 16 Oct 2000 15:19:49 +0200
2444      Branch: perl
2445            + README.aix
2446            ! MANIFEST
2447 ____________________________________________________________________________
2448 [  7359] By: jhi                                   on 2000/10/18  17:04:49
2449         Log: Subject: Pod patch for Devel::Peek
2450              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2451              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
2452              Date: Mon, 16 Oct 2000 12:26:34 +0200
2453      Branch: perl
2454            ! ext/Devel/Peek/Peek.pm
2455 ____________________________________________________________________________
2456 [  7358] By: jhi                                   on 2000/10/18  17:03:15
2457         Log: Make Cwd more bulletproof in chrooted environments.
2458              
2459              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
2460              From: "Eric E. Coe" <Eric.Coe@oracle.com>
2461              Date: Wed, 18 Oct 2000 04:03:54 -0400
2462              Message-Id: <39ED596A.70E599FE@oracle.com>
2463      Branch: perl
2464            ! lib/Cwd.pm
2465 ____________________________________________________________________________
2466 [  7357] By: jhi                                   on 2000/10/18  16:37:26
2467         Log: Disable the UTF8 downgrade croakage for now to avoid
2468              too many not okay messages.
2469      Branch: perl
2470            ! doio.c
2471 ____________________________________________________________________________
2472 [  7356] By: jhi                                   on 2000/10/17  23:29:41
2473         Log: Show the failed remote port, instead of the failing line number.
2474              
2475              Subject: [PATCH 5.6.1 Debugger] More diagnostics
2476              From: David Sparks <daves@ActiveState.com>
2477              Date: Tue, 17 Oct 2000 15:00:24 -0700
2478              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
2479      Branch: perl
2480            ! lib/perl5db.pl
2481 ____________________________________________________________________________
2482 [  7355] By: jhi                                   on 2000/10/17  14:11:31
2483         Log: On output try to downgrade to bytes, croak if impossible,
2484              from Simon Cozens.  This means that outputting >255 UTF8
2485              is impossible.  Consider this as a strong incentive to get
2486              the I/O disciplines implemented.
2487      Branch: perl
2488            ! doio.c pod/perldiag.pod sv.c
2489 ____________________________________________________________________________
2490 [  7354] By: jhi                                   on 2000/10/17  13:42:23
2491         Log: Clarify documentation on 'use bytes'.
2492              
2493              Subject: Re: What does 'use bytes' "mean" ?
2494              From: Simon Cozens <simon@cozens.net>
2495              Date: Mon, 18 Sep 2000 18:24:25 +0100
2496              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
2497      Branch: perl
2498            ! lib/bytes.pm
2499 ____________________________________________________________________________
2500 [  7353] By: jhi                                   on 2000/10/17  13:28:12
2501         Log: Workaround for a sfio bug where the stream error indicator
2502              is not cleared as documented.
2503              
2504              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
2505              From: Nicholas Clark <nick@ccl4.org>
2506              Date: Mon, 16 Oct 2000 18:28:23 +0100
2507              Message-ID: <20001016182823.J19700@plum.flirble.org>
2508      Branch: perl
2509            ! doio.c
2510 ____________________________________________________________________________
2511 [  7352] By: jhi                                   on 2000/10/17  13:06:19
2512         Log: More IoTYPE sprinkling.
2513      Branch: perl
2514            ! doio.c pp_hot.c
2515 ____________________________________________________________________________
2516 [  7351] By: jhi                                   on 2000/10/16  22:47:07
2517         Log: Detect early whether the std streams have gone bad.
2518              
2519              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
2520              Date: Mon, 16 Oct 2000 23:28:42 +0100
2521              From: Nicholas Clark <nick@ccl4.org>
2522              Message-ID: <20001016232842.A37942@plum.flirble.org>
2523      Branch: perl
2524            ! t/op/misc.t
2525 ____________________________________________________________________________
2526 [  7350] By: jhi                                   on 2000/10/16  22:45:16
2527         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
2528              From: "Peter J. Farley III" <pjfarley@banet.net>
2529              Date: Mon, 16 Oct 2000 18:15:59 -0400
2530              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
2531      Branch: perl
2532            ! djgpp/djgpp.c dosish.h t/io/open.t
2533 ____________________________________________________________________________
2534 [  7349] By: jhi                                   on 2000/10/16  22:36:45
2535         Log: perldelta tweak.
2536      Branch: perl
2537            ! pod/perldelta.pod
2538 ____________________________________________________________________________
2539 [  7348] By: jhi                                   on 2000/10/16  15:17:53
2540         Log: Update Changes.
2541      Branch: perl
2542            ! Changes patchlevel.h
2543 ____________________________________________________________________________
2544 [  7347] By: jhi                                   on 2000/10/16  13:55:27
2545         Log: Add the capability to include/exclude branches.
2546      Branch: perl
2547            ! Porting/genlog
2548 ____________________________________________________________________________
2549 [  7346] By: jhi                                   on 2000/10/16  13:18:04
2550         Log: Add Charles Lane.
2551      Branch: perl
2552            ! AUTHORS Changes
2553 ____________________________________________________________________________
2554 [  7345] By: jhi                                   on 2000/10/16  13:13:21
2555         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
2556      Branch: perl
2557            ! pod/perldelta.pod
2558 ____________________________________________________________________________
2559 [  7244] By: jhi                                   on 2000/10/16  02:29:54
2560         Log: Subject: $Carp::ExportLevel confusion in Exporter
2561              From: "Ben Tilly" <ben_tilly@hotmail.com>
2562              Date: Sat, 14 Oct 2000 16:44:34 EDT
2563              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
2564      Branch: perl
2565            ! lib/Exporter/Heavy.pm
2566 ____________________________________________________________________________
2567 [  7243] By: jhi                                   on 2000/10/16  02:28:33
2568         Log: Subject: [PATCH perlguts.pod] Document offset hack
2569              From: Simon Cozens <simon@cozens.net>
2570              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
2571              Date: Sat, 14 Oct 2000 19:32:25 +0100
2572      Branch: perl
2573            ! pod/perlguts.pod
2574 ____________________________________________________________________________
2575 [  7241] By: jhi                                   on 2000/10/16  02:22:44
2576         Log: Subject: small pod patch
2577              From: Dan Boorstein <dan_boo@bellsouth.net>
2578              Date: Sat, 14 Oct 2000 14:29:24 -0400
2579              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
2580      Branch: perl
2581            ! pod/perlfaq7.pod pod/perlmod.pod
2582 ____________________________________________________________________________
2583 [  7240] By: jhi                                   on 2000/10/16  02:13:46
2584         Log: -w cleanup.
2585              
2586              Subject: Re: Problems with bleadperl 
2587              From: "Stephen P. Potter" <spp@ds.net>
2588              Date: Fri, 13 Oct 2000 13:32:49 -0400
2589              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
2590      Branch: perl
2591            ! t/pragma/overload.t
2592 ____________________________________________________________________________
2593 [  7239] By: jhi                                   on 2000/10/16  01:41:18
2594         Log: One more ~utf8 tweak.
2595      Branch: perl
2596            ! t/op/bop.t
2597 ____________________________________________________________________________
2598 [  7238] By: jhi                                   on 2000/10/16  01:34:14
2599         Log: Tweak the test of #7235.
2600      Branch: perl
2601            ! t/op/bop.t
2602 ____________________________________________________________________________
2603 [  7237] By: jhi                                   on 2000/10/16  01:25:04
2604         Log: Fix a couple of compiler-noted nits in #7235.
2605      Branch: perl
2606            ! pp.c
2607 ____________________________________________________________________________
2608 [  7236] By: jhi                                   on 2000/10/16  01:22:46
2609         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
2610      Branch: perl
2611            ! pp.c pp_hot.c
2612 ____________________________________________________________________________
2613 [  7235] By: jhi                                   on 2000/10/15  16:24:44
2614         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2615              
2616              From: Simon Cozens <simon@cozens.net>
2617              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
2618              Date: Sat, 14 Oct 2000 20:52:13 +0100
2619              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
2620      Branch: perl
2621            ! pp.c t/op/bop.t utf8.h
2622 ____________________________________________________________________________
2623 [  7234] By: jhi                                   on 2000/10/15  15:19:29
2624         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
2625              The problem was that rx->minlen was in chars while pp_split()
2626              thought it would be in bytes. 
2627      Branch: perl
2628            ! pp.c t/pragma/utf8.t
2629 ____________________________________________________________________________
2630 [  7233] By: jhi                                   on 2000/10/14  20:24:24
2631         Log: Document FNCASE=y as discussed in the bug 20000902.009.
2632      Branch: perl
2633            ! README.dos
2634 ____________________________________________________________________________
2635 [  7232] By: jhi                                   on 2000/10/14  18:52:21
2636         Log: Add test for bug id 20000427.003 (which seems to have
2637              been fixed) (also duplicate as 20000427.004, though
2638              with a higher severity).  Move one utf8 from op/append
2639              to pragma/utf8, tag the tests with bug ids.
2640      Branch: perl
2641            ! t/op/append.t t/pragma/utf8.t
2642 ____________________________________________________________________________
2643 [  7231] By: jhi                                   on 2000/10/14  17:28:37
2644         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
2645      Branch: perl
2646            ! t/pragma/utf8.t
2647 ____________________________________________________________________________
2648 [  7230] By: jhi                                   on 2000/10/14  14:24:50
2649         Log: Needs to be conditional on SunOS 4.
2650              
2651              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
2652              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2653              Date: Sat, 14 Oct 2000 13:37:49 +0100
2654              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
2655      Branch: metaconfig/U/perl
2656            ! End.U
2657      Branch: perl
2658            ! Configure myconfig.SH pod/perldelta.pod
2659 ____________________________________________________________________________
2660 [  7229] By: jhi                                   on 2000/10/14  00:49:22
2661         Log: Update Changes.
2662      Branch: perl
2663            ! Changes patchlevel.h
2664 ____________________________________________________________________________
2665 [  7228] By: jhi                                   on 2000/10/14  00:46:10
2666         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
2667              From: Peter Prymmer <pvhp@forte.com>
2668              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
2669              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
2670      Branch: perl
2671            ! lib/utf8.pm
2672 ____________________________________________________________________________
2673 [  7227] By: jhi                                   on 2000/10/13  23:20:30
2674         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
2675      Branch: perl
2676            ! t/op/tie.t
2677 ____________________________________________________________________________
2678 [  7226] By: jhi                                   on 2000/10/13  22:14:32
2679         Log: Tweak #7225.
2680              
2681              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
2682              From: Peter Prymmer <pvhp@forte.com>
2683              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
2684              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
2685      Branch: perl
2686            ! t/op/sprintf.t
2687 ____________________________________________________________________________
2688 [  7225] By: jhi                                   on 2000/10/13  22:11:31
2689         Log: op/sprintf.t patch for OS/390 (and any other host with limited
2690              floating-point exponent length)
2691              
2692              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
2693              From: Dominic Dunlop <domo@computer.org>
2694              Date: Fri, 13 Oct 2000 19:17:57 +0200
2695              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
2696      Branch: perl
2697            ! t/op/sprintf.t
2698 ____________________________________________________________________________
2699 [  7224] By: jhi                                   on 2000/10/13  18:40:48
2700         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
2701      Branch: perl
2702            ! toke.c
2703 ____________________________________________________________________________
2704 [  7223] By: jhi                                   on 2000/10/13  18:37:13
2705         Log: Thinko in #7222.
2706      Branch: perl
2707            ! utf8.c
2708 ____________________________________________________________________________
2709 [  7222] By: jhi                                   on 2000/10/13  18:05:23
2710         Log: Use UTF8SKIP(), from Simon Cozens.
2711      Branch: perl
2712            ! utf8.c
2713 ____________________________________________________________________________
2714 [  7221] By: jhi                                   on 2000/10/13  15:43:19
2715         Log: (accidentally empty check-in)
2716      Branch: perl
2717            ! utf8.c
2718 ____________________________________________________________________________
2719 [  7220] By: jhi                                   on 2000/10/13  15:23:51
2720         Log: Add (optimistically) Storable to static extensions.
2721      Branch: perl
2722            ! hints/uwin.sh hints/vmesa.sh
2723 ____________________________________________________________________________
2724 [  7219] By: jhi                                   on 2000/10/13  15:20:05
2725         Log: Amdahl UTS doesn't seem to do dynaloading.
2726      Branch: perl
2727            ! hints/uts.sh
2728 ____________________________________________________________________________
2729 [  7218] By: jhi                                   on 2000/10/13  15:15:20
2730         Log: Slight tweak of the code to appease Amdahl UTS cc.
2731      Branch: perl
2732            ! pp.c
2733 ____________________________________________________________________________
2734 [  7217] By: jhi                                   on 2000/10/13  14:50:42
2735         Log: In Amdahl UTS "struct sv" is defined by a system header,
2736              <ksync.h>.
2737      Branch: perl
2738            ! perl.h sv.h
2739 ____________________________________________________________________________
2740 [  7216] By: jhi                                   on 2000/10/13  11:58:25
2741         Log: Ilya implemented the memory profiling API.
2742      Branch: perl
2743            ! Todo
2744 ____________________________________________________________________________
2745 [  7215] By: jhi                                   on 2000/10/13  02:56:38
2746         Log: Subject: [PATCH 5.7.0] Perl API for mstats
2747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2748              Date: Thu, 12 Oct 2000 22:52:40 -0400
2749              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
2750      Branch: perl
2751            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
2752 ____________________________________________________________________________
2753 [  7214] By: jhi                                   on 2000/10/13  02:55:38
2754         Log: Subject: [PATCH 5.7.0] IVs in mtats
2755              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2756              Date: Thu, 12 Oct 2000 22:51:04 -0400
2757              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
2758      Branch: perl
2759            ! malloc.c perl.h
2760 ____________________________________________________________________________
2761 [  7213] By: jhi                                   on 2000/10/13  02:31:47
2762         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
2763      Branch: perl
2764            ! pod/perldiag.pod pp_sys.c
2765 ____________________________________________________________________________
2766 [  7212] By: jhi                                   on 2000/10/13  01:27:38
2767         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
2768              From: Peter Prymmer <pvhp@forte.com>
2769              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
2770              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
2771      Branch: perl
2772            ! t/op/oct.t
2773 ____________________________________________________________________________
2774 [  7211] By: jhi                                   on 2000/10/13  00:35:09
2775         Log: Update Changes.
2776      Branch: perl
2777            ! Changes patchlevel.h
2778 ____________________________________________________________________________
2779 [  7210] By: jhi                                   on 2000/10/12  23:59:40
2780         Log: The Install.pm third of
2781              
2782              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
2783              From: Bill Campbell <bill@celestial.com>
2784              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
2785              Date: Thu, 5 Oct 2000 18:04:51 -0700
2786      Branch: perl
2787            ! lib/ExtUtils/Install.pm
2788 ____________________________________________________________________________
2789 [  7209] By: jhi                                   on 2000/10/12  23:58:43
2790         Log: Two thirds of
2791              
2792              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
2793              Date: Thu, 5 Oct 2000 18:04:51 -0700
2794              From: Bill Campbell <bill@celestial.com>
2795              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
2796              
2797              The Install.pm changes will be submitted separately because
2798              they need some work and discussion still.
2799      Branch: perl
2800            ! lib/getopts.pl lib/termcap.pl
2801 ____________________________________________________________________________
2802 [  7208] By: jhi                                   on 2000/10/12  23:41:19
2803         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
2804              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2805              Date:     Thu, 12 Oct 2000 07:30:02 EDT
2806              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
2807      Branch: perl
2808            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
2809            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
2810 ____________________________________________________________________________
2811 [  7207] By: jhi                                   on 2000/10/12  23:39:01
2812         Log: An updated EBCDIC tr patch.
2813              
2814              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
2815              From: Peter Prymmer <pvhp@forte.com>
2816              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
2817              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
2818      Branch: perl
2819            ! t/op/tr.t
2820 ____________________________________________________________________________
2821 [  7206] By: jhi                                   on 2000/10/12  23:34:55
2822         Log: Upgrade to CPAN 1.58, from Andreas König.
2823      Branch: perl
2824            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2825 ____________________________________________________________________________
2826 [  7205] By: jhi                                   on 2000/10/12  23:29:08
2827         Log: Introduce the man[24-8] variables, from Andy Dougherty.
2828      Branch: metaconfig/U/perl
2829            + mandirs.U mandirstyle.U
2830      Branch: perl
2831            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2832            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
2833            ! vos/config.h vos/config.pl vos/config_h.SH_orig
2834            ! win32/config.bc win32/config.gc win32/config.vc
2835 ____________________________________________________________________________
2836 [  7204] By: gsar                                  on 2000/10/12  18:11:24
2837         Log: restore change#7202
2838      Branch: perl
2839            ! mg.c
2840 ____________________________________________________________________________
2841 [  7203] By: gsar                                  on 2000/10/12  18:09:40
2842         Log: another test of the Emergency Broadcast System--back out 
2843              change#7202
2844      Branch: perl
2845            ! mg.c
2846 ____________________________________________________________________________
2847 [  7202] By: gsar                                  on 2000/10/12  16:40:47
2848         Log: (submitted on behalf of Jarkko)
2849              Fix the lib/encode.t subtest 6 failure as reported by Andreas
2850              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
2851              was unearthed by change 7182, as was a bug in HTML::Entities.
2852      Branch: perl
2853            ! mg.c
2854 ____________________________________________________________________________
2855 [  7201] By: jhi                                   on 2000/10/11  03:16:05
2856         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
2857      Branch: perl
2858            ! pp_hot.c t/pragma/utf8.t
2859 ____________________________________________________________________________
2860 [  7200] By: jhi                                   on 2000/10/11  00:40:30
2861         Log: The #7198 was a false alarm.
2862      Branch: perl
2863            ! pp_hot.c
2864 ____________________________________________________________________________
2865 [  7199] By: jhi                                   on 2000/10/11  00:26:04
2866         Log: Remove duplicated code.
2867      Branch: perl
2868            ! t/lib/cgi-html.t
2869 ____________________________________________________________________________
2870 [  7198] By: jhi                                   on 2000/10/10  23:30:46
2871         Log: (Retracted by #7200.)
2872      Branch: perl
2873            ! pp_hot.c
2874 ____________________________________________________________________________
2875 [  7197] By: jhi                                   on 2000/10/10  21:49:30
2876         Log: Add the test case for #7190, from the original bug report
2877              by Andreas König.
2878      Branch: perl
2879            ! t/pragma/utf8.t
2880 ____________________________________________________________________________
2881 [  7196] By: jhi                                   on 2000/10/10  21:40:49
2882         Log: Reapply Andy's patch and regen Configure.
2883      Branch: perl
2884            ! Configure INSTALL Makefile.SH Porting/Glossary
2885            ! Porting/config.sh config_h.SH epoc/config.sh installperl
2886            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
2887            ! win32/config.vc
2888 ____________________________________________________________________________
2889 [  7195] By: jhi                                   on 2000/10/10  21:09:30
2890         Log: Use the versiononly instead of the installscripts,
2891              retract the changes 7146 and 7147.
2892      Branch: perl
2893            ! Configure INSTALL Makefile.SH Porting/Glossary
2894            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
2895            ! installperl uconfig.sh vos/config.def win32/config.bc
2896            ! win32/config.gc win32/config.vc
2897 ____________________________________________________________________________
2898 [  7194] By: jhi                                   on 2000/10/10  21:06:15
2899         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
2900              From: Peter Prymmer <pvhp@forte.com>
2901              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
2902              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
2903      Branch: perl
2904            ! t/op/ver.t
2905 ____________________________________________________________________________
2906 [  7193] By: jhi                                   on 2000/10/10  21:05:12
2907         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
2908              From: Peter Prymmer <pvhp@forte.com>
2909              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
2910              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
2911      Branch: perl
2912            ! t/op/tr.t
2913 ____________________________________________________________________________
2914 [  7191] By: jhi                                   on 2000/10/10  19:41:21
2915         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
2916              From: Peter Prymmer <pvhp@forte.com>
2917              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
2918              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
2919      Branch: perl
2920            ! pod/perlebcdic.pod
2921 ____________________________________________________________________________
2922 [  7190] By: jhi                                   on 2000/10/10  19:26:14
2923         Log: Subject: Re: utf8 concat, mg_get
2924              From: Simon Cozens <simon@cozens.net>
2925              Date: Tue, 10 Oct 2000 17:40:17 +0100
2926              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
2927      Branch: perl
2928            ! pp_hot.c
2929 ____________________________________________________________________________
2930 [  7189] By: jhi                                   on 2000/10/10  19:23:03
2931         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
2932              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
2933              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
2934              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
2935      Branch: perl
2936            ! lib/ExtUtils/MM_Unix.pm
2937 ____________________________________________________________________________
2938 [  7188] By: jhi                                   on 2000/10/10  15:31:24
2939         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
2940              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2941              Date: Fri, 14 Jul 2000 10:47:36 +0100
2942              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
2943      Branch: perl
2944            ! README.win32
2945 ____________________________________________________________________________
2946 [  7187] By: jhi                                   on 2000/10/10  13:30:10
2947         Log: Quote the temp file name, needed in Win32 because the
2948              default name unfortunately contains spaces, shouldn't
2949              hurt elsewhere.
2950              
2951              Subject: FW: perldoc fails if $TEMP contains spaces
2952              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2953              Date: Thu, 14 Sep 2000 08:58:45 +0100
2954              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
2955      Branch: perl
2956            ! utils/perldoc.PL
2957 ____________________________________________________________________________
2958 [  7186] By: jhi                                   on 2000/10/10  13:16:27
2959         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
2960              From: hv@hugo.hybyte.com
2961              Date: Tue, 10 Oct 2000 14:10:20 +0100
2962              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
2963      Branch: perl
2964            ! t/lib/thr5005.t util.c
2965 ____________________________________________________________________________
2966 [  7185] By: jhi                                   on 2000/10/10  12:06:22
2967         Log: Upgrade to podlators 1.04, from Russ Allbery.
2968      Branch: perl
2969            ! lib/Pod/Man.pm lib/Pod/Text.pm
2970 ____________________________________________________________________________
2971 [  7184] By: jhi                                   on 2000/10/10  12:01:32
2972         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
2973      Branch: perl
2974            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
2975 ____________________________________________________________________________
2976 [  7183] By: jhi                                   on 2000/10/09  23:47:15
2977         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
2978              From: Peter Prymmer <pvhp@forte.com>
2979              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
2980              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
2981      Branch: perl
2982            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
2983 ____________________________________________________________________________
2984 [  7182] By: jhi                                   on 2000/10/09  23:43:16
2985         Log: Make eq work again with utf8 (disabling the upgrading
2986              should no more be necessary since the copies of the
2987              scalars are upgraded, not the scalars themselves).
2988              Takes care of ID 20001009.001.  (The claimed length()
2989              bug in 20001009.001 seems bogus to me.)
2990      Branch: perl
2991            ! sv.c t/pragma/utf8.t
2992 ____________________________________________________________________________
2993 [  7181] By: gsar                                  on 2000/10/09  19:41:54
2994         Log: tweak for change#7173
2995      Branch: perl
2996            ! win32/win32sck.c
2997 ____________________________________________________________________________
2998 [  7180] By: gsar                                  on 2000/10/09  19:26:56
2999         Log: on Windows, clean targets might not work under some flavors of the shell
3000      Branch: perl
3001            ! win32/Makefile win32/makefile.mk
3002 ____________________________________________________________________________
3003 [  7179] By: jhi                                   on 2000/10/09  19:21:02
3004         Log: Update Changes.
3005      Branch: perl
3006            ! Changes patchlevel.h
3007 ____________________________________________________________________________
3008 [  7178] By: jhi                                   on 2000/10/09  19:18:23
3009         Log: Warn about unknown scripts.
3010              
3011              Subject: Re: ideas? patches? [PATCH bleadperl]
3012              From: Dominic Dunlop <domo@computer.org>
3013              Date: Mon, 9 Oct 2000 14:57:17 +0200
3014              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
3015      Branch: perl
3016            ! lib/charnames.pm
3017 ____________________________________________________________________________
3018 [  7177] By: jhi                                   on 2000/10/09  19:13:27
3019         Log: Change #7160 had a nasty typo.
3020      Branch: metaconfig
3021            ! U/compline/Compile.U
3022      Branch: perl
3023            ! Configure config_h.SH
3024 ____________________________________________________________________________
3025 [  7176] By: gsar                                  on 2000/10/09  18:59:33
3026         Log: pod nit
3027      Branch: perl
3028            ! pod/perlport.pod
3029 ____________________________________________________________________________
3030 [  7175] By: gsar                                  on 2000/10/09  18:54:28
3031         Log: Windows9x doesn't support link(), despite what Config.pm
3032              might think
3033      Branch: perl
3034            ! lib/ExtUtils/Manifest.pm
3035 ____________________________________________________________________________
3036 [  7174] By: gsar                                  on 2000/10/09  18:50:03
3037         Log: avoid nonportable example code
3038      Branch: perl
3039            ! lib/File/Copy.pm
3040 ____________________________________________________________________________
3041 [  7173] By: gsar                                  on 2000/10/09  18:46:54
3042         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
3043              being used) when closing a socket handle
3044      Branch: perl
3045            ! win32/win32.c win32/win32.h win32/win32sck.c
3046 ____________________________________________________________________________
3047 [  7172] By: gsar                                  on 2000/10/09  18:41:40
3048         Log: on Windows, cwd strings in the environment should be of the
3049              form =X:=X:\foo instead of =X=X:\foo\
3050      Branch: perl
3051            ! win32/vdir.h
3052 ____________________________________________________________________________
3053 [  7171] By: gsar                                  on 2000/10/09  18:30:09
3054         Log: on Windows, LoadLibrary() could load an extension DLL multiple
3055              times if forward slashes are used in the path
3056      Branch: perl
3057            ! win32/win32.c
3058 ____________________________________________________________________________
3059 [  7170] By: jhi                                   on 2000/10/09  17:53:59
3060         Log: Add a todo note about overloadable assertions.
3061      Branch: perl
3062            ! Todo-5.6
3063 ____________________________________________________________________________
3064 [  7169] By: jhi                                   on 2000/10/09  13:43:45
3065         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
3066              From: mjd@plover.com
3067              Date: 9 Oct 2000 00:24:44 -0000
3068              Message-ID: <20001009002444.10616.qmail@plover.com>
3069      Branch: perl
3070            ! pod/perldebguts.pod
3071 ____________________________________________________________________________
3072 [  7168] By: nick                                  on 2000/10/08  13:16:33
3073         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
3074              is not right thing to do on (e.g. x86). Network order is also "right" for
3075              X fonts.
3076      Branch: perl
3077            ! ext/Encode/Encode.pm
3078 ____________________________________________________________________________
3079 [  7167] By: nick                                  on 2000/10/08  12:54:42
3080         Log: Make "encodings" work post-install when Encode/*.enc files may not
3081              be in same directory as Encode.pm
3082      Branch: perl
3083            ! ext/Encode/Encode.pm
3084 ____________________________________________________________________________
3085 [  7166] By: nick                                  on 2000/10/08  11:51:26
3086         Log: Work round the fact that $hash->{$key} does not take into account
3087              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
3088              so that key is always in the "expected" encoding - i.e. same way we put
3089              it in the hash.
3090      Branch: perl
3091            ! ext/Encode/Encode.pm
3092 ____________________________________________________________________________
3093 [  7165] By: gsar                                  on 2000/10/08  04:15:29
3094         Log: save_re_context() could reset PL_curcop to freed memory, causing core
3095              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
3096      Branch: perl
3097            ! pp_ctl.c
3098 ____________________________________________________________________________
3099 [  7164] By: jhi                                   on 2000/10/06  20:51:48
3100         Log: UTF8ize split() so that the cloned substrings get the UTF8
3101              flag of the original scalar.  Problem reported by Simon Cozens.
3102      Branch: perl
3103            ! pp.c t/pragma/utf8.t
3104 ____________________________________________________________________________
3105 [  7163] By: nick                                  on 2000/10/06  20:48:34
3106         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
3107              got a false +ve and so did not reach code which would have un-FAKEd the SV.
3108      Branch: perl
3109            ! sv.c
3110 ____________________________________________________________________________
3111 [  7162] By: nick                                  on 2000/10/06  20:25:37
3112         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
3113              To fix  (sort {$a <=> $b} keys %hash) in particular but
3114              should cover a number of other as-yet-unknown cases as well.
3115      Branch: perl
3116            ! sv.c
3117 ____________________________________________________________________________
3118 [  7161] By: jhi                                   on 2000/10/06  19:56:18
3119         Log: Change the version number of Tie::Handle in the core to 4.0,
3120              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
3121              
3122              Subject: Note on Tie::Handle
3123              From: andreas.koenig@anima.de (Andreas J. Koenig)
3124              Date:      06 Oct 2000 21:48:58 +0200
3125              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
3126      Branch: perl
3127            ! lib/Tie/Handle.pm
3128 ____________________________________________________________________________
3129 [  7160] By: jhi                                   on 2000/10/06  18:20:35
3130         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
3131              as the first option of cc/ld because of ultrapicky compilers
3132              (e.g. OS/390 R2.5)
3133      Branch: metaconfig
3134            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
3135            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
3136            ! U/compline/orderlib.U U/modified/Cppsym.U
3137            ! U/modified/d_access.U
3138      Branch: metaconfig/U/perl
3139            ! Checkcc.U d_dlsymun.U gccvers.U
3140      Branch: perl
3141            ! Configure config_h.SH
3142 ____________________________________________________________________________
3143 [  7159] By: jhi                                   on 2000/10/06  13:56:39
3144         Log: Update Changes.
3145      Branch: perl
3146            ! Changes patchlevel.h
3147 ____________________________________________________________________________
3148 [  7158] By: jhi                                   on 2000/10/06  12:48:40
3149         Log: Eliminate $Is_VMS code from the test.
3150              
3151              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
3152              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3153              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
3154              Date:     Thu, 5 Oct 2000 07:46:33 EDT
3155      Branch: perl
3156            ! t/lib/b.t
3157 ____________________________________________________________________________
3158 [  7157] By: jhi                                   on 2000/10/06  12:47:13
3159         Log: Also the $ccflags is needed for the C compiler check.
3160              
3161              Subject: Configure (check for C-compiler)
3162              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3163              Date: Fri, 06 Oct 2000 08:47:15 +0200
3164              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
3165      Branch: metaconfig/U/perl
3166            ! Checkcc.U
3167      Branch: perl
3168            ! Configure config_h.SH
3169 ____________________________________________________________________________
3170 [  7156] By: jhi                                   on 2000/10/06  11:45:15
3171         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
3172      Branch: perl
3173            ! perl.c pp_ctl.c sv.h utf8.c
3174 ____________________________________________________________________________
3175 [  7155] By: jhi                                   on 2000/10/06  11:40:41
3176         Log: IO::Handle->syswrite() did not handle length omission
3177              like CORE::syswrite() does.
3178              
3179              Subject: [Fwd] IO::Handle, syswrite and arguments
3180              From: Graham Barr <gbarr@pobox.com>
3181              Date: Fri, 6 Oct 2000 10:22:05 +0100
3182              Message-ID: <20001006102205.U6312@pobox.com>
3183              
3184              The original patch from andrew@ugh.net.au.
3185      Branch: perl
3186            ! ext/IO/lib/IO/Handle.pm
3187 ____________________________________________________________________________
3188 [  7154] By: jhi                                   on 2000/10/06  01:42:15
3189         Log: Tweak #7153.
3190      Branch: perl
3191            ! utf8.h
3192 ____________________________________________________________________________
3193 [  7153] By: jhi                                   on 2000/10/06  00:39:55
3194         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
3195      Branch: perl
3196            ! utf8.h
3197 ____________________________________________________________________________
3198 [  7152] By: jhi                                   on 2000/10/06  00:38:11
3199         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
3200      Branch: perl
3201            ! perl.c pp_ctl.c sv.h utf8.c
3202 ____________________________________________________________________________
3203 [  7151] By: jhi                                   on 2000/10/06  00:36:38
3204         Log: Subject: Re: Questions about Tie::Array and perl modules
3205              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3206              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
3207              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
3208              
3209              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
3210      Branch: perl
3211            ! lib/Tie/Array.pm t/op/array.t
3212 ____________________________________________________________________________
3213 [  7150] By: jhi                                   on 2000/10/05  00:20:45
3214         Log: Regen Changes.
3215      Branch: perl
3216            ! Changes patchlevel.h
3217 ____________________________________________________________________________
3218 [  7149] By: jhi                                   on 2000/10/05  00:20:01
3219         Log: Regen toc.
3220      Branch: perl
3221            ! pod/perltoc.pod
3222 ____________________________________________________________________________
3223 [  7148] By: jhi                                   on 2000/10/04  23:35:08
3224         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
3225              reported several times by Dominic Dunlop, for example in
3226              ID 20000315.008.  Patch from Dominic.  Patch affects at
3227              least MachTen, and possibly other oldish BSDs. Should not
3228              break non-broken platforms (tested on LinuxPPC). 
3229      Branch: perl
3230            ! doio.c
3231 ____________________________________________________________________________
3232 [  7146] By: jhi                                   on 2000/10/04  23:25:04
3233         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
3234              suggested by H. Merijn Brand.
3235      Branch: perl
3236            ! Configure INSTALL Makefile.SH Porting/Glossary
3237            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
3238            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
3239            ! win32/config.vc
3240 ____________________________________________________________________________
3241 [  7145] By: jhi                                   on 2000/10/04  22:08:21
3242         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
3243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3244              Date: Wed, 4 Oct 2000 17:37:46 -0400
3245              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
3246      Branch: perl
3247            ! utils/h2xs.PL
3248 ____________________________________________________________________________
3249 [  7144] By: jhi                                   on 2000/10/04  18:11:41
3250         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
3251              From: Jeff Pinyan <jeffp@crusoe.net>
3252              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
3253              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
3254      Branch: perl
3255            ! pod/perlrun.pod
3256 ____________________________________________________________________________
3257 [  7143] By: jhi                                   on 2000/10/04  18:09:58
3258         Log: Subject: perlhack.pod Patch for Externals Tools
3259              From: Fisher Mark <fisherm@tce.com>
3260              Date: Tue, 3 Oct 2000 15:43:27 -0500 
3261              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
3262      Branch: perl
3263            ! pod/perlhack.pod
3264 ____________________________________________________________________________
3265 [  7142] By: jhi                                   on 2000/10/04  18:08:41
3266         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
3267              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3268              Date:     Wed, 4 Oct 2000 12:11:11 EDT
3269              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
3270      Branch: perl
3271            ! vms/vms.c
3272 ____________________________________________________________________________
3273 [  7141] By: jhi                                   on 2000/10/04  12:20:16
3274         Log: Subject: [PATCH 5.7.0] h2xs not working
3275              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3276              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
3277              Date: Tue, 3 Oct 2000 21:43:01 -0400
3278              
3279              Subject: [PATCH 5.7.0] h2xs not documenting the created module
3280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3281              Date: Tue, 3 Oct 2000 22:55:19 -0400
3282              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
3283      Branch: perl
3284            ! utils/h2xs.PL
3285 ____________________________________________________________________________
3286 [  7140] By: jhi                                   on 2000/10/04  11:53:44
3287         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
3288              From: nick@babyhippo.com
3289              Date: Wed, 4 Oct 2000 12:06:45 +0100
3290              Message-Id: <20001004120645.A7356@babyhippo.com>
3291              
3292              Retract 7118 and 7135.
3293      Branch: perl
3294            ! installman installperl op.c t/pragma/subs.t
3295 ____________________________________________________________________________
3296 [  7139] By: jhi                                   on 2000/10/03  22:09:41
3297         Log: It is possible to have no hosts database at all.  Pointed out in
3298              
3299              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
3300              From: Peter Prymmer <pvhp@forte.com>
3301              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
3302              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
3303      Branch: metaconfig
3304            ! U/modified/myhostname.U
3305      Branch: perl
3306            ! Configure config_h.SH
3307 ____________________________________________________________________________
3308 [  7138] By: jhi                                   on 2000/10/03  21:49:49
3309         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
3310              From: Peter Prymmer <pvhp@forte.com>
3311              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
3312              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
3313      Branch: perl
3314            ! pp_sys.c
3315 ____________________________________________________________________________
3316 [  7137] By: jhi                                   on 2000/10/03  20:10:05
3317         Log: One remaining nit less at the VMS mailbox sizing.
3318      Branch: perl
3319            ! vms/vms.c
3320 ____________________________________________________________________________
3321 [  7136] By: jhi                                   on 2000/10/03  20:08:47
3322         Log: Test harness update to sync with the new perlcc,
3323              from Simon Cozens.
3324      Branch: perl
3325            ! t/TEST t/UTEST
3326 ____________________________________________________________________________
3327 [  7135] By: jhi                                   on 2000/10/03  15:15:42
3328         Log: Subject: Re: PATCH for 20001003.004
3329              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
3330              From: "AARON B. DOSSETT" <aaron@iglou.com>
3331              Message-Id: <E13gTay-0006od-00@iglou.com>
3332      Branch: perl
3333            ! installman installperl
3334 ____________________________________________________________________________
3335 [  7134] By: jhi                                   on 2000/10/03  15:00:34
3336         Log: Subject: [ID 20001003.006] B::Debug not -w clean
3337              From: Nicholas Clark <nick@babyhippo.co.uk>
3338              Date: Tue, 03 Oct 2000 15:46:32 +0100
3339              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
3340      Branch: perl
3341            ! ext/B/B/Debug.pm
3342 ____________________________________________________________________________
3343 [  7133] By: jhi                                   on 2000/10/03  14:58:39
3344         Log: Scale down the VMS message boxes, by Charles Lane.
3345              Fix for ID 20000903.009, workaround at
3346              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
3347      Branch: perl
3348            ! vms/vms.c
3349 ____________________________________________________________________________
3350 [  7132] By: jhi                                   on 2000/10/03  11:20:37
3351         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
3352      Branch: perl
3353            + t/lib/st-lock.t t/lib/st-utf8.t
3354            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
3355            ! ext/Storable/Storable.xs t/lib/st-recurse.t
3356 ____________________________________________________________________________
3357 [  7131] By: jhi                                   on 2000/10/03  03:38:23
3358         Log: Encode nits.
3359      Branch: perl
3360            ! MANIFEST Makefile.SH
3361 ____________________________________________________________________________
3362 [  7130] By: jhi                                   on 2000/10/03  03:31:05
3363         Log: Update Changes.
3364      Branch: perl
3365            ! Changes patchlevel.h
3366 ____________________________________________________________________________
3367 [  7129] By: jhi                                   on 2000/10/03  02:24:02
3368         Log: Misplaced else.
3369      Branch: metaconfig/U/perl
3370            ! d_strtoll.U
3371      Branch: perl
3372            ! Configure config_h.SH
3373 ____________________________________________________________________________
3374 [  7128] By: jhi                                   on 2000/10/03  02:08:29
3375         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
3376              From: sthoenna@efn.org
3377              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
3378              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
3379      Branch: metaconfig/U/perl
3380            ! d_strtoll.U
3381      Branch: perl
3382            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
3383 ____________________________________________________________________________
3384 [  7127] By: jhi                                   on 2000/10/03  01:13:14
3385         Log: Update Changes.
3386      Branch: perl
3387            ! Changes patchlevel.h
3388 ____________________________________________________________________________
3389 [  7126] By: jhi                                   on 2000/10/03  00:57:08
3390         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
3391              as suggested by Olaf Flebbe and Nick Clark.
3392      Branch: perl
3393            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
3394 ____________________________________________________________________________
3395 [  7125] By: jhi                                   on 2000/10/03  00:50:56
3396         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
3397              From: Nick Clark <nick@plum.flirble.org>
3398              Date: Mon, 2 Oct 2000 11:03:24 +0100
3399              Message-Id: <20001002110324.D20073@plum.flirble.org>
3400              
3401              Also fixes bug ID 20001002.005.
3402      Branch: perl
3403            ! t/lib/encode.t
3404 ____________________________________________________________________________
3405 [  7124] By: jhi                                   on 2000/10/03  00:34:59
3406         Log: Subject: [PATCH 5.7.0] Epoc update
3407              From: Olaf Flebbe <o.flebbe@gmx.de>
3408              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
3409              Message-ID: <26423.969484586@www10.gmx.net>
3410      Branch: perl
3411            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
3412            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
3413            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
3414            ! util.c util.h
3415 ____________________________________________________________________________
3416 [  7123] By: jhi                                   on 2000/10/03  00:30:07
3417         Log: Regen headers.
3418      Branch: perl
3419            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
3420 ____________________________________________________________________________
3421 [  7122] By: jhi                                   on 2000/10/03  00:10:48
3422         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
3423      Branch: perl
3424            ! hints/openbsd.sh
3425 ____________________________________________________________________________
3426 [  7121] By: jhi                                   on 2000/10/03  00:05:06
3427         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
3428              From: <abigail@foad.org>
3429              Date: Tue, 26 Sep 2000 13:36:14 -0400
3430              Message-ID: <20000926173614.4356.qmail@foad.org>
3431      Branch: perl
3432            ! pod/perlop.pod
3433 ____________________________________________________________________________
3434 [  7120] By: jhi                                   on 2000/10/03  00:04:00
3435         Log: Inside require() $^S was always left undefined.
3436              
3437              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
3438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3439              Date: Wed, 27 Sep 2000 18:54:49 -0400
3440              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
3441      Branch: perl
3442            ! cop.h mg.c pp_ctl.c util.c
3443 ____________________________________________________________________________
3444 [  7119] By: jhi                                   on 2000/10/03  00:00:16
3445         Log: Subject: [PATCH] DLL not restartabke with threaded perl
3446              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
3447              Date: Thu, 28 Sep 2000 09:20:46 +0100
3448              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
3449      Branch: perl
3450            ! perl.c
3451 ____________________________________________________________________________
3452 [  7118] By: jhi                                   on 2000/10/02  23:59:20
3453         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
3454              From: Nicholas Clark <nick@ccl4.org>
3455              Date: Thu, 28 Sep 2000 11:52:24 +0100
3456              Message-ID: <20000928115224.D7924@plum.flirble.org>
3457      Branch: perl
3458            ! op.c
3459 ____________________________________________________________________________
3460 [  7117] By: jhi                                   on 2000/10/02  23:57:51
3461         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
3462              From: Nicholas Clark <nick@babyhippo.co.uk>
3463              Date: Thu, 28 Sep 2000 12:18:10 +0100
3464              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
3465              
3466              Did not apply cleanly, manual intervention was needed.
3467      Branch: perl
3468            ! ext/B/B/Bytecode.pm utils/perlcc.PL
3469 ____________________________________________________________________________
3470 [  7116] By: jhi                                   on 2000/10/02  23:50:40
3471         Log: Document the issue (is not a syntax error, kind of)
3472              
3473              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
3474              From: Nicholas Clark <nick@ccl4.org>
3475              Date: Thu, 28 Sep 2000 17:12:42 +0100
3476              Message-ID: <20000928171242.K7924@plum.flirble.org>
3477      Branch: perl
3478            ! pod/perldata.pod
3479 ____________________________________________________________________________
3480 [  7115] By: jhi                                   on 2000/10/02  23:48:58
3481         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
3482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3483              Date: Thu, 28 Sep 2000 21:55:31 -0400
3484              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
3485      Branch: perl
3486            ! regexec.c
3487 ____________________________________________________________________________
3488 [  7114] By: jhi                                   on 2000/10/02  23:47:57
3489         Log: Subject: DOC PATCH 5.6.0
3490              From: mjd@plover.com
3491              Date: 30 Sep 2000 06:02:34 -0000
3492              Message-ID: <20000930060234.4559.qmail@plover.com>
3493      Branch: perl
3494            ! pod/perldebguts.pod
3495 ____________________________________________________________________________
3496 [  7113] By: jhi                                   on 2000/10/02  23:46:43
3497         Log: SOCK_DGRAM and listen() do not mix as reported in
3498              
3499              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
3500              From: Petter Reinholdtsen <pere@hungry.com>
3501              Date: Sun, 1 Oct 2000 10:57:20 +0800
3502              Message-Id: <200010010257.KAA05735@localhost.localdomain>
3503              
3504              The patch for 5.7.0+ had to be reengineered, though.
3505      Branch: perl
3506            ! ext/IO/lib/IO/Socket/UNIX.pm
3507 ____________________________________________________________________________
3508 [  7112] By: jhi                                   on 2000/10/02  23:36:57
3509         Log: Subject: Re: [PATCH 5.005_64 missed]
3510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3511              Date: Sun, 1 Oct 2000 18:50:10 -0400
3512              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
3513      Branch: perl
3514            ! pod/perlxs.pod
3515 ____________________________________________________________________________
3516 [  7111] By: jhi                                   on 2000/10/02  23:35:40
3517         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
3518              From: Radu Greab <radu@netsoft.ro>
3519              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
3520              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
3521      Branch: perl
3522            ! op.c opcode.pl t/op/substr.t
3523 ____________________________________________________________________________
3524 [  7110] By: jhi                                   on 2000/10/02  23:32:38
3525         Log: Subject: [PATCH] Fix aliasing of tied filehandles
3526              From: Daniel Chetlin <daniel@chetlin.com>
3527              Date: Mon, 2 Oct 2000 14:53:27 -0700
3528              Message-ID: <20001002145327.C1617@ilmd>
3529      Branch: perl
3530            ! perl.h pp_hot.c t/op/tiehandle.t
3531 ____________________________________________________________________________
3532 [  7109] By: jhi                                   on 2000/10/02  23:31:30
3533         Log: s/Robin Parker/Robin Barker/
3534      Branch: perl
3535            ! Changes5.6
3536 ____________________________________________________________________________
3537 [  7108] By: jhi                                   on 2000/10/02  23:15:46
3538         Log: Retract #7091 as suggested in
3539              
3540              From: Robin Barker <rmb1@cise.npl.co.uk> 
3541              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
3542              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
3543              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
3544      Branch: perl
3545            ! embed.pl proto.h
3546 ____________________________________________________________________________
3547 [  7107] By: nick                                  on 2000/10/02  18:23:14
3548         Log: A few tweaks to get Tk803 to work with Encode scheme.
3549      Branch: perl
3550            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
3551 ____________________________________________________________________________
3552 [  7106] By: nick                                  on 2000/10/01  21:34:14
3553         Log: Add checking cases to Encode's toUnicode and fromUnicode.
3554      Branch: perl
3555            ! ext/Encode/Encode.pm
3556 ____________________________________________________________________________
3557 [  7105] By: nick                                  on 2000/10/01  17:18:01
3558         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
3559              To read and use them.
3560              Add a lib/encode.t which checks a few things.
3561      Branch: perl
3562            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
3563            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
3564            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
3565            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
3566            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
3567            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
3568            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
3569            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
3570            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
3571            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
3572            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
3573            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
3574            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
3575            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
3576            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
3577            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
3578            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
3579            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
3580            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
3581            + ext/Encode/Encode/iso2022-jp.enc
3582            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
3583            + ext/Encode/Encode/iso8859-1.enc
3584            + ext/Encode/Encode/iso8859-2.enc
3585            + ext/Encode/Encode/iso8859-3.enc
3586            + ext/Encode/Encode/iso8859-4.enc
3587            + ext/Encode/Encode/iso8859-5.enc
3588            + ext/Encode/Encode/iso8859-6.enc
3589            + ext/Encode/Encode/iso8859-7.enc
3590            + ext/Encode/Encode/iso8859-8.enc
3591            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
3592            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
3593            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
3594            + ext/Encode/Encode/macCentEuro.enc
3595            + ext/Encode/Encode/macCroatian.enc
3596            + ext/Encode/Encode/macCyrillic.enc
3597            + ext/Encode/Encode/macDingbats.enc
3598            + ext/Encode/Encode/macGreek.enc
3599            + ext/Encode/Encode/macIceland.enc
3600            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
3601            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
3602            + ext/Encode/Encode/macTurkish.enc
3603            + ext/Encode/Encode/macUkraine.enc
3604            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
3605            + t/lib/encode.t
3606            ! MANIFEST ext/Encode/Encode.pm
3607 ____________________________________________________________________________
3608 [  7104] By: nick                                  on 2000/09/30  13:04:30
3609         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
3610              From: Daniel Chetlin <daniel@chetlin.com>
3611              Date: Mon, 18 Sep 2000 05:05:40 -0700
3612              Message-Id: <20000918050540.C652@ilmd>
3613      Branch: perl
3614            ! lib/overload.pm sv.c t/pragma/overload.t
3615 ____________________________________________________________________________
3616 [  7103] By: nick                                  on 2000/09/30  12:53:36
3617         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
3618              From: Johan Vromans <jvromans@squirrel.nl>
3619              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
3620              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
3621      Branch: perl
3622            ! pod/Makefile.SH
3623 ____________________________________________________________________________
3624 [  7102] By: nick                                  on 2000/09/30  12:52:31
3625         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
3626              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3627              Date: Sat, 16 Sep 2000 16:36:45 -0400
3628              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
3629      Branch: perl
3630            ! ext/B/B/Deparse.pm
3631 ____________________________________________________________________________
3632 [  7101] By: nick                                  on 2000/09/30  12:51:41
3633         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
3634              From: Craig A. Berry <craig.berry@psinetcs.com>
3635              Date: Sat, 16 Sep 2000 10:11:10 -0500
3636              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
3637      Branch: perl
3638            ! vms/vms.c
3639 ____________________________________________________________________________
3640 [  7100] By: nick                                  on 2000/09/30  12:50:33
3641         Log: Subject: Re: unicode support and perl [ID 20000901.097]
3642              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3643              Date: Fri, 15 Sep 2000 16:37:58 -0400
3644              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
3645      Branch: perl
3646            ! t/op/append.t
3647 ____________________________________________________________________________
3648 [  7099] By: nick                                  on 2000/09/30  12:49:35
3649         Log: Subject: Re: unicode support and perl [ID 20000901.097]
3650              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3651              Date: Fri, 15 Sep 2000 16:25:30 -0400
3652              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
3653      Branch: perl
3654            ! pp_hot.c
3655 ____________________________________________________________________________
3656 [  7098] By: nick                                  on 2000/09/30  12:48:00
3657         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
3658              From: Gisle Aas <gisle@ActiveState.com>
3659              Date: 15 Sep 2000 16:23:41 +0200
3660              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
3661      Branch: perl
3662            ! toke.c
3663 ____________________________________________________________________________
3664 [  7097] By: nick                                  on 2000/09/30  12:45:16
3665         Log: Subject: [PATCH] Nits in perlmod.pod
3666              From: Daniel Chetlin <daniel@chetlin.com>
3667              Date: Fri, 15 Sep 2000 02:04:09 -0700
3668              Message-Id: <20000915020409.A2104@ilmd>
3669      Branch: perl
3670            ! pod/perlmod.pod
3671 ____________________________________________________________________________
3672 [  7096] By: nick                                  on 2000/09/30  12:18:00
3673         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
3674              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
3675              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
3676              0 to checking to get the warning.
3677      Branch: perl
3678            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
3679            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
3680            ! regexec.c sv.c toke.c utf8.c
3681 ____________________________________________________________________________
3682 [  7095] By: nick                                  on 2000/09/15  16:55:59
3683         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
3684              
3685              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
3686              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3687              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
3688              Date: Fri, 15 Sep 2000 06:37:30 -0400
3689      Branch: perl
3690            ! ext/Encode/Encode.xs sv.c
3691 ____________________________________________________________________________
3692 [  7094] By: jhi                                   on 2000/09/15  03:23:32
3693         Log: Update Changes.
3694      Branch: perl
3695            ! Changes patchlevel.h
3696 ____________________________________________________________________________
3697 [  7093] By: jhi                                   on 2000/09/15  03:11:44
3698         Log: Fix for the charnames.t failures from Spider Boardman.
3699      Branch: perl
3700            ! toke.c
3701 ____________________________________________________________________________
3702 [  7092] By: jhi                                   on 2000/09/15  00:15:48
3703         Log: Botched the #7090 check-in.
3704      Branch: perl
3705            ! sv.c
3706 ____________________________________________________________________________
3707 [  7091] By: jhi                                   on 2000/09/14  23:33:24
3708         Log: Part of #7081 didn't come through.
3709      Branch: perl
3710            ! embed.pl proto.h
3711 ____________________________________________________________________________
3712 [  7090] By: jhi                                   on 2000/09/14  23:17:39
3713         Log: Subject: Re: perl@7078 
3714              From: Spider Boardman <spider@web.zk3.dec.com>
3715              Date: Thu, 14 Sep 2000 19:06:36 -0400
3716              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
3717      Branch: perl
3718            ! sv.c toke.c
3719 ____________________________________________________________________________
3720 [  7089] By: jhi                                   on 2000/09/14  23:11:21
3721         Log: Small portability tweaks.
3722      Branch: perl
3723            ! ext/Encode/Encode.xs
3724 ____________________________________________________________________________
3725 [  7088] By: jhi                                   on 2000/09/14  22:57:23
3726         Log: Fake return to pacify picky compilers.
3727      Branch: perl
3728            ! ext/Encode/Encode.xs
3729 ____________________________________________________________________________
3730 [  7087] By: jhi                                   on 2000/09/14  22:53:37
3731         Log: Subject: [PATCH] utf8.c apidoc
3732              From: Simon Cozens <simon@cozens.net>
3733              Date: Thu, 14 Sep 2000 23:46:57 +0100
3734              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
3735      Branch: perl
3736            ! perlapi.c pod/perlapi.pod utf8.c
3737 ____________________________________________________________________________
3738 [  7086] By: jhi                                   on 2000/09/14  22:40:38
3739         Log: We don't need to count the high bit bytes, a boolean is enough. 
3740      Branch: perl
3741            ! sv.c
3742 ____________________________________________________________________________
3743 [  7085] By: jhi                                   on 2000/09/14  21:20:09
3744         Log: Replace #7084 with
3745              
3746              Subject: Re: perl@7078 
3747              From: Spider Boardman <spider@web.zk3.dec.com>
3748              Date: Thu, 14 Sep 2000 17:09:36 -0400
3749              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
3750      Branch: perl
3751            ! sv.c utf8.c
3752 ____________________________________________________________________________
3753 [  7084] By: jhi                                   on 2000/09/14  20:03:34
3754         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
3755              convertable to bytes by checking it doesn't go above 0xc3
3756              
3757              Subject: Re: perl@7078
3758              From: Simon Cozens <simon@cozens.net>
3759              Date: Thu, 14 Sep 2000 20:59:19 +0100
3760              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
3761      Branch: perl
3762            ! utf8.c
3763 ____________________________________________________________________________
3764 [  7083] By: jhi                                   on 2000/09/14  19:38:47
3765         Log: Subject: Re: perl@7078
3766              From: Simon Cozens <simon@cozens.net>
3767              Date: Thu, 14 Sep 2000 20:13:09 +0100
3768              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
3769      Branch: perl
3770            ! t/op/bop.t
3771 ____________________________________________________________________________
3772 [  7082] By: jhi                                   on 2000/09/14  17:50:44
3773         Log: The one that got away.
3774      Branch: perl
3775            ! lib/File/Find.pm
3776 ____________________________________________________________________________
3777 [  7081] By: jhi                                   on 2000/09/14  17:45:35
3778         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
3779              From: Robin Barker <rmb1@cise.npl.co.uk>
3780              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
3781              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
3782      Branch: perl
3783            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
3784            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
3785            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
3786            ! regcomp.c toke.c universal.c
3787 ____________________________________________________________________________
3788 [  7080] By: jhi                                   on 2000/09/14  17:40:35
3789         Log: Problems picked up by AIX cc.
3790              
3791              Subject: Re: perl@7078 (patch included)
3792              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3793              Date: Thu, 14 Sep 2000 18:53:30 +0200
3794              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
3795      Branch: perl
3796            ! ext/Encode/Encode.xs
3797 ____________________________________________________________________________
3798 [  7079] By: jhi                                   on 2000/09/14  17:38:27
3799         Log: Subject: File::Find 5.7.0 POD nits
3800              From: Rich Morin <rdm@cfcl.com>
3801              Date: Wed, 13 Sep 2000 22:03:58 -0700
3802              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
3803      Branch: perl
3804            ! lib/File/Find.pm
3805 ____________________________________________________________________________
3806 [  7078] By: jhi                                   on 2000/09/14  14:58:20
3807         Log: Update Changes.
3808      Branch: perl
3809            ! Changes patchlevel.h
3810 ____________________________________________________________________________
3811 [  7077] By: jhi                                   on 2000/09/14  14:55:54
3812         Log: Compilation warnings and an error.
3813      Branch: perl
3814            ! sv.c
3815 ____________________________________________________________________________
3816 [  7076] By: jhi                                   on 2000/09/14  14:42:56
3817         Log: Fix for a parsing bug, not for the original bug.
3818              
3819              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
3820              From: Spider Boardman <spider@web.zk3.dec.com>
3821              Date: Wed, 13 Sep 2000 17:52:20 -0400
3822              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
3823      Branch: perl
3824            ! regcomp.c
3825 ____________________________________________________________________________
3826 [  7075] By: jhi                                   on 2000/09/14  14:40:40
3827         Log: Batch of UTF-8 patches from Simon Cozens.
3828      Branch: perl
3829            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
3830            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
3831            ! toke.c utf8.c
3832 ____________________________________________________________________________
3833 [  7074] By: jhi                                   on 2000/09/14  14:29:58
3834         Log: Subject: Re: Two advertising clauses need to be removed
3835              From: Russ Allbery <rra@stanford.edu>
3836              Date: 13 Sep 2000 18:50:26 -0700
3837              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
3838      Branch: perl
3839            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3840 ____________________________________________________________________________
3841 [  7073] By: jhi                                   on 2000/09/14  14:28:20
3842         Log: Subject: [PATCH] de-wall t/README
3843              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3844              Date: Wed, 13 Sep 2000 17:46:55 -0700
3845              Message-ID: <//Bw5gzkge/e092yn@efn.org>
3846      Branch: perl
3847            ! t/README
3848 ____________________________________________________________________________
3849 [  7072] By: jhi                                   on 2000/09/14  14:25:10
3850         Log: Hints optimization.
3851              
3852              Subject: Minor nit
3853              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3854              Date: Wed, 13 Sep 2000 21:42:07 +0200
3855              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
3856      Branch: perl
3857            ! hints/hpux.sh
3858 ____________________________________________________________________________
3859 [  7071] By: jhi                                   on 2000/09/14  14:23:30
3860         Log: Allow chop() and chomp() to be overridden.
3861              
3862              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
3863              From: "Casey R. Tweten" <crt@kiski.net>
3864              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
3865              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
3866      Branch: perl
3867            ! toke.c
3868 ____________________________________________________________________________
3869 [  7070] By: jhi                                   on 2000/09/14  14:20:36
3870         Log: The return value of setlocale must be copied away.
3871              
3872              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
3873              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3874              Date: Wed, 13 Sep 2000 16:27:37 +0100 
3875              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
3876      Branch: perl
3877            ! util.c
3878 ____________________________________________________________________________
3879 [  7069] By: jhi                                   on 2000/09/14  14:16:27
3880         Log: Remove vestiges of tr//CU.
3881              
3882              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
3883              From: Nick Clark <nick@plum.flirble.org>
3884              Date: Tue, 12 Sep 2000 22:50:14 +0100
3885              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
3886              
3887              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
3888              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3889              Date: Tue, 12 Sep 2000 21:38:48 -0700
3890              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
3891      Branch: perl
3892            ! op.h pod/perlunicode.pod
3893 ____________________________________________________________________________
3894 [  7068] By: jhi                                   on 2000/09/13  14:18:39
3895         Log: Add the Encode extension.  The code is still largely just skeleton.
3896      Branch: perl
3897            + ext/Encode/Encode.pm ext/Encode/Encode.xs
3898            + ext/Encode/Makefile.PL ext/Encode/Todo
3899            ! MANIFEST Todo-5.6
3900 ____________________________________________________________________________
3901 [  7067] By: jhi                                   on 2000/09/12  17:43:33
3902         Log: Allow for whitespace between "#" and "line" in cpp output.
3903              
3904              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
3905              From: Calle Dybedahl <calle@lysator.liu.se>
3906              Date: 12 Sep 2000 19:38:02 +0200 
3907              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
3908      Branch: perl
3909            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
3910 ____________________________________________________________________________
3911 [  7066] By: gsar                                  on 2000/09/12  17:24:29
3912         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
3913              initialization in all the threads on Windows
3914      Branch: perl
3915            ! win32/win32.c
3916 ____________________________________________________________________________
3917 [  7065] By: jhi                                   on 2000/09/12  15:11:31
3918         Log: Update Changes.
3919      Branch: perl
3920            ! Changes patchlevel.h
3921 ____________________________________________________________________________
3922 [  7064] By: jhi                                   on 2000/09/12  14:54:54
3923         Log: Retract #7062, the pod tests are not ready.
3924      Branch: perl
3925            ! t/TEST t/harness
3926 ____________________________________________________________________________
3927 [  7063] By: jhi                                   on 2000/09/12  14:25:41
3928         Log: The #7054 truncated Configure badly.
3929      Branch: metaconfig/U/perl
3930            ! End.U
3931      Branch: perl
3932            ! Configure config_h.SH
3933 ____________________________________________________________________________
3934 [  7062] By: jhi                                   on 2000/09/12  14:08:32
3935         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
3936              From: sthoenna@efn.org
3937              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
3938              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
3939      Branch: perl
3940            ! t/TEST t/harness
3941 ____________________________________________________________________________
3942 [  7061] By: jhi                                   on 2000/09/12  14:07:18
3943         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
3944              From: sthoenna@efn.org
3945              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
3946              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
3947      Branch: perl
3948            ! pod/perlxs.pod
3949 ____________________________________________________________________________
3950 [  7060] By: jhi                                   on 2000/09/12  14:06:08
3951         Log: Break up the myconfig lines a bit.
3952              
3953              Subject: perlbug/perl -V output format
3954              From: sthoenna@efn.org
3955              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
3956              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
3957      Branch: perl
3958            ! myconfig.SH
3959 ____________________________________________________________________________
3960 [  7059] By: jhi                                   on 2000/09/12  14:05:04
3961         Log: Test for the #7049.
3962              
3963              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
3964              From: andreas.koenig@anima.de (Andreas J. Koenig)
3965              Date: 12 Sep 2000 06:42:01 +0200
3966              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
3967      Branch: perl
3968            ! t/op/my.t
3969 ____________________________________________________________________________
3970 [  7058] By: jhi                                   on 2000/09/12  14:03:05
3971         Log: Subject: [patch: perl@7045] vms updates
3972              From: Peter Prymmer <pvhp@forte.com>
3973              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
3974              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
3975      Branch: perl
3976            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
3977 ____________________________________________________________________________
3978 [  7057] By: jhi                                   on 2000/09/12  14:00:51
3979         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
3980              From: sthoenna@efn.org
3981              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
3982              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
3983      Branch: perl
3984            ! t/op/64bitint.t
3985 ____________________________________________________________________________
3986 [  7056] By: jhi                                   on 2000/09/12  13:58:14
3987         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
3988              From: Jeff Pinyan <jeffp@crusoe.net>
3989              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
3990              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
3991      Branch: perl
3992            ! pod/perlfunc.pod
3993 ____________________________________________________________________________
3994 [  7055] By: jhi                                   on 2000/09/12  13:56:32
3995         Log: Do in VMS as the #7054 does.
3996      Branch: perl
3997            ! configure.com
3998 ____________________________________________________________________________
3999 [  7054] By: jhi                                   on 2000/09/12  13:50:31
4000         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
4001              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4002              Date: Mon, 11 Sep 2000 08:33:09 +0100
4003              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
4004      Branch: metaconfig/U/perl
4005            ! End.U
4006      Branch: perl
4007            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
4008            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
4009 ____________________________________________________________________________
4010 [  7053] By: jhi                                   on 2000/09/12  13:29:19
4011         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
4012              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4013              Date:     Tue, 12 Sep 2000 08:35:59 EDT
4014              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
4015      Branch: perl
4016            ! vms/test.com
4017 ____________________________________________________________________________
4018 [  7052] By: jhi                                   on 2000/09/11  23:01:50
4019         Log: Document the SvUTF8*().
4020      Branch: perl
4021            ! pod/perlapi.pod sv.h
4022 ____________________________________________________________________________
4023 [  7051] By: gsar                                  on 2000/09/11  14:46:30
4024         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
4025              (missed a spot when fixing up op_pmreplroot hack for ithreads)
4026      Branch: perl
4027            ! op.c t/op/split.t
4028 ____________________________________________________________________________
4029 [  7050] By: nick                                  on 2000/09/11  10:03:51
4030         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
4031              
4032              Subject: borland C++ win32.c tweak
4033              From: Vadim Konovalov <vkonovalov@lucent.com>
4034              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
4035              Date: Mon, 11 Sep 2000 11:22:33 +0400
4036      Branch: perl
4037            ! win32/win32.c
4038 ____________________________________________________________________________
4039 [  7049] By: nick                                  on 2000/09/11  09:57:33
4040         Log: Point fix for s/// on foreach (keys %xxx).
4041      Branch: perl
4042            ! pp_hot.c
4043 ____________________________________________________________________________
4044 [  7048] By: jhi                                   on 2000/09/10  23:37:09
4045         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
4046              by Pod::Text, from Brad Appleton.
4047      Branch: perl
4048            ! t/pod/testp2pt.pl
4049 ____________________________________________________________________________
4050 [  7047] By: jhi                                   on 2000/09/10  14:32:53
4051         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
4052              by Russ Allbery.
4053      Branch: perl
4054            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
4055 ____________________________________________________________________________
4056 [  7046] By: jhi                                   on 2000/09/10  14:15:08
4057         Log: Upgrade to CPAN 1.57_65, from Andreas König.
4058      Branch: perl
4059            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4060 ____________________________________________________________________________
4061 [  7045] By: jhi                                   on 2000/09/08  21:36:32
4062         Log: Update Changes.
4063      Branch: perl
4064            ! Changes patchlevel.h
4065 ____________________________________________________________________________
4066 [  7044] By: jhi                                   on 2000/09/08  21:29:56
4067         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
4068              From: Peter Prymmer <pvhp@forte.com>
4069              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
4070              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
4071      Branch: perl
4072            ! configure.com
4073 ____________________________________________________________________________
4074 [  7043] By: jhi                                   on 2000/09/08  21:27:50
4075         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
4076              From: Peter Prymmer <pvhp@forte.com>
4077              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
4078              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
4079      Branch: perl
4080            ! Makefile.SH installperl
4081 ____________________________________________________________________________
4082 [  7042] By: jhi                                   on 2000/09/08  21:23:21
4083         Log: Continue #7041.
4084      Branch: perl
4085            ! cygwin/Makefile.SHs os2/Makefile.SHs
4086 ____________________________________________________________________________
4087 [  7041] By: jhi                                   on 2000/09/08  21:18:10
4088         Log: Do away with memory models cruft.  Sorry, PDP users.
4089      Branch: metaconfig
4090            ! U/modified/cc.U U/modified/libpth.U
4091      Branch: perl
4092            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4093            ! Porting/config_H cflags.SH config_h.SH configure.com
4094            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
4095            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
4096            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
4097 ____________________________________________________________________________
4098 [  7040] By: jhi                                   on 2000/09/08  14:34:18
4099         Log: Major rewrite of s2p.  And I mean really major, it is
4100              an implementation of sed in perl.  If called as s2p it
4101              will function as s2p.  Note: needs non-UNIXifying.
4102              
4103              Subject: s2p
4104              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4105              Date: Mon, 28 Aug 2000 14:05:12 +0200
4106              Message-ID: <39AA5578.2102E2AA@alcatel.at>
4107      Branch: perl
4108            ! x2p/s2p.PL
4109 ____________________________________________________________________________
4110 [  7039] By: jhi                                   on 2000/09/08  14:19:49
4111         Log: Re-allow vec() for characters > 255.
4112              
4113              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
4114              From: Spider Boardman <spider@web.zk3.dec.com>
4115              Date: Fri, 08 Sep 2000 02:21:02 -0400
4116              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
4117      Branch: perl
4118            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4119            ! t/op/vec.t
4120 ____________________________________________________________________________
4121 [  7038] By: jhi                                   on 2000/09/08  14:14:18
4122         Log: Subject: [PATCH lib/Benchmark.pm]
4123              From: <abigail@foad.org>
4124              Date: Thu, 7 Sep 2000 15:03:20 -0400
4125              Message-ID: <20000907190320.888.qmail@foad.org>
4126      Branch: perl
4127            ! lib/Benchmark.pm
4128 ____________________________________________________________________________
4129 [  7037] By: jhi                                   on 2000/09/08  14:11:06
4130         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
4131              
4132              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
4133              From: Spider Boardman <spider@web.zk3.dec.com>
4134              Date: Fri, 08 Sep 2000 01:30:27 -0400
4135              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
4136      Branch: perl
4137            ! op.c
4138 ____________________________________________________________________________
4139 [  7036] By: jhi                                   on 2000/09/08  14:08:58
4140         Log: Subject: [ID 20000908.002] perlipc documentation bug.
4141              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
4142              Date: Fri, 08 Sep 2000 12:38:32 +0200
4143              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
4144      Branch: perl
4145            ! pod/perlipc.pod
4146 ____________________________________________________________________________
4147 [  7035] By: jhi                                   on 2000/09/08  14:03:12
4148         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
4149              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4150              Date: Fri, 08 Sep 2000 11:47:34 +0200
4151              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
4152      Branch: perl
4153            ! hints/dec_osf.sh
4154 ____________________________________________________________________________
4155 [  7034] By: jhi                                   on 2000/09/08  13:59:35
4156         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
4157              From: Simon Cozens <simon@cozens.net>
4158              Date: Thu, 7 Sep 2000 20:40:38 +0100
4159              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
4160      Branch: perl
4161            ! pp_hot.c
4162 ____________________________________________________________________________
4163 [  7033] By: jhi                                   on 2000/09/08  04:03:03
4164         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
4165              From: "Larry W. Virden" <lvirden@cas.org>
4166              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
4167              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
4168      Branch: perl
4169            ! pod/perldiag.pod
4170 ____________________________________________________________________________
4171 [  7032] By: jhi                                   on 2000/09/07  22:18:30
4172         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
4173              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
4174              Date: Mon, 04 Sep 2000 13:16:38 -0700
4175              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
4176      Branch: perl
4177            ! lib/perl5db.pl
4178 ____________________________________________________________________________
4179 [  7031] By: jhi                                   on 2000/09/07  22:02:29
4180         Log: Fix the ccversion detection for 5.1 and beyond.
4181              
4182              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
4183              From: Spider Boardman <spider@leggy.zk3.dec.com>
4184              Date: Thu, 7 Sep 2000 17:54:27 -0400
4185              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
4186      Branch: perl
4187            ! hints/dec_osf.sh
4188 ____________________________________________________________________________
4189 [  7030] By: jhi                                   on 2000/09/07  19:12:28
4190         Log: Fix for
4191              
4192              Subject: [ID 20000903.001] \w in utf8-strings
4193              From: Marc Lehmann <pcg@goof.com>
4194              Date: Sun, 03 Sep 2000 09:44:29 +0200
4195              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
4196              
4197              and various related nits.
4198      Branch: perl
4199            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
4200 ____________________________________________________________________________
4201 [  7029] By: jhi                                   on 2000/09/07  18:49:09
4202         Log: Fix the URL, but the server is still missing in action.
4203              
4204              Subject: [ID 20000905.002] perlfaq1.pod URL error
4205              From: "Larry W. Virden" <lvirden@cas.org>
4206              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
4207              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
4208      Branch: perl
4209            ! pod/perlfaq1.pod
4210 ____________________________________________________________________________
4211 [  7028] By: jhi                                   on 2000/09/07  18:47:13
4212         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
4213              From: Hugo <hv@crypt.compulink.co.uk>
4214              Date: Tue, 05 Sep 2000 14:13:37 +0100
4215              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
4216      Branch: perl
4217            ! toke.c
4218 ____________________________________________________________________________
4219 [  7027] By: jhi                                   on 2000/09/07  18:45:35
4220         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
4221              From: Daniel Chetlin <daniel@chetlin.com>
4222              Date: Tue, 5 Sep 2000 04:57:07 -0700
4223              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
4224      Branch: perl
4225            ! pod/perlfaq6.pod pod/perlop.pod
4226 ____________________________________________________________________________
4227 [  7026] By: jhi                                   on 2000/09/07  18:44:01
4228         Log: Document the new ref() semantics.
4229              
4230              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
4231              From: Gisle Aas <gisle@ActiveState.com>
4232              Date: 05 Sep 2000 08:10:30 +0200
4233              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
4234      Branch: perl
4235            ! pod/perldelta.pod
4236 ____________________________________________________________________________
4237 [  7025] By: jhi                                   on 2000/09/07  18:42:27
4238         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
4239              
4240              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
4241              From: Gisle Aas <gisle@ActiveState.com>
4242              Date: 05 Sep 2000 08:11:40 +0200
4243              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
4244      Branch: perl
4245            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
4246 ____________________________________________________________________________
4247 [  7024] By: jhi                                   on 2000/09/07  18:39:32
4248         Log: Subject: [PATCH] Modernize Opcode.pm documentation
4249              From: Gisle Aas <gisle@ActiveState.com>
4250              Date: 4 Sep 2000 00:18:55 -0000
4251              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
4252      Branch: perl
4253            ! ext/Opcode/Opcode.pm
4254 ____________________________________________________________________________
4255 [  7023] By: jhi                                   on 2000/09/07  18:37:42
4256         Log: Subject: [PATCH] Tied filehandle documentation
4257              From: Gisle Aas <gisle@ActiveState.com>
4258              Date: 4 Sep 2000 00:14:40 -0000
4259              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
4260      Branch: perl
4261            ! pod/perlfunc.pod pod/perltie.pod
4262 ____________________________________________________________________________
4263 [  7022] By: jhi                                   on 2000/09/07  18:35:37
4264         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
4265              From: Gisle Aas <gisle@ActiveState.com>
4266              Date: 4 Sep 2000 00:04:22 -0000
4267              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
4268      Branch: perl
4269            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
4270 ____________________________________________________________________________
4271 [  7021] By: jhi                                   on 2000/09/07  18:33:22
4272         Log: Subject: small apidoc fix
4273              From: Marc Lehmann <pcg@goof.com>
4274              Date: Sun, 3 Sep 2000 05:12:06 +0200
4275              Message-ID: <20000903051206.A5909@cerebro.laendle>
4276      Branch: perl
4277            ! pod/perlapi.pod utf8.c
4278 ____________________________________________________________________________
4279 [  7020] By: jhi                                   on 2000/09/07  16:14:57
4280         Log: Tiny perldelta nits.
4281      Branch: perl
4282            ! pod/perldelta.pod
4283 ____________________________________________________________________________
4284 [  7019] By: jhi                                   on 2000/09/07  16:04:20
4285         Log: Guard against bad string->int conversion for quads.
4286      Branch: perl
4287            ! t/op/64bitint.t
4288 ____________________________________________________________________________
4289 [  7018] By: jhi                                   on 2000/09/06  17:07:03
4290         Log: Update Unicode todo list.
4291      Branch: perl
4292            ! Todo-5.6
4293 ____________________________________________________________________________
4294 [  7017] By: jhi                                   on 2000/09/05  21:16:01
4295         Log: Document the SvIOK_.*UV().
4296      Branch: perl
4297            ! pod/perlapi.pod sv.h
4298 ____________________________________________________________________________
4299 [  7016] By: nick                                  on 2000/09/03  21:54:46
4300         Log: Hash lookup of constant strings optimization:
4301              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
4302              to string table (as per sharepvn). Add newSV_pvn_share to create such
4303              a thing. Make hv.c compare addresses of strings and skip string compare
4304              if equal. Make method_named and helem ops use these shared-string SVs
4305              when arg is constant. Make keys op return shared-string SVs (less clearly
4306              a win).
4307      Branch: perl
4308            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
4309            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
4310            ! pod/perlintern.pod pp_hot.c proto.h sv.c
4311 ____________________________________________________________________________
4312 [  7015] By: jhi                                   on 2000/09/02  17:48:59
4313         Log: This is 5.7.0.
4314      Branch: perl
4315            ! Changes
4316 ____________________________________________________________________________
4317 [  7014] By: jhi                                   on 2000/09/02  17:35:45
4318         Log: Changes and patchlevel tweaks.
4319      Branch: perl
4320            ! Changes patchlevel.h
4321 ____________________________________________________________________________
4322 [  7013] By: jhi                                   on 2000/09/02  17:30:50
4323         Log: Update Changes.
4324      Branch: perl
4325            ! Changes patchlevel.h
4326 ____________________________________________________________________________
4327 [  7012] By: nick                                  on 2000/09/02  17:25:20
4328         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
4329      Branch: perl
4330            ! gv.c lib/overload.pm
4331 ____________________________________________________________________________
4332 [  7011] By: jhi                                   on 2000/09/02  17:16:25
4333         Log: Update perlhist.
4334      Branch: perl
4335            ! pod/perlhist.pod
4336 ____________________________________________________________________________
4337 [  7010] By: jhi                                   on 2000/09/02  17:01:35
4338         Log: perldelta nits.
4339      Branch: perl
4340            ! pod/perldelta.pod
4341 ____________________________________________________________________________
4342 [  7009] By: nick                                  on 2000/09/02  16:48:35
4343         Log: If overloaded %{} etc. return the object do not loop.
4344              Thus  sub deref { $_[0] } functions if object is wanted type.
4345      Branch: perl
4346            ! pp.h
4347 ____________________________________________________________________________
4348 [  7008] By: jhi                                   on 2000/09/02  16:26:11
4349         Log: Retab MANIFEST.
4350      Branch: perl
4351            ! ext/Storable/MANIFEST
4352 ____________________________________________________________________________
4353 [  7007] By: jhi                                   on 2000/09/02  16:23:02
4354         Log: Make certain cc is set before trying to run it.
4355      Branch: perl
4356            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
4357 ____________________________________________________________________________
4358 [  7006] By: jhi                                   on 2000/09/02  15:45:41
4359         Log: Unicode notes.
4360      Branch: perl
4361            ! pod/perldelta.pod
4362 ____________________________________________________________________________
4363 [  7005] By: jhi                                   on 2000/09/02  15:42:11
4364         Log: Various Configure nits by Philip Newton,
4365              plus the ebcdic one by me.
4366      Branch: metaconfig
4367            + U/modified/pager.U
4368            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
4369      Branch: metaconfig/U/perl
4370            ! Devel.U quadfio.U
4371      Branch: perl
4372            ! Configure config_h.SH
4373 ____________________________________________________________________________
4374 [  7004] By: jhi                                   on 2000/09/02  15:06:14
4375         Log: Apparently avoiding the swapping is too costly.
4376              
4377              From: "Ben Tilly" <ben_tilly@hotmail.com>
4378              Subject: Re: the door is closed.
4379              Date: Fri, 01 Sep 2000 20:23:16 EDT
4380              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
4381      Branch: perl
4382            ! pod/perlfaq4.pod
4383 ____________________________________________________________________________
4384 [  7003] By: nick                                  on 2000/09/02  12:26:04
4385         Log: Undo part of change 6489 which looks like a bulk edit which
4386              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
4387              The supressing of main:: on return from select() is undesirable.
4388      Branch: perl
4389            ! pp_sys.c
4390 ____________________________________________________________________________
4391 [  7002] By: jhi                                   on 2000/09/01  23:08:54
4392         Log: Update Changes.
4393      Branch: perl
4394            ! Changes patchlevel.h
4395 ____________________________________________________________________________
4396 [  7001] By: jhi                                   on 2000/09/01  23:00:13
4397         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
4398              From: Peter Prymmer <pvhp@forte.com>
4399              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
4400              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
4401              
4402              plus rework the http: spots as suggested by Tom Christiansen,
4403              plus regen perltoc.
4404      Branch: perl
4405            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
4406            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
4407 ____________________________________________________________________________
4408 [  7000] By: jhi                                   on 2000/09/01  22:36:01
4409         Log: Only the first line, thank you very much.
4410      Branch: perl
4411            ! hints/solaris_2.sh
4412 ____________________________________________________________________________
4413 [  6999] By: gsar                                  on 2000/09/01  22:16:40
4414         Log: change#6791 accidentally clobbered change#6710, put it back
4415      Branch: perl
4416            ! win32/win32.c
4417 ____________________________________________________________________________
4418 [  6998] By: jhi                                   on 2000/09/01  22:14:16
4419         Log: Mention the HP-UX LP64 freak failure.
4420      Branch: perl
4421            ! pod/perldelta.pod
4422 ____________________________________________________________________________
4423 [  6997] By: jhi                                   on 2000/09/01  21:48:32
4424         Log: Detypo.
4425      Branch: perl
4426            ! hints/hpux.sh
4427 ____________________________________________________________________________
4428 [  6996] By: jhi                                   on 2000/09/01  21:27:10
4429         Log: Update Changes.
4430      Branch: perl
4431            ! Changes patchlevel.h
4432 ____________________________________________________________________________
4433 [  6995] By: jhi                                   on 2000/09/01  21:14:24
4434         Log: Mi splgn s gnin.g
4435      Branch: perl
4436            ! pp_ctl.c
4437 ____________________________________________________________________________
4438 [  6994] By: jhi                                   on 2000/09/01  21:09:54
4439         Log: Subject: http:// in L<>
4440              From: Nicholas Clark <nick@ccl4.org>
4441              Date: Fri, 1 Sep 2000 22:03:21 +0100
4442              Message-ID: <20000901220321.B72074@plum.flirble.org>
4443      Branch: perl
4444            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
4445 ____________________________________________________________________________
4446 [  6993] By: jhi                                   on 2000/09/01  21:06:54
4447         Log: Update to Storable 1.0, from Raphael Manfredi.
4448      Branch: perl
4449            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
4450            ! ext/Storable/Makefile.PL ext/Storable/README
4451            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4452            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4453            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
4454            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
4455            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
4456            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
4457 ____________________________________________________________________________
4458 [  6992] By: jhi                                   on 2000/09/01  20:43:05
4459         Log: Mention known sfio+linux buglet.
4460      Branch: perl
4461            ! pod/perldelta.pod
4462 ____________________________________________________________________________
4463 [  6991] By: jhi                                   on 2000/09/01  20:40:11
4464         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
4465              From: Peter Prymmer <pvhp@forte.com>
4466              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
4467              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
4468      Branch: perl
4469            ! vms/vms.c
4470 ____________________________________________________________________________
4471 [  6990] By: jhi                                   on 2000/09/01  20:25:26
4472         Log: Retract #6986.
4473      Branch: perl
4474            ! hints/solaris_2.sh
4475 ____________________________________________________________________________
4476 [  6989] By: jhi                                   on 2000/09/01  20:23:00
4477         Log: Mergesort is back.
4478      Branch: perl
4479            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
4480 ____________________________________________________________________________
4481 [  6988] By: jhi                                   on 2000/09/01  19:37:40
4482         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
4483              From: Mike Guy <mjtg@cam.ac.uk>
4484              Date: Fri, 01 Sep 2000 17:43:33 +0100
4485              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
4486      Branch: perl
4487            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
4488            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
4489 ____________________________________________________________________________
4490 [  6987] By: jhi                                   on 2000/09/01  19:17:10
4491         Log: Regen perltoc.
4492      Branch: perl
4493            ! pod/perltoc.pod
4494 ____________________________________________________________________________
4495 [  6986] By: jhi                                   on 2000/09/01  18:51:10
4496         Log: Subject: Re: Solaris x86 has no SPARC libraries!
4497              From: Lupe Christoph <lupe@lupe-christoph.de>
4498              Date: Fri, 1 Sep 2000 20:41:20 +0200
4499              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
4500      Branch: perl
4501            ! hints/solaris_2.sh
4502 ____________________________________________________________________________
4503 [  6985] By: jhi                                   on 2000/09/01  18:28:10
4504         Log: Update Changes.
4505      Branch: perl
4506            ! Changes patchlevel.h
4507 ____________________________________________________________________________
4508 [  6984] By: jhi                                   on 2000/09/01  18:26:53
4509         Log: Feature ordering tweak.
4510      Branch: perl
4511            ! myconfig.SH
4512 ____________________________________________________________________________
4513 [  6983] By: jhi                                   on 2000/09/01  18:19:50
4514         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4515              From: <abigail@foad.org>
4516              Date: Fri, 1 Sep 2000 13:07:32 -0400
4517              Message-ID: <20000901170732.18249.qmail@foad.org>
4518      Branch: perl
4519            ! t/pragma/overload.t
4520 ____________________________________________________________________________
4521 [  6982] By: jhi                                   on 2000/09/01  18:17:54
4522         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
4523              so that case-ignoring systems like DCL can tell them from
4524              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
4525      Branch: metaconfig/U/perl
4526            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
4527      Branch: perl
4528            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4529            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
4530            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
4531            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
4532            ! vos/config.def vos/config.h vos/config_h.SH_orig
4533            ! win32/config.bc win32/config.gc win32/config.vc
4534 ____________________________________________________________________________
4535 [  6981] By: nick                                  on 2000/09/01  17:21:57
4536         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
4537              warning when UNTIE exists and instead pass the cound of extra references to
4538              the UNTIE method.
4539      Branch: perl
4540            ! pod/perltie.pod pp_sys.c
4541 ____________________________________________________________________________
4542 [  6980] By: jhi                                   on 2000/09/01  16:54:44
4543         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
4544              From: Peter Prymmer <pvhp@forte.com>
4545              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
4546              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
4547      Branch: perl
4548            ! configure.com
4549 ____________________________________________________________________________
4550 [  6979] By: jhi                                   on 2000/09/01  16:06:20
4551         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
4552              From: Mike Guy <mjtg@cam.ac.uk> 
4553              Date: Fri, 01 Sep 2000 16:49:27 +0100
4554              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
4555      Branch: perl
4556            ! t/base/rs.t
4557 ____________________________________________________________________________
4558 [  6978] By: jhi                                   on 2000/09/01  16:00:42
4559         Log: Update to PodParser 1.18, from Brad Appleton.
4560      Branch: perl
4561            ! lib/Pod/Checker.pm t/pod/find.t
4562 ____________________________________________________________________________
4563 [  6977] By: jhi                                   on 2000/09/01  14:48:58
4564         Log: Subject: Nit in Configure (bleadperl@6961)
4565              From: Lupe Christoph <lupe@lupe-christoph.de>
4566              Date: Fri, 1 Sep 2000 16:34:29 +0200
4567              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
4568      Branch: metaconfig
4569            ! U/compline/ccflags.U
4570      Branch: perl
4571            ! Configure config_h.SH
4572 ____________________________________________________________________________
4573 [  6976] By: jhi                                   on 2000/09/01  14:39:52
4574         Log: Update Changes.
4575      Branch: perl
4576            ! Changes patchlevel.h
4577 ____________________________________________________________________________
4578 [  6975] By: jhi                                   on 2000/09/01  14:37:36
4579         Log: microperl config update.
4580      Branch: perl
4581            ! uconfig.h uconfig.sh
4582 ____________________________________________________________________________
4583 [  6974] By: jhi                                   on 2000/09/01  14:36:53
4584         Log: Document known deficiencies.
4585      Branch: perl
4586            ! pod/perldelta.pod
4587 ____________________________________________________________________________
4588 [  6973] By: jhi                                   on 2000/09/01  14:10:20
4589         Log: Mention warnings fixes and updates.
4590      Branch: perl
4591            ! pod/perldelta.pod
4592 ____________________________________________________________________________
4593 [  6972] By: jhi                                   on 2000/09/01  14:01:52
4594         Log: Drop unused argument.
4595              
4596              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
4597              From: Spider Boardman <spider@web.zk3.dec.com>
4598              Date: Thu, 31 Aug 2000 16:10:15 -0400
4599              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
4600      Branch: perl
4601            ! toke.c
4602 ____________________________________________________________________________
4603 [  6971] By: jhi                                   on 2000/09/01  13:59:24
4604         Log: Add the overload warnings to perldiag.
4605      Branch: perl
4606            ! lib/overload.pm pod/perldiag.pod
4607 ____________________________________________________________________________
4608 [  6970] By: jhi                                   on 2000/09/01  13:55:10
4609         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4610              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4611              Date: Fri, 1 Sep 2000 13:43:15 +0100 
4612              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
4613      Branch: perl
4614            ! lib/overload.pm t/pragma/overload.t
4615 ____________________________________________________________________________
4616 [  6969] By: jhi                                   on 2000/09/01  13:52:27
4617         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4618              From: <abigail@foad.org>
4619              Date: Fri, 1 Sep 2000 05:46:54 -0400
4620              Message-ID: <20000901094654.6476.qmail@foad.org>
4621      Branch: perl
4622            ! lib/overload.pm
4623 ____________________________________________________________________________
4624 [  6968] By: jhi                                   on 2000/09/01  13:50:05
4625         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
4626              From: Daniel Chetlin <daniel@chetlin.com>
4627              Date: Fri, 1 Sep 2000 02:10:55 -0700
4628              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
4629      Branch: perl
4630            ! pod/perlretut.pod
4631 ____________________________________________________________________________
4632 [  6967] By: jhi                                   on 2000/09/01  13:47:54
4633         Log: Part of the solution.
4634              
4635              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
4636              From: Mike Guy <mjtg@cam.ac.uk>
4637              Date: Fri, 01 Sep 2000 14:16:01 +0100
4638              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
4639      Branch: perl
4640            ! gv.c mg.c
4641 ____________________________________________________________________________
4642 [  6966] By: jhi                                   on 2000/09/01  13:46:17
4643         Log: Subject: CPAN.pm beta 1.57_57 for the core
4644              From: andreas.koenig@anima.de (Andreas J. Koenig)
4645              Date: 01 Sep 2000 15:16:31 +0200
4646              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
4647      Branch: perl
4648            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4649 ____________________________________________________________________________
4650 [  6965] By: jhi                                   on 2000/09/01  13:43:18
4651         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
4652              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4653              Date: Fri, 01 Sep 2000 01:47:22 -0500
4654              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
4655      Branch: perl
4656            ! pod/perldelta.pod vms/vms.c
4657 ____________________________________________________________________________
4658 [  6964] By: jhi                                   on 2000/09/01  13:35:35
4659         Log: File::Temp patches from Andreas König,
4660              
4661              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
4662              From: andreas.koenig@anima.de (Andreas J. Koenig)
4663              Date: 01 Sep 2000 10:07:20 +0200
4664              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
4665              
4666              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
4667              From: andreas.koenig@anima.de (Andreas J. Koenig)
4668              Date: 31 Aug 2000 23:26:08 +0200
4669              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
4670      Branch: perl
4671            ! lib/File/Temp.pm t/lib/ftmp-security.t
4672 ____________________________________________________________________________
4673 [  6963] By: jhi                                   on 2000/09/01  02:22:24
4674         Log: Retract the mergesort code, way too incompatible licensing
4675              and copyrights.
4676      Branch: perl
4677            ! pod/perldelta.pod pp_ctl.c
4678 ____________________________________________________________________________
4679 [  6962] By: jhi                                   on 2000/08/31  23:27:32
4680         Log: Update Changes.
4681      Branch: perl
4682            ! Changes patchlevel.h
4683 ____________________________________________________________________________
4684 [  6961] By: jhi                                   on 2000/08/31  23:20:04
4685         Log: Small tweaks all over.
4686      Branch: metaconfig
4687            ! U/compline/d_gconvert.U
4688      Branch: perl
4689            ! AUTHORS Configure config_h.SH pp_ctl.c
4690 ____________________________________________________________________________
4691 [  6960] By: jhi                                   on 2000/08/31  22:39:36
4692         Log: Further rewording.
4693      Branch: perl
4694            ! pp_ctl.c
4695 ____________________________________________________________________________
4696 [  6959] By: jhi                                   on 2000/08/31  21:26:44
4697         Log: More address tweaking.
4698      Branch: perl
4699            ! AUTHORS Changes
4700 ____________________________________________________________________________
4701 [  6958] By: jhi                                   on 2000/08/31  20:47:25
4702         Log: AUTHORS tweaks, from Peter Prymmer.
4703              
4704              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
4705              From: Peter Prymmer <pvhp@forte.com>
4706              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
4707              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
4708      Branch: perl
4709            ! AUTHORS MAINTAIN
4710 ____________________________________________________________________________
4711 [  6957] By: jhi                                   on 2000/08/31  20:34:43
4712         Log: perldelta tweaks.
4713      Branch: perl
4714            ! pod/perldelta.pod
4715 ____________________________________________________________________________
4716 [  6956] By: jhi                                   on 2000/08/31  19:11:06
4717         Log: Regen perltoc.
4718      Branch: perl
4719            ! pod/perltoc.pod
4720 ____________________________________________________________________________
4721 [  6955] By: jhi                                   on 2000/08/31  19:06:30
4722         Log: Clarify the mergesort situation.
4723      Branch: perl
4724            ! pp_ctl.c
4725 ____________________________________________________________________________
4726 [  6954] By: jhi                                   on 2000/08/31  18:24:17
4727         Log: Move the Solaris 7 scan to use64bitall, make the
4728              failure to find 64-bot sparc libc to mention the
4729              possibility of being in an intel, from Lupe and Alan.
4730      Branch: perl
4731            ! hints/solaris_2.sh
4732 ____________________________________________________________________________
4733 [  6953] By: jhi                                   on 2000/08/31  18:09:20
4734         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
4735              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
4736      Branch: metaconfig
4737            ! U/compline/d_gconvert.U U/threads/archname.U
4738      Branch: metaconfig/U/perl
4739            ! perlxv.U
4740      Branch: perl
4741            ! Configure config_h.SH sv.c
4742 ____________________________________________________________________________
4743 [  6951] By: jhi                                   on 2000/08/31  17:02:05
4744         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
4745      Branch: perl
4746            ! perl.h
4747 ____________________________________________________________________________
4748 [  6950] By: jhi                                   on 2000/08/31  16:26:08
4749         Log: More author updates.
4750              
4751              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
4752              From: Simon Cozens <simon@cozens.net>
4753              Date: Thu, 31 Aug 2000 17:13:32 +0100
4754              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
4755      Branch: perl
4756            ! AUTHORS
4757 ____________________________________________________________________________
4758 [  6949] By: jhi                                   on 2000/08/31  16:04:49
4759         Log: POSIX doesn't report long double values under -Duselongdouble
4760              when the long doubles are "real" (bigger than doubles).
4761              
4762              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
4763              From: Spider Boardman <spider@peano.zk3.dec.com>
4764              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
4765              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
4766      Branch: perl
4767            ! ext/POSIX/POSIX.xs
4768 ____________________________________________________________________________
4769 [  6948] By: jhi                                   on 2000/08/31  15:25:10
4770         Log: Update Changes.
4771      Branch: perl
4772            ! Changes patchlevel.h
4773 ____________________________________________________________________________
4774 [  6947] By: jhi                                   on 2000/08/31  15:22:29
4775         Log: Document UNTIE in a very minimalistic way.
4776      Branch: perl
4777            ! pod/perlfunc.pod pod/perltie.pod
4778 ____________________________________________________________________________
4779 [  6946] By: jhi                                   on 2000/08/31  15:15:23
4780         Log: Document known failures.
4781      Branch: perl
4782            ! pod/perldelta.pod
4783 ____________________________________________________________________________
4784 [  6945] By: jhi                                   on 2000/08/31  15:07:00
4785         Log: Don't attach -ld to the archname if pointless.
4786      Branch: metaconfig
4787            ! U/threads/archname.U
4788      Branch: perl
4789            ! Configure config_h.SH
4790 ____________________________________________________________________________
4791 [  6944] By: jhi                                   on 2000/08/31  14:37:42
4792         Log: Wrap the test in eval.
4793              
4794              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
4795              From: Tim Jenness <timj@jach.hawaii.edu>
4796              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
4797              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
4798      Branch: perl
4799            ! t/lib/ftmp-security.t
4800 ____________________________________________________________________________
4801 [  6943] By: jhi                                   on 2000/08/31  14:30:57
4802         Log: Make -Dusemorebits find long doubles in Solaris.
4803      Branch: perl
4804            ! hints/solaris_2.sh
4805 ____________________________________________________________________________
4806 [  6942] By: jhi                                   on 2000/08/31  13:48:45
4807         Log: Clarify the third case of ftmp-security warnings.
4808      Branch: perl
4809            ! INSTALL
4810 ____________________________________________________________________________
4811 [  6941] By: jhi                                   on 2000/08/31  13:40:31
4812         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
4813              From: <abigail@foad.org>
4814              Date: Thu, 31 Aug 2000 01:35:05 -0400
4815              Message-ID: <20000831053505.32120.qmail@foad.org>
4816      Branch: perl
4817            ! pod/perldelta.pod
4818 ____________________________________________________________________________
4819 [  6940] By: jhi                                   on 2000/08/31  13:38:48
4820         Log: Issue useful diagnostic on unknown pod commands.
4821              
4822              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
4823              From: <abigail@foad.org>
4824              Date: Thu, 31 Aug 2000 03:41:18 -0400
4825              Message-ID: <20000831074118.24880.qmail@foad.org>
4826      Branch: perl
4827            ! lib/Pod/Man.pm
4828 ____________________________________________________________________________
4829 [  6939] By: jhi                                   on 2000/08/31  13:34:33
4830         Log: Reveal Borland's isnan.
4831              
4832              Subject: build with BC++ tweak
4833              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4834              Date: Thu, 31 Aug 2000 13:09:37 +0400
4835              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
4836      Branch: perl
4837            ! win32/win32.h
4838 ____________________________________________________________________________
4839 [  6938] By: jhi                                   on 2000/08/31  05:01:20
4840         Log: Update Changes.
4841      Branch: perl
4842            ! Changes patchlevel.h
4843 ____________________________________________________________________________
4844 [  6937] By: jhi                                   on 2000/08/31  04:26:23
4845         Log: sscanf() may be the only way to read long doubles from strings.
4846      Branch: metaconfig/U/perl
4847            ! longdblfio.U
4848      Branch: perl
4849            ! Configure config_h.SH perl.h util.c
4850 ____________________________________________________________________________
4851 [  6936] By: jhi                                   on 2000/08/31  04:18:19
4852         Log: The #6929 was too skimpy.
4853      Branch: perl
4854            ! sv.c
4855 ____________________________________________________________________________
4856 [  6935] By: jhi                                   on 2000/08/31  02:47:07
4857         Log: Subject: Re: typos in pods
4858              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4859              Date: Wed, 30 Aug 2000 19:25:34 -0700
4860              Message-ID: <eIcr5gzkg25X092yn@efn.org>
4861      Branch: perl
4862            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
4863 ____________________________________________________________________________
4864 [  6934] By: jhi                                   on 2000/08/31  02:42:55
4865         Log: Missed one Unicode file.
4866      Branch: perl
4867            + lib/unicode/UCDFF301.html
4868 ____________________________________________________________________________
4869 [  6933] By: jhi                                   on 2000/08/30  23:42:27
4870         Log: Update Changes.
4871      Branch: perl
4872            ! Changes patchlevel.h
4873 ____________________________________________________________________________
4874 [  6932] By: jhi                                   on 2000/08/30  23:40:07
4875         Log: Mention UNTIE in perldelta.  Still needs documenting
4876              in perltie et alia.
4877      Branch: perl
4878            ! pod/perldelta.pod
4879 ____________________________________________________________________________
4880 [  6931] By: jhi                                   on 2000/08/30  23:36:02
4881         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
4882              From: <abigail@foad.org>
4883              Date: Wed, 30 Aug 2000 19:28:07 -0400
4884              Message-ID: <20000830232807.305.qmail@foad.org>
4885      Branch: perl
4886            ! pod/perldelta.pod
4887 ____________________________________________________________________________
4888 [  6930] By: jhi                                   on 2000/08/30  23:32:40
4889         Log: Update to Unicode 3.0.1.
4890      Branch: perl
4891            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
4892            + lib/unicode/PropList.txt lib/unicode/README.perl
4893            + lib/unicode/UCD301.html lib/unicode/Unicode.301
4894            - lib/unicode/Props.txt lib/unicode/UCD300.html
4895            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
4896            ! (edit 257 files)
4897 ____________________________________________________________________________
4898 [  6929] By: jhi                                   on 2000/08/30  22:38:18
4899         Log: Heap decorruption.
4900              
4901              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
4902              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4903              Date: Wed, 30 Aug 2000 22:39:52 +0100
4904              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
4905      Branch: perl
4906            ! sv.c
4907 ____________________________________________________________________________
4908 [  6928] By: jhi                                   on 2000/08/30  22:29:34
4909         Log: Retract the dummy test, skip the security tests (instead of failing),
4910              explain what the warnings mean.
4911      Branch: perl
4912            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
4913 ____________________________________________________________________________
4914 [  6927] By: jhi                                   on 2000/08/30  22:14:13
4915         Log: Change the internal implementation of sort() to be mergesort
4916              instead of quicksort, from John Linderman <jpl@research.att.com>.
4917              Gives us better worst case, better average case, and stability.
4918              What's there not to like?  (Small fixes for threaded builds
4919              were required).
4920      Branch: perl
4921            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
4922 ____________________________________________________________________________
4923 [  6926] By: jhi                                   on 2000/08/30  20:55:20
4924         Log: A better fix for the Socket building problem from Craig Berry.
4925      Branch: perl
4926            ! vms/vms.c
4927 ____________________________________________________________________________
4928 [  6925] By: jhi                                   on 2000/08/30  20:20:25
4929         Log: Subject: [PATCH] Re: UNTIE method 
4930              From: Nick Ing-Simmons <nik@tiuk.ti.com>
4931              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
4932              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
4933      Branch: perl
4934            ! pp_sys.c t/op/tie.t
4935 ____________________________________________________________________________
4936 [  6924] By: jhi                                   on 2000/08/30  20:17:11
4937         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
4938              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4939              Date: Wed, 30 Aug 2000 15:03:14 -0500
4940              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
4941      Branch: perl
4942            ! vms/vms.c
4943 ____________________________________________________________________________
4944 [  6923] By: jhi                                   on 2000/08/30  20:15:18
4945         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
4946              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4947              Date: Wed, 30 Aug 2000 13:30:36 -0500
4948              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
4949      Branch: perl
4950            ! vms/vms.c
4951 ____________________________________________________________________________
4952 [  6922] By: jhi                                   on 2000/08/30  19:54:43
4953         Log: Better options for rsync.
4954      Branch: perl
4955            ! pod/perlhack.pod
4956 ____________________________________________________________________________
4957 [  6921] By: jhi                                   on 2000/08/30  19:40:16
4958         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
4959              From: Rick Delaney <rick@consumercontact.com>
4960              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
4961              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
4962      Branch: perl
4963            ! pod/perlfunc.pod
4964 ____________________________________________________________________________
4965 [  6920] By: jhi                                   on 2000/08/30  19:36:40
4966         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
4967              From: Peter Prymmer <pvhp@forte.com>
4968              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
4969              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
4970      Branch: perl
4971            ! configure.com
4972 ____________________________________________________________________________
4973 [  6919] By: jhi                                   on 2000/08/30  14:52:02
4974         Log: Update Changes.
4975      Branch: perl
4976            ! Changes patchlevel.h
4977 ____________________________________________________________________________
4978 [  6918] By: jhi                                   on 2000/08/30  14:48:34
4979         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
4980      Branch: perl
4981            ! lib/ExtUtils/typemap
4982 ____________________________________________________________________________
4983 [  6917] By: jhi                                   on 2000/08/30  14:46:34
4984         Log: Subject: typos in pods
4985              From: Nicholas Clark <nick@ccl4.org>
4986              Date: Wed, 30 Aug 2000 01:12:50 +0100
4987              Message-ID: <20000830011249.A61388@plum.flirble.org>
4988      Branch: perl
4989            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
4990            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
4991            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
4992            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
4993 ____________________________________________________________________________
4994 [  6916] By: jhi                                   on 2000/08/30  14:19:09
4995         Log: Document Storable problems on Crays.  (Will have
4996              to document all the other Storable problems, too.)
4997      Branch: perl
4998            ! pod/perldelta.pod
4999 ____________________________________________________________________________
5000 [  6915] By: jhi                                   on 2000/08/30  14:06:02
5001         Log: Subject: [PATCH] fix misc cast warnings
5002              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5003              Date: Tue, 29 Aug 2000 23:16:14 -0700
5004              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
5005      Branch: perl
5006            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
5007            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
5008            ! os2/os2ish.h
5009 ____________________________________________________________________________
5010 [  6914] By: jhi                                   on 2000/08/30  14:03:45
5011         Log: Timestamp mismatch again.  Need to fix this dependence on
5012              config_h.SH timestamp, since it's the contents of config_h.SH
5013              that matter.
5014      Branch: perl
5015            ! uconfig.h uconfig.sh
5016 ____________________________________________________________________________
5017 [  6913] By: jhi                                   on 2000/08/30  13:54:06
5018         Log: Don't say "Perl 5.0 source kit".
5019      Branch: perl
5020            ! perl.c
5021 ____________________________________________________________________________
5022 [  6912] By: jhi                                   on 2000/08/30  13:51:24
5023         Log: Reset archname and archname64 always, forcing them be
5024              recomputed at each Configure run, make Configure and
5025              the hints files agree on the naming of largefiles variables.
5026      Branch: metaconfig
5027            ! U/threads/archname.U
5028      Branch: metaconfig/U/perl
5029            ! use64bits.U
5030      Branch: perl
5031            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
5032            ! hints/linux.sh hints/solaris_2.sh
5033 ____________________________________________________________________________
5034 [  6911] By: jhi                                   on 2000/08/30  13:30:13
5035         Log: Put back the slice accidentally removed by #6907.
5036      Branch: perl
5037            ! hints/solaris_2.sh
5038 ____________________________________________________________________________
5039 [  6910] By: jhi                                   on 2000/08/30  01:24:26
5040         Log: Be consistent: other Net::get* do export theirs.
5041              
5042              Subject: Re: Net::protoent does not export 'getproto'
5043              From: Yasushi Nakajima <sey@jkc.co.jp>
5044              Date: Wed, 30 Aug 2000 09:53:14 +0900
5045              Message-Id: <200008300051.DAA24700@taku.hut.fi>
5046      Branch: perl
5047            ! lib/Net/protoent.pm
5048 ____________________________________________________________________________
5049 [  6909] By: jhi                                   on 2000/08/30  01:17:25
5050         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
5051              From: Gurusamy Sarathy <gsar@ActiveState.com>
5052              Date: Tue, 29 Aug 2000 17:17:07 -0700
5053              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
5054      Branch: perl
5055            ! cop.h
5056 ____________________________________________________________________________
5057 [  6908] By: jhi                                   on 2000/08/30  00:58:05
5058         Log: Update Changes.
5059      Branch: perl
5060            ! Changes patchlevel.h
5061 ____________________________________________________________________________
5062 [  6907] By: jhi                                   on 2000/08/30  00:57:22
5063         Log: Introduce ccname to keep track of what compiler kind of we have.
5064      Branch: metaconfig/U/perl
5065            ! Checkcc.U gccvers.U
5066      Branch: perl
5067            ! Configure config_h.SH hints/solaris_2.sh
5068 ____________________________________________________________________________
5069 [  6906] By: jhi                                   on 2000/08/30  00:25:47
5070         Log: Put back the flags dump as reasoned in
5071              
5072              Subject: Re: [PATCH] Glob dumping
5073              From: Mike Guy <mjtg@cam.ac.uk> 
5074              Date: Tue, 29 Aug 2000 21:41:32 +0100
5075              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
5076      Branch: perl
5077            ! dump.c t/lib/peek.t
5078 ____________________________________________________________________________
5079 [  6905] By: jhi                                   on 2000/08/30  00:16:17
5080         Log: Make the epsilon to be relative, not absolute.
5081              
5082              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
5083              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
5084              Date: Tue, 29 Aug 2000 19:58:56 -0400
5085              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
5086      Branch: perl
5087            ! t/lib/trig.t
5088 ____________________________________________________________________________
5089 [  6904] By: jhi                                   on 2000/08/30  00:13:09
5090         Log: From now on, Gisle is on my list of usual suspects :-)
5091              Retract #6902.
5092      Branch: perl
5093            ! ext/Opcode/Safe.pm
5094 ____________________________________________________________________________
5095 [  6903] By: jhi                                   on 2000/08/29  23:51:20
5096         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
5097              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5098              Date: Tue, 29 Aug 2000 18:43:26 -0500
5099              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
5100      Branch: perl
5101            + vms/vmspipe.com
5102            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
5103            ! vms/vms.c
5104 ____________________________________________________________________________
5105 [  6902] By: jhi                                   on 2000/08/29  23:44:14
5106         Log: Retry what #6882 attempted.
5107              
5108              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
5109              From: Gisle Aas <gisle@ActiveState.com>
5110              Date: 30 Aug 2000 00:33:09 +0200
5111              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
5112      Branch: perl
5113            ! ext/Opcode/Safe.pm
5114 ____________________________________________________________________________
5115 [  6901] By: jhi                                   on 2000/08/29  22:59:32
5116         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
5117              From: Hugo <hv@crypt.compulink.co.uk>
5118              Date: Mon, 12 Jun 2000 19:36:08 +0100
5119              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
5120      Branch: perl
5121            ! sv.c
5122 ____________________________________________________________________________
5123 [  6900] By: jhi                                   on 2000/08/29  22:58:35
5124         Log: Admit that we are leaking scalars.
5125              
5126              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
5127              From: Spider Boardman <spider@leggy.zk3.dec.com>
5128              Date: Tue, 29 Aug 2000 18:48:29 -0400
5129              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
5130      Branch: perl
5131            ! t/pragma/warnings.t
5132 ____________________________________________________________________________
5133 [  6899] By: jhi                                   on 2000/08/29  20:53:13
5134         Log: Update Changes.
5135      Branch: perl
5136            ! Changes patchlevel.h
5137 ____________________________________________________________________________
5138 [  6898] By: jhi                                   on 2000/08/29  20:46:21
5139         Log: Undo namespace pollution of #6878.
5140              
5141              Subject: Re: Net::protoent does not export 'getproto'
5142              From: Mike Guy <mjtg@cam.ac.uk>
5143              Date: Tue, 29 Aug 2000 21:32:37 +0100
5144              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
5145      Branch: perl
5146            ! lib/Net/protoent.pm
5147 ____________________________________________________________________________
5148 [  6897] By: jhi                                   on 2000/08/29  20:44:29
5149         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
5150              From: Peter Prymmer <pvhp@forte.com>
5151              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
5152              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
5153      Branch: perl
5154            ! pod/perlebcdic.pod
5155 ____________________________________________________________________________
5156 [  6896] By: jhi                                   on 2000/08/29  20:40:57
5157         Log: There's no point repeating the 'revision' (5) of perl5.
5158      Branch: metaconfig/U/perl
5159            ! Devel.U patchlevel.U
5160      Branch: perl
5161            ! Configure config_h.SH
5162 ____________________________________________________________________________
5163 [  6895] By: jhi                                   on 2000/08/29  20:16:58
5164         Log: Regen Configure for #6894.
5165      Branch: metaconfig/U/perl
5166            ! perladmin.U
5167      Branch: perl
5168            ! Configure config_h.SH
5169 ____________________________________________________________________________
5170 [  6894] By: jhi                                   on 2000/08/29  19:59:52
5171         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
5172              From: "Philip Newton" <Philip.Newton@gmx.net>
5173              Date: Tue, 29 Aug 2000 21:39:14 +0200
5174              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
5175      Branch: perl
5176            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
5177            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
5178            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
5179            ! utils/perlbug.PL
5180 ____________________________________________________________________________
5181 [  6893] By: jhi                                   on 2000/08/29  19:55:30
5182         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
5183              From: "Philip Newton" <Philip.Newton@gmx.net>
5184              Date: Tue, 29 Aug 2000 21:39:14 +0200
5185              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
5186      Branch: perl
5187            ! installhtml
5188 ____________________________________________________________________________
5189 [  6892] By: jhi                                   on 2000/08/29  19:53:59
5190         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
5191              From: "Philip Newton" <Philip.Newton@gmx.net>
5192              Date: Tue, 29 Aug 2000 21:48:18 +0200
5193              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
5194      Branch: perl
5195            ! lib/File/Temp.pm
5196 ____________________________________________________________________________
5197 [  6891] By: jhi                                   on 2000/08/29  18:30:03
5198         Log: Nail the ID 20000828.023.
5199      Branch: perl
5200            ! ext/Storable/Storable.xs
5201 ____________________________________________________________________________
5202 [  6890] By: jhi                                   on 2000/08/29  16:50:17
5203         Log: Under usethreads the dumped variable is IN_PAD.
5204              
5205              Subject: Re: [PATCH] Glob dumping
5206              From: Gisle Aas <gisle@ActiveState.com>
5207              Date: 29 Aug 2000 18:45:05 +0200
5208              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
5209      Branch: perl
5210            ! t/lib/peek.t
5211 ____________________________________________________________________________
5212 [  6889] By: jhi                                   on 2000/08/29  15:17:37
5213         Log: Update Changes.
5214      Branch: perl
5215            ! Changes patchlevel.h
5216 ____________________________________________________________________________
5217 [  6888] By: jhi                                   on 2000/08/29  14:49:59
5218         Log: Retract #6882, broke the safe tests.
5219      Branch: perl
5220            ! ext/Opcode/Safe.pm
5221 ____________________________________________________________________________
5222 [  6887] By: jhi                                   on 2000/08/29  14:47:06
5223         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
5224              From: Gisle Aas <gisle@ActiveState.com> 
5225              Date: 09 Jun 2000 20:00:11 +0200
5226              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
5227      Branch: perl
5228            ! utils/perldoc.PL
5229 ____________________________________________________________________________
5230 [  6886] By: jhi                                   on 2000/08/29  14:42:45
5231         Log: The #6881 removed one dump line.
5232      Branch: perl
5233            ! t/lib/peek.t
5234 ____________________________________________________________________________
5235 [  6885] By: jhi                                   on 2000/08/29  14:30:47
5236         Log: Don't forget to tidy up.
5237      Branch: perl
5238            ! t/lib/ftmp-security.t
5239 ____________________________________________________________________________
5240 [  6884] By: jhi                                   on 2000/08/29  14:25:17
5241         Log: Disabling the one test is a bit tricky.
5242      Branch: perl
5243            ! t/lib/ftmp-security.t
5244 ____________________________________________________________________________
5245 [  6883] By: jhi                                   on 2000/08/29  14:16:25
5246         Log: Disable one of the tests for now.
5247      Branch: perl
5248            ! t/lib/ftmp-security.t
5249 ____________________________________________________________________________
5250 [  6882] By: jhi                                   on 2000/08/29  14:05:50
5251         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
5252              From: gisle@aas.no
5253              Date: 29 Aug 2000 10:35:06 -0000
5254              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
5255      Branch: perl
5256            ! ext/Opcode/Safe.pm
5257 ____________________________________________________________________________
5258 [  6881] By: jhi                                   on 2000/08/29  14:03:51
5259         Log: Subject: [PATCH] Glob dumping
5260              From: Gisle Aas <gisle@ActiveState.com>
5261              Date: 29 Aug 2000 07:59:42 -0000
5262              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
5263      Branch: perl
5264            ! dump.c
5265 ____________________________________________________________________________
5266 [  6880] By: jhi                                   on 2000/08/29  14:02:01
5267         Log: Subject: [PATCH] Warnings in B::Deparse
5268              From: <abigail@foad.org>
5269              Date: Tue, 29 Aug 2000 00:00:01 -0400
5270              Message-ID: <20000829040001.2999.qmail@foad.org>
5271      Branch: perl
5272            ! ext/B/B/Deparse.pm
5273 ____________________________________________________________________________
5274 [  6879] By: jhi                                   on 2000/08/29  13:57:26
5275         Log: Missed a change in #6869.
5276      Branch: perl
5277            ! mg.c
5278 ____________________________________________________________________________
5279 [  6878] By: jhi                                   on 2000/08/29  13:45:04
5280         Log: Subject: Net::protoent does not export 'getproto'
5281              From: Yasushi Nakajima <sey@jkc.co.jp>
5282              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
5283      Branch: perl
5284            ! lib/Net/protoent.pm
5285 ____________________________________________________________________________
5286 [  6877] By: jhi                                   on 2000/08/29  13:39:19
5287         Log: Patches all over for people and the files they (hopefully) care about.
5288      Branch: perl
5289            ! AUTHORS Changes MAINTAIN
5290 ____________________________________________________________________________
5291 [  6876] By: jhi                                   on 2000/08/29  12:53:54
5292         Log: Fix for thinko in #6848.
5293              
5294              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
5295              From: Lupe Christoph <lupe@lupe-christoph.de>
5296              Date: Tue, 29 Aug 2000 09:04:08 +0200
5297              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
5298      Branch: perl
5299            ! ext/Thread/Thread.xs
5300 ____________________________________________________________________________
5301 [  6875] By: jhi                                   on 2000/08/29  12:50:14
5302         Log: Update to Getopt::Long 2.24, from Johan Vromans.
5303      Branch: perl
5304            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
5305 ____________________________________________________________________________
5306 [  6874] By: jhi                                   on 2000/08/29  02:09:53
5307         Log: Use minimal @INC in tests, most of the time just '../lib',
5308              so that we simply can't pick up stuff from other Perls than
5309              the one we are testing.  Pointed out by
5310              
5311              From: Mike Guy <mjtg@cam.ac.uk>
5312              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
5313              Date: Fri, 25 Aug 2000 15:15:59 +0100
5314              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
5315      Branch: perl
5316            ! (edit 185 files)
5317 ____________________________________________________________________________
5318 [  6873] By: jhi                                   on 2000/08/29  01:07:11
5319         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
5320              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5321              Date: Mon, 28 Aug 2000 17:45:52 -0700
5322              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
5323      Branch: perl
5324            ! Makefile.SH hints/os2.sh
5325 ____________________________________________________________________________
5326 [  6872] By: jhi                                   on 2000/08/28  23:33:39
5327         Log: Subject: [PATCH bleedperl@6866] spellings
5328              From: marcel@codewerk.com (Marcel Grunauer)
5329              Date: Tue, 29 Aug 2000 01:19:59 +0200
5330              Message-Id: <200008282319.BAA29862@gandalf.local>
5331      Branch: perl
5332            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
5333            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
5334            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
5335 ____________________________________________________________________________
5336 [  6871] By: jhi                                   on 2000/08/28  23:22:09
5337         Log: Take out the SUIDMAIL thing, that will not be
5338              a problem in 5.7.*.
5339      Branch: perl
5340            ! patchlevel.h
5341 ____________________________________________________________________________
5342 [  6870] By: jhi                                   on 2000/08/28  23:19:30
5343         Log: -S is the silent flag, -s is the strip flag.
5344              
5345              Subject: [PATCH] Re: [PATCH] make no-install          
5346              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5347              Date: Mon, 28 Aug 2000 15:12:55 -0700
5348              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
5349      Branch: perl
5350            ! Makefile.SH
5351 ____________________________________________________________________________
5352 [  6869] By: jhi                                   on 2000/08/28  23:12:05
5353         Log: Subject: [PATCH bleedperl@6856] warnings fixes
5354              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5355              Date: Mon, 28 Aug 2000 23:55:06 +0100
5356              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
5357      Branch: perl
5358            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
5359            ! warnings.h warnings.pl
5360 ____________________________________________________________________________
5361 [  6868] By: jhi                                   on 2000/08/28  21:38:22
5362         Log: Potential cruft.
5363      Branch: perl
5364            ! Makefile.SH
5365 ____________________________________________________________________________
5366 [  6867] By: jhi                                   on 2000/08/28  21:35:36
5367         Log: Update Changes.
5368      Branch: perl
5369            ! Changes patchlevel.h
5370 ____________________________________________________________________________
5371 [  6866] By: jhi                                   on 2000/08/28  21:33:49
5372         Log: Subject: hv.h Doc Patch
5373              From: Fisher Mark <fisherm@tce.com>
5374              Date: Mon, 28 Aug 2000 16:24:59 -0500
5375              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
5376      Branch: perl
5377            ! hv.h
5378 ____________________________________________________________________________
5379 [  6865] By: jhi                                   on 2000/08/28  21:02:15
5380         Log: Add -ld to archname on long tr...double platforms.
5381      Branch: metaconfig
5382            ! U/threads/archname.U
5383      Branch: perl
5384            ! Configure config_h.SH
5385 ____________________________________________________________________________
5386 [  6864] By: jhi                                   on 2000/08/28  20:38:59
5387         Log: An attempt to fix the problem reported in
5388              
5389              Subject: Building perl@6856 using gcc/AIX 4.3.3 
5390              From: Daniel Muino <dmuino@afip.gov.ar> 
5391              Date: Mon, 28 Aug 2000 15:50:01 -0300   
5392              Message-ID: <20000828155001.A14403@con2-dgi>
5393              
5394              I can't test this properly since the gcc installation I have
5395              access to seems to be botched (gcc is calling the AIX cpp,
5396              a losing proposition...)
5397      Branch: perl
5398            ! hints/aix.sh
5399 ____________________________________________________________________________
5400 [  6863] By: jhi                                   on 2000/08/28  18:57:52
5401         Log: Fix for ID 20000828.001, long doubles were not formatted
5402              correctly (showed up in $], which stopped installing perl).
5403      Branch: perl
5404            ! sv.c
5405 ____________________________________________________________________________
5406 [  6862] By: jhi                                   on 2000/08/28  18:07:15
5407         Log: Typo in #6858.
5408      Branch: perl
5409            ! lib/Cwd.pm
5410 ____________________________________________________________________________
5411 [  6861] By: jhi                                   on 2000/08/28  17:57:27
5412         Log: opmini.o may be left around if a build is interrupted.
5413      Branch: perl
5414            ! Makefile.SH
5415 ____________________________________________________________________________
5416 [  6860] By: jhi                                   on 2000/08/28  16:52:50
5417         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
5418              From: Daniel Chetlin <daniel@chetlin.com>
5419              Date: Mon, 28 Aug 2000 01:14:18 -0700
5420              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
5421      Branch: perl
5422            ! lib/overload.pm
5423 ____________________________________________________________________________
5424 [  6859] By: jhi                                   on 2000/08/28  16:08:46
5425         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
5426              From: Nicholas Clark <nick@ccl4.org>
5427              Date: Mon, 28 Aug 2000 16:03:27 +0100
5428              Message-Id: <20000828160327.C49785@plum.flirble.org>
5429      Branch: perl
5430            ! ext/ByteLoader/bytecode.h
5431 ____________________________________________________________________________
5432 [  6858] By: jhi                                   on 2000/08/28  16:02:10
5433         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
5434              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
5435              Date: Mon, 28 Aug 2000 13:08:30 +0200
5436              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
5437      Branch: perl
5438            ! lib/Cwd.pm
5439 ____________________________________________________________________________
5440 [  6857] By: jhi                                   on 2000/08/28  15:42:47
5441         Log: display_format used as a class method without arguments was broken,
5442              reported in
5443              
5444              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
5445              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
5446              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
5447              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
5448      Branch: perl
5449            ! lib/Math/Complex.pm t/lib/complex.t
5450 ____________________________________________________________________________
5451 [  6856] By: jhi                                   on 2000/08/27  22:09:48
5452         Log: Update Changes.
5453      Branch: perl
5454            ! Changes patchlevel.h
5455 ____________________________________________________________________________
5456 [  6855] By: jhi                                   on 2000/08/27  21:59:21
5457         Log: Retract #6853 (false alarm).
5458      Branch: perl
5459            ! lib/ExtUtils/xsubpp
5460 ____________________________________________________________________________
5461 [  6854] By: jhi                                   on 2000/08/27  21:37:44
5462         Log: Update Changes.
5463      Branch: perl
5464            ! Changes patchlevel.h
5465 ____________________________________________________________________________
5466 [  6853] By: jhi                                   on 2000/08/27  21:37:16
5467         Log: Subject: [PATCH perl@6850] workaround for xsubpp
5468              From: Hugo <hv@crypt.compulink.co.uk>
5469              Date: Sun, 27 Aug 2000 22:30:25 +0100
5470              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
5471      Branch: perl
5472            ! lib/ExtUtils/xsubpp
5473 ____________________________________________________________________________
5474 [  6852] By: jhi                                   on 2000/08/27  21:33:58
5475         Log: Big-endian 64-bit patch from Raphael Manfredi.
5476      Branch: perl
5477            ! ext/Storable/Storable.xs
5478 ____________________________________________________________________________
5479 [  6851] By: jhi                                   on 2000/08/27  21:22:21
5480         Log: More ruthless editing from Hugo van der Sanden.
5481      Branch: perl
5482            ! pod/perldelta.pod
5483 ____________________________________________________________________________
5484 [  6850] By: jhi                                   on 2000/08/27  16:11:46
5485         Log: Update Changes.
5486      Branch: perl
5487            ! Changes patchlevel.h
5488 ____________________________________________________________________________
5489 [  6849] By: jhi                                   on 2000/08/27  16:11:05
5490         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
5491      Branch: perl
5492            ! configpm pod/perldelta.pod
5493 ____________________________________________________________________________
5494 [  6848] By: jhi                                   on 2000/08/27  15:35:08
5495         Log: Use the actual thread type, not the pointer-to-struct.
5496      Branch: perl
5497            ! ext/Thread/Thread.xs
5498 ____________________________________________________________________________
5499 [  6847] By: jhi                                   on 2000/08/27  15:30:49
5500         Log: Test nit.
5501      Branch: perl
5502            ! t/pragma/warn/pp_sys
5503 ____________________________________________________________________________
5504 [  6846] By: jhi                                   on 2000/08/27  15:19:02
5505         Log: Passing -R in ldflags makes now it to appear in the default
5506              for lddlflags, just like with -L.
5507              
5508              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5509              From: Lupe Christoph <lupe@lupe-christoph.de>
5510              Date: Sun, 27 Aug 2000 10:28:21 +0200
5511              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
5512      Branch: metaconfig/U/perl
5513            ! dlsrc.U
5514      Branch: perl
5515            ! Configure
5516 ____________________________________________________________________________
5517 [  6845] By: jhi                                   on 2000/08/27  15:08:54
5518         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5519              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5520              Date: Sat, 26 Aug 2000 22:23:27 +0100
5521              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
5522      Branch: perl
5523            ! lib/ExtUtils/MM_Unix.pm
5524 ____________________________________________________________________________
5525 [  6844] By: jhi                                   on 2000/08/27  15:02:37
5526         Log: DJGPP update from Laszlo Molnar.
5527              
5528              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
5529              From: ml1050 <ml1050@freemail.hu>
5530              Date: Sat, 26 Aug 2000 23:24:40 +0200
5531              Message-Id: <20000826232440.A439@freemail.hu>
5532      Branch: perl
5533            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
5534            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
5535 ____________________________________________________________________________
5536 [  6843] By: jhi                                   on 2000/08/27  14:53:58
5537         Log: Subject: installman buglet
5538              From: Lupe Christoph <lupe@lupe-christoph.de>
5539              Date: Sun, 27 Aug 2000 14:38:59 +0200
5540              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
5541      Branch: perl
5542            ! installman
5543 ____________________________________________________________________________
5544 [  6842] By: jhi                                   on 2000/08/27  14:52:08
5545         Log: Can't get the test to reliably work thanks to the
5546              inaccurateness of floating point.  "Resolves" bug ids
5547              20000826.003, 20000826.009, 20000826.010,
5548      Branch: perl
5549            ! t/lib/trig.t
5550 ____________________________________________________________________________
5551 [  6841] By: jhi                                   on 2000/08/26  15:53:58
5552         Log: Update Changes.
5553      Branch: perl
5554            ! Changes patchlevel.h
5555 ____________________________________________________________________________
5556 [  6840] By: jhi                                   on 2000/08/26  14:23:03
5557         Log: grep -e isn't portable.
5558              
5559              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
5560              From: chris@broadband.att.com
5561              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
5562              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
5563      Branch: perl
5564            ! hints/solaris_2.sh
5565 ____________________________________________________________________________
5566 [  6839] By: jhi                                   on 2000/08/26  14:12:23
5567         Log: no-install target a la make -n.
5568              
5569              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
5570              From: <abigail@foad.org>
5571              Date: Sat, 26 Aug 2000 03:57:34 -0400
5572              Message-ID: <20000826075735.18912.qmail@foad.org>
5573      Branch: perl
5574            ! Makefile.SH installman installperl
5575 ____________________________________________________________________________
5576 [  6838] By: jhi                                   on 2000/08/26  14:06:33
5577         Log: Retract #6826 as the #6828 should be do the same
5578              in a More Correct Way.
5579      Branch: perl
5580            ! installperl
5581 ____________________________________________________________________________
5582 [  6837] By: jhi                                   on 2000/08/26  05:24:00
5583         Log: More casting.
5584      Branch: perl
5585            ! ext/Storable/Storable.xs
5586 ____________________________________________________________________________
5587 [  6836] By: jhi                                   on 2000/08/26  05:05:46
5588         Log: Nicer in decimal.
5589      Branch: perl
5590            ! ext/Storable/Storable.xs
5591 ____________________________________________________________________________
5592 [  6835] By: jhi                                   on 2000/08/26  05:03:50
5593         Log: There be no UVdf.
5594      Branch: perl
5595            ! ext/Storable/Storable.xs
5596 ____________________________________________________________________________
5597 [  6834] By: jhi                                   on 2000/08/26  05:00:18
5598         Log: Continue IVdfing and UVxfing.
5599      Branch: perl
5600            ! ext/Storable/Storable.xs
5601 ____________________________________________________________________________
5602 [  6833] By: jhi                                   on 2000/08/26  04:53:14
5603         Log: Use IVdf.
5604      Branch: perl
5605            ! ext/Storable/Storable.xs
5606 ____________________________________________________________________________
5607 [  6832] By: jhi                                   on 2000/08/26  04:40:41
5608         Log: Document PTR2XX and INT2PTR.
5609      Branch: perl
5610            ! pod/perlguts.pod
5611 ____________________________________________________________________________
5612 [  6831] By: jhi                                   on 2000/08/26  04:33:18
5613         Log: Use UVxf, PTR2UV, NVff.
5614      Branch: perl
5615            ! ext/Storable/Storable.xs
5616 ____________________________________________________________________________
5617 [  6830] By: jhi                                   on 2000/08/26  04:31:32
5618         Log: Update the test count.
5619      Branch: perl
5620            ! t/lib/trig.t
5621 ____________________________________________________________________________
5622 [  6829] By: jhi                                   on 2000/08/26  03:05:50
5623         Log: Subject: [PATCH] installation not quite silent yet.
5624              From: <abigail@foad.org>
5625              Date: Fri, 25 Aug 2000 20:07:53 -0400
5626              Message-ID: <20000826000753.7822.qmail@foad.org>
5627      Branch: perl
5628            ! installman installperl
5629 ____________________________________________________________________________
5630 [  6828] By: jhi                                   on 2000/08/26  03:05:14
5631         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5632              From: Spider Boardman <spider@web.zk3.dec.com>
5633              Date: Fri, 25 Aug 2000 19:12:40 -0400
5634              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
5635      Branch: perl
5636            ! gv.c
5637 ____________________________________________________________________________
5638 [  6827] By: jhi                                   on 2000/08/25  23:54:34
5639         Log: Support preserving extremely big/small angles.
5640      Branch: perl
5641            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
5642 ____________________________________________________________________________
5643 [  6826] By: jhi                                   on 2000/08/25  23:01:20
5644         Log: Patch installperl to be long double-aware.
5645              
5646              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5647              From: Spider Boardman <spider@web.zk3.dec.com>
5648              Date: Fri, 25 Aug 2000 18:15:23 -0400
5649              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
5650      Branch: perl
5651            ! installperl
5652 ____________________________________________________________________________
5653 [  6825] By: jhi                                   on 2000/08/25  22:58:25
5654         Log: Remove duplicately applied patch shards.
5655              
5656              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
5657              From: Spider Boardman <spider@leggy.zk3.dec.com>
5658              Date: Fri, 25 Aug 2000 16:45:03 -0400
5659              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
5660      Branch: perl
5661            ! t/lib/cgi-html.t
5662 ____________________________________________________________________________
5663 [  6824] By: jhi                                   on 2000/08/25  22:57:00
5664         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5665              From: Daniel Chetlin <daniel@chetlin.com>
5666              Date: Fri, 25 Aug 2000 12:23:16 -0700
5667              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
5668              
5669              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5670              From: Daniel Chetlin <daniel@chetlin.com>
5671              Date: Fri, 25 Aug 2000 14:47:19 -0700
5672              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
5673      Branch: perl
5674            ! installman
5675 ____________________________________________________________________________
5676 [  6823] By: jhi                                   on 2000/08/25  22:44:17
5677         Log: Timestamp problem?
5678      Branch: perl
5679            ! uconfig.h uconfig.sh
5680 ____________________________________________________________________________
5681 [  6822] By: jhi                                   on 2000/08/25  19:01:06
5682         Log: One forgotten file from #6816.
5683      Branch: perl
5684            ! vos/config.h
5685 ____________________________________________________________________________
5686 [  6821] By: jhi                                   on 2000/08/25  18:56:39
5687         Log: Regen Changes.
5688      Branch: perl
5689            ! Changes patchlevel.h
5690 ____________________________________________________________________________
5691 [  6820] By: jhi                                   on 2000/08/25  18:52:35
5692         Log: Fix Changes ordering.
5693      Branch: perl
5694            ! Changes
5695 ____________________________________________________________________________
5696 [  6819] By: jhi                                   on 2000/08/25  18:50:25
5697         Log: Update Changes.
5698      Branch: perl
5699            ! Changes patchlevel.h
5700 ____________________________________________________________________________
5701 [  6818] By: jhi                                   on 2000/08/25  18:47:45
5702         Log: Tweak the sfio/useperlio logic, hopefully as wished in
5703              
5704              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
5705              From: Nicholas Clark <nick@babyhippo.co.uk>
5706              Date: Fri, 25 Aug 2000 12:01:45 +0100
5707              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
5708      Branch: metaconfig/U/perl
5709            ! d_sfio.U
5710      Branch: perl
5711            ! Configure
5712 ____________________________________________________________________________
5713 [  6817] By: jhi                                   on 2000/08/25  18:32:51
5714         Log: Allow microperl to assume <math.h>, without it the math
5715              functions like floor() are assumed to return int, which makes
5716              for core dumps in machines where integer and floating register
5717              don't mix.
5718      Branch: perl
5719            ! uconfig.h uconfig.sh
5720 ____________________________________________________________________________
5721 [  6816] By: jhi                                   on 2000/08/25  18:27:17
5722         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
5723              the problem reported in
5724              
5725              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
5726              From: danhale@us.ibm.com
5727              Date: Fri, 25 Aug 2000 10:58:06 -0400
5728              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
5729      Branch: metaconfig/U/perl
5730            + d_socks5_init.U
5731      Branch: perl
5732            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
5733            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
5734            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
5735            ! win32/config.gc win32/config.vc
5736 ____________________________________________________________________________
5737 [  6815] By: jhi                                   on 2000/08/25  17:43:31
5738         Log: A solution for the retrieve_fd autosplit warning,
5739              idea suggested by Mike Guy.
5740      Branch: perl
5741            ! ext/Storable/Storable.pm
5742 ____________________________________________________________________________
5743 [  6814] By: jhi                                   on 2000/08/25  17:16:03
5744         Log: Add install-silent target.
5745      Branch: perl
5746            ! Makefile.SH
5747 ____________________________________________________________________________
5748 [  6813] By: jhi                                   on 2000/08/25  17:14:23
5749         Log: Subject: Re: [PATCH] More silencing of installman.
5750              From: <abigail@foad.org>
5751              Date: Thu, 24 Aug 2000 19:27:03 -0400
5752              Message-ID: <20000824232703.7001.qmail@foad.org>
5753              
5754              Subject: Re: [PATCH] More silencing of installman.
5755              From: <abigail@foad.org>
5756              Date: Fri, 25 Aug 2000 03:00:58 -0400
5757              Message-ID: <20000825070058.10697.qmail@foad.org>
5758      Branch: perl
5759            ! installman
5760 ____________________________________________________________________________
5761 [  6812] By: jhi                                   on 2000/08/25  17:11:28
5762         Log: installperl --verbose and --silent.
5763              
5764              Subject: Re: [PATCH] More silencing of installman.
5765              From: <abigail@foad.org>
5766              Message-ID: <20000825064430.9719.qmail@foad.org>
5767              Date: Fri, 25 Aug 2000 02:44:30 -0400
5768      Branch: perl
5769            ! installperl
5770 ____________________________________________________________________________
5771 [  6811] By: jhi                                   on 2000/08/25  17:05:43
5772         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
5773              From: "Peter J. Farley III" <pjfarley@banet.net>
5774              Date: Thu, 24 Aug 2000 21:58:03 -0400
5775              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
5776              
5777              (applied slightly modified)
5778      Branch: perl
5779            ! lib/ExtUtils/MM_Unix.pm
5780 ____________________________________________________________________________
5781 [  6810] By: jhi                                   on 2000/08/25  17:01:18
5782         Log: Missing parts of 
5783              
5784              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
5785              From: Peter Prymmer <pvhp@forte.com>
5786              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
5787              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
5788      Branch: perl
5789            ! t/lib/cgi-html.t
5790 ____________________________________________________________________________
5791 [  6809] By: jhi                                   on 2000/08/25  16:46:32
5792         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
5793              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5794              Date: Thu, 24 Aug 2000 19:13:11 -0500
5795              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
5796      Branch: perl
5797            ! vms/vms.c
5798 ____________________________________________________________________________
5799 [  6808] By: jhi                                   on 2000/08/25  16:39:22
5800         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
5801              From: Peter Prymmer <pvhp@forte.com>
5802              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
5803              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
5804      Branch: perl
5805            ! configure.com
5806 ____________________________________________________________________________
5807 [  6807] By: jhi                                   on 2000/08/25  16:36:37
5808         Log: Better wording for the vec lvalue diagnostic.
5809              
5810              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5811              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5812              Date: Wed, 23 Aug 2000 14:12:16 -0400
5813              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
5814      Branch: perl
5815            ! pod/perldiag.pod
5816 ____________________________________________________________________________
5817 [  6806] By: jhi                                   on 2000/08/24  18:17:22
5818         Log: Subject: [PATCH] More silencing of installman.
5819              From: <abigail@foad.org>
5820              Date: Thu, 24 Aug 2000 14:01:44 -0400
5821              Message-ID: <20000824180144.20062.qmail@foad.org>
5822      Branch: perl
5823            ! installman
5824 ____________________________________________________________________________
5825 [  6805] By: jhi                                   on 2000/08/24  15:00:31
5826         Log: Update Changes.
5827      Branch: perl
5828            ! Changes patchlevel.h
5829 ____________________________________________________________________________
5830 [  6804] By: jhi                                   on 2000/08/24  14:59:07
5831         Log: Regen perltoc.
5832      Branch: perl
5833            ! pod/perltoc.pod
5834 ____________________________________________________________________________
5835 [  6803] By: jhi                                   on 2000/08/24  14:44:39
5836         Log: Show the doc file, not the temp file.
5837      Branch: perl
5838            ! installman
5839 ____________________________________________________________________________
5840 [  6802] By: jhi                                   on 2000/08/24  14:41:53
5841         Log: Continue silencing.
5842      Branch: perl
5843            ! installman
5844 ____________________________________________________________________________
5845 [  6801] By: jhi                                   on 2000/08/24  14:34:40
5846         Log: Actually do something with the silencer option.
5847      Branch: perl
5848            ! installman
5849 ____________________________________________________________________________
5850 [  6800] By: jhi                                   on 2000/08/24  14:26:22
5851         Log: Make installman to recognize the silence flag -S.
5852      Branch: perl
5853            ! installman
5854 ____________________________________________________________________________
5855 [  6799] By: jhi                                   on 2000/08/24  13:49:38
5856         Log: DOS patches and portability/porting notes, from Tim Jenness.
5857      Branch: perl
5858            ! lib/File/Temp.pm
5859 ____________________________________________________________________________
5860 [  6798] By: jhi                                   on 2000/08/24  13:48:27
5861         Log: Create directories in silence.
5862              
5863              Subject: [PATCH] Another silencer for MakeMaker
5864              From: andreas.koenig@anima.de (Andreas J. Koenig)
5865              Date: 24 Aug 2000 14:18:52 +0200
5866              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
5867      Branch: perl
5868            ! lib/ExtUtils/Command.pm
5869 ____________________________________________________________________________
5870 [  6797] By: jhi                                   on 2000/08/24  13:46:42
5871         Log: More liberal parsing of version numbers.
5872              
5873              Subject: Re: CPAN.pm beta for testing available
5874              From: andreas.koenig@anima.de (Andreas J. Koenig)
5875              Date: 24 Aug 2000 13:51:57 +0200
5876              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
5877      Branch: perl
5878            ! lib/CPAN.pm
5879 ____________________________________________________________________________
5880 [  6796] By: jhi                                   on 2000/08/24  13:44:36
5881         Log: Make "make install" by default silent.  A new "install-verbose"
5882              target is verbose.
5883      Branch: perl
5884            ! Makefile.SH
5885 ____________________________________________________________________________
5886 [  6795] By: jhi                                   on 2000/08/24  13:39:14
5887         Log: Add silencer flags to installperl.
5888              
5889              Subject: [PATCH] Making installperl silent.
5890              From: <abigail@foad.org>
5891              Date: Thu, 24 Aug 2000 05:01:45 -0400
5892              Message-ID: <20000824090145.13141.qmail@foad.org>
5893      Branch: perl
5894            ! installperl
5895 ____________________________________________________________________________
5896 [  6794] By: jhi                                   on 2000/08/24  13:35:50
5897         Log: installperl couldn't tell whether it had run tests or not.
5898              
5899              Subject: [PATCH] Re: installperl and t/TEST
5900              From: <abigail@foad.org>
5901              Date: Thu, 24 Aug 2000 04:00:53 -0400
5902              Message-ID: <20000824080053.2494.qmail@foad.org>
5903      Branch: perl
5904            ! Makefile.SH installperl
5905 ____________________________________________________________________________
5906 [  6793] By: jhi                                   on 2000/08/24  13:27:50
5907         Log: Drop the separate perlbc, perlcc -b should be enough.
5908      Branch: perl
5909            - utils/perlbc.PL
5910            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
5911 ____________________________________________________________________________
5912 [  6792] By: jhi                                   on 2000/08/24  04:41:30
5913         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
5914              plus the typo fix from Peter Prymmer.
5915      Branch: perl
5916            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
5917            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
5918 ____________________________________________________________________________
5919 [  6791] By: jhi                                   on 2000/08/24  02:10:43
5920         Log: Replace #6705 with a minimal doc patch.
5921              
5922              Subject: [PATCH 5.6.0] replace change #6705
5923              From: Jan Dubois <jand@ActiveState.com>
5924              Date: Wed, 23 Aug 2000 18:31:51 -0700
5925              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
5926      Branch: perl
5927            ! lib/Win32.pod win32/win32.c
5928 ____________________________________________________________________________
5929 [  6790] By: jhi                                   on 2000/08/23  17:52:00
5930         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5931              From: Mike Guy <mjtg@cam.ac.uk>
5932              Date: Wed, 23 Aug 2000 18:38:46 +0100
5933              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
5934      Branch: perl
5935            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
5936 ____________________________________________________________________________
5937 [  6789] By: jhi                                   on 2000/08/23  15:34:21
5938         Log: Update Changes.
5939      Branch: perl
5940            ! Changes patchlevel.h
5941 ____________________________________________________________________________
5942 [  6788] By: jhi                                   on 2000/08/23  15:33:40
5943         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
5944              From: Wilfredo Sánchez <wsanchez@apple.com>
5945              Date: Tue, 22 Aug 2000 19:31:27 -0700
5946              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
5947      Branch: perl
5948            ! perl.h
5949 ____________________________________________________________________________
5950 [  6787] By: jhi                                   on 2000/08/23  15:29:31
5951         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
5952              From: Spider Boardman <spider@leggy.zk3.dec.com>
5953              Date: Wed, 23 Aug 2000 10:33:23 -0400
5954              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
5955      Branch: perl
5956            ! lib/Pod/Html.pm
5957 ____________________________________________________________________________
5958 [  6786] By: jhi                                   on 2000/08/23  15:28:11
5959         Log: Bad makefile.
5960      Branch: perl
5961            ! ext/B/Makefile.PL
5962 ____________________________________________________________________________
5963 [  6785] By: jhi                                   on 2000/08/23  14:37:04
5964         Log: Update Changes.
5965      Branch: perl
5966            ! Changes patchlevel.h
5967 ____________________________________________________________________________
5968 [  6784] By: jhi                                   on 2000/08/23  13:58:41
5969         Log: Portability fix from Hugo van der Sanden.
5970      Branch: perl
5971            ! ext/re/Makefile.PL
5972 ____________________________________________________________________________
5973 [  6783] By: jhi                                   on 2000/08/23  13:53:53
5974         Log: Storable support, v-version fixes.
5975              
5976              Subject: CPAN.pm beta for testing available
5977              From: andreas.koenig@anima.de (Andreas J. Koenig)
5978              Date: 22 Aug 2000 23:31:33 +0200
5979              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
5980      Branch: perl
5981            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5982 ____________________________________________________________________________
5983 [  6782] By: jhi                                   on 2000/08/23  13:51:26
5984         Log: Mac and other portability updates from Chris Nandor.
5985      Branch: perl
5986            ! pod/perlmodinstall.pod
5987 ____________________________________________________________________________
5988 [  6781] By: jhi                                   on 2000/08/23  13:47:33
5989         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
5990              From: Peter Prymmer <pvhp@forte.com>
5991              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
5992              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
5993      Branch: perl
5994            ! ext/Storable/Storable.xs
5995 ____________________________________________________________________________
5996 [  6780] By: jhi                                   on 2000/08/23  13:33:34
5997         Log: VMS MMS (make) wants null action.
5998      Branch: perl
5999            ! ext/B/Makefile.PL
6000 ____________________________________________________________________________
6001 [  6779] By: jhi                                   on 2000/08/22  19:44:47
6002         Log: Forgot portability nit.
6003      Branch: perl
6004            ! t/lib/st-forgive.t
6005 ____________________________________________________________________________
6006 [  6778] By: jhi                                   on 2000/08/22  19:35:25
6007         Log: Be portable.
6008      Branch: perl
6009            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
6010            ! t/lib/st-store.t
6011 ____________________________________________________________________________
6012 [  6777] By: jhi                                   on 2000/08/22  18:50:53
6013         Log: Update Changes.
6014      Branch: perl
6015            ! Changes patchlevel.h
6016 ____________________________________________________________________________
6017 [  6776] By: jhi                                   on 2000/08/22  18:44:46
6018         Log: cSVOPo_*v things index into the current PL_curpad
6019              under ithreads, which is different from the curpad
6020              used by the XSUB.  (In other words, the code as-is
6021              before this patch wouldn't work under ithreads.)
6022              From Sarathy.
6023      Branch: perl
6024            ! ext/B/B.xs
6025 ____________________________________________________________________________
6026 [  6775] By: jhi                                   on 2000/08/22  18:18:37
6027         Log: Make the selection of NVff et al stricter.
6028      Branch: metaconfig/U/perl
6029            ! perlxvf.U
6030      Branch: perl
6031            ! Configure config_h.SH
6032 ____________________________________________________________________________
6033 [  6774] By: jhi                                   on 2000/08/22  17:19:42
6034         Log: perldelta nits.
6035      Branch: perl
6036            ! pod/perldelta.pod
6037 ____________________________________________________________________________
6038 [  6773] By: jhi                                   on 2000/08/22  17:06:26
6039         Log: Long double fixes from Spider Boardman.
6040              
6041              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
6042              From: system PRIVILEGED account <root@peano.zk3.dec.com>
6043              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
6044              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
6045      Branch: perl
6046            ! t/lib/bigfltpm.t t/lib/st-06compat.t
6047 ____________________________________________________________________________
6048 [  6772] By: jhi                                   on 2000/08/22  15:04:53
6049         Log: Update Changes.
6050      Branch: perl
6051            ! Changes patchlevel.h
6052 ____________________________________________________________________________
6053 [  6771] By: jhi                                   on 2000/08/22  15:01:44
6054         Log: perldelta fixes from Hugo van der Sanden.
6055      Branch: perl
6056            ! pod/perldelta.pod
6057 ____________________________________________________________________________
6058 [  6770] By: jhi                                   on 2000/08/22  14:34:49
6059         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
6060              From: Hugo <hv@crypt.compulink.co.uk>
6061              Date: Tue, 22 Aug 2000 11:21:53 +0100
6062              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
6063      Branch: perl
6064            ! regcomp.c
6065 ____________________________________________________________________________
6066 [  6769] By: jhi                                   on 2000/08/22  14:30:02
6067         Log: Add Yitzchak, reformat.
6068      Branch: perl
6069            ! Changes config_h.SH
6070 ____________________________________________________________________________
6071 [  6768] By: jhi                                   on 2000/08/22  14:21:35
6072         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
6073              and Spider Boardman.
6074      Branch: metaconfig
6075            ! U/compline/d_gconvert.U
6076      Branch: perl
6077            ! Configure
6078 ____________________________________________________________________________
6079 [  6767] By: jhi                                   on 2000/08/22  14:11:24
6080         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
6081              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6082              Date: Mon, 21 Aug 2000 19:08:31 -0700
6083              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
6084      Branch: perl
6085            - ext/Storable/patchlevel.h
6086            ! MANIFEST ext/Storable/MANIFEST
6087 ____________________________________________________________________________
6088 [  6766] By: jhi                                   on 2000/08/22  13:49:29
6089         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
6090              From: Peter Prymmer <pvhp@forte.com>
6091              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
6092              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
6093      Branch: perl
6094            ! configure.com ext/Storable/Makefile.PL
6095 ____________________________________________________________________________
6096 [  6765] By: jhi                                   on 2000/08/22  13:44:59
6097         Log: Subject: [PATCH blead] B:: missing dependency
6098              From: Hugo <hv@crypt.compulink.co.uk>
6099              Date: Tue, 22 Aug 2000 06:44:33 +0100
6100              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
6101      Branch: perl
6102            ! ext/B/Makefile.PL
6103 ____________________________________________________________________________
6104 [  6764] By: jhi                                   on 2000/08/22  13:38:12
6105         Log: More bytecompiler.
6106      Branch: perl
6107            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
6108 ____________________________________________________________________________
6109 [  6763] By: jhi                                   on 2000/08/22  13:36:44
6110         Log: Bytecompiler patches from Benjamin Stuhl.
6111      Branch: perl
6112            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
6113            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
6114            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
6115            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6116            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
6117            ! perl.c perlapi.h pod/perldelta.pod
6118 ____________________________________________________________________________
6119 [  6762] By: jhi                                   on 2000/08/21  23:43:40
6120         Log: An obsoleted diagnostic.
6121      Branch: perl
6122            ! pod/perldelta.pod
6123 ____________________________________________________________________________
6124 [  6761] By: jhi                                   on 2000/08/21  23:01:45
6125         Log: The #6759 wasn't quite right.
6126      Branch: perl
6127            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
6128            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
6129            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6130            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6131            ! t/lib/st-tieditems.t
6132 ____________________________________________________________________________
6133 [  6760] By: jhi                                   on 2000/08/21  22:35:49
6134         Log: Be verydeepclean.
6135      Branch: perl
6136            ! Makefile.SH
6137 ____________________________________________________________________________
6138 [  6759] By: jhi                                   on 2000/08/21  22:25:40
6139         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
6140              From: Peter Prymmer <pvhp@forte.com>
6141              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
6142              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
6143      Branch: perl
6144            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
6145            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
6146            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6147            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6148            ! t/lib/st-tieditems.t
6149 ____________________________________________________________________________
6150 [  6758] By: jhi                                   on 2000/08/21  22:22:32
6151         Log: Few more casts, need reported in
6152              
6153              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
6154              From: Mike Stok <mike@stok.co.uk>
6155              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
6156              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
6157              
6158              and
6159              
6160              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
6161              From: abigail@foad.org
6162              Date: 21 Aug 2000 21:31:34 -0000
6163              Message-Id: <20000821213134.30170.qmail@foad.org>
6164      Branch: perl
6165            ! ext/Storable/Storable.xs
6166 ____________________________________________________________________________
6167 [  6757] By: jhi                                   on 2000/08/21  18:37:07
6168         Log: Update Changes.
6169      Branch: perl
6170            ! Changes patchlevel.h
6171 ____________________________________________________________________________
6172 [  6756] By: jhi                                   on 2000/08/21  18:34:02
6173         Log: A pod nit.
6174              
6175              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
6176              From: <abigail@foad.org>
6177              Date: Mon, 21 Aug 2000 14:00:16 -0400
6178              Message-ID: <20000821180016.28627.qmail@foad.org>
6179      Branch: perl
6180            ! pod/perlre.pod
6181 ____________________________________________________________________________
6182 [  6755] By: jhi                                   on 2000/08/21  18:30:56
6183         Log: Use PodParser 1.18 new test.
6184      Branch: perl
6185            ! t/pod/special_seqs.t t/pod/special_seqs.xr
6186 ____________________________________________________________________________
6187 [  6754] By: jhi                                   on 2000/08/21  18:28:35
6188         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
6189              patches cannot be applied since #6712 conflicts.
6190      Branch: perl
6191            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
6192 ____________________________________________________________________________
6193 [  6753] By: jhi                                   on 2000/08/21  18:15:11
6194         Log: Weed out some smaller changes.
6195      Branch: perl
6196            ! pod/perldelta.pod
6197 ____________________________________________________________________________
6198 [  6752] By: jhi                                   on 2000/08/21  18:02:30
6199         Log: Also under djgpp the timestamps are funky.
6200      Branch: perl
6201            ! t/op/stat.t
6202 ____________________________________________________________________________
6203 [  6751] By: jhi                                   on 2000/08/21  17:55:56
6204         Log: Tweak the floating point output routine preferences.
6205      Branch: metaconfig
6206            ! U/compline/d_gconvert.U
6207      Branch: perl
6208            ! Configure
6209 ____________________________________________________________________________
6210 [  6750] By: jhi                                   on 2000/08/21  17:51:29
6211         Log: Unicos/mk requires elaborate paranoia.
6212      Branch: perl
6213            ! lib/Math/Complex.pm
6214 ____________________________________________________________________________
6215 [  6749] By: gsar                                  on 2000/08/21  16:53:31
6216         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
6217      Branch: perl
6218            ! lib/Cwd.pm
6219 ____________________________________________________________________________
6220 [  6748] By: gsar                                  on 2000/08/21  16:22:19
6221         Log: free TLS slot properly on Windows
6222      Branch: perl
6223            ! thread.h win32/perllib.c win32/win32thread.h
6224 ____________________________________________________________________________
6225 [  6747] By: jhi                                   on 2000/08/21  16:20:58
6226         Log: Rename the macro argument because some preprocessors
6227              can't tell the difference and expand arguments also inside
6228              double quoted strings.
6229      Branch: perl
6230            ! regcomp.c
6231 ____________________________________________________________________________
6232 [  6746] By: jhi                                   on 2000/08/21  16:09:41
6233         Log: Support long doubles in Storable.
6234              
6235              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
6236              From: Radu Greab <radu@netsoft.ro>
6237              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
6238              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
6239      Branch: perl
6240            ! ext/Storable/Storable.xs
6241 ____________________________________________________________________________
6242 [  6745] By: jhi                                   on 2000/08/21  15:51:40
6243         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
6244              From: "Fifer, Eric" <EFifer@sanwaint.com>
6245              Date: Mon, 21 Aug 2000 15:34:49 +0100
6246              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
6247      Branch: perl
6248            ! t/pragma/warn/9enabled
6249 ____________________________________________________________________________
6250 [  6744] By: jhi                                   on 2000/08/21  15:39:35
6251         Log: Document the endianness of Alpha more precisely.
6252      Branch: perl
6253            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
6254            ! pod/perlport.pod
6255 ____________________________________________________________________________
6256 [  6743] By: jhi                                   on 2000/08/21  14:47:05
6257         Log: perldelta fixes from the p5p crowd.
6258      Branch: perl
6259            ! pod/perldelta.pod pod/perlop.pod
6260 ____________________________________________________________________________
6261 [  6742] By: jhi                                   on 2000/08/21  13:34:51
6262         Log: Update to Pod::LaTeX 0.53.
6263              
6264              Subject: [PATCH] lib/Pod/LaTeX.pm updates
6265              From: Tim Jenness <timj@jach.hawaii.edu>
6266              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
6267              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
6268      Branch: perl
6269            ! lib/Pod/LaTeX.pm
6270 ____________________________________________________________________________
6271 [  6741] By: jhi                                   on 2000/08/21  13:33:01
6272         Log: Subject: [PATCH] os2.c fix for use64bitint
6273              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6274              Date: Mon, 21 Aug 2000 01:32:25 -0700
6275              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
6276      Branch: perl
6277            ! os2/os2.c
6278 ____________________________________________________________________________
6279 [  6740] By: jhi                                   on 2000/08/21  13:28:52
6280         Log: Array context keeps slithering in.
6281              
6282              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
6283              From: Daniel Chetlin <daniel@chetlin.com>
6284              Date: Sun, 20 Aug 2000 21:40:25 -0700
6285              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
6286      Branch: perl
6287            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
6288            ! pod/perldebtut.pod
6289 ____________________________________________________________________________
6290 [  6739] By: jhi                                   on 2000/08/21  13:23:55
6291         Log: Big-endian quad fixes for Storable from Radu Greab,
6292              plus few explicit null casts for picky compilers.
6293      Branch: perl
6294            ! ext/Storable/Storable.xs
6295 ____________________________________________________________________________
6296 [  6738] By: gsar                                  on 2000/08/21  05:56:13
6297         Log: small tweaks for change#6705: avoid C++ style comments in C code;
6298              use Perl's malloc API rather than the low level system one
6299      Branch: perl
6300            ! win32/win32.c
6301 ____________________________________________________________________________
6302 [  6737] By: gsar                                  on 2000/08/21  05:35:41
6303         Log: add Storable to list of extensions on Windows
6304      Branch: perl
6305            ! win32/Makefile win32/makefile.mk
6306 ____________________________________________________________________________
6307 [  6736] By: jhi                                   on 2000/08/21  02:57:53
6308         Log: Update Changes.
6309      Branch: perl
6310            ! Changes patchlevel.h
6311 ____________________________________________________________________________
6312 [  6735] By: jhi                                   on 2000/08/21  02:57:20
6313         Log: Draft 0.
6314      Branch: perl
6315            ! pod/perldelta.pod
6316 ____________________________________________________________________________
6317 [  6734] By: jhi                                   on 2000/08/21  02:57:03
6318         Log: Add Storable 0.7.2 from Raphael Manfredi,
6319              plus the patch from
6320              
6321              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
6322              From: Radu Greab <radu@netsoft.ro>
6323              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
6324              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
6325              
6326              plus changes to get Storable to compile with
6327              picky ANSI compilers.
6328      Branch: perl
6329            + ext/Storable/ChangeLog ext/Storable/MANIFEST
6330            + ext/Storable/Makefile.PL ext/Storable/README
6331            + ext/Storable/Storable.pm ext/Storable/Storable.xs
6332            + ext/Storable/patchlevel.h t/lib/st-06compat.t
6333            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
6334            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
6335            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6336            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6337            + t/lib/st-tieditems.t
6338            ! MANIFEST
6339 ____________________________________________________________________________
6340 [  6733] By: jhi                                   on 2000/08/21  02:29:09
6341         Log: The correct cleaning order is an art.
6342      Branch: perl
6343            ! Makefile.SH
6344 ____________________________________________________________________________
6345 [  6732] By: jhi                                   on 2000/08/21  01:23:39
6346         Log: The #6724 is here.
6347      Branch: perl
6348            ! t/lib/ftmp-security.t
6349 ____________________________________________________________________________
6350 [  6731] By: jhi                                   on 2000/08/20  23:17:03
6351         Log: s/this one/the 5.6.0 release/
6352      Branch: perl
6353            ! pod/perl56delta.pod
6354 ____________________________________________________________________________
6355 [  6730] By: jhi                                   on 2000/08/20  23:07:34
6356         Log: Mention perlebcdic and perlposix-bc.
6357      Branch: perl
6358            ! pod/perlport.pod
6359 ____________________________________________________________________________
6360 [  6729] By: jhi                                   on 2000/08/20  21:32:59
6361         Log: Document the number of exponent digits.
6362      Branch: perl
6363            ! pod/perlfunc.pod
6364 ____________________________________________________________________________
6365 [  6728] By: jhi                                   on 2000/08/20  21:16:47
6366         Log: Use File::Spec->tmpdir().
6367              
6368              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
6369              From: Tim Jenness <timj@jach.hawaii.edu>
6370              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
6371              MIME-Version: 1.0
6372              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
6373      Branch: perl
6374            ! utils/perlbug.PL
6375 ____________________________________________________________________________
6376 [  6727] By: jhi                                   on 2000/08/20  20:43:32
6377         Log: Update Changes.
6378      Branch: perl
6379            ! Changes patchlevel.h
6380 ____________________________________________________________________________
6381 [  6726] By: jhi                                   on 2000/08/20  20:41:44
6382         Log: The veryclean target needs to clobber.
6383      Branch: perl
6384            ! Makefile.SH
6385 ____________________________________________________________________________
6386 [  6725] By: jhi                                   on 2000/08/20  20:37:38
6387         Log: Document odd vs even subreleases and -Dusedevel.
6388      Branch: perl
6389            ! INSTALL
6390 ____________________________________________________________________________
6391 [  6724] By: jhi                                   on 2000/08/20  19:58:05
6392         Log: Use temporary directory instead of current directory.
6393              
6394              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
6395              From: Tim Jenness <timj@jach.hawaii.edu>
6396              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
6397              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
6398      Branch: perl
6399            ! t/lib/ftmp-security.t
6400 ____________________________________________________________________________
6401 [  6723] By: jhi                                   on 2000/08/20  19:55:55
6402         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
6403              From: andreas.koenig@anima.de (Andreas J. Koenig)
6404              Date: 20 Aug 2000 15:52:03 +0200
6405              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
6406      Branch: perl
6407            ! lib/ExtUtils/MM_Unix.pm
6408 ____________________________________________________________________________
6409 [  6722] By: jhi                                   on 2000/08/20  19:46:01
6410         Log: Update to CGI 2.72, from Lincoln Stein.
6411      Branch: perl
6412            ! lib/CGI.pm
6413 ____________________________________________________________________________
6414 [  6721] By: jhi                                   on 2000/08/20  19:43:54
6415         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
6416              From: Radu Greab <radu@netsoft.ro>
6417              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
6418              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
6419      Branch: perl
6420            ! ext/GDBM_File/GDBM_File.xs
6421 ____________________________________________________________________________
6422 [  6720] By: jhi                                   on 2000/08/20  19:42:01
6423         Log: pp_open() could pass an uninitialized filename down to do_open9().
6424      Branch: perl
6425            ! pp_sys.c
6426 ____________________________________________________________________________
6427 [  6719] By: jhi                                   on 2000/08/20  14:06:41
6428         Log: UTF8 concat fixes.
6429              
6430              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
6431              From: Hugo <hv@crypt.compulink.co.uk>
6432              Date: Sun, 20 Aug 2000 07:30:46 +0100
6433              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
6434      Branch: perl
6435            ! pp_hot.c t/op/append.t
6436 ____________________________________________________________________________
6437 [  6718] By: jhi                                   on 2000/08/20  02:09:37
6438         Log: Let's try #6717 again.
6439      Branch: perl
6440            ! lib/File/Temp.pm
6441 ____________________________________________________________________________
6442 [  6717] By: jhi                                   on 2000/08/20  01:56:55
6443         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
6444              From: "Craig A. Berry" <craig.berry@metamorgs.com>
6445              Date: Sat, 19 Aug 2000 18:15:39 -0500
6446              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
6447      Branch: perl
6448            ! lib/File/Temp.pm
6449 ____________________________________________________________________________
6450 [  6716] By: jhi                                   on 2000/08/19  15:50:11
6451         Log: Update Changes.
6452      Branch: perl
6453            ! Changes patchlevel.h
6454 ____________________________________________________________________________
6455 [  6715] By: jhi                                   on 2000/08/19  15:39:09
6456         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
6457              From: Jonathan D Johnston <jdjohnston2@juno.com>
6458              Date: Thu, 17 Aug 2000 23:13:01 -0400       
6459              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
6460      Branch: perl
6461            ! pod/perlfunc.pod
6462 ____________________________________________________________________________
6463 [  6714] By: jhi                                   on 2000/08/19  15:34:04
6464         Log: Introduce a 'veryclean' target that is like 'distclean'
6465              but also removes *~ and *.orig.
6466      Branch: perl
6467            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
6468            ! utils/Makefile x2p/Makefile.SH
6469 ____________________________________________________________________________
6470 [  6713] By: jhi                                   on 2000/08/19  14:15:45
6471         Log: Put back the long double avoidance code to POSIX.xs
6472              because VMS seems to need it still.
6473      Branch: perl
6474            ! ext/POSIX/POSIX.xs
6475 ____________________________________________________________________________
6476 [  6712] By: jhi                                   on 2000/08/19  14:10:41
6477         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
6478              From: Peter Prymmer <pvhp@forte.com>
6479              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
6480              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
6481      Branch: perl
6482            ! lib/Pod/Find.pm t/pod/find.t
6483 ____________________________________________________________________________
6484 [  6711] By: jhi                                   on 2000/08/19  14:09:19
6485         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
6486              From: Peter Prymmer <pvhp@forte.com>
6487              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
6488              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
6489              cc: vmsperl@perl.org
6490      Branch: perl
6491            ! t/lib/peek.t
6492 ____________________________________________________________________________
6493 [  6710] By: jhi                                   on 2000/08/19  14:08:01
6494         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
6495              From: Jan Dubois <jand@ActiveState.com>
6496              Date: Fri, 18 Aug 2000 16:31:48 -0700
6497              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
6498      Branch: perl
6499            ! win32/win32.c
6500 ____________________________________________________________________________
6501 [  6709] By: jhi                                   on 2000/08/19  14:06:57
6502         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
6503              
6504              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
6505              From: Spider.Boardman@Orb.Nashua.NH.US
6506              Date: Fri, 18 Aug 2000 18:41:14 -0400
6507              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
6508      Branch: perl
6509            ! regcomp.c
6510 ____________________________________________________________________________
6511 [  6708] By: jhi                                   on 2000/08/18  22:04:49
6512         Log: Update Changes.
6513      Branch: perl
6514            ! Changes patchlevel.h
6515 ____________________________________________________________________________
6516 [  6707] By: jhi                                   on 2000/08/18  21:55:14
6517         Log: Add warnif(), check warnings further up the stack,
6518              all the warnings functions now can take an optional object reference.
6519              
6520              Subject: [PATCH bleedperl@6691] warnings pragma update
6521              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6522              Date: Fri, 18 Aug 2000 22:42:06 +0100
6523              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
6524      Branch: perl
6525            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
6526            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
6527            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
6528 ____________________________________________________________________________
6529 [  6706] By: jhi                                   on 2000/08/18  21:41:45
6530         Log: Typo in pp_complement().
6531              
6532              Subject: [PATCH perl-current] Deparse
6533              From: Peter Scott <Peter@PSDT.com>
6534              Date: Fri, 18 Aug 2000 12:44:37 -0700
6535              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
6536      Branch: perl
6537            ! ext/B/B/Deparse.pm
6538 ____________________________________________________________________________
6539 [  6705] By: jhi                                   on 2000/08/18  21:25:59
6540         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
6541              From: Jan Dubois <jand@ActiveState.com>
6542              Date: Fri, 18 Aug 2000 14:22:51 -0700
6543              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
6544      Branch: perl
6545            ! lib/Win32.pod win32/win32.c
6546 ____________________________________________________________________________
6547 [  6704] By: jhi                                   on 2000/08/18  21:16:14
6548         Log: Don't eat leading os from index entries.
6549              
6550              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
6551              From: Russ Allbery <rra@stanford.edu>
6552              Date: 10 Aug 2000 20:49:25 -0700
6553              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
6554      Branch: perl
6555            ! lib/Pod/Man.pm
6556 ____________________________________________________________________________
6557 [  6703] By: jhi                                   on 2000/08/18  21:07:06
6558         Log: Add [[:blank:]] as suggested in
6559              
6560              Subject: [ID 20000716.024] [=cc=] / [:blank:]
6561              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
6562              Date: Sun, 16 Jul 2000 17:55:29 -0700
6563              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
6564              
6565              (the [=cc=] has already been taken care of by #6439
6566              so the whole bug report can be closed)
6567              
6568              and make [[:space:]] to be equivalent to isspace(3)
6569              (as opposed to \s, which is isSPACE()).  The difference
6570              is that now [[:space:]] matches the mythical vertical tab,
6571              while \s doesn't.
6572      Branch: perl
6573            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
6574            ! regexec.c t/op/pat.t
6575 ____________________________________________________________________________
6576 [  6702] By: jhi                                   on 2000/08/18  18:47:47
6577         Log: The new tests were missing from #6415.
6578      Branch: perl
6579            ! t/op/bop.t
6580 ____________________________________________________________________________
6581 [  6701] By: jhi                                   on 2000/08/18  18:20:40
6582         Log: Document the NDBM_File and ODBM_File as SDBM_File
6583              was documented in #6417.
6584      Branch: perl
6585            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6586            ! ext/SDBM_File/SDBM_File.pm
6587 ____________________________________________________________________________
6588 [  6700] By: jhi                                   on 2000/08/18  18:10:39
6589         Log: Subject: [PATCH perl@6698] cygwin port
6590              From: "Fifer, Eric" <EFifer@sanwaint.com>
6591              Date: Fri, 18 Aug 2000 17:30:05 +0100
6592              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
6593      Branch: perl
6594            ! lib/File/Temp.pm
6595 ____________________________________________________________________________
6596 [  6699] By: jhi                                   on 2000/08/18  16:21:49
6597         Log: Document code point which makes if (defined %stash::) to work
6598              (noted by Spider Boardman).
6599      Branch: perl
6600            ! op.c
6601 ____________________________________________________________________________
6602 [  6698] By: jhi                                   on 2000/08/18  13:43:27
6603         Log: Update Changes.
6604      Branch: perl
6605            ! Changes patchlevel.h
6606 ____________________________________________________________________________
6607 [  6697] By: jhi                                   on 2000/08/18  13:35:57
6608         Log: Tiny Getopt::Long patch from Johan Vromans.
6609      Branch: perl
6610            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
6611 ____________________________________________________________________________
6612 [  6696] By: jhi                                   on 2000/08/18  13:26:14
6613         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
6614              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
6615              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
6616              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
6617      Branch: perl
6618            ! pod/perldiag.pod pod/perlsyn.pod
6619 ____________________________________________________________________________
6620 [  6695] By: jhi                                   on 2000/08/18  13:13:26
6621         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
6622              From: Daniel Chetlin <daniel@chetlin.com>
6623              Date: Fri, 18 Aug 2000 03:13:36 -0700
6624              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
6625      Branch: perl
6626            ! pod/perlfunc.pod
6627 ____________________________________________________________________________
6628 [  6694] By: jhi                                   on 2000/08/18  13:08:05
6629         Log: Subject: [PATCH] perltrap.pod spring cleaning
6630              From: Daniel Chetlin <daniel@chetlin.com>
6631              Date: Fri, 18 Aug 2000 03:06:54 -0700
6632              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
6633              
6634              plus Mike Guy's nitfix.
6635      Branch: perl
6636            ! pod/perltrap.pod
6637 ____________________________________________________________________________
6638 [  6693] By: jhi                                   on 2000/08/18  13:00:26
6639         Log: Unbuffer the output.
6640              
6641              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
6642              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6643              Date: Thu, 17 Aug 2000 18:39:29 -0700
6644              Message-ID: <RPJn5gzkgydf092yn@efn.org>
6645      Branch: perl
6646            ! t/op/fork.t
6647 ____________________________________________________________________________
6648 [  6692] By: jhi                                   on 2000/08/18  05:19:17
6649         Log: Delete the image, too, not just its MANIFEStation.
6650      Branch: perl
6651            - lib/CGI/eg/wilogo.gif
6652 ____________________________________________________________________________
6653 [  6691] By: jhi                                   on 2000/08/18  05:10:26
6654         Log: Propagate new Configure vars.
6655      Branch: perl
6656            ! configure.com epoc/config.sh uconfig.h uconfig.sh
6657            ! vos/config.def vos/config.h vos/config_h.SH_orig
6658            ! win32/config.bc win32/config.gc win32/config.vc
6659            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6660 ____________________________________________________________________________
6661 [  6690] By: jhi                                   on 2000/08/18  04:30:56
6662         Log: Update Changes.
6663      Branch: perl
6664            ! Changes patchlevel.h
6665 ____________________________________________________________________________
6666 [  6689] By: jhi                                   on 2000/08/18  04:12:30
6667         Log: Fix the lib/complex failure of
6668              
6669              From: abigail@foad.org
6670              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
6671              Date: 15 Aug 2000 04:06:38 -0000
6672              Message-Id: <20000815040638.8524.qmail@foad.org> 
6673              
6674              Linux long double accuracy issue: something that
6675              when printed with %g looks like "2" but int() of it is 1.
6676      Branch: perl
6677            ! lib/Math/Complex.pm
6678 ____________________________________________________________________________
6679 [  6688] By: jhi                                   on 2000/08/18  03:15:35
6680         Log: The byteorder code in #6671 was wrong.
6681      Branch: perl
6682            ! configpm
6683 ____________________________________________________________________________
6684 [  6687] By: jhi                                   on 2000/08/18  02:08:42
6685         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
6686              From: Jan Dubois <jand@ActiveState.com>
6687              Date: Thu, 17 Aug 2000 18:31:55 -0700
6688              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
6689      Branch: perl
6690            ! sv.c
6691 ____________________________________________________________________________
6692 [  6686] By: jhi                                   on 2000/08/18  02:04:15
6693         Log: Use NVs in POSIX math, not doubles.
6694              
6695              From: abigail@foad.org
6696              Subject: [ID 20000817.014] POSIX & modfl
6697              Date: 17 Aug 2000 20:49:18 -0000
6698              Message-Id: <20000817204918.23123.qmail@foad.org>
6699      Branch: perl
6700            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
6701 ____________________________________________________________________________
6702 [  6685] By: jhi                                   on 2000/08/18  02:02:12
6703         Log: Introduce NVef, NVff, and NVgf, use the middle one.
6704              (helps for lib/peek + Linux + long doubles)  Reported in
6705              
6706              From: abigail@foad.org
6707              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
6708              Date: 15 Aug 2000 04:06:38 -0000
6709              Message-Id: <20000815040638.8524.qmail@foad.org> 
6710              
6711              (note: the lib/complex failure has not yet been addressed)
6712      Branch: metaconfig/U/perl
6713            ! perlxvf.U
6714      Branch: perl
6715            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6716            ! config_h.SH dump.c perl.h pod/perlguts.pod
6717 ____________________________________________________________________________
6718 [  6684] By: jhi                                   on 2000/08/17  23:22:19
6719         Log: Add byteorder to the myconfig output.
6720      Branch: perl
6721            ! myconfig.SH
6722 ____________________________________________________________________________
6723 [  6683] By: jhi                                   on 2000/08/17  23:20:19
6724         Log: The image doth not exist, spotted by Johan Vromans.
6725      Branch: perl
6726            ! MANIFEST
6727 ____________________________________________________________________________
6728 [  6682] By: jhi                                   on 2000/08/17  22:38:16
6729         Log: Document what the backtick returns if the command fails.
6730      Branch: perl
6731            ! pod/perlop.pod
6732 ____________________________________________________________________________
6733 [  6681] By: jhi                                   on 2000/08/17  22:33:12
6734         Log: Do not use prototyping here.
6735              
6736              Subject: [ID 20000817.016] [PATCH] Peek.xs
6737              From: abigail@foad.org
6738              Date: 17 Aug 2000 20:55:56 -0000
6739              Message-Id: <20000817205556.24270.qmail@foad.org>
6740      Branch: perl
6741            ! ext/Devel/Peek/Makefile.PL
6742 ____________________________________________________________________________
6743 [  6680] By: jhi                                   on 2000/08/17  19:46:43
6744         Log: Don't propose using modules built for 5.005 if no binary
6745              compatibility with 5.005 is attempted.
6746              
6747              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6748              Subject: Minor nit with 5.7.0 (6655)
6749              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
6750              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
6751      Branch: metaconfig
6752            ! U/installdirs/inc_version_list.U
6753      Branch: perl
6754            ! Configure config_h.SH
6755 ____________________________________________________________________________
6756 [  6679] By: jhi                                   on 2000/08/17  19:16:39
6757         Log: Microperl config update.
6758      Branch: perl
6759            ! uconfig.h uconfig.sh
6760 ____________________________________________________________________________
6761 [  6678] By: jhi                                   on 2000/08/17  19:16:13
6762         Log: The #6648 wasn't protective enough for limited platforms
6763              (like microperl).
6764      Branch: perl
6765            ! dump.c sv.c
6766 ____________________________________________________________________________
6767 [  6677] By: jhi                                   on 2000/08/17  14:46:35
6768         Log: Update Changes.
6769      Branch: perl
6770            ! Changes patchlevel.h
6771 ____________________________________________________________________________
6772 [  6676] By: jhi                                   on 2000/08/17  14:44:02
6773         Log: Add perlebcdic from Peter Prymmer, regen toc.
6774      Branch: perl
6775            + pod/perlebcdic.pod
6776            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6777 ____________________________________________________________________________
6778 [  6675] By: jhi                                   on 2000/08/17  14:41:52
6779         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
6780      Branch: perl
6781            ! pod/perldebtut.pod
6782 ____________________________________________________________________________
6783 [  6674] By: jhi                                   on 2000/08/17  14:29:43
6784         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
6785              
6786              Subject: [ID 20000724.006] -DLEAKTEST problem
6787              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
6788              Date: Tue, 25 Jul 2000 00:36:32 -0500
6789              Message-Id: <20000725003632.A26186@www.llamacom.com>
6790              
6791              Reminder sent
6792              
6793              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
6794              From: Hugo <hv@crypt.compulink.co.uk>
6795              Date: Thu, 17 Aug 2000 15:23:42 +0100
6796              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
6797      Branch: perl
6798            ! util.c
6799 ____________________________________________________________________________
6800 [  6673] By: jhi                                   on 2000/08/17  04:07:10
6801         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
6802              From: John Peacock <JPeacock@UnivPress.com>
6803              Date: Tue, 01 Aug 2000 09:38:12 -0400
6804              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
6805      Branch: perl
6806            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
6807 ____________________________________________________________________________
6808 [  6672] By: jhi                                   on 2000/08/17  03:04:35
6809         Log: Subject: [PATCH] Cwd.pm now uses strict
6810              From: Tim Jenness <timj@jach.hawaii.edu>
6811              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
6812              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
6813      Branch: perl
6814            ! lib/Cwd.pm
6815 ____________________________________________________________________________
6816 [  6671] By: jhi                                   on 2000/08/17  02:16:35
6817         Log: Make $Config{byteorder} more magical so that it is
6818              dynamically computed: nice for 'fat binaries'.
6819              
6820              Subject: [PATCH]: default byteorder
6821              From: Wilfredo Sánchez <wsanchez@apple.com>
6822              Date: Mon, 31 Jul 2000 19:45:31 -0700
6823              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
6824      Branch: perl
6825            ! configpm
6826 ____________________________________________________________________________
6827 [  6670] By: gsar                                  on 2000/08/17  01:22:21
6828         Log: move WNOHANG definition to where other such things are
6829      Branch: perl
6830            ! win32/win32.h
6831 ____________________________________________________________________________
6832 [  6669] By: jhi                                   on 2000/08/17  01:19:17
6833         Log: Update Changes.
6834      Branch: perl
6835            ! Changes patchlevel.h
6836 ____________________________________________________________________________
6837 [  6668] By: jhi                                   on 2000/08/17  01:16:29
6838         Log: Doc nits spotted by Richard Soderberg.
6839      Branch: perl
6840            ! README.posix-bc README.vmesa
6841 ____________________________________________________________________________
6842 [  6667] By: jhi                                   on 2000/08/17  01:12:11
6843         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
6844              From: "Casey R. Tweten" <crt@kiski.net>
6845              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
6846              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
6847      Branch: perl
6848            ! pod/perldebtut.pod
6849 ____________________________________________________________________________
6850 [  6666] By: jhi                                   on 2000/08/17  01:09:31
6851         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
6852              From: "Casey R. Tweten" <crt@kiski.net>
6853              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
6854              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
6855      Branch: perl
6856            ! lib/Shell.pm
6857 ____________________________________________________________________________
6858 [  6665] By: gsar                                  on 2000/08/17  01:03:52
6859         Log: add "ok" targets from change#6632 in makefile.mk
6860      Branch: perl
6861            ! pod/perlport.pod win32/Makefile win32/makefile.mk
6862 ____________________________________________________________________________
6863 [  6664] By: gsar                                  on 2000/08/17  00:56:11
6864         Log: avoid warnings from dense compiler
6865      Branch: perl
6866            ! win32/win32.c
6867 ____________________________________________________________________________
6868 [  6663] By: jhi                                   on 2000/08/17  00:51:49
6869         Log: Tweak the regex compilation errors once more.
6870      Branch: perl
6871            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
6872            ! t/op/regmesg.t t/pragma/warn/regcomp
6873 ____________________________________________________________________________
6874 [  6662] By: gsar                                  on 2000/08/17  00:28:19
6875         Log: trailing new %ENV entries weren't being pushed into the real
6876              environment of subprocesses on Windows
6877      Branch: perl
6878            ! t/op/magic.t win32/perlhost.h
6879 ____________________________________________________________________________
6880 [  6661] By: gsar                                  on 2000/08/17  00:19:20
6881         Log: waitpid() now handles externally spawned pids correctly;
6882              fixes for backtick/wait/waitpid failures on Windows 9x
6883              
6884              these changes make the pid returned by process functions on
6885              Windows 9x always positive by clearing the high bit (which
6886              is always set on Win9x); pseudo-process PIDs are likewise
6887              always negative now on Win9x (just as on NT/2000)
6888      Branch: perl
6889            ! pp_sys.c win32/perlhost.h win32/win32.c
6890 ____________________________________________________________________________
6891 [  6660] By: jhi                                   on 2000/08/17  00:04:32
6892         Log: Retract #6645.
6893      Branch: perl
6894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6895            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
6896            ! t/op/sprintf.t
6897 ____________________________________________________________________________
6898 [  6659] By: gsar                                  on 2000/08/16  23:59:28
6899         Log: on windows, the return values from wait() and waitpid() don't
6900              match those of pseudo-pids
6901      Branch: perl
6902            ! pp_sys.c t/op/fork.t util.c win32/win32.c
6903 ____________________________________________________________________________
6904 [  6658] By: gsar                                  on 2000/08/16  23:56:14
6905         Log: pod nit seen in passing
6906      Branch: perl
6907            ! pod/perlfunc.pod
6908 ____________________________________________________________________________
6909 [  6657] By: gsar                                  on 2000/08/16  23:53:42
6910         Log: change#6328 could make close(SOCKET) return false on windows
6911              when it shouldn't
6912      Branch: perl
6913            ! win32/win32sck.c
6914 ____________________________________________________________________________
6915 [  6656] By: gsar                                  on 2000/08/16  23:46:57
6916         Log: check that the number pseudo children doesn't exceed
6917              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
6918              the WaitForMultipleObjects() limit that would cause wait()
6919              to crash)
6920              
6921              wait() and waitpid() could potentially be rewritten to use
6922              more than one thread to do the waiting to eliminate this
6923              limitation
6924      Branch: perl
6925            ! win32/perlhost.h
6926 ____________________________________________________________________________
6927 [  6655] By: jhi                                   on 2000/08/16  14:11:05
6928         Log: Update Changes.
6929      Branch: perl
6930            ! Changes patchlevel.h
6931 ____________________________________________________________________________
6932 [  6654] By: jhi                                   on 2000/08/16  14:10:12
6933         Log: Update to perldebtut 1.9, from Richard Foley.
6934      Branch: perl
6935            ! pod/perldebtut.pod
6936 ____________________________________________________________________________
6937 [  6653] By: jhi                                   on 2000/08/16  14:08:17
6938         Log: Change the regx compilation error markers to use = instead of <
6939              since pod makes using the latter quite messy.  Reported in
6940              ID 20000814.006 by Abigail and in
6941              Subject: Unknown escape E<> ?
6942              From: Lupe Christoph <lupe@lupe-christoph.de>
6943              Date: Fri, 11 Aug 2000 00:30:27 +0200
6944              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
6945      Branch: perl
6946            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
6947            ! t/op/regmesg.t t/pragma/warn/regcomp
6948 ____________________________________________________________________________
6949 [  6652] By: jhi                                   on 2000/08/16  13:25:31
6950         Log: Change the perlbug address to perl.org since it's more forgiving.
6951              
6952              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
6953              From: abigail@foad.org
6954              Date: 15 Aug 2000 04:15:40 -0000
6955              Message-Id: <20000815041540.8633.qmail@foad.org>
6956      Branch: perl
6957            ! utils/perlbug.PL
6958 ____________________________________________________________________________
6959 [  6651] By: jhi                                   on 2000/08/16  13:22:35
6960         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
6961              From: Tim Jenness <timj@jach.hawaii.edu>
6962              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
6963              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
6964      Branch: perl
6965            ! lib/Cwd.pm
6966 ____________________________________________________________________________
6967 [  6650] By: jhi                                   on 2000/08/16  13:18:13
6968         Log: Update to CPAN 1.57.
6969              
6970              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
6971              From: andreas.koenig@anima.de (Andreas J. Koenig)
6972              Date: 16 Aug 2000 15:09:46 +0200
6973              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
6974      Branch: perl
6975            ! lib/CPAN.pm
6976 ____________________________________________________________________________
6977 [  6649] By: jhi                                   on 2000/08/16  13:12:31
6978         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
6979              From: "Larry W. Virden" <lvirden@cas.org>
6980              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
6981              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
6982      Branch: perl
6983            ! README.hpux
6984 ____________________________________________________________________________
6985 [  6648] By: jhi                                   on 2000/08/16  13:03:53
6986         Log: The numeric locale was reset to "C" by s?printf and never restored.
6987              
6988              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
6989              From: Christian Kirsch <ck@held.mind.de>
6990              Date: Wed, 9 Aug 2000 17:05:17 +0200
6991              Message-Id: <20000809170517.A25389@held>
6992              
6993              No test since adding the failing example to locale.t
6994              does not fail -- probably because the locale settings are so
6995              thoroughly tweaked by that time.  Running the example standalone
6996              does fail, though.  UPDATE: test case added at change #7540.
6997      Branch: perl
6998            ! dump.c perl.h pp.c pp_ctl.c sv.c
6999 ____________________________________________________________________________
7000 [  6647] By: jhi                                   on 2000/08/16  00:07:54
7001         Log: Update Changes and test semi-automatic patchlevel updating.
7002      Branch: perl
7003            ! Changes patchlevel.h
7004 ____________________________________________________________________________
7005 [  6646] By: jhi                                   on 2000/08/15  23:35:07
7006         Log: Fix a dependency problem.
7007              
7008              Subject: [PATCH: 6640] VMS Makefile.SH update
7009              From: Peter Prymmer <pvhp@forte.com>
7010              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
7011              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
7012      Branch: perl
7013            ! vms/descrip_mms.template
7014 ____________________________________________________________________________
7015 [  6645] By: jhi                                   on 2000/08/15  23:33:23
7016         Log: (Retracted by #6660)
7017              
7018              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
7019              From: Dominic Dunlop <domo@computer.org>
7020              Date: Tue, 15 Aug 2000 22:20:52 +0200
7021              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
7022      Branch: metaconfig/U/perl
7023            + d_printfed.U
7024      Branch: perl
7025            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7026            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
7027            ! t/op/sprintf.t
7028 ____________________________________________________________________________
7029 [  6644] By: jhi                                   on 2000/08/15  21:17:20
7030         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
7031              From: abigail@foad.org
7032              Date: 15 Aug 2000 20:12:41 -0000
7033              Message-Id: <20000815201241.25556.qmail@foad.org>
7034      Branch: perl
7035            ! INSTALL
7036 ____________________________________________________________________________
7037 [  6643] By: jhi                                   on 2000/08/15  21:15:28
7038         Log: (an already applied patch)
7039      Branch: perl
7040            ! lib/CGI.pm
7041 ____________________________________________________________________________
7042 [  6642] By: gsar                                  on 2000/08/15  19:54:05
7043         Log: magic callbacks all need to have same type signature
7044      Branch: perl
7045            ! embed.pl mg.c proto.h
7046 ____________________________________________________________________________
7047 [  6641] By: jhi                                   on 2000/08/15  17:56:27
7048         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)
7049              From: Mike Guy <mjtg@cam.ac.uk>
7050              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
7051              Date: Tue, 15 Aug 2000 18:26:45 +0100
7052              
7053              Only the peek.t part applied, not the hash quality part.
7054      Branch: perl
7055            ! t/lib/peek.t
7056 ____________________________________________________________________________
7057 [  6640] By: jhi                                   on 2000/08/15  16:37:37
7058         Log: Update Changes.
7059      Branch: perl
7060            ! Changes
7061 ____________________________________________________________________________
7062 [  6639] By: jhi                                   on 2000/08/15  16:34:55
7063         Log: Missed a file from #6638.
7064      Branch: perl
7065            ! lib/File/Temp.pm
7066 ____________________________________________________________________________
7067 [  6638] By: jhi                                   on 2000/08/15  16:33:19
7068         Log: Subject: [PATCH perl@6620] cygwin port
7069              From: "Fifer, Eric" <EFifer@sanwaint.com>
7070              Date: Tue, 15 Aug 2000 17:00:49 +0100
7071              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
7072      Branch: perl
7073            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
7074 ____________________________________________________________________________
7075 [  6637] By: jhi                                   on 2000/08/15  16:29:22
7076         Log: Subject: [PATCH] debugger exit code should reflect user exit code
7077              From: Mike Guy <mjtg@cam.ac.uk>
7078              Date: Tue, 15 Aug 2000 16:55:59 +0100
7079              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
7080      Branch: perl
7081            ! lib/perl5db.pl
7082 ____________________________________________________________________________
7083 [  6636] By: jhi                                   on 2000/08/15  15:30:58
7084         Log: Update Changes.
7085      Branch: perl
7086            ! Changes
7087 ____________________________________________________________________________
7088 [  6635] By: jhi                                   on 2000/08/15  15:27:21
7089         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
7090      Branch: metaconfig
7091            ! U/mkglossary U/mksample
7092      Branch: metaconfig/U/perl
7093            ! Devel.U
7094      Branch: perl
7095            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7096 ____________________________________________________________________________
7097 [  6634] By: jhi                                   on 2000/08/15  14:11:55
7098         Log: Don't blow limited stacks, a lower number is enough to
7099              tickle the lookbehind limit.
7100              
7101              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
7102              From: Dominic Dunlop <domo@computer.org>
7103              Date: Tue, 15 Aug 2000 13:51:24 +0200
7104              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
7105      Branch: perl
7106            ! t/op/regmesg.t
7107 ____________________________________________________________________________
7108 [  6633] By: jhi                                   on 2000/08/15  14:01:46
7109         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
7110              From: Mike Guy <mjtg@cam.ac.uk>
7111              Date: Tue, 15 Aug 2000 12:10:50 +0100
7112              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
7113      Branch: perl
7114            ! utils/perldoc.PL
7115 ____________________________________________________________________________
7116 [  6632] By: jhi                                   on 2000/08/15  13:58:48
7117         Log: make ok etc also for win32.
7118              
7119              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
7120              From: Prymmer/Kahn <pvhp@best.com>
7121              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
7122              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
7123      Branch: perl
7124            ! win32/Makefile
7125 ____________________________________________________________________________
7126 [  6631] By: jhi                                   on 2000/08/15  13:45:03
7127         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
7128      Branch: perl
7129            ! lib/Test.pm
7130 ____________________________________________________________________________
7131 [  6630] By: jhi                                   on 2000/08/15  03:25:09
7132         Log: Update Changes.
7133      Branch: perl
7134            ! Changes
7135 ____________________________________________________________________________
7136 [  6629] By: jhi                                   on 2000/08/15  03:23:53
7137         Log: magic_regdatum_set() is void, not int.
7138      Branch: perl
7139            ! embed.pl mg.c proto.h
7140 ____________________________________________________________________________
7141 [  6628] By: jhi                                   on 2000/08/15  03:08:02
7142         Log: Make the user to give up his firstborn, err, to knowingly
7143              verify installing an unstable developer release.  Also bump
7144              the release to 5.7.0, but leave a patch tag in the local
7145              patches saying that this is not yet the real thing.
7146      Branch: metaconfig
7147            ! U/modified/Instruct.U
7148      Branch: metaconfig/U/perl
7149            + Devel.U
7150      Branch: perl
7151            ! Configure patchlevel.h
7152 ____________________________________________________________________________
7153 [  6627] By: jhi                                   on 2000/08/14  22:32:52
7154         Log: README.os2 update.
7155              
7156              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
7157              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7158              Date: Wed, 02 Aug 2000 21:55:09 -0700
7159              Message-ID: <tsPi5gzkgegX092yn@efn.org>
7160      Branch: perl
7161            ! README.os2
7162 ____________________________________________________________________________
7163 [  6626] By: jhi                                   on 2000/08/14  21:00:02
7164         Log: Subject: Re: File::Temp problems on VMS in bleedperl
7165              From: Tim Jenness <timj@jach.hawaii.edu>
7166              cc: vmsperl@perl.org
7167              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
7168              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
7169      Branch: perl
7170            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
7171 ____________________________________________________________________________
7172 [  6625] By: jhi                                   on 2000/08/14  20:52:16
7173         Log: Add SUIDMAIL as was done for the CERT alert.
7174      Branch: perl
7175            ! patchlevel.h
7176 ____________________________________________________________________________
7177 [  6624] By: jhi                                   on 2000/08/14  20:48:50
7178         Log: Subject: sfio2000
7179              From: Daniel Muino <dmuino@afip.gov.ar>
7180              Date: Mon, 14 Aug 2000 16:58:11 -0300
7181              Message-ID: <20000814165811.B16368@con2-dgi>
7182      Branch: perl
7183            ! perlsdio.h perlsfio.h
7184 ____________________________________________________________________________
7185 [  6623] By: jhi                                   on 2000/08/14  20:47:36
7186         Log: Subject: warning: storage class after type is obsolescent
7187              From: Daniel Muino <dmuino@afip.gov.ar>
7188              Date: Mon, 14 Aug 2000 16:42:47 -0300
7189              Message-ID: <20000814164247.A16368@con2-dgi>
7190      Branch: perl
7191            ! regcomp.pl regnodes.h
7192 ____________________________________________________________________________
7193 [  6622] By: jhi                                   on 2000/08/14  20:43:05
7194         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
7195              From: abigail@foad.org
7196              Date: 14 Aug 2000 20:00:10 -0000
7197              Message-Id: <20000814200010.27271.qmail@foad.org>
7198      Branch: perl
7199            ! Changes
7200 ____________________________________________________________________________
7201 [  6621] By: jhi                                   on 2000/08/14  15:23:05
7202         Log: Update Changes.
7203      Branch: perl
7204            ! Changes
7205 ____________________________________________________________________________
7206 [  6620] By: jhi                                   on 2000/08/14  15:22:14
7207         Log: Subject: Re: [PATCH] @+, @- readonly
7208              From: Mike Guy <mjtg@cam.ac.uk>
7209              Date: Mon, 14 Aug 2000 15:26:55 +0100
7210              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
7211      Branch: perl
7212            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
7213            ! sv.c t/op/pat.t
7214 ____________________________________________________________________________
7215 [  6619] By: jhi                                   on 2000/08/14  14:12:08
7216         Log: Update Changes.
7217      Branch: perl
7218            ! Changes
7219 ____________________________________________________________________________
7220 [  6618] By: jhi                                   on 2000/08/14  14:09:34
7221         Log: For now remove the mail code.
7222      Branch: perl
7223            ! perl.c
7224 ____________________________________________________________________________
7225 [  6617] By: jhi                                   on 2000/08/14  14:08:28
7226         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
7227      Branch: perl
7228            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
7229            ! pod/perlfaq8.pod pod/perlsec.pod
7230 ____________________________________________________________________________
7231 [  6616] By: jhi                                   on 2000/08/14  14:00:11
7232         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
7233              From: Mike Guy <mjtg@cam.ac.uk>
7234              Date: Mon, 14 Aug 2000 08:26:02 +0100
7235              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
7236      Branch: perl
7237            ! lib/perl5db.pl
7238 ____________________________________________________________________________
7239 [  6615] By: jhi                                   on 2000/08/14  13:58:45
7240         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
7241              From: Mike Guy <mjtg@cam.ac.uk>
7242              Date: Mon, 14 Aug 2000 08:04:22 +0100
7243              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
7244      Branch: perl
7245            ! gv.c mg.c t/op/pat.t
7246 ____________________________________________________________________________
7247 [  6614] By: jhi                                   on 2000/08/14  13:56:45
7248         Log: Subject: Test fails / warnings with perl-current #6612
7249              From: Mike Guy <mjtg@cam.ac.uk>
7250              Date: Mon, 14 Aug 2000 07:57:23 +0100
7251              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
7252      Branch: perl
7253            ! t/lib/b.t t/lib/peek.t
7254 ____________________________________________________________________________
7255 [  6613] By: jhi                                   on 2000/08/14  13:45:33
7256         Log: VMS configure.com update continues.
7257      Branch: perl
7258            - vms/configure.com
7259            ! MANIFEST configure.com
7260 ____________________________________________________________________________
7261 [  6612] By: jhi                                   on 2000/08/13  22:13:35
7262         Log: Update Changes.
7263      Branch: perl
7264            ! Changes
7265 ____________________________________________________________________________
7266 [  6611] By: jhi                                   on 2000/08/13  16:21:45
7267         Log: Upgrade to CGI 2.71, from Lincoln Stein.
7268      Branch: perl
7269            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
7270 ____________________________________________________________________________
7271 [  6610] By: jhi                                   on 2000/08/13  15:09:16
7272         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
7273              From: Mike Guy <mjtg@cam.ac.uk>
7274              Date: Sun, 13 Aug 2000 13:45:51 +0100
7275              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
7276      Branch: perl
7277            ! t/op/regmesg.t
7278 ____________________________________________________________________________
7279 [  6609] By: jhi                                   on 2000/08/13  14:31:26
7280         Log: Andreas says that 1.56 is fine, so reverting back to it.
7281      Branch: perl
7282            ! lib/CPAN.pm
7283 ____________________________________________________________________________
7284 [  6608] By: jhi                                   on 2000/08/13  05:34:20
7285         Log: Update Changes.
7286      Branch: perl
7287            ! Changes
7288 ____________________________________________________________________________
7289 [  6607] By: jhi                                   on 2000/08/13  05:32:01
7290         Log: Put back the \z changes of #5406 to CPAN.pm.
7291      Branch: perl
7292            ! lib/CPAN.pm
7293 ____________________________________________________________________________
7294 [  6606] By: jhi                                   on 2000/08/13  05:20:16
7295         Log: Fix-n-skip the tests under 5005threads.
7296      Branch: perl
7297            ! t/lib/b.t
7298 ____________________________________________________________________________
7299 [  6605] By: jhi                                   on 2000/08/13  05:07:48
7300         Log: Fix the test for 5005threads.
7301      Branch: perl
7302            ! t/lib/peek.t
7303 ____________________________________________________________________________
7304 [  6604] By: jhi                                   on 2000/08/13  03:35:37
7305         Log: Should have deleted this in #6603.
7306      Branch: perl
7307            - vms/subconfigure.com
7308 ____________________________________________________________________________
7309 [  6603] By: jhi                                   on 2000/08/12  18:29:32
7310         Log: Rewrite of vms/subconfigure.com as configure.com,
7311              from Peter Prymmer and the vmsperl crew.
7312      Branch: perl
7313            + vms/configure.com
7314            ! MANIFEST
7315 ____________________________________________________________________________
7316 [  6602] By: jhi                                   on 2000/08/11  13:00:01
7317         Log: PlainText.pm is dead.
7318      Branch: perl
7319            - lib/Pod/PlainText.pm
7320            ! MANIFEST
7321 ____________________________________________________________________________
7322 [  6601] By: jhi                                   on 2000/08/11  04:06:45
7323         Log: Update Changes.
7324      Branch: perl
7325            ! Changes
7326 ____________________________________________________________________________
7327 [  6600] By: jhi                                   on 2000/08/11  04:06:10
7328         Log: Add a few missing files, update MANIFEST.
7329      Branch: perl
7330            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
7331            + lib/Pod/PlainText.pm t/pod/find.t
7332            ! MANIFEST t/op/regmesg.t
7333 ____________________________________________________________________________
7334 [  6599] By: jhi                                   on 2000/08/11  03:31:10
7335         Log: Add Perl debugging tutorial, regen toc. 
7336              
7337              Subject: perldebtut.pod
7338              From: Richard Foley <Richard.Foley@m.dasa.de>
7339              Date: Wed, 09 Aug 2000 10:17:15 +0200
7340              Message-id: <3991138B.262247B8@m.dasa.de>
7341      Branch: perl
7342            + pod/perldebtut.pod
7343            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7344 ____________________________________________________________________________
7345 [  6598] By: jhi                                   on 2000/08/11  02:48:56
7346         Log: tiny Changes edit
7347      Branch: perl
7348            ! Changes
7349 ____________________________________________________________________________
7350 [  6597] By: jhi                                   on 2000/08/11  02:39:04
7351         Log: Tests for #6589.
7352              
7353              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
7354              From: simon@brecon.co.uk (Simon Cozens)
7355              Date: 11 Aug 2000 02:24:52 GMT
7356              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
7357      Branch: perl
7358            ! t/lib/b.t
7359 ____________________________________________________________________________
7360 [  6596] By: jhi                                   on 2000/08/11  01:50:07
7361         Log: Update Changes.
7362      Branch: perl
7363            ! Changes
7364 ____________________________________________________________________________
7365 [  6595] By: jhi                                   on 2000/08/11  01:47:16
7366         Log: nitfix
7367      Branch: perl
7368            ! Changes
7369 ____________________________________________________________________________
7370 [  6594] By: jhi                                   on 2000/08/11  01:36:16
7371         Log: Subject: Getting perlio and threads to compile
7372              From: Lupe Christoph <lupe@lupe-christoph.de>
7373              Date: Wed, 9 Aug 2000 11:35:54 +0200
7374              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
7375              
7376              (the Solaris version changes in Configure skipped)
7377      Branch: perl
7378            ! hints/solaris_2.sh thread.h
7379 ____________________________________________________________________________
7380 [  6593] By: jhi                                   on 2000/08/11  01:30:16
7381         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
7382              From: simon@brecon.co.uk (Simon Cozens)
7383              Date: 1 Aug 2000 06:55:19 GMT
7384              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
7385      Branch: perl
7386            ! lib/utf8.pm
7387 ____________________________________________________________________________
7388 [  6592] By: jhi                                   on 2000/08/11  01:26:39
7389         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
7390              From: Peter Scott <Peter@PeterScott.com>
7391              Date: Thu, 10 Aug 2000 08:23:27 -0700
7392              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
7393      Branch: perl
7394            ! lib/perl5db.pl
7395 ____________________________________________________________________________
7396 [  6591] By: jhi                                   on 2000/08/11  01:22:02
7397         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
7398              From: Hugo <hv@crypt.compulink.co.uk>
7399              Date: Thu, 10 Aug 2000 19:23:04 +0100
7400              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
7401      Branch: perl
7402            ! regexec.c t/op/pat.t
7403 ____________________________________________________________________________
7404 [  6590] By: jhi                                   on 2000/08/11  01:19:19
7405         Log: Preprocessing and postprocessing for File::Find.
7406              
7407              Subject: Patch to Find::File.pm to allow alphabetical results
7408              From: Joe Smith <jsmith@inwap.com>
7409              Date: Wed, 9 Aug 2000 02:44:54 -0700
7410              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
7411      Branch: perl
7412            ! lib/File/Find.pm
7413 ____________________________________________________________________________
7414 [  6589] By: jhi                                   on 2000/08/11  01:12:39
7415         Log: B::Deparse didn't do sub attributes.
7416              
7417              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
7418              From: simon@brecon.co.uk (Simon Cozens)
7419              Date: 9 Aug 2000 04:49:20 GMT
7420              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
7421      Branch: perl
7422            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
7423 ____________________________________________________________________________
7424 [  6588] By: jhi                                   on 2000/08/11  01:06:40
7425         Log: Subject: debugger "d" command doesnt check line number
7426              From: Mike Guy <mjtg@cam.ac.uk>
7427              Date: Tue, 08 Aug 2000 21:54:29 +0100
7428              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
7429      Branch: perl
7430            ! lib/perl5db.pl mg.c pod/perldiag.pod
7431 ____________________________________________________________________________
7432 [  6587] By: jhi                                   on 2000/08/11  00:45:03
7433         Log: sleep(1) does not necessarily return 1.
7434              
7435              Subject: [PATCH bleadperl] op/lex_assign.t  
7436              From: Hugo <hv@crypt.compulink.co.uk>
7437              Date: Thu, 03 Aug 2000 14:34:22 +0100        
7438              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
7439      Branch: perl
7440            ! t/op/lex_assign.t
7441 ____________________________________________________________________________
7442 [  6586] By: jhi                                   on 2000/08/11  00:31:50
7443         Log: Document the IO::Select timeout.
7444      Branch: perl
7445            ! ext/IO/lib/IO/Select.pm
7446 ____________________________________________________________________________
7447 [  6585] By: jhi                                   on 2000/08/11  00:13:54
7448         Log: Forgot contributor.
7449      Branch: perl
7450            ! Changes
7451 ____________________________________________________________________________
7452 [  6584] By: jhi                                   on 2000/08/11  00:09:19
7453         Log: detypo
7454      Branch: perl
7455            ! Changes
7456 ____________________________________________________________________________
7457 [  6583] By: jhi                                   on 2000/08/11  00:07:53
7458         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
7459              
7460              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
7461              From: Mike Guy <mjtg@cam.ac.uk> 
7462              Date: Thu, 10 Aug 2000 15:50:54 +0100
7463              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
7464      Branch: perl
7465            ! sv.c t/op/int.t
7466 ____________________________________________________________________________
7467 [  6582] By: jhi                                   on 2000/08/10  23:29:32
7468         Log: Update Changes.
7469      Branch: perl
7470            ! Changes
7471 ____________________________________________________________________________
7472 [  6581] By: jhi                                   on 2000/08/10  23:26:16
7473         Log: Put back the std @INC thing.
7474      Branch: perl
7475            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
7476            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
7477            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
7478            ! t/lib/gol-oo.t
7479 ____________________________________________________________________________
7480 [  6580] By: jhi                                   on 2000/08/10  23:03:34
7481         Log: Update to CGI 2.70, from Lincoln Stein.
7482      Branch: perl
7483            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
7484            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
7485            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
7486            ! t/lib/cgi-request.t
7487 ____________________________________________________________________________
7488 [  6579] By: jhi                                   on 2000/08/10  22:41:50
7489         Log: Update to CPAN 1.56, from Andreas König.
7490      Branch: perl
7491            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7492 ____________________________________________________________________________
7493 [  6578] By: jhi                                   on 2000/08/10  22:38:13
7494         Log: Update to Pod::Parser 1.17, from Brad Appleton.
7495      Branch: perl
7496            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
7497            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
7498            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
7499            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
7500            ! t/pod/include.t t/pod/included.t t/pod/lref.t
7501            ! t/pod/multiline_items.t t/pod/nested_items.t
7502            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7503            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
7504            ! t/pod/special_seqs.t
7505 ____________________________________________________________________________
7506 [  6577] By: jhi                                   on 2000/08/10  22:35:41
7507         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
7508      Branch: perl
7509            ! AUTHORS MAINTAIN
7510 ____________________________________________________________________________
7511 [  6576] By: jhi                                   on 2000/08/10  22:24:54
7512         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
7513      Branch: perl
7514            + t/lib/gol-oo.t
7515            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
7516            ! t/lib/gol-compat.t t/lib/gol-linkage.t
7517 ____________________________________________________________________________
7518 [  6575] By: jhi                                   on 2000/08/10  22:02:07
7519         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
7520      Branch: perl
7521            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
7522 ____________________________________________________________________________
7523 [  6574] By: jhi                                   on 2000/08/10  21:55:03
7524         Log: Iterating perl6 description.
7525      Branch: perl
7526            ! pod/perlfaq1.pod
7527 ____________________________________________________________________________
7528 [  6573] By: jhi                                   on 2000/08/10  21:48:26
7529         Log: Revert the sv.c part of #6559, a better fix is needed.
7530      Branch: perl
7531            ! sv.c
7532 ____________________________________________________________________________
7533 [  6572] By: jhi                                   on 2000/08/10  20:33:43
7534         Log: It's the 2ndO'ROSSC.
7535      Branch: perl
7536            ! pod/perlfaq1.pod
7537 ____________________________________________________________________________
7538 [  6571] By: jhi                                   on 2000/08/10  15:55:48
7539         Log: detypo
7540      Branch: perl
7541            ! pod/perlfaq1.pod
7542 ____________________________________________________________________________
7543 [  6570] By: jhi                                   on 2000/08/10  14:11:17
7544         Log: An exceptionally sticky typo.
7545      Branch: perl
7546            ! Changes
7547 ____________________________________________________________________________
7548 [  6569] By: jhi                                   on 2000/08/10  14:09:33
7549         Log: detypo (and test Changes updating script)
7550      Branch: perl
7551            ! Changes
7552 ____________________________________________________________________________
7553 [  6568] By: jhi                                   on 2000/08/10  14:07:07
7554         Log: Update Changes.
7555      Branch: perl
7556            ! Changes
7557 ____________________________________________________________________________
7558 [  6567] By: jhi                                   on 2000/08/10  14:06:19
7559         Log: Amend the description of Perl6.
7560              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
7561              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7562              Date: Wed, 9 Aug 2000 22:11:06 -0500
7563              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
7564      Branch: perl
7565            ! pod/perlfaq1.pod
7566 ____________________________________________________________________________
7567 [  6566] By: jhi                                   on 2000/08/10  13:58:57
7568         Log: Subject: Remove dead entry in perldiag
7569              From: Mike Guy <mjtg@cam.ac.uk>
7570              Date: Thu, 10 Aug 2000 14:19:19 +0100
7571              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
7572      Branch: perl
7573            ! pod/perldiag.pod
7574 ____________________________________________________________________________
7575 [  6565] By: jhi                                   on 2000/08/10  13:51:48
7576         Log: Zero entries were skipped, fix from Adrian Goalby
7577              <argoalby@yahoo.co.uk>
7578      Branch: perl
7579            ! lib/unicode/Number.pl lib/unicode/mktables.PL
7580 ____________________________________________________________________________
7581 [  6564] By: jhi                                   on 2000/08/10  13:00:12
7582         Log: Subject: [PATCH 5.6.0] cygwin port
7583              From: "Fifer, Eric" <EFifer@sanwaint.com>
7584              Date: Thu, 10 Aug 2000 13:15:36 +0100
7585              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
7586      Branch: perl
7587            ! README.cygwin hints/cygwin.sh
7588 ____________________________________________________________________________
7589 [  6563] By: jhi                                   on 2000/08/10  12:55:16
7590         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
7591      Branch: perl
7592            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
7593 ____________________________________________________________________________
7594 [  6562] By: gsar                                  on 2000/08/10  08:38:39
7595         Log: warn is a macro, avoid using at a variable to avoid warnings
7596              in some configurations; readdir.t is too conservative in
7597              estimating number of *.t's
7598      Branch: perl
7599            ! t/op/readdir.t util.c
7600 ____________________________________________________________________________
7601 [  6561] By: jhi                                   on 2000/08/09  23:35:42
7602         Log: Update Changes.
7603      Branch: perl
7604            ! Changes
7605 ____________________________________________________________________________
7606 [  6560] By: jhi                                   on 2000/08/09  23:05:47
7607         Log: Subject: Re: enhanced(?) regex error messages
7608              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7609              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
7610              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
7611              
7612              (plus two small patches sent privately)
7613              (this still seems to leave few test failures)
7614      Branch: perl
7615            + t/op/regmesg.t
7616            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
7617            ! t/pragma/warn/regcomp
7618 ____________________________________________________________________________
7619 [  6559] By: jhi                                   on 2000/08/09  20:41:18
7620         Log: (The fix did work but was not right, retracted in #6573)
7621              
7622              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
7623              From: Christian Kirsch <ck@held.mind.de>
7624              Date: Wed, 9 Aug 2000 17:05:17 +0200
7625              Message-Id: <20000809170517.A25389@held>
7626      Branch: perl
7627            ! sv.c t/pragma/locale.t
7628 ____________________________________________________________________________
7629 [  6558] By: jhi                                   on 2000/08/08  22:34:08
7630         Log: Tiny updates on the contributors list.
7631      Branch: perl
7632            ! Changes
7633 ____________________________________________________________________________
7634 [  6557] By: jhi                                   on 2000/08/08  19:34:28
7635         Log: Double check that we have a dirhandle.
7636      Branch: perl
7637            ! util.c
7638 ____________________________________________________________________________
7639 [  6556] By: jhi                                   on 2000/08/08  19:01:51
7640         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
7641              May be repopulated with fresh maintained examples.
7642      Branch: perl
7643            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
7644            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
7645            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
7646            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
7647            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
7648            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
7649            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
7650            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
7651            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
7652            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
7653            + lib/CGI/eg/wilogo_gif.uu
7654            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
7655            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
7656            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
7657            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
7658            - eg/cgi/frameset.cgi eg/cgi/index.html
7659            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7660            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7661            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7662            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
7663            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
7664            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
7665            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
7666            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
7667            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
7668            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
7669            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
7670            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
7671            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
7672            - eg/van/vanish eg/who eg/wrapsuid
7673            ! MANIFEST
7674 ____________________________________________________________________________
7675 [  6555] By: jhi                                   on 2000/08/08  18:51:08
7676         Log: Delete chat2 as requested by Randal.
7677              
7678              Subject: Re: perlfaq8 coyness
7679              From: merlyn@stonehenge.com (Randal L. Schwartz) 
7680              Date: 15 May 2000 18:52:42 -0700 
7681              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
7682      Branch: perl
7683            - lib/chat2.pl
7684            ! MANIFEST
7685 ____________________________________________________________________________
7686 [  6554] By: jhi                                   on 2000/08/08  18:31:35
7687         Log: Regen global.sym.
7688      Branch: perl
7689            ! global.sym
7690 ____________________________________________________________________________
7691 [  6553] By: jhi                                   on 2000/08/08  18:28:13
7692         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
7693              (either perlbug or p5p ate the original), plus regen
7694              perlapi and perltoc. 
7695      Branch: perl
7696            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
7697            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
7698            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7699            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
7700            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
7701            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
7702            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
7703            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
7704            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
7705            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
7706 ____________________________________________________________________________
7707 [  6552] By: jhi                                   on 2000/08/08  18:06:29
7708         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
7709              From: Mike Guy <mjtg@cam.ac.uk>
7710              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
7711              Date: Tue, 08 Aug 2000 15:51:27 +0100
7712      Branch: perl
7713            ! doop.c sv.h t/op/join.t t/pragma/overload.t
7714 ____________________________________________________________________________
7715 [  6551] By: jhi                                   on 2000/08/08  18:01:11
7716         Log: Re-apply #6549.
7717      Branch: perl
7718            ! lib/perl5db.pl
7719 ____________________________________________________________________________
7720 [  6550] By: jhi                                   on 2000/08/08  17:43:08
7721         Log: Accidental retraction of #6549.
7722      Branch: perl
7723            ! lib/perl5db.pl
7724 ____________________________________________________________________________
7725 [  6549] By: jhi                                   on 2000/08/08  17:40:04
7726         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
7727              From: Mike Guy <mjtg@cam.ac.uk>
7728              Date: Mon, 07 Aug 2000 21:49:58 +0100
7729              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
7730      Branch: perl
7731            ! lib/perl5db.pl
7732 ____________________________________________________________________________
7733 [  6548] By: jhi                                   on 2000/08/08  17:37:57
7734         Log: Document here-doc better.
7735              
7736              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
7737              From: Mike Guy <mjtg@cam.ac.uk>
7738              Date: Mon, 07 Aug 2000 14:02:09 +0100
7739              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
7740      Branch: perl
7741            ! pod/perldata.pod
7742 ____________________________________________________________________________
7743 [  6547] By: jhi                                   on 2000/08/08  17:33:34
7744         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
7745              From: "Randy J. Ray" <rjray@redhat.com>
7746              Date: Mon, 07 Aug 2000 19:12:25 -0700
7747              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
7748      Branch: perl
7749            ! perl.c pod/perlrun.pod
7750 ____________________________________________________________________________
7751 [  6546] By: jhi                                   on 2000/08/08  17:29:26
7752         Log: Subject: Re: enhanced(?) regex error messages 
7753              From: Hugo <hv@crypt.compulink.co.uk>
7754              Date: Tue, 08 Aug 2000 03:25:51 +0100
7755              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
7756              
7757              plus Capitalize the error messages, plus perldiag them.
7758      Branch: perl
7759            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
7760 ____________________________________________________________________________
7761 [  6545] By: jhi                                   on 2000/08/08  13:59:28
7762         Log: Augment #6539 a bit: don't croak if there's magic in the air.
7763              
7764              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
7765              From: Hugo <hv@crypt.compulink.co.uk>
7766              Date: Tue, 08 Aug 2000 03:02:03 +0100
7767              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
7768      Branch: perl
7769            ! pp.c t/op/bless.t
7770 ____________________________________________________________________________
7771 [  6544] By: jhi                                   on 2000/08/07  21:11:52
7772         Log: Make the test -w clean.
7773      Branch: perl
7774            ! t/op/bless.t
7775 ____________________________________________________________________________
7776 [  6543] By: jhi                                   on 2000/08/07  19:49:53
7777         Log: use warnings instead of $^W.
7778      Branch: perl
7779            ! t/op/bless.t
7780 ____________________________________________________________________________
7781 [  6542] By: jhi                                   on 2000/08/07  17:41:41
7782         Log: Disable a portability warning Because We Know What We Are Doing.
7783      Branch: perl
7784            ! t/op/bless.t
7785 ____________________________________________________________________________
7786 [  6541] By: jhi                                   on 2000/08/07  17:29:51
7787         Log: Tiny tidying on report_evil_fh().
7788      Branch: perl
7789            ! util.c
7790 ____________________________________________________________________________
7791 [  6540] By: jhi                                   on 2000/08/07  16:37:38
7792         Log: Make regular expression parse error messages easier to understand.
7793              
7794              Subject: Re: enhanced(?) regex error messages
7795              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7796              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
7797              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
7798      Branch: perl
7799            ! regcomp.c
7800 ____________________________________________________________________________
7801 [  6539] By: jhi                                   on 2000/08/07  16:12:27
7802         Log: Make bless(REF, REF) a fatal error, add bless tests.
7803              
7804              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
7805              From: Hugo <hv@crypt.compulink.co.uk>
7806              Date: Mon, 07 Aug 2000 16:59:38 +0100
7807              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
7808      Branch: perl
7809            + t/op/bless.t
7810            ! MANIFEST pod/perldiag.pod pp.c sv.c
7811 ____________________________________________________________________________
7812 [  6538] By: jhi                                   on 2000/08/07  15:59:43
7813         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
7814              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
7815              Date: Thu, 3 Aug 2000 14:29:21 -0700
7816              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
7817      Branch: perl
7818            ! lib/lib_pm.PL
7819 ____________________________________________________________________________
7820 [  6537] By: jhi                                   on 2000/08/07  15:47:18
7821         Log: Retract #6419 for now since it breaks in AFS and MachTen.
7822      Branch: perl
7823            ! lib/Cwd.pm
7824 ____________________________________________________________________________
7825 [  6536] By: jhi                                   on 2000/08/07  15:05:29
7826         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
7827              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
7828              The security hole exists only in suidperls, which isn't
7829              installed or even built by default.
7830      Branch: perl
7831            ! perl.c
7832 ____________________________________________________________________________
7833 [  6535] By: jhi                                   on 2000/08/07  14:45:14
7834         Log: tr memory corruption fix from Simon Cozens.
7835      Branch: perl
7836            ! doop.c
7837 ____________________________________________________________________________
7838 [  6534] By: jhi                                   on 2000/08/06  11:38:16
7839         Log: Document a bit that UDP is not what you might think.
7840              
7841              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
7842              From: Lupe Christoph <lupe@lupe-christoph.de>
7843              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
7844              Date: Mon, 24 Jul 2000 08:59:15 +0200
7845      Branch: perl
7846            ! pod/perlipc.pod
7847 ____________________________________________________________________________
7848 [  6533] By: jhi                                   on 2000/08/06  11:35:01
7849         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
7850              From: Jeff Pinyan <jeffp@hut.crusoe.net>
7851              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
7852              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
7853      Branch: perl
7854            ! pod/perlfunc.pod
7855 ____________________________________________________________________________
7856 [  6532] By: jhi                                   on 2000/08/06  03:45:41
7857         Log: Have symbols for the IoTYPEs.
7858      Branch: perl
7859            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
7860 ____________________________________________________________________________
7861 [  6531] By: jhi                                   on 2000/08/06  01:33:55
7862         Log: Continue fixing the io warnings.  This also
7863              sort of fixes bug ID 20000802.003: the core dump
7864              is no more.  Whether the current behaviour is correct
7865              (giving a warning: "Not a format reference"), is another matter.
7866      Branch: perl
7867            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
7868            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
7869 ____________________________________________________________________________
7870 [  6530] By: jhi                                   on 2000/08/05  21:33:12
7871         Log: Change the Policy policy: now -Dprefix= with an existing
7872              Policy.sh and prefix == siteprefix == vendorprefix, then all
7873              of them follow along the new prefix.
7874              
7875              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
7876              From: Andy Dougherty <doughera@lafayette.edu>
7877              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
7878              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
7879      Branch: perl
7880            ! Policy_sh.SH
7881 ____________________________________________________________________________
7882 [  6529] By: jhi                                   on 2000/08/05  18:57:28
7883         Log: Zap lib/Sys directory when cleaning up.
7884      Branch: perl
7885            ! Makefile.SH
7886 ____________________________________________________________________________
7887 [  6528] By: jhi                                   on 2000/08/05  18:40:44
7888         Log: Essential prototype changes were missing from #6527.
7889              Also make report_evil_fh() more bomb-proof.
7890      Branch: perl
7891            ! embed.h util.c
7892 ____________________________________________________________________________
7893 [  6527] By: jhi                                   on 2000/08/05  03:22:05
7894         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
7895              From: "Ronald F. Guilmette" <rfg@monkeys.com>
7896              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
7897              Message-Id: <200007242247.PAA52177@monkeys.com>
7898      Branch: perl
7899            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
7900 ____________________________________________________________________________
7901 [  6526] By: jhi                                   on 2000/08/04  21:23:27
7902         Log: gcc versions might have (parentheses) in them.
7903      Branch: metaconfig/U/perl
7904            ! gccvers.U
7905      Branch: perl
7906            ! Configure config_h.SH
7907 ____________________________________________________________________________
7908 [  6525] By: jhi                                   on 2000/08/04  20:23:12
7909         Log: Weed buglets pointed out by
7910              
7911              From: Lupe Christoph <lupe@lupe-christoph.de>
7912              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
7913              Date: Fri, 4 Aug 2000 17:34:39 +0200
7914              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
7915      Branch: metaconfig/U/perl
7916            ! gccvers.U uselfs.U
7917      Branch: perl
7918            ! Configure config_h.SH
7919 ____________________________________________________________________________
7920 [  6524] By: jhi                                   on 2000/08/04  19:02:08
7921         Log: Warn under -w if lstat(FH) is attempted.
7922              
7923              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
7924              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
7925              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
7926              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
7927      Branch: perl
7928            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
7929            ! t/pragma/warn/pp_sys
7930 ____________________________________________________________________________
7931 [  6523] By: jhi                                   on 2000/08/04  12:31:11
7932         Log: Subject: New perlcc, take 2
7933              From: simon@brecon.co.uk (Simon Cozens)
7934              Date: 4 Aug 2000 06:21:04 GMT
7935              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
7936      Branch: perl
7937            ! utils/perlcc.PL
7938 ____________________________________________________________________________
7939 [  6522] By: jhi                                   on 2000/08/04  12:26:33
7940         Log: Subject: Re: Array vs. List context
7941              From: Daniel Chetlin <daniel@chetlin.com>
7942              Date: Fri, 4 Aug 2000 00:22:44 -0700
7943              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
7944      Branch: perl
7945            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
7946            ! pod/perlfaq4.pod
7947 ____________________________________________________________________________
7948 [  6521] By: jhi                                   on 2000/08/04  12:22:38
7949         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
7950              From: Raymund Will <ray@caldera.de>
7951              Date: Fri, 4 Aug 2000 12:07:09 +0200
7952              Message-Id: <20000804120709.A14982@caldera.de>
7953      Branch: perl
7954            ! configure.gnu
7955 ____________________________________________________________________________
7956 [  6520] By: jhi                                   on 2000/08/04  04:09:06
7957         Log: After the #6519 a warning about stat() is just that,
7958              not about a filetest, which now have their own warning.
7959      Branch: perl
7960            ! pod/perldiag.pod
7961 ____________________________________________________________________________
7962 [  6519] By: jhi                                   on 2000/08/04  04:06:30
7963         Log: In the warnings call filehandles consistently so;
7964              add "unopened" warning for stat().
7965      Branch: perl
7966            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
7967            ! t/pragma/warn/pp_sys
7968 ____________________________________________________________________________
7969 [  6518] By: jhi                                   on 2000/08/04  02:55:35
7970         Log: Subject: Minor tweak to perlvar.pod
7971              From: "Stephen P. Potter" <spp@ds.net>
7972              Date: Tue, 18 Apr 2000 09:26:03 -0400
7973              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
7974      Branch: perl
7975            ! pod/perlvar.pod
7976 ____________________________________________________________________________
7977 [  6517] By: jhi                                   on 2000/08/04  02:50:08
7978         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
7979              From: "Clinton Pierce" <cpierce1@ford.com>
7980              Date: Wed, 21 Jul 1999 16:45:31 -0400
7981              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
7982              
7983              Fix by Stephen Potter (visible in the bug db but not in p5p?)
7984      Branch: perl
7985            ! pod/perlfunc.pod pod/perlop.pod
7986 ____________________________________________________________________________
7987 [  6516] By: jhi                                   on 2000/08/04  02:09:25
7988         Log: This is 6512.  Really.
7989      Branch: perl
7990            ! dump.c
7991 ____________________________________________________________________________
7992 [  6515] By: jhi                                   on 2000/08/04  01:25:50
7993         Log: mention the idea of @( and @)
7994      Branch: perl
7995            ! Todo-5.6
7996 ____________________________________________________________________________
7997 [  6513] By: jhi                                   on 2000/08/04  01:18:18
7998         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
7999              From: Mark Dickinson <dickins3@fas.harvard.edu>
8000              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
8001              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
8002      Branch: perl
8003            ! t/op/grent.t t/op/pwent.t
8004 ____________________________________________________________________________
8005 [  6512] By: jhi                                   on 2000/08/04  01:14:06
8006         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
8007              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8008              Date: Wed, 02 Aug 2000 10:51:01 +0100
8009              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
8010      Branch: perl
8011            ! sv.c
8012 ____________________________________________________________________________
8013 [  6511] By: jhi                                   on 2000/08/04  00:57:00
8014         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
8015              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8016              Date: Thu, 03 Aug 2000 17:20:04 -0700
8017              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
8018      Branch: metaconfig
8019            ! U/modified/Cppsym.U
8020      Branch: perl
8021            ! Configure config_h.SH
8022 ____________________________________________________________________________
8023 [  6510] By: jhi                                   on 2000/08/04  00:25:28
8024         Log: detypo
8025      Branch: perl
8026            ! Makefile.SH
8027 ____________________________________________________________________________
8028 [  6509] By: jhi                                   on 2000/08/03  23:43:18
8029         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
8030              From: Dominic Dunlop <domo@computer.org>
8031              Date: Thu, 3 Aug 2000 22:16:46 +0200
8032              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
8033      Branch: perl
8034            ! t/op/sprintf.t
8035 ____________________________________________________________________________
8036 [  6508] By: jhi                                   on 2000/08/03  23:40:37
8037         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
8038              From: Hugo <hv@crypt.compulink.co.uk>
8039              Date: Thu, 03 Aug 2000 18:25:30 +0100
8040              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
8041      Branch: perl
8042            ! regcomp.c t/op/re_tests
8043 ____________________________________________________________________________
8044 [  6507] By: jhi                                   on 2000/08/03  23:38:28
8045         Log: Subject: [PATCH] sv.h documentation - SvLEN
8046              From: Mike Guy <mjtg@cam.ac.uk>
8047              Date: Thu, 03 Aug 2000 14:43:09 +0100
8048              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
8049      Branch: perl
8050            ! sv.h
8051 ____________________________________________________________________________
8052 [  6506] By: jhi                                   on 2000/08/03  15:49:14
8053         Log: Disable the fix_pl hack for now.
8054      Branch: perl
8055            ! Makefile.SH
8056 ____________________________________________________________________________
8057 [  6505] By: jhi                                   on 2000/08/03  13:49:04
8058         Log: Add a URL for FSF.
8059              
8060              Subject: Patch for README
8061              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8062              Date: Wed, 2 Aug 2000 13:25:09 -0500
8063              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
8064      Branch: perl
8065            ! README
8066 ____________________________________________________________________________
8067 [  6504] By: jhi                                   on 2000/08/03  13:29:19
8068         Log: Be more informative on what is skipped and why,
8069              also repeat the list at the end.
8070      Branch: perl
8071            ! Porting/p4desc
8072 ____________________________________________________________________________
8073 [  6503] By: jhi                                   on 2000/08/03  13:07:05
8074         Log: Circumvent the removal of .patch by fix_pl.
8075              
8076              Subject: Re: [ID 20000802.011] unable to 'make test'          
8077              From: simon@brecon.co.uk (Simon Cozens) 
8078              Date: 3 Aug 2000 04:17:00 GMT
8079              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
8080      Branch: perl
8081            ! Makefile.SH
8082 ____________________________________________________________________________
8083 [  6501] By: jhi                                   on 2000/08/03  00:00:26
8084         Log: The subtest 4 may fail also on VOBS, as pointed out
8085              by Nick Ing-Simmons in November 1999, bug id 19991124.003
8086              (but the failure in that bug report isn't the subtest 4).
8087      Branch: perl
8088            ! t/op/stat.t
8089 ____________________________________________________________________________
8090 [  6500] By: jhi                                   on 2000/08/02  23:49:30
8091         Log: Better skip message for the test; one of the two problems in
8092              
8093              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
8094              From: Lupe Christoph <lupe@lupe-christoph.de>
8095              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
8096              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
8097      Branch: perl
8098            ! t/op/numconvert.t
8099 ____________________________________________________________________________
8100 [  6499] By: jhi                                   on 2000/08/02  22:49:16
8101         Log: Allow "no Module;" even if there is no 'unimport'.
8102              
8103              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
8104              From: mjd@plover.com
8105              Date: 24 Mar 2000 15:24:34 -0000
8106              Message-Id: <20000324152434.15160.qmail@plover.com>
8107      Branch: perl
8108            ! gv.c
8109 ____________________________________________________________________________
8110 [  6498] By: jhi                                   on 2000/08/02  22:42:58
8111         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
8112              that are hopefully soon put into use.
8113      Branch: perl
8114            ! opcode.h opcode.pl opnames.h
8115 ____________________________________________________________________________
8116 [  6497] By: gsar                                  on 2000/08/02  22:28:59
8117         Log: require.t needs binmode() to work on windows
8118      Branch: perl
8119            ! t/comp/require.t
8120 ____________________________________________________________________________
8121 [  6496] By: jhi                                   on 2000/08/02  22:08:51
8122         Log: Document the IVdf UVuf UVof UVxf.
8123      Branch: perl
8124            ! pod/perlguts.pod
8125 ____________________________________________________________________________
8126 [  6495] By: jhi                                   on 2000/08/02  21:54:26
8127         Log: detypo #6494
8128      Branch: perl
8129            ! ext/Data/Dumper/Dumper.xs
8130 ____________________________________________________________________________
8131 [  6494] By: jhi                                   on 2000/08/02  21:49:17
8132         Log: Dump UVs as UVs in Data::Dumper.
8133              
8134              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
8135              From: Gurusamy Sarathy <gsar@ActiveState.com>
8136              Date: Thu, 27 Apr 2000 12:26:25 -0700
8137              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
8138      Branch: perl
8139            ! ext/Data/Dumper/Dumper.xs
8140 ____________________________________________________________________________
8141 [  6493] By: jhi                                   on 2000/08/02  17:01:58
8142         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
8143              From: Hugo <hv@crypt.compulink.co.uk>
8144              Date: Wed, 02 Aug 2000 14:53:56 +0100
8145              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
8146      Branch: perl
8147            ! regexec.c t/op/re_tests
8148 ____________________________________________________________________________
8149 [  6492] By: jhi                                   on 2000/08/02  15:02:46
8150         Log: The new setproctitle() feature is available only in 
8151              bleeding edge FreeBSD.  From Paul Saab.
8152      Branch: perl
8153            ! mg.c
8154 ____________________________________________________________________________
8155 [  6491] By: jhi                                   on 2000/08/02  13:34:36
8156         Log: The tr utf8 patching continues.
8157              
8158              Subject: Re: #6469, too many tests claimed in require.t
8159              From: simon@brecon.co.uk (Simon Cozens)
8160              Date: 2 Aug 2000 02:37:17 GMT
8161              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
8162              
8163              (the logic of the test was the wrong way round in the patch)
8164      Branch: perl
8165            ! doop.c
8166 ____________________________________________________________________________
8167 [  6490] By: jhi                                   on 2000/08/02  13:27:38
8168         Log: The name of a filehandle does not have <these>.
8169      Branch: perl
8170            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
8171            ! t/pragma/warn/pp_sys util.c
8172 ____________________________________________________________________________
8173 [  6489] By: jhi                                   on 2000/08/02  04:26:46
8174         Log: Remove the extraneous "main::" prefix from all the
8175              "opened only for", "on closed", and "never opened" warnings.
8176              
8177              Subject: Re: inappropriate warning
8178              From: Gurusamy Sarathy <gsar@ActiveState.com>
8179              Date: Mon, 20 Mar 2000 11:28:02 -0800
8180              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
8181      Branch: perl
8182            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
8183            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
8184            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
8185 ____________________________________________________________________________
8186 [  6488] By: jhi                                   on 2000/08/02  03:02:57
8187         Log: memcpy has n o in it, as pinted ut by Sarathy.
8188      Branch: perl
8189            ! pod/perlguts.pod
8190 ____________________________________________________________________________
8191 [  6487] By: jhi                                   on 2000/08/02  02:44:51
8192         Log: Document in one place the memory abstractions used in Perl core.
8193              
8194              Subject: Re: Memory abstraction
8195              From: simon@brecon.co.uk (Simon Cozens)
8196              Date: 2 Aug 2000 02:20:23 GMT
8197              Organization: Earth.li Origins
8198      Branch: perl
8199            ! pod/perlguts.pod
8200 ____________________________________________________________________________
8201 [  6486] By: jhi                                   on 2000/08/02  02:41:57
8202         Log: regen_headers, regen perltoc.
8203      Branch: perl
8204            ! perlapi.c pod/perltoc.pod
8205 ____________________________________________________________________________
8206 [  6485] By: jhi                                   on 2000/08/02  01:43:33
8207         Log: "This little thing tests for a file .patch, and if it contains
8208              a number, pops into patchlevel.h" (making it easier to track
8209              which development version people are reporting bugs against)
8210              
8211              Subject: Patchlevel autogeneration for repository perls
8212              From: simon@brecon.co.uk (Simon Cozens)
8213              Date: 14 Jul 2000 07:12:15 GMT
8214              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
8215      Branch: perl
8216            + fix_pl
8217            ! MANIFEST Makefile.SH
8218 ____________________________________________________________________________
8219 [  6484] By: jhi                                   on 2000/08/02  01:32:54
8220         Log: FreeBSD 3.* updates from
8221              
8222              From: Paul Saab <ps@yahoo-inc.com>
8223              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8224              Date: Tue, 1 Aug 2000 15:41:39 -0700
8225              Message-Id: <20000801154139.A53740@yahoo-inc.com>
8226      Branch: perl
8227            ! hints/freebsd.sh
8228 ____________________________________________________________________________
8229 [  6483] By: jhi                                   on 2000/08/02  01:27:44
8230         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
8231              instead one must use setproctitle().  This was already addressed
8232              by change #6457, but the below has a new variant for FreeBSD 4.0
8233              or later, and the matter is also documented more.
8234              
8235              From: Paul Saab <ps@yahoo-inc.com>
8236              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8237              Date: Tue, 1 Aug 2000 15:41:39 -0700
8238              Message-Id: <20000801154139.A53740@yahoo-inc.com>
8239      Branch: metaconfig/U/perl
8240            + i_libutil.U
8241      Branch: perl
8242            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
8243 ____________________________________________________________________________
8244 [  6482] By: jhi                                   on 2000/08/01  22:17:32
8245         Log: The test from this
8246              
8247              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
8248              Date: Sat, 15 Apr 2000 17:03:44 +0100
8249              From: Tom Hughes <tom@compton.nu>
8250              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
8251              
8252              was missing, the code change went in as #5989
8253              (which had a different test?)
8254      Branch: perl
8255            ! t/op/misc.t
8256 ____________________________________________________________________________
8257 [  6481] By: jhi                                   on 2000/08/01  21:48:38
8258         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
8259              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8260              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
8261              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
8262      Branch: perl
8263            ! perl.h
8264 ____________________________________________________________________________
8265 [  6480] By: jhi                                   on 2000/08/01  18:05:28
8266         Log: Make p4desc to skip non-mainperl branches by default.
8267      Branch: perl
8268            ! Porting/p4desc
8269 ____________________________________________________________________________
8270 [  6479] By: jhi                                   on 2000/08/01  17:29:19
8271         Log: If gccosandvers is equal to osname, clear gccosandvers.
8272      Branch: metaconfig/U/perl
8273            ! gccvers.U
8274      Branch: perl
8275            ! Configure config_h.SH
8276 ____________________________________________________________________________
8277 [  6478] By: jhi                                   on 2000/08/01  15:54:08
8278         Log: BOM patching from Simon Cozens.
8279      Branch: perl
8280            ! toke.c
8281 ____________________________________________________________________________
8282 [  6477] By: jhi                                   on 2000/08/01  04:50:33
8283         Log: Stash away the largefiles flags and libswanted.
8284      Branch: perl
8285            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
8286 ____________________________________________________________________________
8287 [  6476] By: gsar                                  on 2000/08/01  04:24:24
8288         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
8289              on Windows)
8290      Branch: perl
8291            ! t/pragma/utf8.t utf8.c win32/win32.c
8292 ____________________________________________________________________________
8293 [  6475] By: jhi                                   on 2000/08/01  03:35:24
8294         Log: Make chr() for values >127 to create utf8 when under utf8.
8295              
8296              Subject: Re: uft8/chr()
8297              From: simon@brecon.co.uk (Simon Cozens)
8298              Date: 1 Aug 2000 02:37:02 GMT
8299              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
8300      Branch: perl
8301            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
8302 ____________________________________________________________________________
8303 [  6474] By: jhi                                   on 2000/08/01  02:36:18
8304         Log: In Digital UNIX warn if gcc explicitly chosen because even
8305              2.95.2 is known to cause problems.
8306      Branch: perl
8307            ! hints/dec_osf.sh
8308 ____________________________________________________________________________
8309 [  6473] By: jhi                                   on 2000/08/01  02:00:56
8310         Log: Make the safety catch for buggy gccs work with triple version
8311              numbers like 2.95.2.  Reported in
8312              
8313              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
8314              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
8315              Date: Mon, 31 Jul 2000 14:55:06 +0200
8316              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
8317      Branch: perl
8318            ! hints/dec_osf.sh
8319 ____________________________________________________________________________
8320 [  6472] By: jhi                                   on 2000/08/01  01:13:33
8321         Log: Subject: fix and question re: waitpid() under win32
8322              From: Brian Clarke <clarke@appliedmeta.com>
8323              Date: Fri, 28 Jul 2000 15:18:29 -0400
8324              Message-ID: <3981DC85.290314EB@appliedmeta.com>
8325              
8326              Slightly reformatted and WNOHANG # define moved to win32.h
8327              so that also POSIX.xs sees it, as suggsted by Sarathy.
8328      Branch: perl
8329            ! win32/win32.c win32/win32.h
8330 ____________________________________________________________________________
8331 [  6471] By: jhi                                   on 2000/08/01  00:55:05
8332         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
8333              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8334              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
8335              Date: Mon, 31 Jul 2000 13:28:51 +0100
8336              
8337              (aka ID 20000730.002)
8338      Branch: perl
8339            ! op.c t/op/tr.t
8340 ____________________________________________________________________________
8341 [  6470] By: jhi                                   on 2000/07/31  23:34:42
8342         Log: Document the problem with -P in HP-UX and its workaround.
8343              
8344              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
8345              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
8346              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
8347              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
8348      Branch: perl
8349            ! README.hpux
8350 ____________________________________________________________________________
8351 [  6469] By: jhi                                   on 2000/07/31  04:15:02
8352         Log: The swallow_bom() saga continues.  The #23 of require.t
8353              (UTF16-LE) still fails (silently, no output) but the #22
8354              (UTF16-BE) seems to be working now.  The root of the
8355              failure may be in sv_gets(): is it UTF-16LE-aware,
8356              especially when it comes to line endings? 
8357      Branch: perl
8358            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
8359            ! t/comp/require.t toke.c utf8.c
8360 ____________________________________________________________________________
8361 [  6468] By: jhi                                   on 2000/07/30  19:05:48
8362         Log: Find green threads before native threads.
8363              
8364              Subject: Re: Patch to jpl/JNI/Makefile.PL
8365              From: Jens Thomsen <jens@fiend.cis.com>
8366              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
8367              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
8368      Branch: perl
8369            ! jpl/JNI/Makefile.PL
8370 ____________________________________________________________________________
8371 [  6467] By: jhi                                   on 2000/07/30  18:36:22
8372         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
8373      Branch: perl
8374            ! doop.c
8375 ____________________________________________________________________________
8376 [  6466] By: jhi                                   on 2000/07/30  04:37:29
8377         Log: A new version of the "remove UPPERACSE string comparison"
8378              operators.  The problem with the previous one (change #6454)
8379              was that it was for Perl 5.6.0.  From Paul Marquess.
8380      Branch: perl
8381            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
8382            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
8383            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8384 ____________________________________________________________________________
8385 [  6465] By: jhi                                   on 2000/07/29  22:39:56
8386         Log: Do not upgrade SVs into utf8 just because they participate
8387              in eq or cmp.  Reported and fix suggested in
8388              
8389              Subject: [ID 20000720.009] sv_eq UTF8 bug
8390              From: "Simon Cozens" <simon@othersideofthe.earth.li>
8391              Date: 21 Jul 2000 04:37:29 -0000
8392              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
8393              
8394              Exercise for the kind reader: should we or should we not
8395              cache the utf8 conversion alonside the SV? (as magic,
8396              as thestrxfrm()ed version is cached under use locale)
8397              Argue both for and against.
8398      Branch: perl
8399            ! sv.c
8400 ____________________________________________________________________________
8401 [  6464] By: jhi                                   on 2000/07/29  22:36:22
8402         Log: Subject: UTF8 concat
8403              From: simon@brecon.co.uk (Simon Cozens) 
8404              Date: 30 Jun 2000 06:13:25 GMT
8405              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
8406              
8407              (with a memory leak fixed, plus a few casts added)
8408              
8409              This also seems to help for
8410              
8411              Subject: [ID 20000716.015] join UTF8 weirdness
8412              From: root <root@ak-71.mind.de> 
8413              Date: Sat, 15 Jul 2000 15:29:54 +0200
8414              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
8415              
8416              (from Andreas König)
8417      Branch: perl
8418            ! pp_hot.c
8419 ____________________________________________________________________________
8420 [  6463] By: jhi                                   on 2000/07/29  00:55:39
8421         Log: Tune the comments and hopefully stop a memory leak.
8422      Branch: perl
8423            ! toke.c utf8.c
8424 ____________________________________________________________________________
8425 [  6462] By: jhi                                   on 2000/07/29  00:16:53
8426         Log: The problem described in this
8427              
8428              Subject: [ID 20000322.018] named chars aren't magical enough
8429              From: root <root@dixie.cscaper.com>     
8430              Date: Wed, 22 Mar 2000 18:37:42 -0700
8431              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
8432              
8433              has been fixed in perl 5.6.0 but just in case added a test
8434              to keep it away.  (The report from Joseph Hall.)
8435      Branch: perl
8436            ! t/lib/charnames.t
8437 ____________________________________________________________________________
8438 [  6461] By: jhi                                   on 2000/07/28  23:56:36
8439         Log: Tiny fixes for #6460.
8440      Branch: metaconfig/U/perl
8441            ! gccvers.U
8442      Branch: perl
8443            ! Configure config_h.SH
8444 ____________________________________________________________________________
8445 [  6460] By: jhi                                   on 2000/07/28  23:24:41
8446         Log: Warn if the version of the operating system used to compile gcc
8447              differs from the current version of the operating system.
8448              Also display the gcc compilation os and version in myconfig.
8449              Inspiration from
8450              
8451              Subject: Re: [ID 20000710.003] ERRORS!!         
8452              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8453              Date: Mon, 10 Jul 2000 15:54:16 -0400
8454              Message-ID: <20000710155416.A1384@O2.chapin.edu>
8455      Branch: metaconfig/U/perl
8456            ! gccvers.U
8457      Branch: perl
8458            ! Configure config_h.SH myconfig.SH
8459 ____________________________________________________________________________
8460 [  6459] By: jhi                                   on 2000/07/28  22:00:32
8461         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
8462              letter to $Config{osvers}.
8463      Branch: metaconfig
8464            ! U/modified/Oldconfig.U
8465      Branch: perl
8466            ! Configure config_h.SH
8467 ____________________________________________________________________________
8468 [  6458] By: jhi                                   on 2000/07/28  04:15:39
8469         Log: Back out #6454, doesn't seem to work.
8470              (Reason: that patch was for perl 5.6.0, not perl-current)
8471              (A version of the patch for perl-current came in later as #6466)
8472      Branch: perl
8473            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
8474            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
8475            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8476 ____________________________________________________________________________
8477 [  6457] By: jhi                                   on 2000/07/27  23:31:49
8478         Log: Use setproctitle() if available to modify $0.
8479              
8480              Subject: setting $* on BSD4 broken
8481              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8482              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
8483              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
8484      Branch: metaconfig
8485            ! U/modified/Myinit.U
8486      Branch: perl
8487            ! Configure config_h.SH mg.c
8488 ____________________________________________________________________________
8489 [  6456] By: jhi                                   on 2000/07/27  14:50:47
8490         Log: Allow "no AutoLoader;", based on change #6444,
8491              suggested by Graham Barr.
8492      Branch: perl
8493            ! lib/AutoLoader.pm
8494 ____________________________________________________________________________
8495 [  6455] By: jhi                                   on 2000/07/27  14:19:10
8496         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
8497              From: rspier@pobox.com (Robert Spier)
8498              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
8499              Message-ID: <14720.15855.787664.424783@rls.cx>
8500      Branch: perl
8501            ! pod/perldiag.pod
8502 ____________________________________________________________________________
8503 [  6454] By: jhi                                   on 2000/07/27  14:03:02
8504         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
8505              for a long time).
8506              
8507              Reported in
8508              
8509              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
8510              From: Ryan Herbert <rherbert@sycamorehq.com>
8511              Date: Mon, 17 Jul 2000 11:40:42 -0400
8512              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
8513              
8514              Patched in
8515              
8516              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
8517              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
8518              Date: Wed, 26 Jul 2000 23:40:18 +0100
8519              Message-ID: <000001bff752$79511880$0a17073e@tiny>
8520              
8521              based on an earlier patch from Stephen P. Potter.
8522              
8523              (Removed later by change #6458 because this patch was for
8524              perl 5.6.0, not perl-current)
8525      Branch: perl
8526            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
8527            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
8528            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8529 ____________________________________________________________________________
8530 [  6453] By: jhi                                   on 2000/07/27  13:48:02
8531         Log: Subject: [PATCH] fixes bug 20000508.004
8532              From: Michael Stevens <mstevens@globnix.org>
8533              Date: Thu, 27 Jul 2000 13:49:04 +0100
8534              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
8535      Branch: perl
8536            ! pod/perldata.pod
8537 ____________________________________________________________________________
8538 [  6452] By: jhi                                   on 2000/07/26  23:51:26
8539         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
8540              and Craig A. Berry.
8541      Branch: perl
8542            ! lib/File/Temp.pm pod/perlport.pod
8543 ____________________________________________________________________________
8544 [  6451] By: jhi                                   on 2000/07/26  19:43:30
8545         Log: Be wary of close()s, too.
8546              
8547              Subject: Re: [PATCH] perlbug cleanup
8548              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8549              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
8550              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
8551      Branch: perl
8552            ! utils/perlbug.PL
8553 ____________________________________________________________________________
8554 [  6450] By: jhi                                   on 2000/07/26  18:41:40
8555         Log: Subject: Minor doc patch: handy.h
8556              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
8557              Date: Wed, 26 Jul 2000 15:34:25 -0300
8558              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
8559      Branch: perl
8560            ! handy.h pod/perlapi.pod
8561 ____________________________________________________________________________
8562 [  6449] By: jhi                                   on 2000/07/26  18:23:55
8563         Log: Subject: [PATCH] minor doc change - perlguts
8564              From: Michael Stevens <mstevens@globnix.org>
8565              Date: Thu, 13 Jul 2000 12:39:18 +0100
8566              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
8567      Branch: perl
8568            ! pod/perlguts.pod
8569 ____________________________________________________________________________
8570 [  6448] By: jhi                                   on 2000/07/26  18:20:30
8571         Log: open() wariness in perlbug.
8572              
8573              Subject: [PATCH] perlbug cleanup
8574              From: Michael Stevens <mstevens@globnix.org>
8575              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
8576              Date: Thu, 13 Jul 2000 15:52:23 +0100
8577      Branch: perl
8578            ! utils/perlbug.PL
8579 ____________________________________________________________________________
8580 [  6447] By: jhi                                   on 2000/07/26  18:13:04
8581         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
8582      Branch: perl
8583            ! lib/File/Temp.pm t/lib/ftmp-security.t
8584 ____________________________________________________________________________
8585 [  6446] By: jhi                                   on 2000/07/26  18:06:32
8586         Log: docfix from Peter Scott <Peter@PSDT.com>.
8587      Branch: perl
8588            ! pod/perlfunc.pod
8589 ____________________________________________________________________________
8590 [  6445] By: jhi                                   on 2000/07/26  17:53:31
8591         Log: Fix *foo{FORMAT}.
8592              
8593              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8594              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
8595              Date: Wed, 26 Jul 2000 19:51:02 +0200
8596              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
8597              
8598              From: Graham Barr <gbarr@pobox.com>
8599              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
8600              Date: Wed, 26 Jul 2000 17:38:36 +0100
8601              Message-ID: <20000726173836.L472@pobox.com>
8602      Branch: perl
8603            ! pp.c sv.c t/op/gv.t
8604 ____________________________________________________________________________
8605 [  6444] By: jhi                                   on 2000/07/26  17:49:14
8606         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
8607              from Graham Barr in the module list.
8608      Branch: perl
8609            ! gv.c pod/perlobj.pod
8610 ____________________________________________________________________________
8611 [  6443] By: jhi                                   on 2000/07/26  16:06:56
8612         Log: More split() doc and test patches from Mike Guy.
8613      Branch: perl
8614            ! pod/perlfunc.pod t/op/split.t
8615 ____________________________________________________________________________
8616 [  6442] By: jhi                                   on 2000/07/26  16:05:30
8617         Log: MacOS nits from Matthias Neeracher.
8618      Branch: perl
8619            ! perl.c pp_ctl.c
8620 ____________________________________________________________________________
8621 [  6441] By: jhi                                   on 2000/07/26  04:39:57
8622         Log: Subject: [PATCH] split /^/
8623              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8624              Date: Tue, 25 Jul 2000 14:18:57 +0100
8625              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
8626              
8627              (with notes from tchrist and gbarr)
8628      Branch: perl
8629            ! pod/perlfunc.pod t/op/split.t
8630 ____________________________________________________________________________
8631 [  6440] By: jhi                                   on 2000/07/26  04:32:32
8632         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
8633              From: Peter Prymmer <pvhp@forte.com>
8634              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
8635              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
8636      Branch: perl
8637            ! vms/munchconfig.c
8638 ____________________________________________________________________________
8639 [  6439] By: jhi                                   on 2000/07/26  04:31:01
8640         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
8641              to be fatal errors (instead of by default ignoring them, and
8642              ignoring with a bug: even though -w gave an error, the opening [
8643              was left in)  Reported in:
8644              
8645              Subject: [ID 20000716.024] [=cc=] / [:blank:]
8646              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
8647              Date: Sun, 16 Jul 2000 17:55:29 -0700
8648              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
8649      Branch: perl
8650            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
8651 ____________________________________________________________________________
8652 [  6438] By: jhi                                   on 2000/07/25  15:41:15
8653         Log: Subject: [PATCH] av.c apidoc
8654              From: simon@brecon.co.uk (Simon Cozens)
8655              Date: 24 Jul 2000 06:40:52 GMT
8656              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
8657      Branch: perl
8658            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
8659            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
8660 ____________________________________________________________________________
8661 [  6437] By: jhi                                   on 2000/07/25  14:05:36
8662         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
8663              From: "Stephen P. Potter" <spp@ds.net>
8664              Date: Mon, 24 Jul 2000 14:22:23 -0400
8665              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
8666      Branch: perl
8667            ! pod/perllocale.pod
8668 ____________________________________________________________________________
8669 [  6436] By: jhi                                   on 2000/07/25  14:02:03
8670         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
8671              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8672              Date: Mon, 24 Jul 2000 18:04:28 +0100
8673              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
8674      Branch: perl
8675            ! t/lib/syslfs.t t/op/lfs.t
8676 ____________________________________________________________________________
8677 [  6435] By: jhi                                   on 2000/07/25  13:59:28
8678         Log: Get UTF16 BOMs working.  Patch from
8679              
8680              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
8681              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8682              Date: Tue, 25 Jul 2000 12:52:45 +0100
8683              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
8684              
8685              and notes from
8686              
8687              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
8688              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8689              Date: Tue, 25 Jul 2000 11:43:25 +0100
8690              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
8691      Branch: perl
8692            ! t/comp/require.t toke.c utf8.c
8693 ____________________________________________________________________________
8694 [  6434] By: jhi                                   on 2000/07/25  02:39:54
8695         Log: Make the "uninit variable" warning to say "concat or string"
8696              or "join or string" when in concat or join .
8697              
8698              Subject: Re: [ID 20000403.009] uninitialised concatenation???
8699              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8700              Date: Tue, 04 Apr 2000 18:22:58 +0100
8701              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
8702              
8703              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
8704              From: William R Ward <hermit@BayView.COM>
8705              Date: Thu, 30 Mar 2000 19:50:03 -0800
8706              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
8707      Branch: perl
8708            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
8709            ! t/pragma/warn/op t/pragma/warn/sv
8710 ____________________________________________________________________________
8711 [  6433] By: jhi                                   on 2000/07/24  17:52:56
8712         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
8713      Branch: perl
8714            ! lib/File/Spec/VMS.pm
8715 ____________________________________________________________________________
8716 [  6432] By: jhi                                   on 2000/07/24  17:44:44
8717         Log: Test cases for #6431.
8718              
8719              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
8720              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8721              Date: Mon, 24 Jul 2000 15:32:29 +0100
8722              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
8723      Branch: perl
8724            ! t/op/pat.t t/op/split.t
8725 ____________________________________________________________________________
8726 [  6431] By: jhi                                   on 2000/07/24  17:43:17
8727         Log: Bind op fix.
8728              
8729              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
8730              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8731              Date: Mon, 17 Jul 2000 20:04:56 +0100
8732              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
8733      Branch: perl
8734            ! op.c
8735 ____________________________________________________________________________
8736 [  6430] By: jhi                                   on 2000/07/24  03:42:42
8737         Log: Subject: [ID 20000716.023] syslog test fails without sockets
8738              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8739              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
8740              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
8741      Branch: metaconfig/U/perl
8742            ! Extensions.U
8743      Branch: perl
8744            ! Configure config_h.SH
8745 ____________________________________________________________________________
8746 [  6429] By: jhi                                   on 2000/07/24  03:11:52
8747         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
8748              case, but add also notes explaining the relationship of this
8749              patch and the earlier notes by Sarathy.
8750              
8751              Subject: Map is still slow
8752              From: "Ben Tilly" <ben_tilly@hotmail.com>
8753              Date: Sat, 15 Jul 2000 17:23:27 EDT
8754              Message-ID: <20000715212327.21656.qmail@hotmail.com>
8755      Branch: perl
8756            ! pp_ctl.c
8757 ____________________________________________________________________________
8758 [  6428] By: jhi                                   on 2000/07/24  02:58:52
8759         Log: Documentation to explain the behaviour of map().
8760              
8761              Subject: Re: Map is still slow 
8762              From: Gurusamy Sarathy <gsar@ActiveState.com>
8763              Date: Sat, 15 Jul 2000 16:05:09 -0700
8764              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
8765      Branch: perl
8766            ! pp_ctl.c
8767 ____________________________________________________________________________
8768 [  6427] By: jhi                                   on 2000/07/24  02:50:03
8769         Log: Add tests for
8770              [ID 19991110.003] another matching finding by pcre author
8771              which has already been fixed by some patch, as verified in
8772              
8773              Subject: Re: two regex bugs from the mists of time (well, last November)
8774              From: Hugo <hv@crypt.compulink.co.uk>
8775              Date: Sat, 22 Jul 2000 18:12:58 +0100
8776              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
8777      Branch: perl
8778            ! t/op/re_tests
8779 ____________________________________________________________________________
8780 [  6426] By: jhi                                   on 2000/07/24  02:11:20
8781         Log: A missing 'break' after the [[:space:]] switch case.
8782              
8783              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
8784              From: "Stephen P. Potter" <spp@ds.net>
8785              Date: Tue, 18 Jul 2000 16:25:17 -0400
8786              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
8787      Branch: perl
8788            ! regcomp.c
8789 ____________________________________________________________________________
8790 [  6425] By: jhi                                   on 2000/07/24  02:06:12
8791         Log: The output might have been produced in the wrong order.
8792              
8793              Subject: [ID 20000720.003] [PATCH] t/op/write.t
8794              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8795              Date: Thu, 20 Jul 2000 18:49:18 +0100
8796              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
8797      Branch: perl
8798            ! t/op/write.t
8799 ____________________________________________________________________________
8800 [  6424] By: jhi                                   on 2000/07/24  02:00:07
8801         Log: Use STDOUT consistently.
8802              
8803              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
8804              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8805              Date: Thu, 20 Jul 2000 18:04:01 +0100
8806              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
8807      Branch: perl
8808            ! lib/Test/Harness.pm
8809 ____________________________________________________________________________
8810 [  6423] By: jhi                                   on 2000/07/24  01:54:54
8811         Log: Protect against "wild next"s, that is, callbacks doing "next"
8812              instead of "return".
8813              
8814              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
8815              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8816              Date: Tue, 18 Jul 2000 11:30:16 +0100
8817              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
8818      Branch: perl
8819            ! lib/File/Find.pm
8820 ____________________________________________________________________________
8821 [  6422] By: jhi                                   on 2000/07/24  01:35:47
8822         Log: Out-of-date note removed.
8823              
8824              Subject: [PATCH] documentation perlipc
8825              From: rspier@pobox.com (Robert Spier)
8826              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
8827              Message-ID: <14711.35178.572612.502654@rls.cx>
8828      Branch: perl
8829            ! pod/perlipc.pod
8830 ____________________________________________________________________________
8831 [  6421] By: jhi                                   on 2000/07/24  00:09:18
8832         Log: Send all installperl messages to STDERR and be -w clean.
8833              
8834              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
8835              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8836              Date: Sat, 22 Jul 2000 14:02:11 +0100
8837              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
8838      Branch: perl
8839            ! installperl
8840 ____________________________________________________________________________
8841 [  6420] By: jhi                                   on 2000/07/24  00:04:19
8842         Log: Decutandpasto.
8843              
8844              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
8845              From: "Richard Soderberg" <rs@crystalflame.net>
8846              Date: Sun, 23 Jul 2000 01:37:23 -0700
8847              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
8848      Branch: perl
8849            ! pod/perlipc.pod
8850 ____________________________________________________________________________
8851 [  6419] By: jhi                                   on 2000/07/24  00:01:12
8852         Log: A cleaner abs_path().
8853              Subject: Re: unix alternative to Cwd.pm
8854              From: Jeff Pinyan <jeffp@crusoe.net>
8855              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
8856              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
8857      Branch: perl
8858            ! lib/Cwd.pm
8859 ____________________________________________________________________________
8860 [  6418] By: jhi                                   on 2000/07/23  23:48:56
8861         Log: Detypo.
8862              
8863              Subject: [PATCH perl-current] Typo in hints/powerux.sh
8864              From: "Richard Soderberg" <rs@crystalflame.net>
8865              Date: Sun, 23 Jul 2000 01:27:33 -0700
8866              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
8867      Branch: perl
8868            ! hints/powerux.sh
8869 ____________________________________________________________________________
8870 [  6417] By: jhi                                   on 2000/07/17  22:13:31
8871         Log: Subject: SDBM_File documentation
8872              From: mjd@plover.com
8873              Date: 16 Jul 2000 17:41:17 -0000
8874              Message-ID: <20000716174117.18515.qmail@plover.com>
8875      Branch: perl
8876            ! ext/SDBM_File/SDBM_File.pm
8877 ____________________________________________________________________________
8878 [  6416] By: jhi                                   on 2000/07/17  19:13:26
8879         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
8880      Branch: perl
8881            ! hints/mpeix.sh mpeix/relink
8882 ____________________________________________________________________________
8883 [  6415] By: jhi                                   on 2000/07/15  14:11:02
8884         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
8885              the utf8 'characters' can be more than one octet).
8886              
8887              Date: Sat, 15 Jul 2000 00:21:56 +0100
8888              From: Tom Hughes <tom@compton.nu>
8889              Subject: Re: [ID 20000714.002]
8890              Message-ID: <db2334de49.tom@compton.compton.nu>
8891              
8892              Reported in
8893              
8894              Subject: [ID 20000714.002]
8895              From: "Simon Cozens" <simon@othersideofthe.earth.li>
8896              Date: 14 Jul 2000 15:13:09 -0000
8897              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
8898      Branch: perl
8899            ! doop.c
8900 ____________________________________________________________________________
8901 [  6414] By: jhi                                   on 2000/07/15  03:13:41
8902         Log: another VMS build tweak from Peter Prymmer
8903      Branch: perl
8904            ! vms/descrip_mms.template
8905 ____________________________________________________________________________
8906 [  6413] By: jhi                                   on 2000/07/15  03:10:40
8907         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
8908      Branch: perl
8909            ! vms/perlvms.pod
8910 ____________________________________________________________________________
8911 [  6412] By: jhi                                   on 2000/07/15  00:31:05
8912         Log: More docs for sv functions.
8913              
8914              Subject: [PATCH cfgperl] sv.c apidoc
8915              From: simon@brecon.co.uk (Simon Cozens)
8916              Date: 13 Jul 2000 09:00:20 GMT
8917              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
8918              
8919              Subject: Re: [PATCH cfgperl] sv.c apidoc
8920              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8921              Date: Thu, 13 Jul 2000 12:27:41 +0100
8922              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
8923              
8924              Subject: Re: [PATCH cfgperl] sv.c apidoc
8925              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8926              Date: Thu, 13 Jul 2000 13:23:09 +0100
8927              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
8928              
8929              Subject: Re: [PATCH cfgperl] sv.c apidoc
8930              From: simon@brecon.co.uk (Simon Cozens)
8931              Date: 14 Jul 2000 06:51:02 GMT
8932              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
8933      Branch: perl
8934            ! embed.pl pod/perlapi.pod sv.c
8935 ____________________________________________________________________________
8936 [  6411] By: jhi                                   on 2000/07/15  00:10:41
8937         Log: lib/b test fixes from Peter Prymmer.
8938      Branch: perl
8939            ! t/lib/b.t
8940 ____________________________________________________________________________
8941 [  6410] By: jhi                                   on 2000/07/15  00:02:09
8942         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
8943              From: Hugo <hv@crypt.compulink.co.uk>
8944              Date: Fri, 14 Jul 2000 23:05:20 +0100
8945              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
8946              
8947              Didn't anymore apply, but that point still could use another fix.
8948      Branch: perl
8949            ! pod/perlfunc.pod
8950 ____________________________________________________________________________
8951 [  6409] By: jhi                                   on 2000/07/14  23:15:15
8952         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
8953              not in pod, from Peter Prymmer
8954      Branch: perl
8955            ! vms/descrip_mms.template
8956 ____________________________________________________________________________
8957 [  6408] By: jhi                                   on 2000/07/14  20:35:05
8958         Log: The bug report
8959              [ID 19991110.002] minimal matching discrepancy found by pcre author
8960              seems to have been fixed (though differently from what was suggested
8961              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
8962      Branch: perl
8963            ! t/op/re_tests
8964 ____________________________________________________________________________
8965 [  6407] By: jhi                                   on 2000/07/14  17:38:08
8966         Log: Fix AutoSplit to use File::Spec the right way in VMS,
8967              from Peter Prymmer.
8968      Branch: perl
8969            ! lib/AutoSplit.pm
8970 ____________________________________________________________________________
8971 [  6406] By: jhi                                   on 2000/07/14  14:13:22
8972         Log: Merge perlhacktut into perlhack, update perlguts.
8973              
8974              Subject: Re: Perlhacktut
8975              From: simon@brecon.co.uk (Simon Cozens)
8976              Date: 14 Jul 2000 06:49:21 GMT
8977              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
8978              
8979              Subject: Re: Perlhacktut
8980              From: simon@brecon.co.uk (Simon Cozens)
8981              Date: 14 Jul 2000 07:09:45 GMT
8982              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
8983      Branch: perl
8984            ! pod/perlguts.pod pod/perlhack.pod
8985 ____________________________________________________________________________
8986 [  6404] By: gsar                                  on 2000/07/14  12:15:02
8987         Log: PERL_OBJECT build tweaks
8988      Branch: perl
8989            ! toke.c
8990 ____________________________________________________________________________
8991 [  6403] By: gsar                                  on 2000/07/14  11:23:41
8992         Log: inconsistent types needs casts
8993      Branch: perl
8994            ! toke.c
8995 ____________________________________________________________________________
8996 [  6402] By: gsar                                  on 2000/07/14  11:12:04
8997         Log: typos in change#6399, regen headers
8998      Branch: perl
8999            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
9000 ____________________________________________________________________________
9001 [  6401] By: gsar                                  on 2000/07/14  10:59:12
9002         Log: typecasts needed for change#6394
9003      Branch: perl
9004            ! toke.c
9005 ____________________________________________________________________________
9006 [  6400] By: gsar                                  on 2000/07/14  10:49:37
9007         Log: integrate cfgperl contents into mainline
9008      Branch: perl
9009           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
9010           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
9011 ____________________________________________________________________________
9012 [  6399] By: gsar                                  on 2000/07/14  10:38:35
9013         Log: enable UTF-16 filter by default if relevant BOM is seen; various
9014              cleanups (typos, misformatted code, and small bugs)
9015      Branch: perl
9016            ! doop.c embed.pl mg.c op.c pp.c toke.c
9017 ____________________________________________________________________________
9018 [  6398] By: gsar                                  on 2000/07/14  08:55:38
9019         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
9020              name suggests anyway)
9021      Branch: perl
9022            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
9023 ____________________________________________________________________________
9024 [  6397] By: gsar                                  on 2000/07/14  08:44:33
9025         Log: move new variables to the end of the interpreter structure (for
9026              bincompat in code that doesn't #include XSUB.h)
9027      Branch: perl
9028            ! intrpvar.h
9029 ____________________________________________________________________________
9030 [  6396] By: gsar                                  on 2000/07/14  08:13:58
9031         Log: MakeMaker should not remove editor backups (*~) on `make clean`
9032              by default (completes change#6383)
9033      Branch: perl
9034            ! lib/ExtUtils/MM_Unix.pm
9035 ____________________________________________________________________________
9036 [  6388] By: gsar                                  on 2000/07/13  06:33:40
9037         Log: typos (spotted by Peter Prymmer)
9038      Branch: perl
9039            ! Configure t/lib/english.t
9040 ____________________________________________________________________________
9041 [  6387] By: gsar                                  on 2000/07/13  05:35:28
9042         Log: new selfloader.t in change#6183 doesn't close DATA handles,
9043              and thus fails to clean up tmp files on dosish platforms
9044      Branch: perl
9045            ! t/lib/selfloader.t
9046 ____________________________________________________________________________
9047 [  6386] By: gsar                                  on 2000/07/12  21:42:39
9048         Log: sprintf test tweaks (from Dominic Dunlop)
9049      Branch: perl
9050            ! t/op/sprintf.t
9051 ____________________________________________________________________________
9052 [  6385] By: gsar                                  on 2000/07/12  21:33:46
9053         Log: fix bugs in processing %v-*d and similar format specs (from
9054              Avi Finkel <avi@finkel.org>)
9055      Branch: perl
9056            ! sv.c t/op/sprintf.t
9057 ____________________________________________________________________________
9058 [  6384] By: gsar                                  on 2000/07/12  16:04:19
9059         Log: readd missing perldelta.pod changes from changes#6339,6376
9060      Branch: perl
9061            ! pod/perldelta.pod
9062 ____________________________________________________________________________
9063 [  6383] By: gsar                                  on 2000/07/12  16:00:51
9064         Log: don't clobber *.orig files on *clean targets
9065      Branch: perl
9066            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
9067 ____________________________________________________________________________
9068 [  6381] By: gsar                                  on 2000/07/12  07:42:17
9069         Log: integrate cfgperl changes into mainline
9070      Branch: perl
9071            ! Changes
9072           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
9073           !> pod/perlre.pod
9074 ____________________________________________________________________________
9075 [  6380] By: gsar                                  on 2000/07/12  07:31:00
9076         Log: get sprintf.t to adjust properly for 3-digit exponents
9077      Branch: perl
9078            ! t/op/sprintf.t
9079 ____________________________________________________________________________
9080 [  6379] By: gsar                                  on 2000/07/12  06:40:04
9081         Log: change#6174 needs corresponding change in win32/config_h.PL,
9082              which grovels through config_h.SH to find the config.h name
9083      Branch: perl
9084            ! win32/config_h.PL
9085 ____________________________________________________________________________
9086 [  6375] By: gsar                                  on 2000/07/11  21:17:35
9087         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
9088      Branch: perl
9089            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
9090            ! win32/win32sck.c
9091 ____________________________________________________________________________
9092 [  6374] By: gsar                                  on 2000/07/11  20:48:50
9093         Log: tweak for build failure under multiplicity
9094      Branch: perl
9095            ! toke.c
9096 ____________________________________________________________________________
9097 [  6373] By: gsar                                  on 2000/07/11  20:37:23
9098         Log: integrate cfgperl changes#6325..6373 into mainline
9099              (NOTE: today's batch of integrations still untested)
9100      Branch: perl
9101           +> ext/DynaLoader/hints/netbsd.pl
9102            ! Changes
9103           !> (integrate 26 files)
9104 ____________________________________________________________________________
9105 [  6369] By: gsar                                  on 2000/07/11  19:27:48
9106         Log: integrate cfgperl changes#6293..6324 into mainline
9107      Branch: perl
9108           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
9109            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
9110           !> (integrate 30 files)
9111 ____________________________________________________________________________
9112 [  6368] By: gsar                                  on 2000/07/11  19:18:57
9113         Log: skip integrate of problematic change#6292 from cfgperl into mainline
9114      Branch: perl
9115           !> pp_hot.c
9116 ____________________________________________________________________________
9117 [  6367] By: gsar                                  on 2000/07/11  19:17:21
9118         Log: integrate cfgperl changes#6288..6290 into mainline
9119      Branch: perl
9120           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
9121 ____________________________________________________________________________
9122 [  6366] By: gsar                                  on 2000/07/11  19:11:18
9123         Log: integrate cfgperl changes#6268..6282 into mainline
9124      Branch: perl
9125           !> (integrate 30 files)
9126 ____________________________________________________________________________
9127 [  6365] By: gsar                                  on 2000/07/11  18:57:00
9128         Log: delete new accidentally branched file
9129      Branch: perl
9130            - t/op/method2entersub.t
9131 ____________________________________________________________________________
9132 [  6364] By: gsar                                  on 2000/07/11  18:55:13
9133         Log: skip integrate of change#6267 from cfgperl into mainline (the
9134              method call optimization is flawed without additional hints
9135              from user about immutableness of @ISA and no runtime method
9136              definitions)
9137      Branch: perl
9138           +> t/op/method2entersub.t
9139           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
9140           !> perl.h t/op/sprintf.t xsutils.c
9141 ____________________________________________________________________________
9142 [  6363] By: gsar                                  on 2000/07/11  18:49:43
9143         Log: integrate cfgperl changes#6261..6266 into mainline
9144      Branch: perl
9145           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
9146           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
9147           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9148           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
9149 ____________________________________________________________________________
9150 [  6362] By: gsar                                  on 2000/07/11  18:43:26
9151         Log: integrate cfgperl changes#6252..6260 into mainline
9152      Branch: perl
9153           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
9154           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
9155           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
9156           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
9157 ____________________________________________________________________________
9158 [  6361] By: gsar                                  on 2000/07/11  18:37:12
9159         Log: skip integrate of problematic change#6251 from cfgperl into mainline
9160      Branch: perl
9161           !> lib/Exporter.pm
9162 ____________________________________________________________________________
9163 [  6360] By: gsar                                  on 2000/07/11  18:34:56
9164         Log: integrate cfgperl change#6250 into mainline
9165      Branch: perl
9166           +> t/op/my_stash.t
9167           !> MANIFEST embed.pl proto.h toke.c
9168 ____________________________________________________________________________
9169 [  6359] By: gsar                                  on 2000/07/11  18:21:19
9170         Log: integrate cfgperl changes#6242..6249 into mainline
9171      Branch: perl
9172           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
9173           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
9174           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
9175           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
9176           !> t/lib/peek.t utf8.c
9177 ____________________________________________________________________________
9178 [  6358] By: gsar                                  on 2000/07/11  18:15:45
9179         Log: skip integrate of problematic change#6241 from cfgperl into mainline
9180      Branch: perl
9181           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
9182 ____________________________________________________________________________
9183 [  6355] By: gsar                                  on 2000/07/11  18:12:10
9184         Log: integrate cfgperl changes#6231..6240 into mainline
9185      Branch: perl
9186           +> pod/perlutil.pod
9187           !> (integrate 35 files)
9188 ____________________________________________________________________________
9189 [  6353] By: gsar                                  on 2000/07/11  17:59:51
9190         Log: skip integrate of problematic change#6230 from cfgperl into mainline
9191              (a later version of File::Spec is already in mainline)
9192      Branch: perl
9193           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
9194           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
9195 ____________________________________________________________________________
9196 [  6352] By: gsar                                  on 2000/07/11  17:57:48
9197         Log: integrate cfgperl changes#6224..6229 into mainline
9198      Branch: perl
9199           +> lib/lib.pm.PL
9200            - lib/lib.pm
9201           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
9202           !> lib/English.pm op.c t/lib/english.t
9203 ____________________________________________________________________________
9204 [  6351] By: gsar                                  on 2000/07/11  17:50:10
9205         Log: skip integrate of problematic change#6223 from cfgperl into mainline
9206      Branch: perl
9207           !> doio.c
9208 ____________________________________________________________________________
9209 [  6350] By: gsar                                  on 2000/07/11  17:48:28
9210         Log: integrate cfgperl changes#6220..6222 into mainline
9211      Branch: perl
9212           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
9213           !> toke.c utf8.c win32/win32.h
9214 ____________________________________________________________________________
9215 [  6349] By: gsar                                  on 2000/07/11  17:46:13
9216         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
9217              mainline
9218      Branch: perl
9219           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
9220           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
9221           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9222 ____________________________________________________________________________
9223 [  6347] By: gsar                                  on 2000/07/11  17:42:04
9224         Log: integrate cfgperl change#6217 into mainline
9225      Branch: perl
9226           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
9227           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
9228           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
9229 ____________________________________________________________________________
9230 [  6346] By: gsar                                  on 2000/07/11  17:39:37
9231         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
9232              mainline
9233      Branch: perl
9234           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
9235           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9236           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
9237           !> perlapi.h pod/perlapi.pod
9238 ____________________________________________________________________________
9239 [  6345] By: gsar                                  on 2000/07/11  17:36:42
9240         Log: integrate cfgperl changes#6207..6210 into mainline
9241      Branch: perl
9242           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
9243           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
9244 ____________________________________________________________________________
9245 [  6344] By: gsar                                  on 2000/07/11  17:31:20
9246         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
9247              mainline
9248      Branch: perl
9249           !> (integrate 40 files)
9250 ____________________________________________________________________________
9251 [  6343] By: gsar                                  on 2000/07/11  17:19:08
9252         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
9253      Branch: perl
9254           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
9255            ! Changes
9256           !> (integrate 34 files)
9257 ____________________________________________________________________________
9258 [  6328] By: gsar                                  on 2000/07/10  07:06:00
9259         Log: accept() leaks memory on windows due to incorrect ordering of
9260              closesocket() and fclose() calls
9261      Branch: perl
9262            ! win32/win32sck.c
9263 ____________________________________________________________________________
9264 [  6327] By: gsar                                  on 2000/07/10  06:49:17
9265         Log: winsock options weren't being set in all threads under ithreads
9266              (caused send()s from second and subsequent threads to fail)
9267      Branch: perl
9268            ! win32/win32sck.c
9269 ____________________________________________________________________________
9270 [  6318] By: gsar                                  on 2000/07/05  22:10:54
9271         Log: fix UNC path handling on Windows under ithreads, and chdir()
9272              return value when given a non-existent directory
9273      Branch: perl
9274            ! win32/vdir.h
9275 ____________________________________________________________________________
9276 [  6317] By: gsar                                  on 2000/07/05  22:08:19
9277         Log: winsock cleanup never done on Windows (leads to handle leaks)
9278      Branch: perl
9279            ! win32/perllib.c win32/win32sck.c
9280 ____________________________________________________________________________
9281 [  6316] By: gsar                                  on 2000/07/05  22:06:19
9282         Log: some debugger output does not go to the socket when RemotePort is set
9283      Branch: perl
9284            ! lib/perl5db.pl
9285 ____________________________________________________________________________
9286 [  6314] By: gsar                                  on 2000/07/04  23:34:02
9287         Log: tyop in change#6306
9288      Branch: perl
9289            ! pp_hot.c
9290 ____________________________________________________________________________
9291 [  6310] By: gsar                                  on 2000/07/04  17:28:48
9292         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
9293      Branch: perl
9294            ! t/lib/b.t
9295 ____________________________________________________________________________
9296 [  6306] By: gsar                                  on 2000/07/04  16:28:40
9297         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
9298              (from Richard Soderberg <rs@oregonnet.com>)
9299      Branch: perl
9300            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
9301 ____________________________________________________________________________
9302 [  6304] By: gsar                                  on 2000/07/04  16:17:24
9303         Log: missing perldiag entry for unpack("w",...) diagnostic (from
9304              Andreas Koenig)
9305      Branch: perl
9306            ! pod/perldiag.pod
9307 ____________________________________________________________________________
9308 [  6303] By: gsar                                  on 2000/07/04  16:14:44
9309         Log: remove rel2abs prototypes (from Barrie Slaymaker)
9310      Branch: perl
9311            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9312            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9313 ____________________________________________________________________________
9314 [  6302] By: gsar                                  on 2000/07/04  04:59:35
9315         Log: adjust change#6299
9316      Branch: perl
9317            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
9318            ! win32/win32.c
9319 ____________________________________________________________________________
9320 [  6300] By: gsar                                  on 2000/07/04  04:42:09
9321         Log: PERL_OBJECT build tweak
9322      Branch: perl
9323            ! perl.h
9324 ____________________________________________________________________________
9325 [  6299] By: gsar                                  on 2000/07/04  04:37:00
9326         Log: fix memory leak on Windows (PL_sys_intern contents were never
9327              freed)
9328      Branch: perl
9329            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9330            ! perlapi.c proto.h win32/win32.c
9331 ____________________________________________________________________________
9332 [  6298] By: gsar                                  on 2000/07/04  04:15:59
9333         Log: fix large memory leak that has been around for ever, masked by
9334              -DPURIFY (most of the arenas were never freed!)
9335      Branch: perl
9336            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
9337 ____________________________________________________________________________
9338 [  6297] By: gsar                                  on 2000/07/04  04:07:46
9339         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
9340      Branch: perl
9341            ! perl.c
9342 ____________________________________________________________________________
9343 [  6294] By: gsar                                  on 2000/06/30  14:47:45
9344         Log: slurp mode fix in change#4736 still not quite right
9345      Branch: perl
9346            ! pp_hot.c t/io/argv.t
9347 ____________________________________________________________________________
9348 [  6291] By: gsar                                  on 2000/06/30  04:37:33
9349         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
9350              when @_ is modified, causing coredumps
9351      Branch: perl
9352            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
9353 ____________________________________________________________________________
9354 [  6287] By: gsar                                  on 2000/06/30  02:17:08
9355         Log: integrate vmsperl changes into mainline
9356      Branch: perl
9357           !> vms/vms.c vms/vmsish.h
9358 ____________________________________________________________________________
9359 [  6285] By: gsar                                  on 2000/06/30  02:05:28
9360         Log: localize %INC in a Safe compartment so that use/require work
9361              (many other magic globals probably need similar treatment)
9362      Branch: perl
9363            ! ext/Opcode/Opcode.xs
9364 ____________________________________________________________________________
9365 [  6284] By: gsar                                  on 2000/06/30  01:54:54
9366         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
9367              about Windows
9368      Branch: perl
9369            ! pod/perlembed.pod
9370 ____________________________________________________________________________
9371 [  6283] By: jhi                                   on 2000/06/30  01:50:10
9372         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
9373              From: Barrie Slaymaker <barries@jester.slaysys.com>
9374              Date: Wed, 28 Jun 2000 11:35:29 -0400
9375              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
9376      Branch: perl
9377            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
9378            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
9379            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9380            ! lib/File/Spec/Win32.pm
9381 ____________________________________________________________________________
9382 [  6216] By: gsar                                  on 2000/06/08  14:54:21
9383         Log: be more optimal about clearing @_
9384      Branch: perl
9385            ! cop.h
9386 ____________________________________________________________________________
9387 [  6215] By: gsar                                  on 2000/06/08  14:33:04
9388         Log: tweak comment about @DB::args
9389      Branch: perl
9390            ! av.h pp_ctl.c
9391 ____________________________________________________________________________
9392 [  6214] By: gsar                                  on 2000/06/08  13:57:54
9393         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
9394              caller() wants to populate @DB::args with it (causes a coredump
9395              in Carp::confess())
9396      Branch: perl
9397            ! cop.h t/op/runlevel.t
9398 ____________________________________________________________________________
9399 [  6213] By: gsar                                  on 2000/06/08  07:06:35
9400         Log: back out change#6106 (seems problematic)
9401      Branch: perl
9402            ! hints/solaris_2.sh
9403 ____________________________________________________________________________
9404 [  6201] By: gsar                                  on 2000/06/06  00:42:59
9405         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
9406              does a PUSHMARK that's never ever POPMARKed; in general, only
9407              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
9408              Perl_eval_[sp]v() don't because they don't take any incoming
9409              arguments (this leak has been around since the original version
9410              of perl_eval_pv() in 5.003_97e)
9411      Branch: perl
9412            ! perl.c
9413 ____________________________________________________________________________
9414 [  6195] By: gsar                                  on 2000/06/02  22:43:13
9415         Log: fix yet another eval"" leak under USE_ITHREADS
9416      Branch: perl
9417            ! op.c
9418 ____________________________________________________________________________
9419 [  6194] By: gsar                                  on 2000/06/02  18:22:06
9420         Log: fix small eval"" memory leaks under USE_ITHREADS
9421      Branch: perl
9422            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9423            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9424            ! vms/perly_c.vms
9425 ____________________________________________________________________________
9426 [  6191] By: gsar                                  on 2000/06/01  09:38:21
9427         Log: vec() loses numericalness (modified version of patch suggested
9428              by Robin Barker)
9429      Branch: perl
9430            ! doop.c t/op/vec.t
9431 ____________________________________________________________________________
9432 [  6190] By: gsar                                  on 2000/06/01  09:26:15
9433         Log: submit missing embed.pl change
9434      Branch: perl
9435            ! embed.pl
9436 ____________________________________________________________________________
9437 [  6189] By: gsar                                  on 2000/06/01  09:05:34
9438         Log: counting tr/// corrupts later operation (from M.J.T Guy)
9439      Branch: perl
9440            ! doop.c t/op/tr.t
9441 ____________________________________________________________________________
9442 [  6188] By: gsar                                  on 2000/06/01  08:58:39
9443         Log: h2xs tweaks
9444      Branch: perl
9445            ! utils/h2xs.PL
9446 ____________________________________________________________________________
9447 [  6187] By: gsar                                  on 2000/06/01  08:50:07
9448         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
9449              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9450      Branch: perl
9451            + lib/Pod/LaTeX.pm
9452            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
9453            ! pod/pod2latex.PL
9454 ____________________________________________________________________________
9455 [  6186] By: gsar                                  on 2000/06/01  08:24:40
9456         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
9457              <wolfgang.laun@alcatel.at>)
9458      Branch: perl
9459            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
9460            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
9461 ____________________________________________________________________________
9462 [  6185] By: gsar                                  on 2000/06/01  08:12:00
9463         Log: remove incorrect documentation about implicit split to @_ in
9464              list context, which never really worked in perl 5 (from
9465              M.J.T. Guy)
9466      Branch: perl
9467            ! pod/perlfunc.pod pod/perltrap.pod
9468 ____________________________________________________________________________
9469 [  6184] By: gsar                                  on 2000/06/01  07:52:27
9470         Log: tweak for change#6127
9471      Branch: perl
9472            ! perl.c
9473 ____________________________________________________________________________
9474 [  6183] By: gsar                                  on 2000/06/01  07:41:02
9475         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
9476              <nick@ccl4.org>)
9477      Branch: perl
9478            + t/lib/selfloader.t
9479            ! MANIFEST lib/SelfLoader.pm
9480 ____________________________________________________________________________
9481 [  6179] By: gsar                                  on 2000/05/31  22:37:51
9482         Log: buggy modulus on UVs introduced by change#3378 (resulted in
9483              4063328477 % 65535 amounting to 27406, instead of 27407)
9484      Branch: perl
9485            ! pp.c t/op/arith.t
9486 ____________________________________________________________________________
9487 [  6172] By: gsar                                  on 2000/05/31  05:05:42
9488         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
9489              (from Ilya Zakharevich)
9490      Branch: perl
9491            ! regexec.c t/op/re_tests
9492 ____________________________________________________________________________
9493 [  6171] By: gsar                                  on 2000/05/31  05:01:47
9494         Log: scalar() doesn't force scalar context when used in void context
9495              (from Simon Cozens)
9496      Branch: perl
9497            ! op.c t/op/wantarray.t
9498 ____________________________________________________________________________
9499 [  6170] By: gsar                                  on 2000/05/31  04:41:33
9500         Log: change#6142 needs tweaks to tests to work where there's no symlink()
9501              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9502      Branch: perl
9503            ! t/lib/filefind.t
9504 ____________________________________________________________________________
9505 [  6169] By: gsar                                  on 2000/05/31  04:29:49
9506         Log: integrate cfgperl contents into mainline
9507      Branch: perl
9508           +> pod/perlmodlib.PL pod/perlnewmod.pod
9509           !> (integrate 42 files)
9510 ____________________________________________________________________________
9511 [  6163] By: gsar                                  on 2000/05/30  03:24:03
9512         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9513      Branch: perl
9514            ! op.c
9515 ____________________________________________________________________________
9516 [  6162] By: gsar                                  on 2000/05/30  03:09:38
9517         Log: fix memory leak in method call optimization (change#3768);
9518              made C<eval "$x->foo()"> leak
9519      Branch: perl
9520            ! op.c
9521 ____________________________________________________________________________
9522 [  6155] By: gsar                                  on 2000/05/28  21:15:58
9523         Log: small bug in change#6144; remove random \xA0 character that snuck
9524              in via change#6145
9525      Branch: perl
9526            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
9527 ____________________________________________________________________________
9528 [  6154] By: gsar                                  on 2000/05/28  21:04:19
9529         Log: avoid type mismatch warning
9530      Branch: perl
9531            ! perl.c
9532 ____________________________________________________________________________
9533 [  6153] By: gsar                                  on 2000/05/28  20:58:31
9534         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
9535              <nick@Bagpuss.uk.boo.com>)
9536      Branch: perl
9537            ! lib/Test/Harness.pm
9538 ____________________________________________________________________________
9539 [  6152] By: gsar                                  on 2000/05/28  20:53:42
9540         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
9541      Branch: perl
9542            ! regexec.c
9543 ____________________________________________________________________________
9544 [  6151] By: gsar                                  on 2000/05/28  20:50:28
9545         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
9546      Branch: perl
9547            ! regexec.c
9548 ____________________________________________________________________________
9549 [  6150] By: gsar                                  on 2000/05/28  20:39:58
9550         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
9551      Branch: perl
9552            ! pod/perlrequick.pod
9553 ____________________________________________________________________________
9554 [  6149] By: gsar                                  on 2000/05/28  20:35:16
9555         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
9556              <troc@netrus.net>)
9557      Branch: perl
9558            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
9559            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
9560            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
9561            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
9562 ____________________________________________________________________________
9563 [  6148] By: gsar                                  on 2000/05/28  20:21:07
9564         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
9565      Branch: perl
9566            ! lib/ExtUtils/MM_Unix.pm
9567 ____________________________________________________________________________
9568 [  6147] By: gsar                                  on 2000/05/28  20:12:41
9569         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
9570              (from Peter Prymmer)
9571      Branch: perl
9572            ! vms/subconfigure.com
9573 ____________________________________________________________________________
9574 [  6146] By: gsar                                  on 2000/05/28  20:06:15
9575         Log: doc typo
9576      Branch: perl
9577            ! lib/warnings.pm warnings.h warnings.pl
9578 ____________________________________________________________________________
9579 [  6145] By: gsar                                  on 2000/05/28  18:44:33
9580         Log: make xsubpp skip embedded pod (from Matthias Neeracher
9581              <neeri@iis.ee.ethz.ch>)
9582      Branch: perl
9583            ! lib/ExtUtils/xsubpp
9584 ____________________________________________________________________________
9585 [  6144] By: gsar                                  on 2000/05/28  18:42:49
9586         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
9587              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
9588              <neeri@iis.ee.ethz.ch>)
9589      Branch: perl
9590            ! lib/AutoSplit.pm
9591 ____________________________________________________________________________
9592 [  6143] By: gsar                                  on 2000/05/28  18:41:12
9593         Log: MacOS support, part 1 (from Matthias Neeracher
9594              <neeri@iis.ee.ethz.ch>)
9595      Branch: perl
9596            + ext/DynaLoader/dl_mac.xs
9597            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
9598            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
9599            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
9600            ! util.h
9601 ____________________________________________________________________________
9602 [  6142] By: gsar                                  on 2000/05/28  18:21:51
9603         Log: File::Find fails to chdir when chasing symlinks (from
9604              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9605      Branch: perl
9606            ! lib/File/Find.pm t/lib/filefind.t
9607 ____________________________________________________________________________
9608 [  6141] By: jhi                                   on 2000/05/28  14:25:15
9609         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
9610              forwarded by Peter Seebach from the bsdi-users mailing list.
9611              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
9612      Branch: perl
9613            ! hints/bsdos.sh
9614 ____________________________________________________________________________
9615 [  6139] By: gsar                                  on 2000/05/28  10:01:48
9616         Log: revise mktables.PL for bugs and newness in Unicode 3.0
9617              (from James Bence <jbence@amgen.com>)
9618      Branch: perl
9619            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
9620            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
9621            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
9622            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
9623            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
9624            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
9625            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
9626            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
9627            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
9628            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
9629            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
9630            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
9631            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
9632            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
9633            + lib/unicode/Is/SylWU.pl
9634            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
9635            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9636            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
9637            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
9638            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
9639            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
9640            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
9641            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9642            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9643            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9644            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9645            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9646            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9647            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9648            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
9649            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
9650            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
9651            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
9652            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
9653            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
9654            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
9655            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
9656            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
9657            ! lib/unicode/Makefile lib/unicode/mktables.PL
9658 ____________________________________________________________________________
9659 [  6138] By: gsar                                  on 2000/05/28  08:50:32
9660         Log: add note about the handling of negative indices to tied arrays
9661              (from Michael G Schwern <schwern@pobox.com>)
9662      Branch: perl
9663            ! pod/perltie.pod
9664 ____________________________________________________________________________
9665 [  6137] By: gsar                                  on 2000/05/28  08:46:10
9666         Log: fix bogus redeclaration warning for "our" variables in different
9667              scopes
9668      Branch: perl
9669            ! op.c t/pragma/strict-vars
9670 ____________________________________________________________________________
9671 [  6136] By: gsar                                  on 2000/05/28  08:31:20
9672         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
9673      Branch: perl
9674            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
9675 ____________________________________________________________________________
9676 [  6135] By: gsar                                  on 2000/05/28  08:17:50
9677         Log: enable Test::Harness to dynamically determine column width etc.
9678              (from Rob Napier <rnapier@employees.org>)
9679      Branch: perl
9680            ! lib/Test/Harness.pm
9681 ____________________________________________________________________________
9682 [  6134] By: gsar                                  on 2000/05/28  08:13:39
9683         Log: make Test::Harness use wait.h/WCOREDUMP if available
9684              (from Ben Tilly <ben_tilly@hotmail.com>)
9685      Branch: perl
9686            ! lib/Test/Harness.pm
9687 ____________________________________________________________________________
9688 [  6133] By: gsar                                  on 2000/05/28  08:08:05
9689         Log: elide bogus test in change#6132
9690      Branch: perl
9691            ! t/pragma/warn/9enabled
9692 ____________________________________________________________________________
9693 [  6132] By: gsar                                  on 2000/05/28  08:03:14
9694         Log: warnings::enabled() doesn't fall back to looking at $^W if
9695              caller isn't using lexical warnings (from Paul Marquess)
9696      Branch: perl
9697            ! pp_ctl.c t/pragma/warn/9enabled
9698 ____________________________________________________________________________
9699 [  6131] By: gsar                                  on 2000/05/28  07:57:47
9700         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
9701      Branch: perl
9702            ! ext/POSIX/POSIX.pm
9703 ____________________________________________________________________________
9704 [  6130] By: gsar                                  on 2000/05/28  07:29:12
9705         Log: fix places that mean C<"word" character> but say C<alphanumeric
9706              character>
9707      Branch: perl
9708            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
9709 ____________________________________________________________________________
9710 [  6129] By: gsar                                  on 2000/05/28  07:18:41
9711         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
9712      Branch: perl
9713            ! vms/test.com
9714 ____________________________________________________________________________
9715 [  6128] By: gsar                                  on 2000/05/28  07:12:55
9716         Log: new perlxstut example for passing/returning refs to arrays
9717              (from David Lowe <dlowe@pootpoot.com>)
9718      Branch: perl
9719            ! pod/perlxstut.pod
9720 ____________________________________________________________________________
9721 [  6127] By: gsar                                  on 2000/05/28  07:02:50
9722         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
9723              failed (from Gisle Aas)
9724      Branch: perl
9725            ! cop.h perl.c
9726 ____________________________________________________________________________
9727 [  6126] By: gsar                                  on 2000/05/28  06:39:53
9728         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
9729              (reworked variant of patch suggested by Simon Cozens)
9730      Branch: perl
9731            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
9732            ! pp_hot.c proto.h t/op/gv.t
9733 ____________________________________________________________________________
9734 [  6125] By: gsar                                  on 2000/05/28  05:14:55
9735         Log: enable propagating exception objects via Perl_croak() in XS code
9736              (from Gisle Aas)
9737      Branch: perl
9738            ! util.c
9739 ____________________________________________________________________________
9740 [  6124] By: gsar                                  on 2000/05/28  05:07:28
9741         Log: integrate vmsperl contents into mainline
9742      Branch: perl
9743           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
9744           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
9745           !> vms/vmsish.h
9746 ____________________________________________________________________________
9747 [  6123] By: gsar                                  on 2000/05/28  05:03:53
9748         Log: clarify gotcha with #line directives (from Rocco Caputo
9749              <troc@netrus.net>)
9750      Branch: perl
9751            ! pod/perldebug.pod pod/perlsyn.pod
9752 ____________________________________________________________________________
9753 [  6122] By: gsar                                  on 2000/05/28  04:58:29
9754         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
9755              (from Mark-Jason Dominus)
9756      Branch: perl
9757            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
9758            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
9759            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
9760            ! toke.c
9761 ____________________________________________________________________________
9762 [  6108] By: gsar                                  on 2000/05/17  02:24:56
9763         Log: reenable fake signal handling on Windows, bugs and all
9764      Branch: perl
9765            ! mg.c perl.h win32/perlhost.h
9766 ____________________________________________________________________________
9767 [  6104] By: gsar                                  on 2000/05/11  03:39:07
9768         Log: PL_sys_intern was being initialized too late on windows
9769      Branch: perl
9770            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9771            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
9772 ____________________________________________________________________________
9773 [  6094] By: gsar                                  on 2000/05/08  14:22:22
9774         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
9775      Branch: perl
9776            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9777            ! hints/cygwin.sh pp_sys.c
9778 ____________________________________________________________________________
9779 [  6093] By: gsar                                  on 2000/05/08  12:52:28
9780         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
9781              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
9782      Branch: perl
9783            ! pp_sys.c sv.c win32/perlhost.h
9784 ____________________________________________________________________________
9785 [  6090] By: gsar                                  on 2000/05/07  19:47:07
9786         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
9787              [NI]OK; added tests for both
9788      Branch: perl
9789            ! perl.c pp_hot.c sv.c t/op/substr.t
9790 ____________________________________________________________________________
9791 [  6089] By: gsar                                  on 2000/05/07  18:18:38
9792         Log: buildtoc tweak to fix newline lossage
9793      Branch: perl
9794            ! pod/buildtoc
9795 ____________________________________________________________________________
9796 [  6087] By: gsar                                  on 2000/05/07  16:05:16
9797         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
9798      Branch: perl
9799            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
9800 ____________________________________________________________________________
9801 [  6085] By: gsar                                  on 2000/05/07  05:52:02
9802         Log: repeat operator (x) doesn't preserve utf8-ness
9803      Branch: perl
9804            ! pp.c t/op/substr.t
9805 ____________________________________________________________________________
9806 [  6084] By: gsar                                  on 2000/05/07  05:39:55
9807         Log: substr() does not preserve utf8-ness (from Stefan Eissing
9808              <Eissing@medicaldataservice.de>); added tests
9809      Branch: perl
9810            ! pp.c t/op/substr.t
9811 ____________________________________________________________________________
9812 [  6083] By: gsar                                  on 2000/05/07  05:24:46
9813         Log: note about undocumented caller() return value (from M.J.T. Guy);
9814              yet another peek.t tweak
9815      Branch: perl
9816            ! pod/perlfunc.pod t/lib/peek.t
9817 ____________________________________________________________________________
9818 [  6082] By: gsar                                  on 2000/05/07  05:08:40
9819         Log: peek.t non-portable to ithreads
9820      Branch: perl
9821            ! t/lib/peek.t
9822 ____________________________________________________________________________
9823 [  6081] By: gsar                                  on 2000/05/07  04:17:04
9824         Log: better default perlbug categories for ok reports (from Richard Foley)
9825      Branch: perl
9826            ! utils/perlbug.PL
9827 ____________________________________________________________________________
9828 [  6080] By: gsar                                  on 2000/05/07  04:08:07
9829         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
9830              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9831      Branch: perl
9832            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9833            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9834            ! AUTHORS MAINTAIN MANIFEST
9835 ____________________________________________________________________________
9836 [  6079] By: gsar                                  on 2000/05/07  04:01:38
9837         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
9838      Branch: perl
9839            ! lib/Carp/Heavy.pm
9840 ____________________________________________________________________________
9841 [  6078] By: gsar                                  on 2000/05/07  01:24:19
9842         Log: workaround for CRT bug in chdir() (from Charles Lane, via
9843              Peter Prymmer)
9844      Branch: perl
9845            ! iperlsys.h vms/vms.c vms/vmsish.h
9846 ____________________________________________________________________________
9847 [  6077] By: gsar                                  on 2000/05/07  01:22:23
9848         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
9849              and Tom Phoenix)
9850      Branch: perl
9851            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
9852 ____________________________________________________________________________
9853 [  6076] By: gsar                                  on 2000/05/06  17:36:29
9854         Log: integrate cfgperl contents into mainline
9855      Branch: perl
9856           +> t/lib/peek.t
9857           !> Configure MANIFEST Porting/Glossary Porting/config.sh
9858           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
9859           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
9860           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
9861 ____________________________________________________________________________
9862 [  6071] By: gsar                                  on 2000/05/05  02:24:46
9863         Log: misformatted perllocal.pod (from Tim Jenness
9864              <t.jenness@jach.hawaii.edu>)
9865      Branch: perl
9866            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9867 ____________________________________________________________________________
9868 [  6070] By: gsar                                  on 2000/05/05  02:16:52
9869         Log: remove misleading comment (from M.J.T. Guy)
9870      Branch: perl
9871            ! t/lib/anydbm.t
9872 ____________________________________________________________________________
9873 [  6069] By: gsar                                  on 2000/05/05  02:15:13
9874         Log: File::Spec compatibility update (from Barrie Slaymaker
9875              <barries@slaysys.com>)
9876      Branch: perl
9877            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9878            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9879 ____________________________________________________________________________
9880 [  6068] By: gsar                                  on 2000/05/05  02:01:50
9881         Log: note about values()
9882      Branch: perl
9883            ! pod/perlfunc.pod
9884 ____________________________________________________________________________
9885 [  6067] By: gsar                                  on 2000/05/05  01:33:09
9886         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
9887      Branch: perl
9888            ! win32/win32.c
9889 ____________________________________________________________________________
9890 [  6066] By: gsar                                  on 2000/05/05  01:23:43
9891         Log: s/END/CHECK/
9892      Branch: perl
9893            ! perl.c
9894 ____________________________________________________________________________
9895 [  6064] By: gsar                                  on 2000/05/04  17:26:14
9896         Log: change#5905 wasn't quite right--it's intent only applies when arguments
9897              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
9898      Branch: perl
9899            ! pp_sys.c sv.c
9900 ____________________________________________________________________________
9901 [  6063] By: gsar                                  on 2000/05/04  16:52:29
9902         Log: tokeq() could read unallocated field in argument
9903      Branch: perl
9904            ! toke.c
9905 ____________________________________________________________________________
9906 [  6062] By: gsar                                  on 2000/05/04  16:34:51
9907         Log: additional tests for utf8.t
9908      Branch: perl
9909            ! t/pragma/utf8.t
9910 ____________________________________________________________________________
9911 [  6061] By: gsar                                  on 2000/05/04  16:09:28
9912         Log: change#5921 neglected to make eq honor "use bytes"
9913      Branch: perl
9914            ! sv.c
9915 ____________________________________________________________________________
9916 [  6058] By: gsar                                  on 2000/05/04  00:19:14
9917         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
9918              (spotted by Donald Kinzer <dkinzer@premia.com>)
9919      Branch: perl
9920            ! perl.c
9921 ____________________________________________________________________________
9922 [  6057] By: gsar                                  on 2000/05/03  18:34:01
9923         Log: fix broken parsing of /\x{ab}/
9924      Branch: perl
9925            ! regcomp.c t/pragma/utf8.t
9926 ____________________________________________________________________________
9927 [  6048] By: gsar                                  on 2000/05/02  18:29:10
9928         Log: add note about how $( doesn't interpolate in REs (from
9929              Philip Newton <newton@ficus.frogspace.net>)
9930      Branch: perl
9931            ! pod/perlop.pod
9932 ____________________________________________________________________________
9933 [  6046] By: gsar                                  on 2000/05/02  17:07:25
9934         Log: libscheck has insufficient checks for n32 libs (from
9935              Albert Chin-A-Young <china@thewrittenword.com>)
9936      Branch: perl
9937            ! hints/irix_6.sh
9938 ____________________________________________________________________________
9939 [  6044] By: gsar                                  on 2000/05/02  06:48:19
9940         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
9941              such that underscores are only ignored in literal numbers,
9942              "\x{...}", and hex/oct argument
9943      Branch: perl
9944            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
9945 ____________________________________________________________________________
9946 [  6043] By: gsar                                  on 2000/05/02  02:22:29
9947         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
9948      Branch: perl
9949            ! pod/perlretut.pod
9950 ____________________________________________________________________________
9951 [  6042] By: gsar                                  on 2000/05/02  02:17:51
9952         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
9953      Branch: perl
9954            ! pod/perltrap.pod
9955 ____________________________________________________________________________
9956 [  6041] By: gsar                                  on 2000/05/02  01:53:51
9957         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
9958              to compensate
9959      Branch: perl
9960            ! Porting/makerel
9961 ____________________________________________________________________________
9962 [  6040] By: gsar                                  on 2000/05/02  01:51:57
9963         Log: missing files in MANIFEST
9964      Branch: perl
9965            ! MANIFEST
9966 ____________________________________________________________________________
9967 [  6032] By: gsar                                  on 2000/05/01  15:56:32
9968         Log: whitespace adjustments
9969      Branch: perl
9970            ! pp_sys.c
9971 ____________________________________________________________________________
9972 [  6031] By: gsar                                  on 2000/05/01  15:19:41
9973         Log: small nits in diagnostics.pm (from Robin Barker)
9974      Branch: perl
9975            ! lib/diagnostics.pm pod/perldiag.pod
9976 ____________________________________________________________________________
9977 [  6030] By: gsar                                  on 2000/05/01  08:39:18
9978         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
9979              for @- and @+ (from Johan Vromans)
9980      Branch: perl
9981            ! lib/English.pm pod/perlvar.pod
9982 ____________________________________________________________________________
9983 [  6029] By: gsar                                  on 2000/05/01  08:16:10
9984         Log: add CGI.pm v2.66 (from Lincoln Stein)
9985      Branch: perl
9986            + lib/CGI/Util.pm t/lib/cgi-pretty.t
9987            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9988            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
9989            ! t/lib/cgi-html.t t/lib/cgi-request.t
9990 ____________________________________________________________________________
9991 [  6028] By: gsar                                  on 2000/05/01  06:34:41
9992         Log: Pod::Man generates groff-incompatible macro definition (from
9993              Tom Christiansen)
9994      Branch: perl
9995            ! lib/Pod/Man.pm
9996 ____________________________________________________________________________
9997 [  6027] By: gsar                                  on 2000/05/01  06:31:36
9998         Log: podlators-1.02 update (from Russ Allbery)
9999      Branch: perl
10000            ! lib/Pod/Man.pm lib/Pod/Text.pm
10001 ____________________________________________________________________________
10002 [  6025] By: gsar                                  on 2000/04/30  18:17:47
10003         Log: Is{Alnum,Alpha,Word} don't match titlecase
10004              
10005              TODO: IsSpace is defined recursively!
10006              
10007              (both spotted by Larry)
10008      Branch: perl
10009            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10010            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10011 ____________________________________________________________________________
10012 [  6024] By: gsar                                  on 2000/04/30  17:50:19
10013         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
10014              (from Hugo van der Sanden)
10015      Branch: perl
10016            ! toke.c
10017 ____________________________________________________________________________
10018 [  6023] By: gsar                                  on 2000/04/30  17:14:43
10019         Log: debugger stomps on $. (from M.J.T. Guy)
10020      Branch: perl
10021            ! lib/perl5db.pl
10022 ____________________________________________________________________________
10023 [  6022] By: gsar                                  on 2000/04/30  16:59:22
10024         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
10025      Branch: perl
10026            ! sv.c
10027 ____________________________________________________________________________
10028 [  6021] By: gsar                                  on 2000/04/29  21:00:08
10029         Log: remove Win2K issue in pod (fixed by change#6020)
10030      Branch: perl
10031            ! README.win32 pod/perl56delta.pod
10032 ____________________________________________________________________________
10033 [  6020] By: gsar                                  on 2000/04/29  20:51:49
10034         Log: test tweak
10035      Branch: perl
10036            ! t/lib/open3.t
10037 ____________________________________________________________________________
10038 [  6019] By: gsar                                  on 2000/04/29  20:34:27
10039         Log: windows portability tweaks
10040      Branch: perl
10041            ! t/lib/b.t win32/win32.h
10042 ____________________________________________________________________________
10043 [  6018] By: gsar                                  on 2000/04/29  19:55:24
10044         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
10045              make _PATH_LOG() return "" if unavailable
10046      Branch: perl
10047            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10048            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
10049 ____________________________________________________________________________
10050 [  6015] By: gsar                                  on 2000/04/28  22:35:49
10051         Log: tweak test for portability
10052      Branch: perl
10053            ! t/lib/b.t
10054 ____________________________________________________________________________
10055 [  6014] By: gsar                                  on 2000/04/28  22:05:31
10056         Log: glob() loading File::Glob behind the scenes may cause syntax errors
10057      Branch: perl
10058            ! op.c
10059 ____________________________________________________________________________
10060 [  6013] By: gsar                                  on 2000/04/28  21:25:22
10061         Log: tweak change#5945 to display correct switch name in diagnostic
10062      Branch: perl
10063            ! perl.c pod/perldiag.pod
10064 ____________________________________________________________________________
10065 [  6010] By: gsar                                  on 2000/04/28  21:02:58
10066         Log: clarify note about shadow password support (from
10067              gellyfish@gellyfish.com)
10068      Branch: perl
10069            ! pod/perlfunc.pod
10070 ____________________________________________________________________________
10071 [  6009] By: gsar                                  on 2000/04/28  21:00:00
10072         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
10073      Branch: perl
10074            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
10075 ____________________________________________________________________________
10076 [  6008] By: gsar                                  on 2000/04/28  20:56:33
10077         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
10078      Branch: perl
10079            ! installperl vms/subconfigure.com
10080 ____________________________________________________________________________
10081 [  6007] By: gsar                                  on 2000/04/28  20:51:21
10082         Log: note about compile failures and END blocks (from M.J.T. Guy)
10083      Branch: perl
10084            ! pod/perl56delta.pod pod/perlmod.pod
10085 ____________________________________________________________________________
10086 [  6005] By: gsar                                  on 2000/04/28  20:41:16
10087         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
10088      Branch: perl
10089            ! utils/perldoc.PL
10090 ____________________________________________________________________________
10091 [  6003] By: gsar                                  on 2000/04/28  20:11:20
10092         Log: allow REG_EXPAND_SZ keys in Windows registry (from
10093              John Clayton <John.Clayton@barclayscapital.com>)
10094      Branch: perl
10095            ! win32/win32.c
10096 ____________________________________________________________________________
10097 [  6002] By: gsar                                  on 2000/04/28  19:34:16
10098         Log: destructive sv_setsv() can lose UV-ness from source, causing
10099              numeric promotions/comparisons to fail to do the right thing
10100      Branch: perl
10101            ! sv.c
10102 ____________________________________________________________________________
10103 [  6001] By: gsar                                  on 2000/04/28  18:44:15
10104         Log: support additional library locations via $Config{otherlibdirs}
10105              (from Andy Dougherty)
10106      Branch: perl
10107            ! Configure INSTALL Porting/Glossary Porting/config.sh
10108            ! Porting/config_H config_h.SH epoc/config.sh perl.c
10109            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
10110            ! win32/config.bc win32/config.gc win32/config.vc
10111 ____________________________________________________________________________
10112 [  5999] By: gsar                                  on 2000/04/28  18:17:07
10113         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
10114      Branch: perl
10115            ! t/pragma/warn/toke toke.c
10116 ____________________________________________________________________________
10117 [  5995] By: gsar                                  on 2000/04/28  09:37:36
10118         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
10119      Branch: perl
10120            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
10121 ____________________________________________________________________________
10122 [  5994] By: gsar                                  on 2000/04/28  09:33:26
10123         Log: fix for missed accounting for null byte in pack("Z",...) (from
10124              M.J.T. Guy)
10125      Branch: perl
10126            ! pp.c t/op/pack.t
10127 ____________________________________________________________________________
10128 [  5993] By: gsar                                  on 2000/04/28  09:30:05
10129         Log: various minor tweaks seen on p5p
10130      Branch: perl
10131            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
10132 ____________________________________________________________________________
10133 [  5992] By: gsar                                  on 2000/04/28  09:08:19
10134         Log: pod nit (from Simon Cozens)
10135      Branch: perl
10136            ! pod/perlop.pod
10137 ____________________________________________________________________________
10138 [  5991] By: gsar                                  on 2000/04/28  09:06:36
10139         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
10140      Branch: perl
10141            ! README.posix-bc hints/posix-bc.sh
10142 ____________________________________________________________________________
10143 [  5990] By: gsar                                  on 2000/04/28  08:54:52
10144         Log: use $ENV{LIB} to search for libs under Visual C compiler
10145              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
10146      Branch: perl
10147            ! lib/ExtUtils/Liblist.pm
10148 ____________________________________________________________________________
10149 [  5989] By: gsar                                  on 2000/04/28  08:27:12
10150         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
10151              itself and no other (from Tom Hughes)
10152      Branch: perl
10153            ! t/op/array.t toke.c
10154 ____________________________________________________________________________
10155 [  5988] By: gsar                                  on 2000/04/28  08:01:38
10156         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
10157              <paul@miraclefish.com>)
10158      Branch: perl
10159            ! lib/ExtUtils/MakeMaker.pm
10160 ____________________________________________________________________________
10161 [  5987] By: gsar                                  on 2000/04/28  07:53:09
10162         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
10163      Branch: perl
10164            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
10165 ____________________________________________________________________________
10166 [  5986] By: gsar                                  on 2000/04/28  07:44:17
10167         Log: add regular expressions tutorial and quick-start guide (from
10168              Mark Kvale <kvale@phy.ucsf.edu>)
10169      Branch: perl
10170            + pod/perlrequick.pod pod/perlretut.pod
10171            ! AUTHORS MAINTAIN MANIFEST
10172 ____________________________________________________________________________
10173 [  5985] By: gsar                                  on 2000/04/28  07:30:28
10174         Log: forked child may not exit correctly if it failed to open
10175              /dev/console (from Graham Barr)
10176      Branch: perl
10177            ! ext/Sys/Syslog/Syslog.pm
10178 ____________________________________________________________________________
10179 [  5984] By: gsar                                  on 2000/04/28  07:27:20
10180         Log: attributes::reftype() doesn't work on tied argument
10181      Branch: perl
10182            ! xsutils.c
10183 ____________________________________________________________________________
10184 [  5983] By: gsar                                  on 2000/04/28  07:15:04
10185         Log: numeric conversion of non-number in change#3378 tramples on
10186              OOK offset, causing segfaults
10187      Branch: perl
10188            ! sv.c
10189 ____________________________________________________________________________
10190 [  5982] By: gsar                                  on 2000/04/28  04:48:25
10191         Log: avoid error in IO::Socket::INET when given an unknown service name
10192              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
10193      Branch: perl
10194            ! ext/IO/lib/IO/Socket/INET.pm
10195 ____________________________________________________________________________
10196 [  5981] By: gsar                                  on 2000/04/28  04:31:31
10197         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
10198              prototype mismatch with CORE::glob(); update pod and tests to
10199              suit (File::Glob::glob() is still available for backward
10200              compatibility, but should be considered deprecated)
10201      Branch: perl
10202            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
10203            ! t/lib/glob-taint.t
10204 ____________________________________________________________________________
10205 [  5980] By: gsar                                  on 2000/04/28  03:47:29
10206         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
10207              <ghudson@mit.edu>)
10208      Branch: metaconfig
10209            ! U/modified/Options.U
10210      Branch: perl
10211            ! Configure
10212 ____________________________________________________________________________
10213 [  5979] By: gsar                                  on 2000/04/28  03:07:54
10214         Log: under useithreads, constant pad entries could inadvertantly be
10215              shared across threads (from Eric Blood <eblood@xmission.com>);
10216              added Eric's test case to testsuite
10217      Branch: perl
10218            ! op.c t/op/misc.t
10219 ____________________________________________________________________________
10220 [  5978] By: gsar                                  on 2000/04/27  21:13:00
10221         Log: sync version numbers in File::Spec with the ones on CPAN
10222              (from Barrie Slaymaker)
10223      Branch: perl
10224            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10225            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
10226            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10227 ____________________________________________________________________________
10228 [  5977] By: gsar                                  on 2000/04/27  21:07:29
10229         Log: autoquote barewords followed by newline and arrow properly
10230              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
10231      Branch: perl
10232            ! t/pragma/warn/toke toke.c
10233 ____________________________________________________________________________
10234 [  5976] By: gsar                                  on 2000/04/27  20:41:20
10235         Log: DB_File v1.73 update (from Paul Marquess)
10236      Branch: perl
10237            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10238            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10239 ____________________________________________________________________________
10240 [  5975] By: gsar                                  on 2000/04/27  20:34:24
10241         Log: allow sort() reentrancy (variant of patch suggested by
10242              Hugo van der Sanden)
10243      Branch: perl
10244            ! pp_ctl.c t/op/sort.t
10245 ____________________________________________________________________________
10246 [  5974] By: gsar                                  on 2000/04/27  19:46:57
10247         Log: change#4197 somehow missed initializing PL_errors, meaning
10248              sytax error queueing wasn't working outside eval"" at all;
10249              also fixed eval"" to localize PL_error_count, so that compile-time
10250              eval's don't clobber the error state of the outer context
10251      Branch: perl
10252            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
10253            ! t/pragma/warn/toke
10254 ____________________________________________________________________________
10255 [  5973] By: gsar                                  on 2000/04/27  18:29:05
10256         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
10257      Branch: perl
10258            ! regcomp.c regexec.c t/op/re_tests
10259 ____________________________________________________________________________
10260 [  5970] By: gsar                                  on 2000/04/27  18:05:11
10261         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
10262              IV is >32bits
10263      Branch: perl
10264            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
10265 ____________________________________________________________________________
10266 [  5969] By: gsar                                  on 2000/04/27  17:50:56
10267         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
10268      Branch: perl
10269            + t/lib/syslog.t
10270            ! MANIFEST ext/Sys/Syslog/Syslog.pm
10271 ____________________________________________________________________________
10272 [  5968] By: gsar                                  on 2000/04/27  17:44:49
10273         Log: tolerate spaces in group names in test on solaris (from David Boyce
10274              <dsb@boyski.com>)
10275      Branch: perl
10276            ! t/op/groups.t
10277 ____________________________________________________________________________
10278 [  5967] By: gsar                                  on 2000/04/27  17:41:22
10279         Log: improved docs on the warn_uninit diagnostic (from David Glasser
10280              and Simon Cozens)
10281      Branch: perl
10282            ! pod/perldiag.pod
10283 ____________________________________________________________________________
10284 [  5966] By: gsar                                  on 2000/04/27  16:54:58
10285         Log: add testsuite for B backends, fix bug in B::Deparse (from
10286              Simon Cozens <simon@brecon.co.uk>)
10287      Branch: perl
10288            + t/lib/b.t
10289            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
10290 ____________________________________________________________________________
10291 [  5965] By: gsar                                  on 2000/04/27  16:10:37
10292         Log: avoid "will not stay shared" warnings for our variables (from
10293              Robin Barker)
10294      Branch: perl
10295            ! op.c t/pragma/warn/op
10296 ____________________________________________________________________________
10297 [  5964] By: gsar                                  on 2000/04/27  07:05:05
10298         Log: reformat to 72 columns (again)
10299      Branch: perl
10300            ! pod/perldiag.pod
10301 ____________________________________________________________________________
10302 [  5963] By: gsar                                  on 2000/04/27  06:28:31
10303         Log: patch from Larry to make (\&) prototype work; added tests for
10304              the same
10305      Branch: perl
10306            ! op.c t/comp/proto.t
10307 ____________________________________________________________________________
10308 [  5962] By: gsar                                  on 2000/04/27  06:15:47
10309         Log: updated README.hpux (from Jeff Okamoto)
10310      Branch: perl
10311            ! README.hpux
10312 ____________________________________________________________________________
10313 [  5961] By: gsar                                  on 2000/04/27  05:55:03
10314         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
10315      Branch: perl
10316            ! emacs/cperl-mode.el
10317 ____________________________________________________________________________
10318 [  5960] By: gsar                                  on 2000/04/27  05:49:26
10319         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
10320      Branch: perl
10321            ! INSTALL
10322 ____________________________________________________________________________
10323 [  5959] By: gsar                                  on 2000/04/27  05:33:41
10324         Log: doubled words in pods (from Simon Cozens
10325              <simon.p.cozens@jp.pwcglobal.com>)
10326      Branch: perl
10327            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
10328            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
10329            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
10330            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
10331            ! pod/perltootc.pod
10332 ____________________________________________________________________________
10333 [  5958] By: gsar                                  on 2000/04/27  05:11:39
10334         Log: change#3569 deleted some essential code, revert; avoid use of
10335              atexit() to make DynaLoader work properly on AIX under mod_perl
10336              (from Jens-Uwe Mager <jum@helios.de>)
10337      Branch: perl
10338            ! ext/DynaLoader/dl_aix.xs
10339 ____________________________________________________________________________
10340 [  5957] By: gsar                                  on 2000/04/27  04:54:51
10341         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
10342      Branch: perl
10343            ! pod/perlmod.pod
10344 ____________________________________________________________________________
10345 [  5956] By: gsar                                  on 2000/04/27  04:51:47
10346         Log: better diagnostics on failed tests (from Ilya Zakharevich)
10347      Branch: perl
10348            ! t/op/lex_assign.t
10349 ____________________________________________________________________________
10350 [  5955] By: gsar                                  on 2000/04/27  04:26:44
10351         Log: longstanding bug exposed by change#3307: sort arguments weren't
10352              compiled with the right wantarray context (ensuing runtime lookup
10353              via block_gimme() was getting the incidental context of the
10354              sort() itself)
10355      Branch: perl
10356            ! op.c t/op/sort.t
10357 ____________________________________________________________________________
10358 [  5954] By: gsar                                  on 2000/04/26  23:42:12
10359         Log: integrate cfgperl contents into mainline
10360      Branch: perl
10361           !> (integrate 30 files)
10362 ____________________________________________________________________________
10363 [  5950] By: gsar                                  on 2000/04/25  19:13:12
10364         Log: reformat perldiag to avoid long lines
10365      Branch: perl
10366            ! pod/perldiag.pod
10367 ____________________________________________________________________________
10368 [  5949] By: gsar                                  on 2000/04/25  18:41:11
10369         Log: make perldoc use the pod2man from the same version (from
10370              M.J.T. Guy)
10371      Branch: perl
10372            ! utils/perldoc.PL
10373 ____________________________________________________________________________
10374 [  5948] By: gsar                                  on 2000/04/25  18:21:57
10375         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
10376              <kompas@kompas.usr.onet.pl>)
10377      Branch: perl
10378            ! lib/vars.pm
10379 ____________________________________________________________________________
10380 [  5947] By: gsar                                  on 2000/04/25  18:11:53
10381         Log: use &dl_error rather than &dl_load_file as the guard for calling
10382              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
10383              statically built perl)
10384      Branch: perl
10385            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10386 ____________________________________________________________________________
10387 [  5945] By: gsar                                  on 2000/04/25  16:34:33
10388         Log: make module name mandatory after -M switch; reorder perldiag
10389              alphabetically (from Mark-Jason Dominus)
10390      Branch: perl
10391            ! perl.c pod/perldiag.pod
10392 ____________________________________________________________________________
10393 [  5939] By: gsar                                  on 2000/04/24  19:01:24
10394         Log: more pod nits (from Larry Virden)
10395      Branch: perl
10396            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
10397            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
10398            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
10399 ____________________________________________________________________________
10400 [  5938] By: gsar                                  on 2000/04/24  18:54:01
10401         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
10402      Branch: perl
10403            ! ext/B/B/Deparse.pm
10404 ____________________________________________________________________________
10405 [  5936] By: gsar                                  on 2000/04/24  17:30:06
10406         Log: additional tests for change#5934 (from Paul Marquess, who also
10407              sent in the same fix)
10408      Branch: perl
10409            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
10410            ! t/pragma/warn/5nolint t/pragma/warn/6default
10411 ____________________________________________________________________________
10412 [  5934] By: gsar                                  on 2000/04/24  17:16:54
10413         Log: propagate lexical warnings from surrounding scope correctly
10414              within string eval()
10415      Branch: perl
10416            ! pp_ctl.c t/pragma/warn/pp_ctl
10417 ____________________________________________________________________________
10418 [  5932] By: gsar                                  on 2000/04/24  09:08:14
10419         Log: add rsignal(), whichsig() and do_join() to public API list
10420              (mod_perl uses them to good advantage)
10421      Branch: perl
10422            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
10423 ____________________________________________________________________________
10424 [  5931] By: gsar                                  on 2000/04/24  09:01:40
10425         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
10426      Branch: perl
10427            ! pp_hot.c regexec.c t/op/pat.t
10428 ____________________________________________________________________________
10429 [  5930] By: gsar                                  on 2000/04/24  08:58:33
10430         Log: small os390 tweaks (from Peter Prymmer)
10431      Branch: perl
10432            ! config_h.SH makedepend.SH
10433 ____________________________________________________________________________
10434 [  5929] By: gsar                                  on 2000/04/24  08:55:25
10435         Log: pod nits
10436      Branch: perl
10437            ! pod/perlguts.pod
10438 ____________________________________________________________________________
10439 [  5928] By: gsar                                  on 2000/04/24  08:50:13
10440         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
10441      Branch: perl
10442            ! ext/IO/lib/IO/Poll.pm
10443 ____________________________________________________________________________
10444 [  5927] By: gsar                                  on 2000/04/24  08:43:24
10445         Log: arrange for next() to resume at the unstack op rather than the
10446              loop conditional, so that scope cleanup happens correctly
10447              (from Stephen McCamant)
10448      Branch: perl
10449            ! op.c pp_ctl.c t/op/misc.t
10450 ____________________________________________________________________________
10451 [  5926] By: gsar                                  on 2000/04/24  08:18:40
10452         Log: on windows, reserve 16M of stack rather than 128M (allows more
10453              threads to run concurrently)
10454      Branch: perl
10455            ! win32/Makefile win32/makefile.mk
10456 ____________________________________________________________________________
10457 [  5925] By: gsar                                  on 2000/04/24  08:13:52
10458         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
10459      Branch: perl
10460            ! toke.c
10461 ____________________________________________________________________________
10462 [  5924] By: gsar                                  on 2000/04/24  08:08:59
10463         Log: avoid using uninitialized memory in require version check
10464      Branch: perl
10465            ! pp_ctl.c universal.c
10466 ____________________________________________________________________________
10467 [  5923] By: gsar                                  on 2000/04/24  07:20:14
10468         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
10469      Branch: perl
10470            ! ext/IO/lib/IO/Poll.pm
10471 ____________________________________________________________________________
10472 [  5922] By: gsar                                  on 2000/04/24  07:08:42
10473         Log: commentary about IoTYPE() (from Nathan Torkington)
10474      Branch: perl
10475            ! sv.h
10476 ____________________________________________________________________________
10477 [  5921] By: gsar                                  on 2000/04/24  06:58:26
10478         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10479              by fix
10480      Branch: perl
10481            ! sv.c t/lib/charnames.t t/pragma/utf8.t
10482 ____________________________________________________________________________
10483 [  5920] By: gsar                                  on 2000/04/24  06:37:59
10484         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
10485      Branch: perl
10486            ! doop.c t/op/ver.t
10487 ____________________________________________________________________________
10488 [  5919] By: gsar                                  on 2000/04/24  06:21:58
10489         Log: Configure might miss old directories when prefix must be
10490              expanded (from Robin Barker)
10491      Branch: metaconfig
10492            ! U/installdirs/inc_version_list.U
10493      Branch: perl
10494            ! Configure
10495 ____________________________________________________________________________
10496 [  5918] By: gsar                                  on 2000/04/24  06:16:11
10497         Log: VMS nits in glob() test (from Charles Lane)
10498      Branch: perl
10499            ! t/lib/glob-basic.t
10500 ____________________________________________________________________________
10501 [  5917] By: gsar                                  on 2000/04/24  06:11:56
10502         Log: various pod nits (from Larry Virden and others)
10503      Branch: perl
10504            ! README.amiga README.hpux README.machten README.os2
10505            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
10506            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
10507            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
10508            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
10509            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
10510            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
10511            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
10512            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
10513 ____________________________________________________________________________
10514 [  5916] By: gsar                                  on 2000/04/24  05:52:43
10515         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
10516              <wjones@tc.fluke.com>)
10517      Branch: perl
10518            ! t/lib/glob-basic.t
10519 ____________________________________________________________________________
10520 [  5915] By: gsar                                  on 2000/04/24  05:07:01
10521         Log: supported platforms mixed up
10522      Branch: perl
10523            ! pod/perl56delta.pod pod/perlport.pod
10524 ____________________________________________________________________________
10525 [  5914] By: gsar                                  on 2000/04/24  04:56:08
10526         Log: caller() wasn't returning the right number of elements for
10527              eval {...}
10528      Branch: perl
10529            ! pp_ctl.c t/pragma/warn/9enabled
10530 ____________________________________________________________________________
10531 [  5913] By: gsar                                  on 2000/04/24  04:35:41
10532         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
10533              Mark-Jason Dominus)
10534      Branch: perl
10535            ! pod/perlfunc.pod
10536 ____________________________________________________________________________
10537 [  5912] By: gsar                                  on 2000/04/24  04:17:15
10538         Log: fix totally broken caching in UNIVERSAL::isa() (from
10539              Nick Ing-Simmons)
10540      Branch: perl
10541            ! t/op/universal.t universal.c
10542 ____________________________________________________________________________
10543 [  5911] By: gsar                                  on 2000/04/24  03:39:47
10544         Log: add linebreak properties from unicode/LineBrk.txt (from
10545              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
10546      Branch: perl
10547            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10548            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10549            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10550            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10551            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10552            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10553            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10554            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10555            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10556            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10557            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10558            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10559            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10560            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
10561            + lib/unicode/Is/LbrkZW.pl
10562            ! lib/unicode/mktables.PL
10563 ____________________________________________________________________________
10564 [  5910] By: gsar                                  on 2000/04/24  03:23:10
10565         Log: typo in pod
10566      Branch: perl
10567            ! ext/Thread/Thread.pm
10568 ____________________________________________________________________________
10569 [  5909] By: gsar                                  on 2000/04/24  03:22:03
10570         Log: mode argument to do_binmode() should be file mode, not boolean
10571      Branch: perl
10572            ! pp_sys.c
10573 ____________________________________________________________________________
10574 [  5908] By: gsar                                  on 2000/04/16  16:51:08
10575         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
10576              always returns a valid GV even when the symbol is trapped by strictures
10577              (avoids coredumps)
10578              
10579              TODO: the C<package;> hack needs similar treatment
10580      Branch: perl
10581            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
10582            ! t/pragma/strict-vars
10583 ____________________________________________________________________________
10584 [  5904] By: gsar                                  on 2000/03/28  02:31:32
10585         Log: add Changes, perldelta.pod
10586      Branch: perl
10587            + Changes pod/perldelta.pod
10588 ____________________________________________________________________________
10589 [  5903] By: gsar                                  on 2000/03/28  02:03:55
10590         Log: rename Changes and perldelta.pod
10591      Branch: perl
10592           +> Changes5.6 pod/perl56delta.pod
10593            - Changes pod/perldelta.pod
10594            ! MANIFEST
10595 ____________________________________________________________________________
10596 [  5900] By: gsar                                  on 2000/03/23  05:42:43
10597         Log: three guesses on what this is :-)
10598      Branch: perl
10599            ! Changes