sysseek() instead of seek().
[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 [  7733] By: jhi                                   on 2000/11/18  00:32:54
36         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
37              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38              Date: Fri, 17 Nov 2000 17:28:02 -0500
39              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
40      Branch: perl
41            ! regcomp.c regexec.c t/op/re_tests
42 ____________________________________________________________________________
43 [  7732] By: jhi                                   on 2000/11/18  00:28:56
44         Log: Sparc 64-bit pack() fix from Jens Hamisch.
45      Branch: perl
46            ! pp.c
47 ____________________________________________________________________________
48 [  7731] By: jhi                                   on 2000/11/18  00:18:39
49         Log: Explain in more detail the {} syntax ambiguousity.
50              
51              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
52              From: Nicholas Clark <nick@ccl4.org>
53              Date: Fri, 17 Nov 2000 22:10:28 +0000
54              Message-ID: <20001117221028.A88930@plum.flirble.org>
55      Branch: perl
56            ! pod/perlfunc.pod
57 ____________________________________________________________________________
58 [  7730] By: jhi                                   on 2000/11/18  00:12:18
59         Log: Subject: Fix for README.amiga (20000323.033)
60              From: "Stephen P. Potter" <spp@spotter.yi.org>
61              Date: Fri, 17 Nov 2000 12:25:51 -0500
62              Message-Id: <200011171725.MAA05768@spotter.yi.org>
63      Branch: perl
64            ! README.amiga
65 ____________________________________________________________________________
66 [  7729] By: jhi                                   on 2000/11/18  00:08:34
67         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
68              From: "A. C. Yardley" <yardley@tanet.net>
69              Date: Mon, 3 Apr 2000 11:35:33 -0700
70              Message-ID: <3483.000403@tanet.net>
71      Branch: perl
72            ! README.win32
73 ____________________________________________________________________________
74 [  7726] By: jhi                                   on 2000/11/17  14:15:49
75         Log: Subject: Fix for 20000815.006
76              From: "Stephen P. Potter" <spp@spotter.yi.org>
77              Date: Fri, 17 Nov 2000 08:57:45 -0500
78              Message-Id: <200011171357.IAA05122@spotter.yi.org>
79              
80              It's really 20000518.006.
81      Branch: perl
82            ! pod/perlmodlib.PL
83 ____________________________________________________________________________
84 [  7725] By: jhi                                   on 2000/11/17  14:12:31
85         Log: Subject: Fix for 20000409.001
86              From: "Stephen P. Potter" <spp@spotter.yi.org>
87              Date: Fri, 17 Nov 2000 08:55:45 -0500
88              Message-Id: <200011171355.IAA05104@spotter.yi.org>
89      Branch: perl
90            ! pod/perlfaq9.pod
91 ____________________________________________________________________________
92 [  7724] By: jhi                                   on 2000/11/17  14:08:58
93         Log: Undo #7627 now that we have =head3.
94      Branch: perl
95            ! pod/perlhack.pod
96 ____________________________________________________________________________
97 [  7723] By: jhi                                   on 2000/11/17  14:04:09
98         Log: As surmised the #7719 wasn't a good move.
99      Branch: perl
100            ! hints/solaris_2.sh
101 ____________________________________________________________________________
102 [  7722] By: jhi                                   on 2000/11/17  13:59:04
103         Log: Also the 64bitall hints can be either here or there.
104      Branch: perl
105            ! hints/solaris_2.sh
106 ____________________________________________________________________________
107 [  7721] By: jhi                                   on 2000/11/17  02:26:23
108         Log: Test tweak for the open pragma.
109      Branch: perl
110            ! t/lib/b.t
111 ____________________________________________________________________________
112 [  7720] By: jhi                                   on 2000/11/17  00:23:22
113         Log: The long double hints can be here or there.
114      Branch: perl
115            ! hints/solaris_2.sh
116 ____________________________________________________________________________
117 [  7719] By: jhi                                   on 2000/11/17  00:14:06
118         Log: For Solaris use64bitall the stdchar needs a little bit of help.
119      Branch: perl
120            ! hints/solaris_2.sh
121 ____________________________________________________________________________
122 [  7718] By: jhi                                   on 2000/11/16  23:27:34
123         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
124              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
125              Date: Wed, 15 Nov 2000 08:56:32 +0100
126              Message-ID: <3A1241B0.64477E00@alcatel.at>
127      Branch: perl
128            ! lib/Carp/Heavy.pm
129 ____________________________________________________________________________
130 [  7717] By: jhi                                   on 2000/11/16  23:23:29
131         Log: Subject: [PATCH] Re: 20001101.003 PDL
132              From: Nicholas Clark <nick@ccl4.org>
133              Date: Thu, 16 Nov 2000 16:48:25 +0000
134              Message-ID: <20001116164825.B93487@plum.flirble.org>
135      Branch: perl
136            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
137 ____________________________________________________________________________
138 [  7716] By: jhi                                   on 2000/11/16  23:21:31
139         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
140              From: "Casey R. Tweten" <crt@kiski.net>
141              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
142              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
143      Branch: perl
144            ! lib/Pod/Checker.pm pod/perlpod.pod
145 ____________________________________________________________________________
146 [  7715] By: jhi                                   on 2000/11/16  23:19:40
147         Log: Avoid an infinite loop in VMS when utils scripts are run
148              with no arguments, from Charles Lane.
149      Branch: perl
150            ! configure.com
151 ____________________________________________________________________________
152 [  7714] By: jhi                                   on 2000/11/16  23:17:08
153         Log: Subject: perllocale.pod changes
154              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
155              Date: Mon, 13 Nov 2000 10:09:22 +0300
156              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
157      Branch: perl
158            ! pod/perllocale.pod
159 ____________________________________________________________________________
160 [  7713] By: jhi                                   on 2000/11/16  23:14:06
161         Log: Integrate perlio.
162      Branch: perl
163           !> doio.c perlio.c perlio.h util.c
164 ____________________________________________________________________________
165 [  7710] By: jhi                                   on 2000/11/16  15:46:05
166         Log: Add HAS_SBRK_PROTO.
167      Branch: metaconfig/U/perl
168            + d_sbrkproto.U
169      Branch: perl
170            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
171            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
172            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
173            ! vos/config.ga.def vos/config.ga.h win32/config.bc
174            ! win32/config.gc win32/config.vc
175 ____________________________________________________________________________
176 [  7708] By: jhi                                   on 2000/11/16  05:33:03
177         Log: These files are text, not binary.
178      Branch: perl
179            ! ext/Encode/Encode/iso8859-10.enc
180            ! ext/Encode/Encode/iso8859-13.enc
181            ! ext/Encode/Encode/iso8859-14.enc
182            ! ext/Encode/Encode/iso8859-15.enc
183 ____________________________________________________________________________
184 [  7707] By: jhi                                   on 2000/11/16  01:53:37
185         Log: Update Changes.
186      Branch: perl
187            ! Changes patchlevel.h
188 ____________________________________________________________________________
189 [  7706] By: jhi                                   on 2000/11/16  01:35:59
190         Log: More #undefing of stdio.
191      Branch: perl
192            ! fakesdio.h nostdio.h
193 ____________________________________________________________________________
194 [  7705] By: jhi                                   on 2000/11/16  01:34:18
195         Log: Add fwalk() probe to the configuration files and regen perltoc.
196      Branch: perl
197            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
198            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
199            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
200            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
201            ! win32/config.bc win32/config.gc win32/config.vc
202 ____________________________________________________________________________
203 [  7703] By: jhi                                   on 2000/11/16  01:09:22
204         Log: The type of the hash_cb() size argument is tricky.
205      Branch: perl
206            ! ext/DB_File/DB_File.xs
207 ____________________________________________________________________________
208 [  7702] By: jhi                                   on 2000/11/15  23:01:16
209         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
210      Branch: perl
211            ! nostdio.h
212 ____________________________________________________________________________
213 [  7701] By: jhi                                   on 2000/11/15  22:52:32
214         Log: Detypo.
215      Branch: perl
216            ! t/lib/bigfltpm.t
217 ____________________________________________________________________________
218 [  7700] By: jhi                                   on 2000/11/15  22:51:56
219         Log: UINT64_C() work continues.
220      Branch: perl
221            ! handy.h perl.h utf8.h
222 ____________________________________________________________________________
223 [  7699] By: jhi                                   on 2000/11/15  14:13:04
224         Log: SOCKS has its own USE_THREADS, based on
225              
226              Subject: [ID 20001114.002] et. al. bugfix followup
227              From: Jens Hamisch <jens@Strawberry.COM> 
228              Date: Wed, 15 Nov 2000 14:23:11 +0100
229              Message-ID: <20001115142311.A21164@Strawberry.COM>
230      Branch: perl
231            ! perl.h
232 ____________________________________________________________________________
233 [  7698] By: jhi                                   on 2000/11/15  03:50:56
234         Log: Add few missing #undefs and sort them.
235      Branch: perl
236            ! fakesdio.h
237 ____________________________________________________________________________
238 [  7697] By: jhi                                   on 2000/11/15  03:39:14
239         Log: Linenumber fix.
240      Branch: perl
241            ! t/pragma/warn/utf8
242 ____________________________________________________________________________
243 [  7696] By: jhi                                   on 2000/11/15  02:55:26
244         Log: EBCDIC tweaks.
245              
246              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
247              From: Peter Prymmer <pvhp@forte.com>
248              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
249              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
250      Branch: perl
251            ! t/op/regmesg.t t/pragma/warn/utf8
252 ____________________________________________________________________________
253 [  7695] By: jhi                                   on 2000/11/15  02:53:58
254         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
255              From: Peter Prymmer <pvhp@forte.com>
256              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
257              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
258      Branch: perl
259            ! utf8.c
260 ____________________________________________________________________________
261 [  7694] By: jhi                                   on 2000/11/15  02:50:55
262         Log: Subject: [PATCH: perl@7674] updates to README.os390
263              From: Prymmer/Kahn <pvhp@best.com>
264              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
265              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
266      Branch: perl
267            ! README.os390
268 ____________________________________________________________________________
269 [  7693] By: jhi                                   on 2000/11/15  02:48:37
270         Log: Quit utf8_to_uv() instantly if curlen == 0.
271      Branch: perl
272            ! utf8.c
273 ____________________________________________________________________________
274 [  7692] By: jhi                                   on 2000/11/15  02:24:29
275         Log: Use u_int32_t for the size of hash_cb(), not size_t.
276              
277              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
278              From: Jens Hamisch <jens@Strawberry.COM>     
279              Date: Tue, 14 Nov 2000 19:03:55 +0100
280              Message-Id: <20001114190355.A20559@Strawberry.COM>
281      Branch: perl
282            ! ext/DB_File/DB_File.xs
283 ____________________________________________________________________________
284 [  7691] By: jhi                                   on 2000/11/15  02:20:12
285         Log: Use UINT64_C().
286              
287              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
288              From: Jens Hamisch <jens@Strawberry.COM>
289              Date: Tue, 14 Nov 2000 19:16:23 +0100
290              Message-Id: <20001114191623.G20559@Strawberry.COM>
291      Branch: perl
292            ! utf8.c utf8.h
293 ____________________________________________________________________________
294 [  7690] By: jhi                                   on 2000/11/15  02:17:06
295         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
296              (a macro to define signed and unsigned integer constants).
297      Branch: perl
298            ! handy.h
299 ____________________________________________________________________________
300 [  7689] By: jhi                                   on 2000/11/15  01:56:51
301         Log: Regen Configure.
302      Branch: perl
303            ! Configure
304 ____________________________________________________________________________
305 [  7685] By: jhi                                   on 2000/11/14  17:54:56
306         Log: Integrate perlio.
307      Branch: perl
308           +> fakesdio.h perliol.h
309           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
310           !> perlsdio.h perlsfio.h pod/perlfunc.pod
311 ____________________________________________________________________________
312 [  7683] By: jhi                                   on 2000/11/14  15:42:40
313         Log: Hoist the duplicated socket/netdb include logic to perl.h;
314              undef SETERRNO in case SOCKS has defined it.  Based on:
315              
316              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
317              From: Jens Hamisch <jens@Strawberry.COM> 
318              Date: Tue, 14 Nov 2000 11:34:40 +0100
319              Message-Id: <20001114113440.A20005@Strawberry.COM>
320      Branch: perl
321            ! doio.c perl.h pp_sys.c
322 ____________________________________________________________________________
323 [  7682] By: jhi                                   on 2000/11/14  14:07:28
324         Log: Subject: some additions for makefiles for win32 (for perl@7674)
325              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
326              Date: Tue, 14 Nov 2000 09:31:13 +0300
327              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
328      Branch: perl
329            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
330            ! win32/makefile.mk
331 ____________________________________________________________________________
332 [  7681] By: jhi                                   on 2000/11/14  14:01:41
333         Log: Subject: tiny typo in perl5db.pl
334              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
335              Date: Tue, 14 Nov 2000 09:29:28 +0300
336              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
337      Branch: perl
338            ! lib/perl5db.pl
339 ____________________________________________________________________________
340 [  7680] By: jhi                                   on 2000/11/14  04:13:50
341         Log: Redo #7679 with LFs instead of CRLFs.
342      Branch: perl
343            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
344            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
345            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
346 ____________________________________________________________________________
347 [  7679] By: jhi                                   on 2000/11/14  01:21:09
348         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
349              From: Benjamin Stuhl <tiriath@yahoo.com> 
350              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
351              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
352      Branch: perl
353            + win32/bin/mdelete.bat
354            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
355            ! makedef.pl perlio.c win32/Makefile win32/config.gc
356            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
357 ____________________________________________________________________________
358 [  7678] By: jhi                                   on 2000/11/14  01:19:20
359         Log: Fix the re extension building for Win32.
360              
361              Subject: [PATCH perl@7638] Get PerlIO building on Win32
362              From: Benjamin Stuhl <tiriath@yahoo.com> 
363              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
364              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
365      Branch: perl
366            + ext/re/hints/MSWin32.pl
367            ! MANIFEST
368 ____________________________________________________________________________
369 [  7677] By: jhi                                   on 2000/11/14  01:13:54
370         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
371              From: sthoenna@efn.org
372              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
373              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
374      Branch: perl
375            ! doop.c pp.c toke.c utf8.c utf8.h
376 ____________________________________________________________________________
377 [  7676] By: jhi                                   on 2000/11/13  20:23:15
378         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
379              From: Nicholas Clark <nick@ccl4.org>
380              Date: Mon, 13 Nov 2000 18:55:04 +0000
381              Message-ID: <20001113185504.J29183@plum.flirble.org>
382      Branch: perl
383            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
384 ____________________________________________________________________________
385 [  7674] By: jhi                                   on 2000/11/13  15:07:56
386         Log: Update Changes.
387      Branch: perl
388            ! Changes patchlevel.h
389 ____________________________________________________________________________
390 [  7673] By: jhi                                   on 2000/11/13  14:42:42
391         Log: Remove the new two tests of lib/io_xs for now, they seem to
392              fail under perlio on some platforms.
393      Branch: perl
394            ! t/lib/io_xs.t
395 ____________________________________________________________________________
396 [  7672] By: jhi                                   on 2000/11/13  13:57:53
397         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
398      Branch: perl
399            ! perlio.c
400 ____________________________________________________________________________
401 [  7671] By: jhi                                   on 2000/11/13  05:30:48
402         Log: Placate nervous compilers that see longer than ints switch()ing.
403      Branch: perl
404            ! utf8.c
405 ____________________________________________________________________________
406 [  7670] By: jhi                                   on 2000/11/13  05:14:21
407         Log: fputs() does return EOF on error but here we don't care.
408      Branch: perl
409            ! perlio.c
410 ____________________________________________________________________________
411 [  7669] By: jhi                                   on 2000/11/13  05:02:45
412         Log: Declare reg_data like reg_substr_data.
413      Branch: perl
414            ! regexp.h
415 ____________________________________________________________________________
416 [  7668] By: jhi                                   on 2000/11/13  04:54:34
417         Log: Typos in #7667.
418      Branch: perl
419            ! perl.h
420 ____________________________________________________________________________
421 [  7667] By: jhi                                   on 2000/11/13  04:49:49
422         Log: Cleanup messy #ifdef.
423      Branch: perl
424            ! perl.h
425 ____________________________________________________________________________
426 [  7666] By: jhi                                   on 2000/11/13  04:17:34
427         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
428              From: Nicholas Clark <nick@talking.bollo.cx>
429              Date: Sun, 12 Nov 2000 21:14:11 +0000
430              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
431              
432              Note: only one breakage of the two reported is fixed by this patch.
433      Branch: perl
434            ! perlio.c
435 ____________________________________________________________________________
436 [  7665] By: jhi                                   on 2000/11/13  04:05:07
437         Log: Tweak the definition of the bit complement on UTF-8 data:
438              if none of the characters in the string are > 0xff,
439              the result is a complemented byte string, not a (UTF-8)
440              char string.  Based on the summary in
441              
442              Subject: Re: [ID 20000918.005] ~ on wide chars
443              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
444              Date: Fri, 10 Nov 2000 09:47:15 -0800
445              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
446              
447              This should give us the maximum backward (pre-char string)
448              compatibility and utf8 compatibility.  The other alternative
449              would be to limit the bit complement to be always byte only,
450              taking the least significant byte of the chars.
451      Branch: perl
452            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
453 ____________________________________________________________________________
454 [  7664] By: jhi                                   on 2000/11/13  00:23:44
455         Log: Couple of tests from #7660 salvaged.
456      Branch: perl
457            - t/op/tell.t
458            ! MANIFEST t/io/tell.t
459 ____________________________________________________________________________
460 [  7663] By: jhi                                   on 2000/11/13  00:02:48
461         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
462              From: Nicholas Clark <nick@talking.bollo.cx>
463              Date: Sun, 12 Nov 2000 21:23:43 +0000
464              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
465      Branch: perl
466            ! perlsfio.h
467 ____________________________________________________________________________
468 [  7662] By: jhi                                   on 2000/11/13  00:01:39
469         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
470              From: Nicholas Clark <nick@talking.bollo.cx>
471              Date: Sun, 12 Nov 2000 21:30:04 +0000
472              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
473      Branch: perl
474            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
475 ____________________________________________________________________________
476 [  7661] By: jhi                                   on 2000/11/12  23:57:29
477         Log: Document tell() on special streams.
478      Branch: perl
479            ! pod/perlfunc.pod
480 ____________________________________________________________________________
481 [  7660] By: jhi                                   on 2000/11/12  23:54:22
482         Log: (Subsumed by #7664)
483      Branch: perl
484            + t/op/tell.t
485            ! MANIFEST
486 ____________________________________________________________________________
487 [  7659] By: jhi                                   on 2000/11/12  22:55:25
488         Log: Many subdocumented return values of the IO extension now documented.
489              ungetc and write still left subdocumented.
490              
491              Subject: [PATCH] (was Re: IO::Handle::ungetc)
492              From: Nicholas Clark <nick@talking.bollo.cx>
493              Date: Sun, 12 Nov 2000 21:35:53 +0000
494              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
495      Branch: perl
496            ! ext/IO/lib/IO/Handle.pm
497 ____________________________________________________________________________
498 [  7658] By: jhi                                   on 2000/11/12  21:37:06
499         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
500              From: Nicholas Clark <nick@talking.bollo.cx>
501              Date: Sun, 12 Nov 2000 20:03:22 +0000
502              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
503      Branch: perl
504            ! pod/perlfunc.pod
505 ____________________________________________________________________________
506 [  7657] By: jhi                                   on 2000/11/12  20:34:55
507         Log: Integrate perlio.
508      Branch: perl
509           !> perlio.c
510 ____________________________________________________________________________
511 [  7653] By: jhi                                   on 2000/11/12  19:00:01
512         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
513      Branch: perl
514            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
515            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
516            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
517            ! vos/config.ga.h win32/config.bc win32/config.gc
518            ! win32/config.vc
519 ____________________________________________________________________________
520 [  7652] By: jhi                                   on 2000/11/11  21:12:01
521         Log: Copy the s// information of README.hpux also to the perlrun.
522      Branch: perl
523            ! README.hpux pod/perlrun.pod
524 ____________________________________________________________________________
525 [  7651] By: jhi                                   on 2000/11/11  21:03:13
526         Log: More README.solaris updates from Andy Dougherty.
527      Branch: perl
528            ! README.solaris
529 ____________________________________________________________________________
530 [  7650] By: jhi                                   on 2000/11/11  18:38:57
531         Log: More descriptive error for unknown perlio layers.
532              
533              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
534              From: Dominic Dunlop <domo@computer.org> 
535              Date: Sat, 11 Nov 2000 18:20:32 +0100             
536              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
537      Branch: perl
538            ! perlio.c pod/perldiag.pod
539 ____________________________________________________________________________
540 [  7649] By: jhi                                   on 2000/11/11  18:37:52
541         Log: MachTen doesn't really do mmap() and munmap().
542              
543              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
544              From: Dominic Dunlop <domo@computer.org> 
545              Date: Sat, 11 Nov 2000 18:20:32 +0100             
546              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
547      Branch: perl
548            ! hints/machten.sh
549 ____________________________________________________________________________
550 [  7648] By: jhi                                   on 2000/11/11  18:36:46
551         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
552              From: rspier@pobox.com (Robert Spier)
553              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
554              Message-ID: <14861.32839.491271.985797@rls.cx>
555      Branch: perl
556            ! Porting/Contract pod/perltoot.pod
557 ____________________________________________________________________________
558 [  7646] By: jhi                                   on 2000/11/11  18:33:23
559         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
560      Branch: perl
561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
562            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
563            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
564            ! vos/config.ga.h win32/config.bc win32/config.gc
565            ! win32/config.vc
566 ____________________________________________________________________________
567 [  7645] By: jhi                                   on 2000/11/11  16:45:15
568         Log: Use sysconf() or getpagesize() to find out the pagesize.
569      Branch: perl
570            ! perlio.c
571 ____________________________________________________________________________
572 [  7644] By: jhi                                   on 2000/11/11  15:46:08
573         Log: Integrate perlio.
574      Branch: perl
575           !> perlio.c
576 ____________________________________________________________________________
577 [  7643] By: jhi                                   on 2000/11/11  15:33:36
578         Log: Subject: Re: [PATCH] README.solaris
579              From: Lupe Christoph <lupe@lupe-christoph.de>
580              Date: Sat, 11 Nov 2000 14:08:10 +0100
581              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
582      Branch: perl
583            ! README.solaris
584 ____________________________________________________________________________
585 [  7642] By: jhi                                   on 2000/11/11  15:22:12
586         Log: Subject: [PATCH perl@7638] cygwin port
587              From: "Eric Fifer" <egf7@columbia.edu>            
588              Date: Fri, 10 Nov 2000 19:30:30 -0000
589              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
590      Branch: perl
591            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
592 ____________________________________________________________________________
593 [  7640] By: jhi                                   on 2000/11/11  02:05:02
594         Log: Add more encoding tables.
595      Branch: perl
596            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
597            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
598            + ext/Encode/Encode/iso8859-10.enc
599            + ext/Encode/Encode/iso8859-13.enc
600            + ext/Encode/Encode/iso8859-14.enc
601            + ext/Encode/Encode/iso8859-15.enc
602            ! MANIFEST
603 ____________________________________________________________________________
604 [  7639] By: jhi                                   on 2000/11/10  18:49:25
605         Log: Subject: [PATCH] README.solaris
606              From: Andy Dougherty <doughera@lafayette.edu>
607              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
608              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
609      Branch: perl
610            + README.solaris
611            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
612            ! pod/perl.pod pod/perltoc.pod
613 ____________________________________________________________________________
614 [  7638] By: jhi                                   on 2000/11/10  15:04:15
615         Log: Update Changes.
616      Branch: perl
617            ! Changes patchlevel.h
618 ____________________________________________________________________________
619 [  7637] By: jhi                                   on 2000/11/10  14:14:28
620         Log: Explain better why certain regex tests are skipped.
621              
622              Subject: Re: tests skipped: unknown reason
623              From: Lupe Christoph <lupe@lupe-christoph.de>
624              Date: Fri, 10 Nov 2000 09:08:56 +0100
625              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
626      Branch: perl
627            ! t/op/regexp.t
628 ____________________________________________________________________________
629 [  7635] By: nick                                  on 2000/11/10  13:25:52
630         Log: Re-instate stdio large file support via perlio.
631      Branch: perl
632            ! perlio.c
633 ____________________________________________________________________________
634 [  7634] By: jhi                                   on 2000/11/10  04:49:55
635         Log: Amdahl UTS hints updates.
636              
637              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
638              From: hom00@utsglobal.com (Harold O Morris)
639              Date: Thu, 9 Nov 2000 20:02 PST
640              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
641      Branch: perl
642            ! hints/uts.sh
643 ____________________________________________________________________________
644 [  7633] By: jhi                                   on 2000/11/09  23:33:28
645         Log: Subject: [PATCH] IO::Seekable pod
646              From: Nicholas Clark <nick@talking.bollo.cx>
647              Date: Thu, 9 Nov 2000 20:29:45 +0000
648              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
649      Branch: perl
650            ! ext/IO/lib/IO/Handle.pm
651 ____________________________________________________________________________
652 [  7632] By: jhi                                   on 2000/11/09  21:55:41
653         Log: Various doc oddball characters.
654              
655              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
656              From: Michael Somos <somos@grail.cba.csuohio.edu>
657              Date: Mon, 6 Nov 2000 17:44:20 -0500
658              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
659      Branch: perl
660            ! emacs/cperl-mode.el lib/unicode/syllables.txt
661            ! win32/bin/search.pl
662 ____________________________________________________________________________
663 [  7631] By: jhi                                   on 2000/11/09  21:12:29
664         Log: Subject: Re: bash -c exit and linux hints 
665              From: "John P. Linderman" <jpl@research.att.com>
666              Date: Thu, 02 Nov 2000 09:37:25 -0500
667              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
668      Branch: perl
669            ! hints/linux.sh
670 ____________________________________________________________________________
671 [  7629] By: jhi                                   on 2000/11/09  19:46:31
672         Log: Missing dTHXs.
673              
674              Subject: RE: perl@7595 builds not on cygwin
675              From: "Eric Fifer" <egf7@columbia.edu>
676              Date: Thu, 9 Nov 2000 19:26:50 -0000
677              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
678      Branch: perl
679            ! ext/Devel/Peek/Peek.xs
680 ____________________________________________________________________________
681 [  7628] By: jhi                                   on 2000/11/09  14:48:27
682         Log: Disable only the tests 99 and 166 for UTF-8 locales.
683      Branch: perl
684            ! t/pragma/locale.t
685 ____________________________________________________________________________
686 [  7627] By: jhi                                   on 2000/11/09  14:40:27
687         Log: There's no =head3.
688      Branch: perl
689            ! pod/perlhack.pod
690 ____________________________________________________________________________
691 [  7626] By: jhi                                   on 2000/11/09  13:54:26
692         Log: The generated boot_* headers are wrong.  Pickier compiler,
693              such as KAI C++ will refuse to compile the resulting perlmain.
694              
695              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
696              From: Harri Pasanen <harri.pasanen@trema.com>
697              Date: Thu, 09 Nov 2000 14:23:28 +0100
698              Message-Id: <3A0AA550.26D548A3@trema.com>
699      Branch: perl
700            ! minimod.pl
701 ____________________________________________________________________________
702 [  7625] By: jhi                                   on 2000/11/09  13:50:44
703         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
704              From: Prymmer/Kahn <pvhp@best.com>
705              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
706              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
707              
708              All except the "cow orker" change.
709      Branch: perl
710            ! Porting/pumpkin.pod
711 ____________________________________________________________________________
712 [  7624] By: jhi                                   on 2000/11/09  13:45:33
713         Log: Fix for
714              
715              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
716              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
717              Date: Thu, 09 Nov 2000 11:05:52 +0100
718              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
719      Branch: perl
720            ! pod/perldiag.pod t/pragma/warn/pp_sys
721 ____________________________________________________________________________
722 [  7623] By: jhi                                   on 2000/11/09  13:37:16
723         Log: Typo in an ifndef.
724              
725              Subject: Re: [PATCH 5.7.0] better messages from malloc()
726              From: Joe Smith <jms@inwap.com>         
727              Date: Thu, 09 Nov 2000 01:33:14 -0800
728              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
729      Branch: perl
730            ! malloc.c
731 ____________________________________________________________________________
732 [  7622] By: jhi                                   on 2000/11/09  13:31:18
733         Log: Remove unused extra arguments.
734      Branch: metaconfig/U/perl
735            ! perlxv.U
736      Branch: perl
737            ! Configure config_h.SH
738 ____________________________________________________________________________
739 [  7621] By: jhi                                   on 2000/11/09  13:16:36
740         Log: More VMS moves on environment handling, from Charles Lane.
741      Branch: perl
742            ! t/pragma/locale.t
743 ____________________________________________________________________________
744 [  7620] By: jhi                                   on 2000/11/09  04:42:38
745         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
746              From: David Dyck <dcd@tc.fluke.com>
747              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
748              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
749      Branch: perl
750            ! pp_sys.c
751 ____________________________________________________________________________
752 [  7619] By: jhi                                   on 2000/11/09  04:36:21
753         Log: Forgot from #7618.
754      Branch: perl
755            ! lib/File/stat.pm
756 ____________________________________________________________________________
757 [  7618] By: jhi                                   on 2000/11/09  04:28:44
758         Log: Make deleting for %ENV work for (newer versions of) VMS,
759              from Craig A. Berry.
760      Branch: perl
761            ! vms/vms.c
762 ____________________________________________________________________________
763 [  7617] By: jhi                                   on 2000/11/09  04:25:05
764         Log: Subject: [PATCH] Class::Struct at compile time
765              From: "Casey R. Tweten" <crt@kiski.net>
766              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
767              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
768      Branch: perl
769            ! lib/Class/Struct.pm
770 ____________________________________________________________________________
771 [  7616] By: jhi                                   on 2000/11/09  04:15:17
772         Log: Subject: [ID 20001108.013] spelling
773              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
774              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
775              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
776      Branch: perl
777            ! lib/ftp.pl
778 ____________________________________________________________________________
779 [  7615] By: jhi                                   on 2000/11/09  04:12:42
780         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
781              From: Peter Prymmer <pvhp@forte.com>
782              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
783              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
784      Branch: perl
785            ! configure.com
786 ____________________________________________________________________________
787 [  7614] By: jhi                                   on 2000/11/08  22:42:55
788         Log: A missing aTHX_.
789      Branch: perl
790            ! ext/IPC/SysV/SysV.xs
791 ____________________________________________________________________________
792 [  7613] By: jhi                                   on 2000/11/08  19:30:21
793         Log: Update Changes.
794      Branch: perl
795            ! Changes patchlevel.h
796 ____________________________________________________________________________
797 [  7612] By: jhi                                   on 2000/11/08  18:35:25
798         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
799              From: David Dyck <dcd@tc.fluke.com>
800              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
801              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
802      Branch: perl
803            ! pp_sys.c
804 ____________________________________________________________________________
805 [  7611] By: jhi                                   on 2000/11/08  18:30:26
806         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
807              From: Dominic Dunlop <domo@computer.org>
808              Date: Tue, 7 Nov 2000 12:05:25 +0100
809              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
810      Branch: perl
811            ! malloc.c
812 ____________________________________________________________________________
813 [  7610] By: jhi                                   on 2000/11/08  18:25:14
814         Log: Do not test UTF-8 locales since that the tests would require
815              polymorphic regexen.
816      Branch: perl
817            ! t/pragma/locale.t
818 ____________________________________________________________________________
819 [  7609] By: jhi                                   on 2000/11/08  17:12:51
820         Log: Locale buglets.
821              
822              Subject: RE: Locales support (setlocale) fixes
823              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
824              Date: Wed, 8 Nov 2000 20:01:39 +0300
825              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
826      Branch: perl
827            ! t/pragma/locale.t util.c
828 ____________________________________________________________________________
829 [  7608] By: jhi                                   on 2000/11/08  17:00:16
830         Log: Deleting $ENV{PATH} in VMS is not recommendable.
831      Branch: perl
832            ! t/pragma/locale.t
833 ____________________________________________________________________________
834 [  7607] By: jhi                                   on 2000/11/08  16:58:26
835         Log: Subject: PATCH std stdio for (Free)BSD
836              From: Nicholas Clark <nick@ccl4.org>
837              Date: Wed, 8 Nov 2000 15:36:29 +0000
838              Message-ID: <20001108153629.D98736@plum.flirble.org>
839      Branch: metaconfig
840            ! U/compline/d_stdstdio.U
841      Branch: perl
842            ! Configure config_h.SH
843 ____________________________________________________________________________
844 [  7606] By: jhi                                   on 2000/11/08  16:43:31
845         Log: Forgot to bump the line numbers in #7601.
846      Branch: perl
847            ! t/pragma/warn/pp_sys
848 ____________________________________________________________________________
849 [  7605] By: jhi                                   on 2000/11/08  16:39:12
850         Log: More careful detection of how well NVs and UVs mix.
851              
852              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))
853              From: Nicholas Clark <nick@ccl4.org>
854              Date: Wed, 8 Nov 2000 15:14:12 +0000
855              Message-ID: <20001108151412.B98736@plum.flirble.org>
856              
857              Added some SIGFPE paranoia.
858      Branch: metaconfig/U/perl
859            ! perlxv.U
860      Branch: perl
861            ! Configure config_h.SH
862 ____________________________________________________________________________
863 [  7604] By: jhi                                   on 2000/11/08  14:39:10
864         Log: Subject: [patch perl@7595] VMS configure.com tweak
865              From: "Craig A. Berry" <craigberry@mac.com>
866              Date: Wed, 8 Nov 2000 00:24:12 -0600
867              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
868      Branch: perl
869            ! configure.com
870 ____________________________________________________________________________
871 [  7603] By: jhi                                   on 2000/11/08  14:27:11
872         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
873              From: Robin Barker <rmb1@cise.npl.co.uk>
874              Date: Wed, 8 Nov 2000 11:11:39 GMT
875              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
876      Branch: perl
877            ! perlio.c
878 ____________________________________________________________________________
879 [  7602] By: jhi                                   on 2000/11/08  14:25:03
880         Log: Fix for the tie-refhash string table leaks.
881              
882              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
883              Date: Wed, 8 Nov 2000 13:03:04 GMT
884              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
885      Branch: perl
886            ! t/lib/tie-refhash.t
887 ____________________________________________________________________________
888 [  7601] By: jhi                                   on 2000/11/08  14:21:08
889         Log: Try to avoid flockless and emulationless places.
890      Branch: perl
891            ! t/pragma/warn/pp_sys
892 ____________________________________________________________________________
893 [  7600] By: jhi                                   on 2000/11/08  02:28:54
894         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
895              
896              Subject: [PATCH] prototyped functions that should be overrideable
897              From: "Casey R. Tweten" <crt@kiski.net>
898              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
899              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
900      Branch: perl
901            ! toke.c
902 ____________________________________________________________________________
903 [  7599] By: jhi                                   on 2000/11/08  01:12:05
904         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
905              
906              Subject: [PATCH] perlbug.PL
907              From: "Kurt D. Starsinic" <kstar@chapin.edu>
908              Date: Mon, 6 Nov 2000 21:39:01 -0500
909              Message-ID: <20001106213901.B20955@O2.chapin.edu>
910      Branch: perl
911            ! utils/perlbug.PL
912 ____________________________________________________________________________
913 [  7598] By: jhi                                   on 2000/11/07  23:42:00
914         Log: Bad thinko in #7581 (I used the test program with the expanded
915              values as-is).
916      Branch: metaconfig
917            ! U/compline/d_stdstdio.U
918      Branch: perl
919            ! Configure
920 ____________________________________________________________________________
921 [  7597] By: jhi                                   on 2000/11/07  21:43:29
922         Log: Subject: [PATCH perl@7573] cygwin port
923              From: "Fifer, Eric" <EFifer@sanwaint.com>
924              Date: Tue, 7 Nov 2000 18:08:51 -0000 
925              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
926              
927              Synchronize with Cygwin 1.1.5.
928      Branch: perl
929            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
930            ! pod/perlport.pod unixish.h util.c
931 ____________________________________________________________________________
932 [  7596] By: jhi                                   on 2000/11/07  21:39:25
933         Log: perlhack updates from H.Merijn Brand.
934      Branch: perl
935            ! pod/perlhack.pod
936 ____________________________________________________________________________
937 [  7595] By: jhi                                   on 2000/11/07  20:21:41
938         Log: Update Changes.
939      Branch: perl
940            ! Changes patchlevel.h
941 ____________________________________________________________________________
942 [  7594] By: jhi                                   on 2000/11/07  19:18:58
943         Log: Be more robust in Dynaloader.pm.
944      Branch: perl
945            ! ext/DynaLoader/DynaLoader_pm.PL
946 ____________________________________________________________________________
947 [  7593] By: jhi                                   on 2000/11/07  16:49:31
948         Log: AUTHORS update.
949      Branch: perl
950            ! AUTHORS
951 ____________________________________________________________________________
952 [  7592] By: gsar                                  on 2000/11/07  16:39:51
953         Log: normalize relative paths in virtualized current directory on windows,
954              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
955              returns)
956      Branch: perl
957            ! win32/vdir.h
958 ____________________________________________________________________________
959 [  7591] By: jhi                                   on 2000/11/07  16:04:26
960         Log: Too profiler-happy: with optimization the #7590 actually makes
961              the test to run 0.5% _slower_.  Requires much more instrumentation.
962              Retract #7590.
963      Branch: perl
964            ! regcomp.c regcomp.h
965 ____________________________________________________________________________
966 [  7590] By: jhi                                   on 2000/11/07  15:51:13
967         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
968              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
969              by using memset() and testing bytewise (as opposed to bitwise).
970      Branch: perl
971            ! regcomp.c regcomp.h
972 ____________________________________________________________________________
973 [  7589] By: jhi                                   on 2000/11/07  12:56:39
974         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
975              From: "Craig A. Berry" <craig.berry@psinetcs.com>
976              Date: Mon, 06 Nov 2000 23:45:30 -0500
977              Message-Id: <0011079735.AA973576259@univpress.com>
978      Branch: perl
979            ! configure.com t/lib/st-lock.t
980 ____________________________________________________________________________
981 [  7588] By: jhi                                   on 2000/11/07  01:03:28
982         Log: Tweak #7587.
983      Branch: perl
984            ! pod/perldiag.pod
985 ____________________________________________________________________________
986 [  7587] By: jhi                                   on 2000/11/07  01:00:27
987         Log: A doc addition for bug id 20001105.019, beware \p.
988      Branch: perl
989            ! pod/perldiag.pod
990 ____________________________________________________________________________
991 [  7586] By: jhi                                   on 2000/11/07  00:32:22
992         Log: Fake support of holey files in win/dosish platforms.
993              
994              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
995              From: kipp@shonanblue.ne.jp
996              Date: Mon, 6 Nov 2000 13:30:55 -0800
997              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
998      Branch: perl
999            ! ext/SDBM_File/sdbm/sdbm.c
1000 ____________________________________________________________________________
1001 [  7585] By: jhi                                   on 2000/11/07  00:12:54
1002         Log: Subject: Pod updates
1003              From: "Stephen P. Potter" <spp@spotter.yi.org>
1004              Date: Mon, 06 Nov 2000 18:56:43 -0500
1005              Message-Id: <200011062357.SAA18173@spotter.yi.org>
1006      Branch: perl
1007            ! README.dos README.os2 README.win32 pod/buildtoc.PL
1008            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
1009            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
1010            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
1011            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
1012            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
1013            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
1014            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
1015            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
1016            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
1017            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
1018            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
1019            ! pod/perltootc.pod pod/perlunicode.pod
1020 ____________________________________________________________________________
1021 [  7584] By: jhi                                   on 2000/11/07  00:04:17
1022         Log: Varargs don't always work too well if one puts an unsigned
1023              char on the stack and pop an unsigned quad off the stack.
1024              
1025              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
1026              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
1027              Date: Mon, 06 Nov 2000 15:19:05 -0800
1028              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
1029      Branch: perl
1030            ! utf8.c
1031 ____________________________________________________________________________
1032 [  7583] By: jhi                                   on 2000/11/06  23:58:48
1033         Log: %ENV note tweaks from Dan Sugalski.
1034      Branch: perl
1035            ! pod/perlport.pod vms/perlvms.pod
1036 ____________________________________________________________________________
1037 [  7582] By: jhi                                   on 2000/11/06  23:05:49
1038         Log: glibc5 detection by __GNU_LIBRARY__.
1039      Branch: perl
1040            ! toke.c
1041 ____________________________________________________________________________
1042 [  7581] By: jhi                                   on 2000/11/06  22:51:29
1043         Log: Make the stdio test program of 7427 less noisy while being 
1044              compiled so that Digital UNIX wouldn't get both
1045              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
1046              undefined.  This makes perlio happy.
1047      Branch: metaconfig
1048            ! U/compline/d_stdstdio.U
1049      Branch: perl
1050            ! Configure config_h.SH
1051 ____________________________________________________________________________
1052 [  7580] By: jhi                                   on 2000/11/06  22:41:41
1053         Log: Document %ENV = () portability issues.
1054      Branch: perl
1055            ! pod/perlport.pod vms/perlvms.pod
1056 ____________________________________________________________________________
1057 [  7579] By: jhi                                   on 2000/11/06  21:29:24
1058         Log: VOS updates from Paul Green.
1059      Branch: perl
1060            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1061 ____________________________________________________________________________
1062 [  7578] By: jhi                                   on 2000/11/06  21:00:40
1063         Log: Sanitize the environment further.
1064      Branch: perl
1065            ! t/pragma/locale.t
1066 ____________________________________________________________________________
1067 [  7577] By: jhi                                   on 2000/11/06  20:53:51
1068         Log: Re-introduce 7552 lost in integration.
1069      Branch: perl
1070            ! perlio.c
1071 ____________________________________________________________________________
1072 [  7576] By: jhi                                   on 2000/11/06  20:33:46
1073         Log: Admit that the test leaks scalars.
1074      Branch: perl
1075            ! t/comp/proto.t
1076 ____________________________________________________________________________
1077 [  7575] By: jhi                                   on 2000/11/06  20:17:08
1078         Log: Integrate perlio.
1079      Branch: perl
1080           !> perlio.c
1081 ____________________________________________________________________________
1082 [  7573] By: jhi                                   on 2000/11/06  13:56:05
1083         Log: Update Changes.
1084      Branch: perl
1085            ! Changes patchlevel.h
1086 ____________________________________________________________________________
1087 [  7572] By: jhi                                   on 2000/11/06  13:48:41
1088         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
1089              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1090              Date: Mon, 06 Nov 2000 10:11:42 +0100
1091              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
1092      Branch: perl
1093            ! pod/perlhack.pod
1094 ____________________________________________________________________________
1095 [  7571] By: jhi                                   on 2000/11/06  01:45:51
1096         Log: AUTHORS updates.
1097      Branch: perl
1098            ! AUTHORS
1099 ____________________________________________________________________________
1100 [  7570] By: jhi                                   on 2000/11/06  00:18:00
1101         Log: Fix for
1102              
1103              Subject: [ID 20000728.005] perl -P broken
1104              From: David Dyck <dcd@tc.fluke.com>
1105              Date: Fri, 28 Jul 2000 17:19:16 -0700
1106              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
1107              
1108              (hopefully).  The fix is also not complete, it seems to break
1109              BOM swallowing for libc5 systems, but until someone figures
1110              out a way to do this without ftell(), this will do.
1111      Branch: perl
1112            ! toke.c
1113 ____________________________________________________________________________
1114 [  7569] By: jhi                                   on 2000/11/06  00:05:30
1115         Log: Document that the evaled syntax errors cause scalar leaks.
1116      Branch: perl
1117            ! t/comp/proto.t
1118 ____________________________________________________________________________
1119 [  7568] By: jhi                                   on 2000/11/05  23:14:47
1120         Log: opmini.o can linger from Configures past.
1121      Branch: perl
1122            ! Makefile.SH
1123 ____________________________________________________________________________
1124 [  7567] By: jhi                                   on 2000/11/05  21:28:39
1125         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
1126              first argument correctly.
1127      Branch: perl
1128            ! perlio.c
1129 ____________________________________________________________________________
1130 [  7566] By: jhi                                   on 2000/11/05  21:15:56
1131         Log: Integrate perlio.
1132      Branch: perl
1133           !> perlio.c
1134 ____________________________________________________________________________
1135 [  7565] By: jhi                                   on 2000/11/05  21:15:13
1136         Log: Use -dM for gcc (the suggested patch did it only for Linux,
1137              but I think it can be generalized).
1138              
1139              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
1140              From: Pixel <pixel@mandrakesoft.com>
1141              Date: 05 Nov 2000 21:49:34 +0100 
1142              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
1143      Branch: perl
1144            ! ext/Errno/Errno_pm.PL
1145 ____________________________________________________________________________
1146 [  7563] By: jhi                                   on 2000/11/05  19:48:55
1147         Log: Add a note for future generations about bug id 20000229.006.
1148      Branch: perl
1149            ! malloc.c
1150 ____________________________________________________________________________
1151 [  7562] By: jhi                                   on 2000/11/05  19:38:24
1152         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
1153      Branch: perl
1154            ! pp_ctl.c t/op/pos.t
1155 ____________________________________________________________________________
1156 [  7561] By: jhi                                   on 2000/11/05  18:21:46
1157         Log: Add =pod to be tidy.
1158      Branch: perl
1159            ! lib/Math/Complex.pm
1160 ____________________________________________________________________________
1161 [  7560] By: jhi                                   on 2000/11/05  17:38:46
1162         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
1163      Branch: perl
1164            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1165            ! ext/Storable/Storable.xs t/lib/st-recurse.t
1166 ____________________________________________________________________________
1167 [  7559] By: jhi                                   on 2000/11/05  17:32:59
1168         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
1169              From: "Peter J. Farley III" <pjfarley@banet.net>
1170              Date: Sun, 05 Nov 2000 11:55:59 -0500
1171              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
1172      Branch: perl
1173            ! t/lib/syslog.t
1174 ____________________________________________________________________________
1175 [  7558] By: jhi                                   on 2000/11/05  17:29:19
1176         Log: Integrate perlio.
1177      Branch: perl
1178           !> perlio.c
1179 ____________________________________________________________________________
1180 [  7557] By: jhi                                   on 2000/11/05  17:22:01
1181         Log: A fix of sorts for 20000329.026, a better error message
1182              for a missing "use charnames" when using the \N{...}. 
1183      Branch: perl
1184            ! pod/perldiag.pod toke.c
1185 ____________________________________________________________________________
1186 [  7556] By: jhi                                   on 2000/11/05  16:33:50
1187         Log: Test tweak: show also the failed locales.
1188              
1189              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
1190              From: Lupe Christoph <lupe@lupe-christoph.de>         
1191              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
1192              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
1193      Branch: perl
1194            ! t/pragma/locale.t
1195 ____________________________________________________________________________
1196 [  7553] By: jhi                                   on 2000/11/05  01:12:16
1197         Log: Fix for
1198              
1199              Subject: [ID 20001004.007] taint propogation is inconsistent
1200              From: pimlott@idiomtech.com (Andrew Pimlott) 
1201              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
1202              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
1203              
1204              The culprit was sv_setsv() which was rather blindly
1205              propagating taint, which lead to behaviour where was
1206              a tainted anon hash value was seen all the values from
1207              then on became tainted.
1208      Branch: perl
1209            ! sv.c t/op/taint.t
1210 ____________________________________________________________________________
1211 [  7552] By: jhi                                   on 2000/11/04  23:44:18
1212         Log: Some cpps don't like splitting conditionals across several lines.
1213      Branch: perl
1214            ! perlio.c
1215 ____________________________________________________________________________
1216 [  7549] By: jhi                                   on 2000/11/04  23:14:01
1217         Log: Fix for
1218              
1219              Subject: [ID 20001004.006] undef is never tainted
1220              From: pimlott@idiomtech.com (Andrew Pimlott)
1221              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
1222              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
1223              
1224              An undef read from a slurped file was not tainted.
1225      Branch: perl
1226            ! pp_hot.c t/op/taint.t
1227 ____________________________________________________________________________
1228 [  7548] By: jhi                                   on 2000/11/04  22:56:21
1229         Log: Test tweak ($Config{useperlio} is by default undef) .
1230      Branch: perl
1231            ! t/lib/b.t
1232 ____________________________________________________________________________
1233 [  7547] By: jhi                                   on 2000/11/04  22:43:56
1234         Log: Integrate perlio.
1235      Branch: perl
1236           +> lib/perlio.pm
1237           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
1238           !> pod/perlapi.pod t/lib/b.t
1239 ____________________________________________________________________________
1240 [  7546] By: jhi                                   on 2000/11/04  22:40:59
1241         Log: Configure would use a bad $myuname from an old config.sh.
1242              
1243              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
1244              From: Andy Dougherty <doughera@lafayette.edu>
1245              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
1246              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
1247      Branch: metaconfig
1248            ! U/modified/Oldconfig.U
1249      Branch: perl
1250            ! Configure config_h.SH
1251 ____________________________________________________________________________
1252 [  7545] By: jhi                                   on 2000/11/04  22:36:54
1253         Log: Subject: Locales support (setlocale) fixes
1254              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1255              Date: Sat, 4 Nov 2000 10:15:48 +0300 
1256              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
1257              
1258              Modified quite a bit to be more portable.
1259      Branch: perl
1260            ! embed.h embed.pl perl.h proto.h util.c
1261 ____________________________________________________________________________
1262 [  7544] By: jhi                                   on 2000/11/04  22:32:47
1263         Log: Dying is too strict here, better just skip.
1264      Branch: perl
1265            ! t/op/misc.t
1266 ____________________________________________________________________________
1267 [  7542] By: jhi                                   on 2000/11/04  21:09:28
1268         Log: More Changes tweakery.
1269      Branch: perl
1270            ! Changes Porting/genlog
1271 ____________________________________________________________________________
1272 [  7541] By: jhi                                   on 2000/11/04  20:58:18
1273         Log: Changes fixups.
1274      Branch: perl
1275            ! Changes
1276 ____________________________________________________________________________
1277 [  7540] By: jhi                                   on 2000/11/04  20:42:38
1278         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
1279              create a "fast path" for locale name probing using "locale -a"
1280              if available, squash finally hopefully the s?printf resetting
1281              the numeric locale (since, IIUC perllocale, it never shouldn't). 
1282      Branch: perl
1283            ! sv.c t/op/misc.t t/pragma/locale.t
1284 ____________________________________________________________________________
1285 [  7536] By: jhi                                   on 2000/11/04  00:20:02
1286         Log: Add FCNTL_CAN_LOCK.
1287              
1288              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
1289              From: Andy Dougherty <doughera@lafayette.edu>
1290              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
1291              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
1292              
1293              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
1294              From: Andy Dougherty <doughera@lafayette.edu>
1295              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
1296              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
1297      Branch: metaconfig/U/perl
1298            + d_fcntl_can_lock.U
1299            ! startperl.U
1300      Branch: perl
1301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1302            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
1303            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1304            ! vos/config.ga.h win32/config.bc win32/config.gc
1305            ! win32/config.vc
1306 ____________________________________________________________________________
1307 [  7534] By: jhi                                   on 2000/11/03  15:16:02
1308         Log: Subject: Re: README.aix
1309              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1310              Date: Fri, 03 Nov 2000 16:03:15 +0100
1311              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
1312      Branch: perl
1313            ! README.aix
1314 ____________________________________________________________________________
1315 [  7533] By: jhi                                   on 2000/11/03  03:59:02
1316         Log: Subject: [PATCH 5.7.0] better messages from malloc()
1317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1318              Date: Wed, 1 Nov 2000 23:39:56 -0500
1319              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
1320      Branch: perl
1321            ! malloc.c pod/perldiag.pod
1322 ____________________________________________________________________________
1323 [  7532] By: jhi                                   on 2000/11/03  00:11:56
1324         Log: The #7521 touched things it shouldn't have.
1325      Branch: perl
1326            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
1327 ____________________________________________________________________________
1328 [  7531] By: jhi                                   on 2000/11/02  22:32:33
1329         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
1330              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1331              Date:     Thu, 2 Nov 2000 16:58:36 EST
1332              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
1333      Branch: perl
1334            ! vms/gen_shrfls.pl
1335 ____________________________________________________________________________
1336 [  7530] By: jhi                                   on 2000/11/02  22:08:49
1337         Log: Fix the problem discussed in
1338              
1339              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
1340              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
1341              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
1342              
1343              originally from Linc Madison.  Also Andreas König's comments
1344              taken into account.  Some other problems with Tie::SubstrHash
1345              fixed: didn't croak when the table exceeded the requested number
1346              of entries (as documented) but instead when the number of entries
1347              exceeded the size of the table, a croak() had an unnecessary \n,
1348              didn't have a CLEAR method, documented that there is no exists().
1349              Didn't fix to be strict-proof because the module uses &foo; and
1350              dynamic scope.  Added a test script exercizing both first tamely 
1351              the basic functionality, and then the failure cases reported by
1352              Linc Madison.
1353      Branch: perl
1354            + t/lib/tie-substrhash.t
1355            ! MANIFEST lib/Tie/SubstrHash.pm
1356 ____________________________________________________________________________
1357 [  7529] By: jhi                                   on 2000/11/02  17:58:08
1358         Log: recv() can fail and return undef.
1359              
1360              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
1361              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
1362              Date: Thu, 2 Nov 2000 20:12:20 +0300
1363              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
1364      Branch: perl
1365            ! lib/Net/Ping.pm
1366 ____________________________________________________________________________
1367 [  7528] By: jhi                                   on 2000/11/02  17:49:09
1368         Log: Detpyo.
1369      Branch: perl
1370            ! pod/perlop.pod
1371 ____________________________________________________________________________
1372 [  7527] By: jhi                                   on 2000/11/02  15:48:37
1373         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
1374              fix a autovivification bug in Tie::RefHash, add tests for both.
1375              
1376              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
1377              From: Edward Avis <epa98@doc.ic.ac.uk>
1378              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
1379              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
1380      Branch: perl
1381            + t/lib/tie-refhash.t
1382            ! MANIFEST lib/Tie/RefHash.pm
1383 ____________________________________________________________________________
1384 [  7526] By: jhi                                   on 2000/11/02  13:56:26
1385         Log: Test::Harness revealed buglets in the new DynaLoader.
1386              
1387              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
1388              From: andreas.koenig@anima.de (Andreas J. Koenig)
1389              Date: 02 Nov 2000 11:26:48 +0100 
1390              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
1391      Branch: perl
1392            ! ext/DynaLoader/DynaLoader_pm.PL
1393 ____________________________________________________________________________
1394 [  7525] By: jhi                                   on 2000/11/01  23:52:08
1395         Log: The entry for #7503 was missing.
1396      Branch: perl
1397            ! Changes
1398 ____________________________________________________________________________
1399 [  7524] By: jhi                                   on 2000/11/01  23:40:52
1400         Log: Update Changes.
1401      Branch: perl
1402            ! Changes patchlevel.h
1403 ____________________________________________________________________________
1404 [  7523] By: jhi                                   on 2000/11/01  22:57:09
1405         Log: More tweaking on the #7522 theme.
1406      Branch: perl
1407            ! ext/DynaLoader/DynaLoader_pm.PL
1408 ____________________________________________________________________________
1409 [  7522] By: jhi                                   on 2000/11/01  22:06:15
1410         Log: Expand %Config variables and %ENV variables only if
1411              so requested during build time using the
1412              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
1413              Not expanding makes relocating distributions easier.
1414      Branch: perl
1415            ! ext/DynaLoader/DynaLoader_pm.PL
1416 ____________________________________________________________________________
1417 [  7521] By: jhi                                   on 2000/11/01  20:56:34
1418         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
1419              and setgid() because they were just changing $< and $( which means
1420              only changing the real uid/gid, as opposed to changing both
1421              real and effective ids.  (The alternative way could have been
1422              in POSIX.pm to change $> and $), too, but making a direct call
1423              to the C API feels cleaner.)  Fixes the bug
1424              
1425              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
1426              From: "Garry T. Williams" <garry@zvolve.com>
1427              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
1428              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
1429      Branch: perl
1430            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1431            ! ext/POSIX/typemap pod/perlvar.pod
1432 ____________________________________________________________________________
1433 [  7520] By: jhi                                   on 2000/11/01  20:08:33
1434         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
1435              From: "Garry T. Williams" <garry@zvolve.com>
1436              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
1437              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
1438      Branch: perl
1439            ! pod/perlsec.pod
1440 ____________________________________________________________________________
1441 [  7519] By: jhi                                   on 2000/11/01  20:01:22
1442         Log: Locale warning explanation tweak.
1443      Branch: perl
1444            ! pod/perldiag.pod
1445 ____________________________________________________________________________
1446 [  7518] By: jhi                                   on 2000/11/01  18:57:13
1447         Log: C.pm part of
1448              
1449              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
1450              From: Jarkko Hietaniemi <jhi@iki.fi>
1451              Date: Tue, 10 Oct 2000 08:22:28 -0500
1452              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
1453      Branch: perl
1454            ! ext/B/B/C.pm
1455 ____________________________________________________________________________
1456 [  7517] By: jhi                                   on 2000/11/01  18:41:59
1457         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
1458              From: Martien Verbruggen <mgjv@comdyn.com.au>
1459              Date: Fri, 6 Oct 2000 14:09:10 +1100
1460              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
1461      Branch: perl
1462            ! pod/perlop.pod
1463 ____________________________________________________________________________
1464 [  7516] By: jhi                                   on 2000/11/01  18:34:55
1465         Log: Generalize the Camel wording.
1466              
1467              Subject: Re: perlfaq style changes
1468              From: John Borwick <jhborwic@unity.ncsu.edu>
1469              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
1470              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
1471      Branch: perl
1472            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
1473 ____________________________________________________________________________
1474 [  7515] By: jhi                                   on 2000/11/01  16:52:31
1475         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
1476              From: pimlott@idiomtech.com (Andrew Pimlott)
1477              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
1478              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
1479      Branch: perl
1480            ! pod/perlsec.pod
1481 ____________________________________________________________________________
1482 [  7514] By: jhi                                   on 2000/11/01  15:03:40
1483         Log: More AIX lore.
1484      Branch: perl
1485            ! ext/re/hints/aix.pl
1486 ____________________________________________________________________________
1487 [  7513] By: jhi                                   on 2000/11/01  14:48:30
1488         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
1489              From: root <root@chronos.fi.muni.cz>
1490              Date: Wed, 1 Nov 2000 12:31:32 +0100
1491              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
1492      Branch: perl
1493            ! lib/Net/Ping.pm
1494 ____________________________________________________________________________
1495 [  7512] By: jhi                                   on 2000/11/01  14:46:47
1496         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
1497              From: Martin Husemann <martin@duskware.de>
1498              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
1499              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
1500      Branch: perl
1501            ! regcomp.c
1502 ____________________________________________________________________________
1503 [  7511] By: jhi                                   on 2000/11/01  14:39:50
1504         Log: AUTHORS updates.
1505      Branch: perl
1506            ! AUTHORS
1507 ____________________________________________________________________________
1508 [  7510] By: jhi                                   on 2000/11/01  14:29:50
1509         Log: Subject: [PATCH] startperl to respect versiononly
1510              From: Robin Barker <rmb1@cise.npl.co.uk> 
1511              Date: Tue, 31 Oct 2000 16:29:36 GMT
1512              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
1513      Branch: metaconfig/U/perl
1514            ! startperl.U
1515      Branch: perl
1516            ! Configure config_h.SH
1517 ____________________________________________________________________________
1518 [  7509] By: jhi                                   on 2000/11/01  14:19:53
1519         Log: printf UVs the correct way, noticed by Robin Barker.
1520      Branch: perl
1521            ! utf8.c
1522 ____________________________________________________________________________
1523 [  7508] By: jhi                                   on 2000/11/01  14:10:03
1524         Log: Do not cleanup *% because the % has special meanings in some
1525              shell environments.
1526      Branch: perl
1527            ! ext/Storable/Makefile.PL
1528 ____________________________________________________________________________
1529 [  7507] By: jhi                                   on 2000/11/01  14:06:00
1530         Log: The NonStop-UX libraries have a novel way to say NaN.
1531      Branch: perl
1532            ! t/lib/bigfltpm.t
1533 ____________________________________________________________________________
1534 [  7506] By: jhi                                   on 2000/11/01  14:03:35
1535         Log: The osname has been lowercased by now, from Tom Bates.
1536      Branch: metaconfig
1537            ! U/modified/Oldconfig.U
1538      Branch: perl
1539            ! Configure config_h.SH
1540 ____________________________________________________________________________
1541 [  7505] By: jhi                                   on 2000/10/31  19:18:39
1542         Log: The compiler is either gcc or cc, from Tom Bates.
1543      Branch: perl
1544            ! hints/nonstopux.sh
1545 ____________________________________________________________________________
1546 [  7504] By: jhi                                   on 2000/10/31  14:53:42
1547         Log: Update Changes.
1548      Branch: perl
1549            ! Changes patchlevel.h
1550 ____________________________________________________________________________
1551 [  7503] By: jhi                                   on 2000/10/31  14:30:50
1552         Log: Whitespace style tweak.  Was originally going to see to
1553              
1554              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
1555              From: Joe Smith <jms@inwap.com>
1556              Date: Mon, 30 Oct 2000 18:47:57 -0800
1557              Message-Id: <39FE32DD.24AAC4D@inwap.com>
1558              
1559              but that had already been taken care of.
1560      Branch: metaconfig
1561            ! U/compline/d_stdstdio.U
1562      Branch: perl
1563            ! Configure config_h.SH
1564 ____________________________________________________________________________
1565 [  7502] By: jhi                                   on 2000/10/31  14:25:02
1566         Log: AUTHORS tweaks.
1567      Branch: perl
1568            ! AUTHORS
1569 ____________________________________________________________________________
1570 [  7501] By: jhi                                   on 2000/10/31  14:23:59
1571         Log: Subject: perlfaq style changes
1572              From: John Borwick <jhborwic@unity.ncsu.edu>
1573              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
1574              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
1575      Branch: perl
1576            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1577            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1578            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1579            ! pod/perlfaq9.pod
1580 ____________________________________________________________________________
1581 [  7500] By: jhi                                   on 2000/10/31  14:22:15
1582         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
1583              
1584              Subject: Re: [ID 20000918.005] ~ on wide chars
1585              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1586              Date: Mon, 30 Oct 2000 21:09:55 -0800
1587              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
1588              
1589              (The ord() part of the patch skipped.)
1590      Branch: perl
1591            ! doop.c
1592 ____________________________________________________________________________
1593 [  7499] By: jhi                                   on 2000/10/31  14:20:08
1594         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
1595              From: Jens Hamisch <jens@Strawberry.COM>
1596              Date: Mon, 30 Oct 2000 15:17:07 +0100
1597              Message-Id: <20001030151707.A9597@Strawberry.COM>
1598      Branch: perl
1599            ! av.c
1600 ____________________________________________________________________________
1601 [  7498] By: jhi                                   on 2000/10/31  14:16:29
1602         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
1603              From: Peter Prymmer <pvhp@forte.com>
1604              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
1605              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
1606      Branch: perl
1607            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
1608            + ext/Encode/Encode/posix-bc.enc
1609            ! MANIFEST t/lib/encode.t
1610 ____________________________________________________________________________
1611 [  7497] By: jhi                                   on 2000/10/31  14:13:22
1612         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
1613              From: Peter Prymmer <pvhp@forte.com>
1614              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
1615              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
1616      Branch: perl
1617            ! t/lib/cgi-html.t
1618 ____________________________________________________________________________
1619 [  7496] By: jhi                                   on 2000/10/31  14:12:05
1620         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
1621              From: Peter Prymmer <pvhp@forte.com>
1622              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
1623              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
1624      Branch: perl
1625            ! t/lib/cgi-function.t
1626 ____________________________________________________________________________
1627 [  7495] By: jhi                                   on 2000/10/31  14:11:08
1628         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
1629              From: Peter Prymmer <pvhp@forte.com>
1630              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
1631              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
1632      Branch: perl
1633            + ext/re/hints/aix.pl
1634            ! MANIFEST ext/re/Makefile.PL
1635 ____________________________________________________________________________
1636 [  7494] By: jhi                                   on 2000/10/31  14:08:32
1637         Log: Use Errno magic.
1638              
1639              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
1640              From: Casey Tweten <perl@ctweten.amsite.com>
1641              Date: Mon, 30 Oct 2000 15:51:17 -0500
1642              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
1643      Branch: perl
1644            ! lib/File/Temp.pm
1645 ____________________________________________________________________________
1646 [  7493] By: jhi                                   on 2000/10/31  14:05:07
1647         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
1648              
1649              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
1650              From: Nicholas Clark <nick@ccl4.org>
1651              Date: Mon, 30 Oct 2000 17:38:45 +0000
1652              Message-ID: <20001030173845.O60355@plum.flirble.org>
1653      Branch: perl
1654            ! Makefile.SH utils/perlbug.PL
1655 ____________________________________________________________________________
1656 [  7489] By: jhi                                   on 2000/10/29  21:11:08
1657         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
1658              From: andreas.koenig@anima.de (Andreas J. Koenig)
1659              Date: 29 Oct 2000 22:05:59 +0100
1660              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
1661      Branch: perl
1662            ! lib/ExtUtils/Manifest.pm
1663 ____________________________________________________________________________
1664 [  7488] By: jhi                                   on 2000/10/29  21:07:47
1665         Log: Tests for #7487.
1666              
1667              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
1668              From: andreas.koenig@anima.de (Andreas J. Koenig)
1669              Date: 29 Oct 2000 19:37:09 +0100
1670              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
1671      Branch: perl
1672            ! t/comp/proto.t
1673 ____________________________________________________________________________
1674 [  7487] By: jhi                                   on 2000/10/29  21:06:27
1675         Log: constsub spillage.
1676              
1677              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
1678              From: John Tobey <jtobey@john-edwin-tobey.org>
1679              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
1680              Message-Id: <m13pvSr-000FObC@feynman.localnet>
1681      Branch: perl
1682            ! op.c
1683 ____________________________________________________________________________
1684 [  7485] By: jhi                                   on 2000/10/29  21:00:47
1685         Log: Make \x{...} consistently produce UTF-8.
1686              
1687              Subject: Re: \x{...} is confused 
1688              From: Simon Cozens <simon@cozens.net>
1689              Date: Sun, 29 Oct 2000 19:36:48 +0000
1690              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
1691      Branch: perl
1692            ! t/pragma/utf8.t toke.c
1693 ____________________________________________________________________________
1694 [  7483] By: jhi                                   on 2000/10/29  18:06:55
1695         Log: Update Changes.
1696      Branch: perl
1697            ! Changes patchlevel.h
1698 ____________________________________________________________________________
1699 [  7481] By: jhi                                   on 2000/10/29  17:02:37
1700         Log: UTF-8 decoder tweak.
1701      Branch: perl
1702            ! utf8.c
1703 ____________________________________________________________________________
1704 [  7478] By: jhi                                   on 2000/10/29  02:04:01
1705         Log: Add also emailless people.
1706      Branch: perl
1707            ! AUTHORS
1708 ____________________________________________________________________________
1709 [  7477] By: jhi                                   on 2000/10/29  01:36:00
1710         Log: The #7476 needs a MANIFEST change, too.
1711      Branch: perl
1712            ! MANIFEST
1713 ____________________________________________________________________________
1714 [  7476] By: jhi                                   on 2000/10/29  01:35:21
1715         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
1716      Branch: perl
1717            - MAINTAIN
1718            ! AUTHORS Changes
1719 ____________________________________________________________________________
1720 [  7475] By: jhi                                   on 2000/10/28  23:57:25
1721         Log: De-quoted-unreadable to ISO Latin 1.
1722              (There's one ISO-2022-JP name in Changes5.004.)
1723      Branch: perl
1724            ! Changes Changes5.6
1725 ____________________________________________________________________________
1726 [  7474] By: jhi                                   on 2000/10/28  19:13:06
1727         Log: Subject: [ID 20001027.007] uniq array in perlfaq
1728              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
1729              Date: Fri, 27 Oct 2000 19:28:30 +0200
1730              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
1731      Branch: perl
1732            ! pod/perlfaq4.pod
1733 ____________________________________________________________________________
1734 [  7473] By: jhi                                   on 2000/10/28  18:02:05
1735         Log: Locking null mutexes is not recommendable.
1736              
1737              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
1738              From: Hugo <hv@crypt.compulink.co.uk>
1739              Date: Sat, 28 Oct 2000 18:41:12 +0100
1740              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
1741      Branch: perl
1742            ! op.c
1743 ____________________________________________________________________________
1744 [  7472] By: jhi                                   on 2000/10/28  17:52:58
1745         Log: Better create a true mailing list for the repository keepers.
1746      Branch: perl
1747            ! Porting/repository.pod
1748 ____________________________________________________________________________
1749 [  7471] By: jhi                                   on 2000/10/28  17:28:24
1750         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
1751              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
1752      Branch: perl
1753            + Porting/repository.pod
1754            ! MANIFEST
1755 ____________________________________________________________________________
1756 [  7470] By: jhi                                   on 2000/10/28  17:20:54
1757         Log: Subject: DOC PATCH 5.6.0
1758              From: mjd@plover.com
1759              Date: 27 Oct 2000 17:32:44 -0000
1760              Message-ID: <20001027173244.23754.qmail@plover.com>
1761      Branch: perl
1762            ! pod/perlfunc.pod
1763 ____________________________________________________________________________
1764 [  7469] By: jhi                                   on 2000/10/28  17:16:45
1765         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
1766              From: "Peter J. Farley III" <pjfarley@banet.net>
1767              Date: Fri, 27 Oct 2000 20:32:56 -0400
1768              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
1769      Branch: perl
1770            ! README.dos
1771 ____________________________________________________________________________
1772 [  7468] By: jhi                                   on 2000/10/28  17:07:18
1773         Log: Make target reordering to avoid pointless re-makes.
1774              
1775              Subject: Re: Total re-make of 'make okfile' after 7451 ?
1776              From: Nicholas Clark <nick@ccl4.org>
1777              Date: Sat, 28 Oct 2000 00:31:02 +0100
1778              Message-ID: <20001028003101.A54517@plum.flirble.org>
1779      Branch: perl
1780            ! Makefile.SH
1781 ____________________________________________________________________________
1782 [  7467] By: jhi                                   on 2000/10/28  17:05:31
1783         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
1784              From: lvirden@cas.org
1785              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
1786              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
1787      Branch: perl
1788            ! README.os2
1789 ____________________________________________________________________________
1790 [  7466] By: jhi                                   on 2000/10/28  16:09:16
1791         Log: Upgrade to CPAN 1.58_55.
1792              
1793              Subject: CPAN.pm status
1794              From: andreas.koenig@anima.de (Andreas J. Koenig) 
1795              Date: 28 Oct 2000 08:18:00 +0200 
1796              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
1797      Branch: perl
1798            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1799 ____________________________________________________________________________
1800 [  7465] By: jhi                                   on 2000/10/28  16:02:47
1801         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
1802      Branch: perl
1803            ! embed.h embed.pl perl.h proto.h toke.c
1804 ____________________________________________________________________________
1805 [  7464] By: nick                                  on 2000/10/28  10:43:44
1806         Log: Fix for sv_2iv() on "shared" value from keys %hash.
1807      Branch: perl
1808            ! sv.c
1809 ____________________________________________________________________________
1810 [  7463] By: jhi                                   on 2000/10/27  16:18:29
1811         Log: Update Changes.
1812      Branch: perl
1813            ! Changes patchlevel.h
1814 ____________________________________________________________________________
1815 [  7462] By: jhi                                   on 2000/10/27  16:17:44
1816         Log: Too enthusiastic editing in #7460.
1817      Branch: metaconfig
1818            ! U/modified/Oldsym.U
1819      Branch: perl
1820            ! Configure config_h.SH
1821 ____________________________________________________________________________
1822 [  7461] By: jhi                                   on 2000/10/27  15:37:38
1823         Log: Retract #7459, the script needs more work.
1824      Branch: perl
1825            - mkreef
1826            ! MANIFEST
1827 ____________________________________________________________________________
1828 [  7460] By: jhi                                   on 2000/10/27  15:23:14
1829         Log: Use $sort, $uniq (and $tr) consistently as wondered
1830              by Nicholas Clark.
1831      Branch: metaconfig
1832            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
1833            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
1834            ! U/modified/libc.U
1835      Branch: perl
1836            ! Configure config_h.SH
1837 ____________________________________________________________________________
1838 [  7459] By: jhi                                   on 2000/10/27  15:02:07
1839         Log: (Retracted by #7461)
1840              
1841              Add a shell script for creating/removing symbolic link farms,
1842              useful for keeping the source code read-only and doing the
1843              builds somewhere else.
1844      Branch: perl
1845            + mkreef
1846            ! MANIFEST
1847 ____________________________________________________________________________
1848 [  7458] By: jhi                                   on 2000/10/27  14:42:20
1849         Log: Do away with the fix_pl.
1850      Branch: perl
1851            - fix_pl
1852            ! MANIFEST Makefile.SH
1853 ____________________________________________________________________________
1854 [  7457] By: jhi                                   on 2000/10/27  12:43:13
1855         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
1856              From: Jens Hamisch <jens@Strawberry.COM>
1857              Date: Fri, 27 Oct 2000 14:38:21 +0200
1858              Message-Id: <20001027143821.B3366@Strawberry.COM>
1859      Branch: perl
1860            ! perl.h
1861 ____________________________________________________________________________
1862 [  7456] By: jhi                                   on 2000/10/27  12:33:42
1863         Log: Subject: [PATCH] todo
1864              From: Nicholas Clark <nick@ccl4.org>
1865              Date: Thu, 26 Oct 2000 22:32:29 +0100
1866              Message-ID: <20001026223229.A44540@plum.flirble.org>
1867      Branch: perl
1868            ! pod/perltodo.pod
1869 ____________________________________________________________________________
1870 [  7455] By: jhi                                   on 2000/10/27  12:02:21
1871         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
1872              From: John Tobey <jtobey@john-edwin-tobey.org>
1873              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
1874              Message-Id: <m13ozHF-000FObC@feynman.localnet>
1875      Branch: perl
1876            ! op.c t/pragma/sub_lval.t
1877 ____________________________________________________________________________
1878 [  7454] By: jhi                                   on 2000/10/27  11:59:42
1879         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
1880              From: sthoenna@efn.org
1881              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
1882              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
1883      Branch: perl
1884            ! pp.c t/op/assignwarn.t
1885 ____________________________________________________________________________
1886 [  7453] By: jhi                                   on 2000/10/27  00:15:08
1887         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
1888      Branch: perl
1889            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1890            ! ext/Storable/Storable.xs t/lib/st-lock.t
1891 ____________________________________________________________________________
1892 [  7452] By: jhi                                   on 2000/10/26  13:05:52
1893         Log: Undo #7451, this seems to be a deficiency in Perforce,
1894              there is no per-file line-terminator type, only per-client.
1895      Branch: perl
1896            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
1897            ! win32/makefile.mk
1898 ____________________________________________________________________________
1899 [  7451] By: jhi                                   on 2000/10/26  04:56:03
1900         Log: Experimenting in DOS arcana.
1901      Branch: perl
1902            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
1903            ! win32/makefile.mk
1904 ____________________________________________________________________________
1905 [  7450] By: jhi                                   on 2000/10/26  04:50:52
1906         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
1907              From: "Peter J. Farley III" <pjfarley@banet.net>            
1908              Date: Wed, 25 Oct 2000 23:10:18 -0400
1909              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
1910      Branch: perl
1911            ! t/io/open.t
1912 ____________________________________________________________________________
1913 [  7449] By: jhi                                   on 2000/10/26  04:49:16
1914         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
1915              From: Hugo <hv@crypt.compulink.co.uk>
1916              Date: Thu, 26 Oct 2000 01:55:17 +0100
1917              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
1918              
1919              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
1920      Branch: perl
1921            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
1922 ____________________________________________________________________________
1923 [  7448] By: jhi                                   on 2000/10/26  04:38:36
1924         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
1925              From: Peter Prymmer <pvhp@forte.com>
1926              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
1927              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
1928      Branch: perl
1929            ! configure.com
1930 ____________________________________________________________________________
1931 [  7447] By: jhi                                   on 2000/10/25  23:20:02
1932         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
1933              in platforms that strictly require all the symbols being present
1934              at link time.
1935      Branch: perl
1936            ! handy.h
1937 ____________________________________________________________________________
1938 [  7446] By: jhi                                   on 2000/10/25  21:55:57
1939         Log: Update Changes.
1940      Branch: perl
1941            ! Changes patchlevel.h
1942 ____________________________________________________________________________
1943 [  7445] By: jhi                                   on 2000/10/25  21:27:08
1944         Log: Integrate with vmsperl #7430 by Charles Bailey:
1945              
1946              Cleanup from prior patch (Charles Lane?):
1947              - improve handling of MFDs in Basename and Path
1948              - default to no xsubpp line # munging when building debug images
1949      Branch: perl
1950           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
1951 ____________________________________________________________________________
1952 [  7444] By: jhi                                   on 2000/10/25  21:03:50
1953         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
1954              From: John Peacock <JPeacock@UnivPress.com>
1955              Date: Thu, 18 May 2000 11:55:27 -0400
1956              Message-ID: <3924126F.A58BE57A@UnivPress.com>
1957      Branch: perl
1958            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
1959            ! t/op/write.t
1960 ____________________________________________________________________________
1961 [  7443] By: jhi                                   on 2000/10/25  20:43:10
1962         Log: Temporary stopgap for the self-tying issue: for now only
1963              array and hash self-ties are verboten.  The real fix, of
1964              course, would be to comprehensively test (and implement?)
1965              and debug (and document) self-ties.
1966      Branch: perl
1967            ! pod/perldiag.pod pp_sys.c t/op/tie.t
1968 ____________________________________________________________________________
1969 [  7442] By: jhi                                   on 2000/10/25  20:14:30
1970         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
1971              From: Dan Sugalski <dan@sidhe.org>
1972              Date: Wed, 25 Oct 2000 13:36:35 -0400
1973              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
1974              
1975              plus regen global.sym.
1976      Branch: perl
1977            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
1978            ! thrdvar.h util.c
1979 ____________________________________________________________________________
1980 [  7441] By: jhi                                   on 2000/10/25  20:12:20
1981         Log: buildtoc target tweaks.
1982      Branch: perl
1983            ! pod/Makefile.SH
1984 ____________________________________________________________________________
1985 [  7440] By: jhi                                   on 2000/10/25  20:03:53
1986         Log: A new version of making the syslog test more robust.
1987              (Replaces #7421.)
1988              
1989              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
1990              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1991              Date: Wed, 25 Oct 2000 12:13:54 -0400
1992              Message-ID: <20001025121354.B2264@O2.chapin.edu>
1993      Branch: perl
1994            ! t/lib/syslog.t
1995 ____________________________________________________________________________
1996 [  7439] By: jhi                                   on 2000/10/25  20:00:48
1997         Log: Continue the internal UTF-8 API tweaking.
1998              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
1999              used much more than the simpler API, now called utf8_to_uv_simple().
2000              Still not quite happy with API, too much partial duplication
2001              of functionality.
2002      Branch: perl
2003            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
2004            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
2005            ! regcomp.c regexec.c sv.c toke.c utf8.c
2006 ____________________________________________________________________________
2007 [  7438] By: jhi                                   on 2000/10/25  18:52:30
2008         Log: Allow poking holes at the UTF-8 decoding strictness.
2009      Branch: perl
2010            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
2011            ! utf8.h
2012 ____________________________________________________________________________
2013 [  7437] By: jhi                                   on 2000/10/25  13:53:05
2014         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
2015              UTF8LEN() and UTF8SKIP(). 
2016      Branch: perl
2017            ! pp.c utf8.c utf8.h
2018 ____________________________________________________________________________
2019 [  7436] By: jhi                                   on 2000/10/25  13:51:37
2020         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
2021              From: Nicholas Clark <nick@ccl4.org>
2022              Date: Wed, 25 Oct 2000 14:44:05 +0100
2023              Message-ID: <20001025144404.D27253@plum.flirble.org>
2024      Branch: perl
2025            ! pod/perlrun.pod
2026 ____________________________________________________________________________
2027 [  7435] By: jhi                                   on 2000/10/25  13:49:32
2028         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
2029              From: Mike Guy <mjtg@cam.ac.uk>
2030              Date: Tue, 24 Oct 2000 14:59:40 +0100
2031              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
2032      Branch: perl
2033            ! scope.c
2034 ____________________________________________________________________________
2035 [  7434] By: jhi                                   on 2000/10/25  13:48:41
2036         Log: AIX is picky about its symbol exports.  Solution for now
2037              is to include the deb.o explicitly to the re extension build.
2038              
2039              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
2040              From: Peter Prymmer <pvhp@forte.com>
2041              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
2042              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
2043      Branch: perl
2044            ! ext/re/Makefile.PL hints/aix.sh
2045 ____________________________________________________________________________
2046 [  7433] By: jhi                                   on 2000/10/25  13:46:49
2047         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
2048              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2049              Date: Wed, 25 Oct 2000 12:02:20 +0200
2050              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
2051      Branch: perl
2052            ! perlsdio.h
2053 ____________________________________________________________________________
2054 [  7432] By: jhi                                   on 2000/10/25  13:44:28
2055         Log: Subject: Minor update to find2perl, for portability
2056              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2057              Date: Wed, 25 Oct 2000 12:05:47 +0100
2058              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
2059      Branch: perl
2060            ! x2p/find2perl.PL
2061 ____________________________________________________________________________
2062 [  7431] By: jhi                                   on 2000/10/25  13:40:39
2063         Log: Add targets to Makefile.SH, most importantly
2064              'regen_all' which also remembers to update vms/perly*.
2065      Branch: perl
2066            ! Makefile.SH
2067 ____________________________________________________________________________
2068 [  7429] By: jhi                                   on 2000/10/24  20:03:40
2069         Log: Podify README.epoc and README.vos.
2070      Branch: perl
2071            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
2072            ! pod/perlport.pod pod/perltoc.pod
2073 ____________________________________________________________________________
2074 [  7428] By: jhi                                   on 2000/10/24  19:10:33
2075         Log: Stratus VOS updates from Paul Green.
2076      Branch: perl
2077            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2078            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
2079            - vos/config.def vos/config.h vos/config_h.SH_orig
2080            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
2081            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
2082 ____________________________________________________________________________
2083 [  7427] By: jhi                                   on 2000/10/24  18:59:48
2084         Log: Check if stdio supports tweaking lval and cnt simultaneously.
2085              
2086              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
2087              From: Nicholas Clark <nick@ccl4.org>
2088              Date: Mon, 23 Oct 2000 15:39:32 +0100
2089              Message-ID: <20001023153932.A10786@plum.flirble.org>
2090      Branch: metaconfig
2091            ! U/compline/d_stdstdio.U
2092      Branch: perl
2093            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2094            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
2095            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
2096            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
2097            ! vos/config.h vos/config_h.SH_orig win32/config.bc
2098            ! win32/config.gc win32/config.vc
2099 ____________________________________________________________________________
2100 [  7426] By: jhi                                   on 2000/10/24  17:57:44
2101         Log: Missed the header file changes from #7425.
2102      Branch: perl
2103            ! embed.h embed.pl objXSUB.h proto.h
2104 ____________________________________________________________________________
2105 [  7425] By: jhi                                   on 2000/10/24  17:55:17
2106         Log: Fix the bug reported in
2107              
2108              From: andreas.koenig@anima.de (Andreas J. Koenig)
2109              Subject: Encode bug?
2110              Date: 24 Oct 2000 14:01:26 +0200 
2111              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
2112              
2113              Also make is_utf8_char() stricter.
2114      Branch: perl
2115            ! ext/Encode/Encode.xs utf8.c
2116 ____________________________________________________________________________
2117 [  7424] By: jhi                                   on 2000/10/24  15:15:39
2118         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
2119              From: Peter Scott <Peter@PSDT.com>
2120              Date: Mon, 23 Oct 2000 19:46:01 -0700
2121              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
2122      Branch: perl
2123            ! pod/perlfaq5.pod
2124 ____________________________________________________________________________
2125 [  7423] By: jhi                                   on 2000/10/24  14:25:30
2126         Log: Test tweak to avoid pulling in the whole Config.
2127      Branch: perl
2128            ! t/lib/st-lock.t
2129 ____________________________________________________________________________
2130 [  7422] By: jhi                                   on 2000/10/24  14:03:16
2131         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
2132      Branch: perl
2133            ! pp.c
2134 ____________________________________________________________________________
2135 [  7421] By: jhi                                   on 2000/10/24  13:32:09
2136         Log: (Replaced by #7440.)
2137              
2138              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2139              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2140              Date: Mon, 23 Oct 2000 16:40:54 -0400
2141              Message-ID: <20001023164054.B14491@O2.chapin.edu>
2142      Branch: perl
2143            ! t/lib/syslog.t
2144 ____________________________________________________________________________
2145 [  7420] By: jhi                                   on 2000/10/24  13:30:53
2146         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
2147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2148              Date: Mon, 23 Oct 2000 17:29:03 -0400
2149              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
2150      Branch: perl
2151            ! lib/ExtUtils/MM_Unix.pm
2152 ____________________________________________________________________________
2153 [  7419] By: jhi                                   on 2000/10/24  13:29:57
2154         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
2155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2156              Date: Mon, 23 Oct 2000 19:01:32 -0400
2157              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
2158      Branch: perl
2159            ! utils/h2xs.PL
2160 ____________________________________________________________________________
2161 [  7418] By: jhi                                   on 2000/10/24  13:26:04
2162         Log: Replace #7409 with
2163              
2164              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
2165              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
2166              Date: Mon, 23 Oct 2000 20:08:56 +0200
2167              Message-ID: <20001023200855.A14850@nice.ram.loc>
2168      Branch: perl
2169            ! ext/Storable/Storable.pm t/lib/st-lock.t
2170 ____________________________________________________________________________
2171 [  7417] By: jhi                                   on 2000/10/24  13:17:52
2172         Log: Run vms/vms_yfix.pl, should have done that after changing
2173              perly.c in #7382.
2174      Branch: perl
2175            ! vms/perly_c.vms vms/perly_h.vms
2176 ____________________________________________________________________________
2177 [  7416] By: jhi                                   on 2000/10/24  02:55:33
2178         Log: Make the UTF-8 decoding stricter and more verbose when
2179              malformation happens.  This involved adding an argument
2180              to utf8_to_uv_chk(), which involved changing its prototype,
2181              and prefer STRLEN over I32 for the UTF-8 length, which as
2182              a domino effect necessitated changing the prototypes of
2183              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
2184              The stricter UTF-8 decoding checking uses Markus Kuhn's
2185              UTF-8 Decode Stress Tester from
2186              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
2187      Branch: perl
2188            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
2189            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
2190            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
2191            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
2192 ____________________________________________________________________________
2193 [  7415] By: jhi                                   on 2000/10/23  14:06:06
2194         Log: Update Changes.
2195      Branch: perl
2196            ! Changes patchlevel.h
2197 ____________________________________________________________________________
2198 [  7414] By: jhi                                   on 2000/10/23  12:39:52
2199         Log: Undo the basename() part of #7412 since the lib/basename
2200              tests would need upgrading too.
2201      Branch: perl
2202            ! lib/File/Basename.pm
2203 ____________________________________________________________________________
2204 [  7413] By: jhi                                   on 2000/10/23  12:19:27
2205         Log: Document PERL_INSTALL_ROOT of #7210.
2206      Branch: perl
2207            ! lib/ExtUtils/Install.pm
2208 ____________________________________________________________________________
2209 [  7412] By: jhi                                   on 2000/10/23  12:16:47
2210         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
2211      Branch: perl
2212            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
2213            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
2214 ____________________________________________________________________________
2215 [  7411] By: jhi                                   on 2000/10/23  12:07:41
2216         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
2217              From: Prymmer/Kahn <pvhp@best.com>
2218              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
2219              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
2220      Branch: perl
2221            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
2222 ____________________________________________________________________________
2223 [  7410] By: jhi                                   on 2000/10/23  04:10:11
2224         Log: The change #7187 was not so good on VMS.
2225              
2226              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
2227              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2228              Date: Sun, 22 Oct 2000 23:03:08 -0500
2229              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
2230      Branch: perl
2231            ! utils/perldoc.PL
2232 ____________________________________________________________________________
2233 [  7409] By: jhi                                   on 2000/10/23  03:57:36
2234         Log: Avoid Storable locking on DJGPP for now.
2235              
2236              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
2237              From: "Peter J. Farley III" <pjfarley@banet.net>
2238              Date: Sun, 22 Oct 2000 20:00:00 -0400
2239              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
2240      Branch: perl
2241            ! ext/Storable/Storable.pm t/lib/st-lock.t
2242 ____________________________________________________________________________
2243 [  7408] By: jhi                                   on 2000/10/23  03:50:24
2244         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
2245              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2246              Date: Sun, 22 Oct 2000 21:12:22 -0400
2247              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
2248      Branch: perl
2249            ! lib/vars.pm
2250 ____________________________________________________________________________
2251 [  7407] By: jhi                                   on 2000/10/23  03:43:12
2252         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
2253              From: Hugo <hv@crypt.compulink.co.uk>
2254              Date: Mon, 23 Oct 2000 00:47:22 +0100
2255              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
2256      Branch: perl
2257            ! regexec.c t/op/pat.t
2258 ____________________________________________________________________________
2259 [  7406] By: jhi                                   on 2000/10/23  03:40:29
2260         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
2261      Branch: perl
2262            ! lib/ExtUtils/MakeMaker.pm
2263 ____________________________________________________________________________
2264 [  7405] By: jhi                                   on 2000/10/22  21:32:00
2265         Log: Doc patch.
2266              
2267              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
2268              From: rspier@pobox.com (Robert Spier)
2269              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
2270              Message-ID: <14835.16112.13457.447971@rls.cx>
2271      Branch: perl
2272            ! lib/strict.pm
2273 ____________________________________________________________________________
2274 [  7404] By: jhi                                   on 2000/10/22  21:30:51
2275         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
2276              From: rspier@pobox.com (Robert Spier)
2277              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
2278              Message-ID: <14835.17223.72448.705566@rls.cx>
2279      Branch: perl
2280            ! lib/ExtUtils/MakeMaker.pm
2281 ____________________________________________________________________________
2282 [  7403] By: jhi                                   on 2000/10/22  21:24:11
2283         Log: Subject: [PATCH bleadperl] ripples from constsub patch
2284              From: John Tobey <jtobey@john-edwin-tobey.org>
2285              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
2286              Message-Id: <m13nSOB-000FObC@feynman.localnet>
2287      Branch: perl
2288            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
2289 ____________________________________________________________________________
2290 [  7402] By: jhi                                   on 2000/10/22  20:59:35
2291         Log: Support s?printf parameter reordering.
2292      Branch: perl
2293            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
2294 ____________________________________________________________________________
2295 [  7401] By: jhi                                   on 2000/10/22  19:19:14
2296         Log: Expand %Config variables only if explicitly so requested
2297              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
2298              
2299              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
2300              From: Gurusamy Sarathy <gsar@ActiveState.com>
2301              Date: Sun, 22 Oct 2000 11:47:32 -0700
2302              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
2303      Branch: perl
2304            ! Makefile.SH lib/lib_pm.PL
2305 ____________________________________________________________________________
2306 [  7400] By: jhi                                   on 2000/10/22  18:24:10
2307         Log: Move the #7390 test from warn/op to comp/redef.
2308              
2309              Subject: Re: Creating const subs for constants.
2310              From: John Tobey <jtobey@john-edwin-tobey.org>
2311              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
2312              Message-Id: <m13nG72-000FObC@feynman.localnet>               
2313      Branch: perl
2314            ! t/comp/redef.t t/pragma/warn/op
2315 ____________________________________________________________________________
2316 [  7399] By: jhi                                   on 2000/10/22  17:49:59
2317         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
2318              From: Nicholas Clark <nick@ccl4.org>
2319              Date: Sat, 21 Oct 2000 22:23:19 +0100
2320              Message-ID: <20001021222319.B45586@plum.flirble.org>
2321      Branch: perl
2322            ! ext/DynaLoader/DynaLoader_pm.PL
2323 ____________________________________________________________________________
2324 [  7398] By: jhi                                   on 2000/10/22  17:47:35
2325         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
2326              From: Hugo <hv@crypt.compulink.co.uk>
2327              Date: Sat, 21 Oct 2000 18:19:59 +0100
2328              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
2329      Branch: perl
2330            ! ext/B/B.pm ext/B/B/C.pm
2331 ____________________________________________________________________________
2332 [  7397] By: jhi                                   on 2000/10/22  17:35:18
2333         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
2334              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2335              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
2336              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
2337      Branch: perl
2338            ! hints/openbsd.sh
2339 ____________________________________________________________________________
2340 [  7396] By: jhi                                   on 2000/10/22  17:19:46
2341         Log: Subject: installman go-faster stripes
2342              From: Nicholas Clark <nick@talking.bollo.cx>
2343              Date: Sat, 21 Oct 2000 17:24:53 +0100
2344              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
2345              
2346              Subject: Re: installman go-faster stripes
2347              From: Russ Allbery <rra@stanford.edu>
2348              Date: 21 Oct 2000 11:04:13 -0700
2349              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
2350      Branch: perl
2351            ! installman pod/pod2man.PL
2352 ____________________________________________________________________________
2353 [  7395] By: jhi                                   on 2000/10/22  17:17:35
2354         Log: Hints tweak from Anton Berezin.
2355      Branch: perl
2356            ! hints/freebsd.sh
2357 ____________________________________________________________________________
2358 [  7394] By: jhi                                   on 2000/10/22  04:50:04
2359         Log: Tweak the Is* definitions of Unicode character classes
2360              to better match the official categorizations; embrace
2361              the official categorizations; add the combining marks
2362              as alpha (and -numeric); fix DCinital (a typo and edito)
2363              to be DCmedial.
2364      Branch: perl
2365            + lib/unicode/Is/DCmedial.pl
2366            - lib/unicode/Is/DCinital.pl
2367            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2368            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
2369            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
2370            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
2371 ____________________________________________________________________________
2372 [  7393] By: jhi                                   on 2000/10/21  18:06:05
2373         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
2374              From: Daniel Chetlin <daniel@chetlin.com>
2375              Date: Sat, 21 Oct 2000 02:57:03 -0700
2376              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
2377      Branch: perl
2378            + t/lib/tie-splice.t
2379            ! MANIFEST lib/Tie/Array.pm
2380 ____________________________________________________________________________
2381 [  7391] By: jhi                                   on 2000/10/21  14:37:49
2382         Log: Testcases for a #7383,#7385 related bug.
2383              
2384              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
2385              From: Nicholas Clark <nick@ccl4.org>
2386              Date: Sat, 21 Oct 2000 15:04:51 +0100
2387              Message-ID: <20001021150451.A51566@plum.flirble.org>
2388      Branch: perl
2389            ! t/pragma/utf8.t
2390 ____________________________________________________________________________
2391 [  7390] By: jhi                                   on 2000/10/21  14:35:57
2392         Log: Add a testcase for #7389.
2393      Branch: perl
2394            ! t/pragma/warn/op
2395 ____________________________________________________________________________
2396 [  7389] By: jhi                                   on 2000/10/21  14:26:45
2397         Log: Subject: Re: Creating const subs for constants.
2398              From: John Tobey <jtobey@john-edwin-tobey.org>
2399              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
2400              Message-Id: <m13mo0N-000FObC@feynman.localnet>
2401      Branch: perl
2402            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
2403            ! proto.h sv.c
2404 ____________________________________________________________________________
2405 [  7386] By: jhi                                   on 2000/10/21  01:31:12
2406         Log: Update Changes.
2407      Branch: perl
2408            ! Changes patchlevel.h
2409 ____________________________________________________________________________
2410 [  7385] By: jhi                                   on 2000/10/21  01:28:42
2411         Log: The #7383 was right only in the context of the original bug report,
2412              not in more general case.
2413      Branch: perl
2414            ! pp_hot.c
2415 ____________________________________________________________________________
2416 [  7384] By: jhi                                   on 2000/10/21  01:08:23
2417         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
2418      Branch: perl
2419            ! ext/IO/lib/IO/Select.pm
2420 ____________________________________________________________________________
2421 [  7383] By: jhi                                   on 2000/10/21  00:44:18
2422         Log: Fix for ID 20001020.006, concatenating an unset submatch
2423              with utf8 resulted in "Modification of a read-only value".
2424      Branch: perl
2425            ! pp_hot.c t/pragma/utf8.t
2426 ____________________________________________________________________________
2427 [  7382] By: jhi                                   on 2000/10/20  20:44:31
2428         Log: Make scan_num() reëntrant, as suggested in
2429              
2430              Subject: [PATCH perl@7229] Rentrant parser and yylex()
2431              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2432              Date: Fri, 20 Oct 2000 14:17:27 +0100
2433              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
2434      Branch: perl
2435            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
2436            ! toke.c
2437 ____________________________________________________________________________
2438 [  7381] By: jhi                                   on 2000/10/20  20:07:29
2439         Log: Reëntrancy fix.
2440              
2441              Subject: [PATCH perl@7229] Rentrant parser and yylex()
2442              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2443              Date: Fri, 20 Oct 2000 14:17:27 +0100
2444              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
2445      Branch: perl
2446            ! embed.h embed.pl perl.h proto.h toke.c
2447 ____________________________________________________________________________
2448 [  7380] By: jhi                                   on 2000/10/20  19:15:54
2449         Log: Don't write double values through long double pointers,
2450              based on a part of
2451              
2452              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
2453              From: Jens Hamisch <jens@Strawberry.COM>
2454              Date: Tue, 17 Oct 2000 08:39:36 +0200
2455              Message-Id: <20001017083936.A11104@Strawberry.COM>
2456      Branch: perl
2457            ! perl.h pp.c
2458 ____________________________________________________________________________
2459 [  7379] By: jhi                                   on 2000/10/20  18:43:37
2460         Log: Portability tweak on #7377.
2461              
2462              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
2463              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2464              Date:     Fri, 20 Oct 2000 13:13:41 EDT
2465              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
2466      Branch: perl
2467            ! t/lib/dprof.t
2468 ____________________________________________________________________________
2469 [  7378] By: jhi                                   on 2000/10/20  12:57:19
2470         Log: SOCKS function redefinitions need prototypes, too, otherwise
2471              for example 32 bit versus 64 bit differences cause a lot of
2472              problems.  Part of
2473              
2474              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
2475              From: Jens Hamisch <jens@Strawberry.COM>
2476              Date: Tue, 17 Oct 2000 08:39:36 +0200
2477              Message-Id: <20001017083936.A11104@Strawberry.COM>
2478      Branch: perl
2479            ! doio.c pp_sys.c
2480 ____________________________________________________________________________
2481 [  7377] By: jhi                                   on 2000/10/20  12:37:12
2482         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
2483              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2484              Date:     Fri, 20 Oct 2000 08:26:04 EDT
2485              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
2486      Branch: perl
2487            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
2488 ____________________________________________________________________________
2489 [  7376] By: jhi                                   on 2000/10/20  12:35:31
2490         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
2491              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2492              Date:     Fri, 20 Oct 2000 07:48:15 EDT
2493              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
2494      Branch: perl
2495            ! configure.com vms/gen_shrfls.pl
2496 ____________________________________________________________________________
2497 [  7374] By: jhi                                   on 2000/10/20  00:59:48
2498         Log: In the latest compiler builds cccdlflags must not become -fpic,
2499              from Wilfredo Sánchez.
2500      Branch: perl
2501            ! hints/darwin.sh
2502 ____________________________________________________________________________
2503 [  7373] By: jhi                                   on 2000/10/20  00:56:35
2504         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
2505              From: Tony Cook <tony@develop-help.com>
2506              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
2507              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
2508      Branch: perl
2509            ! pod/perlop.pod
2510 ____________________________________________________________________________
2511 [  7372] By: jhi                                   on 2000/10/19  19:34:40
2512         Log: Typo noted by Mark Lutz.
2513      Branch: perl
2514            ! t/op/64bitint.t
2515 ____________________________________________________________________________
2516 [  7371] By: jhi                                   on 2000/10/19  19:33:13
2517         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
2518      Branch: metaconfig
2519            ! U/modified/Cppsym.U U/modified/Oldconfig.U
2520      Branch: metaconfig/U/perl
2521            ! End.U dlsrc.U libperl.U
2522      Branch: perl
2523            + hints/nonstopux.sh
2524            ! Configure MANIFEST config_h.SH
2525 ____________________________________________________________________________
2526 [  7370] By: jhi                                   on 2000/10/19  17:18:08
2527         Log: Subject: PATCH do_print has 2 PerlIO_error()s
2528              From: nick@ccl4.org
2529              Date: Thu, 19 Oct 2000 18:09:20 +0100
2530              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
2531      Branch: perl
2532            ! doio.c
2533 ____________________________________________________________________________
2534 [  7369] By: jhi                                   on 2000/10/19  14:01:49
2535         Log: Update Changes.
2536      Branch: perl
2537            ! Changes patchlevel.h
2538 ____________________________________________________________________________
2539 [  7368] By: jhi                                   on 2000/10/19  13:04:29
2540         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
2541              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2542              Date: Wed, 18 Oct 2000 13:12:01 +0200
2543              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
2544      Branch: perl
2545            ! hints/aix.sh
2546 ____________________________________________________________________________
2547 [  7367] By: jhi                                   on 2000/10/19  02:22:40
2548         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
2549              of a 'pmshort' anywhere in the B, so the offending line was simply
2550              removed.
2551      Branch: perl
2552            ! ext/B/B/Debug.pm
2553 ____________________________________________________________________________
2554 [  7366] By: jhi                                   on 2000/10/19  02:12:37
2555         Log: Add the test case for the bug id 20000730.004 which seems
2556              to have been fixed by now.
2557      Branch: perl
2558            ! t/pragma/utf8.t
2559 ____________________________________________________________________________
2560 [  7365] By: jhi                                   on 2000/10/18  23:36:24
2561         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
2562              From: Hugo <hv@crypt.compulink.co.uk>
2563              Date: Wed, 18 Oct 2000 23:25:58 +0100
2564              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
2565      Branch: perl
2566            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
2567 ____________________________________________________________________________
2568 [  7364] By: jhi                                   on 2000/10/18  21:12:53
2569         Log: (retracted)
2570      Branch: perl
2571            ! pp.c
2572 ____________________________________________________________________________
2573 [  7363] By: jhi                                   on 2000/10/18  20:55:38
2574         Log: Missing change from #7362.
2575      Branch: perl
2576            ! win32/perlhost.h
2577 ____________________________________________________________________________
2578 [  7362] By: jhi                                   on 2000/10/18  20:52:01
2579         Log: Borland C fstat() never saw the fd as writable.
2580              
2581              Subject: fix for Borland's weak "stat" (perl@7211)
2582              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2583              Date: Mon, 16 Oct 2000 09:55:03 +0400
2584              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
2585      Branch: perl
2586            ! win32/win32.c
2587 ____________________________________________________________________________
2588 [  7361] By: jhi                                   on 2000/10/18  17:43:50
2589         Log: Regen toc.
2590      Branch: perl
2591            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
2592 ____________________________________________________________________________
2593 [  7360] By: jhi                                   on 2000/10/18  17:07:44
2594         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2595              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
2596              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
2597              Date: Mon, 16 Oct 2000 15:19:49 +0200
2598      Branch: perl
2599            + README.aix
2600            ! MANIFEST
2601 ____________________________________________________________________________
2602 [  7359] By: jhi                                   on 2000/10/18  17:04:49
2603         Log: Subject: Pod patch for Devel::Peek
2604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2605              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
2606              Date: Mon, 16 Oct 2000 12:26:34 +0200
2607      Branch: perl
2608            ! ext/Devel/Peek/Peek.pm
2609 ____________________________________________________________________________
2610 [  7358] By: jhi                                   on 2000/10/18  17:03:15
2611         Log: Make Cwd more bulletproof in chrooted environments.
2612              
2613              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
2614              From: "Eric E. Coe" <Eric.Coe@oracle.com>
2615              Date: Wed, 18 Oct 2000 04:03:54 -0400
2616              Message-Id: <39ED596A.70E599FE@oracle.com>
2617      Branch: perl
2618            ! lib/Cwd.pm
2619 ____________________________________________________________________________
2620 [  7357] By: jhi                                   on 2000/10/18  16:37:26
2621         Log: Disable the UTF8 downgrade croakage for now to avoid
2622              too many not okay messages.
2623      Branch: perl
2624            ! doio.c
2625 ____________________________________________________________________________
2626 [  7356] By: jhi                                   on 2000/10/17  23:29:41
2627         Log: Show the failed remote port, instead of the failing line number.
2628              
2629              Subject: [PATCH 5.6.1 Debugger] More diagnostics
2630              From: David Sparks <daves@ActiveState.com>
2631              Date: Tue, 17 Oct 2000 15:00:24 -0700
2632              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
2633      Branch: perl
2634            ! lib/perl5db.pl
2635 ____________________________________________________________________________
2636 [  7355] By: jhi                                   on 2000/10/17  14:11:31
2637         Log: On output try to downgrade to bytes, croak if impossible,
2638              from Simon Cozens.  This means that outputting >255 UTF8
2639              is impossible.  Consider this as a strong incentive to get
2640              the I/O disciplines implemented.
2641      Branch: perl
2642            ! doio.c pod/perldiag.pod sv.c
2643 ____________________________________________________________________________
2644 [  7354] By: jhi                                   on 2000/10/17  13:42:23
2645         Log: Clarify documentation on 'use bytes'.
2646              
2647              Subject: Re: What does 'use bytes' "mean" ?
2648              From: Simon Cozens <simon@cozens.net>
2649              Date: Mon, 18 Sep 2000 18:24:25 +0100
2650              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
2651      Branch: perl
2652            ! lib/bytes.pm
2653 ____________________________________________________________________________
2654 [  7353] By: jhi                                   on 2000/10/17  13:28:12
2655         Log: Workaround for a sfio bug where the stream error indicator
2656              is not cleared as documented.
2657              
2658              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
2659              From: Nicholas Clark <nick@ccl4.org>
2660              Date: Mon, 16 Oct 2000 18:28:23 +0100
2661              Message-ID: <20001016182823.J19700@plum.flirble.org>
2662      Branch: perl
2663            ! doio.c
2664 ____________________________________________________________________________
2665 [  7352] By: jhi                                   on 2000/10/17  13:06:19
2666         Log: More IoTYPE sprinkling.
2667      Branch: perl
2668            ! doio.c pp_hot.c
2669 ____________________________________________________________________________
2670 [  7351] By: jhi                                   on 2000/10/16  22:47:07
2671         Log: Detect early whether the std streams have gone bad.
2672              
2673              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
2674              Date: Mon, 16 Oct 2000 23:28:42 +0100
2675              From: Nicholas Clark <nick@ccl4.org>
2676              Message-ID: <20001016232842.A37942@plum.flirble.org>
2677      Branch: perl
2678            ! t/op/misc.t
2679 ____________________________________________________________________________
2680 [  7350] By: jhi                                   on 2000/10/16  22:45:16
2681         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
2682              From: "Peter J. Farley III" <pjfarley@banet.net>
2683              Date: Mon, 16 Oct 2000 18:15:59 -0400
2684              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
2685      Branch: perl
2686            ! djgpp/djgpp.c dosish.h t/io/open.t
2687 ____________________________________________________________________________
2688 [  7349] By: jhi                                   on 2000/10/16  22:36:45
2689         Log: perldelta tweak.
2690      Branch: perl
2691            ! pod/perldelta.pod
2692 ____________________________________________________________________________
2693 [  7348] By: jhi                                   on 2000/10/16  15:17:53
2694         Log: Update Changes.
2695      Branch: perl
2696            ! Changes patchlevel.h
2697 ____________________________________________________________________________
2698 [  7347] By: jhi                                   on 2000/10/16  13:55:27
2699         Log: Add the capability to include/exclude branches.
2700      Branch: perl
2701            ! Porting/genlog
2702 ____________________________________________________________________________
2703 [  7346] By: jhi                                   on 2000/10/16  13:18:04
2704         Log: Add Charles Lane.
2705      Branch: perl
2706            ! AUTHORS Changes
2707 ____________________________________________________________________________
2708 [  7345] By: jhi                                   on 2000/10/16  13:13:21
2709         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
2710      Branch: perl
2711            ! pod/perldelta.pod
2712 ____________________________________________________________________________
2713 [  7244] By: jhi                                   on 2000/10/16  02:29:54
2714         Log: Subject: $Carp::ExportLevel confusion in Exporter
2715              From: "Ben Tilly" <ben_tilly@hotmail.com>
2716              Date: Sat, 14 Oct 2000 16:44:34 EDT
2717              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
2718      Branch: perl
2719            ! lib/Exporter/Heavy.pm
2720 ____________________________________________________________________________
2721 [  7243] By: jhi                                   on 2000/10/16  02:28:33
2722         Log: Subject: [PATCH perlguts.pod] Document offset hack
2723              From: Simon Cozens <simon@cozens.net>
2724              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
2725              Date: Sat, 14 Oct 2000 19:32:25 +0100
2726      Branch: perl
2727            ! pod/perlguts.pod
2728 ____________________________________________________________________________
2729 [  7241] By: jhi                                   on 2000/10/16  02:22:44
2730         Log: Subject: small pod patch
2731              From: Dan Boorstein <dan_boo@bellsouth.net>
2732              Date: Sat, 14 Oct 2000 14:29:24 -0400
2733              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
2734      Branch: perl
2735            ! pod/perlfaq7.pod pod/perlmod.pod
2736 ____________________________________________________________________________
2737 [  7240] By: jhi                                   on 2000/10/16  02:13:46
2738         Log: -w cleanup.
2739              
2740              Subject: Re: Problems with bleadperl 
2741              From: "Stephen P. Potter" <spp@ds.net>
2742              Date: Fri, 13 Oct 2000 13:32:49 -0400
2743              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
2744      Branch: perl
2745            ! t/pragma/overload.t
2746 ____________________________________________________________________________
2747 [  7239] By: jhi                                   on 2000/10/16  01:41:18
2748         Log: One more ~utf8 tweak.
2749      Branch: perl
2750            ! t/op/bop.t
2751 ____________________________________________________________________________
2752 [  7238] By: jhi                                   on 2000/10/16  01:34:14
2753         Log: Tweak the test of #7235.
2754      Branch: perl
2755            ! t/op/bop.t
2756 ____________________________________________________________________________
2757 [  7237] By: jhi                                   on 2000/10/16  01:25:04
2758         Log: Fix a couple of compiler-noted nits in #7235.
2759      Branch: perl
2760            ! pp.c
2761 ____________________________________________________________________________
2762 [  7236] By: jhi                                   on 2000/10/16  01:22:46
2763         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
2764      Branch: perl
2765            ! pp.c pp_hot.c
2766 ____________________________________________________________________________
2767 [  7235] By: jhi                                   on 2000/10/15  16:24:44
2768         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2769              
2770              From: Simon Cozens <simon@cozens.net>
2771              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
2772              Date: Sat, 14 Oct 2000 20:52:13 +0100
2773              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
2774      Branch: perl
2775            ! pp.c t/op/bop.t utf8.h
2776 ____________________________________________________________________________
2777 [  7234] By: jhi                                   on 2000/10/15  15:19:29
2778         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
2779              The problem was that rx->minlen was in chars while pp_split()
2780              thought it would be in bytes. 
2781      Branch: perl
2782            ! pp.c t/pragma/utf8.t
2783 ____________________________________________________________________________
2784 [  7233] By: jhi                                   on 2000/10/14  20:24:24
2785         Log: Document FNCASE=y as discussed in the bug 20000902.009.
2786      Branch: perl
2787            ! README.dos
2788 ____________________________________________________________________________
2789 [  7232] By: jhi                                   on 2000/10/14  18:52:21
2790         Log: Add test for bug id 20000427.003 (which seems to have
2791              been fixed) (also duplicate as 20000427.004, though
2792              with a higher severity).  Move one utf8 from op/append
2793              to pragma/utf8, tag the tests with bug ids.
2794      Branch: perl
2795            ! t/op/append.t t/pragma/utf8.t
2796 ____________________________________________________________________________
2797 [  7231] By: jhi                                   on 2000/10/14  17:28:37
2798         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
2799      Branch: perl
2800            ! t/pragma/utf8.t
2801 ____________________________________________________________________________
2802 [  7230] By: jhi                                   on 2000/10/14  14:24:50
2803         Log: Needs to be conditional on SunOS 4.
2804              
2805              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
2806              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2807              Date: Sat, 14 Oct 2000 13:37:49 +0100
2808              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
2809      Branch: metaconfig/U/perl
2810            ! End.U
2811      Branch: perl
2812            ! Configure myconfig.SH pod/perldelta.pod
2813 ____________________________________________________________________________
2814 [  7229] By: jhi                                   on 2000/10/14  00:49:22
2815         Log: Update Changes.
2816      Branch: perl
2817            ! Changes patchlevel.h
2818 ____________________________________________________________________________
2819 [  7228] By: jhi                                   on 2000/10/14  00:46:10
2820         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
2821              From: Peter Prymmer <pvhp@forte.com>
2822              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
2823              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
2824      Branch: perl
2825            ! lib/utf8.pm
2826 ____________________________________________________________________________
2827 [  7227] By: jhi                                   on 2000/10/13  23:20:30
2828         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
2829      Branch: perl
2830            ! t/op/tie.t
2831 ____________________________________________________________________________
2832 [  7226] By: jhi                                   on 2000/10/13  22:14:32
2833         Log: Tweak #7225.
2834              
2835              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
2836              From: Peter Prymmer <pvhp@forte.com>
2837              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
2838              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
2839      Branch: perl
2840            ! t/op/sprintf.t
2841 ____________________________________________________________________________
2842 [  7225] By: jhi                                   on 2000/10/13  22:11:31
2843         Log: op/sprintf.t patch for OS/390 (and any other host with limited
2844              floating-point exponent length)
2845              
2846              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
2847              From: Dominic Dunlop <domo@computer.org>
2848              Date: Fri, 13 Oct 2000 19:17:57 +0200
2849              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
2850      Branch: perl
2851            ! t/op/sprintf.t
2852 ____________________________________________________________________________
2853 [  7224] By: jhi                                   on 2000/10/13  18:40:48
2854         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
2855      Branch: perl
2856            ! toke.c
2857 ____________________________________________________________________________
2858 [  7223] By: jhi                                   on 2000/10/13  18:37:13
2859         Log: Thinko in #7222.
2860      Branch: perl
2861            ! utf8.c
2862 ____________________________________________________________________________
2863 [  7222] By: jhi                                   on 2000/10/13  18:05:23
2864         Log: Use UTF8SKIP(), from Simon Cozens.
2865      Branch: perl
2866            ! utf8.c
2867 ____________________________________________________________________________
2868 [  7221] By: jhi                                   on 2000/10/13  15:43:19
2869         Log: (accidentally empty check-in)
2870      Branch: perl
2871            ! utf8.c
2872 ____________________________________________________________________________
2873 [  7220] By: jhi                                   on 2000/10/13  15:23:51
2874         Log: Add (optimistically) Storable to static extensions.
2875      Branch: perl
2876            ! hints/uwin.sh hints/vmesa.sh
2877 ____________________________________________________________________________
2878 [  7219] By: jhi                                   on 2000/10/13  15:20:05
2879         Log: Amdahl UTS doesn't seem to do dynaloading.
2880      Branch: perl
2881            ! hints/uts.sh
2882 ____________________________________________________________________________
2883 [  7218] By: jhi                                   on 2000/10/13  15:15:20
2884         Log: Slight tweak of the code to appease Amdahl UTS cc.
2885      Branch: perl
2886            ! pp.c
2887 ____________________________________________________________________________
2888 [  7217] By: jhi                                   on 2000/10/13  14:50:42
2889         Log: In Amdahl UTS "struct sv" is defined by a system header,
2890              <ksync.h>.
2891      Branch: perl
2892            ! perl.h sv.h
2893 ____________________________________________________________________________
2894 [  7216] By: jhi                                   on 2000/10/13  11:58:25
2895         Log: Ilya implemented the memory profiling API.
2896      Branch: perl
2897            ! Todo
2898 ____________________________________________________________________________
2899 [  7215] By: jhi                                   on 2000/10/13  02:56:38
2900         Log: Subject: [PATCH 5.7.0] Perl API for mstats
2901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2902              Date: Thu, 12 Oct 2000 22:52:40 -0400
2903              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
2904      Branch: perl
2905            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
2906 ____________________________________________________________________________
2907 [  7214] By: jhi                                   on 2000/10/13  02:55:38
2908         Log: Subject: [PATCH 5.7.0] IVs in mtats
2909              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2910              Date: Thu, 12 Oct 2000 22:51:04 -0400
2911              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
2912      Branch: perl
2913            ! malloc.c perl.h
2914 ____________________________________________________________________________
2915 [  7213] By: jhi                                   on 2000/10/13  02:31:47
2916         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
2917      Branch: perl
2918            ! pod/perldiag.pod pp_sys.c
2919 ____________________________________________________________________________
2920 [  7212] By: jhi                                   on 2000/10/13  01:27:38
2921         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
2922              From: Peter Prymmer <pvhp@forte.com>
2923              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
2924              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
2925      Branch: perl
2926            ! t/op/oct.t
2927 ____________________________________________________________________________
2928 [  7211] By: jhi                                   on 2000/10/13  00:35:09
2929         Log: Update Changes.
2930      Branch: perl
2931            ! Changes patchlevel.h
2932 ____________________________________________________________________________
2933 [  7210] By: jhi                                   on 2000/10/12  23:59:40
2934         Log: The Install.pm third of
2935              
2936              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
2937              From: Bill Campbell <bill@celestial.com>
2938              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
2939              Date: Thu, 5 Oct 2000 18:04:51 -0700
2940      Branch: perl
2941            ! lib/ExtUtils/Install.pm
2942 ____________________________________________________________________________
2943 [  7209] By: jhi                                   on 2000/10/12  23:58:43
2944         Log: Two thirds of
2945              
2946              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
2947              Date: Thu, 5 Oct 2000 18:04:51 -0700
2948              From: Bill Campbell <bill@celestial.com>
2949              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
2950              
2951              The Install.pm changes will be submitted separately because
2952              they need some work and discussion still.
2953      Branch: perl
2954            ! lib/getopts.pl lib/termcap.pl
2955 ____________________________________________________________________________
2956 [  7208] By: jhi                                   on 2000/10/12  23:41:19
2957         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
2958              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2959              Date:     Thu, 12 Oct 2000 07:30:02 EDT
2960              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
2961      Branch: perl
2962            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
2963            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
2964 ____________________________________________________________________________
2965 [  7207] By: jhi                                   on 2000/10/12  23:39:01
2966         Log: An updated EBCDIC tr patch.
2967              
2968              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
2969              From: Peter Prymmer <pvhp@forte.com>
2970              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
2971              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
2972      Branch: perl
2973            ! t/op/tr.t
2974 ____________________________________________________________________________
2975 [  7206] By: jhi                                   on 2000/10/12  23:34:55
2976         Log: Upgrade to CPAN 1.58, from Andreas König.
2977      Branch: perl
2978            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2979 ____________________________________________________________________________
2980 [  7205] By: jhi                                   on 2000/10/12  23:29:08
2981         Log: Introduce the man[24-8] variables, from Andy Dougherty.
2982      Branch: metaconfig/U/perl
2983            + mandirs.U mandirstyle.U
2984      Branch: perl
2985            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2986            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
2987            ! vos/config.h vos/config.pl vos/config_h.SH_orig
2988            ! win32/config.bc win32/config.gc win32/config.vc
2989 ____________________________________________________________________________
2990 [  7204] By: gsar                                  on 2000/10/12  18:11:24
2991         Log: restore change#7202
2992      Branch: perl
2993            ! mg.c
2994 ____________________________________________________________________________
2995 [  7203] By: gsar                                  on 2000/10/12  18:09:40
2996         Log: another test of the Emergency Broadcast System--back out 
2997              change#7202
2998      Branch: perl
2999            ! mg.c
3000 ____________________________________________________________________________
3001 [  7202] By: gsar                                  on 2000/10/12  16:40:47
3002         Log: (submitted on behalf of Jarkko)
3003              Fix the lib/encode.t subtest 6 failure as reported by Andreas
3004              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
3005              was unearthed by change 7182, as was a bug in HTML::Entities.
3006      Branch: perl
3007            ! mg.c
3008 ____________________________________________________________________________
3009 [  7201] By: jhi                                   on 2000/10/11  03:16:05
3010         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
3011      Branch: perl
3012            ! pp_hot.c t/pragma/utf8.t
3013 ____________________________________________________________________________
3014 [  7200] By: jhi                                   on 2000/10/11  00:40:30
3015         Log: The #7198 was a false alarm.
3016      Branch: perl
3017            ! pp_hot.c
3018 ____________________________________________________________________________
3019 [  7199] By: jhi                                   on 2000/10/11  00:26:04
3020         Log: Remove duplicated code.
3021      Branch: perl
3022            ! t/lib/cgi-html.t
3023 ____________________________________________________________________________
3024 [  7198] By: jhi                                   on 2000/10/10  23:30:46
3025         Log: (Retracted by #7200.)
3026      Branch: perl
3027            ! pp_hot.c
3028 ____________________________________________________________________________
3029 [  7197] By: jhi                                   on 2000/10/10  21:49:30
3030         Log: Add the test case for #7190, from the original bug report
3031              by Andreas König.
3032      Branch: perl
3033            ! t/pragma/utf8.t
3034 ____________________________________________________________________________
3035 [  7196] By: jhi                                   on 2000/10/10  21:40:49
3036         Log: Reapply Andy's patch and regen Configure.
3037      Branch: perl
3038            ! Configure INSTALL Makefile.SH Porting/Glossary
3039            ! Porting/config.sh config_h.SH epoc/config.sh installperl
3040            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
3041            ! win32/config.vc
3042 ____________________________________________________________________________
3043 [  7195] By: jhi                                   on 2000/10/10  21:09:30
3044         Log: Use the versiononly instead of the installscripts,
3045              retract the changes 7146 and 7147.
3046      Branch: perl
3047            ! Configure INSTALL Makefile.SH Porting/Glossary
3048            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
3049            ! installperl uconfig.sh vos/config.def win32/config.bc
3050            ! win32/config.gc win32/config.vc
3051 ____________________________________________________________________________
3052 [  7194] By: jhi                                   on 2000/10/10  21:06:15
3053         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
3054              From: Peter Prymmer <pvhp@forte.com>
3055              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
3056              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
3057      Branch: perl
3058            ! t/op/ver.t
3059 ____________________________________________________________________________
3060 [  7193] By: jhi                                   on 2000/10/10  21:05:12
3061         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
3062              From: Peter Prymmer <pvhp@forte.com>
3063              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
3064              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
3065      Branch: perl
3066            ! t/op/tr.t
3067 ____________________________________________________________________________
3068 [  7191] By: jhi                                   on 2000/10/10  19:41:21
3069         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
3070              From: Peter Prymmer <pvhp@forte.com>
3071              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
3072              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
3073      Branch: perl
3074            ! pod/perlebcdic.pod
3075 ____________________________________________________________________________
3076 [  7190] By: jhi                                   on 2000/10/10  19:26:14
3077         Log: Subject: Re: utf8 concat, mg_get
3078              From: Simon Cozens <simon@cozens.net>
3079              Date: Tue, 10 Oct 2000 17:40:17 +0100
3080              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
3081      Branch: perl
3082            ! pp_hot.c
3083 ____________________________________________________________________________
3084 [  7189] By: jhi                                   on 2000/10/10  19:23:03
3085         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
3086              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
3087              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
3088              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
3089      Branch: perl
3090            ! lib/ExtUtils/MM_Unix.pm
3091 ____________________________________________________________________________
3092 [  7188] By: jhi                                   on 2000/10/10  15:31:24
3093         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
3094              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
3095              Date: Fri, 14 Jul 2000 10:47:36 +0100
3096              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
3097      Branch: perl
3098            ! README.win32
3099 ____________________________________________________________________________
3100 [  7187] By: jhi                                   on 2000/10/10  13:30:10
3101         Log: Quote the temp file name, needed in Win32 because the
3102              default name unfortunately contains spaces, shouldn't
3103              hurt elsewhere.
3104              
3105              Subject: FW: perldoc fails if $TEMP contains spaces
3106              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
3107              Date: Thu, 14 Sep 2000 08:58:45 +0100
3108              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
3109      Branch: perl
3110            ! utils/perldoc.PL
3111 ____________________________________________________________________________
3112 [  7186] By: jhi                                   on 2000/10/10  13:16:27
3113         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
3114              From: hv@hugo.hybyte.com
3115              Date: Tue, 10 Oct 2000 14:10:20 +0100
3116              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
3117      Branch: perl
3118            ! t/lib/thr5005.t util.c
3119 ____________________________________________________________________________
3120 [  7185] By: jhi                                   on 2000/10/10  12:06:22
3121         Log: Upgrade to podlators 1.04, from Russ Allbery.
3122      Branch: perl
3123            ! lib/Pod/Man.pm lib/Pod/Text.pm
3124 ____________________________________________________________________________
3125 [  7184] By: jhi                                   on 2000/10/10  12:01:32
3126         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
3127      Branch: perl
3128            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
3129 ____________________________________________________________________________
3130 [  7183] By: jhi                                   on 2000/10/09  23:47:15
3131         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
3132              From: Peter Prymmer <pvhp@forte.com>
3133              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
3134              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
3135      Branch: perl
3136            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
3137 ____________________________________________________________________________
3138 [  7182] By: jhi                                   on 2000/10/09  23:43:16
3139         Log: Make eq work again with utf8 (disabling the upgrading
3140              should no more be necessary since the copies of the
3141              scalars are upgraded, not the scalars themselves).
3142              Takes care of ID 20001009.001.  (The claimed length()
3143              bug in 20001009.001 seems bogus to me.)
3144      Branch: perl
3145            ! sv.c t/pragma/utf8.t
3146 ____________________________________________________________________________
3147 [  7181] By: gsar                                  on 2000/10/09  19:41:54
3148         Log: tweak for change#7173
3149      Branch: perl
3150            ! win32/win32sck.c
3151 ____________________________________________________________________________
3152 [  7180] By: gsar                                  on 2000/10/09  19:26:56
3153         Log: on Windows, clean targets might not work under some flavors of the shell
3154      Branch: perl
3155            ! win32/Makefile win32/makefile.mk
3156 ____________________________________________________________________________
3157 [  7179] By: jhi                                   on 2000/10/09  19:21:02
3158         Log: Update Changes.
3159      Branch: perl
3160            ! Changes patchlevel.h
3161 ____________________________________________________________________________
3162 [  7178] By: jhi                                   on 2000/10/09  19:18:23
3163         Log: Warn about unknown scripts.
3164              
3165              Subject: Re: ideas? patches? [PATCH bleadperl]
3166              From: Dominic Dunlop <domo@computer.org>
3167              Date: Mon, 9 Oct 2000 14:57:17 +0200
3168              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
3169      Branch: perl
3170            ! lib/charnames.pm
3171 ____________________________________________________________________________
3172 [  7177] By: jhi                                   on 2000/10/09  19:13:27
3173         Log: Change #7160 had a nasty typo.
3174      Branch: metaconfig
3175            ! U/compline/Compile.U
3176      Branch: perl
3177            ! Configure config_h.SH
3178 ____________________________________________________________________________
3179 [  7176] By: gsar                                  on 2000/10/09  18:59:33
3180         Log: pod nit
3181      Branch: perl
3182            ! pod/perlport.pod
3183 ____________________________________________________________________________
3184 [  7175] By: gsar                                  on 2000/10/09  18:54:28
3185         Log: Windows9x doesn't support link(), despite what Config.pm
3186              might think
3187      Branch: perl
3188            ! lib/ExtUtils/Manifest.pm
3189 ____________________________________________________________________________
3190 [  7174] By: gsar                                  on 2000/10/09  18:50:03
3191         Log: avoid nonportable example code
3192      Branch: perl
3193            ! lib/File/Copy.pm
3194 ____________________________________________________________________________
3195 [  7173] By: gsar                                  on 2000/10/09  18:46:54
3196         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
3197              being used) when closing a socket handle
3198      Branch: perl
3199            ! win32/win32.c win32/win32.h win32/win32sck.c
3200 ____________________________________________________________________________
3201 [  7172] By: gsar                                  on 2000/10/09  18:41:40
3202         Log: on Windows, cwd strings in the environment should be of the
3203              form =X:=X:\foo instead of =X=X:\foo\
3204      Branch: perl
3205            ! win32/vdir.h
3206 ____________________________________________________________________________
3207 [  7171] By: gsar                                  on 2000/10/09  18:30:09
3208         Log: on Windows, LoadLibrary() could load an extension DLL multiple
3209              times if forward slashes are used in the path
3210      Branch: perl
3211            ! win32/win32.c
3212 ____________________________________________________________________________
3213 [  7170] By: jhi                                   on 2000/10/09  17:53:59
3214         Log: Add a todo note about overloadable assertions.
3215      Branch: perl
3216            ! Todo-5.6
3217 ____________________________________________________________________________
3218 [  7169] By: jhi                                   on 2000/10/09  13:43:45
3219         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
3220              From: mjd@plover.com
3221              Date: 9 Oct 2000 00:24:44 -0000
3222              Message-ID: <20001009002444.10616.qmail@plover.com>
3223      Branch: perl
3224            ! pod/perldebguts.pod
3225 ____________________________________________________________________________
3226 [  7168] By: nick                                  on 2000/10/08  13:16:33
3227         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
3228              is not right thing to do on (e.g. x86). Network order is also "right" for
3229              X fonts.
3230      Branch: perl
3231            ! ext/Encode/Encode.pm
3232 ____________________________________________________________________________
3233 [  7167] By: nick                                  on 2000/10/08  12:54:42
3234         Log: Make "encodings" work post-install when Encode/*.enc files may not
3235              be in same directory as Encode.pm
3236      Branch: perl
3237            ! ext/Encode/Encode.pm
3238 ____________________________________________________________________________
3239 [  7166] By: nick                                  on 2000/10/08  11:51:26
3240         Log: Work round the fact that $hash->{$key} does not take into account
3241              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
3242              so that key is always in the "expected" encoding - i.e. same way we put
3243              it in the hash.
3244      Branch: perl
3245            ! ext/Encode/Encode.pm
3246 ____________________________________________________________________________
3247 [  7165] By: gsar                                  on 2000/10/08  04:15:29
3248         Log: save_re_context() could reset PL_curcop to freed memory, causing core
3249              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
3250      Branch: perl
3251            ! pp_ctl.c
3252 ____________________________________________________________________________
3253 [  7164] By: jhi                                   on 2000/10/06  20:51:48
3254         Log: UTF8ize split() so that the cloned substrings get the UTF8
3255              flag of the original scalar.  Problem reported by Simon Cozens.
3256      Branch: perl
3257            ! pp.c t/pragma/utf8.t
3258 ____________________________________________________________________________
3259 [  7163] By: nick                                  on 2000/10/06  20:48:34
3260         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
3261              got a false +ve and so did not reach code which would have un-FAKEd the SV.
3262      Branch: perl
3263            ! sv.c
3264 ____________________________________________________________________________
3265 [  7162] By: nick                                  on 2000/10/06  20:25:37
3266         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
3267              To fix  (sort {$a <=> $b} keys %hash) in particular but
3268              should cover a number of other as-yet-unknown cases as well.
3269      Branch: perl
3270            ! sv.c
3271 ____________________________________________________________________________
3272 [  7161] By: jhi                                   on 2000/10/06  19:56:18
3273         Log: Change the version number of Tie::Handle in the core to 4.0,
3274              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
3275              
3276              Subject: Note on Tie::Handle
3277              From: andreas.koenig@anima.de (Andreas J. Koenig)
3278              Date:      06 Oct 2000 21:48:58 +0200
3279              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
3280      Branch: perl
3281            ! lib/Tie/Handle.pm
3282 ____________________________________________________________________________
3283 [  7160] By: jhi                                   on 2000/10/06  18:20:35
3284         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
3285              as the first option of cc/ld because of ultrapicky compilers
3286              (e.g. OS/390 R2.5)
3287      Branch: metaconfig
3288            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
3289            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
3290            ! U/compline/orderlib.U U/modified/Cppsym.U
3291            ! U/modified/d_access.U
3292      Branch: metaconfig/U/perl
3293            ! Checkcc.U d_dlsymun.U gccvers.U
3294      Branch: perl
3295            ! Configure config_h.SH
3296 ____________________________________________________________________________
3297 [  7159] By: jhi                                   on 2000/10/06  13:56:39
3298         Log: Update Changes.
3299      Branch: perl
3300            ! Changes patchlevel.h
3301 ____________________________________________________________________________
3302 [  7158] By: jhi                                   on 2000/10/06  12:48:40
3303         Log: Eliminate $Is_VMS code from the test.
3304              
3305              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
3306              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3307              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
3308              Date:     Thu, 5 Oct 2000 07:46:33 EDT
3309      Branch: perl
3310            ! t/lib/b.t
3311 ____________________________________________________________________________
3312 [  7157] By: jhi                                   on 2000/10/06  12:47:13
3313         Log: Also the $ccflags is needed for the C compiler check.
3314              
3315              Subject: Configure (check for C-compiler)
3316              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3317              Date: Fri, 06 Oct 2000 08:47:15 +0200
3318              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
3319      Branch: metaconfig/U/perl
3320            ! Checkcc.U
3321      Branch: perl
3322            ! Configure config_h.SH
3323 ____________________________________________________________________________
3324 [  7156] By: jhi                                   on 2000/10/06  11:45:15
3325         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
3326      Branch: perl
3327            ! perl.c pp_ctl.c sv.h utf8.c
3328 ____________________________________________________________________________
3329 [  7155] By: jhi                                   on 2000/10/06  11:40:41
3330         Log: IO::Handle->syswrite() did not handle length omission
3331              like CORE::syswrite() does.
3332              
3333              Subject: [Fwd] IO::Handle, syswrite and arguments
3334              From: Graham Barr <gbarr@pobox.com>
3335              Date: Fri, 6 Oct 2000 10:22:05 +0100
3336              Message-ID: <20001006102205.U6312@pobox.com>
3337              
3338              The original patch from andrew@ugh.net.au.
3339      Branch: perl
3340            ! ext/IO/lib/IO/Handle.pm
3341 ____________________________________________________________________________
3342 [  7154] By: jhi                                   on 2000/10/06  01:42:15
3343         Log: Tweak #7153.
3344      Branch: perl
3345            ! utf8.h
3346 ____________________________________________________________________________
3347 [  7153] By: jhi                                   on 2000/10/06  00:39:55
3348         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
3349      Branch: perl
3350            ! utf8.h
3351 ____________________________________________________________________________
3352 [  7152] By: jhi                                   on 2000/10/06  00:38:11
3353         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
3354      Branch: perl
3355            ! perl.c pp_ctl.c sv.h utf8.c
3356 ____________________________________________________________________________
3357 [  7151] By: jhi                                   on 2000/10/06  00:36:38
3358         Log: Subject: Re: Questions about Tie::Array and perl modules
3359              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3360              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
3361              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
3362              
3363              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
3364      Branch: perl
3365            ! lib/Tie/Array.pm t/op/array.t
3366 ____________________________________________________________________________
3367 [  7150] By: jhi                                   on 2000/10/05  00:20:45
3368         Log: Regen Changes.
3369      Branch: perl
3370            ! Changes patchlevel.h
3371 ____________________________________________________________________________
3372 [  7149] By: jhi                                   on 2000/10/05  00:20:01
3373         Log: Regen toc.
3374      Branch: perl
3375            ! pod/perltoc.pod
3376 ____________________________________________________________________________
3377 [  7148] By: jhi                                   on 2000/10/04  23:35:08
3378         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
3379              reported several times by Dominic Dunlop, for example in
3380              ID 20000315.008.  Patch from Dominic.  Patch affects at
3381              least MachTen, and possibly other oldish BSDs. Should not
3382              break non-broken platforms (tested on LinuxPPC). 
3383      Branch: perl
3384            ! doio.c
3385 ____________________________________________________________________________
3386 [  7146] By: jhi                                   on 2000/10/04  23:25:04
3387         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
3388              suggested by H. Merijn Brand.
3389      Branch: perl
3390            ! Configure INSTALL Makefile.SH Porting/Glossary
3391            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
3392            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
3393            ! win32/config.vc
3394 ____________________________________________________________________________
3395 [  7145] By: jhi                                   on 2000/10/04  22:08:21
3396         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
3397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3398              Date: Wed, 4 Oct 2000 17:37:46 -0400
3399              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
3400      Branch: perl
3401            ! utils/h2xs.PL
3402 ____________________________________________________________________________
3403 [  7144] By: jhi                                   on 2000/10/04  18:11:41
3404         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
3405              From: Jeff Pinyan <jeffp@crusoe.net>
3406              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
3407              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
3408      Branch: perl
3409            ! pod/perlrun.pod
3410 ____________________________________________________________________________
3411 [  7143] By: jhi                                   on 2000/10/04  18:09:58
3412         Log: Subject: perlhack.pod Patch for Externals Tools
3413              From: Fisher Mark <fisherm@tce.com>
3414              Date: Tue, 3 Oct 2000 15:43:27 -0500 
3415              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
3416      Branch: perl
3417            ! pod/perlhack.pod
3418 ____________________________________________________________________________
3419 [  7142] By: jhi                                   on 2000/10/04  18:08:41
3420         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
3421              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3422              Date:     Wed, 4 Oct 2000 12:11:11 EDT
3423              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
3424      Branch: perl
3425            ! vms/vms.c
3426 ____________________________________________________________________________
3427 [  7141] By: jhi                                   on 2000/10/04  12:20:16
3428         Log: Subject: [PATCH 5.7.0] h2xs not working
3429              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3430              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
3431              Date: Tue, 3 Oct 2000 21:43:01 -0400
3432              
3433              Subject: [PATCH 5.7.0] h2xs not documenting the created module
3434              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3435              Date: Tue, 3 Oct 2000 22:55:19 -0400
3436              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
3437      Branch: perl
3438            ! utils/h2xs.PL
3439 ____________________________________________________________________________
3440 [  7140] By: jhi                                   on 2000/10/04  11:53:44
3441         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
3442              From: nick@babyhippo.com
3443              Date: Wed, 4 Oct 2000 12:06:45 +0100
3444              Message-Id: <20001004120645.A7356@babyhippo.com>
3445              
3446              Retract 7118 and 7135.
3447      Branch: perl
3448            ! installman installperl op.c t/pragma/subs.t
3449 ____________________________________________________________________________
3450 [  7139] By: jhi                                   on 2000/10/03  22:09:41
3451         Log: It is possible to have no hosts database at all.  Pointed out in
3452              
3453              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
3454              From: Peter Prymmer <pvhp@forte.com>
3455              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
3456              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
3457      Branch: metaconfig
3458            ! U/modified/myhostname.U
3459      Branch: perl
3460            ! Configure config_h.SH
3461 ____________________________________________________________________________
3462 [  7138] By: jhi                                   on 2000/10/03  21:49:49
3463         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
3464              From: Peter Prymmer <pvhp@forte.com>
3465              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
3466              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
3467      Branch: perl
3468            ! pp_sys.c
3469 ____________________________________________________________________________
3470 [  7137] By: jhi                                   on 2000/10/03  20:10:05
3471         Log: One remaining nit less at the VMS mailbox sizing.
3472      Branch: perl
3473            ! vms/vms.c
3474 ____________________________________________________________________________
3475 [  7136] By: jhi                                   on 2000/10/03  20:08:47
3476         Log: Test harness update to sync with the new perlcc,
3477              from Simon Cozens.
3478      Branch: perl
3479            ! t/TEST t/UTEST
3480 ____________________________________________________________________________
3481 [  7135] By: jhi                                   on 2000/10/03  15:15:42
3482         Log: Subject: Re: PATCH for 20001003.004
3483              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
3484              From: "AARON B. DOSSETT" <aaron@iglou.com>
3485              Message-Id: <E13gTay-0006od-00@iglou.com>
3486      Branch: perl
3487            ! installman installperl
3488 ____________________________________________________________________________
3489 [  7134] By: jhi                                   on 2000/10/03  15:00:34
3490         Log: Subject: [ID 20001003.006] B::Debug not -w clean
3491              From: Nicholas Clark <nick@babyhippo.co.uk>
3492              Date: Tue, 03 Oct 2000 15:46:32 +0100
3493              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
3494      Branch: perl
3495            ! ext/B/B/Debug.pm
3496 ____________________________________________________________________________
3497 [  7133] By: jhi                                   on 2000/10/03  14:58:39
3498         Log: Scale down the VMS message boxes, by Charles Lane.
3499              Fix for ID 20000903.009, workaround at
3500              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
3501      Branch: perl
3502            ! vms/vms.c
3503 ____________________________________________________________________________
3504 [  7132] By: jhi                                   on 2000/10/03  11:20:37
3505         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
3506      Branch: perl
3507            + t/lib/st-lock.t t/lib/st-utf8.t
3508            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
3509            ! ext/Storable/Storable.xs t/lib/st-recurse.t
3510 ____________________________________________________________________________
3511 [  7131] By: jhi                                   on 2000/10/03  03:38:23
3512         Log: Encode nits.
3513      Branch: perl
3514            ! MANIFEST Makefile.SH
3515 ____________________________________________________________________________
3516 [  7130] By: jhi                                   on 2000/10/03  03:31:05
3517         Log: Update Changes.
3518      Branch: perl
3519            ! Changes patchlevel.h
3520 ____________________________________________________________________________
3521 [  7129] By: jhi                                   on 2000/10/03  02:24:02
3522         Log: Misplaced else.
3523      Branch: metaconfig/U/perl
3524            ! d_strtoll.U
3525      Branch: perl
3526            ! Configure config_h.SH
3527 ____________________________________________________________________________
3528 [  7128] By: jhi                                   on 2000/10/03  02:08:29
3529         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
3530              From: sthoenna@efn.org
3531              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
3532              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
3533      Branch: metaconfig/U/perl
3534            ! d_strtoll.U
3535      Branch: perl
3536            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
3537 ____________________________________________________________________________
3538 [  7127] By: jhi                                   on 2000/10/03  01:13:14
3539         Log: Update Changes.
3540      Branch: perl
3541            ! Changes patchlevel.h
3542 ____________________________________________________________________________
3543 [  7126] By: jhi                                   on 2000/10/03  00:57:08
3544         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
3545              as suggested by Olaf Flebbe and Nick Clark.
3546      Branch: perl
3547            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
3548 ____________________________________________________________________________
3549 [  7125] By: jhi                                   on 2000/10/03  00:50:56
3550         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
3551              From: Nick Clark <nick@plum.flirble.org>
3552              Date: Mon, 2 Oct 2000 11:03:24 +0100
3553              Message-Id: <20001002110324.D20073@plum.flirble.org>
3554              
3555              Also fixes bug ID 20001002.005.
3556      Branch: perl
3557            ! t/lib/encode.t
3558 ____________________________________________________________________________
3559 [  7124] By: jhi                                   on 2000/10/03  00:34:59
3560         Log: Subject: [PATCH 5.7.0] Epoc update
3561              From: Olaf Flebbe <o.flebbe@gmx.de>
3562              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
3563              Message-ID: <26423.969484586@www10.gmx.net>
3564      Branch: perl
3565            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
3566            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
3567            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
3568            ! util.c util.h
3569 ____________________________________________________________________________
3570 [  7123] By: jhi                                   on 2000/10/03  00:30:07
3571         Log: Regen headers.
3572      Branch: perl
3573            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
3574 ____________________________________________________________________________
3575 [  7122] By: jhi                                   on 2000/10/03  00:10:48
3576         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
3577      Branch: perl
3578            ! hints/openbsd.sh
3579 ____________________________________________________________________________
3580 [  7121] By: jhi                                   on 2000/10/03  00:05:06
3581         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
3582              From: <abigail@foad.org>
3583              Date: Tue, 26 Sep 2000 13:36:14 -0400
3584              Message-ID: <20000926173614.4356.qmail@foad.org>
3585      Branch: perl
3586            ! pod/perlop.pod
3587 ____________________________________________________________________________
3588 [  7120] By: jhi                                   on 2000/10/03  00:04:00
3589         Log: Inside require() $^S was always left undefined.
3590              
3591              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
3592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3593              Date: Wed, 27 Sep 2000 18:54:49 -0400
3594              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
3595      Branch: perl
3596            ! cop.h mg.c pp_ctl.c util.c
3597 ____________________________________________________________________________
3598 [  7119] By: jhi                                   on 2000/10/03  00:00:16
3599         Log: Subject: [PATCH] DLL not restartabke with threaded perl
3600              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
3601              Date: Thu, 28 Sep 2000 09:20:46 +0100
3602              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
3603      Branch: perl
3604            ! perl.c
3605 ____________________________________________________________________________
3606 [  7118] By: jhi                                   on 2000/10/02  23:59:20
3607         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
3608              From: Nicholas Clark <nick@ccl4.org>
3609              Date: Thu, 28 Sep 2000 11:52:24 +0100
3610              Message-ID: <20000928115224.D7924@plum.flirble.org>
3611      Branch: perl
3612            ! op.c
3613 ____________________________________________________________________________
3614 [  7117] By: jhi                                   on 2000/10/02  23:57:51
3615         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
3616              From: Nicholas Clark <nick@babyhippo.co.uk>
3617              Date: Thu, 28 Sep 2000 12:18:10 +0100
3618              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
3619              
3620              Did not apply cleanly, manual intervention was needed.
3621      Branch: perl
3622            ! ext/B/B/Bytecode.pm utils/perlcc.PL
3623 ____________________________________________________________________________
3624 [  7116] By: jhi                                   on 2000/10/02  23:50:40
3625         Log: Document the issue (is not a syntax error, kind of)
3626              
3627              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
3628              From: Nicholas Clark <nick@ccl4.org>
3629              Date: Thu, 28 Sep 2000 17:12:42 +0100
3630              Message-ID: <20000928171242.K7924@plum.flirble.org>
3631      Branch: perl
3632            ! pod/perldata.pod
3633 ____________________________________________________________________________
3634 [  7115] By: jhi                                   on 2000/10/02  23:48:58
3635         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
3636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3637              Date: Thu, 28 Sep 2000 21:55:31 -0400
3638              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
3639      Branch: perl
3640            ! regexec.c
3641 ____________________________________________________________________________
3642 [  7114] By: jhi                                   on 2000/10/02  23:47:57
3643         Log: Subject: DOC PATCH 5.6.0
3644              From: mjd@plover.com
3645              Date: 30 Sep 2000 06:02:34 -0000
3646              Message-ID: <20000930060234.4559.qmail@plover.com>
3647      Branch: perl
3648            ! pod/perldebguts.pod
3649 ____________________________________________________________________________
3650 [  7113] By: jhi                                   on 2000/10/02  23:46:43
3651         Log: SOCK_DGRAM and listen() do not mix as reported in
3652              
3653              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
3654              From: Petter Reinholdtsen <pere@hungry.com>
3655              Date: Sun, 1 Oct 2000 10:57:20 +0800
3656              Message-Id: <200010010257.KAA05735@localhost.localdomain>
3657              
3658              The patch for 5.7.0+ had to be reengineered, though.
3659      Branch: perl
3660            ! ext/IO/lib/IO/Socket/UNIX.pm
3661 ____________________________________________________________________________
3662 [  7112] By: jhi                                   on 2000/10/02  23:36:57
3663         Log: Subject: Re: [PATCH 5.005_64 missed]
3664              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3665              Date: Sun, 1 Oct 2000 18:50:10 -0400
3666              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
3667      Branch: perl
3668            ! pod/perlxs.pod
3669 ____________________________________________________________________________
3670 [  7111] By: jhi                                   on 2000/10/02  23:35:40
3671         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
3672              From: Radu Greab <radu@netsoft.ro>
3673              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
3674              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
3675      Branch: perl
3676            ! op.c opcode.pl t/op/substr.t
3677 ____________________________________________________________________________
3678 [  7110] By: jhi                                   on 2000/10/02  23:32:38
3679         Log: Subject: [PATCH] Fix aliasing of tied filehandles
3680              From: Daniel Chetlin <daniel@chetlin.com>
3681              Date: Mon, 2 Oct 2000 14:53:27 -0700
3682              Message-ID: <20001002145327.C1617@ilmd>
3683      Branch: perl
3684            ! perl.h pp_hot.c t/op/tiehandle.t
3685 ____________________________________________________________________________
3686 [  7109] By: jhi                                   on 2000/10/02  23:31:30
3687         Log: s/Robin Parker/Robin Barker/
3688      Branch: perl
3689            ! Changes5.6
3690 ____________________________________________________________________________
3691 [  7108] By: jhi                                   on 2000/10/02  23:15:46
3692         Log: Retract #7091 as suggested in
3693              
3694              From: Robin Barker <rmb1@cise.npl.co.uk> 
3695              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
3696              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
3697              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
3698      Branch: perl
3699            ! embed.pl proto.h
3700 ____________________________________________________________________________
3701 [  7107] By: nick                                  on 2000/10/02  18:23:14
3702         Log: A few tweaks to get Tk803 to work with Encode scheme.
3703      Branch: perl
3704            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
3705 ____________________________________________________________________________
3706 [  7106] By: nick                                  on 2000/10/01  21:34:14
3707         Log: Add checking cases to Encode's toUnicode and fromUnicode.
3708      Branch: perl
3709            ! ext/Encode/Encode.pm
3710 ____________________________________________________________________________
3711 [  7105] By: nick                                  on 2000/10/01  17:18:01
3712         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
3713              To read and use them.
3714              Add a lib/encode.t which checks a few things.
3715      Branch: perl
3716            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
3717            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
3718            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
3719            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
3720            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
3721            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
3722            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
3723            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
3724            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
3725            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
3726            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
3727            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
3728            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
3729            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
3730            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
3731            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
3732            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
3733            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
3734            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
3735            + ext/Encode/Encode/iso2022-jp.enc
3736            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
3737            + ext/Encode/Encode/iso8859-1.enc
3738            + ext/Encode/Encode/iso8859-2.enc
3739            + ext/Encode/Encode/iso8859-3.enc
3740            + ext/Encode/Encode/iso8859-4.enc
3741            + ext/Encode/Encode/iso8859-5.enc
3742            + ext/Encode/Encode/iso8859-6.enc
3743            + ext/Encode/Encode/iso8859-7.enc
3744            + ext/Encode/Encode/iso8859-8.enc
3745            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
3746            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
3747            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
3748            + ext/Encode/Encode/macCentEuro.enc
3749            + ext/Encode/Encode/macCroatian.enc
3750            + ext/Encode/Encode/macCyrillic.enc
3751            + ext/Encode/Encode/macDingbats.enc
3752            + ext/Encode/Encode/macGreek.enc
3753            + ext/Encode/Encode/macIceland.enc
3754            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
3755            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
3756            + ext/Encode/Encode/macTurkish.enc
3757            + ext/Encode/Encode/macUkraine.enc
3758            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
3759            + t/lib/encode.t
3760            ! MANIFEST ext/Encode/Encode.pm
3761 ____________________________________________________________________________
3762 [  7104] By: nick                                  on 2000/09/30  13:04:30
3763         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
3764              From: Daniel Chetlin <daniel@chetlin.com>
3765              Date: Mon, 18 Sep 2000 05:05:40 -0700
3766              Message-Id: <20000918050540.C652@ilmd>
3767      Branch: perl
3768            ! lib/overload.pm sv.c t/pragma/overload.t
3769 ____________________________________________________________________________
3770 [  7103] By: nick                                  on 2000/09/30  12:53:36
3771         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
3772              From: Johan Vromans <jvromans@squirrel.nl>
3773              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
3774              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
3775      Branch: perl
3776            ! pod/Makefile.SH
3777 ____________________________________________________________________________
3778 [  7102] By: nick                                  on 2000/09/30  12:52:31
3779         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
3780              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3781              Date: Sat, 16 Sep 2000 16:36:45 -0400
3782              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
3783      Branch: perl
3784            ! ext/B/B/Deparse.pm
3785 ____________________________________________________________________________
3786 [  7101] By: nick                                  on 2000/09/30  12:51:41
3787         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
3788              From: Craig A. Berry <craig.berry@psinetcs.com>
3789              Date: Sat, 16 Sep 2000 10:11:10 -0500
3790              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
3791      Branch: perl
3792            ! vms/vms.c
3793 ____________________________________________________________________________
3794 [  7100] By: nick                                  on 2000/09/30  12:50:33
3795         Log: Subject: Re: unicode support and perl [ID 20000901.097]
3796              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3797              Date: Fri, 15 Sep 2000 16:37:58 -0400
3798              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
3799      Branch: perl
3800            ! t/op/append.t
3801 ____________________________________________________________________________
3802 [  7099] By: nick                                  on 2000/09/30  12:49:35
3803         Log: Subject: Re: unicode support and perl [ID 20000901.097]
3804              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3805              Date: Fri, 15 Sep 2000 16:25:30 -0400
3806              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
3807      Branch: perl
3808            ! pp_hot.c
3809 ____________________________________________________________________________
3810 [  7098] By: nick                                  on 2000/09/30  12:48:00
3811         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
3812              From: Gisle Aas <gisle@ActiveState.com>
3813              Date: 15 Sep 2000 16:23:41 +0200
3814              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
3815      Branch: perl
3816            ! toke.c
3817 ____________________________________________________________________________
3818 [  7097] By: nick                                  on 2000/09/30  12:45:16
3819         Log: Subject: [PATCH] Nits in perlmod.pod
3820              From: Daniel Chetlin <daniel@chetlin.com>
3821              Date: Fri, 15 Sep 2000 02:04:09 -0700
3822              Message-Id: <20000915020409.A2104@ilmd>
3823      Branch: perl
3824            ! pod/perlmod.pod
3825 ____________________________________________________________________________
3826 [  7096] By: nick                                  on 2000/09/30  12:18:00
3827         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
3828              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
3829              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
3830              0 to checking to get the warning.
3831      Branch: perl
3832            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
3833            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
3834            ! regexec.c sv.c toke.c utf8.c
3835 ____________________________________________________________________________
3836 [  7095] By: nick                                  on 2000/09/15  16:55:59
3837         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
3838              
3839              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
3840              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3841              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
3842              Date: Fri, 15 Sep 2000 06:37:30 -0400
3843      Branch: perl
3844            ! ext/Encode/Encode.xs sv.c
3845 ____________________________________________________________________________
3846 [  7094] By: jhi                                   on 2000/09/15  03:23:32
3847         Log: Update Changes.
3848      Branch: perl
3849            ! Changes patchlevel.h
3850 ____________________________________________________________________________
3851 [  7093] By: jhi                                   on 2000/09/15  03:11:44
3852         Log: Fix for the charnames.t failures from Spider Boardman.
3853      Branch: perl
3854            ! toke.c
3855 ____________________________________________________________________________
3856 [  7092] By: jhi                                   on 2000/09/15  00:15:48
3857         Log: Botched the #7090 check-in.
3858      Branch: perl
3859            ! sv.c
3860 ____________________________________________________________________________
3861 [  7091] By: jhi                                   on 2000/09/14  23:33:24
3862         Log: Part of #7081 didn't come through.
3863      Branch: perl
3864            ! embed.pl proto.h
3865 ____________________________________________________________________________
3866 [  7090] By: jhi                                   on 2000/09/14  23:17:39
3867         Log: Subject: Re: perl@7078 
3868              From: Spider Boardman <spider@web.zk3.dec.com>
3869              Date: Thu, 14 Sep 2000 19:06:36 -0400
3870              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
3871      Branch: perl
3872            ! sv.c toke.c
3873 ____________________________________________________________________________
3874 [  7089] By: jhi                                   on 2000/09/14  23:11:21
3875         Log: Small portability tweaks.
3876      Branch: perl
3877            ! ext/Encode/Encode.xs
3878 ____________________________________________________________________________
3879 [  7088] By: jhi                                   on 2000/09/14  22:57:23
3880         Log: Fake return to pacify picky compilers.
3881      Branch: perl
3882            ! ext/Encode/Encode.xs
3883 ____________________________________________________________________________
3884 [  7087] By: jhi                                   on 2000/09/14  22:53:37
3885         Log: Subject: [PATCH] utf8.c apidoc
3886              From: Simon Cozens <simon@cozens.net>
3887              Date: Thu, 14 Sep 2000 23:46:57 +0100
3888              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
3889      Branch: perl
3890            ! perlapi.c pod/perlapi.pod utf8.c
3891 ____________________________________________________________________________
3892 [  7086] By: jhi                                   on 2000/09/14  22:40:38
3893         Log: We don't need to count the high bit bytes, a boolean is enough. 
3894      Branch: perl
3895            ! sv.c
3896 ____________________________________________________________________________
3897 [  7085] By: jhi                                   on 2000/09/14  21:20:09
3898         Log: Replace #7084 with
3899              
3900              Subject: Re: perl@7078 
3901              From: Spider Boardman <spider@web.zk3.dec.com>
3902              Date: Thu, 14 Sep 2000 17:09:36 -0400
3903              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
3904      Branch: perl
3905            ! sv.c utf8.c
3906 ____________________________________________________________________________
3907 [  7084] By: jhi                                   on 2000/09/14  20:03:34
3908         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
3909              convertable to bytes by checking it doesn't go above 0xc3
3910              
3911              Subject: Re: perl@7078
3912              From: Simon Cozens <simon@cozens.net>
3913              Date: Thu, 14 Sep 2000 20:59:19 +0100
3914              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
3915      Branch: perl
3916            ! utf8.c
3917 ____________________________________________________________________________
3918 [  7083] By: jhi                                   on 2000/09/14  19:38:47
3919         Log: Subject: Re: perl@7078
3920              From: Simon Cozens <simon@cozens.net>
3921              Date: Thu, 14 Sep 2000 20:13:09 +0100
3922              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
3923      Branch: perl
3924            ! t/op/bop.t
3925 ____________________________________________________________________________
3926 [  7082] By: jhi                                   on 2000/09/14  17:50:44
3927         Log: The one that got away.
3928      Branch: perl
3929            ! lib/File/Find.pm
3930 ____________________________________________________________________________
3931 [  7081] By: jhi                                   on 2000/09/14  17:45:35
3932         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
3933              From: Robin Barker <rmb1@cise.npl.co.uk>
3934              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
3935              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
3936      Branch: perl
3937            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
3938            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
3939            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
3940            ! regcomp.c toke.c universal.c
3941 ____________________________________________________________________________
3942 [  7080] By: jhi                                   on 2000/09/14  17:40:35
3943         Log: Problems picked up by AIX cc.
3944              
3945              Subject: Re: perl@7078 (patch included)
3946              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3947              Date: Thu, 14 Sep 2000 18:53:30 +0200
3948              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
3949      Branch: perl
3950            ! ext/Encode/Encode.xs
3951 ____________________________________________________________________________
3952 [  7079] By: jhi                                   on 2000/09/14  17:38:27
3953         Log: Subject: File::Find 5.7.0 POD nits
3954              From: Rich Morin <rdm@cfcl.com>
3955              Date: Wed, 13 Sep 2000 22:03:58 -0700
3956              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
3957      Branch: perl
3958            ! lib/File/Find.pm
3959 ____________________________________________________________________________
3960 [  7078] By: jhi                                   on 2000/09/14  14:58:20
3961         Log: Update Changes.
3962      Branch: perl
3963            ! Changes patchlevel.h
3964 ____________________________________________________________________________
3965 [  7077] By: jhi                                   on 2000/09/14  14:55:54
3966         Log: Compilation warnings and an error.
3967      Branch: perl
3968            ! sv.c
3969 ____________________________________________________________________________
3970 [  7076] By: jhi                                   on 2000/09/14  14:42:56
3971         Log: Fix for a parsing bug, not for the original bug.
3972              
3973              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
3974              From: Spider Boardman <spider@web.zk3.dec.com>
3975              Date: Wed, 13 Sep 2000 17:52:20 -0400
3976              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
3977      Branch: perl
3978            ! regcomp.c
3979 ____________________________________________________________________________
3980 [  7075] By: jhi                                   on 2000/09/14  14:40:40
3981         Log: Batch of UTF-8 patches from Simon Cozens.
3982      Branch: perl
3983            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
3984            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
3985            ! toke.c utf8.c
3986 ____________________________________________________________________________
3987 [  7074] By: jhi                                   on 2000/09/14  14:29:58
3988         Log: Subject: Re: Two advertising clauses need to be removed
3989              From: Russ Allbery <rra@stanford.edu>
3990              Date: 13 Sep 2000 18:50:26 -0700
3991              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
3992      Branch: perl
3993            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
3994 ____________________________________________________________________________
3995 [  7073] By: jhi                                   on 2000/09/14  14:28:20
3996         Log: Subject: [PATCH] de-wall t/README
3997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3998              Date: Wed, 13 Sep 2000 17:46:55 -0700
3999              Message-ID: <//Bw5gzkge/e092yn@efn.org>
4000      Branch: perl
4001            ! t/README
4002 ____________________________________________________________________________
4003 [  7072] By: jhi                                   on 2000/09/14  14:25:10
4004         Log: Hints optimization.
4005              
4006              Subject: Minor nit
4007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4008              Date: Wed, 13 Sep 2000 21:42:07 +0200
4009              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
4010      Branch: perl
4011            ! hints/hpux.sh
4012 ____________________________________________________________________________
4013 [  7071] By: jhi                                   on 2000/09/14  14:23:30
4014         Log: Allow chop() and chomp() to be overridden.
4015              
4016              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
4017              From: "Casey R. Tweten" <crt@kiski.net>
4018              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
4019              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
4020      Branch: perl
4021            ! toke.c
4022 ____________________________________________________________________________
4023 [  7070] By: jhi                                   on 2000/09/14  14:20:36
4024         Log: The return value of setlocale must be copied away.
4025              
4026              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
4027              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4028              Date: Wed, 13 Sep 2000 16:27:37 +0100 
4029              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
4030      Branch: perl
4031            ! util.c
4032 ____________________________________________________________________________
4033 [  7069] By: jhi                                   on 2000/09/14  14:16:27
4034         Log: Remove vestiges of tr//CU.
4035              
4036              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
4037              From: Nick Clark <nick@plum.flirble.org>
4038              Date: Tue, 12 Sep 2000 22:50:14 +0100
4039              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
4040              
4041              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
4042              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4043              Date: Tue, 12 Sep 2000 21:38:48 -0700
4044              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
4045      Branch: perl
4046            ! op.h pod/perlunicode.pod
4047 ____________________________________________________________________________
4048 [  7068] By: jhi                                   on 2000/09/13  14:18:39
4049         Log: Add the Encode extension.  The code is still largely just skeleton.
4050      Branch: perl
4051            + ext/Encode/Encode.pm ext/Encode/Encode.xs
4052            + ext/Encode/Makefile.PL ext/Encode/Todo
4053            ! MANIFEST Todo-5.6
4054 ____________________________________________________________________________
4055 [  7067] By: jhi                                   on 2000/09/12  17:43:33
4056         Log: Allow for whitespace between "#" and "line" in cpp output.
4057              
4058              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
4059              From: Calle Dybedahl <calle@lysator.liu.se>
4060              Date: 12 Sep 2000 19:38:02 +0200 
4061              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
4062      Branch: perl
4063            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
4064 ____________________________________________________________________________
4065 [  7066] By: gsar                                  on 2000/09/12  17:24:29
4066         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
4067              initialization in all the threads on Windows
4068      Branch: perl
4069            ! win32/win32.c
4070 ____________________________________________________________________________
4071 [  7065] By: jhi                                   on 2000/09/12  15:11:31
4072         Log: Update Changes.
4073      Branch: perl
4074            ! Changes patchlevel.h
4075 ____________________________________________________________________________
4076 [  7064] By: jhi                                   on 2000/09/12  14:54:54
4077         Log: Retract #7062, the pod tests are not ready.
4078      Branch: perl
4079            ! t/TEST t/harness
4080 ____________________________________________________________________________
4081 [  7063] By: jhi                                   on 2000/09/12  14:25:41
4082         Log: The #7054 truncated Configure badly.
4083      Branch: metaconfig/U/perl
4084            ! End.U
4085      Branch: perl
4086            ! Configure config_h.SH
4087 ____________________________________________________________________________
4088 [  7062] By: jhi                                   on 2000/09/12  14:08:32
4089         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
4090              From: sthoenna@efn.org
4091              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
4092              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
4093      Branch: perl
4094            ! t/TEST t/harness
4095 ____________________________________________________________________________
4096 [  7061] By: jhi                                   on 2000/09/12  14:07:18
4097         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
4098              From: sthoenna@efn.org
4099              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
4100              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
4101      Branch: perl
4102            ! pod/perlxs.pod
4103 ____________________________________________________________________________
4104 [  7060] By: jhi                                   on 2000/09/12  14:06:08
4105         Log: Break up the myconfig lines a bit.
4106              
4107              Subject: perlbug/perl -V output format
4108              From: sthoenna@efn.org
4109              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
4110              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
4111      Branch: perl
4112            ! myconfig.SH
4113 ____________________________________________________________________________
4114 [  7059] By: jhi                                   on 2000/09/12  14:05:04
4115         Log: Test for the #7049.
4116              
4117              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
4118              From: andreas.koenig@anima.de (Andreas J. Koenig)
4119              Date: 12 Sep 2000 06:42:01 +0200
4120              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
4121      Branch: perl
4122            ! t/op/my.t
4123 ____________________________________________________________________________
4124 [  7058] By: jhi                                   on 2000/09/12  14:03:05
4125         Log: Subject: [patch: perl@7045] vms updates
4126              From: Peter Prymmer <pvhp@forte.com>
4127              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
4128              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
4129      Branch: perl
4130            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
4131 ____________________________________________________________________________
4132 [  7057] By: jhi                                   on 2000/09/12  14:00:51
4133         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
4134              From: sthoenna@efn.org
4135              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
4136              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
4137      Branch: perl
4138            ! t/op/64bitint.t
4139 ____________________________________________________________________________
4140 [  7056] By: jhi                                   on 2000/09/12  13:58:14
4141         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
4142              From: Jeff Pinyan <jeffp@crusoe.net>
4143              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
4144              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
4145      Branch: perl
4146            ! pod/perlfunc.pod
4147 ____________________________________________________________________________
4148 [  7055] By: jhi                                   on 2000/09/12  13:56:32
4149         Log: Do in VMS as the #7054 does.
4150      Branch: perl
4151            ! configure.com
4152 ____________________________________________________________________________
4153 [  7054] By: jhi                                   on 2000/09/12  13:50:31
4154         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
4155              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4156              Date: Mon, 11 Sep 2000 08:33:09 +0100
4157              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
4158      Branch: metaconfig/U/perl
4159            ! End.U
4160      Branch: perl
4161            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
4162            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
4163 ____________________________________________________________________________
4164 [  7053] By: jhi                                   on 2000/09/12  13:29:19
4165         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
4166              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4167              Date:     Tue, 12 Sep 2000 08:35:59 EDT
4168              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
4169      Branch: perl
4170            ! vms/test.com
4171 ____________________________________________________________________________
4172 [  7052] By: jhi                                   on 2000/09/11  23:01:50
4173         Log: Document the SvUTF8*().
4174      Branch: perl
4175            ! pod/perlapi.pod sv.h
4176 ____________________________________________________________________________
4177 [  7051] By: gsar                                  on 2000/09/11  14:46:30
4178         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
4179              (missed a spot when fixing up op_pmreplroot hack for ithreads)
4180      Branch: perl
4181            ! op.c t/op/split.t
4182 ____________________________________________________________________________
4183 [  7050] By: nick                                  on 2000/09/11  10:03:51
4184         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
4185              
4186              Subject: borland C++ win32.c tweak
4187              From: Vadim Konovalov <vkonovalov@lucent.com>
4188              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
4189              Date: Mon, 11 Sep 2000 11:22:33 +0400
4190      Branch: perl
4191            ! win32/win32.c
4192 ____________________________________________________________________________
4193 [  7049] By: nick                                  on 2000/09/11  09:57:33
4194         Log: Point fix for s/// on foreach (keys %xxx).
4195      Branch: perl
4196            ! pp_hot.c
4197 ____________________________________________________________________________
4198 [  7048] By: jhi                                   on 2000/09/10  23:37:09
4199         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
4200              by Pod::Text, from Brad Appleton.
4201      Branch: perl
4202            ! t/pod/testp2pt.pl
4203 ____________________________________________________________________________
4204 [  7047] By: jhi                                   on 2000/09/10  14:32:53
4205         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
4206              by Russ Allbery.
4207      Branch: perl
4208            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
4209 ____________________________________________________________________________
4210 [  7046] By: jhi                                   on 2000/09/10  14:15:08
4211         Log: Upgrade to CPAN 1.57_65, from Andreas König.
4212      Branch: perl
4213            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4214 ____________________________________________________________________________
4215 [  7045] By: jhi                                   on 2000/09/08  21:36:32
4216         Log: Update Changes.
4217      Branch: perl
4218            ! Changes patchlevel.h
4219 ____________________________________________________________________________
4220 [  7044] By: jhi                                   on 2000/09/08  21:29:56
4221         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
4222              From: Peter Prymmer <pvhp@forte.com>
4223              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
4224              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
4225      Branch: perl
4226            ! configure.com
4227 ____________________________________________________________________________
4228 [  7043] By: jhi                                   on 2000/09/08  21:27:50
4229         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
4230              From: Peter Prymmer <pvhp@forte.com>
4231              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
4232              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
4233      Branch: perl
4234            ! Makefile.SH installperl
4235 ____________________________________________________________________________
4236 [  7042] By: jhi                                   on 2000/09/08  21:23:21
4237         Log: Continue #7041.
4238      Branch: perl
4239            ! cygwin/Makefile.SHs os2/Makefile.SHs
4240 ____________________________________________________________________________
4241 [  7041] By: jhi                                   on 2000/09/08  21:18:10
4242         Log: Do away with memory models cruft.  Sorry, PDP users.
4243      Branch: metaconfig
4244            ! U/modified/cc.U U/modified/libpth.U
4245      Branch: perl
4246            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4247            ! Porting/config_H cflags.SH config_h.SH configure.com
4248            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
4249            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
4250            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
4251 ____________________________________________________________________________
4252 [  7040] By: jhi                                   on 2000/09/08  14:34:18
4253         Log: Major rewrite of s2p.  And I mean really major, it is
4254              an implementation of sed in perl.  If called as s2p it
4255              will function as s2p.  Note: needs non-UNIXifying.
4256              
4257              Subject: s2p
4258              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4259              Date: Mon, 28 Aug 2000 14:05:12 +0200
4260              Message-ID: <39AA5578.2102E2AA@alcatel.at>
4261      Branch: perl
4262            ! x2p/s2p.PL
4263 ____________________________________________________________________________
4264 [  7039] By: jhi                                   on 2000/09/08  14:19:49
4265         Log: Re-allow vec() for characters > 255.
4266              
4267              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
4268              From: Spider Boardman <spider@web.zk3.dec.com>
4269              Date: Fri, 08 Sep 2000 02:21:02 -0400
4270              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
4271      Branch: perl
4272            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4273            ! t/op/vec.t
4274 ____________________________________________________________________________
4275 [  7038] By: jhi                                   on 2000/09/08  14:14:18
4276         Log: Subject: [PATCH lib/Benchmark.pm]
4277              From: <abigail@foad.org>
4278              Date: Thu, 7 Sep 2000 15:03:20 -0400
4279              Message-ID: <20000907190320.888.qmail@foad.org>
4280      Branch: perl
4281            ! lib/Benchmark.pm
4282 ____________________________________________________________________________
4283 [  7037] By: jhi                                   on 2000/09/08  14:11:06
4284         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
4285              
4286              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
4287              From: Spider Boardman <spider@web.zk3.dec.com>
4288              Date: Fri, 08 Sep 2000 01:30:27 -0400
4289              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
4290      Branch: perl
4291            ! op.c
4292 ____________________________________________________________________________
4293 [  7036] By: jhi                                   on 2000/09/08  14:08:58
4294         Log: Subject: [ID 20000908.002] perlipc documentation bug.
4295              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
4296              Date: Fri, 08 Sep 2000 12:38:32 +0200
4297              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
4298      Branch: perl
4299            ! pod/perlipc.pod
4300 ____________________________________________________________________________
4301 [  7035] By: jhi                                   on 2000/09/08  14:03:12
4302         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
4303              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4304              Date: Fri, 08 Sep 2000 11:47:34 +0200
4305              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
4306      Branch: perl
4307            ! hints/dec_osf.sh
4308 ____________________________________________________________________________
4309 [  7034] By: jhi                                   on 2000/09/08  13:59:35
4310         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
4311              From: Simon Cozens <simon@cozens.net>
4312              Date: Thu, 7 Sep 2000 20:40:38 +0100
4313              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
4314      Branch: perl
4315            ! pp_hot.c
4316 ____________________________________________________________________________
4317 [  7033] By: jhi                                   on 2000/09/08  04:03:03
4318         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
4319              From: "Larry W. Virden" <lvirden@cas.org>
4320              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
4321              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
4322      Branch: perl
4323            ! pod/perldiag.pod
4324 ____________________________________________________________________________
4325 [  7032] By: jhi                                   on 2000/09/07  22:18:30
4326         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
4327              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
4328              Date: Mon, 04 Sep 2000 13:16:38 -0700
4329              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
4330      Branch: perl
4331            ! lib/perl5db.pl
4332 ____________________________________________________________________________
4333 [  7031] By: jhi                                   on 2000/09/07  22:02:29
4334         Log: Fix the ccversion detection for 5.1 and beyond.
4335              
4336              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
4337              From: Spider Boardman <spider@leggy.zk3.dec.com>
4338              Date: Thu, 7 Sep 2000 17:54:27 -0400
4339              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
4340      Branch: perl
4341            ! hints/dec_osf.sh
4342 ____________________________________________________________________________
4343 [  7030] By: jhi                                   on 2000/09/07  19:12:28
4344         Log: Fix for
4345              
4346              Subject: [ID 20000903.001] \w in utf8-strings
4347              From: Marc Lehmann <pcg@goof.com>
4348              Date: Sun, 03 Sep 2000 09:44:29 +0200
4349              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
4350              
4351              and various related nits.
4352      Branch: perl
4353            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
4354 ____________________________________________________________________________
4355 [  7029] By: jhi                                   on 2000/09/07  18:49:09
4356         Log: Fix the URL, but the server is still missing in action.
4357              
4358              Subject: [ID 20000905.002] perlfaq1.pod URL error
4359              From: "Larry W. Virden" <lvirden@cas.org>
4360              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
4361              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
4362      Branch: perl
4363            ! pod/perlfaq1.pod
4364 ____________________________________________________________________________
4365 [  7028] By: jhi                                   on 2000/09/07  18:47:13
4366         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
4367              From: Hugo <hv@crypt.compulink.co.uk>
4368              Date: Tue, 05 Sep 2000 14:13:37 +0100
4369              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
4370      Branch: perl
4371            ! toke.c
4372 ____________________________________________________________________________
4373 [  7027] By: jhi                                   on 2000/09/07  18:45:35
4374         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
4375              From: Daniel Chetlin <daniel@chetlin.com>
4376              Date: Tue, 5 Sep 2000 04:57:07 -0700
4377              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
4378      Branch: perl
4379            ! pod/perlfaq6.pod pod/perlop.pod
4380 ____________________________________________________________________________
4381 [  7026] By: jhi                                   on 2000/09/07  18:44:01
4382         Log: Document the new ref() semantics.
4383              
4384              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
4385              From: Gisle Aas <gisle@ActiveState.com>
4386              Date: 05 Sep 2000 08:10:30 +0200
4387              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
4388      Branch: perl
4389            ! pod/perldelta.pod
4390 ____________________________________________________________________________
4391 [  7025] By: jhi                                   on 2000/09/07  18:42:27
4392         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
4393              
4394              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
4395              From: Gisle Aas <gisle@ActiveState.com>
4396              Date: 05 Sep 2000 08:11:40 +0200
4397              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
4398      Branch: perl
4399            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
4400 ____________________________________________________________________________
4401 [  7024] By: jhi                                   on 2000/09/07  18:39:32
4402         Log: Subject: [PATCH] Modernize Opcode.pm documentation
4403              From: Gisle Aas <gisle@ActiveState.com>
4404              Date: 4 Sep 2000 00:18:55 -0000
4405              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
4406      Branch: perl
4407            ! ext/Opcode/Opcode.pm
4408 ____________________________________________________________________________
4409 [  7023] By: jhi                                   on 2000/09/07  18:37:42
4410         Log: Subject: [PATCH] Tied filehandle documentation
4411              From: Gisle Aas <gisle@ActiveState.com>
4412              Date: 4 Sep 2000 00:14:40 -0000
4413              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
4414      Branch: perl
4415            ! pod/perlfunc.pod pod/perltie.pod
4416 ____________________________________________________________________________
4417 [  7022] By: jhi                                   on 2000/09/07  18:35:37
4418         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
4419              From: Gisle Aas <gisle@ActiveState.com>
4420              Date: 4 Sep 2000 00:04:22 -0000
4421              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
4422      Branch: perl
4423            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
4424 ____________________________________________________________________________
4425 [  7021] By: jhi                                   on 2000/09/07  18:33:22
4426         Log: Subject: small apidoc fix
4427              From: Marc Lehmann <pcg@goof.com>
4428              Date: Sun, 3 Sep 2000 05:12:06 +0200
4429              Message-ID: <20000903051206.A5909@cerebro.laendle>
4430      Branch: perl
4431            ! pod/perlapi.pod utf8.c
4432 ____________________________________________________________________________
4433 [  7020] By: jhi                                   on 2000/09/07  16:14:57
4434         Log: Tiny perldelta nits.
4435      Branch: perl
4436            ! pod/perldelta.pod
4437 ____________________________________________________________________________
4438 [  7019] By: jhi                                   on 2000/09/07  16:04:20
4439         Log: Guard against bad string->int conversion for quads.
4440      Branch: perl
4441            ! t/op/64bitint.t
4442 ____________________________________________________________________________
4443 [  7018] By: jhi                                   on 2000/09/06  17:07:03
4444         Log: Update Unicode todo list.
4445      Branch: perl
4446            ! Todo-5.6
4447 ____________________________________________________________________________
4448 [  7017] By: jhi                                   on 2000/09/05  21:16:01
4449         Log: Document the SvIOK_.*UV().
4450      Branch: perl
4451            ! pod/perlapi.pod sv.h
4452 ____________________________________________________________________________
4453 [  7016] By: nick                                  on 2000/09/03  21:54:46
4454         Log: Hash lookup of constant strings optimization:
4455              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
4456              to string table (as per sharepvn). Add newSV_pvn_share to create such
4457              a thing. Make hv.c compare addresses of strings and skip string compare
4458              if equal. Make method_named and helem ops use these shared-string SVs
4459              when arg is constant. Make keys op return shared-string SVs (less clearly
4460              a win).
4461      Branch: perl
4462            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
4463            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
4464            ! pod/perlintern.pod pp_hot.c proto.h sv.c
4465 ____________________________________________________________________________
4466 [  7015] By: jhi                                   on 2000/09/02  17:48:59
4467         Log: This is 5.7.0.
4468      Branch: perl
4469            ! Changes
4470 ____________________________________________________________________________
4471 [  7014] By: jhi                                   on 2000/09/02  17:35:45
4472         Log: Changes and patchlevel tweaks.
4473      Branch: perl
4474            ! Changes patchlevel.h
4475 ____________________________________________________________________________
4476 [  7013] By: jhi                                   on 2000/09/02  17:30:50
4477         Log: Update Changes.
4478      Branch: perl
4479            ! Changes patchlevel.h
4480 ____________________________________________________________________________
4481 [  7012] By: nick                                  on 2000/09/02  17:25:20
4482         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
4483      Branch: perl
4484            ! gv.c lib/overload.pm
4485 ____________________________________________________________________________
4486 [  7011] By: jhi                                   on 2000/09/02  17:16:25
4487         Log: Update perlhist.
4488      Branch: perl
4489            ! pod/perlhist.pod
4490 ____________________________________________________________________________
4491 [  7010] By: jhi                                   on 2000/09/02  17:01:35
4492         Log: perldelta nits.
4493      Branch: perl
4494            ! pod/perldelta.pod
4495 ____________________________________________________________________________
4496 [  7009] By: nick                                  on 2000/09/02  16:48:35
4497         Log: If overloaded %{} etc. return the object do not loop.
4498              Thus  sub deref { $_[0] } functions if object is wanted type.
4499      Branch: perl
4500            ! pp.h
4501 ____________________________________________________________________________
4502 [  7008] By: jhi                                   on 2000/09/02  16:26:11
4503         Log: Retab MANIFEST.
4504      Branch: perl
4505            ! ext/Storable/MANIFEST
4506 ____________________________________________________________________________
4507 [  7007] By: jhi                                   on 2000/09/02  16:23:02
4508         Log: Make certain cc is set before trying to run it.
4509      Branch: perl
4510            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
4511 ____________________________________________________________________________
4512 [  7006] By: jhi                                   on 2000/09/02  15:45:41
4513         Log: Unicode notes.
4514      Branch: perl
4515            ! pod/perldelta.pod
4516 ____________________________________________________________________________
4517 [  7005] By: jhi                                   on 2000/09/02  15:42:11
4518         Log: Various Configure nits by Philip Newton,
4519              plus the ebcdic one by me.
4520      Branch: metaconfig
4521            + U/modified/pager.U
4522            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
4523      Branch: metaconfig/U/perl
4524            ! Devel.U quadfio.U
4525      Branch: perl
4526            ! Configure config_h.SH
4527 ____________________________________________________________________________
4528 [  7004] By: jhi                                   on 2000/09/02  15:06:14
4529         Log: Apparently avoiding the swapping is too costly.
4530              
4531              From: "Ben Tilly" <ben_tilly@hotmail.com>
4532              Subject: Re: the door is closed.
4533              Date: Fri, 01 Sep 2000 20:23:16 EDT
4534              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
4535      Branch: perl
4536            ! pod/perlfaq4.pod
4537 ____________________________________________________________________________
4538 [  7003] By: nick                                  on 2000/09/02  12:26:04
4539         Log: Undo part of change 6489 which looks like a bulk edit which
4540              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
4541              The supressing of main:: on return from select() is undesirable.
4542      Branch: perl
4543            ! pp_sys.c
4544 ____________________________________________________________________________
4545 [  7002] By: jhi                                   on 2000/09/01  23:08:54
4546         Log: Update Changes.
4547      Branch: perl
4548            ! Changes patchlevel.h
4549 ____________________________________________________________________________
4550 [  7001] By: jhi                                   on 2000/09/01  23:00:13
4551         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
4552              From: Peter Prymmer <pvhp@forte.com>
4553              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
4554              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
4555              
4556              plus rework the http: spots as suggested by Tom Christiansen,
4557              plus regen perltoc.
4558      Branch: perl
4559            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
4560            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
4561 ____________________________________________________________________________
4562 [  7000] By: jhi                                   on 2000/09/01  22:36:01
4563         Log: Only the first line, thank you very much.
4564      Branch: perl
4565            ! hints/solaris_2.sh
4566 ____________________________________________________________________________
4567 [  6999] By: gsar                                  on 2000/09/01  22:16:40
4568         Log: change#6791 accidentally clobbered change#6710, put it back
4569      Branch: perl
4570            ! win32/win32.c
4571 ____________________________________________________________________________
4572 [  6998] By: jhi                                   on 2000/09/01  22:14:16
4573         Log: Mention the HP-UX LP64 freak failure.
4574      Branch: perl
4575            ! pod/perldelta.pod
4576 ____________________________________________________________________________
4577 [  6997] By: jhi                                   on 2000/09/01  21:48:32
4578         Log: Detypo.
4579      Branch: perl
4580            ! hints/hpux.sh
4581 ____________________________________________________________________________
4582 [  6996] By: jhi                                   on 2000/09/01  21:27:10
4583         Log: Update Changes.
4584      Branch: perl
4585            ! Changes patchlevel.h
4586 ____________________________________________________________________________
4587 [  6995] By: jhi                                   on 2000/09/01  21:14:24
4588         Log: Mi splgn s gnin.g
4589      Branch: perl
4590            ! pp_ctl.c
4591 ____________________________________________________________________________
4592 [  6994] By: jhi                                   on 2000/09/01  21:09:54
4593         Log: Subject: http:// in L<>
4594              From: Nicholas Clark <nick@ccl4.org>
4595              Date: Fri, 1 Sep 2000 22:03:21 +0100
4596              Message-ID: <20000901220321.B72074@plum.flirble.org>
4597      Branch: perl
4598            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
4599 ____________________________________________________________________________
4600 [  6993] By: jhi                                   on 2000/09/01  21:06:54
4601         Log: Update to Storable 1.0, from Raphael Manfredi.
4602      Branch: perl
4603            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
4604            ! ext/Storable/Makefile.PL ext/Storable/README
4605            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4606            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4607            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
4608            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
4609            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
4610            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
4611 ____________________________________________________________________________
4612 [  6992] By: jhi                                   on 2000/09/01  20:43:05
4613         Log: Mention known sfio+linux buglet.
4614      Branch: perl
4615            ! pod/perldelta.pod
4616 ____________________________________________________________________________
4617 [  6991] By: jhi                                   on 2000/09/01  20:40:11
4618         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
4619              From: Peter Prymmer <pvhp@forte.com>
4620              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
4621              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
4622      Branch: perl
4623            ! vms/vms.c
4624 ____________________________________________________________________________
4625 [  6990] By: jhi                                   on 2000/09/01  20:25:26
4626         Log: Retract #6986.
4627      Branch: perl
4628            ! hints/solaris_2.sh
4629 ____________________________________________________________________________
4630 [  6989] By: jhi                                   on 2000/09/01  20:23:00
4631         Log: Mergesort is back.
4632      Branch: perl
4633            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
4634 ____________________________________________________________________________
4635 [  6988] By: jhi                                   on 2000/09/01  19:37:40
4636         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
4637              From: Mike Guy <mjtg@cam.ac.uk>
4638              Date: Fri, 01 Sep 2000 17:43:33 +0100
4639              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
4640      Branch: perl
4641            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
4642            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
4643 ____________________________________________________________________________
4644 [  6987] By: jhi                                   on 2000/09/01  19:17:10
4645         Log: Regen perltoc.
4646      Branch: perl
4647            ! pod/perltoc.pod
4648 ____________________________________________________________________________
4649 [  6986] By: jhi                                   on 2000/09/01  18:51:10
4650         Log: Subject: Re: Solaris x86 has no SPARC libraries!
4651              From: Lupe Christoph <lupe@lupe-christoph.de>
4652              Date: Fri, 1 Sep 2000 20:41:20 +0200
4653              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
4654      Branch: perl
4655            ! hints/solaris_2.sh
4656 ____________________________________________________________________________
4657 [  6985] By: jhi                                   on 2000/09/01  18:28:10
4658         Log: Update Changes.
4659      Branch: perl
4660            ! Changes patchlevel.h
4661 ____________________________________________________________________________
4662 [  6984] By: jhi                                   on 2000/09/01  18:26:53
4663         Log: Feature ordering tweak.
4664      Branch: perl
4665            ! myconfig.SH
4666 ____________________________________________________________________________
4667 [  6983] By: jhi                                   on 2000/09/01  18:19:50
4668         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4669              From: <abigail@foad.org>
4670              Date: Fri, 1 Sep 2000 13:07:32 -0400
4671              Message-ID: <20000901170732.18249.qmail@foad.org>
4672      Branch: perl
4673            ! t/pragma/overload.t
4674 ____________________________________________________________________________
4675 [  6982] By: jhi                                   on 2000/09/01  18:17:54
4676         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
4677              so that case-ignoring systems like DCL can tell them from
4678              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
4679      Branch: metaconfig/U/perl
4680            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
4681      Branch: perl
4682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4683            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
4684            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
4685            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
4686            ! vos/config.def vos/config.h vos/config_h.SH_orig
4687            ! win32/config.bc win32/config.gc win32/config.vc
4688 ____________________________________________________________________________
4689 [  6981] By: nick                                  on 2000/09/01  17:21:57
4690         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
4691              warning when UNTIE exists and instead pass the cound of extra references to
4692              the UNTIE method.
4693      Branch: perl
4694            ! pod/perltie.pod pp_sys.c
4695 ____________________________________________________________________________
4696 [  6980] By: jhi                                   on 2000/09/01  16:54:44
4697         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
4698              From: Peter Prymmer <pvhp@forte.com>
4699              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
4700              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
4701      Branch: perl
4702            ! configure.com
4703 ____________________________________________________________________________
4704 [  6979] By: jhi                                   on 2000/09/01  16:06:20
4705         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
4706              From: Mike Guy <mjtg@cam.ac.uk> 
4707              Date: Fri, 01 Sep 2000 16:49:27 +0100
4708              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
4709      Branch: perl
4710            ! t/base/rs.t
4711 ____________________________________________________________________________
4712 [  6978] By: jhi                                   on 2000/09/01  16:00:42
4713         Log: Update to PodParser 1.18, from Brad Appleton.
4714      Branch: perl
4715            ! lib/Pod/Checker.pm t/pod/find.t
4716 ____________________________________________________________________________
4717 [  6977] By: jhi                                   on 2000/09/01  14:48:58
4718         Log: Subject: Nit in Configure (bleadperl@6961)
4719              From: Lupe Christoph <lupe@lupe-christoph.de>
4720              Date: Fri, 1 Sep 2000 16:34:29 +0200
4721              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
4722      Branch: metaconfig
4723            ! U/compline/ccflags.U
4724      Branch: perl
4725            ! Configure config_h.SH
4726 ____________________________________________________________________________
4727 [  6976] By: jhi                                   on 2000/09/01  14:39:52
4728         Log: Update Changes.
4729      Branch: perl
4730            ! Changes patchlevel.h
4731 ____________________________________________________________________________
4732 [  6975] By: jhi                                   on 2000/09/01  14:37:36
4733         Log: microperl config update.
4734      Branch: perl
4735            ! uconfig.h uconfig.sh
4736 ____________________________________________________________________________
4737 [  6974] By: jhi                                   on 2000/09/01  14:36:53
4738         Log: Document known deficiencies.
4739      Branch: perl
4740            ! pod/perldelta.pod
4741 ____________________________________________________________________________
4742 [  6973] By: jhi                                   on 2000/09/01  14:10:20
4743         Log: Mention warnings fixes and updates.
4744      Branch: perl
4745            ! pod/perldelta.pod
4746 ____________________________________________________________________________
4747 [  6972] By: jhi                                   on 2000/09/01  14:01:52
4748         Log: Drop unused argument.
4749              
4750              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
4751              From: Spider Boardman <spider@web.zk3.dec.com>
4752              Date: Thu, 31 Aug 2000 16:10:15 -0400
4753              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
4754      Branch: perl
4755            ! toke.c
4756 ____________________________________________________________________________
4757 [  6971] By: jhi                                   on 2000/09/01  13:59:24
4758         Log: Add the overload warnings to perldiag.
4759      Branch: perl
4760            ! lib/overload.pm pod/perldiag.pod
4761 ____________________________________________________________________________
4762 [  6970] By: jhi                                   on 2000/09/01  13:55:10
4763         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4764              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4765              Date: Fri, 1 Sep 2000 13:43:15 +0100 
4766              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
4767      Branch: perl
4768            ! lib/overload.pm t/pragma/overload.t
4769 ____________________________________________________________________________
4770 [  6969] By: jhi                                   on 2000/09/01  13:52:27
4771         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4772              From: <abigail@foad.org>
4773              Date: Fri, 1 Sep 2000 05:46:54 -0400
4774              Message-ID: <20000901094654.6476.qmail@foad.org>
4775      Branch: perl
4776            ! lib/overload.pm
4777 ____________________________________________________________________________
4778 [  6968] By: jhi                                   on 2000/09/01  13:50:05
4779         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
4780              From: Daniel Chetlin <daniel@chetlin.com>
4781              Date: Fri, 1 Sep 2000 02:10:55 -0700
4782              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
4783      Branch: perl
4784            ! pod/perlretut.pod
4785 ____________________________________________________________________________
4786 [  6967] By: jhi                                   on 2000/09/01  13:47:54
4787         Log: Part of the solution.
4788              
4789              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
4790              From: Mike Guy <mjtg@cam.ac.uk>
4791              Date: Fri, 01 Sep 2000 14:16:01 +0100
4792              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
4793      Branch: perl
4794            ! gv.c mg.c
4795 ____________________________________________________________________________
4796 [  6966] By: jhi                                   on 2000/09/01  13:46:17
4797         Log: Subject: CPAN.pm beta 1.57_57 for the core
4798              From: andreas.koenig@anima.de (Andreas J. Koenig)
4799              Date: 01 Sep 2000 15:16:31 +0200
4800              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
4801      Branch: perl
4802            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4803 ____________________________________________________________________________
4804 [  6965] By: jhi                                   on 2000/09/01  13:43:18
4805         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
4806              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4807              Date: Fri, 01 Sep 2000 01:47:22 -0500
4808              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
4809      Branch: perl
4810            ! pod/perldelta.pod vms/vms.c
4811 ____________________________________________________________________________
4812 [  6964] By: jhi                                   on 2000/09/01  13:35:35
4813         Log: File::Temp patches from Andreas König,
4814              
4815              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
4816              From: andreas.koenig@anima.de (Andreas J. Koenig)
4817              Date: 01 Sep 2000 10:07:20 +0200
4818              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
4819              
4820              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
4821              From: andreas.koenig@anima.de (Andreas J. Koenig)
4822              Date: 31 Aug 2000 23:26:08 +0200
4823              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
4824      Branch: perl
4825            ! lib/File/Temp.pm t/lib/ftmp-security.t
4826 ____________________________________________________________________________
4827 [  6963] By: jhi                                   on 2000/09/01  02:22:24
4828         Log: Retract the mergesort code, way too incompatible licensing
4829              and copyrights.
4830      Branch: perl
4831            ! pod/perldelta.pod pp_ctl.c
4832 ____________________________________________________________________________
4833 [  6962] By: jhi                                   on 2000/08/31  23:27:32
4834         Log: Update Changes.
4835      Branch: perl
4836            ! Changes patchlevel.h
4837 ____________________________________________________________________________
4838 [  6961] By: jhi                                   on 2000/08/31  23:20:04
4839         Log: Small tweaks all over.
4840      Branch: metaconfig
4841            ! U/compline/d_gconvert.U
4842      Branch: perl
4843            ! AUTHORS Configure config_h.SH pp_ctl.c
4844 ____________________________________________________________________________
4845 [  6960] By: jhi                                   on 2000/08/31  22:39:36
4846         Log: Further rewording.
4847      Branch: perl
4848            ! pp_ctl.c
4849 ____________________________________________________________________________
4850 [  6959] By: jhi                                   on 2000/08/31  21:26:44
4851         Log: More address tweaking.
4852      Branch: perl
4853            ! AUTHORS Changes
4854 ____________________________________________________________________________
4855 [  6958] By: jhi                                   on 2000/08/31  20:47:25
4856         Log: AUTHORS tweaks, from Peter Prymmer.
4857              
4858              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
4859              From: Peter Prymmer <pvhp@forte.com>
4860              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
4861              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
4862      Branch: perl
4863            ! AUTHORS MAINTAIN
4864 ____________________________________________________________________________
4865 [  6957] By: jhi                                   on 2000/08/31  20:34:43
4866         Log: perldelta tweaks.
4867      Branch: perl
4868            ! pod/perldelta.pod
4869 ____________________________________________________________________________
4870 [  6956] By: jhi                                   on 2000/08/31  19:11:06
4871         Log: Regen perltoc.
4872      Branch: perl
4873            ! pod/perltoc.pod
4874 ____________________________________________________________________________
4875 [  6955] By: jhi                                   on 2000/08/31  19:06:30
4876         Log: Clarify the mergesort situation.
4877      Branch: perl
4878            ! pp_ctl.c
4879 ____________________________________________________________________________
4880 [  6954] By: jhi                                   on 2000/08/31  18:24:17
4881         Log: Move the Solaris 7 scan to use64bitall, make the
4882              failure to find 64-bot sparc libc to mention the
4883              possibility of being in an intel, from Lupe and Alan.
4884      Branch: perl
4885            ! hints/solaris_2.sh
4886 ____________________________________________________________________________
4887 [  6953] By: jhi                                   on 2000/08/31  18:09:20
4888         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
4889              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
4890      Branch: metaconfig
4891            ! U/compline/d_gconvert.U U/threads/archname.U
4892      Branch: metaconfig/U/perl
4893            ! perlxv.U
4894      Branch: perl
4895            ! Configure config_h.SH sv.c
4896 ____________________________________________________________________________
4897 [  6951] By: jhi                                   on 2000/08/31  17:02:05
4898         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
4899      Branch: perl
4900            ! perl.h
4901 ____________________________________________________________________________
4902 [  6950] By: jhi                                   on 2000/08/31  16:26:08
4903         Log: More author updates.
4904              
4905              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
4906              From: Simon Cozens <simon@cozens.net>
4907              Date: Thu, 31 Aug 2000 17:13:32 +0100
4908              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
4909      Branch: perl
4910            ! AUTHORS
4911 ____________________________________________________________________________
4912 [  6949] By: jhi                                   on 2000/08/31  16:04:49
4913         Log: POSIX doesn't report long double values under -Duselongdouble
4914              when the long doubles are "real" (bigger than doubles).
4915              
4916              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
4917              From: Spider Boardman <spider@peano.zk3.dec.com>
4918              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
4919              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
4920      Branch: perl
4921            ! ext/POSIX/POSIX.xs
4922 ____________________________________________________________________________
4923 [  6948] By: jhi                                   on 2000/08/31  15:25:10
4924         Log: Update Changes.
4925      Branch: perl
4926            ! Changes patchlevel.h
4927 ____________________________________________________________________________
4928 [  6947] By: jhi                                   on 2000/08/31  15:22:29
4929         Log: Document UNTIE in a very minimalistic way.
4930      Branch: perl
4931            ! pod/perlfunc.pod pod/perltie.pod
4932 ____________________________________________________________________________
4933 [  6946] By: jhi                                   on 2000/08/31  15:15:23
4934         Log: Document known failures.
4935      Branch: perl
4936            ! pod/perldelta.pod
4937 ____________________________________________________________________________
4938 [  6945] By: jhi                                   on 2000/08/31  15:07:00
4939         Log: Don't attach -ld to the archname if pointless.
4940      Branch: metaconfig
4941            ! U/threads/archname.U
4942      Branch: perl
4943            ! Configure config_h.SH
4944 ____________________________________________________________________________
4945 [  6944] By: jhi                                   on 2000/08/31  14:37:42
4946         Log: Wrap the test in eval.
4947              
4948              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
4949              From: Tim Jenness <timj@jach.hawaii.edu>
4950              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
4951              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
4952      Branch: perl
4953            ! t/lib/ftmp-security.t
4954 ____________________________________________________________________________
4955 [  6943] By: jhi                                   on 2000/08/31  14:30:57
4956         Log: Make -Dusemorebits find long doubles in Solaris.
4957      Branch: perl
4958            ! hints/solaris_2.sh
4959 ____________________________________________________________________________
4960 [  6942] By: jhi                                   on 2000/08/31  13:48:45
4961         Log: Clarify the third case of ftmp-security warnings.
4962      Branch: perl
4963            ! INSTALL
4964 ____________________________________________________________________________
4965 [  6941] By: jhi                                   on 2000/08/31  13:40:31
4966         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
4967              From: <abigail@foad.org>
4968              Date: Thu, 31 Aug 2000 01:35:05 -0400
4969              Message-ID: <20000831053505.32120.qmail@foad.org>
4970      Branch: perl
4971            ! pod/perldelta.pod
4972 ____________________________________________________________________________
4973 [  6940] By: jhi                                   on 2000/08/31  13:38:48
4974         Log: Issue useful diagnostic on unknown pod commands.
4975              
4976              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
4977              From: <abigail@foad.org>
4978              Date: Thu, 31 Aug 2000 03:41:18 -0400
4979              Message-ID: <20000831074118.24880.qmail@foad.org>
4980      Branch: perl
4981            ! lib/Pod/Man.pm
4982 ____________________________________________________________________________
4983 [  6939] By: jhi                                   on 2000/08/31  13:34:33
4984         Log: Reveal Borland's isnan.
4985              
4986              Subject: build with BC++ tweak
4987              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4988              Date: Thu, 31 Aug 2000 13:09:37 +0400
4989              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
4990      Branch: perl
4991            ! win32/win32.h
4992 ____________________________________________________________________________
4993 [  6938] By: jhi                                   on 2000/08/31  05:01:20
4994         Log: Update Changes.
4995      Branch: perl
4996            ! Changes patchlevel.h
4997 ____________________________________________________________________________
4998 [  6937] By: jhi                                   on 2000/08/31  04:26:23
4999         Log: sscanf() may be the only way to read long doubles from strings.
5000      Branch: metaconfig/U/perl
5001            ! longdblfio.U
5002      Branch: perl
5003            ! Configure config_h.SH perl.h util.c
5004 ____________________________________________________________________________
5005 [  6936] By: jhi                                   on 2000/08/31  04:18:19
5006         Log: The #6929 was too skimpy.
5007      Branch: perl
5008            ! sv.c
5009 ____________________________________________________________________________
5010 [  6935] By: jhi                                   on 2000/08/31  02:47:07
5011         Log: Subject: Re: typos in pods
5012              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5013              Date: Wed, 30 Aug 2000 19:25:34 -0700
5014              Message-ID: <eIcr5gzkg25X092yn@efn.org>
5015      Branch: perl
5016            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
5017 ____________________________________________________________________________
5018 [  6934] By: jhi                                   on 2000/08/31  02:42:55
5019         Log: Missed one Unicode file.
5020      Branch: perl
5021            + lib/unicode/UCDFF301.html
5022 ____________________________________________________________________________
5023 [  6933] By: jhi                                   on 2000/08/30  23:42:27
5024         Log: Update Changes.
5025      Branch: perl
5026            ! Changes patchlevel.h
5027 ____________________________________________________________________________
5028 [  6932] By: jhi                                   on 2000/08/30  23:40:07
5029         Log: Mention UNTIE in perldelta.  Still needs documenting
5030              in perltie et alia.
5031      Branch: perl
5032            ! pod/perldelta.pod
5033 ____________________________________________________________________________
5034 [  6931] By: jhi                                   on 2000/08/30  23:36:02
5035         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
5036              From: <abigail@foad.org>
5037              Date: Wed, 30 Aug 2000 19:28:07 -0400
5038              Message-ID: <20000830232807.305.qmail@foad.org>
5039      Branch: perl
5040            ! pod/perldelta.pod
5041 ____________________________________________________________________________
5042 [  6930] By: jhi                                   on 2000/08/30  23:32:40
5043         Log: Update to Unicode 3.0.1.
5044      Branch: perl
5045            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
5046            + lib/unicode/PropList.txt lib/unicode/README.perl
5047            + lib/unicode/UCD301.html lib/unicode/Unicode.301
5048            - lib/unicode/Props.txt lib/unicode/UCD300.html
5049            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
5050            ! (edit 257 files)
5051 ____________________________________________________________________________
5052 [  6929] By: jhi                                   on 2000/08/30  22:38:18
5053         Log: Heap decorruption.
5054              
5055              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
5056              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5057              Date: Wed, 30 Aug 2000 22:39:52 +0100
5058              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
5059      Branch: perl
5060            ! sv.c
5061 ____________________________________________________________________________
5062 [  6928] By: jhi                                   on 2000/08/30  22:29:34
5063         Log: Retract the dummy test, skip the security tests (instead of failing),
5064              explain what the warnings mean.
5065      Branch: perl
5066            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
5067 ____________________________________________________________________________
5068 [  6927] By: jhi                                   on 2000/08/30  22:14:13
5069         Log: Change the internal implementation of sort() to be mergesort
5070              instead of quicksort, from John Linderman <jpl@research.att.com>.
5071              Gives us better worst case, better average case, and stability.
5072              What's there not to like?  (Small fixes for threaded builds
5073              were required).
5074      Branch: perl
5075            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
5076 ____________________________________________________________________________
5077 [  6926] By: jhi                                   on 2000/08/30  20:55:20
5078         Log: A better fix for the Socket building problem from Craig Berry.
5079      Branch: perl
5080            ! vms/vms.c
5081 ____________________________________________________________________________
5082 [  6925] By: jhi                                   on 2000/08/30  20:20:25
5083         Log: Subject: [PATCH] Re: UNTIE method 
5084              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5085              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
5086              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
5087      Branch: perl
5088            ! pp_sys.c t/op/tie.t
5089 ____________________________________________________________________________
5090 [  6924] By: jhi                                   on 2000/08/30  20:17:11
5091         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
5092              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5093              Date: Wed, 30 Aug 2000 15:03:14 -0500
5094              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
5095      Branch: perl
5096            ! vms/vms.c
5097 ____________________________________________________________________________
5098 [  6923] By: jhi                                   on 2000/08/30  20:15:18
5099         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
5100              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5101              Date: Wed, 30 Aug 2000 13:30:36 -0500
5102              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
5103      Branch: perl
5104            ! vms/vms.c
5105 ____________________________________________________________________________
5106 [  6922] By: jhi                                   on 2000/08/30  19:54:43
5107         Log: Better options for rsync.
5108      Branch: perl
5109            ! pod/perlhack.pod
5110 ____________________________________________________________________________
5111 [  6921] By: jhi                                   on 2000/08/30  19:40:16
5112         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
5113              From: Rick Delaney <rick@consumercontact.com>
5114              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
5115              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
5116      Branch: perl
5117            ! pod/perlfunc.pod
5118 ____________________________________________________________________________
5119 [  6920] By: jhi                                   on 2000/08/30  19:36:40
5120         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
5121              From: Peter Prymmer <pvhp@forte.com>
5122              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
5123              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
5124      Branch: perl
5125            ! configure.com
5126 ____________________________________________________________________________
5127 [  6919] By: jhi                                   on 2000/08/30  14:52:02
5128         Log: Update Changes.
5129      Branch: perl
5130            ! Changes patchlevel.h
5131 ____________________________________________________________________________
5132 [  6918] By: jhi                                   on 2000/08/30  14:48:34
5133         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
5134      Branch: perl
5135            ! lib/ExtUtils/typemap
5136 ____________________________________________________________________________
5137 [  6917] By: jhi                                   on 2000/08/30  14:46:34
5138         Log: Subject: typos in pods
5139              From: Nicholas Clark <nick@ccl4.org>
5140              Date: Wed, 30 Aug 2000 01:12:50 +0100
5141              Message-ID: <20000830011249.A61388@plum.flirble.org>
5142      Branch: perl
5143            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
5144            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
5145            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
5146            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
5147 ____________________________________________________________________________
5148 [  6916] By: jhi                                   on 2000/08/30  14:19:09
5149         Log: Document Storable problems on Crays.  (Will have
5150              to document all the other Storable problems, too.)
5151      Branch: perl
5152            ! pod/perldelta.pod
5153 ____________________________________________________________________________
5154 [  6915] By: jhi                                   on 2000/08/30  14:06:02
5155         Log: Subject: [PATCH] fix misc cast warnings
5156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5157              Date: Tue, 29 Aug 2000 23:16:14 -0700
5158              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
5159      Branch: perl
5160            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
5161            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
5162            ! os2/os2ish.h
5163 ____________________________________________________________________________
5164 [  6914] By: jhi                                   on 2000/08/30  14:03:45
5165         Log: Timestamp mismatch again.  Need to fix this dependence on
5166              config_h.SH timestamp, since it's the contents of config_h.SH
5167              that matter.
5168      Branch: perl
5169            ! uconfig.h uconfig.sh
5170 ____________________________________________________________________________
5171 [  6913] By: jhi                                   on 2000/08/30  13:54:06
5172         Log: Don't say "Perl 5.0 source kit".
5173      Branch: perl
5174            ! perl.c
5175 ____________________________________________________________________________
5176 [  6912] By: jhi                                   on 2000/08/30  13:51:24
5177         Log: Reset archname and archname64 always, forcing them be
5178              recomputed at each Configure run, make Configure and
5179              the hints files agree on the naming of largefiles variables.
5180      Branch: metaconfig
5181            ! U/threads/archname.U
5182      Branch: metaconfig/U/perl
5183            ! use64bits.U
5184      Branch: perl
5185            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
5186            ! hints/linux.sh hints/solaris_2.sh
5187 ____________________________________________________________________________
5188 [  6911] By: jhi                                   on 2000/08/30  13:30:13
5189         Log: Put back the slice accidentally removed by #6907.
5190      Branch: perl
5191            ! hints/solaris_2.sh
5192 ____________________________________________________________________________
5193 [  6910] By: jhi                                   on 2000/08/30  01:24:26
5194         Log: Be consistent: other Net::get* do export theirs.
5195              
5196              Subject: Re: Net::protoent does not export 'getproto'
5197              From: Yasushi Nakajima <sey@jkc.co.jp>
5198              Date: Wed, 30 Aug 2000 09:53:14 +0900
5199              Message-Id: <200008300051.DAA24700@taku.hut.fi>
5200      Branch: perl
5201            ! lib/Net/protoent.pm
5202 ____________________________________________________________________________
5203 [  6909] By: jhi                                   on 2000/08/30  01:17:25
5204         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
5205              From: Gurusamy Sarathy <gsar@ActiveState.com>
5206              Date: Tue, 29 Aug 2000 17:17:07 -0700
5207              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
5208      Branch: perl
5209            ! cop.h
5210 ____________________________________________________________________________
5211 [  6908] By: jhi                                   on 2000/08/30  00:58:05
5212         Log: Update Changes.
5213      Branch: perl
5214            ! Changes patchlevel.h
5215 ____________________________________________________________________________
5216 [  6907] By: jhi                                   on 2000/08/30  00:57:22
5217         Log: Introduce ccname to keep track of what compiler kind of we have.
5218      Branch: metaconfig/U/perl
5219            ! Checkcc.U gccvers.U
5220      Branch: perl
5221            ! Configure config_h.SH hints/solaris_2.sh
5222 ____________________________________________________________________________
5223 [  6906] By: jhi                                   on 2000/08/30  00:25:47
5224         Log: Put back the flags dump as reasoned in
5225              
5226              Subject: Re: [PATCH] Glob dumping
5227              From: Mike Guy <mjtg@cam.ac.uk> 
5228              Date: Tue, 29 Aug 2000 21:41:32 +0100
5229              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
5230      Branch: perl
5231            ! dump.c t/lib/peek.t
5232 ____________________________________________________________________________
5233 [  6905] By: jhi                                   on 2000/08/30  00:16:17
5234         Log: Make the epsilon to be relative, not absolute.
5235              
5236              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
5237              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
5238              Date: Tue, 29 Aug 2000 19:58:56 -0400
5239              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
5240      Branch: perl
5241            ! t/lib/trig.t
5242 ____________________________________________________________________________
5243 [  6904] By: jhi                                   on 2000/08/30  00:13:09
5244         Log: From now on, Gisle is on my list of usual suspects :-)
5245              Retract #6902.
5246      Branch: perl
5247            ! ext/Opcode/Safe.pm
5248 ____________________________________________________________________________
5249 [  6903] By: jhi                                   on 2000/08/29  23:51:20
5250         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
5251              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5252              Date: Tue, 29 Aug 2000 18:43:26 -0500
5253              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
5254      Branch: perl
5255            + vms/vmspipe.com
5256            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
5257            ! vms/vms.c
5258 ____________________________________________________________________________
5259 [  6902] By: jhi                                   on 2000/08/29  23:44:14
5260         Log: Retry what #6882 attempted.
5261              
5262              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
5263              From: Gisle Aas <gisle@ActiveState.com>
5264              Date: 30 Aug 2000 00:33:09 +0200
5265              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
5266      Branch: perl
5267            ! ext/Opcode/Safe.pm
5268 ____________________________________________________________________________
5269 [  6901] By: jhi                                   on 2000/08/29  22:59:32
5270         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
5271              From: Hugo <hv@crypt.compulink.co.uk>
5272              Date: Mon, 12 Jun 2000 19:36:08 +0100
5273              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
5274      Branch: perl
5275            ! sv.c
5276 ____________________________________________________________________________
5277 [  6900] By: jhi                                   on 2000/08/29  22:58:35
5278         Log: Admit that we are leaking scalars.
5279              
5280              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
5281              From: Spider Boardman <spider@leggy.zk3.dec.com>
5282              Date: Tue, 29 Aug 2000 18:48:29 -0400
5283              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
5284      Branch: perl
5285            ! t/pragma/warnings.t
5286 ____________________________________________________________________________
5287 [  6899] By: jhi                                   on 2000/08/29  20:53:13
5288         Log: Update Changes.
5289      Branch: perl
5290            ! Changes patchlevel.h
5291 ____________________________________________________________________________
5292 [  6898] By: jhi                                   on 2000/08/29  20:46:21
5293         Log: Undo namespace pollution of #6878.
5294              
5295              Subject: Re: Net::protoent does not export 'getproto'
5296              From: Mike Guy <mjtg@cam.ac.uk>
5297              Date: Tue, 29 Aug 2000 21:32:37 +0100
5298              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
5299      Branch: perl
5300            ! lib/Net/protoent.pm
5301 ____________________________________________________________________________
5302 [  6897] By: jhi                                   on 2000/08/29  20:44:29
5303         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
5304              From: Peter Prymmer <pvhp@forte.com>
5305              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
5306              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
5307      Branch: perl
5308            ! pod/perlebcdic.pod
5309 ____________________________________________________________________________
5310 [  6896] By: jhi                                   on 2000/08/29  20:40:57
5311         Log: There's no point repeating the 'revision' (5) of perl5.
5312      Branch: metaconfig/U/perl
5313            ! Devel.U patchlevel.U
5314      Branch: perl
5315            ! Configure config_h.SH
5316 ____________________________________________________________________________
5317 [  6895] By: jhi                                   on 2000/08/29  20:16:58
5318         Log: Regen Configure for #6894.
5319      Branch: metaconfig/U/perl
5320            ! perladmin.U
5321      Branch: perl
5322            ! Configure config_h.SH
5323 ____________________________________________________________________________
5324 [  6894] By: jhi                                   on 2000/08/29  19:59:52
5325         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
5326              From: "Philip Newton" <Philip.Newton@gmx.net>
5327              Date: Tue, 29 Aug 2000 21:39:14 +0200
5328              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
5329      Branch: perl
5330            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
5331            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
5332            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
5333            ! utils/perlbug.PL
5334 ____________________________________________________________________________
5335 [  6893] By: jhi                                   on 2000/08/29  19:55:30
5336         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
5337              From: "Philip Newton" <Philip.Newton@gmx.net>
5338              Date: Tue, 29 Aug 2000 21:39:14 +0200
5339              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
5340      Branch: perl
5341            ! installhtml
5342 ____________________________________________________________________________
5343 [  6892] By: jhi                                   on 2000/08/29  19:53:59
5344         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
5345              From: "Philip Newton" <Philip.Newton@gmx.net>
5346              Date: Tue, 29 Aug 2000 21:48:18 +0200
5347              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
5348      Branch: perl
5349            ! lib/File/Temp.pm
5350 ____________________________________________________________________________
5351 [  6891] By: jhi                                   on 2000/08/29  18:30:03
5352         Log: Nail the ID 20000828.023.
5353      Branch: perl
5354            ! ext/Storable/Storable.xs
5355 ____________________________________________________________________________
5356 [  6890] By: jhi                                   on 2000/08/29  16:50:17
5357         Log: Under usethreads the dumped variable is IN_PAD.
5358              
5359              Subject: Re: [PATCH] Glob dumping
5360              From: Gisle Aas <gisle@ActiveState.com>
5361              Date: 29 Aug 2000 18:45:05 +0200
5362              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
5363      Branch: perl
5364            ! t/lib/peek.t
5365 ____________________________________________________________________________
5366 [  6889] By: jhi                                   on 2000/08/29  15:17:37
5367         Log: Update Changes.
5368      Branch: perl
5369            ! Changes patchlevel.h
5370 ____________________________________________________________________________
5371 [  6888] By: jhi                                   on 2000/08/29  14:49:59
5372         Log: Retract #6882, broke the safe tests.
5373      Branch: perl
5374            ! ext/Opcode/Safe.pm
5375 ____________________________________________________________________________
5376 [  6887] By: jhi                                   on 2000/08/29  14:47:06
5377         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
5378              From: Gisle Aas <gisle@ActiveState.com> 
5379              Date: 09 Jun 2000 20:00:11 +0200
5380              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
5381      Branch: perl
5382            ! utils/perldoc.PL
5383 ____________________________________________________________________________
5384 [  6886] By: jhi                                   on 2000/08/29  14:42:45
5385         Log: The #6881 removed one dump line.
5386      Branch: perl
5387            ! t/lib/peek.t
5388 ____________________________________________________________________________
5389 [  6885] By: jhi                                   on 2000/08/29  14:30:47
5390         Log: Don't forget to tidy up.
5391      Branch: perl
5392            ! t/lib/ftmp-security.t
5393 ____________________________________________________________________________
5394 [  6884] By: jhi                                   on 2000/08/29  14:25:17
5395         Log: Disabling the one test is a bit tricky.
5396      Branch: perl
5397            ! t/lib/ftmp-security.t
5398 ____________________________________________________________________________
5399 [  6883] By: jhi                                   on 2000/08/29  14:16:25
5400         Log: Disable one of the tests for now.
5401      Branch: perl
5402            ! t/lib/ftmp-security.t
5403 ____________________________________________________________________________
5404 [  6882] By: jhi                                   on 2000/08/29  14:05:50
5405         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
5406              From: gisle@aas.no
5407              Date: 29 Aug 2000 10:35:06 -0000
5408              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
5409      Branch: perl
5410            ! ext/Opcode/Safe.pm
5411 ____________________________________________________________________________
5412 [  6881] By: jhi                                   on 2000/08/29  14:03:51
5413         Log: Subject: [PATCH] Glob dumping
5414              From: Gisle Aas <gisle@ActiveState.com>
5415              Date: 29 Aug 2000 07:59:42 -0000
5416              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
5417      Branch: perl
5418            ! dump.c
5419 ____________________________________________________________________________
5420 [  6880] By: jhi                                   on 2000/08/29  14:02:01
5421         Log: Subject: [PATCH] Warnings in B::Deparse
5422              From: <abigail@foad.org>
5423              Date: Tue, 29 Aug 2000 00:00:01 -0400
5424              Message-ID: <20000829040001.2999.qmail@foad.org>
5425      Branch: perl
5426            ! ext/B/B/Deparse.pm
5427 ____________________________________________________________________________
5428 [  6879] By: jhi                                   on 2000/08/29  13:57:26
5429         Log: Missed a change in #6869.
5430      Branch: perl
5431            ! mg.c
5432 ____________________________________________________________________________
5433 [  6878] By: jhi                                   on 2000/08/29  13:45:04
5434         Log: Subject: Net::protoent does not export 'getproto'
5435              From: Yasushi Nakajima <sey@jkc.co.jp>
5436              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
5437      Branch: perl
5438            ! lib/Net/protoent.pm
5439 ____________________________________________________________________________
5440 [  6877] By: jhi                                   on 2000/08/29  13:39:19
5441         Log: Patches all over for people and the files they (hopefully) care about.
5442      Branch: perl
5443            ! AUTHORS Changes MAINTAIN
5444 ____________________________________________________________________________
5445 [  6876] By: jhi                                   on 2000/08/29  12:53:54
5446         Log: Fix for thinko in #6848.
5447              
5448              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
5449              From: Lupe Christoph <lupe@lupe-christoph.de>
5450              Date: Tue, 29 Aug 2000 09:04:08 +0200
5451              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
5452      Branch: perl
5453            ! ext/Thread/Thread.xs
5454 ____________________________________________________________________________
5455 [  6875] By: jhi                                   on 2000/08/29  12:50:14
5456         Log: Update to Getopt::Long 2.24, from Johan Vromans.
5457      Branch: perl
5458            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
5459 ____________________________________________________________________________
5460 [  6874] By: jhi                                   on 2000/08/29  02:09:53
5461         Log: Use minimal @INC in tests, most of the time just '../lib',
5462              so that we simply can't pick up stuff from other Perls than
5463              the one we are testing.  Pointed out by
5464              
5465              From: Mike Guy <mjtg@cam.ac.uk>
5466              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
5467              Date: Fri, 25 Aug 2000 15:15:59 +0100
5468              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
5469      Branch: perl
5470            ! (edit 185 files)
5471 ____________________________________________________________________________
5472 [  6873] By: jhi                                   on 2000/08/29  01:07:11
5473         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
5474              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5475              Date: Mon, 28 Aug 2000 17:45:52 -0700
5476              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
5477      Branch: perl
5478            ! Makefile.SH hints/os2.sh
5479 ____________________________________________________________________________
5480 [  6872] By: jhi                                   on 2000/08/28  23:33:39
5481         Log: Subject: [PATCH bleedperl@6866] spellings
5482              From: marcel@codewerk.com (Marcel Grunauer)
5483              Date: Tue, 29 Aug 2000 01:19:59 +0200
5484              Message-Id: <200008282319.BAA29862@gandalf.local>
5485      Branch: perl
5486            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
5487            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
5488            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
5489 ____________________________________________________________________________
5490 [  6871] By: jhi                                   on 2000/08/28  23:22:09
5491         Log: Take out the SUIDMAIL thing, that will not be
5492              a problem in 5.7.*.
5493      Branch: perl
5494            ! patchlevel.h
5495 ____________________________________________________________________________
5496 [  6870] By: jhi                                   on 2000/08/28  23:19:30
5497         Log: -S is the silent flag, -s is the strip flag.
5498              
5499              Subject: [PATCH] Re: [PATCH] make no-install          
5500              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5501              Date: Mon, 28 Aug 2000 15:12:55 -0700
5502              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
5503      Branch: perl
5504            ! Makefile.SH
5505 ____________________________________________________________________________
5506 [  6869] By: jhi                                   on 2000/08/28  23:12:05
5507         Log: Subject: [PATCH bleedperl@6856] warnings fixes
5508              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5509              Date: Mon, 28 Aug 2000 23:55:06 +0100
5510              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
5511      Branch: perl
5512            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
5513            ! warnings.h warnings.pl
5514 ____________________________________________________________________________
5515 [  6868] By: jhi                                   on 2000/08/28  21:38:22
5516         Log: Potential cruft.
5517      Branch: perl
5518            ! Makefile.SH
5519 ____________________________________________________________________________
5520 [  6867] By: jhi                                   on 2000/08/28  21:35:36
5521         Log: Update Changes.
5522      Branch: perl
5523            ! Changes patchlevel.h
5524 ____________________________________________________________________________
5525 [  6866] By: jhi                                   on 2000/08/28  21:33:49
5526         Log: Subject: hv.h Doc Patch
5527              From: Fisher Mark <fisherm@tce.com>
5528              Date: Mon, 28 Aug 2000 16:24:59 -0500
5529              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
5530      Branch: perl
5531            ! hv.h
5532 ____________________________________________________________________________
5533 [  6865] By: jhi                                   on 2000/08/28  21:02:15
5534         Log: Add -ld to archname on long tr...double platforms.
5535      Branch: metaconfig
5536            ! U/threads/archname.U
5537      Branch: perl
5538            ! Configure config_h.SH
5539 ____________________________________________________________________________
5540 [  6864] By: jhi                                   on 2000/08/28  20:38:59
5541         Log: An attempt to fix the problem reported in
5542              
5543              Subject: Building perl@6856 using gcc/AIX 4.3.3 
5544              From: Daniel Muino <dmuino@afip.gov.ar> 
5545              Date: Mon, 28 Aug 2000 15:50:01 -0300   
5546              Message-ID: <20000828155001.A14403@con2-dgi>
5547              
5548              I can't test this properly since the gcc installation I have
5549              access to seems to be botched (gcc is calling the AIX cpp,
5550              a losing proposition...)
5551      Branch: perl
5552            ! hints/aix.sh
5553 ____________________________________________________________________________
5554 [  6863] By: jhi                                   on 2000/08/28  18:57:52
5555         Log: Fix for ID 20000828.001, long doubles were not formatted
5556              correctly (showed up in $], which stopped installing perl).
5557      Branch: perl
5558            ! sv.c
5559 ____________________________________________________________________________
5560 [  6862] By: jhi                                   on 2000/08/28  18:07:15
5561         Log: Typo in #6858.
5562      Branch: perl
5563            ! lib/Cwd.pm
5564 ____________________________________________________________________________
5565 [  6861] By: jhi                                   on 2000/08/28  17:57:27
5566         Log: opmini.o may be left around if a build is interrupted.
5567      Branch: perl
5568            ! Makefile.SH
5569 ____________________________________________________________________________
5570 [  6860] By: jhi                                   on 2000/08/28  16:52:50
5571         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
5572              From: Daniel Chetlin <daniel@chetlin.com>
5573              Date: Mon, 28 Aug 2000 01:14:18 -0700
5574              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
5575      Branch: perl
5576            ! lib/overload.pm
5577 ____________________________________________________________________________
5578 [  6859] By: jhi                                   on 2000/08/28  16:08:46
5579         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
5580              From: Nicholas Clark <nick@ccl4.org>
5581              Date: Mon, 28 Aug 2000 16:03:27 +0100
5582              Message-Id: <20000828160327.C49785@plum.flirble.org>
5583      Branch: perl
5584            ! ext/ByteLoader/bytecode.h
5585 ____________________________________________________________________________
5586 [  6858] By: jhi                                   on 2000/08/28  16:02:10
5587         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
5588              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
5589              Date: Mon, 28 Aug 2000 13:08:30 +0200
5590              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
5591      Branch: perl
5592            ! lib/Cwd.pm
5593 ____________________________________________________________________________
5594 [  6857] By: jhi                                   on 2000/08/28  15:42:47
5595         Log: display_format used as a class method without arguments was broken,
5596              reported in
5597              
5598              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
5599              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
5600              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
5601              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
5602      Branch: perl
5603            ! lib/Math/Complex.pm t/lib/complex.t
5604 ____________________________________________________________________________
5605 [  6856] By: jhi                                   on 2000/08/27  22:09:48
5606         Log: Update Changes.
5607      Branch: perl
5608            ! Changes patchlevel.h
5609 ____________________________________________________________________________
5610 [  6855] By: jhi                                   on 2000/08/27  21:59:21
5611         Log: Retract #6853 (false alarm).
5612      Branch: perl
5613            ! lib/ExtUtils/xsubpp
5614 ____________________________________________________________________________
5615 [  6854] By: jhi                                   on 2000/08/27  21:37:44
5616         Log: Update Changes.
5617      Branch: perl
5618            ! Changes patchlevel.h
5619 ____________________________________________________________________________
5620 [  6853] By: jhi                                   on 2000/08/27  21:37:16
5621         Log: Subject: [PATCH perl@6850] workaround for xsubpp
5622              From: Hugo <hv@crypt.compulink.co.uk>
5623              Date: Sun, 27 Aug 2000 22:30:25 +0100
5624              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
5625      Branch: perl
5626            ! lib/ExtUtils/xsubpp
5627 ____________________________________________________________________________
5628 [  6852] By: jhi                                   on 2000/08/27  21:33:58
5629         Log: Big-endian 64-bit patch from Raphael Manfredi.
5630      Branch: perl
5631            ! ext/Storable/Storable.xs
5632 ____________________________________________________________________________
5633 [  6851] By: jhi                                   on 2000/08/27  21:22:21
5634         Log: More ruthless editing from Hugo van der Sanden.
5635      Branch: perl
5636            ! pod/perldelta.pod
5637 ____________________________________________________________________________
5638 [  6850] By: jhi                                   on 2000/08/27  16:11:46
5639         Log: Update Changes.
5640      Branch: perl
5641            ! Changes patchlevel.h
5642 ____________________________________________________________________________
5643 [  6849] By: jhi                                   on 2000/08/27  16:11:05
5644         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
5645      Branch: perl
5646            ! configpm pod/perldelta.pod
5647 ____________________________________________________________________________
5648 [  6848] By: jhi                                   on 2000/08/27  15:35:08
5649         Log: Use the actual thread type, not the pointer-to-struct.
5650      Branch: perl
5651            ! ext/Thread/Thread.xs
5652 ____________________________________________________________________________
5653 [  6847] By: jhi                                   on 2000/08/27  15:30:49
5654         Log: Test nit.
5655      Branch: perl
5656            ! t/pragma/warn/pp_sys
5657 ____________________________________________________________________________
5658 [  6846] By: jhi                                   on 2000/08/27  15:19:02
5659         Log: Passing -R in ldflags makes now it to appear in the default
5660              for lddlflags, just like with -L.
5661              
5662              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5663              From: Lupe Christoph <lupe@lupe-christoph.de>
5664              Date: Sun, 27 Aug 2000 10:28:21 +0200
5665              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
5666      Branch: metaconfig/U/perl
5667            ! dlsrc.U
5668      Branch: perl
5669            ! Configure
5670 ____________________________________________________________________________
5671 [  6845] By: jhi                                   on 2000/08/27  15:08:54
5672         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5673              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5674              Date: Sat, 26 Aug 2000 22:23:27 +0100
5675              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
5676      Branch: perl
5677            ! lib/ExtUtils/MM_Unix.pm
5678 ____________________________________________________________________________
5679 [  6844] By: jhi                                   on 2000/08/27  15:02:37
5680         Log: DJGPP update from Laszlo Molnar.
5681              
5682              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
5683              From: ml1050 <ml1050@freemail.hu>
5684              Date: Sat, 26 Aug 2000 23:24:40 +0200
5685              Message-Id: <20000826232440.A439@freemail.hu>
5686      Branch: perl
5687            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
5688            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
5689 ____________________________________________________________________________
5690 [  6843] By: jhi                                   on 2000/08/27  14:53:58
5691         Log: Subject: installman buglet
5692              From: Lupe Christoph <lupe@lupe-christoph.de>
5693              Date: Sun, 27 Aug 2000 14:38:59 +0200
5694              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
5695      Branch: perl
5696            ! installman
5697 ____________________________________________________________________________
5698 [  6842] By: jhi                                   on 2000/08/27  14:52:08
5699         Log: Can't get the test to reliably work thanks to the
5700              inaccurateness of floating point.  "Resolves" bug ids
5701              20000826.003, 20000826.009, 20000826.010,
5702      Branch: perl
5703            ! t/lib/trig.t
5704 ____________________________________________________________________________
5705 [  6841] By: jhi                                   on 2000/08/26  15:53:58
5706         Log: Update Changes.
5707      Branch: perl
5708            ! Changes patchlevel.h
5709 ____________________________________________________________________________
5710 [  6840] By: jhi                                   on 2000/08/26  14:23:03
5711         Log: grep -e isn't portable.
5712              
5713              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
5714              From: chris@broadband.att.com
5715              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
5716              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
5717      Branch: perl
5718            ! hints/solaris_2.sh
5719 ____________________________________________________________________________
5720 [  6839] By: jhi                                   on 2000/08/26  14:12:23
5721         Log: no-install target a la make -n.
5722              
5723              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
5724              From: <abigail@foad.org>
5725              Date: Sat, 26 Aug 2000 03:57:34 -0400
5726              Message-ID: <20000826075735.18912.qmail@foad.org>
5727      Branch: perl
5728            ! Makefile.SH installman installperl
5729 ____________________________________________________________________________
5730 [  6838] By: jhi                                   on 2000/08/26  14:06:33
5731         Log: Retract #6826 as the #6828 should be do the same
5732              in a More Correct Way.
5733      Branch: perl
5734            ! installperl
5735 ____________________________________________________________________________
5736 [  6837] By: jhi                                   on 2000/08/26  05:24:00
5737         Log: More casting.
5738      Branch: perl
5739            ! ext/Storable/Storable.xs
5740 ____________________________________________________________________________
5741 [  6836] By: jhi                                   on 2000/08/26  05:05:46
5742         Log: Nicer in decimal.
5743      Branch: perl
5744            ! ext/Storable/Storable.xs
5745 ____________________________________________________________________________
5746 [  6835] By: jhi                                   on 2000/08/26  05:03:50
5747         Log: There be no UVdf.
5748      Branch: perl
5749            ! ext/Storable/Storable.xs
5750 ____________________________________________________________________________
5751 [  6834] By: jhi                                   on 2000/08/26  05:00:18
5752         Log: Continue IVdfing and UVxfing.
5753      Branch: perl
5754            ! ext/Storable/Storable.xs
5755 ____________________________________________________________________________
5756 [  6833] By: jhi                                   on 2000/08/26  04:53:14
5757         Log: Use IVdf.
5758      Branch: perl
5759            ! ext/Storable/Storable.xs
5760 ____________________________________________________________________________
5761 [  6832] By: jhi                                   on 2000/08/26  04:40:41
5762         Log: Document PTR2XX and INT2PTR.
5763      Branch: perl
5764            ! pod/perlguts.pod
5765 ____________________________________________________________________________
5766 [  6831] By: jhi                                   on 2000/08/26  04:33:18
5767         Log: Use UVxf, PTR2UV, NVff.
5768      Branch: perl
5769            ! ext/Storable/Storable.xs
5770 ____________________________________________________________________________
5771 [  6830] By: jhi                                   on 2000/08/26  04:31:32
5772         Log: Update the test count.
5773      Branch: perl
5774            ! t/lib/trig.t
5775 ____________________________________________________________________________
5776 [  6829] By: jhi                                   on 2000/08/26  03:05:50
5777         Log: Subject: [PATCH] installation not quite silent yet.
5778              From: <abigail@foad.org>
5779              Date: Fri, 25 Aug 2000 20:07:53 -0400
5780              Message-ID: <20000826000753.7822.qmail@foad.org>
5781      Branch: perl
5782            ! installman installperl
5783 ____________________________________________________________________________
5784 [  6828] By: jhi                                   on 2000/08/26  03:05:14
5785         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5786              From: Spider Boardman <spider@web.zk3.dec.com>
5787              Date: Fri, 25 Aug 2000 19:12:40 -0400
5788              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
5789      Branch: perl
5790            ! gv.c
5791 ____________________________________________________________________________
5792 [  6827] By: jhi                                   on 2000/08/25  23:54:34
5793         Log: Support preserving extremely big/small angles.
5794      Branch: perl
5795            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
5796 ____________________________________________________________________________
5797 [  6826] By: jhi                                   on 2000/08/25  23:01:20
5798         Log: Patch installperl to be long double-aware.
5799              
5800              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5801              From: Spider Boardman <spider@web.zk3.dec.com>
5802              Date: Fri, 25 Aug 2000 18:15:23 -0400
5803              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
5804      Branch: perl
5805            ! installperl
5806 ____________________________________________________________________________
5807 [  6825] By: jhi                                   on 2000/08/25  22:58:25
5808         Log: Remove duplicately applied patch shards.
5809              
5810              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
5811              From: Spider Boardman <spider@leggy.zk3.dec.com>
5812              Date: Fri, 25 Aug 2000 16:45:03 -0400
5813              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
5814      Branch: perl
5815            ! t/lib/cgi-html.t
5816 ____________________________________________________________________________
5817 [  6824] By: jhi                                   on 2000/08/25  22:57:00
5818         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5819              From: Daniel Chetlin <daniel@chetlin.com>
5820              Date: Fri, 25 Aug 2000 12:23:16 -0700
5821              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
5822              
5823              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5824              From: Daniel Chetlin <daniel@chetlin.com>
5825              Date: Fri, 25 Aug 2000 14:47:19 -0700
5826              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
5827      Branch: perl
5828            ! installman
5829 ____________________________________________________________________________
5830 [  6823] By: jhi                                   on 2000/08/25  22:44:17
5831         Log: Timestamp problem?
5832      Branch: perl
5833            ! uconfig.h uconfig.sh
5834 ____________________________________________________________________________
5835 [  6822] By: jhi                                   on 2000/08/25  19:01:06
5836         Log: One forgotten file from #6816.
5837      Branch: perl
5838            ! vos/config.h
5839 ____________________________________________________________________________
5840 [  6821] By: jhi                                   on 2000/08/25  18:56:39
5841         Log: Regen Changes.
5842      Branch: perl
5843            ! Changes patchlevel.h
5844 ____________________________________________________________________________
5845 [  6820] By: jhi                                   on 2000/08/25  18:52:35
5846         Log: Fix Changes ordering.
5847      Branch: perl
5848            ! Changes
5849 ____________________________________________________________________________
5850 [  6819] By: jhi                                   on 2000/08/25  18:50:25
5851         Log: Update Changes.
5852      Branch: perl
5853            ! Changes patchlevel.h
5854 ____________________________________________________________________________
5855 [  6818] By: jhi                                   on 2000/08/25  18:47:45
5856         Log: Tweak the sfio/useperlio logic, hopefully as wished in
5857              
5858              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
5859              From: Nicholas Clark <nick@babyhippo.co.uk>
5860              Date: Fri, 25 Aug 2000 12:01:45 +0100
5861              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
5862      Branch: metaconfig/U/perl
5863            ! d_sfio.U
5864      Branch: perl
5865            ! Configure
5866 ____________________________________________________________________________
5867 [  6817] By: jhi                                   on 2000/08/25  18:32:51
5868         Log: Allow microperl to assume <math.h>, without it the math
5869              functions like floor() are assumed to return int, which makes
5870              for core dumps in machines where integer and floating register
5871              don't mix.
5872      Branch: perl
5873            ! uconfig.h uconfig.sh
5874 ____________________________________________________________________________
5875 [  6816] By: jhi                                   on 2000/08/25  18:27:17
5876         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
5877              the problem reported in
5878              
5879              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
5880              From: danhale@us.ibm.com
5881              Date: Fri, 25 Aug 2000 10:58:06 -0400
5882              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
5883      Branch: metaconfig/U/perl
5884            + d_socks5_init.U
5885      Branch: perl
5886            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
5887            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
5888            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
5889            ! win32/config.gc win32/config.vc
5890 ____________________________________________________________________________
5891 [  6815] By: jhi                                   on 2000/08/25  17:43:31
5892         Log: A solution for the retrieve_fd autosplit warning,
5893              idea suggested by Mike Guy.
5894      Branch: perl
5895            ! ext/Storable/Storable.pm
5896 ____________________________________________________________________________
5897 [  6814] By: jhi                                   on 2000/08/25  17:16:03
5898         Log: Add install-silent target.
5899      Branch: perl
5900            ! Makefile.SH
5901 ____________________________________________________________________________
5902 [  6813] By: jhi                                   on 2000/08/25  17:14:23
5903         Log: Subject: Re: [PATCH] More silencing of installman.
5904              From: <abigail@foad.org>
5905              Date: Thu, 24 Aug 2000 19:27:03 -0400
5906              Message-ID: <20000824232703.7001.qmail@foad.org>
5907              
5908              Subject: Re: [PATCH] More silencing of installman.
5909              From: <abigail@foad.org>
5910              Date: Fri, 25 Aug 2000 03:00:58 -0400
5911              Message-ID: <20000825070058.10697.qmail@foad.org>
5912      Branch: perl
5913            ! installman
5914 ____________________________________________________________________________
5915 [  6812] By: jhi                                   on 2000/08/25  17:11:28
5916         Log: installperl --verbose and --silent.
5917              
5918              Subject: Re: [PATCH] More silencing of installman.
5919              From: <abigail@foad.org>
5920              Message-ID: <20000825064430.9719.qmail@foad.org>
5921              Date: Fri, 25 Aug 2000 02:44:30 -0400
5922      Branch: perl
5923            ! installperl
5924 ____________________________________________________________________________
5925 [  6811] By: jhi                                   on 2000/08/25  17:05:43
5926         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
5927              From: "Peter J. Farley III" <pjfarley@banet.net>
5928              Date: Thu, 24 Aug 2000 21:58:03 -0400
5929              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
5930              
5931              (applied slightly modified)
5932      Branch: perl
5933            ! lib/ExtUtils/MM_Unix.pm
5934 ____________________________________________________________________________
5935 [  6810] By: jhi                                   on 2000/08/25  17:01:18
5936         Log: Missing parts of 
5937              
5938              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
5939              From: Peter Prymmer <pvhp@forte.com>
5940              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
5941              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
5942      Branch: perl
5943            ! t/lib/cgi-html.t
5944 ____________________________________________________________________________
5945 [  6809] By: jhi                                   on 2000/08/25  16:46:32
5946         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
5947              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5948              Date: Thu, 24 Aug 2000 19:13:11 -0500
5949              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
5950      Branch: perl
5951            ! vms/vms.c
5952 ____________________________________________________________________________
5953 [  6808] By: jhi                                   on 2000/08/25  16:39:22
5954         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
5955              From: Peter Prymmer <pvhp@forte.com>
5956              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
5957              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
5958      Branch: perl
5959            ! configure.com
5960 ____________________________________________________________________________
5961 [  6807] By: jhi                                   on 2000/08/25  16:36:37
5962         Log: Better wording for the vec lvalue diagnostic.
5963              
5964              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
5965              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
5966              Date: Wed, 23 Aug 2000 14:12:16 -0400
5967              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
5968      Branch: perl
5969            ! pod/perldiag.pod
5970 ____________________________________________________________________________
5971 [  6806] By: jhi                                   on 2000/08/24  18:17:22
5972         Log: Subject: [PATCH] More silencing of installman.
5973              From: <abigail@foad.org>
5974              Date: Thu, 24 Aug 2000 14:01:44 -0400
5975              Message-ID: <20000824180144.20062.qmail@foad.org>
5976      Branch: perl
5977            ! installman
5978 ____________________________________________________________________________
5979 [  6805] By: jhi                                   on 2000/08/24  15:00:31
5980         Log: Update Changes.
5981      Branch: perl
5982            ! Changes patchlevel.h
5983 ____________________________________________________________________________
5984 [  6804] By: jhi                                   on 2000/08/24  14:59:07
5985         Log: Regen perltoc.
5986      Branch: perl
5987            ! pod/perltoc.pod
5988 ____________________________________________________________________________
5989 [  6803] By: jhi                                   on 2000/08/24  14:44:39
5990         Log: Show the doc file, not the temp file.
5991      Branch: perl
5992            ! installman
5993 ____________________________________________________________________________
5994 [  6802] By: jhi                                   on 2000/08/24  14:41:53
5995         Log: Continue silencing.
5996      Branch: perl
5997            ! installman
5998 ____________________________________________________________________________
5999 [  6801] By: jhi                                   on 2000/08/24  14:34:40
6000         Log: Actually do something with the silencer option.
6001      Branch: perl
6002            ! installman
6003 ____________________________________________________________________________
6004 [  6800] By: jhi                                   on 2000/08/24  14:26:22
6005         Log: Make installman to recognize the silence flag -S.
6006      Branch: perl
6007            ! installman
6008 ____________________________________________________________________________
6009 [  6799] By: jhi                                   on 2000/08/24  13:49:38
6010         Log: DOS patches and portability/porting notes, from Tim Jenness.
6011      Branch: perl
6012            ! lib/File/Temp.pm
6013 ____________________________________________________________________________
6014 [  6798] By: jhi                                   on 2000/08/24  13:48:27
6015         Log: Create directories in silence.
6016              
6017              Subject: [PATCH] Another silencer for MakeMaker
6018              From: andreas.koenig@anima.de (Andreas J. Koenig)
6019              Date: 24 Aug 2000 14:18:52 +0200
6020              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
6021      Branch: perl
6022            ! lib/ExtUtils/Command.pm
6023 ____________________________________________________________________________
6024 [  6797] By: jhi                                   on 2000/08/24  13:46:42
6025         Log: More liberal parsing of version numbers.
6026              
6027              Subject: Re: CPAN.pm beta for testing available
6028              From: andreas.koenig@anima.de (Andreas J. Koenig)
6029              Date: 24 Aug 2000 13:51:57 +0200
6030              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
6031      Branch: perl
6032            ! lib/CPAN.pm
6033 ____________________________________________________________________________
6034 [  6796] By: jhi                                   on 2000/08/24  13:44:36
6035         Log: Make "make install" by default silent.  A new "install-verbose"
6036              target is verbose.
6037      Branch: perl
6038            ! Makefile.SH
6039 ____________________________________________________________________________
6040 [  6795] By: jhi                                   on 2000/08/24  13:39:14
6041         Log: Add silencer flags to installperl.
6042              
6043              Subject: [PATCH] Making installperl silent.
6044              From: <abigail@foad.org>
6045              Date: Thu, 24 Aug 2000 05:01:45 -0400
6046              Message-ID: <20000824090145.13141.qmail@foad.org>
6047      Branch: perl
6048            ! installperl
6049 ____________________________________________________________________________
6050 [  6794] By: jhi                                   on 2000/08/24  13:35:50
6051         Log: installperl couldn't tell whether it had run tests or not.
6052              
6053              Subject: [PATCH] Re: installperl and t/TEST
6054              From: <abigail@foad.org>
6055              Date: Thu, 24 Aug 2000 04:00:53 -0400
6056              Message-ID: <20000824080053.2494.qmail@foad.org>
6057      Branch: perl
6058            ! Makefile.SH installperl
6059 ____________________________________________________________________________
6060 [  6793] By: jhi                                   on 2000/08/24  13:27:50
6061         Log: Drop the separate perlbc, perlcc -b should be enough.
6062      Branch: perl
6063            - utils/perlbc.PL
6064            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
6065 ____________________________________________________________________________
6066 [  6792] By: jhi                                   on 2000/08/24  04:41:30
6067         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
6068              plus the typo fix from Peter Prymmer.
6069      Branch: perl
6070            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
6071            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6072 ____________________________________________________________________________
6073 [  6791] By: jhi                                   on 2000/08/24  02:10:43
6074         Log: Replace #6705 with a minimal doc patch.
6075              
6076              Subject: [PATCH 5.6.0] replace change #6705
6077              From: Jan Dubois <jand@ActiveState.com>
6078              Date: Wed, 23 Aug 2000 18:31:51 -0700
6079              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
6080      Branch: perl
6081            ! lib/Win32.pod win32/win32.c
6082 ____________________________________________________________________________
6083 [  6790] By: jhi                                   on 2000/08/23  17:52:00
6084         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
6085              From: Mike Guy <mjtg@cam.ac.uk>
6086              Date: Wed, 23 Aug 2000 18:38:46 +0100
6087              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
6088      Branch: perl
6089            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
6090 ____________________________________________________________________________
6091 [  6789] By: jhi                                   on 2000/08/23  15:34:21
6092         Log: Update Changes.
6093      Branch: perl
6094            ! Changes patchlevel.h
6095 ____________________________________________________________________________
6096 [  6788] By: jhi                                   on 2000/08/23  15:33:40
6097         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
6098              From: Wilfredo Sánchez <wsanchez@apple.com>
6099              Date: Tue, 22 Aug 2000 19:31:27 -0700
6100              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
6101      Branch: perl
6102            ! perl.h
6103 ____________________________________________________________________________
6104 [  6787] By: jhi                                   on 2000/08/23  15:29:31
6105         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
6106              From: Spider Boardman <spider@leggy.zk3.dec.com>
6107              Date: Wed, 23 Aug 2000 10:33:23 -0400
6108              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
6109      Branch: perl
6110            ! lib/Pod/Html.pm
6111 ____________________________________________________________________________
6112 [  6786] By: jhi                                   on 2000/08/23  15:28:11
6113         Log: Bad makefile.
6114      Branch: perl
6115            ! ext/B/Makefile.PL
6116 ____________________________________________________________________________
6117 [  6785] By: jhi                                   on 2000/08/23  14:37:04
6118         Log: Update Changes.
6119      Branch: perl
6120            ! Changes patchlevel.h
6121 ____________________________________________________________________________
6122 [  6784] By: jhi                                   on 2000/08/23  13:58:41
6123         Log: Portability fix from Hugo van der Sanden.
6124      Branch: perl
6125            ! ext/re/Makefile.PL
6126 ____________________________________________________________________________
6127 [  6783] By: jhi                                   on 2000/08/23  13:53:53
6128         Log: Storable support, v-version fixes.
6129              
6130              Subject: CPAN.pm beta for testing available
6131              From: andreas.koenig@anima.de (Andreas J. Koenig)
6132              Date: 22 Aug 2000 23:31:33 +0200
6133              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
6134      Branch: perl
6135            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6136 ____________________________________________________________________________
6137 [  6782] By: jhi                                   on 2000/08/23  13:51:26
6138         Log: Mac and other portability updates from Chris Nandor.
6139      Branch: perl
6140            ! pod/perlmodinstall.pod
6141 ____________________________________________________________________________
6142 [  6781] By: jhi                                   on 2000/08/23  13:47:33
6143         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
6144              From: Peter Prymmer <pvhp@forte.com>
6145              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
6146              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
6147      Branch: perl
6148            ! ext/Storable/Storable.xs
6149 ____________________________________________________________________________
6150 [  6780] By: jhi                                   on 2000/08/23  13:33:34
6151         Log: VMS MMS (make) wants null action.
6152      Branch: perl
6153            ! ext/B/Makefile.PL
6154 ____________________________________________________________________________
6155 [  6779] By: jhi                                   on 2000/08/22  19:44:47
6156         Log: Forgot portability nit.
6157      Branch: perl
6158            ! t/lib/st-forgive.t
6159 ____________________________________________________________________________
6160 [  6778] By: jhi                                   on 2000/08/22  19:35:25
6161         Log: Be portable.
6162      Branch: perl
6163            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
6164            ! t/lib/st-store.t
6165 ____________________________________________________________________________
6166 [  6777] By: jhi                                   on 2000/08/22  18:50:53
6167         Log: Update Changes.
6168      Branch: perl
6169            ! Changes patchlevel.h
6170 ____________________________________________________________________________
6171 [  6776] By: jhi                                   on 2000/08/22  18:44:46
6172         Log: cSVOPo_*v things index into the current PL_curpad
6173              under ithreads, which is different from the curpad
6174              used by the XSUB.  (In other words, the code as-is
6175              before this patch wouldn't work under ithreads.)
6176              From Sarathy.
6177      Branch: perl
6178            ! ext/B/B.xs
6179 ____________________________________________________________________________
6180 [  6775] By: jhi                                   on 2000/08/22  18:18:37
6181         Log: Make the selection of NVff et al stricter.
6182      Branch: metaconfig/U/perl
6183            ! perlxvf.U
6184      Branch: perl
6185            ! Configure config_h.SH
6186 ____________________________________________________________________________
6187 [  6774] By: jhi                                   on 2000/08/22  17:19:42
6188         Log: perldelta nits.
6189      Branch: perl
6190            ! pod/perldelta.pod
6191 ____________________________________________________________________________
6192 [  6773] By: jhi                                   on 2000/08/22  17:06:26
6193         Log: Long double fixes from Spider Boardman.
6194              
6195              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
6196              From: system PRIVILEGED account <root@peano.zk3.dec.com>
6197              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
6198              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
6199      Branch: perl
6200            ! t/lib/bigfltpm.t t/lib/st-06compat.t
6201 ____________________________________________________________________________
6202 [  6772] By: jhi                                   on 2000/08/22  15:04:53
6203         Log: Update Changes.
6204      Branch: perl
6205            ! Changes patchlevel.h
6206 ____________________________________________________________________________
6207 [  6771] By: jhi                                   on 2000/08/22  15:01:44
6208         Log: perldelta fixes from Hugo van der Sanden.
6209      Branch: perl
6210            ! pod/perldelta.pod
6211 ____________________________________________________________________________
6212 [  6770] By: jhi                                   on 2000/08/22  14:34:49
6213         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
6214              From: Hugo <hv@crypt.compulink.co.uk>
6215              Date: Tue, 22 Aug 2000 11:21:53 +0100
6216              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
6217      Branch: perl
6218            ! regcomp.c
6219 ____________________________________________________________________________
6220 [  6769] By: jhi                                   on 2000/08/22  14:30:02
6221         Log: Add Yitzchak, reformat.
6222      Branch: perl
6223            ! Changes config_h.SH
6224 ____________________________________________________________________________
6225 [  6768] By: jhi                                   on 2000/08/22  14:21:35
6226         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
6227              and Spider Boardman.
6228      Branch: metaconfig
6229            ! U/compline/d_gconvert.U
6230      Branch: perl
6231            ! Configure
6232 ____________________________________________________________________________
6233 [  6767] By: jhi                                   on 2000/08/22  14:11:24
6234         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
6235              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6236              Date: Mon, 21 Aug 2000 19:08:31 -0700
6237              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
6238      Branch: perl
6239            - ext/Storable/patchlevel.h
6240            ! MANIFEST ext/Storable/MANIFEST
6241 ____________________________________________________________________________
6242 [  6766] By: jhi                                   on 2000/08/22  13:49:29
6243         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
6244              From: Peter Prymmer <pvhp@forte.com>
6245              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
6246              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
6247      Branch: perl
6248            ! configure.com ext/Storable/Makefile.PL
6249 ____________________________________________________________________________
6250 [  6765] By: jhi                                   on 2000/08/22  13:44:59
6251         Log: Subject: [PATCH blead] B:: missing dependency
6252              From: Hugo <hv@crypt.compulink.co.uk>
6253              Date: Tue, 22 Aug 2000 06:44:33 +0100
6254              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
6255      Branch: perl
6256            ! ext/B/Makefile.PL
6257 ____________________________________________________________________________
6258 [  6764] By: jhi                                   on 2000/08/22  13:38:12
6259         Log: More bytecompiler.
6260      Branch: perl
6261            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
6262 ____________________________________________________________________________
6263 [  6763] By: jhi                                   on 2000/08/22  13:36:44
6264         Log: Bytecompiler patches from Benjamin Stuhl.
6265      Branch: perl
6266            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
6267            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
6268            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
6269            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6270            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
6271            ! perl.c perlapi.h pod/perldelta.pod
6272 ____________________________________________________________________________
6273 [  6762] By: jhi                                   on 2000/08/21  23:43:40
6274         Log: An obsoleted diagnostic.
6275      Branch: perl
6276            ! pod/perldelta.pod
6277 ____________________________________________________________________________
6278 [  6761] By: jhi                                   on 2000/08/21  23:01:45
6279         Log: The #6759 wasn't quite right.
6280      Branch: perl
6281            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
6282            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
6283            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6284            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6285            ! t/lib/st-tieditems.t
6286 ____________________________________________________________________________
6287 [  6760] By: jhi                                   on 2000/08/21  22:35:49
6288         Log: Be verydeepclean.
6289      Branch: perl
6290            ! Makefile.SH
6291 ____________________________________________________________________________
6292 [  6759] By: jhi                                   on 2000/08/21  22:25:40
6293         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
6294              From: Peter Prymmer <pvhp@forte.com>
6295              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
6296              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
6297      Branch: perl
6298            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
6299            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
6300            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6301            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6302            ! t/lib/st-tieditems.t
6303 ____________________________________________________________________________
6304 [  6758] By: jhi                                   on 2000/08/21  22:22:32
6305         Log: Few more casts, need reported in
6306              
6307              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
6308              From: Mike Stok <mike@stok.co.uk>
6309              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
6310              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
6311              
6312              and
6313              
6314              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
6315              From: abigail@foad.org
6316              Date: 21 Aug 2000 21:31:34 -0000
6317              Message-Id: <20000821213134.30170.qmail@foad.org>
6318      Branch: perl
6319            ! ext/Storable/Storable.xs
6320 ____________________________________________________________________________
6321 [  6757] By: jhi                                   on 2000/08/21  18:37:07
6322         Log: Update Changes.
6323      Branch: perl
6324            ! Changes patchlevel.h
6325 ____________________________________________________________________________
6326 [  6756] By: jhi                                   on 2000/08/21  18:34:02
6327         Log: A pod nit.
6328              
6329              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
6330              From: <abigail@foad.org>
6331              Date: Mon, 21 Aug 2000 14:00:16 -0400
6332              Message-ID: <20000821180016.28627.qmail@foad.org>
6333      Branch: perl
6334            ! pod/perlre.pod
6335 ____________________________________________________________________________
6336 [  6755] By: jhi                                   on 2000/08/21  18:30:56
6337         Log: Use PodParser 1.18 new test.
6338      Branch: perl
6339            ! t/pod/special_seqs.t t/pod/special_seqs.xr
6340 ____________________________________________________________________________
6341 [  6754] By: jhi                                   on 2000/08/21  18:28:35
6342         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
6343              patches cannot be applied since #6712 conflicts.
6344      Branch: perl
6345            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
6346 ____________________________________________________________________________
6347 [  6753] By: jhi                                   on 2000/08/21  18:15:11
6348         Log: Weed out some smaller changes.
6349      Branch: perl
6350            ! pod/perldelta.pod
6351 ____________________________________________________________________________
6352 [  6752] By: jhi                                   on 2000/08/21  18:02:30
6353         Log: Also under djgpp the timestamps are funky.
6354      Branch: perl
6355            ! t/op/stat.t
6356 ____________________________________________________________________________
6357 [  6751] By: jhi                                   on 2000/08/21  17:55:56
6358         Log: Tweak the floating point output routine preferences.
6359      Branch: metaconfig
6360            ! U/compline/d_gconvert.U
6361      Branch: perl
6362            ! Configure
6363 ____________________________________________________________________________
6364 [  6750] By: jhi                                   on 2000/08/21  17:51:29
6365         Log: Unicos/mk requires elaborate paranoia.
6366      Branch: perl
6367            ! lib/Math/Complex.pm
6368 ____________________________________________________________________________
6369 [  6749] By: gsar                                  on 2000/08/21  16:53:31
6370         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
6371      Branch: perl
6372            ! lib/Cwd.pm
6373 ____________________________________________________________________________
6374 [  6748] By: gsar                                  on 2000/08/21  16:22:19
6375         Log: free TLS slot properly on Windows
6376      Branch: perl
6377            ! thread.h win32/perllib.c win32/win32thread.h
6378 ____________________________________________________________________________
6379 [  6747] By: jhi                                   on 2000/08/21  16:20:58
6380         Log: Rename the macro argument because some preprocessors
6381              can't tell the difference and expand arguments also inside
6382              double quoted strings.
6383      Branch: perl
6384            ! regcomp.c
6385 ____________________________________________________________________________
6386 [  6746] By: jhi                                   on 2000/08/21  16:09:41
6387         Log: Support long doubles in Storable.
6388              
6389              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
6390              From: Radu Greab <radu@netsoft.ro>
6391              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
6392              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
6393      Branch: perl
6394            ! ext/Storable/Storable.xs
6395 ____________________________________________________________________________
6396 [  6745] By: jhi                                   on 2000/08/21  15:51:40
6397         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
6398              From: "Fifer, Eric" <EFifer@sanwaint.com>
6399              Date: Mon, 21 Aug 2000 15:34:49 +0100
6400              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
6401      Branch: perl
6402            ! t/pragma/warn/9enabled
6403 ____________________________________________________________________________
6404 [  6744] By: jhi                                   on 2000/08/21  15:39:35
6405         Log: Document the endianness of Alpha more precisely.
6406      Branch: perl
6407            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
6408            ! pod/perlport.pod
6409 ____________________________________________________________________________
6410 [  6743] By: jhi                                   on 2000/08/21  14:47:05
6411         Log: perldelta fixes from the p5p crowd.
6412      Branch: perl
6413            ! pod/perldelta.pod pod/perlop.pod
6414 ____________________________________________________________________________
6415 [  6742] By: jhi                                   on 2000/08/21  13:34:51
6416         Log: Update to Pod::LaTeX 0.53.
6417              
6418              Subject: [PATCH] lib/Pod/LaTeX.pm updates
6419              From: Tim Jenness <timj@jach.hawaii.edu>
6420              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
6421              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
6422      Branch: perl
6423            ! lib/Pod/LaTeX.pm
6424 ____________________________________________________________________________
6425 [  6741] By: jhi                                   on 2000/08/21  13:33:01
6426         Log: Subject: [PATCH] os2.c fix for use64bitint
6427              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6428              Date: Mon, 21 Aug 2000 01:32:25 -0700
6429              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
6430      Branch: perl
6431            ! os2/os2.c
6432 ____________________________________________________________________________
6433 [  6740] By: jhi                                   on 2000/08/21  13:28:52
6434         Log: Array context keeps slithering in.
6435              
6436              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
6437              From: Daniel Chetlin <daniel@chetlin.com>
6438              Date: Sun, 20 Aug 2000 21:40:25 -0700
6439              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
6440      Branch: perl
6441            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
6442            ! pod/perldebtut.pod
6443 ____________________________________________________________________________
6444 [  6739] By: jhi                                   on 2000/08/21  13:23:55
6445         Log: Big-endian quad fixes for Storable from Radu Greab,
6446              plus few explicit null casts for picky compilers.
6447      Branch: perl
6448            ! ext/Storable/Storable.xs
6449 ____________________________________________________________________________
6450 [  6738] By: gsar                                  on 2000/08/21  05:56:13
6451         Log: small tweaks for change#6705: avoid C++ style comments in C code;
6452              use Perl's malloc API rather than the low level system one
6453      Branch: perl
6454            ! win32/win32.c
6455 ____________________________________________________________________________
6456 [  6737] By: gsar                                  on 2000/08/21  05:35:41
6457         Log: add Storable to list of extensions on Windows
6458      Branch: perl
6459            ! win32/Makefile win32/makefile.mk
6460 ____________________________________________________________________________
6461 [  6736] By: jhi                                   on 2000/08/21  02:57:53
6462         Log: Update Changes.
6463      Branch: perl
6464            ! Changes patchlevel.h
6465 ____________________________________________________________________________
6466 [  6735] By: jhi                                   on 2000/08/21  02:57:20
6467         Log: Draft 0.
6468      Branch: perl
6469            ! pod/perldelta.pod
6470 ____________________________________________________________________________
6471 [  6734] By: jhi                                   on 2000/08/21  02:57:03
6472         Log: Add Storable 0.7.2 from Raphael Manfredi,
6473              plus the patch from
6474              
6475              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
6476              From: Radu Greab <radu@netsoft.ro>
6477              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
6478              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
6479              
6480              plus changes to get Storable to compile with
6481              picky ANSI compilers.
6482      Branch: perl
6483            + ext/Storable/ChangeLog ext/Storable/MANIFEST
6484            + ext/Storable/Makefile.PL ext/Storable/README
6485            + ext/Storable/Storable.pm ext/Storable/Storable.xs
6486            + ext/Storable/patchlevel.h t/lib/st-06compat.t
6487            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
6488            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
6489            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6490            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6491            + t/lib/st-tieditems.t
6492            ! MANIFEST
6493 ____________________________________________________________________________
6494 [  6733] By: jhi                                   on 2000/08/21  02:29:09
6495         Log: The correct cleaning order is an art.
6496      Branch: perl
6497            ! Makefile.SH
6498 ____________________________________________________________________________
6499 [  6732] By: jhi                                   on 2000/08/21  01:23:39
6500         Log: The #6724 is here.
6501      Branch: perl
6502            ! t/lib/ftmp-security.t
6503 ____________________________________________________________________________
6504 [  6731] By: jhi                                   on 2000/08/20  23:17:03
6505         Log: s/this one/the 5.6.0 release/
6506      Branch: perl
6507            ! pod/perl56delta.pod
6508 ____________________________________________________________________________
6509 [  6730] By: jhi                                   on 2000/08/20  23:07:34
6510         Log: Mention perlebcdic and perlposix-bc.
6511      Branch: perl
6512            ! pod/perlport.pod
6513 ____________________________________________________________________________
6514 [  6729] By: jhi                                   on 2000/08/20  21:32:59
6515         Log: Document the number of exponent digits.
6516      Branch: perl
6517            ! pod/perlfunc.pod
6518 ____________________________________________________________________________
6519 [  6728] By: jhi                                   on 2000/08/20  21:16:47
6520         Log: Use File::Spec->tmpdir().
6521              
6522              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
6523              From: Tim Jenness <timj@jach.hawaii.edu>
6524              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
6525              MIME-Version: 1.0
6526              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
6527      Branch: perl
6528            ! utils/perlbug.PL
6529 ____________________________________________________________________________
6530 [  6727] By: jhi                                   on 2000/08/20  20:43:32
6531         Log: Update Changes.
6532      Branch: perl
6533            ! Changes patchlevel.h
6534 ____________________________________________________________________________
6535 [  6726] By: jhi                                   on 2000/08/20  20:41:44
6536         Log: The veryclean target needs to clobber.
6537      Branch: perl
6538            ! Makefile.SH
6539 ____________________________________________________________________________
6540 [  6725] By: jhi                                   on 2000/08/20  20:37:38
6541         Log: Document odd vs even subreleases and -Dusedevel.
6542      Branch: perl
6543            ! INSTALL
6544 ____________________________________________________________________________
6545 [  6724] By: jhi                                   on 2000/08/20  19:58:05
6546         Log: Use temporary directory instead of current directory.
6547              
6548              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
6549              From: Tim Jenness <timj@jach.hawaii.edu>
6550              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
6551              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
6552      Branch: perl
6553            ! t/lib/ftmp-security.t
6554 ____________________________________________________________________________
6555 [  6723] By: jhi                                   on 2000/08/20  19:55:55
6556         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
6557              From: andreas.koenig@anima.de (Andreas J. Koenig)
6558              Date: 20 Aug 2000 15:52:03 +0200
6559              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
6560      Branch: perl
6561            ! lib/ExtUtils/MM_Unix.pm
6562 ____________________________________________________________________________
6563 [  6722] By: jhi                                   on 2000/08/20  19:46:01
6564         Log: Update to CGI 2.72, from Lincoln Stein.
6565      Branch: perl
6566            ! lib/CGI.pm
6567 ____________________________________________________________________________
6568 [  6721] By: jhi                                   on 2000/08/20  19:43:54
6569         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
6570              From: Radu Greab <radu@netsoft.ro>
6571              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
6572              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
6573      Branch: perl
6574            ! ext/GDBM_File/GDBM_File.xs
6575 ____________________________________________________________________________
6576 [  6720] By: jhi                                   on 2000/08/20  19:42:01
6577         Log: pp_open() could pass an uninitialized filename down to do_open9().
6578      Branch: perl
6579            ! pp_sys.c
6580 ____________________________________________________________________________
6581 [  6719] By: jhi                                   on 2000/08/20  14:06:41
6582         Log: UTF8 concat fixes.
6583              
6584              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
6585              From: Hugo <hv@crypt.compulink.co.uk>
6586              Date: Sun, 20 Aug 2000 07:30:46 +0100
6587              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
6588      Branch: perl
6589            ! pp_hot.c t/op/append.t
6590 ____________________________________________________________________________
6591 [  6718] By: jhi                                   on 2000/08/20  02:09:37
6592         Log: Let's try #6717 again.
6593      Branch: perl
6594            ! lib/File/Temp.pm
6595 ____________________________________________________________________________
6596 [  6717] By: jhi                                   on 2000/08/20  01:56:55
6597         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
6598              From: "Craig A. Berry" <craig.berry@metamorgs.com>
6599              Date: Sat, 19 Aug 2000 18:15:39 -0500
6600              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
6601      Branch: perl
6602            ! lib/File/Temp.pm
6603 ____________________________________________________________________________
6604 [  6716] By: jhi                                   on 2000/08/19  15:50:11
6605         Log: Update Changes.
6606      Branch: perl
6607            ! Changes patchlevel.h
6608 ____________________________________________________________________________
6609 [  6715] By: jhi                                   on 2000/08/19  15:39:09
6610         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
6611              From: Jonathan D Johnston <jdjohnston2@juno.com>
6612              Date: Thu, 17 Aug 2000 23:13:01 -0400       
6613              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
6614      Branch: perl
6615            ! pod/perlfunc.pod
6616 ____________________________________________________________________________
6617 [  6714] By: jhi                                   on 2000/08/19  15:34:04
6618         Log: Introduce a 'veryclean' target that is like 'distclean'
6619              but also removes *~ and *.orig.
6620      Branch: perl
6621            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
6622            ! utils/Makefile x2p/Makefile.SH
6623 ____________________________________________________________________________
6624 [  6713] By: jhi                                   on 2000/08/19  14:15:45
6625         Log: Put back the long double avoidance code to POSIX.xs
6626              because VMS seems to need it still.
6627      Branch: perl
6628            ! ext/POSIX/POSIX.xs
6629 ____________________________________________________________________________
6630 [  6712] By: jhi                                   on 2000/08/19  14:10:41
6631         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
6632              From: Peter Prymmer <pvhp@forte.com>
6633              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
6634              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
6635      Branch: perl
6636            ! lib/Pod/Find.pm t/pod/find.t
6637 ____________________________________________________________________________
6638 [  6711] By: jhi                                   on 2000/08/19  14:09:19
6639         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
6640              From: Peter Prymmer <pvhp@forte.com>
6641              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
6642              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
6643              cc: vmsperl@perl.org
6644      Branch: perl
6645            ! t/lib/peek.t
6646 ____________________________________________________________________________
6647 [  6710] By: jhi                                   on 2000/08/19  14:08:01
6648         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
6649              From: Jan Dubois <jand@ActiveState.com>
6650              Date: Fri, 18 Aug 2000 16:31:48 -0700
6651              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
6652      Branch: perl
6653            ! win32/win32.c
6654 ____________________________________________________________________________
6655 [  6709] By: jhi                                   on 2000/08/19  14:06:57
6656         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
6657              
6658              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
6659              From: Spider.Boardman@Orb.Nashua.NH.US
6660              Date: Fri, 18 Aug 2000 18:41:14 -0400
6661              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
6662      Branch: perl
6663            ! regcomp.c
6664 ____________________________________________________________________________
6665 [  6708] By: jhi                                   on 2000/08/18  22:04:49
6666         Log: Update Changes.
6667      Branch: perl
6668            ! Changes patchlevel.h
6669 ____________________________________________________________________________
6670 [  6707] By: jhi                                   on 2000/08/18  21:55:14
6671         Log: Add warnif(), check warnings further up the stack,
6672              all the warnings functions now can take an optional object reference.
6673              
6674              Subject: [PATCH bleedperl@6691] warnings pragma update
6675              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6676              Date: Fri, 18 Aug 2000 22:42:06 +0100
6677              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
6678      Branch: perl
6679            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
6680            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
6681            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
6682 ____________________________________________________________________________
6683 [  6706] By: jhi                                   on 2000/08/18  21:41:45
6684         Log: Typo in pp_complement().
6685              
6686              Subject: [PATCH perl-current] Deparse
6687              From: Peter Scott <Peter@PSDT.com>
6688              Date: Fri, 18 Aug 2000 12:44:37 -0700
6689              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
6690      Branch: perl
6691            ! ext/B/B/Deparse.pm
6692 ____________________________________________________________________________
6693 [  6705] By: jhi                                   on 2000/08/18  21:25:59
6694         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
6695              From: Jan Dubois <jand@ActiveState.com>
6696              Date: Fri, 18 Aug 2000 14:22:51 -0700
6697              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
6698      Branch: perl
6699            ! lib/Win32.pod win32/win32.c
6700 ____________________________________________________________________________
6701 [  6704] By: jhi                                   on 2000/08/18  21:16:14
6702         Log: Don't eat leading os from index entries.
6703              
6704              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
6705              From: Russ Allbery <rra@stanford.edu>
6706              Date: 10 Aug 2000 20:49:25 -0700
6707              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
6708      Branch: perl
6709            ! lib/Pod/Man.pm
6710 ____________________________________________________________________________
6711 [  6703] By: jhi                                   on 2000/08/18  21:07:06
6712         Log: Add [[:blank:]] as suggested in
6713              
6714              Subject: [ID 20000716.024] [=cc=] / [:blank:]
6715              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
6716              Date: Sun, 16 Jul 2000 17:55:29 -0700
6717              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
6718              
6719              (the [=cc=] has already been taken care of by #6439
6720              so the whole bug report can be closed)
6721              
6722              and make [[:space:]] to be equivalent to isspace(3)
6723              (as opposed to \s, which is isSPACE()).  The difference
6724              is that now [[:space:]] matches the mythical vertical tab,
6725              while \s doesn't.
6726      Branch: perl
6727            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
6728            ! regexec.c t/op/pat.t
6729 ____________________________________________________________________________
6730 [  6702] By: jhi                                   on 2000/08/18  18:47:47
6731         Log: The new tests were missing from #6415.
6732      Branch: perl
6733            ! t/op/bop.t
6734 ____________________________________________________________________________
6735 [  6701] By: jhi                                   on 2000/08/18  18:20:40
6736         Log: Document the NDBM_File and ODBM_File as SDBM_File
6737              was documented in #6417.
6738      Branch: perl
6739            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6740            ! ext/SDBM_File/SDBM_File.pm
6741 ____________________________________________________________________________
6742 [  6700] By: jhi                                   on 2000/08/18  18:10:39
6743         Log: Subject: [PATCH perl@6698] cygwin port
6744              From: "Fifer, Eric" <EFifer@sanwaint.com>
6745              Date: Fri, 18 Aug 2000 17:30:05 +0100
6746              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
6747      Branch: perl
6748            ! lib/File/Temp.pm
6749 ____________________________________________________________________________
6750 [  6699] By: jhi                                   on 2000/08/18  16:21:49
6751         Log: Document code point which makes if (defined %stash::) to work
6752              (noted by Spider Boardman).
6753      Branch: perl
6754            ! op.c
6755 ____________________________________________________________________________
6756 [  6698] By: jhi                                   on 2000/08/18  13:43:27
6757         Log: Update Changes.
6758      Branch: perl
6759            ! Changes patchlevel.h
6760 ____________________________________________________________________________
6761 [  6697] By: jhi                                   on 2000/08/18  13:35:57
6762         Log: Tiny Getopt::Long patch from Johan Vromans.
6763      Branch: perl
6764            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
6765 ____________________________________________________________________________
6766 [  6696] By: jhi                                   on 2000/08/18  13:26:14
6767         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
6768              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
6769              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
6770              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
6771      Branch: perl
6772            ! pod/perldiag.pod pod/perlsyn.pod
6773 ____________________________________________________________________________
6774 [  6695] By: jhi                                   on 2000/08/18  13:13:26
6775         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
6776              From: Daniel Chetlin <daniel@chetlin.com>
6777              Date: Fri, 18 Aug 2000 03:13:36 -0700
6778              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
6779      Branch: perl
6780            ! pod/perlfunc.pod
6781 ____________________________________________________________________________
6782 [  6694] By: jhi                                   on 2000/08/18  13:08:05
6783         Log: Subject: [PATCH] perltrap.pod spring cleaning
6784              From: Daniel Chetlin <daniel@chetlin.com>
6785              Date: Fri, 18 Aug 2000 03:06:54 -0700
6786              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
6787              
6788              plus Mike Guy's nitfix.
6789      Branch: perl
6790            ! pod/perltrap.pod
6791 ____________________________________________________________________________
6792 [  6693] By: jhi                                   on 2000/08/18  13:00:26
6793         Log: Unbuffer the output.
6794              
6795              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
6796              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6797              Date: Thu, 17 Aug 2000 18:39:29 -0700
6798              Message-ID: <RPJn5gzkgydf092yn@efn.org>
6799      Branch: perl
6800            ! t/op/fork.t
6801 ____________________________________________________________________________
6802 [  6692] By: jhi                                   on 2000/08/18  05:19:17
6803         Log: Delete the image, too, not just its MANIFEStation.
6804      Branch: perl
6805            - lib/CGI/eg/wilogo.gif
6806 ____________________________________________________________________________
6807 [  6691] By: jhi                                   on 2000/08/18  05:10:26
6808         Log: Propagate new Configure vars.
6809      Branch: perl
6810            ! configure.com epoc/config.sh uconfig.h uconfig.sh
6811            ! vos/config.def vos/config.h vos/config_h.SH_orig
6812            ! win32/config.bc win32/config.gc win32/config.vc
6813            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6814 ____________________________________________________________________________
6815 [  6690] By: jhi                                   on 2000/08/18  04:30:56
6816         Log: Update Changes.
6817      Branch: perl
6818            ! Changes patchlevel.h
6819 ____________________________________________________________________________
6820 [  6689] By: jhi                                   on 2000/08/18  04:12:30
6821         Log: Fix the lib/complex failure of
6822              
6823              From: abigail@foad.org
6824              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
6825              Date: 15 Aug 2000 04:06:38 -0000
6826              Message-Id: <20000815040638.8524.qmail@foad.org> 
6827              
6828              Linux long double accuracy issue: something that
6829              when printed with %g looks like "2" but int() of it is 1.
6830      Branch: perl
6831            ! lib/Math/Complex.pm
6832 ____________________________________________________________________________
6833 [  6688] By: jhi                                   on 2000/08/18  03:15:35
6834         Log: The byteorder code in #6671 was wrong.
6835      Branch: perl
6836            ! configpm
6837 ____________________________________________________________________________
6838 [  6687] By: jhi                                   on 2000/08/18  02:08:42
6839         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
6840              From: Jan Dubois <jand@ActiveState.com>
6841              Date: Thu, 17 Aug 2000 18:31:55 -0700
6842              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
6843      Branch: perl
6844            ! sv.c
6845 ____________________________________________________________________________
6846 [  6686] By: jhi                                   on 2000/08/18  02:04:15
6847         Log: Use NVs in POSIX math, not doubles.
6848              
6849              From: abigail@foad.org
6850              Subject: [ID 20000817.014] POSIX & modfl
6851              Date: 17 Aug 2000 20:49:18 -0000
6852              Message-Id: <20000817204918.23123.qmail@foad.org>
6853      Branch: perl
6854            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
6855 ____________________________________________________________________________
6856 [  6685] By: jhi                                   on 2000/08/18  02:02:12
6857         Log: Introduce NVef, NVff, and NVgf, use the middle one.
6858              (helps for lib/peek + Linux + long doubles)  Reported in
6859              
6860              From: abigail@foad.org
6861              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
6862              Date: 15 Aug 2000 04:06:38 -0000
6863              Message-Id: <20000815040638.8524.qmail@foad.org> 
6864              
6865              (note: the lib/complex failure has not yet been addressed)
6866      Branch: metaconfig/U/perl
6867            ! perlxvf.U
6868      Branch: perl
6869            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6870            ! config_h.SH dump.c perl.h pod/perlguts.pod
6871 ____________________________________________________________________________
6872 [  6684] By: jhi                                   on 2000/08/17  23:22:19
6873         Log: Add byteorder to the myconfig output.
6874      Branch: perl
6875            ! myconfig.SH
6876 ____________________________________________________________________________
6877 [  6683] By: jhi                                   on 2000/08/17  23:20:19
6878         Log: The image doth not exist, spotted by Johan Vromans.
6879      Branch: perl
6880            ! MANIFEST
6881 ____________________________________________________________________________
6882 [  6682] By: jhi                                   on 2000/08/17  22:38:16
6883         Log: Document what the backtick returns if the command fails.
6884      Branch: perl
6885            ! pod/perlop.pod
6886 ____________________________________________________________________________
6887 [  6681] By: jhi                                   on 2000/08/17  22:33:12
6888         Log: Do not use prototyping here.
6889              
6890              Subject: [ID 20000817.016] [PATCH] Peek.xs
6891              From: abigail@foad.org
6892              Date: 17 Aug 2000 20:55:56 -0000
6893              Message-Id: <20000817205556.24270.qmail@foad.org>
6894      Branch: perl
6895            ! ext/Devel/Peek/Makefile.PL
6896 ____________________________________________________________________________
6897 [  6680] By: jhi                                   on 2000/08/17  19:46:43
6898         Log: Don't propose using modules built for 5.005 if no binary
6899              compatibility with 5.005 is attempted.
6900              
6901              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6902              Subject: Minor nit with 5.7.0 (6655)
6903              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
6904              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
6905      Branch: metaconfig
6906            ! U/installdirs/inc_version_list.U
6907      Branch: perl
6908            ! Configure config_h.SH
6909 ____________________________________________________________________________
6910 [  6679] By: jhi                                   on 2000/08/17  19:16:39
6911         Log: Microperl config update.
6912      Branch: perl
6913            ! uconfig.h uconfig.sh
6914 ____________________________________________________________________________
6915 [  6678] By: jhi                                   on 2000/08/17  19:16:13
6916         Log: The #6648 wasn't protective enough for limited platforms
6917              (like microperl).
6918      Branch: perl
6919            ! dump.c sv.c
6920 ____________________________________________________________________________
6921 [  6677] By: jhi                                   on 2000/08/17  14:46:35
6922         Log: Update Changes.
6923      Branch: perl
6924            ! Changes patchlevel.h
6925 ____________________________________________________________________________
6926 [  6676] By: jhi                                   on 2000/08/17  14:44:02
6927         Log: Add perlebcdic from Peter Prymmer, regen toc.
6928      Branch: perl
6929            + pod/perlebcdic.pod
6930            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6931 ____________________________________________________________________________
6932 [  6675] By: jhi                                   on 2000/08/17  14:41:52
6933         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
6934      Branch: perl
6935            ! pod/perldebtut.pod
6936 ____________________________________________________________________________
6937 [  6674] By: jhi                                   on 2000/08/17  14:29:43
6938         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
6939              
6940              Subject: [ID 20000724.006] -DLEAKTEST problem
6941              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
6942              Date: Tue, 25 Jul 2000 00:36:32 -0500
6943              Message-Id: <20000725003632.A26186@www.llamacom.com>
6944              
6945              Reminder sent
6946              
6947              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
6948              From: Hugo <hv@crypt.compulink.co.uk>
6949              Date: Thu, 17 Aug 2000 15:23:42 +0100
6950              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
6951      Branch: perl
6952            ! util.c
6953 ____________________________________________________________________________
6954 [  6673] By: jhi                                   on 2000/08/17  04:07:10
6955         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
6956              From: John Peacock <JPeacock@UnivPress.com>
6957              Date: Tue, 01 Aug 2000 09:38:12 -0400
6958              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
6959      Branch: perl
6960            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
6961 ____________________________________________________________________________
6962 [  6672] By: jhi                                   on 2000/08/17  03:04:35
6963         Log: Subject: [PATCH] Cwd.pm now uses strict
6964              From: Tim Jenness <timj@jach.hawaii.edu>
6965              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
6966              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
6967      Branch: perl
6968            ! lib/Cwd.pm
6969 ____________________________________________________________________________
6970 [  6671] By: jhi                                   on 2000/08/17  02:16:35
6971         Log: Make $Config{byteorder} more magical so that it is
6972              dynamically computed: nice for 'fat binaries'.
6973              
6974              Subject: [PATCH]: default byteorder
6975              From: Wilfredo Sánchez <wsanchez@apple.com>
6976              Date: Mon, 31 Jul 2000 19:45:31 -0700
6977              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
6978      Branch: perl
6979            ! configpm
6980 ____________________________________________________________________________
6981 [  6670] By: gsar                                  on 2000/08/17  01:22:21
6982         Log: move WNOHANG definition to where other such things are
6983      Branch: perl
6984            ! win32/win32.h
6985 ____________________________________________________________________________
6986 [  6669] By: jhi                                   on 2000/08/17  01:19:17
6987         Log: Update Changes.
6988      Branch: perl
6989            ! Changes patchlevel.h
6990 ____________________________________________________________________________
6991 [  6668] By: jhi                                   on 2000/08/17  01:16:29
6992         Log: Doc nits spotted by Richard Soderberg.
6993      Branch: perl
6994            ! README.posix-bc README.vmesa
6995 ____________________________________________________________________________
6996 [  6667] By: jhi                                   on 2000/08/17  01:12:11
6997         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
6998              From: "Casey R. Tweten" <crt@kiski.net>
6999              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
7000              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
7001      Branch: perl
7002            ! pod/perldebtut.pod
7003 ____________________________________________________________________________
7004 [  6666] By: jhi                                   on 2000/08/17  01:09:31
7005         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
7006              From: "Casey R. Tweten" <crt@kiski.net>
7007              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
7008              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
7009      Branch: perl
7010            ! lib/Shell.pm
7011 ____________________________________________________________________________
7012 [  6665] By: gsar                                  on 2000/08/17  01:03:52
7013         Log: add "ok" targets from change#6632 in makefile.mk
7014      Branch: perl
7015            ! pod/perlport.pod win32/Makefile win32/makefile.mk
7016 ____________________________________________________________________________
7017 [  6664] By: gsar                                  on 2000/08/17  00:56:11
7018         Log: avoid warnings from dense compiler
7019      Branch: perl
7020            ! win32/win32.c
7021 ____________________________________________________________________________
7022 [  6663] By: jhi                                   on 2000/08/17  00:51:49
7023         Log: Tweak the regex compilation errors once more.
7024      Branch: perl
7025            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
7026            ! t/op/regmesg.t t/pragma/warn/regcomp
7027 ____________________________________________________________________________
7028 [  6662] By: gsar                                  on 2000/08/17  00:28:19
7029         Log: trailing new %ENV entries weren't being pushed into the real
7030              environment of subprocesses on Windows
7031      Branch: perl
7032            ! t/op/magic.t win32/perlhost.h
7033 ____________________________________________________________________________
7034 [  6661] By: gsar                                  on 2000/08/17  00:19:20
7035         Log: waitpid() now handles externally spawned pids correctly;
7036              fixes for backtick/wait/waitpid failures on Windows 9x
7037              
7038              these changes make the pid returned by process functions on
7039              Windows 9x always positive by clearing the high bit (which
7040              is always set on Win9x); pseudo-process PIDs are likewise
7041              always negative now on Win9x (just as on NT/2000)
7042      Branch: perl
7043            ! pp_sys.c win32/perlhost.h win32/win32.c
7044 ____________________________________________________________________________
7045 [  6660] By: jhi                                   on 2000/08/17  00:04:32
7046         Log: Retract #6645.
7047      Branch: perl
7048            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7049            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
7050            ! t/op/sprintf.t
7051 ____________________________________________________________________________
7052 [  6659] By: gsar                                  on 2000/08/16  23:59:28
7053         Log: on windows, the return values from wait() and waitpid() don't
7054              match those of pseudo-pids
7055      Branch: perl
7056            ! pp_sys.c t/op/fork.t util.c win32/win32.c
7057 ____________________________________________________________________________
7058 [  6658] By: gsar                                  on 2000/08/16  23:56:14
7059         Log: pod nit seen in passing
7060      Branch: perl
7061            ! pod/perlfunc.pod
7062 ____________________________________________________________________________
7063 [  6657] By: gsar                                  on 2000/08/16  23:53:42
7064         Log: change#6328 could make close(SOCKET) return false on windows
7065              when it shouldn't
7066      Branch: perl
7067            ! win32/win32sck.c
7068 ____________________________________________________________________________
7069 [  6656] By: gsar                                  on 2000/08/16  23:46:57
7070         Log: check that the number pseudo children doesn't exceed
7071              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
7072              the WaitForMultipleObjects() limit that would cause wait()
7073              to crash)
7074              
7075              wait() and waitpid() could potentially be rewritten to use
7076              more than one thread to do the waiting to eliminate this
7077              limitation
7078      Branch: perl
7079            ! win32/perlhost.h
7080 ____________________________________________________________________________
7081 [  6655] By: jhi                                   on 2000/08/16  14:11:05
7082         Log: Update Changes.
7083      Branch: perl
7084            ! Changes patchlevel.h
7085 ____________________________________________________________________________
7086 [  6654] By: jhi                                   on 2000/08/16  14:10:12
7087         Log: Update to perldebtut 1.9, from Richard Foley.
7088      Branch: perl
7089            ! pod/perldebtut.pod
7090 ____________________________________________________________________________
7091 [  6653] By: jhi                                   on 2000/08/16  14:08:17
7092         Log: Change the regx compilation error markers to use = instead of <
7093              since pod makes using the latter quite messy.  Reported in
7094              ID 20000814.006 by Abigail and in
7095              Subject: Unknown escape E<> ?
7096              From: Lupe Christoph <lupe@lupe-christoph.de>
7097              Date: Fri, 11 Aug 2000 00:30:27 +0200
7098              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
7099      Branch: perl
7100            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
7101            ! t/op/regmesg.t t/pragma/warn/regcomp
7102 ____________________________________________________________________________
7103 [  6652] By: jhi                                   on 2000/08/16  13:25:31
7104         Log: Change the perlbug address to perl.org since it's more forgiving.
7105              
7106              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
7107              From: abigail@foad.org
7108              Date: 15 Aug 2000 04:15:40 -0000
7109              Message-Id: <20000815041540.8633.qmail@foad.org>
7110      Branch: perl
7111            ! utils/perlbug.PL
7112 ____________________________________________________________________________
7113 [  6651] By: jhi                                   on 2000/08/16  13:22:35
7114         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
7115              From: Tim Jenness <timj@jach.hawaii.edu>
7116              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
7117              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
7118      Branch: perl
7119            ! lib/Cwd.pm
7120 ____________________________________________________________________________
7121 [  6650] By: jhi                                   on 2000/08/16  13:18:13
7122         Log: Update to CPAN 1.57.
7123              
7124              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
7125              From: andreas.koenig@anima.de (Andreas J. Koenig)
7126              Date: 16 Aug 2000 15:09:46 +0200
7127              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
7128      Branch: perl
7129            ! lib/CPAN.pm
7130 ____________________________________________________________________________
7131 [  6649] By: jhi                                   on 2000/08/16  13:12:31
7132         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
7133              From: "Larry W. Virden" <lvirden@cas.org>
7134              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
7135              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
7136      Branch: perl
7137            ! README.hpux
7138 ____________________________________________________________________________
7139 [  6648] By: jhi                                   on 2000/08/16  13:03:53
7140         Log: The numeric locale was reset to "C" by s?printf and never restored.
7141              
7142              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
7143              From: Christian Kirsch <ck@held.mind.de>
7144              Date: Wed, 9 Aug 2000 17:05:17 +0200
7145              Message-Id: <20000809170517.A25389@held>
7146              
7147              No test since adding the failing example to locale.t
7148              does not fail -- probably because the locale settings are so
7149              thoroughly tweaked by that time.  Running the example standalone
7150              does fail, though.  UPDATE: test case added at change #7540.
7151      Branch: perl
7152            ! dump.c perl.h pp.c pp_ctl.c sv.c
7153 ____________________________________________________________________________
7154 [  6647] By: jhi                                   on 2000/08/16  00:07:54
7155         Log: Update Changes and test semi-automatic patchlevel updating.
7156      Branch: perl
7157            ! Changes patchlevel.h
7158 ____________________________________________________________________________
7159 [  6646] By: jhi                                   on 2000/08/15  23:35:07
7160         Log: Fix a dependency problem.
7161              
7162              Subject: [PATCH: 6640] VMS Makefile.SH update
7163              From: Peter Prymmer <pvhp@forte.com>
7164              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
7165              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
7166      Branch: perl
7167            ! vms/descrip_mms.template
7168 ____________________________________________________________________________
7169 [  6645] By: jhi                                   on 2000/08/15  23:33:23
7170         Log: (Retracted by #6660)
7171              
7172              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
7173              From: Dominic Dunlop <domo@computer.org>
7174              Date: Tue, 15 Aug 2000 22:20:52 +0200
7175              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
7176      Branch: metaconfig/U/perl
7177            + d_printfed.U
7178      Branch: perl
7179            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7180            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
7181            ! t/op/sprintf.t
7182 ____________________________________________________________________________
7183 [  6644] By: jhi                                   on 2000/08/15  21:17:20
7184         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
7185              From: abigail@foad.org
7186              Date: 15 Aug 2000 20:12:41 -0000
7187              Message-Id: <20000815201241.25556.qmail@foad.org>
7188      Branch: perl
7189            ! INSTALL
7190 ____________________________________________________________________________
7191 [  6643] By: jhi                                   on 2000/08/15  21:15:28
7192         Log: (an already applied patch)
7193      Branch: perl
7194            ! lib/CGI.pm
7195 ____________________________________________________________________________
7196 [  6642] By: gsar                                  on 2000/08/15  19:54:05
7197         Log: magic callbacks all need to have same type signature
7198      Branch: perl
7199            ! embed.pl mg.c proto.h
7200 ____________________________________________________________________________
7201 [  6641] By: jhi                                   on 2000/08/15  17:56:27
7202         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)
7203              From: Mike Guy <mjtg@cam.ac.uk>
7204              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
7205              Date: Tue, 15 Aug 2000 18:26:45 +0100
7206              
7207              Only the peek.t part applied, not the hash quality part.
7208      Branch: perl
7209            ! t/lib/peek.t
7210 ____________________________________________________________________________
7211 [  6640] By: jhi                                   on 2000/08/15  16:37:37
7212         Log: Update Changes.
7213      Branch: perl
7214            ! Changes
7215 ____________________________________________________________________________
7216 [  6639] By: jhi                                   on 2000/08/15  16:34:55
7217         Log: Missed a file from #6638.
7218      Branch: perl
7219            ! lib/File/Temp.pm
7220 ____________________________________________________________________________
7221 [  6638] By: jhi                                   on 2000/08/15  16:33:19
7222         Log: Subject: [PATCH perl@6620] cygwin port
7223              From: "Fifer, Eric" <EFifer@sanwaint.com>
7224              Date: Tue, 15 Aug 2000 17:00:49 +0100
7225              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
7226      Branch: perl
7227            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
7228 ____________________________________________________________________________
7229 [  6637] By: jhi                                   on 2000/08/15  16:29:22
7230         Log: Subject: [PATCH] debugger exit code should reflect user exit code
7231              From: Mike Guy <mjtg@cam.ac.uk>
7232              Date: Tue, 15 Aug 2000 16:55:59 +0100
7233              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
7234      Branch: perl
7235            ! lib/perl5db.pl
7236 ____________________________________________________________________________
7237 [  6636] By: jhi                                   on 2000/08/15  15:30:58
7238         Log: Update Changes.
7239      Branch: perl
7240            ! Changes
7241 ____________________________________________________________________________
7242 [  6635] By: jhi                                   on 2000/08/15  15:27:21
7243         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
7244      Branch: metaconfig
7245            ! U/mkglossary U/mksample
7246      Branch: metaconfig/U/perl
7247            ! Devel.U
7248      Branch: perl
7249            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7250 ____________________________________________________________________________
7251 [  6634] By: jhi                                   on 2000/08/15  14:11:55
7252         Log: Don't blow limited stacks, a lower number is enough to
7253              tickle the lookbehind limit.
7254              
7255              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
7256              From: Dominic Dunlop <domo@computer.org>
7257              Date: Tue, 15 Aug 2000 13:51:24 +0200
7258              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
7259      Branch: perl
7260            ! t/op/regmesg.t
7261 ____________________________________________________________________________
7262 [  6633] By: jhi                                   on 2000/08/15  14:01:46
7263         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
7264              From: Mike Guy <mjtg@cam.ac.uk>
7265              Date: Tue, 15 Aug 2000 12:10:50 +0100
7266              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
7267      Branch: perl
7268            ! utils/perldoc.PL
7269 ____________________________________________________________________________
7270 [  6632] By: jhi                                   on 2000/08/15  13:58:48
7271         Log: make ok etc also for win32.
7272              
7273              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
7274              From: Prymmer/Kahn <pvhp@best.com>
7275              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
7276              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
7277      Branch: perl
7278            ! win32/Makefile
7279 ____________________________________________________________________________
7280 [  6631] By: jhi                                   on 2000/08/15  13:45:03
7281         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
7282      Branch: perl
7283            ! lib/Test.pm
7284 ____________________________________________________________________________
7285 [  6630] By: jhi                                   on 2000/08/15  03:25:09
7286         Log: Update Changes.
7287      Branch: perl
7288            ! Changes
7289 ____________________________________________________________________________
7290 [  6629] By: jhi                                   on 2000/08/15  03:23:53
7291         Log: magic_regdatum_set() is void, not int.
7292      Branch: perl
7293            ! embed.pl mg.c proto.h
7294 ____________________________________________________________________________
7295 [  6628] By: jhi                                   on 2000/08/15  03:08:02
7296         Log: Make the user to give up his firstborn, err, to knowingly
7297              verify installing an unstable developer release.  Also bump
7298              the release to 5.7.0, but leave a patch tag in the local
7299              patches saying that this is not yet the real thing.
7300      Branch: metaconfig
7301            ! U/modified/Instruct.U
7302      Branch: metaconfig/U/perl
7303            + Devel.U
7304      Branch: perl
7305            ! Configure patchlevel.h
7306 ____________________________________________________________________________
7307 [  6627] By: jhi                                   on 2000/08/14  22:32:52
7308         Log: README.os2 update.
7309              
7310              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
7311              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7312              Date: Wed, 02 Aug 2000 21:55:09 -0700
7313              Message-ID: <tsPi5gzkgegX092yn@efn.org>
7314      Branch: perl
7315            ! README.os2
7316 ____________________________________________________________________________
7317 [  6626] By: jhi                                   on 2000/08/14  21:00:02
7318         Log: Subject: Re: File::Temp problems on VMS in bleedperl
7319              From: Tim Jenness <timj@jach.hawaii.edu>
7320              cc: vmsperl@perl.org
7321              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
7322              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
7323      Branch: perl
7324            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
7325 ____________________________________________________________________________
7326 [  6625] By: jhi                                   on 2000/08/14  20:52:16
7327         Log: Add SUIDMAIL as was done for the CERT alert.
7328      Branch: perl
7329            ! patchlevel.h
7330 ____________________________________________________________________________
7331 [  6624] By: jhi                                   on 2000/08/14  20:48:50
7332         Log: Subject: sfio2000
7333              From: Daniel Muino <dmuino@afip.gov.ar>
7334              Date: Mon, 14 Aug 2000 16:58:11 -0300
7335              Message-ID: <20000814165811.B16368@con2-dgi>
7336      Branch: perl
7337            ! perlsdio.h perlsfio.h
7338 ____________________________________________________________________________
7339 [  6623] By: jhi                                   on 2000/08/14  20:47:36
7340         Log: Subject: warning: storage class after type is obsolescent
7341              From: Daniel Muino <dmuino@afip.gov.ar>
7342              Date: Mon, 14 Aug 2000 16:42:47 -0300
7343              Message-ID: <20000814164247.A16368@con2-dgi>
7344      Branch: perl
7345            ! regcomp.pl regnodes.h
7346 ____________________________________________________________________________
7347 [  6622] By: jhi                                   on 2000/08/14  20:43:05
7348         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
7349              From: abigail@foad.org
7350              Date: 14 Aug 2000 20:00:10 -0000
7351              Message-Id: <20000814200010.27271.qmail@foad.org>
7352      Branch: perl
7353            ! Changes
7354 ____________________________________________________________________________
7355 [  6621] By: jhi                                   on 2000/08/14  15:23:05
7356         Log: Update Changes.
7357      Branch: perl
7358            ! Changes
7359 ____________________________________________________________________________
7360 [  6620] By: jhi                                   on 2000/08/14  15:22:14
7361         Log: Subject: Re: [PATCH] @+, @- readonly
7362              From: Mike Guy <mjtg@cam.ac.uk>
7363              Date: Mon, 14 Aug 2000 15:26:55 +0100
7364              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
7365      Branch: perl
7366            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
7367            ! sv.c t/op/pat.t
7368 ____________________________________________________________________________
7369 [  6619] By: jhi                                   on 2000/08/14  14:12:08
7370         Log: Update Changes.
7371      Branch: perl
7372            ! Changes
7373 ____________________________________________________________________________
7374 [  6618] By: jhi                                   on 2000/08/14  14:09:34
7375         Log: For now remove the mail code.
7376      Branch: perl
7377            ! perl.c
7378 ____________________________________________________________________________
7379 [  6617] By: jhi                                   on 2000/08/14  14:08:28
7380         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
7381      Branch: perl
7382            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
7383            ! pod/perlfaq8.pod pod/perlsec.pod
7384 ____________________________________________________________________________
7385 [  6616] By: jhi                                   on 2000/08/14  14:00:11
7386         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
7387              From: Mike Guy <mjtg@cam.ac.uk>
7388              Date: Mon, 14 Aug 2000 08:26:02 +0100
7389              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
7390      Branch: perl
7391            ! lib/perl5db.pl
7392 ____________________________________________________________________________
7393 [  6615] By: jhi                                   on 2000/08/14  13:58:45
7394         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
7395              From: Mike Guy <mjtg@cam.ac.uk>
7396              Date: Mon, 14 Aug 2000 08:04:22 +0100
7397              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
7398      Branch: perl
7399            ! gv.c mg.c t/op/pat.t
7400 ____________________________________________________________________________
7401 [  6614] By: jhi                                   on 2000/08/14  13:56:45
7402         Log: Subject: Test fails / warnings with perl-current #6612
7403              From: Mike Guy <mjtg@cam.ac.uk>
7404              Date: Mon, 14 Aug 2000 07:57:23 +0100
7405              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
7406      Branch: perl
7407            ! t/lib/b.t t/lib/peek.t
7408 ____________________________________________________________________________
7409 [  6613] By: jhi                                   on 2000/08/14  13:45:33
7410         Log: VMS configure.com update continues.
7411      Branch: perl
7412            - vms/configure.com
7413            ! MANIFEST configure.com
7414 ____________________________________________________________________________
7415 [  6612] By: jhi                                   on 2000/08/13  22:13:35
7416         Log: Update Changes.
7417      Branch: perl
7418            ! Changes
7419 ____________________________________________________________________________
7420 [  6611] By: jhi                                   on 2000/08/13  16:21:45
7421         Log: Upgrade to CGI 2.71, from Lincoln Stein.
7422      Branch: perl
7423            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
7424 ____________________________________________________________________________
7425 [  6610] By: jhi                                   on 2000/08/13  15:09:16
7426         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
7427              From: Mike Guy <mjtg@cam.ac.uk>
7428              Date: Sun, 13 Aug 2000 13:45:51 +0100
7429              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
7430      Branch: perl
7431            ! t/op/regmesg.t
7432 ____________________________________________________________________________
7433 [  6609] By: jhi                                   on 2000/08/13  14:31:26
7434         Log: Andreas says that 1.56 is fine, so reverting back to it.
7435      Branch: perl
7436            ! lib/CPAN.pm
7437 ____________________________________________________________________________
7438 [  6608] By: jhi                                   on 2000/08/13  05:34:20
7439         Log: Update Changes.
7440      Branch: perl
7441            ! Changes
7442 ____________________________________________________________________________
7443 [  6607] By: jhi                                   on 2000/08/13  05:32:01
7444         Log: Put back the \z changes of #5406 to CPAN.pm.
7445      Branch: perl
7446            ! lib/CPAN.pm
7447 ____________________________________________________________________________
7448 [  6606] By: jhi                                   on 2000/08/13  05:20:16
7449         Log: Fix-n-skip the tests under 5005threads.
7450      Branch: perl
7451            ! t/lib/b.t
7452 ____________________________________________________________________________
7453 [  6605] By: jhi                                   on 2000/08/13  05:07:48
7454         Log: Fix the test for 5005threads.
7455      Branch: perl
7456            ! t/lib/peek.t
7457 ____________________________________________________________________________
7458 [  6604] By: jhi                                   on 2000/08/13  03:35:37
7459         Log: Should have deleted this in #6603.
7460      Branch: perl
7461            - vms/subconfigure.com
7462 ____________________________________________________________________________
7463 [  6603] By: jhi                                   on 2000/08/12  18:29:32
7464         Log: Rewrite of vms/subconfigure.com as configure.com,
7465              from Peter Prymmer and the vmsperl crew.
7466      Branch: perl
7467            + vms/configure.com
7468            ! MANIFEST
7469 ____________________________________________________________________________
7470 [  6602] By: jhi                                   on 2000/08/11  13:00:01
7471         Log: PlainText.pm is dead.
7472      Branch: perl
7473            - lib/Pod/PlainText.pm
7474            ! MANIFEST
7475 ____________________________________________________________________________
7476 [  6601] By: jhi                                   on 2000/08/11  04:06:45
7477         Log: Update Changes.
7478      Branch: perl
7479            ! Changes
7480 ____________________________________________________________________________
7481 [  6600] By: jhi                                   on 2000/08/11  04:06:10
7482         Log: Add a few missing files, update MANIFEST.
7483      Branch: perl
7484            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
7485            + lib/Pod/PlainText.pm t/pod/find.t
7486            ! MANIFEST t/op/regmesg.t
7487 ____________________________________________________________________________
7488 [  6599] By: jhi                                   on 2000/08/11  03:31:10
7489         Log: Add Perl debugging tutorial, regen toc. 
7490              
7491              Subject: perldebtut.pod
7492              From: Richard Foley <Richard.Foley@m.dasa.de>
7493              Date: Wed, 09 Aug 2000 10:17:15 +0200
7494              Message-id: <3991138B.262247B8@m.dasa.de>
7495      Branch: perl
7496            + pod/perldebtut.pod
7497            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7498 ____________________________________________________________________________
7499 [  6598] By: jhi                                   on 2000/08/11  02:48:56
7500         Log: tiny Changes edit
7501      Branch: perl
7502            ! Changes
7503 ____________________________________________________________________________
7504 [  6597] By: jhi                                   on 2000/08/11  02:39:04
7505         Log: Tests for #6589.
7506              
7507              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
7508              From: simon@brecon.co.uk (Simon Cozens)
7509              Date: 11 Aug 2000 02:24:52 GMT
7510              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
7511      Branch: perl
7512            ! t/lib/b.t
7513 ____________________________________________________________________________
7514 [  6596] By: jhi                                   on 2000/08/11  01:50:07
7515         Log: Update Changes.
7516      Branch: perl
7517            ! Changes
7518 ____________________________________________________________________________
7519 [  6595] By: jhi                                   on 2000/08/11  01:47:16
7520         Log: nitfix
7521      Branch: perl
7522            ! Changes
7523 ____________________________________________________________________________
7524 [  6594] By: jhi                                   on 2000/08/11  01:36:16
7525         Log: Subject: Getting perlio and threads to compile
7526              From: Lupe Christoph <lupe@lupe-christoph.de>
7527              Date: Wed, 9 Aug 2000 11:35:54 +0200
7528              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
7529              
7530              (the Solaris version changes in Configure skipped)
7531      Branch: perl
7532            ! hints/solaris_2.sh thread.h
7533 ____________________________________________________________________________
7534 [  6593] By: jhi                                   on 2000/08/11  01:30:16
7535         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
7536              From: simon@brecon.co.uk (Simon Cozens)
7537              Date: 1 Aug 2000 06:55:19 GMT
7538              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
7539      Branch: perl
7540            ! lib/utf8.pm
7541 ____________________________________________________________________________
7542 [  6592] By: jhi                                   on 2000/08/11  01:26:39
7543         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
7544              From: Peter Scott <Peter@PeterScott.com>
7545              Date: Thu, 10 Aug 2000 08:23:27 -0700
7546              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
7547      Branch: perl
7548            ! lib/perl5db.pl
7549 ____________________________________________________________________________
7550 [  6591] By: jhi                                   on 2000/08/11  01:22:02
7551         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
7552              From: Hugo <hv@crypt.compulink.co.uk>
7553              Date: Thu, 10 Aug 2000 19:23:04 +0100
7554              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
7555      Branch: perl
7556            ! regexec.c t/op/pat.t
7557 ____________________________________________________________________________
7558 [  6590] By: jhi                                   on 2000/08/11  01:19:19
7559         Log: Preprocessing and postprocessing for File::Find.
7560              
7561              Subject: Patch to Find::File.pm to allow alphabetical results
7562              From: Joe Smith <jsmith@inwap.com>
7563              Date: Wed, 9 Aug 2000 02:44:54 -0700
7564              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
7565      Branch: perl
7566            ! lib/File/Find.pm
7567 ____________________________________________________________________________
7568 [  6589] By: jhi                                   on 2000/08/11  01:12:39
7569         Log: B::Deparse didn't do sub attributes.
7570              
7571              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
7572              From: simon@brecon.co.uk (Simon Cozens)
7573              Date: 9 Aug 2000 04:49:20 GMT
7574              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
7575      Branch: perl
7576            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
7577 ____________________________________________________________________________
7578 [  6588] By: jhi                                   on 2000/08/11  01:06:40
7579         Log: Subject: debugger "d" command doesnt check line number
7580              From: Mike Guy <mjtg@cam.ac.uk>
7581              Date: Tue, 08 Aug 2000 21:54:29 +0100
7582              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
7583      Branch: perl
7584            ! lib/perl5db.pl mg.c pod/perldiag.pod
7585 ____________________________________________________________________________
7586 [  6587] By: jhi                                   on 2000/08/11  00:45:03
7587         Log: sleep(1) does not necessarily return 1.
7588              
7589              Subject: [PATCH bleadperl] op/lex_assign.t  
7590              From: Hugo <hv@crypt.compulink.co.uk>
7591              Date: Thu, 03 Aug 2000 14:34:22 +0100        
7592              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
7593      Branch: perl
7594            ! t/op/lex_assign.t
7595 ____________________________________________________________________________
7596 [  6586] By: jhi                                   on 2000/08/11  00:31:50
7597         Log: Document the IO::Select timeout.
7598      Branch: perl
7599            ! ext/IO/lib/IO/Select.pm
7600 ____________________________________________________________________________
7601 [  6585] By: jhi                                   on 2000/08/11  00:13:54
7602         Log: Forgot contributor.
7603      Branch: perl
7604            ! Changes
7605 ____________________________________________________________________________
7606 [  6584] By: jhi                                   on 2000/08/11  00:09:19
7607         Log: detypo
7608      Branch: perl
7609            ! Changes
7610 ____________________________________________________________________________
7611 [  6583] By: jhi                                   on 2000/08/11  00:07:53
7612         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
7613              
7614              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
7615              From: Mike Guy <mjtg@cam.ac.uk> 
7616              Date: Thu, 10 Aug 2000 15:50:54 +0100
7617              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
7618      Branch: perl
7619            ! sv.c t/op/int.t
7620 ____________________________________________________________________________
7621 [  6582] By: jhi                                   on 2000/08/10  23:29:32
7622         Log: Update Changes.
7623      Branch: perl
7624            ! Changes
7625 ____________________________________________________________________________
7626 [  6581] By: jhi                                   on 2000/08/10  23:26:16
7627         Log: Put back the std @INC thing.
7628      Branch: perl
7629            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
7630            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
7631            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
7632            ! t/lib/gol-oo.t
7633 ____________________________________________________________________________
7634 [  6580] By: jhi                                   on 2000/08/10  23:03:34
7635         Log: Update to CGI 2.70, from Lincoln Stein.
7636      Branch: perl
7637            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
7638            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
7639            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
7640            ! t/lib/cgi-request.t
7641 ____________________________________________________________________________
7642 [  6579] By: jhi                                   on 2000/08/10  22:41:50
7643         Log: Update to CPAN 1.56, from Andreas König.
7644      Branch: perl
7645            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7646 ____________________________________________________________________________
7647 [  6578] By: jhi                                   on 2000/08/10  22:38:13
7648         Log: Update to Pod::Parser 1.17, from Brad Appleton.
7649      Branch: perl
7650            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
7651            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
7652            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
7653            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
7654            ! t/pod/include.t t/pod/included.t t/pod/lref.t
7655            ! t/pod/multiline_items.t t/pod/nested_items.t
7656            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7657            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
7658            ! t/pod/special_seqs.t
7659 ____________________________________________________________________________
7660 [  6577] By: jhi                                   on 2000/08/10  22:35:41
7661         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
7662      Branch: perl
7663            ! AUTHORS MAINTAIN
7664 ____________________________________________________________________________
7665 [  6576] By: jhi                                   on 2000/08/10  22:24:54
7666         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
7667      Branch: perl
7668            + t/lib/gol-oo.t
7669            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
7670            ! t/lib/gol-compat.t t/lib/gol-linkage.t
7671 ____________________________________________________________________________
7672 [  6575] By: jhi                                   on 2000/08/10  22:02:07
7673         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
7674      Branch: perl
7675            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
7676 ____________________________________________________________________________
7677 [  6574] By: jhi                                   on 2000/08/10  21:55:03
7678         Log: Iterating perl6 description.
7679      Branch: perl
7680            ! pod/perlfaq1.pod
7681 ____________________________________________________________________________
7682 [  6573] By: jhi                                   on 2000/08/10  21:48:26
7683         Log: Revert the sv.c part of #6559, a better fix is needed.
7684      Branch: perl
7685            ! sv.c
7686 ____________________________________________________________________________
7687 [  6572] By: jhi                                   on 2000/08/10  20:33:43
7688         Log: It's the 2ndO'ROSSC.
7689      Branch: perl
7690            ! pod/perlfaq1.pod
7691 ____________________________________________________________________________
7692 [  6571] By: jhi                                   on 2000/08/10  15:55:48
7693         Log: detypo
7694      Branch: perl
7695            ! pod/perlfaq1.pod
7696 ____________________________________________________________________________
7697 [  6570] By: jhi                                   on 2000/08/10  14:11:17
7698         Log: An exceptionally sticky typo.
7699      Branch: perl
7700            ! Changes
7701 ____________________________________________________________________________
7702 [  6569] By: jhi                                   on 2000/08/10  14:09:33
7703         Log: detypo (and test Changes updating script)
7704      Branch: perl
7705            ! Changes
7706 ____________________________________________________________________________
7707 [  6568] By: jhi                                   on 2000/08/10  14:07:07
7708         Log: Update Changes.
7709      Branch: perl
7710            ! Changes
7711 ____________________________________________________________________________
7712 [  6567] By: jhi                                   on 2000/08/10  14:06:19
7713         Log: Amend the description of Perl6.
7714              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
7715              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7716              Date: Wed, 9 Aug 2000 22:11:06 -0500
7717              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
7718      Branch: perl
7719            ! pod/perlfaq1.pod
7720 ____________________________________________________________________________
7721 [  6566] By: jhi                                   on 2000/08/10  13:58:57
7722         Log: Subject: Remove dead entry in perldiag
7723              From: Mike Guy <mjtg@cam.ac.uk>
7724              Date: Thu, 10 Aug 2000 14:19:19 +0100
7725              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
7726      Branch: perl
7727            ! pod/perldiag.pod
7728 ____________________________________________________________________________
7729 [  6565] By: jhi                                   on 2000/08/10  13:51:48
7730         Log: Zero entries were skipped, fix from Adrian Goalby
7731              <argoalby@yahoo.co.uk>
7732      Branch: perl
7733            ! lib/unicode/Number.pl lib/unicode/mktables.PL
7734 ____________________________________________________________________________
7735 [  6564] By: jhi                                   on 2000/08/10  13:00:12
7736         Log: Subject: [PATCH 5.6.0] cygwin port
7737              From: "Fifer, Eric" <EFifer@sanwaint.com>
7738              Date: Thu, 10 Aug 2000 13:15:36 +0100
7739              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
7740      Branch: perl
7741            ! README.cygwin hints/cygwin.sh
7742 ____________________________________________________________________________
7743 [  6563] By: jhi                                   on 2000/08/10  12:55:16
7744         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
7745      Branch: perl
7746            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
7747 ____________________________________________________________________________
7748 [  6562] By: gsar                                  on 2000/08/10  08:38:39
7749         Log: warn is a macro, avoid using at a variable to avoid warnings
7750              in some configurations; readdir.t is too conservative in
7751              estimating number of *.t's
7752      Branch: perl
7753            ! t/op/readdir.t util.c
7754 ____________________________________________________________________________
7755 [  6561] By: jhi                                   on 2000/08/09  23:35:42
7756         Log: Update Changes.
7757      Branch: perl
7758            ! Changes
7759 ____________________________________________________________________________
7760 [  6560] By: jhi                                   on 2000/08/09  23:05:47
7761         Log: Subject: Re: enhanced(?) regex error messages
7762              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7763              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
7764              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
7765              
7766              (plus two small patches sent privately)
7767              (this still seems to leave few test failures)
7768      Branch: perl
7769            + t/op/regmesg.t
7770            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
7771            ! t/pragma/warn/regcomp
7772 ____________________________________________________________________________
7773 [  6559] By: jhi                                   on 2000/08/09  20:41:18
7774         Log: (The fix did work but was not right, retracted in #6573)
7775              
7776              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
7777              From: Christian Kirsch <ck@held.mind.de>
7778              Date: Wed, 9 Aug 2000 17:05:17 +0200
7779              Message-Id: <20000809170517.A25389@held>
7780      Branch: perl
7781            ! sv.c t/pragma/locale.t
7782 ____________________________________________________________________________
7783 [  6558] By: jhi                                   on 2000/08/08  22:34:08
7784         Log: Tiny updates on the contributors list.
7785      Branch: perl
7786            ! Changes
7787 ____________________________________________________________________________
7788 [  6557] By: jhi                                   on 2000/08/08  19:34:28
7789         Log: Double check that we have a dirhandle.
7790      Branch: perl
7791            ! util.c
7792 ____________________________________________________________________________
7793 [  6556] By: jhi                                   on 2000/08/08  19:01:51
7794         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
7795              May be repopulated with fresh maintained examples.
7796      Branch: perl
7797            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
7798            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
7799            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
7800            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
7801            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
7802            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
7803            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
7804            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
7805            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
7806            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
7807            + lib/CGI/eg/wilogo_gif.uu
7808            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
7809            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
7810            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
7811            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
7812            - eg/cgi/frameset.cgi eg/cgi/index.html
7813            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7814            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7815            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7816            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
7817            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
7818            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
7819            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
7820            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
7821            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
7822            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
7823            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
7824            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
7825            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
7826            - eg/van/vanish eg/who eg/wrapsuid
7827            ! MANIFEST
7828 ____________________________________________________________________________
7829 [  6555] By: jhi                                   on 2000/08/08  18:51:08
7830         Log: Delete chat2 as requested by Randal.
7831              
7832              Subject: Re: perlfaq8 coyness
7833              From: merlyn@stonehenge.com (Randal L. Schwartz) 
7834              Date: 15 May 2000 18:52:42 -0700 
7835              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
7836      Branch: perl
7837            - lib/chat2.pl
7838            ! MANIFEST
7839 ____________________________________________________________________________
7840 [  6554] By: jhi                                   on 2000/08/08  18:31:35
7841         Log: Regen global.sym.
7842      Branch: perl
7843            ! global.sym
7844 ____________________________________________________________________________
7845 [  6553] By: jhi                                   on 2000/08/08  18:28:13
7846         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
7847              (either perlbug or p5p ate the original), plus regen
7848              perlapi and perltoc. 
7849      Branch: perl
7850            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
7851            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
7852            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7853            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
7854            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
7855            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
7856            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
7857            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
7858            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
7859            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
7860 ____________________________________________________________________________
7861 [  6552] By: jhi                                   on 2000/08/08  18:06:29
7862         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
7863              From: Mike Guy <mjtg@cam.ac.uk>
7864              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
7865              Date: Tue, 08 Aug 2000 15:51:27 +0100
7866      Branch: perl
7867            ! doop.c sv.h t/op/join.t t/pragma/overload.t
7868 ____________________________________________________________________________
7869 [  6551] By: jhi                                   on 2000/08/08  18:01:11
7870         Log: Re-apply #6549.
7871      Branch: perl
7872            ! lib/perl5db.pl
7873 ____________________________________________________________________________
7874 [  6550] By: jhi                                   on 2000/08/08  17:43:08
7875         Log: Accidental retraction of #6549.
7876      Branch: perl
7877            ! lib/perl5db.pl
7878 ____________________________________________________________________________
7879 [  6549] By: jhi                                   on 2000/08/08  17:40:04
7880         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
7881              From: Mike Guy <mjtg@cam.ac.uk>
7882              Date: Mon, 07 Aug 2000 21:49:58 +0100
7883              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
7884      Branch: perl
7885            ! lib/perl5db.pl
7886 ____________________________________________________________________________
7887 [  6548] By: jhi                                   on 2000/08/08  17:37:57
7888         Log: Document here-doc better.
7889              
7890              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
7891              From: Mike Guy <mjtg@cam.ac.uk>
7892              Date: Mon, 07 Aug 2000 14:02:09 +0100
7893              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
7894      Branch: perl
7895            ! pod/perldata.pod
7896 ____________________________________________________________________________
7897 [  6547] By: jhi                                   on 2000/08/08  17:33:34
7898         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
7899              From: "Randy J. Ray" <rjray@redhat.com>
7900              Date: Mon, 07 Aug 2000 19:12:25 -0700
7901              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
7902      Branch: perl
7903            ! perl.c pod/perlrun.pod
7904 ____________________________________________________________________________
7905 [  6546] By: jhi                                   on 2000/08/08  17:29:26
7906         Log: Subject: Re: enhanced(?) regex error messages 
7907              From: Hugo <hv@crypt.compulink.co.uk>
7908              Date: Tue, 08 Aug 2000 03:25:51 +0100
7909              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
7910              
7911              plus Capitalize the error messages, plus perldiag them.
7912      Branch: perl
7913            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
7914 ____________________________________________________________________________
7915 [  6545] By: jhi                                   on 2000/08/08  13:59:28
7916         Log: Augment #6539 a bit: don't croak if there's magic in the air.
7917              
7918              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
7919              From: Hugo <hv@crypt.compulink.co.uk>
7920              Date: Tue, 08 Aug 2000 03:02:03 +0100
7921              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
7922      Branch: perl
7923            ! pp.c t/op/bless.t
7924 ____________________________________________________________________________
7925 [  6544] By: jhi                                   on 2000/08/07  21:11:52
7926         Log: Make the test -w clean.
7927      Branch: perl
7928            ! t/op/bless.t
7929 ____________________________________________________________________________
7930 [  6543] By: jhi                                   on 2000/08/07  19:49:53
7931         Log: use warnings instead of $^W.
7932      Branch: perl
7933            ! t/op/bless.t
7934 ____________________________________________________________________________
7935 [  6542] By: jhi                                   on 2000/08/07  17:41:41
7936         Log: Disable a portability warning Because We Know What We Are Doing.
7937      Branch: perl
7938            ! t/op/bless.t
7939 ____________________________________________________________________________
7940 [  6541] By: jhi                                   on 2000/08/07  17:29:51
7941         Log: Tiny tidying on report_evil_fh().
7942      Branch: perl
7943            ! util.c
7944 ____________________________________________________________________________
7945 [  6540] By: jhi                                   on 2000/08/07  16:37:38
7946         Log: Make regular expression parse error messages easier to understand.
7947              
7948              Subject: Re: enhanced(?) regex error messages
7949              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7950              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
7951              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
7952      Branch: perl
7953            ! regcomp.c
7954 ____________________________________________________________________________
7955 [  6539] By: jhi                                   on 2000/08/07  16:12:27
7956         Log: Make bless(REF, REF) a fatal error, add bless tests.
7957              
7958              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
7959              From: Hugo <hv@crypt.compulink.co.uk>
7960              Date: Mon, 07 Aug 2000 16:59:38 +0100
7961              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
7962      Branch: perl
7963            + t/op/bless.t
7964            ! MANIFEST pod/perldiag.pod pp.c sv.c
7965 ____________________________________________________________________________
7966 [  6538] By: jhi                                   on 2000/08/07  15:59:43
7967         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
7968              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
7969              Date: Thu, 3 Aug 2000 14:29:21 -0700
7970              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
7971      Branch: perl
7972            ! lib/lib_pm.PL
7973 ____________________________________________________________________________
7974 [  6537] By: jhi                                   on 2000/08/07  15:47:18
7975         Log: Retract #6419 for now since it breaks in AFS and MachTen.
7976      Branch: perl
7977            ! lib/Cwd.pm
7978 ____________________________________________________________________________
7979 [  6536] By: jhi                                   on 2000/08/07  15:05:29
7980         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
7981              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
7982              The security hole exists only in suidperls, which isn't
7983              installed or even built by default.
7984      Branch: perl
7985            ! perl.c
7986 ____________________________________________________________________________
7987 [  6535] By: jhi                                   on 2000/08/07  14:45:14
7988         Log: tr memory corruption fix from Simon Cozens.
7989      Branch: perl
7990            ! doop.c
7991 ____________________________________________________________________________
7992 [  6534] By: jhi                                   on 2000/08/06  11:38:16
7993         Log: Document a bit that UDP is not what you might think.
7994              
7995              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
7996              From: Lupe Christoph <lupe@lupe-christoph.de>
7997              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
7998              Date: Mon, 24 Jul 2000 08:59:15 +0200
7999      Branch: perl
8000            ! pod/perlipc.pod
8001 ____________________________________________________________________________
8002 [  6533] By: jhi                                   on 2000/08/06  11:35:01
8003         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
8004              From: Jeff Pinyan <jeffp@hut.crusoe.net>
8005              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
8006              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
8007      Branch: perl
8008            ! pod/perlfunc.pod
8009 ____________________________________________________________________________
8010 [  6532] By: jhi                                   on 2000/08/06  03:45:41
8011         Log: Have symbols for the IoTYPEs.
8012      Branch: perl
8013            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
8014 ____________________________________________________________________________
8015 [  6531] By: jhi                                   on 2000/08/06  01:33:55
8016         Log: Continue fixing the io warnings.  This also
8017              sort of fixes bug ID 20000802.003: the core dump
8018              is no more.  Whether the current behaviour is correct
8019              (giving a warning: "Not a format reference"), is another matter.
8020      Branch: perl
8021            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
8022            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
8023 ____________________________________________________________________________
8024 [  6530] By: jhi                                   on 2000/08/05  21:33:12
8025         Log: Change the Policy policy: now -Dprefix= with an existing
8026              Policy.sh and prefix == siteprefix == vendorprefix, then all
8027              of them follow along the new prefix.
8028              
8029              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
8030              From: Andy Dougherty <doughera@lafayette.edu>
8031              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
8032              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
8033      Branch: perl
8034            ! Policy_sh.SH
8035 ____________________________________________________________________________
8036 [  6529] By: jhi                                   on 2000/08/05  18:57:28
8037         Log: Zap lib/Sys directory when cleaning up.
8038      Branch: perl
8039            ! Makefile.SH
8040 ____________________________________________________________________________
8041 [  6528] By: jhi                                   on 2000/08/05  18:40:44
8042         Log: Essential prototype changes were missing from #6527.
8043              Also make report_evil_fh() more bomb-proof.
8044      Branch: perl
8045            ! embed.h util.c
8046 ____________________________________________________________________________
8047 [  6527] By: jhi                                   on 2000/08/05  03:22:05
8048         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
8049              From: "Ronald F. Guilmette" <rfg@monkeys.com>
8050              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
8051              Message-Id: <200007242247.PAA52177@monkeys.com>
8052      Branch: perl
8053            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
8054 ____________________________________________________________________________
8055 [  6526] By: jhi                                   on 2000/08/04  21:23:27
8056         Log: gcc versions might have (parentheses) in them.
8057      Branch: metaconfig/U/perl
8058            ! gccvers.U
8059      Branch: perl
8060            ! Configure config_h.SH
8061 ____________________________________________________________________________
8062 [  6525] By: jhi                                   on 2000/08/04  20:23:12
8063         Log: Weed buglets pointed out by
8064              
8065              From: Lupe Christoph <lupe@lupe-christoph.de>
8066              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
8067              Date: Fri, 4 Aug 2000 17:34:39 +0200
8068              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
8069      Branch: metaconfig/U/perl
8070            ! gccvers.U uselfs.U
8071      Branch: perl
8072            ! Configure config_h.SH
8073 ____________________________________________________________________________
8074 [  6524] By: jhi                                   on 2000/08/04  19:02:08
8075         Log: Warn under -w if lstat(FH) is attempted.
8076              
8077              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
8078              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
8079              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
8080              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
8081      Branch: perl
8082            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8083            ! t/pragma/warn/pp_sys
8084 ____________________________________________________________________________
8085 [  6523] By: jhi                                   on 2000/08/04  12:31:11
8086         Log: Subject: New perlcc, take 2
8087              From: simon@brecon.co.uk (Simon Cozens)
8088              Date: 4 Aug 2000 06:21:04 GMT
8089              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
8090      Branch: perl
8091            ! utils/perlcc.PL
8092 ____________________________________________________________________________
8093 [  6522] By: jhi                                   on 2000/08/04  12:26:33
8094         Log: Subject: Re: Array vs. List context
8095              From: Daniel Chetlin <daniel@chetlin.com>
8096              Date: Fri, 4 Aug 2000 00:22:44 -0700
8097              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
8098      Branch: perl
8099            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
8100            ! pod/perlfaq4.pod
8101 ____________________________________________________________________________
8102 [  6521] By: jhi                                   on 2000/08/04  12:22:38
8103         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
8104              From: Raymund Will <ray@caldera.de>
8105              Date: Fri, 4 Aug 2000 12:07:09 +0200
8106              Message-Id: <20000804120709.A14982@caldera.de>
8107      Branch: perl
8108            ! configure.gnu
8109 ____________________________________________________________________________
8110 [  6520] By: jhi                                   on 2000/08/04  04:09:06
8111         Log: After the #6519 a warning about stat() is just that,
8112              not about a filetest, which now have their own warning.
8113      Branch: perl
8114            ! pod/perldiag.pod
8115 ____________________________________________________________________________
8116 [  6519] By: jhi                                   on 2000/08/04  04:06:30
8117         Log: In the warnings call filehandles consistently so;
8118              add "unopened" warning for stat().
8119      Branch: perl
8120            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
8121            ! t/pragma/warn/pp_sys
8122 ____________________________________________________________________________
8123 [  6518] By: jhi                                   on 2000/08/04  02:55:35
8124         Log: Subject: Minor tweak to perlvar.pod
8125              From: "Stephen P. Potter" <spp@ds.net>
8126              Date: Tue, 18 Apr 2000 09:26:03 -0400
8127              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
8128      Branch: perl
8129            ! pod/perlvar.pod
8130 ____________________________________________________________________________
8131 [  6517] By: jhi                                   on 2000/08/04  02:50:08
8132         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
8133              From: "Clinton Pierce" <cpierce1@ford.com>
8134              Date: Wed, 21 Jul 1999 16:45:31 -0400
8135              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
8136              
8137              Fix by Stephen Potter (visible in the bug db but not in p5p?)
8138      Branch: perl
8139            ! pod/perlfunc.pod pod/perlop.pod
8140 ____________________________________________________________________________
8141 [  6516] By: jhi                                   on 2000/08/04  02:09:25
8142         Log: This is 6512.  Really.
8143      Branch: perl
8144            ! dump.c
8145 ____________________________________________________________________________
8146 [  6515] By: jhi                                   on 2000/08/04  01:25:50
8147         Log: mention the idea of @( and @)
8148      Branch: perl
8149            ! Todo-5.6
8150 ____________________________________________________________________________
8151 [  6513] By: jhi                                   on 2000/08/04  01:18:18
8152         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
8153              From: Mark Dickinson <dickins3@fas.harvard.edu>
8154              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
8155              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
8156      Branch: perl
8157            ! t/op/grent.t t/op/pwent.t
8158 ____________________________________________________________________________
8159 [  6512] By: jhi                                   on 2000/08/04  01:14:06
8160         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
8161              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8162              Date: Wed, 02 Aug 2000 10:51:01 +0100
8163              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
8164      Branch: perl
8165            ! sv.c
8166 ____________________________________________________________________________
8167 [  6511] By: jhi                                   on 2000/08/04  00:57:00
8168         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
8169              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8170              Date: Thu, 03 Aug 2000 17:20:04 -0700
8171              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
8172      Branch: metaconfig
8173            ! U/modified/Cppsym.U
8174      Branch: perl
8175            ! Configure config_h.SH
8176 ____________________________________________________________________________
8177 [  6510] By: jhi                                   on 2000/08/04  00:25:28
8178         Log: detypo
8179      Branch: perl
8180            ! Makefile.SH
8181 ____________________________________________________________________________
8182 [  6509] By: jhi                                   on 2000/08/03  23:43:18
8183         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
8184              From: Dominic Dunlop <domo@computer.org>
8185              Date: Thu, 3 Aug 2000 22:16:46 +0200
8186              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
8187      Branch: perl
8188            ! t/op/sprintf.t
8189 ____________________________________________________________________________
8190 [  6508] By: jhi                                   on 2000/08/03  23:40:37
8191         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
8192              From: Hugo <hv@crypt.compulink.co.uk>
8193              Date: Thu, 03 Aug 2000 18:25:30 +0100
8194              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
8195      Branch: perl
8196            ! regcomp.c t/op/re_tests
8197 ____________________________________________________________________________
8198 [  6507] By: jhi                                   on 2000/08/03  23:38:28
8199         Log: Subject: [PATCH] sv.h documentation - SvLEN
8200              From: Mike Guy <mjtg@cam.ac.uk>
8201              Date: Thu, 03 Aug 2000 14:43:09 +0100
8202              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
8203      Branch: perl
8204            ! sv.h
8205 ____________________________________________________________________________
8206 [  6506] By: jhi                                   on 2000/08/03  15:49:14
8207         Log: Disable the fix_pl hack for now.
8208      Branch: perl
8209            ! Makefile.SH
8210 ____________________________________________________________________________
8211 [  6505] By: jhi                                   on 2000/08/03  13:49:04
8212         Log: Add a URL for FSF.
8213              
8214              Subject: Patch for README
8215              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8216              Date: Wed, 2 Aug 2000 13:25:09 -0500
8217              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
8218      Branch: perl
8219            ! README
8220 ____________________________________________________________________________
8221 [  6504] By: jhi                                   on 2000/08/03  13:29:19
8222         Log: Be more informative on what is skipped and why,
8223              also repeat the list at the end.
8224      Branch: perl
8225            ! Porting/p4desc
8226 ____________________________________________________________________________
8227 [  6503] By: jhi                                   on 2000/08/03  13:07:05
8228         Log: Circumvent the removal of .patch by fix_pl.
8229              
8230              Subject: Re: [ID 20000802.011] unable to 'make test'          
8231              From: simon@brecon.co.uk (Simon Cozens) 
8232              Date: 3 Aug 2000 04:17:00 GMT
8233              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
8234      Branch: perl
8235            ! Makefile.SH
8236 ____________________________________________________________________________
8237 [  6501] By: jhi                                   on 2000/08/03  00:00:26
8238         Log: The subtest 4 may fail also on VOBS, as pointed out
8239              by Nick Ing-Simmons in November 1999, bug id 19991124.003
8240              (but the failure in that bug report isn't the subtest 4).
8241      Branch: perl
8242            ! t/op/stat.t
8243 ____________________________________________________________________________
8244 [  6500] By: jhi                                   on 2000/08/02  23:49:30
8245         Log: Better skip message for the test; one of the two problems in
8246              
8247              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
8248              From: Lupe Christoph <lupe@lupe-christoph.de>
8249              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
8250              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
8251      Branch: perl
8252            ! t/op/numconvert.t
8253 ____________________________________________________________________________
8254 [  6499] By: jhi                                   on 2000/08/02  22:49:16
8255         Log: Allow "no Module;" even if there is no 'unimport'.
8256              
8257              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
8258              From: mjd@plover.com
8259              Date: 24 Mar 2000 15:24:34 -0000
8260              Message-Id: <20000324152434.15160.qmail@plover.com>
8261      Branch: perl
8262            ! gv.c
8263 ____________________________________________________________________________
8264 [  6498] By: jhi                                   on 2000/08/02  22:42:58
8265         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
8266              that are hopefully soon put into use.
8267      Branch: perl
8268            ! opcode.h opcode.pl opnames.h
8269 ____________________________________________________________________________
8270 [  6497] By: gsar                                  on 2000/08/02  22:28:59
8271         Log: require.t needs binmode() to work on windows
8272      Branch: perl
8273            ! t/comp/require.t
8274 ____________________________________________________________________________
8275 [  6496] By: jhi                                   on 2000/08/02  22:08:51
8276         Log: Document the IVdf UVuf UVof UVxf.
8277      Branch: perl
8278            ! pod/perlguts.pod
8279 ____________________________________________________________________________
8280 [  6495] By: jhi                                   on 2000/08/02  21:54:26
8281         Log: detypo #6494
8282      Branch: perl
8283            ! ext/Data/Dumper/Dumper.xs
8284 ____________________________________________________________________________
8285 [  6494] By: jhi                                   on 2000/08/02  21:49:17
8286         Log: Dump UVs as UVs in Data::Dumper.
8287              
8288              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
8289              From: Gurusamy Sarathy <gsar@ActiveState.com>
8290              Date: Thu, 27 Apr 2000 12:26:25 -0700
8291              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
8292      Branch: perl
8293            ! ext/Data/Dumper/Dumper.xs
8294 ____________________________________________________________________________
8295 [  6493] By: jhi                                   on 2000/08/02  17:01:58
8296         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
8297              From: Hugo <hv@crypt.compulink.co.uk>
8298              Date: Wed, 02 Aug 2000 14:53:56 +0100
8299              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
8300      Branch: perl
8301            ! regexec.c t/op/re_tests
8302 ____________________________________________________________________________
8303 [  6492] By: jhi                                   on 2000/08/02  15:02:46
8304         Log: The new setproctitle() feature is available only in 
8305              bleeding edge FreeBSD.  From Paul Saab.
8306      Branch: perl
8307            ! mg.c
8308 ____________________________________________________________________________
8309 [  6491] By: jhi                                   on 2000/08/02  13:34:36
8310         Log: The tr utf8 patching continues.
8311              
8312              Subject: Re: #6469, too many tests claimed in require.t
8313              From: simon@brecon.co.uk (Simon Cozens)
8314              Date: 2 Aug 2000 02:37:17 GMT
8315              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
8316              
8317              (the logic of the test was the wrong way round in the patch)
8318      Branch: perl
8319            ! doop.c
8320 ____________________________________________________________________________
8321 [  6490] By: jhi                                   on 2000/08/02  13:27:38
8322         Log: The name of a filehandle does not have <these>.
8323      Branch: perl
8324            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
8325            ! t/pragma/warn/pp_sys util.c
8326 ____________________________________________________________________________
8327 [  6489] By: jhi                                   on 2000/08/02  04:26:46
8328         Log: Remove the extraneous "main::" prefix from all the
8329              "opened only for", "on closed", and "never opened" warnings.
8330              
8331              Subject: Re: inappropriate warning
8332              From: Gurusamy Sarathy <gsar@ActiveState.com>
8333              Date: Mon, 20 Mar 2000 11:28:02 -0800
8334              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
8335      Branch: perl
8336            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
8337            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
8338            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
8339 ____________________________________________________________________________
8340 [  6488] By: jhi                                   on 2000/08/02  03:02:57
8341         Log: memcpy has n o in it, as pinted ut by Sarathy.
8342      Branch: perl
8343            ! pod/perlguts.pod
8344 ____________________________________________________________________________
8345 [  6487] By: jhi                                   on 2000/08/02  02:44:51
8346         Log: Document in one place the memory abstractions used in Perl core.
8347              
8348              Subject: Re: Memory abstraction
8349              From: simon@brecon.co.uk (Simon Cozens)
8350              Date: 2 Aug 2000 02:20:23 GMT
8351              Organization: Earth.li Origins
8352      Branch: perl
8353            ! pod/perlguts.pod
8354 ____________________________________________________________________________
8355 [  6486] By: jhi                                   on 2000/08/02  02:41:57
8356         Log: regen_headers, regen perltoc.
8357      Branch: perl
8358            ! perlapi.c pod/perltoc.pod
8359 ____________________________________________________________________________
8360 [  6485] By: jhi                                   on 2000/08/02  01:43:33
8361         Log: "This little thing tests for a file .patch, and if it contains
8362              a number, pops into patchlevel.h" (making it easier to track
8363              which development version people are reporting bugs against)
8364              
8365              Subject: Patchlevel autogeneration for repository perls
8366              From: simon@brecon.co.uk (Simon Cozens)
8367              Date: 14 Jul 2000 07:12:15 GMT
8368              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
8369      Branch: perl
8370            + fix_pl
8371            ! MANIFEST Makefile.SH
8372 ____________________________________________________________________________
8373 [  6484] By: jhi                                   on 2000/08/02  01:32:54
8374         Log: FreeBSD 3.* updates from
8375              
8376              From: Paul Saab <ps@yahoo-inc.com>
8377              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8378              Date: Tue, 1 Aug 2000 15:41:39 -0700
8379              Message-Id: <20000801154139.A53740@yahoo-inc.com>
8380      Branch: perl
8381            ! hints/freebsd.sh
8382 ____________________________________________________________________________
8383 [  6483] By: jhi                                   on 2000/08/02  01:27:44
8384         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
8385              instead one must use setproctitle().  This was already addressed
8386              by change #6457, but the below has a new variant for FreeBSD 4.0
8387              or later, and the matter is also documented more.
8388              
8389              From: Paul Saab <ps@yahoo-inc.com>
8390              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8391              Date: Tue, 1 Aug 2000 15:41:39 -0700
8392              Message-Id: <20000801154139.A53740@yahoo-inc.com>
8393      Branch: metaconfig/U/perl
8394            + i_libutil.U
8395      Branch: perl
8396            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
8397 ____________________________________________________________________________
8398 [  6482] By: jhi                                   on 2000/08/01  22:17:32
8399         Log: The test from this
8400              
8401              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
8402              Date: Sat, 15 Apr 2000 17:03:44 +0100
8403              From: Tom Hughes <tom@compton.nu>
8404              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
8405              
8406              was missing, the code change went in as #5989
8407              (which had a different test?)
8408      Branch: perl
8409            ! t/op/misc.t
8410 ____________________________________________________________________________
8411 [  6481] By: jhi                                   on 2000/08/01  21:48:38
8412         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
8413              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8414              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
8415              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
8416      Branch: perl
8417            ! perl.h
8418 ____________________________________________________________________________
8419 [  6480] By: jhi                                   on 2000/08/01  18:05:28
8420         Log: Make p4desc to skip non-mainperl branches by default.
8421      Branch: perl
8422            ! Porting/p4desc
8423 ____________________________________________________________________________
8424 [  6479] By: jhi                                   on 2000/08/01  17:29:19
8425         Log: If gccosandvers is equal to osname, clear gccosandvers.
8426      Branch: metaconfig/U/perl
8427            ! gccvers.U
8428      Branch: perl
8429            ! Configure config_h.SH
8430 ____________________________________________________________________________
8431 [  6478] By: jhi                                   on 2000/08/01  15:54:08
8432         Log: BOM patching from Simon Cozens.
8433      Branch: perl
8434            ! toke.c
8435 ____________________________________________________________________________
8436 [  6477] By: jhi                                   on 2000/08/01  04:50:33
8437         Log: Stash away the largefiles flags and libswanted.
8438      Branch: perl
8439            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
8440 ____________________________________________________________________________
8441 [  6476] By: gsar                                  on 2000/08/01  04:24:24
8442         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
8443              on Windows)
8444      Branch: perl
8445            ! t/pragma/utf8.t utf8.c win32/win32.c
8446 ____________________________________________________________________________
8447 [  6475] By: jhi                                   on 2000/08/01  03:35:24
8448         Log: Make chr() for values >127 to create utf8 when under utf8.
8449              
8450              Subject: Re: uft8/chr()
8451              From: simon@brecon.co.uk (Simon Cozens)
8452              Date: 1 Aug 2000 02:37:02 GMT
8453              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
8454      Branch: perl
8455            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
8456 ____________________________________________________________________________
8457 [  6474] By: jhi                                   on 2000/08/01  02:36:18
8458         Log: In Digital UNIX warn if gcc explicitly chosen because even
8459              2.95.2 is known to cause problems.
8460      Branch: perl
8461            ! hints/dec_osf.sh
8462 ____________________________________________________________________________
8463 [  6473] By: jhi                                   on 2000/08/01  02:00:56
8464         Log: Make the safety catch for buggy gccs work with triple version
8465              numbers like 2.95.2.  Reported in
8466              
8467              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
8468              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
8469              Date: Mon, 31 Jul 2000 14:55:06 +0200
8470              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
8471      Branch: perl
8472            ! hints/dec_osf.sh
8473 ____________________________________________________________________________
8474 [  6472] By: jhi                                   on 2000/08/01  01:13:33
8475         Log: Subject: fix and question re: waitpid() under win32
8476              From: Brian Clarke <clarke@appliedmeta.com>
8477              Date: Fri, 28 Jul 2000 15:18:29 -0400
8478              Message-ID: <3981DC85.290314EB@appliedmeta.com>
8479              
8480              Slightly reformatted and WNOHANG # define moved to win32.h
8481              so that also POSIX.xs sees it, as suggsted by Sarathy.
8482      Branch: perl
8483            ! win32/win32.c win32/win32.h
8484 ____________________________________________________________________________
8485 [  6471] By: jhi                                   on 2000/08/01  00:55:05
8486         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
8487              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8488              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
8489              Date: Mon, 31 Jul 2000 13:28:51 +0100
8490              
8491              (aka ID 20000730.002)
8492      Branch: perl
8493            ! op.c t/op/tr.t
8494 ____________________________________________________________________________
8495 [  6470] By: jhi                                   on 2000/07/31  23:34:42
8496         Log: Document the problem with -P in HP-UX and its workaround.
8497              
8498              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
8499              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
8500              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
8501              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
8502      Branch: perl
8503            ! README.hpux
8504 ____________________________________________________________________________
8505 [  6469] By: jhi                                   on 2000/07/31  04:15:02
8506         Log: The swallow_bom() saga continues.  The #23 of require.t
8507              (UTF16-LE) still fails (silently, no output) but the #22
8508              (UTF16-BE) seems to be working now.  The root of the
8509              failure may be in sv_gets(): is it UTF-16LE-aware,
8510              especially when it comes to line endings? 
8511      Branch: perl
8512            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
8513            ! t/comp/require.t toke.c utf8.c
8514 ____________________________________________________________________________
8515 [  6468] By: jhi                                   on 2000/07/30  19:05:48
8516         Log: Find green threads before native threads.
8517              
8518              Subject: Re: Patch to jpl/JNI/Makefile.PL
8519              From: Jens Thomsen <jens@fiend.cis.com>
8520              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
8521              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
8522      Branch: perl
8523            ! jpl/JNI/Makefile.PL
8524 ____________________________________________________________________________
8525 [  6467] By: jhi                                   on 2000/07/30  18:36:22
8526         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
8527      Branch: perl
8528            ! doop.c
8529 ____________________________________________________________________________
8530 [  6466] By: jhi                                   on 2000/07/30  04:37:29
8531         Log: A new version of the "remove UPPERACSE string comparison"
8532              operators.  The problem with the previous one (change #6454)
8533              was that it was for Perl 5.6.0.  From Paul Marquess.
8534      Branch: perl
8535            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
8536            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
8537            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8538 ____________________________________________________________________________
8539 [  6465] By: jhi                                   on 2000/07/29  22:39:56
8540         Log: Do not upgrade SVs into utf8 just because they participate
8541              in eq or cmp.  Reported and fix suggested in
8542              
8543              Subject: [ID 20000720.009] sv_eq UTF8 bug
8544              From: "Simon Cozens" <simon@othersideofthe.earth.li>
8545              Date: 21 Jul 2000 04:37:29 -0000
8546              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
8547              
8548              Exercise for the kind reader: should we or should we not
8549              cache the utf8 conversion alonside the SV? (as magic,
8550              as thestrxfrm()ed version is cached under use locale)
8551              Argue both for and against.
8552      Branch: perl
8553            ! sv.c
8554 ____________________________________________________________________________
8555 [  6464] By: jhi                                   on 2000/07/29  22:36:22
8556         Log: Subject: UTF8 concat
8557              From: simon@brecon.co.uk (Simon Cozens) 
8558              Date: 30 Jun 2000 06:13:25 GMT
8559              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
8560              
8561              (with a memory leak fixed, plus a few casts added)
8562              
8563              This also seems to help for
8564              
8565              Subject: [ID 20000716.015] join UTF8 weirdness
8566              From: root <root@ak-71.mind.de> 
8567              Date: Sat, 15 Jul 2000 15:29:54 +0200
8568              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
8569              
8570              (from Andreas König)
8571      Branch: perl
8572            ! pp_hot.c
8573 ____________________________________________________________________________
8574 [  6463] By: jhi                                   on 2000/07/29  00:55:39
8575         Log: Tune the comments and hopefully stop a memory leak.
8576      Branch: perl
8577            ! toke.c utf8.c
8578 ____________________________________________________________________________
8579 [  6462] By: jhi                                   on 2000/07/29  00:16:53
8580         Log: The problem described in this
8581              
8582              Subject: [ID 20000322.018] named chars aren't magical enough
8583              From: root <root@dixie.cscaper.com>     
8584              Date: Wed, 22 Mar 2000 18:37:42 -0700
8585              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
8586              
8587              has been fixed in perl 5.6.0 but just in case added a test
8588              to keep it away.  (The report from Joseph Hall.)
8589      Branch: perl
8590            ! t/lib/charnames.t
8591 ____________________________________________________________________________
8592 [  6461] By: jhi                                   on 2000/07/28  23:56:36
8593         Log: Tiny fixes for #6460.
8594      Branch: metaconfig/U/perl
8595            ! gccvers.U
8596      Branch: perl
8597            ! Configure config_h.SH
8598 ____________________________________________________________________________
8599 [  6460] By: jhi                                   on 2000/07/28  23:24:41
8600         Log: Warn if the version of the operating system used to compile gcc
8601              differs from the current version of the operating system.
8602              Also display the gcc compilation os and version in myconfig.
8603              Inspiration from
8604              
8605              Subject: Re: [ID 20000710.003] ERRORS!!         
8606              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8607              Date: Mon, 10 Jul 2000 15:54:16 -0400
8608              Message-ID: <20000710155416.A1384@O2.chapin.edu>
8609      Branch: metaconfig/U/perl
8610            ! gccvers.U
8611      Branch: perl
8612            ! Configure config_h.SH myconfig.SH
8613 ____________________________________________________________________________
8614 [  6459] By: jhi                                   on 2000/07/28  22:00:32
8615         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
8616              letter to $Config{osvers}.
8617      Branch: metaconfig
8618            ! U/modified/Oldconfig.U
8619      Branch: perl
8620            ! Configure config_h.SH
8621 ____________________________________________________________________________
8622 [  6458] By: jhi                                   on 2000/07/28  04:15:39
8623         Log: Back out #6454, doesn't seem to work.
8624              (Reason: that patch was for perl 5.6.0, not perl-current)
8625              (A version of the patch for perl-current came in later as #6466)
8626      Branch: perl
8627            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
8628            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
8629            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8630 ____________________________________________________________________________
8631 [  6457] By: jhi                                   on 2000/07/27  23:31:49
8632         Log: Use setproctitle() if available to modify $0.
8633              
8634              Subject: setting $* on BSD4 broken
8635              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8636              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
8637              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
8638      Branch: metaconfig
8639            ! U/modified/Myinit.U
8640      Branch: perl
8641            ! Configure config_h.SH mg.c
8642 ____________________________________________________________________________
8643 [  6456] By: jhi                                   on 2000/07/27  14:50:47
8644         Log: Allow "no AutoLoader;", based on change #6444,
8645              suggested by Graham Barr.
8646      Branch: perl
8647            ! lib/AutoLoader.pm
8648 ____________________________________________________________________________
8649 [  6455] By: jhi                                   on 2000/07/27  14:19:10
8650         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
8651              From: rspier@pobox.com (Robert Spier)
8652              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
8653              Message-ID: <14720.15855.787664.424783@rls.cx>
8654      Branch: perl
8655            ! pod/perldiag.pod
8656 ____________________________________________________________________________
8657 [  6454] By: jhi                                   on 2000/07/27  14:03:02
8658         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
8659              for a long time).
8660              
8661              Reported in
8662              
8663              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
8664              From: Ryan Herbert <rherbert@sycamorehq.com>
8665              Date: Mon, 17 Jul 2000 11:40:42 -0400
8666              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
8667              
8668              Patched in
8669              
8670              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
8671              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
8672              Date: Wed, 26 Jul 2000 23:40:18 +0100
8673              Message-ID: <000001bff752$79511880$0a17073e@tiny>
8674              
8675              based on an earlier patch from Stephen P. Potter.
8676              
8677              (Removed later by change #6458 because this patch was for
8678              perl 5.6.0, not perl-current)
8679      Branch: perl
8680            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
8681            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
8682            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8683 ____________________________________________________________________________
8684 [  6453] By: jhi                                   on 2000/07/27  13:48:02
8685         Log: Subject: [PATCH] fixes bug 20000508.004
8686              From: Michael Stevens <mstevens@globnix.org>
8687              Date: Thu, 27 Jul 2000 13:49:04 +0100
8688              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
8689      Branch: perl
8690            ! pod/perldata.pod
8691 ____________________________________________________________________________
8692 [  6452] By: jhi                                   on 2000/07/26  23:51:26
8693         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
8694              and Craig A. Berry.
8695      Branch: perl
8696            ! lib/File/Temp.pm pod/perlport.pod
8697 ____________________________________________________________________________
8698 [  6451] By: jhi                                   on 2000/07/26  19:43:30
8699         Log: Be wary of close()s, too.
8700              
8701              Subject: Re: [PATCH] perlbug cleanup
8702              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8703              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
8704              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
8705      Branch: perl
8706            ! utils/perlbug.PL
8707 ____________________________________________________________________________
8708 [  6450] By: jhi                                   on 2000/07/26  18:41:40
8709         Log: Subject: Minor doc patch: handy.h
8710              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
8711              Date: Wed, 26 Jul 2000 15:34:25 -0300
8712              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
8713      Branch: perl
8714            ! handy.h pod/perlapi.pod
8715 ____________________________________________________________________________
8716 [  6449] By: jhi                                   on 2000/07/26  18:23:55
8717         Log: Subject: [PATCH] minor doc change - perlguts
8718              From: Michael Stevens <mstevens@globnix.org>
8719              Date: Thu, 13 Jul 2000 12:39:18 +0100
8720              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
8721      Branch: perl
8722            ! pod/perlguts.pod
8723 ____________________________________________________________________________
8724 [  6448] By: jhi                                   on 2000/07/26  18:20:30
8725         Log: open() wariness in perlbug.
8726              
8727              Subject: [PATCH] perlbug cleanup
8728              From: Michael Stevens <mstevens@globnix.org>
8729              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
8730              Date: Thu, 13 Jul 2000 15:52:23 +0100
8731      Branch: perl
8732            ! utils/perlbug.PL
8733 ____________________________________________________________________________
8734 [  6447] By: jhi                                   on 2000/07/26  18:13:04
8735         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
8736      Branch: perl
8737            ! lib/File/Temp.pm t/lib/ftmp-security.t
8738 ____________________________________________________________________________
8739 [  6446] By: jhi                                   on 2000/07/26  18:06:32
8740         Log: docfix from Peter Scott <Peter@PSDT.com>.
8741      Branch: perl
8742            ! pod/perlfunc.pod
8743 ____________________________________________________________________________
8744 [  6445] By: jhi                                   on 2000/07/26  17:53:31
8745         Log: Fix *foo{FORMAT}.
8746              
8747              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8748              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
8749              Date: Wed, 26 Jul 2000 19:51:02 +0200
8750              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
8751              
8752              From: Graham Barr <gbarr@pobox.com>
8753              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
8754              Date: Wed, 26 Jul 2000 17:38:36 +0100
8755              Message-ID: <20000726173836.L472@pobox.com>
8756      Branch: perl
8757            ! pp.c sv.c t/op/gv.t
8758 ____________________________________________________________________________
8759 [  6444] By: jhi                                   on 2000/07/26  17:49:14
8760         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
8761              from Graham Barr in the module list.
8762      Branch: perl
8763            ! gv.c pod/perlobj.pod
8764 ____________________________________________________________________________
8765 [  6443] By: jhi                                   on 2000/07/26  16:06:56
8766         Log: More split() doc and test patches from Mike Guy.
8767      Branch: perl
8768            ! pod/perlfunc.pod t/op/split.t
8769 ____________________________________________________________________________
8770 [  6442] By: jhi                                   on 2000/07/26  16:05:30
8771         Log: MacOS nits from Matthias Neeracher.
8772      Branch: perl
8773            ! perl.c pp_ctl.c
8774 ____________________________________________________________________________
8775 [  6441] By: jhi                                   on 2000/07/26  04:39:57
8776         Log: Subject: [PATCH] split /^/
8777              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8778              Date: Tue, 25 Jul 2000 14:18:57 +0100
8779              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
8780              
8781              (with notes from tchrist and gbarr)
8782      Branch: perl
8783            ! pod/perlfunc.pod t/op/split.t
8784 ____________________________________________________________________________
8785 [  6440] By: jhi                                   on 2000/07/26  04:32:32
8786         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
8787              From: Peter Prymmer <pvhp@forte.com>
8788              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
8789              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
8790      Branch: perl
8791            ! vms/munchconfig.c
8792 ____________________________________________________________________________
8793 [  6439] By: jhi                                   on 2000/07/26  04:31:01
8794         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
8795              to be fatal errors (instead of by default ignoring them, and
8796              ignoring with a bug: even though -w gave an error, the opening [
8797              was left in)  Reported in:
8798              
8799              Subject: [ID 20000716.024] [=cc=] / [:blank:]
8800              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
8801              Date: Sun, 16 Jul 2000 17:55:29 -0700
8802              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
8803      Branch: perl
8804            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
8805 ____________________________________________________________________________
8806 [  6438] By: jhi                                   on 2000/07/25  15:41:15
8807         Log: Subject: [PATCH] av.c apidoc
8808              From: simon@brecon.co.uk (Simon Cozens)
8809              Date: 24 Jul 2000 06:40:52 GMT
8810              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
8811      Branch: perl
8812            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
8813            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
8814 ____________________________________________________________________________
8815 [  6437] By: jhi                                   on 2000/07/25  14:05:36
8816         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
8817              From: "Stephen P. Potter" <spp@ds.net>
8818              Date: Mon, 24 Jul 2000 14:22:23 -0400
8819              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
8820      Branch: perl
8821            ! pod/perllocale.pod
8822 ____________________________________________________________________________
8823 [  6436] By: jhi                                   on 2000/07/25  14:02:03
8824         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
8825              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8826              Date: Mon, 24 Jul 2000 18:04:28 +0100
8827              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
8828      Branch: perl
8829            ! t/lib/syslfs.t t/op/lfs.t
8830 ____________________________________________________________________________
8831 [  6435] By: jhi                                   on 2000/07/25  13:59:28
8832         Log: Get UTF16 BOMs working.  Patch from
8833              
8834              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
8835              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8836              Date: Tue, 25 Jul 2000 12:52:45 +0100
8837              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
8838              
8839              and notes from
8840              
8841              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
8842              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8843              Date: Tue, 25 Jul 2000 11:43:25 +0100
8844              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
8845      Branch: perl
8846            ! t/comp/require.t toke.c utf8.c
8847 ____________________________________________________________________________
8848 [  6434] By: jhi                                   on 2000/07/25  02:39:54
8849         Log: Make the "uninit variable" warning to say "concat or string"
8850              or "join or string" when in concat or join .
8851              
8852              Subject: Re: [ID 20000403.009] uninitialised concatenation???
8853              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8854              Date: Tue, 04 Apr 2000 18:22:58 +0100
8855              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
8856              
8857              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
8858              From: William R Ward <hermit@BayView.COM>
8859              Date: Thu, 30 Mar 2000 19:50:03 -0800
8860              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
8861      Branch: perl
8862            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
8863            ! t/pragma/warn/op t/pragma/warn/sv
8864 ____________________________________________________________________________
8865 [  6433] By: jhi                                   on 2000/07/24  17:52:56
8866         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
8867      Branch: perl
8868            ! lib/File/Spec/VMS.pm
8869 ____________________________________________________________________________
8870 [  6432] By: jhi                                   on 2000/07/24  17:44:44
8871         Log: Test cases for #6431.
8872              
8873              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
8874              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8875              Date: Mon, 24 Jul 2000 15:32:29 +0100
8876              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
8877      Branch: perl
8878            ! t/op/pat.t t/op/split.t
8879 ____________________________________________________________________________
8880 [  6431] By: jhi                                   on 2000/07/24  17:43:17
8881         Log: Bind op fix.
8882              
8883              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
8884              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8885              Date: Mon, 17 Jul 2000 20:04:56 +0100
8886              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
8887      Branch: perl
8888            ! op.c
8889 ____________________________________________________________________________
8890 [  6430] By: jhi                                   on 2000/07/24  03:42:42
8891         Log: Subject: [ID 20000716.023] syslog test fails without sockets
8892              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8893              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
8894              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
8895      Branch: metaconfig/U/perl
8896            ! Extensions.U
8897      Branch: perl
8898            ! Configure config_h.SH
8899 ____________________________________________________________________________
8900 [  6429] By: jhi                                   on 2000/07/24  03:11:52
8901         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
8902              case, but add also notes explaining the relationship of this
8903              patch and the earlier notes by Sarathy.
8904              
8905              Subject: Map is still slow
8906              From: "Ben Tilly" <ben_tilly@hotmail.com>
8907              Date: Sat, 15 Jul 2000 17:23:27 EDT
8908              Message-ID: <20000715212327.21656.qmail@hotmail.com>
8909      Branch: perl
8910            ! pp_ctl.c
8911 ____________________________________________________________________________
8912 [  6428] By: jhi                                   on 2000/07/24  02:58:52
8913         Log: Documentation to explain the behaviour of map().
8914              
8915              Subject: Re: Map is still slow 
8916              From: Gurusamy Sarathy <gsar@ActiveState.com>
8917              Date: Sat, 15 Jul 2000 16:05:09 -0700
8918              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
8919      Branch: perl
8920            ! pp_ctl.c
8921 ____________________________________________________________________________
8922 [  6427] By: jhi                                   on 2000/07/24  02:50:03
8923         Log: Add tests for
8924              [ID 19991110.003] another matching finding by pcre author
8925              which has already been fixed by some patch, as verified in
8926              
8927              Subject: Re: two regex bugs from the mists of time (well, last November)
8928              From: Hugo <hv@crypt.compulink.co.uk>
8929              Date: Sat, 22 Jul 2000 18:12:58 +0100
8930              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
8931      Branch: perl
8932            ! t/op/re_tests
8933 ____________________________________________________________________________
8934 [  6426] By: jhi                                   on 2000/07/24  02:11:20
8935         Log: A missing 'break' after the [[:space:]] switch case.
8936              
8937              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
8938              From: "Stephen P. Potter" <spp@ds.net>
8939              Date: Tue, 18 Jul 2000 16:25:17 -0400
8940              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
8941      Branch: perl
8942            ! regcomp.c
8943 ____________________________________________________________________________
8944 [  6425] By: jhi                                   on 2000/07/24  02:06:12
8945         Log: The output might have been produced in the wrong order.
8946              
8947              Subject: [ID 20000720.003] [PATCH] t/op/write.t
8948              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8949              Date: Thu, 20 Jul 2000 18:49:18 +0100
8950              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
8951      Branch: perl
8952            ! t/op/write.t
8953 ____________________________________________________________________________
8954 [  6424] By: jhi                                   on 2000/07/24  02:00:07
8955         Log: Use STDOUT consistently.
8956              
8957              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
8958              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8959              Date: Thu, 20 Jul 2000 18:04:01 +0100
8960              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
8961      Branch: perl
8962            ! lib/Test/Harness.pm
8963 ____________________________________________________________________________
8964 [  6423] By: jhi                                   on 2000/07/24  01:54:54
8965         Log: Protect against "wild next"s, that is, callbacks doing "next"
8966              instead of "return".
8967              
8968              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
8969              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8970              Date: Tue, 18 Jul 2000 11:30:16 +0100
8971              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
8972      Branch: perl
8973            ! lib/File/Find.pm
8974 ____________________________________________________________________________
8975 [  6422] By: jhi                                   on 2000/07/24  01:35:47
8976         Log: Out-of-date note removed.
8977              
8978              Subject: [PATCH] documentation perlipc
8979              From: rspier@pobox.com (Robert Spier)
8980              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
8981              Message-ID: <14711.35178.572612.502654@rls.cx>
8982      Branch: perl
8983            ! pod/perlipc.pod
8984 ____________________________________________________________________________
8985 [  6421] By: jhi                                   on 2000/07/24  00:09:18
8986         Log: Send all installperl messages to STDERR and be -w clean.
8987              
8988              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
8989              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8990              Date: Sat, 22 Jul 2000 14:02:11 +0100
8991              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
8992      Branch: perl
8993            ! installperl
8994 ____________________________________________________________________________
8995 [  6420] By: jhi                                   on 2000/07/24  00:04:19
8996         Log: Decutandpasto.
8997              
8998              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
8999              From: "Richard Soderberg" <rs@crystalflame.net>
9000              Date: Sun, 23 Jul 2000 01:37:23 -0700
9001              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
9002      Branch: perl
9003            ! pod/perlipc.pod
9004 ____________________________________________________________________________
9005 [  6419] By: jhi                                   on 2000/07/24  00:01:12
9006         Log: A cleaner abs_path().
9007              Subject: Re: unix alternative to Cwd.pm
9008              From: Jeff Pinyan <jeffp@crusoe.net>
9009              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
9010              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
9011      Branch: perl
9012            ! lib/Cwd.pm
9013 ____________________________________________________________________________
9014 [  6418] By: jhi                                   on 2000/07/23  23:48:56
9015         Log: Detypo.
9016              
9017              Subject: [PATCH perl-current] Typo in hints/powerux.sh
9018              From: "Richard Soderberg" <rs@crystalflame.net>
9019              Date: Sun, 23 Jul 2000 01:27:33 -0700
9020              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
9021      Branch: perl
9022            ! hints/powerux.sh
9023 ____________________________________________________________________________
9024 [  6417] By: jhi                                   on 2000/07/17  22:13:31
9025         Log: Subject: SDBM_File documentation
9026              From: mjd@plover.com
9027              Date: 16 Jul 2000 17:41:17 -0000
9028              Message-ID: <20000716174117.18515.qmail@plover.com>
9029      Branch: perl
9030            ! ext/SDBM_File/SDBM_File.pm
9031 ____________________________________________________________________________
9032 [  6416] By: jhi                                   on 2000/07/17  19:13:26
9033         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
9034      Branch: perl
9035            ! hints/mpeix.sh mpeix/relink
9036 ____________________________________________________________________________
9037 [  6415] By: jhi                                   on 2000/07/15  14:11:02
9038         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
9039              the utf8 'characters' can be more than one octet).
9040              
9041              Date: Sat, 15 Jul 2000 00:21:56 +0100
9042              From: Tom Hughes <tom@compton.nu>
9043              Subject: Re: [ID 20000714.002]
9044              Message-ID: <db2334de49.tom@compton.compton.nu>
9045              
9046              Reported in
9047              
9048              Subject: [ID 20000714.002]
9049              From: "Simon Cozens" <simon@othersideofthe.earth.li>
9050              Date: 14 Jul 2000 15:13:09 -0000
9051              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
9052      Branch: perl
9053            ! doop.c
9054 ____________________________________________________________________________
9055 [  6414] By: jhi                                   on 2000/07/15  03:13:41
9056         Log: another VMS build tweak from Peter Prymmer
9057      Branch: perl
9058            ! vms/descrip_mms.template
9059 ____________________________________________________________________________
9060 [  6413] By: jhi                                   on 2000/07/15  03:10:40
9061         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
9062      Branch: perl
9063            ! vms/perlvms.pod
9064 ____________________________________________________________________________
9065 [  6412] By: jhi                                   on 2000/07/15  00:31:05
9066         Log: More docs for sv functions.
9067              
9068              Subject: [PATCH cfgperl] sv.c apidoc
9069              From: simon@brecon.co.uk (Simon Cozens)
9070              Date: 13 Jul 2000 09:00:20 GMT
9071              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
9072              
9073              Subject: Re: [PATCH cfgperl] sv.c apidoc
9074              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9075              Date: Thu, 13 Jul 2000 12:27:41 +0100
9076              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
9077              
9078              Subject: Re: [PATCH cfgperl] sv.c apidoc
9079              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9080              Date: Thu, 13 Jul 2000 13:23:09 +0100
9081              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
9082              
9083              Subject: Re: [PATCH cfgperl] sv.c apidoc
9084              From: simon@brecon.co.uk (Simon Cozens)
9085              Date: 14 Jul 2000 06:51:02 GMT
9086              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
9087      Branch: perl
9088            ! embed.pl pod/perlapi.pod sv.c
9089 ____________________________________________________________________________
9090 [  6411] By: jhi                                   on 2000/07/15  00:10:41
9091         Log: lib/b test fixes from Peter Prymmer.
9092      Branch: perl
9093            ! t/lib/b.t
9094 ____________________________________________________________________________
9095 [  6410] By: jhi                                   on 2000/07/15  00:02:09
9096         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
9097              From: Hugo <hv@crypt.compulink.co.uk>
9098              Date: Fri, 14 Jul 2000 23:05:20 +0100
9099              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
9100              
9101              Didn't anymore apply, but that point still could use another fix.
9102      Branch: perl
9103            ! pod/perlfunc.pod
9104 ____________________________________________________________________________
9105 [  6409] By: jhi                                   on 2000/07/14  23:15:15
9106         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
9107              not in pod, from Peter Prymmer
9108      Branch: perl
9109            ! vms/descrip_mms.template
9110 ____________________________________________________________________________
9111 [  6408] By: jhi                                   on 2000/07/14  20:35:05
9112         Log: The bug report
9113              [ID 19991110.002] minimal matching discrepancy found by pcre author
9114              seems to have been fixed (though differently from what was suggested
9115              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
9116      Branch: perl
9117            ! t/op/re_tests
9118 ____________________________________________________________________________
9119 [  6407] By: jhi                                   on 2000/07/14  17:38:08
9120         Log: Fix AutoSplit to use File::Spec the right way in VMS,
9121              from Peter Prymmer.
9122      Branch: perl
9123            ! lib/AutoSplit.pm
9124 ____________________________________________________________________________
9125 [  6406] By: jhi                                   on 2000/07/14  14:13:22
9126         Log: Merge perlhacktut into perlhack, update perlguts.
9127              
9128              Subject: Re: Perlhacktut
9129              From: simon@brecon.co.uk (Simon Cozens)
9130              Date: 14 Jul 2000 06:49:21 GMT
9131              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
9132              
9133              Subject: Re: Perlhacktut
9134              From: simon@brecon.co.uk (Simon Cozens)
9135              Date: 14 Jul 2000 07:09:45 GMT
9136              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
9137      Branch: perl
9138            ! pod/perlguts.pod pod/perlhack.pod
9139 ____________________________________________________________________________
9140 [  6404] By: gsar                                  on 2000/07/14  12:15:02
9141         Log: PERL_OBJECT build tweaks
9142      Branch: perl
9143            ! toke.c
9144 ____________________________________________________________________________
9145 [  6403] By: gsar                                  on 2000/07/14  11:23:41
9146         Log: inconsistent types needs casts
9147      Branch: perl
9148            ! toke.c
9149 ____________________________________________________________________________
9150 [  6402] By: gsar                                  on 2000/07/14  11:12:04
9151         Log: typos in change#6399, regen headers
9152      Branch: perl
9153            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
9154 ____________________________________________________________________________
9155 [  6401] By: gsar                                  on 2000/07/14  10:59:12
9156         Log: typecasts needed for change#6394
9157      Branch: perl
9158            ! toke.c
9159 ____________________________________________________________________________
9160 [  6400] By: gsar                                  on 2000/07/14  10:49:37
9161         Log: integrate cfgperl contents into mainline
9162      Branch: perl
9163           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
9164           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
9165 ____________________________________________________________________________
9166 [  6399] By: gsar                                  on 2000/07/14  10:38:35
9167         Log: enable UTF-16 filter by default if relevant BOM is seen; various
9168              cleanups (typos, misformatted code, and small bugs)
9169      Branch: perl
9170            ! doop.c embed.pl mg.c op.c pp.c toke.c
9171 ____________________________________________________________________________
9172 [  6398] By: gsar                                  on 2000/07/14  08:55:38
9173         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
9174              name suggests anyway)
9175      Branch: perl
9176            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
9177 ____________________________________________________________________________
9178 [  6397] By: gsar                                  on 2000/07/14  08:44:33
9179         Log: move new variables to the end of the interpreter structure (for
9180              bincompat in code that doesn't #include XSUB.h)
9181      Branch: perl
9182            ! intrpvar.h
9183 ____________________________________________________________________________
9184 [  6396] By: gsar                                  on 2000/07/14  08:13:58
9185         Log: MakeMaker should not remove editor backups (*~) on `make clean`
9186              by default (completes change#6383)
9187      Branch: perl
9188            ! lib/ExtUtils/MM_Unix.pm
9189 ____________________________________________________________________________
9190 [  6388] By: gsar                                  on 2000/07/13  06:33:40
9191         Log: typos (spotted by Peter Prymmer)
9192      Branch: perl
9193            ! Configure t/lib/english.t
9194 ____________________________________________________________________________
9195 [  6387] By: gsar                                  on 2000/07/13  05:35:28
9196         Log: new selfloader.t in change#6183 doesn't close DATA handles,
9197              and thus fails to clean up tmp files on dosish platforms
9198      Branch: perl
9199            ! t/lib/selfloader.t
9200 ____________________________________________________________________________
9201 [  6386] By: gsar                                  on 2000/07/12  21:42:39
9202         Log: sprintf test tweaks (from Dominic Dunlop)
9203      Branch: perl
9204            ! t/op/sprintf.t
9205 ____________________________________________________________________________
9206 [  6385] By: gsar                                  on 2000/07/12  21:33:46
9207         Log: fix bugs in processing %v-*d and similar format specs (from
9208              Avi Finkel <avi@finkel.org>)
9209      Branch: perl
9210            ! sv.c t/op/sprintf.t
9211 ____________________________________________________________________________
9212 [  6384] By: gsar                                  on 2000/07/12  16:04:19
9213         Log: readd missing perldelta.pod changes from changes#6339,6376
9214      Branch: perl
9215            ! pod/perldelta.pod
9216 ____________________________________________________________________________
9217 [  6383] By: gsar                                  on 2000/07/12  16:00:51
9218         Log: don't clobber *.orig files on *clean targets
9219      Branch: perl
9220            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
9221 ____________________________________________________________________________
9222 [  6381] By: gsar                                  on 2000/07/12  07:42:17
9223         Log: integrate cfgperl changes into mainline
9224      Branch: perl
9225            ! Changes
9226           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
9227           !> pod/perlre.pod
9228 ____________________________________________________________________________
9229 [  6380] By: gsar                                  on 2000/07/12  07:31:00
9230         Log: get sprintf.t to adjust properly for 3-digit exponents
9231      Branch: perl
9232            ! t/op/sprintf.t
9233 ____________________________________________________________________________
9234 [  6379] By: gsar                                  on 2000/07/12  06:40:04
9235         Log: change#6174 needs corresponding change in win32/config_h.PL,
9236              which grovels through config_h.SH to find the config.h name
9237      Branch: perl
9238            ! win32/config_h.PL
9239 ____________________________________________________________________________
9240 [  6375] By: gsar                                  on 2000/07/11  21:17:35
9241         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
9242      Branch: perl
9243            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
9244            ! win32/win32sck.c
9245 ____________________________________________________________________________
9246 [  6374] By: gsar                                  on 2000/07/11  20:48:50
9247         Log: tweak for build failure under multiplicity
9248      Branch: perl
9249            ! toke.c
9250 ____________________________________________________________________________
9251 [  6373] By: gsar                                  on 2000/07/11  20:37:23
9252         Log: integrate cfgperl changes#6325..6373 into mainline
9253              (NOTE: today's batch of integrations still untested)
9254      Branch: perl
9255           +> ext/DynaLoader/hints/netbsd.pl
9256            ! Changes
9257           !> (integrate 26 files)
9258 ____________________________________________________________________________
9259 [  6369] By: gsar                                  on 2000/07/11  19:27:48
9260         Log: integrate cfgperl changes#6293..6324 into mainline
9261      Branch: perl
9262           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
9263            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
9264           !> (integrate 30 files)
9265 ____________________________________________________________________________
9266 [  6368] By: gsar                                  on 2000/07/11  19:18:57
9267         Log: skip integrate of problematic change#6292 from cfgperl into mainline
9268      Branch: perl
9269           !> pp_hot.c
9270 ____________________________________________________________________________
9271 [  6367] By: gsar                                  on 2000/07/11  19:17:21
9272         Log: integrate cfgperl changes#6288..6290 into mainline
9273      Branch: perl
9274           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
9275 ____________________________________________________________________________
9276 [  6366] By: gsar                                  on 2000/07/11  19:11:18
9277         Log: integrate cfgperl changes#6268..6282 into mainline
9278      Branch: perl
9279           !> (integrate 30 files)
9280 ____________________________________________________________________________
9281 [  6365] By: gsar                                  on 2000/07/11  18:57:00
9282         Log: delete new accidentally branched file
9283      Branch: perl
9284            - t/op/method2entersub.t
9285 ____________________________________________________________________________
9286 [  6364] By: gsar                                  on 2000/07/11  18:55:13
9287         Log: skip integrate of change#6267 from cfgperl into mainline (the
9288              method call optimization is flawed without additional hints
9289              from user about immutableness of @ISA and no runtime method
9290              definitions)
9291      Branch: perl
9292           +> t/op/method2entersub.t
9293           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
9294           !> perl.h t/op/sprintf.t xsutils.c
9295 ____________________________________________________________________________
9296 [  6363] By: gsar                                  on 2000/07/11  18:49:43
9297         Log: integrate cfgperl changes#6261..6266 into mainline
9298      Branch: perl
9299           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
9300           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
9301           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9302           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
9303 ____________________________________________________________________________
9304 [  6362] By: gsar                                  on 2000/07/11  18:43:26
9305         Log: integrate cfgperl changes#6252..6260 into mainline
9306      Branch: perl
9307           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
9308           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
9309           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
9310           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
9311 ____________________________________________________________________________
9312 [  6361] By: gsar                                  on 2000/07/11  18:37:12
9313         Log: skip integrate of problematic change#6251 from cfgperl into mainline
9314      Branch: perl
9315           !> lib/Exporter.pm
9316 ____________________________________________________________________________
9317 [  6360] By: gsar                                  on 2000/07/11  18:34:56
9318         Log: integrate cfgperl change#6250 into mainline
9319      Branch: perl
9320           +> t/op/my_stash.t
9321           !> MANIFEST embed.pl proto.h toke.c
9322 ____________________________________________________________________________
9323 [  6359] By: gsar                                  on 2000/07/11  18:21:19
9324         Log: integrate cfgperl changes#6242..6249 into mainline
9325      Branch: perl
9326           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
9327           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
9328           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
9329           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
9330           !> t/lib/peek.t utf8.c
9331 ____________________________________________________________________________
9332 [  6358] By: gsar                                  on 2000/07/11  18:15:45
9333         Log: skip integrate of problematic change#6241 from cfgperl into mainline
9334      Branch: perl
9335           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
9336 ____________________________________________________________________________
9337 [  6355] By: gsar                                  on 2000/07/11  18:12:10
9338         Log: integrate cfgperl changes#6231..6240 into mainline
9339      Branch: perl
9340           +> pod/perlutil.pod
9341           !> (integrate 35 files)
9342 ____________________________________________________________________________
9343 [  6353] By: gsar                                  on 2000/07/11  17:59:51
9344         Log: skip integrate of problematic change#6230 from cfgperl into mainline
9345              (a later version of File::Spec is already in mainline)
9346      Branch: perl
9347           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
9348           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
9349 ____________________________________________________________________________
9350 [  6352] By: gsar                                  on 2000/07/11  17:57:48
9351         Log: integrate cfgperl changes#6224..6229 into mainline
9352      Branch: perl
9353           +> lib/lib.pm.PL
9354            - lib/lib.pm
9355           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
9356           !> lib/English.pm op.c t/lib/english.t
9357 ____________________________________________________________________________
9358 [  6351] By: gsar                                  on 2000/07/11  17:50:10
9359         Log: skip integrate of problematic change#6223 from cfgperl into mainline
9360      Branch: perl
9361           !> doio.c
9362 ____________________________________________________________________________
9363 [  6350] By: gsar                                  on 2000/07/11  17:48:28
9364         Log: integrate cfgperl changes#6220..6222 into mainline
9365      Branch: perl
9366           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
9367           !> toke.c utf8.c win32/win32.h
9368 ____________________________________________________________________________
9369 [  6349] By: gsar                                  on 2000/07/11  17:46:13
9370         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
9371              mainline
9372      Branch: perl
9373           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
9374           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
9375           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9376 ____________________________________________________________________________
9377 [  6347] By: gsar                                  on 2000/07/11  17:42:04
9378         Log: integrate cfgperl change#6217 into mainline
9379      Branch: perl
9380           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
9381           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
9382           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
9383 ____________________________________________________________________________
9384 [  6346] By: gsar                                  on 2000/07/11  17:39:37
9385         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
9386              mainline
9387      Branch: perl
9388           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
9389           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9390           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
9391           !> perlapi.h pod/perlapi.pod
9392 ____________________________________________________________________________
9393 [  6345] By: gsar                                  on 2000/07/11  17:36:42
9394         Log: integrate cfgperl changes#6207..6210 into mainline
9395      Branch: perl
9396           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
9397           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
9398 ____________________________________________________________________________
9399 [  6344] By: gsar                                  on 2000/07/11  17:31:20
9400         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
9401              mainline
9402      Branch: perl
9403           !> (integrate 40 files)
9404 ____________________________________________________________________________
9405 [  6343] By: gsar                                  on 2000/07/11  17:19:08
9406         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
9407      Branch: perl
9408           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
9409            ! Changes
9410           !> (integrate 34 files)
9411 ____________________________________________________________________________
9412 [  6328] By: gsar                                  on 2000/07/10  07:06:00
9413         Log: accept() leaks memory on windows due to incorrect ordering of
9414              closesocket() and fclose() calls
9415      Branch: perl
9416            ! win32/win32sck.c
9417 ____________________________________________________________________________
9418 [  6327] By: gsar                                  on 2000/07/10  06:49:17
9419         Log: winsock options weren't being set in all threads under ithreads
9420              (caused send()s from second and subsequent threads to fail)
9421      Branch: perl
9422            ! win32/win32sck.c
9423 ____________________________________________________________________________
9424 [  6318] By: gsar                                  on 2000/07/05  22:10:54
9425         Log: fix UNC path handling on Windows under ithreads, and chdir()
9426              return value when given a non-existent directory
9427      Branch: perl
9428            ! win32/vdir.h
9429 ____________________________________________________________________________
9430 [  6317] By: gsar                                  on 2000/07/05  22:08:19
9431         Log: winsock cleanup never done on Windows (leads to handle leaks)
9432      Branch: perl
9433            ! win32/perllib.c win32/win32sck.c
9434 ____________________________________________________________________________
9435 [  6316] By: gsar                                  on 2000/07/05  22:06:19
9436         Log: some debugger output does not go to the socket when RemotePort is set
9437      Branch: perl
9438            ! lib/perl5db.pl
9439 ____________________________________________________________________________
9440 [  6314] By: gsar                                  on 2000/07/04  23:34:02
9441         Log: tyop in change#6306
9442      Branch: perl
9443            ! pp_hot.c
9444 ____________________________________________________________________________
9445 [  6310] By: gsar                                  on 2000/07/04  17:28:48
9446         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
9447      Branch: perl
9448            ! t/lib/b.t
9449 ____________________________________________________________________________
9450 [  6306] By: gsar                                  on 2000/07/04  16:28:40
9451         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
9452              (from Richard Soderberg <rs@oregonnet.com>)
9453      Branch: perl
9454            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
9455 ____________________________________________________________________________
9456 [  6304] By: gsar                                  on 2000/07/04  16:17:24
9457         Log: missing perldiag entry for unpack("w",...) diagnostic (from
9458              Andreas Koenig)
9459      Branch: perl
9460            ! pod/perldiag.pod
9461 ____________________________________________________________________________
9462 [  6303] By: gsar                                  on 2000/07/04  16:14:44
9463         Log: remove rel2abs prototypes (from Barrie Slaymaker)
9464      Branch: perl
9465            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9466            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9467 ____________________________________________________________________________
9468 [  6302] By: gsar                                  on 2000/07/04  04:59:35
9469         Log: adjust change#6299
9470      Branch: perl
9471            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
9472            ! win32/win32.c
9473 ____________________________________________________________________________
9474 [  6300] By: gsar                                  on 2000/07/04  04:42:09
9475         Log: PERL_OBJECT build tweak
9476      Branch: perl
9477            ! perl.h
9478 ____________________________________________________________________________
9479 [  6299] By: gsar                                  on 2000/07/04  04:37:00
9480         Log: fix memory leak on Windows (PL_sys_intern contents were never
9481              freed)
9482      Branch: perl
9483            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9484            ! perlapi.c proto.h win32/win32.c
9485 ____________________________________________________________________________
9486 [  6298] By: gsar                                  on 2000/07/04  04:15:59
9487         Log: fix large memory leak that has been around for ever, masked by
9488              -DPURIFY (most of the arenas were never freed!)
9489      Branch: perl
9490            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
9491 ____________________________________________________________________________
9492 [  6297] By: gsar                                  on 2000/07/04  04:07:46
9493         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
9494      Branch: perl
9495            ! perl.c
9496 ____________________________________________________________________________
9497 [  6294] By: gsar                                  on 2000/06/30  14:47:45
9498         Log: slurp mode fix in change#4736 still not quite right
9499      Branch: perl
9500            ! pp_hot.c t/io/argv.t
9501 ____________________________________________________________________________
9502 [  6291] By: gsar                                  on 2000/06/30  04:37:33
9503         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
9504              when @_ is modified, causing coredumps
9505      Branch: perl
9506            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
9507 ____________________________________________________________________________
9508 [  6287] By: gsar                                  on 2000/06/30  02:17:08
9509         Log: integrate vmsperl changes into mainline
9510      Branch: perl
9511           !> vms/vms.c vms/vmsish.h
9512 ____________________________________________________________________________
9513 [  6285] By: gsar                                  on 2000/06/30  02:05:28
9514         Log: localize %INC in a Safe compartment so that use/require work
9515              (many other magic globals probably need similar treatment)
9516      Branch: perl
9517            ! ext/Opcode/Opcode.xs
9518 ____________________________________________________________________________
9519 [  6284] By: gsar                                  on 2000/06/30  01:54:54
9520         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
9521              about Windows
9522      Branch: perl
9523            ! pod/perlembed.pod
9524 ____________________________________________________________________________
9525 [  6283] By: jhi                                   on 2000/06/30  01:50:10
9526         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
9527              From: Barrie Slaymaker <barries@jester.slaysys.com>
9528              Date: Wed, 28 Jun 2000 11:35:29 -0400
9529              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
9530      Branch: perl
9531            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
9532            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
9533            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9534            ! lib/File/Spec/Win32.pm
9535 ____________________________________________________________________________
9536 [  6216] By: gsar                                  on 2000/06/08  14:54:21
9537         Log: be more optimal about clearing @_
9538      Branch: perl
9539            ! cop.h
9540 ____________________________________________________________________________
9541 [  6215] By: gsar                                  on 2000/06/08  14:33:04
9542         Log: tweak comment about @DB::args
9543      Branch: perl
9544            ! av.h pp_ctl.c
9545 ____________________________________________________________________________
9546 [  6214] By: gsar                                  on 2000/06/08  13:57:54
9547         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
9548              caller() wants to populate @DB::args with it (causes a coredump
9549              in Carp::confess())
9550      Branch: perl
9551            ! cop.h t/op/runlevel.t
9552 ____________________________________________________________________________
9553 [  6213] By: gsar                                  on 2000/06/08  07:06:35
9554         Log: back out change#6106 (seems problematic)
9555      Branch: perl
9556            ! hints/solaris_2.sh
9557 ____________________________________________________________________________
9558 [  6201] By: gsar                                  on 2000/06/06  00:42:59
9559         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
9560              does a PUSHMARK that's never ever POPMARKed; in general, only
9561              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
9562              Perl_eval_[sp]v() don't because they don't take any incoming
9563              arguments (this leak has been around since the original version
9564              of perl_eval_pv() in 5.003_97e)
9565      Branch: perl
9566            ! perl.c
9567 ____________________________________________________________________________
9568 [  6195] By: gsar                                  on 2000/06/02  22:43:13
9569         Log: fix yet another eval"" leak under USE_ITHREADS
9570      Branch: perl
9571            ! op.c
9572 ____________________________________________________________________________
9573 [  6194] By: gsar                                  on 2000/06/02  18:22:06
9574         Log: fix small eval"" memory leaks under USE_ITHREADS
9575      Branch: perl
9576            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9577            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9578            ! vms/perly_c.vms
9579 ____________________________________________________________________________
9580 [  6191] By: gsar                                  on 2000/06/01  09:38:21
9581         Log: vec() loses numericalness (modified version of patch suggested
9582              by Robin Barker)
9583      Branch: perl
9584            ! doop.c t/op/vec.t
9585 ____________________________________________________________________________
9586 [  6190] By: gsar                                  on 2000/06/01  09:26:15
9587         Log: submit missing embed.pl change
9588      Branch: perl
9589            ! embed.pl
9590 ____________________________________________________________________________
9591 [  6189] By: gsar                                  on 2000/06/01  09:05:34
9592         Log: counting tr/// corrupts later operation (from M.J.T Guy)
9593      Branch: perl
9594            ! doop.c t/op/tr.t
9595 ____________________________________________________________________________
9596 [  6188] By: gsar                                  on 2000/06/01  08:58:39
9597         Log: h2xs tweaks
9598      Branch: perl
9599            ! utils/h2xs.PL
9600 ____________________________________________________________________________
9601 [  6187] By: gsar                                  on 2000/06/01  08:50:07
9602         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
9603              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9604      Branch: perl
9605            + lib/Pod/LaTeX.pm
9606            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
9607            ! pod/pod2latex.PL
9608 ____________________________________________________________________________
9609 [  6186] By: gsar                                  on 2000/06/01  08:24:40
9610         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
9611              <wolfgang.laun@alcatel.at>)
9612      Branch: perl
9613            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
9614            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
9615 ____________________________________________________________________________
9616 [  6185] By: gsar                                  on 2000/06/01  08:12:00
9617         Log: remove incorrect documentation about implicit split to @_ in
9618              list context, which never really worked in perl 5 (from
9619              M.J.T. Guy)
9620      Branch: perl
9621            ! pod/perlfunc.pod pod/perltrap.pod
9622 ____________________________________________________________________________
9623 [  6184] By: gsar                                  on 2000/06/01  07:52:27
9624         Log: tweak for change#6127
9625      Branch: perl
9626            ! perl.c
9627 ____________________________________________________________________________
9628 [  6183] By: gsar                                  on 2000/06/01  07:41:02
9629         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
9630              <nick@ccl4.org>)
9631      Branch: perl
9632            + t/lib/selfloader.t
9633            ! MANIFEST lib/SelfLoader.pm
9634 ____________________________________________________________________________
9635 [  6179] By: gsar                                  on 2000/05/31  22:37:51
9636         Log: buggy modulus on UVs introduced by change#3378 (resulted in
9637              4063328477 % 65535 amounting to 27406, instead of 27407)
9638      Branch: perl
9639            ! pp.c t/op/arith.t
9640 ____________________________________________________________________________
9641 [  6172] By: gsar                                  on 2000/05/31  05:05:42
9642         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
9643              (from Ilya Zakharevich)
9644      Branch: perl
9645            ! regexec.c t/op/re_tests
9646 ____________________________________________________________________________
9647 [  6171] By: gsar                                  on 2000/05/31  05:01:47
9648         Log: scalar() doesn't force scalar context when used in void context
9649              (from Simon Cozens)
9650      Branch: perl
9651            ! op.c t/op/wantarray.t
9652 ____________________________________________________________________________
9653 [  6170] By: gsar                                  on 2000/05/31  04:41:33
9654         Log: change#6142 needs tweaks to tests to work where there's no symlink()
9655              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9656      Branch: perl
9657            ! t/lib/filefind.t
9658 ____________________________________________________________________________
9659 [  6169] By: gsar                                  on 2000/05/31  04:29:49
9660         Log: integrate cfgperl contents into mainline
9661      Branch: perl
9662           +> pod/perlmodlib.PL pod/perlnewmod.pod
9663           !> (integrate 42 files)
9664 ____________________________________________________________________________
9665 [  6163] By: gsar                                  on 2000/05/30  03:24:03
9666         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9667      Branch: perl
9668            ! op.c
9669 ____________________________________________________________________________
9670 [  6162] By: gsar                                  on 2000/05/30  03:09:38
9671         Log: fix memory leak in method call optimization (change#3768);
9672              made C<eval "$x->foo()"> leak
9673      Branch: perl
9674            ! op.c
9675 ____________________________________________________________________________
9676 [  6155] By: gsar                                  on 2000/05/28  21:15:58
9677         Log: small bug in change#6144; remove random \xA0 character that snuck
9678              in via change#6145
9679      Branch: perl
9680            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
9681 ____________________________________________________________________________
9682 [  6154] By: gsar                                  on 2000/05/28  21:04:19
9683         Log: avoid type mismatch warning
9684      Branch: perl
9685            ! perl.c
9686 ____________________________________________________________________________
9687 [  6153] By: gsar                                  on 2000/05/28  20:58:31
9688         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
9689              <nick@Bagpuss.uk.boo.com>)
9690      Branch: perl
9691            ! lib/Test/Harness.pm
9692 ____________________________________________________________________________
9693 [  6152] By: gsar                                  on 2000/05/28  20:53:42
9694         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
9695      Branch: perl
9696            ! regexec.c
9697 ____________________________________________________________________________
9698 [  6151] By: gsar                                  on 2000/05/28  20:50:28
9699         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
9700      Branch: perl
9701            ! regexec.c
9702 ____________________________________________________________________________
9703 [  6150] By: gsar                                  on 2000/05/28  20:39:58
9704         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
9705      Branch: perl
9706            ! pod/perlrequick.pod
9707 ____________________________________________________________________________
9708 [  6149] By: gsar                                  on 2000/05/28  20:35:16
9709         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
9710              <troc@netrus.net>)
9711      Branch: perl
9712            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
9713            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
9714            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
9715            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
9716 ____________________________________________________________________________
9717 [  6148] By: gsar                                  on 2000/05/28  20:21:07
9718         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
9719      Branch: perl
9720            ! lib/ExtUtils/MM_Unix.pm
9721 ____________________________________________________________________________
9722 [  6147] By: gsar                                  on 2000/05/28  20:12:41
9723         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
9724              (from Peter Prymmer)
9725      Branch: perl
9726            ! vms/subconfigure.com
9727 ____________________________________________________________________________
9728 [  6146] By: gsar                                  on 2000/05/28  20:06:15
9729         Log: doc typo
9730      Branch: perl
9731            ! lib/warnings.pm warnings.h warnings.pl
9732 ____________________________________________________________________________
9733 [  6145] By: gsar                                  on 2000/05/28  18:44:33
9734         Log: make xsubpp skip embedded pod (from Matthias Neeracher
9735              <neeri@iis.ee.ethz.ch>)
9736      Branch: perl
9737            ! lib/ExtUtils/xsubpp
9738 ____________________________________________________________________________
9739 [  6144] By: gsar                                  on 2000/05/28  18:42:49
9740         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
9741              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
9742              <neeri@iis.ee.ethz.ch>)
9743      Branch: perl
9744            ! lib/AutoSplit.pm
9745 ____________________________________________________________________________
9746 [  6143] By: gsar                                  on 2000/05/28  18:41:12
9747         Log: MacOS support, part 1 (from Matthias Neeracher
9748              <neeri@iis.ee.ethz.ch>)
9749      Branch: perl
9750            + ext/DynaLoader/dl_mac.xs
9751            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
9752            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
9753            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
9754            ! util.h
9755 ____________________________________________________________________________
9756 [  6142] By: gsar                                  on 2000/05/28  18:21:51
9757         Log: File::Find fails to chdir when chasing symlinks (from
9758              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9759      Branch: perl
9760            ! lib/File/Find.pm t/lib/filefind.t
9761 ____________________________________________________________________________
9762 [  6141] By: jhi                                   on 2000/05/28  14:25:15
9763         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
9764              forwarded by Peter Seebach from the bsdi-users mailing list.
9765              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
9766      Branch: perl
9767            ! hints/bsdos.sh
9768 ____________________________________________________________________________
9769 [  6139] By: gsar                                  on 2000/05/28  10:01:48
9770         Log: revise mktables.PL for bugs and newness in Unicode 3.0
9771              (from James Bence <jbence@amgen.com>)
9772      Branch: perl
9773            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
9774            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
9775            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
9776            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
9777            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
9778            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
9779            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
9780            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
9781            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
9782            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
9783            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
9784            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
9785            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
9786            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
9787            + lib/unicode/Is/SylWU.pl
9788            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
9789            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9790            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
9791            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
9792            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
9793            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
9794            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
9795            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9796            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9797            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9798            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9799            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9800            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9801            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9802            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
9803            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
9804            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
9805            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
9806            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
9807            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
9808            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
9809            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
9810            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
9811            ! lib/unicode/Makefile lib/unicode/mktables.PL
9812 ____________________________________________________________________________
9813 [  6138] By: gsar                                  on 2000/05/28  08:50:32
9814         Log: add note about the handling of negative indices to tied arrays
9815              (from Michael G Schwern <schwern@pobox.com>)
9816      Branch: perl
9817            ! pod/perltie.pod
9818 ____________________________________________________________________________
9819 [  6137] By: gsar                                  on 2000/05/28  08:46:10
9820         Log: fix bogus redeclaration warning for "our" variables in different
9821              scopes
9822      Branch: perl
9823            ! op.c t/pragma/strict-vars
9824 ____________________________________________________________________________
9825 [  6136] By: gsar                                  on 2000/05/28  08:31:20
9826         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
9827      Branch: perl
9828            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
9829 ____________________________________________________________________________
9830 [  6135] By: gsar                                  on 2000/05/28  08:17:50
9831         Log: enable Test::Harness to dynamically determine column width etc.
9832              (from Rob Napier <rnapier@employees.org>)
9833      Branch: perl
9834            ! lib/Test/Harness.pm
9835 ____________________________________________________________________________
9836 [  6134] By: gsar                                  on 2000/05/28  08:13:39
9837         Log: make Test::Harness use wait.h/WCOREDUMP if available
9838              (from Ben Tilly <ben_tilly@hotmail.com>)
9839      Branch: perl
9840            ! lib/Test/Harness.pm
9841 ____________________________________________________________________________
9842 [  6133] By: gsar                                  on 2000/05/28  08:08:05
9843         Log: elide bogus test in change#6132
9844      Branch: perl
9845            ! t/pragma/warn/9enabled
9846 ____________________________________________________________________________
9847 [  6132] By: gsar                                  on 2000/05/28  08:03:14
9848         Log: warnings::enabled() doesn't fall back to looking at $^W if
9849              caller isn't using lexical warnings (from Paul Marquess)
9850      Branch: perl
9851            ! pp_ctl.c t/pragma/warn/9enabled
9852 ____________________________________________________________________________
9853 [  6131] By: gsar                                  on 2000/05/28  07:57:47
9854         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
9855      Branch: perl
9856            ! ext/POSIX/POSIX.pm
9857 ____________________________________________________________________________
9858 [  6130] By: gsar                                  on 2000/05/28  07:29:12
9859         Log: fix places that mean C<"word" character> but say C<alphanumeric
9860              character>
9861      Branch: perl
9862            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
9863 ____________________________________________________________________________
9864 [  6129] By: gsar                                  on 2000/05/28  07:18:41
9865         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
9866      Branch: perl
9867            ! vms/test.com
9868 ____________________________________________________________________________
9869 [  6128] By: gsar                                  on 2000/05/28  07:12:55
9870         Log: new perlxstut example for passing/returning refs to arrays
9871              (from David Lowe <dlowe@pootpoot.com>)
9872      Branch: perl
9873            ! pod/perlxstut.pod
9874 ____________________________________________________________________________
9875 [  6127] By: gsar                                  on 2000/05/28  07:02:50
9876         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
9877              failed (from Gisle Aas)
9878      Branch: perl
9879            ! cop.h perl.c
9880 ____________________________________________________________________________
9881 [  6126] By: gsar                                  on 2000/05/28  06:39:53
9882         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
9883              (reworked variant of patch suggested by Simon Cozens)
9884      Branch: perl
9885            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
9886            ! pp_hot.c proto.h t/op/gv.t
9887 ____________________________________________________________________________
9888 [  6125] By: gsar                                  on 2000/05/28  05:14:55
9889         Log: enable propagating exception objects via Perl_croak() in XS code
9890              (from Gisle Aas)
9891      Branch: perl
9892            ! util.c
9893 ____________________________________________________________________________
9894 [  6124] By: gsar                                  on 2000/05/28  05:07:28
9895         Log: integrate vmsperl contents into mainline
9896      Branch: perl
9897           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
9898           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
9899           !> vms/vmsish.h
9900 ____________________________________________________________________________
9901 [  6123] By: gsar                                  on 2000/05/28  05:03:53
9902         Log: clarify gotcha with #line directives (from Rocco Caputo
9903              <troc@netrus.net>)
9904      Branch: perl
9905            ! pod/perldebug.pod pod/perlsyn.pod
9906 ____________________________________________________________________________
9907 [  6122] By: gsar                                  on 2000/05/28  04:58:29
9908         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
9909              (from Mark-Jason Dominus)
9910      Branch: perl
9911            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
9912            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
9913            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
9914            ! toke.c
9915 ____________________________________________________________________________
9916 [  6108] By: gsar                                  on 2000/05/17  02:24:56
9917         Log: reenable fake signal handling on Windows, bugs and all
9918      Branch: perl
9919            ! mg.c perl.h win32/perlhost.h
9920 ____________________________________________________________________________
9921 [  6104] By: gsar                                  on 2000/05/11  03:39:07
9922         Log: PL_sys_intern was being initialized too late on windows
9923      Branch: perl
9924            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9925            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
9926 ____________________________________________________________________________
9927 [  6094] By: gsar                                  on 2000/05/08  14:22:22
9928         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
9929      Branch: perl
9930            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
9931            ! hints/cygwin.sh pp_sys.c
9932 ____________________________________________________________________________
9933 [  6093] By: gsar                                  on 2000/05/08  12:52:28
9934         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
9935              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
9936      Branch: perl
9937            ! pp_sys.c sv.c win32/perlhost.h
9938 ____________________________________________________________________________
9939 [  6090] By: gsar                                  on 2000/05/07  19:47:07
9940         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
9941              [NI]OK; added tests for both
9942      Branch: perl
9943            ! perl.c pp_hot.c sv.c t/op/substr.t
9944 ____________________________________________________________________________
9945 [  6089] By: gsar                                  on 2000/05/07  18:18:38
9946         Log: buildtoc tweak to fix newline lossage
9947      Branch: perl
9948            ! pod/buildtoc
9949 ____________________________________________________________________________
9950 [  6087] By: gsar                                  on 2000/05/07  16:05:16
9951         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
9952      Branch: perl
9953            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
9954 ____________________________________________________________________________
9955 [  6085] By: gsar                                  on 2000/05/07  05:52:02
9956         Log: repeat operator (x) doesn't preserve utf8-ness
9957      Branch: perl
9958            ! pp.c t/op/substr.t
9959 ____________________________________________________________________________
9960 [  6084] By: gsar                                  on 2000/05/07  05:39:55
9961         Log: substr() does not preserve utf8-ness (from Stefan Eissing
9962              <Eissing@medicaldataservice.de>); added tests
9963      Branch: perl
9964            ! pp.c t/op/substr.t
9965 ____________________________________________________________________________
9966 [  6083] By: gsar                                  on 2000/05/07  05:24:46
9967         Log: note about undocumented caller() return value (from M.J.T. Guy);
9968              yet another peek.t tweak
9969      Branch: perl
9970            ! pod/perlfunc.pod t/lib/peek.t
9971 ____________________________________________________________________________
9972 [  6082] By: gsar                                  on 2000/05/07  05:08:40
9973         Log: peek.t non-portable to ithreads
9974      Branch: perl
9975            ! t/lib/peek.t
9976 ____________________________________________________________________________
9977 [  6081] By: gsar                                  on 2000/05/07  04:17:04
9978         Log: better default perlbug categories for ok reports (from Richard Foley)
9979      Branch: perl
9980            ! utils/perlbug.PL
9981 ____________________________________________________________________________
9982 [  6080] By: gsar                                  on 2000/05/07  04:08:07
9983         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
9984              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9985      Branch: perl
9986            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
9987            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
9988            ! AUTHORS MAINTAIN MANIFEST
9989 ____________________________________________________________________________
9990 [  6079] By: gsar                                  on 2000/05/07  04:01:38
9991         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
9992      Branch: perl
9993            ! lib/Carp/Heavy.pm
9994 ____________________________________________________________________________
9995 [  6078] By: gsar                                  on 2000/05/07  01:24:19
9996         Log: workaround for CRT bug in chdir() (from Charles Lane, via
9997              Peter Prymmer)
9998      Branch: perl
9999            ! iperlsys.h vms/vms.c vms/vmsish.h
10000 ____________________________________________________________________________
10001 [  6077] By: gsar                                  on 2000/05/07  01:22:23
10002         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
10003              and Tom Phoenix)
10004      Branch: perl
10005            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
10006 ____________________________________________________________________________
10007 [  6076] By: gsar                                  on 2000/05/06  17:36:29
10008         Log: integrate cfgperl contents into mainline
10009      Branch: perl
10010           +> t/lib/peek.t
10011           !> Configure MANIFEST Porting/Glossary Porting/config.sh
10012           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
10013           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
10014           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
10015 ____________________________________________________________________________
10016 [  6071] By: gsar                                  on 2000/05/05  02:24:46
10017         Log: misformatted perllocal.pod (from Tim Jenness
10018              <t.jenness@jach.hawaii.edu>)
10019      Branch: perl
10020            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10021 ____________________________________________________________________________
10022 [  6070] By: gsar                                  on 2000/05/05  02:16:52
10023         Log: remove misleading comment (from M.J.T. Guy)
10024      Branch: perl
10025            ! t/lib/anydbm.t
10026 ____________________________________________________________________________
10027 [  6069] By: gsar                                  on 2000/05/05  02:15:13
10028         Log: File::Spec compatibility update (from Barrie Slaymaker
10029              <barries@slaysys.com>)
10030      Branch: perl
10031            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10032            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10033 ____________________________________________________________________________
10034 [  6068] By: gsar                                  on 2000/05/05  02:01:50
10035         Log: note about values()
10036      Branch: perl
10037            ! pod/perlfunc.pod
10038 ____________________________________________________________________________
10039 [  6067] By: gsar                                  on 2000/05/05  01:33:09
10040         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
10041      Branch: perl
10042            ! win32/win32.c
10043 ____________________________________________________________________________
10044 [  6066] By: gsar                                  on 2000/05/05  01:23:43
10045         Log: s/END/CHECK/
10046      Branch: perl
10047            ! perl.c
10048 ____________________________________________________________________________
10049 [  6064] By: gsar                                  on 2000/05/04  17:26:14
10050         Log: change#5905 wasn't quite right--it's intent only applies when arguments
10051              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
10052      Branch: perl
10053            ! pp_sys.c sv.c
10054 ____________________________________________________________________________
10055 [  6063] By: gsar                                  on 2000/05/04  16:52:29
10056         Log: tokeq() could read unallocated field in argument
10057      Branch: perl
10058            ! toke.c
10059 ____________________________________________________________________________
10060 [  6062] By: gsar                                  on 2000/05/04  16:34:51
10061         Log: additional tests for utf8.t
10062      Branch: perl
10063            ! t/pragma/utf8.t
10064 ____________________________________________________________________________
10065 [  6061] By: gsar                                  on 2000/05/04  16:09:28
10066         Log: change#5921 neglected to make eq honor "use bytes"
10067      Branch: perl
10068            ! sv.c
10069 ____________________________________________________________________________
10070 [  6058] By: gsar                                  on 2000/05/04  00:19:14
10071         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
10072              (spotted by Donald Kinzer <dkinzer@premia.com>)
10073      Branch: perl
10074            ! perl.c
10075 ____________________________________________________________________________
10076 [  6057] By: gsar                                  on 2000/05/03  18:34:01
10077         Log: fix broken parsing of /\x{ab}/
10078      Branch: perl
10079            ! regcomp.c t/pragma/utf8.t
10080 ____________________________________________________________________________
10081 [  6048] By: gsar                                  on 2000/05/02  18:29:10
10082         Log: add note about how $( doesn't interpolate in REs (from
10083              Philip Newton <newton@ficus.frogspace.net>)
10084      Branch: perl
10085            ! pod/perlop.pod
10086 ____________________________________________________________________________
10087 [  6046] By: gsar                                  on 2000/05/02  17:07:25
10088         Log: libscheck has insufficient checks for n32 libs (from
10089              Albert Chin-A-Young <china@thewrittenword.com>)
10090      Branch: perl
10091            ! hints/irix_6.sh
10092 ____________________________________________________________________________
10093 [  6044] By: gsar                                  on 2000/05/02  06:48:19
10094         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
10095              such that underscores are only ignored in literal numbers,
10096              "\x{...}", and hex/oct argument
10097      Branch: perl
10098            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
10099 ____________________________________________________________________________
10100 [  6043] By: gsar                                  on 2000/05/02  02:22:29
10101         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
10102      Branch: perl
10103            ! pod/perlretut.pod
10104 ____________________________________________________________________________
10105 [  6042] By: gsar                                  on 2000/05/02  02:17:51
10106         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
10107      Branch: perl
10108            ! pod/perltrap.pod
10109 ____________________________________________________________________________
10110 [  6041] By: gsar                                  on 2000/05/02  01:53:51
10111         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
10112              to compensate
10113      Branch: perl
10114            ! Porting/makerel
10115 ____________________________________________________________________________
10116 [  6040] By: gsar                                  on 2000/05/02  01:51:57
10117         Log: missing files in MANIFEST
10118      Branch: perl
10119            ! MANIFEST
10120 ____________________________________________________________________________
10121 [  6032] By: gsar                                  on 2000/05/01  15:56:32
10122         Log: whitespace adjustments
10123      Branch: perl
10124            ! pp_sys.c
10125 ____________________________________________________________________________
10126 [  6031] By: gsar                                  on 2000/05/01  15:19:41
10127         Log: small nits in diagnostics.pm (from Robin Barker)
10128      Branch: perl
10129            ! lib/diagnostics.pm pod/perldiag.pod
10130 ____________________________________________________________________________
10131 [  6030] By: gsar                                  on 2000/05/01  08:39:18
10132         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
10133              for @- and @+ (from Johan Vromans)
10134      Branch: perl
10135            ! lib/English.pm pod/perlvar.pod
10136 ____________________________________________________________________________
10137 [  6029] By: gsar                                  on 2000/05/01  08:16:10
10138         Log: add CGI.pm v2.66 (from Lincoln Stein)
10139      Branch: perl
10140            + lib/CGI/Util.pm t/lib/cgi-pretty.t
10141            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10142            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
10143            ! t/lib/cgi-html.t t/lib/cgi-request.t
10144 ____________________________________________________________________________
10145 [  6028] By: gsar                                  on 2000/05/01  06:34:41
10146         Log: Pod::Man generates groff-incompatible macro definition (from
10147              Tom Christiansen)
10148      Branch: perl
10149            ! lib/Pod/Man.pm
10150 ____________________________________________________________________________
10151 [  6027] By: gsar                                  on 2000/05/01  06:31:36
10152         Log: podlators-1.02 update (from Russ Allbery)
10153      Branch: perl
10154            ! lib/Pod/Man.pm lib/Pod/Text.pm
10155 ____________________________________________________________________________
10156 [  6025] By: gsar                                  on 2000/04/30  18:17:47
10157         Log: Is{Alnum,Alpha,Word} don't match titlecase
10158              
10159              TODO: IsSpace is defined recursively!
10160              
10161              (both spotted by Larry)
10162      Branch: perl
10163            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10164            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10165 ____________________________________________________________________________
10166 [  6024] By: gsar                                  on 2000/04/30  17:50:19
10167         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
10168              (from Hugo van der Sanden)
10169      Branch: perl
10170            ! toke.c
10171 ____________________________________________________________________________
10172 [  6023] By: gsar                                  on 2000/04/30  17:14:43
10173         Log: debugger stomps on $. (from M.J.T. Guy)
10174      Branch: perl
10175            ! lib/perl5db.pl
10176 ____________________________________________________________________________
10177 [  6022] By: gsar                                  on 2000/04/30  16:59:22
10178         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
10179      Branch: perl
10180            ! sv.c
10181 ____________________________________________________________________________
10182 [  6021] By: gsar                                  on 2000/04/29  21:00:08
10183         Log: remove Win2K issue in pod (fixed by change#6020)
10184      Branch: perl
10185            ! README.win32 pod/perl56delta.pod
10186 ____________________________________________________________________________
10187 [  6020] By: gsar                                  on 2000/04/29  20:51:49
10188         Log: test tweak
10189      Branch: perl
10190            ! t/lib/open3.t
10191 ____________________________________________________________________________
10192 [  6019] By: gsar                                  on 2000/04/29  20:34:27
10193         Log: windows portability tweaks
10194      Branch: perl
10195            ! t/lib/b.t win32/win32.h
10196 ____________________________________________________________________________
10197 [  6018] By: gsar                                  on 2000/04/29  19:55:24
10198         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
10199              make _PATH_LOG() return "" if unavailable
10200      Branch: perl
10201            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10202            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
10203 ____________________________________________________________________________
10204 [  6015] By: gsar                                  on 2000/04/28  22:35:49
10205         Log: tweak test for portability
10206      Branch: perl
10207            ! t/lib/b.t
10208 ____________________________________________________________________________
10209 [  6014] By: gsar                                  on 2000/04/28  22:05:31
10210         Log: glob() loading File::Glob behind the scenes may cause syntax errors
10211      Branch: perl
10212            ! op.c
10213 ____________________________________________________________________________
10214 [  6013] By: gsar                                  on 2000/04/28  21:25:22
10215         Log: tweak change#5945 to display correct switch name in diagnostic
10216      Branch: perl
10217            ! perl.c pod/perldiag.pod
10218 ____________________________________________________________________________
10219 [  6010] By: gsar                                  on 2000/04/28  21:02:58
10220         Log: clarify note about shadow password support (from
10221              gellyfish@gellyfish.com)
10222      Branch: perl
10223            ! pod/perlfunc.pod
10224 ____________________________________________________________________________
10225 [  6009] By: gsar                                  on 2000/04/28  21:00:00
10226         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
10227      Branch: perl
10228            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
10229 ____________________________________________________________________________
10230 [  6008] By: gsar                                  on 2000/04/28  20:56:33
10231         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
10232      Branch: perl
10233            ! installperl vms/subconfigure.com
10234 ____________________________________________________________________________
10235 [  6007] By: gsar                                  on 2000/04/28  20:51:21
10236         Log: note about compile failures and END blocks (from M.J.T. Guy)
10237      Branch: perl
10238            ! pod/perl56delta.pod pod/perlmod.pod
10239 ____________________________________________________________________________
10240 [  6005] By: gsar                                  on 2000/04/28  20:41:16
10241         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
10242      Branch: perl
10243            ! utils/perldoc.PL
10244 ____________________________________________________________________________
10245 [  6003] By: gsar                                  on 2000/04/28  20:11:20
10246         Log: allow REG_EXPAND_SZ keys in Windows registry (from
10247              John Clayton <John.Clayton@barclayscapital.com>)
10248      Branch: perl
10249            ! win32/win32.c
10250 ____________________________________________________________________________
10251 [  6002] By: gsar                                  on 2000/04/28  19:34:16
10252         Log: destructive sv_setsv() can lose UV-ness from source, causing
10253              numeric promotions/comparisons to fail to do the right thing
10254      Branch: perl
10255            ! sv.c
10256 ____________________________________________________________________________
10257 [  6001] By: gsar                                  on 2000/04/28  18:44:15
10258         Log: support additional library locations via $Config{otherlibdirs}
10259              (from Andy Dougherty)
10260      Branch: perl
10261            ! Configure INSTALL Porting/Glossary Porting/config.sh
10262            ! Porting/config_H config_h.SH epoc/config.sh perl.c
10263            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
10264            ! win32/config.bc win32/config.gc win32/config.vc
10265 ____________________________________________________________________________
10266 [  5999] By: gsar                                  on 2000/04/28  18:17:07
10267         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
10268      Branch: perl
10269            ! t/pragma/warn/toke toke.c
10270 ____________________________________________________________________________
10271 [  5995] By: gsar                                  on 2000/04/28  09:37:36
10272         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
10273      Branch: perl
10274            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
10275 ____________________________________________________________________________
10276 [  5994] By: gsar                                  on 2000/04/28  09:33:26
10277         Log: fix for missed accounting for null byte in pack("Z",...) (from
10278              M.J.T. Guy)
10279      Branch: perl
10280            ! pp.c t/op/pack.t
10281 ____________________________________________________________________________
10282 [  5993] By: gsar                                  on 2000/04/28  09:30:05
10283         Log: various minor tweaks seen on p5p
10284      Branch: perl
10285            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
10286 ____________________________________________________________________________
10287 [  5992] By: gsar                                  on 2000/04/28  09:08:19
10288         Log: pod nit (from Simon Cozens)
10289      Branch: perl
10290            ! pod/perlop.pod
10291 ____________________________________________________________________________
10292 [  5991] By: gsar                                  on 2000/04/28  09:06:36
10293         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
10294      Branch: perl
10295            ! README.posix-bc hints/posix-bc.sh
10296 ____________________________________________________________________________
10297 [  5990] By: gsar                                  on 2000/04/28  08:54:52
10298         Log: use $ENV{LIB} to search for libs under Visual C compiler
10299              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
10300      Branch: perl
10301            ! lib/ExtUtils/Liblist.pm
10302 ____________________________________________________________________________
10303 [  5989] By: gsar                                  on 2000/04/28  08:27:12
10304         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
10305              itself and no other (from Tom Hughes)
10306      Branch: perl
10307            ! t/op/array.t toke.c
10308 ____________________________________________________________________________
10309 [  5988] By: gsar                                  on 2000/04/28  08:01:38
10310         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
10311              <paul@miraclefish.com>)
10312      Branch: perl
10313            ! lib/ExtUtils/MakeMaker.pm
10314 ____________________________________________________________________________
10315 [  5987] By: gsar                                  on 2000/04/28  07:53:09
10316         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
10317      Branch: perl
10318            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
10319 ____________________________________________________________________________
10320 [  5986] By: gsar                                  on 2000/04/28  07:44:17
10321         Log: add regular expressions tutorial and quick-start guide (from
10322              Mark Kvale <kvale@phy.ucsf.edu>)
10323      Branch: perl
10324            + pod/perlrequick.pod pod/perlretut.pod
10325            ! AUTHORS MAINTAIN MANIFEST
10326 ____________________________________________________________________________
10327 [  5985] By: gsar                                  on 2000/04/28  07:30:28
10328         Log: forked child may not exit correctly if it failed to open
10329              /dev/console (from Graham Barr)
10330      Branch: perl
10331            ! ext/Sys/Syslog/Syslog.pm
10332 ____________________________________________________________________________
10333 [  5984] By: gsar                                  on 2000/04/28  07:27:20
10334         Log: attributes::reftype() doesn't work on tied argument
10335      Branch: perl
10336            ! xsutils.c
10337 ____________________________________________________________________________
10338 [  5983] By: gsar                                  on 2000/04/28  07:15:04
10339         Log: numeric conversion of non-number in change#3378 tramples on
10340              OOK offset, causing segfaults
10341      Branch: perl
10342            ! sv.c
10343 ____________________________________________________________________________
10344 [  5982] By: gsar                                  on 2000/04/28  04:48:25
10345         Log: avoid error in IO::Socket::INET when given an unknown service name
10346              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
10347      Branch: perl
10348            ! ext/IO/lib/IO/Socket/INET.pm
10349 ____________________________________________________________________________
10350 [  5981] By: gsar                                  on 2000/04/28  04:31:31
10351         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
10352              prototype mismatch with CORE::glob(); update pod and tests to
10353              suit (File::Glob::glob() is still available for backward
10354              compatibility, but should be considered deprecated)
10355      Branch: perl
10356            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
10357            ! t/lib/glob-taint.t
10358 ____________________________________________________________________________
10359 [  5980] By: gsar                                  on 2000/04/28  03:47:29
10360         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
10361              <ghudson@mit.edu>)
10362      Branch: metaconfig
10363            ! U/modified/Options.U
10364      Branch: perl
10365            ! Configure
10366 ____________________________________________________________________________
10367 [  5979] By: gsar                                  on 2000/04/28  03:07:54
10368         Log: under useithreads, constant pad entries could inadvertantly be
10369              shared across threads (from Eric Blood <eblood@xmission.com>);
10370              added Eric's test case to testsuite
10371      Branch: perl
10372            ! op.c t/op/misc.t
10373 ____________________________________________________________________________
10374 [  5978] By: gsar                                  on 2000/04/27  21:13:00
10375         Log: sync version numbers in File::Spec with the ones on CPAN
10376              (from Barrie Slaymaker)
10377      Branch: perl
10378            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10379            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
10380            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10381 ____________________________________________________________________________
10382 [  5977] By: gsar                                  on 2000/04/27  21:07:29
10383         Log: autoquote barewords followed by newline and arrow properly
10384              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
10385      Branch: perl
10386            ! t/pragma/warn/toke toke.c
10387 ____________________________________________________________________________
10388 [  5976] By: gsar                                  on 2000/04/27  20:41:20
10389         Log: DB_File v1.73 update (from Paul Marquess)
10390      Branch: perl
10391            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10392            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10393 ____________________________________________________________________________
10394 [  5975] By: gsar                                  on 2000/04/27  20:34:24
10395         Log: allow sort() reentrancy (variant of patch suggested by
10396              Hugo van der Sanden)
10397      Branch: perl
10398            ! pp_ctl.c t/op/sort.t
10399 ____________________________________________________________________________
10400 [  5974] By: gsar                                  on 2000/04/27  19:46:57
10401         Log: change#4197 somehow missed initializing PL_errors, meaning
10402              sytax error queueing wasn't working outside eval"" at all;
10403              also fixed eval"" to localize PL_error_count, so that compile-time
10404              eval's don't clobber the error state of the outer context
10405      Branch: perl
10406            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
10407            ! t/pragma/warn/toke
10408 ____________________________________________________________________________
10409 [  5973] By: gsar                                  on 2000/04/27  18:29:05
10410         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
10411      Branch: perl
10412            ! regcomp.c regexec.c t/op/re_tests
10413 ____________________________________________________________________________
10414 [  5970] By: gsar                                  on 2000/04/27  18:05:11
10415         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
10416              IV is >32bits
10417      Branch: perl
10418            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
10419 ____________________________________________________________________________
10420 [  5969] By: gsar                                  on 2000/04/27  17:50:56
10421         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
10422      Branch: perl
10423            + t/lib/syslog.t
10424            ! MANIFEST ext/Sys/Syslog/Syslog.pm
10425 ____________________________________________________________________________
10426 [  5968] By: gsar                                  on 2000/04/27  17:44:49
10427         Log: tolerate spaces in group names in test on solaris (from David Boyce
10428              <dsb@boyski.com>)
10429      Branch: perl
10430            ! t/op/groups.t
10431 ____________________________________________________________________________
10432 [  5967] By: gsar                                  on 2000/04/27  17:41:22
10433         Log: improved docs on the warn_uninit diagnostic (from David Glasser
10434              and Simon Cozens)
10435      Branch: perl
10436            ! pod/perldiag.pod
10437 ____________________________________________________________________________
10438 [  5966] By: gsar                                  on 2000/04/27  16:54:58
10439         Log: add testsuite for B backends, fix bug in B::Deparse (from
10440              Simon Cozens <simon@brecon.co.uk>)
10441      Branch: perl
10442            + t/lib/b.t
10443            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
10444 ____________________________________________________________________________
10445 [  5965] By: gsar                                  on 2000/04/27  16:10:37
10446         Log: avoid "will not stay shared" warnings for our variables (from
10447              Robin Barker)
10448      Branch: perl
10449            ! op.c t/pragma/warn/op
10450 ____________________________________________________________________________
10451 [  5964] By: gsar                                  on 2000/04/27  07:05:05
10452         Log: reformat to 72 columns (again)
10453      Branch: perl
10454            ! pod/perldiag.pod
10455 ____________________________________________________________________________
10456 [  5963] By: gsar                                  on 2000/04/27  06:28:31
10457         Log: patch from Larry to make (\&) prototype work; added tests for
10458              the same
10459      Branch: perl
10460            ! op.c t/comp/proto.t
10461 ____________________________________________________________________________
10462 [  5962] By: gsar                                  on 2000/04/27  06:15:47
10463         Log: updated README.hpux (from Jeff Okamoto)
10464      Branch: perl
10465            ! README.hpux
10466 ____________________________________________________________________________
10467 [  5961] By: gsar                                  on 2000/04/27  05:55:03
10468         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
10469      Branch: perl
10470            ! emacs/cperl-mode.el
10471 ____________________________________________________________________________
10472 [  5960] By: gsar                                  on 2000/04/27  05:49:26
10473         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
10474      Branch: perl
10475            ! INSTALL
10476 ____________________________________________________________________________
10477 [  5959] By: gsar                                  on 2000/04/27  05:33:41
10478         Log: doubled words in pods (from Simon Cozens
10479              <simon.p.cozens@jp.pwcglobal.com>)
10480      Branch: perl
10481            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
10482            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
10483            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
10484            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
10485            ! pod/perltootc.pod
10486 ____________________________________________________________________________
10487 [  5958] By: gsar                                  on 2000/04/27  05:11:39
10488         Log: change#3569 deleted some essential code, revert; avoid use of
10489              atexit() to make DynaLoader work properly on AIX under mod_perl
10490              (from Jens-Uwe Mager <jum@helios.de>)
10491      Branch: perl
10492            ! ext/DynaLoader/dl_aix.xs
10493 ____________________________________________________________________________
10494 [  5957] By: gsar                                  on 2000/04/27  04:54:51
10495         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
10496      Branch: perl
10497            ! pod/perlmod.pod
10498 ____________________________________________________________________________
10499 [  5956] By: gsar                                  on 2000/04/27  04:51:47
10500         Log: better diagnostics on failed tests (from Ilya Zakharevich)
10501      Branch: perl
10502            ! t/op/lex_assign.t
10503 ____________________________________________________________________________
10504 [  5955] By: gsar                                  on 2000/04/27  04:26:44
10505         Log: longstanding bug exposed by change#3307: sort arguments weren't
10506              compiled with the right wantarray context (ensuing runtime lookup
10507              via block_gimme() was getting the incidental context of the
10508              sort() itself)
10509      Branch: perl
10510            ! op.c t/op/sort.t
10511 ____________________________________________________________________________
10512 [  5954] By: gsar                                  on 2000/04/26  23:42:12
10513         Log: integrate cfgperl contents into mainline
10514      Branch: perl
10515           !> (integrate 30 files)
10516 ____________________________________________________________________________
10517 [  5950] By: gsar                                  on 2000/04/25  19:13:12
10518         Log: reformat perldiag to avoid long lines
10519      Branch: perl
10520            ! pod/perldiag.pod
10521 ____________________________________________________________________________
10522 [  5949] By: gsar                                  on 2000/04/25  18:41:11
10523         Log: make perldoc use the pod2man from the same version (from
10524              M.J.T. Guy)
10525      Branch: perl
10526            ! utils/perldoc.PL
10527 ____________________________________________________________________________
10528 [  5948] By: gsar                                  on 2000/04/25  18:21:57
10529         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
10530              <kompas@kompas.usr.onet.pl>)
10531      Branch: perl
10532            ! lib/vars.pm
10533 ____________________________________________________________________________
10534 [  5947] By: gsar                                  on 2000/04/25  18:11:53
10535         Log: use &dl_error rather than &dl_load_file as the guard for calling
10536              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
10537              statically built perl)
10538      Branch: perl
10539            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10540 ____________________________________________________________________________
10541 [  5945] By: gsar                                  on 2000/04/25  16:34:33
10542         Log: make module name mandatory after -M switch; reorder perldiag
10543              alphabetically (from Mark-Jason Dominus)
10544      Branch: perl
10545            ! perl.c pod/perldiag.pod
10546 ____________________________________________________________________________
10547 [  5939] By: gsar                                  on 2000/04/24  19:01:24
10548         Log: more pod nits (from Larry Virden)
10549      Branch: perl
10550            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
10551            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
10552            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
10553 ____________________________________________________________________________
10554 [  5938] By: gsar                                  on 2000/04/24  18:54:01
10555         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
10556      Branch: perl
10557            ! ext/B/B/Deparse.pm
10558 ____________________________________________________________________________
10559 [  5936] By: gsar                                  on 2000/04/24  17:30:06
10560         Log: additional tests for change#5934 (from Paul Marquess, who also
10561              sent in the same fix)
10562      Branch: perl
10563            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
10564            ! t/pragma/warn/5nolint t/pragma/warn/6default
10565 ____________________________________________________________________________
10566 [  5934] By: gsar                                  on 2000/04/24  17:16:54
10567         Log: propagate lexical warnings from surrounding scope correctly
10568              within string eval()
10569      Branch: perl
10570            ! pp_ctl.c t/pragma/warn/pp_ctl
10571 ____________________________________________________________________________
10572 [  5932] By: gsar                                  on 2000/04/24  09:08:14
10573         Log: add rsignal(), whichsig() and do_join() to public API list
10574              (mod_perl uses them to good advantage)
10575      Branch: perl
10576            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
10577 ____________________________________________________________________________
10578 [  5931] By: gsar                                  on 2000/04/24  09:01:40
10579         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
10580      Branch: perl
10581            ! pp_hot.c regexec.c t/op/pat.t
10582 ____________________________________________________________________________
10583 [  5930] By: gsar                                  on 2000/04/24  08:58:33
10584         Log: small os390 tweaks (from Peter Prymmer)
10585      Branch: perl
10586            ! config_h.SH makedepend.SH
10587 ____________________________________________________________________________
10588 [  5929] By: gsar                                  on 2000/04/24  08:55:25
10589         Log: pod nits
10590      Branch: perl
10591            ! pod/perlguts.pod
10592 ____________________________________________________________________________
10593 [  5928] By: gsar                                  on 2000/04/24  08:50:13
10594         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
10595      Branch: perl
10596            ! ext/IO/lib/IO/Poll.pm
10597 ____________________________________________________________________________
10598 [  5927] By: gsar                                  on 2000/04/24  08:43:24
10599         Log: arrange for next() to resume at the unstack op rather than the
10600              loop conditional, so that scope cleanup happens correctly
10601              (from Stephen McCamant)
10602      Branch: perl
10603            ! op.c pp_ctl.c t/op/misc.t
10604 ____________________________________________________________________________
10605 [  5926] By: gsar                                  on 2000/04/24  08:18:40
10606         Log: on windows, reserve 16M of stack rather than 128M (allows more
10607              threads to run concurrently)
10608      Branch: perl
10609            ! win32/Makefile win32/makefile.mk
10610 ____________________________________________________________________________
10611 [  5925] By: gsar                                  on 2000/04/24  08:13:52
10612         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
10613      Branch: perl
10614            ! toke.c
10615 ____________________________________________________________________________
10616 [  5924] By: gsar                                  on 2000/04/24  08:08:59
10617         Log: avoid using uninitialized memory in require version check
10618      Branch: perl
10619            ! pp_ctl.c universal.c
10620 ____________________________________________________________________________
10621 [  5923] By: gsar                                  on 2000/04/24  07:20:14
10622         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
10623      Branch: perl
10624            ! ext/IO/lib/IO/Poll.pm
10625 ____________________________________________________________________________
10626 [  5922] By: gsar                                  on 2000/04/24  07:08:42
10627         Log: commentary about IoTYPE() (from Nathan Torkington)
10628      Branch: perl
10629            ! sv.h
10630 ____________________________________________________________________________
10631 [  5921] By: gsar                                  on 2000/04/24  06:58:26
10632         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10633              by fix
10634      Branch: perl
10635            ! sv.c t/lib/charnames.t t/pragma/utf8.t
10636 ____________________________________________________________________________
10637 [  5920] By: gsar                                  on 2000/04/24  06:37:59
10638         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
10639      Branch: perl
10640            ! doop.c t/op/ver.t
10641 ____________________________________________________________________________
10642 [  5919] By: gsar                                  on 2000/04/24  06:21:58
10643         Log: Configure might miss old directories when prefix must be
10644              expanded (from Robin Barker)
10645      Branch: metaconfig
10646            ! U/installdirs/inc_version_list.U
10647      Branch: perl
10648            ! Configure
10649 ____________________________________________________________________________
10650 [  5918] By: gsar                                  on 2000/04/24  06:16:11
10651         Log: VMS nits in glob() test (from Charles Lane)
10652      Branch: perl
10653            ! t/lib/glob-basic.t
10654 ____________________________________________________________________________
10655 [  5917] By: gsar                                  on 2000/04/24  06:11:56
10656         Log: various pod nits (from Larry Virden and others)
10657      Branch: perl
10658            ! README.amiga README.hpux README.machten README.os2
10659            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
10660            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
10661            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
10662            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
10663            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
10664            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
10665            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
10666            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
10667 ____________________________________________________________________________
10668 [  5916] By: gsar                                  on 2000/04/24  05:52:43
10669         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
10670              <wjones@tc.fluke.com>)
10671      Branch: perl
10672            ! t/lib/glob-basic.t
10673 ____________________________________________________________________________
10674 [  5915] By: gsar                                  on 2000/04/24  05:07:01
10675         Log: supported platforms mixed up
10676      Branch: perl
10677            ! pod/perl56delta.pod pod/perlport.pod
10678 ____________________________________________________________________________
10679 [  5914] By: gsar                                  on 2000/04/24  04:56:08
10680         Log: caller() wasn't returning the right number of elements for
10681              eval {...}
10682      Branch: perl
10683            ! pp_ctl.c t/pragma/warn/9enabled
10684 ____________________________________________________________________________
10685 [  5913] By: gsar                                  on 2000/04/24  04:35:41
10686         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
10687              Mark-Jason Dominus)
10688      Branch: perl
10689            ! pod/perlfunc.pod
10690 ____________________________________________________________________________
10691 [  5912] By: gsar                                  on 2000/04/24  04:17:15
10692         Log: fix totally broken caching in UNIVERSAL::isa() (from
10693              Nick Ing-Simmons)
10694      Branch: perl
10695            ! t/op/universal.t universal.c
10696 ____________________________________________________________________________
10697 [  5911] By: gsar                                  on 2000/04/24  03:39:47
10698         Log: add linebreak properties from unicode/LineBrk.txt (from
10699              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
10700      Branch: perl
10701            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10702            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10703            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10704            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10705            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10706            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10707            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10708            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10709            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10710            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10711            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10712            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10713            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10714            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
10715            + lib/unicode/Is/LbrkZW.pl
10716            ! lib/unicode/mktables.PL
10717 ____________________________________________________________________________
10718 [  5910] By: gsar                                  on 2000/04/24  03:23:10
10719         Log: typo in pod
10720      Branch: perl
10721            ! ext/Thread/Thread.pm
10722 ____________________________________________________________________________
10723 [  5909] By: gsar                                  on 2000/04/24  03:22:03
10724         Log: mode argument to do_binmode() should be file mode, not boolean
10725      Branch: perl
10726            ! pp_sys.c
10727 ____________________________________________________________________________
10728 [  5908] By: gsar                                  on 2000/04/16  16:51:08
10729         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
10730              always returns a valid GV even when the symbol is trapped by strictures
10731              (avoids coredumps)
10732              
10733              TODO: the C<package;> hack needs similar treatment
10734      Branch: perl
10735            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
10736            ! t/pragma/strict-vars
10737 ____________________________________________________________________________
10738 [  5904] By: gsar                                  on 2000/03/28  02:31:32
10739         Log: add Changes, perldelta.pod
10740      Branch: perl
10741            + Changes pod/perldelta.pod
10742 ____________________________________________________________________________
10743 [  5903] By: gsar                                  on 2000/03/28  02:03:55
10744         Log: rename Changes and perldelta.pod
10745      Branch: perl
10746           +> Changes5.6 pod/perl56delta.pod
10747            - Changes pod/perldelta.pod
10748            ! MANIFEST
10749 ____________________________________________________________________________
10750 [  5900] By: gsar                                  on 2000/03/23  05:42:43
10751         Log: three guesses on what this is :-)
10752      Branch: perl
10753            ! Changes