925d600e4037c3d1994bc3e68370c3ed344379b5
[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 [  7776] By: jhi                                   on 2000/11/20  15:27:56
36         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
37              This may be overly harsh but until proven otherwise, we think this
38              way, or until we have a simple test for Configure (having to start
39              up servers is does not count as simple) to check for the problems.
40      Branch: perl
41            ! perl.h
42 ____________________________________________________________________________
43 [  7775] By: jhi                                   on 2000/11/20  15:22:17
44         Log: Solaris hints tweaks.
45      Branch: perl
46            ! hints/solaris_2.sh
47 ____________________________________________________________________________
48 [  7774] By: jhi                                   on 2000/11/20  15:01:20
49         Log: Add a workaround to SOCKS 64-bit problems.
50      Branch: perl
51            ! doio.c embed.h embed.pl perlsdio.h proto.h
52 ____________________________________________________________________________
53 [  7773] By: jhi                                   on 2000/11/20  14:51:47
54         Log: sysseek() instead of seek().
55      Branch: perl
56            ! t/lib/syslfs.t
57 ____________________________________________________________________________
58 [  7761] By: jhi                                   on 2000/11/20  04:09:55
59         Log: Miraculous typo.
60      Branch: perl
61            ! t/op/pat.t
62 ____________________________________________________________________________
63 [  7760] By: jhi                                   on 2000/11/20  04:06:08
64         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
65              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66              Date: Sun, 19 Nov 2000 22:30:26 -0500
67              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
68      Branch: perl
69            ! regexec.c scope.h t/op/pat.t
70 ____________________________________________________________________________
71 [  7759] By: jhi                                   on 2000/11/20  02:05:22
72         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
73      Branch: perl
74            ! perl.h
75 ____________________________________________________________________________
76 [  7758] By: jhi                                   on 2000/11/20  01:58:11
77         Log: Subject: [perl 7711: EPOC] updates
78              From: Olaf Flebbe <o.flebbe@gmx.de>
79              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
80              Message-ID: <25575.974658810@www23.gmx.net>               
81      Branch: perl
82            + lib/File/Spec/Epoc.pm
83            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
84            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
85            ! lib/File/Spec.pm perl.c sv.c
86 ____________________________________________________________________________
87 [  7757] By: jhi                                   on 2000/11/20  01:53:11
88         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
89      Branch: perl
90            ! MANIFEST
91 ____________________________________________________________________________
92 [  7756] By: jhi                                   on 2000/11/20  01:47:22
93         Log: Integrate perlio.
94      Branch: perl
95            - ext/re/hints/MSWin32.pl
96           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
97           !> win32/config.gc win32/config_H.gc win32/win32sck.c
98 ____________________________________________________________________________
99 [  7749] By: jhi                                   on 2000/11/19  16:28:40
100         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
101              From: "Peter J. Farley III" <pjfarley@banet.net>
102              Date: Sun, 19 Nov 2000 01:42:58 -0500
103              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
104      Branch: perl
105            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
106 ____________________________________________________________________________
107 [  7748] By: jhi                                   on 2000/11/19  16:08:10
108         Log: Subject: podlators 1.05 available        
109              From: Russ Allbery <rra@stanford.edu>   
110              Date: 18 Nov 2000 22:04:28 -0800
111              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
112      Branch: perl
113            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
114 ____________________________________________________________________________
115 [  7746] By: jhi                                   on 2000/11/19  06:42:22
116         Log: Make hex scanning warn on "\x{x}" and "\xx".
117              "\x" and and hex("x") are still valid.
118      Branch: perl
119            ! util.c
120 ____________________________________________________________________________
121 [  7744] By: jhi                                   on 2000/11/18  22:50:28
122         Log: Introduce Perl_utf8_length().  Use it.
123      Branch: perl
124            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
125 ____________________________________________________________________________
126 [  7743] By: jhi                                   on 2000/11/18  22:38:51
127         Log: Compiler denit.
128      Branch: perl
129            ! perlio.c
130 ____________________________________________________________________________
131 [  7742] By: jhi                                   on 2000/11/18  20:33:05
132         Log: Integrate perlio.
133      Branch: perl
134           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
135           !> perlio.h pp_ctl.c pp_sys.c sv.c
136 ____________________________________________________________________________
137 [  7741] By: jhi                                   on 2000/11/18  20:31:27
138         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
140              Date: Fri, 17 Nov 2000 20:35:11 -0500
141              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
142              
143              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
145              Date: Fri, 17 Nov 2000 21:03:47 -0500
146              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
147              
148              Plus a little bit of tweaking in pregcomp().
149      Branch: perl
150            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
151 ____________________________________________________________________________
152 [  7739] By: jhi                                   on 2000/11/18  19:54:00
153         Log: Integrate perlio.
154      Branch: perl
155           !> doio.c perlio.c pp.c
156 ____________________________________________________________________________
157 [  7738] By: jhi                                   on 2000/11/18  17:16:13
158         Log: Subject: [PATCH 5.7.0] etags broken again
159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
160              Date: Sat, 18 Nov 2000 02:41:36 -0500
161              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
162      Branch: perl
163            ! emacs/ptags
164 ____________________________________________________________________________
165 [  7737] By: jhi                                   on 2000/11/18  17:12:18
166         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
167      Branch: perl
168            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
169 ____________________________________________________________________________
170 [  7734] By: jhi                                   on 2000/11/18  01:18:56
171         Log: Update Changes.
172      Branch: perl
173            ! Changes patchlevel.h
174 ____________________________________________________________________________
175 [  7733] By: jhi                                   on 2000/11/18  00:32:54
176         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
178              Date: Fri, 17 Nov 2000 17:28:02 -0500
179              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
180      Branch: perl
181            ! regcomp.c regexec.c t/op/re_tests
182 ____________________________________________________________________________
183 [  7732] By: jhi                                   on 2000/11/18  00:28:56
184         Log: Sparc 64-bit pack() fix from Jens Hamisch.
185      Branch: perl
186            ! pp.c
187 ____________________________________________________________________________
188 [  7731] By: jhi                                   on 2000/11/18  00:18:39
189         Log: Explain in more detail the {} syntax ambiguousity.
190              
191              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
192              From: Nicholas Clark <nick@ccl4.org>
193              Date: Fri, 17 Nov 2000 22:10:28 +0000
194              Message-ID: <20001117221028.A88930@plum.flirble.org>
195      Branch: perl
196            ! pod/perlfunc.pod
197 ____________________________________________________________________________
198 [  7730] By: jhi                                   on 2000/11/18  00:12:18
199         Log: Subject: Fix for README.amiga (20000323.033)
200              From: "Stephen P. Potter" <spp@spotter.yi.org>
201              Date: Fri, 17 Nov 2000 12:25:51 -0500
202              Message-Id: <200011171725.MAA05768@spotter.yi.org>
203      Branch: perl
204            ! README.amiga
205 ____________________________________________________________________________
206 [  7729] By: jhi                                   on 2000/11/18  00:08:34
207         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
208              From: "A. C. Yardley" <yardley@tanet.net>
209              Date: Mon, 3 Apr 2000 11:35:33 -0700
210              Message-ID: <3483.000403@tanet.net>
211      Branch: perl
212            ! README.win32
213 ____________________________________________________________________________
214 [  7726] By: jhi                                   on 2000/11/17  14:15:49
215         Log: Subject: Fix for 20000815.006
216              From: "Stephen P. Potter" <spp@spotter.yi.org>
217              Date: Fri, 17 Nov 2000 08:57:45 -0500
218              Message-Id: <200011171357.IAA05122@spotter.yi.org>
219              
220              It's really 20000518.006.
221      Branch: perl
222            ! pod/perlmodlib.PL
223 ____________________________________________________________________________
224 [  7725] By: jhi                                   on 2000/11/17  14:12:31
225         Log: Subject: Fix for 20000409.001
226              From: "Stephen P. Potter" <spp@spotter.yi.org>
227              Date: Fri, 17 Nov 2000 08:55:45 -0500
228              Message-Id: <200011171355.IAA05104@spotter.yi.org>
229      Branch: perl
230            ! pod/perlfaq9.pod
231 ____________________________________________________________________________
232 [  7724] By: jhi                                   on 2000/11/17  14:08:58
233         Log: Undo #7627 now that we have =head3.
234      Branch: perl
235            ! pod/perlhack.pod
236 ____________________________________________________________________________
237 [  7723] By: jhi                                   on 2000/11/17  14:04:09
238         Log: As surmised the #7719 wasn't a good move.
239      Branch: perl
240            ! hints/solaris_2.sh
241 ____________________________________________________________________________
242 [  7722] By: jhi                                   on 2000/11/17  13:59:04
243         Log: Also the 64bitall hints can be either here or there.
244      Branch: perl
245            ! hints/solaris_2.sh
246 ____________________________________________________________________________
247 [  7721] By: jhi                                   on 2000/11/17  02:26:23
248         Log: Test tweak for the open pragma.
249      Branch: perl
250            ! t/lib/b.t
251 ____________________________________________________________________________
252 [  7720] By: jhi                                   on 2000/11/17  00:23:22
253         Log: The long double hints can be here or there.
254      Branch: perl
255            ! hints/solaris_2.sh
256 ____________________________________________________________________________
257 [  7719] By: jhi                                   on 2000/11/17  00:14:06
258         Log: For Solaris use64bitall the stdchar needs a little bit of help.
259      Branch: perl
260            ! hints/solaris_2.sh
261 ____________________________________________________________________________
262 [  7718] By: jhi                                   on 2000/11/16  23:27:34
263         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
264              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
265              Date: Wed, 15 Nov 2000 08:56:32 +0100
266              Message-ID: <3A1241B0.64477E00@alcatel.at>
267      Branch: perl
268            ! lib/Carp/Heavy.pm
269 ____________________________________________________________________________
270 [  7717] By: jhi                                   on 2000/11/16  23:23:29
271         Log: Subject: [PATCH] Re: 20001101.003 PDL
272              From: Nicholas Clark <nick@ccl4.org>
273              Date: Thu, 16 Nov 2000 16:48:25 +0000
274              Message-ID: <20001116164825.B93487@plum.flirble.org>
275      Branch: perl
276            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
277 ____________________________________________________________________________
278 [  7716] By: jhi                                   on 2000/11/16  23:21:31
279         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
280              From: "Casey R. Tweten" <crt@kiski.net>
281              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
282              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
283      Branch: perl
284            ! lib/Pod/Checker.pm pod/perlpod.pod
285 ____________________________________________________________________________
286 [  7715] By: jhi                                   on 2000/11/16  23:19:40
287         Log: Avoid an infinite loop in VMS when utils scripts are run
288              with no arguments, from Charles Lane.
289      Branch: perl
290            ! configure.com
291 ____________________________________________________________________________
292 [  7714] By: jhi                                   on 2000/11/16  23:17:08
293         Log: Subject: perllocale.pod changes
294              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
295              Date: Mon, 13 Nov 2000 10:09:22 +0300
296              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
297      Branch: perl
298            ! pod/perllocale.pod
299 ____________________________________________________________________________
300 [  7713] By: jhi                                   on 2000/11/16  23:14:06
301         Log: Integrate perlio.
302      Branch: perl
303           !> doio.c perlio.c perlio.h util.c
304 ____________________________________________________________________________
305 [  7710] By: jhi                                   on 2000/11/16  15:46:05
306         Log: Add HAS_SBRK_PROTO.
307      Branch: metaconfig/U/perl
308            + d_sbrkproto.U
309      Branch: perl
310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
311            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
312            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
313            ! vos/config.ga.def vos/config.ga.h win32/config.bc
314            ! win32/config.gc win32/config.vc
315 ____________________________________________________________________________
316 [  7708] By: jhi                                   on 2000/11/16  05:33:03
317         Log: These files are text, not binary.
318      Branch: perl
319            ! ext/Encode/Encode/iso8859-10.enc
320            ! ext/Encode/Encode/iso8859-13.enc
321            ! ext/Encode/Encode/iso8859-14.enc
322            ! ext/Encode/Encode/iso8859-15.enc
323 ____________________________________________________________________________
324 [  7707] By: jhi                                   on 2000/11/16  01:53:37
325         Log: Update Changes.
326      Branch: perl
327            ! Changes patchlevel.h
328 ____________________________________________________________________________
329 [  7706] By: jhi                                   on 2000/11/16  01:35:59
330         Log: More #undefing of stdio.
331      Branch: perl
332            ! fakesdio.h nostdio.h
333 ____________________________________________________________________________
334 [  7705] By: jhi                                   on 2000/11/16  01:34:18
335         Log: Add fwalk() probe to the configuration files and regen perltoc.
336      Branch: perl
337            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
338            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
339            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
340            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
341            ! win32/config.bc win32/config.gc win32/config.vc
342 ____________________________________________________________________________
343 [  7703] By: jhi                                   on 2000/11/16  01:09:22
344         Log: The type of the hash_cb() size argument is tricky.
345      Branch: perl
346            ! ext/DB_File/DB_File.xs
347 ____________________________________________________________________________
348 [  7702] By: jhi                                   on 2000/11/15  23:01:16
349         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
350      Branch: perl
351            ! nostdio.h
352 ____________________________________________________________________________
353 [  7701] By: jhi                                   on 2000/11/15  22:52:32
354         Log: Detypo.
355      Branch: perl
356            ! t/lib/bigfltpm.t
357 ____________________________________________________________________________
358 [  7700] By: jhi                                   on 2000/11/15  22:51:56
359         Log: UINT64_C() work continues.
360      Branch: perl
361            ! handy.h perl.h utf8.h
362 ____________________________________________________________________________
363 [  7699] By: jhi                                   on 2000/11/15  14:13:04
364         Log: SOCKS has its own USE_THREADS, based on
365              
366              Subject: [ID 20001114.002] et. al. bugfix followup
367              From: Jens Hamisch <jens@Strawberry.COM> 
368              Date: Wed, 15 Nov 2000 14:23:11 +0100
369              Message-ID: <20001115142311.A21164@Strawberry.COM>
370      Branch: perl
371            ! perl.h
372 ____________________________________________________________________________
373 [  7698] By: jhi                                   on 2000/11/15  03:50:56
374         Log: Add few missing #undefs and sort them.
375      Branch: perl
376            ! fakesdio.h
377 ____________________________________________________________________________
378 [  7697] By: jhi                                   on 2000/11/15  03:39:14
379         Log: Linenumber fix.
380      Branch: perl
381            ! t/pragma/warn/utf8
382 ____________________________________________________________________________
383 [  7696] By: jhi                                   on 2000/11/15  02:55:26
384         Log: EBCDIC tweaks.
385              
386              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
387              From: Peter Prymmer <pvhp@forte.com>
388              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
389              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
390      Branch: perl
391            ! t/op/regmesg.t t/pragma/warn/utf8
392 ____________________________________________________________________________
393 [  7695] By: jhi                                   on 2000/11/15  02:53:58
394         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
395              From: Peter Prymmer <pvhp@forte.com>
396              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
397              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
398      Branch: perl
399            ! utf8.c
400 ____________________________________________________________________________
401 [  7694] By: jhi                                   on 2000/11/15  02:50:55
402         Log: Subject: [PATCH: perl@7674] updates to README.os390
403              From: Prymmer/Kahn <pvhp@best.com>
404              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
405              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
406      Branch: perl
407            ! README.os390
408 ____________________________________________________________________________
409 [  7693] By: jhi                                   on 2000/11/15  02:48:37
410         Log: Quit utf8_to_uv() instantly if curlen == 0.
411      Branch: perl
412            ! utf8.c
413 ____________________________________________________________________________
414 [  7692] By: jhi                                   on 2000/11/15  02:24:29
415         Log: Use u_int32_t for the size of hash_cb(), not size_t.
416              
417              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
418              From: Jens Hamisch <jens@Strawberry.COM>     
419              Date: Tue, 14 Nov 2000 19:03:55 +0100
420              Message-Id: <20001114190355.A20559@Strawberry.COM>
421      Branch: perl
422            ! ext/DB_File/DB_File.xs
423 ____________________________________________________________________________
424 [  7691] By: jhi                                   on 2000/11/15  02:20:12
425         Log: Use UINT64_C().
426              
427              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
428              From: Jens Hamisch <jens@Strawberry.COM>
429              Date: Tue, 14 Nov 2000 19:16:23 +0100
430              Message-Id: <20001114191623.G20559@Strawberry.COM>
431      Branch: perl
432            ! utf8.c utf8.h
433 ____________________________________________________________________________
434 [  7690] By: jhi                                   on 2000/11/15  02:17:06
435         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
436              (a macro to define signed and unsigned integer constants).
437      Branch: perl
438            ! handy.h
439 ____________________________________________________________________________
440 [  7689] By: jhi                                   on 2000/11/15  01:56:51
441         Log: Regen Configure.
442      Branch: perl
443            ! Configure
444 ____________________________________________________________________________
445 [  7685] By: jhi                                   on 2000/11/14  17:54:56
446         Log: Integrate perlio.
447      Branch: perl
448           +> fakesdio.h perliol.h
449           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
450           !> perlsdio.h perlsfio.h pod/perlfunc.pod
451 ____________________________________________________________________________
452 [  7683] By: jhi                                   on 2000/11/14  15:42:40
453         Log: Hoist the duplicated socket/netdb include logic to perl.h;
454              undef SETERRNO in case SOCKS has defined it.  Based on:
455              
456              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
457              From: Jens Hamisch <jens@Strawberry.COM> 
458              Date: Tue, 14 Nov 2000 11:34:40 +0100
459              Message-Id: <20001114113440.A20005@Strawberry.COM>
460      Branch: perl
461            ! doio.c perl.h pp_sys.c
462 ____________________________________________________________________________
463 [  7682] By: jhi                                   on 2000/11/14  14:07:28
464         Log: Subject: some additions for makefiles for win32 (for perl@7674)
465              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
466              Date: Tue, 14 Nov 2000 09:31:13 +0300
467              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
468      Branch: perl
469            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
470            ! win32/makefile.mk
471 ____________________________________________________________________________
472 [  7681] By: jhi                                   on 2000/11/14  14:01:41
473         Log: Subject: tiny typo in perl5db.pl
474              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
475              Date: Tue, 14 Nov 2000 09:29:28 +0300
476              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
477      Branch: perl
478            ! lib/perl5db.pl
479 ____________________________________________________________________________
480 [  7680] By: jhi                                   on 2000/11/14  04:13:50
481         Log: Redo #7679 with LFs instead of CRLFs.
482      Branch: perl
483            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
484            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
485            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
486 ____________________________________________________________________________
487 [  7679] By: jhi                                   on 2000/11/14  01:21:09
488         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
489              From: Benjamin Stuhl <tiriath@yahoo.com> 
490              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
491              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
492      Branch: perl
493            + win32/bin/mdelete.bat
494            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
495            ! makedef.pl perlio.c win32/Makefile win32/config.gc
496            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
497 ____________________________________________________________________________
498 [  7678] By: jhi                                   on 2000/11/14  01:19:20
499         Log: Fix the re extension building for Win32.
500              
501              Subject: [PATCH perl@7638] Get PerlIO building on Win32
502              From: Benjamin Stuhl <tiriath@yahoo.com> 
503              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
504              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
505      Branch: perl
506            + ext/re/hints/MSWin32.pl
507            ! MANIFEST
508 ____________________________________________________________________________
509 [  7677] By: jhi                                   on 2000/11/14  01:13:54
510         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
511              From: sthoenna@efn.org
512              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
513              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
514      Branch: perl
515            ! doop.c pp.c toke.c utf8.c utf8.h
516 ____________________________________________________________________________
517 [  7676] By: jhi                                   on 2000/11/13  20:23:15
518         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
519              From: Nicholas Clark <nick@ccl4.org>
520              Date: Mon, 13 Nov 2000 18:55:04 +0000
521              Message-ID: <20001113185504.J29183@plum.flirble.org>
522      Branch: perl
523            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
524 ____________________________________________________________________________
525 [  7674] By: jhi                                   on 2000/11/13  15:07:56
526         Log: Update Changes.
527      Branch: perl
528            ! Changes patchlevel.h
529 ____________________________________________________________________________
530 [  7673] By: jhi                                   on 2000/11/13  14:42:42
531         Log: Remove the new two tests of lib/io_xs for now, they seem to
532              fail under perlio on some platforms.
533      Branch: perl
534            ! t/lib/io_xs.t
535 ____________________________________________________________________________
536 [  7672] By: jhi                                   on 2000/11/13  13:57:53
537         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
538      Branch: perl
539            ! perlio.c
540 ____________________________________________________________________________
541 [  7671] By: jhi                                   on 2000/11/13  05:30:48
542         Log: Placate nervous compilers that see longer than ints switch()ing.
543      Branch: perl
544            ! utf8.c
545 ____________________________________________________________________________
546 [  7670] By: jhi                                   on 2000/11/13  05:14:21
547         Log: fputs() does return EOF on error but here we don't care.
548      Branch: perl
549            ! perlio.c
550 ____________________________________________________________________________
551 [  7669] By: jhi                                   on 2000/11/13  05:02:45
552         Log: Declare reg_data like reg_substr_data.
553      Branch: perl
554            ! regexp.h
555 ____________________________________________________________________________
556 [  7668] By: jhi                                   on 2000/11/13  04:54:34
557         Log: Typos in #7667.
558      Branch: perl
559            ! perl.h
560 ____________________________________________________________________________
561 [  7667] By: jhi                                   on 2000/11/13  04:49:49
562         Log: Cleanup messy #ifdef.
563      Branch: perl
564            ! perl.h
565 ____________________________________________________________________________
566 [  7666] By: jhi                                   on 2000/11/13  04:17:34
567         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
568              From: Nicholas Clark <nick@talking.bollo.cx>
569              Date: Sun, 12 Nov 2000 21:14:11 +0000
570              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
571              
572              Note: only one breakage of the two reported is fixed by this patch.
573      Branch: perl
574            ! perlio.c
575 ____________________________________________________________________________
576 [  7665] By: jhi                                   on 2000/11/13  04:05:07
577         Log: Tweak the definition of the bit complement on UTF-8 data:
578              if none of the characters in the string are > 0xff,
579              the result is a complemented byte string, not a (UTF-8)
580              char string.  Based on the summary in
581              
582              Subject: Re: [ID 20000918.005] ~ on wide chars
583              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
584              Date: Fri, 10 Nov 2000 09:47:15 -0800
585              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
586              
587              This should give us the maximum backward (pre-char string)
588              compatibility and utf8 compatibility.  The other alternative
589              would be to limit the bit complement to be always byte only,
590              taking the least significant byte of the chars.
591      Branch: perl
592            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
593 ____________________________________________________________________________
594 [  7664] By: jhi                                   on 2000/11/13  00:23:44
595         Log: Couple of tests from #7660 salvaged.
596      Branch: perl
597            - t/op/tell.t
598            ! MANIFEST t/io/tell.t
599 ____________________________________________________________________________
600 [  7663] By: jhi                                   on 2000/11/13  00:02:48
601         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
602              From: Nicholas Clark <nick@talking.bollo.cx>
603              Date: Sun, 12 Nov 2000 21:23:43 +0000
604              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
605      Branch: perl
606            ! perlsfio.h
607 ____________________________________________________________________________
608 [  7662] By: jhi                                   on 2000/11/13  00:01:39
609         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
610              From: Nicholas Clark <nick@talking.bollo.cx>
611              Date: Sun, 12 Nov 2000 21:30:04 +0000
612              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
613      Branch: perl
614            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
615 ____________________________________________________________________________
616 [  7661] By: jhi                                   on 2000/11/12  23:57:29
617         Log: Document tell() on special streams.
618      Branch: perl
619            ! pod/perlfunc.pod
620 ____________________________________________________________________________
621 [  7660] By: jhi                                   on 2000/11/12  23:54:22
622         Log: (Subsumed by #7664)
623      Branch: perl
624            + t/op/tell.t
625            ! MANIFEST
626 ____________________________________________________________________________
627 [  7659] By: jhi                                   on 2000/11/12  22:55:25
628         Log: Many subdocumented return values of the IO extension now documented.
629              ungetc and write still left subdocumented.
630              
631              Subject: [PATCH] (was Re: IO::Handle::ungetc)
632              From: Nicholas Clark <nick@talking.bollo.cx>
633              Date: Sun, 12 Nov 2000 21:35:53 +0000
634              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
635      Branch: perl
636            ! ext/IO/lib/IO/Handle.pm
637 ____________________________________________________________________________
638 [  7658] By: jhi                                   on 2000/11/12  21:37:06
639         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
640              From: Nicholas Clark <nick@talking.bollo.cx>
641              Date: Sun, 12 Nov 2000 20:03:22 +0000
642              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
643      Branch: perl
644            ! pod/perlfunc.pod
645 ____________________________________________________________________________
646 [  7657] By: jhi                                   on 2000/11/12  20:34:55
647         Log: Integrate perlio.
648      Branch: perl
649           !> perlio.c
650 ____________________________________________________________________________
651 [  7653] By: jhi                                   on 2000/11/12  19:00:01
652         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
653      Branch: perl
654            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
655            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
656            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
657            ! vos/config.ga.h win32/config.bc win32/config.gc
658            ! win32/config.vc
659 ____________________________________________________________________________
660 [  7652] By: jhi                                   on 2000/11/11  21:12:01
661         Log: Copy the s// information of README.hpux also to the perlrun.
662      Branch: perl
663            ! README.hpux pod/perlrun.pod
664 ____________________________________________________________________________
665 [  7651] By: jhi                                   on 2000/11/11  21:03:13
666         Log: More README.solaris updates from Andy Dougherty.
667      Branch: perl
668            ! README.solaris
669 ____________________________________________________________________________
670 [  7650] By: jhi                                   on 2000/11/11  18:38:57
671         Log: More descriptive error for unknown perlio layers.
672              
673              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
674              From: Dominic Dunlop <domo@computer.org> 
675              Date: Sat, 11 Nov 2000 18:20:32 +0100             
676              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
677      Branch: perl
678            ! perlio.c pod/perldiag.pod
679 ____________________________________________________________________________
680 [  7649] By: jhi                                   on 2000/11/11  18:37:52
681         Log: MachTen doesn't really do mmap() and munmap().
682              
683              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
684              From: Dominic Dunlop <domo@computer.org> 
685              Date: Sat, 11 Nov 2000 18:20:32 +0100             
686              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
687      Branch: perl
688            ! hints/machten.sh
689 ____________________________________________________________________________
690 [  7648] By: jhi                                   on 2000/11/11  18:36:46
691         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
692              From: rspier@pobox.com (Robert Spier)
693              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
694              Message-ID: <14861.32839.491271.985797@rls.cx>
695      Branch: perl
696            ! Porting/Contract pod/perltoot.pod
697 ____________________________________________________________________________
698 [  7646] By: jhi                                   on 2000/11/11  18:33:23
699         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
700      Branch: perl
701            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
702            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
703            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
704            ! vos/config.ga.h win32/config.bc win32/config.gc
705            ! win32/config.vc
706 ____________________________________________________________________________
707 [  7645] By: jhi                                   on 2000/11/11  16:45:15
708         Log: Use sysconf() or getpagesize() to find out the pagesize.
709      Branch: perl
710            ! perlio.c
711 ____________________________________________________________________________
712 [  7644] By: jhi                                   on 2000/11/11  15:46:08
713         Log: Integrate perlio.
714      Branch: perl
715           !> perlio.c
716 ____________________________________________________________________________
717 [  7643] By: jhi                                   on 2000/11/11  15:33:36
718         Log: Subject: Re: [PATCH] README.solaris
719              From: Lupe Christoph <lupe@lupe-christoph.de>
720              Date: Sat, 11 Nov 2000 14:08:10 +0100
721              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
722      Branch: perl
723            ! README.solaris
724 ____________________________________________________________________________
725 [  7642] By: jhi                                   on 2000/11/11  15:22:12
726         Log: Subject: [PATCH perl@7638] cygwin port
727              From: "Eric Fifer" <egf7@columbia.edu>            
728              Date: Fri, 10 Nov 2000 19:30:30 -0000
729              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
730      Branch: perl
731            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
732 ____________________________________________________________________________
733 [  7640] By: jhi                                   on 2000/11/11  02:05:02
734         Log: Add more encoding tables.
735      Branch: perl
736            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
737            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
738            + ext/Encode/Encode/iso8859-10.enc
739            + ext/Encode/Encode/iso8859-13.enc
740            + ext/Encode/Encode/iso8859-14.enc
741            + ext/Encode/Encode/iso8859-15.enc
742            ! MANIFEST
743 ____________________________________________________________________________
744 [  7639] By: jhi                                   on 2000/11/10  18:49:25
745         Log: Subject: [PATCH] README.solaris
746              From: Andy Dougherty <doughera@lafayette.edu>
747              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
748              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
749      Branch: perl
750            + README.solaris
751            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
752            ! pod/perl.pod pod/perltoc.pod
753 ____________________________________________________________________________
754 [  7638] By: jhi                                   on 2000/11/10  15:04:15
755         Log: Update Changes.
756      Branch: perl
757            ! Changes patchlevel.h
758 ____________________________________________________________________________
759 [  7637] By: jhi                                   on 2000/11/10  14:14:28
760         Log: Explain better why certain regex tests are skipped.
761              
762              Subject: Re: tests skipped: unknown reason
763              From: Lupe Christoph <lupe@lupe-christoph.de>
764              Date: Fri, 10 Nov 2000 09:08:56 +0100
765              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
766      Branch: perl
767            ! t/op/regexp.t
768 ____________________________________________________________________________
769 [  7635] By: nick                                  on 2000/11/10  13:25:52
770         Log: Re-instate stdio large file support via perlio.
771      Branch: perl
772            ! perlio.c
773 ____________________________________________________________________________
774 [  7634] By: jhi                                   on 2000/11/10  04:49:55
775         Log: Amdahl UTS hints updates.
776              
777              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
778              From: hom00@utsglobal.com (Harold O Morris)
779              Date: Thu, 9 Nov 2000 20:02 PST
780              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
781      Branch: perl
782            ! hints/uts.sh
783 ____________________________________________________________________________
784 [  7633] By: jhi                                   on 2000/11/09  23:33:28
785         Log: Subject: [PATCH] IO::Seekable pod
786              From: Nicholas Clark <nick@talking.bollo.cx>
787              Date: Thu, 9 Nov 2000 20:29:45 +0000
788              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
789      Branch: perl
790            ! ext/IO/lib/IO/Handle.pm
791 ____________________________________________________________________________
792 [  7632] By: jhi                                   on 2000/11/09  21:55:41
793         Log: Various doc oddball characters.
794              
795              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
796              From: Michael Somos <somos@grail.cba.csuohio.edu>
797              Date: Mon, 6 Nov 2000 17:44:20 -0500
798              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
799      Branch: perl
800            ! emacs/cperl-mode.el lib/unicode/syllables.txt
801            ! win32/bin/search.pl
802 ____________________________________________________________________________
803 [  7631] By: jhi                                   on 2000/11/09  21:12:29
804         Log: Subject: Re: bash -c exit and linux hints 
805              From: "John P. Linderman" <jpl@research.att.com>
806              Date: Thu, 02 Nov 2000 09:37:25 -0500
807              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
808      Branch: perl
809            ! hints/linux.sh
810 ____________________________________________________________________________
811 [  7629] By: jhi                                   on 2000/11/09  19:46:31
812         Log: Missing dTHXs.
813              
814              Subject: RE: perl@7595 builds not on cygwin
815              From: "Eric Fifer" <egf7@columbia.edu>
816              Date: Thu, 9 Nov 2000 19:26:50 -0000
817              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
818      Branch: perl
819            ! ext/Devel/Peek/Peek.xs
820 ____________________________________________________________________________
821 [  7628] By: jhi                                   on 2000/11/09  14:48:27
822         Log: Disable only the tests 99 and 166 for UTF-8 locales.
823      Branch: perl
824            ! t/pragma/locale.t
825 ____________________________________________________________________________
826 [  7627] By: jhi                                   on 2000/11/09  14:40:27
827         Log: There's no =head3.
828      Branch: perl
829            ! pod/perlhack.pod
830 ____________________________________________________________________________
831 [  7626] By: jhi                                   on 2000/11/09  13:54:26
832         Log: The generated boot_* headers are wrong.  Pickier compiler,
833              such as KAI C++ will refuse to compile the resulting perlmain.
834              
835              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
836              From: Harri Pasanen <harri.pasanen@trema.com>
837              Date: Thu, 09 Nov 2000 14:23:28 +0100
838              Message-Id: <3A0AA550.26D548A3@trema.com>
839      Branch: perl
840            ! minimod.pl
841 ____________________________________________________________________________
842 [  7625] By: jhi                                   on 2000/11/09  13:50:44
843         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
844              From: Prymmer/Kahn <pvhp@best.com>
845              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
846              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
847              
848              All except the "cow orker" change.
849      Branch: perl
850            ! Porting/pumpkin.pod
851 ____________________________________________________________________________
852 [  7624] By: jhi                                   on 2000/11/09  13:45:33
853         Log: Fix for
854              
855              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
857              Date: Thu, 09 Nov 2000 11:05:52 +0100
858              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
859      Branch: perl
860            ! pod/perldiag.pod t/pragma/warn/pp_sys
861 ____________________________________________________________________________
862 [  7623] By: jhi                                   on 2000/11/09  13:37:16
863         Log: Typo in an ifndef.
864              
865              Subject: Re: [PATCH 5.7.0] better messages from malloc()
866              From: Joe Smith <jms@inwap.com>         
867              Date: Thu, 09 Nov 2000 01:33:14 -0800
868              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
869      Branch: perl
870            ! malloc.c
871 ____________________________________________________________________________
872 [  7622] By: jhi                                   on 2000/11/09  13:31:18
873         Log: Remove unused extra arguments.
874      Branch: metaconfig/U/perl
875            ! perlxv.U
876      Branch: perl
877            ! Configure config_h.SH
878 ____________________________________________________________________________
879 [  7621] By: jhi                                   on 2000/11/09  13:16:36
880         Log: More VMS moves on environment handling, from Charles Lane.
881      Branch: perl
882            ! t/pragma/locale.t
883 ____________________________________________________________________________
884 [  7620] By: jhi                                   on 2000/11/09  04:42:38
885         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
886              From: David Dyck <dcd@tc.fluke.com>
887              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
888              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
889      Branch: perl
890            ! pp_sys.c
891 ____________________________________________________________________________
892 [  7619] By: jhi                                   on 2000/11/09  04:36:21
893         Log: Forgot from #7618.
894      Branch: perl
895            ! lib/File/stat.pm
896 ____________________________________________________________________________
897 [  7618] By: jhi                                   on 2000/11/09  04:28:44
898         Log: Make deleting for %ENV work for (newer versions of) VMS,
899              from Craig A. Berry.
900      Branch: perl
901            ! vms/vms.c
902 ____________________________________________________________________________
903 [  7617] By: jhi                                   on 2000/11/09  04:25:05
904         Log: Subject: [PATCH] Class::Struct at compile time
905              From: "Casey R. Tweten" <crt@kiski.net>
906              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
907              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
908      Branch: perl
909            ! lib/Class/Struct.pm
910 ____________________________________________________________________________
911 [  7616] By: jhi                                   on 2000/11/09  04:15:17
912         Log: Subject: [ID 20001108.013] spelling
913              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
914              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
915              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
916      Branch: perl
917            ! lib/ftp.pl
918 ____________________________________________________________________________
919 [  7615] By: jhi                                   on 2000/11/09  04:12:42
920         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
921              From: Peter Prymmer <pvhp@forte.com>
922              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
923              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
924      Branch: perl
925            ! configure.com
926 ____________________________________________________________________________
927 [  7614] By: jhi                                   on 2000/11/08  22:42:55
928         Log: A missing aTHX_.
929      Branch: perl
930            ! ext/IPC/SysV/SysV.xs
931 ____________________________________________________________________________
932 [  7613] By: jhi                                   on 2000/11/08  19:30:21
933         Log: Update Changes.
934      Branch: perl
935            ! Changes patchlevel.h
936 ____________________________________________________________________________
937 [  7612] By: jhi                                   on 2000/11/08  18:35:25
938         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
939              From: David Dyck <dcd@tc.fluke.com>
940              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
941              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
942      Branch: perl
943            ! pp_sys.c
944 ____________________________________________________________________________
945 [  7611] By: jhi                                   on 2000/11/08  18:30:26
946         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
947              From: Dominic Dunlop <domo@computer.org>
948              Date: Tue, 7 Nov 2000 12:05:25 +0100
949              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
950      Branch: perl
951            ! malloc.c
952 ____________________________________________________________________________
953 [  7610] By: jhi                                   on 2000/11/08  18:25:14
954         Log: Do not test UTF-8 locales since that the tests would require
955              polymorphic regexen.
956      Branch: perl
957            ! t/pragma/locale.t
958 ____________________________________________________________________________
959 [  7609] By: jhi                                   on 2000/11/08  17:12:51
960         Log: Locale buglets.
961              
962              Subject: RE: Locales support (setlocale) fixes
963              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
964              Date: Wed, 8 Nov 2000 20:01:39 +0300
965              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
966      Branch: perl
967            ! t/pragma/locale.t util.c
968 ____________________________________________________________________________
969 [  7608] By: jhi                                   on 2000/11/08  17:00:16
970         Log: Deleting $ENV{PATH} in VMS is not recommendable.
971      Branch: perl
972            ! t/pragma/locale.t
973 ____________________________________________________________________________
974 [  7607] By: jhi                                   on 2000/11/08  16:58:26
975         Log: Subject: PATCH std stdio for (Free)BSD
976              From: Nicholas Clark <nick@ccl4.org>
977              Date: Wed, 8 Nov 2000 15:36:29 +0000
978              Message-ID: <20001108153629.D98736@plum.flirble.org>
979      Branch: metaconfig
980            ! U/compline/d_stdstdio.U
981      Branch: perl
982            ! Configure config_h.SH
983 ____________________________________________________________________________
984 [  7606] By: jhi                                   on 2000/11/08  16:43:31
985         Log: Forgot to bump the line numbers in #7601.
986      Branch: perl
987            ! t/pragma/warn/pp_sys
988 ____________________________________________________________________________
989 [  7605] By: jhi                                   on 2000/11/08  16:39:12
990         Log: More careful detection of how well NVs and UVs mix.
991              
992              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))
993              From: Nicholas Clark <nick@ccl4.org>
994              Date: Wed, 8 Nov 2000 15:14:12 +0000
995              Message-ID: <20001108151412.B98736@plum.flirble.org>
996              
997              Added some SIGFPE paranoia.
998      Branch: metaconfig/U/perl
999            ! perlxv.U
1000      Branch: perl
1001            ! Configure config_h.SH
1002 ____________________________________________________________________________
1003 [  7604] By: jhi                                   on 2000/11/08  14:39:10
1004         Log: Subject: [patch perl@7595] VMS configure.com tweak
1005              From: "Craig A. Berry" <craigberry@mac.com>
1006              Date: Wed, 8 Nov 2000 00:24:12 -0600
1007              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
1008      Branch: perl
1009            ! configure.com
1010 ____________________________________________________________________________
1011 [  7603] By: jhi                                   on 2000/11/08  14:27:11
1012         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
1013              From: Robin Barker <rmb1@cise.npl.co.uk>
1014              Date: Wed, 8 Nov 2000 11:11:39 GMT
1015              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
1016      Branch: perl
1017            ! perlio.c
1018 ____________________________________________________________________________
1019 [  7602] By: jhi                                   on 2000/11/08  14:25:03
1020         Log: Fix for the tie-refhash string table leaks.
1021              
1022              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
1023              Date: Wed, 8 Nov 2000 13:03:04 GMT
1024              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
1025      Branch: perl
1026            ! t/lib/tie-refhash.t
1027 ____________________________________________________________________________
1028 [  7601] By: jhi                                   on 2000/11/08  14:21:08
1029         Log: Try to avoid flockless and emulationless places.
1030      Branch: perl
1031            ! t/pragma/warn/pp_sys
1032 ____________________________________________________________________________
1033 [  7600] By: jhi                                   on 2000/11/08  02:28:54
1034         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
1035              
1036              Subject: [PATCH] prototyped functions that should be overrideable
1037              From: "Casey R. Tweten" <crt@kiski.net>
1038              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
1039              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
1040      Branch: perl
1041            ! toke.c
1042 ____________________________________________________________________________
1043 [  7599] By: jhi                                   on 2000/11/08  01:12:05
1044         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
1045              
1046              Subject: [PATCH] perlbug.PL
1047              From: "Kurt D. Starsinic" <kstar@chapin.edu>
1048              Date: Mon, 6 Nov 2000 21:39:01 -0500
1049              Message-ID: <20001106213901.B20955@O2.chapin.edu>
1050      Branch: perl
1051            ! utils/perlbug.PL
1052 ____________________________________________________________________________
1053 [  7598] By: jhi                                   on 2000/11/07  23:42:00
1054         Log: Bad thinko in #7581 (I used the test program with the expanded
1055              values as-is).
1056      Branch: metaconfig
1057            ! U/compline/d_stdstdio.U
1058      Branch: perl
1059            ! Configure
1060 ____________________________________________________________________________
1061 [  7597] By: jhi                                   on 2000/11/07  21:43:29
1062         Log: Subject: [PATCH perl@7573] cygwin port
1063              From: "Fifer, Eric" <EFifer@sanwaint.com>
1064              Date: Tue, 7 Nov 2000 18:08:51 -0000 
1065              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
1066              
1067              Synchronize with Cygwin 1.1.5.
1068      Branch: perl
1069            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
1070            ! pod/perlport.pod unixish.h util.c
1071 ____________________________________________________________________________
1072 [  7596] By: jhi                                   on 2000/11/07  21:39:25
1073         Log: perlhack updates from H.Merijn Brand.
1074      Branch: perl
1075            ! pod/perlhack.pod
1076 ____________________________________________________________________________
1077 [  7595] By: jhi                                   on 2000/11/07  20:21:41
1078         Log: Update Changes.
1079      Branch: perl
1080            ! Changes patchlevel.h
1081 ____________________________________________________________________________
1082 [  7594] By: jhi                                   on 2000/11/07  19:18:58
1083         Log: Be more robust in Dynaloader.pm.
1084      Branch: perl
1085            ! ext/DynaLoader/DynaLoader_pm.PL
1086 ____________________________________________________________________________
1087 [  7593] By: jhi                                   on 2000/11/07  16:49:31
1088         Log: AUTHORS update.
1089      Branch: perl
1090            ! AUTHORS
1091 ____________________________________________________________________________
1092 [  7592] By: gsar                                  on 2000/11/07  16:39:51
1093         Log: normalize relative paths in virtualized current directory on windows,
1094              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
1095              returns)
1096      Branch: perl
1097            ! win32/vdir.h
1098 ____________________________________________________________________________
1099 [  7591] By: jhi                                   on 2000/11/07  16:04:26
1100         Log: Too profiler-happy: with optimization the #7590 actually makes
1101              the test to run 0.5% _slower_.  Requires much more instrumentation.
1102              Retract #7590.
1103      Branch: perl
1104            ! regcomp.c regcomp.h
1105 ____________________________________________________________________________
1106 [  7590] By: jhi                                   on 2000/11/07  15:51:13
1107         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
1108              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
1109              by using memset() and testing bytewise (as opposed to bitwise).
1110      Branch: perl
1111            ! regcomp.c regcomp.h
1112 ____________________________________________________________________________
1113 [  7589] By: jhi                                   on 2000/11/07  12:56:39
1114         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
1115              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1116              Date: Mon, 06 Nov 2000 23:45:30 -0500
1117              Message-Id: <0011079735.AA973576259@univpress.com>
1118      Branch: perl
1119            ! configure.com t/lib/st-lock.t
1120 ____________________________________________________________________________
1121 [  7588] By: jhi                                   on 2000/11/07  01:03:28
1122         Log: Tweak #7587.
1123      Branch: perl
1124            ! pod/perldiag.pod
1125 ____________________________________________________________________________
1126 [  7587] By: jhi                                   on 2000/11/07  01:00:27
1127         Log: A doc addition for bug id 20001105.019, beware \p.
1128      Branch: perl
1129            ! pod/perldiag.pod
1130 ____________________________________________________________________________
1131 [  7586] By: jhi                                   on 2000/11/07  00:32:22
1132         Log: Fake support of holey files in win/dosish platforms.
1133              
1134              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
1135              From: kipp@shonanblue.ne.jp
1136              Date: Mon, 6 Nov 2000 13:30:55 -0800
1137              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
1138      Branch: perl
1139            ! ext/SDBM_File/sdbm/sdbm.c
1140 ____________________________________________________________________________
1141 [  7585] By: jhi                                   on 2000/11/07  00:12:54
1142         Log: Subject: Pod updates
1143              From: "Stephen P. Potter" <spp@spotter.yi.org>
1144              Date: Mon, 06 Nov 2000 18:56:43 -0500
1145              Message-Id: <200011062357.SAA18173@spotter.yi.org>
1146      Branch: perl
1147            ! README.dos README.os2 README.win32 pod/buildtoc.PL
1148            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
1149            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
1150            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
1151            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
1152            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
1153            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
1154            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
1155            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
1156            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
1157            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
1158            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
1159            ! pod/perltootc.pod pod/perlunicode.pod
1160 ____________________________________________________________________________
1161 [  7584] By: jhi                                   on 2000/11/07  00:04:17
1162         Log: Varargs don't always work too well if one puts an unsigned
1163              char on the stack and pop an unsigned quad off the stack.
1164              
1165              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
1166              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
1167              Date: Mon, 06 Nov 2000 15:19:05 -0800
1168              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
1169      Branch: perl
1170            ! utf8.c
1171 ____________________________________________________________________________
1172 [  7583] By: jhi                                   on 2000/11/06  23:58:48
1173         Log: %ENV note tweaks from Dan Sugalski.
1174      Branch: perl
1175            ! pod/perlport.pod vms/perlvms.pod
1176 ____________________________________________________________________________
1177 [  7582] By: jhi                                   on 2000/11/06  23:05:49
1178         Log: glibc5 detection by __GNU_LIBRARY__.
1179      Branch: perl
1180            ! toke.c
1181 ____________________________________________________________________________
1182 [  7581] By: jhi                                   on 2000/11/06  22:51:29
1183         Log: Make the stdio test program of 7427 less noisy while being 
1184              compiled so that Digital UNIX wouldn't get both
1185              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
1186              undefined.  This makes perlio happy.
1187      Branch: metaconfig
1188            ! U/compline/d_stdstdio.U
1189      Branch: perl
1190            ! Configure config_h.SH
1191 ____________________________________________________________________________
1192 [  7580] By: jhi                                   on 2000/11/06  22:41:41
1193         Log: Document %ENV = () portability issues.
1194      Branch: perl
1195            ! pod/perlport.pod vms/perlvms.pod
1196 ____________________________________________________________________________
1197 [  7579] By: jhi                                   on 2000/11/06  21:29:24
1198         Log: VOS updates from Paul Green.
1199      Branch: perl
1200            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1201 ____________________________________________________________________________
1202 [  7578] By: jhi                                   on 2000/11/06  21:00:40
1203         Log: Sanitize the environment further.
1204      Branch: perl
1205            ! t/pragma/locale.t
1206 ____________________________________________________________________________
1207 [  7577] By: jhi                                   on 2000/11/06  20:53:51
1208         Log: Re-introduce 7552 lost in integration.
1209      Branch: perl
1210            ! perlio.c
1211 ____________________________________________________________________________
1212 [  7576] By: jhi                                   on 2000/11/06  20:33:46
1213         Log: Admit that the test leaks scalars.
1214      Branch: perl
1215            ! t/comp/proto.t
1216 ____________________________________________________________________________
1217 [  7575] By: jhi                                   on 2000/11/06  20:17:08
1218         Log: Integrate perlio.
1219      Branch: perl
1220           !> perlio.c
1221 ____________________________________________________________________________
1222 [  7573] By: jhi                                   on 2000/11/06  13:56:05
1223         Log: Update Changes.
1224      Branch: perl
1225            ! Changes patchlevel.h
1226 ____________________________________________________________________________
1227 [  7572] By: jhi                                   on 2000/11/06  13:48:41
1228         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
1229              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1230              Date: Mon, 06 Nov 2000 10:11:42 +0100
1231              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
1232      Branch: perl
1233            ! pod/perlhack.pod
1234 ____________________________________________________________________________
1235 [  7571] By: jhi                                   on 2000/11/06  01:45:51
1236         Log: AUTHORS updates.
1237      Branch: perl
1238            ! AUTHORS
1239 ____________________________________________________________________________
1240 [  7570] By: jhi                                   on 2000/11/06  00:18:00
1241         Log: Fix for
1242              
1243              Subject: [ID 20000728.005] perl -P broken
1244              From: David Dyck <dcd@tc.fluke.com>
1245              Date: Fri, 28 Jul 2000 17:19:16 -0700
1246              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
1247              
1248              (hopefully).  The fix is also not complete, it seems to break
1249              BOM swallowing for libc5 systems, but until someone figures
1250              out a way to do this without ftell(), this will do.
1251      Branch: perl
1252            ! toke.c
1253 ____________________________________________________________________________
1254 [  7569] By: jhi                                   on 2000/11/06  00:05:30
1255         Log: Document that the evaled syntax errors cause scalar leaks.
1256      Branch: perl
1257            ! t/comp/proto.t
1258 ____________________________________________________________________________
1259 [  7568] By: jhi                                   on 2000/11/05  23:14:47
1260         Log: opmini.o can linger from Configures past.
1261      Branch: perl
1262            ! Makefile.SH
1263 ____________________________________________________________________________
1264 [  7567] By: jhi                                   on 2000/11/05  21:28:39
1265         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
1266              first argument correctly.
1267      Branch: perl
1268            ! perlio.c
1269 ____________________________________________________________________________
1270 [  7566] By: jhi                                   on 2000/11/05  21:15:56
1271         Log: Integrate perlio.
1272      Branch: perl
1273           !> perlio.c
1274 ____________________________________________________________________________
1275 [  7565] By: jhi                                   on 2000/11/05  21:15:13
1276         Log: Use -dM for gcc (the suggested patch did it only for Linux,
1277              but I think it can be generalized).
1278              
1279              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
1280              From: Pixel <pixel@mandrakesoft.com>
1281              Date: 05 Nov 2000 21:49:34 +0100 
1282              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
1283      Branch: perl
1284            ! ext/Errno/Errno_pm.PL
1285 ____________________________________________________________________________
1286 [  7563] By: jhi                                   on 2000/11/05  19:48:55
1287         Log: Add a note for future generations about bug id 20000229.006.
1288      Branch: perl
1289            ! malloc.c
1290 ____________________________________________________________________________
1291 [  7562] By: jhi                                   on 2000/11/05  19:38:24
1292         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
1293      Branch: perl
1294            ! pp_ctl.c t/op/pos.t
1295 ____________________________________________________________________________
1296 [  7561] By: jhi                                   on 2000/11/05  18:21:46
1297         Log: Add =pod to be tidy.
1298      Branch: perl
1299            ! lib/Math/Complex.pm
1300 ____________________________________________________________________________
1301 [  7560] By: jhi                                   on 2000/11/05  17:38:46
1302         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
1303      Branch: perl
1304            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1305            ! ext/Storable/Storable.xs t/lib/st-recurse.t
1306 ____________________________________________________________________________
1307 [  7559] By: jhi                                   on 2000/11/05  17:32:59
1308         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
1309              From: "Peter J. Farley III" <pjfarley@banet.net>
1310              Date: Sun, 05 Nov 2000 11:55:59 -0500
1311              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
1312      Branch: perl
1313            ! t/lib/syslog.t
1314 ____________________________________________________________________________
1315 [  7558] By: jhi                                   on 2000/11/05  17:29:19
1316         Log: Integrate perlio.
1317      Branch: perl
1318           !> perlio.c
1319 ____________________________________________________________________________
1320 [  7557] By: jhi                                   on 2000/11/05  17:22:01
1321         Log: A fix of sorts for 20000329.026, a better error message
1322              for a missing "use charnames" when using the \N{...}. 
1323      Branch: perl
1324            ! pod/perldiag.pod toke.c
1325 ____________________________________________________________________________
1326 [  7556] By: jhi                                   on 2000/11/05  16:33:50
1327         Log: Test tweak: show also the failed locales.
1328              
1329              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
1330              From: Lupe Christoph <lupe@lupe-christoph.de>         
1331              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
1332              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
1333      Branch: perl
1334            ! t/pragma/locale.t
1335 ____________________________________________________________________________
1336 [  7553] By: jhi                                   on 2000/11/05  01:12:16
1337         Log: Fix for
1338              
1339              Subject: [ID 20001004.007] taint propogation is inconsistent
1340              From: pimlott@idiomtech.com (Andrew Pimlott) 
1341              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
1342              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
1343              
1344              The culprit was sv_setsv() which was rather blindly
1345              propagating taint, which lead to behaviour where was
1346              a tainted anon hash value was seen all the values from
1347              then on became tainted.
1348      Branch: perl
1349            ! sv.c t/op/taint.t
1350 ____________________________________________________________________________
1351 [  7552] By: jhi                                   on 2000/11/04  23:44:18
1352         Log: Some cpps don't like splitting conditionals across several lines.
1353      Branch: perl
1354            ! perlio.c
1355 ____________________________________________________________________________
1356 [  7549] By: jhi                                   on 2000/11/04  23:14:01
1357         Log: Fix for
1358              
1359              Subject: [ID 20001004.006] undef is never tainted
1360              From: pimlott@idiomtech.com (Andrew Pimlott)
1361              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
1362              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
1363              
1364              An undef read from a slurped file was not tainted.
1365      Branch: perl
1366            ! pp_hot.c t/op/taint.t
1367 ____________________________________________________________________________
1368 [  7548] By: jhi                                   on 2000/11/04  22:56:21
1369         Log: Test tweak ($Config{useperlio} is by default undef) .
1370      Branch: perl
1371            ! t/lib/b.t
1372 ____________________________________________________________________________
1373 [  7547] By: jhi                                   on 2000/11/04  22:43:56
1374         Log: Integrate perlio.
1375      Branch: perl
1376           +> lib/perlio.pm
1377           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
1378           !> pod/perlapi.pod t/lib/b.t
1379 ____________________________________________________________________________
1380 [  7546] By: jhi                                   on 2000/11/04  22:40:59
1381         Log: Configure would use a bad $myuname from an old config.sh.
1382              
1383              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
1384              From: Andy Dougherty <doughera@lafayette.edu>
1385              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
1386              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
1387      Branch: metaconfig
1388            ! U/modified/Oldconfig.U
1389      Branch: perl
1390            ! Configure config_h.SH
1391 ____________________________________________________________________________
1392 [  7545] By: jhi                                   on 2000/11/04  22:36:54
1393         Log: Subject: Locales support (setlocale) fixes
1394              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1395              Date: Sat, 4 Nov 2000 10:15:48 +0300 
1396              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
1397              
1398              Modified quite a bit to be more portable.
1399      Branch: perl
1400            ! embed.h embed.pl perl.h proto.h util.c
1401 ____________________________________________________________________________
1402 [  7544] By: jhi                                   on 2000/11/04  22:32:47
1403         Log: Dying is too strict here, better just skip.
1404      Branch: perl
1405            ! t/op/misc.t
1406 ____________________________________________________________________________
1407 [  7542] By: jhi                                   on 2000/11/04  21:09:28
1408         Log: More Changes tweakery.
1409      Branch: perl
1410            ! Changes Porting/genlog
1411 ____________________________________________________________________________
1412 [  7541] By: jhi                                   on 2000/11/04  20:58:18
1413         Log: Changes fixups.
1414      Branch: perl
1415            ! Changes
1416 ____________________________________________________________________________
1417 [  7540] By: jhi                                   on 2000/11/04  20:42:38
1418         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
1419              create a "fast path" for locale name probing using "locale -a"
1420              if available, squash finally hopefully the s?printf resetting
1421              the numeric locale (since, IIUC perllocale, it never shouldn't). 
1422      Branch: perl
1423            ! sv.c t/op/misc.t t/pragma/locale.t
1424 ____________________________________________________________________________
1425 [  7536] By: jhi                                   on 2000/11/04  00:20:02
1426         Log: Add FCNTL_CAN_LOCK.
1427              
1428              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
1429              From: Andy Dougherty <doughera@lafayette.edu>
1430              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
1431              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
1432              
1433              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
1434              From: Andy Dougherty <doughera@lafayette.edu>
1435              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
1436              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
1437      Branch: metaconfig/U/perl
1438            + d_fcntl_can_lock.U
1439            ! startperl.U
1440      Branch: perl
1441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1442            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
1443            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1444            ! vos/config.ga.h win32/config.bc win32/config.gc
1445            ! win32/config.vc
1446 ____________________________________________________________________________
1447 [  7534] By: jhi                                   on 2000/11/03  15:16:02
1448         Log: Subject: Re: README.aix
1449              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1450              Date: Fri, 03 Nov 2000 16:03:15 +0100
1451              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
1452      Branch: perl
1453            ! README.aix
1454 ____________________________________________________________________________
1455 [  7533] By: jhi                                   on 2000/11/03  03:59:02
1456         Log: Subject: [PATCH 5.7.0] better messages from malloc()
1457              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1458              Date: Wed, 1 Nov 2000 23:39:56 -0500
1459              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
1460      Branch: perl
1461            ! malloc.c pod/perldiag.pod
1462 ____________________________________________________________________________
1463 [  7532] By: jhi                                   on 2000/11/03  00:11:56
1464         Log: The #7521 touched things it shouldn't have.
1465      Branch: perl
1466            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
1467 ____________________________________________________________________________
1468 [  7531] By: jhi                                   on 2000/11/02  22:32:33
1469         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
1470              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1471              Date:     Thu, 2 Nov 2000 16:58:36 EST
1472              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
1473      Branch: perl
1474            ! vms/gen_shrfls.pl
1475 ____________________________________________________________________________
1476 [  7530] By: jhi                                   on 2000/11/02  22:08:49
1477         Log: Fix the problem discussed in
1478              
1479              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
1480              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
1481              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
1482              
1483              originally from Linc Madison.  Also Andreas König's comments
1484              taken into account.  Some other problems with Tie::SubstrHash
1485              fixed: didn't croak when the table exceeded the requested number
1486              of entries (as documented) but instead when the number of entries
1487              exceeded the size of the table, a croak() had an unnecessary \n,
1488              didn't have a CLEAR method, documented that there is no exists().
1489              Didn't fix to be strict-proof because the module uses &foo; and
1490              dynamic scope.  Added a test script exercizing both first tamely 
1491              the basic functionality, and then the failure cases reported by
1492              Linc Madison.
1493      Branch: perl
1494            + t/lib/tie-substrhash.t
1495            ! MANIFEST lib/Tie/SubstrHash.pm
1496 ____________________________________________________________________________
1497 [  7529] By: jhi                                   on 2000/11/02  17:58:08
1498         Log: recv() can fail and return undef.
1499              
1500              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
1501              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
1502              Date: Thu, 2 Nov 2000 20:12:20 +0300
1503              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
1504      Branch: perl
1505            ! lib/Net/Ping.pm
1506 ____________________________________________________________________________
1507 [  7528] By: jhi                                   on 2000/11/02  17:49:09
1508         Log: Detpyo.
1509      Branch: perl
1510            ! pod/perlop.pod
1511 ____________________________________________________________________________
1512 [  7527] By: jhi                                   on 2000/11/02  15:48:37
1513         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
1514              fix a autovivification bug in Tie::RefHash, add tests for both.
1515              
1516              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
1517              From: Edward Avis <epa98@doc.ic.ac.uk>
1518              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
1519              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
1520      Branch: perl
1521            + t/lib/tie-refhash.t
1522            ! MANIFEST lib/Tie/RefHash.pm
1523 ____________________________________________________________________________
1524 [  7526] By: jhi                                   on 2000/11/02  13:56:26
1525         Log: Test::Harness revealed buglets in the new DynaLoader.
1526              
1527              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
1528              From: andreas.koenig@anima.de (Andreas J. Koenig)
1529              Date: 02 Nov 2000 11:26:48 +0100 
1530              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
1531      Branch: perl
1532            ! ext/DynaLoader/DynaLoader_pm.PL
1533 ____________________________________________________________________________
1534 [  7525] By: jhi                                   on 2000/11/01  23:52:08
1535         Log: The entry for #7503 was missing.
1536      Branch: perl
1537            ! Changes
1538 ____________________________________________________________________________
1539 [  7524] By: jhi                                   on 2000/11/01  23:40:52
1540         Log: Update Changes.
1541      Branch: perl
1542            ! Changes patchlevel.h
1543 ____________________________________________________________________________
1544 [  7523] By: jhi                                   on 2000/11/01  22:57:09
1545         Log: More tweaking on the #7522 theme.
1546      Branch: perl
1547            ! ext/DynaLoader/DynaLoader_pm.PL
1548 ____________________________________________________________________________
1549 [  7522] By: jhi                                   on 2000/11/01  22:06:15
1550         Log: Expand %Config variables and %ENV variables only if
1551              so requested during build time using the
1552              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
1553              Not expanding makes relocating distributions easier.
1554      Branch: perl
1555            ! ext/DynaLoader/DynaLoader_pm.PL
1556 ____________________________________________________________________________
1557 [  7521] By: jhi                                   on 2000/11/01  20:56:34
1558         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
1559              and setgid() because they were just changing $< and $( which means
1560              only changing the real uid/gid, as opposed to changing both
1561              real and effective ids.  (The alternative way could have been
1562              in POSIX.pm to change $> and $), too, but making a direct call
1563              to the C API feels cleaner.)  Fixes the bug
1564              
1565              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
1566              From: "Garry T. Williams" <garry@zvolve.com>
1567              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
1568              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
1569      Branch: perl
1570            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1571            ! ext/POSIX/typemap pod/perlvar.pod
1572 ____________________________________________________________________________
1573 [  7520] By: jhi                                   on 2000/11/01  20:08:33
1574         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
1575              From: "Garry T. Williams" <garry@zvolve.com>
1576              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
1577              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
1578      Branch: perl
1579            ! pod/perlsec.pod
1580 ____________________________________________________________________________
1581 [  7519] By: jhi                                   on 2000/11/01  20:01:22
1582         Log: Locale warning explanation tweak.
1583      Branch: perl
1584            ! pod/perldiag.pod
1585 ____________________________________________________________________________
1586 [  7518] By: jhi                                   on 2000/11/01  18:57:13
1587         Log: C.pm part of
1588              
1589              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
1590              From: Jarkko Hietaniemi <jhi@iki.fi>
1591              Date: Tue, 10 Oct 2000 08:22:28 -0500
1592              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
1593      Branch: perl
1594            ! ext/B/B/C.pm
1595 ____________________________________________________________________________
1596 [  7517] By: jhi                                   on 2000/11/01  18:41:59
1597         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
1598              From: Martien Verbruggen <mgjv@comdyn.com.au>
1599              Date: Fri, 6 Oct 2000 14:09:10 +1100
1600              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
1601      Branch: perl
1602            ! pod/perlop.pod
1603 ____________________________________________________________________________
1604 [  7516] By: jhi                                   on 2000/11/01  18:34:55
1605         Log: Generalize the Camel wording.
1606              
1607              Subject: Re: perlfaq style changes
1608              From: John Borwick <jhborwic@unity.ncsu.edu>
1609              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
1610              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
1611      Branch: perl
1612            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
1613 ____________________________________________________________________________
1614 [  7515] By: jhi                                   on 2000/11/01  16:52:31
1615         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
1616              From: pimlott@idiomtech.com (Andrew Pimlott)
1617              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
1618              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
1619      Branch: perl
1620            ! pod/perlsec.pod
1621 ____________________________________________________________________________
1622 [  7514] By: jhi                                   on 2000/11/01  15:03:40
1623         Log: More AIX lore.
1624      Branch: perl
1625            ! ext/re/hints/aix.pl
1626 ____________________________________________________________________________
1627 [  7513] By: jhi                                   on 2000/11/01  14:48:30
1628         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
1629              From: root <root@chronos.fi.muni.cz>
1630              Date: Wed, 1 Nov 2000 12:31:32 +0100
1631              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
1632      Branch: perl
1633            ! lib/Net/Ping.pm
1634 ____________________________________________________________________________
1635 [  7512] By: jhi                                   on 2000/11/01  14:46:47
1636         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
1637              From: Martin Husemann <martin@duskware.de>
1638              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
1639              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
1640      Branch: perl
1641            ! regcomp.c
1642 ____________________________________________________________________________
1643 [  7511] By: jhi                                   on 2000/11/01  14:39:50
1644         Log: AUTHORS updates.
1645      Branch: perl
1646            ! AUTHORS
1647 ____________________________________________________________________________
1648 [  7510] By: jhi                                   on 2000/11/01  14:29:50
1649         Log: Subject: [PATCH] startperl to respect versiononly
1650              From: Robin Barker <rmb1@cise.npl.co.uk> 
1651              Date: Tue, 31 Oct 2000 16:29:36 GMT
1652              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
1653      Branch: metaconfig/U/perl
1654            ! startperl.U
1655      Branch: perl
1656            ! Configure config_h.SH
1657 ____________________________________________________________________________
1658 [  7509] By: jhi                                   on 2000/11/01  14:19:53
1659         Log: printf UVs the correct way, noticed by Robin Barker.
1660      Branch: perl
1661            ! utf8.c
1662 ____________________________________________________________________________
1663 [  7508] By: jhi                                   on 2000/11/01  14:10:03
1664         Log: Do not cleanup *% because the % has special meanings in some
1665              shell environments.
1666      Branch: perl
1667            ! ext/Storable/Makefile.PL
1668 ____________________________________________________________________________
1669 [  7507] By: jhi                                   on 2000/11/01  14:06:00
1670         Log: The NonStop-UX libraries have a novel way to say NaN.
1671      Branch: perl
1672            ! t/lib/bigfltpm.t
1673 ____________________________________________________________________________
1674 [  7506] By: jhi                                   on 2000/11/01  14:03:35
1675         Log: The osname has been lowercased by now, from Tom Bates.
1676      Branch: metaconfig
1677            ! U/modified/Oldconfig.U
1678      Branch: perl
1679            ! Configure config_h.SH
1680 ____________________________________________________________________________
1681 [  7505] By: jhi                                   on 2000/10/31  19:18:39
1682         Log: The compiler is either gcc or cc, from Tom Bates.
1683      Branch: perl
1684            ! hints/nonstopux.sh
1685 ____________________________________________________________________________
1686 [  7504] By: jhi                                   on 2000/10/31  14:53:42
1687         Log: Update Changes.
1688      Branch: perl
1689            ! Changes patchlevel.h
1690 ____________________________________________________________________________
1691 [  7503] By: jhi                                   on 2000/10/31  14:30:50
1692         Log: Whitespace style tweak.  Was originally going to see to
1693              
1694              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
1695              From: Joe Smith <jms@inwap.com>
1696              Date: Mon, 30 Oct 2000 18:47:57 -0800
1697              Message-Id: <39FE32DD.24AAC4D@inwap.com>
1698              
1699              but that had already been taken care of.
1700      Branch: metaconfig
1701            ! U/compline/d_stdstdio.U
1702      Branch: perl
1703            ! Configure config_h.SH
1704 ____________________________________________________________________________
1705 [  7502] By: jhi                                   on 2000/10/31  14:25:02
1706         Log: AUTHORS tweaks.
1707      Branch: perl
1708            ! AUTHORS
1709 ____________________________________________________________________________
1710 [  7501] By: jhi                                   on 2000/10/31  14:23:59
1711         Log: Subject: perlfaq style changes
1712              From: John Borwick <jhborwic@unity.ncsu.edu>
1713              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
1714              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
1715      Branch: perl
1716            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1717            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1718            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1719            ! pod/perlfaq9.pod
1720 ____________________________________________________________________________
1721 [  7500] By: jhi                                   on 2000/10/31  14:22:15
1722         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
1723              
1724              Subject: Re: [ID 20000918.005] ~ on wide chars
1725              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1726              Date: Mon, 30 Oct 2000 21:09:55 -0800
1727              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
1728              
1729              (The ord() part of the patch skipped.)
1730      Branch: perl
1731            ! doop.c
1732 ____________________________________________________________________________
1733 [  7499] By: jhi                                   on 2000/10/31  14:20:08
1734         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
1735              From: Jens Hamisch <jens@Strawberry.COM>
1736              Date: Mon, 30 Oct 2000 15:17:07 +0100
1737              Message-Id: <20001030151707.A9597@Strawberry.COM>
1738      Branch: perl
1739            ! av.c
1740 ____________________________________________________________________________
1741 [  7498] By: jhi                                   on 2000/10/31  14:16:29
1742         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
1743              From: Peter Prymmer <pvhp@forte.com>
1744              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
1745              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
1746      Branch: perl
1747            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
1748            + ext/Encode/Encode/posix-bc.enc
1749            ! MANIFEST t/lib/encode.t
1750 ____________________________________________________________________________
1751 [  7497] By: jhi                                   on 2000/10/31  14:13:22
1752         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
1753              From: Peter Prymmer <pvhp@forte.com>
1754              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
1755              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
1756      Branch: perl
1757            ! t/lib/cgi-html.t
1758 ____________________________________________________________________________
1759 [  7496] By: jhi                                   on 2000/10/31  14:12:05
1760         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
1761              From: Peter Prymmer <pvhp@forte.com>
1762              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
1763              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
1764      Branch: perl
1765            ! t/lib/cgi-function.t
1766 ____________________________________________________________________________
1767 [  7495] By: jhi                                   on 2000/10/31  14:11:08
1768         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
1769              From: Peter Prymmer <pvhp@forte.com>
1770              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
1771              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
1772      Branch: perl
1773            + ext/re/hints/aix.pl
1774            ! MANIFEST ext/re/Makefile.PL
1775 ____________________________________________________________________________
1776 [  7494] By: jhi                                   on 2000/10/31  14:08:32
1777         Log: Use Errno magic.
1778              
1779              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
1780              From: Casey Tweten <perl@ctweten.amsite.com>
1781              Date: Mon, 30 Oct 2000 15:51:17 -0500
1782              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
1783      Branch: perl
1784            ! lib/File/Temp.pm
1785 ____________________________________________________________________________
1786 [  7493] By: jhi                                   on 2000/10/31  14:05:07
1787         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
1788              
1789              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
1790              From: Nicholas Clark <nick@ccl4.org>
1791              Date: Mon, 30 Oct 2000 17:38:45 +0000
1792              Message-ID: <20001030173845.O60355@plum.flirble.org>
1793      Branch: perl
1794            ! Makefile.SH utils/perlbug.PL
1795 ____________________________________________________________________________
1796 [  7489] By: jhi                                   on 2000/10/29  21:11:08
1797         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
1798              From: andreas.koenig@anima.de (Andreas J. Koenig)
1799              Date: 29 Oct 2000 22:05:59 +0100
1800              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
1801      Branch: perl
1802            ! lib/ExtUtils/Manifest.pm
1803 ____________________________________________________________________________
1804 [  7488] By: jhi                                   on 2000/10/29  21:07:47
1805         Log: Tests for #7487.
1806              
1807              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
1808              From: andreas.koenig@anima.de (Andreas J. Koenig)
1809              Date: 29 Oct 2000 19:37:09 +0100
1810              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
1811      Branch: perl
1812            ! t/comp/proto.t
1813 ____________________________________________________________________________
1814 [  7487] By: jhi                                   on 2000/10/29  21:06:27
1815         Log: constsub spillage.
1816              
1817              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
1818              From: John Tobey <jtobey@john-edwin-tobey.org>
1819              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
1820              Message-Id: <m13pvSr-000FObC@feynman.localnet>
1821      Branch: perl
1822            ! op.c
1823 ____________________________________________________________________________
1824 [  7485] By: jhi                                   on 2000/10/29  21:00:47
1825         Log: Make \x{...} consistently produce UTF-8.
1826              
1827              Subject: Re: \x{...} is confused 
1828              From: Simon Cozens <simon@cozens.net>
1829              Date: Sun, 29 Oct 2000 19:36:48 +0000
1830              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
1831      Branch: perl
1832            ! t/pragma/utf8.t toke.c
1833 ____________________________________________________________________________
1834 [  7483] By: jhi                                   on 2000/10/29  18:06:55
1835         Log: Update Changes.
1836      Branch: perl
1837            ! Changes patchlevel.h
1838 ____________________________________________________________________________
1839 [  7481] By: jhi                                   on 2000/10/29  17:02:37
1840         Log: UTF-8 decoder tweak.
1841      Branch: perl
1842            ! utf8.c
1843 ____________________________________________________________________________
1844 [  7478] By: jhi                                   on 2000/10/29  02:04:01
1845         Log: Add also emailless people.
1846      Branch: perl
1847            ! AUTHORS
1848 ____________________________________________________________________________
1849 [  7477] By: jhi                                   on 2000/10/29  01:36:00
1850         Log: The #7476 needs a MANIFEST change, too.
1851      Branch: perl
1852            ! MANIFEST
1853 ____________________________________________________________________________
1854 [  7476] By: jhi                                   on 2000/10/29  01:35:21
1855         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
1856      Branch: perl
1857            - MAINTAIN
1858            ! AUTHORS Changes
1859 ____________________________________________________________________________
1860 [  7475] By: jhi                                   on 2000/10/28  23:57:25
1861         Log: De-quoted-unreadable to ISO Latin 1.
1862              (There's one ISO-2022-JP name in Changes5.004.)
1863      Branch: perl
1864            ! Changes Changes5.6
1865 ____________________________________________________________________________
1866 [  7474] By: jhi                                   on 2000/10/28  19:13:06
1867         Log: Subject: [ID 20001027.007] uniq array in perlfaq
1868              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
1869              Date: Fri, 27 Oct 2000 19:28:30 +0200
1870              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
1871      Branch: perl
1872            ! pod/perlfaq4.pod
1873 ____________________________________________________________________________
1874 [  7473] By: jhi                                   on 2000/10/28  18:02:05
1875         Log: Locking null mutexes is not recommendable.
1876              
1877              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
1878              From: Hugo <hv@crypt.compulink.co.uk>
1879              Date: Sat, 28 Oct 2000 18:41:12 +0100
1880              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
1881      Branch: perl
1882            ! op.c
1883 ____________________________________________________________________________
1884 [  7472] By: jhi                                   on 2000/10/28  17:52:58
1885         Log: Better create a true mailing list for the repository keepers.
1886      Branch: perl
1887            ! Porting/repository.pod
1888 ____________________________________________________________________________
1889 [  7471] By: jhi                                   on 2000/10/28  17:28:24
1890         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
1891              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
1892      Branch: perl
1893            + Porting/repository.pod
1894            ! MANIFEST
1895 ____________________________________________________________________________
1896 [  7470] By: jhi                                   on 2000/10/28  17:20:54
1897         Log: Subject: DOC PATCH 5.6.0
1898              From: mjd@plover.com
1899              Date: 27 Oct 2000 17:32:44 -0000
1900              Message-ID: <20001027173244.23754.qmail@plover.com>
1901      Branch: perl
1902            ! pod/perlfunc.pod
1903 ____________________________________________________________________________
1904 [  7469] By: jhi                                   on 2000/10/28  17:16:45
1905         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
1906              From: "Peter J. Farley III" <pjfarley@banet.net>
1907              Date: Fri, 27 Oct 2000 20:32:56 -0400
1908              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
1909      Branch: perl
1910            ! README.dos
1911 ____________________________________________________________________________
1912 [  7468] By: jhi                                   on 2000/10/28  17:07:18
1913         Log: Make target reordering to avoid pointless re-makes.
1914              
1915              Subject: Re: Total re-make of 'make okfile' after 7451 ?
1916              From: Nicholas Clark <nick@ccl4.org>
1917              Date: Sat, 28 Oct 2000 00:31:02 +0100
1918              Message-ID: <20001028003101.A54517@plum.flirble.org>
1919      Branch: perl
1920            ! Makefile.SH
1921 ____________________________________________________________________________
1922 [  7467] By: jhi                                   on 2000/10/28  17:05:31
1923         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
1924              From: lvirden@cas.org
1925              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
1926              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
1927      Branch: perl
1928            ! README.os2
1929 ____________________________________________________________________________
1930 [  7466] By: jhi                                   on 2000/10/28  16:09:16
1931         Log: Upgrade to CPAN 1.58_55.
1932              
1933              Subject: CPAN.pm status
1934              From: andreas.koenig@anima.de (Andreas J. Koenig) 
1935              Date: 28 Oct 2000 08:18:00 +0200 
1936              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
1937      Branch: perl
1938            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1939 ____________________________________________________________________________
1940 [  7465] By: jhi                                   on 2000/10/28  16:02:47
1941         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
1942      Branch: perl
1943            ! embed.h embed.pl perl.h proto.h toke.c
1944 ____________________________________________________________________________
1945 [  7464] By: nick                                  on 2000/10/28  10:43:44
1946         Log: Fix for sv_2iv() on "shared" value from keys %hash.
1947      Branch: perl
1948            ! sv.c
1949 ____________________________________________________________________________
1950 [  7463] By: jhi                                   on 2000/10/27  16:18:29
1951         Log: Update Changes.
1952      Branch: perl
1953            ! Changes patchlevel.h
1954 ____________________________________________________________________________
1955 [  7462] By: jhi                                   on 2000/10/27  16:17:44
1956         Log: Too enthusiastic editing in #7460.
1957      Branch: metaconfig
1958            ! U/modified/Oldsym.U
1959      Branch: perl
1960            ! Configure config_h.SH
1961 ____________________________________________________________________________
1962 [  7461] By: jhi                                   on 2000/10/27  15:37:38
1963         Log: Retract #7459, the script needs more work.
1964      Branch: perl
1965            - mkreef
1966            ! MANIFEST
1967 ____________________________________________________________________________
1968 [  7460] By: jhi                                   on 2000/10/27  15:23:14
1969         Log: Use $sort, $uniq (and $tr) consistently as wondered
1970              by Nicholas Clark.
1971      Branch: metaconfig
1972            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
1973            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
1974            ! U/modified/libc.U
1975      Branch: perl
1976            ! Configure config_h.SH
1977 ____________________________________________________________________________
1978 [  7459] By: jhi                                   on 2000/10/27  15:02:07
1979         Log: (Retracted by #7461)
1980              
1981              Add a shell script for creating/removing symbolic link farms,
1982              useful for keeping the source code read-only and doing the
1983              builds somewhere else.
1984      Branch: perl
1985            + mkreef
1986            ! MANIFEST
1987 ____________________________________________________________________________
1988 [  7458] By: jhi                                   on 2000/10/27  14:42:20
1989         Log: Do away with the fix_pl.
1990      Branch: perl
1991            - fix_pl
1992            ! MANIFEST Makefile.SH
1993 ____________________________________________________________________________
1994 [  7457] By: jhi                                   on 2000/10/27  12:43:13
1995         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
1996              From: Jens Hamisch <jens@Strawberry.COM>
1997              Date: Fri, 27 Oct 2000 14:38:21 +0200
1998              Message-Id: <20001027143821.B3366@Strawberry.COM>
1999      Branch: perl
2000            ! perl.h
2001 ____________________________________________________________________________
2002 [  7456] By: jhi                                   on 2000/10/27  12:33:42
2003         Log: Subject: [PATCH] todo
2004              From: Nicholas Clark <nick@ccl4.org>
2005              Date: Thu, 26 Oct 2000 22:32:29 +0100
2006              Message-ID: <20001026223229.A44540@plum.flirble.org>
2007      Branch: perl
2008            ! pod/perltodo.pod
2009 ____________________________________________________________________________
2010 [  7455] By: jhi                                   on 2000/10/27  12:02:21
2011         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
2012              From: John Tobey <jtobey@john-edwin-tobey.org>
2013              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
2014              Message-Id: <m13ozHF-000FObC@feynman.localnet>
2015      Branch: perl
2016            ! op.c t/pragma/sub_lval.t
2017 ____________________________________________________________________________
2018 [  7454] By: jhi                                   on 2000/10/27  11:59:42
2019         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
2020              From: sthoenna@efn.org
2021              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
2022              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
2023      Branch: perl
2024            ! pp.c t/op/assignwarn.t
2025 ____________________________________________________________________________
2026 [  7453] By: jhi                                   on 2000/10/27  00:15:08
2027         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
2028      Branch: perl
2029            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2030            ! ext/Storable/Storable.xs t/lib/st-lock.t
2031 ____________________________________________________________________________
2032 [  7452] By: jhi                                   on 2000/10/26  13:05:52
2033         Log: Undo #7451, this seems to be a deficiency in Perforce,
2034              there is no per-file line-terminator type, only per-client.
2035      Branch: perl
2036            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
2037            ! win32/makefile.mk
2038 ____________________________________________________________________________
2039 [  7451] By: jhi                                   on 2000/10/26  04:56:03
2040         Log: Experimenting in DOS arcana.
2041      Branch: perl
2042            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
2043            ! win32/makefile.mk
2044 ____________________________________________________________________________
2045 [  7450] By: jhi                                   on 2000/10/26  04:50:52
2046         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
2047              From: "Peter J. Farley III" <pjfarley@banet.net>            
2048              Date: Wed, 25 Oct 2000 23:10:18 -0400
2049              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
2050      Branch: perl
2051            ! t/io/open.t
2052 ____________________________________________________________________________
2053 [  7449] By: jhi                                   on 2000/10/26  04:49:16
2054         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
2055              From: Hugo <hv@crypt.compulink.co.uk>
2056              Date: Thu, 26 Oct 2000 01:55:17 +0100
2057              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
2058              
2059              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
2060      Branch: perl
2061            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
2062 ____________________________________________________________________________
2063 [  7448] By: jhi                                   on 2000/10/26  04:38:36
2064         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
2065              From: Peter Prymmer <pvhp@forte.com>
2066              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
2067              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
2068      Branch: perl
2069            ! configure.com
2070 ____________________________________________________________________________
2071 [  7447] By: jhi                                   on 2000/10/25  23:20:02
2072         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
2073              in platforms that strictly require all the symbols being present
2074              at link time.
2075      Branch: perl
2076            ! handy.h
2077 ____________________________________________________________________________
2078 [  7446] By: jhi                                   on 2000/10/25  21:55:57
2079         Log: Update Changes.
2080      Branch: perl
2081            ! Changes patchlevel.h
2082 ____________________________________________________________________________
2083 [  7445] By: jhi                                   on 2000/10/25  21:27:08
2084         Log: Integrate with vmsperl #7430 by Charles Bailey:
2085              
2086              Cleanup from prior patch (Charles Lane?):
2087              - improve handling of MFDs in Basename and Path
2088              - default to no xsubpp line # munging when building debug images
2089      Branch: perl
2090           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
2091 ____________________________________________________________________________
2092 [  7444] By: jhi                                   on 2000/10/25  21:03:50
2093         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
2094              From: John Peacock <JPeacock@UnivPress.com>
2095              Date: Thu, 18 May 2000 11:55:27 -0400
2096              Message-ID: <3924126F.A58BE57A@UnivPress.com>
2097      Branch: perl
2098            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
2099            ! t/op/write.t
2100 ____________________________________________________________________________
2101 [  7443] By: jhi                                   on 2000/10/25  20:43:10
2102         Log: Temporary stopgap for the self-tying issue: for now only
2103              array and hash self-ties are verboten.  The real fix, of
2104              course, would be to comprehensively test (and implement?)
2105              and debug (and document) self-ties.
2106      Branch: perl
2107            ! pod/perldiag.pod pp_sys.c t/op/tie.t
2108 ____________________________________________________________________________
2109 [  7442] By: jhi                                   on 2000/10/25  20:14:30
2110         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
2111              From: Dan Sugalski <dan@sidhe.org>
2112              Date: Wed, 25 Oct 2000 13:36:35 -0400
2113              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
2114              
2115              plus regen global.sym.
2116      Branch: perl
2117            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
2118            ! thrdvar.h util.c
2119 ____________________________________________________________________________
2120 [  7441] By: jhi                                   on 2000/10/25  20:12:20
2121         Log: buildtoc target tweaks.
2122      Branch: perl
2123            ! pod/Makefile.SH
2124 ____________________________________________________________________________
2125 [  7440] By: jhi                                   on 2000/10/25  20:03:53
2126         Log: A new version of making the syslog test more robust.
2127              (Replaces #7421.)
2128              
2129              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2130              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2131              Date: Wed, 25 Oct 2000 12:13:54 -0400
2132              Message-ID: <20001025121354.B2264@O2.chapin.edu>
2133      Branch: perl
2134            ! t/lib/syslog.t
2135 ____________________________________________________________________________
2136 [  7439] By: jhi                                   on 2000/10/25  20:00:48
2137         Log: Continue the internal UTF-8 API tweaking.
2138              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
2139              used much more than the simpler API, now called utf8_to_uv_simple().
2140              Still not quite happy with API, too much partial duplication
2141              of functionality.
2142      Branch: perl
2143            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
2144            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
2145            ! regcomp.c regexec.c sv.c toke.c utf8.c
2146 ____________________________________________________________________________
2147 [  7438] By: jhi                                   on 2000/10/25  18:52:30
2148         Log: Allow poking holes at the UTF-8 decoding strictness.
2149      Branch: perl
2150            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
2151            ! utf8.h
2152 ____________________________________________________________________________
2153 [  7437] By: jhi                                   on 2000/10/25  13:53:05
2154         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
2155              UTF8LEN() and UTF8SKIP(). 
2156      Branch: perl
2157            ! pp.c utf8.c utf8.h
2158 ____________________________________________________________________________
2159 [  7436] By: jhi                                   on 2000/10/25  13:51:37
2160         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
2161              From: Nicholas Clark <nick@ccl4.org>
2162              Date: Wed, 25 Oct 2000 14:44:05 +0100
2163              Message-ID: <20001025144404.D27253@plum.flirble.org>
2164      Branch: perl
2165            ! pod/perlrun.pod
2166 ____________________________________________________________________________
2167 [  7435] By: jhi                                   on 2000/10/25  13:49:32
2168         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
2169              From: Mike Guy <mjtg@cam.ac.uk>
2170              Date: Tue, 24 Oct 2000 14:59:40 +0100
2171              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
2172      Branch: perl
2173            ! scope.c
2174 ____________________________________________________________________________
2175 [  7434] By: jhi                                   on 2000/10/25  13:48:41
2176         Log: AIX is picky about its symbol exports.  Solution for now
2177              is to include the deb.o explicitly to the re extension build.
2178              
2179              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
2180              From: Peter Prymmer <pvhp@forte.com>
2181              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
2182              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
2183      Branch: perl
2184            ! ext/re/Makefile.PL hints/aix.sh
2185 ____________________________________________________________________________
2186 [  7433] By: jhi                                   on 2000/10/25  13:46:49
2187         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
2188              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2189              Date: Wed, 25 Oct 2000 12:02:20 +0200
2190              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
2191      Branch: perl
2192            ! perlsdio.h
2193 ____________________________________________________________________________
2194 [  7432] By: jhi                                   on 2000/10/25  13:44:28
2195         Log: Subject: Minor update to find2perl, for portability
2196              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
2197              Date: Wed, 25 Oct 2000 12:05:47 +0100
2198              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
2199      Branch: perl
2200            ! x2p/find2perl.PL
2201 ____________________________________________________________________________
2202 [  7431] By: jhi                                   on 2000/10/25  13:40:39
2203         Log: Add targets to Makefile.SH, most importantly
2204              'regen_all' which also remembers to update vms/perly*.
2205      Branch: perl
2206            ! Makefile.SH
2207 ____________________________________________________________________________
2208 [  7429] By: jhi                                   on 2000/10/24  20:03:40
2209         Log: Podify README.epoc and README.vos.
2210      Branch: perl
2211            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
2212            ! pod/perlport.pod pod/perltoc.pod
2213 ____________________________________________________________________________
2214 [  7428] By: jhi                                   on 2000/10/24  19:10:33
2215         Log: Stratus VOS updates from Paul Green.
2216      Branch: perl
2217            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2218            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
2219            - vos/config.def vos/config.h vos/config_h.SH_orig
2220            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
2221            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
2222 ____________________________________________________________________________
2223 [  7427] By: jhi                                   on 2000/10/24  18:59:48
2224         Log: Check if stdio supports tweaking lval and cnt simultaneously.
2225              
2226              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
2227              From: Nicholas Clark <nick@ccl4.org>
2228              Date: Mon, 23 Oct 2000 15:39:32 +0100
2229              Message-ID: <20001023153932.A10786@plum.flirble.org>
2230      Branch: metaconfig
2231            ! U/compline/d_stdstdio.U
2232      Branch: perl
2233            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2234            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
2235            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
2236            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
2237            ! vos/config.h vos/config_h.SH_orig win32/config.bc
2238            ! win32/config.gc win32/config.vc
2239 ____________________________________________________________________________
2240 [  7426] By: jhi                                   on 2000/10/24  17:57:44
2241         Log: Missed the header file changes from #7425.
2242      Branch: perl
2243            ! embed.h embed.pl objXSUB.h proto.h
2244 ____________________________________________________________________________
2245 [  7425] By: jhi                                   on 2000/10/24  17:55:17
2246         Log: Fix the bug reported in
2247              
2248              From: andreas.koenig@anima.de (Andreas J. Koenig)
2249              Subject: Encode bug?
2250              Date: 24 Oct 2000 14:01:26 +0200 
2251              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
2252              
2253              Also make is_utf8_char() stricter.
2254      Branch: perl
2255            ! ext/Encode/Encode.xs utf8.c
2256 ____________________________________________________________________________
2257 [  7424] By: jhi                                   on 2000/10/24  15:15:39
2258         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
2259              From: Peter Scott <Peter@PSDT.com>
2260              Date: Mon, 23 Oct 2000 19:46:01 -0700
2261              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
2262      Branch: perl
2263            ! pod/perlfaq5.pod
2264 ____________________________________________________________________________
2265 [  7423] By: jhi                                   on 2000/10/24  14:25:30
2266         Log: Test tweak to avoid pulling in the whole Config.
2267      Branch: perl
2268            ! t/lib/st-lock.t
2269 ____________________________________________________________________________
2270 [  7422] By: jhi                                   on 2000/10/24  14:03:16
2271         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
2272      Branch: perl
2273            ! pp.c
2274 ____________________________________________________________________________
2275 [  7421] By: jhi                                   on 2000/10/24  13:32:09
2276         Log: (Replaced by #7440.)
2277              
2278              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2279              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2280              Date: Mon, 23 Oct 2000 16:40:54 -0400
2281              Message-ID: <20001023164054.B14491@O2.chapin.edu>
2282      Branch: perl
2283            ! t/lib/syslog.t
2284 ____________________________________________________________________________
2285 [  7420] By: jhi                                   on 2000/10/24  13:30:53
2286         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
2287              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2288              Date: Mon, 23 Oct 2000 17:29:03 -0400
2289              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
2290      Branch: perl
2291            ! lib/ExtUtils/MM_Unix.pm
2292 ____________________________________________________________________________
2293 [  7419] By: jhi                                   on 2000/10/24  13:29:57
2294         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
2295              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2296              Date: Mon, 23 Oct 2000 19:01:32 -0400
2297              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
2298      Branch: perl
2299            ! utils/h2xs.PL
2300 ____________________________________________________________________________
2301 [  7418] By: jhi                                   on 2000/10/24  13:26:04
2302         Log: Replace #7409 with
2303              
2304              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
2305              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
2306              Date: Mon, 23 Oct 2000 20:08:56 +0200
2307              Message-ID: <20001023200855.A14850@nice.ram.loc>
2308      Branch: perl
2309            ! ext/Storable/Storable.pm t/lib/st-lock.t
2310 ____________________________________________________________________________
2311 [  7417] By: jhi                                   on 2000/10/24  13:17:52
2312         Log: Run vms/vms_yfix.pl, should have done that after changing
2313              perly.c in #7382.
2314      Branch: perl
2315            ! vms/perly_c.vms vms/perly_h.vms
2316 ____________________________________________________________________________
2317 [  7416] By: jhi                                   on 2000/10/24  02:55:33
2318         Log: Make the UTF-8 decoding stricter and more verbose when
2319              malformation happens.  This involved adding an argument
2320              to utf8_to_uv_chk(), which involved changing its prototype,
2321              and prefer STRLEN over I32 for the UTF-8 length, which as
2322              a domino effect necessitated changing the prototypes of
2323              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
2324              The stricter UTF-8 decoding checking uses Markus Kuhn's
2325              UTF-8 Decode Stress Tester from
2326              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
2327      Branch: perl
2328            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
2329            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
2330            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
2331            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
2332 ____________________________________________________________________________
2333 [  7415] By: jhi                                   on 2000/10/23  14:06:06
2334         Log: Update Changes.
2335      Branch: perl
2336            ! Changes patchlevel.h
2337 ____________________________________________________________________________
2338 [  7414] By: jhi                                   on 2000/10/23  12:39:52
2339         Log: Undo the basename() part of #7412 since the lib/basename
2340              tests would need upgrading too.
2341      Branch: perl
2342            ! lib/File/Basename.pm
2343 ____________________________________________________________________________
2344 [  7413] By: jhi                                   on 2000/10/23  12:19:27
2345         Log: Document PERL_INSTALL_ROOT of #7210.
2346      Branch: perl
2347            ! lib/ExtUtils/Install.pm
2348 ____________________________________________________________________________
2349 [  7412] By: jhi                                   on 2000/10/23  12:16:47
2350         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
2351      Branch: perl
2352            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
2353            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
2354 ____________________________________________________________________________
2355 [  7411] By: jhi                                   on 2000/10/23  12:07:41
2356         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
2357              From: Prymmer/Kahn <pvhp@best.com>
2358              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
2359              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
2360      Branch: perl
2361            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
2362 ____________________________________________________________________________
2363 [  7410] By: jhi                                   on 2000/10/23  04:10:11
2364         Log: The change #7187 was not so good on VMS.
2365              
2366              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
2367              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2368              Date: Sun, 22 Oct 2000 23:03:08 -0500
2369              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
2370      Branch: perl
2371            ! utils/perldoc.PL
2372 ____________________________________________________________________________
2373 [  7409] By: jhi                                   on 2000/10/23  03:57:36
2374         Log: Avoid Storable locking on DJGPP for now.
2375              
2376              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
2377              From: "Peter J. Farley III" <pjfarley@banet.net>
2378              Date: Sun, 22 Oct 2000 20:00:00 -0400
2379              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
2380      Branch: perl
2381            ! ext/Storable/Storable.pm t/lib/st-lock.t
2382 ____________________________________________________________________________
2383 [  7408] By: jhi                                   on 2000/10/23  03:50:24
2384         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
2385              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2386              Date: Sun, 22 Oct 2000 21:12:22 -0400
2387              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
2388      Branch: perl
2389            ! lib/vars.pm
2390 ____________________________________________________________________________
2391 [  7407] By: jhi                                   on 2000/10/23  03:43:12
2392         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
2393              From: Hugo <hv@crypt.compulink.co.uk>
2394              Date: Mon, 23 Oct 2000 00:47:22 +0100
2395              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
2396      Branch: perl
2397            ! regexec.c t/op/pat.t
2398 ____________________________________________________________________________
2399 [  7406] By: jhi                                   on 2000/10/23  03:40:29
2400         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
2401      Branch: perl
2402            ! lib/ExtUtils/MakeMaker.pm
2403 ____________________________________________________________________________
2404 [  7405] By: jhi                                   on 2000/10/22  21:32:00
2405         Log: Doc patch.
2406              
2407              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
2408              From: rspier@pobox.com (Robert Spier)
2409              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
2410              Message-ID: <14835.16112.13457.447971@rls.cx>
2411      Branch: perl
2412            ! lib/strict.pm
2413 ____________________________________________________________________________
2414 [  7404] By: jhi                                   on 2000/10/22  21:30:51
2415         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
2416              From: rspier@pobox.com (Robert Spier)
2417              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
2418              Message-ID: <14835.17223.72448.705566@rls.cx>
2419      Branch: perl
2420            ! lib/ExtUtils/MakeMaker.pm
2421 ____________________________________________________________________________
2422 [  7403] By: jhi                                   on 2000/10/22  21:24:11
2423         Log: Subject: [PATCH bleadperl] ripples from constsub patch
2424              From: John Tobey <jtobey@john-edwin-tobey.org>
2425              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
2426              Message-Id: <m13nSOB-000FObC@feynman.localnet>
2427      Branch: perl
2428            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
2429 ____________________________________________________________________________
2430 [  7402] By: jhi                                   on 2000/10/22  20:59:35
2431         Log: Support s?printf parameter reordering.
2432      Branch: perl
2433            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
2434 ____________________________________________________________________________
2435 [  7401] By: jhi                                   on 2000/10/22  19:19:14
2436         Log: Expand %Config variables only if explicitly so requested
2437              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
2438              
2439              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
2440              From: Gurusamy Sarathy <gsar@ActiveState.com>
2441              Date: Sun, 22 Oct 2000 11:47:32 -0700
2442              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
2443      Branch: perl
2444            ! Makefile.SH lib/lib_pm.PL
2445 ____________________________________________________________________________
2446 [  7400] By: jhi                                   on 2000/10/22  18:24:10
2447         Log: Move the #7390 test from warn/op to comp/redef.
2448              
2449              Subject: Re: Creating const subs for constants.
2450              From: John Tobey <jtobey@john-edwin-tobey.org>
2451              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
2452              Message-Id: <m13nG72-000FObC@feynman.localnet>               
2453      Branch: perl
2454            ! t/comp/redef.t t/pragma/warn/op
2455 ____________________________________________________________________________
2456 [  7399] By: jhi                                   on 2000/10/22  17:49:59
2457         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
2458              From: Nicholas Clark <nick@ccl4.org>
2459              Date: Sat, 21 Oct 2000 22:23:19 +0100
2460              Message-ID: <20001021222319.B45586@plum.flirble.org>
2461      Branch: perl
2462            ! ext/DynaLoader/DynaLoader_pm.PL
2463 ____________________________________________________________________________
2464 [  7398] By: jhi                                   on 2000/10/22  17:47:35
2465         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
2466              From: Hugo <hv@crypt.compulink.co.uk>
2467              Date: Sat, 21 Oct 2000 18:19:59 +0100
2468              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
2469      Branch: perl
2470            ! ext/B/B.pm ext/B/B/C.pm
2471 ____________________________________________________________________________
2472 [  7397] By: jhi                                   on 2000/10/22  17:35:18
2473         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
2474              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2475              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
2476              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
2477      Branch: perl
2478            ! hints/openbsd.sh
2479 ____________________________________________________________________________
2480 [  7396] By: jhi                                   on 2000/10/22  17:19:46
2481         Log: Subject: installman go-faster stripes
2482              From: Nicholas Clark <nick@talking.bollo.cx>
2483              Date: Sat, 21 Oct 2000 17:24:53 +0100
2484              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
2485              
2486              Subject: Re: installman go-faster stripes
2487              From: Russ Allbery <rra@stanford.edu>
2488              Date: 21 Oct 2000 11:04:13 -0700
2489              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
2490      Branch: perl
2491            ! installman pod/pod2man.PL
2492 ____________________________________________________________________________
2493 [  7395] By: jhi                                   on 2000/10/22  17:17:35
2494         Log: Hints tweak from Anton Berezin.
2495      Branch: perl
2496            ! hints/freebsd.sh
2497 ____________________________________________________________________________
2498 [  7394] By: jhi                                   on 2000/10/22  04:50:04
2499         Log: Tweak the Is* definitions of Unicode character classes
2500              to better match the official categorizations; embrace
2501              the official categorizations; add the combining marks
2502              as alpha (and -numeric); fix DCinital (a typo and edito)
2503              to be DCmedial.
2504      Branch: perl
2505            + lib/unicode/Is/DCmedial.pl
2506            - lib/unicode/Is/DCinital.pl
2507            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
2508            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
2509            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
2510            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
2511 ____________________________________________________________________________
2512 [  7393] By: jhi                                   on 2000/10/21  18:06:05
2513         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
2514              From: Daniel Chetlin <daniel@chetlin.com>
2515              Date: Sat, 21 Oct 2000 02:57:03 -0700
2516              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
2517      Branch: perl
2518            + t/lib/tie-splice.t
2519            ! MANIFEST lib/Tie/Array.pm
2520 ____________________________________________________________________________
2521 [  7391] By: jhi                                   on 2000/10/21  14:37:49
2522         Log: Testcases for a #7383,#7385 related bug.
2523              
2524              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
2525              From: Nicholas Clark <nick@ccl4.org>
2526              Date: Sat, 21 Oct 2000 15:04:51 +0100
2527              Message-ID: <20001021150451.A51566@plum.flirble.org>
2528      Branch: perl
2529            ! t/pragma/utf8.t
2530 ____________________________________________________________________________
2531 [  7390] By: jhi                                   on 2000/10/21  14:35:57
2532         Log: Add a testcase for #7389.
2533      Branch: perl
2534            ! t/pragma/warn/op
2535 ____________________________________________________________________________
2536 [  7389] By: jhi                                   on 2000/10/21  14:26:45
2537         Log: Subject: Re: Creating const subs for constants.
2538              From: John Tobey <jtobey@john-edwin-tobey.org>
2539              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
2540              Message-Id: <m13mo0N-000FObC@feynman.localnet>
2541      Branch: perl
2542            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
2543            ! proto.h sv.c
2544 ____________________________________________________________________________
2545 [  7386] By: jhi                                   on 2000/10/21  01:31:12
2546         Log: Update Changes.
2547      Branch: perl
2548            ! Changes patchlevel.h
2549 ____________________________________________________________________________
2550 [  7385] By: jhi                                   on 2000/10/21  01:28:42
2551         Log: The #7383 was right only in the context of the original bug report,
2552              not in more general case.
2553      Branch: perl
2554            ! pp_hot.c
2555 ____________________________________________________________________________
2556 [  7384] By: jhi                                   on 2000/10/21  01:08:23
2557         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
2558      Branch: perl
2559            ! ext/IO/lib/IO/Select.pm
2560 ____________________________________________________________________________
2561 [  7383] By: jhi                                   on 2000/10/21  00:44:18
2562         Log: Fix for ID 20001020.006, concatenating an unset submatch
2563              with utf8 resulted in "Modification of a read-only value".
2564      Branch: perl
2565            ! pp_hot.c t/pragma/utf8.t
2566 ____________________________________________________________________________
2567 [  7382] By: jhi                                   on 2000/10/20  20:44:31
2568         Log: Make scan_num() reëntrant, as suggested in
2569              
2570              Subject: [PATCH perl@7229] Rentrant parser and yylex()
2571              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2572              Date: Fri, 20 Oct 2000 14:17:27 +0100
2573              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
2574      Branch: perl
2575            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
2576            ! toke.c
2577 ____________________________________________________________________________
2578 [  7381] By: jhi                                   on 2000/10/20  20:07:29
2579         Log: Reëntrancy fix.
2580              
2581              Subject: [PATCH perl@7229] Rentrant parser and yylex()
2582              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
2583              Date: Fri, 20 Oct 2000 14:17:27 +0100
2584              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
2585      Branch: perl
2586            ! embed.h embed.pl perl.h proto.h toke.c
2587 ____________________________________________________________________________
2588 [  7380] By: jhi                                   on 2000/10/20  19:15:54
2589         Log: Don't write double values through long double pointers,
2590              based on a part of
2591              
2592              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
2593              From: Jens Hamisch <jens@Strawberry.COM>
2594              Date: Tue, 17 Oct 2000 08:39:36 +0200
2595              Message-Id: <20001017083936.A11104@Strawberry.COM>
2596      Branch: perl
2597            ! perl.h pp.c
2598 ____________________________________________________________________________
2599 [  7379] By: jhi                                   on 2000/10/20  18:43:37
2600         Log: Portability tweak on #7377.
2601              
2602              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
2603              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2604              Date:     Fri, 20 Oct 2000 13:13:41 EDT
2605              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
2606      Branch: perl
2607            ! t/lib/dprof.t
2608 ____________________________________________________________________________
2609 [  7378] By: jhi                                   on 2000/10/20  12:57:19
2610         Log: SOCKS function redefinitions need prototypes, too, otherwise
2611              for example 32 bit versus 64 bit differences cause a lot of
2612              problems.  Part of
2613              
2614              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
2615              From: Jens Hamisch <jens@Strawberry.COM>
2616              Date: Tue, 17 Oct 2000 08:39:36 +0200
2617              Message-Id: <20001017083936.A11104@Strawberry.COM>
2618      Branch: perl
2619            ! doio.c pp_sys.c
2620 ____________________________________________________________________________
2621 [  7377] By: jhi                                   on 2000/10/20  12:37:12
2622         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
2623              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2624              Date:     Fri, 20 Oct 2000 08:26:04 EDT
2625              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
2626      Branch: perl
2627            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
2628 ____________________________________________________________________________
2629 [  7376] By: jhi                                   on 2000/10/20  12:35:31
2630         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
2631              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2632              Date:     Fri, 20 Oct 2000 07:48:15 EDT
2633              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
2634      Branch: perl
2635            ! configure.com vms/gen_shrfls.pl
2636 ____________________________________________________________________________
2637 [  7374] By: jhi                                   on 2000/10/20  00:59:48
2638         Log: In the latest compiler builds cccdlflags must not become -fpic,
2639              from Wilfredo Sánchez.
2640      Branch: perl
2641            ! hints/darwin.sh
2642 ____________________________________________________________________________
2643 [  7373] By: jhi                                   on 2000/10/20  00:56:35
2644         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
2645              From: Tony Cook <tony@develop-help.com>
2646              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
2647              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
2648      Branch: perl
2649            ! pod/perlop.pod
2650 ____________________________________________________________________________
2651 [  7372] By: jhi                                   on 2000/10/19  19:34:40
2652         Log: Typo noted by Mark Lutz.
2653      Branch: perl
2654            ! t/op/64bitint.t
2655 ____________________________________________________________________________
2656 [  7371] By: jhi                                   on 2000/10/19  19:33:13
2657         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
2658      Branch: metaconfig
2659            ! U/modified/Cppsym.U U/modified/Oldconfig.U
2660      Branch: metaconfig/U/perl
2661            ! End.U dlsrc.U libperl.U
2662      Branch: perl
2663            + hints/nonstopux.sh
2664            ! Configure MANIFEST config_h.SH
2665 ____________________________________________________________________________
2666 [  7370] By: jhi                                   on 2000/10/19  17:18:08
2667         Log: Subject: PATCH do_print has 2 PerlIO_error()s
2668              From: nick@ccl4.org
2669              Date: Thu, 19 Oct 2000 18:09:20 +0100
2670              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
2671      Branch: perl
2672            ! doio.c
2673 ____________________________________________________________________________
2674 [  7369] By: jhi                                   on 2000/10/19  14:01:49
2675         Log: Update Changes.
2676      Branch: perl
2677            ! Changes patchlevel.h
2678 ____________________________________________________________________________
2679 [  7368] By: jhi                                   on 2000/10/19  13:04:29
2680         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
2681              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2682              Date: Wed, 18 Oct 2000 13:12:01 +0200
2683              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
2684      Branch: perl
2685            ! hints/aix.sh
2686 ____________________________________________________________________________
2687 [  7367] By: jhi                                   on 2000/10/19  02:22:40
2688         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
2689              of a 'pmshort' anywhere in the B, so the offending line was simply
2690              removed.
2691      Branch: perl
2692            ! ext/B/B/Debug.pm
2693 ____________________________________________________________________________
2694 [  7366] By: jhi                                   on 2000/10/19  02:12:37
2695         Log: Add the test case for the bug id 20000730.004 which seems
2696              to have been fixed by now.
2697      Branch: perl
2698            ! t/pragma/utf8.t
2699 ____________________________________________________________________________
2700 [  7365] By: jhi                                   on 2000/10/18  23:36:24
2701         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
2702              From: Hugo <hv@crypt.compulink.co.uk>
2703              Date: Wed, 18 Oct 2000 23:25:58 +0100
2704              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
2705      Branch: perl
2706            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
2707 ____________________________________________________________________________
2708 [  7364] By: jhi                                   on 2000/10/18  21:12:53
2709         Log: (retracted)
2710      Branch: perl
2711            ! pp.c
2712 ____________________________________________________________________________
2713 [  7363] By: jhi                                   on 2000/10/18  20:55:38
2714         Log: Missing change from #7362.
2715      Branch: perl
2716            ! win32/perlhost.h
2717 ____________________________________________________________________________
2718 [  7362] By: jhi                                   on 2000/10/18  20:52:01
2719         Log: Borland C fstat() never saw the fd as writable.
2720              
2721              Subject: fix for Borland's weak "stat" (perl@7211)
2722              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2723              Date: Mon, 16 Oct 2000 09:55:03 +0400
2724              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
2725      Branch: perl
2726            ! win32/win32.c
2727 ____________________________________________________________________________
2728 [  7361] By: jhi                                   on 2000/10/18  17:43:50
2729         Log: Regen toc.
2730      Branch: perl
2731            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
2732 ____________________________________________________________________________
2733 [  7360] By: jhi                                   on 2000/10/18  17:07:44
2734         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2735              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
2736              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
2737              Date: Mon, 16 Oct 2000 15:19:49 +0200
2738      Branch: perl
2739            + README.aix
2740            ! MANIFEST
2741 ____________________________________________________________________________
2742 [  7359] By: jhi                                   on 2000/10/18  17:04:49
2743         Log: Subject: Pod patch for Devel::Peek
2744              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2745              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
2746              Date: Mon, 16 Oct 2000 12:26:34 +0200
2747      Branch: perl
2748            ! ext/Devel/Peek/Peek.pm
2749 ____________________________________________________________________________
2750 [  7358] By: jhi                                   on 2000/10/18  17:03:15
2751         Log: Make Cwd more bulletproof in chrooted environments.
2752              
2753              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
2754              From: "Eric E. Coe" <Eric.Coe@oracle.com>
2755              Date: Wed, 18 Oct 2000 04:03:54 -0400
2756              Message-Id: <39ED596A.70E599FE@oracle.com>
2757      Branch: perl
2758            ! lib/Cwd.pm
2759 ____________________________________________________________________________
2760 [  7357] By: jhi                                   on 2000/10/18  16:37:26
2761         Log: Disable the UTF8 downgrade croakage for now to avoid
2762              too many not okay messages.
2763      Branch: perl
2764            ! doio.c
2765 ____________________________________________________________________________
2766 [  7356] By: jhi                                   on 2000/10/17  23:29:41
2767         Log: Show the failed remote port, instead of the failing line number.
2768              
2769              Subject: [PATCH 5.6.1 Debugger] More diagnostics
2770              From: David Sparks <daves@ActiveState.com>
2771              Date: Tue, 17 Oct 2000 15:00:24 -0700
2772              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
2773      Branch: perl
2774            ! lib/perl5db.pl
2775 ____________________________________________________________________________
2776 [  7355] By: jhi                                   on 2000/10/17  14:11:31
2777         Log: On output try to downgrade to bytes, croak if impossible,
2778              from Simon Cozens.  This means that outputting >255 UTF8
2779              is impossible.  Consider this as a strong incentive to get
2780              the I/O disciplines implemented.
2781      Branch: perl
2782            ! doio.c pod/perldiag.pod sv.c
2783 ____________________________________________________________________________
2784 [  7354] By: jhi                                   on 2000/10/17  13:42:23
2785         Log: Clarify documentation on 'use bytes'.
2786              
2787              Subject: Re: What does 'use bytes' "mean" ?
2788              From: Simon Cozens <simon@cozens.net>
2789              Date: Mon, 18 Sep 2000 18:24:25 +0100
2790              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
2791      Branch: perl
2792            ! lib/bytes.pm
2793 ____________________________________________________________________________
2794 [  7353] By: jhi                                   on 2000/10/17  13:28:12
2795         Log: Workaround for a sfio bug where the stream error indicator
2796              is not cleared as documented.
2797              
2798              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
2799              From: Nicholas Clark <nick@ccl4.org>
2800              Date: Mon, 16 Oct 2000 18:28:23 +0100
2801              Message-ID: <20001016182823.J19700@plum.flirble.org>
2802      Branch: perl
2803            ! doio.c
2804 ____________________________________________________________________________
2805 [  7352] By: jhi                                   on 2000/10/17  13:06:19
2806         Log: More IoTYPE sprinkling.
2807      Branch: perl
2808            ! doio.c pp_hot.c
2809 ____________________________________________________________________________
2810 [  7351] By: jhi                                   on 2000/10/16  22:47:07
2811         Log: Detect early whether the std streams have gone bad.
2812              
2813              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
2814              Date: Mon, 16 Oct 2000 23:28:42 +0100
2815              From: Nicholas Clark <nick@ccl4.org>
2816              Message-ID: <20001016232842.A37942@plum.flirble.org>
2817      Branch: perl
2818            ! t/op/misc.t
2819 ____________________________________________________________________________
2820 [  7350] By: jhi                                   on 2000/10/16  22:45:16
2821         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
2822              From: "Peter J. Farley III" <pjfarley@banet.net>
2823              Date: Mon, 16 Oct 2000 18:15:59 -0400
2824              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
2825      Branch: perl
2826            ! djgpp/djgpp.c dosish.h t/io/open.t
2827 ____________________________________________________________________________
2828 [  7349] By: jhi                                   on 2000/10/16  22:36:45
2829         Log: perldelta tweak.
2830      Branch: perl
2831            ! pod/perldelta.pod
2832 ____________________________________________________________________________
2833 [  7348] By: jhi                                   on 2000/10/16  15:17:53
2834         Log: Update Changes.
2835      Branch: perl
2836            ! Changes patchlevel.h
2837 ____________________________________________________________________________
2838 [  7347] By: jhi                                   on 2000/10/16  13:55:27
2839         Log: Add the capability to include/exclude branches.
2840      Branch: perl
2841            ! Porting/genlog
2842 ____________________________________________________________________________
2843 [  7346] By: jhi                                   on 2000/10/16  13:18:04
2844         Log: Add Charles Lane.
2845      Branch: perl
2846            ! AUTHORS Changes
2847 ____________________________________________________________________________
2848 [  7345] By: jhi                                   on 2000/10/16  13:13:21
2849         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
2850      Branch: perl
2851            ! pod/perldelta.pod
2852 ____________________________________________________________________________
2853 [  7244] By: jhi                                   on 2000/10/16  02:29:54
2854         Log: Subject: $Carp::ExportLevel confusion in Exporter
2855              From: "Ben Tilly" <ben_tilly@hotmail.com>
2856              Date: Sat, 14 Oct 2000 16:44:34 EDT
2857              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
2858      Branch: perl
2859            ! lib/Exporter/Heavy.pm
2860 ____________________________________________________________________________
2861 [  7243] By: jhi                                   on 2000/10/16  02:28:33
2862         Log: Subject: [PATCH perlguts.pod] Document offset hack
2863              From: Simon Cozens <simon@cozens.net>
2864              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
2865              Date: Sat, 14 Oct 2000 19:32:25 +0100
2866      Branch: perl
2867            ! pod/perlguts.pod
2868 ____________________________________________________________________________
2869 [  7241] By: jhi                                   on 2000/10/16  02:22:44
2870         Log: Subject: small pod patch
2871              From: Dan Boorstein <dan_boo@bellsouth.net>
2872              Date: Sat, 14 Oct 2000 14:29:24 -0400
2873              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
2874      Branch: perl
2875            ! pod/perlfaq7.pod pod/perlmod.pod
2876 ____________________________________________________________________________
2877 [  7240] By: jhi                                   on 2000/10/16  02:13:46
2878         Log: -w cleanup.
2879              
2880              Subject: Re: Problems with bleadperl 
2881              From: "Stephen P. Potter" <spp@ds.net>
2882              Date: Fri, 13 Oct 2000 13:32:49 -0400
2883              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
2884      Branch: perl
2885            ! t/pragma/overload.t
2886 ____________________________________________________________________________
2887 [  7239] By: jhi                                   on 2000/10/16  01:41:18
2888         Log: One more ~utf8 tweak.
2889      Branch: perl
2890            ! t/op/bop.t
2891 ____________________________________________________________________________
2892 [  7238] By: jhi                                   on 2000/10/16  01:34:14
2893         Log: Tweak the test of #7235.
2894      Branch: perl
2895            ! t/op/bop.t
2896 ____________________________________________________________________________
2897 [  7237] By: jhi                                   on 2000/10/16  01:25:04
2898         Log: Fix a couple of compiler-noted nits in #7235.
2899      Branch: perl
2900            ! pp.c
2901 ____________________________________________________________________________
2902 [  7236] By: jhi                                   on 2000/10/16  01:22:46
2903         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
2904      Branch: perl
2905            ! pp.c pp_hot.c
2906 ____________________________________________________________________________
2907 [  7235] By: jhi                                   on 2000/10/15  16:24:44
2908         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2909              
2910              From: Simon Cozens <simon@cozens.net>
2911              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
2912              Date: Sat, 14 Oct 2000 20:52:13 +0100
2913              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
2914      Branch: perl
2915            ! pp.c t/op/bop.t utf8.h
2916 ____________________________________________________________________________
2917 [  7234] By: jhi                                   on 2000/10/15  15:19:29
2918         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
2919              The problem was that rx->minlen was in chars while pp_split()
2920              thought it would be in bytes. 
2921      Branch: perl
2922            ! pp.c t/pragma/utf8.t
2923 ____________________________________________________________________________
2924 [  7233] By: jhi                                   on 2000/10/14  20:24:24
2925         Log: Document FNCASE=y as discussed in the bug 20000902.009.
2926      Branch: perl
2927            ! README.dos
2928 ____________________________________________________________________________
2929 [  7232] By: jhi                                   on 2000/10/14  18:52:21
2930         Log: Add test for bug id 20000427.003 (which seems to have
2931              been fixed) (also duplicate as 20000427.004, though
2932              with a higher severity).  Move one utf8 from op/append
2933              to pragma/utf8, tag the tests with bug ids.
2934      Branch: perl
2935            ! t/op/append.t t/pragma/utf8.t
2936 ____________________________________________________________________________
2937 [  7231] By: jhi                                   on 2000/10/14  17:28:37
2938         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
2939      Branch: perl
2940            ! t/pragma/utf8.t
2941 ____________________________________________________________________________
2942 [  7230] By: jhi                                   on 2000/10/14  14:24:50
2943         Log: Needs to be conditional on SunOS 4.
2944              
2945              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
2946              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2947              Date: Sat, 14 Oct 2000 13:37:49 +0100
2948              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
2949      Branch: metaconfig/U/perl
2950            ! End.U
2951      Branch: perl
2952            ! Configure myconfig.SH pod/perldelta.pod
2953 ____________________________________________________________________________
2954 [  7229] By: jhi                                   on 2000/10/14  00:49:22
2955         Log: Update Changes.
2956      Branch: perl
2957            ! Changes patchlevel.h
2958 ____________________________________________________________________________
2959 [  7228] By: jhi                                   on 2000/10/14  00:46:10
2960         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
2961              From: Peter Prymmer <pvhp@forte.com>
2962              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
2963              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
2964      Branch: perl
2965            ! lib/utf8.pm
2966 ____________________________________________________________________________
2967 [  7227] By: jhi                                   on 2000/10/13  23:20:30
2968         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
2969      Branch: perl
2970            ! t/op/tie.t
2971 ____________________________________________________________________________
2972 [  7226] By: jhi                                   on 2000/10/13  22:14:32
2973         Log: Tweak #7225.
2974              
2975              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
2976              From: Peter Prymmer <pvhp@forte.com>
2977              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
2978              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
2979      Branch: perl
2980            ! t/op/sprintf.t
2981 ____________________________________________________________________________
2982 [  7225] By: jhi                                   on 2000/10/13  22:11:31
2983         Log: op/sprintf.t patch for OS/390 (and any other host with limited
2984              floating-point exponent length)
2985              
2986              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
2987              From: Dominic Dunlop <domo@computer.org>
2988              Date: Fri, 13 Oct 2000 19:17:57 +0200
2989              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
2990      Branch: perl
2991            ! t/op/sprintf.t
2992 ____________________________________________________________________________
2993 [  7224] By: jhi                                   on 2000/10/13  18:40:48
2994         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
2995      Branch: perl
2996            ! toke.c
2997 ____________________________________________________________________________
2998 [  7223] By: jhi                                   on 2000/10/13  18:37:13
2999         Log: Thinko in #7222.
3000      Branch: perl
3001            ! utf8.c
3002 ____________________________________________________________________________
3003 [  7222] By: jhi                                   on 2000/10/13  18:05:23
3004         Log: Use UTF8SKIP(), from Simon Cozens.
3005      Branch: perl
3006            ! utf8.c
3007 ____________________________________________________________________________
3008 [  7221] By: jhi                                   on 2000/10/13  15:43:19
3009         Log: (accidentally empty check-in)
3010      Branch: perl
3011            ! utf8.c
3012 ____________________________________________________________________________
3013 [  7220] By: jhi                                   on 2000/10/13  15:23:51
3014         Log: Add (optimistically) Storable to static extensions.
3015      Branch: perl
3016            ! hints/uwin.sh hints/vmesa.sh
3017 ____________________________________________________________________________
3018 [  7219] By: jhi                                   on 2000/10/13  15:20:05
3019         Log: Amdahl UTS doesn't seem to do dynaloading.
3020      Branch: perl
3021            ! hints/uts.sh
3022 ____________________________________________________________________________
3023 [  7218] By: jhi                                   on 2000/10/13  15:15:20
3024         Log: Slight tweak of the code to appease Amdahl UTS cc.
3025      Branch: perl
3026            ! pp.c
3027 ____________________________________________________________________________
3028 [  7217] By: jhi                                   on 2000/10/13  14:50:42
3029         Log: In Amdahl UTS "struct sv" is defined by a system header,
3030              <ksync.h>.
3031      Branch: perl
3032            ! perl.h sv.h
3033 ____________________________________________________________________________
3034 [  7216] By: jhi                                   on 2000/10/13  11:58:25
3035         Log: Ilya implemented the memory profiling API.
3036      Branch: perl
3037            ! Todo
3038 ____________________________________________________________________________
3039 [  7215] By: jhi                                   on 2000/10/13  02:56:38
3040         Log: Subject: [PATCH 5.7.0] Perl API for mstats
3041              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3042              Date: Thu, 12 Oct 2000 22:52:40 -0400
3043              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
3044      Branch: perl
3045            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
3046 ____________________________________________________________________________
3047 [  7214] By: jhi                                   on 2000/10/13  02:55:38
3048         Log: Subject: [PATCH 5.7.0] IVs in mtats
3049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3050              Date: Thu, 12 Oct 2000 22:51:04 -0400
3051              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
3052      Branch: perl
3053            ! malloc.c perl.h
3054 ____________________________________________________________________________
3055 [  7213] By: jhi                                   on 2000/10/13  02:31:47
3056         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
3057      Branch: perl
3058            ! pod/perldiag.pod pp_sys.c
3059 ____________________________________________________________________________
3060 [  7212] By: jhi                                   on 2000/10/13  01:27:38
3061         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
3062              From: Peter Prymmer <pvhp@forte.com>
3063              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
3064              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
3065      Branch: perl
3066            ! t/op/oct.t
3067 ____________________________________________________________________________
3068 [  7211] By: jhi                                   on 2000/10/13  00:35:09
3069         Log: Update Changes.
3070      Branch: perl
3071            ! Changes patchlevel.h
3072 ____________________________________________________________________________
3073 [  7210] By: jhi                                   on 2000/10/12  23:59:40
3074         Log: The Install.pm third of
3075              
3076              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
3077              From: Bill Campbell <bill@celestial.com>
3078              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
3079              Date: Thu, 5 Oct 2000 18:04:51 -0700
3080      Branch: perl
3081            ! lib/ExtUtils/Install.pm
3082 ____________________________________________________________________________
3083 [  7209] By: jhi                                   on 2000/10/12  23:58:43
3084         Log: Two thirds of
3085              
3086              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
3087              Date: Thu, 5 Oct 2000 18:04:51 -0700
3088              From: Bill Campbell <bill@celestial.com>
3089              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
3090              
3091              The Install.pm changes will be submitted separately because
3092              they need some work and discussion still.
3093      Branch: perl
3094            ! lib/getopts.pl lib/termcap.pl
3095 ____________________________________________________________________________
3096 [  7208] By: jhi                                   on 2000/10/12  23:41:19
3097         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
3098              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3099              Date:     Thu, 12 Oct 2000 07:30:02 EDT
3100              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
3101      Branch: perl
3102            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
3103            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
3104 ____________________________________________________________________________
3105 [  7207] By: jhi                                   on 2000/10/12  23:39:01
3106         Log: An updated EBCDIC tr patch.
3107              
3108              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
3109              From: Peter Prymmer <pvhp@forte.com>
3110              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
3111              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
3112      Branch: perl
3113            ! t/op/tr.t
3114 ____________________________________________________________________________
3115 [  7206] By: jhi                                   on 2000/10/12  23:34:55
3116         Log: Upgrade to CPAN 1.58, from Andreas König.
3117      Branch: perl
3118            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3119 ____________________________________________________________________________
3120 [  7205] By: jhi                                   on 2000/10/12  23:29:08
3121         Log: Introduce the man[24-8] variables, from Andy Dougherty.
3122      Branch: metaconfig/U/perl
3123            + mandirs.U mandirstyle.U
3124      Branch: perl
3125            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3126            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
3127            ! vos/config.h vos/config.pl vos/config_h.SH_orig
3128            ! win32/config.bc win32/config.gc win32/config.vc
3129 ____________________________________________________________________________
3130 [  7204] By: gsar                                  on 2000/10/12  18:11:24
3131         Log: restore change#7202
3132      Branch: perl
3133            ! mg.c
3134 ____________________________________________________________________________
3135 [  7203] By: gsar                                  on 2000/10/12  18:09:40
3136         Log: another test of the Emergency Broadcast System--back out 
3137              change#7202
3138      Branch: perl
3139            ! mg.c
3140 ____________________________________________________________________________
3141 [  7202] By: gsar                                  on 2000/10/12  16:40:47
3142         Log: (submitted on behalf of Jarkko)
3143              Fix the lib/encode.t subtest 6 failure as reported by Andreas
3144              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
3145              was unearthed by change 7182, as was a bug in HTML::Entities.
3146      Branch: perl
3147            ! mg.c
3148 ____________________________________________________________________________
3149 [  7201] By: jhi                                   on 2000/10/11  03:16:05
3150         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
3151      Branch: perl
3152            ! pp_hot.c t/pragma/utf8.t
3153 ____________________________________________________________________________
3154 [  7200] By: jhi                                   on 2000/10/11  00:40:30
3155         Log: The #7198 was a false alarm.
3156      Branch: perl
3157            ! pp_hot.c
3158 ____________________________________________________________________________
3159 [  7199] By: jhi                                   on 2000/10/11  00:26:04
3160         Log: Remove duplicated code.
3161      Branch: perl
3162            ! t/lib/cgi-html.t
3163 ____________________________________________________________________________
3164 [  7198] By: jhi                                   on 2000/10/10  23:30:46
3165         Log: (Retracted by #7200.)
3166      Branch: perl
3167            ! pp_hot.c
3168 ____________________________________________________________________________
3169 [  7197] By: jhi                                   on 2000/10/10  21:49:30
3170         Log: Add the test case for #7190, from the original bug report
3171              by Andreas König.
3172      Branch: perl
3173            ! t/pragma/utf8.t
3174 ____________________________________________________________________________
3175 [  7196] By: jhi                                   on 2000/10/10  21:40:49
3176         Log: Reapply Andy's patch and regen Configure.
3177      Branch: perl
3178            ! Configure INSTALL Makefile.SH Porting/Glossary
3179            ! Porting/config.sh config_h.SH epoc/config.sh installperl
3180            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
3181            ! win32/config.vc
3182 ____________________________________________________________________________
3183 [  7195] By: jhi                                   on 2000/10/10  21:09:30
3184         Log: Use the versiononly instead of the installscripts,
3185              retract the changes 7146 and 7147.
3186      Branch: perl
3187            ! Configure INSTALL Makefile.SH Porting/Glossary
3188            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
3189            ! installperl uconfig.sh vos/config.def win32/config.bc
3190            ! win32/config.gc win32/config.vc
3191 ____________________________________________________________________________
3192 [  7194] By: jhi                                   on 2000/10/10  21:06:15
3193         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
3194              From: Peter Prymmer <pvhp@forte.com>
3195              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
3196              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
3197      Branch: perl
3198            ! t/op/ver.t
3199 ____________________________________________________________________________
3200 [  7193] By: jhi                                   on 2000/10/10  21:05:12
3201         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
3202              From: Peter Prymmer <pvhp@forte.com>
3203              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
3204              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
3205      Branch: perl
3206            ! t/op/tr.t
3207 ____________________________________________________________________________
3208 [  7191] By: jhi                                   on 2000/10/10  19:41:21
3209         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
3210              From: Peter Prymmer <pvhp@forte.com>
3211              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
3212              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
3213      Branch: perl
3214            ! pod/perlebcdic.pod
3215 ____________________________________________________________________________
3216 [  7190] By: jhi                                   on 2000/10/10  19:26:14
3217         Log: Subject: Re: utf8 concat, mg_get
3218              From: Simon Cozens <simon@cozens.net>
3219              Date: Tue, 10 Oct 2000 17:40:17 +0100
3220              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
3221      Branch: perl
3222            ! pp_hot.c
3223 ____________________________________________________________________________
3224 [  7189] By: jhi                                   on 2000/10/10  19:23:03
3225         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
3226              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
3227              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
3228              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
3229      Branch: perl
3230            ! lib/ExtUtils/MM_Unix.pm
3231 ____________________________________________________________________________
3232 [  7188] By: jhi                                   on 2000/10/10  15:31:24
3233         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
3234              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
3235              Date: Fri, 14 Jul 2000 10:47:36 +0100
3236              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
3237      Branch: perl
3238            ! README.win32
3239 ____________________________________________________________________________
3240 [  7187] By: jhi                                   on 2000/10/10  13:30:10
3241         Log: Quote the temp file name, needed in Win32 because the
3242              default name unfortunately contains spaces, shouldn't
3243              hurt elsewhere.
3244              
3245              Subject: FW: perldoc fails if $TEMP contains spaces
3246              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
3247              Date: Thu, 14 Sep 2000 08:58:45 +0100
3248              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
3249      Branch: perl
3250            ! utils/perldoc.PL
3251 ____________________________________________________________________________
3252 [  7186] By: jhi                                   on 2000/10/10  13:16:27
3253         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
3254              From: hv@hugo.hybyte.com
3255              Date: Tue, 10 Oct 2000 14:10:20 +0100
3256              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
3257      Branch: perl
3258            ! t/lib/thr5005.t util.c
3259 ____________________________________________________________________________
3260 [  7185] By: jhi                                   on 2000/10/10  12:06:22
3261         Log: Upgrade to podlators 1.04, from Russ Allbery.
3262      Branch: perl
3263            ! lib/Pod/Man.pm lib/Pod/Text.pm
3264 ____________________________________________________________________________
3265 [  7184] By: jhi                                   on 2000/10/10  12:01:32
3266         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
3267      Branch: perl
3268            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
3269 ____________________________________________________________________________
3270 [  7183] By: jhi                                   on 2000/10/09  23:47:15
3271         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
3272              From: Peter Prymmer <pvhp@forte.com>
3273              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
3274              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
3275      Branch: perl
3276            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
3277 ____________________________________________________________________________
3278 [  7182] By: jhi                                   on 2000/10/09  23:43:16
3279         Log: Make eq work again with utf8 (disabling the upgrading
3280              should no more be necessary since the copies of the
3281              scalars are upgraded, not the scalars themselves).
3282              Takes care of ID 20001009.001.  (The claimed length()
3283              bug in 20001009.001 seems bogus to me.)
3284      Branch: perl
3285            ! sv.c t/pragma/utf8.t
3286 ____________________________________________________________________________
3287 [  7181] By: gsar                                  on 2000/10/09  19:41:54
3288         Log: tweak for change#7173
3289      Branch: perl
3290            ! win32/win32sck.c
3291 ____________________________________________________________________________
3292 [  7180] By: gsar                                  on 2000/10/09  19:26:56
3293         Log: on Windows, clean targets might not work under some flavors of the shell
3294      Branch: perl
3295            ! win32/Makefile win32/makefile.mk
3296 ____________________________________________________________________________
3297 [  7179] By: jhi                                   on 2000/10/09  19:21:02
3298         Log: Update Changes.
3299      Branch: perl
3300            ! Changes patchlevel.h
3301 ____________________________________________________________________________
3302 [  7178] By: jhi                                   on 2000/10/09  19:18:23
3303         Log: Warn about unknown scripts.
3304              
3305              Subject: Re: ideas? patches? [PATCH bleadperl]
3306              From: Dominic Dunlop <domo@computer.org>
3307              Date: Mon, 9 Oct 2000 14:57:17 +0200
3308              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
3309      Branch: perl
3310            ! lib/charnames.pm
3311 ____________________________________________________________________________
3312 [  7177] By: jhi                                   on 2000/10/09  19:13:27
3313         Log: Change #7160 had a nasty typo.
3314      Branch: metaconfig
3315            ! U/compline/Compile.U
3316      Branch: perl
3317            ! Configure config_h.SH
3318 ____________________________________________________________________________
3319 [  7176] By: gsar                                  on 2000/10/09  18:59:33
3320         Log: pod nit
3321      Branch: perl
3322            ! pod/perlport.pod
3323 ____________________________________________________________________________
3324 [  7175] By: gsar                                  on 2000/10/09  18:54:28
3325         Log: Windows9x doesn't support link(), despite what Config.pm
3326              might think
3327      Branch: perl
3328            ! lib/ExtUtils/Manifest.pm
3329 ____________________________________________________________________________
3330 [  7174] By: gsar                                  on 2000/10/09  18:50:03
3331         Log: avoid nonportable example code
3332      Branch: perl
3333            ! lib/File/Copy.pm
3334 ____________________________________________________________________________
3335 [  7173] By: gsar                                  on 2000/10/09  18:46:54
3336         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
3337              being used) when closing a socket handle
3338      Branch: perl
3339            ! win32/win32.c win32/win32.h win32/win32sck.c
3340 ____________________________________________________________________________
3341 [  7172] By: gsar                                  on 2000/10/09  18:41:40
3342         Log: on Windows, cwd strings in the environment should be of the
3343              form =X:=X:\foo instead of =X=X:\foo\
3344      Branch: perl
3345            ! win32/vdir.h
3346 ____________________________________________________________________________
3347 [  7171] By: gsar                                  on 2000/10/09  18:30:09
3348         Log: on Windows, LoadLibrary() could load an extension DLL multiple
3349              times if forward slashes are used in the path
3350      Branch: perl
3351            ! win32/win32.c
3352 ____________________________________________________________________________
3353 [  7170] By: jhi                                   on 2000/10/09  17:53:59
3354         Log: Add a todo note about overloadable assertions.
3355      Branch: perl
3356            ! Todo-5.6
3357 ____________________________________________________________________________
3358 [  7169] By: jhi                                   on 2000/10/09  13:43:45
3359         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
3360              From: mjd@plover.com
3361              Date: 9 Oct 2000 00:24:44 -0000
3362              Message-ID: <20001009002444.10616.qmail@plover.com>
3363      Branch: perl
3364            ! pod/perldebguts.pod
3365 ____________________________________________________________________________
3366 [  7168] By: nick                                  on 2000/10/08  13:16:33
3367         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
3368              is not right thing to do on (e.g. x86). Network order is also "right" for
3369              X fonts.
3370      Branch: perl
3371            ! ext/Encode/Encode.pm
3372 ____________________________________________________________________________
3373 [  7167] By: nick                                  on 2000/10/08  12:54:42
3374         Log: Make "encodings" work post-install when Encode/*.enc files may not
3375              be in same directory as Encode.pm
3376      Branch: perl
3377            ! ext/Encode/Encode.pm
3378 ____________________________________________________________________________
3379 [  7166] By: nick                                  on 2000/10/08  11:51:26
3380         Log: Work round the fact that $hash->{$key} does not take into account
3381              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
3382              so that key is always in the "expected" encoding - i.e. same way we put
3383              it in the hash.
3384      Branch: perl
3385            ! ext/Encode/Encode.pm
3386 ____________________________________________________________________________
3387 [  7165] By: gsar                                  on 2000/10/08  04:15:29
3388         Log: save_re_context() could reset PL_curcop to freed memory, causing core
3389              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
3390      Branch: perl
3391            ! pp_ctl.c
3392 ____________________________________________________________________________
3393 [  7164] By: jhi                                   on 2000/10/06  20:51:48
3394         Log: UTF8ize split() so that the cloned substrings get the UTF8
3395              flag of the original scalar.  Problem reported by Simon Cozens.
3396      Branch: perl
3397            ! pp.c t/pragma/utf8.t
3398 ____________________________________________________________________________
3399 [  7163] By: nick                                  on 2000/10/06  20:48:34
3400         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
3401              got a false +ve and so did not reach code which would have un-FAKEd the SV.
3402      Branch: perl
3403            ! sv.c
3404 ____________________________________________________________________________
3405 [  7162] By: nick                                  on 2000/10/06  20:25:37
3406         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
3407              To fix  (sort {$a <=> $b} keys %hash) in particular but
3408              should cover a number of other as-yet-unknown cases as well.
3409      Branch: perl
3410            ! sv.c
3411 ____________________________________________________________________________
3412 [  7161] By: jhi                                   on 2000/10/06  19:56:18
3413         Log: Change the version number of Tie::Handle in the core to 4.0,
3414              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
3415              
3416              Subject: Note on Tie::Handle
3417              From: andreas.koenig@anima.de (Andreas J. Koenig)
3418              Date:      06 Oct 2000 21:48:58 +0200
3419              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
3420      Branch: perl
3421            ! lib/Tie/Handle.pm
3422 ____________________________________________________________________________
3423 [  7160] By: jhi                                   on 2000/10/06  18:20:35
3424         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
3425              as the first option of cc/ld because of ultrapicky compilers
3426              (e.g. OS/390 R2.5)
3427      Branch: metaconfig
3428            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
3429            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
3430            ! U/compline/orderlib.U U/modified/Cppsym.U
3431            ! U/modified/d_access.U
3432      Branch: metaconfig/U/perl
3433            ! Checkcc.U d_dlsymun.U gccvers.U
3434      Branch: perl
3435            ! Configure config_h.SH
3436 ____________________________________________________________________________
3437 [  7159] By: jhi                                   on 2000/10/06  13:56:39
3438         Log: Update Changes.
3439      Branch: perl
3440            ! Changes patchlevel.h
3441 ____________________________________________________________________________
3442 [  7158] By: jhi                                   on 2000/10/06  12:48:40
3443         Log: Eliminate $Is_VMS code from the test.
3444              
3445              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
3446              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3447              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
3448              Date:     Thu, 5 Oct 2000 07:46:33 EDT
3449      Branch: perl
3450            ! t/lib/b.t
3451 ____________________________________________________________________________
3452 [  7157] By: jhi                                   on 2000/10/06  12:47:13
3453         Log: Also the $ccflags is needed for the C compiler check.
3454              
3455              Subject: Configure (check for C-compiler)
3456              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3457              Date: Fri, 06 Oct 2000 08:47:15 +0200
3458              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
3459      Branch: metaconfig/U/perl
3460            ! Checkcc.U
3461      Branch: perl
3462            ! Configure config_h.SH
3463 ____________________________________________________________________________
3464 [  7156] By: jhi                                   on 2000/10/06  11:45:15
3465         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
3466      Branch: perl
3467            ! perl.c pp_ctl.c sv.h utf8.c
3468 ____________________________________________________________________________
3469 [  7155] By: jhi                                   on 2000/10/06  11:40:41
3470         Log: IO::Handle->syswrite() did not handle length omission
3471              like CORE::syswrite() does.
3472              
3473              Subject: [Fwd] IO::Handle, syswrite and arguments
3474              From: Graham Barr <gbarr@pobox.com>
3475              Date: Fri, 6 Oct 2000 10:22:05 +0100
3476              Message-ID: <20001006102205.U6312@pobox.com>
3477              
3478              The original patch from andrew@ugh.net.au.
3479      Branch: perl
3480            ! ext/IO/lib/IO/Handle.pm
3481 ____________________________________________________________________________
3482 [  7154] By: jhi                                   on 2000/10/06  01:42:15
3483         Log: Tweak #7153.
3484      Branch: perl
3485            ! utf8.h
3486 ____________________________________________________________________________
3487 [  7153] By: jhi                                   on 2000/10/06  00:39:55
3488         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
3489      Branch: perl
3490            ! utf8.h
3491 ____________________________________________________________________________
3492 [  7152] By: jhi                                   on 2000/10/06  00:38:11
3493         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
3494      Branch: perl
3495            ! perl.c pp_ctl.c sv.h utf8.c
3496 ____________________________________________________________________________
3497 [  7151] By: jhi                                   on 2000/10/06  00:36:38
3498         Log: Subject: Re: Questions about Tie::Array and perl modules
3499              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3500              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
3501              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
3502              
3503              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
3504      Branch: perl
3505            ! lib/Tie/Array.pm t/op/array.t
3506 ____________________________________________________________________________
3507 [  7150] By: jhi                                   on 2000/10/05  00:20:45
3508         Log: Regen Changes.
3509      Branch: perl
3510            ! Changes patchlevel.h
3511 ____________________________________________________________________________
3512 [  7149] By: jhi                                   on 2000/10/05  00:20:01
3513         Log: Regen toc.
3514      Branch: perl
3515            ! pod/perltoc.pod
3516 ____________________________________________________________________________
3517 [  7148] By: jhi                                   on 2000/10/04  23:35:08
3518         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
3519              reported several times by Dominic Dunlop, for example in
3520              ID 20000315.008.  Patch from Dominic.  Patch affects at
3521              least MachTen, and possibly other oldish BSDs. Should not
3522              break non-broken platforms (tested on LinuxPPC). 
3523      Branch: perl
3524            ! doio.c
3525 ____________________________________________________________________________
3526 [  7146] By: jhi                                   on 2000/10/04  23:25:04
3527         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
3528              suggested by H. Merijn Brand.
3529      Branch: perl
3530            ! Configure INSTALL Makefile.SH Porting/Glossary
3531            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
3532            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
3533            ! win32/config.vc
3534 ____________________________________________________________________________
3535 [  7145] By: jhi                                   on 2000/10/04  22:08:21
3536         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
3537              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3538              Date: Wed, 4 Oct 2000 17:37:46 -0400
3539              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
3540      Branch: perl
3541            ! utils/h2xs.PL
3542 ____________________________________________________________________________
3543 [  7144] By: jhi                                   on 2000/10/04  18:11:41
3544         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
3545              From: Jeff Pinyan <jeffp@crusoe.net>
3546              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
3547              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
3548      Branch: perl
3549            ! pod/perlrun.pod
3550 ____________________________________________________________________________
3551 [  7143] By: jhi                                   on 2000/10/04  18:09:58
3552         Log: Subject: perlhack.pod Patch for Externals Tools
3553              From: Fisher Mark <fisherm@tce.com>
3554              Date: Tue, 3 Oct 2000 15:43:27 -0500 
3555              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
3556      Branch: perl
3557            ! pod/perlhack.pod
3558 ____________________________________________________________________________
3559 [  7142] By: jhi                                   on 2000/10/04  18:08:41
3560         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
3561              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3562              Date:     Wed, 4 Oct 2000 12:11:11 EDT
3563              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
3564      Branch: perl
3565            ! vms/vms.c
3566 ____________________________________________________________________________
3567 [  7141] By: jhi                                   on 2000/10/04  12:20:16
3568         Log: Subject: [PATCH 5.7.0] h2xs not working
3569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3570              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
3571              Date: Tue, 3 Oct 2000 21:43:01 -0400
3572              
3573              Subject: [PATCH 5.7.0] h2xs not documenting the created module
3574              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3575              Date: Tue, 3 Oct 2000 22:55:19 -0400
3576              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
3577      Branch: perl
3578            ! utils/h2xs.PL
3579 ____________________________________________________________________________
3580 [  7140] By: jhi                                   on 2000/10/04  11:53:44
3581         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
3582              From: nick@babyhippo.com
3583              Date: Wed, 4 Oct 2000 12:06:45 +0100
3584              Message-Id: <20001004120645.A7356@babyhippo.com>
3585              
3586              Retract 7118 and 7135.
3587      Branch: perl
3588            ! installman installperl op.c t/pragma/subs.t
3589 ____________________________________________________________________________
3590 [  7139] By: jhi                                   on 2000/10/03  22:09:41
3591         Log: It is possible to have no hosts database at all.  Pointed out in
3592              
3593              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
3594              From: Peter Prymmer <pvhp@forte.com>
3595              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
3596              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
3597      Branch: metaconfig
3598            ! U/modified/myhostname.U
3599      Branch: perl
3600            ! Configure config_h.SH
3601 ____________________________________________________________________________
3602 [  7138] By: jhi                                   on 2000/10/03  21:49:49
3603         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
3604              From: Peter Prymmer <pvhp@forte.com>
3605              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
3606              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
3607      Branch: perl
3608            ! pp_sys.c
3609 ____________________________________________________________________________
3610 [  7137] By: jhi                                   on 2000/10/03  20:10:05
3611         Log: One remaining nit less at the VMS mailbox sizing.
3612      Branch: perl
3613            ! vms/vms.c
3614 ____________________________________________________________________________
3615 [  7136] By: jhi                                   on 2000/10/03  20:08:47
3616         Log: Test harness update to sync with the new perlcc,
3617              from Simon Cozens.
3618      Branch: perl
3619            ! t/TEST t/UTEST
3620 ____________________________________________________________________________
3621 [  7135] By: jhi                                   on 2000/10/03  15:15:42
3622         Log: Subject: Re: PATCH for 20001003.004
3623              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
3624              From: "AARON B. DOSSETT" <aaron@iglou.com>
3625              Message-Id: <E13gTay-0006od-00@iglou.com>
3626      Branch: perl
3627            ! installman installperl
3628 ____________________________________________________________________________
3629 [  7134] By: jhi                                   on 2000/10/03  15:00:34
3630         Log: Subject: [ID 20001003.006] B::Debug not -w clean
3631              From: Nicholas Clark <nick@babyhippo.co.uk>
3632              Date: Tue, 03 Oct 2000 15:46:32 +0100
3633              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
3634      Branch: perl
3635            ! ext/B/B/Debug.pm
3636 ____________________________________________________________________________
3637 [  7133] By: jhi                                   on 2000/10/03  14:58:39
3638         Log: Scale down the VMS message boxes, by Charles Lane.
3639              Fix for ID 20000903.009, workaround at
3640              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
3641      Branch: perl
3642            ! vms/vms.c
3643 ____________________________________________________________________________
3644 [  7132] By: jhi                                   on 2000/10/03  11:20:37
3645         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
3646      Branch: perl
3647            + t/lib/st-lock.t t/lib/st-utf8.t
3648            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
3649            ! ext/Storable/Storable.xs t/lib/st-recurse.t
3650 ____________________________________________________________________________
3651 [  7131] By: jhi                                   on 2000/10/03  03:38:23
3652         Log: Encode nits.
3653      Branch: perl
3654            ! MANIFEST Makefile.SH
3655 ____________________________________________________________________________
3656 [  7130] By: jhi                                   on 2000/10/03  03:31:05
3657         Log: Update Changes.
3658      Branch: perl
3659            ! Changes patchlevel.h
3660 ____________________________________________________________________________
3661 [  7129] By: jhi                                   on 2000/10/03  02:24:02
3662         Log: Misplaced else.
3663      Branch: metaconfig/U/perl
3664            ! d_strtoll.U
3665      Branch: perl
3666            ! Configure config_h.SH
3667 ____________________________________________________________________________
3668 [  7128] By: jhi                                   on 2000/10/03  02:08:29
3669         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
3670              From: sthoenna@efn.org
3671              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
3672              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
3673      Branch: metaconfig/U/perl
3674            ! d_strtoll.U
3675      Branch: perl
3676            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
3677 ____________________________________________________________________________
3678 [  7127] By: jhi                                   on 2000/10/03  01:13:14
3679         Log: Update Changes.
3680      Branch: perl
3681            ! Changes patchlevel.h
3682 ____________________________________________________________________________
3683 [  7126] By: jhi                                   on 2000/10/03  00:57:08
3684         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
3685              as suggested by Olaf Flebbe and Nick Clark.
3686      Branch: perl
3687            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
3688 ____________________________________________________________________________
3689 [  7125] By: jhi                                   on 2000/10/03  00:50:56
3690         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
3691              From: Nick Clark <nick@plum.flirble.org>
3692              Date: Mon, 2 Oct 2000 11:03:24 +0100
3693              Message-Id: <20001002110324.D20073@plum.flirble.org>
3694              
3695              Also fixes bug ID 20001002.005.
3696      Branch: perl
3697            ! t/lib/encode.t
3698 ____________________________________________________________________________
3699 [  7124] By: jhi                                   on 2000/10/03  00:34:59
3700         Log: Subject: [PATCH 5.7.0] Epoc update
3701              From: Olaf Flebbe <o.flebbe@gmx.de>
3702              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
3703              Message-ID: <26423.969484586@www10.gmx.net>
3704      Branch: perl
3705            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
3706            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
3707            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
3708            ! util.c util.h
3709 ____________________________________________________________________________
3710 [  7123] By: jhi                                   on 2000/10/03  00:30:07
3711         Log: Regen headers.
3712      Branch: perl
3713            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
3714 ____________________________________________________________________________
3715 [  7122] By: jhi                                   on 2000/10/03  00:10:48
3716         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
3717      Branch: perl
3718            ! hints/openbsd.sh
3719 ____________________________________________________________________________
3720 [  7121] By: jhi                                   on 2000/10/03  00:05:06
3721         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
3722              From: <abigail@foad.org>
3723              Date: Tue, 26 Sep 2000 13:36:14 -0400
3724              Message-ID: <20000926173614.4356.qmail@foad.org>
3725      Branch: perl
3726            ! pod/perlop.pod
3727 ____________________________________________________________________________
3728 [  7120] By: jhi                                   on 2000/10/03  00:04:00
3729         Log: Inside require() $^S was always left undefined.
3730              
3731              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
3732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3733              Date: Wed, 27 Sep 2000 18:54:49 -0400
3734              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
3735      Branch: perl
3736            ! cop.h mg.c pp_ctl.c util.c
3737 ____________________________________________________________________________
3738 [  7119] By: jhi                                   on 2000/10/03  00:00:16
3739         Log: Subject: [PATCH] DLL not restartabke with threaded perl
3740              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
3741              Date: Thu, 28 Sep 2000 09:20:46 +0100
3742              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
3743      Branch: perl
3744            ! perl.c
3745 ____________________________________________________________________________
3746 [  7118] By: jhi                                   on 2000/10/02  23:59:20
3747         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
3748              From: Nicholas Clark <nick@ccl4.org>
3749              Date: Thu, 28 Sep 2000 11:52:24 +0100
3750              Message-ID: <20000928115224.D7924@plum.flirble.org>
3751      Branch: perl
3752            ! op.c
3753 ____________________________________________________________________________
3754 [  7117] By: jhi                                   on 2000/10/02  23:57:51
3755         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
3756              From: Nicholas Clark <nick@babyhippo.co.uk>
3757              Date: Thu, 28 Sep 2000 12:18:10 +0100
3758              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
3759              
3760              Did not apply cleanly, manual intervention was needed.
3761      Branch: perl
3762            ! ext/B/B/Bytecode.pm utils/perlcc.PL
3763 ____________________________________________________________________________
3764 [  7116] By: jhi                                   on 2000/10/02  23:50:40
3765         Log: Document the issue (is not a syntax error, kind of)
3766              
3767              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
3768              From: Nicholas Clark <nick@ccl4.org>
3769              Date: Thu, 28 Sep 2000 17:12:42 +0100
3770              Message-ID: <20000928171242.K7924@plum.flirble.org>
3771      Branch: perl
3772            ! pod/perldata.pod
3773 ____________________________________________________________________________
3774 [  7115] By: jhi                                   on 2000/10/02  23:48:58
3775         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
3776              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3777              Date: Thu, 28 Sep 2000 21:55:31 -0400
3778              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
3779      Branch: perl
3780            ! regexec.c
3781 ____________________________________________________________________________
3782 [  7114] By: jhi                                   on 2000/10/02  23:47:57
3783         Log: Subject: DOC PATCH 5.6.0
3784              From: mjd@plover.com
3785              Date: 30 Sep 2000 06:02:34 -0000
3786              Message-ID: <20000930060234.4559.qmail@plover.com>
3787      Branch: perl
3788            ! pod/perldebguts.pod
3789 ____________________________________________________________________________
3790 [  7113] By: jhi                                   on 2000/10/02  23:46:43
3791         Log: SOCK_DGRAM and listen() do not mix as reported in
3792              
3793              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
3794              From: Petter Reinholdtsen <pere@hungry.com>
3795              Date: Sun, 1 Oct 2000 10:57:20 +0800
3796              Message-Id: <200010010257.KAA05735@localhost.localdomain>
3797              
3798              The patch for 5.7.0+ had to be reengineered, though.
3799      Branch: perl
3800            ! ext/IO/lib/IO/Socket/UNIX.pm
3801 ____________________________________________________________________________
3802 [  7112] By: jhi                                   on 2000/10/02  23:36:57
3803         Log: Subject: Re: [PATCH 5.005_64 missed]
3804              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3805              Date: Sun, 1 Oct 2000 18:50:10 -0400
3806              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
3807      Branch: perl
3808            ! pod/perlxs.pod
3809 ____________________________________________________________________________
3810 [  7111] By: jhi                                   on 2000/10/02  23:35:40
3811         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
3812              From: Radu Greab <radu@netsoft.ro>
3813              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
3814              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
3815      Branch: perl
3816            ! op.c opcode.pl t/op/substr.t
3817 ____________________________________________________________________________
3818 [  7110] By: jhi                                   on 2000/10/02  23:32:38
3819         Log: Subject: [PATCH] Fix aliasing of tied filehandles
3820              From: Daniel Chetlin <daniel@chetlin.com>
3821              Date: Mon, 2 Oct 2000 14:53:27 -0700
3822              Message-ID: <20001002145327.C1617@ilmd>
3823      Branch: perl
3824            ! perl.h pp_hot.c t/op/tiehandle.t
3825 ____________________________________________________________________________
3826 [  7109] By: jhi                                   on 2000/10/02  23:31:30
3827         Log: s/Robin Parker/Robin Barker/
3828      Branch: perl
3829            ! Changes5.6
3830 ____________________________________________________________________________
3831 [  7108] By: jhi                                   on 2000/10/02  23:15:46
3832         Log: Retract #7091 as suggested in
3833              
3834              From: Robin Barker <rmb1@cise.npl.co.uk> 
3835              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
3836              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
3837              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
3838      Branch: perl
3839            ! embed.pl proto.h
3840 ____________________________________________________________________________
3841 [  7107] By: nick                                  on 2000/10/02  18:23:14
3842         Log: A few tweaks to get Tk803 to work with Encode scheme.
3843      Branch: perl
3844            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
3845 ____________________________________________________________________________
3846 [  7106] By: nick                                  on 2000/10/01  21:34:14
3847         Log: Add checking cases to Encode's toUnicode and fromUnicode.
3848      Branch: perl
3849            ! ext/Encode/Encode.pm
3850 ____________________________________________________________________________
3851 [  7105] By: nick                                  on 2000/10/01  17:18:01
3852         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
3853              To read and use them.
3854              Add a lib/encode.t which checks a few things.
3855      Branch: perl
3856            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
3857            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
3858            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
3859            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
3860            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
3861            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
3862            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
3863            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
3864            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
3865            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
3866            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
3867            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
3868            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
3869            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
3870            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
3871            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
3872            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
3873            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
3874            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
3875            + ext/Encode/Encode/iso2022-jp.enc
3876            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
3877            + ext/Encode/Encode/iso8859-1.enc
3878            + ext/Encode/Encode/iso8859-2.enc
3879            + ext/Encode/Encode/iso8859-3.enc
3880            + ext/Encode/Encode/iso8859-4.enc
3881            + ext/Encode/Encode/iso8859-5.enc
3882            + ext/Encode/Encode/iso8859-6.enc
3883            + ext/Encode/Encode/iso8859-7.enc
3884            + ext/Encode/Encode/iso8859-8.enc
3885            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
3886            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
3887            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
3888            + ext/Encode/Encode/macCentEuro.enc
3889            + ext/Encode/Encode/macCroatian.enc
3890            + ext/Encode/Encode/macCyrillic.enc
3891            + ext/Encode/Encode/macDingbats.enc
3892            + ext/Encode/Encode/macGreek.enc
3893            + ext/Encode/Encode/macIceland.enc
3894            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
3895            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
3896            + ext/Encode/Encode/macTurkish.enc
3897            + ext/Encode/Encode/macUkraine.enc
3898            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
3899            + t/lib/encode.t
3900            ! MANIFEST ext/Encode/Encode.pm
3901 ____________________________________________________________________________
3902 [  7104] By: nick                                  on 2000/09/30  13:04:30
3903         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
3904              From: Daniel Chetlin <daniel@chetlin.com>
3905              Date: Mon, 18 Sep 2000 05:05:40 -0700
3906              Message-Id: <20000918050540.C652@ilmd>
3907      Branch: perl
3908            ! lib/overload.pm sv.c t/pragma/overload.t
3909 ____________________________________________________________________________
3910 [  7103] By: nick                                  on 2000/09/30  12:53:36
3911         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
3912              From: Johan Vromans <jvromans@squirrel.nl>
3913              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
3914              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
3915      Branch: perl
3916            ! pod/Makefile.SH
3917 ____________________________________________________________________________
3918 [  7102] By: nick                                  on 2000/09/30  12:52:31
3919         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
3920              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3921              Date: Sat, 16 Sep 2000 16:36:45 -0400
3922              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
3923      Branch: perl
3924            ! ext/B/B/Deparse.pm
3925 ____________________________________________________________________________
3926 [  7101] By: nick                                  on 2000/09/30  12:51:41
3927         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
3928              From: Craig A. Berry <craig.berry@psinetcs.com>
3929              Date: Sat, 16 Sep 2000 10:11:10 -0500
3930              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
3931      Branch: perl
3932            ! vms/vms.c
3933 ____________________________________________________________________________
3934 [  7100] By: nick                                  on 2000/09/30  12:50:33
3935         Log: Subject: Re: unicode support and perl [ID 20000901.097]
3936              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3937              Date: Fri, 15 Sep 2000 16:37:58 -0400
3938              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
3939      Branch: perl
3940            ! t/op/append.t
3941 ____________________________________________________________________________
3942 [  7099] By: nick                                  on 2000/09/30  12:49:35
3943         Log: Subject: Re: unicode support and perl [ID 20000901.097]
3944              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3945              Date: Fri, 15 Sep 2000 16:25:30 -0400
3946              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
3947      Branch: perl
3948            ! pp_hot.c
3949 ____________________________________________________________________________
3950 [  7098] By: nick                                  on 2000/09/30  12:48:00
3951         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
3952              From: Gisle Aas <gisle@ActiveState.com>
3953              Date: 15 Sep 2000 16:23:41 +0200
3954              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
3955      Branch: perl
3956            ! toke.c
3957 ____________________________________________________________________________
3958 [  7097] By: nick                                  on 2000/09/30  12:45:16
3959         Log: Subject: [PATCH] Nits in perlmod.pod
3960              From: Daniel Chetlin <daniel@chetlin.com>
3961              Date: Fri, 15 Sep 2000 02:04:09 -0700
3962              Message-Id: <20000915020409.A2104@ilmd>
3963      Branch: perl
3964            ! pod/perlmod.pod
3965 ____________________________________________________________________________
3966 [  7096] By: nick                                  on 2000/09/30  12:18:00
3967         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
3968              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
3969              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
3970              0 to checking to get the warning.
3971      Branch: perl
3972            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
3973            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
3974            ! regexec.c sv.c toke.c utf8.c
3975 ____________________________________________________________________________
3976 [  7095] By: nick                                  on 2000/09/15  16:55:59
3977         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
3978              
3979              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
3980              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3981              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
3982              Date: Fri, 15 Sep 2000 06:37:30 -0400
3983      Branch: perl
3984            ! ext/Encode/Encode.xs sv.c
3985 ____________________________________________________________________________
3986 [  7094] By: jhi                                   on 2000/09/15  03:23:32
3987         Log: Update Changes.
3988      Branch: perl
3989            ! Changes patchlevel.h
3990 ____________________________________________________________________________
3991 [  7093] By: jhi                                   on 2000/09/15  03:11:44
3992         Log: Fix for the charnames.t failures from Spider Boardman.
3993      Branch: perl
3994            ! toke.c
3995 ____________________________________________________________________________
3996 [  7092] By: jhi                                   on 2000/09/15  00:15:48
3997         Log: Botched the #7090 check-in.
3998      Branch: perl
3999            ! sv.c
4000 ____________________________________________________________________________
4001 [  7091] By: jhi                                   on 2000/09/14  23:33:24
4002         Log: Part of #7081 didn't come through.
4003      Branch: perl
4004            ! embed.pl proto.h
4005 ____________________________________________________________________________
4006 [  7090] By: jhi                                   on 2000/09/14  23:17:39
4007         Log: Subject: Re: perl@7078 
4008              From: Spider Boardman <spider@web.zk3.dec.com>
4009              Date: Thu, 14 Sep 2000 19:06:36 -0400
4010              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
4011      Branch: perl
4012            ! sv.c toke.c
4013 ____________________________________________________________________________
4014 [  7089] By: jhi                                   on 2000/09/14  23:11:21
4015         Log: Small portability tweaks.
4016      Branch: perl
4017            ! ext/Encode/Encode.xs
4018 ____________________________________________________________________________
4019 [  7088] By: jhi                                   on 2000/09/14  22:57:23
4020         Log: Fake return to pacify picky compilers.
4021      Branch: perl
4022            ! ext/Encode/Encode.xs
4023 ____________________________________________________________________________
4024 [  7087] By: jhi                                   on 2000/09/14  22:53:37
4025         Log: Subject: [PATCH] utf8.c apidoc
4026              From: Simon Cozens <simon@cozens.net>
4027              Date: Thu, 14 Sep 2000 23:46:57 +0100
4028              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
4029      Branch: perl
4030            ! perlapi.c pod/perlapi.pod utf8.c
4031 ____________________________________________________________________________
4032 [  7086] By: jhi                                   on 2000/09/14  22:40:38
4033         Log: We don't need to count the high bit bytes, a boolean is enough. 
4034      Branch: perl
4035            ! sv.c
4036 ____________________________________________________________________________
4037 [  7085] By: jhi                                   on 2000/09/14  21:20:09
4038         Log: Replace #7084 with
4039              
4040              Subject: Re: perl@7078 
4041              From: Spider Boardman <spider@web.zk3.dec.com>
4042              Date: Thu, 14 Sep 2000 17:09:36 -0400
4043              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
4044      Branch: perl
4045            ! sv.c utf8.c
4046 ____________________________________________________________________________
4047 [  7084] By: jhi                                   on 2000/09/14  20:03:34
4048         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
4049              convertable to bytes by checking it doesn't go above 0xc3
4050              
4051              Subject: Re: perl@7078
4052              From: Simon Cozens <simon@cozens.net>
4053              Date: Thu, 14 Sep 2000 20:59:19 +0100
4054              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
4055      Branch: perl
4056            ! utf8.c
4057 ____________________________________________________________________________
4058 [  7083] By: jhi                                   on 2000/09/14  19:38:47
4059         Log: Subject: Re: perl@7078
4060              From: Simon Cozens <simon@cozens.net>
4061              Date: Thu, 14 Sep 2000 20:13:09 +0100
4062              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
4063      Branch: perl
4064            ! t/op/bop.t
4065 ____________________________________________________________________________
4066 [  7082] By: jhi                                   on 2000/09/14  17:50:44
4067         Log: The one that got away.
4068      Branch: perl
4069            ! lib/File/Find.pm
4070 ____________________________________________________________________________
4071 [  7081] By: jhi                                   on 2000/09/14  17:45:35
4072         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
4073              From: Robin Barker <rmb1@cise.npl.co.uk>
4074              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
4075              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
4076      Branch: perl
4077            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
4078            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
4079            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
4080            ! regcomp.c toke.c universal.c
4081 ____________________________________________________________________________
4082 [  7080] By: jhi                                   on 2000/09/14  17:40:35
4083         Log: Problems picked up by AIX cc.
4084              
4085              Subject: Re: perl@7078 (patch included)
4086              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4087              Date: Thu, 14 Sep 2000 18:53:30 +0200
4088              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
4089      Branch: perl
4090            ! ext/Encode/Encode.xs
4091 ____________________________________________________________________________
4092 [  7079] By: jhi                                   on 2000/09/14  17:38:27
4093         Log: Subject: File::Find 5.7.0 POD nits
4094              From: Rich Morin <rdm@cfcl.com>
4095              Date: Wed, 13 Sep 2000 22:03:58 -0700
4096              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
4097      Branch: perl
4098            ! lib/File/Find.pm
4099 ____________________________________________________________________________
4100 [  7078] By: jhi                                   on 2000/09/14  14:58:20
4101         Log: Update Changes.
4102      Branch: perl
4103            ! Changes patchlevel.h
4104 ____________________________________________________________________________
4105 [  7077] By: jhi                                   on 2000/09/14  14:55:54
4106         Log: Compilation warnings and an error.
4107      Branch: perl
4108            ! sv.c
4109 ____________________________________________________________________________
4110 [  7076] By: jhi                                   on 2000/09/14  14:42:56
4111         Log: Fix for a parsing bug, not for the original bug.
4112              
4113              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
4114              From: Spider Boardman <spider@web.zk3.dec.com>
4115              Date: Wed, 13 Sep 2000 17:52:20 -0400
4116              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
4117      Branch: perl
4118            ! regcomp.c
4119 ____________________________________________________________________________
4120 [  7075] By: jhi                                   on 2000/09/14  14:40:40
4121         Log: Batch of UTF-8 patches from Simon Cozens.
4122      Branch: perl
4123            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
4124            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
4125            ! toke.c utf8.c
4126 ____________________________________________________________________________
4127 [  7074] By: jhi                                   on 2000/09/14  14:29:58
4128         Log: Subject: Re: Two advertising clauses need to be removed
4129              From: Russ Allbery <rra@stanford.edu>
4130              Date: 13 Sep 2000 18:50:26 -0700
4131              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
4132      Branch: perl
4133            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
4134 ____________________________________________________________________________
4135 [  7073] By: jhi                                   on 2000/09/14  14:28:20
4136         Log: Subject: [PATCH] de-wall t/README
4137              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4138              Date: Wed, 13 Sep 2000 17:46:55 -0700
4139              Message-ID: <//Bw5gzkge/e092yn@efn.org>
4140      Branch: perl
4141            ! t/README
4142 ____________________________________________________________________________
4143 [  7072] By: jhi                                   on 2000/09/14  14:25:10
4144         Log: Hints optimization.
4145              
4146              Subject: Minor nit
4147              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4148              Date: Wed, 13 Sep 2000 21:42:07 +0200
4149              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
4150      Branch: perl
4151            ! hints/hpux.sh
4152 ____________________________________________________________________________
4153 [  7071] By: jhi                                   on 2000/09/14  14:23:30
4154         Log: Allow chop() and chomp() to be overridden.
4155              
4156              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
4157              From: "Casey R. Tweten" <crt@kiski.net>
4158              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
4159              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
4160      Branch: perl
4161            ! toke.c
4162 ____________________________________________________________________________
4163 [  7070] By: jhi                                   on 2000/09/14  14:20:36
4164         Log: The return value of setlocale must be copied away.
4165              
4166              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
4167              From: Alan Burlison <Alan.Burlison@uk.sun.com>
4168              Date: Wed, 13 Sep 2000 16:27:37 +0100 
4169              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
4170      Branch: perl
4171            ! util.c
4172 ____________________________________________________________________________
4173 [  7069] By: jhi                                   on 2000/09/14  14:16:27
4174         Log: Remove vestiges of tr//CU.
4175              
4176              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
4177              From: Nick Clark <nick@plum.flirble.org>
4178              Date: Tue, 12 Sep 2000 22:50:14 +0100
4179              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
4180              
4181              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
4182              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4183              Date: Tue, 12 Sep 2000 21:38:48 -0700
4184              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
4185      Branch: perl
4186            ! op.h pod/perlunicode.pod
4187 ____________________________________________________________________________
4188 [  7068] By: jhi                                   on 2000/09/13  14:18:39
4189         Log: Add the Encode extension.  The code is still largely just skeleton.
4190      Branch: perl
4191            + ext/Encode/Encode.pm ext/Encode/Encode.xs
4192            + ext/Encode/Makefile.PL ext/Encode/Todo
4193            ! MANIFEST Todo-5.6
4194 ____________________________________________________________________________
4195 [  7067] By: jhi                                   on 2000/09/12  17:43:33
4196         Log: Allow for whitespace between "#" and "line" in cpp output.
4197              
4198              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
4199              From: Calle Dybedahl <calle@lysator.liu.se>
4200              Date: 12 Sep 2000 19:38:02 +0200 
4201              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
4202      Branch: perl
4203            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
4204 ____________________________________________________________________________
4205 [  7066] By: gsar                                  on 2000/09/12  17:24:29
4206         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
4207              initialization in all the threads on Windows
4208      Branch: perl
4209            ! win32/win32.c
4210 ____________________________________________________________________________
4211 [  7065] By: jhi                                   on 2000/09/12  15:11:31
4212         Log: Update Changes.
4213      Branch: perl
4214            ! Changes patchlevel.h
4215 ____________________________________________________________________________
4216 [  7064] By: jhi                                   on 2000/09/12  14:54:54
4217         Log: Retract #7062, the pod tests are not ready.
4218      Branch: perl
4219            ! t/TEST t/harness
4220 ____________________________________________________________________________
4221 [  7063] By: jhi                                   on 2000/09/12  14:25:41
4222         Log: The #7054 truncated Configure badly.
4223      Branch: metaconfig/U/perl
4224            ! End.U
4225      Branch: perl
4226            ! Configure config_h.SH
4227 ____________________________________________________________________________
4228 [  7062] By: jhi                                   on 2000/09/12  14:08:32
4229         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
4230              From: sthoenna@efn.org
4231              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
4232              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
4233      Branch: perl
4234            ! t/TEST t/harness
4235 ____________________________________________________________________________
4236 [  7061] By: jhi                                   on 2000/09/12  14:07:18
4237         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
4238              From: sthoenna@efn.org
4239              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
4240              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
4241      Branch: perl
4242            ! pod/perlxs.pod
4243 ____________________________________________________________________________
4244 [  7060] By: jhi                                   on 2000/09/12  14:06:08
4245         Log: Break up the myconfig lines a bit.
4246              
4247              Subject: perlbug/perl -V output format
4248              From: sthoenna@efn.org
4249              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
4250              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
4251      Branch: perl
4252            ! myconfig.SH
4253 ____________________________________________________________________________
4254 [  7059] By: jhi                                   on 2000/09/12  14:05:04
4255         Log: Test for the #7049.
4256              
4257              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
4258              From: andreas.koenig@anima.de (Andreas J. Koenig)
4259              Date: 12 Sep 2000 06:42:01 +0200
4260              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
4261      Branch: perl
4262            ! t/op/my.t
4263 ____________________________________________________________________________
4264 [  7058] By: jhi                                   on 2000/09/12  14:03:05
4265         Log: Subject: [patch: perl@7045] vms updates
4266              From: Peter Prymmer <pvhp@forte.com>
4267              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
4268              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
4269      Branch: perl
4270            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
4271 ____________________________________________________________________________
4272 [  7057] By: jhi                                   on 2000/09/12  14:00:51
4273         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
4274              From: sthoenna@efn.org
4275              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
4276              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
4277      Branch: perl
4278            ! t/op/64bitint.t
4279 ____________________________________________________________________________
4280 [  7056] By: jhi                                   on 2000/09/12  13:58:14
4281         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
4282              From: Jeff Pinyan <jeffp@crusoe.net>
4283              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
4284              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
4285      Branch: perl
4286            ! pod/perlfunc.pod
4287 ____________________________________________________________________________
4288 [  7055] By: jhi                                   on 2000/09/12  13:56:32
4289         Log: Do in VMS as the #7054 does.
4290      Branch: perl
4291            ! configure.com
4292 ____________________________________________________________________________
4293 [  7054] By: jhi                                   on 2000/09/12  13:50:31
4294         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
4295              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4296              Date: Mon, 11 Sep 2000 08:33:09 +0100
4297              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
4298      Branch: metaconfig/U/perl
4299            ! End.U
4300      Branch: perl
4301            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
4302            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
4303 ____________________________________________________________________________
4304 [  7053] By: jhi                                   on 2000/09/12  13:29:19
4305         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
4306              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4307              Date:     Tue, 12 Sep 2000 08:35:59 EDT
4308              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
4309      Branch: perl
4310            ! vms/test.com
4311 ____________________________________________________________________________
4312 [  7052] By: jhi                                   on 2000/09/11  23:01:50
4313         Log: Document the SvUTF8*().
4314      Branch: perl
4315            ! pod/perlapi.pod sv.h
4316 ____________________________________________________________________________
4317 [  7051] By: gsar                                  on 2000/09/11  14:46:30
4318         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
4319              (missed a spot when fixing up op_pmreplroot hack for ithreads)
4320      Branch: perl
4321            ! op.c t/op/split.t
4322 ____________________________________________________________________________
4323 [  7050] By: nick                                  on 2000/09/11  10:03:51
4324         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
4325              
4326              Subject: borland C++ win32.c tweak
4327              From: Vadim Konovalov <vkonovalov@lucent.com>
4328              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
4329              Date: Mon, 11 Sep 2000 11:22:33 +0400
4330      Branch: perl
4331            ! win32/win32.c
4332 ____________________________________________________________________________
4333 [  7049] By: nick                                  on 2000/09/11  09:57:33
4334         Log: Point fix for s/// on foreach (keys %xxx).
4335      Branch: perl
4336            ! pp_hot.c
4337 ____________________________________________________________________________
4338 [  7048] By: jhi                                   on 2000/09/10  23:37:09
4339         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
4340              by Pod::Text, from Brad Appleton.
4341      Branch: perl
4342            ! t/pod/testp2pt.pl
4343 ____________________________________________________________________________
4344 [  7047] By: jhi                                   on 2000/09/10  14:32:53
4345         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
4346              by Russ Allbery.
4347      Branch: perl
4348            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
4349 ____________________________________________________________________________
4350 [  7046] By: jhi                                   on 2000/09/10  14:15:08
4351         Log: Upgrade to CPAN 1.57_65, from Andreas König.
4352      Branch: perl
4353            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4354 ____________________________________________________________________________
4355 [  7045] By: jhi                                   on 2000/09/08  21:36:32
4356         Log: Update Changes.
4357      Branch: perl
4358            ! Changes patchlevel.h
4359 ____________________________________________________________________________
4360 [  7044] By: jhi                                   on 2000/09/08  21:29:56
4361         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
4362              From: Peter Prymmer <pvhp@forte.com>
4363              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
4364              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
4365      Branch: perl
4366            ! configure.com
4367 ____________________________________________________________________________
4368 [  7043] By: jhi                                   on 2000/09/08  21:27:50
4369         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
4370              From: Peter Prymmer <pvhp@forte.com>
4371              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
4372              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
4373      Branch: perl
4374            ! Makefile.SH installperl
4375 ____________________________________________________________________________
4376 [  7042] By: jhi                                   on 2000/09/08  21:23:21
4377         Log: Continue #7041.
4378      Branch: perl
4379            ! cygwin/Makefile.SHs os2/Makefile.SHs
4380 ____________________________________________________________________________
4381 [  7041] By: jhi                                   on 2000/09/08  21:18:10
4382         Log: Do away with memory models cruft.  Sorry, PDP users.
4383      Branch: metaconfig
4384            ! U/modified/cc.U U/modified/libpth.U
4385      Branch: perl
4386            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4387            ! Porting/config_H cflags.SH config_h.SH configure.com
4388            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
4389            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
4390            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
4391 ____________________________________________________________________________
4392 [  7040] By: jhi                                   on 2000/09/08  14:34:18
4393         Log: Major rewrite of s2p.  And I mean really major, it is
4394              an implementation of sed in perl.  If called as s2p it
4395              will function as s2p.  Note: needs non-UNIXifying.
4396              
4397              Subject: s2p
4398              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4399              Date: Mon, 28 Aug 2000 14:05:12 +0200
4400              Message-ID: <39AA5578.2102E2AA@alcatel.at>
4401      Branch: perl
4402            ! x2p/s2p.PL
4403 ____________________________________________________________________________
4404 [  7039] By: jhi                                   on 2000/09/08  14:19:49
4405         Log: Re-allow vec() for characters > 255.
4406              
4407              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
4408              From: Spider Boardman <spider@web.zk3.dec.com>
4409              Date: Fri, 08 Sep 2000 02:21:02 -0400
4410              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
4411      Branch: perl
4412            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4413            ! t/op/vec.t
4414 ____________________________________________________________________________
4415 [  7038] By: jhi                                   on 2000/09/08  14:14:18
4416         Log: Subject: [PATCH lib/Benchmark.pm]
4417              From: <abigail@foad.org>
4418              Date: Thu, 7 Sep 2000 15:03:20 -0400
4419              Message-ID: <20000907190320.888.qmail@foad.org>
4420      Branch: perl
4421            ! lib/Benchmark.pm
4422 ____________________________________________________________________________
4423 [  7037] By: jhi                                   on 2000/09/08  14:11:06
4424         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
4425              
4426              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
4427              From: Spider Boardman <spider@web.zk3.dec.com>
4428              Date: Fri, 08 Sep 2000 01:30:27 -0400
4429              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
4430      Branch: perl
4431            ! op.c
4432 ____________________________________________________________________________
4433 [  7036] By: jhi                                   on 2000/09/08  14:08:58
4434         Log: Subject: [ID 20000908.002] perlipc documentation bug.
4435              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
4436              Date: Fri, 08 Sep 2000 12:38:32 +0200
4437              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
4438      Branch: perl
4439            ! pod/perlipc.pod
4440 ____________________________________________________________________________
4441 [  7035] By: jhi                                   on 2000/09/08  14:03:12
4442         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
4443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4444              Date: Fri, 08 Sep 2000 11:47:34 +0200
4445              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
4446      Branch: perl
4447            ! hints/dec_osf.sh
4448 ____________________________________________________________________________
4449 [  7034] By: jhi                                   on 2000/09/08  13:59:35
4450         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
4451              From: Simon Cozens <simon@cozens.net>
4452              Date: Thu, 7 Sep 2000 20:40:38 +0100
4453              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
4454      Branch: perl
4455            ! pp_hot.c
4456 ____________________________________________________________________________
4457 [  7033] By: jhi                                   on 2000/09/08  04:03:03
4458         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
4459              From: "Larry W. Virden" <lvirden@cas.org>
4460              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
4461              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
4462      Branch: perl
4463            ! pod/perldiag.pod
4464 ____________________________________________________________________________
4465 [  7032] By: jhi                                   on 2000/09/07  22:18:30
4466         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
4467              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
4468              Date: Mon, 04 Sep 2000 13:16:38 -0700
4469              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
4470      Branch: perl
4471            ! lib/perl5db.pl
4472 ____________________________________________________________________________
4473 [  7031] By: jhi                                   on 2000/09/07  22:02:29
4474         Log: Fix the ccversion detection for 5.1 and beyond.
4475              
4476              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
4477              From: Spider Boardman <spider@leggy.zk3.dec.com>
4478              Date: Thu, 7 Sep 2000 17:54:27 -0400
4479              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
4480      Branch: perl
4481            ! hints/dec_osf.sh
4482 ____________________________________________________________________________
4483 [  7030] By: jhi                                   on 2000/09/07  19:12:28
4484         Log: Fix for
4485              
4486              Subject: [ID 20000903.001] \w in utf8-strings
4487              From: Marc Lehmann <pcg@goof.com>
4488              Date: Sun, 03 Sep 2000 09:44:29 +0200
4489              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
4490              
4491              and various related nits.
4492      Branch: perl
4493            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
4494 ____________________________________________________________________________
4495 [  7029] By: jhi                                   on 2000/09/07  18:49:09
4496         Log: Fix the URL, but the server is still missing in action.
4497              
4498              Subject: [ID 20000905.002] perlfaq1.pod URL error
4499              From: "Larry W. Virden" <lvirden@cas.org>
4500              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
4501              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
4502      Branch: perl
4503            ! pod/perlfaq1.pod
4504 ____________________________________________________________________________
4505 [  7028] By: jhi                                   on 2000/09/07  18:47:13
4506         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
4507              From: Hugo <hv@crypt.compulink.co.uk>
4508              Date: Tue, 05 Sep 2000 14:13:37 +0100
4509              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
4510      Branch: perl
4511            ! toke.c
4512 ____________________________________________________________________________
4513 [  7027] By: jhi                                   on 2000/09/07  18:45:35
4514         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
4515              From: Daniel Chetlin <daniel@chetlin.com>
4516              Date: Tue, 5 Sep 2000 04:57:07 -0700
4517              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
4518      Branch: perl
4519            ! pod/perlfaq6.pod pod/perlop.pod
4520 ____________________________________________________________________________
4521 [  7026] By: jhi                                   on 2000/09/07  18:44:01
4522         Log: Document the new ref() semantics.
4523              
4524              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
4525              From: Gisle Aas <gisle@ActiveState.com>
4526              Date: 05 Sep 2000 08:10:30 +0200
4527              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
4528      Branch: perl
4529            ! pod/perldelta.pod
4530 ____________________________________________________________________________
4531 [  7025] By: jhi                                   on 2000/09/07  18:42:27
4532         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
4533              
4534              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
4535              From: Gisle Aas <gisle@ActiveState.com>
4536              Date: 05 Sep 2000 08:11:40 +0200
4537              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
4538      Branch: perl
4539            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
4540 ____________________________________________________________________________
4541 [  7024] By: jhi                                   on 2000/09/07  18:39:32
4542         Log: Subject: [PATCH] Modernize Opcode.pm documentation
4543              From: Gisle Aas <gisle@ActiveState.com>
4544              Date: 4 Sep 2000 00:18:55 -0000
4545              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
4546      Branch: perl
4547            ! ext/Opcode/Opcode.pm
4548 ____________________________________________________________________________
4549 [  7023] By: jhi                                   on 2000/09/07  18:37:42
4550         Log: Subject: [PATCH] Tied filehandle documentation
4551              From: Gisle Aas <gisle@ActiveState.com>
4552              Date: 4 Sep 2000 00:14:40 -0000
4553              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
4554      Branch: perl
4555            ! pod/perlfunc.pod pod/perltie.pod
4556 ____________________________________________________________________________
4557 [  7022] By: jhi                                   on 2000/09/07  18:35:37
4558         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
4559              From: Gisle Aas <gisle@ActiveState.com>
4560              Date: 4 Sep 2000 00:04:22 -0000
4561              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
4562      Branch: perl
4563            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
4564 ____________________________________________________________________________
4565 [  7021] By: jhi                                   on 2000/09/07  18:33:22
4566         Log: Subject: small apidoc fix
4567              From: Marc Lehmann <pcg@goof.com>
4568              Date: Sun, 3 Sep 2000 05:12:06 +0200
4569              Message-ID: <20000903051206.A5909@cerebro.laendle>
4570      Branch: perl
4571            ! pod/perlapi.pod utf8.c
4572 ____________________________________________________________________________
4573 [  7020] By: jhi                                   on 2000/09/07  16:14:57
4574         Log: Tiny perldelta nits.
4575      Branch: perl
4576            ! pod/perldelta.pod
4577 ____________________________________________________________________________
4578 [  7019] By: jhi                                   on 2000/09/07  16:04:20
4579         Log: Guard against bad string->int conversion for quads.
4580      Branch: perl
4581            ! t/op/64bitint.t
4582 ____________________________________________________________________________
4583 [  7018] By: jhi                                   on 2000/09/06  17:07:03
4584         Log: Update Unicode todo list.
4585      Branch: perl
4586            ! Todo-5.6
4587 ____________________________________________________________________________
4588 [  7017] By: jhi                                   on 2000/09/05  21:16:01
4589         Log: Document the SvIOK_.*UV().
4590      Branch: perl
4591            ! pod/perlapi.pod sv.h
4592 ____________________________________________________________________________
4593 [  7016] By: nick                                  on 2000/09/03  21:54:46
4594         Log: Hash lookup of constant strings optimization:
4595              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
4596              to string table (as per sharepvn). Add newSV_pvn_share to create such
4597              a thing. Make hv.c compare addresses of strings and skip string compare
4598              if equal. Make method_named and helem ops use these shared-string SVs
4599              when arg is constant. Make keys op return shared-string SVs (less clearly
4600              a win).
4601      Branch: perl
4602            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
4603            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
4604            ! pod/perlintern.pod pp_hot.c proto.h sv.c
4605 ____________________________________________________________________________
4606 [  7015] By: jhi                                   on 2000/09/02  17:48:59
4607         Log: This is 5.7.0.
4608      Branch: perl
4609            ! Changes
4610 ____________________________________________________________________________
4611 [  7014] By: jhi                                   on 2000/09/02  17:35:45
4612         Log: Changes and patchlevel tweaks.
4613      Branch: perl
4614            ! Changes patchlevel.h
4615 ____________________________________________________________________________
4616 [  7013] By: jhi                                   on 2000/09/02  17:30:50
4617         Log: Update Changes.
4618      Branch: perl
4619            ! Changes patchlevel.h
4620 ____________________________________________________________________________
4621 [  7012] By: nick                                  on 2000/09/02  17:25:20
4622         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
4623      Branch: perl
4624            ! gv.c lib/overload.pm
4625 ____________________________________________________________________________
4626 [  7011] By: jhi                                   on 2000/09/02  17:16:25
4627         Log: Update perlhist.
4628      Branch: perl
4629            ! pod/perlhist.pod
4630 ____________________________________________________________________________
4631 [  7010] By: jhi                                   on 2000/09/02  17:01:35
4632         Log: perldelta nits.
4633      Branch: perl
4634            ! pod/perldelta.pod
4635 ____________________________________________________________________________
4636 [  7009] By: nick                                  on 2000/09/02  16:48:35
4637         Log: If overloaded %{} etc. return the object do not loop.
4638              Thus  sub deref { $_[0] } functions if object is wanted type.
4639      Branch: perl
4640            ! pp.h
4641 ____________________________________________________________________________
4642 [  7008] By: jhi                                   on 2000/09/02  16:26:11
4643         Log: Retab MANIFEST.
4644      Branch: perl
4645            ! ext/Storable/MANIFEST
4646 ____________________________________________________________________________
4647 [  7007] By: jhi                                   on 2000/09/02  16:23:02
4648         Log: Make certain cc is set before trying to run it.
4649      Branch: perl
4650            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
4651 ____________________________________________________________________________
4652 [  7006] By: jhi                                   on 2000/09/02  15:45:41
4653         Log: Unicode notes.
4654      Branch: perl
4655            ! pod/perldelta.pod
4656 ____________________________________________________________________________
4657 [  7005] By: jhi                                   on 2000/09/02  15:42:11
4658         Log: Various Configure nits by Philip Newton,
4659              plus the ebcdic one by me.
4660      Branch: metaconfig
4661            + U/modified/pager.U
4662            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
4663      Branch: metaconfig/U/perl
4664            ! Devel.U quadfio.U
4665      Branch: perl
4666            ! Configure config_h.SH
4667 ____________________________________________________________________________
4668 [  7004] By: jhi                                   on 2000/09/02  15:06:14
4669         Log: Apparently avoiding the swapping is too costly.
4670              
4671              From: "Ben Tilly" <ben_tilly@hotmail.com>
4672              Subject: Re: the door is closed.
4673              Date: Fri, 01 Sep 2000 20:23:16 EDT
4674              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
4675      Branch: perl
4676            ! pod/perlfaq4.pod
4677 ____________________________________________________________________________
4678 [  7003] By: nick                                  on 2000/09/02  12:26:04
4679         Log: Undo part of change 6489 which looks like a bulk edit which
4680              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
4681              The supressing of main:: on return from select() is undesirable.
4682      Branch: perl
4683            ! pp_sys.c
4684 ____________________________________________________________________________
4685 [  7002] By: jhi                                   on 2000/09/01  23:08:54
4686         Log: Update Changes.
4687      Branch: perl
4688            ! Changes patchlevel.h
4689 ____________________________________________________________________________
4690 [  7001] By: jhi                                   on 2000/09/01  23:00:13
4691         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
4692              From: Peter Prymmer <pvhp@forte.com>
4693              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
4694              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
4695              
4696              plus rework the http: spots as suggested by Tom Christiansen,
4697              plus regen perltoc.
4698      Branch: perl
4699            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
4700            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
4701 ____________________________________________________________________________
4702 [  7000] By: jhi                                   on 2000/09/01  22:36:01
4703         Log: Only the first line, thank you very much.
4704      Branch: perl
4705            ! hints/solaris_2.sh
4706 ____________________________________________________________________________
4707 [  6999] By: gsar                                  on 2000/09/01  22:16:40
4708         Log: change#6791 accidentally clobbered change#6710, put it back
4709      Branch: perl
4710            ! win32/win32.c
4711 ____________________________________________________________________________
4712 [  6998] By: jhi                                   on 2000/09/01  22:14:16
4713         Log: Mention the HP-UX LP64 freak failure.
4714      Branch: perl
4715            ! pod/perldelta.pod
4716 ____________________________________________________________________________
4717 [  6997] By: jhi                                   on 2000/09/01  21:48:32
4718         Log: Detypo.
4719      Branch: perl
4720            ! hints/hpux.sh
4721 ____________________________________________________________________________
4722 [  6996] By: jhi                                   on 2000/09/01  21:27:10
4723         Log: Update Changes.
4724      Branch: perl
4725            ! Changes patchlevel.h
4726 ____________________________________________________________________________
4727 [  6995] By: jhi                                   on 2000/09/01  21:14:24
4728         Log: Mi splgn s gnin.g
4729      Branch: perl
4730            ! pp_ctl.c
4731 ____________________________________________________________________________
4732 [  6994] By: jhi                                   on 2000/09/01  21:09:54
4733         Log: Subject: http:// in L<>
4734              From: Nicholas Clark <nick@ccl4.org>
4735              Date: Fri, 1 Sep 2000 22:03:21 +0100
4736              Message-ID: <20000901220321.B72074@plum.flirble.org>
4737      Branch: perl
4738            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
4739 ____________________________________________________________________________
4740 [  6993] By: jhi                                   on 2000/09/01  21:06:54
4741         Log: Update to Storable 1.0, from Raphael Manfredi.
4742      Branch: perl
4743            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
4744            ! ext/Storable/Makefile.PL ext/Storable/README
4745            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
4746            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
4747            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
4748            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
4749            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
4750            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
4751 ____________________________________________________________________________
4752 [  6992] By: jhi                                   on 2000/09/01  20:43:05
4753         Log: Mention known sfio+linux buglet.
4754      Branch: perl
4755            ! pod/perldelta.pod
4756 ____________________________________________________________________________
4757 [  6991] By: jhi                                   on 2000/09/01  20:40:11
4758         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
4759              From: Peter Prymmer <pvhp@forte.com>
4760              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
4761              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
4762      Branch: perl
4763            ! vms/vms.c
4764 ____________________________________________________________________________
4765 [  6990] By: jhi                                   on 2000/09/01  20:25:26
4766         Log: Retract #6986.
4767      Branch: perl
4768            ! hints/solaris_2.sh
4769 ____________________________________________________________________________
4770 [  6989] By: jhi                                   on 2000/09/01  20:23:00
4771         Log: Mergesort is back.
4772      Branch: perl
4773            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
4774 ____________________________________________________________________________
4775 [  6988] By: jhi                                   on 2000/09/01  19:37:40
4776         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
4777              From: Mike Guy <mjtg@cam.ac.uk>
4778              Date: Fri, 01 Sep 2000 17:43:33 +0100
4779              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
4780      Branch: perl
4781            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
4782            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
4783 ____________________________________________________________________________
4784 [  6987] By: jhi                                   on 2000/09/01  19:17:10
4785         Log: Regen perltoc.
4786      Branch: perl
4787            ! pod/perltoc.pod
4788 ____________________________________________________________________________
4789 [  6986] By: jhi                                   on 2000/09/01  18:51:10
4790         Log: Subject: Re: Solaris x86 has no SPARC libraries!
4791              From: Lupe Christoph <lupe@lupe-christoph.de>
4792              Date: Fri, 1 Sep 2000 20:41:20 +0200
4793              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
4794      Branch: perl
4795            ! hints/solaris_2.sh
4796 ____________________________________________________________________________
4797 [  6985] By: jhi                                   on 2000/09/01  18:28:10
4798         Log: Update Changes.
4799      Branch: perl
4800            ! Changes patchlevel.h
4801 ____________________________________________________________________________
4802 [  6984] By: jhi                                   on 2000/09/01  18:26:53
4803         Log: Feature ordering tweak.
4804      Branch: perl
4805            ! myconfig.SH
4806 ____________________________________________________________________________
4807 [  6983] By: jhi                                   on 2000/09/01  18:19:50
4808         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4809              From: <abigail@foad.org>
4810              Date: Fri, 1 Sep 2000 13:07:32 -0400
4811              Message-ID: <20000901170732.18249.qmail@foad.org>
4812      Branch: perl
4813            ! t/pragma/overload.t
4814 ____________________________________________________________________________
4815 [  6982] By: jhi                                   on 2000/09/01  18:17:54
4816         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
4817              so that case-ignoring systems like DCL can tell them from
4818              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
4819      Branch: metaconfig/U/perl
4820            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
4821      Branch: perl
4822            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4823            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
4824            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
4825            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
4826            ! vos/config.def vos/config.h vos/config_h.SH_orig
4827            ! win32/config.bc win32/config.gc win32/config.vc
4828 ____________________________________________________________________________
4829 [  6981] By: nick                                  on 2000/09/01  17:21:57
4830         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
4831              warning when UNTIE exists and instead pass the cound of extra references to
4832              the UNTIE method.
4833      Branch: perl
4834            ! pod/perltie.pod pp_sys.c
4835 ____________________________________________________________________________
4836 [  6980] By: jhi                                   on 2000/09/01  16:54:44
4837         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
4838              From: Peter Prymmer <pvhp@forte.com>
4839              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
4840              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
4841      Branch: perl
4842            ! configure.com
4843 ____________________________________________________________________________
4844 [  6979] By: jhi                                   on 2000/09/01  16:06:20
4845         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
4846              From: Mike Guy <mjtg@cam.ac.uk> 
4847              Date: Fri, 01 Sep 2000 16:49:27 +0100
4848              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
4849      Branch: perl
4850            ! t/base/rs.t
4851 ____________________________________________________________________________
4852 [  6978] By: jhi                                   on 2000/09/01  16:00:42
4853         Log: Update to PodParser 1.18, from Brad Appleton.
4854      Branch: perl
4855            ! lib/Pod/Checker.pm t/pod/find.t
4856 ____________________________________________________________________________
4857 [  6977] By: jhi                                   on 2000/09/01  14:48:58
4858         Log: Subject: Nit in Configure (bleadperl@6961)
4859              From: Lupe Christoph <lupe@lupe-christoph.de>
4860              Date: Fri, 1 Sep 2000 16:34:29 +0200
4861              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
4862      Branch: metaconfig
4863            ! U/compline/ccflags.U
4864      Branch: perl
4865            ! Configure config_h.SH
4866 ____________________________________________________________________________
4867 [  6976] By: jhi                                   on 2000/09/01  14:39:52
4868         Log: Update Changes.
4869      Branch: perl
4870            ! Changes patchlevel.h
4871 ____________________________________________________________________________
4872 [  6975] By: jhi                                   on 2000/09/01  14:37:36
4873         Log: microperl config update.
4874      Branch: perl
4875            ! uconfig.h uconfig.sh
4876 ____________________________________________________________________________
4877 [  6974] By: jhi                                   on 2000/09/01  14:36:53
4878         Log: Document known deficiencies.
4879      Branch: perl
4880            ! pod/perldelta.pod
4881 ____________________________________________________________________________
4882 [  6973] By: jhi                                   on 2000/09/01  14:10:20
4883         Log: Mention warnings fixes and updates.
4884      Branch: perl
4885            ! pod/perldelta.pod
4886 ____________________________________________________________________________
4887 [  6972] By: jhi                                   on 2000/09/01  14:01:52
4888         Log: Drop unused argument.
4889              
4890              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
4891              From: Spider Boardman <spider@web.zk3.dec.com>
4892              Date: Thu, 31 Aug 2000 16:10:15 -0400
4893              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
4894      Branch: perl
4895            ! toke.c
4896 ____________________________________________________________________________
4897 [  6971] By: jhi                                   on 2000/09/01  13:59:24
4898         Log: Add the overload warnings to perldiag.
4899      Branch: perl
4900            ! lib/overload.pm pod/perldiag.pod
4901 ____________________________________________________________________________
4902 [  6970] By: jhi                                   on 2000/09/01  13:55:10
4903         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4904              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4905              Date: Fri, 1 Sep 2000 13:43:15 +0100 
4906              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
4907      Branch: perl
4908            ! lib/overload.pm t/pragma/overload.t
4909 ____________________________________________________________________________
4910 [  6969] By: jhi                                   on 2000/09/01  13:52:27
4911         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
4912              From: <abigail@foad.org>
4913              Date: Fri, 1 Sep 2000 05:46:54 -0400
4914              Message-ID: <20000901094654.6476.qmail@foad.org>
4915      Branch: perl
4916            ! lib/overload.pm
4917 ____________________________________________________________________________
4918 [  6968] By: jhi                                   on 2000/09/01  13:50:05
4919         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
4920              From: Daniel Chetlin <daniel@chetlin.com>
4921              Date: Fri, 1 Sep 2000 02:10:55 -0700
4922              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
4923      Branch: perl
4924            ! pod/perlretut.pod
4925 ____________________________________________________________________________
4926 [  6967] By: jhi                                   on 2000/09/01  13:47:54
4927         Log: Part of the solution.
4928              
4929              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
4930              From: Mike Guy <mjtg@cam.ac.uk>
4931              Date: Fri, 01 Sep 2000 14:16:01 +0100
4932              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
4933      Branch: perl
4934            ! gv.c mg.c
4935 ____________________________________________________________________________
4936 [  6966] By: jhi                                   on 2000/09/01  13:46:17
4937         Log: Subject: CPAN.pm beta 1.57_57 for the core
4938              From: andreas.koenig@anima.de (Andreas J. Koenig)
4939              Date: 01 Sep 2000 15:16:31 +0200
4940              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
4941      Branch: perl
4942            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4943 ____________________________________________________________________________
4944 [  6965] By: jhi                                   on 2000/09/01  13:43:18
4945         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
4946              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4947              Date: Fri, 01 Sep 2000 01:47:22 -0500
4948              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
4949      Branch: perl
4950            ! pod/perldelta.pod vms/vms.c
4951 ____________________________________________________________________________
4952 [  6964] By: jhi                                   on 2000/09/01  13:35:35
4953         Log: File::Temp patches from Andreas König,
4954              
4955              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
4956              From: andreas.koenig@anima.de (Andreas J. Koenig)
4957              Date: 01 Sep 2000 10:07:20 +0200
4958              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
4959              
4960              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
4961              From: andreas.koenig@anima.de (Andreas J. Koenig)
4962              Date: 31 Aug 2000 23:26:08 +0200
4963              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
4964      Branch: perl
4965            ! lib/File/Temp.pm t/lib/ftmp-security.t
4966 ____________________________________________________________________________
4967 [  6963] By: jhi                                   on 2000/09/01  02:22:24
4968         Log: Retract the mergesort code, way too incompatible licensing
4969              and copyrights.
4970      Branch: perl
4971            ! pod/perldelta.pod pp_ctl.c
4972 ____________________________________________________________________________
4973 [  6962] By: jhi                                   on 2000/08/31  23:27:32
4974         Log: Update Changes.
4975      Branch: perl
4976            ! Changes patchlevel.h
4977 ____________________________________________________________________________
4978 [  6961] By: jhi                                   on 2000/08/31  23:20:04
4979         Log: Small tweaks all over.
4980      Branch: metaconfig
4981            ! U/compline/d_gconvert.U
4982      Branch: perl
4983            ! AUTHORS Configure config_h.SH pp_ctl.c
4984 ____________________________________________________________________________
4985 [  6960] By: jhi                                   on 2000/08/31  22:39:36
4986         Log: Further rewording.
4987      Branch: perl
4988            ! pp_ctl.c
4989 ____________________________________________________________________________
4990 [  6959] By: jhi                                   on 2000/08/31  21:26:44
4991         Log: More address tweaking.
4992      Branch: perl
4993            ! AUTHORS Changes
4994 ____________________________________________________________________________
4995 [  6958] By: jhi                                   on 2000/08/31  20:47:25
4996         Log: AUTHORS tweaks, from Peter Prymmer.
4997              
4998              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
4999              From: Peter Prymmer <pvhp@forte.com>
5000              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
5001              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
5002      Branch: perl
5003            ! AUTHORS MAINTAIN
5004 ____________________________________________________________________________
5005 [  6957] By: jhi                                   on 2000/08/31  20:34:43
5006         Log: perldelta tweaks.
5007      Branch: perl
5008            ! pod/perldelta.pod
5009 ____________________________________________________________________________
5010 [  6956] By: jhi                                   on 2000/08/31  19:11:06
5011         Log: Regen perltoc.
5012      Branch: perl
5013            ! pod/perltoc.pod
5014 ____________________________________________________________________________
5015 [  6955] By: jhi                                   on 2000/08/31  19:06:30
5016         Log: Clarify the mergesort situation.
5017      Branch: perl
5018            ! pp_ctl.c
5019 ____________________________________________________________________________
5020 [  6954] By: jhi                                   on 2000/08/31  18:24:17
5021         Log: Move the Solaris 7 scan to use64bitall, make the
5022              failure to find 64-bot sparc libc to mention the
5023              possibility of being in an intel, from Lupe and Alan.
5024      Branch: perl
5025            ! hints/solaris_2.sh
5026 ____________________________________________________________________________
5027 [  6953] By: jhi                                   on 2000/08/31  18:09:20
5028         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
5029              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
5030      Branch: metaconfig
5031            ! U/compline/d_gconvert.U U/threads/archname.U
5032      Branch: metaconfig/U/perl
5033            ! perlxv.U
5034      Branch: perl
5035            ! Configure config_h.SH sv.c
5036 ____________________________________________________________________________
5037 [  6951] By: jhi                                   on 2000/08/31  17:02:05
5038         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
5039      Branch: perl
5040            ! perl.h
5041 ____________________________________________________________________________
5042 [  6950] By: jhi                                   on 2000/08/31  16:26:08
5043         Log: More author updates.
5044              
5045              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
5046              From: Simon Cozens <simon@cozens.net>
5047              Date: Thu, 31 Aug 2000 17:13:32 +0100
5048              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
5049      Branch: perl
5050            ! AUTHORS
5051 ____________________________________________________________________________
5052 [  6949] By: jhi                                   on 2000/08/31  16:04:49
5053         Log: POSIX doesn't report long double values under -Duselongdouble
5054              when the long doubles are "real" (bigger than doubles).
5055              
5056              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
5057              From: Spider Boardman <spider@peano.zk3.dec.com>
5058              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
5059              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
5060      Branch: perl
5061            ! ext/POSIX/POSIX.xs
5062 ____________________________________________________________________________
5063 [  6948] By: jhi                                   on 2000/08/31  15:25:10
5064         Log: Update Changes.
5065      Branch: perl
5066            ! Changes patchlevel.h
5067 ____________________________________________________________________________
5068 [  6947] By: jhi                                   on 2000/08/31  15:22:29
5069         Log: Document UNTIE in a very minimalistic way.
5070      Branch: perl
5071            ! pod/perlfunc.pod pod/perltie.pod
5072 ____________________________________________________________________________
5073 [  6946] By: jhi                                   on 2000/08/31  15:15:23
5074         Log: Document known failures.
5075      Branch: perl
5076            ! pod/perldelta.pod
5077 ____________________________________________________________________________
5078 [  6945] By: jhi                                   on 2000/08/31  15:07:00
5079         Log: Don't attach -ld to the archname if pointless.
5080      Branch: metaconfig
5081            ! U/threads/archname.U
5082      Branch: perl
5083            ! Configure config_h.SH
5084 ____________________________________________________________________________
5085 [  6944] By: jhi                                   on 2000/08/31  14:37:42
5086         Log: Wrap the test in eval.
5087              
5088              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
5089              From: Tim Jenness <timj@jach.hawaii.edu>
5090              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
5091              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
5092      Branch: perl
5093            ! t/lib/ftmp-security.t
5094 ____________________________________________________________________________
5095 [  6943] By: jhi                                   on 2000/08/31  14:30:57
5096         Log: Make -Dusemorebits find long doubles in Solaris.
5097      Branch: perl
5098            ! hints/solaris_2.sh
5099 ____________________________________________________________________________
5100 [  6942] By: jhi                                   on 2000/08/31  13:48:45
5101         Log: Clarify the third case of ftmp-security warnings.
5102      Branch: perl
5103            ! INSTALL
5104 ____________________________________________________________________________
5105 [  6941] By: jhi                                   on 2000/08/31  13:40:31
5106         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
5107              From: <abigail@foad.org>
5108              Date: Thu, 31 Aug 2000 01:35:05 -0400
5109              Message-ID: <20000831053505.32120.qmail@foad.org>
5110      Branch: perl
5111            ! pod/perldelta.pod
5112 ____________________________________________________________________________
5113 [  6940] By: jhi                                   on 2000/08/31  13:38:48
5114         Log: Issue useful diagnostic on unknown pod commands.
5115              
5116              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
5117              From: <abigail@foad.org>
5118              Date: Thu, 31 Aug 2000 03:41:18 -0400
5119              Message-ID: <20000831074118.24880.qmail@foad.org>
5120      Branch: perl
5121            ! lib/Pod/Man.pm
5122 ____________________________________________________________________________
5123 [  6939] By: jhi                                   on 2000/08/31  13:34:33
5124         Log: Reveal Borland's isnan.
5125              
5126              Subject: build with BC++ tweak
5127              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5128              Date: Thu, 31 Aug 2000 13:09:37 +0400
5129              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
5130      Branch: perl
5131            ! win32/win32.h
5132 ____________________________________________________________________________
5133 [  6938] By: jhi                                   on 2000/08/31  05:01:20
5134         Log: Update Changes.
5135      Branch: perl
5136            ! Changes patchlevel.h
5137 ____________________________________________________________________________
5138 [  6937] By: jhi                                   on 2000/08/31  04:26:23
5139         Log: sscanf() may be the only way to read long doubles from strings.
5140      Branch: metaconfig/U/perl
5141            ! longdblfio.U
5142      Branch: perl
5143            ! Configure config_h.SH perl.h util.c
5144 ____________________________________________________________________________
5145 [  6936] By: jhi                                   on 2000/08/31  04:18:19
5146         Log: The #6929 was too skimpy.
5147      Branch: perl
5148            ! sv.c
5149 ____________________________________________________________________________
5150 [  6935] By: jhi                                   on 2000/08/31  02:47:07
5151         Log: Subject: Re: typos in pods
5152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5153              Date: Wed, 30 Aug 2000 19:25:34 -0700
5154              Message-ID: <eIcr5gzkg25X092yn@efn.org>
5155      Branch: perl
5156            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
5157 ____________________________________________________________________________
5158 [  6934] By: jhi                                   on 2000/08/31  02:42:55
5159         Log: Missed one Unicode file.
5160      Branch: perl
5161            + lib/unicode/UCDFF301.html
5162 ____________________________________________________________________________
5163 [  6933] By: jhi                                   on 2000/08/30  23:42:27
5164         Log: Update Changes.
5165      Branch: perl
5166            ! Changes patchlevel.h
5167 ____________________________________________________________________________
5168 [  6932] By: jhi                                   on 2000/08/30  23:40:07
5169         Log: Mention UNTIE in perldelta.  Still needs documenting
5170              in perltie et alia.
5171      Branch: perl
5172            ! pod/perldelta.pod
5173 ____________________________________________________________________________
5174 [  6931] By: jhi                                   on 2000/08/30  23:36:02
5175         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
5176              From: <abigail@foad.org>
5177              Date: Wed, 30 Aug 2000 19:28:07 -0400
5178              Message-ID: <20000830232807.305.qmail@foad.org>
5179      Branch: perl
5180            ! pod/perldelta.pod
5181 ____________________________________________________________________________
5182 [  6930] By: jhi                                   on 2000/08/30  23:32:40
5183         Log: Update to Unicode 3.0.1.
5184      Branch: perl
5185            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
5186            + lib/unicode/PropList.txt lib/unicode/README.perl
5187            + lib/unicode/UCD301.html lib/unicode/Unicode.301
5188            - lib/unicode/Props.txt lib/unicode/UCD300.html
5189            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
5190            ! (edit 257 files)
5191 ____________________________________________________________________________
5192 [  6929] By: jhi                                   on 2000/08/30  22:38:18
5193         Log: Heap decorruption.
5194              
5195              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
5196              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5197              Date: Wed, 30 Aug 2000 22:39:52 +0100
5198              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
5199      Branch: perl
5200            ! sv.c
5201 ____________________________________________________________________________
5202 [  6928] By: jhi                                   on 2000/08/30  22:29:34
5203         Log: Retract the dummy test, skip the security tests (instead of failing),
5204              explain what the warnings mean.
5205      Branch: perl
5206            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
5207 ____________________________________________________________________________
5208 [  6927] By: jhi                                   on 2000/08/30  22:14:13
5209         Log: Change the internal implementation of sort() to be mergesort
5210              instead of quicksort, from John Linderman <jpl@research.att.com>.
5211              Gives us better worst case, better average case, and stability.
5212              What's there not to like?  (Small fixes for threaded builds
5213              were required).
5214      Branch: perl
5215            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
5216 ____________________________________________________________________________
5217 [  6926] By: jhi                                   on 2000/08/30  20:55:20
5218         Log: A better fix for the Socket building problem from Craig Berry.
5219      Branch: perl
5220            ! vms/vms.c
5221 ____________________________________________________________________________
5222 [  6925] By: jhi                                   on 2000/08/30  20:20:25
5223         Log: Subject: [PATCH] Re: UNTIE method 
5224              From: Nick Ing-Simmons <nik@tiuk.ti.com>
5225              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
5226              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
5227      Branch: perl
5228            ! pp_sys.c t/op/tie.t
5229 ____________________________________________________________________________
5230 [  6924] By: jhi                                   on 2000/08/30  20:17:11
5231         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
5232              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5233              Date: Wed, 30 Aug 2000 15:03:14 -0500
5234              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
5235      Branch: perl
5236            ! vms/vms.c
5237 ____________________________________________________________________________
5238 [  6923] By: jhi                                   on 2000/08/30  20:15:18
5239         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
5240              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5241              Date: Wed, 30 Aug 2000 13:30:36 -0500
5242              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
5243      Branch: perl
5244            ! vms/vms.c
5245 ____________________________________________________________________________
5246 [  6922] By: jhi                                   on 2000/08/30  19:54:43
5247         Log: Better options for rsync.
5248      Branch: perl
5249            ! pod/perlhack.pod
5250 ____________________________________________________________________________
5251 [  6921] By: jhi                                   on 2000/08/30  19:40:16
5252         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
5253              From: Rick Delaney <rick@consumercontact.com>
5254              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
5255              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
5256      Branch: perl
5257            ! pod/perlfunc.pod
5258 ____________________________________________________________________________
5259 [  6920] By: jhi                                   on 2000/08/30  19:36:40
5260         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
5261              From: Peter Prymmer <pvhp@forte.com>
5262              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
5263              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
5264      Branch: perl
5265            ! configure.com
5266 ____________________________________________________________________________
5267 [  6919] By: jhi                                   on 2000/08/30  14:52:02
5268         Log: Update Changes.
5269      Branch: perl
5270            ! Changes patchlevel.h
5271 ____________________________________________________________________________
5272 [  6918] By: jhi                                   on 2000/08/30  14:48:34
5273         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
5274      Branch: perl
5275            ! lib/ExtUtils/typemap
5276 ____________________________________________________________________________
5277 [  6917] By: jhi                                   on 2000/08/30  14:46:34
5278         Log: Subject: typos in pods
5279              From: Nicholas Clark <nick@ccl4.org>
5280              Date: Wed, 30 Aug 2000 01:12:50 +0100
5281              Message-ID: <20000830011249.A61388@plum.flirble.org>
5282      Branch: perl
5283            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
5284            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
5285            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
5286            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
5287 ____________________________________________________________________________
5288 [  6916] By: jhi                                   on 2000/08/30  14:19:09
5289         Log: Document Storable problems on Crays.  (Will have
5290              to document all the other Storable problems, too.)
5291      Branch: perl
5292            ! pod/perldelta.pod
5293 ____________________________________________________________________________
5294 [  6915] By: jhi                                   on 2000/08/30  14:06:02
5295         Log: Subject: [PATCH] fix misc cast warnings
5296              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5297              Date: Tue, 29 Aug 2000 23:16:14 -0700
5298              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
5299      Branch: perl
5300            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
5301            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
5302            ! os2/os2ish.h
5303 ____________________________________________________________________________
5304 [  6914] By: jhi                                   on 2000/08/30  14:03:45
5305         Log: Timestamp mismatch again.  Need to fix this dependence on
5306              config_h.SH timestamp, since it's the contents of config_h.SH
5307              that matter.
5308      Branch: perl
5309            ! uconfig.h uconfig.sh
5310 ____________________________________________________________________________
5311 [  6913] By: jhi                                   on 2000/08/30  13:54:06
5312         Log: Don't say "Perl 5.0 source kit".
5313      Branch: perl
5314            ! perl.c
5315 ____________________________________________________________________________
5316 [  6912] By: jhi                                   on 2000/08/30  13:51:24
5317         Log: Reset archname and archname64 always, forcing them be
5318              recomputed at each Configure run, make Configure and
5319              the hints files agree on the naming of largefiles variables.
5320      Branch: metaconfig
5321            ! U/threads/archname.U
5322      Branch: metaconfig/U/perl
5323            ! use64bits.U
5324      Branch: perl
5325            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
5326            ! hints/linux.sh hints/solaris_2.sh
5327 ____________________________________________________________________________
5328 [  6911] By: jhi                                   on 2000/08/30  13:30:13
5329         Log: Put back the slice accidentally removed by #6907.
5330      Branch: perl
5331            ! hints/solaris_2.sh
5332 ____________________________________________________________________________
5333 [  6910] By: jhi                                   on 2000/08/30  01:24:26
5334         Log: Be consistent: other Net::get* do export theirs.
5335              
5336              Subject: Re: Net::protoent does not export 'getproto'
5337              From: Yasushi Nakajima <sey@jkc.co.jp>
5338              Date: Wed, 30 Aug 2000 09:53:14 +0900
5339              Message-Id: <200008300051.DAA24700@taku.hut.fi>
5340      Branch: perl
5341            ! lib/Net/protoent.pm
5342 ____________________________________________________________________________
5343 [  6909] By: jhi                                   on 2000/08/30  01:17:25
5344         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
5345              From: Gurusamy Sarathy <gsar@ActiveState.com>
5346              Date: Tue, 29 Aug 2000 17:17:07 -0700
5347              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
5348      Branch: perl
5349            ! cop.h
5350 ____________________________________________________________________________
5351 [  6908] By: jhi                                   on 2000/08/30  00:58:05
5352         Log: Update Changes.
5353      Branch: perl
5354            ! Changes patchlevel.h
5355 ____________________________________________________________________________
5356 [  6907] By: jhi                                   on 2000/08/30  00:57:22
5357         Log: Introduce ccname to keep track of what compiler kind of we have.
5358      Branch: metaconfig/U/perl
5359            ! Checkcc.U gccvers.U
5360      Branch: perl
5361            ! Configure config_h.SH hints/solaris_2.sh
5362 ____________________________________________________________________________
5363 [  6906] By: jhi                                   on 2000/08/30  00:25:47
5364         Log: Put back the flags dump as reasoned in
5365              
5366              Subject: Re: [PATCH] Glob dumping
5367              From: Mike Guy <mjtg@cam.ac.uk> 
5368              Date: Tue, 29 Aug 2000 21:41:32 +0100
5369              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
5370      Branch: perl
5371            ! dump.c t/lib/peek.t
5372 ____________________________________________________________________________
5373 [  6905] By: jhi                                   on 2000/08/30  00:16:17
5374         Log: Make the epsilon to be relative, not absolute.
5375              
5376              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
5377              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
5378              Date: Tue, 29 Aug 2000 19:58:56 -0400
5379              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
5380      Branch: perl
5381            ! t/lib/trig.t
5382 ____________________________________________________________________________
5383 [  6904] By: jhi                                   on 2000/08/30  00:13:09
5384         Log: From now on, Gisle is on my list of usual suspects :-)
5385              Retract #6902.
5386      Branch: perl
5387            ! ext/Opcode/Safe.pm
5388 ____________________________________________________________________________
5389 [  6903] By: jhi                                   on 2000/08/29  23:51:20
5390         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
5391              From: "Craig A. Berry" <craig.berry@psinetcs.com>
5392              Date: Tue, 29 Aug 2000 18:43:26 -0500
5393              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
5394      Branch: perl
5395            + vms/vmspipe.com
5396            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
5397            ! vms/vms.c
5398 ____________________________________________________________________________
5399 [  6902] By: jhi                                   on 2000/08/29  23:44:14
5400         Log: Retry what #6882 attempted.
5401              
5402              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
5403              From: Gisle Aas <gisle@ActiveState.com>
5404              Date: 30 Aug 2000 00:33:09 +0200
5405              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
5406      Branch: perl
5407            ! ext/Opcode/Safe.pm
5408 ____________________________________________________________________________
5409 [  6901] By: jhi                                   on 2000/08/29  22:59:32
5410         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
5411              From: Hugo <hv@crypt.compulink.co.uk>
5412              Date: Mon, 12 Jun 2000 19:36:08 +0100
5413              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
5414      Branch: perl
5415            ! sv.c
5416 ____________________________________________________________________________
5417 [  6900] By: jhi                                   on 2000/08/29  22:58:35
5418         Log: Admit that we are leaking scalars.
5419              
5420              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
5421              From: Spider Boardman <spider@leggy.zk3.dec.com>
5422              Date: Tue, 29 Aug 2000 18:48:29 -0400
5423              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
5424      Branch: perl
5425            ! t/pragma/warnings.t
5426 ____________________________________________________________________________
5427 [  6899] By: jhi                                   on 2000/08/29  20:53:13
5428         Log: Update Changes.
5429      Branch: perl
5430            ! Changes patchlevel.h
5431 ____________________________________________________________________________
5432 [  6898] By: jhi                                   on 2000/08/29  20:46:21
5433         Log: Undo namespace pollution of #6878.
5434              
5435              Subject: Re: Net::protoent does not export 'getproto'
5436              From: Mike Guy <mjtg@cam.ac.uk>
5437              Date: Tue, 29 Aug 2000 21:32:37 +0100
5438              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
5439      Branch: perl
5440            ! lib/Net/protoent.pm
5441 ____________________________________________________________________________
5442 [  6897] By: jhi                                   on 2000/08/29  20:44:29
5443         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
5444              From: Peter Prymmer <pvhp@forte.com>
5445              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
5446              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
5447      Branch: perl
5448            ! pod/perlebcdic.pod
5449 ____________________________________________________________________________
5450 [  6896] By: jhi                                   on 2000/08/29  20:40:57
5451         Log: There's no point repeating the 'revision' (5) of perl5.
5452      Branch: metaconfig/U/perl
5453            ! Devel.U patchlevel.U
5454      Branch: perl
5455            ! Configure config_h.SH
5456 ____________________________________________________________________________
5457 [  6895] By: jhi                                   on 2000/08/29  20:16:58
5458         Log: Regen Configure for #6894.
5459      Branch: metaconfig/U/perl
5460            ! perladmin.U
5461      Branch: perl
5462            ! Configure config_h.SH
5463 ____________________________________________________________________________
5464 [  6894] By: jhi                                   on 2000/08/29  19:59:52
5465         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
5466              From: "Philip Newton" <Philip.Newton@gmx.net>
5467              Date: Tue, 29 Aug 2000 21:39:14 +0200
5468              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
5469      Branch: perl
5470            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
5471            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
5472            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
5473            ! utils/perlbug.PL
5474 ____________________________________________________________________________
5475 [  6893] By: jhi                                   on 2000/08/29  19:55:30
5476         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
5477              From: "Philip Newton" <Philip.Newton@gmx.net>
5478              Date: Tue, 29 Aug 2000 21:39:14 +0200
5479              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
5480      Branch: perl
5481            ! installhtml
5482 ____________________________________________________________________________
5483 [  6892] By: jhi                                   on 2000/08/29  19:53:59
5484         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
5485              From: "Philip Newton" <Philip.Newton@gmx.net>
5486              Date: Tue, 29 Aug 2000 21:48:18 +0200
5487              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
5488      Branch: perl
5489            ! lib/File/Temp.pm
5490 ____________________________________________________________________________
5491 [  6891] By: jhi                                   on 2000/08/29  18:30:03
5492         Log: Nail the ID 20000828.023.
5493      Branch: perl
5494            ! ext/Storable/Storable.xs
5495 ____________________________________________________________________________
5496 [  6890] By: jhi                                   on 2000/08/29  16:50:17
5497         Log: Under usethreads the dumped variable is IN_PAD.
5498              
5499              Subject: Re: [PATCH] Glob dumping
5500              From: Gisle Aas <gisle@ActiveState.com>
5501              Date: 29 Aug 2000 18:45:05 +0200
5502              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
5503      Branch: perl
5504            ! t/lib/peek.t
5505 ____________________________________________________________________________
5506 [  6889] By: jhi                                   on 2000/08/29  15:17:37
5507         Log: Update Changes.
5508      Branch: perl
5509            ! Changes patchlevel.h
5510 ____________________________________________________________________________
5511 [  6888] By: jhi                                   on 2000/08/29  14:49:59
5512         Log: Retract #6882, broke the safe tests.
5513      Branch: perl
5514            ! ext/Opcode/Safe.pm
5515 ____________________________________________________________________________
5516 [  6887] By: jhi                                   on 2000/08/29  14:47:06
5517         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
5518              From: Gisle Aas <gisle@ActiveState.com> 
5519              Date: 09 Jun 2000 20:00:11 +0200
5520              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
5521      Branch: perl
5522            ! utils/perldoc.PL
5523 ____________________________________________________________________________
5524 [  6886] By: jhi                                   on 2000/08/29  14:42:45
5525         Log: The #6881 removed one dump line.
5526      Branch: perl
5527            ! t/lib/peek.t
5528 ____________________________________________________________________________
5529 [  6885] By: jhi                                   on 2000/08/29  14:30:47
5530         Log: Don't forget to tidy up.
5531      Branch: perl
5532            ! t/lib/ftmp-security.t
5533 ____________________________________________________________________________
5534 [  6884] By: jhi                                   on 2000/08/29  14:25:17
5535         Log: Disabling the one test is a bit tricky.
5536      Branch: perl
5537            ! t/lib/ftmp-security.t
5538 ____________________________________________________________________________
5539 [  6883] By: jhi                                   on 2000/08/29  14:16:25
5540         Log: Disable one of the tests for now.
5541      Branch: perl
5542            ! t/lib/ftmp-security.t
5543 ____________________________________________________________________________
5544 [  6882] By: jhi                                   on 2000/08/29  14:05:50
5545         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
5546              From: gisle@aas.no
5547              Date: 29 Aug 2000 10:35:06 -0000
5548              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
5549      Branch: perl
5550            ! ext/Opcode/Safe.pm
5551 ____________________________________________________________________________
5552 [  6881] By: jhi                                   on 2000/08/29  14:03:51
5553         Log: Subject: [PATCH] Glob dumping
5554              From: Gisle Aas <gisle@ActiveState.com>
5555              Date: 29 Aug 2000 07:59:42 -0000
5556              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
5557      Branch: perl
5558            ! dump.c
5559 ____________________________________________________________________________
5560 [  6880] By: jhi                                   on 2000/08/29  14:02:01
5561         Log: Subject: [PATCH] Warnings in B::Deparse
5562              From: <abigail@foad.org>
5563              Date: Tue, 29 Aug 2000 00:00:01 -0400
5564              Message-ID: <20000829040001.2999.qmail@foad.org>
5565      Branch: perl
5566            ! ext/B/B/Deparse.pm
5567 ____________________________________________________________________________
5568 [  6879] By: jhi                                   on 2000/08/29  13:57:26
5569         Log: Missed a change in #6869.
5570      Branch: perl
5571            ! mg.c
5572 ____________________________________________________________________________
5573 [  6878] By: jhi                                   on 2000/08/29  13:45:04
5574         Log: Subject: Net::protoent does not export 'getproto'
5575              From: Yasushi Nakajima <sey@jkc.co.jp>
5576              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
5577      Branch: perl
5578            ! lib/Net/protoent.pm
5579 ____________________________________________________________________________
5580 [  6877] By: jhi                                   on 2000/08/29  13:39:19
5581         Log: Patches all over for people and the files they (hopefully) care about.
5582      Branch: perl
5583            ! AUTHORS Changes MAINTAIN
5584 ____________________________________________________________________________
5585 [  6876] By: jhi                                   on 2000/08/29  12:53:54
5586         Log: Fix for thinko in #6848.
5587              
5588              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
5589              From: Lupe Christoph <lupe@lupe-christoph.de>
5590              Date: Tue, 29 Aug 2000 09:04:08 +0200
5591              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
5592      Branch: perl
5593            ! ext/Thread/Thread.xs
5594 ____________________________________________________________________________
5595 [  6875] By: jhi                                   on 2000/08/29  12:50:14
5596         Log: Update to Getopt::Long 2.24, from Johan Vromans.
5597      Branch: perl
5598            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
5599 ____________________________________________________________________________
5600 [  6874] By: jhi                                   on 2000/08/29  02:09:53
5601         Log: Use minimal @INC in tests, most of the time just '../lib',
5602              so that we simply can't pick up stuff from other Perls than
5603              the one we are testing.  Pointed out by
5604              
5605              From: Mike Guy <mjtg@cam.ac.uk>
5606              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
5607              Date: Fri, 25 Aug 2000 15:15:59 +0100
5608              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
5609      Branch: perl
5610            ! (edit 185 files)
5611 ____________________________________________________________________________
5612 [  6873] By: jhi                                   on 2000/08/29  01:07:11
5613         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
5614              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5615              Date: Mon, 28 Aug 2000 17:45:52 -0700
5616              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
5617      Branch: perl
5618            ! Makefile.SH hints/os2.sh
5619 ____________________________________________________________________________
5620 [  6872] By: jhi                                   on 2000/08/28  23:33:39
5621         Log: Subject: [PATCH bleedperl@6866] spellings
5622              From: marcel@codewerk.com (Marcel Grunauer)
5623              Date: Tue, 29 Aug 2000 01:19:59 +0200
5624              Message-Id: <200008282319.BAA29862@gandalf.local>
5625      Branch: perl
5626            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
5627            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
5628            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
5629 ____________________________________________________________________________
5630 [  6871] By: jhi                                   on 2000/08/28  23:22:09
5631         Log: Take out the SUIDMAIL thing, that will not be
5632              a problem in 5.7.*.
5633      Branch: perl
5634            ! patchlevel.h
5635 ____________________________________________________________________________
5636 [  6870] By: jhi                                   on 2000/08/28  23:19:30
5637         Log: -S is the silent flag, -s is the strip flag.
5638              
5639              Subject: [PATCH] Re: [PATCH] make no-install          
5640              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5641              Date: Mon, 28 Aug 2000 15:12:55 -0700
5642              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
5643      Branch: perl
5644            ! Makefile.SH
5645 ____________________________________________________________________________
5646 [  6869] By: jhi                                   on 2000/08/28  23:12:05
5647         Log: Subject: [PATCH bleedperl@6856] warnings fixes
5648              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5649              Date: Mon, 28 Aug 2000 23:55:06 +0100
5650              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
5651      Branch: perl
5652            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
5653            ! warnings.h warnings.pl
5654 ____________________________________________________________________________
5655 [  6868] By: jhi                                   on 2000/08/28  21:38:22
5656         Log: Potential cruft.
5657      Branch: perl
5658            ! Makefile.SH
5659 ____________________________________________________________________________
5660 [  6867] By: jhi                                   on 2000/08/28  21:35:36
5661         Log: Update Changes.
5662      Branch: perl
5663            ! Changes patchlevel.h
5664 ____________________________________________________________________________
5665 [  6866] By: jhi                                   on 2000/08/28  21:33:49
5666         Log: Subject: hv.h Doc Patch
5667              From: Fisher Mark <fisherm@tce.com>
5668              Date: Mon, 28 Aug 2000 16:24:59 -0500
5669              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
5670      Branch: perl
5671            ! hv.h
5672 ____________________________________________________________________________
5673 [  6865] By: jhi                                   on 2000/08/28  21:02:15
5674         Log: Add -ld to archname on long tr...double platforms.
5675      Branch: metaconfig
5676            ! U/threads/archname.U
5677      Branch: perl
5678            ! Configure config_h.SH
5679 ____________________________________________________________________________
5680 [  6864] By: jhi                                   on 2000/08/28  20:38:59
5681         Log: An attempt to fix the problem reported in
5682              
5683              Subject: Building perl@6856 using gcc/AIX 4.3.3 
5684              From: Daniel Muino <dmuino@afip.gov.ar> 
5685              Date: Mon, 28 Aug 2000 15:50:01 -0300   
5686              Message-ID: <20000828155001.A14403@con2-dgi>
5687              
5688              I can't test this properly since the gcc installation I have
5689              access to seems to be botched (gcc is calling the AIX cpp,
5690              a losing proposition...)
5691      Branch: perl
5692            ! hints/aix.sh
5693 ____________________________________________________________________________
5694 [  6863] By: jhi                                   on 2000/08/28  18:57:52
5695         Log: Fix for ID 20000828.001, long doubles were not formatted
5696              correctly (showed up in $], which stopped installing perl).
5697      Branch: perl
5698            ! sv.c
5699 ____________________________________________________________________________
5700 [  6862] By: jhi                                   on 2000/08/28  18:07:15
5701         Log: Typo in #6858.
5702      Branch: perl
5703            ! lib/Cwd.pm
5704 ____________________________________________________________________________
5705 [  6861] By: jhi                                   on 2000/08/28  17:57:27
5706         Log: opmini.o may be left around if a build is interrupted.
5707      Branch: perl
5708            ! Makefile.SH
5709 ____________________________________________________________________________
5710 [  6860] By: jhi                                   on 2000/08/28  16:52:50
5711         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
5712              From: Daniel Chetlin <daniel@chetlin.com>
5713              Date: Mon, 28 Aug 2000 01:14:18 -0700
5714              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
5715      Branch: perl
5716            ! lib/overload.pm
5717 ____________________________________________________________________________
5718 [  6859] By: jhi                                   on 2000/08/28  16:08:46
5719         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
5720              From: Nicholas Clark <nick@ccl4.org>
5721              Date: Mon, 28 Aug 2000 16:03:27 +0100
5722              Message-Id: <20000828160327.C49785@plum.flirble.org>
5723      Branch: perl
5724            ! ext/ByteLoader/bytecode.h
5725 ____________________________________________________________________________
5726 [  6858] By: jhi                                   on 2000/08/28  16:02:10
5727         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
5728              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
5729              Date: Mon, 28 Aug 2000 13:08:30 +0200
5730              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
5731      Branch: perl
5732            ! lib/Cwd.pm
5733 ____________________________________________________________________________
5734 [  6857] By: jhi                                   on 2000/08/28  15:42:47
5735         Log: display_format used as a class method without arguments was broken,
5736              reported in
5737              
5738              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
5739              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
5740              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
5741              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
5742      Branch: perl
5743            ! lib/Math/Complex.pm t/lib/complex.t
5744 ____________________________________________________________________________
5745 [  6856] By: jhi                                   on 2000/08/27  22:09:48
5746         Log: Update Changes.
5747      Branch: perl
5748            ! Changes patchlevel.h
5749 ____________________________________________________________________________
5750 [  6855] By: jhi                                   on 2000/08/27  21:59:21
5751         Log: Retract #6853 (false alarm).
5752      Branch: perl
5753            ! lib/ExtUtils/xsubpp
5754 ____________________________________________________________________________
5755 [  6854] By: jhi                                   on 2000/08/27  21:37:44
5756         Log: Update Changes.
5757      Branch: perl
5758            ! Changes patchlevel.h
5759 ____________________________________________________________________________
5760 [  6853] By: jhi                                   on 2000/08/27  21:37:16
5761         Log: Subject: [PATCH perl@6850] workaround for xsubpp
5762              From: Hugo <hv@crypt.compulink.co.uk>
5763              Date: Sun, 27 Aug 2000 22:30:25 +0100
5764              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
5765      Branch: perl
5766            ! lib/ExtUtils/xsubpp
5767 ____________________________________________________________________________
5768 [  6852] By: jhi                                   on 2000/08/27  21:33:58
5769         Log: Big-endian 64-bit patch from Raphael Manfredi.
5770      Branch: perl
5771            ! ext/Storable/Storable.xs
5772 ____________________________________________________________________________
5773 [  6851] By: jhi                                   on 2000/08/27  21:22:21
5774         Log: More ruthless editing from Hugo van der Sanden.
5775      Branch: perl
5776            ! pod/perldelta.pod
5777 ____________________________________________________________________________
5778 [  6850] By: jhi                                   on 2000/08/27  16:11:46
5779         Log: Update Changes.
5780      Branch: perl
5781            ! Changes patchlevel.h
5782 ____________________________________________________________________________
5783 [  6849] By: jhi                                   on 2000/08/27  16:11:05
5784         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
5785      Branch: perl
5786            ! configpm pod/perldelta.pod
5787 ____________________________________________________________________________
5788 [  6848] By: jhi                                   on 2000/08/27  15:35:08
5789         Log: Use the actual thread type, not the pointer-to-struct.
5790      Branch: perl
5791            ! ext/Thread/Thread.xs
5792 ____________________________________________________________________________
5793 [  6847] By: jhi                                   on 2000/08/27  15:30:49
5794         Log: Test nit.
5795      Branch: perl
5796            ! t/pragma/warn/pp_sys
5797 ____________________________________________________________________________
5798 [  6846] By: jhi                                   on 2000/08/27  15:19:02
5799         Log: Passing -R in ldflags makes now it to appear in the default
5800              for lddlflags, just like with -L.
5801              
5802              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5803              From: Lupe Christoph <lupe@lupe-christoph.de>
5804              Date: Sun, 27 Aug 2000 10:28:21 +0200
5805              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
5806      Branch: metaconfig/U/perl
5807            ! dlsrc.U
5808      Branch: perl
5809            ! Configure
5810 ____________________________________________________________________________
5811 [  6845] By: jhi                                   on 2000/08/27  15:08:54
5812         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
5813              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5814              Date: Sat, 26 Aug 2000 22:23:27 +0100
5815              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
5816      Branch: perl
5817            ! lib/ExtUtils/MM_Unix.pm
5818 ____________________________________________________________________________
5819 [  6844] By: jhi                                   on 2000/08/27  15:02:37
5820         Log: DJGPP update from Laszlo Molnar.
5821              
5822              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
5823              From: ml1050 <ml1050@freemail.hu>
5824              Date: Sat, 26 Aug 2000 23:24:40 +0200
5825              Message-Id: <20000826232440.A439@freemail.hu>
5826      Branch: perl
5827            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
5828            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
5829 ____________________________________________________________________________
5830 [  6843] By: jhi                                   on 2000/08/27  14:53:58
5831         Log: Subject: installman buglet
5832              From: Lupe Christoph <lupe@lupe-christoph.de>
5833              Date: Sun, 27 Aug 2000 14:38:59 +0200
5834              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
5835      Branch: perl
5836            ! installman
5837 ____________________________________________________________________________
5838 [  6842] By: jhi                                   on 2000/08/27  14:52:08
5839         Log: Can't get the test to reliably work thanks to the
5840              inaccurateness of floating point.  "Resolves" bug ids
5841              20000826.003, 20000826.009, 20000826.010,
5842      Branch: perl
5843            ! t/lib/trig.t
5844 ____________________________________________________________________________
5845 [  6841] By: jhi                                   on 2000/08/26  15:53:58
5846         Log: Update Changes.
5847      Branch: perl
5848            ! Changes patchlevel.h
5849 ____________________________________________________________________________
5850 [  6840] By: jhi                                   on 2000/08/26  14:23:03
5851         Log: grep -e isn't portable.
5852              
5853              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
5854              From: chris@broadband.att.com
5855              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
5856              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
5857      Branch: perl
5858            ! hints/solaris_2.sh
5859 ____________________________________________________________________________
5860 [  6839] By: jhi                                   on 2000/08/26  14:12:23
5861         Log: no-install target a la make -n.
5862              
5863              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
5864              From: <abigail@foad.org>
5865              Date: Sat, 26 Aug 2000 03:57:34 -0400
5866              Message-ID: <20000826075735.18912.qmail@foad.org>
5867      Branch: perl
5868            ! Makefile.SH installman installperl
5869 ____________________________________________________________________________
5870 [  6838] By: jhi                                   on 2000/08/26  14:06:33
5871         Log: Retract #6826 as the #6828 should be do the same
5872              in a More Correct Way.
5873      Branch: perl
5874            ! installperl
5875 ____________________________________________________________________________
5876 [  6837] By: jhi                                   on 2000/08/26  05:24:00
5877         Log: More casting.
5878      Branch: perl
5879            ! ext/Storable/Storable.xs
5880 ____________________________________________________________________________
5881 [  6836] By: jhi                                   on 2000/08/26  05:05:46
5882         Log: Nicer in decimal.
5883      Branch: perl
5884            ! ext/Storable/Storable.xs
5885 ____________________________________________________________________________
5886 [  6835] By: jhi                                   on 2000/08/26  05:03:50
5887         Log: There be no UVdf.
5888      Branch: perl
5889            ! ext/Storable/Storable.xs
5890 ____________________________________________________________________________
5891 [  6834] By: jhi                                   on 2000/08/26  05:00:18
5892         Log: Continue IVdfing and UVxfing.
5893      Branch: perl
5894            ! ext/Storable/Storable.xs
5895 ____________________________________________________________________________
5896 [  6833] By: jhi                                   on 2000/08/26  04:53:14
5897         Log: Use IVdf.
5898      Branch: perl
5899            ! ext/Storable/Storable.xs
5900 ____________________________________________________________________________
5901 [  6832] By: jhi                                   on 2000/08/26  04:40:41
5902         Log: Document PTR2XX and INT2PTR.
5903      Branch: perl
5904            ! pod/perlguts.pod
5905 ____________________________________________________________________________
5906 [  6831] By: jhi                                   on 2000/08/26  04:33:18
5907         Log: Use UVxf, PTR2UV, NVff.
5908      Branch: perl
5909            ! ext/Storable/Storable.xs
5910 ____________________________________________________________________________
5911 [  6830] By: jhi                                   on 2000/08/26  04:31:32
5912         Log: Update the test count.
5913      Branch: perl
5914            ! t/lib/trig.t
5915 ____________________________________________________________________________
5916 [  6829] By: jhi                                   on 2000/08/26  03:05:50
5917         Log: Subject: [PATCH] installation not quite silent yet.
5918              From: <abigail@foad.org>
5919              Date: Fri, 25 Aug 2000 20:07:53 -0400
5920              Message-ID: <20000826000753.7822.qmail@foad.org>
5921      Branch: perl
5922            ! installman installperl
5923 ____________________________________________________________________________
5924 [  6828] By: jhi                                   on 2000/08/26  03:05:14
5925         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5926              From: Spider Boardman <spider@web.zk3.dec.com>
5927              Date: Fri, 25 Aug 2000 19:12:40 -0400
5928              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
5929      Branch: perl
5930            ! gv.c
5931 ____________________________________________________________________________
5932 [  6827] By: jhi                                   on 2000/08/25  23:54:34
5933         Log: Support preserving extremely big/small angles.
5934      Branch: perl
5935            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
5936 ____________________________________________________________________________
5937 [  6826] By: jhi                                   on 2000/08/25  23:01:20
5938         Log: Patch installperl to be long double-aware.
5939              
5940              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
5941              From: Spider Boardman <spider@web.zk3.dec.com>
5942              Date: Fri, 25 Aug 2000 18:15:23 -0400
5943              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
5944      Branch: perl
5945            ! installperl
5946 ____________________________________________________________________________
5947 [  6825] By: jhi                                   on 2000/08/25  22:58:25
5948         Log: Remove duplicately applied patch shards.
5949              
5950              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
5951              From: Spider Boardman <spider@leggy.zk3.dec.com>
5952              Date: Fri, 25 Aug 2000 16:45:03 -0400
5953              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
5954      Branch: perl
5955            ! t/lib/cgi-html.t
5956 ____________________________________________________________________________
5957 [  6824] By: jhi                                   on 2000/08/25  22:57:00
5958         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5959              From: Daniel Chetlin <daniel@chetlin.com>
5960              Date: Fri, 25 Aug 2000 12:23:16 -0700
5961              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
5962              
5963              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
5964              From: Daniel Chetlin <daniel@chetlin.com>
5965              Date: Fri, 25 Aug 2000 14:47:19 -0700
5966              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
5967      Branch: perl
5968            ! installman
5969 ____________________________________________________________________________
5970 [  6823] By: jhi                                   on 2000/08/25  22:44:17
5971         Log: Timestamp problem?
5972      Branch: perl
5973            ! uconfig.h uconfig.sh
5974 ____________________________________________________________________________
5975 [  6822] By: jhi                                   on 2000/08/25  19:01:06
5976         Log: One forgotten file from #6816.
5977      Branch: perl
5978            ! vos/config.h
5979 ____________________________________________________________________________
5980 [  6821] By: jhi                                   on 2000/08/25  18:56:39
5981         Log: Regen Changes.
5982      Branch: perl
5983            ! Changes patchlevel.h
5984 ____________________________________________________________________________
5985 [  6820] By: jhi                                   on 2000/08/25  18:52:35
5986         Log: Fix Changes ordering.
5987      Branch: perl
5988            ! Changes
5989 ____________________________________________________________________________
5990 [  6819] By: jhi                                   on 2000/08/25  18:50:25
5991         Log: Update Changes.
5992      Branch: perl
5993            ! Changes patchlevel.h
5994 ____________________________________________________________________________
5995 [  6818] By: jhi                                   on 2000/08/25  18:47:45
5996         Log: Tweak the sfio/useperlio logic, hopefully as wished in
5997              
5998              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
5999              From: Nicholas Clark <nick@babyhippo.co.uk>
6000              Date: Fri, 25 Aug 2000 12:01:45 +0100
6001              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
6002      Branch: metaconfig/U/perl
6003            ! d_sfio.U
6004      Branch: perl
6005            ! Configure
6006 ____________________________________________________________________________
6007 [  6817] By: jhi                                   on 2000/08/25  18:32:51
6008         Log: Allow microperl to assume <math.h>, without it the math
6009              functions like floor() are assumed to return int, which makes
6010              for core dumps in machines where integer and floating register
6011              don't mix.
6012      Branch: perl
6013            ! uconfig.h uconfig.sh
6014 ____________________________________________________________________________
6015 [  6816] By: jhi                                   on 2000/08/25  18:27:17
6016         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
6017              the problem reported in
6018              
6019              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
6020              From: danhale@us.ibm.com
6021              Date: Fri, 25 Aug 2000 10:58:06 -0400
6022              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
6023      Branch: metaconfig/U/perl
6024            + d_socks5_init.U
6025      Branch: perl
6026            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
6027            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
6028            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
6029            ! win32/config.gc win32/config.vc
6030 ____________________________________________________________________________
6031 [  6815] By: jhi                                   on 2000/08/25  17:43:31
6032         Log: A solution for the retrieve_fd autosplit warning,
6033              idea suggested by Mike Guy.
6034      Branch: perl
6035            ! ext/Storable/Storable.pm
6036 ____________________________________________________________________________
6037 [  6814] By: jhi                                   on 2000/08/25  17:16:03
6038         Log: Add install-silent target.
6039      Branch: perl
6040            ! Makefile.SH
6041 ____________________________________________________________________________
6042 [  6813] By: jhi                                   on 2000/08/25  17:14:23
6043         Log: Subject: Re: [PATCH] More silencing of installman.
6044              From: <abigail@foad.org>
6045              Date: Thu, 24 Aug 2000 19:27:03 -0400
6046              Message-ID: <20000824232703.7001.qmail@foad.org>
6047              
6048              Subject: Re: [PATCH] More silencing of installman.
6049              From: <abigail@foad.org>
6050              Date: Fri, 25 Aug 2000 03:00:58 -0400
6051              Message-ID: <20000825070058.10697.qmail@foad.org>
6052      Branch: perl
6053            ! installman
6054 ____________________________________________________________________________
6055 [  6812] By: jhi                                   on 2000/08/25  17:11:28
6056         Log: installperl --verbose and --silent.
6057              
6058              Subject: Re: [PATCH] More silencing of installman.
6059              From: <abigail@foad.org>
6060              Message-ID: <20000825064430.9719.qmail@foad.org>
6061              Date: Fri, 25 Aug 2000 02:44:30 -0400
6062      Branch: perl
6063            ! installperl
6064 ____________________________________________________________________________
6065 [  6811] By: jhi                                   on 2000/08/25  17:05:43
6066         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
6067              From: "Peter J. Farley III" <pjfarley@banet.net>
6068              Date: Thu, 24 Aug 2000 21:58:03 -0400
6069              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
6070              
6071              (applied slightly modified)
6072      Branch: perl
6073            ! lib/ExtUtils/MM_Unix.pm
6074 ____________________________________________________________________________
6075 [  6810] By: jhi                                   on 2000/08/25  17:01:18
6076         Log: Missing parts of 
6077              
6078              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
6079              From: Peter Prymmer <pvhp@forte.com>
6080              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
6081              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
6082      Branch: perl
6083            ! t/lib/cgi-html.t
6084 ____________________________________________________________________________
6085 [  6809] By: jhi                                   on 2000/08/25  16:46:32
6086         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
6087              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6088              Date: Thu, 24 Aug 2000 19:13:11 -0500
6089              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
6090      Branch: perl
6091            ! vms/vms.c
6092 ____________________________________________________________________________
6093 [  6808] By: jhi                                   on 2000/08/25  16:39:22
6094         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
6095              From: Peter Prymmer <pvhp@forte.com>
6096              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
6097              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
6098      Branch: perl
6099            ! configure.com
6100 ____________________________________________________________________________
6101 [  6807] By: jhi                                   on 2000/08/25  16:36:37
6102         Log: Better wording for the vec lvalue diagnostic.
6103              
6104              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
6105              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6106              Date: Wed, 23 Aug 2000 14:12:16 -0400
6107              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
6108      Branch: perl
6109            ! pod/perldiag.pod
6110 ____________________________________________________________________________
6111 [  6806] By: jhi                                   on 2000/08/24  18:17:22
6112         Log: Subject: [PATCH] More silencing of installman.
6113              From: <abigail@foad.org>
6114              Date: Thu, 24 Aug 2000 14:01:44 -0400
6115              Message-ID: <20000824180144.20062.qmail@foad.org>
6116      Branch: perl
6117            ! installman
6118 ____________________________________________________________________________
6119 [  6805] By: jhi                                   on 2000/08/24  15:00:31
6120         Log: Update Changes.
6121      Branch: perl
6122            ! Changes patchlevel.h
6123 ____________________________________________________________________________
6124 [  6804] By: jhi                                   on 2000/08/24  14:59:07
6125         Log: Regen perltoc.
6126      Branch: perl
6127            ! pod/perltoc.pod
6128 ____________________________________________________________________________
6129 [  6803] By: jhi                                   on 2000/08/24  14:44:39
6130         Log: Show the doc file, not the temp file.
6131      Branch: perl
6132            ! installman
6133 ____________________________________________________________________________
6134 [  6802] By: jhi                                   on 2000/08/24  14:41:53
6135         Log: Continue silencing.
6136      Branch: perl
6137            ! installman
6138 ____________________________________________________________________________
6139 [  6801] By: jhi                                   on 2000/08/24  14:34:40
6140         Log: Actually do something with the silencer option.
6141      Branch: perl
6142            ! installman
6143 ____________________________________________________________________________
6144 [  6800] By: jhi                                   on 2000/08/24  14:26:22
6145         Log: Make installman to recognize the silence flag -S.
6146      Branch: perl
6147            ! installman
6148 ____________________________________________________________________________
6149 [  6799] By: jhi                                   on 2000/08/24  13:49:38
6150         Log: DOS patches and portability/porting notes, from Tim Jenness.
6151      Branch: perl
6152            ! lib/File/Temp.pm
6153 ____________________________________________________________________________
6154 [  6798] By: jhi                                   on 2000/08/24  13:48:27
6155         Log: Create directories in silence.
6156              
6157              Subject: [PATCH] Another silencer for MakeMaker
6158              From: andreas.koenig@anima.de (Andreas J. Koenig)
6159              Date: 24 Aug 2000 14:18:52 +0200
6160              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
6161      Branch: perl
6162            ! lib/ExtUtils/Command.pm
6163 ____________________________________________________________________________
6164 [  6797] By: jhi                                   on 2000/08/24  13:46:42
6165         Log: More liberal parsing of version numbers.
6166              
6167              Subject: Re: CPAN.pm beta for testing available
6168              From: andreas.koenig@anima.de (Andreas J. Koenig)
6169              Date: 24 Aug 2000 13:51:57 +0200
6170              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
6171      Branch: perl
6172            ! lib/CPAN.pm
6173 ____________________________________________________________________________
6174 [  6796] By: jhi                                   on 2000/08/24  13:44:36
6175         Log: Make "make install" by default silent.  A new "install-verbose"
6176              target is verbose.
6177      Branch: perl
6178            ! Makefile.SH
6179 ____________________________________________________________________________
6180 [  6795] By: jhi                                   on 2000/08/24  13:39:14
6181         Log: Add silencer flags to installperl.
6182              
6183              Subject: [PATCH] Making installperl silent.
6184              From: <abigail@foad.org>
6185              Date: Thu, 24 Aug 2000 05:01:45 -0400
6186              Message-ID: <20000824090145.13141.qmail@foad.org>
6187      Branch: perl
6188            ! installperl
6189 ____________________________________________________________________________
6190 [  6794] By: jhi                                   on 2000/08/24  13:35:50
6191         Log: installperl couldn't tell whether it had run tests or not.
6192              
6193              Subject: [PATCH] Re: installperl and t/TEST
6194              From: <abigail@foad.org>
6195              Date: Thu, 24 Aug 2000 04:00:53 -0400
6196              Message-ID: <20000824080053.2494.qmail@foad.org>
6197      Branch: perl
6198            ! Makefile.SH installperl
6199 ____________________________________________________________________________
6200 [  6793] By: jhi                                   on 2000/08/24  13:27:50
6201         Log: Drop the separate perlbc, perlcc -b should be enough.
6202      Branch: perl
6203            - utils/perlbc.PL
6204            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
6205 ____________________________________________________________________________
6206 [  6792] By: jhi                                   on 2000/08/24  04:41:30
6207         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
6208              plus the typo fix from Peter Prymmer.
6209      Branch: perl
6210            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
6211            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6212 ____________________________________________________________________________
6213 [  6791] By: jhi                                   on 2000/08/24  02:10:43
6214         Log: Replace #6705 with a minimal doc patch.
6215              
6216              Subject: [PATCH 5.6.0] replace change #6705
6217              From: Jan Dubois <jand@ActiveState.com>
6218              Date: Wed, 23 Aug 2000 18:31:51 -0700
6219              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
6220      Branch: perl
6221            ! lib/Win32.pod win32/win32.c
6222 ____________________________________________________________________________
6223 [  6790] By: jhi                                   on 2000/08/23  17:52:00
6224         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
6225              From: Mike Guy <mjtg@cam.ac.uk>
6226              Date: Wed, 23 Aug 2000 18:38:46 +0100
6227              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
6228      Branch: perl
6229            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
6230 ____________________________________________________________________________
6231 [  6789] By: jhi                                   on 2000/08/23  15:34:21
6232         Log: Update Changes.
6233      Branch: perl
6234            ! Changes patchlevel.h
6235 ____________________________________________________________________________
6236 [  6788] By: jhi                                   on 2000/08/23  15:33:40
6237         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
6238              From: Wilfredo Sánchez <wsanchez@apple.com>
6239              Date: Tue, 22 Aug 2000 19:31:27 -0700
6240              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
6241      Branch: perl
6242            ! perl.h
6243 ____________________________________________________________________________
6244 [  6787] By: jhi                                   on 2000/08/23  15:29:31
6245         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
6246              From: Spider Boardman <spider@leggy.zk3.dec.com>
6247              Date: Wed, 23 Aug 2000 10:33:23 -0400
6248              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
6249      Branch: perl
6250            ! lib/Pod/Html.pm
6251 ____________________________________________________________________________
6252 [  6786] By: jhi                                   on 2000/08/23  15:28:11
6253         Log: Bad makefile.
6254      Branch: perl
6255            ! ext/B/Makefile.PL
6256 ____________________________________________________________________________
6257 [  6785] By: jhi                                   on 2000/08/23  14:37:04
6258         Log: Update Changes.
6259      Branch: perl
6260            ! Changes patchlevel.h
6261 ____________________________________________________________________________
6262 [  6784] By: jhi                                   on 2000/08/23  13:58:41
6263         Log: Portability fix from Hugo van der Sanden.
6264      Branch: perl
6265            ! ext/re/Makefile.PL
6266 ____________________________________________________________________________
6267 [  6783] By: jhi                                   on 2000/08/23  13:53:53
6268         Log: Storable support, v-version fixes.
6269              
6270              Subject: CPAN.pm beta for testing available
6271              From: andreas.koenig@anima.de (Andreas J. Koenig)
6272              Date: 22 Aug 2000 23:31:33 +0200
6273              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
6274      Branch: perl
6275            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
6276 ____________________________________________________________________________
6277 [  6782] By: jhi                                   on 2000/08/23  13:51:26
6278         Log: Mac and other portability updates from Chris Nandor.
6279      Branch: perl
6280            ! pod/perlmodinstall.pod
6281 ____________________________________________________________________________
6282 [  6781] By: jhi                                   on 2000/08/23  13:47:33
6283         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
6284              From: Peter Prymmer <pvhp@forte.com>
6285              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
6286              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
6287      Branch: perl
6288            ! ext/Storable/Storable.xs
6289 ____________________________________________________________________________
6290 [  6780] By: jhi                                   on 2000/08/23  13:33:34
6291         Log: VMS MMS (make) wants null action.
6292      Branch: perl
6293            ! ext/B/Makefile.PL
6294 ____________________________________________________________________________
6295 [  6779] By: jhi                                   on 2000/08/22  19:44:47
6296         Log: Forgot portability nit.
6297      Branch: perl
6298            ! t/lib/st-forgive.t
6299 ____________________________________________________________________________
6300 [  6778] By: jhi                                   on 2000/08/22  19:35:25
6301         Log: Be portable.
6302      Branch: perl
6303            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
6304            ! t/lib/st-store.t
6305 ____________________________________________________________________________
6306 [  6777] By: jhi                                   on 2000/08/22  18:50:53
6307         Log: Update Changes.
6308      Branch: perl
6309            ! Changes patchlevel.h
6310 ____________________________________________________________________________
6311 [  6776] By: jhi                                   on 2000/08/22  18:44:46
6312         Log: cSVOPo_*v things index into the current PL_curpad
6313              under ithreads, which is different from the curpad
6314              used by the XSUB.  (In other words, the code as-is
6315              before this patch wouldn't work under ithreads.)
6316              From Sarathy.
6317      Branch: perl
6318            ! ext/B/B.xs
6319 ____________________________________________________________________________
6320 [  6775] By: jhi                                   on 2000/08/22  18:18:37
6321         Log: Make the selection of NVff et al stricter.
6322      Branch: metaconfig/U/perl
6323            ! perlxvf.U
6324      Branch: perl
6325            ! Configure config_h.SH
6326 ____________________________________________________________________________
6327 [  6774] By: jhi                                   on 2000/08/22  17:19:42
6328         Log: perldelta nits.
6329      Branch: perl
6330            ! pod/perldelta.pod
6331 ____________________________________________________________________________
6332 [  6773] By: jhi                                   on 2000/08/22  17:06:26
6333         Log: Long double fixes from Spider Boardman.
6334              
6335              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
6336              From: system PRIVILEGED account <root@peano.zk3.dec.com>
6337              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
6338              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
6339      Branch: perl
6340            ! t/lib/bigfltpm.t t/lib/st-06compat.t
6341 ____________________________________________________________________________
6342 [  6772] By: jhi                                   on 2000/08/22  15:04:53
6343         Log: Update Changes.
6344      Branch: perl
6345            ! Changes patchlevel.h
6346 ____________________________________________________________________________
6347 [  6771] By: jhi                                   on 2000/08/22  15:01:44
6348         Log: perldelta fixes from Hugo van der Sanden.
6349      Branch: perl
6350            ! pod/perldelta.pod
6351 ____________________________________________________________________________
6352 [  6770] By: jhi                                   on 2000/08/22  14:34:49
6353         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
6354              From: Hugo <hv@crypt.compulink.co.uk>
6355              Date: Tue, 22 Aug 2000 11:21:53 +0100
6356              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
6357      Branch: perl
6358            ! regcomp.c
6359 ____________________________________________________________________________
6360 [  6769] By: jhi                                   on 2000/08/22  14:30:02
6361         Log: Add Yitzchak, reformat.
6362      Branch: perl
6363            ! Changes config_h.SH
6364 ____________________________________________________________________________
6365 [  6768] By: jhi                                   on 2000/08/22  14:21:35
6366         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
6367              and Spider Boardman.
6368      Branch: metaconfig
6369            ! U/compline/d_gconvert.U
6370      Branch: perl
6371            ! Configure
6372 ____________________________________________________________________________
6373 [  6767] By: jhi                                   on 2000/08/22  14:11:24
6374         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
6375              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6376              Date: Mon, 21 Aug 2000 19:08:31 -0700
6377              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
6378      Branch: perl
6379            - ext/Storable/patchlevel.h
6380            ! MANIFEST ext/Storable/MANIFEST
6381 ____________________________________________________________________________
6382 [  6766] By: jhi                                   on 2000/08/22  13:49:29
6383         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
6384              From: Peter Prymmer <pvhp@forte.com>
6385              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
6386              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
6387      Branch: perl
6388            ! configure.com ext/Storable/Makefile.PL
6389 ____________________________________________________________________________
6390 [  6765] By: jhi                                   on 2000/08/22  13:44:59
6391         Log: Subject: [PATCH blead] B:: missing dependency
6392              From: Hugo <hv@crypt.compulink.co.uk>
6393              Date: Tue, 22 Aug 2000 06:44:33 +0100
6394              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
6395      Branch: perl
6396            ! ext/B/Makefile.PL
6397 ____________________________________________________________________________
6398 [  6764] By: jhi                                   on 2000/08/22  13:38:12
6399         Log: More bytecompiler.
6400      Branch: perl
6401            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
6402 ____________________________________________________________________________
6403 [  6763] By: jhi                                   on 2000/08/22  13:36:44
6404         Log: Bytecompiler patches from Benjamin Stuhl.
6405      Branch: perl
6406            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
6407            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
6408            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
6409            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6410            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
6411            ! perl.c perlapi.h pod/perldelta.pod
6412 ____________________________________________________________________________
6413 [  6762] By: jhi                                   on 2000/08/21  23:43:40
6414         Log: An obsoleted diagnostic.
6415      Branch: perl
6416            ! pod/perldelta.pod
6417 ____________________________________________________________________________
6418 [  6761] By: jhi                                   on 2000/08/21  23:01:45
6419         Log: The #6759 wasn't quite right.
6420      Branch: perl
6421            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
6422            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
6423            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6424            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6425            ! t/lib/st-tieditems.t
6426 ____________________________________________________________________________
6427 [  6760] By: jhi                                   on 2000/08/21  22:35:49
6428         Log: Be verydeepclean.
6429      Branch: perl
6430            ! Makefile.SH
6431 ____________________________________________________________________________
6432 [  6759] By: jhi                                   on 2000/08/21  22:25:40
6433         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
6434              From: Peter Prymmer <pvhp@forte.com>
6435              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
6436              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
6437      Branch: perl
6438            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
6439            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
6440            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6441            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6442            ! t/lib/st-tieditems.t
6443 ____________________________________________________________________________
6444 [  6758] By: jhi                                   on 2000/08/21  22:22:32
6445         Log: Few more casts, need reported in
6446              
6447              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
6448              From: Mike Stok <mike@stok.co.uk>
6449              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
6450              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
6451              
6452              and
6453              
6454              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
6455              From: abigail@foad.org
6456              Date: 21 Aug 2000 21:31:34 -0000
6457              Message-Id: <20000821213134.30170.qmail@foad.org>
6458      Branch: perl
6459            ! ext/Storable/Storable.xs
6460 ____________________________________________________________________________
6461 [  6757] By: jhi                                   on 2000/08/21  18:37:07
6462         Log: Update Changes.
6463      Branch: perl
6464            ! Changes patchlevel.h
6465 ____________________________________________________________________________
6466 [  6756] By: jhi                                   on 2000/08/21  18:34:02
6467         Log: A pod nit.
6468              
6469              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
6470              From: <abigail@foad.org>
6471              Date: Mon, 21 Aug 2000 14:00:16 -0400
6472              Message-ID: <20000821180016.28627.qmail@foad.org>
6473      Branch: perl
6474            ! pod/perlre.pod
6475 ____________________________________________________________________________
6476 [  6755] By: jhi                                   on 2000/08/21  18:30:56
6477         Log: Use PodParser 1.18 new test.
6478      Branch: perl
6479            ! t/pod/special_seqs.t t/pod/special_seqs.xr
6480 ____________________________________________________________________________
6481 [  6754] By: jhi                                   on 2000/08/21  18:28:35
6482         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
6483              patches cannot be applied since #6712 conflicts.
6484      Branch: perl
6485            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
6486 ____________________________________________________________________________
6487 [  6753] By: jhi                                   on 2000/08/21  18:15:11
6488         Log: Weed out some smaller changes.
6489      Branch: perl
6490            ! pod/perldelta.pod
6491 ____________________________________________________________________________
6492 [  6752] By: jhi                                   on 2000/08/21  18:02:30
6493         Log: Also under djgpp the timestamps are funky.
6494      Branch: perl
6495            ! t/op/stat.t
6496 ____________________________________________________________________________
6497 [  6751] By: jhi                                   on 2000/08/21  17:55:56
6498         Log: Tweak the floating point output routine preferences.
6499      Branch: metaconfig
6500            ! U/compline/d_gconvert.U
6501      Branch: perl
6502            ! Configure
6503 ____________________________________________________________________________
6504 [  6750] By: jhi                                   on 2000/08/21  17:51:29
6505         Log: Unicos/mk requires elaborate paranoia.
6506      Branch: perl
6507            ! lib/Math/Complex.pm
6508 ____________________________________________________________________________
6509 [  6749] By: gsar                                  on 2000/08/21  16:53:31
6510         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
6511      Branch: perl
6512            ! lib/Cwd.pm
6513 ____________________________________________________________________________
6514 [  6748] By: gsar                                  on 2000/08/21  16:22:19
6515         Log: free TLS slot properly on Windows
6516      Branch: perl
6517            ! thread.h win32/perllib.c win32/win32thread.h
6518 ____________________________________________________________________________
6519 [  6747] By: jhi                                   on 2000/08/21  16:20:58
6520         Log: Rename the macro argument because some preprocessors
6521              can't tell the difference and expand arguments also inside
6522              double quoted strings.
6523      Branch: perl
6524            ! regcomp.c
6525 ____________________________________________________________________________
6526 [  6746] By: jhi                                   on 2000/08/21  16:09:41
6527         Log: Support long doubles in Storable.
6528              
6529              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
6530              From: Radu Greab <radu@netsoft.ro>
6531              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
6532              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
6533      Branch: perl
6534            ! ext/Storable/Storable.xs
6535 ____________________________________________________________________________
6536 [  6745] By: jhi                                   on 2000/08/21  15:51:40
6537         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
6538              From: "Fifer, Eric" <EFifer@sanwaint.com>
6539              Date: Mon, 21 Aug 2000 15:34:49 +0100
6540              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
6541      Branch: perl
6542            ! t/pragma/warn/9enabled
6543 ____________________________________________________________________________
6544 [  6744] By: jhi                                   on 2000/08/21  15:39:35
6545         Log: Document the endianness of Alpha more precisely.
6546      Branch: perl
6547            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
6548            ! pod/perlport.pod
6549 ____________________________________________________________________________
6550 [  6743] By: jhi                                   on 2000/08/21  14:47:05
6551         Log: perldelta fixes from the p5p crowd.
6552      Branch: perl
6553            ! pod/perldelta.pod pod/perlop.pod
6554 ____________________________________________________________________________
6555 [  6742] By: jhi                                   on 2000/08/21  13:34:51
6556         Log: Update to Pod::LaTeX 0.53.
6557              
6558              Subject: [PATCH] lib/Pod/LaTeX.pm updates
6559              From: Tim Jenness <timj@jach.hawaii.edu>
6560              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
6561              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
6562      Branch: perl
6563            ! lib/Pod/LaTeX.pm
6564 ____________________________________________________________________________
6565 [  6741] By: jhi                                   on 2000/08/21  13:33:01
6566         Log: Subject: [PATCH] os2.c fix for use64bitint
6567              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6568              Date: Mon, 21 Aug 2000 01:32:25 -0700
6569              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
6570      Branch: perl
6571            ! os2/os2.c
6572 ____________________________________________________________________________
6573 [  6740] By: jhi                                   on 2000/08/21  13:28:52
6574         Log: Array context keeps slithering in.
6575              
6576              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
6577              From: Daniel Chetlin <daniel@chetlin.com>
6578              Date: Sun, 20 Aug 2000 21:40:25 -0700
6579              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
6580      Branch: perl
6581            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
6582            ! pod/perldebtut.pod
6583 ____________________________________________________________________________
6584 [  6739] By: jhi                                   on 2000/08/21  13:23:55
6585         Log: Big-endian quad fixes for Storable from Radu Greab,
6586              plus few explicit null casts for picky compilers.
6587      Branch: perl
6588            ! ext/Storable/Storable.xs
6589 ____________________________________________________________________________
6590 [  6738] By: gsar                                  on 2000/08/21  05:56:13
6591         Log: small tweaks for change#6705: avoid C++ style comments in C code;
6592              use Perl's malloc API rather than the low level system one
6593      Branch: perl
6594            ! win32/win32.c
6595 ____________________________________________________________________________
6596 [  6737] By: gsar                                  on 2000/08/21  05:35:41
6597         Log: add Storable to list of extensions on Windows
6598      Branch: perl
6599            ! win32/Makefile win32/makefile.mk
6600 ____________________________________________________________________________
6601 [  6736] By: jhi                                   on 2000/08/21  02:57:53
6602         Log: Update Changes.
6603      Branch: perl
6604            ! Changes patchlevel.h
6605 ____________________________________________________________________________
6606 [  6735] By: jhi                                   on 2000/08/21  02:57:20
6607         Log: Draft 0.
6608      Branch: perl
6609            ! pod/perldelta.pod
6610 ____________________________________________________________________________
6611 [  6734] By: jhi                                   on 2000/08/21  02:57:03
6612         Log: Add Storable 0.7.2 from Raphael Manfredi,
6613              plus the patch from
6614              
6615              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
6616              From: Radu Greab <radu@netsoft.ro>
6617              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
6618              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
6619              
6620              plus changes to get Storable to compile with
6621              picky ANSI compilers.
6622      Branch: perl
6623            + ext/Storable/ChangeLog ext/Storable/MANIFEST
6624            + ext/Storable/Makefile.PL ext/Storable/README
6625            + ext/Storable/Storable.pm ext/Storable/Storable.xs
6626            + ext/Storable/patchlevel.h t/lib/st-06compat.t
6627            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
6628            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
6629            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
6630            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
6631            + t/lib/st-tieditems.t
6632            ! MANIFEST
6633 ____________________________________________________________________________
6634 [  6733] By: jhi                                   on 2000/08/21  02:29:09
6635         Log: The correct cleaning order is an art.
6636      Branch: perl
6637            ! Makefile.SH
6638 ____________________________________________________________________________
6639 [  6732] By: jhi                                   on 2000/08/21  01:23:39
6640         Log: The #6724 is here.
6641      Branch: perl
6642            ! t/lib/ftmp-security.t
6643 ____________________________________________________________________________
6644 [  6731] By: jhi                                   on 2000/08/20  23:17:03
6645         Log: s/this one/the 5.6.0 release/
6646      Branch: perl
6647            ! pod/perl56delta.pod
6648 ____________________________________________________________________________
6649 [  6730] By: jhi                                   on 2000/08/20  23:07:34
6650         Log: Mention perlebcdic and perlposix-bc.
6651      Branch: perl
6652            ! pod/perlport.pod
6653 ____________________________________________________________________________
6654 [  6729] By: jhi                                   on 2000/08/20  21:32:59
6655         Log: Document the number of exponent digits.
6656      Branch: perl
6657            ! pod/perlfunc.pod
6658 ____________________________________________________________________________
6659 [  6728] By: jhi                                   on 2000/08/20  21:16:47
6660         Log: Use File::Spec->tmpdir().
6661              
6662              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
6663              From: Tim Jenness <timj@jach.hawaii.edu>
6664              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
6665              MIME-Version: 1.0
6666              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
6667      Branch: perl
6668            ! utils/perlbug.PL
6669 ____________________________________________________________________________
6670 [  6727] By: jhi                                   on 2000/08/20  20:43:32
6671         Log: Update Changes.
6672      Branch: perl
6673            ! Changes patchlevel.h
6674 ____________________________________________________________________________
6675 [  6726] By: jhi                                   on 2000/08/20  20:41:44
6676         Log: The veryclean target needs to clobber.
6677      Branch: perl
6678            ! Makefile.SH
6679 ____________________________________________________________________________
6680 [  6725] By: jhi                                   on 2000/08/20  20:37:38
6681         Log: Document odd vs even subreleases and -Dusedevel.
6682      Branch: perl
6683            ! INSTALL
6684 ____________________________________________________________________________
6685 [  6724] By: jhi                                   on 2000/08/20  19:58:05
6686         Log: Use temporary directory instead of current directory.
6687              
6688              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
6689              From: Tim Jenness <timj@jach.hawaii.edu>
6690              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
6691              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
6692      Branch: perl
6693            ! t/lib/ftmp-security.t
6694 ____________________________________________________________________________
6695 [  6723] By: jhi                                   on 2000/08/20  19:55:55
6696         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
6697              From: andreas.koenig@anima.de (Andreas J. Koenig)
6698              Date: 20 Aug 2000 15:52:03 +0200
6699              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
6700      Branch: perl
6701            ! lib/ExtUtils/MM_Unix.pm
6702 ____________________________________________________________________________
6703 [  6722] By: jhi                                   on 2000/08/20  19:46:01
6704         Log: Update to CGI 2.72, from Lincoln Stein.
6705      Branch: perl
6706            ! lib/CGI.pm
6707 ____________________________________________________________________________
6708 [  6721] By: jhi                                   on 2000/08/20  19:43:54
6709         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
6710              From: Radu Greab <radu@netsoft.ro>
6711              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
6712              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
6713      Branch: perl
6714            ! ext/GDBM_File/GDBM_File.xs
6715 ____________________________________________________________________________
6716 [  6720] By: jhi                                   on 2000/08/20  19:42:01
6717         Log: pp_open() could pass an uninitialized filename down to do_open9().
6718      Branch: perl
6719            ! pp_sys.c
6720 ____________________________________________________________________________
6721 [  6719] By: jhi                                   on 2000/08/20  14:06:41
6722         Log: UTF8 concat fixes.
6723              
6724              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
6725              From: Hugo <hv@crypt.compulink.co.uk>
6726              Date: Sun, 20 Aug 2000 07:30:46 +0100
6727              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
6728      Branch: perl
6729            ! pp_hot.c t/op/append.t
6730 ____________________________________________________________________________
6731 [  6718] By: jhi                                   on 2000/08/20  02:09:37
6732         Log: Let's try #6717 again.
6733      Branch: perl
6734            ! lib/File/Temp.pm
6735 ____________________________________________________________________________
6736 [  6717] By: jhi                                   on 2000/08/20  01:56:55
6737         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
6738              From: "Craig A. Berry" <craig.berry@metamorgs.com>
6739              Date: Sat, 19 Aug 2000 18:15:39 -0500
6740              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
6741      Branch: perl
6742            ! lib/File/Temp.pm
6743 ____________________________________________________________________________
6744 [  6716] By: jhi                                   on 2000/08/19  15:50:11
6745         Log: Update Changes.
6746      Branch: perl
6747            ! Changes patchlevel.h
6748 ____________________________________________________________________________
6749 [  6715] By: jhi                                   on 2000/08/19  15:39:09
6750         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
6751              From: Jonathan D Johnston <jdjohnston2@juno.com>
6752              Date: Thu, 17 Aug 2000 23:13:01 -0400       
6753              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
6754      Branch: perl
6755            ! pod/perlfunc.pod
6756 ____________________________________________________________________________
6757 [  6714] By: jhi                                   on 2000/08/19  15:34:04
6758         Log: Introduce a 'veryclean' target that is like 'distclean'
6759              but also removes *~ and *.orig.
6760      Branch: perl
6761            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
6762            ! utils/Makefile x2p/Makefile.SH
6763 ____________________________________________________________________________
6764 [  6713] By: jhi                                   on 2000/08/19  14:15:45
6765         Log: Put back the long double avoidance code to POSIX.xs
6766              because VMS seems to need it still.
6767      Branch: perl
6768            ! ext/POSIX/POSIX.xs
6769 ____________________________________________________________________________
6770 [  6712] By: jhi                                   on 2000/08/19  14:10:41
6771         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
6772              From: Peter Prymmer <pvhp@forte.com>
6773              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
6774              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
6775      Branch: perl
6776            ! lib/Pod/Find.pm t/pod/find.t
6777 ____________________________________________________________________________
6778 [  6711] By: jhi                                   on 2000/08/19  14:09:19
6779         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
6780              From: Peter Prymmer <pvhp@forte.com>
6781              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
6782              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
6783              cc: vmsperl@perl.org
6784      Branch: perl
6785            ! t/lib/peek.t
6786 ____________________________________________________________________________
6787 [  6710] By: jhi                                   on 2000/08/19  14:08:01
6788         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
6789              From: Jan Dubois <jand@ActiveState.com>
6790              Date: Fri, 18 Aug 2000 16:31:48 -0700
6791              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
6792      Branch: perl
6793            ! win32/win32.c
6794 ____________________________________________________________________________
6795 [  6709] By: jhi                                   on 2000/08/19  14:06:57
6796         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
6797              
6798              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
6799              From: Spider.Boardman@Orb.Nashua.NH.US
6800              Date: Fri, 18 Aug 2000 18:41:14 -0400
6801              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
6802      Branch: perl
6803            ! regcomp.c
6804 ____________________________________________________________________________
6805 [  6708] By: jhi                                   on 2000/08/18  22:04:49
6806         Log: Update Changes.
6807      Branch: perl
6808            ! Changes patchlevel.h
6809 ____________________________________________________________________________
6810 [  6707] By: jhi                                   on 2000/08/18  21:55:14
6811         Log: Add warnif(), check warnings further up the stack,
6812              all the warnings functions now can take an optional object reference.
6813              
6814              Subject: [PATCH bleedperl@6691] warnings pragma update
6815              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
6816              Date: Fri, 18 Aug 2000 22:42:06 +0100
6817              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
6818      Branch: perl
6819            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
6820            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
6821            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
6822 ____________________________________________________________________________
6823 [  6706] By: jhi                                   on 2000/08/18  21:41:45
6824         Log: Typo in pp_complement().
6825              
6826              Subject: [PATCH perl-current] Deparse
6827              From: Peter Scott <Peter@PSDT.com>
6828              Date: Fri, 18 Aug 2000 12:44:37 -0700
6829              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
6830      Branch: perl
6831            ! ext/B/B/Deparse.pm
6832 ____________________________________________________________________________
6833 [  6705] By: jhi                                   on 2000/08/18  21:25:59
6834         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
6835              From: Jan Dubois <jand@ActiveState.com>
6836              Date: Fri, 18 Aug 2000 14:22:51 -0700
6837              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
6838      Branch: perl
6839            ! lib/Win32.pod win32/win32.c
6840 ____________________________________________________________________________
6841 [  6704] By: jhi                                   on 2000/08/18  21:16:14
6842         Log: Don't eat leading os from index entries.
6843              
6844              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
6845              From: Russ Allbery <rra@stanford.edu>
6846              Date: 10 Aug 2000 20:49:25 -0700
6847              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
6848      Branch: perl
6849            ! lib/Pod/Man.pm
6850 ____________________________________________________________________________
6851 [  6703] By: jhi                                   on 2000/08/18  21:07:06
6852         Log: Add [[:blank:]] as suggested in
6853              
6854              Subject: [ID 20000716.024] [=cc=] / [:blank:]
6855              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
6856              Date: Sun, 16 Jul 2000 17:55:29 -0700
6857              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
6858              
6859              (the [=cc=] has already been taken care of by #6439
6860              so the whole bug report can be closed)
6861              
6862              and make [[:space:]] to be equivalent to isspace(3)
6863              (as opposed to \s, which is isSPACE()).  The difference
6864              is that now [[:space:]] matches the mythical vertical tab,
6865              while \s doesn't.
6866      Branch: perl
6867            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
6868            ! regexec.c t/op/pat.t
6869 ____________________________________________________________________________
6870 [  6702] By: jhi                                   on 2000/08/18  18:47:47
6871         Log: The new tests were missing from #6415.
6872      Branch: perl
6873            ! t/op/bop.t
6874 ____________________________________________________________________________
6875 [  6701] By: jhi                                   on 2000/08/18  18:20:40
6876         Log: Document the NDBM_File and ODBM_File as SDBM_File
6877              was documented in #6417.
6878      Branch: perl
6879            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6880            ! ext/SDBM_File/SDBM_File.pm
6881 ____________________________________________________________________________
6882 [  6700] By: jhi                                   on 2000/08/18  18:10:39
6883         Log: Subject: [PATCH perl@6698] cygwin port
6884              From: "Fifer, Eric" <EFifer@sanwaint.com>
6885              Date: Fri, 18 Aug 2000 17:30:05 +0100
6886              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
6887      Branch: perl
6888            ! lib/File/Temp.pm
6889 ____________________________________________________________________________
6890 [  6699] By: jhi                                   on 2000/08/18  16:21:49
6891         Log: Document code point which makes if (defined %stash::) to work
6892              (noted by Spider Boardman).
6893      Branch: perl
6894            ! op.c
6895 ____________________________________________________________________________
6896 [  6698] By: jhi                                   on 2000/08/18  13:43:27
6897         Log: Update Changes.
6898      Branch: perl
6899            ! Changes patchlevel.h
6900 ____________________________________________________________________________
6901 [  6697] By: jhi                                   on 2000/08/18  13:35:57
6902         Log: Tiny Getopt::Long patch from Johan Vromans.
6903      Branch: perl
6904            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
6905 ____________________________________________________________________________
6906 [  6696] By: jhi                                   on 2000/08/18  13:26:14
6907         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
6908              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
6909              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
6910              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
6911      Branch: perl
6912            ! pod/perldiag.pod pod/perlsyn.pod
6913 ____________________________________________________________________________
6914 [  6695] By: jhi                                   on 2000/08/18  13:13:26
6915         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
6916              From: Daniel Chetlin <daniel@chetlin.com>
6917              Date: Fri, 18 Aug 2000 03:13:36 -0700
6918              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
6919      Branch: perl
6920            ! pod/perlfunc.pod
6921 ____________________________________________________________________________
6922 [  6694] By: jhi                                   on 2000/08/18  13:08:05
6923         Log: Subject: [PATCH] perltrap.pod spring cleaning
6924              From: Daniel Chetlin <daniel@chetlin.com>
6925              Date: Fri, 18 Aug 2000 03:06:54 -0700
6926              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
6927              
6928              plus Mike Guy's nitfix.
6929      Branch: perl
6930            ! pod/perltrap.pod
6931 ____________________________________________________________________________
6932 [  6693] By: jhi                                   on 2000/08/18  13:00:26
6933         Log: Unbuffer the output.
6934              
6935              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
6936              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6937              Date: Thu, 17 Aug 2000 18:39:29 -0700
6938              Message-ID: <RPJn5gzkgydf092yn@efn.org>
6939      Branch: perl
6940            ! t/op/fork.t
6941 ____________________________________________________________________________
6942 [  6692] By: jhi                                   on 2000/08/18  05:19:17
6943         Log: Delete the image, too, not just its MANIFEStation.
6944      Branch: perl
6945            - lib/CGI/eg/wilogo.gif
6946 ____________________________________________________________________________
6947 [  6691] By: jhi                                   on 2000/08/18  05:10:26
6948         Log: Propagate new Configure vars.
6949      Branch: perl
6950            ! configure.com epoc/config.sh uconfig.h uconfig.sh
6951            ! vos/config.def vos/config.h vos/config_h.SH_orig
6952            ! win32/config.bc win32/config.gc win32/config.vc
6953            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6954 ____________________________________________________________________________
6955 [  6690] By: jhi                                   on 2000/08/18  04:30:56
6956         Log: Update Changes.
6957      Branch: perl
6958            ! Changes patchlevel.h
6959 ____________________________________________________________________________
6960 [  6689] By: jhi                                   on 2000/08/18  04:12:30
6961         Log: Fix the lib/complex failure of
6962              
6963              From: abigail@foad.org
6964              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
6965              Date: 15 Aug 2000 04:06:38 -0000
6966              Message-Id: <20000815040638.8524.qmail@foad.org> 
6967              
6968              Linux long double accuracy issue: something that
6969              when printed with %g looks like "2" but int() of it is 1.
6970      Branch: perl
6971            ! lib/Math/Complex.pm
6972 ____________________________________________________________________________
6973 [  6688] By: jhi                                   on 2000/08/18  03:15:35
6974         Log: The byteorder code in #6671 was wrong.
6975      Branch: perl
6976            ! configpm
6977 ____________________________________________________________________________
6978 [  6687] By: jhi                                   on 2000/08/18  02:08:42
6979         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
6980              From: Jan Dubois <jand@ActiveState.com>
6981              Date: Thu, 17 Aug 2000 18:31:55 -0700
6982              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
6983      Branch: perl
6984            ! sv.c
6985 ____________________________________________________________________________
6986 [  6686] By: jhi                                   on 2000/08/18  02:04:15
6987         Log: Use NVs in POSIX math, not doubles.
6988              
6989              From: abigail@foad.org
6990              Subject: [ID 20000817.014] POSIX & modfl
6991              Date: 17 Aug 2000 20:49:18 -0000
6992              Message-Id: <20000817204918.23123.qmail@foad.org>
6993      Branch: perl
6994            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
6995 ____________________________________________________________________________
6996 [  6685] By: jhi                                   on 2000/08/18  02:02:12
6997         Log: Introduce NVef, NVff, and NVgf, use the middle one.
6998              (helps for lib/peek + Linux + long doubles)  Reported in
6999              
7000              From: abigail@foad.org
7001              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
7002              Date: 15 Aug 2000 04:06:38 -0000
7003              Message-Id: <20000815040638.8524.qmail@foad.org> 
7004              
7005              (note: the lib/complex failure has not yet been addressed)
7006      Branch: metaconfig/U/perl
7007            ! perlxvf.U
7008      Branch: perl
7009            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7010            ! config_h.SH dump.c perl.h pod/perlguts.pod
7011 ____________________________________________________________________________
7012 [  6684] By: jhi                                   on 2000/08/17  23:22:19
7013         Log: Add byteorder to the myconfig output.
7014      Branch: perl
7015            ! myconfig.SH
7016 ____________________________________________________________________________
7017 [  6683] By: jhi                                   on 2000/08/17  23:20:19
7018         Log: The image doth not exist, spotted by Johan Vromans.
7019      Branch: perl
7020            ! MANIFEST
7021 ____________________________________________________________________________
7022 [  6682] By: jhi                                   on 2000/08/17  22:38:16
7023         Log: Document what the backtick returns if the command fails.
7024      Branch: perl
7025            ! pod/perlop.pod
7026 ____________________________________________________________________________
7027 [  6681] By: jhi                                   on 2000/08/17  22:33:12
7028         Log: Do not use prototyping here.
7029              
7030              Subject: [ID 20000817.016] [PATCH] Peek.xs
7031              From: abigail@foad.org
7032              Date: 17 Aug 2000 20:55:56 -0000
7033              Message-Id: <20000817205556.24270.qmail@foad.org>
7034      Branch: perl
7035            ! ext/Devel/Peek/Makefile.PL
7036 ____________________________________________________________________________
7037 [  6680] By: jhi                                   on 2000/08/17  19:46:43
7038         Log: Don't propose using modules built for 5.005 if no binary
7039              compatibility with 5.005 is attempted.
7040              
7041              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7042              Subject: Minor nit with 5.7.0 (6655)
7043              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
7044              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
7045      Branch: metaconfig
7046            ! U/installdirs/inc_version_list.U
7047      Branch: perl
7048            ! Configure config_h.SH
7049 ____________________________________________________________________________
7050 [  6679] By: jhi                                   on 2000/08/17  19:16:39
7051         Log: Microperl config update.
7052      Branch: perl
7053            ! uconfig.h uconfig.sh
7054 ____________________________________________________________________________
7055 [  6678] By: jhi                                   on 2000/08/17  19:16:13
7056         Log: The #6648 wasn't protective enough for limited platforms
7057              (like microperl).
7058      Branch: perl
7059            ! dump.c sv.c
7060 ____________________________________________________________________________
7061 [  6677] By: jhi                                   on 2000/08/17  14:46:35
7062         Log: Update Changes.
7063      Branch: perl
7064            ! Changes patchlevel.h
7065 ____________________________________________________________________________
7066 [  6676] By: jhi                                   on 2000/08/17  14:44:02
7067         Log: Add perlebcdic from Peter Prymmer, regen toc.
7068      Branch: perl
7069            + pod/perlebcdic.pod
7070            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7071 ____________________________________________________________________________
7072 [  6675] By: jhi                                   on 2000/08/17  14:41:52
7073         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
7074      Branch: perl
7075            ! pod/perldebtut.pod
7076 ____________________________________________________________________________
7077 [  6674] By: jhi                                   on 2000/08/17  14:29:43
7078         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
7079              
7080              Subject: [ID 20000724.006] -DLEAKTEST problem
7081              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
7082              Date: Tue, 25 Jul 2000 00:36:32 -0500
7083              Message-Id: <20000725003632.A26186@www.llamacom.com>
7084              
7085              Reminder sent
7086              
7087              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
7088              From: Hugo <hv@crypt.compulink.co.uk>
7089              Date: Thu, 17 Aug 2000 15:23:42 +0100
7090              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
7091      Branch: perl
7092            ! util.c
7093 ____________________________________________________________________________
7094 [  6673] By: jhi                                   on 2000/08/17  04:07:10
7095         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
7096              From: John Peacock <JPeacock@UnivPress.com>
7097              Date: Tue, 01 Aug 2000 09:38:12 -0400
7098              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
7099      Branch: perl
7100            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
7101 ____________________________________________________________________________
7102 [  6672] By: jhi                                   on 2000/08/17  03:04:35
7103         Log: Subject: [PATCH] Cwd.pm now uses strict
7104              From: Tim Jenness <timj@jach.hawaii.edu>
7105              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
7106              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
7107      Branch: perl
7108            ! lib/Cwd.pm
7109 ____________________________________________________________________________
7110 [  6671] By: jhi                                   on 2000/08/17  02:16:35
7111         Log: Make $Config{byteorder} more magical so that it is
7112              dynamically computed: nice for 'fat binaries'.
7113              
7114              Subject: [PATCH]: default byteorder
7115              From: Wilfredo Sánchez <wsanchez@apple.com>
7116              Date: Mon, 31 Jul 2000 19:45:31 -0700
7117              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
7118      Branch: perl
7119            ! configpm
7120 ____________________________________________________________________________
7121 [  6670] By: gsar                                  on 2000/08/17  01:22:21
7122         Log: move WNOHANG definition to where other such things are
7123      Branch: perl
7124            ! win32/win32.h
7125 ____________________________________________________________________________
7126 [  6669] By: jhi                                   on 2000/08/17  01:19:17
7127         Log: Update Changes.
7128      Branch: perl
7129            ! Changes patchlevel.h
7130 ____________________________________________________________________________
7131 [  6668] By: jhi                                   on 2000/08/17  01:16:29
7132         Log: Doc nits spotted by Richard Soderberg.
7133      Branch: perl
7134            ! README.posix-bc README.vmesa
7135 ____________________________________________________________________________
7136 [  6667] By: jhi                                   on 2000/08/17  01:12:11
7137         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
7138              From: "Casey R. Tweten" <crt@kiski.net>
7139              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
7140              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
7141      Branch: perl
7142            ! pod/perldebtut.pod
7143 ____________________________________________________________________________
7144 [  6666] By: jhi                                   on 2000/08/17  01:09:31
7145         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
7146              From: "Casey R. Tweten" <crt@kiski.net>
7147              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
7148              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
7149      Branch: perl
7150            ! lib/Shell.pm
7151 ____________________________________________________________________________
7152 [  6665] By: gsar                                  on 2000/08/17  01:03:52
7153         Log: add "ok" targets from change#6632 in makefile.mk
7154      Branch: perl
7155            ! pod/perlport.pod win32/Makefile win32/makefile.mk
7156 ____________________________________________________________________________
7157 [  6664] By: gsar                                  on 2000/08/17  00:56:11
7158         Log: avoid warnings from dense compiler
7159      Branch: perl
7160            ! win32/win32.c
7161 ____________________________________________________________________________
7162 [  6663] By: jhi                                   on 2000/08/17  00:51:49
7163         Log: Tweak the regex compilation errors once more.
7164      Branch: perl
7165            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
7166            ! t/op/regmesg.t t/pragma/warn/regcomp
7167 ____________________________________________________________________________
7168 [  6662] By: gsar                                  on 2000/08/17  00:28:19
7169         Log: trailing new %ENV entries weren't being pushed into the real
7170              environment of subprocesses on Windows
7171      Branch: perl
7172            ! t/op/magic.t win32/perlhost.h
7173 ____________________________________________________________________________
7174 [  6661] By: gsar                                  on 2000/08/17  00:19:20
7175         Log: waitpid() now handles externally spawned pids correctly;
7176              fixes for backtick/wait/waitpid failures on Windows 9x
7177              
7178              these changes make the pid returned by process functions on
7179              Windows 9x always positive by clearing the high bit (which
7180              is always set on Win9x); pseudo-process PIDs are likewise
7181              always negative now on Win9x (just as on NT/2000)
7182      Branch: perl
7183            ! pp_sys.c win32/perlhost.h win32/win32.c
7184 ____________________________________________________________________________
7185 [  6660] By: jhi                                   on 2000/08/17  00:04:32
7186         Log: Retract #6645.
7187      Branch: perl
7188            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7189            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
7190            ! t/op/sprintf.t
7191 ____________________________________________________________________________
7192 [  6659] By: gsar                                  on 2000/08/16  23:59:28
7193         Log: on windows, the return values from wait() and waitpid() don't
7194              match those of pseudo-pids
7195      Branch: perl
7196            ! pp_sys.c t/op/fork.t util.c win32/win32.c
7197 ____________________________________________________________________________
7198 [  6658] By: gsar                                  on 2000/08/16  23:56:14
7199         Log: pod nit seen in passing
7200      Branch: perl
7201            ! pod/perlfunc.pod
7202 ____________________________________________________________________________
7203 [  6657] By: gsar                                  on 2000/08/16  23:53:42
7204         Log: change#6328 could make close(SOCKET) return false on windows
7205              when it shouldn't
7206      Branch: perl
7207            ! win32/win32sck.c
7208 ____________________________________________________________________________
7209 [  6656] By: gsar                                  on 2000/08/16  23:46:57
7210         Log: check that the number pseudo children doesn't exceed
7211              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
7212              the WaitForMultipleObjects() limit that would cause wait()
7213              to crash)
7214              
7215              wait() and waitpid() could potentially be rewritten to use
7216              more than one thread to do the waiting to eliminate this
7217              limitation
7218      Branch: perl
7219            ! win32/perlhost.h
7220 ____________________________________________________________________________
7221 [  6655] By: jhi                                   on 2000/08/16  14:11:05
7222         Log: Update Changes.
7223      Branch: perl
7224            ! Changes patchlevel.h
7225 ____________________________________________________________________________
7226 [  6654] By: jhi                                   on 2000/08/16  14:10:12
7227         Log: Update to perldebtut 1.9, from Richard Foley.
7228      Branch: perl
7229            ! pod/perldebtut.pod
7230 ____________________________________________________________________________
7231 [  6653] By: jhi                                   on 2000/08/16  14:08:17
7232         Log: Change the regx compilation error markers to use = instead of <
7233              since pod makes using the latter quite messy.  Reported in
7234              ID 20000814.006 by Abigail and in
7235              Subject: Unknown escape E<> ?
7236              From: Lupe Christoph <lupe@lupe-christoph.de>
7237              Date: Fri, 11 Aug 2000 00:30:27 +0200
7238              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
7239      Branch: perl
7240            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
7241            ! t/op/regmesg.t t/pragma/warn/regcomp
7242 ____________________________________________________________________________
7243 [  6652] By: jhi                                   on 2000/08/16  13:25:31
7244         Log: Change the perlbug address to perl.org since it's more forgiving.
7245              
7246              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
7247              From: abigail@foad.org
7248              Date: 15 Aug 2000 04:15:40 -0000
7249              Message-Id: <20000815041540.8633.qmail@foad.org>
7250      Branch: perl
7251            ! utils/perlbug.PL
7252 ____________________________________________________________________________
7253 [  6651] By: jhi                                   on 2000/08/16  13:22:35
7254         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
7255              From: Tim Jenness <timj@jach.hawaii.edu>
7256              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
7257              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
7258      Branch: perl
7259            ! lib/Cwd.pm
7260 ____________________________________________________________________________
7261 [  6650] By: jhi                                   on 2000/08/16  13:18:13
7262         Log: Update to CPAN 1.57.
7263              
7264              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
7265              From: andreas.koenig@anima.de (Andreas J. Koenig)
7266              Date: 16 Aug 2000 15:09:46 +0200
7267              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
7268      Branch: perl
7269            ! lib/CPAN.pm
7270 ____________________________________________________________________________
7271 [  6649] By: jhi                                   on 2000/08/16  13:12:31
7272         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
7273              From: "Larry W. Virden" <lvirden@cas.org>
7274              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
7275              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
7276      Branch: perl
7277            ! README.hpux
7278 ____________________________________________________________________________
7279 [  6648] By: jhi                                   on 2000/08/16  13:03:53
7280         Log: The numeric locale was reset to "C" by s?printf and never restored.
7281              
7282              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
7283              From: Christian Kirsch <ck@held.mind.de>
7284              Date: Wed, 9 Aug 2000 17:05:17 +0200
7285              Message-Id: <20000809170517.A25389@held>
7286              
7287              No test since adding the failing example to locale.t
7288              does not fail -- probably because the locale settings are so
7289              thoroughly tweaked by that time.  Running the example standalone
7290              does fail, though.  UPDATE: test case added at change #7540.
7291      Branch: perl
7292            ! dump.c perl.h pp.c pp_ctl.c sv.c
7293 ____________________________________________________________________________
7294 [  6647] By: jhi                                   on 2000/08/16  00:07:54
7295         Log: Update Changes and test semi-automatic patchlevel updating.
7296      Branch: perl
7297            ! Changes patchlevel.h
7298 ____________________________________________________________________________
7299 [  6646] By: jhi                                   on 2000/08/15  23:35:07
7300         Log: Fix a dependency problem.
7301              
7302              Subject: [PATCH: 6640] VMS Makefile.SH update
7303              From: Peter Prymmer <pvhp@forte.com>
7304              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
7305              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
7306      Branch: perl
7307            ! vms/descrip_mms.template
7308 ____________________________________________________________________________
7309 [  6645] By: jhi                                   on 2000/08/15  23:33:23
7310         Log: (Retracted by #6660)
7311              
7312              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
7313              From: Dominic Dunlop <domo@computer.org>
7314              Date: Tue, 15 Aug 2000 22:20:52 +0200
7315              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
7316      Branch: metaconfig/U/perl
7317            + d_printfed.U
7318      Branch: perl
7319            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7320            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
7321            ! t/op/sprintf.t
7322 ____________________________________________________________________________
7323 [  6644] By: jhi                                   on 2000/08/15  21:17:20
7324         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
7325              From: abigail@foad.org
7326              Date: 15 Aug 2000 20:12:41 -0000
7327              Message-Id: <20000815201241.25556.qmail@foad.org>
7328      Branch: perl
7329            ! INSTALL
7330 ____________________________________________________________________________
7331 [  6643] By: jhi                                   on 2000/08/15  21:15:28
7332         Log: (an already applied patch)
7333      Branch: perl
7334            ! lib/CGI.pm
7335 ____________________________________________________________________________
7336 [  6642] By: gsar                                  on 2000/08/15  19:54:05
7337         Log: magic callbacks all need to have same type signature
7338      Branch: perl
7339            ! embed.pl mg.c proto.h
7340 ____________________________________________________________________________
7341 [  6641] By: jhi                                   on 2000/08/15  17:56:27
7342         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)
7343              From: Mike Guy <mjtg@cam.ac.uk>
7344              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
7345              Date: Tue, 15 Aug 2000 18:26:45 +0100
7346              
7347              Only the peek.t part applied, not the hash quality part.
7348      Branch: perl
7349            ! t/lib/peek.t
7350 ____________________________________________________________________________
7351 [  6640] By: jhi                                   on 2000/08/15  16:37:37
7352         Log: Update Changes.
7353      Branch: perl
7354            ! Changes
7355 ____________________________________________________________________________
7356 [  6639] By: jhi                                   on 2000/08/15  16:34:55
7357         Log: Missed a file from #6638.
7358      Branch: perl
7359            ! lib/File/Temp.pm
7360 ____________________________________________________________________________
7361 [  6638] By: jhi                                   on 2000/08/15  16:33:19
7362         Log: Subject: [PATCH perl@6620] cygwin port
7363              From: "Fifer, Eric" <EFifer@sanwaint.com>
7364              Date: Tue, 15 Aug 2000 17:00:49 +0100
7365              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
7366      Branch: perl
7367            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
7368 ____________________________________________________________________________
7369 [  6637] By: jhi                                   on 2000/08/15  16:29:22
7370         Log: Subject: [PATCH] debugger exit code should reflect user exit code
7371              From: Mike Guy <mjtg@cam.ac.uk>
7372              Date: Tue, 15 Aug 2000 16:55:59 +0100
7373              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
7374      Branch: perl
7375            ! lib/perl5db.pl
7376 ____________________________________________________________________________
7377 [  6636] By: jhi                                   on 2000/08/15  15:30:58
7378         Log: Update Changes.
7379      Branch: perl
7380            ! Changes
7381 ____________________________________________________________________________
7382 [  6635] By: jhi                                   on 2000/08/15  15:27:21
7383         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
7384      Branch: metaconfig
7385            ! U/mkglossary U/mksample
7386      Branch: metaconfig/U/perl
7387            ! Devel.U
7388      Branch: perl
7389            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7390 ____________________________________________________________________________
7391 [  6634] By: jhi                                   on 2000/08/15  14:11:55
7392         Log: Don't blow limited stacks, a lower number is enough to
7393              tickle the lookbehind limit.
7394              
7395              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
7396              From: Dominic Dunlop <domo@computer.org>
7397              Date: Tue, 15 Aug 2000 13:51:24 +0200
7398              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
7399      Branch: perl
7400            ! t/op/regmesg.t
7401 ____________________________________________________________________________
7402 [  6633] By: jhi                                   on 2000/08/15  14:01:46
7403         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
7404              From: Mike Guy <mjtg@cam.ac.uk>
7405              Date: Tue, 15 Aug 2000 12:10:50 +0100
7406              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
7407      Branch: perl
7408            ! utils/perldoc.PL
7409 ____________________________________________________________________________
7410 [  6632] By: jhi                                   on 2000/08/15  13:58:48
7411         Log: make ok etc also for win32.
7412              
7413              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
7414              From: Prymmer/Kahn <pvhp@best.com>
7415              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
7416              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
7417      Branch: perl
7418            ! win32/Makefile
7419 ____________________________________________________________________________
7420 [  6631] By: jhi                                   on 2000/08/15  13:45:03
7421         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
7422      Branch: perl
7423            ! lib/Test.pm
7424 ____________________________________________________________________________
7425 [  6630] By: jhi                                   on 2000/08/15  03:25:09
7426         Log: Update Changes.
7427      Branch: perl
7428            ! Changes
7429 ____________________________________________________________________________
7430 [  6629] By: jhi                                   on 2000/08/15  03:23:53
7431         Log: magic_regdatum_set() is void, not int.
7432      Branch: perl
7433            ! embed.pl mg.c proto.h
7434 ____________________________________________________________________________
7435 [  6628] By: jhi                                   on 2000/08/15  03:08:02
7436         Log: Make the user to give up his firstborn, err, to knowingly
7437              verify installing an unstable developer release.  Also bump
7438              the release to 5.7.0, but leave a patch tag in the local
7439              patches saying that this is not yet the real thing.
7440      Branch: metaconfig
7441            ! U/modified/Instruct.U
7442      Branch: metaconfig/U/perl
7443            + Devel.U
7444      Branch: perl
7445            ! Configure patchlevel.h
7446 ____________________________________________________________________________
7447 [  6627] By: jhi                                   on 2000/08/14  22:32:52
7448         Log: README.os2 update.
7449              
7450              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
7451              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7452              Date: Wed, 02 Aug 2000 21:55:09 -0700
7453              Message-ID: <tsPi5gzkgegX092yn@efn.org>
7454      Branch: perl
7455            ! README.os2
7456 ____________________________________________________________________________
7457 [  6626] By: jhi                                   on 2000/08/14  21:00:02
7458         Log: Subject: Re: File::Temp problems on VMS in bleedperl
7459              From: Tim Jenness <timj@jach.hawaii.edu>
7460              cc: vmsperl@perl.org
7461              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
7462              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
7463      Branch: perl
7464            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
7465 ____________________________________________________________________________
7466 [  6625] By: jhi                                   on 2000/08/14  20:52:16
7467         Log: Add SUIDMAIL as was done for the CERT alert.
7468      Branch: perl
7469            ! patchlevel.h
7470 ____________________________________________________________________________
7471 [  6624] By: jhi                                   on 2000/08/14  20:48:50
7472         Log: Subject: sfio2000
7473              From: Daniel Muino <dmuino@afip.gov.ar>
7474              Date: Mon, 14 Aug 2000 16:58:11 -0300
7475              Message-ID: <20000814165811.B16368@con2-dgi>
7476      Branch: perl
7477            ! perlsdio.h perlsfio.h
7478 ____________________________________________________________________________
7479 [  6623] By: jhi                                   on 2000/08/14  20:47:36
7480         Log: Subject: warning: storage class after type is obsolescent
7481              From: Daniel Muino <dmuino@afip.gov.ar>
7482              Date: Mon, 14 Aug 2000 16:42:47 -0300
7483              Message-ID: <20000814164247.A16368@con2-dgi>
7484      Branch: perl
7485            ! regcomp.pl regnodes.h
7486 ____________________________________________________________________________
7487 [  6622] By: jhi                                   on 2000/08/14  20:43:05
7488         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
7489              From: abigail@foad.org
7490              Date: 14 Aug 2000 20:00:10 -0000
7491              Message-Id: <20000814200010.27271.qmail@foad.org>
7492      Branch: perl
7493            ! Changes
7494 ____________________________________________________________________________
7495 [  6621] By: jhi                                   on 2000/08/14  15:23:05
7496         Log: Update Changes.
7497      Branch: perl
7498            ! Changes
7499 ____________________________________________________________________________
7500 [  6620] By: jhi                                   on 2000/08/14  15:22:14
7501         Log: Subject: Re: [PATCH] @+, @- readonly
7502              From: Mike Guy <mjtg@cam.ac.uk>
7503              Date: Mon, 14 Aug 2000 15:26:55 +0100
7504              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
7505      Branch: perl
7506            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
7507            ! sv.c t/op/pat.t
7508 ____________________________________________________________________________
7509 [  6619] By: jhi                                   on 2000/08/14  14:12:08
7510         Log: Update Changes.
7511      Branch: perl
7512            ! Changes
7513 ____________________________________________________________________________
7514 [  6618] By: jhi                                   on 2000/08/14  14:09:34
7515         Log: For now remove the mail code.
7516      Branch: perl
7517            ! perl.c
7518 ____________________________________________________________________________
7519 [  6617] By: jhi                                   on 2000/08/14  14:08:28
7520         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
7521      Branch: perl
7522            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
7523            ! pod/perlfaq8.pod pod/perlsec.pod
7524 ____________________________________________________________________________
7525 [  6616] By: jhi                                   on 2000/08/14  14:00:11
7526         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
7527              From: Mike Guy <mjtg@cam.ac.uk>
7528              Date: Mon, 14 Aug 2000 08:26:02 +0100
7529              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
7530      Branch: perl
7531            ! lib/perl5db.pl
7532 ____________________________________________________________________________
7533 [  6615] By: jhi                                   on 2000/08/14  13:58:45
7534         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
7535              From: Mike Guy <mjtg@cam.ac.uk>
7536              Date: Mon, 14 Aug 2000 08:04:22 +0100
7537              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
7538      Branch: perl
7539            ! gv.c mg.c t/op/pat.t
7540 ____________________________________________________________________________
7541 [  6614] By: jhi                                   on 2000/08/14  13:56:45
7542         Log: Subject: Test fails / warnings with perl-current #6612
7543              From: Mike Guy <mjtg@cam.ac.uk>
7544              Date: Mon, 14 Aug 2000 07:57:23 +0100
7545              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
7546      Branch: perl
7547            ! t/lib/b.t t/lib/peek.t
7548 ____________________________________________________________________________
7549 [  6613] By: jhi                                   on 2000/08/14  13:45:33
7550         Log: VMS configure.com update continues.
7551      Branch: perl
7552            - vms/configure.com
7553            ! MANIFEST configure.com
7554 ____________________________________________________________________________
7555 [  6612] By: jhi                                   on 2000/08/13  22:13:35
7556         Log: Update Changes.
7557      Branch: perl
7558            ! Changes
7559 ____________________________________________________________________________
7560 [  6611] By: jhi                                   on 2000/08/13  16:21:45
7561         Log: Upgrade to CGI 2.71, from Lincoln Stein.
7562      Branch: perl
7563            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
7564 ____________________________________________________________________________
7565 [  6610] By: jhi                                   on 2000/08/13  15:09:16
7566         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
7567              From: Mike Guy <mjtg@cam.ac.uk>
7568              Date: Sun, 13 Aug 2000 13:45:51 +0100
7569              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
7570      Branch: perl
7571            ! t/op/regmesg.t
7572 ____________________________________________________________________________
7573 [  6609] By: jhi                                   on 2000/08/13  14:31:26
7574         Log: Andreas says that 1.56 is fine, so reverting back to it.
7575      Branch: perl
7576            ! lib/CPAN.pm
7577 ____________________________________________________________________________
7578 [  6608] By: jhi                                   on 2000/08/13  05:34:20
7579         Log: Update Changes.
7580      Branch: perl
7581            ! Changes
7582 ____________________________________________________________________________
7583 [  6607] By: jhi                                   on 2000/08/13  05:32:01
7584         Log: Put back the \z changes of #5406 to CPAN.pm.
7585      Branch: perl
7586            ! lib/CPAN.pm
7587 ____________________________________________________________________________
7588 [  6606] By: jhi                                   on 2000/08/13  05:20:16
7589         Log: Fix-n-skip the tests under 5005threads.
7590      Branch: perl
7591            ! t/lib/b.t
7592 ____________________________________________________________________________
7593 [  6605] By: jhi                                   on 2000/08/13  05:07:48
7594         Log: Fix the test for 5005threads.
7595      Branch: perl
7596            ! t/lib/peek.t
7597 ____________________________________________________________________________
7598 [  6604] By: jhi                                   on 2000/08/13  03:35:37
7599         Log: Should have deleted this in #6603.
7600      Branch: perl
7601            - vms/subconfigure.com
7602 ____________________________________________________________________________
7603 [  6603] By: jhi                                   on 2000/08/12  18:29:32
7604         Log: Rewrite of vms/subconfigure.com as configure.com,
7605              from Peter Prymmer and the vmsperl crew.
7606      Branch: perl
7607            + vms/configure.com
7608            ! MANIFEST
7609 ____________________________________________________________________________
7610 [  6602] By: jhi                                   on 2000/08/11  13:00:01
7611         Log: PlainText.pm is dead.
7612      Branch: perl
7613            - lib/Pod/PlainText.pm
7614            ! MANIFEST
7615 ____________________________________________________________________________
7616 [  6601] By: jhi                                   on 2000/08/11  04:06:45
7617         Log: Update Changes.
7618      Branch: perl
7619            ! Changes
7620 ____________________________________________________________________________
7621 [  6600] By: jhi                                   on 2000/08/11  04:06:10
7622         Log: Add a few missing files, update MANIFEST.
7623      Branch: perl
7624            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
7625            + lib/Pod/PlainText.pm t/pod/find.t
7626            ! MANIFEST t/op/regmesg.t
7627 ____________________________________________________________________________
7628 [  6599] By: jhi                                   on 2000/08/11  03:31:10
7629         Log: Add Perl debugging tutorial, regen toc. 
7630              
7631              Subject: perldebtut.pod
7632              From: Richard Foley <Richard.Foley@m.dasa.de>
7633              Date: Wed, 09 Aug 2000 10:17:15 +0200
7634              Message-id: <3991138B.262247B8@m.dasa.de>
7635      Branch: perl
7636            + pod/perldebtut.pod
7637            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7638 ____________________________________________________________________________
7639 [  6598] By: jhi                                   on 2000/08/11  02:48:56
7640         Log: tiny Changes edit
7641      Branch: perl
7642            ! Changes
7643 ____________________________________________________________________________
7644 [  6597] By: jhi                                   on 2000/08/11  02:39:04
7645         Log: Tests for #6589.
7646              
7647              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
7648              From: simon@brecon.co.uk (Simon Cozens)
7649              Date: 11 Aug 2000 02:24:52 GMT
7650              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
7651      Branch: perl
7652            ! t/lib/b.t
7653 ____________________________________________________________________________
7654 [  6596] By: jhi                                   on 2000/08/11  01:50:07
7655         Log: Update Changes.
7656      Branch: perl
7657            ! Changes
7658 ____________________________________________________________________________
7659 [  6595] By: jhi                                   on 2000/08/11  01:47:16
7660         Log: nitfix
7661      Branch: perl
7662            ! Changes
7663 ____________________________________________________________________________
7664 [  6594] By: jhi                                   on 2000/08/11  01:36:16
7665         Log: Subject: Getting perlio and threads to compile
7666              From: Lupe Christoph <lupe@lupe-christoph.de>
7667              Date: Wed, 9 Aug 2000 11:35:54 +0200
7668              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
7669              
7670              (the Solaris version changes in Configure skipped)
7671      Branch: perl
7672            ! hints/solaris_2.sh thread.h
7673 ____________________________________________________________________________
7674 [  6593] By: jhi                                   on 2000/08/11  01:30:16
7675         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
7676              From: simon@brecon.co.uk (Simon Cozens)
7677              Date: 1 Aug 2000 06:55:19 GMT
7678              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
7679      Branch: perl
7680            ! lib/utf8.pm
7681 ____________________________________________________________________________
7682 [  6592] By: jhi                                   on 2000/08/11  01:26:39
7683         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
7684              From: Peter Scott <Peter@PeterScott.com>
7685              Date: Thu, 10 Aug 2000 08:23:27 -0700
7686              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
7687      Branch: perl
7688            ! lib/perl5db.pl
7689 ____________________________________________________________________________
7690 [  6591] By: jhi                                   on 2000/08/11  01:22:02
7691         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
7692              From: Hugo <hv@crypt.compulink.co.uk>
7693              Date: Thu, 10 Aug 2000 19:23:04 +0100
7694              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
7695      Branch: perl
7696            ! regexec.c t/op/pat.t
7697 ____________________________________________________________________________
7698 [  6590] By: jhi                                   on 2000/08/11  01:19:19
7699         Log: Preprocessing and postprocessing for File::Find.
7700              
7701              Subject: Patch to Find::File.pm to allow alphabetical results
7702              From: Joe Smith <jsmith@inwap.com>
7703              Date: Wed, 9 Aug 2000 02:44:54 -0700
7704              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
7705      Branch: perl
7706            ! lib/File/Find.pm
7707 ____________________________________________________________________________
7708 [  6589] By: jhi                                   on 2000/08/11  01:12:39
7709         Log: B::Deparse didn't do sub attributes.
7710              
7711              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
7712              From: simon@brecon.co.uk (Simon Cozens)
7713              Date: 9 Aug 2000 04:49:20 GMT
7714              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
7715      Branch: perl
7716            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
7717 ____________________________________________________________________________
7718 [  6588] By: jhi                                   on 2000/08/11  01:06:40
7719         Log: Subject: debugger "d" command doesnt check line number
7720              From: Mike Guy <mjtg@cam.ac.uk>
7721              Date: Tue, 08 Aug 2000 21:54:29 +0100
7722              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
7723      Branch: perl
7724            ! lib/perl5db.pl mg.c pod/perldiag.pod
7725 ____________________________________________________________________________
7726 [  6587] By: jhi                                   on 2000/08/11  00:45:03
7727         Log: sleep(1) does not necessarily return 1.
7728              
7729              Subject: [PATCH bleadperl] op/lex_assign.t  
7730              From: Hugo <hv@crypt.compulink.co.uk>
7731              Date: Thu, 03 Aug 2000 14:34:22 +0100        
7732              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
7733      Branch: perl
7734            ! t/op/lex_assign.t
7735 ____________________________________________________________________________
7736 [  6586] By: jhi                                   on 2000/08/11  00:31:50
7737         Log: Document the IO::Select timeout.
7738      Branch: perl
7739            ! ext/IO/lib/IO/Select.pm
7740 ____________________________________________________________________________
7741 [  6585] By: jhi                                   on 2000/08/11  00:13:54
7742         Log: Forgot contributor.
7743      Branch: perl
7744            ! Changes
7745 ____________________________________________________________________________
7746 [  6584] By: jhi                                   on 2000/08/11  00:09:19
7747         Log: detypo
7748      Branch: perl
7749            ! Changes
7750 ____________________________________________________________________________
7751 [  6583] By: jhi                                   on 2000/08/11  00:07:53
7752         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
7753              
7754              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
7755              From: Mike Guy <mjtg@cam.ac.uk> 
7756              Date: Thu, 10 Aug 2000 15:50:54 +0100
7757              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
7758      Branch: perl
7759            ! sv.c t/op/int.t
7760 ____________________________________________________________________________
7761 [  6582] By: jhi                                   on 2000/08/10  23:29:32
7762         Log: Update Changes.
7763      Branch: perl
7764            ! Changes
7765 ____________________________________________________________________________
7766 [  6581] By: jhi                                   on 2000/08/10  23:26:16
7767         Log: Put back the std @INC thing.
7768      Branch: perl
7769            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
7770            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
7771            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
7772            ! t/lib/gol-oo.t
7773 ____________________________________________________________________________
7774 [  6580] By: jhi                                   on 2000/08/10  23:03:34
7775         Log: Update to CGI 2.70, from Lincoln Stein.
7776      Branch: perl
7777            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
7778            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
7779            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
7780            ! t/lib/cgi-request.t
7781 ____________________________________________________________________________
7782 [  6579] By: jhi                                   on 2000/08/10  22:41:50
7783         Log: Update to CPAN 1.56, from Andreas König.
7784      Branch: perl
7785            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7786 ____________________________________________________________________________
7787 [  6578] By: jhi                                   on 2000/08/10  22:38:13
7788         Log: Update to Pod::Parser 1.17, from Brad Appleton.
7789      Branch: perl
7790            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
7791            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
7792            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
7793            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
7794            ! t/pod/include.t t/pod/included.t t/pod/lref.t
7795            ! t/pod/multiline_items.t t/pod/nested_items.t
7796            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7797            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
7798            ! t/pod/special_seqs.t
7799 ____________________________________________________________________________
7800 [  6577] By: jhi                                   on 2000/08/10  22:35:41
7801         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
7802      Branch: perl
7803            ! AUTHORS MAINTAIN
7804 ____________________________________________________________________________
7805 [  6576] By: jhi                                   on 2000/08/10  22:24:54
7806         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
7807      Branch: perl
7808            + t/lib/gol-oo.t
7809            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
7810            ! t/lib/gol-compat.t t/lib/gol-linkage.t
7811 ____________________________________________________________________________
7812 [  6575] By: jhi                                   on 2000/08/10  22:02:07
7813         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
7814      Branch: perl
7815            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
7816 ____________________________________________________________________________
7817 [  6574] By: jhi                                   on 2000/08/10  21:55:03
7818         Log: Iterating perl6 description.
7819      Branch: perl
7820            ! pod/perlfaq1.pod
7821 ____________________________________________________________________________
7822 [  6573] By: jhi                                   on 2000/08/10  21:48:26
7823         Log: Revert the sv.c part of #6559, a better fix is needed.
7824      Branch: perl
7825            ! sv.c
7826 ____________________________________________________________________________
7827 [  6572] By: jhi                                   on 2000/08/10  20:33:43
7828         Log: It's the 2ndO'ROSSC.
7829      Branch: perl
7830            ! pod/perlfaq1.pod
7831 ____________________________________________________________________________
7832 [  6571] By: jhi                                   on 2000/08/10  15:55:48
7833         Log: detypo
7834      Branch: perl
7835            ! pod/perlfaq1.pod
7836 ____________________________________________________________________________
7837 [  6570] By: jhi                                   on 2000/08/10  14:11:17
7838         Log: An exceptionally sticky typo.
7839      Branch: perl
7840            ! Changes
7841 ____________________________________________________________________________
7842 [  6569] By: jhi                                   on 2000/08/10  14:09:33
7843         Log: detypo (and test Changes updating script)
7844      Branch: perl
7845            ! Changes
7846 ____________________________________________________________________________
7847 [  6568] By: jhi                                   on 2000/08/10  14:07:07
7848         Log: Update Changes.
7849      Branch: perl
7850            ! Changes
7851 ____________________________________________________________________________
7852 [  6567] By: jhi                                   on 2000/08/10  14:06:19
7853         Log: Amend the description of Perl6.
7854              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
7855              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7856              Date: Wed, 9 Aug 2000 22:11:06 -0500
7857              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
7858      Branch: perl
7859            ! pod/perlfaq1.pod
7860 ____________________________________________________________________________
7861 [  6566] By: jhi                                   on 2000/08/10  13:58:57
7862         Log: Subject: Remove dead entry in perldiag
7863              From: Mike Guy <mjtg@cam.ac.uk>
7864              Date: Thu, 10 Aug 2000 14:19:19 +0100
7865              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
7866      Branch: perl
7867            ! pod/perldiag.pod
7868 ____________________________________________________________________________
7869 [  6565] By: jhi                                   on 2000/08/10  13:51:48
7870         Log: Zero entries were skipped, fix from Adrian Goalby
7871              <argoalby@yahoo.co.uk>
7872      Branch: perl
7873            ! lib/unicode/Number.pl lib/unicode/mktables.PL
7874 ____________________________________________________________________________
7875 [  6564] By: jhi                                   on 2000/08/10  13:00:12
7876         Log: Subject: [PATCH 5.6.0] cygwin port
7877              From: "Fifer, Eric" <EFifer@sanwaint.com>
7878              Date: Thu, 10 Aug 2000 13:15:36 +0100
7879              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
7880      Branch: perl
7881            ! README.cygwin hints/cygwin.sh
7882 ____________________________________________________________________________
7883 [  6563] By: jhi                                   on 2000/08/10  12:55:16
7884         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
7885      Branch: perl
7886            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
7887 ____________________________________________________________________________
7888 [  6562] By: gsar                                  on 2000/08/10  08:38:39
7889         Log: warn is a macro, avoid using at a variable to avoid warnings
7890              in some configurations; readdir.t is too conservative in
7891              estimating number of *.t's
7892      Branch: perl
7893            ! t/op/readdir.t util.c
7894 ____________________________________________________________________________
7895 [  6561] By: jhi                                   on 2000/08/09  23:35:42
7896         Log: Update Changes.
7897      Branch: perl
7898            ! Changes
7899 ____________________________________________________________________________
7900 [  6560] By: jhi                                   on 2000/08/09  23:05:47
7901         Log: Subject: Re: enhanced(?) regex error messages
7902              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7903              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
7904              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
7905              
7906              (plus two small patches sent privately)
7907              (this still seems to leave few test failures)
7908      Branch: perl
7909            + t/op/regmesg.t
7910            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
7911            ! t/pragma/warn/regcomp
7912 ____________________________________________________________________________
7913 [  6559] By: jhi                                   on 2000/08/09  20:41:18
7914         Log: (The fix did work but was not right, retracted in #6573)
7915              
7916              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
7917              From: Christian Kirsch <ck@held.mind.de>
7918              Date: Wed, 9 Aug 2000 17:05:17 +0200
7919              Message-Id: <20000809170517.A25389@held>
7920      Branch: perl
7921            ! sv.c t/pragma/locale.t
7922 ____________________________________________________________________________
7923 [  6558] By: jhi                                   on 2000/08/08  22:34:08
7924         Log: Tiny updates on the contributors list.
7925      Branch: perl
7926            ! Changes
7927 ____________________________________________________________________________
7928 [  6557] By: jhi                                   on 2000/08/08  19:34:28
7929         Log: Double check that we have a dirhandle.
7930      Branch: perl
7931            ! util.c
7932 ____________________________________________________________________________
7933 [  6556] By: jhi                                   on 2000/08/08  19:01:51
7934         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
7935              May be repopulated with fresh maintained examples.
7936      Branch: perl
7937            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
7938            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
7939            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
7940            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
7941            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
7942            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
7943            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
7944            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
7945            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
7946            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
7947            + lib/CGI/eg/wilogo_gif.uu
7948            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
7949            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
7950            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
7951            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
7952            - eg/cgi/frameset.cgi eg/cgi/index.html
7953            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
7954            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
7955            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
7956            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
7957            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
7958            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
7959            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
7960            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
7961            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
7962            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
7963            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
7964            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
7965            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
7966            - eg/van/vanish eg/who eg/wrapsuid
7967            ! MANIFEST
7968 ____________________________________________________________________________
7969 [  6555] By: jhi                                   on 2000/08/08  18:51:08
7970         Log: Delete chat2 as requested by Randal.
7971              
7972              Subject: Re: perlfaq8 coyness
7973              From: merlyn@stonehenge.com (Randal L. Schwartz) 
7974              Date: 15 May 2000 18:52:42 -0700 
7975              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
7976      Branch: perl
7977            - lib/chat2.pl
7978            ! MANIFEST
7979 ____________________________________________________________________________
7980 [  6554] By: jhi                                   on 2000/08/08  18:31:35
7981         Log: Regen global.sym.
7982      Branch: perl
7983            ! global.sym
7984 ____________________________________________________________________________
7985 [  6553] By: jhi                                   on 2000/08/08  18:28:13
7986         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
7987              (either perlbug or p5p ate the original), plus regen
7988              perlapi and perltoc. 
7989      Branch: perl
7990            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
7991            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
7992            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
7993            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
7994            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
7995            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
7996            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
7997            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
7998            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
7999            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
8000 ____________________________________________________________________________
8001 [  6552] By: jhi                                   on 2000/08/08  18:06:29
8002         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
8003              From: Mike Guy <mjtg@cam.ac.uk>
8004              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
8005              Date: Tue, 08 Aug 2000 15:51:27 +0100
8006      Branch: perl
8007            ! doop.c sv.h t/op/join.t t/pragma/overload.t
8008 ____________________________________________________________________________
8009 [  6551] By: jhi                                   on 2000/08/08  18:01:11
8010         Log: Re-apply #6549.
8011      Branch: perl
8012            ! lib/perl5db.pl
8013 ____________________________________________________________________________
8014 [  6550] By: jhi                                   on 2000/08/08  17:43:08
8015         Log: Accidental retraction of #6549.
8016      Branch: perl
8017            ! lib/perl5db.pl
8018 ____________________________________________________________________________
8019 [  6549] By: jhi                                   on 2000/08/08  17:40:04
8020         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
8021              From: Mike Guy <mjtg@cam.ac.uk>
8022              Date: Mon, 07 Aug 2000 21:49:58 +0100
8023              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
8024      Branch: perl
8025            ! lib/perl5db.pl
8026 ____________________________________________________________________________
8027 [  6548] By: jhi                                   on 2000/08/08  17:37:57
8028         Log: Document here-doc better.
8029              
8030              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
8031              From: Mike Guy <mjtg@cam.ac.uk>
8032              Date: Mon, 07 Aug 2000 14:02:09 +0100
8033              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
8034      Branch: perl
8035            ! pod/perldata.pod
8036 ____________________________________________________________________________
8037 [  6547] By: jhi                                   on 2000/08/08  17:33:34
8038         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
8039              From: "Randy J. Ray" <rjray@redhat.com>
8040              Date: Mon, 07 Aug 2000 19:12:25 -0700
8041              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
8042      Branch: perl
8043            ! perl.c pod/perlrun.pod
8044 ____________________________________________________________________________
8045 [  6546] By: jhi                                   on 2000/08/08  17:29:26
8046         Log: Subject: Re: enhanced(?) regex error messages 
8047              From: Hugo <hv@crypt.compulink.co.uk>
8048              Date: Tue, 08 Aug 2000 03:25:51 +0100
8049              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
8050              
8051              plus Capitalize the error messages, plus perldiag them.
8052      Branch: perl
8053            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
8054 ____________________________________________________________________________
8055 [  6545] By: jhi                                   on 2000/08/08  13:59:28
8056         Log: Augment #6539 a bit: don't croak if there's magic in the air.
8057              
8058              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
8059              From: Hugo <hv@crypt.compulink.co.uk>
8060              Date: Tue, 08 Aug 2000 03:02:03 +0100
8061              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
8062      Branch: perl
8063            ! pp.c t/op/bless.t
8064 ____________________________________________________________________________
8065 [  6544] By: jhi                                   on 2000/08/07  21:11:52
8066         Log: Make the test -w clean.
8067      Branch: perl
8068            ! t/op/bless.t
8069 ____________________________________________________________________________
8070 [  6543] By: jhi                                   on 2000/08/07  19:49:53
8071         Log: use warnings instead of $^W.
8072      Branch: perl
8073            ! t/op/bless.t
8074 ____________________________________________________________________________
8075 [  6542] By: jhi                                   on 2000/08/07  17:41:41
8076         Log: Disable a portability warning Because We Know What We Are Doing.
8077      Branch: perl
8078            ! t/op/bless.t
8079 ____________________________________________________________________________
8080 [  6541] By: jhi                                   on 2000/08/07  17:29:51
8081         Log: Tiny tidying on report_evil_fh().
8082      Branch: perl
8083            ! util.c
8084 ____________________________________________________________________________
8085 [  6540] By: jhi                                   on 2000/08/07  16:37:38
8086         Log: Make regular expression parse error messages easier to understand.
8087              
8088              Subject: Re: enhanced(?) regex error messages
8089              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8090              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
8091              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
8092      Branch: perl
8093            ! regcomp.c
8094 ____________________________________________________________________________
8095 [  6539] By: jhi                                   on 2000/08/07  16:12:27
8096         Log: Make bless(REF, REF) a fatal error, add bless tests.
8097              
8098              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
8099              From: Hugo <hv@crypt.compulink.co.uk>
8100              Date: Mon, 07 Aug 2000 16:59:38 +0100
8101              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
8102      Branch: perl
8103            + t/op/bless.t
8104            ! MANIFEST pod/perldiag.pod pp.c sv.c
8105 ____________________________________________________________________________
8106 [  6538] By: jhi                                   on 2000/08/07  15:59:43
8107         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
8108              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
8109              Date: Thu, 3 Aug 2000 14:29:21 -0700
8110              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
8111      Branch: perl
8112            ! lib/lib_pm.PL
8113 ____________________________________________________________________________
8114 [  6537] By: jhi                                   on 2000/08/07  15:47:18
8115         Log: Retract #6419 for now since it breaks in AFS and MachTen.
8116      Branch: perl
8117            ! lib/Cwd.pm
8118 ____________________________________________________________________________
8119 [  6536] By: jhi                                   on 2000/08/07  15:05:29
8120         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
8121              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
8122              The security hole exists only in suidperls, which isn't
8123              installed or even built by default.
8124      Branch: perl
8125            ! perl.c
8126 ____________________________________________________________________________
8127 [  6535] By: jhi                                   on 2000/08/07  14:45:14
8128         Log: tr memory corruption fix from Simon Cozens.
8129      Branch: perl
8130            ! doop.c
8131 ____________________________________________________________________________
8132 [  6534] By: jhi                                   on 2000/08/06  11:38:16
8133         Log: Document a bit that UDP is not what you might think.
8134              
8135              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
8136              From: Lupe Christoph <lupe@lupe-christoph.de>
8137              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
8138              Date: Mon, 24 Jul 2000 08:59:15 +0200
8139      Branch: perl
8140            ! pod/perlipc.pod
8141 ____________________________________________________________________________
8142 [  6533] By: jhi                                   on 2000/08/06  11:35:01
8143         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
8144              From: Jeff Pinyan <jeffp@hut.crusoe.net>
8145              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
8146              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
8147      Branch: perl
8148            ! pod/perlfunc.pod
8149 ____________________________________________________________________________
8150 [  6532] By: jhi                                   on 2000/08/06  03:45:41
8151         Log: Have symbols for the IoTYPEs.
8152      Branch: perl
8153            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
8154 ____________________________________________________________________________
8155 [  6531] By: jhi                                   on 2000/08/06  01:33:55
8156         Log: Continue fixing the io warnings.  This also
8157              sort of fixes bug ID 20000802.003: the core dump
8158              is no more.  Whether the current behaviour is correct
8159              (giving a warning: "Not a format reference"), is another matter.
8160      Branch: perl
8161            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
8162            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
8163 ____________________________________________________________________________
8164 [  6530] By: jhi                                   on 2000/08/05  21:33:12
8165         Log: Change the Policy policy: now -Dprefix= with an existing
8166              Policy.sh and prefix == siteprefix == vendorprefix, then all
8167              of them follow along the new prefix.
8168              
8169              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
8170              From: Andy Dougherty <doughera@lafayette.edu>
8171              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
8172              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
8173      Branch: perl
8174            ! Policy_sh.SH
8175 ____________________________________________________________________________
8176 [  6529] By: jhi                                   on 2000/08/05  18:57:28
8177         Log: Zap lib/Sys directory when cleaning up.
8178      Branch: perl
8179            ! Makefile.SH
8180 ____________________________________________________________________________
8181 [  6528] By: jhi                                   on 2000/08/05  18:40:44
8182         Log: Essential prototype changes were missing from #6527.
8183              Also make report_evil_fh() more bomb-proof.
8184      Branch: perl
8185            ! embed.h util.c
8186 ____________________________________________________________________________
8187 [  6527] By: jhi                                   on 2000/08/05  03:22:05
8188         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
8189              From: "Ronald F. Guilmette" <rfg@monkeys.com>
8190              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
8191              Message-Id: <200007242247.PAA52177@monkeys.com>
8192      Branch: perl
8193            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
8194 ____________________________________________________________________________
8195 [  6526] By: jhi                                   on 2000/08/04  21:23:27
8196         Log: gcc versions might have (parentheses) in them.
8197      Branch: metaconfig/U/perl
8198            ! gccvers.U
8199      Branch: perl
8200            ! Configure config_h.SH
8201 ____________________________________________________________________________
8202 [  6525] By: jhi                                   on 2000/08/04  20:23:12
8203         Log: Weed buglets pointed out by
8204              
8205              From: Lupe Christoph <lupe@lupe-christoph.de>
8206              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
8207              Date: Fri, 4 Aug 2000 17:34:39 +0200
8208              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
8209      Branch: metaconfig/U/perl
8210            ! gccvers.U uselfs.U
8211      Branch: perl
8212            ! Configure config_h.SH
8213 ____________________________________________________________________________
8214 [  6524] By: jhi                                   on 2000/08/04  19:02:08
8215         Log: Warn under -w if lstat(FH) is attempted.
8216              
8217              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
8218              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
8219              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
8220              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
8221      Branch: perl
8222            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
8223            ! t/pragma/warn/pp_sys
8224 ____________________________________________________________________________
8225 [  6523] By: jhi                                   on 2000/08/04  12:31:11
8226         Log: Subject: New perlcc, take 2
8227              From: simon@brecon.co.uk (Simon Cozens)
8228              Date: 4 Aug 2000 06:21:04 GMT
8229              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
8230      Branch: perl
8231            ! utils/perlcc.PL
8232 ____________________________________________________________________________
8233 [  6522] By: jhi                                   on 2000/08/04  12:26:33
8234         Log: Subject: Re: Array vs. List context
8235              From: Daniel Chetlin <daniel@chetlin.com>
8236              Date: Fri, 4 Aug 2000 00:22:44 -0700
8237              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
8238      Branch: perl
8239            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
8240            ! pod/perlfaq4.pod
8241 ____________________________________________________________________________
8242 [  6521] By: jhi                                   on 2000/08/04  12:22:38
8243         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
8244              From: Raymund Will <ray@caldera.de>
8245              Date: Fri, 4 Aug 2000 12:07:09 +0200
8246              Message-Id: <20000804120709.A14982@caldera.de>
8247      Branch: perl
8248            ! configure.gnu
8249 ____________________________________________________________________________
8250 [  6520] By: jhi                                   on 2000/08/04  04:09:06
8251         Log: After the #6519 a warning about stat() is just that,
8252              not about a filetest, which now have their own warning.
8253      Branch: perl
8254            ! pod/perldiag.pod
8255 ____________________________________________________________________________
8256 [  6519] By: jhi                                   on 2000/08/04  04:06:30
8257         Log: In the warnings call filehandles consistently so;
8258              add "unopened" warning for stat().
8259      Branch: perl
8260            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
8261            ! t/pragma/warn/pp_sys
8262 ____________________________________________________________________________
8263 [  6518] By: jhi                                   on 2000/08/04  02:55:35
8264         Log: Subject: Minor tweak to perlvar.pod
8265              From: "Stephen P. Potter" <spp@ds.net>
8266              Date: Tue, 18 Apr 2000 09:26:03 -0400
8267              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
8268      Branch: perl
8269            ! pod/perlvar.pod
8270 ____________________________________________________________________________
8271 [  6517] By: jhi                                   on 2000/08/04  02:50:08
8272         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
8273              From: "Clinton Pierce" <cpierce1@ford.com>
8274              Date: Wed, 21 Jul 1999 16:45:31 -0400
8275              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
8276              
8277              Fix by Stephen Potter (visible in the bug db but not in p5p?)
8278      Branch: perl
8279            ! pod/perlfunc.pod pod/perlop.pod
8280 ____________________________________________________________________________
8281 [  6516] By: jhi                                   on 2000/08/04  02:09:25
8282         Log: This is 6512.  Really.
8283      Branch: perl
8284            ! dump.c
8285 ____________________________________________________________________________
8286 [  6515] By: jhi                                   on 2000/08/04  01:25:50
8287         Log: mention the idea of @( and @)
8288      Branch: perl
8289            ! Todo-5.6
8290 ____________________________________________________________________________
8291 [  6513] By: jhi                                   on 2000/08/04  01:18:18
8292         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
8293              From: Mark Dickinson <dickins3@fas.harvard.edu>
8294              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
8295              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
8296      Branch: perl
8297            ! t/op/grent.t t/op/pwent.t
8298 ____________________________________________________________________________
8299 [  6512] By: jhi                                   on 2000/08/04  01:14:06
8300         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
8301              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8302              Date: Wed, 02 Aug 2000 10:51:01 +0100
8303              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
8304      Branch: perl
8305            ! sv.c
8306 ____________________________________________________________________________
8307 [  6511] By: jhi                                   on 2000/08/04  00:57:00
8308         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
8309              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
8310              Date: Thu, 03 Aug 2000 17:20:04 -0700
8311              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
8312      Branch: metaconfig
8313            ! U/modified/Cppsym.U
8314      Branch: perl
8315            ! Configure config_h.SH
8316 ____________________________________________________________________________
8317 [  6510] By: jhi                                   on 2000/08/04  00:25:28
8318         Log: detypo
8319      Branch: perl
8320            ! Makefile.SH
8321 ____________________________________________________________________________
8322 [  6509] By: jhi                                   on 2000/08/03  23:43:18
8323         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
8324              From: Dominic Dunlop <domo@computer.org>
8325              Date: Thu, 3 Aug 2000 22:16:46 +0200
8326              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
8327      Branch: perl
8328            ! t/op/sprintf.t
8329 ____________________________________________________________________________
8330 [  6508] By: jhi                                   on 2000/08/03  23:40:37
8331         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
8332              From: Hugo <hv@crypt.compulink.co.uk>
8333              Date: Thu, 03 Aug 2000 18:25:30 +0100
8334              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
8335      Branch: perl
8336            ! regcomp.c t/op/re_tests
8337 ____________________________________________________________________________
8338 [  6507] By: jhi                                   on 2000/08/03  23:38:28
8339         Log: Subject: [PATCH] sv.h documentation - SvLEN
8340              From: Mike Guy <mjtg@cam.ac.uk>
8341              Date: Thu, 03 Aug 2000 14:43:09 +0100
8342              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
8343      Branch: perl
8344            ! sv.h
8345 ____________________________________________________________________________
8346 [  6506] By: jhi                                   on 2000/08/03  15:49:14
8347         Log: Disable the fix_pl hack for now.
8348      Branch: perl
8349            ! Makefile.SH
8350 ____________________________________________________________________________
8351 [  6505] By: jhi                                   on 2000/08/03  13:49:04
8352         Log: Add a URL for FSF.
8353              
8354              Subject: Patch for README
8355              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8356              Date: Wed, 2 Aug 2000 13:25:09 -0500
8357              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
8358      Branch: perl
8359            ! README
8360 ____________________________________________________________________________
8361 [  6504] By: jhi                                   on 2000/08/03  13:29:19
8362         Log: Be more informative on what is skipped and why,
8363              also repeat the list at the end.
8364      Branch: perl
8365            ! Porting/p4desc
8366 ____________________________________________________________________________
8367 [  6503] By: jhi                                   on 2000/08/03  13:07:05
8368         Log: Circumvent the removal of .patch by fix_pl.
8369              
8370              Subject: Re: [ID 20000802.011] unable to 'make test'          
8371              From: simon@brecon.co.uk (Simon Cozens) 
8372              Date: 3 Aug 2000 04:17:00 GMT
8373              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
8374      Branch: perl
8375            ! Makefile.SH
8376 ____________________________________________________________________________
8377 [  6501] By: jhi                                   on 2000/08/03  00:00:26
8378         Log: The subtest 4 may fail also on VOBS, as pointed out
8379              by Nick Ing-Simmons in November 1999, bug id 19991124.003
8380              (but the failure in that bug report isn't the subtest 4).
8381      Branch: perl
8382            ! t/op/stat.t
8383 ____________________________________________________________________________
8384 [  6500] By: jhi                                   on 2000/08/02  23:49:30
8385         Log: Better skip message for the test; one of the two problems in
8386              
8387              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
8388              From: Lupe Christoph <lupe@lupe-christoph.de>
8389              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
8390              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
8391      Branch: perl
8392            ! t/op/numconvert.t
8393 ____________________________________________________________________________
8394 [  6499] By: jhi                                   on 2000/08/02  22:49:16
8395         Log: Allow "no Module;" even if there is no 'unimport'.
8396              
8397              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
8398              From: mjd@plover.com
8399              Date: 24 Mar 2000 15:24:34 -0000
8400              Message-Id: <20000324152434.15160.qmail@plover.com>
8401      Branch: perl
8402            ! gv.c
8403 ____________________________________________________________________________
8404 [  6498] By: jhi                                   on 2000/08/02  22:42:58
8405         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
8406              that are hopefully soon put into use.
8407      Branch: perl
8408            ! opcode.h opcode.pl opnames.h
8409 ____________________________________________________________________________
8410 [  6497] By: gsar                                  on 2000/08/02  22:28:59
8411         Log: require.t needs binmode() to work on windows
8412      Branch: perl
8413            ! t/comp/require.t
8414 ____________________________________________________________________________
8415 [  6496] By: jhi                                   on 2000/08/02  22:08:51
8416         Log: Document the IVdf UVuf UVof UVxf.
8417      Branch: perl
8418            ! pod/perlguts.pod
8419 ____________________________________________________________________________
8420 [  6495] By: jhi                                   on 2000/08/02  21:54:26
8421         Log: detypo #6494
8422      Branch: perl
8423            ! ext/Data/Dumper/Dumper.xs
8424 ____________________________________________________________________________
8425 [  6494] By: jhi                                   on 2000/08/02  21:49:17
8426         Log: Dump UVs as UVs in Data::Dumper.
8427              
8428              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
8429              From: Gurusamy Sarathy <gsar@ActiveState.com>
8430              Date: Thu, 27 Apr 2000 12:26:25 -0700
8431              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
8432      Branch: perl
8433            ! ext/Data/Dumper/Dumper.xs
8434 ____________________________________________________________________________
8435 [  6493] By: jhi                                   on 2000/08/02  17:01:58
8436         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
8437              From: Hugo <hv@crypt.compulink.co.uk>
8438              Date: Wed, 02 Aug 2000 14:53:56 +0100
8439              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
8440      Branch: perl
8441            ! regexec.c t/op/re_tests
8442 ____________________________________________________________________________
8443 [  6492] By: jhi                                   on 2000/08/02  15:02:46
8444         Log: The new setproctitle() feature is available only in 
8445              bleeding edge FreeBSD.  From Paul Saab.
8446      Branch: perl
8447            ! mg.c
8448 ____________________________________________________________________________
8449 [  6491] By: jhi                                   on 2000/08/02  13:34:36
8450         Log: The tr utf8 patching continues.
8451              
8452              Subject: Re: #6469, too many tests claimed in require.t
8453              From: simon@brecon.co.uk (Simon Cozens)
8454              Date: 2 Aug 2000 02:37:17 GMT
8455              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
8456              
8457              (the logic of the test was the wrong way round in the patch)
8458      Branch: perl
8459            ! doop.c
8460 ____________________________________________________________________________
8461 [  6490] By: jhi                                   on 2000/08/02  13:27:38
8462         Log: The name of a filehandle does not have <these>.
8463      Branch: perl
8464            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
8465            ! t/pragma/warn/pp_sys util.c
8466 ____________________________________________________________________________
8467 [  6489] By: jhi                                   on 2000/08/02  04:26:46
8468         Log: Remove the extraneous "main::" prefix from all the
8469              "opened only for", "on closed", and "never opened" warnings.
8470              
8471              Subject: Re: inappropriate warning
8472              From: Gurusamy Sarathy <gsar@ActiveState.com>
8473              Date: Mon, 20 Mar 2000 11:28:02 -0800
8474              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
8475      Branch: perl
8476            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
8477            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
8478            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
8479 ____________________________________________________________________________
8480 [  6488] By: jhi                                   on 2000/08/02  03:02:57
8481         Log: memcpy has n o in it, as pinted ut by Sarathy.
8482      Branch: perl
8483            ! pod/perlguts.pod
8484 ____________________________________________________________________________
8485 [  6487] By: jhi                                   on 2000/08/02  02:44:51
8486         Log: Document in one place the memory abstractions used in Perl core.
8487              
8488              Subject: Re: Memory abstraction
8489              From: simon@brecon.co.uk (Simon Cozens)
8490              Date: 2 Aug 2000 02:20:23 GMT
8491              Organization: Earth.li Origins
8492      Branch: perl
8493            ! pod/perlguts.pod
8494 ____________________________________________________________________________
8495 [  6486] By: jhi                                   on 2000/08/02  02:41:57
8496         Log: regen_headers, regen perltoc.
8497      Branch: perl
8498            ! perlapi.c pod/perltoc.pod
8499 ____________________________________________________________________________
8500 [  6485] By: jhi                                   on 2000/08/02  01:43:33
8501         Log: "This little thing tests for a file .patch, and if it contains
8502              a number, pops into patchlevel.h" (making it easier to track
8503              which development version people are reporting bugs against)
8504              
8505              Subject: Patchlevel autogeneration for repository perls
8506              From: simon@brecon.co.uk (Simon Cozens)
8507              Date: 14 Jul 2000 07:12:15 GMT
8508              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
8509      Branch: perl
8510            + fix_pl
8511            ! MANIFEST Makefile.SH
8512 ____________________________________________________________________________
8513 [  6484] By: jhi                                   on 2000/08/02  01:32:54
8514         Log: FreeBSD 3.* updates from
8515              
8516              From: Paul Saab <ps@yahoo-inc.com>
8517              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8518              Date: Tue, 1 Aug 2000 15:41:39 -0700
8519              Message-Id: <20000801154139.A53740@yahoo-inc.com>
8520      Branch: perl
8521            ! hints/freebsd.sh
8522 ____________________________________________________________________________
8523 [  6483] By: jhi                                   on 2000/08/02  01:27:44
8524         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
8525              instead one must use setproctitle().  This was already addressed
8526              by change #6457, but the below has a new variant for FreeBSD 4.0
8527              or later, and the matter is also documented more.
8528              
8529              From: Paul Saab <ps@yahoo-inc.com>
8530              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
8531              Date: Tue, 1 Aug 2000 15:41:39 -0700
8532              Message-Id: <20000801154139.A53740@yahoo-inc.com>
8533      Branch: metaconfig/U/perl
8534            + i_libutil.U
8535      Branch: perl
8536            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
8537 ____________________________________________________________________________
8538 [  6482] By: jhi                                   on 2000/08/01  22:17:32
8539         Log: The test from this
8540              
8541              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
8542              Date: Sat, 15 Apr 2000 17:03:44 +0100
8543              From: Tom Hughes <tom@compton.nu>
8544              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
8545              
8546              was missing, the code change went in as #5989
8547              (which had a different test?)
8548      Branch: perl
8549            ! t/op/misc.t
8550 ____________________________________________________________________________
8551 [  6481] By: jhi                                   on 2000/08/01  21:48:38
8552         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
8553              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
8554              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
8555              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
8556      Branch: perl
8557            ! perl.h
8558 ____________________________________________________________________________
8559 [  6480] By: jhi                                   on 2000/08/01  18:05:28
8560         Log: Make p4desc to skip non-mainperl branches by default.
8561      Branch: perl
8562            ! Porting/p4desc
8563 ____________________________________________________________________________
8564 [  6479] By: jhi                                   on 2000/08/01  17:29:19
8565         Log: If gccosandvers is equal to osname, clear gccosandvers.
8566      Branch: metaconfig/U/perl
8567            ! gccvers.U
8568      Branch: perl
8569            ! Configure config_h.SH
8570 ____________________________________________________________________________
8571 [  6478] By: jhi                                   on 2000/08/01  15:54:08
8572         Log: BOM patching from Simon Cozens.
8573      Branch: perl
8574            ! toke.c
8575 ____________________________________________________________________________
8576 [  6477] By: jhi                                   on 2000/08/01  04:50:33
8577         Log: Stash away the largefiles flags and libswanted.
8578      Branch: perl
8579            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
8580 ____________________________________________________________________________
8581 [  6476] By: gsar                                  on 2000/08/01  04:24:24
8582         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
8583              on Windows)
8584      Branch: perl
8585            ! t/pragma/utf8.t utf8.c win32/win32.c
8586 ____________________________________________________________________________
8587 [  6475] By: jhi                                   on 2000/08/01  03:35:24
8588         Log: Make chr() for values >127 to create utf8 when under utf8.
8589              
8590              Subject: Re: uft8/chr()
8591              From: simon@brecon.co.uk (Simon Cozens)
8592              Date: 1 Aug 2000 02:37:02 GMT
8593              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
8594      Branch: perl
8595            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
8596 ____________________________________________________________________________
8597 [  6474] By: jhi                                   on 2000/08/01  02:36:18
8598         Log: In Digital UNIX warn if gcc explicitly chosen because even
8599              2.95.2 is known to cause problems.
8600      Branch: perl
8601            ! hints/dec_osf.sh
8602 ____________________________________________________________________________
8603 [  6473] By: jhi                                   on 2000/08/01  02:00:56
8604         Log: Make the safety catch for buggy gccs work with triple version
8605              numbers like 2.95.2.  Reported in
8606              
8607              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
8608              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
8609              Date: Mon, 31 Jul 2000 14:55:06 +0200
8610              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
8611      Branch: perl
8612            ! hints/dec_osf.sh
8613 ____________________________________________________________________________
8614 [  6472] By: jhi                                   on 2000/08/01  01:13:33
8615         Log: Subject: fix and question re: waitpid() under win32
8616              From: Brian Clarke <clarke@appliedmeta.com>
8617              Date: Fri, 28 Jul 2000 15:18:29 -0400
8618              Message-ID: <3981DC85.290314EB@appliedmeta.com>
8619              
8620              Slightly reformatted and WNOHANG # define moved to win32.h
8621              so that also POSIX.xs sees it, as suggsted by Sarathy.
8622      Branch: perl
8623            ! win32/win32.c win32/win32.h
8624 ____________________________________________________________________________
8625 [  6471] By: jhi                                   on 2000/08/01  00:55:05
8626         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
8627              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8628              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
8629              Date: Mon, 31 Jul 2000 13:28:51 +0100
8630              
8631              (aka ID 20000730.002)
8632      Branch: perl
8633            ! op.c t/op/tr.t
8634 ____________________________________________________________________________
8635 [  6470] By: jhi                                   on 2000/07/31  23:34:42
8636         Log: Document the problem with -P in HP-UX and its workaround.
8637              
8638              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
8639              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
8640              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
8641              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
8642      Branch: perl
8643            ! README.hpux
8644 ____________________________________________________________________________
8645 [  6469] By: jhi                                   on 2000/07/31  04:15:02
8646         Log: The swallow_bom() saga continues.  The #23 of require.t
8647              (UTF16-LE) still fails (silently, no output) but the #22
8648              (UTF16-BE) seems to be working now.  The root of the
8649              failure may be in sv_gets(): is it UTF-16LE-aware,
8650              especially when it comes to line endings? 
8651      Branch: perl
8652            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
8653            ! t/comp/require.t toke.c utf8.c
8654 ____________________________________________________________________________
8655 [  6468] By: jhi                                   on 2000/07/30  19:05:48
8656         Log: Find green threads before native threads.
8657              
8658              Subject: Re: Patch to jpl/JNI/Makefile.PL
8659              From: Jens Thomsen <jens@fiend.cis.com>
8660              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
8661              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
8662      Branch: perl
8663            ! jpl/JNI/Makefile.PL
8664 ____________________________________________________________________________
8665 [  6467] By: jhi                                   on 2000/07/30  18:36:22
8666         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
8667      Branch: perl
8668            ! doop.c
8669 ____________________________________________________________________________
8670 [  6466] By: jhi                                   on 2000/07/30  04:37:29
8671         Log: A new version of the "remove UPPERACSE string comparison"
8672              operators.  The problem with the previous one (change #6454)
8673              was that it was for Perl 5.6.0.  From Paul Marquess.
8674      Branch: perl
8675            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
8676            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
8677            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8678 ____________________________________________________________________________
8679 [  6465] By: jhi                                   on 2000/07/29  22:39:56
8680         Log: Do not upgrade SVs into utf8 just because they participate
8681              in eq or cmp.  Reported and fix suggested in
8682              
8683              Subject: [ID 20000720.009] sv_eq UTF8 bug
8684              From: "Simon Cozens" <simon@othersideofthe.earth.li>
8685              Date: 21 Jul 2000 04:37:29 -0000
8686              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
8687              
8688              Exercise for the kind reader: should we or should we not
8689              cache the utf8 conversion alonside the SV? (as magic,
8690              as thestrxfrm()ed version is cached under use locale)
8691              Argue both for and against.
8692      Branch: perl
8693            ! sv.c
8694 ____________________________________________________________________________
8695 [  6464] By: jhi                                   on 2000/07/29  22:36:22
8696         Log: Subject: UTF8 concat
8697              From: simon@brecon.co.uk (Simon Cozens) 
8698              Date: 30 Jun 2000 06:13:25 GMT
8699              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
8700              
8701              (with a memory leak fixed, plus a few casts added)
8702              
8703              This also seems to help for
8704              
8705              Subject: [ID 20000716.015] join UTF8 weirdness
8706              From: root <root@ak-71.mind.de> 
8707              Date: Sat, 15 Jul 2000 15:29:54 +0200
8708              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
8709              
8710              (from Andreas König)
8711      Branch: perl
8712            ! pp_hot.c
8713 ____________________________________________________________________________
8714 [  6463] By: jhi                                   on 2000/07/29  00:55:39
8715         Log: Tune the comments and hopefully stop a memory leak.
8716      Branch: perl
8717            ! toke.c utf8.c
8718 ____________________________________________________________________________
8719 [  6462] By: jhi                                   on 2000/07/29  00:16:53
8720         Log: The problem described in this
8721              
8722              Subject: [ID 20000322.018] named chars aren't magical enough
8723              From: root <root@dixie.cscaper.com>     
8724              Date: Wed, 22 Mar 2000 18:37:42 -0700
8725              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
8726              
8727              has been fixed in perl 5.6.0 but just in case added a test
8728              to keep it away.  (The report from Joseph Hall.)
8729      Branch: perl
8730            ! t/lib/charnames.t
8731 ____________________________________________________________________________
8732 [  6461] By: jhi                                   on 2000/07/28  23:56:36
8733         Log: Tiny fixes for #6460.
8734      Branch: metaconfig/U/perl
8735            ! gccvers.U
8736      Branch: perl
8737            ! Configure config_h.SH
8738 ____________________________________________________________________________
8739 [  6460] By: jhi                                   on 2000/07/28  23:24:41
8740         Log: Warn if the version of the operating system used to compile gcc
8741              differs from the current version of the operating system.
8742              Also display the gcc compilation os and version in myconfig.
8743              Inspiration from
8744              
8745              Subject: Re: [ID 20000710.003] ERRORS!!         
8746              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8747              Date: Mon, 10 Jul 2000 15:54:16 -0400
8748              Message-ID: <20000710155416.A1384@O2.chapin.edu>
8749      Branch: metaconfig/U/perl
8750            ! gccvers.U
8751      Branch: perl
8752            ! Configure config_h.SH myconfig.SH
8753 ____________________________________________________________________________
8754 [  6459] By: jhi                                   on 2000/07/28  22:00:32
8755         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
8756              letter to $Config{osvers}.
8757      Branch: metaconfig
8758            ! U/modified/Oldconfig.U
8759      Branch: perl
8760            ! Configure config_h.SH
8761 ____________________________________________________________________________
8762 [  6458] By: jhi                                   on 2000/07/28  04:15:39
8763         Log: Back out #6454, doesn't seem to work.
8764              (Reason: that patch was for perl 5.6.0, not perl-current)
8765              (A version of the patch for perl-current came in later as #6466)
8766      Branch: perl
8767            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
8768            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
8769            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8770 ____________________________________________________________________________
8771 [  6457] By: jhi                                   on 2000/07/27  23:31:49
8772         Log: Use setproctitle() if available to modify $0.
8773              
8774              Subject: setting $* on BSD4 broken
8775              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8776              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
8777              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
8778      Branch: metaconfig
8779            ! U/modified/Myinit.U
8780      Branch: perl
8781            ! Configure config_h.SH mg.c
8782 ____________________________________________________________________________
8783 [  6456] By: jhi                                   on 2000/07/27  14:50:47
8784         Log: Allow "no AutoLoader;", based on change #6444,
8785              suggested by Graham Barr.
8786      Branch: perl
8787            ! lib/AutoLoader.pm
8788 ____________________________________________________________________________
8789 [  6455] By: jhi                                   on 2000/07/27  14:19:10
8790         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
8791              From: rspier@pobox.com (Robert Spier)
8792              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
8793              Message-ID: <14720.15855.787664.424783@rls.cx>
8794      Branch: perl
8795            ! pod/perldiag.pod
8796 ____________________________________________________________________________
8797 [  6454] By: jhi                                   on 2000/07/27  14:03:02
8798         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
8799              for a long time).
8800              
8801              Reported in
8802              
8803              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
8804              From: Ryan Herbert <rherbert@sycamorehq.com>
8805              Date: Mon, 17 Jul 2000 11:40:42 -0400
8806              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
8807              
8808              Patched in
8809              
8810              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
8811              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
8812              Date: Wed, 26 Jul 2000 23:40:18 +0100
8813              Message-ID: <000001bff752$79511880$0a17073e@tiny>
8814              
8815              based on an earlier patch from Stephen P. Potter.
8816              
8817              (Removed later by change #6458 because this patch was for
8818              perl 5.6.0, not perl-current)
8819      Branch: perl
8820            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
8821            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
8822            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
8823 ____________________________________________________________________________
8824 [  6453] By: jhi                                   on 2000/07/27  13:48:02
8825         Log: Subject: [PATCH] fixes bug 20000508.004
8826              From: Michael Stevens <mstevens@globnix.org>
8827              Date: Thu, 27 Jul 2000 13:49:04 +0100
8828              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
8829      Branch: perl
8830            ! pod/perldata.pod
8831 ____________________________________________________________________________
8832 [  6452] By: jhi                                   on 2000/07/26  23:51:26
8833         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
8834              and Craig A. Berry.
8835      Branch: perl
8836            ! lib/File/Temp.pm pod/perlport.pod
8837 ____________________________________________________________________________
8838 [  6451] By: jhi                                   on 2000/07/26  19:43:30
8839         Log: Be wary of close()s, too.
8840              
8841              Subject: Re: [PATCH] perlbug cleanup
8842              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8843              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
8844              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
8845      Branch: perl
8846            ! utils/perlbug.PL
8847 ____________________________________________________________________________
8848 [  6450] By: jhi                                   on 2000/07/26  18:41:40
8849         Log: Subject: Minor doc patch: handy.h
8850              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
8851              Date: Wed, 26 Jul 2000 15:34:25 -0300
8852              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
8853      Branch: perl
8854            ! handy.h pod/perlapi.pod
8855 ____________________________________________________________________________
8856 [  6449] By: jhi                                   on 2000/07/26  18:23:55
8857         Log: Subject: [PATCH] minor doc change - perlguts
8858              From: Michael Stevens <mstevens@globnix.org>
8859              Date: Thu, 13 Jul 2000 12:39:18 +0100
8860              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
8861      Branch: perl
8862            ! pod/perlguts.pod
8863 ____________________________________________________________________________
8864 [  6448] By: jhi                                   on 2000/07/26  18:20:30
8865         Log: open() wariness in perlbug.
8866              
8867              Subject: [PATCH] perlbug cleanup
8868              From: Michael Stevens <mstevens@globnix.org>
8869              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
8870              Date: Thu, 13 Jul 2000 15:52:23 +0100
8871      Branch: perl
8872            ! utils/perlbug.PL
8873 ____________________________________________________________________________
8874 [  6447] By: jhi                                   on 2000/07/26  18:13:04
8875         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
8876      Branch: perl
8877            ! lib/File/Temp.pm t/lib/ftmp-security.t
8878 ____________________________________________________________________________
8879 [  6446] By: jhi                                   on 2000/07/26  18:06:32
8880         Log: docfix from Peter Scott <Peter@PSDT.com>.
8881      Branch: perl
8882            ! pod/perlfunc.pod
8883 ____________________________________________________________________________
8884 [  6445] By: jhi                                   on 2000/07/26  17:53:31
8885         Log: Fix *foo{FORMAT}.
8886              
8887              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8888              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
8889              Date: Wed, 26 Jul 2000 19:51:02 +0200
8890              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
8891              
8892              From: Graham Barr <gbarr@pobox.com>
8893              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
8894              Date: Wed, 26 Jul 2000 17:38:36 +0100
8895              Message-ID: <20000726173836.L472@pobox.com>
8896      Branch: perl
8897            ! pp.c sv.c t/op/gv.t
8898 ____________________________________________________________________________
8899 [  6444] By: jhi                                   on 2000/07/26  17:49:14
8900         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
8901              from Graham Barr in the module list.
8902      Branch: perl
8903            ! gv.c pod/perlobj.pod
8904 ____________________________________________________________________________
8905 [  6443] By: jhi                                   on 2000/07/26  16:06:56
8906         Log: More split() doc and test patches from Mike Guy.
8907      Branch: perl
8908            ! pod/perlfunc.pod t/op/split.t
8909 ____________________________________________________________________________
8910 [  6442] By: jhi                                   on 2000/07/26  16:05:30
8911         Log: MacOS nits from Matthias Neeracher.
8912      Branch: perl
8913            ! perl.c pp_ctl.c
8914 ____________________________________________________________________________
8915 [  6441] By: jhi                                   on 2000/07/26  04:39:57
8916         Log: Subject: [PATCH] split /^/
8917              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8918              Date: Tue, 25 Jul 2000 14:18:57 +0100
8919              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
8920              
8921              (with notes from tchrist and gbarr)
8922      Branch: perl
8923            ! pod/perlfunc.pod t/op/split.t
8924 ____________________________________________________________________________
8925 [  6440] By: jhi                                   on 2000/07/26  04:32:32
8926         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
8927              From: Peter Prymmer <pvhp@forte.com>
8928              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
8929              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
8930      Branch: perl
8931            ! vms/munchconfig.c
8932 ____________________________________________________________________________
8933 [  6439] By: jhi                                   on 2000/07/26  04:31:01
8934         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
8935              to be fatal errors (instead of by default ignoring them, and
8936              ignoring with a bug: even though -w gave an error, the opening [
8937              was left in)  Reported in:
8938              
8939              Subject: [ID 20000716.024] [=cc=] / [:blank:]
8940              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
8941              Date: Sun, 16 Jul 2000 17:55:29 -0700
8942              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
8943      Branch: perl
8944            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
8945 ____________________________________________________________________________
8946 [  6438] By: jhi                                   on 2000/07/25  15:41:15
8947         Log: Subject: [PATCH] av.c apidoc
8948              From: simon@brecon.co.uk (Simon Cozens)
8949              Date: 24 Jul 2000 06:40:52 GMT
8950              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
8951      Branch: perl
8952            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
8953            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
8954 ____________________________________________________________________________
8955 [  6437] By: jhi                                   on 2000/07/25  14:05:36
8956         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
8957              From: "Stephen P. Potter" <spp@ds.net>
8958              Date: Mon, 24 Jul 2000 14:22:23 -0400
8959              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
8960      Branch: perl
8961            ! pod/perllocale.pod
8962 ____________________________________________________________________________
8963 [  6436] By: jhi                                   on 2000/07/25  14:02:03
8964         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
8965              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8966              Date: Mon, 24 Jul 2000 18:04:28 +0100
8967              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
8968      Branch: perl
8969            ! t/lib/syslfs.t t/op/lfs.t
8970 ____________________________________________________________________________
8971 [  6435] By: jhi                                   on 2000/07/25  13:59:28
8972         Log: Get UTF16 BOMs working.  Patch from
8973              
8974              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
8975              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8976              Date: Tue, 25 Jul 2000 12:52:45 +0100
8977              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
8978              
8979              and notes from
8980              
8981              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
8982              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8983              Date: Tue, 25 Jul 2000 11:43:25 +0100
8984              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
8985      Branch: perl
8986            ! t/comp/require.t toke.c utf8.c
8987 ____________________________________________________________________________
8988 [  6434] By: jhi                                   on 2000/07/25  02:39:54
8989         Log: Make the "uninit variable" warning to say "concat or string"
8990              or "join or string" when in concat or join .
8991              
8992              Subject: Re: [ID 20000403.009] uninitialised concatenation???
8993              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8994              Date: Tue, 04 Apr 2000 18:22:58 +0100
8995              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
8996              
8997              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
8998              From: William R Ward <hermit@BayView.COM>
8999              Date: Thu, 30 Mar 2000 19:50:03 -0800
9000              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
9001      Branch: perl
9002            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
9003            ! t/pragma/warn/op t/pragma/warn/sv
9004 ____________________________________________________________________________
9005 [  6433] By: jhi                                   on 2000/07/24  17:52:56
9006         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
9007      Branch: perl
9008            ! lib/File/Spec/VMS.pm
9009 ____________________________________________________________________________
9010 [  6432] By: jhi                                   on 2000/07/24  17:44:44
9011         Log: Test cases for #6431.
9012              
9013              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
9014              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9015              Date: Mon, 24 Jul 2000 15:32:29 +0100
9016              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
9017      Branch: perl
9018            ! t/op/pat.t t/op/split.t
9019 ____________________________________________________________________________
9020 [  6431] By: jhi                                   on 2000/07/24  17:43:17
9021         Log: Bind op fix.
9022              
9023              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
9024              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9025              Date: Mon, 17 Jul 2000 20:04:56 +0100
9026              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
9027      Branch: perl
9028            ! op.c
9029 ____________________________________________________________________________
9030 [  6430] By: jhi                                   on 2000/07/24  03:42:42
9031         Log: Subject: [ID 20000716.023] syslog test fails without sockets
9032              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9033              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
9034              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
9035      Branch: metaconfig/U/perl
9036            ! Extensions.U
9037      Branch: perl
9038            ! Configure config_h.SH
9039 ____________________________________________________________________________
9040 [  6429] By: jhi                                   on 2000/07/24  03:11:52
9041         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
9042              case, but add also notes explaining the relationship of this
9043              patch and the earlier notes by Sarathy.
9044              
9045              Subject: Map is still slow
9046              From: "Ben Tilly" <ben_tilly@hotmail.com>
9047              Date: Sat, 15 Jul 2000 17:23:27 EDT
9048              Message-ID: <20000715212327.21656.qmail@hotmail.com>
9049      Branch: perl
9050            ! pp_ctl.c
9051 ____________________________________________________________________________
9052 [  6428] By: jhi                                   on 2000/07/24  02:58:52
9053         Log: Documentation to explain the behaviour of map().
9054              
9055              Subject: Re: Map is still slow 
9056              From: Gurusamy Sarathy <gsar@ActiveState.com>
9057              Date: Sat, 15 Jul 2000 16:05:09 -0700
9058              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
9059      Branch: perl
9060            ! pp_ctl.c
9061 ____________________________________________________________________________
9062 [  6427] By: jhi                                   on 2000/07/24  02:50:03
9063         Log: Add tests for
9064              [ID 19991110.003] another matching finding by pcre author
9065              which has already been fixed by some patch, as verified in
9066              
9067              Subject: Re: two regex bugs from the mists of time (well, last November)
9068              From: Hugo <hv@crypt.compulink.co.uk>
9069              Date: Sat, 22 Jul 2000 18:12:58 +0100
9070              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
9071      Branch: perl
9072            ! t/op/re_tests
9073 ____________________________________________________________________________
9074 [  6426] By: jhi                                   on 2000/07/24  02:11:20
9075         Log: A missing 'break' after the [[:space:]] switch case.
9076              
9077              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
9078              From: "Stephen P. Potter" <spp@ds.net>
9079              Date: Tue, 18 Jul 2000 16:25:17 -0400
9080              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
9081      Branch: perl
9082            ! regcomp.c
9083 ____________________________________________________________________________
9084 [  6425] By: jhi                                   on 2000/07/24  02:06:12
9085         Log: The output might have been produced in the wrong order.
9086              
9087              Subject: [ID 20000720.003] [PATCH] t/op/write.t
9088              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9089              Date: Thu, 20 Jul 2000 18:49:18 +0100
9090              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
9091      Branch: perl
9092            ! t/op/write.t
9093 ____________________________________________________________________________
9094 [  6424] By: jhi                                   on 2000/07/24  02:00:07
9095         Log: Use STDOUT consistently.
9096              
9097              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
9098              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9099              Date: Thu, 20 Jul 2000 18:04:01 +0100
9100              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
9101      Branch: perl
9102            ! lib/Test/Harness.pm
9103 ____________________________________________________________________________
9104 [  6423] By: jhi                                   on 2000/07/24  01:54:54
9105         Log: Protect against "wild next"s, that is, callbacks doing "next"
9106              instead of "return".
9107              
9108              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
9109              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9110              Date: Tue, 18 Jul 2000 11:30:16 +0100
9111              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
9112      Branch: perl
9113            ! lib/File/Find.pm
9114 ____________________________________________________________________________
9115 [  6422] By: jhi                                   on 2000/07/24  01:35:47
9116         Log: Out-of-date note removed.
9117              
9118              Subject: [PATCH] documentation perlipc
9119              From: rspier@pobox.com (Robert Spier)
9120              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
9121              Message-ID: <14711.35178.572612.502654@rls.cx>
9122      Branch: perl
9123            ! pod/perlipc.pod
9124 ____________________________________________________________________________
9125 [  6421] By: jhi                                   on 2000/07/24  00:09:18
9126         Log: Send all installperl messages to STDERR and be -w clean.
9127              
9128              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
9129              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9130              Date: Sat, 22 Jul 2000 14:02:11 +0100
9131              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
9132      Branch: perl
9133            ! installperl
9134 ____________________________________________________________________________
9135 [  6420] By: jhi                                   on 2000/07/24  00:04:19
9136         Log: Decutandpasto.
9137              
9138              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
9139              From: "Richard Soderberg" <rs@crystalflame.net>
9140              Date: Sun, 23 Jul 2000 01:37:23 -0700
9141              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
9142      Branch: perl
9143            ! pod/perlipc.pod
9144 ____________________________________________________________________________
9145 [  6419] By: jhi                                   on 2000/07/24  00:01:12
9146         Log: A cleaner abs_path().
9147              Subject: Re: unix alternative to Cwd.pm
9148              From: Jeff Pinyan <jeffp@crusoe.net>
9149              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
9150              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
9151      Branch: perl
9152            ! lib/Cwd.pm
9153 ____________________________________________________________________________
9154 [  6418] By: jhi                                   on 2000/07/23  23:48:56
9155         Log: Detypo.
9156              
9157              Subject: [PATCH perl-current] Typo in hints/powerux.sh
9158              From: "Richard Soderberg" <rs@crystalflame.net>
9159              Date: Sun, 23 Jul 2000 01:27:33 -0700
9160              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
9161      Branch: perl
9162            ! hints/powerux.sh
9163 ____________________________________________________________________________
9164 [  6417] By: jhi                                   on 2000/07/17  22:13:31
9165         Log: Subject: SDBM_File documentation
9166              From: mjd@plover.com
9167              Date: 16 Jul 2000 17:41:17 -0000
9168              Message-ID: <20000716174117.18515.qmail@plover.com>
9169      Branch: perl
9170            ! ext/SDBM_File/SDBM_File.pm
9171 ____________________________________________________________________________
9172 [  6416] By: jhi                                   on 2000/07/17  19:13:26
9173         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
9174      Branch: perl
9175            ! hints/mpeix.sh mpeix/relink
9176 ____________________________________________________________________________
9177 [  6415] By: jhi                                   on 2000/07/15  14:11:02
9178         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
9179              the utf8 'characters' can be more than one octet).
9180              
9181              Date: Sat, 15 Jul 2000 00:21:56 +0100
9182              From: Tom Hughes <tom@compton.nu>
9183              Subject: Re: [ID 20000714.002]
9184              Message-ID: <db2334de49.tom@compton.compton.nu>
9185              
9186              Reported in
9187              
9188              Subject: [ID 20000714.002]
9189              From: "Simon Cozens" <simon@othersideofthe.earth.li>
9190              Date: 14 Jul 2000 15:13:09 -0000
9191              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
9192      Branch: perl
9193            ! doop.c
9194 ____________________________________________________________________________
9195 [  6414] By: jhi                                   on 2000/07/15  03:13:41
9196         Log: another VMS build tweak from Peter Prymmer
9197      Branch: perl
9198            ! vms/descrip_mms.template
9199 ____________________________________________________________________________
9200 [  6413] By: jhi                                   on 2000/07/15  03:10:40
9201         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
9202      Branch: perl
9203            ! vms/perlvms.pod
9204 ____________________________________________________________________________
9205 [  6412] By: jhi                                   on 2000/07/15  00:31:05
9206         Log: More docs for sv functions.
9207              
9208              Subject: [PATCH cfgperl] sv.c apidoc
9209              From: simon@brecon.co.uk (Simon Cozens)
9210              Date: 13 Jul 2000 09:00:20 GMT
9211              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
9212              
9213              Subject: Re: [PATCH cfgperl] sv.c apidoc
9214              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9215              Date: Thu, 13 Jul 2000 12:27:41 +0100
9216              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
9217              
9218              Subject: Re: [PATCH cfgperl] sv.c apidoc
9219              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9220              Date: Thu, 13 Jul 2000 13:23:09 +0100
9221              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
9222              
9223              Subject: Re: [PATCH cfgperl] sv.c apidoc
9224              From: simon@brecon.co.uk (Simon Cozens)
9225              Date: 14 Jul 2000 06:51:02 GMT
9226              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
9227      Branch: perl
9228            ! embed.pl pod/perlapi.pod sv.c
9229 ____________________________________________________________________________
9230 [  6411] By: jhi                                   on 2000/07/15  00:10:41
9231         Log: lib/b test fixes from Peter Prymmer.
9232      Branch: perl
9233            ! t/lib/b.t
9234 ____________________________________________________________________________
9235 [  6410] By: jhi                                   on 2000/07/15  00:02:09
9236         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
9237              From: Hugo <hv@crypt.compulink.co.uk>
9238              Date: Fri, 14 Jul 2000 23:05:20 +0100
9239              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
9240              
9241              Didn't anymore apply, but that point still could use another fix.
9242      Branch: perl
9243            ! pod/perlfunc.pod
9244 ____________________________________________________________________________
9245 [  6409] By: jhi                                   on 2000/07/14  23:15:15
9246         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
9247              not in pod, from Peter Prymmer
9248      Branch: perl
9249            ! vms/descrip_mms.template
9250 ____________________________________________________________________________
9251 [  6408] By: jhi                                   on 2000/07/14  20:35:05
9252         Log: The bug report
9253              [ID 19991110.002] minimal matching discrepancy found by pcre author
9254              seems to have been fixed (though differently from what was suggested
9255              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
9256      Branch: perl
9257            ! t/op/re_tests
9258 ____________________________________________________________________________
9259 [  6407] By: jhi                                   on 2000/07/14  17:38:08
9260         Log: Fix AutoSplit to use File::Spec the right way in VMS,
9261              from Peter Prymmer.
9262      Branch: perl
9263            ! lib/AutoSplit.pm
9264 ____________________________________________________________________________
9265 [  6406] By: jhi                                   on 2000/07/14  14:13:22
9266         Log: Merge perlhacktut into perlhack, update perlguts.
9267              
9268              Subject: Re: Perlhacktut
9269              From: simon@brecon.co.uk (Simon Cozens)
9270              Date: 14 Jul 2000 06:49:21 GMT
9271              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
9272              
9273              Subject: Re: Perlhacktut
9274              From: simon@brecon.co.uk (Simon Cozens)
9275              Date: 14 Jul 2000 07:09:45 GMT
9276              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
9277      Branch: perl
9278            ! pod/perlguts.pod pod/perlhack.pod
9279 ____________________________________________________________________________
9280 [  6404] By: gsar                                  on 2000/07/14  12:15:02
9281         Log: PERL_OBJECT build tweaks
9282      Branch: perl
9283            ! toke.c
9284 ____________________________________________________________________________
9285 [  6403] By: gsar                                  on 2000/07/14  11:23:41
9286         Log: inconsistent types needs casts
9287      Branch: perl
9288            ! toke.c
9289 ____________________________________________________________________________
9290 [  6402] By: gsar                                  on 2000/07/14  11:12:04
9291         Log: typos in change#6399, regen headers
9292      Branch: perl
9293            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
9294 ____________________________________________________________________________
9295 [  6401] By: gsar                                  on 2000/07/14  10:59:12
9296         Log: typecasts needed for change#6394
9297      Branch: perl
9298            ! toke.c
9299 ____________________________________________________________________________
9300 [  6400] By: gsar                                  on 2000/07/14  10:49:37
9301         Log: integrate cfgperl contents into mainline
9302      Branch: perl
9303           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
9304           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
9305 ____________________________________________________________________________
9306 [  6399] By: gsar                                  on 2000/07/14  10:38:35
9307         Log: enable UTF-16 filter by default if relevant BOM is seen; various
9308              cleanups (typos, misformatted code, and small bugs)
9309      Branch: perl
9310            ! doop.c embed.pl mg.c op.c pp.c toke.c
9311 ____________________________________________________________________________
9312 [  6398] By: gsar                                  on 2000/07/14  08:55:38
9313         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
9314              name suggests anyway)
9315      Branch: perl
9316            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
9317 ____________________________________________________________________________
9318 [  6397] By: gsar                                  on 2000/07/14  08:44:33
9319         Log: move new variables to the end of the interpreter structure (for
9320              bincompat in code that doesn't #include XSUB.h)
9321      Branch: perl
9322            ! intrpvar.h
9323 ____________________________________________________________________________
9324 [  6396] By: gsar                                  on 2000/07/14  08:13:58
9325         Log: MakeMaker should not remove editor backups (*~) on `make clean`
9326              by default (completes change#6383)
9327      Branch: perl
9328            ! lib/ExtUtils/MM_Unix.pm
9329 ____________________________________________________________________________
9330 [  6388] By: gsar                                  on 2000/07/13  06:33:40
9331         Log: typos (spotted by Peter Prymmer)
9332      Branch: perl
9333            ! Configure t/lib/english.t
9334 ____________________________________________________________________________
9335 [  6387] By: gsar                                  on 2000/07/13  05:35:28
9336         Log: new selfloader.t in change#6183 doesn't close DATA handles,
9337              and thus fails to clean up tmp files on dosish platforms
9338      Branch: perl
9339            ! t/lib/selfloader.t
9340 ____________________________________________________________________________
9341 [  6386] By: gsar                                  on 2000/07/12  21:42:39
9342         Log: sprintf test tweaks (from Dominic Dunlop)
9343      Branch: perl
9344            ! t/op/sprintf.t
9345 ____________________________________________________________________________
9346 [  6385] By: gsar                                  on 2000/07/12  21:33:46
9347         Log: fix bugs in processing %v-*d and similar format specs (from
9348              Avi Finkel <avi@finkel.org>)
9349      Branch: perl
9350            ! sv.c t/op/sprintf.t
9351 ____________________________________________________________________________
9352 [  6384] By: gsar                                  on 2000/07/12  16:04:19
9353         Log: readd missing perldelta.pod changes from changes#6339,6376
9354      Branch: perl
9355            ! pod/perldelta.pod
9356 ____________________________________________________________________________
9357 [  6383] By: gsar                                  on 2000/07/12  16:00:51
9358         Log: don't clobber *.orig files on *clean targets
9359      Branch: perl
9360            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
9361 ____________________________________________________________________________
9362 [  6381] By: gsar                                  on 2000/07/12  07:42:17
9363         Log: integrate cfgperl changes into mainline
9364      Branch: perl
9365            ! Changes
9366           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
9367           !> pod/perlre.pod
9368 ____________________________________________________________________________
9369 [  6380] By: gsar                                  on 2000/07/12  07:31:00
9370         Log: get sprintf.t to adjust properly for 3-digit exponents
9371      Branch: perl
9372            ! t/op/sprintf.t
9373 ____________________________________________________________________________
9374 [  6379] By: gsar                                  on 2000/07/12  06:40:04
9375         Log: change#6174 needs corresponding change in win32/config_h.PL,
9376              which grovels through config_h.SH to find the config.h name
9377      Branch: perl
9378            ! win32/config_h.PL
9379 ____________________________________________________________________________
9380 [  6375] By: gsar                                  on 2000/07/11  21:17:35
9381         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
9382      Branch: perl
9383            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
9384            ! win32/win32sck.c
9385 ____________________________________________________________________________
9386 [  6374] By: gsar                                  on 2000/07/11  20:48:50
9387         Log: tweak for build failure under multiplicity
9388      Branch: perl
9389            ! toke.c
9390 ____________________________________________________________________________
9391 [  6373] By: gsar                                  on 2000/07/11  20:37:23
9392         Log: integrate cfgperl changes#6325..6373 into mainline
9393              (NOTE: today's batch of integrations still untested)
9394      Branch: perl
9395           +> ext/DynaLoader/hints/netbsd.pl
9396            ! Changes
9397           !> (integrate 26 files)
9398 ____________________________________________________________________________
9399 [  6369] By: gsar                                  on 2000/07/11  19:27:48
9400         Log: integrate cfgperl changes#6293..6324 into mainline
9401      Branch: perl
9402           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
9403            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
9404           !> (integrate 30 files)
9405 ____________________________________________________________________________
9406 [  6368] By: gsar                                  on 2000/07/11  19:18:57
9407         Log: skip integrate of problematic change#6292 from cfgperl into mainline
9408      Branch: perl
9409           !> pp_hot.c
9410 ____________________________________________________________________________
9411 [  6367] By: gsar                                  on 2000/07/11  19:17:21
9412         Log: integrate cfgperl changes#6288..6290 into mainline
9413      Branch: perl
9414           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
9415 ____________________________________________________________________________
9416 [  6366] By: gsar                                  on 2000/07/11  19:11:18
9417         Log: integrate cfgperl changes#6268..6282 into mainline
9418      Branch: perl
9419           !> (integrate 30 files)
9420 ____________________________________________________________________________
9421 [  6365] By: gsar                                  on 2000/07/11  18:57:00
9422         Log: delete new accidentally branched file
9423      Branch: perl
9424            - t/op/method2entersub.t
9425 ____________________________________________________________________________
9426 [  6364] By: gsar                                  on 2000/07/11  18:55:13
9427         Log: skip integrate of change#6267 from cfgperl into mainline (the
9428              method call optimization is flawed without additional hints
9429              from user about immutableness of @ISA and no runtime method
9430              definitions)
9431      Branch: perl
9432           +> t/op/method2entersub.t
9433           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
9434           !> perl.h t/op/sprintf.t xsutils.c
9435 ____________________________________________________________________________
9436 [  6363] By: gsar                                  on 2000/07/11  18:49:43
9437         Log: integrate cfgperl changes#6261..6266 into mainline
9438      Branch: perl
9439           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
9440           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
9441           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9442           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
9443 ____________________________________________________________________________
9444 [  6362] By: gsar                                  on 2000/07/11  18:43:26
9445         Log: integrate cfgperl changes#6252..6260 into mainline
9446      Branch: perl
9447           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
9448           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
9449           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
9450           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
9451 ____________________________________________________________________________
9452 [  6361] By: gsar                                  on 2000/07/11  18:37:12
9453         Log: skip integrate of problematic change#6251 from cfgperl into mainline
9454      Branch: perl
9455           !> lib/Exporter.pm
9456 ____________________________________________________________________________
9457 [  6360] By: gsar                                  on 2000/07/11  18:34:56
9458         Log: integrate cfgperl change#6250 into mainline
9459      Branch: perl
9460           +> t/op/my_stash.t
9461           !> MANIFEST embed.pl proto.h toke.c
9462 ____________________________________________________________________________
9463 [  6359] By: gsar                                  on 2000/07/11  18:21:19
9464         Log: integrate cfgperl changes#6242..6249 into mainline
9465      Branch: perl
9466           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
9467           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
9468           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
9469           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
9470           !> t/lib/peek.t utf8.c
9471 ____________________________________________________________________________
9472 [  6358] By: gsar                                  on 2000/07/11  18:15:45
9473         Log: skip integrate of problematic change#6241 from cfgperl into mainline
9474      Branch: perl
9475           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
9476 ____________________________________________________________________________
9477 [  6355] By: gsar                                  on 2000/07/11  18:12:10
9478         Log: integrate cfgperl changes#6231..6240 into mainline
9479      Branch: perl
9480           +> pod/perlutil.pod
9481           !> (integrate 35 files)
9482 ____________________________________________________________________________
9483 [  6353] By: gsar                                  on 2000/07/11  17:59:51
9484         Log: skip integrate of problematic change#6230 from cfgperl into mainline
9485              (a later version of File::Spec is already in mainline)
9486      Branch: perl
9487           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
9488           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
9489 ____________________________________________________________________________
9490 [  6352] By: gsar                                  on 2000/07/11  17:57:48
9491         Log: integrate cfgperl changes#6224..6229 into mainline
9492      Branch: perl
9493           +> lib/lib.pm.PL
9494            - lib/lib.pm
9495           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
9496           !> lib/English.pm op.c t/lib/english.t
9497 ____________________________________________________________________________
9498 [  6351] By: gsar                                  on 2000/07/11  17:50:10
9499         Log: skip integrate of problematic change#6223 from cfgperl into mainline
9500      Branch: perl
9501           !> doio.c
9502 ____________________________________________________________________________
9503 [  6350] By: gsar                                  on 2000/07/11  17:48:28
9504         Log: integrate cfgperl changes#6220..6222 into mainline
9505      Branch: perl
9506           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
9507           !> toke.c utf8.c win32/win32.h
9508 ____________________________________________________________________________
9509 [  6349] By: gsar                                  on 2000/07/11  17:46:13
9510         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
9511              mainline
9512      Branch: perl
9513           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
9514           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
9515           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9516 ____________________________________________________________________________
9517 [  6347] By: gsar                                  on 2000/07/11  17:42:04
9518         Log: integrate cfgperl change#6217 into mainline
9519      Branch: perl
9520           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
9521           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
9522           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
9523 ____________________________________________________________________________
9524 [  6346] By: gsar                                  on 2000/07/11  17:39:37
9525         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
9526              mainline
9527      Branch: perl
9528           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
9529           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
9530           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
9531           !> perlapi.h pod/perlapi.pod
9532 ____________________________________________________________________________
9533 [  6345] By: gsar                                  on 2000/07/11  17:36:42
9534         Log: integrate cfgperl changes#6207..6210 into mainline
9535      Branch: perl
9536           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
9537           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
9538 ____________________________________________________________________________
9539 [  6344] By: gsar                                  on 2000/07/11  17:31:20
9540         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
9541              mainline
9542      Branch: perl
9543           !> (integrate 40 files)
9544 ____________________________________________________________________________
9545 [  6343] By: gsar                                  on 2000/07/11  17:19:08
9546         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
9547      Branch: perl
9548           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
9549            ! Changes
9550           !> (integrate 34 files)
9551 ____________________________________________________________________________
9552 [  6328] By: gsar                                  on 2000/07/10  07:06:00
9553         Log: accept() leaks memory on windows due to incorrect ordering of
9554              closesocket() and fclose() calls
9555      Branch: perl
9556            ! win32/win32sck.c
9557 ____________________________________________________________________________
9558 [  6327] By: gsar                                  on 2000/07/10  06:49:17
9559         Log: winsock options weren't being set in all threads under ithreads
9560              (caused send()s from second and subsequent threads to fail)
9561      Branch: perl
9562            ! win32/win32sck.c
9563 ____________________________________________________________________________
9564 [  6318] By: gsar                                  on 2000/07/05  22:10:54
9565         Log: fix UNC path handling on Windows under ithreads, and chdir()
9566              return value when given a non-existent directory
9567      Branch: perl
9568            ! win32/vdir.h
9569 ____________________________________________________________________________
9570 [  6317] By: gsar                                  on 2000/07/05  22:08:19
9571         Log: winsock cleanup never done on Windows (leads to handle leaks)
9572      Branch: perl
9573            ! win32/perllib.c win32/win32sck.c
9574 ____________________________________________________________________________
9575 [  6316] By: gsar                                  on 2000/07/05  22:06:19
9576         Log: some debugger output does not go to the socket when RemotePort is set
9577      Branch: perl
9578            ! lib/perl5db.pl
9579 ____________________________________________________________________________
9580 [  6314] By: gsar                                  on 2000/07/04  23:34:02
9581         Log: tyop in change#6306
9582      Branch: perl
9583            ! pp_hot.c
9584 ____________________________________________________________________________
9585 [  6310] By: gsar                                  on 2000/07/04  17:28:48
9586         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
9587      Branch: perl
9588            ! t/lib/b.t
9589 ____________________________________________________________________________
9590 [  6306] By: gsar                                  on 2000/07/04  16:28:40
9591         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
9592              (from Richard Soderberg <rs@oregonnet.com>)
9593      Branch: perl
9594            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
9595 ____________________________________________________________________________
9596 [  6304] By: gsar                                  on 2000/07/04  16:17:24
9597         Log: missing perldiag entry for unpack("w",...) diagnostic (from
9598              Andreas Koenig)
9599      Branch: perl
9600            ! pod/perldiag.pod
9601 ____________________________________________________________________________
9602 [  6303] By: gsar                                  on 2000/07/04  16:14:44
9603         Log: remove rel2abs prototypes (from Barrie Slaymaker)
9604      Branch: perl
9605            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9606            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9607 ____________________________________________________________________________
9608 [  6302] By: gsar                                  on 2000/07/04  04:59:35
9609         Log: adjust change#6299
9610      Branch: perl
9611            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
9612            ! win32/win32.c
9613 ____________________________________________________________________________
9614 [  6300] By: gsar                                  on 2000/07/04  04:42:09
9615         Log: PERL_OBJECT build tweak
9616      Branch: perl
9617            ! perl.h
9618 ____________________________________________________________________________
9619 [  6299] By: gsar                                  on 2000/07/04  04:37:00
9620         Log: fix memory leak on Windows (PL_sys_intern contents were never
9621              freed)
9622      Branch: perl
9623            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
9624            ! perlapi.c proto.h win32/win32.c
9625 ____________________________________________________________________________
9626 [  6298] By: gsar                                  on 2000/07/04  04:15:59
9627         Log: fix large memory leak that has been around for ever, masked by
9628              -DPURIFY (most of the arenas were never freed!)
9629      Branch: perl
9630            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
9631 ____________________________________________________________________________
9632 [  6297] By: gsar                                  on 2000/07/04  04:07:46
9633         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
9634      Branch: perl
9635            ! perl.c
9636 ____________________________________________________________________________
9637 [  6294] By: gsar                                  on 2000/06/30  14:47:45
9638         Log: slurp mode fix in change#4736 still not quite right
9639      Branch: perl
9640            ! pp_hot.c t/io/argv.t
9641 ____________________________________________________________________________
9642 [  6291] By: gsar                                  on 2000/06/30  04:37:33
9643         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
9644              when @_ is modified, causing coredumps
9645      Branch: perl
9646            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
9647 ____________________________________________________________________________
9648 [  6287] By: gsar                                  on 2000/06/30  02:17:08
9649         Log: integrate vmsperl changes into mainline
9650      Branch: perl
9651           !> vms/vms.c vms/vmsish.h
9652 ____________________________________________________________________________
9653 [  6285] By: gsar                                  on 2000/06/30  02:05:28
9654         Log: localize %INC in a Safe compartment so that use/require work
9655              (many other magic globals probably need similar treatment)
9656      Branch: perl
9657            ! ext/Opcode/Opcode.xs
9658 ____________________________________________________________________________
9659 [  6284] By: gsar                                  on 2000/06/30  01:54:54
9660         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
9661              about Windows
9662      Branch: perl
9663            ! pod/perlembed.pod
9664 ____________________________________________________________________________
9665 [  6283] By: jhi                                   on 2000/06/30  01:50:10
9666         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
9667              From: Barrie Slaymaker <barries@jester.slaysys.com>
9668              Date: Wed, 28 Jun 2000 11:35:29 -0400
9669              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
9670      Branch: perl
9671            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
9672            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
9673            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9674            ! lib/File/Spec/Win32.pm
9675 ____________________________________________________________________________
9676 [  6216] By: gsar                                  on 2000/06/08  14:54:21
9677         Log: be more optimal about clearing @_
9678      Branch: perl
9679            ! cop.h
9680 ____________________________________________________________________________
9681 [  6215] By: gsar                                  on 2000/06/08  14:33:04
9682         Log: tweak comment about @DB::args
9683      Branch: perl
9684            ! av.h pp_ctl.c
9685 ____________________________________________________________________________
9686 [  6214] By: gsar                                  on 2000/06/08  13:57:54
9687         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
9688              caller() wants to populate @DB::args with it (causes a coredump
9689              in Carp::confess())
9690      Branch: perl
9691            ! cop.h t/op/runlevel.t
9692 ____________________________________________________________________________
9693 [  6213] By: gsar                                  on 2000/06/08  07:06:35
9694         Log: back out change#6106 (seems problematic)
9695      Branch: perl
9696            ! hints/solaris_2.sh
9697 ____________________________________________________________________________
9698 [  6201] By: gsar                                  on 2000/06/06  00:42:59
9699         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
9700              does a PUSHMARK that's never ever POPMARKed; in general, only
9701              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
9702              Perl_eval_[sp]v() don't because they don't take any incoming
9703              arguments (this leak has been around since the original version
9704              of perl_eval_pv() in 5.003_97e)
9705      Branch: perl
9706            ! perl.c
9707 ____________________________________________________________________________
9708 [  6195] By: gsar                                  on 2000/06/02  22:43:13
9709         Log: fix yet another eval"" leak under USE_ITHREADS
9710      Branch: perl
9711            ! op.c
9712 ____________________________________________________________________________
9713 [  6194] By: gsar                                  on 2000/06/02  18:22:06
9714         Log: fix small eval"" memory leaks under USE_ITHREADS
9715      Branch: perl
9716            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
9717            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
9718            ! vms/perly_c.vms
9719 ____________________________________________________________________________
9720 [  6191] By: gsar                                  on 2000/06/01  09:38:21
9721         Log: vec() loses numericalness (modified version of patch suggested
9722              by Robin Barker)
9723      Branch: perl
9724            ! doop.c t/op/vec.t
9725 ____________________________________________________________________________
9726 [  6190] By: gsar                                  on 2000/06/01  09:26:15
9727         Log: submit missing embed.pl change
9728      Branch: perl
9729            ! embed.pl
9730 ____________________________________________________________________________
9731 [  6189] By: gsar                                  on 2000/06/01  09:05:34
9732         Log: counting tr/// corrupts later operation (from M.J.T Guy)
9733      Branch: perl
9734            ! doop.c t/op/tr.t
9735 ____________________________________________________________________________
9736 [  6188] By: gsar                                  on 2000/06/01  08:58:39
9737         Log: h2xs tweaks
9738      Branch: perl
9739            ! utils/h2xs.PL
9740 ____________________________________________________________________________
9741 [  6187] By: gsar                                  on 2000/06/01  08:50:07
9742         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
9743              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
9744      Branch: perl
9745            + lib/Pod/LaTeX.pm
9746            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
9747            ! pod/pod2latex.PL
9748 ____________________________________________________________________________
9749 [  6186] By: gsar                                  on 2000/06/01  08:24:40
9750         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
9751              <wolfgang.laun@alcatel.at>)
9752      Branch: perl
9753            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
9754            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
9755 ____________________________________________________________________________
9756 [  6185] By: gsar                                  on 2000/06/01  08:12:00
9757         Log: remove incorrect documentation about implicit split to @_ in
9758              list context, which never really worked in perl 5 (from
9759              M.J.T. Guy)
9760      Branch: perl
9761            ! pod/perlfunc.pod pod/perltrap.pod
9762 ____________________________________________________________________________
9763 [  6184] By: gsar                                  on 2000/06/01  07:52:27
9764         Log: tweak for change#6127
9765      Branch: perl
9766            ! perl.c
9767 ____________________________________________________________________________
9768 [  6183] By: gsar                                  on 2000/06/01  07:41:02
9769         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
9770              <nick@ccl4.org>)
9771      Branch: perl
9772            + t/lib/selfloader.t
9773            ! MANIFEST lib/SelfLoader.pm
9774 ____________________________________________________________________________
9775 [  6179] By: gsar                                  on 2000/05/31  22:37:51
9776         Log: buggy modulus on UVs introduced by change#3378 (resulted in
9777              4063328477 % 65535 amounting to 27406, instead of 27407)
9778      Branch: perl
9779            ! pp.c t/op/arith.t
9780 ____________________________________________________________________________
9781 [  6172] By: gsar                                  on 2000/05/31  05:05:42
9782         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
9783              (from Ilya Zakharevich)
9784      Branch: perl
9785            ! regexec.c t/op/re_tests
9786 ____________________________________________________________________________
9787 [  6171] By: gsar                                  on 2000/05/31  05:01:47
9788         Log: scalar() doesn't force scalar context when used in void context
9789              (from Simon Cozens)
9790      Branch: perl
9791            ! op.c t/op/wantarray.t
9792 ____________________________________________________________________________
9793 [  6170] By: gsar                                  on 2000/05/31  04:41:33
9794         Log: change#6142 needs tweaks to tests to work where there's no symlink()
9795              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9796      Branch: perl
9797            ! t/lib/filefind.t
9798 ____________________________________________________________________________
9799 [  6169] By: gsar                                  on 2000/05/31  04:29:49
9800         Log: integrate cfgperl contents into mainline
9801      Branch: perl
9802           +> pod/perlmodlib.PL pod/perlnewmod.pod
9803           !> (integrate 42 files)
9804 ____________________________________________________________________________
9805 [  6163] By: gsar                                  on 2000/05/30  03:24:03
9806         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
9807      Branch: perl
9808            ! op.c
9809 ____________________________________________________________________________
9810 [  6162] By: gsar                                  on 2000/05/30  03:09:38
9811         Log: fix memory leak in method call optimization (change#3768);
9812              made C<eval "$x->foo()"> leak
9813      Branch: perl
9814            ! op.c
9815 ____________________________________________________________________________
9816 [  6155] By: gsar                                  on 2000/05/28  21:15:58
9817         Log: small bug in change#6144; remove random \xA0 character that snuck
9818              in via change#6145
9819      Branch: perl
9820            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
9821 ____________________________________________________________________________
9822 [  6154] By: gsar                                  on 2000/05/28  21:04:19
9823         Log: avoid type mismatch warning
9824      Branch: perl
9825            ! perl.c
9826 ____________________________________________________________________________
9827 [  6153] By: gsar                                  on 2000/05/28  20:58:31
9828         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
9829              <nick@Bagpuss.uk.boo.com>)
9830      Branch: perl
9831            ! lib/Test/Harness.pm
9832 ____________________________________________________________________________
9833 [  6152] By: gsar                                  on 2000/05/28  20:53:42
9834         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
9835      Branch: perl
9836            ! regexec.c
9837 ____________________________________________________________________________
9838 [  6151] By: gsar                                  on 2000/05/28  20:50:28
9839         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
9840      Branch: perl
9841            ! regexec.c
9842 ____________________________________________________________________________
9843 [  6150] By: gsar                                  on 2000/05/28  20:39:58
9844         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
9845      Branch: perl
9846            ! pod/perlrequick.pod
9847 ____________________________________________________________________________
9848 [  6149] By: gsar                                  on 2000/05/28  20:35:16
9849         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
9850              <troc@netrus.net>)
9851      Branch: perl
9852            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
9853            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
9854            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
9855            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
9856 ____________________________________________________________________________
9857 [  6148] By: gsar                                  on 2000/05/28  20:21:07
9858         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
9859      Branch: perl
9860            ! lib/ExtUtils/MM_Unix.pm
9861 ____________________________________________________________________________
9862 [  6147] By: gsar                                  on 2000/05/28  20:12:41
9863         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
9864              (from Peter Prymmer)
9865      Branch: perl
9866            ! vms/subconfigure.com
9867 ____________________________________________________________________________
9868 [  6146] By: gsar                                  on 2000/05/28  20:06:15
9869         Log: doc typo
9870      Branch: perl
9871            ! lib/warnings.pm warnings.h warnings.pl
9872 ____________________________________________________________________________
9873 [  6145] By: gsar                                  on 2000/05/28  18:44:33
9874         Log: make xsubpp skip embedded pod (from Matthias Neeracher
9875              <neeri@iis.ee.ethz.ch>)
9876      Branch: perl
9877            ! lib/ExtUtils/xsubpp
9878 ____________________________________________________________________________
9879 [  6144] By: gsar                                  on 2000/05/28  18:42:49
9880         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
9881              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
9882              <neeri@iis.ee.ethz.ch>)
9883      Branch: perl
9884            ! lib/AutoSplit.pm
9885 ____________________________________________________________________________
9886 [  6143] By: gsar                                  on 2000/05/28  18:41:12
9887         Log: MacOS support, part 1 (from Matthias Neeracher
9888              <neeri@iis.ee.ethz.ch>)
9889      Branch: perl
9890            + ext/DynaLoader/dl_mac.xs
9891            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
9892            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
9893            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
9894            ! util.h
9895 ____________________________________________________________________________
9896 [  6142] By: gsar                                  on 2000/05/28  18:21:51
9897         Log: File::Find fails to chdir when chasing symlinks (from
9898              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
9899      Branch: perl
9900            ! lib/File/Find.pm t/lib/filefind.t
9901 ____________________________________________________________________________
9902 [  6141] By: jhi                                   on 2000/05/28  14:25:15
9903         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
9904              forwarded by Peter Seebach from the bsdi-users mailing list.
9905              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
9906      Branch: perl
9907            ! hints/bsdos.sh
9908 ____________________________________________________________________________
9909 [  6139] By: gsar                                  on 2000/05/28  10:01:48
9910         Log: revise mktables.PL for bugs and newness in Unicode 3.0
9911              (from James Bence <jbence@amgen.com>)
9912      Branch: perl
9913            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
9914            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
9915            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
9916            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
9917            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
9918            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
9919            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
9920            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
9921            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
9922            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
9923            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
9924            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
9925            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
9926            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
9927            + lib/unicode/Is/SylWU.pl
9928            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
9929            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9930            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
9931            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
9932            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
9933            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
9934            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
9935            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9936            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9937            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9938            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9939            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9940            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9941            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9942            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
9943            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
9944            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
9945            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
9946            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
9947            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
9948            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
9949            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
9950            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
9951            ! lib/unicode/Makefile lib/unicode/mktables.PL
9952 ____________________________________________________________________________
9953 [  6138] By: gsar                                  on 2000/05/28  08:50:32
9954         Log: add note about the handling of negative indices to tied arrays
9955              (from Michael G Schwern <schwern@pobox.com>)
9956      Branch: perl
9957            ! pod/perltie.pod
9958 ____________________________________________________________________________
9959 [  6137] By: gsar                                  on 2000/05/28  08:46:10
9960         Log: fix bogus redeclaration warning for "our" variables in different
9961              scopes
9962      Branch: perl
9963            ! op.c t/pragma/strict-vars
9964 ____________________________________________________________________________
9965 [  6136] By: gsar                                  on 2000/05/28  08:31:20
9966         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
9967      Branch: perl
9968            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
9969 ____________________________________________________________________________
9970 [  6135] By: gsar                                  on 2000/05/28  08:17:50
9971         Log: enable Test::Harness to dynamically determine column width etc.
9972              (from Rob Napier <rnapier@employees.org>)
9973      Branch: perl
9974            ! lib/Test/Harness.pm
9975 ____________________________________________________________________________
9976 [  6134] By: gsar                                  on 2000/05/28  08:13:39
9977         Log: make Test::Harness use wait.h/WCOREDUMP if available
9978              (from Ben Tilly <ben_tilly@hotmail.com>)
9979      Branch: perl
9980            ! lib/Test/Harness.pm
9981 ____________________________________________________________________________
9982 [  6133] By: gsar                                  on 2000/05/28  08:08:05
9983         Log: elide bogus test in change#6132
9984      Branch: perl
9985            ! t/pragma/warn/9enabled
9986 ____________________________________________________________________________
9987 [  6132] By: gsar                                  on 2000/05/28  08:03:14
9988         Log: warnings::enabled() doesn't fall back to looking at $^W if
9989              caller isn't using lexical warnings (from Paul Marquess)
9990      Branch: perl
9991            ! pp_ctl.c t/pragma/warn/9enabled
9992 ____________________________________________________________________________
9993 [  6131] By: gsar                                  on 2000/05/28  07:57:47
9994         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
9995      Branch: perl
9996            ! ext/POSIX/POSIX.pm
9997 ____________________________________________________________________________
9998 [  6130] By: gsar                                  on 2000/05/28  07:29:12
9999         Log: fix places that mean C<"word" character> but say C<alphanumeric
10000              character>
10001      Branch: perl
10002            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
10003 ____________________________________________________________________________
10004 [  6129] By: gsar                                  on 2000/05/28  07:18:41
10005         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
10006      Branch: perl
10007            ! vms/test.com
10008 ____________________________________________________________________________
10009 [  6128] By: gsar                                  on 2000/05/28  07:12:55
10010         Log: new perlxstut example for passing/returning refs to arrays
10011              (from David Lowe <dlowe@pootpoot.com>)
10012      Branch: perl
10013            ! pod/perlxstut.pod
10014 ____________________________________________________________________________
10015 [  6127] By: gsar                                  on 2000/05/28  07:02:50
10016         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
10017              failed (from Gisle Aas)
10018      Branch: perl
10019            ! cop.h perl.c
10020 ____________________________________________________________________________
10021 [  6126] By: gsar                                  on 2000/05/28  06:39:53
10022         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
10023              (reworked variant of patch suggested by Simon Cozens)
10024      Branch: perl
10025            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
10026            ! pp_hot.c proto.h t/op/gv.t
10027 ____________________________________________________________________________
10028 [  6125] By: gsar                                  on 2000/05/28  05:14:55
10029         Log: enable propagating exception objects via Perl_croak() in XS code
10030              (from Gisle Aas)
10031      Branch: perl
10032            ! util.c
10033 ____________________________________________________________________________
10034 [  6124] By: gsar                                  on 2000/05/28  05:07:28
10035         Log: integrate vmsperl contents into mainline
10036      Branch: perl
10037           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
10038           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
10039           !> vms/vmsish.h
10040 ____________________________________________________________________________
10041 [  6123] By: gsar                                  on 2000/05/28  05:03:53
10042         Log: clarify gotcha with #line directives (from Rocco Caputo
10043              <troc@netrus.net>)
10044      Branch: perl
10045            ! pod/perldebug.pod pod/perlsyn.pod
10046 ____________________________________________________________________________
10047 [  6122] By: gsar                                  on 2000/05/28  04:58:29
10048         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
10049              (from Mark-Jason Dominus)
10050      Branch: perl
10051            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
10052            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
10053            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
10054            ! toke.c
10055 ____________________________________________________________________________
10056 [  6108] By: gsar                                  on 2000/05/17  02:24:56
10057         Log: reenable fake signal handling on Windows, bugs and all
10058      Branch: perl
10059            ! mg.c perl.h win32/perlhost.h
10060 ____________________________________________________________________________
10061 [  6104] By: gsar                                  on 2000/05/11  03:39:07
10062         Log: PL_sys_intern was being initialized too late on windows
10063      Branch: perl
10064            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
10065            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
10066 ____________________________________________________________________________
10067 [  6094] By: gsar                                  on 2000/05/08  14:22:22
10068         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
10069      Branch: perl
10070            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
10071            ! hints/cygwin.sh pp_sys.c
10072 ____________________________________________________________________________
10073 [  6093] By: gsar                                  on 2000/05/08  12:52:28
10074         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
10075              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
10076      Branch: perl
10077            ! pp_sys.c sv.c win32/perlhost.h
10078 ____________________________________________________________________________
10079 [  6090] By: gsar                                  on 2000/05/07  19:47:07
10080         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
10081              [NI]OK; added tests for both
10082      Branch: perl
10083            ! perl.c pp_hot.c sv.c t/op/substr.t
10084 ____________________________________________________________________________
10085 [  6089] By: gsar                                  on 2000/05/07  18:18:38
10086         Log: buildtoc tweak to fix newline lossage
10087      Branch: perl
10088            ! pod/buildtoc
10089 ____________________________________________________________________________
10090 [  6087] By: gsar                                  on 2000/05/07  16:05:16
10091         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
10092      Branch: perl
10093            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
10094 ____________________________________________________________________________
10095 [  6085] By: gsar                                  on 2000/05/07  05:52:02
10096         Log: repeat operator (x) doesn't preserve utf8-ness
10097      Branch: perl
10098            ! pp.c t/op/substr.t
10099 ____________________________________________________________________________
10100 [  6084] By: gsar                                  on 2000/05/07  05:39:55
10101         Log: substr() does not preserve utf8-ness (from Stefan Eissing
10102              <Eissing@medicaldataservice.de>); added tests
10103      Branch: perl
10104            ! pp.c t/op/substr.t
10105 ____________________________________________________________________________
10106 [  6083] By: gsar                                  on 2000/05/07  05:24:46
10107         Log: note about undocumented caller() return value (from M.J.T. Guy);
10108              yet another peek.t tweak
10109      Branch: perl
10110            ! pod/perlfunc.pod t/lib/peek.t
10111 ____________________________________________________________________________
10112 [  6082] By: gsar                                  on 2000/05/07  05:08:40
10113         Log: peek.t non-portable to ithreads
10114      Branch: perl
10115            ! t/lib/peek.t
10116 ____________________________________________________________________________
10117 [  6081] By: gsar                                  on 2000/05/07  04:17:04
10118         Log: better default perlbug categories for ok reports (from Richard Foley)
10119      Branch: perl
10120            ! utils/perlbug.PL
10121 ____________________________________________________________________________
10122 [  6080] By: gsar                                  on 2000/05/07  04:08:07
10123         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
10124              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10125      Branch: perl
10126            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10127            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10128            ! AUTHORS MAINTAIN MANIFEST
10129 ____________________________________________________________________________
10130 [  6079] By: gsar                                  on 2000/05/07  04:01:38
10131         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
10132      Branch: perl
10133            ! lib/Carp/Heavy.pm
10134 ____________________________________________________________________________
10135 [  6078] By: gsar                                  on 2000/05/07  01:24:19
10136         Log: workaround for CRT bug in chdir() (from Charles Lane, via
10137              Peter Prymmer)
10138      Branch: perl
10139            ! iperlsys.h vms/vms.c vms/vmsish.h
10140 ____________________________________________________________________________
10141 [  6077] By: gsar                                  on 2000/05/07  01:22:23
10142         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
10143              and Tom Phoenix)
10144      Branch: perl
10145            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
10146 ____________________________________________________________________________
10147 [  6076] By: gsar                                  on 2000/05/06  17:36:29
10148         Log: integrate cfgperl contents into mainline
10149      Branch: perl
10150           +> t/lib/peek.t
10151           !> Configure MANIFEST Porting/Glossary Porting/config.sh
10152           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
10153           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
10154           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
10155 ____________________________________________________________________________
10156 [  6071] By: gsar                                  on 2000/05/05  02:24:46
10157         Log: misformatted perllocal.pod (from Tim Jenness
10158              <t.jenness@jach.hawaii.edu>)
10159      Branch: perl
10160            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10161 ____________________________________________________________________________
10162 [  6070] By: gsar                                  on 2000/05/05  02:16:52
10163         Log: remove misleading comment (from M.J.T. Guy)
10164      Branch: perl
10165            ! t/lib/anydbm.t
10166 ____________________________________________________________________________
10167 [  6069] By: gsar                                  on 2000/05/05  02:15:13
10168         Log: File::Spec compatibility update (from Barrie Slaymaker
10169              <barries@slaysys.com>)
10170      Branch: perl
10171            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10172            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10173 ____________________________________________________________________________
10174 [  6068] By: gsar                                  on 2000/05/05  02:01:50
10175         Log: note about values()
10176      Branch: perl
10177            ! pod/perlfunc.pod
10178 ____________________________________________________________________________
10179 [  6067] By: gsar                                  on 2000/05/05  01:33:09
10180         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
10181      Branch: perl
10182            ! win32/win32.c
10183 ____________________________________________________________________________
10184 [  6066] By: gsar                                  on 2000/05/05  01:23:43
10185         Log: s/END/CHECK/
10186      Branch: perl
10187            ! perl.c
10188 ____________________________________________________________________________
10189 [  6064] By: gsar                                  on 2000/05/04  17:26:14
10190         Log: change#5905 wasn't quite right--it's intent only applies when arguments
10191              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
10192      Branch: perl
10193            ! pp_sys.c sv.c
10194 ____________________________________________________________________________
10195 [  6063] By: gsar                                  on 2000/05/04  16:52:29
10196         Log: tokeq() could read unallocated field in argument
10197      Branch: perl
10198            ! toke.c
10199 ____________________________________________________________________________
10200 [  6062] By: gsar                                  on 2000/05/04  16:34:51
10201         Log: additional tests for utf8.t
10202      Branch: perl
10203            ! t/pragma/utf8.t
10204 ____________________________________________________________________________
10205 [  6061] By: gsar                                  on 2000/05/04  16:09:28
10206         Log: change#5921 neglected to make eq honor "use bytes"
10207      Branch: perl
10208            ! sv.c
10209 ____________________________________________________________________________
10210 [  6058] By: gsar                                  on 2000/05/04  00:19:14
10211         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
10212              (spotted by Donald Kinzer <dkinzer@premia.com>)
10213      Branch: perl
10214            ! perl.c
10215 ____________________________________________________________________________
10216 [  6057] By: gsar                                  on 2000/05/03  18:34:01
10217         Log: fix broken parsing of /\x{ab}/
10218      Branch: perl
10219            ! regcomp.c t/pragma/utf8.t
10220 ____________________________________________________________________________
10221 [  6048] By: gsar                                  on 2000/05/02  18:29:10
10222         Log: add note about how $( doesn't interpolate in REs (from
10223              Philip Newton <newton@ficus.frogspace.net>)
10224      Branch: perl
10225            ! pod/perlop.pod
10226 ____________________________________________________________________________
10227 [  6046] By: gsar                                  on 2000/05/02  17:07:25
10228         Log: libscheck has insufficient checks for n32 libs (from
10229              Albert Chin-A-Young <china@thewrittenword.com>)
10230      Branch: perl
10231            ! hints/irix_6.sh
10232 ____________________________________________________________________________
10233 [  6044] By: gsar                                  on 2000/05/02  06:48:19
10234         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
10235              such that underscores are only ignored in literal numbers,
10236              "\x{...}", and hex/oct argument
10237      Branch: perl
10238            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
10239 ____________________________________________________________________________
10240 [  6043] By: gsar                                  on 2000/05/02  02:22:29
10241         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
10242      Branch: perl
10243            ! pod/perlretut.pod
10244 ____________________________________________________________________________
10245 [  6042] By: gsar                                  on 2000/05/02  02:17:51
10246         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
10247      Branch: perl
10248            ! pod/perltrap.pod
10249 ____________________________________________________________________________
10250 [  6041] By: gsar                                  on 2000/05/02  01:53:51
10251         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
10252              to compensate
10253      Branch: perl
10254            ! Porting/makerel
10255 ____________________________________________________________________________
10256 [  6040] By: gsar                                  on 2000/05/02  01:51:57
10257         Log: missing files in MANIFEST
10258      Branch: perl
10259            ! MANIFEST
10260 ____________________________________________________________________________
10261 [  6032] By: gsar                                  on 2000/05/01  15:56:32
10262         Log: whitespace adjustments
10263      Branch: perl
10264            ! pp_sys.c
10265 ____________________________________________________________________________
10266 [  6031] By: gsar                                  on 2000/05/01  15:19:41
10267         Log: small nits in diagnostics.pm (from Robin Barker)
10268      Branch: perl
10269            ! lib/diagnostics.pm pod/perldiag.pod
10270 ____________________________________________________________________________
10271 [  6030] By: gsar                                  on 2000/05/01  08:39:18
10272         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
10273              for @- and @+ (from Johan Vromans)
10274      Branch: perl
10275            ! lib/English.pm pod/perlvar.pod
10276 ____________________________________________________________________________
10277 [  6029] By: gsar                                  on 2000/05/01  08:16:10
10278         Log: add CGI.pm v2.66 (from Lincoln Stein)
10279      Branch: perl
10280            + lib/CGI/Util.pm t/lib/cgi-pretty.t
10281            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10282            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
10283            ! t/lib/cgi-html.t t/lib/cgi-request.t
10284 ____________________________________________________________________________
10285 [  6028] By: gsar                                  on 2000/05/01  06:34:41
10286         Log: Pod::Man generates groff-incompatible macro definition (from
10287              Tom Christiansen)
10288      Branch: perl
10289            ! lib/Pod/Man.pm
10290 ____________________________________________________________________________
10291 [  6027] By: gsar                                  on 2000/05/01  06:31:36
10292         Log: podlators-1.02 update (from Russ Allbery)
10293      Branch: perl
10294            ! lib/Pod/Man.pm lib/Pod/Text.pm
10295 ____________________________________________________________________________
10296 [  6025] By: gsar                                  on 2000/04/30  18:17:47
10297         Log: Is{Alnum,Alpha,Word} don't match titlecase
10298              
10299              TODO: IsSpace is defined recursively!
10300              
10301              (both spotted by Larry)
10302      Branch: perl
10303            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10304            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10305 ____________________________________________________________________________
10306 [  6024] By: gsar                                  on 2000/04/30  17:50:19
10307         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
10308              (from Hugo van der Sanden)
10309      Branch: perl
10310            ! toke.c
10311 ____________________________________________________________________________
10312 [  6023] By: gsar                                  on 2000/04/30  17:14:43
10313         Log: debugger stomps on $. (from M.J.T. Guy)
10314      Branch: perl
10315            ! lib/perl5db.pl
10316 ____________________________________________________________________________
10317 [  6022] By: gsar                                  on 2000/04/30  16:59:22
10318         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
10319      Branch: perl
10320            ! sv.c
10321 ____________________________________________________________________________
10322 [  6021] By: gsar                                  on 2000/04/29  21:00:08
10323         Log: remove Win2K issue in pod (fixed by change#6020)
10324      Branch: perl
10325            ! README.win32 pod/perl56delta.pod
10326 ____________________________________________________________________________
10327 [  6020] By: gsar                                  on 2000/04/29  20:51:49
10328         Log: test tweak
10329      Branch: perl
10330            ! t/lib/open3.t
10331 ____________________________________________________________________________
10332 [  6019] By: gsar                                  on 2000/04/29  20:34:27
10333         Log: windows portability tweaks
10334      Branch: perl
10335            ! t/lib/b.t win32/win32.h
10336 ____________________________________________________________________________
10337 [  6018] By: gsar                                  on 2000/04/29  19:55:24
10338         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
10339              make _PATH_LOG() return "" if unavailable
10340      Branch: perl
10341            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
10342            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
10343 ____________________________________________________________________________
10344 [  6015] By: gsar                                  on 2000/04/28  22:35:49
10345         Log: tweak test for portability
10346      Branch: perl
10347            ! t/lib/b.t
10348 ____________________________________________________________________________
10349 [  6014] By: gsar                                  on 2000/04/28  22:05:31
10350         Log: glob() loading File::Glob behind the scenes may cause syntax errors
10351      Branch: perl
10352            ! op.c
10353 ____________________________________________________________________________
10354 [  6013] By: gsar                                  on 2000/04/28  21:25:22
10355         Log: tweak change#5945 to display correct switch name in diagnostic
10356      Branch: perl
10357            ! perl.c pod/perldiag.pod
10358 ____________________________________________________________________________
10359 [  6010] By: gsar                                  on 2000/04/28  21:02:58
10360         Log: clarify note about shadow password support (from
10361              gellyfish@gellyfish.com)
10362      Branch: perl
10363            ! pod/perlfunc.pod
10364 ____________________________________________________________________________
10365 [  6009] By: gsar                                  on 2000/04/28  21:00:00
10366         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
10367      Branch: perl
10368            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
10369 ____________________________________________________________________________
10370 [  6008] By: gsar                                  on 2000/04/28  20:56:33
10371         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
10372      Branch: perl
10373            ! installperl vms/subconfigure.com
10374 ____________________________________________________________________________
10375 [  6007] By: gsar                                  on 2000/04/28  20:51:21
10376         Log: note about compile failures and END blocks (from M.J.T. Guy)
10377      Branch: perl
10378            ! pod/perl56delta.pod pod/perlmod.pod
10379 ____________________________________________________________________________
10380 [  6005] By: gsar                                  on 2000/04/28  20:41:16
10381         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
10382      Branch: perl
10383            ! utils/perldoc.PL
10384 ____________________________________________________________________________
10385 [  6003] By: gsar                                  on 2000/04/28  20:11:20
10386         Log: allow REG_EXPAND_SZ keys in Windows registry (from
10387              John Clayton <John.Clayton@barclayscapital.com>)
10388      Branch: perl
10389            ! win32/win32.c
10390 ____________________________________________________________________________
10391 [  6002] By: gsar                                  on 2000/04/28  19:34:16
10392         Log: destructive sv_setsv() can lose UV-ness from source, causing
10393              numeric promotions/comparisons to fail to do the right thing
10394      Branch: perl
10395            ! sv.c
10396 ____________________________________________________________________________
10397 [  6001] By: gsar                                  on 2000/04/28  18:44:15
10398         Log: support additional library locations via $Config{otherlibdirs}
10399              (from Andy Dougherty)
10400      Branch: perl
10401            ! Configure INSTALL Porting/Glossary Porting/config.sh
10402            ! Porting/config_H config_h.SH epoc/config.sh perl.c
10403            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
10404            ! win32/config.bc win32/config.gc win32/config.vc
10405 ____________________________________________________________________________
10406 [  5999] By: gsar                                  on 2000/04/28  18:17:07
10407         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
10408      Branch: perl
10409            ! t/pragma/warn/toke toke.c
10410 ____________________________________________________________________________
10411 [  5995] By: gsar                                  on 2000/04/28  09:37:36
10412         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
10413      Branch: perl
10414            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
10415 ____________________________________________________________________________
10416 [  5994] By: gsar                                  on 2000/04/28  09:33:26
10417         Log: fix for missed accounting for null byte in pack("Z",...) (from
10418              M.J.T. Guy)
10419      Branch: perl
10420            ! pp.c t/op/pack.t
10421 ____________________________________________________________________________
10422 [  5993] By: gsar                                  on 2000/04/28  09:30:05
10423         Log: various minor tweaks seen on p5p
10424      Branch: perl
10425            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
10426 ____________________________________________________________________________
10427 [  5992] By: gsar                                  on 2000/04/28  09:08:19
10428         Log: pod nit (from Simon Cozens)
10429      Branch: perl
10430            ! pod/perlop.pod
10431 ____________________________________________________________________________
10432 [  5991] By: gsar                                  on 2000/04/28  09:06:36
10433         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
10434      Branch: perl
10435            ! README.posix-bc hints/posix-bc.sh
10436 ____________________________________________________________________________
10437 [  5990] By: gsar                                  on 2000/04/28  08:54:52
10438         Log: use $ENV{LIB} to search for libs under Visual C compiler
10439              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
10440      Branch: perl
10441            ! lib/ExtUtils/Liblist.pm
10442 ____________________________________________________________________________
10443 [  5989] By: gsar                                  on 2000/04/28  08:27:12
10444         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
10445              itself and no other (from Tom Hughes)
10446      Branch: perl
10447            ! t/op/array.t toke.c
10448 ____________________________________________________________________________
10449 [  5988] By: gsar                                  on 2000/04/28  08:01:38
10450         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
10451              <paul@miraclefish.com>)
10452      Branch: perl
10453            ! lib/ExtUtils/MakeMaker.pm
10454 ____________________________________________________________________________
10455 [  5987] By: gsar                                  on 2000/04/28  07:53:09
10456         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
10457      Branch: perl
10458            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
10459 ____________________________________________________________________________
10460 [  5986] By: gsar                                  on 2000/04/28  07:44:17
10461         Log: add regular expressions tutorial and quick-start guide (from
10462              Mark Kvale <kvale@phy.ucsf.edu>)
10463      Branch: perl
10464            + pod/perlrequick.pod pod/perlretut.pod
10465            ! AUTHORS MAINTAIN MANIFEST
10466 ____________________________________________________________________________
10467 [  5985] By: gsar                                  on 2000/04/28  07:30:28
10468         Log: forked child may not exit correctly if it failed to open
10469              /dev/console (from Graham Barr)
10470      Branch: perl
10471            ! ext/Sys/Syslog/Syslog.pm
10472 ____________________________________________________________________________
10473 [  5984] By: gsar                                  on 2000/04/28  07:27:20
10474         Log: attributes::reftype() doesn't work on tied argument
10475      Branch: perl
10476            ! xsutils.c
10477 ____________________________________________________________________________
10478 [  5983] By: gsar                                  on 2000/04/28  07:15:04
10479         Log: numeric conversion of non-number in change#3378 tramples on
10480              OOK offset, causing segfaults
10481      Branch: perl
10482            ! sv.c
10483 ____________________________________________________________________________
10484 [  5982] By: gsar                                  on 2000/04/28  04:48:25
10485         Log: avoid error in IO::Socket::INET when given an unknown service name
10486              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
10487      Branch: perl
10488            ! ext/IO/lib/IO/Socket/INET.pm
10489 ____________________________________________________________________________
10490 [  5981] By: gsar                                  on 2000/04/28  04:31:31
10491         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
10492              prototype mismatch with CORE::glob(); update pod and tests to
10493              suit (File::Glob::glob() is still available for backward
10494              compatibility, but should be considered deprecated)
10495      Branch: perl
10496            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
10497            ! t/lib/glob-taint.t
10498 ____________________________________________________________________________
10499 [  5980] By: gsar                                  on 2000/04/28  03:47:29
10500         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
10501              <ghudson@mit.edu>)
10502      Branch: metaconfig
10503            ! U/modified/Options.U
10504      Branch: perl
10505            ! Configure
10506 ____________________________________________________________________________
10507 [  5979] By: gsar                                  on 2000/04/28  03:07:54
10508         Log: under useithreads, constant pad entries could inadvertantly be
10509              shared across threads (from Eric Blood <eblood@xmission.com>);
10510              added Eric's test case to testsuite
10511      Branch: perl
10512            ! op.c t/op/misc.t
10513 ____________________________________________________________________________
10514 [  5978] By: gsar                                  on 2000/04/27  21:13:00
10515         Log: sync version numbers in File::Spec with the ones on CPAN
10516              (from Barrie Slaymaker)
10517      Branch: perl
10518            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10519            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
10520            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
10521 ____________________________________________________________________________
10522 [  5977] By: gsar                                  on 2000/04/27  21:07:29
10523         Log: autoquote barewords followed by newline and arrow properly
10524              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
10525      Branch: perl
10526            ! t/pragma/warn/toke toke.c
10527 ____________________________________________________________________________
10528 [  5976] By: gsar                                  on 2000/04/27  20:41:20
10529         Log: DB_File v1.73 update (from Paul Marquess)
10530      Branch: perl
10531            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10532            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10533 ____________________________________________________________________________
10534 [  5975] By: gsar                                  on 2000/04/27  20:34:24
10535         Log: allow sort() reentrancy (variant of patch suggested by
10536              Hugo van der Sanden)
10537      Branch: perl
10538            ! pp_ctl.c t/op/sort.t
10539 ____________________________________________________________________________
10540 [  5974] By: gsar                                  on 2000/04/27  19:46:57
10541         Log: change#4197 somehow missed initializing PL_errors, meaning
10542              sytax error queueing wasn't working outside eval"" at all;
10543              also fixed eval"" to localize PL_error_count, so that compile-time
10544              eval's don't clobber the error state of the outer context
10545      Branch: perl
10546            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
10547            ! t/pragma/warn/toke
10548 ____________________________________________________________________________
10549 [  5973] By: gsar                                  on 2000/04/27  18:29:05
10550         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
10551      Branch: perl
10552            ! regcomp.c regexec.c t/op/re_tests
10553 ____________________________________________________________________________
10554 [  5970] By: gsar                                  on 2000/04/27  18:05:11
10555         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
10556              IV is >32bits
10557      Branch: perl
10558            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
10559 ____________________________________________________________________________
10560 [  5969] By: gsar                                  on 2000/04/27  17:50:56
10561         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
10562      Branch: perl
10563            + t/lib/syslog.t
10564            ! MANIFEST ext/Sys/Syslog/Syslog.pm
10565 ____________________________________________________________________________
10566 [  5968] By: gsar                                  on 2000/04/27  17:44:49
10567         Log: tolerate spaces in group names in test on solaris (from David Boyce
10568              <dsb@boyski.com>)
10569      Branch: perl
10570            ! t/op/groups.t
10571 ____________________________________________________________________________
10572 [  5967] By: gsar                                  on 2000/04/27  17:41:22
10573         Log: improved docs on the warn_uninit diagnostic (from David Glasser
10574              and Simon Cozens)
10575      Branch: perl
10576            ! pod/perldiag.pod
10577 ____________________________________________________________________________
10578 [  5966] By: gsar                                  on 2000/04/27  16:54:58
10579         Log: add testsuite for B backends, fix bug in B::Deparse (from
10580              Simon Cozens <simon@brecon.co.uk>)
10581      Branch: perl
10582            + t/lib/b.t
10583            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
10584 ____________________________________________________________________________
10585 [  5965] By: gsar                                  on 2000/04/27  16:10:37
10586         Log: avoid "will not stay shared" warnings for our variables (from
10587              Robin Barker)
10588      Branch: perl
10589            ! op.c t/pragma/warn/op
10590 ____________________________________________________________________________
10591 [  5964] By: gsar                                  on 2000/04/27  07:05:05
10592         Log: reformat to 72 columns (again)
10593      Branch: perl
10594            ! pod/perldiag.pod
10595 ____________________________________________________________________________
10596 [  5963] By: gsar                                  on 2000/04/27  06:28:31
10597         Log: patch from Larry to make (\&) prototype work; added tests for
10598              the same
10599      Branch: perl
10600            ! op.c t/comp/proto.t
10601 ____________________________________________________________________________
10602 [  5962] By: gsar                                  on 2000/04/27  06:15:47
10603         Log: updated README.hpux (from Jeff Okamoto)
10604      Branch: perl
10605            ! README.hpux
10606 ____________________________________________________________________________
10607 [  5961] By: gsar                                  on 2000/04/27  05:55:03
10608         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
10609      Branch: perl
10610            ! emacs/cperl-mode.el
10611 ____________________________________________________________________________
10612 [  5960] By: gsar                                  on 2000/04/27  05:49:26
10613         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
10614      Branch: perl
10615            ! INSTALL
10616 ____________________________________________________________________________
10617 [  5959] By: gsar                                  on 2000/04/27  05:33:41
10618         Log: doubled words in pods (from Simon Cozens
10619              <simon.p.cozens@jp.pwcglobal.com>)
10620      Branch: perl
10621            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
10622            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
10623            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
10624            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
10625            ! pod/perltootc.pod
10626 ____________________________________________________________________________
10627 [  5958] By: gsar                                  on 2000/04/27  05:11:39
10628         Log: change#3569 deleted some essential code, revert; avoid use of
10629              atexit() to make DynaLoader work properly on AIX under mod_perl
10630              (from Jens-Uwe Mager <jum@helios.de>)
10631      Branch: perl
10632            ! ext/DynaLoader/dl_aix.xs
10633 ____________________________________________________________________________
10634 [  5957] By: gsar                                  on 2000/04/27  04:54:51
10635         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
10636      Branch: perl
10637            ! pod/perlmod.pod
10638 ____________________________________________________________________________
10639 [  5956] By: gsar                                  on 2000/04/27  04:51:47
10640         Log: better diagnostics on failed tests (from Ilya Zakharevich)
10641      Branch: perl
10642            ! t/op/lex_assign.t
10643 ____________________________________________________________________________
10644 [  5955] By: gsar                                  on 2000/04/27  04:26:44
10645         Log: longstanding bug exposed by change#3307: sort arguments weren't
10646              compiled with the right wantarray context (ensuing runtime lookup
10647              via block_gimme() was getting the incidental context of the
10648              sort() itself)
10649      Branch: perl
10650            ! op.c t/op/sort.t
10651 ____________________________________________________________________________
10652 [  5954] By: gsar                                  on 2000/04/26  23:42:12
10653         Log: integrate cfgperl contents into mainline
10654      Branch: perl
10655           !> (integrate 30 files)
10656 ____________________________________________________________________________
10657 [  5950] By: gsar                                  on 2000/04/25  19:13:12
10658         Log: reformat perldiag to avoid long lines
10659      Branch: perl
10660            ! pod/perldiag.pod
10661 ____________________________________________________________________________
10662 [  5949] By: gsar                                  on 2000/04/25  18:41:11
10663         Log: make perldoc use the pod2man from the same version (from
10664              M.J.T. Guy)
10665      Branch: perl
10666            ! utils/perldoc.PL
10667 ____________________________________________________________________________
10668 [  5948] By: gsar                                  on 2000/04/25  18:21:57
10669         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
10670              <kompas@kompas.usr.onet.pl>)
10671      Branch: perl
10672            ! lib/vars.pm
10673 ____________________________________________________________________________
10674 [  5947] By: gsar                                  on 2000/04/25  18:11:53
10675         Log: use &dl_error rather than &dl_load_file as the guard for calling
10676              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
10677              statically built perl)
10678      Branch: perl
10679            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
10680 ____________________________________________________________________________
10681 [  5945] By: gsar                                  on 2000/04/25  16:34:33
10682         Log: make module name mandatory after -M switch; reorder perldiag
10683              alphabetically (from Mark-Jason Dominus)
10684      Branch: perl
10685            ! perl.c pod/perldiag.pod
10686 ____________________________________________________________________________
10687 [  5939] By: gsar                                  on 2000/04/24  19:01:24
10688         Log: more pod nits (from Larry Virden)
10689      Branch: perl
10690            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
10691            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
10692            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
10693 ____________________________________________________________________________
10694 [  5938] By: gsar                                  on 2000/04/24  18:54:01
10695         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
10696      Branch: perl
10697            ! ext/B/B/Deparse.pm
10698 ____________________________________________________________________________
10699 [  5936] By: gsar                                  on 2000/04/24  17:30:06
10700         Log: additional tests for change#5934 (from Paul Marquess, who also
10701              sent in the same fix)
10702      Branch: perl
10703            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
10704            ! t/pragma/warn/5nolint t/pragma/warn/6default
10705 ____________________________________________________________________________
10706 [  5934] By: gsar                                  on 2000/04/24  17:16:54
10707         Log: propagate lexical warnings from surrounding scope correctly
10708              within string eval()
10709      Branch: perl
10710            ! pp_ctl.c t/pragma/warn/pp_ctl
10711 ____________________________________________________________________________
10712 [  5932] By: gsar                                  on 2000/04/24  09:08:14
10713         Log: add rsignal(), whichsig() and do_join() to public API list
10714              (mod_perl uses them to good advantage)
10715      Branch: perl
10716            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
10717 ____________________________________________________________________________
10718 [  5931] By: gsar                                  on 2000/04/24  09:01:40
10719         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
10720      Branch: perl
10721            ! pp_hot.c regexec.c t/op/pat.t
10722 ____________________________________________________________________________
10723 [  5930] By: gsar                                  on 2000/04/24  08:58:33
10724         Log: small os390 tweaks (from Peter Prymmer)
10725      Branch: perl
10726            ! config_h.SH makedepend.SH
10727 ____________________________________________________________________________
10728 [  5929] By: gsar                                  on 2000/04/24  08:55:25
10729         Log: pod nits
10730      Branch: perl
10731            ! pod/perlguts.pod
10732 ____________________________________________________________________________
10733 [  5928] By: gsar                                  on 2000/04/24  08:50:13
10734         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
10735      Branch: perl
10736            ! ext/IO/lib/IO/Poll.pm
10737 ____________________________________________________________________________
10738 [  5927] By: gsar                                  on 2000/04/24  08:43:24
10739         Log: arrange for next() to resume at the unstack op rather than the
10740              loop conditional, so that scope cleanup happens correctly
10741              (from Stephen McCamant)
10742      Branch: perl
10743            ! op.c pp_ctl.c t/op/misc.t
10744 ____________________________________________________________________________
10745 [  5926] By: gsar                                  on 2000/04/24  08:18:40
10746         Log: on windows, reserve 16M of stack rather than 128M (allows more
10747              threads to run concurrently)
10748      Branch: perl
10749            ! win32/Makefile win32/makefile.mk
10750 ____________________________________________________________________________
10751 [  5925] By: gsar                                  on 2000/04/24  08:13:52
10752         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
10753      Branch: perl
10754            ! toke.c
10755 ____________________________________________________________________________
10756 [  5924] By: gsar                                  on 2000/04/24  08:08:59
10757         Log: avoid using uninitialized memory in require version check
10758      Branch: perl
10759            ! pp_ctl.c universal.c
10760 ____________________________________________________________________________
10761 [  5923] By: gsar                                  on 2000/04/24  07:20:14
10762         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
10763      Branch: perl
10764            ! ext/IO/lib/IO/Poll.pm
10765 ____________________________________________________________________________
10766 [  5922] By: gsar                                  on 2000/04/24  07:08:42
10767         Log: commentary about IoTYPE() (from Nathan Torkington)
10768      Branch: perl
10769            ! sv.h
10770 ____________________________________________________________________________
10771 [  5921] By: gsar                                  on 2000/04/24  06:58:26
10772         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
10773              by fix
10774      Branch: perl
10775            ! sv.c t/lib/charnames.t t/pragma/utf8.t
10776 ____________________________________________________________________________
10777 [  5920] By: gsar                                  on 2000/04/24  06:37:59
10778         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
10779      Branch: perl
10780            ! doop.c t/op/ver.t
10781 ____________________________________________________________________________
10782 [  5919] By: gsar                                  on 2000/04/24  06:21:58
10783         Log: Configure might miss old directories when prefix must be
10784              expanded (from Robin Barker)
10785      Branch: metaconfig
10786            ! U/installdirs/inc_version_list.U
10787      Branch: perl
10788            ! Configure
10789 ____________________________________________________________________________
10790 [  5918] By: gsar                                  on 2000/04/24  06:16:11
10791         Log: VMS nits in glob() test (from Charles Lane)
10792      Branch: perl
10793            ! t/lib/glob-basic.t
10794 ____________________________________________________________________________
10795 [  5917] By: gsar                                  on 2000/04/24  06:11:56
10796         Log: various pod nits (from Larry Virden and others)
10797      Branch: perl
10798            ! README.amiga README.hpux README.machten README.os2
10799            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
10800            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
10801            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
10802            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
10803            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
10804            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
10805            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
10806            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
10807 ____________________________________________________________________________
10808 [  5916] By: gsar                                  on 2000/04/24  05:52:43
10809         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
10810              <wjones@tc.fluke.com>)
10811      Branch: perl
10812            ! t/lib/glob-basic.t
10813 ____________________________________________________________________________
10814 [  5915] By: gsar                                  on 2000/04/24  05:07:01
10815         Log: supported platforms mixed up
10816      Branch: perl
10817            ! pod/perl56delta.pod pod/perlport.pod
10818 ____________________________________________________________________________
10819 [  5914] By: gsar                                  on 2000/04/24  04:56:08
10820         Log: caller() wasn't returning the right number of elements for
10821              eval {...}
10822      Branch: perl
10823            ! pp_ctl.c t/pragma/warn/9enabled
10824 ____________________________________________________________________________
10825 [  5913] By: gsar                                  on 2000/04/24  04:35:41
10826         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
10827              Mark-Jason Dominus)
10828      Branch: perl
10829            ! pod/perlfunc.pod
10830 ____________________________________________________________________________
10831 [  5912] By: gsar                                  on 2000/04/24  04:17:15
10832         Log: fix totally broken caching in UNIVERSAL::isa() (from
10833              Nick Ing-Simmons)
10834      Branch: perl
10835            ! t/op/universal.t universal.c
10836 ____________________________________________________________________________
10837 [  5911] By: gsar                                  on 2000/04/24  03:39:47
10838         Log: add linebreak properties from unicode/LineBrk.txt (from
10839              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
10840      Branch: perl
10841            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
10842            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
10843            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
10844            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
10845            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
10846            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
10847            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
10848            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
10849            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
10850            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
10851            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
10852            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
10853            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
10854            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
10855            + lib/unicode/Is/LbrkZW.pl
10856            ! lib/unicode/mktables.PL
10857 ____________________________________________________________________________
10858 [  5910] By: gsar                                  on 2000/04/24  03:23:10
10859         Log: typo in pod
10860      Branch: perl
10861            ! ext/Thread/Thread.pm
10862 ____________________________________________________________________________
10863 [  5909] By: gsar                                  on 2000/04/24  03:22:03
10864         Log: mode argument to do_binmode() should be file mode, not boolean
10865      Branch: perl
10866            ! pp_sys.c
10867 ____________________________________________________________________________
10868 [  5908] By: gsar                                  on 2000/04/16  16:51:08
10869         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
10870              always returns a valid GV even when the symbol is trapped by strictures
10871              (avoids coredumps)
10872              
10873              TODO: the C<package;> hack needs similar treatment
10874      Branch: perl
10875            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
10876            ! t/pragma/strict-vars
10877 ____________________________________________________________________________
10878 [  5904] By: gsar                                  on 2000/03/28  02:31:32
10879         Log: add Changes, perldelta.pod
10880      Branch: perl
10881            + Changes pod/perldelta.pod
10882 ____________________________________________________________________________
10883 [  5903] By: gsar                                  on 2000/03/28  02:03:55
10884         Log: rename Changes and perldelta.pod
10885      Branch: perl
10886           +> Changes5.6 pod/perl56delta.pod
10887            - Changes pod/perldelta.pod
10888            ! MANIFEST
10889 ____________________________________________________________________________
10890 [  5900] By: gsar                                  on 2000/03/23  05:42:43
10891         Log: three guesses on what this is :-)
10892      Branch: perl
10893            ! Changes