Add Charles Lane.
[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                            ---------------
10                             CAST AND CREW
11                            ---------------
12
13 To give due honor to those who have made Perl what is is today,
14 here are some of the more common names in the Changes file, and their
15 current addresses (as of September 2000):
16
17     Gisle Aas                   <gisle@aas.no>
18     Abigail                     <abigail@foad.org>
19     Kenneth Albanowski          <kjahds@kjahds.com>
20     Russ Allbery                <rra@stanford.edu>
21     Brad Appleton               <bradapp@enteract.com>
22     Greg Bacon                  <gbacon@itsc.uah.edu>
23     Robin Barker                <rmb1@cise.npl.co.uk>
24     Vishal Bhatia               <vishal@gol.com>
25     Spider Boardman             <spider@orb.nashua.nh.us>
26     Daniel Chetlin              <daniel@chetlin.com>
27     Tom Christiansen            <tchrist@perl.com>
28     Lupe Christoph              <lupe@lupe-christoph.de>
29     Nicholas Clark              <nick@Bagpuss.unfortu.net>
30     Simon Cozens                <simon@brecon.co.uk>
31     Francois Desarmenien        <desar@club-internet.fr>
32     Mark-Jason Dominus          <mjd@plover.com>
33     Jan Dubois                  <jand@activestate.com>
34     Dominic Dunlop              <domo@computer.org>
35     Eric Fifer                  <efifer@sanwaint.com>
36     Richard Foley               <Richard.Foley@m.dasa.de>
37     Jeffrey Friedl              <jfriedl@yahoo-inc.com>
38     Hallvard B Furuseth         <h.b.furuseth@usit.uio.no>
39     M. J. T. Guy                <mjtg@cam.ac.uk>
40     Tom Hughes                  <tom@compton.nu>
41     Nick Ing-Simmons            <nik@tiuk.ti.com>
42     Tim Jenness                 <timj@jach.hawaii.edu>
43     Andreas König               <a.koenig@mind.de>
44     Charles Lane                <lane@DUPHY4.Physics.Drexel.Edu>
45     Douglas Lankshear           <dougl@activestate.com>
46     Doug MacEachern             <dougm@covalent.net>
47     Raphael Manfredi            <Raphael.Manfredi@pobox.com>
48     Paul Marquess               <Paul.Marquess@btinternet.com>
49     Stephen McCamant            <alias@mcs.com>
50     Laszlo Molnar               <laszlo.molnar@eth.ericsson.se>
51     Hans Mulder                 <hansmu@xs4all.nl>
52     Chris Nandor                <pudge@pobox.com>
53     Matthias Neeracher          <neeri@iis.ee.ethz.ch>
54     Jeff Okamoto                <okamoto@hpcc123.corp.hp.com>
55     Ulrich Pfeifer              <pfeifer@charly.informatik.uni-dortmund.de>
56     Tom Phoenix                 <rootbeer@teleport.com>
57     Stephen Potter              <spp@ds.net>
58     Joshua Pritikin             <joshua.pritikin@db.com>
59     Peter Prymmer               <pvhp@forte.com>
60     Norbert Pueschel            <pueschel@imsdd.meb.uni-bonn.de>
61     Dean Roehrich               <roehrich@cray.com>
62     Hugo van der Sanden         <hv@crypt.demon.co.uk>
63     Michael G Schwern           <schwern@pobox.com>
64     Roderick Schertler          <roderick@argon.org>
65     Yitzchak Scott-Thoennes     <sthoenna@efn.org>
66     Kurt D. Starsinic           <kstar@chapin.edu>
67     Benjamin Stuhl              <sho_pi@hotmail.com>
68     Dan Sugalski                <dan@sidhe.org>
69     Nathan Torkington           <gnat@frii.com>
70     Larry W. Virden             <lvirden@cas.org>
71     Johan Vromans               <jvromans@squirrel.nl>
72     Ilya Zakharevich            <ilya@math.ohio-state.edu>
73
74 And the Keepers of the Patch Pumpkin:
75
76     Charles Bailey              <bailey@newman.upenn.edu>
77     Graham Barr                 <gbarr@ti.com>
78     Malcolm Beattie             <mbeattie@sable.ox.ac.uk>
79     Tim Bunce                   <Tim.Bunce@ig.co.uk>
80     Andy Dougherty              <doughera@lafcol.lafayette.edu>
81     Jarkko Hietaniemi           <jhi@iki.fi>
82     Gurusamy Sarathy            <gsar@activestate.com>
83     Chip Salzenberg             <chip@perl.com>
84
85 And, of course, the Author of Perl:
86
87     Larry Wall                  <larry@wall.org>
88
89 NOTE: Each change entry shows the change number; who checked it into the
90 repository; when; description of the change; which branch the change
91 happened in; and the affected files.  The file lists have a short symbolic
92 indicator:
93
94             !       modified
95             +       added
96             -       deleted
97             +>      branched (from elsewhere)
98             !>      merged changes (from elsewhere)
99
100 The Message-Ids in the change entries refer to the email messages sent
101 to the perl5-porters mailing list.  You can retrieve the messages for
102 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
103
104 --------------
105 Version v5.7.0          Development release working toward v5.8
106 --------------
107
108 ____________________________________________________________________________
109 [  7228] By: jhi                                   on 2000/10/14  00:46:10
110         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
111              From: Peter Prymmer <pvhp@forte.com>
112              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
113              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
114      Branch: perl
115            ! lib/utf8.pm
116 ____________________________________________________________________________
117 [  7227] By: jhi                                   on 2000/10/13  23:20:30
118         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
119      Branch: perl
120            ! t/op/tie.t
121 ____________________________________________________________________________
122 [  7226] By: jhi                                   on 2000/10/13  22:14:32
123         Log: Tweak #7225.
124              
125              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
126              From: Peter Prymmer <pvhp@forte.com>
127              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
128              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
129      Branch: perl
130            ! t/op/sprintf.t
131 ____________________________________________________________________________
132 [  7225] By: jhi                                   on 2000/10/13  22:11:31
133         Log: op/sprintf.t patch for OS/390 (and any other host with limited
134              floating-point exponent length)
135              
136              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
137              From: Dominic Dunlop <domo@computer.org>
138              Date: Fri, 13 Oct 2000 19:17:57 +0200
139              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
140      Branch: perl
141            ! t/op/sprintf.t
142 ____________________________________________________________________________
143 [  7224] By: jhi                                   on 2000/10/13  18:40:48
144         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
145      Branch: perl
146            ! toke.c
147 ____________________________________________________________________________
148 [  7223] By: jhi                                   on 2000/10/13  18:37:13
149         Log: Thinko in #7222.
150      Branch: perl
151            ! utf8.c
152 ____________________________________________________________________________
153 [  7222] By: jhi                                   on 2000/10/13  18:05:23
154         Log: Use UTF8SKIP(), from Simon Cozens.
155      Branch: perl
156            ! utf8.c
157 ____________________________________________________________________________
158 [  7221] By: jhi                                   on 2000/10/13  15:43:19
159         Log: (accidentally empty check-in)
160      Branch: perl
161            ! utf8.c
162 ____________________________________________________________________________
163 [  7220] By: jhi                                   on 2000/10/13  15:23:51
164         Log: Add (optimistically) Storable to static extensions.
165      Branch: perl
166            ! hints/uwin.sh hints/vmesa.sh
167 ____________________________________________________________________________
168 [  7219] By: jhi                                   on 2000/10/13  15:20:05
169         Log: Amdahl UTS doesn't seem to do dynaloading.
170      Branch: perl
171            ! hints/uts.sh
172 ____________________________________________________________________________
173 [  7218] By: jhi                                   on 2000/10/13  15:15:20
174         Log: Slight tweak of the code to appease Amdahl UTS cc.
175      Branch: perl
176            ! pp.c
177 ____________________________________________________________________________
178 [  7217] By: jhi                                   on 2000/10/13  14:50:42
179         Log: In Amdahl UTS "struct sv" is defined by a system header,
180              <ksync.h>.
181      Branch: perl
182            ! perl.h sv.h
183 ____________________________________________________________________________
184 [  7216] By: jhi                                   on 2000/10/13  11:58:25
185         Log: Ilya implemented the memory profiling API.
186      Branch: perl
187            ! Todo
188 ____________________________________________________________________________
189 [  7215] By: jhi                                   on 2000/10/13  02:56:38
190         Log: Subject: [PATCH 5.7.0] Perl API for mstats
191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
192              Date: Thu, 12 Oct 2000 22:52:40 -0400
193              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
194      Branch: perl
195            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
196 ____________________________________________________________________________
197 [  7214] By: jhi                                   on 2000/10/13  02:55:38
198         Log: Subject: [PATCH 5.7.0] IVs in mtats
199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
200              Date: Thu, 12 Oct 2000 22:51:04 -0400
201              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
202      Branch: perl
203            ! malloc.c perl.h
204 ____________________________________________________________________________
205 [  7213] By: jhi                                   on 2000/10/13  02:31:47
206         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
207      Branch: perl
208            ! pod/perldiag.pod pp_sys.c
209 ____________________________________________________________________________
210 [  7212] By: jhi                                   on 2000/10/13  01:27:38
211         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
212              From: Peter Prymmer <pvhp@forte.com>
213              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
214              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
215      Branch: perl
216            ! t/op/oct.t
217 ____________________________________________________________________________
218 [  7211] By: jhi                                   on 2000/10/13  00:35:09
219         Log: Update Changes.
220      Branch: perl
221            ! Changes patchlevel.h
222 ____________________________________________________________________________
223 [  7210] By: jhi                                   on 2000/10/12  23:59:40
224         Log: The Install.pm third of
225              
226              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
227              From: Bill Campbell <bill@celestial.com>
228              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
229              Date: Thu, 5 Oct 2000 18:04:51 -0700
230      Branch: perl
231            ! lib/ExtUtils/Install.pm
232 ____________________________________________________________________________
233 [  7209] By: jhi                                   on 2000/10/12  23:58:43
234         Log: Two thirds of
235              
236              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
237              Date: Thu, 5 Oct 2000 18:04:51 -0700
238              From: Bill Campbell <bill@celestial.com>
239              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
240              
241              The Install.pm changes will be submitted separately because
242              they need some work and discussion still.
243      Branch: perl
244            ! lib/getopts.pl lib/termcap.pl
245 ____________________________________________________________________________
246 [  7208] By: jhi                                   on 2000/10/12  23:41:19
247         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
248              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
249              Date:     Thu, 12 Oct 2000 07:30:02 EDT
250              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
251      Branch: perl
252            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
253            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
254 ____________________________________________________________________________
255 [  7207] By: jhi                                   on 2000/10/12  23:39:01
256         Log: An updated EBCDIC tr patch.
257              
258              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
259              From: Peter Prymmer <pvhp@forte.com>
260              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
261              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
262      Branch: perl
263            ! t/op/tr.t
264 ____________________________________________________________________________
265 [  7206] By: jhi                                   on 2000/10/12  23:34:55
266         Log: Upgrade to CPAN 1.58, from Andreas König.
267      Branch: perl
268            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
269 ____________________________________________________________________________
270 [  7205] By: jhi                                   on 2000/10/12  23:29:08
271         Log: Introduce the man[24-8] variables, from Andy Dougherty.
272      Branch: metaconfig/U/perl
273            + mandirs.U mandirstyle.U
274      Branch: perl
275            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
276            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
277            ! vos/config.h vos/config.pl vos/config_h.SH_orig
278            ! win32/config.bc win32/config.gc win32/config.vc
279 ____________________________________________________________________________
280 [  7204] By: gsar                                  on 2000/10/12  18:11:24
281         Log: restore change#7202
282      Branch: perl
283            ! mg.c
284 ____________________________________________________________________________
285 [  7203] By: gsar                                  on 2000/10/12  18:09:40
286         Log: another test of the Emergency Broadcast System--back out 
287              change#7202
288      Branch: perl
289            ! mg.c
290 ____________________________________________________________________________
291 [  7202] By: gsar                                  on 2000/10/12  16:40:47
292         Log: (submitted on behalf of Jarkko)
293              Fix the lib/encode.t subtest 6 failure as reported by Andreas
294              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
295              was unearthed by change 7182, as was a bug in HTML::Entities.
296      Branch: perl
297            ! mg.c
298 ____________________________________________________________________________
299 [  7201] By: jhi                                   on 2000/10/11  03:16:05
300         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
301      Branch: perl
302            ! pp_hot.c t/pragma/utf8.t
303 ____________________________________________________________________________
304 [  7200] By: jhi                                   on 2000/10/11  00:40:30
305         Log: The #7198 was a false alarm.
306      Branch: perl
307            ! pp_hot.c
308 ____________________________________________________________________________
309 [  7199] By: jhi                                   on 2000/10/11  00:26:04
310         Log: Remove duplicated code.
311      Branch: perl
312            ! t/lib/cgi-html.t
313 ____________________________________________________________________________
314 [  7198] By: jhi                                   on 2000/10/10  23:30:46
315         Log: (Retracted by #7200.)
316      Branch: perl
317            ! pp_hot.c
318 ____________________________________________________________________________
319 [  7197] By: jhi                                   on 2000/10/10  21:49:30
320         Log: Add the test case for #7190, from the original bug report
321              by Andreas König.
322      Branch: perl
323            ! t/pragma/utf8.t
324 ____________________________________________________________________________
325 [  7196] By: jhi                                   on 2000/10/10  21:40:49
326         Log: Reapply Andy's patch and regen Configure.
327      Branch: perl
328            ! Configure INSTALL Makefile.SH Porting/Glossary
329            ! Porting/config.sh config_h.SH epoc/config.sh installperl
330            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
331            ! win32/config.vc
332 ____________________________________________________________________________
333 [  7195] By: jhi                                   on 2000/10/10  21:09:30
334         Log: Use the versiononly instead of the installscripts,
335              retract the changes 7146 and 7147.
336      Branch: perl
337            ! Configure INSTALL Makefile.SH Porting/Glossary
338            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
339            ! installperl uconfig.sh vos/config.def win32/config.bc
340            ! win32/config.gc win32/config.vc
341 ____________________________________________________________________________
342 [  7194] By: jhi                                   on 2000/10/10  21:06:15
343         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
344              From: Peter Prymmer <pvhp@forte.com>
345              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
346              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
347      Branch: perl
348            ! t/op/ver.t
349 ____________________________________________________________________________
350 [  7193] By: jhi                                   on 2000/10/10  21:05:12
351         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
352              From: Peter Prymmer <pvhp@forte.com>
353              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
354              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
355      Branch: perl
356            ! t/op/tr.t
357 ____________________________________________________________________________
358 [  7192] By: jhi                                   on 2000/10/10  20:57:30
359         Log: Add versiononly, delete installscripts, from Andy Dougherty.
360      Branch: metaconfig
361            - U/installdirs/installscripts.U
362      Branch: metaconfig/U/perl
363            + versiononly.U
364 ____________________________________________________________________________
365 [  7191] By: jhi                                   on 2000/10/10  19:41:21
366         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
367              From: Peter Prymmer <pvhp@forte.com>
368              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
369              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
370      Branch: perl
371            ! pod/perlebcdic.pod
372 ____________________________________________________________________________
373 [  7190] By: jhi                                   on 2000/10/10  19:26:14
374         Log: Subject: Re: utf8 concat, mg_get
375              From: Simon Cozens <simon@cozens.net>
376              Date: Tue, 10 Oct 2000 17:40:17 +0100
377              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
378      Branch: perl
379            ! pp_hot.c
380 ____________________________________________________________________________
381 [  7189] By: jhi                                   on 2000/10/10  19:23:03
382         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
383              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
384              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
385              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
386      Branch: perl
387            ! lib/ExtUtils/MM_Unix.pm
388 ____________________________________________________________________________
389 [  7188] By: jhi                                   on 2000/10/10  15:31:24
390         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
391              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
392              Date: Fri, 14 Jul 2000 10:47:36 +0100
393              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
394      Branch: perl
395            ! README.win32
396 ____________________________________________________________________________
397 [  7187] By: jhi                                   on 2000/10/10  13:30:10
398         Log: Quote the temp file name, needed in Win32 because the
399              default name unfortunately contains spaces, shouldn't
400              hurt elsewhere.
401              
402              Subject: FW: perldoc fails if $TEMP contains spaces
403              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
404              Date: Thu, 14 Sep 2000 08:58:45 +0100
405              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
406      Branch: perl
407            ! utils/perldoc.PL
408 ____________________________________________________________________________
409 [  7186] By: jhi                                   on 2000/10/10  13:16:27
410         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
411              From: hv@hugo.hybyte.com
412              Date: Tue, 10 Oct 2000 14:10:20 +0100
413              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
414      Branch: perl
415            ! t/lib/thr5005.t util.c
416 ____________________________________________________________________________
417 [  7185] By: jhi                                   on 2000/10/10  12:06:22
418         Log: Upgrade to podlators 1.04, from Russ Allbery.
419      Branch: perl
420            ! lib/Pod/Man.pm lib/Pod/Text.pm
421 ____________________________________________________________________________
422 [  7184] By: jhi                                   on 2000/10/10  12:01:32
423         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
424      Branch: perl
425            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
426 ____________________________________________________________________________
427 [  7183] By: jhi                                   on 2000/10/09  23:47:15
428         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
429              From: Peter Prymmer <pvhp@forte.com>
430              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
431              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
432      Branch: perl
433            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
434 ____________________________________________________________________________
435 [  7182] By: jhi                                   on 2000/10/09  23:43:16
436         Log: Make eq work again with utf8 (disabling the upgrading
437              should no more be necessary since the copies of the
438              scalars are upgraded, not the scalars themselves).
439              Takes care of ID 20001009.001.  (The claimed length()
440              bug in 20001009.001 seems bogus to me.)
441      Branch: perl
442            ! sv.c t/pragma/utf8.t
443 ____________________________________________________________________________
444 [  7181] By: gsar                                  on 2000/10/09  19:41:54
445         Log: tweak for change#7173
446      Branch: perl
447            ! win32/win32sck.c
448 ____________________________________________________________________________
449 [  7180] By: gsar                                  on 2000/10/09  19:26:56
450         Log: on Windows, clean targets might not work under some flavors of the shell
451      Branch: perl
452            ! win32/Makefile win32/makefile.mk
453 ____________________________________________________________________________
454 [  7179] By: jhi                                   on 2000/10/09  19:21:02
455         Log: Update Changes.
456      Branch: perl
457            ! Changes patchlevel.h
458 ____________________________________________________________________________
459 [  7178] By: jhi                                   on 2000/10/09  19:18:23
460         Log: Warn about unknown scripts.
461              
462              Subject: Re: ideas? patches? [PATCH bleadperl]
463              From: Dominic Dunlop <domo@computer.org>
464              Date: Mon, 9 Oct 2000 14:57:17 +0200
465              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
466      Branch: perl
467            ! lib/charnames.pm
468 ____________________________________________________________________________
469 [  7177] By: jhi                                   on 2000/10/09  19:13:27
470         Log: Change #7160 had a nasty typo.
471      Branch: metaconfig
472            ! U/compline/Compile.U
473      Branch: perl
474            ! Configure config_h.SH
475 ____________________________________________________________________________
476 [  7176] By: gsar                                  on 2000/10/09  18:59:33
477         Log: pod nit
478      Branch: perl
479            ! pod/perlport.pod
480 ____________________________________________________________________________
481 [  7175] By: gsar                                  on 2000/10/09  18:54:28
482         Log: Windows9x doesn't support link(), despite what Config.pm
483              might think
484      Branch: perl
485            ! lib/ExtUtils/Manifest.pm
486 ____________________________________________________________________________
487 [  7174] By: gsar                                  on 2000/10/09  18:50:03
488         Log: avoid nonportable example code
489      Branch: perl
490            ! lib/File/Copy.pm
491 ____________________________________________________________________________
492 [  7173] By: gsar                                  on 2000/10/09  18:46:54
493         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
494              being used) when closing a socket handle
495      Branch: perl
496            ! win32/win32.c win32/win32.h win32/win32sck.c
497 ____________________________________________________________________________
498 [  7172] By: gsar                                  on 2000/10/09  18:41:40
499         Log: on Windows, cwd strings in the environment should be of the
500              form =X:=X:\foo instead of =X=X:\foo\
501      Branch: perl
502            ! win32/vdir.h
503 ____________________________________________________________________________
504 [  7171] By: gsar                                  on 2000/10/09  18:30:09
505         Log: on Windows, LoadLibrary() could load an extension DLL multiple
506              times if forward slashes are used in the path
507      Branch: perl
508            ! win32/win32.c
509 ____________________________________________________________________________
510 [  7170] By: jhi                                   on 2000/10/09  17:53:59
511         Log: Add a todo note about overloadable assertions.
512      Branch: perl
513            ! Todo-5.6
514 ____________________________________________________________________________
515 [  7169] By: jhi                                   on 2000/10/09  13:43:45
516         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
517              From: mjd@plover.com
518              Date: 9 Oct 2000 00:24:44 -0000
519              Message-ID: <20001009002444.10616.qmail@plover.com>
520      Branch: perl
521            ! pod/perldebguts.pod
522 ____________________________________________________________________________
523 [  7168] By: nick                                  on 2000/10/08  13:16:33
524         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
525              is not right thing to do on (e.g. x86). Network order is also "right" for
526              X fonts.
527      Branch: perl
528            ! ext/Encode/Encode.pm
529 ____________________________________________________________________________
530 [  7167] By: nick                                  on 2000/10/08  12:54:42
531         Log: Make "encodings" work post-install when Encode/*.enc files may not
532              be in same directory as Encode.pm
533      Branch: perl
534            ! ext/Encode/Encode.pm
535 ____________________________________________________________________________
536 [  7166] By: nick                                  on 2000/10/08  11:51:26
537         Log: Work round the fact that $hash->{$key} does not take into account
538              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
539              so that key is always in the "expected" encoding - i.e. same way we put
540              it in the hash.
541      Branch: perl
542            ! ext/Encode/Encode.pm
543 ____________________________________________________________________________
544 [  7165] By: gsar                                  on 2000/10/08  04:15:29
545         Log: save_re_context() could reset PL_curcop to freed memory, causing core
546              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
547      Branch: perl
548            ! pp_ctl.c
549 ____________________________________________________________________________
550 [  7164] By: jhi                                   on 2000/10/06  20:51:48
551         Log: UTF8ize split() so that the cloned substrings get the UTF8
552              flag of the original scalar.  Problem reported by Simon Cozens.
553      Branch: perl
554            ! pp.c t/pragma/utf8.t
555 ____________________________________________________________________________
556 [  7163] By: nick                                  on 2000/10/06  20:48:34
557         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
558              got a false +ve and so did not reach code which would have un-FAKEd the SV.
559      Branch: perl
560            ! sv.c
561 ____________________________________________________________________________
562 [  7162] By: nick                                  on 2000/10/06  20:25:37
563         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
564              To fix  (sort {$a <=> $b} keys %hash) in particular but
565              should cover a number of other as-yet-unknown cases as well.
566      Branch: perl
567            ! sv.c
568 ____________________________________________________________________________
569 [  7161] By: jhi                                   on 2000/10/06  19:56:18
570         Log: Change the version number of Tie::Handle in the core to 4.0,
571              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
572              
573              Subject: Note on Tie::Handle
574              From: andreas.koenig@anima.de (Andreas J. Koenig)
575              Date:      06 Oct 2000 21:48:58 +0200
576              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
577      Branch: perl
578            ! lib/Tie/Handle.pm
579 ____________________________________________________________________________
580 [  7160] By: jhi                                   on 2000/10/06  18:20:35
581         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
582              as the first option of cc/ld because of ultrapicky compilers
583              (e.g. OS/390 R2.5)
584      Branch: metaconfig
585            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
586            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
587            ! U/compline/orderlib.U U/modified/Cppsym.U
588            ! U/modified/d_access.U
589      Branch: metaconfig/U/perl
590            ! Checkcc.U d_dlsymun.U gccvers.U
591      Branch: perl
592            ! Configure config_h.SH
593 ____________________________________________________________________________
594 [  7159] By: jhi                                   on 2000/10/06  13:56:39
595         Log: Update Changes.
596      Branch: perl
597            ! Changes patchlevel.h
598 ____________________________________________________________________________
599 [  7158] By: jhi                                   on 2000/10/06  12:48:40
600         Log: Eliminate $Is_VMS code from the test.
601              
602              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
603              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
604              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
605              Date:     Thu, 5 Oct 2000 07:46:33 EDT
606      Branch: perl
607            ! t/lib/b.t
608 ____________________________________________________________________________
609 [  7157] By: jhi                                   on 2000/10/06  12:47:13
610         Log: Also the $ccflags is needed for the C compiler check.
611              
612              Subject: Configure (check for C-compiler)
613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
614              Date: Fri, 06 Oct 2000 08:47:15 +0200
615              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
616      Branch: metaconfig/U/perl
617            ! Checkcc.U
618      Branch: perl
619            ! Configure config_h.SH
620 ____________________________________________________________________________
621 [  7156] By: jhi                                   on 2000/10/06  11:45:15
622         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
623      Branch: perl
624            ! perl.c pp_ctl.c sv.h utf8.c
625 ____________________________________________________________________________
626 [  7155] By: jhi                                   on 2000/10/06  11:40:41
627         Log: IO::Handle->syswrite() did not handle length omission
628              like CORE::syswrite() does.
629              
630              Subject: [Fwd] IO::Handle, syswrite and arguments
631              From: Graham Barr <gbarr@pobox.com>
632              Date: Fri, 6 Oct 2000 10:22:05 +0100
633              Message-ID: <20001006102205.U6312@pobox.com>
634              
635              The original patch from andrew@ugh.net.au.
636      Branch: perl
637            ! ext/IO/lib/IO/Handle.pm
638 ____________________________________________________________________________
639 [  7154] By: jhi                                   on 2000/10/06  01:42:15
640         Log: Tweak #7153.
641      Branch: perl
642            ! utf8.h
643 ____________________________________________________________________________
644 [  7153] By: jhi                                   on 2000/10/06  00:39:55
645         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
646      Branch: perl
647            ! utf8.h
648 ____________________________________________________________________________
649 [  7152] By: jhi                                   on 2000/10/06  00:38:11
650         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
651      Branch: perl
652            ! perl.c pp_ctl.c sv.h utf8.c
653 ____________________________________________________________________________
654 [  7151] By: jhi                                   on 2000/10/06  00:36:38
655         Log: Subject: Re: Questions about Tie::Array and perl modules
656              From: Nick Ing-Simmons <nik@tiuk.ti.com>
657              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
658              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
659              
660              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
661      Branch: perl
662            ! lib/Tie/Array.pm t/op/array.t
663 ____________________________________________________________________________
664 [  7150] By: jhi                                   on 2000/10/05  00:20:45
665         Log: Regen Changes.
666      Branch: perl
667            ! Changes patchlevel.h
668 ____________________________________________________________________________
669 [  7149] By: jhi                                   on 2000/10/05  00:20:01
670         Log: Regen toc.
671      Branch: perl
672            ! pod/perltoc.pod
673 ____________________________________________________________________________
674 [  7148] By: jhi                                   on 2000/10/04  23:35:08
675         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
676              reported several times by Dominic Dunlop, for example in
677              ID 20000315.008.  Patch from Dominic.  Patch affects at
678              least MachTen, and possibly other oldish BSDs. Should not
679              break non-broken platforms (tested on LinuxPPC). 
680      Branch: perl
681            ! doio.c
682 ____________________________________________________________________________
683 [  7147] By: jhi                                   on 2000/10/04  23:26:34
684         Log: The one that got away from 7146.
685      Branch: metaconfig
686            + U/installdirs/installscripts.U
687 ____________________________________________________________________________
688 [  7146] By: jhi                                   on 2000/10/04  23:25:04
689         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
690              suggested by H. Merijn Brand.
691      Branch: perl
692            ! Configure INSTALL Makefile.SH Porting/Glossary
693            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
694            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
695            ! win32/config.vc
696 ____________________________________________________________________________
697 [  7145] By: jhi                                   on 2000/10/04  22:08:21
698         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
700              Date: Wed, 4 Oct 2000 17:37:46 -0400
701              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
702      Branch: perl
703            ! utils/h2xs.PL
704 ____________________________________________________________________________
705 [  7144] By: jhi                                   on 2000/10/04  18:11:41
706         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
707              From: Jeff Pinyan <jeffp@crusoe.net>
708              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
709              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
710      Branch: perl
711            ! pod/perlrun.pod
712 ____________________________________________________________________________
713 [  7143] By: jhi                                   on 2000/10/04  18:09:58
714         Log: Subject: perlhack.pod Patch for Externals Tools
715              From: Fisher Mark <fisherm@tce.com>
716              Date: Tue, 3 Oct 2000 15:43:27 -0500 
717              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
718      Branch: perl
719            ! pod/perlhack.pod
720 ____________________________________________________________________________
721 [  7142] By: jhi                                   on 2000/10/04  18:08:41
722         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
723              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
724              Date:     Wed, 4 Oct 2000 12:11:11 EDT
725              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
726      Branch: perl
727            ! vms/vms.c
728 ____________________________________________________________________________
729 [  7141] By: jhi                                   on 2000/10/04  12:20:16
730         Log: Subject: [PATCH 5.7.0] h2xs not working
731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
732              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
733              Date: Tue, 3 Oct 2000 21:43:01 -0400
734              
735              Subject: [PATCH 5.7.0] h2xs not documenting the created module
736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
737              Date: Tue, 3 Oct 2000 22:55:19 -0400
738              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
739      Branch: perl
740            ! utils/h2xs.PL
741 ____________________________________________________________________________
742 [  7140] By: jhi                                   on 2000/10/04  11:53:44
743         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
744              From: nick@babyhippo.com
745              Date: Wed, 4 Oct 2000 12:06:45 +0100
746              Message-Id: <20001004120645.A7356@babyhippo.com>
747              
748              Retract 7118 and 7135.
749      Branch: perl
750            ! installman installperl op.c t/pragma/subs.t
751 ____________________________________________________________________________
752 [  7139] By: jhi                                   on 2000/10/03  22:09:41
753         Log: It is possible to have no hosts database at all.  Pointed out in
754              
755              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
756              From: Peter Prymmer <pvhp@forte.com>
757              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
758              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
759      Branch: metaconfig
760            ! U/modified/myhostname.U
761      Branch: perl
762            ! Configure config_h.SH
763 ____________________________________________________________________________
764 [  7138] By: jhi                                   on 2000/10/03  21:49:49
765         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
766              From: Peter Prymmer <pvhp@forte.com>
767              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
768              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
769      Branch: perl
770            ! pp_sys.c
771 ____________________________________________________________________________
772 [  7137] By: jhi                                   on 2000/10/03  20:10:05
773         Log: One remaining nit less at the VMS mailbox sizing.
774      Branch: perl
775            ! vms/vms.c
776 ____________________________________________________________________________
777 [  7136] By: jhi                                   on 2000/10/03  20:08:47
778         Log: Test harness update to sync with the new perlcc,
779              from Simon Cozens.
780      Branch: perl
781            ! t/TEST t/UTEST
782 ____________________________________________________________________________
783 [  7135] By: jhi                                   on 2000/10/03  15:15:42
784         Log: Subject: Re: PATCH for 20001003.004
785              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
786              From: "AARON B. DOSSETT" <aaron@iglou.com>
787              Message-Id: <E13gTay-0006od-00@iglou.com>
788      Branch: perl
789            ! installman installperl
790 ____________________________________________________________________________
791 [  7134] By: jhi                                   on 2000/10/03  15:00:34
792         Log: Subject: [ID 20001003.006] B::Debug not -w clean
793              From: Nicholas Clark <nick@babyhippo.co.uk>
794              Date: Tue, 03 Oct 2000 15:46:32 +0100
795              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
796      Branch: perl
797            ! ext/B/B/Debug.pm
798 ____________________________________________________________________________
799 [  7133] By: jhi                                   on 2000/10/03  14:58:39
800         Log: Scale down the VMS message boxes, by Charles Lane.
801              Fix for ID 20000903.009, workaround at
802              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
803      Branch: perl
804            ! vms/vms.c
805 ____________________________________________________________________________
806 [  7132] By: jhi                                   on 2000/10/03  11:20:37
807         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
808      Branch: perl
809            + t/lib/st-lock.t t/lib/st-utf8.t
810            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
811            ! ext/Storable/Storable.xs t/lib/st-recurse.t
812 ____________________________________________________________________________
813 [  7131] By: jhi                                   on 2000/10/03  03:38:23
814         Log: Encode nits.
815      Branch: perl
816            ! MANIFEST Makefile.SH
817 ____________________________________________________________________________
818 [  7130] By: jhi                                   on 2000/10/03  03:31:05
819         Log: Update Changes.
820      Branch: perl
821            ! Changes patchlevel.h
822 ____________________________________________________________________________
823 [  7129] By: jhi                                   on 2000/10/03  02:24:02
824         Log: Misplaced else.
825      Branch: metaconfig/U/perl
826            ! d_strtoll.U
827      Branch: perl
828            ! Configure config_h.SH
829 ____________________________________________________________________________
830 [  7128] By: jhi                                   on 2000/10/03  02:08:29
831         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
832              From: sthoenna@efn.org
833              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
834              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
835      Branch: metaconfig/U/perl
836            ! d_strtoll.U
837      Branch: perl
838            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
839 ____________________________________________________________________________
840 [  7127] By: jhi                                   on 2000/10/03  01:13:14
841         Log: Update Changes.
842      Branch: perl
843            ! Changes patchlevel.h
844 ____________________________________________________________________________
845 [  7126] By: jhi                                   on 2000/10/03  00:57:08
846         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
847              as suggested by Olaf Flebbe and Nick Clark.
848      Branch: perl
849            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
850 ____________________________________________________________________________
851 [  7125] By: jhi                                   on 2000/10/03  00:50:56
852         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
853              From: Nick Clark <nick@plum.flirble.org>
854              Date: Mon, 2 Oct 2000 11:03:24 +0100
855              Message-Id: <20001002110324.D20073@plum.flirble.org>
856      Branch: perl
857            ! t/lib/encode.t
858 ____________________________________________________________________________
859 [  7124] By: jhi                                   on 2000/10/03  00:34:59
860         Log: Subject: [PATCH 5.7.0] Epoc update
861              From: Olaf Flebbe <o.flebbe@gmx.de>
862              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
863              Message-ID: <26423.969484586@www10.gmx.net>
864      Branch: perl
865            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
866            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
867            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
868            ! util.c util.h
869 ____________________________________________________________________________
870 [  7123] By: jhi                                   on 2000/10/03  00:30:07
871         Log: Regen headers.
872      Branch: perl
873            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
874 ____________________________________________________________________________
875 [  7122] By: jhi                                   on 2000/10/03  00:10:48
876         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
877      Branch: perl
878            ! hints/openbsd.sh
879 ____________________________________________________________________________
880 [  7121] By: jhi                                   on 2000/10/03  00:05:06
881         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
882              From: <abigail@foad.org>
883              Date: Tue, 26 Sep 2000 13:36:14 -0400
884              Message-ID: <20000926173614.4356.qmail@foad.org>
885      Branch: perl
886            ! pod/perlop.pod
887 ____________________________________________________________________________
888 [  7120] By: jhi                                   on 2000/10/03  00:04:00
889         Log: Inside require() $^S was always left undefined.
890              
891              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
892              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
893              Date: Wed, 27 Sep 2000 18:54:49 -0400
894              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
895      Branch: perl
896            ! cop.h mg.c pp_ctl.c util.c
897 ____________________________________________________________________________
898 [  7119] By: jhi                                   on 2000/10/03  00:00:16
899         Log: Subject: [PATCH] DLL not restartabke with threaded perl
900              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
901              Date: Thu, 28 Sep 2000 09:20:46 +0100
902              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
903      Branch: perl
904            ! perl.c
905 ____________________________________________________________________________
906 [  7118] By: jhi                                   on 2000/10/02  23:59:20
907         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
908              From: Nicholas Clark <nick@ccl4.org>
909              Date: Thu, 28 Sep 2000 11:52:24 +0100
910              Message-ID: <20000928115224.D7924@plum.flirble.org>
911      Branch: perl
912            ! op.c
913 ____________________________________________________________________________
914 [  7117] By: jhi                                   on 2000/10/02  23:57:51
915         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
916              From: Nicholas Clark <nick@babyhippo.co.uk>
917              Date: Thu, 28 Sep 2000 12:18:10 +0100
918              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
919              
920              Did not apply cleanly, manual intervention was needed.
921      Branch: perl
922            ! ext/B/B/Bytecode.pm utils/perlcc.PL
923 ____________________________________________________________________________
924 [  7116] By: jhi                                   on 2000/10/02  23:50:40
925         Log: Document the issue (is not a syntax error, kind of)
926              
927              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
928              From: Nicholas Clark <nick@ccl4.org>
929              Date: Thu, 28 Sep 2000 17:12:42 +0100
930              Message-ID: <20000928171242.K7924@plum.flirble.org>
931      Branch: perl
932            ! pod/perldata.pod
933 ____________________________________________________________________________
934 [  7115] By: jhi                                   on 2000/10/02  23:48:58
935         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
937              Date: Thu, 28 Sep 2000 21:55:31 -0400
938              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
939      Branch: perl
940            ! regexec.c
941 ____________________________________________________________________________
942 [  7114] By: jhi                                   on 2000/10/02  23:47:57
943         Log: Subject: DOC PATCH 5.6.0
944              From: mjd@plover.com
945              Date: 30 Sep 2000 06:02:34 -0000
946              Message-ID: <20000930060234.4559.qmail@plover.com>
947      Branch: perl
948            ! pod/perldebguts.pod
949 ____________________________________________________________________________
950 [  7113] By: jhi                                   on 2000/10/02  23:46:43
951         Log: SOCK_DGRAM and listen() do not mix as reported in
952              
953              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
954              From: Petter Reinholdtsen <pere@hungry.com>
955              Date: Sun, 1 Oct 2000 10:57:20 +0800
956              Message-Id: <200010010257.KAA05735@localhost.localdomain>
957              
958              The patch for 5.7.0+ had to be reengineered, though.
959      Branch: perl
960            ! ext/IO/lib/IO/Socket/UNIX.pm
961 ____________________________________________________________________________
962 [  7112] By: jhi                                   on 2000/10/02  23:36:57
963         Log: Subject: Re: [PATCH 5.005_64 missed]
964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
965              Date: Sun, 1 Oct 2000 18:50:10 -0400
966              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
967      Branch: perl
968            ! pod/perlxs.pod
969 ____________________________________________________________________________
970 [  7111] By: jhi                                   on 2000/10/02  23:35:40
971         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
972              From: Radu Greab <radu@netsoft.ro>
973              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
974              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
975      Branch: perl
976            ! op.c opcode.pl t/op/substr.t
977 ____________________________________________________________________________
978 [  7110] By: jhi                                   on 2000/10/02  23:32:38
979         Log: Subject: [PATCH] Fix aliasing of tied filehandles
980              From: Daniel Chetlin <daniel@chetlin.com>
981              Date: Mon, 2 Oct 2000 14:53:27 -0700
982              Message-ID: <20001002145327.C1617@ilmd>
983      Branch: perl
984            ! perl.h pp_hot.c t/op/tiehandle.t
985 ____________________________________________________________________________
986 [  7109] By: jhi                                   on 2000/10/02  23:31:30
987         Log: s/Robin Parker/Robin Barker/
988      Branch: perl
989            ! Changes5.6
990 ____________________________________________________________________________
991 [  7108] By: jhi                                   on 2000/10/02  23:15:46
992         Log: Retract #7091 as suggested in
993              
994              From: Robin Barker <rmb1@cise.npl.co.uk> 
995              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
996              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
997              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
998      Branch: perl
999            ! embed.pl proto.h
1000 ____________________________________________________________________________
1001 [  7107] By: nick                                  on 2000/10/02  18:23:14
1002         Log: A few tweaks to get Tk803 to work with Encode scheme.
1003      Branch: perl
1004            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
1005 ____________________________________________________________________________
1006 [  7106] By: nick                                  on 2000/10/01  21:34:14
1007         Log: Add checking cases to Encode's toUnicode and fromUnicode.
1008      Branch: perl
1009            ! ext/Encode/Encode.pm
1010 ____________________________________________________________________________
1011 [  7105] By: nick                                  on 2000/10/01  17:18:01
1012         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
1013              To read and use them.
1014              Add a lib/encode.t which checks a few things.
1015      Branch: perl
1016            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
1017            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
1018            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
1019            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
1020            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
1021            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
1022            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
1023            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
1024            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
1025            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
1026            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
1027            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
1028            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
1029            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
1030            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
1031            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
1032            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
1033            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
1034            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
1035            + ext/Encode/Encode/iso2022-jp.enc
1036            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1037            + ext/Encode/Encode/iso8859-1.enc
1038            + ext/Encode/Encode/iso8859-2.enc
1039            + ext/Encode/Encode/iso8859-3.enc
1040            + ext/Encode/Encode/iso8859-4.enc
1041            + ext/Encode/Encode/iso8859-5.enc
1042            + ext/Encode/Encode/iso8859-6.enc
1043            + ext/Encode/Encode/iso8859-7.enc
1044            + ext/Encode/Encode/iso8859-8.enc
1045            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
1046            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
1047            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
1048            + ext/Encode/Encode/macCentEuro.enc
1049            + ext/Encode/Encode/macCroatian.enc
1050            + ext/Encode/Encode/macCyrillic.enc
1051            + ext/Encode/Encode/macDingbats.enc
1052            + ext/Encode/Encode/macGreek.enc
1053            + ext/Encode/Encode/macIceland.enc
1054            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
1055            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
1056            + ext/Encode/Encode/macTurkish.enc
1057            + ext/Encode/Encode/macUkraine.enc
1058            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
1059            + t/lib/encode.t
1060            ! MANIFEST ext/Encode/Encode.pm
1061 ____________________________________________________________________________
1062 [  7104] By: nick                                  on 2000/09/30  13:04:30
1063         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
1064              From: Daniel Chetlin <daniel@chetlin.com>
1065              Date: Mon, 18 Sep 2000 05:05:40 -0700
1066              Message-Id: <20000918050540.C652@ilmd>
1067      Branch: perl
1068            ! lib/overload.pm sv.c t/pragma/overload.t
1069 ____________________________________________________________________________
1070 [  7103] By: nick                                  on 2000/09/30  12:53:36
1071         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
1072              From: Johan Vromans <jvromans@squirrel.nl>
1073              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
1074              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
1075      Branch: perl
1076            ! pod/Makefile.SH
1077 ____________________________________________________________________________
1078 [  7102] By: nick                                  on 2000/09/30  12:52:31
1079         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
1080              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1081              Date: Sat, 16 Sep 2000 16:36:45 -0400
1082              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
1083      Branch: perl
1084            ! ext/B/B/Deparse.pm
1085 ____________________________________________________________________________
1086 [  7101] By: nick                                  on 2000/09/30  12:51:41
1087         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
1088              From: Craig A. Berry <craig.berry@psinetcs.com>
1089              Date: Sat, 16 Sep 2000 10:11:10 -0500
1090              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
1091      Branch: perl
1092            ! vms/vms.c
1093 ____________________________________________________________________________
1094 [  7100] By: nick                                  on 2000/09/30  12:50:33
1095         Log: Subject: Re: unicode support and perl [ID 20000901.097]
1096              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1097              Date: Fri, 15 Sep 2000 16:37:58 -0400
1098              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
1099      Branch: perl
1100            ! t/op/append.t
1101 ____________________________________________________________________________
1102 [  7099] By: nick                                  on 2000/09/30  12:49:35
1103         Log: Subject: Re: unicode support and perl [ID 20000901.097]
1104              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1105              Date: Fri, 15 Sep 2000 16:25:30 -0400
1106              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
1107      Branch: perl
1108            ! pp_hot.c
1109 ____________________________________________________________________________
1110 [  7098] By: nick                                  on 2000/09/30  12:48:00
1111         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
1112              From: Gisle Aas <gisle@ActiveState.com>
1113              Date: 15 Sep 2000 16:23:41 +0200
1114              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
1115      Branch: perl
1116            ! toke.c
1117 ____________________________________________________________________________
1118 [  7097] By: nick                                  on 2000/09/30  12:45:16
1119         Log: Subject: [PATCH] Nits in perlmod.pod
1120              From: Daniel Chetlin <daniel@chetlin.com>
1121              Date: Fri, 15 Sep 2000 02:04:09 -0700
1122              Message-Id: <20000915020409.A2104@ilmd>
1123      Branch: perl
1124            ! pod/perlmod.pod
1125 ____________________________________________________________________________
1126 [  7096] By: nick                                  on 2000/09/30  12:18:00
1127         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
1128              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
1129              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
1130              0 to checking to get the warning.
1131      Branch: perl
1132            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
1133            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
1134            ! regexec.c sv.c toke.c utf8.c
1135 ____________________________________________________________________________
1136 [  7095] By: nick                                  on 2000/09/15  16:55:59
1137         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
1138              
1139              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
1140              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1141              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
1142              Date: Fri, 15 Sep 2000 06:37:30 -0400
1143      Branch: perl
1144            ! ext/Encode/Encode.xs sv.c
1145 ____________________________________________________________________________
1146 [  7094] By: jhi                                   on 2000/09/15  03:23:32
1147         Log: Update Changes.
1148      Branch: perl
1149            ! Changes patchlevel.h
1150 ____________________________________________________________________________
1151 [  7093] By: jhi                                   on 2000/09/15  03:11:44
1152         Log: Fix for the charnames.t failures from Spider Boardman.
1153      Branch: perl
1154            ! toke.c
1155 ____________________________________________________________________________
1156 [  7092] By: jhi                                   on 2000/09/15  00:15:48
1157         Log: Botched the #7090 check-in.
1158      Branch: perl
1159            ! sv.c
1160 ____________________________________________________________________________
1161 [  7091] By: jhi                                   on 2000/09/14  23:33:24
1162         Log: Part of #7081 didn't come through.
1163      Branch: perl
1164            ! embed.pl proto.h
1165 ____________________________________________________________________________
1166 [  7090] By: jhi                                   on 2000/09/14  23:17:39
1167         Log: Subject: Re: perl@7078 
1168              From: Spider Boardman <spider@web.zk3.dec.com>
1169              Date: Thu, 14 Sep 2000 19:06:36 -0400
1170              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
1171      Branch: perl
1172            ! sv.c toke.c
1173 ____________________________________________________________________________
1174 [  7089] By: jhi                                   on 2000/09/14  23:11:21
1175         Log: Small portability tweaks.
1176      Branch: perl
1177            ! ext/Encode/Encode.xs
1178 ____________________________________________________________________________
1179 [  7088] By: jhi                                   on 2000/09/14  22:57:23
1180         Log: Fake return to pacify picky compilers.
1181      Branch: perl
1182            ! ext/Encode/Encode.xs
1183 ____________________________________________________________________________
1184 [  7087] By: jhi                                   on 2000/09/14  22:53:37
1185         Log: Subject: [PATCH] utf8.c apidoc
1186              From: Simon Cozens <simon@cozens.net>
1187              Date: Thu, 14 Sep 2000 23:46:57 +0100
1188              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
1189      Branch: perl
1190            ! perlapi.c pod/perlapi.pod utf8.c
1191 ____________________________________________________________________________
1192 [  7086] By: jhi                                   on 2000/09/14  22:40:38
1193         Log: We don't need to count the high bit bytes, a boolean is enough. 
1194      Branch: perl
1195            ! sv.c
1196 ____________________________________________________________________________
1197 [  7085] By: jhi                                   on 2000/09/14  21:20:09
1198         Log: Replace #7084 with
1199              
1200              Subject: Re: perl@7078 
1201              From: Spider Boardman <spider@web.zk3.dec.com>
1202              Date: Thu, 14 Sep 2000 17:09:36 -0400
1203              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
1204      Branch: perl
1205            ! sv.c utf8.c
1206 ____________________________________________________________________________
1207 [  7084] By: jhi                                   on 2000/09/14  20:03:34
1208         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
1209              convertable to bytes by checking it doesn't go above 0xc3
1210              
1211              Subject: Re: perl@7078
1212              From: Simon Cozens <simon@cozens.net>
1213              Date: Thu, 14 Sep 2000 20:59:19 +0100
1214              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
1215      Branch: perl
1216            ! utf8.c
1217 ____________________________________________________________________________
1218 [  7083] By: jhi                                   on 2000/09/14  19:38:47
1219         Log: Subject: Re: perl@7078
1220              From: Simon Cozens <simon@cozens.net>
1221              Date: Thu, 14 Sep 2000 20:13:09 +0100
1222              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
1223      Branch: perl
1224            ! t/op/bop.t
1225 ____________________________________________________________________________
1226 [  7082] By: jhi                                   on 2000/09/14  17:50:44
1227         Log: The one that got away.
1228      Branch: perl
1229            ! lib/File/Find.pm
1230 ____________________________________________________________________________
1231 [  7081] By: jhi                                   on 2000/09/14  17:45:35
1232         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
1233              From: Robin Barker <rmb1@cise.npl.co.uk>
1234              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
1235              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
1236      Branch: perl
1237            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
1238            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
1239            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
1240            ! regcomp.c toke.c universal.c
1241 ____________________________________________________________________________
1242 [  7080] By: jhi                                   on 2000/09/14  17:40:35
1243         Log: Problems picked up by AIX cc.
1244              
1245              Subject: Re: perl@7078 (patch included)
1246              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1247              Date: Thu, 14 Sep 2000 18:53:30 +0200
1248              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
1249      Branch: perl
1250            ! ext/Encode/Encode.xs
1251 ____________________________________________________________________________
1252 [  7079] By: jhi                                   on 2000/09/14  17:38:27
1253         Log: Subject: File::Find 5.7.0 POD nits
1254              From: Rich Morin <rdm@cfcl.com>
1255              Date: Wed, 13 Sep 2000 22:03:58 -0700
1256              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
1257      Branch: perl
1258            ! lib/File/Find.pm
1259 ____________________________________________________________________________
1260 [  7078] By: jhi                                   on 2000/09/14  14:58:20
1261         Log: Update Changes.
1262      Branch: perl
1263            ! Changes patchlevel.h
1264 ____________________________________________________________________________
1265 [  7077] By: jhi                                   on 2000/09/14  14:55:54
1266         Log: Compilation warnings and an error.
1267      Branch: perl
1268            ! sv.c
1269 ____________________________________________________________________________
1270 [  7076] By: jhi                                   on 2000/09/14  14:42:56
1271         Log: Fix for a parsing bug, not for the original bug.
1272              
1273              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
1274              From: Spider Boardman <spider@web.zk3.dec.com>
1275              Date: Wed, 13 Sep 2000 17:52:20 -0400
1276              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
1277      Branch: perl
1278            ! regcomp.c
1279 ____________________________________________________________________________
1280 [  7075] By: jhi                                   on 2000/09/14  14:40:40
1281         Log: Batch of UTF-8 patches from Simon Cozens.
1282      Branch: perl
1283            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
1284            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
1285            ! toke.c utf8.c
1286 ____________________________________________________________________________
1287 [  7074] By: jhi                                   on 2000/09/14  14:29:58
1288         Log: Subject: Re: Two advertising clauses need to be removed
1289              From: Russ Allbery <rra@stanford.edu>
1290              Date: 13 Sep 2000 18:50:26 -0700
1291              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
1292      Branch: perl
1293            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
1294 ____________________________________________________________________________
1295 [  7073] By: jhi                                   on 2000/09/14  14:28:20
1296         Log: Subject: [PATCH] de-wall t/README
1297              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1298              Date: Wed, 13 Sep 2000 17:46:55 -0700
1299              Message-ID: <//Bw5gzkge/e092yn@efn.org>
1300      Branch: perl
1301            ! t/README
1302 ____________________________________________________________________________
1303 [  7072] By: jhi                                   on 2000/09/14  14:25:10
1304         Log: Hints optimization.
1305              
1306              Subject: Minor nit
1307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1308              Date: Wed, 13 Sep 2000 21:42:07 +0200
1309              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
1310      Branch: perl
1311            ! hints/hpux.sh
1312 ____________________________________________________________________________
1313 [  7071] By: jhi                                   on 2000/09/14  14:23:30
1314         Log: Allow chop() and chomp() to be overridden.
1315              
1316              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
1317              From: "Casey R. Tweten" <crt@kiski.net>
1318              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
1319              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
1320      Branch: perl
1321            ! toke.c
1322 ____________________________________________________________________________
1323 [  7070] By: jhi                                   on 2000/09/14  14:20:36
1324         Log: The return value of setlocale must be copied away.
1325              
1326              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
1327              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1328              Date: Wed, 13 Sep 2000 16:27:37 +0100 
1329              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
1330      Branch: perl
1331            ! util.c
1332 ____________________________________________________________________________
1333 [  7069] By: jhi                                   on 2000/09/14  14:16:27
1334         Log: Remove vestiges of tr//CU.
1335              
1336              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
1337              From: Nick Clark <nick@plum.flirble.org>
1338              Date: Tue, 12 Sep 2000 22:50:14 +0100
1339              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
1340              
1341              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
1342              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1343              Date: Tue, 12 Sep 2000 21:38:48 -0700
1344              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
1345      Branch: perl
1346            ! op.h pod/perlunicode.pod
1347 ____________________________________________________________________________
1348 [  7068] By: jhi                                   on 2000/09/13  14:18:39
1349         Log: Add the Encode extension.  The code is still largely just skeleton.
1350      Branch: perl
1351            + ext/Encode/Encode.pm ext/Encode/Encode.xs
1352            + ext/Encode/Makefile.PL ext/Encode/Todo
1353            ! MANIFEST Todo-5.6
1354 ____________________________________________________________________________
1355 [  7067] By: jhi                                   on 2000/09/12  17:43:33
1356         Log: Allow for whitespace between "#" and "line" in cpp output.
1357              
1358              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
1359              From: Calle Dybedahl <calle@lysator.liu.se>
1360              Date: 12 Sep 2000 19:38:02 +0200 
1361              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
1362      Branch: perl
1363            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
1364 ____________________________________________________________________________
1365 [  7066] By: gsar                                  on 2000/09/12  17:24:29
1366         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
1367              initialization in all the threads on Windows
1368      Branch: perl
1369            ! win32/win32.c
1370 ____________________________________________________________________________
1371 [  7065] By: jhi                                   on 2000/09/12  15:11:31
1372         Log: Update Changes.
1373      Branch: perl
1374            ! Changes patchlevel.h
1375 ____________________________________________________________________________
1376 [  7064] By: jhi                                   on 2000/09/12  14:54:54
1377         Log: Retract #7062, the pod tests are not ready.
1378      Branch: perl
1379            ! t/TEST t/harness
1380 ____________________________________________________________________________
1381 [  7063] By: jhi                                   on 2000/09/12  14:25:41
1382         Log: The #7054 truncated Configure badly.
1383      Branch: metaconfig/U/perl
1384            ! End.U
1385      Branch: perl
1386            ! Configure config_h.SH
1387 ____________________________________________________________________________
1388 [  7062] By: jhi                                   on 2000/09/12  14:08:32
1389         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
1390              From: sthoenna@efn.org
1391              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
1392              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
1393      Branch: perl
1394            ! t/TEST t/harness
1395 ____________________________________________________________________________
1396 [  7061] By: jhi                                   on 2000/09/12  14:07:18
1397         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
1398              From: sthoenna@efn.org
1399              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
1400              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
1401      Branch: perl
1402            ! pod/perlxs.pod
1403 ____________________________________________________________________________
1404 [  7060] By: jhi                                   on 2000/09/12  14:06:08
1405         Log: Break up the myconfig lines a bit.
1406              
1407              Subject: perlbug/perl -V output format
1408              From: sthoenna@efn.org
1409              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
1410              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
1411      Branch: perl
1412            ! myconfig.SH
1413 ____________________________________________________________________________
1414 [  7059] By: jhi                                   on 2000/09/12  14:05:04
1415         Log: Test for the #7049.
1416              
1417              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
1418              From: andreas.koenig@anima.de (Andreas J. Koenig)
1419              Date: 12 Sep 2000 06:42:01 +0200
1420              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
1421      Branch: perl
1422            ! t/op/my.t
1423 ____________________________________________________________________________
1424 [  7058] By: jhi                                   on 2000/09/12  14:03:05
1425         Log: Subject: [patch: perl@7045] vms updates
1426              From: Peter Prymmer <pvhp@forte.com>
1427              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
1428              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
1429      Branch: perl
1430            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
1431 ____________________________________________________________________________
1432 [  7057] By: jhi                                   on 2000/09/12  14:00:51
1433         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
1434              From: sthoenna@efn.org
1435              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
1436              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
1437      Branch: perl
1438            ! t/op/64bitint.t
1439 ____________________________________________________________________________
1440 [  7056] By: jhi                                   on 2000/09/12  13:58:14
1441         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
1442              From: Jeff Pinyan <jeffp@crusoe.net>
1443              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
1444              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
1445      Branch: perl
1446            ! pod/perlfunc.pod
1447 ____________________________________________________________________________
1448 [  7055] By: jhi                                   on 2000/09/12  13:56:32
1449         Log: Do in VMS as the #7054 does.
1450      Branch: perl
1451            ! configure.com
1452 ____________________________________________________________________________
1453 [  7054] By: jhi                                   on 2000/09/12  13:50:31
1454         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
1455              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1456              Date: Mon, 11 Sep 2000 08:33:09 +0100
1457              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
1458      Branch: metaconfig/U/perl
1459            ! End.U
1460      Branch: perl
1461            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
1462            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
1463 ____________________________________________________________________________
1464 [  7053] By: jhi                                   on 2000/09/12  13:29:19
1465         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
1466              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1467              Date:     Tue, 12 Sep 2000 08:35:59 EDT
1468              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
1469      Branch: perl
1470            ! vms/test.com
1471 ____________________________________________________________________________
1472 [  7052] By: jhi                                   on 2000/09/11  23:01:50
1473         Log: Document the SvUTF8*().
1474      Branch: perl
1475            ! pod/perlapi.pod sv.h
1476 ____________________________________________________________________________
1477 [  7051] By: gsar                                  on 2000/09/11  14:46:30
1478         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
1479              (missed a spot when fixing up op_pmreplroot hack for ithreads)
1480      Branch: perl
1481            ! op.c t/op/split.t
1482 ____________________________________________________________________________
1483 [  7050] By: nick                                  on 2000/09/11  10:03:51
1484         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
1485              
1486              Subject: borland C++ win32.c tweak
1487              From: Vadim Konovalov <vkonovalov@lucent.com>
1488              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
1489              Date: Mon, 11 Sep 2000 11:22:33 +0400
1490      Branch: perl
1491            ! win32/win32.c
1492 ____________________________________________________________________________
1493 [  7049] By: nick                                  on 2000/09/11  09:57:33
1494         Log: Point fix for s/// on foreach (keys %xxx).
1495      Branch: perl
1496            ! pp_hot.c
1497 ____________________________________________________________________________
1498 [  7048] By: jhi                                   on 2000/09/10  23:37:09
1499         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
1500              by Pod::Text, from Brad Appleton.
1501      Branch: perl
1502            ! t/pod/testp2pt.pl
1503 ____________________________________________________________________________
1504 [  7047] By: jhi                                   on 2000/09/10  14:32:53
1505         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
1506              by Russ Allbery.
1507      Branch: perl
1508            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
1509 ____________________________________________________________________________
1510 [  7046] By: jhi                                   on 2000/09/10  14:15:08
1511         Log: Upgrade to CPAN 1.57_65, from Andreas König.
1512      Branch: perl
1513            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1514 ____________________________________________________________________________
1515 [  7045] By: jhi                                   on 2000/09/08  21:36:32
1516         Log: Update Changes.
1517      Branch: perl
1518            ! Changes patchlevel.h
1519 ____________________________________________________________________________
1520 [  7044] By: jhi                                   on 2000/09/08  21:29:56
1521         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
1522              From: Peter Prymmer <pvhp@forte.com>
1523              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
1524              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
1525      Branch: perl
1526            ! configure.com
1527 ____________________________________________________________________________
1528 [  7043] By: jhi                                   on 2000/09/08  21:27:50
1529         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
1530              From: Peter Prymmer <pvhp@forte.com>
1531              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
1532              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
1533      Branch: perl
1534            ! Makefile.SH installperl
1535 ____________________________________________________________________________
1536 [  7042] By: jhi                                   on 2000/09/08  21:23:21
1537         Log: Continue #7041.
1538      Branch: perl
1539            ! cygwin/Makefile.SHs os2/Makefile.SHs
1540 ____________________________________________________________________________
1541 [  7041] By: jhi                                   on 2000/09/08  21:18:10
1542         Log: Do away with memory models cruft.  Sorry, PDP users.
1543      Branch: metaconfig
1544            ! U/modified/cc.U U/modified/libpth.U
1545      Branch: perl
1546            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
1547            ! Porting/config_H cflags.SH config_h.SH configure.com
1548            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
1549            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
1550            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
1551 ____________________________________________________________________________
1552 [  7040] By: jhi                                   on 2000/09/08  14:34:18
1553         Log: Major rewrite of s2p.  And I mean really major, it is
1554              an implementation of sed in perl.  If called as s2p it
1555              will function as s2p.  Note: needs non-UNIXifying.
1556              
1557              Subject: s2p
1558              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1559              Date: Mon, 28 Aug 2000 14:05:12 +0200
1560              Message-ID: <39AA5578.2102E2AA@alcatel.at>
1561      Branch: perl
1562            ! x2p/s2p.PL
1563 ____________________________________________________________________________
1564 [  7039] By: jhi                                   on 2000/09/08  14:19:49
1565         Log: Re-allow vec() for characters > 255.
1566              
1567              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
1568              From: Spider Boardman <spider@web.zk3.dec.com>
1569              Date: Fri, 08 Sep 2000 02:21:02 -0400
1570              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
1571      Branch: perl
1572            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
1573            ! t/op/vec.t
1574 ____________________________________________________________________________
1575 [  7038] By: jhi                                   on 2000/09/08  14:14:18
1576         Log: Subject: [PATCH lib/Benchmark.pm]
1577              From: <abigail@foad.org>
1578              Date: Thu, 7 Sep 2000 15:03:20 -0400
1579              Message-ID: <20000907190320.888.qmail@foad.org>
1580      Branch: perl
1581            ! lib/Benchmark.pm
1582 ____________________________________________________________________________
1583 [  7037] By: jhi                                   on 2000/09/08  14:11:06
1584         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
1585              
1586              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
1587              From: Spider Boardman <spider@web.zk3.dec.com>
1588              Date: Fri, 08 Sep 2000 01:30:27 -0400
1589              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
1590      Branch: perl
1591            ! op.c
1592 ____________________________________________________________________________
1593 [  7036] By: jhi                                   on 2000/09/08  14:08:58
1594         Log: Subject: [ID 20000908.002] perlipc documentation bug.
1595              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
1596              Date: Fri, 08 Sep 2000 12:38:32 +0200
1597              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
1598      Branch: perl
1599            ! pod/perlipc.pod
1600 ____________________________________________________________________________
1601 [  7035] By: jhi                                   on 2000/09/08  14:03:12
1602         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
1603              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1604              Date: Fri, 08 Sep 2000 11:47:34 +0200
1605              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
1606      Branch: perl
1607            ! hints/dec_osf.sh
1608 ____________________________________________________________________________
1609 [  7034] By: jhi                                   on 2000/09/08  13:59:35
1610         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
1611              From: Simon Cozens <simon@cozens.net>
1612              Date: Thu, 7 Sep 2000 20:40:38 +0100
1613              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
1614      Branch: perl
1615            ! pp_hot.c
1616 ____________________________________________________________________________
1617 [  7033] By: jhi                                   on 2000/09/08  04:03:03
1618         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
1619              From: "Larry W. Virden" <lvirden@cas.org>
1620              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
1621              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
1622      Branch: perl
1623            ! pod/perldiag.pod
1624 ____________________________________________________________________________
1625 [  7032] By: jhi                                   on 2000/09/07  22:18:30
1626         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
1627              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
1628              Date: Mon, 04 Sep 2000 13:16:38 -0700
1629              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
1630      Branch: perl
1631            ! lib/perl5db.pl
1632 ____________________________________________________________________________
1633 [  7031] By: jhi                                   on 2000/09/07  22:02:29
1634         Log: Fix the ccversion detection for 5.1 and beyond.
1635              
1636              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
1637              From: Spider Boardman <spider@leggy.zk3.dec.com>
1638              Date: Thu, 7 Sep 2000 17:54:27 -0400
1639              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
1640      Branch: perl
1641            ! hints/dec_osf.sh
1642 ____________________________________________________________________________
1643 [  7030] By: jhi                                   on 2000/09/07  19:12:28
1644         Log: Fix for
1645              
1646              Subject: [ID 20000903.001] \w in utf8-strings
1647              From: Marc Lehmann <pcg@goof.com>
1648              Date: Sun, 03 Sep 2000 09:44:29 +0200
1649              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
1650              
1651              and various related nits.
1652      Branch: perl
1653            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
1654 ____________________________________________________________________________
1655 [  7029] By: jhi                                   on 2000/09/07  18:49:09
1656         Log: Fix the URL, but the server is still missing in action.
1657              
1658              Subject: [ID 20000905.002] perlfaq1.pod URL error
1659              From: "Larry W. Virden" <lvirden@cas.org>
1660              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
1661              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
1662      Branch: perl
1663            ! pod/perlfaq1.pod
1664 ____________________________________________________________________________
1665 [  7028] By: jhi                                   on 2000/09/07  18:47:13
1666         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
1667              From: Hugo <hv@crypt.compulink.co.uk>
1668              Date: Tue, 05 Sep 2000 14:13:37 +0100
1669              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
1670      Branch: perl
1671            ! toke.c
1672 ____________________________________________________________________________
1673 [  7027] By: jhi                                   on 2000/09/07  18:45:35
1674         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
1675              From: Daniel Chetlin <daniel@chetlin.com>
1676              Date: Tue, 5 Sep 2000 04:57:07 -0700
1677              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
1678      Branch: perl
1679            ! pod/perlfaq6.pod pod/perlop.pod
1680 ____________________________________________________________________________
1681 [  7026] By: jhi                                   on 2000/09/07  18:44:01
1682         Log: Document the new ref() semantics.
1683              
1684              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
1685              From: Gisle Aas <gisle@ActiveState.com>
1686              Date: 05 Sep 2000 08:10:30 +0200
1687              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
1688      Branch: perl
1689            ! pod/perldelta.pod
1690 ____________________________________________________________________________
1691 [  7025] By: jhi                                   on 2000/09/07  18:42:27
1692         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
1693              
1694              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
1695              From: Gisle Aas <gisle@ActiveState.com>
1696              Date: 05 Sep 2000 08:11:40 +0200
1697              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
1698      Branch: perl
1699            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
1700 ____________________________________________________________________________
1701 [  7024] By: jhi                                   on 2000/09/07  18:39:32
1702         Log: Subject: [PATCH] Modernize Opcode.pm documentation
1703              From: Gisle Aas <gisle@ActiveState.com>
1704              Date: 4 Sep 2000 00:18:55 -0000
1705              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
1706      Branch: perl
1707            ! ext/Opcode/Opcode.pm
1708 ____________________________________________________________________________
1709 [  7023] By: jhi                                   on 2000/09/07  18:37:42
1710         Log: Subject: [PATCH] Tied filehandle documentation
1711              From: Gisle Aas <gisle@ActiveState.com>
1712              Date: 4 Sep 2000 00:14:40 -0000
1713              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
1714      Branch: perl
1715            ! pod/perlfunc.pod pod/perltie.pod
1716 ____________________________________________________________________________
1717 [  7022] By: jhi                                   on 2000/09/07  18:35:37
1718         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
1719              From: Gisle Aas <gisle@ActiveState.com>
1720              Date: 4 Sep 2000 00:04:22 -0000
1721              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
1722      Branch: perl
1723            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
1724 ____________________________________________________________________________
1725 [  7021] By: jhi                                   on 2000/09/07  18:33:22
1726         Log: Subject: small apidoc fix
1727              From: Marc Lehmann <pcg@goof.com>
1728              Date: Sun, 3 Sep 2000 05:12:06 +0200
1729              Message-ID: <20000903051206.A5909@cerebro.laendle>
1730      Branch: perl
1731            ! pod/perlapi.pod utf8.c
1732 ____________________________________________________________________________
1733 [  7020] By: jhi                                   on 2000/09/07  16:14:57
1734         Log: Tiny perldelta nits.
1735      Branch: perl
1736            ! pod/perldelta.pod
1737 ____________________________________________________________________________
1738 [  7019] By: jhi                                   on 2000/09/07  16:04:20
1739         Log: Guard against bad string->int conversion for quads.
1740      Branch: perl
1741            ! t/op/64bitint.t
1742 ____________________________________________________________________________
1743 [  7018] By: jhi                                   on 2000/09/06  17:07:03
1744         Log: Update Unicode todo list.
1745      Branch: perl
1746            ! Todo-5.6
1747 ____________________________________________________________________________
1748 [  7017] By: jhi                                   on 2000/09/05  21:16:01
1749         Log: Document the SvIOK_.*UV().
1750      Branch: perl
1751            ! pod/perlapi.pod sv.h
1752 ____________________________________________________________________________
1753 [  7016] By: nick                                  on 2000/09/03  21:54:46
1754         Log: Hash lookup of constant strings optimization:
1755              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
1756              to string table (as per sharepvn). Add newSV_pvn_share to create such
1757              a thing. Make hv.c compare addresses of strings and skip string compare
1758              if equal. Make method_named and helem ops use these shared-string SVs
1759              when arg is constant. Make keys op return shared-string SVs (less clearly
1760              a win).
1761      Branch: perl
1762            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
1763            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
1764            ! pod/perlintern.pod pp_hot.c proto.h sv.c
1765 ____________________________________________________________________________
1766 [  7015] By: jhi                                   on 2000/09/02  17:48:59
1767         Log: This is 5.7.0.
1768      Branch: perl
1769            ! Changes
1770 ____________________________________________________________________________
1771 [  7014] By: jhi                                   on 2000/09/02  17:35:45
1772         Log: Changes and patchlevel tweaks.
1773      Branch: perl
1774            ! Changes patchlevel.h
1775 ____________________________________________________________________________
1776 [  7013] By: jhi                                   on 2000/09/02  17:30:50
1777         Log: Update Changes.
1778      Branch: perl
1779            ! Changes patchlevel.h
1780 ____________________________________________________________________________
1781 [  7012] By: nick                                  on 2000/09/02  17:25:20
1782         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
1783      Branch: perl
1784            ! gv.c lib/overload.pm
1785 ____________________________________________________________________________
1786 [  7011] By: jhi                                   on 2000/09/02  17:16:25
1787         Log: Update perlhist.
1788      Branch: perl
1789            ! pod/perlhist.pod
1790 ____________________________________________________________________________
1791 [  7010] By: jhi                                   on 2000/09/02  17:01:35
1792         Log: perldelta nits.
1793      Branch: perl
1794            ! pod/perldelta.pod
1795 ____________________________________________________________________________
1796 [  7009] By: nick                                  on 2000/09/02  16:48:35
1797         Log: If overloaded %{} etc. return the object do not loop.
1798              Thus  sub deref { $_[0] } functions if object is wanted type.
1799      Branch: perl
1800            ! pp.h
1801 ____________________________________________________________________________
1802 [  7008] By: jhi                                   on 2000/09/02  16:26:11
1803         Log: Retab MANIFEST.
1804      Branch: perl
1805            ! ext/Storable/MANIFEST
1806 ____________________________________________________________________________
1807 [  7007] By: jhi                                   on 2000/09/02  16:23:02
1808         Log: Make certain cc is set before trying to run it.
1809      Branch: perl
1810            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
1811 ____________________________________________________________________________
1812 [  7006] By: jhi                                   on 2000/09/02  15:45:41
1813         Log: Unicode notes.
1814      Branch: perl
1815            ! pod/perldelta.pod
1816 ____________________________________________________________________________
1817 [  7005] By: jhi                                   on 2000/09/02  15:42:11
1818         Log: Various Configure nits by Philip Newton,
1819              plus the ebcdic one by me.
1820      Branch: metaconfig
1821            + U/modified/pager.U
1822            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
1823      Branch: metaconfig/U/perl
1824            ! Devel.U quadfio.U
1825      Branch: perl
1826            ! Configure config_h.SH
1827 ____________________________________________________________________________
1828 [  7004] By: jhi                                   on 2000/09/02  15:06:14
1829         Log: Apparently avoiding the swapping is too costly.
1830              
1831              From: "Ben Tilly" <ben_tilly@hotmail.com>
1832              Subject: Re: the door is closed.
1833              Date: Fri, 01 Sep 2000 20:23:16 EDT
1834              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
1835      Branch: perl
1836            ! pod/perlfaq4.pod
1837 ____________________________________________________________________________
1838 [  7003] By: nick                                  on 2000/09/02  12:26:04
1839         Log: Undo part of change 6489 which looks like a bulk edit which
1840              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
1841              The supressing of main:: on return from select() is undesirable.
1842      Branch: perl
1843            ! pp_sys.c
1844 ____________________________________________________________________________
1845 [  7002] By: jhi                                   on 2000/09/01  23:08:54
1846         Log: Update Changes.
1847      Branch: perl
1848            ! Changes patchlevel.h
1849 ____________________________________________________________________________
1850 [  7001] By: jhi                                   on 2000/09/01  23:00:13
1851         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
1852              From: Peter Prymmer <pvhp@forte.com>
1853              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
1854              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
1855              
1856              plus rework the http: spots as suggested by Tom Christiansen,
1857              plus regen perltoc.
1858      Branch: perl
1859            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
1860            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
1861 ____________________________________________________________________________
1862 [  7000] By: jhi                                   on 2000/09/01  22:36:01
1863         Log: Only the first line, thank you very much.
1864      Branch: perl
1865            ! hints/solaris_2.sh
1866 ____________________________________________________________________________
1867 [  6999] By: gsar                                  on 2000/09/01  22:16:40
1868         Log: change#6791 accidentally clobbered change#6710, put it back
1869      Branch: perl
1870            ! win32/win32.c
1871 ____________________________________________________________________________
1872 [  6998] By: jhi                                   on 2000/09/01  22:14:16
1873         Log: Mention the HP-UX LP64 freak failure.
1874      Branch: perl
1875            ! pod/perldelta.pod
1876 ____________________________________________________________________________
1877 [  6997] By: jhi                                   on 2000/09/01  21:48:32
1878         Log: Detypo.
1879      Branch: perl
1880            ! hints/hpux.sh
1881 ____________________________________________________________________________
1882 [  6996] By: jhi                                   on 2000/09/01  21:27:10
1883         Log: Update Changes.
1884      Branch: perl
1885            ! Changes patchlevel.h
1886 ____________________________________________________________________________
1887 [  6995] By: jhi                                   on 2000/09/01  21:14:24
1888         Log: Mi splgn s gnin.g
1889      Branch: perl
1890            ! pp_ctl.c
1891 ____________________________________________________________________________
1892 [  6994] By: jhi                                   on 2000/09/01  21:09:54
1893         Log: Subject: http:// in L<>
1894              From: Nicholas Clark <nick@ccl4.org>
1895              Date: Fri, 1 Sep 2000 22:03:21 +0100
1896              Message-ID: <20000901220321.B72074@plum.flirble.org>
1897      Branch: perl
1898            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
1899 ____________________________________________________________________________
1900 [  6993] By: jhi                                   on 2000/09/01  21:06:54
1901         Log: Update to Storable 1.0, from Raphael Manfredi.
1902      Branch: perl
1903            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
1904            ! ext/Storable/Makefile.PL ext/Storable/README
1905            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1906            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
1907            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
1908            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
1909            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
1910            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
1911 ____________________________________________________________________________
1912 [  6992] By: jhi                                   on 2000/09/01  20:43:05
1913         Log: Mention known sfio+linux buglet.
1914      Branch: perl
1915            ! pod/perldelta.pod
1916 ____________________________________________________________________________
1917 [  6991] By: jhi                                   on 2000/09/01  20:40:11
1918         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
1919              From: Peter Prymmer <pvhp@forte.com>
1920              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
1921              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
1922      Branch: perl
1923            ! vms/vms.c
1924 ____________________________________________________________________________
1925 [  6990] By: jhi                                   on 2000/09/01  20:25:26
1926         Log: Retract #6986.
1927      Branch: perl
1928            ! hints/solaris_2.sh
1929 ____________________________________________________________________________
1930 [  6989] By: jhi                                   on 2000/09/01  20:23:00
1931         Log: Mergesort is back.
1932      Branch: perl
1933            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
1934 ____________________________________________________________________________
1935 [  6988] By: jhi                                   on 2000/09/01  19:37:40
1936         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
1937              From: Mike Guy <mjtg@cam.ac.uk>
1938              Date: Fri, 01 Sep 2000 17:43:33 +0100
1939              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
1940      Branch: perl
1941            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
1942            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
1943 ____________________________________________________________________________
1944 [  6987] By: jhi                                   on 2000/09/01  19:17:10
1945         Log: Regen perltoc.
1946      Branch: perl
1947            ! pod/perltoc.pod
1948 ____________________________________________________________________________
1949 [  6986] By: jhi                                   on 2000/09/01  18:51:10
1950         Log: Subject: Re: Solaris x86 has no SPARC libraries!
1951              From: Lupe Christoph <lupe@lupe-christoph.de>
1952              Date: Fri, 1 Sep 2000 20:41:20 +0200
1953              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
1954      Branch: perl
1955            ! hints/solaris_2.sh
1956 ____________________________________________________________________________
1957 [  6985] By: jhi                                   on 2000/09/01  18:28:10
1958         Log: Update Changes.
1959      Branch: perl
1960            ! Changes patchlevel.h
1961 ____________________________________________________________________________
1962 [  6984] By: jhi                                   on 2000/09/01  18:26:53
1963         Log: Feature ordering tweak.
1964      Branch: perl
1965            ! myconfig.SH
1966 ____________________________________________________________________________
1967 [  6983] By: jhi                                   on 2000/09/01  18:19:50
1968         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
1969              From: <abigail@foad.org>
1970              Date: Fri, 1 Sep 2000 13:07:32 -0400
1971              Message-ID: <20000901170732.18249.qmail@foad.org>
1972      Branch: perl
1973            ! t/pragma/overload.t
1974 ____________________________________________________________________________
1975 [  6982] By: jhi                                   on 2000/09/01  18:17:54
1976         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
1977              so that case-ignoring systems like DCL can tell them from
1978              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
1979      Branch: metaconfig/U/perl
1980            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
1981      Branch: perl
1982            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1983            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
1984            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
1985            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
1986            ! vos/config.def vos/config.h vos/config_h.SH_orig
1987            ! win32/config.bc win32/config.gc win32/config.vc
1988 ____________________________________________________________________________
1989 [  6981] By: nick                                  on 2000/09/01  17:21:57
1990         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
1991              warning when UNTIE exists and instead pass the cound of extra references to
1992              the UNTIE method.
1993      Branch: perl
1994            ! pod/perltie.pod pp_sys.c
1995 ____________________________________________________________________________
1996 [  6980] By: jhi                                   on 2000/09/01  16:54:44
1997         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
1998              From: Peter Prymmer <pvhp@forte.com>
1999              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
2000              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
2001      Branch: perl
2002            ! configure.com
2003 ____________________________________________________________________________
2004 [  6979] By: jhi                                   on 2000/09/01  16:06:20
2005         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
2006              From: Mike Guy <mjtg@cam.ac.uk> 
2007              Date: Fri, 01 Sep 2000 16:49:27 +0100
2008              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
2009      Branch: perl
2010            ! t/base/rs.t
2011 ____________________________________________________________________________
2012 [  6978] By: jhi                                   on 2000/09/01  16:00:42
2013         Log: Update to PodParser 1.18, from Brad Appleton.
2014      Branch: perl
2015            ! lib/Pod/Checker.pm t/pod/find.t
2016 ____________________________________________________________________________
2017 [  6977] By: jhi                                   on 2000/09/01  14:48:58
2018         Log: Subject: Nit in Configure (bleadperl@6961)
2019              From: Lupe Christoph <lupe@lupe-christoph.de>
2020              Date: Fri, 1 Sep 2000 16:34:29 +0200
2021              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
2022      Branch: metaconfig
2023            ! U/compline/ccflags.U
2024      Branch: perl
2025            ! Configure config_h.SH
2026 ____________________________________________________________________________
2027 [  6976] By: jhi                                   on 2000/09/01  14:39:52
2028         Log: Update Changes.
2029      Branch: perl
2030            ! Changes patchlevel.h
2031 ____________________________________________________________________________
2032 [  6975] By: jhi                                   on 2000/09/01  14:37:36
2033         Log: microperl config update.
2034      Branch: perl
2035            ! uconfig.h uconfig.sh
2036 ____________________________________________________________________________
2037 [  6974] By: jhi                                   on 2000/09/01  14:36:53
2038         Log: Document known deficiencies.
2039      Branch: perl
2040            ! pod/perldelta.pod
2041 ____________________________________________________________________________
2042 [  6973] By: jhi                                   on 2000/09/01  14:10:20
2043         Log: Mention warnings fixes and updates.
2044      Branch: perl
2045            ! pod/perldelta.pod
2046 ____________________________________________________________________________
2047 [  6972] By: jhi                                   on 2000/09/01  14:01:52
2048         Log: Drop unused argument.
2049              
2050              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
2051              From: Spider Boardman <spider@web.zk3.dec.com>
2052              Date: Thu, 31 Aug 2000 16:10:15 -0400
2053              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
2054      Branch: perl
2055            ! toke.c
2056 ____________________________________________________________________________
2057 [  6971] By: jhi                                   on 2000/09/01  13:59:24
2058         Log: Add the overload warnings to perldiag.
2059      Branch: perl
2060            ! lib/overload.pm pod/perldiag.pod
2061 ____________________________________________________________________________
2062 [  6970] By: jhi                                   on 2000/09/01  13:55:10
2063         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2064              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2065              Date: Fri, 1 Sep 2000 13:43:15 +0100 
2066              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
2067      Branch: perl
2068            ! lib/overload.pm t/pragma/overload.t
2069 ____________________________________________________________________________
2070 [  6969] By: jhi                                   on 2000/09/01  13:52:27
2071         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2072              From: <abigail@foad.org>
2073              Date: Fri, 1 Sep 2000 05:46:54 -0400
2074              Message-ID: <20000901094654.6476.qmail@foad.org>
2075      Branch: perl
2076            ! lib/overload.pm
2077 ____________________________________________________________________________
2078 [  6968] By: jhi                                   on 2000/09/01  13:50:05
2079         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
2080              From: Daniel Chetlin <daniel@chetlin.com>
2081              Date: Fri, 1 Sep 2000 02:10:55 -0700
2082              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
2083      Branch: perl
2084            ! pod/perlretut.pod
2085 ____________________________________________________________________________
2086 [  6967] By: jhi                                   on 2000/09/01  13:47:54
2087         Log: Part of the solution.
2088              
2089              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
2090              From: Mike Guy <mjtg@cam.ac.uk>
2091              Date: Fri, 01 Sep 2000 14:16:01 +0100
2092              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
2093      Branch: perl
2094            ! gv.c mg.c
2095 ____________________________________________________________________________
2096 [  6966] By: jhi                                   on 2000/09/01  13:46:17
2097         Log: Subject: CPAN.pm beta 1.57_57 for the core
2098              From: andreas.koenig@anima.de (Andreas J. Koenig)
2099              Date: 01 Sep 2000 15:16:31 +0200
2100              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
2101      Branch: perl
2102            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2103 ____________________________________________________________________________
2104 [  6965] By: jhi                                   on 2000/09/01  13:43:18
2105         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
2106              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2107              Date: Fri, 01 Sep 2000 01:47:22 -0500
2108              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
2109      Branch: perl
2110            ! pod/perldelta.pod vms/vms.c
2111 ____________________________________________________________________________
2112 [  6964] By: jhi                                   on 2000/09/01  13:35:35
2113         Log: File::Temp patches from Andreas König,
2114              
2115              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
2116              From: andreas.koenig@anima.de (Andreas J. Koenig)
2117              Date: 01 Sep 2000 10:07:20 +0200
2118              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
2119              
2120              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
2121              From: andreas.koenig@anima.de (Andreas J. Koenig)
2122              Date: 31 Aug 2000 23:26:08 +0200
2123              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
2124      Branch: perl
2125            ! lib/File/Temp.pm t/lib/ftmp-security.t
2126 ____________________________________________________________________________
2127 [  6963] By: jhi                                   on 2000/09/01  02:22:24
2128         Log: Retract the mergesort code, way too incompatible licensing
2129              and copyrights.
2130      Branch: perl
2131            ! pod/perldelta.pod pp_ctl.c
2132 ____________________________________________________________________________
2133 [  6962] By: jhi                                   on 2000/08/31  23:27:32
2134         Log: Update Changes.
2135      Branch: perl
2136            ! Changes patchlevel.h
2137 ____________________________________________________________________________
2138 [  6961] By: jhi                                   on 2000/08/31  23:20:04
2139         Log: Small tweaks all over.
2140      Branch: metaconfig
2141            ! U/compline/d_gconvert.U
2142      Branch: perl
2143            ! AUTHORS Configure config_h.SH pp_ctl.c
2144 ____________________________________________________________________________
2145 [  6960] By: jhi                                   on 2000/08/31  22:39:36
2146         Log: Further rewording.
2147      Branch: perl
2148            ! pp_ctl.c
2149 ____________________________________________________________________________
2150 [  6959] By: jhi                                   on 2000/08/31  21:26:44
2151         Log: More address tweaking.
2152      Branch: perl
2153            ! AUTHORS Changes
2154 ____________________________________________________________________________
2155 [  6958] By: jhi                                   on 2000/08/31  20:47:25
2156         Log: AUTHORS tweaks, from Peter Prymmer.
2157              
2158              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
2159              From: Peter Prymmer <pvhp@forte.com>
2160              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
2161              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
2162      Branch: perl
2163            ! AUTHORS MAINTAIN
2164 ____________________________________________________________________________
2165 [  6957] By: jhi                                   on 2000/08/31  20:34:43
2166         Log: perldelta tweaks.
2167      Branch: perl
2168            ! pod/perldelta.pod
2169 ____________________________________________________________________________
2170 [  6956] By: jhi                                   on 2000/08/31  19:11:06
2171         Log: Regen perltoc.
2172      Branch: perl
2173            ! pod/perltoc.pod
2174 ____________________________________________________________________________
2175 [  6955] By: jhi                                   on 2000/08/31  19:06:30
2176         Log: Clarify the mergesort situation.
2177      Branch: perl
2178            ! pp_ctl.c
2179 ____________________________________________________________________________
2180 [  6954] By: jhi                                   on 2000/08/31  18:24:17
2181         Log: Move the Solaris 7 scan to use64bitall, make the
2182              failure to find 64-bot sparc libc to mention the
2183              possibility of being in an intel, from Lupe and Alan.
2184      Branch: perl
2185            ! hints/solaris_2.sh
2186 ____________________________________________________________________________
2187 [  6953] By: jhi                                   on 2000/08/31  18:09:20
2188         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
2189              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
2190      Branch: metaconfig
2191            ! U/compline/d_gconvert.U U/threads/archname.U
2192      Branch: metaconfig/U/perl
2193            ! perlxv.U
2194      Branch: perl
2195            ! Configure config_h.SH sv.c
2196 ____________________________________________________________________________
2197 [  6952] By: jhi                                   on 2000/08/31  17:42:24
2198         Log: :: not allowed in pathnames, change to .
2199              
2200              Subject: [PATCH perl@6938] cygwin port
2201              From: "Fifer, Eric" <EFifer@sanwaint.com>
2202              Date: Thu, 31 Aug 2000 16:32:59 +0100
2203              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
2204      Branch: metaconfig/U/perl
2205            ! perlxv.U
2206 ____________________________________________________________________________
2207 [  6951] By: jhi                                   on 2000/08/31  17:02:05
2208         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
2209      Branch: perl
2210            ! perl.h
2211 ____________________________________________________________________________
2212 [  6950] By: jhi                                   on 2000/08/31  16:26:08
2213         Log: More author updates.
2214              
2215              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
2216              From: Simon Cozens <simon@cozens.net>
2217              Date: Thu, 31 Aug 2000 17:13:32 +0100
2218              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
2219      Branch: perl
2220            ! AUTHORS
2221 ____________________________________________________________________________
2222 [  6949] By: jhi                                   on 2000/08/31  16:04:49
2223         Log: POSIX doesn't report long double values under -Duselongdouble
2224              when the long doubles are "real" (bigger than doubles).
2225      Branch: perl
2226            ! ext/POSIX/POSIX.xs
2227 ____________________________________________________________________________
2228 [  6948] By: jhi                                   on 2000/08/31  15:25:10
2229         Log: Update Changes.
2230      Branch: perl
2231            ! Changes patchlevel.h
2232 ____________________________________________________________________________
2233 [  6947] By: jhi                                   on 2000/08/31  15:22:29
2234         Log: Document UNTIE in a very minimalistic way.
2235      Branch: perl
2236            ! pod/perlfunc.pod pod/perltie.pod
2237 ____________________________________________________________________________
2238 [  6946] By: jhi                                   on 2000/08/31  15:15:23
2239         Log: Document known failures.
2240      Branch: perl
2241            ! pod/perldelta.pod
2242 ____________________________________________________________________________
2243 [  6945] By: jhi                                   on 2000/08/31  15:07:00
2244         Log: Don't attach -ld to the archname if pointless.
2245      Branch: metaconfig
2246            ! U/threads/archname.U
2247      Branch: perl
2248            ! Configure config_h.SH
2249 ____________________________________________________________________________
2250 [  6944] By: jhi                                   on 2000/08/31  14:37:42
2251         Log: Wrap the test in eval.
2252              
2253              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
2254              From: Tim Jenness <timj@jach.hawaii.edu>
2255              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
2256              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
2257      Branch: perl
2258            ! t/lib/ftmp-security.t
2259 ____________________________________________________________________________
2260 [  6943] By: jhi                                   on 2000/08/31  14:30:57
2261         Log: Make -Dusemorebits find long doubles in Solaris.
2262      Branch: perl
2263            ! hints/solaris_2.sh
2264 ____________________________________________________________________________
2265 [  6942] By: jhi                                   on 2000/08/31  13:48:45
2266         Log: Clarify the third case of ftmp-security warnings.
2267      Branch: perl
2268            ! INSTALL
2269 ____________________________________________________________________________
2270 [  6941] By: jhi                                   on 2000/08/31  13:40:31
2271         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
2272              From: <abigail@foad.org>
2273              Date: Thu, 31 Aug 2000 01:35:05 -0400
2274              Message-ID: <20000831053505.32120.qmail@foad.org>
2275      Branch: perl
2276            ! pod/perldelta.pod
2277 ____________________________________________________________________________
2278 [  6940] By: jhi                                   on 2000/08/31  13:38:48
2279         Log: Issue useful diagnostic on unknown pod commands.
2280              
2281              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
2282              From: <abigail@foad.org>
2283              Date: Thu, 31 Aug 2000 03:41:18 -0400
2284              Message-ID: <20000831074118.24880.qmail@foad.org>
2285      Branch: perl
2286            ! lib/Pod/Man.pm
2287 ____________________________________________________________________________
2288 [  6939] By: jhi                                   on 2000/08/31  13:34:33
2289         Log: Reveal Borland's isnan.
2290              
2291              Subject: build with BC++ tweak
2292              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2293              Date: Thu, 31 Aug 2000 13:09:37 +0400
2294              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
2295      Branch: perl
2296            ! win32/win32.h
2297 ____________________________________________________________________________
2298 [  6938] By: jhi                                   on 2000/08/31  05:01:20
2299         Log: Update Changes.
2300      Branch: perl
2301            ! Changes patchlevel.h
2302 ____________________________________________________________________________
2303 [  6937] By: jhi                                   on 2000/08/31  04:26:23
2304         Log: sscanf() may be the only way to read long doubles from strings.
2305      Branch: metaconfig/U/perl
2306            ! longdblfio.U
2307      Branch: perl
2308            ! Configure config_h.SH perl.h util.c
2309 ____________________________________________________________________________
2310 [  6936] By: jhi                                   on 2000/08/31  04:18:19
2311         Log: The #6929 was too skimpy.
2312      Branch: perl
2313            ! sv.c
2314 ____________________________________________________________________________
2315 [  6935] By: jhi                                   on 2000/08/31  02:47:07
2316         Log: Subject: Re: typos in pods
2317              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2318              Date: Wed, 30 Aug 2000 19:25:34 -0700
2319              Message-ID: <eIcr5gzkg25X092yn@efn.org>
2320      Branch: perl
2321            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
2322 ____________________________________________________________________________
2323 [  6934] By: jhi                                   on 2000/08/31  02:42:55
2324         Log: Missed one Unicode file.
2325      Branch: perl
2326            + lib/unicode/UCDFF301.html
2327 ____________________________________________________________________________
2328 [  6933] By: jhi                                   on 2000/08/30  23:42:27
2329         Log: Update Changes.
2330      Branch: perl
2331            ! Changes patchlevel.h
2332 ____________________________________________________________________________
2333 [  6932] By: jhi                                   on 2000/08/30  23:40:07
2334         Log: Mention UNTIE in perldelta.  Still needs documenting
2335              in perltie et alia.
2336      Branch: perl
2337            ! pod/perldelta.pod
2338 ____________________________________________________________________________
2339 [  6931] By: jhi                                   on 2000/08/30  23:36:02
2340         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
2341              From: <abigail@foad.org>
2342              Date: Wed, 30 Aug 2000 19:28:07 -0400
2343              Message-ID: <20000830232807.305.qmail@foad.org>
2344      Branch: perl
2345            ! pod/perldelta.pod
2346 ____________________________________________________________________________
2347 [  6930] By: jhi                                   on 2000/08/30  23:32:40
2348         Log: Update to Unicode 3.0.1.
2349      Branch: perl
2350            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
2351            + lib/unicode/PropList.txt lib/unicode/README.perl
2352            + lib/unicode/UCD301.html lib/unicode/Unicode.301
2353            - lib/unicode/Props.txt lib/unicode/UCD300.html
2354            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
2355            ! (edit 257 files)
2356 ____________________________________________________________________________
2357 [  6929] By: jhi                                   on 2000/08/30  22:38:18
2358         Log: Heap decorruption.
2359              
2360              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
2361              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2362              Date: Wed, 30 Aug 2000 22:39:52 +0100
2363              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
2364      Branch: perl
2365            ! sv.c
2366 ____________________________________________________________________________
2367 [  6928] By: jhi                                   on 2000/08/30  22:29:34
2368         Log: Retract the dummy test, skip the security tests (instead of failing),
2369              explain what the warnings mean.
2370      Branch: perl
2371            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
2372 ____________________________________________________________________________
2373 [  6927] By: jhi                                   on 2000/08/30  22:14:13
2374         Log: Change the internal implementation of sort() to be mergesort
2375              instead of quicksort, from John Linderman <jpl@research.att.com>.
2376              Gives us better worst case, better average case, and stability.
2377              What's there not to like?  (Small fixes for threaded builds
2378              were required).
2379      Branch: perl
2380            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
2381 ____________________________________________________________________________
2382 [  6926] By: jhi                                   on 2000/08/30  20:55:20
2383         Log: A better fix for the Socket building problem from Craig Berry.
2384      Branch: perl
2385            ! vms/vms.c
2386 ____________________________________________________________________________
2387 [  6925] By: jhi                                   on 2000/08/30  20:20:25
2388         Log: Subject: [PATCH] Re: UNTIE method 
2389              From: Nick Ing-Simmons <nik@tiuk.ti.com>
2390              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
2391              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
2392      Branch: perl
2393            ! pp_sys.c t/op/tie.t
2394 ____________________________________________________________________________
2395 [  6924] By: jhi                                   on 2000/08/30  20:17:11
2396         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
2397              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2398              Date: Wed, 30 Aug 2000 15:03:14 -0500
2399              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
2400      Branch: perl
2401            ! vms/vms.c
2402 ____________________________________________________________________________
2403 [  6923] By: jhi                                   on 2000/08/30  20:15:18
2404         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
2405              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2406              Date: Wed, 30 Aug 2000 13:30:36 -0500
2407              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
2408      Branch: perl
2409            ! vms/vms.c
2410 ____________________________________________________________________________
2411 [  6922] By: jhi                                   on 2000/08/30  19:54:43
2412         Log: Better options for rsync.
2413      Branch: perl
2414            ! pod/perlhack.pod
2415 ____________________________________________________________________________
2416 [  6921] By: jhi                                   on 2000/08/30  19:40:16
2417         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
2418              From: Rick Delaney <rick@consumercontact.com>
2419              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
2420              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
2421      Branch: perl
2422            ! pod/perlfunc.pod
2423 ____________________________________________________________________________
2424 [  6920] By: jhi                                   on 2000/08/30  19:36:40
2425         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
2426              From: Peter Prymmer <pvhp@forte.com>
2427              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
2428              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
2429      Branch: perl
2430            ! configure.com
2431 ____________________________________________________________________________
2432 [  6919] By: jhi                                   on 2000/08/30  14:52:02
2433         Log: Update Changes.
2434      Branch: perl
2435            ! Changes patchlevel.h
2436 ____________________________________________________________________________
2437 [  6918] By: jhi                                   on 2000/08/30  14:48:34
2438         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
2439      Branch: perl
2440            ! lib/ExtUtils/typemap
2441 ____________________________________________________________________________
2442 [  6917] By: jhi                                   on 2000/08/30  14:46:34
2443         Log: Subject: typos in pods
2444              From: Nicholas Clark <nick@ccl4.org>
2445              Date: Wed, 30 Aug 2000 01:12:50 +0100
2446              Message-ID: <20000830011249.A61388@plum.flirble.org>
2447      Branch: perl
2448            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
2449            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
2450            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
2451            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
2452 ____________________________________________________________________________
2453 [  6916] By: jhi                                   on 2000/08/30  14:19:09
2454         Log: Document Storable problems on Crays.  (Will have
2455              to document all the other Storable problems, too.)
2456      Branch: perl
2457            ! pod/perldelta.pod
2458 ____________________________________________________________________________
2459 [  6915] By: jhi                                   on 2000/08/30  14:06:02
2460         Log: Subject: [PATCH] fix misc cast warnings
2461              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2462              Date: Tue, 29 Aug 2000 23:16:14 -0700
2463              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
2464      Branch: perl
2465            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
2466            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
2467            ! os2/os2ish.h
2468 ____________________________________________________________________________
2469 [  6914] By: jhi                                   on 2000/08/30  14:03:45
2470         Log: Timestamp mismatch again.  Need to fix this dependence on
2471              config_h.SH timestamp, since it's the contents of config_h.SH
2472              that matter.
2473      Branch: perl
2474            ! uconfig.h uconfig.sh
2475 ____________________________________________________________________________
2476 [  6913] By: jhi                                   on 2000/08/30  13:54:06
2477         Log: Don't say "Perl 5.0 source kit".
2478      Branch: perl
2479            ! perl.c
2480 ____________________________________________________________________________
2481 [  6912] By: jhi                                   on 2000/08/30  13:51:24
2482         Log: Reset archname and archname64 always, forcing them be
2483              recomputed at each Configure run, make Configure and
2484              the hints files agree on the naming of largefiles variables.
2485      Branch: metaconfig
2486            ! U/threads/archname.U
2487      Branch: metaconfig/U/perl
2488            ! use64bits.U
2489      Branch: perl
2490            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
2491            ! hints/linux.sh hints/solaris_2.sh
2492 ____________________________________________________________________________
2493 [  6911] By: jhi                                   on 2000/08/30  13:30:13
2494         Log: Put back the slice accidentally removed by #6907.
2495      Branch: perl
2496            ! hints/solaris_2.sh
2497 ____________________________________________________________________________
2498 [  6910] By: jhi                                   on 2000/08/30  01:24:26
2499         Log: Be consistent: other Net::get* do export theirs.
2500              
2501              Subject: Re: Net::protoent does not export 'getproto'
2502              From: Yasushi Nakajima <sey@jkc.co.jp>
2503              Date: Wed, 30 Aug 2000 09:53:14 +0900
2504              Message-Id: <200008300051.DAA24700@taku.hut.fi>
2505      Branch: perl
2506            ! lib/Net/protoent.pm
2507 ____________________________________________________________________________
2508 [  6909] By: jhi                                   on 2000/08/30  01:17:25
2509         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
2510              From: Gurusamy Sarathy <gsar@ActiveState.com>
2511              Date: Tue, 29 Aug 2000 17:17:07 -0700
2512              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
2513      Branch: perl
2514            ! cop.h
2515 ____________________________________________________________________________
2516 [  6908] By: jhi                                   on 2000/08/30  00:58:05
2517         Log: Update Changes.
2518      Branch: perl
2519            ! Changes patchlevel.h
2520 ____________________________________________________________________________
2521 [  6907] By: jhi                                   on 2000/08/30  00:57:22
2522         Log: Introduce ccname to keep track of what compiler kind of we have.
2523      Branch: metaconfig/U/perl
2524            ! Checkcc.U gccvers.U
2525      Branch: perl
2526            ! Configure config_h.SH hints/solaris_2.sh
2527 ____________________________________________________________________________
2528 [  6906] By: jhi                                   on 2000/08/30  00:25:47
2529         Log: Put back the flags dump as reasoned in
2530              
2531              Subject: Re: [PATCH] Glob dumping
2532              From: Mike Guy <mjtg@cam.ac.uk> 
2533              Date: Tue, 29 Aug 2000 21:41:32 +0100
2534              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
2535      Branch: perl
2536            ! dump.c t/lib/peek.t
2537 ____________________________________________________________________________
2538 [  6905] By: jhi                                   on 2000/08/30  00:16:17
2539         Log: Make the epsilon to be relative, not absolute.
2540              
2541              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
2542              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
2543              Date: Tue, 29 Aug 2000 19:58:56 -0400
2544              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
2545      Branch: perl
2546            ! t/lib/trig.t
2547 ____________________________________________________________________________
2548 [  6904] By: jhi                                   on 2000/08/30  00:13:09
2549         Log: From now on, Gisle is on my list of usual suspects :-)
2550              Retract #6902.
2551      Branch: perl
2552            ! ext/Opcode/Safe.pm
2553 ____________________________________________________________________________
2554 [  6903] By: jhi                                   on 2000/08/29  23:51:20
2555         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
2556              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2557              Date: Tue, 29 Aug 2000 18:43:26 -0500
2558              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
2559      Branch: perl
2560            + vms/vmspipe.com
2561            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
2562            ! vms/vms.c
2563 ____________________________________________________________________________
2564 [  6902] By: jhi                                   on 2000/08/29  23:44:14
2565         Log: Retry what #6882 attempted.
2566              
2567              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
2568              From: Gisle Aas <gisle@ActiveState.com>
2569              Date: 30 Aug 2000 00:33:09 +0200
2570              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
2571      Branch: perl
2572            ! ext/Opcode/Safe.pm
2573 ____________________________________________________________________________
2574 [  6901] By: jhi                                   on 2000/08/29  22:59:32
2575         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
2576              From: Hugo <hv@crypt.compulink.co.uk>
2577              Date: Mon, 12 Jun 2000 19:36:08 +0100
2578              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
2579      Branch: perl
2580            ! sv.c
2581 ____________________________________________________________________________
2582 [  6900] By: jhi                                   on 2000/08/29  22:58:35
2583         Log: Admit that we are leaking scalars.
2584              
2585              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
2586              From: Spider Boardman <spider@leggy.zk3.dec.com>
2587              Date: Tue, 29 Aug 2000 18:48:29 -0400
2588              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
2589      Branch: perl
2590            ! t/pragma/warnings.t
2591 ____________________________________________________________________________
2592 [  6899] By: jhi                                   on 2000/08/29  20:53:13
2593         Log: Update Changes.
2594      Branch: perl
2595            ! Changes patchlevel.h
2596 ____________________________________________________________________________
2597 [  6898] By: jhi                                   on 2000/08/29  20:46:21
2598         Log: Undo namespace pollution of #6878.
2599              
2600              Subject: Re: Net::protoent does not export 'getproto'
2601              From: Mike Guy <mjtg@cam.ac.uk>
2602              Date: Tue, 29 Aug 2000 21:32:37 +0100
2603              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
2604      Branch: perl
2605            ! lib/Net/protoent.pm
2606 ____________________________________________________________________________
2607 [  6897] By: jhi                                   on 2000/08/29  20:44:29
2608         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
2609              From: Peter Prymmer <pvhp@forte.com>
2610              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
2611              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
2612      Branch: perl
2613            ! pod/perlebcdic.pod
2614 ____________________________________________________________________________
2615 [  6896] By: jhi                                   on 2000/08/29  20:40:57
2616         Log: There's no point repeating the 'revision' (5) of perl5.
2617      Branch: metaconfig/U/perl
2618            ! Devel.U patchlevel.U
2619      Branch: perl
2620            ! Configure config_h.SH
2621 ____________________________________________________________________________
2622 [  6895] By: jhi                                   on 2000/08/29  20:16:58
2623         Log: Regen Configure for #6894.
2624      Branch: metaconfig/U/perl
2625            ! perladmin.U
2626      Branch: perl
2627            ! Configure config_h.SH
2628 ____________________________________________________________________________
2629 [  6894] By: jhi                                   on 2000/08/29  19:59:52
2630         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
2631              From: "Philip Newton" <Philip.Newton@gmx.net>
2632              Date: Tue, 29 Aug 2000 21:39:14 +0200
2633              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
2634      Branch: perl
2635            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
2636            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
2637            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
2638            ! utils/perlbug.PL
2639 ____________________________________________________________________________
2640 [  6893] By: jhi                                   on 2000/08/29  19:55:30
2641         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
2642              From: "Philip Newton" <Philip.Newton@gmx.net>
2643              Date: Tue, 29 Aug 2000 21:39:14 +0200
2644              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
2645      Branch: perl
2646            ! installhtml
2647 ____________________________________________________________________________
2648 [  6892] By: jhi                                   on 2000/08/29  19:53:59
2649         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
2650              From: "Philip Newton" <Philip.Newton@gmx.net>
2651              Date: Tue, 29 Aug 2000 21:48:18 +0200
2652              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
2653      Branch: perl
2654            ! lib/File/Temp.pm
2655 ____________________________________________________________________________
2656 [  6891] By: jhi                                   on 2000/08/29  18:30:03
2657         Log: Nail the ID 20000828.023.
2658      Branch: perl
2659            ! ext/Storable/Storable.xs
2660 ____________________________________________________________________________
2661 [  6890] By: jhi                                   on 2000/08/29  16:50:17
2662         Log: Under usethreads the dumped variable is IN_PAD.
2663              
2664              Subject: Re: [PATCH] Glob dumping
2665              From: Gisle Aas <gisle@ActiveState.com>
2666              Date: 29 Aug 2000 18:45:05 +0200
2667              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
2668      Branch: perl
2669            ! t/lib/peek.t
2670 ____________________________________________________________________________
2671 [  6889] By: jhi                                   on 2000/08/29  15:17:37
2672         Log: Update Changes.
2673      Branch: perl
2674            ! Changes patchlevel.h
2675 ____________________________________________________________________________
2676 [  6888] By: jhi                                   on 2000/08/29  14:49:59
2677         Log: Retract #6882, broke the safe tests.
2678      Branch: perl
2679            ! ext/Opcode/Safe.pm
2680 ____________________________________________________________________________
2681 [  6887] By: jhi                                   on 2000/08/29  14:47:06
2682         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
2683              From: Gisle Aas <gisle@ActiveState.com> 
2684              Date: 09 Jun 2000 20:00:11 +0200
2685              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
2686      Branch: perl
2687            ! utils/perldoc.PL
2688 ____________________________________________________________________________
2689 [  6886] By: jhi                                   on 2000/08/29  14:42:45
2690         Log: The #6881 removed one dump line.
2691      Branch: perl
2692            ! t/lib/peek.t
2693 ____________________________________________________________________________
2694 [  6885] By: jhi                                   on 2000/08/29  14:30:47
2695         Log: Don't forget to tidy up.
2696      Branch: perl
2697            ! t/lib/ftmp-security.t
2698 ____________________________________________________________________________
2699 [  6884] By: jhi                                   on 2000/08/29  14:25:17
2700         Log: Disabling the one test is a bit tricky.
2701      Branch: perl
2702            ! t/lib/ftmp-security.t
2703 ____________________________________________________________________________
2704 [  6883] By: jhi                                   on 2000/08/29  14:16:25
2705         Log: Disable one of the tests for now.
2706      Branch: perl
2707            ! t/lib/ftmp-security.t
2708 ____________________________________________________________________________
2709 [  6882] By: jhi                                   on 2000/08/29  14:05:50
2710         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
2711              From: gisle@aas.no
2712              Date: 29 Aug 2000 10:35:06 -0000
2713              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
2714      Branch: perl
2715            ! ext/Opcode/Safe.pm
2716 ____________________________________________________________________________
2717 [  6881] By: jhi                                   on 2000/08/29  14:03:51
2718         Log: Subject: [PATCH] Glob dumping
2719              From: Gisle Aas <gisle@ActiveState.com>
2720              Date: 29 Aug 2000 07:59:42 -0000
2721              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
2722      Branch: perl
2723            ! dump.c
2724 ____________________________________________________________________________
2725 [  6880] By: jhi                                   on 2000/08/29  14:02:01
2726         Log: Subject: [PATCH] Warnings in B::Deparse
2727              From: <abigail@foad.org>
2728              Date: Tue, 29 Aug 2000 00:00:01 -0400
2729              Message-ID: <20000829040001.2999.qmail@foad.org>
2730      Branch: perl
2731            ! ext/B/B/Deparse.pm
2732 ____________________________________________________________________________
2733 [  6879] By: jhi                                   on 2000/08/29  13:57:26
2734         Log: Missed a change in #6869.
2735      Branch: perl
2736            ! mg.c
2737 ____________________________________________________________________________
2738 [  6878] By: jhi                                   on 2000/08/29  13:45:04
2739         Log: Subject: Net::protoent does not export 'getproto'
2740              From: Yasushi Nakajima <sey@jkc.co.jp>
2741              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
2742      Branch: perl
2743            ! lib/Net/protoent.pm
2744 ____________________________________________________________________________
2745 [  6877] By: jhi                                   on 2000/08/29  13:39:19
2746         Log: Patches all over for people and the files they (hopefully) care about.
2747      Branch: perl
2748            ! AUTHORS Changes MAINTAIN
2749 ____________________________________________________________________________
2750 [  6876] By: jhi                                   on 2000/08/29  12:53:54
2751         Log: Fix for thinko in #6848.
2752              
2753              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
2754              From: Lupe Christoph <lupe@lupe-christoph.de>
2755              Date: Tue, 29 Aug 2000 09:04:08 +0200
2756              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
2757      Branch: perl
2758            ! ext/Thread/Thread.xs
2759 ____________________________________________________________________________
2760 [  6875] By: jhi                                   on 2000/08/29  12:50:14
2761         Log: Update to Getopt::Long 2.24, from Johan Vromans.
2762      Branch: perl
2763            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
2764 ____________________________________________________________________________
2765 [  6874] By: jhi                                   on 2000/08/29  02:09:53
2766         Log: Use minimal @INC in tests, most of the time just '../lib',
2767              so that we simply can't pick up stuff from other Perls than
2768              the one we are testing.  Pointed out by
2769              
2770              From: Mike Guy <mjtg@cam.ac.uk>
2771              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
2772              Date: Fri, 25 Aug 2000 15:15:59 +0100
2773              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
2774      Branch: perl
2775            ! (edit 185 files)
2776 ____________________________________________________________________________
2777 [  6873] By: jhi                                   on 2000/08/29  01:07:11
2778         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
2779              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2780              Date: Mon, 28 Aug 2000 17:45:52 -0700
2781              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
2782      Branch: perl
2783            ! Makefile.SH hints/os2.sh
2784 ____________________________________________________________________________
2785 [  6872] By: jhi                                   on 2000/08/28  23:33:39
2786         Log: Subject: [PATCH bleedperl@6866] spellings
2787              From: marcel@codewerk.com (Marcel Grunauer)
2788              Date: Tue, 29 Aug 2000 01:19:59 +0200
2789              Message-Id: <200008282319.BAA29862@gandalf.local>
2790      Branch: perl
2791            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
2792            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
2793            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
2794 ____________________________________________________________________________
2795 [  6871] By: jhi                                   on 2000/08/28  23:22:09
2796         Log: Take out the SUIDMAIL thing, that will not be
2797              a problem in 5.7.*.
2798      Branch: perl
2799            ! patchlevel.h
2800 ____________________________________________________________________________
2801 [  6870] By: jhi                                   on 2000/08/28  23:19:30
2802         Log: -S is the silent flag, -s is the strip flag.
2803              
2804              Subject: [PATCH] Re: [PATCH] make no-install          
2805              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2806              Date: Mon, 28 Aug 2000 15:12:55 -0700
2807              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
2808      Branch: perl
2809            ! Makefile.SH
2810 ____________________________________________________________________________
2811 [  6869] By: jhi                                   on 2000/08/28  23:12:05
2812         Log: Subject: [PATCH bleedperl@6856] warnings fixes
2813              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2814              Date: Mon, 28 Aug 2000 23:55:06 +0100
2815              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
2816      Branch: perl
2817            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
2818            ! warnings.h warnings.pl
2819 ____________________________________________________________________________
2820 [  6868] By: jhi                                   on 2000/08/28  21:38:22
2821         Log: Potential cruft.
2822      Branch: perl
2823            ! Makefile.SH
2824 ____________________________________________________________________________
2825 [  6867] By: jhi                                   on 2000/08/28  21:35:36
2826         Log: Update Changes.
2827      Branch: perl
2828            ! Changes patchlevel.h
2829 ____________________________________________________________________________
2830 [  6866] By: jhi                                   on 2000/08/28  21:33:49
2831         Log: Subject: hv.h Doc Patch
2832              From: Fisher Mark <fisherm@tce.com>
2833              Date: Mon, 28 Aug 2000 16:24:59 -0500
2834              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
2835      Branch: perl
2836            ! hv.h
2837 ____________________________________________________________________________
2838 [  6865] By: jhi                                   on 2000/08/28  21:02:15
2839         Log: Add -ld to archname on long tr...double platforms.
2840      Branch: metaconfig
2841            ! U/threads/archname.U
2842      Branch: perl
2843            ! Configure config_h.SH
2844 ____________________________________________________________________________
2845 [  6864] By: jhi                                   on 2000/08/28  20:38:59
2846         Log: An attempt to fix the problem reported in
2847              
2848              Subject: Building perl@6856 using gcc/AIX 4.3.3 
2849              From: Daniel Muino <dmuino@afip.gov.ar> 
2850              Date: Mon, 28 Aug 2000 15:50:01 -0300   
2851              Message-ID: <20000828155001.A14403@con2-dgi>
2852              
2853              I can't test this properly since the gcc installation I have
2854              access to seems to be botched (gcc is calling the AIX cpp,
2855              a losing proposition...)
2856      Branch: perl
2857            ! hints/aix.sh
2858 ____________________________________________________________________________
2859 [  6863] By: jhi                                   on 2000/08/28  18:57:52
2860         Log: Fix for ID 20000828.001, long doubles were not formatted
2861              correctly (showed up in $], which stopped installing perl).
2862      Branch: perl
2863            ! sv.c
2864 ____________________________________________________________________________
2865 [  6862] By: jhi                                   on 2000/08/28  18:07:15
2866         Log: Typo in #6858.
2867      Branch: perl
2868            ! lib/Cwd.pm
2869 ____________________________________________________________________________
2870 [  6861] By: jhi                                   on 2000/08/28  17:57:27
2871         Log: opmini.o may be left around if a build is interrupted.
2872      Branch: perl
2873            ! Makefile.SH
2874 ____________________________________________________________________________
2875 [  6860] By: jhi                                   on 2000/08/28  16:52:50
2876         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
2877              From: Daniel Chetlin <daniel@chetlin.com>
2878              Date: Mon, 28 Aug 2000 01:14:18 -0700
2879              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
2880      Branch: perl
2881            ! lib/overload.pm
2882 ____________________________________________________________________________
2883 [  6859] By: jhi                                   on 2000/08/28  16:08:46
2884         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
2885              From: Nicholas Clark <nick@ccl4.org>
2886              Date: Mon, 28 Aug 2000 16:03:27 +0100
2887              Message-Id: <20000828160327.C49785@plum.flirble.org>
2888      Branch: perl
2889            ! ext/ByteLoader/bytecode.h
2890 ____________________________________________________________________________
2891 [  6858] By: jhi                                   on 2000/08/28  16:02:10
2892         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
2893              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
2894              Date: Mon, 28 Aug 2000 13:08:30 +0200
2895              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
2896      Branch: perl
2897            ! lib/Cwd.pm
2898 ____________________________________________________________________________
2899 [  6857] By: jhi                                   on 2000/08/28  15:42:47
2900         Log: display_format used as a class method without arguments was broken,
2901              reported in
2902              
2903              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
2904              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
2905              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
2906              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
2907      Branch: perl
2908            ! lib/Math/Complex.pm t/lib/complex.t
2909 ____________________________________________________________________________
2910 [  6856] By: jhi                                   on 2000/08/27  22:09:48
2911         Log: Update Changes.
2912      Branch: perl
2913            ! Changes patchlevel.h
2914 ____________________________________________________________________________
2915 [  6855] By: jhi                                   on 2000/08/27  21:59:21
2916         Log: Retract #6853 (false alarm).
2917      Branch: perl
2918            ! lib/ExtUtils/xsubpp
2919 ____________________________________________________________________________
2920 [  6854] By: jhi                                   on 2000/08/27  21:37:44
2921         Log: Update Changes.
2922      Branch: perl
2923            ! Changes patchlevel.h
2924 ____________________________________________________________________________
2925 [  6853] By: jhi                                   on 2000/08/27  21:37:16
2926         Log: Subject: [PATCH perl@6850] workaround for xsubpp
2927              From: Hugo <hv@crypt.compulink.co.uk>
2928              Date: Sun, 27 Aug 2000 22:30:25 +0100
2929              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
2930      Branch: perl
2931            ! lib/ExtUtils/xsubpp
2932 ____________________________________________________________________________
2933 [  6852] By: jhi                                   on 2000/08/27  21:33:58
2934         Log: Big-endian 64-bit patch from Raphael Manfredi.
2935      Branch: perl
2936            ! ext/Storable/Storable.xs
2937 ____________________________________________________________________________
2938 [  6851] By: jhi                                   on 2000/08/27  21:22:21
2939         Log: More ruthless editing from Hugo van der Sanden.
2940      Branch: perl
2941            ! pod/perldelta.pod
2942 ____________________________________________________________________________
2943 [  6850] By: jhi                                   on 2000/08/27  16:11:46
2944         Log: Update Changes.
2945      Branch: perl
2946            ! Changes patchlevel.h
2947 ____________________________________________________________________________
2948 [  6849] By: jhi                                   on 2000/08/27  16:11:05
2949         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
2950      Branch: perl
2951            ! configpm pod/perldelta.pod
2952 ____________________________________________________________________________
2953 [  6848] By: jhi                                   on 2000/08/27  15:35:08
2954         Log: Use the actual thread type, not the pointer-to-struct.
2955      Branch: perl
2956            ! ext/Thread/Thread.xs
2957 ____________________________________________________________________________
2958 [  6847] By: jhi                                   on 2000/08/27  15:30:49
2959         Log: Test nit.
2960      Branch: perl
2961            ! t/pragma/warn/pp_sys
2962 ____________________________________________________________________________
2963 [  6846] By: jhi                                   on 2000/08/27  15:19:02
2964         Log: Passing -R in ldflags makes now it to appear in the default
2965              for lddlflags, just like with -L.
2966              
2967              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
2968              From: Lupe Christoph <lupe@lupe-christoph.de>
2969              Date: Sun, 27 Aug 2000 10:28:21 +0200
2970              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
2971      Branch: metaconfig/U/perl
2972            ! dlsrc.U
2973      Branch: perl
2974            ! Configure
2975 ____________________________________________________________________________
2976 [  6845] By: jhi                                   on 2000/08/27  15:08:54
2977         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
2978              From: Alan Burlison <Alan.Burlison@uk.sun.com>
2979              Date: Sat, 26 Aug 2000 22:23:27 +0100
2980              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
2981      Branch: perl
2982            ! lib/ExtUtils/MM_Unix.pm
2983 ____________________________________________________________________________
2984 [  6844] By: jhi                                   on 2000/08/27  15:02:37
2985         Log: DJGPP update from Laszlo Molnar.
2986              
2987              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
2988              From: ml1050 <ml1050@freemail.hu>
2989              Date: Sat, 26 Aug 2000 23:24:40 +0200
2990              Message-Id: <20000826232440.A439@freemail.hu>
2991      Branch: perl
2992            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
2993            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
2994 ____________________________________________________________________________
2995 [  6843] By: jhi                                   on 2000/08/27  14:53:58
2996         Log: Subject: installman buglet
2997              From: Lupe Christoph <lupe@lupe-christoph.de>
2998              Date: Sun, 27 Aug 2000 14:38:59 +0200
2999              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
3000      Branch: perl
3001            ! installman
3002 ____________________________________________________________________________
3003 [  6842] By: jhi                                   on 2000/08/27  14:52:08
3004         Log: Can't get the test to reliably work thanks to the
3005              inaccurateness of floating point.  "Resolves" bug ids
3006              20000826.003, 20000826.009, 20000826.010,
3007      Branch: perl
3008            ! t/lib/trig.t
3009 ____________________________________________________________________________
3010 [  6841] By: jhi                                   on 2000/08/26  15:53:58
3011         Log: Update Changes.
3012      Branch: perl
3013            ! Changes patchlevel.h
3014 ____________________________________________________________________________
3015 [  6840] By: jhi                                   on 2000/08/26  14:23:03
3016         Log: grep -e isn't portable.
3017              
3018              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
3019              From: chris@broadband.att.com
3020              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
3021              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
3022      Branch: perl
3023            ! hints/solaris_2.sh
3024 ____________________________________________________________________________
3025 [  6839] By: jhi                                   on 2000/08/26  14:12:23
3026         Log: no-install target a la make -n.
3027              
3028              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
3029              From: <abigail@foad.org>
3030              Date: Sat, 26 Aug 2000 03:57:34 -0400
3031              Message-ID: <20000826075735.18912.qmail@foad.org>
3032      Branch: perl
3033            ! Makefile.SH installman installperl
3034 ____________________________________________________________________________
3035 [  6838] By: jhi                                   on 2000/08/26  14:06:33
3036         Log: Retract #6826 as the #6828 should be do the same
3037              in a More Correct Way.
3038      Branch: perl
3039            ! installperl
3040 ____________________________________________________________________________
3041 [  6837] By: jhi                                   on 2000/08/26  05:24:00
3042         Log: More casting.
3043      Branch: perl
3044            ! ext/Storable/Storable.xs
3045 ____________________________________________________________________________
3046 [  6836] By: jhi                                   on 2000/08/26  05:05:46
3047         Log: Nicer in decimal.
3048      Branch: perl
3049            ! ext/Storable/Storable.xs
3050 ____________________________________________________________________________
3051 [  6835] By: jhi                                   on 2000/08/26  05:03:50
3052         Log: There be no UVdf.
3053      Branch: perl
3054            ! ext/Storable/Storable.xs
3055 ____________________________________________________________________________
3056 [  6834] By: jhi                                   on 2000/08/26  05:00:18
3057         Log: Continue IVdfing and UVxfing.
3058      Branch: perl
3059            ! ext/Storable/Storable.xs
3060 ____________________________________________________________________________
3061 [  6833] By: jhi                                   on 2000/08/26  04:53:14
3062         Log: Use IVdf.
3063      Branch: perl
3064            ! ext/Storable/Storable.xs
3065 ____________________________________________________________________________
3066 [  6832] By: jhi                                   on 2000/08/26  04:40:41
3067         Log: Document PTR2XX and INT2PTR.
3068      Branch: perl
3069            ! pod/perlguts.pod
3070 ____________________________________________________________________________
3071 [  6831] By: jhi                                   on 2000/08/26  04:33:18
3072         Log: Use UVxf, PTR2UV, NVff.
3073      Branch: perl
3074            ! ext/Storable/Storable.xs
3075 ____________________________________________________________________________
3076 [  6830] By: jhi                                   on 2000/08/26  04:31:32
3077         Log: Update the test count.
3078      Branch: perl
3079            ! t/lib/trig.t
3080 ____________________________________________________________________________
3081 [  6829] By: jhi                                   on 2000/08/26  03:05:50
3082         Log: Subject: [PATCH] installation not quite silent yet.
3083              From: <abigail@foad.org>
3084              Date: Fri, 25 Aug 2000 20:07:53 -0400
3085              Message-ID: <20000826000753.7822.qmail@foad.org>
3086      Branch: perl
3087            ! installman installperl
3088 ____________________________________________________________________________
3089 [  6828] By: jhi                                   on 2000/08/26  03:05:14
3090         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
3091              From: Spider Boardman <spider@web.zk3.dec.com>
3092              Date: Fri, 25 Aug 2000 19:12:40 -0400
3093              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
3094      Branch: perl
3095            ! gv.c
3096 ____________________________________________________________________________
3097 [  6827] By: jhi                                   on 2000/08/25  23:54:34
3098         Log: Support preserving extremely big/small angles.
3099      Branch: perl
3100            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
3101 ____________________________________________________________________________
3102 [  6826] By: jhi                                   on 2000/08/25  23:01:20
3103         Log: Patch installperl to be long double-aware.
3104              
3105              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
3106              From: Spider Boardman <spider@web.zk3.dec.com>
3107              Date: Fri, 25 Aug 2000 18:15:23 -0400
3108              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
3109      Branch: perl
3110            ! installperl
3111 ____________________________________________________________________________
3112 [  6825] By: jhi                                   on 2000/08/25  22:58:25
3113         Log: Remove duplicately applied patch shards.
3114              
3115              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
3116              From: Spider Boardman <spider@leggy.zk3.dec.com>
3117              Date: Fri, 25 Aug 2000 16:45:03 -0400
3118              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
3119      Branch: perl
3120            ! t/lib/cgi-html.t
3121 ____________________________________________________________________________
3122 [  6824] By: jhi                                   on 2000/08/25  22:57:00
3123         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
3124              From: Daniel Chetlin <daniel@chetlin.com>
3125              Date: Fri, 25 Aug 2000 12:23:16 -0700
3126              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
3127              
3128              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
3129              From: Daniel Chetlin <daniel@chetlin.com>
3130              Date: Fri, 25 Aug 2000 14:47:19 -0700
3131              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
3132      Branch: perl
3133            ! installman
3134 ____________________________________________________________________________
3135 [  6823] By: jhi                                   on 2000/08/25  22:44:17
3136         Log: Timestamp problem?
3137      Branch: perl
3138            ! uconfig.h uconfig.sh
3139 ____________________________________________________________________________
3140 [  6822] By: jhi                                   on 2000/08/25  19:01:06
3141         Log: One forgotten file from #6816.
3142      Branch: perl
3143            ! vos/config.h
3144 ____________________________________________________________________________
3145 [  6821] By: jhi                                   on 2000/08/25  18:56:39
3146         Log: Regen Changes.
3147      Branch: perl
3148            ! Changes patchlevel.h
3149 ____________________________________________________________________________
3150 [  6820] By: jhi                                   on 2000/08/25  18:52:35
3151         Log: Fix Changes ordering.
3152      Branch: perl
3153            ! Changes
3154 ____________________________________________________________________________
3155 [  6819] By: jhi                                   on 2000/08/25  18:50:25
3156         Log: Update Changes.
3157      Branch: perl
3158            ! Changes patchlevel.h
3159 ____________________________________________________________________________
3160 [  6818] By: jhi                                   on 2000/08/25  18:47:45
3161         Log: Tweak the sfio/useperlio logic, hopefully as wished in
3162              
3163              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
3164              From: Nicholas Clark <nick@babyhippo.co.uk>
3165              Date: Fri, 25 Aug 2000 12:01:45 +0100
3166              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
3167      Branch: metaconfig/U/perl
3168            ! d_sfio.U
3169      Branch: perl
3170            ! Configure
3171 ____________________________________________________________________________
3172 [  6817] By: jhi                                   on 2000/08/25  18:32:51
3173         Log: Allow microperl to assume <math.h>, without it the math
3174              functions like floor() are assumed to return int, which makes
3175              for core dumps in machines where integer and floating register
3176              don't mix.
3177      Branch: perl
3178            ! uconfig.h uconfig.sh
3179 ____________________________________________________________________________
3180 [  6816] By: jhi                                   on 2000/08/25  18:27:17
3181         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
3182              the problem reported in
3183              
3184              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
3185              From: danhale@us.ibm.com
3186              Date: Fri, 25 Aug 2000 10:58:06 -0400
3187              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
3188      Branch: metaconfig/U/perl
3189            + d_socks5_init.U
3190      Branch: perl
3191            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
3192            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
3193            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
3194            ! win32/config.gc win32/config.vc
3195 ____________________________________________________________________________
3196 [  6815] By: jhi                                   on 2000/08/25  17:43:31
3197         Log: A solution for the retrieve_fd autosplit warning,
3198              idea suggested by Mike Guy.
3199      Branch: perl
3200            ! ext/Storable/Storable.pm
3201 ____________________________________________________________________________
3202 [  6814] By: jhi                                   on 2000/08/25  17:16:03
3203         Log: Add install-silent target.
3204      Branch: perl
3205            ! Makefile.SH
3206 ____________________________________________________________________________
3207 [  6813] By: jhi                                   on 2000/08/25  17:14:23
3208         Log: Subject: Re: [PATCH] More silencing of installman.
3209              From: <abigail@foad.org>
3210              Date: Thu, 24 Aug 2000 19:27:03 -0400
3211              Message-ID: <20000824232703.7001.qmail@foad.org>
3212              
3213              Subject: Re: [PATCH] More silencing of installman.
3214              From: <abigail@foad.org>
3215              Date: Fri, 25 Aug 2000 03:00:58 -0400
3216              Message-ID: <20000825070058.10697.qmail@foad.org>
3217      Branch: perl
3218            ! installman
3219 ____________________________________________________________________________
3220 [  6812] By: jhi                                   on 2000/08/25  17:11:28
3221         Log: installperl --verbose and --silent.
3222              
3223              Subject: Re: [PATCH] More silencing of installman.
3224              From: <abigail@foad.org>
3225              Message-ID: <20000825064430.9719.qmail@foad.org>
3226              Date: Fri, 25 Aug 2000 02:44:30 -0400
3227      Branch: perl
3228            ! installperl
3229 ____________________________________________________________________________
3230 [  6811] By: jhi                                   on 2000/08/25  17:05:43
3231         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
3232              From: "Peter J. Farley III" <pjfarley@banet.net>
3233              Date: Thu, 24 Aug 2000 21:58:03 -0400
3234              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
3235              
3236              (applied slightly modified)
3237      Branch: perl
3238            ! lib/ExtUtils/MM_Unix.pm
3239 ____________________________________________________________________________
3240 [  6810] By: jhi                                   on 2000/08/25  17:01:18
3241         Log: Missing parts of 
3242              
3243              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
3244              From: Peter Prymmer <pvhp@forte.com>
3245              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
3246              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
3247      Branch: perl
3248            ! t/lib/cgi-html.t
3249 ____________________________________________________________________________
3250 [  6809] By: jhi                                   on 2000/08/25  16:46:32
3251         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
3252              From: "Craig A. Berry" <craig.berry@psinetcs.com>
3253              Date: Thu, 24 Aug 2000 19:13:11 -0500
3254              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
3255      Branch: perl
3256            ! vms/vms.c
3257 ____________________________________________________________________________
3258 [  6808] By: jhi                                   on 2000/08/25  16:39:22
3259         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
3260              From: Peter Prymmer <pvhp@forte.com>
3261              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
3262              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
3263      Branch: perl
3264            ! configure.com
3265 ____________________________________________________________________________
3266 [  6807] By: jhi                                   on 2000/08/25  16:36:37
3267         Log: Better wording for the vec lvalue diagnostic.
3268              
3269              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3270              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3271              Date: Wed, 23 Aug 2000 14:12:16 -0400
3272              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
3273      Branch: perl
3274            ! pod/perldiag.pod
3275 ____________________________________________________________________________
3276 [  6806] By: jhi                                   on 2000/08/24  18:17:22
3277         Log: Subject: [PATCH] More silencing of installman.
3278              From: <abigail@foad.org>
3279              Date: Thu, 24 Aug 2000 14:01:44 -0400
3280              Message-ID: <20000824180144.20062.qmail@foad.org>
3281      Branch: perl
3282            ! installman
3283 ____________________________________________________________________________
3284 [  6805] By: jhi                                   on 2000/08/24  15:00:31
3285         Log: Update Changes.
3286      Branch: perl
3287            ! Changes patchlevel.h
3288 ____________________________________________________________________________
3289 [  6804] By: jhi                                   on 2000/08/24  14:59:07
3290         Log: Regen perltoc.
3291      Branch: perl
3292            ! pod/perltoc.pod
3293 ____________________________________________________________________________
3294 [  6803] By: jhi                                   on 2000/08/24  14:44:39
3295         Log: Show the doc file, not the temp file.
3296      Branch: perl
3297            ! installman
3298 ____________________________________________________________________________
3299 [  6802] By: jhi                                   on 2000/08/24  14:41:53
3300         Log: Continue silencing.
3301      Branch: perl
3302            ! installman
3303 ____________________________________________________________________________
3304 [  6801] By: jhi                                   on 2000/08/24  14:34:40
3305         Log: Actually do something with the silencer option.
3306      Branch: perl
3307            ! installman
3308 ____________________________________________________________________________
3309 [  6800] By: jhi                                   on 2000/08/24  14:26:22
3310         Log: Make installman to recognize the silence flag -S.
3311      Branch: perl
3312            ! installman
3313 ____________________________________________________________________________
3314 [  6799] By: jhi                                   on 2000/08/24  13:49:38
3315         Log: DOS patches and portability/porting notes, from Tim Jenness.
3316      Branch: perl
3317            ! lib/File/Temp.pm
3318 ____________________________________________________________________________
3319 [  6798] By: jhi                                   on 2000/08/24  13:48:27
3320         Log: Create directories in silence.
3321              
3322              Subject: [PATCH] Another silencer for MakeMaker
3323              From: andreas.koenig@anima.de (Andreas J. Koenig)
3324              Date: 24 Aug 2000 14:18:52 +0200
3325              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
3326      Branch: perl
3327            ! lib/ExtUtils/Command.pm
3328 ____________________________________________________________________________
3329 [  6797] By: jhi                                   on 2000/08/24  13:46:42
3330         Log: More liberal parsing of version numbers.
3331              
3332              Subject: Re: CPAN.pm beta for testing available
3333              From: andreas.koenig@anima.de (Andreas J. Koenig)
3334              Date: 24 Aug 2000 13:51:57 +0200
3335              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
3336      Branch: perl
3337            ! lib/CPAN.pm
3338 ____________________________________________________________________________
3339 [  6796] By: jhi                                   on 2000/08/24  13:44:36
3340         Log: Make "make install" by default silent.  A new "install-verbose"
3341              target is verbose.
3342      Branch: perl
3343            ! Makefile.SH
3344 ____________________________________________________________________________
3345 [  6795] By: jhi                                   on 2000/08/24  13:39:14
3346         Log: Add silencer flags to installperl.
3347              
3348              Subject: [PATCH] Making installperl silent.
3349              From: <abigail@foad.org>
3350              Date: Thu, 24 Aug 2000 05:01:45 -0400
3351              Message-ID: <20000824090145.13141.qmail@foad.org>
3352      Branch: perl
3353            ! installperl
3354 ____________________________________________________________________________
3355 [  6794] By: jhi                                   on 2000/08/24  13:35:50
3356         Log: installperl couldn't tell whether it had run tests or not.
3357              
3358              Subject: [PATCH] Re: installperl and t/TEST
3359              From: <abigail@foad.org>
3360              Date: Thu, 24 Aug 2000 04:00:53 -0400
3361              Message-ID: <20000824080053.2494.qmail@foad.org>
3362      Branch: perl
3363            ! Makefile.SH installperl
3364 ____________________________________________________________________________
3365 [  6793] By: jhi                                   on 2000/08/24  13:27:50
3366         Log: Drop the separate perlbc, perlcc -b should be enough.
3367      Branch: perl
3368            - utils/perlbc.PL
3369            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
3370 ____________________________________________________________________________
3371 [  6792] By: jhi                                   on 2000/08/24  04:41:30
3372         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
3373              plus the typo fix from Peter Prymmer.
3374      Branch: perl
3375            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
3376            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
3377 ____________________________________________________________________________
3378 [  6791] By: jhi                                   on 2000/08/24  02:10:43
3379         Log: Replace #6705 with a minimal doc patch.
3380              
3381              Subject: [PATCH 5.6.0] replace change #6705
3382              From: Jan Dubois <jand@ActiveState.com>
3383              Date: Wed, 23 Aug 2000 18:31:51 -0700
3384              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
3385      Branch: perl
3386            ! lib/Win32.pod win32/win32.c
3387 ____________________________________________________________________________
3388 [  6790] By: jhi                                   on 2000/08/23  17:52:00
3389         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
3390              From: Mike Guy <mjtg@cam.ac.uk>
3391              Date: Wed, 23 Aug 2000 18:38:46 +0100
3392              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
3393      Branch: perl
3394            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
3395 ____________________________________________________________________________
3396 [  6789] By: jhi                                   on 2000/08/23  15:34:21
3397         Log: Update Changes.
3398      Branch: perl
3399            ! Changes patchlevel.h
3400 ____________________________________________________________________________
3401 [  6788] By: jhi                                   on 2000/08/23  15:33:40
3402         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
3403              From: Wilfredo Sánchez <wsanchez@apple.com>
3404              Date: Tue, 22 Aug 2000 19:31:27 -0700
3405              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
3406      Branch: perl
3407            ! perl.h
3408 ____________________________________________________________________________
3409 [  6787] By: jhi                                   on 2000/08/23  15:29:31
3410         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
3411              From: Spider Boardman <spider@leggy.zk3.dec.com>
3412              Date: Wed, 23 Aug 2000 10:33:23 -0400
3413              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
3414      Branch: perl
3415            ! lib/Pod/Html.pm
3416 ____________________________________________________________________________
3417 [  6786] By: jhi                                   on 2000/08/23  15:28:11
3418         Log: Bad makefile.
3419      Branch: perl
3420            ! ext/B/Makefile.PL
3421 ____________________________________________________________________________
3422 [  6785] By: jhi                                   on 2000/08/23  14:37:04
3423         Log: Update Changes.
3424      Branch: perl
3425            ! Changes patchlevel.h
3426 ____________________________________________________________________________
3427 [  6784] By: jhi                                   on 2000/08/23  13:58:41
3428         Log: Portability fix from Hugo van der Sanden.
3429      Branch: perl
3430            ! ext/re/Makefile.PL
3431 ____________________________________________________________________________
3432 [  6783] By: jhi                                   on 2000/08/23  13:53:53
3433         Log: Storable support, v-version fixes.
3434              
3435              Subject: CPAN.pm beta for testing available
3436              From: andreas.koenig@anima.de (Andreas J. Koenig)
3437              Date: 22 Aug 2000 23:31:33 +0200
3438              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
3439      Branch: perl
3440            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3441 ____________________________________________________________________________
3442 [  6782] By: jhi                                   on 2000/08/23  13:51:26
3443         Log: Mac and other portability updates from Chris Nandor.
3444      Branch: perl
3445            ! pod/perlmodinstall.pod
3446 ____________________________________________________________________________
3447 [  6781] By: jhi                                   on 2000/08/23  13:47:33
3448         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
3449              From: Peter Prymmer <pvhp@forte.com>
3450              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
3451              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
3452      Branch: perl
3453            ! ext/Storable/Storable.xs
3454 ____________________________________________________________________________
3455 [  6780] By: jhi                                   on 2000/08/23  13:33:34
3456         Log: VMS MMS (make) wants null action.
3457      Branch: perl
3458            ! ext/B/Makefile.PL
3459 ____________________________________________________________________________
3460 [  6779] By: jhi                                   on 2000/08/22  19:44:47
3461         Log: Forgot portability nit.
3462      Branch: perl
3463            ! t/lib/st-forgive.t
3464 ____________________________________________________________________________
3465 [  6778] By: jhi                                   on 2000/08/22  19:35:25
3466         Log: Be portable.
3467      Branch: perl
3468            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
3469            ! t/lib/st-store.t
3470 ____________________________________________________________________________
3471 [  6777] By: jhi                                   on 2000/08/22  18:50:53
3472         Log: Update Changes.
3473      Branch: perl
3474            ! Changes patchlevel.h
3475 ____________________________________________________________________________
3476 [  6776] By: jhi                                   on 2000/08/22  18:44:46
3477         Log: cSVOPo_*v things index into the current PL_curpad
3478              under ithreads, which is different from the curpad
3479              used by the XSUB.  (In other words, the code as-is
3480              before this patch wouldn't work under ithreads.)
3481              From Sarathy.
3482      Branch: perl
3483            ! ext/B/B.xs
3484 ____________________________________________________________________________
3485 [  6775] By: jhi                                   on 2000/08/22  18:18:37
3486         Log: Make the selection of NVff et al stricter.
3487      Branch: metaconfig/U/perl
3488            ! perlxvf.U
3489      Branch: perl
3490            ! Configure config_h.SH
3491 ____________________________________________________________________________
3492 [  6774] By: jhi                                   on 2000/08/22  17:19:42
3493         Log: perldelta nits.
3494      Branch: perl
3495            ! pod/perldelta.pod
3496 ____________________________________________________________________________
3497 [  6773] By: jhi                                   on 2000/08/22  17:06:26
3498         Log: Long double fixes from Spider Boardman.
3499              
3500              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
3501              From: system PRIVILEGED account <root@peano.zk3.dec.com>
3502              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
3503              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
3504      Branch: perl
3505            ! t/lib/bigfltpm.t t/lib/st-06compat.t
3506 ____________________________________________________________________________
3507 [  6772] By: jhi                                   on 2000/08/22  15:04:53
3508         Log: Update Changes.
3509      Branch: perl
3510            ! Changes patchlevel.h
3511 ____________________________________________________________________________
3512 [  6771] By: jhi                                   on 2000/08/22  15:01:44
3513         Log: perldelta fixes from Hugo van der Sanden.
3514      Branch: perl
3515            ! pod/perldelta.pod
3516 ____________________________________________________________________________
3517 [  6770] By: jhi                                   on 2000/08/22  14:34:49
3518         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
3519              From: Hugo <hv@crypt.compulink.co.uk>
3520              Date: Tue, 22 Aug 2000 11:21:53 +0100
3521              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
3522      Branch: perl
3523            ! regcomp.c
3524 ____________________________________________________________________________
3525 [  6769] By: jhi                                   on 2000/08/22  14:30:02
3526         Log: Add Yitzchak, reformat.
3527      Branch: perl
3528            ! Changes config_h.SH
3529 ____________________________________________________________________________
3530 [  6768] By: jhi                                   on 2000/08/22  14:21:35
3531         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
3532              and Spider Boardman.
3533      Branch: metaconfig
3534            ! U/compline/d_gconvert.U
3535      Branch: perl
3536            ! Configure
3537 ____________________________________________________________________________
3538 [  6767] By: jhi                                   on 2000/08/22  14:11:24
3539         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
3540              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3541              Date: Mon, 21 Aug 2000 19:08:31 -0700
3542              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
3543      Branch: perl
3544            - ext/Storable/patchlevel.h
3545            ! MANIFEST ext/Storable/MANIFEST
3546 ____________________________________________________________________________
3547 [  6766] By: jhi                                   on 2000/08/22  13:49:29
3548         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
3549              From: Peter Prymmer <pvhp@forte.com>
3550              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
3551              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
3552      Branch: perl
3553            ! configure.com ext/Storable/Makefile.PL
3554 ____________________________________________________________________________
3555 [  6765] By: jhi                                   on 2000/08/22  13:44:59
3556         Log: Subject: [PATCH blead] B:: missing dependency
3557              From: Hugo <hv@crypt.compulink.co.uk>
3558              Date: Tue, 22 Aug 2000 06:44:33 +0100
3559              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
3560      Branch: perl
3561            ! ext/B/Makefile.PL
3562 ____________________________________________________________________________
3563 [  6764] By: jhi                                   on 2000/08/22  13:38:12
3564         Log: More bytecompiler.
3565      Branch: perl
3566            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
3567 ____________________________________________________________________________
3568 [  6763] By: jhi                                   on 2000/08/22  13:36:44
3569         Log: Bytecompiler patches from Benjamin Stuhl.
3570      Branch: perl
3571            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
3572            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
3573            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
3574            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
3575            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
3576            ! perl.c perlapi.h pod/perldelta.pod
3577 ____________________________________________________________________________
3578 [  6762] By: jhi                                   on 2000/08/21  23:43:40
3579         Log: An obsoleted diagnostic.
3580      Branch: perl
3581            ! pod/perldelta.pod
3582 ____________________________________________________________________________
3583 [  6761] By: jhi                                   on 2000/08/21  23:01:45
3584         Log: The #6759 wasn't quite right.
3585      Branch: perl
3586            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
3587            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
3588            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
3589            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
3590            ! t/lib/st-tieditems.t
3591 ____________________________________________________________________________
3592 [  6760] By: jhi                                   on 2000/08/21  22:35:49
3593         Log: Be verydeepclean.
3594      Branch: perl
3595            ! Makefile.SH
3596 ____________________________________________________________________________
3597 [  6759] By: jhi                                   on 2000/08/21  22:25:40
3598         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
3599              From: Peter Prymmer <pvhp@forte.com>
3600              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
3601              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
3602      Branch: perl
3603            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
3604            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
3605            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
3606            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
3607            ! t/lib/st-tieditems.t
3608 ____________________________________________________________________________
3609 [  6758] By: jhi                                   on 2000/08/21  22:22:32
3610         Log: Few more casts, need reported in
3611              
3612              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
3613              From: Mike Stok <mike@stok.co.uk>
3614              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
3615              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
3616              
3617              and
3618              
3619              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
3620              From: abigail@foad.org
3621              Date: 21 Aug 2000 21:31:34 -0000
3622              Message-Id: <20000821213134.30170.qmail@foad.org>
3623      Branch: perl
3624            ! ext/Storable/Storable.xs
3625 ____________________________________________________________________________
3626 [  6757] By: jhi                                   on 2000/08/21  18:37:07
3627         Log: Update Changes.
3628      Branch: perl
3629            ! Changes patchlevel.h
3630 ____________________________________________________________________________
3631 [  6756] By: jhi                                   on 2000/08/21  18:34:02
3632         Log: A pod nit.
3633              
3634              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
3635              From: <abigail@foad.org>
3636              Date: Mon, 21 Aug 2000 14:00:16 -0400
3637              Message-ID: <20000821180016.28627.qmail@foad.org>
3638      Branch: perl
3639            ! pod/perlre.pod
3640 ____________________________________________________________________________
3641 [  6755] By: jhi                                   on 2000/08/21  18:30:56
3642         Log: Use PodParser 1.18 new test.
3643      Branch: perl
3644            ! t/pod/special_seqs.t t/pod/special_seqs.xr
3645 ____________________________________________________________________________
3646 [  6754] By: jhi                                   on 2000/08/21  18:28:35
3647         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
3648              patches cannot be applied since #6712 conflicts.
3649      Branch: perl
3650            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
3651 ____________________________________________________________________________
3652 [  6753] By: jhi                                   on 2000/08/21  18:15:11
3653         Log: Weed out some smaller changes.
3654      Branch: perl
3655            ! pod/perldelta.pod
3656 ____________________________________________________________________________
3657 [  6752] By: jhi                                   on 2000/08/21  18:02:30
3658         Log: Also under djgpp the timestamps are funky.
3659      Branch: perl
3660            ! t/op/stat.t
3661 ____________________________________________________________________________
3662 [  6751] By: jhi                                   on 2000/08/21  17:55:56
3663         Log: Tweak the floating point output routine preferences.
3664      Branch: metaconfig
3665            ! U/compline/d_gconvert.U
3666      Branch: perl
3667            ! Configure
3668 ____________________________________________________________________________
3669 [  6750] By: jhi                                   on 2000/08/21  17:51:29
3670         Log: Unicos/mk requires elaborate paranoia.
3671      Branch: perl
3672            ! lib/Math/Complex.pm
3673 ____________________________________________________________________________
3674 [  6749] By: gsar                                  on 2000/08/21  16:53:31
3675         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
3676      Branch: perl
3677            ! lib/Cwd.pm
3678 ____________________________________________________________________________
3679 [  6748] By: gsar                                  on 2000/08/21  16:22:19
3680         Log: free TLS slot properly on Windows
3681      Branch: perl
3682            ! thread.h win32/perllib.c win32/win32thread.h
3683 ____________________________________________________________________________
3684 [  6747] By: jhi                                   on 2000/08/21  16:20:58
3685         Log: Rename the macro argument because some preprocessors
3686              can't tell the difference and expand arguments also inside
3687              double quoted strings.
3688      Branch: perl
3689            ! regcomp.c
3690 ____________________________________________________________________________
3691 [  6746] By: jhi                                   on 2000/08/21  16:09:41
3692         Log: Support long doubles in Storable.
3693              
3694              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
3695              From: Radu Greab <radu@netsoft.ro>
3696              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
3697              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
3698      Branch: perl
3699            ! ext/Storable/Storable.xs
3700 ____________________________________________________________________________
3701 [  6745] By: jhi                                   on 2000/08/21  15:51:40
3702         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
3703              From: "Fifer, Eric" <EFifer@sanwaint.com>
3704              Date: Mon, 21 Aug 2000 15:34:49 +0100
3705              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
3706      Branch: perl
3707            ! t/pragma/warn/9enabled
3708 ____________________________________________________________________________
3709 [  6744] By: jhi                                   on 2000/08/21  15:39:35
3710         Log: Document the endianness of Alpha more precisely.
3711      Branch: perl
3712            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
3713            ! pod/perlport.pod
3714 ____________________________________________________________________________
3715 [  6743] By: jhi                                   on 2000/08/21  14:47:05
3716         Log: perldelta fixes from the p5p crowd.
3717      Branch: perl
3718            ! pod/perldelta.pod pod/perlop.pod
3719 ____________________________________________________________________________
3720 [  6742] By: jhi                                   on 2000/08/21  13:34:51
3721         Log: Update to Pod::LaTeX 0.53.
3722              
3723              Subject: [PATCH] lib/Pod/LaTeX.pm updates
3724              From: Tim Jenness <timj@jach.hawaii.edu>
3725              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
3726              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
3727      Branch: perl
3728            ! lib/Pod/LaTeX.pm
3729 ____________________________________________________________________________
3730 [  6741] By: jhi                                   on 2000/08/21  13:33:01
3731         Log: Subject: [PATCH] os2.c fix for use64bitint
3732              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3733              Date: Mon, 21 Aug 2000 01:32:25 -0700
3734              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
3735      Branch: perl
3736            ! os2/os2.c
3737 ____________________________________________________________________________
3738 [  6740] By: jhi                                   on 2000/08/21  13:28:52
3739         Log: Array context keeps slithering in.
3740              
3741              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
3742              From: Daniel Chetlin <daniel@chetlin.com>
3743              Date: Sun, 20 Aug 2000 21:40:25 -0700
3744              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
3745      Branch: perl
3746            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
3747            ! pod/perldebtut.pod
3748 ____________________________________________________________________________
3749 [  6739] By: jhi                                   on 2000/08/21  13:23:55
3750         Log: Big-endian quad fixes for Storable from Radu Greab,
3751              plus few explicit null casts for picky compilers.
3752      Branch: perl
3753            ! ext/Storable/Storable.xs
3754 ____________________________________________________________________________
3755 [  6738] By: gsar                                  on 2000/08/21  05:56:13
3756         Log: small tweaks for change#6705: avoid C++ style comments in C code;
3757              use Perl's malloc API rather than the low level system one
3758      Branch: perl
3759            ! win32/win32.c
3760 ____________________________________________________________________________
3761 [  6737] By: gsar                                  on 2000/08/21  05:35:41
3762         Log: add Storable to list of extensions on Windows
3763      Branch: perl
3764            ! win32/Makefile win32/makefile.mk
3765 ____________________________________________________________________________
3766 [  6736] By: jhi                                   on 2000/08/21  02:57:53
3767         Log: Update Changes.
3768      Branch: perl
3769            ! Changes patchlevel.h
3770 ____________________________________________________________________________
3771 [  6735] By: jhi                                   on 2000/08/21  02:57:20
3772         Log: Draft 0.
3773      Branch: perl
3774            ! pod/perldelta.pod
3775 ____________________________________________________________________________
3776 [  6734] By: jhi                                   on 2000/08/21  02:57:03
3777         Log: Add Storable 0.7.2 from Raphael Manfredi,
3778              plus the patch from
3779              
3780              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
3781              From: Radu Greab <radu@netsoft.ro>
3782              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
3783              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
3784              
3785              plus changes to get Storable to compile with
3786              picky ANSI compilers.
3787      Branch: perl
3788            + ext/Storable/ChangeLog ext/Storable/MANIFEST
3789            + ext/Storable/Makefile.PL ext/Storable/README
3790            + ext/Storable/Storable.pm ext/Storable/Storable.xs
3791            + ext/Storable/patchlevel.h t/lib/st-06compat.t
3792            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
3793            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
3794            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
3795            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
3796            + t/lib/st-tieditems.t
3797            ! MANIFEST
3798 ____________________________________________________________________________
3799 [  6733] By: jhi                                   on 2000/08/21  02:29:09
3800         Log: The correct cleaning order is an art.
3801      Branch: perl
3802            ! Makefile.SH
3803 ____________________________________________________________________________
3804 [  6732] By: jhi                                   on 2000/08/21  01:23:39
3805         Log: The #6724 is here.
3806      Branch: perl
3807            ! t/lib/ftmp-security.t
3808 ____________________________________________________________________________
3809 [  6731] By: jhi                                   on 2000/08/20  23:17:03
3810         Log: s/this one/the 5.6.0 release/
3811      Branch: perl
3812            ! pod/perl56delta.pod
3813 ____________________________________________________________________________
3814 [  6730] By: jhi                                   on 2000/08/20  23:07:34
3815         Log: Mention perlebcdic and perlposix-bc.
3816      Branch: perl
3817            ! pod/perlport.pod
3818 ____________________________________________________________________________
3819 [  6729] By: jhi                                   on 2000/08/20  21:32:59
3820         Log: Document the number of exponent digits.
3821      Branch: perl
3822            ! pod/perlfunc.pod
3823 ____________________________________________________________________________
3824 [  6728] By: jhi                                   on 2000/08/20  21:16:47
3825         Log: Use File::Spec->tmpdir().
3826              
3827              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
3828              From: Tim Jenness <timj@jach.hawaii.edu>
3829              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
3830              MIME-Version: 1.0
3831              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
3832      Branch: perl
3833            ! utils/perlbug.PL
3834 ____________________________________________________________________________
3835 [  6727] By: jhi                                   on 2000/08/20  20:43:32
3836         Log: Update Changes.
3837      Branch: perl
3838            ! Changes patchlevel.h
3839 ____________________________________________________________________________
3840 [  6726] By: jhi                                   on 2000/08/20  20:41:44
3841         Log: The veryclean target needs to clobber.
3842      Branch: perl
3843            ! Makefile.SH
3844 ____________________________________________________________________________
3845 [  6725] By: jhi                                   on 2000/08/20  20:37:38
3846         Log: Document odd vs even subreleases and -Dusedevel.
3847      Branch: perl
3848            ! INSTALL
3849 ____________________________________________________________________________
3850 [  6724] By: jhi                                   on 2000/08/20  19:58:05
3851         Log: Use temporary directory instead of current directory.
3852              
3853              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
3854              From: Tim Jenness <timj@jach.hawaii.edu>
3855              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
3856              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
3857      Branch: perl
3858            ! t/lib/ftmp-security.t
3859 ____________________________________________________________________________
3860 [  6723] By: jhi                                   on 2000/08/20  19:55:55
3861         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
3862              From: andreas.koenig@anima.de (Andreas J. Koenig)
3863              Date: 20 Aug 2000 15:52:03 +0200
3864              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
3865      Branch: perl
3866            ! lib/ExtUtils/MM_Unix.pm
3867 ____________________________________________________________________________
3868 [  6722] By: jhi                                   on 2000/08/20  19:46:01
3869         Log: Update to CGI 2.72, from Lincoln Stein.
3870      Branch: perl
3871            ! lib/CGI.pm
3872 ____________________________________________________________________________
3873 [  6721] By: jhi                                   on 2000/08/20  19:43:54
3874         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
3875              From: Radu Greab <radu@netsoft.ro>
3876              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
3877              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
3878      Branch: perl
3879            ! ext/GDBM_File/GDBM_File.xs
3880 ____________________________________________________________________________
3881 [  6720] By: jhi                                   on 2000/08/20  19:42:01
3882         Log: pp_open() could pass an uninitialized filename down to do_open9().
3883      Branch: perl
3884            ! pp_sys.c
3885 ____________________________________________________________________________
3886 [  6719] By: jhi                                   on 2000/08/20  14:06:41
3887         Log: UTF8 concat fixes.
3888              
3889              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
3890              From: Hugo <hv@crypt.compulink.co.uk>
3891              Date: Sun, 20 Aug 2000 07:30:46 +0100
3892              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
3893      Branch: perl
3894            ! pp_hot.c t/op/append.t
3895 ____________________________________________________________________________
3896 [  6718] By: jhi                                   on 2000/08/20  02:09:37
3897         Log: Let's try #6717 again.
3898      Branch: perl
3899            ! lib/File/Temp.pm
3900 ____________________________________________________________________________
3901 [  6717] By: jhi                                   on 2000/08/20  01:56:55
3902         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
3903              From: "Craig A. Berry" <craig.berry@metamorgs.com>
3904              Date: Sat, 19 Aug 2000 18:15:39 -0500
3905              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
3906      Branch: perl
3907            ! lib/File/Temp.pm
3908 ____________________________________________________________________________
3909 [  6716] By: jhi                                   on 2000/08/19  15:50:11
3910         Log: Update Changes.
3911      Branch: perl
3912            ! Changes patchlevel.h
3913 ____________________________________________________________________________
3914 [  6715] By: jhi                                   on 2000/08/19  15:39:09
3915         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
3916              From: Jonathan D Johnston <jdjohnston2@juno.com>
3917              Date: Thu, 17 Aug 2000 23:13:01 -0400       
3918              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
3919      Branch: perl
3920            ! pod/perlfunc.pod
3921 ____________________________________________________________________________
3922 [  6714] By: jhi                                   on 2000/08/19  15:34:04
3923         Log: Introduce a 'veryclean' target that is like 'distclean'
3924              but also removes *~ and *.orig.
3925      Branch: perl
3926            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
3927            ! utils/Makefile x2p/Makefile.SH
3928 ____________________________________________________________________________
3929 [  6713] By: jhi                                   on 2000/08/19  14:15:45
3930         Log: Put back the long double avoidance code to POSIX.xs
3931              because VMS seems to need it still.
3932      Branch: perl
3933            ! ext/POSIX/POSIX.xs
3934 ____________________________________________________________________________
3935 [  6712] By: jhi                                   on 2000/08/19  14:10:41
3936         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
3937              From: Peter Prymmer <pvhp@forte.com>
3938              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
3939              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
3940      Branch: perl
3941            ! lib/Pod/Find.pm t/pod/find.t
3942 ____________________________________________________________________________
3943 [  6711] By: jhi                                   on 2000/08/19  14:09:19
3944         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
3945              From: Peter Prymmer <pvhp@forte.com>
3946              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
3947              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
3948              cc: vmsperl@perl.org
3949      Branch: perl
3950            ! t/lib/peek.t
3951 ____________________________________________________________________________
3952 [  6710] By: jhi                                   on 2000/08/19  14:08:01
3953         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
3954              From: Jan Dubois <jand@ActiveState.com>
3955              Date: Fri, 18 Aug 2000 16:31:48 -0700
3956              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
3957      Branch: perl
3958            ! win32/win32.c
3959 ____________________________________________________________________________
3960 [  6709] By: jhi                                   on 2000/08/19  14:06:57
3961         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
3962              
3963              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
3964              From: Spider.Boardman@Orb.Nashua.NH.US
3965              Date: Fri, 18 Aug 2000 18:41:14 -0400
3966              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
3967      Branch: perl
3968            ! regcomp.c
3969 ____________________________________________________________________________
3970 [  6708] By: jhi                                   on 2000/08/18  22:04:49
3971         Log: Update Changes.
3972      Branch: perl
3973            ! Changes patchlevel.h
3974 ____________________________________________________________________________
3975 [  6707] By: jhi                                   on 2000/08/18  21:55:14
3976         Log: Add warnif(), check warnings further up the stack,
3977              all the warnings functions now can take an optional object reference.
3978              
3979              Subject: [PATCH bleedperl@6691] warnings pragma update
3980              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
3981              Date: Fri, 18 Aug 2000 22:42:06 +0100
3982              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
3983      Branch: perl
3984            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
3985            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
3986            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
3987 ____________________________________________________________________________
3988 [  6706] By: jhi                                   on 2000/08/18  21:41:45
3989         Log: Typo in pp_complement().
3990              
3991              Subject: [PATCH perl-current] Deparse
3992              From: Peter Scott <Peter@PSDT.com>
3993              Date: Fri, 18 Aug 2000 12:44:37 -0700
3994              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
3995      Branch: perl
3996            ! ext/B/B/Deparse.pm
3997 ____________________________________________________________________________
3998 [  6705] By: jhi                                   on 2000/08/18  21:25:59
3999         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
4000              From: Jan Dubois <jand@ActiveState.com>
4001              Date: Fri, 18 Aug 2000 14:22:51 -0700
4002              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
4003      Branch: perl
4004            ! lib/Win32.pod win32/win32.c
4005 ____________________________________________________________________________
4006 [  6704] By: jhi                                   on 2000/08/18  21:16:14
4007         Log: Don't eat leading os from index entries.
4008              
4009              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
4010              From: Russ Allbery <rra@stanford.edu>
4011              Date: 10 Aug 2000 20:49:25 -0700
4012              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
4013      Branch: perl
4014            ! lib/Pod/Man.pm
4015 ____________________________________________________________________________
4016 [  6703] By: jhi                                   on 2000/08/18  21:07:06
4017         Log: Add [[:blank:]] as suggested in
4018              
4019              Subject: [ID 20000716.024] [=cc=] / [:blank:]
4020              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
4021              Date: Sun, 16 Jul 2000 17:55:29 -0700
4022              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
4023              
4024              (the [=cc=] has already been taken care of by #6439
4025              so the whole bug report can be closed)
4026              
4027              and make [[:space:]] to be equivalent to isspace(3)
4028              (as opposed to \s, which is isSPACE()).  The difference
4029              is that now [[:space:]] matches the mythical vertical tab,
4030              while \s doesn't.
4031      Branch: perl
4032            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
4033            ! regexec.c t/op/pat.t
4034 ____________________________________________________________________________
4035 [  6702] By: jhi                                   on 2000/08/18  18:47:47
4036         Log: The new tests were missing from #6415.
4037      Branch: perl
4038            ! t/op/bop.t
4039 ____________________________________________________________________________
4040 [  6701] By: jhi                                   on 2000/08/18  18:20:40
4041         Log: Document the NDBM_File and ODBM_File as SDBM_File
4042              was documented in #6417.
4043      Branch: perl
4044            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
4045            ! ext/SDBM_File/SDBM_File.pm
4046 ____________________________________________________________________________
4047 [  6700] By: jhi                                   on 2000/08/18  18:10:39
4048         Log: Subject: [PATCH perl@6698] cygwin port
4049              From: "Fifer, Eric" <EFifer@sanwaint.com>
4050              Date: Fri, 18 Aug 2000 17:30:05 +0100
4051              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
4052      Branch: perl
4053            ! lib/File/Temp.pm
4054 ____________________________________________________________________________
4055 [  6699] By: jhi                                   on 2000/08/18  16:21:49
4056         Log: Document code point which makes if (defined %stash::) to work
4057              (noted by Spider Boardman).
4058      Branch: perl
4059            ! op.c
4060 ____________________________________________________________________________
4061 [  6698] By: jhi                                   on 2000/08/18  13:43:27
4062         Log: Update Changes.
4063      Branch: perl
4064            ! Changes patchlevel.h
4065 ____________________________________________________________________________
4066 [  6697] By: jhi                                   on 2000/08/18  13:35:57
4067         Log: Tiny Getopt::Long patch from Johan Vromans.
4068      Branch: perl
4069            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
4070 ____________________________________________________________________________
4071 [  6696] By: jhi                                   on 2000/08/18  13:26:14
4072         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
4073              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
4074              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
4075              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
4076      Branch: perl
4077            ! pod/perldiag.pod pod/perlsyn.pod
4078 ____________________________________________________________________________
4079 [  6695] By: jhi                                   on 2000/08/18  13:13:26
4080         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
4081              From: Daniel Chetlin <daniel@chetlin.com>
4082              Date: Fri, 18 Aug 2000 03:13:36 -0700
4083              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
4084      Branch: perl
4085            ! pod/perlfunc.pod
4086 ____________________________________________________________________________
4087 [  6694] By: jhi                                   on 2000/08/18  13:08:05
4088         Log: Subject: [PATCH] perltrap.pod spring cleaning
4089              From: Daniel Chetlin <daniel@chetlin.com>
4090              Date: Fri, 18 Aug 2000 03:06:54 -0700
4091              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
4092              
4093              plus Mike Guy's nitfix.
4094      Branch: perl
4095            ! pod/perltrap.pod
4096 ____________________________________________________________________________
4097 [  6693] By: jhi                                   on 2000/08/18  13:00:26
4098         Log: Unbuffer the output.
4099              
4100              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
4101              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4102              Date: Thu, 17 Aug 2000 18:39:29 -0700
4103              Message-ID: <RPJn5gzkgydf092yn@efn.org>
4104      Branch: perl
4105            ! t/op/fork.t
4106 ____________________________________________________________________________
4107 [  6692] By: jhi                                   on 2000/08/18  05:19:17
4108         Log: Delete the image, too, not just its MANIFEStation.
4109      Branch: perl
4110            - lib/CGI/eg/wilogo.gif
4111 ____________________________________________________________________________
4112 [  6691] By: jhi                                   on 2000/08/18  05:10:26
4113         Log: Propagate new Configure vars.
4114      Branch: perl
4115            ! configure.com epoc/config.sh uconfig.h uconfig.sh
4116            ! vos/config.def vos/config.h vos/config_h.SH_orig
4117            ! win32/config.bc win32/config.gc win32/config.vc
4118            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4119 ____________________________________________________________________________
4120 [  6690] By: jhi                                   on 2000/08/18  04:30:56
4121         Log: Update Changes.
4122      Branch: perl
4123            ! Changes patchlevel.h
4124 ____________________________________________________________________________
4125 [  6689] By: jhi                                   on 2000/08/18  04:12:30
4126         Log: Fix the lib/complex failure of
4127              
4128              From: abigail@foad.org
4129              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4130              Date: 15 Aug 2000 04:06:38 -0000
4131              Message-Id: <20000815040638.8524.qmail@foad.org> 
4132              
4133              Linux long double accuracy issue: something that
4134              when printed with %g looks like "2" but int() of it is 1.
4135      Branch: perl
4136            ! lib/Math/Complex.pm
4137 ____________________________________________________________________________
4138 [  6688] By: jhi                                   on 2000/08/18  03:15:35
4139         Log: The byteorder code in #6671 was wrong.
4140      Branch: perl
4141            ! configpm
4142 ____________________________________________________________________________
4143 [  6687] By: jhi                                   on 2000/08/18  02:08:42
4144         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
4145              From: Jan Dubois <jand@ActiveState.com>
4146              Date: Thu, 17 Aug 2000 18:31:55 -0700
4147              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
4148      Branch: perl
4149            ! sv.c
4150 ____________________________________________________________________________
4151 [  6686] By: jhi                                   on 2000/08/18  02:04:15
4152         Log: Use NVs in POSIX math, not doubles.
4153              
4154              From: abigail@foad.org
4155              Subject: [ID 20000817.014] POSIX & modfl
4156              Date: 17 Aug 2000 20:49:18 -0000
4157              Message-Id: <20000817204918.23123.qmail@foad.org>
4158      Branch: perl
4159            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
4160 ____________________________________________________________________________
4161 [  6685] By: jhi                                   on 2000/08/18  02:02:12
4162         Log: Introduce NVef, NVff, and NVgf, use the middle one.
4163              (helps for lib/peek + Linux + long doubles)  Reported in
4164              
4165              From: abigail@foad.org
4166              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
4167              Date: 15 Aug 2000 04:06:38 -0000
4168              Message-Id: <20000815040638.8524.qmail@foad.org> 
4169              
4170              (note: the lib/complex failure has not yet been addressed)
4171      Branch: metaconfig/U/perl
4172            ! perlxvf.U
4173      Branch: perl
4174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4175            ! config_h.SH dump.c perl.h pod/perlguts.pod
4176 ____________________________________________________________________________
4177 [  6684] By: jhi                                   on 2000/08/17  23:22:19
4178         Log: Add byteorder to the myconfig output.
4179      Branch: perl
4180            ! myconfig.SH
4181 ____________________________________________________________________________
4182 [  6683] By: jhi                                   on 2000/08/17  23:20:19
4183         Log: The image doth not exist, spotted by Johan Vromans.
4184      Branch: perl
4185            ! MANIFEST
4186 ____________________________________________________________________________
4187 [  6682] By: jhi                                   on 2000/08/17  22:38:16
4188         Log: Document what the backtick returns if the command fails.
4189      Branch: perl
4190            ! pod/perlop.pod
4191 ____________________________________________________________________________
4192 [  6681] By: jhi                                   on 2000/08/17  22:33:12
4193         Log: Do not use prototyping here.
4194              
4195              Subject: [ID 20000817.016] [PATCH] Peek.xs
4196              From: abigail@foad.org
4197              Date: 17 Aug 2000 20:55:56 -0000
4198              Message-Id: <20000817205556.24270.qmail@foad.org>
4199      Branch: perl
4200            ! ext/Devel/Peek/Makefile.PL
4201 ____________________________________________________________________________
4202 [  6680] By: jhi                                   on 2000/08/17  19:46:43
4203         Log: Don't propose using modules built for 5.005 if no binary
4204              compatibility with 5.005 is attempted.
4205              
4206              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4207              Subject: Minor nit with 5.7.0 (6655)
4208              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
4209              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
4210      Branch: metaconfig
4211            ! U/installdirs/inc_version_list.U
4212      Branch: perl
4213            ! Configure config_h.SH
4214 ____________________________________________________________________________
4215 [  6679] By: jhi                                   on 2000/08/17  19:16:39
4216         Log: Microperl config update.
4217      Branch: perl
4218            ! uconfig.h uconfig.sh
4219 ____________________________________________________________________________
4220 [  6678] By: jhi                                   on 2000/08/17  19:16:13
4221         Log: The #6648 wasn't protective enough for limited platforms
4222              (like microperl).
4223      Branch: perl
4224            ! dump.c sv.c
4225 ____________________________________________________________________________
4226 [  6677] By: jhi                                   on 2000/08/17  14:46:35
4227         Log: Update Changes.
4228      Branch: perl
4229            ! Changes patchlevel.h
4230 ____________________________________________________________________________
4231 [  6676] By: jhi                                   on 2000/08/17  14:44:02
4232         Log: Add perlebcdic from Peter Prymmer, regen toc.
4233      Branch: perl
4234            + pod/perlebcdic.pod
4235            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4236 ____________________________________________________________________________
4237 [  6675] By: jhi                                   on 2000/08/17  14:41:52
4238         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
4239      Branch: perl
4240            ! pod/perldebtut.pod
4241 ____________________________________________________________________________
4242 [  6674] By: jhi                                   on 2000/08/17  14:29:43
4243         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
4244              
4245              Subject: [ID 20000724.006] -DLEAKTEST problem
4246              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
4247              Date: Tue, 25 Jul 2000 00:36:32 -0500
4248              Message-Id: <20000725003632.A26186@www.llamacom.com>
4249              
4250              Reminder sent
4251              
4252              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
4253              From: Hugo <hv@crypt.compulink.co.uk>
4254              Date: Thu, 17 Aug 2000 15:23:42 +0100
4255              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
4256      Branch: perl
4257            ! util.c
4258 ____________________________________________________________________________
4259 [  6673] By: jhi                                   on 2000/08/17  04:07:10
4260         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
4261              From: John Peacock <JPeacock@UnivPress.com>
4262              Date: Tue, 01 Aug 2000 09:38:12 -0400
4263              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
4264      Branch: perl
4265            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
4266 ____________________________________________________________________________
4267 [  6672] By: jhi                                   on 2000/08/17  03:04:35
4268         Log: Subject: [PATCH] Cwd.pm now uses strict
4269              From: Tim Jenness <timj@jach.hawaii.edu>
4270              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
4271              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
4272      Branch: perl
4273            ! lib/Cwd.pm
4274 ____________________________________________________________________________
4275 [  6671] By: jhi                                   on 2000/08/17  02:16:35
4276         Log: Make $Config{byteorder} more magical so that it is
4277              dynamically computed: nice for 'fat binaries'.
4278              
4279              Subject: [PATCH]: default byteorder
4280              From: Wilfredo Sánchez <wsanchez@apple.com>
4281              Date: Mon, 31 Jul 2000 19:45:31 -0700
4282              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
4283      Branch: perl
4284            ! configpm
4285 ____________________________________________________________________________
4286 [  6670] By: gsar                                  on 2000/08/17  01:22:21
4287         Log: move WNOHANG definition to where other such things are
4288      Branch: perl
4289            ! win32/win32.h
4290 ____________________________________________________________________________
4291 [  6669] By: jhi                                   on 2000/08/17  01:19:17
4292         Log: Update Changes.
4293      Branch: perl
4294            ! Changes patchlevel.h
4295 ____________________________________________________________________________
4296 [  6668] By: jhi                                   on 2000/08/17  01:16:29
4297         Log: Doc nits spotted by Richard Soderberg.
4298      Branch: perl
4299            ! README.posix-bc README.vmesa
4300 ____________________________________________________________________________
4301 [  6667] By: jhi                                   on 2000/08/17  01:12:11
4302         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
4303              From: "Casey R. Tweten" <crt@kiski.net>
4304              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
4305              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
4306      Branch: perl
4307            ! pod/perldebtut.pod
4308 ____________________________________________________________________________
4309 [  6666] By: jhi                                   on 2000/08/17  01:09:31
4310         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
4311              From: "Casey R. Tweten" <crt@kiski.net>
4312              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
4313              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
4314      Branch: perl
4315            ! lib/Shell.pm
4316 ____________________________________________________________________________
4317 [  6665] By: gsar                                  on 2000/08/17  01:03:52
4318         Log: add "ok" targets from change#6632 in makefile.mk
4319      Branch: perl
4320            ! pod/perlport.pod win32/Makefile win32/makefile.mk
4321 ____________________________________________________________________________
4322 [  6664] By: gsar                                  on 2000/08/17  00:56:11
4323         Log: avoid warnings from dense compiler
4324      Branch: perl
4325            ! win32/win32.c
4326 ____________________________________________________________________________
4327 [  6663] By: jhi                                   on 2000/08/17  00:51:49
4328         Log: Tweak the regex compilation errors once more.
4329      Branch: perl
4330            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
4331            ! t/op/regmesg.t t/pragma/warn/regcomp
4332 ____________________________________________________________________________
4333 [  6662] By: gsar                                  on 2000/08/17  00:28:19
4334         Log: trailing new %ENV entries weren't being pushed into the real
4335              environment of subprocesses on Windows
4336      Branch: perl
4337            ! t/op/magic.t win32/perlhost.h
4338 ____________________________________________________________________________
4339 [  6661] By: gsar                                  on 2000/08/17  00:19:20
4340         Log: waitpid() now handles externally spawned pids correctly;
4341              fixes for backtick/wait/waitpid failures on Windows 9x
4342              
4343              these changes make the pid returned by process functions on
4344              Windows 9x always positive by clearing the high bit (which
4345              is always set on Win9x); pseudo-process PIDs are likewise
4346              always negative now on Win9x (just as on NT/2000)
4347      Branch: perl
4348            ! pp_sys.c win32/perlhost.h win32/win32.c
4349 ____________________________________________________________________________
4350 [  6660] By: jhi                                   on 2000/08/17  00:04:32
4351         Log: Retract #6645.
4352      Branch: perl
4353            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4354            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
4355            ! t/op/sprintf.t
4356 ____________________________________________________________________________
4357 [  6659] By: gsar                                  on 2000/08/16  23:59:28
4358         Log: on windows, the return values from wait() and waitpid() don't
4359              match those of pseudo-pids
4360      Branch: perl
4361            ! pp_sys.c t/op/fork.t util.c win32/win32.c
4362 ____________________________________________________________________________
4363 [  6658] By: gsar                                  on 2000/08/16  23:56:14
4364         Log: pod nit seen in passing
4365      Branch: perl
4366            ! pod/perlfunc.pod
4367 ____________________________________________________________________________
4368 [  6657] By: gsar                                  on 2000/08/16  23:53:42
4369         Log: change#6328 could make close(SOCKET) return false on windows
4370              when it shouldn't
4371      Branch: perl
4372            ! win32/win32sck.c
4373 ____________________________________________________________________________
4374 [  6656] By: gsar                                  on 2000/08/16  23:46:57
4375         Log: check that the number pseudo children doesn't exceed
4376              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
4377              the WaitForMultipleObjects() limit that would cause wait()
4378              to crash)
4379              
4380              wait() and waitpid() could potentially be rewritten to use
4381              more than one thread to do the waiting to eliminate this
4382              limitation
4383      Branch: perl
4384            ! win32/perlhost.h
4385 ____________________________________________________________________________
4386 [  6655] By: jhi                                   on 2000/08/16  14:11:05
4387         Log: Update Changes.
4388      Branch: perl
4389            ! Changes patchlevel.h
4390 ____________________________________________________________________________
4391 [  6654] By: jhi                                   on 2000/08/16  14:10:12
4392         Log: Update to perldebtut 1.9, from Richard Foley.
4393      Branch: perl
4394            ! pod/perldebtut.pod
4395 ____________________________________________________________________________
4396 [  6653] By: jhi                                   on 2000/08/16  14:08:17
4397         Log: Change the regx compilation error markers to use = instead of <
4398              since pod makes using the latter quite messy.  Reported in
4399              ID 20000814.006 by Abigail and in
4400              Subject: Unknown escape E<> ?
4401              From: Lupe Christoph <lupe@lupe-christoph.de>
4402              Date: Fri, 11 Aug 2000 00:30:27 +0200
4403              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
4404      Branch: perl
4405            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
4406            ! t/op/regmesg.t t/pragma/warn/regcomp
4407 ____________________________________________________________________________
4408 [  6652] By: jhi                                   on 2000/08/16  13:25:31
4409         Log: Change the perlbug address to perl.org since it's more forgiving.
4410              
4411              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
4412              From: abigail@foad.org
4413              Date: 15 Aug 2000 04:15:40 -0000
4414              Message-Id: <20000815041540.8633.qmail@foad.org>
4415      Branch: perl
4416            ! utils/perlbug.PL
4417 ____________________________________________________________________________
4418 [  6651] By: jhi                                   on 2000/08/16  13:22:35
4419         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
4420              From: Tim Jenness <timj@jach.hawaii.edu>
4421              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
4422              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
4423      Branch: perl
4424            ! lib/Cwd.pm
4425 ____________________________________________________________________________
4426 [  6650] By: jhi                                   on 2000/08/16  13:18:13
4427         Log: Update to CPAN 1.57.
4428              
4429              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
4430              From: andreas.koenig@anima.de (Andreas J. Koenig)
4431              Date: 16 Aug 2000 15:09:46 +0200
4432              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
4433      Branch: perl
4434            ! lib/CPAN.pm
4435 ____________________________________________________________________________
4436 [  6649] By: jhi                                   on 2000/08/16  13:12:31
4437         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
4438              From: "Larry W. Virden" <lvirden@cas.org>
4439              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
4440              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
4441      Branch: perl
4442            ! README.hpux
4443 ____________________________________________________________________________
4444 [  6648] By: jhi                                   on 2000/08/16  13:03:53
4445         Log: The numeric locale was reset to "C" by s?printf and never restored.
4446              
4447              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
4448              From: Christian Kirsch <ck@held.mind.de>
4449              Date: Wed, 9 Aug 2000 17:05:17 +0200
4450              Message-Id: <20000809170517.A25389@held>
4451              
4452              No test since adding the failing example to locale.t
4453              does not fail -- probably because the locale settings are so
4454              thoroughly tweaked by that time.  Running the example standalone
4455              does fail, though.
4456      Branch: perl
4457            ! dump.c perl.h pp.c pp_ctl.c sv.c
4458 ____________________________________________________________________________
4459 [  6647] By: jhi                                   on 2000/08/16  00:07:54
4460         Log: Update Changes and test semi-automatic patchlevel updating.
4461      Branch: perl
4462            ! Changes patchlevel.h
4463 ____________________________________________________________________________
4464 [  6646] By: jhi                                   on 2000/08/15  23:35:07
4465         Log: Fix a dependency problem.
4466              
4467              Subject: [PATCH: 6640] VMS Makefile.SH update
4468              From: Peter Prymmer <pvhp@forte.com>
4469              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
4470              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
4471      Branch: perl
4472            ! vms/descrip_mms.template
4473 ____________________________________________________________________________
4474 [  6645] By: jhi                                   on 2000/08/15  23:33:23
4475         Log: (Retracted by #6660)
4476              
4477              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
4478              From: Dominic Dunlop <domo@computer.org>
4479              Date: Tue, 15 Aug 2000 22:20:52 +0200
4480              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
4481      Branch: metaconfig/U/perl
4482            + d_printfed.U
4483      Branch: perl
4484            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4485            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
4486            ! t/op/sprintf.t
4487 ____________________________________________________________________________
4488 [  6644] By: jhi                                   on 2000/08/15  21:17:20
4489         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
4490              From: abigail@foad.org
4491              Date: 15 Aug 2000 20:12:41 -0000
4492              Message-Id: <20000815201241.25556.qmail@foad.org>
4493      Branch: perl
4494            ! INSTALL
4495 ____________________________________________________________________________
4496 [  6643] By: jhi                                   on 2000/08/15  21:15:28
4497         Log: (an already applied patch)
4498      Branch: perl
4499            ! lib/CGI.pm
4500 ____________________________________________________________________________
4501 [  6642] By: gsar                                  on 2000/08/15  19:54:05
4502         Log: magic callbacks all need to have same type signature
4503      Branch: perl
4504            ! embed.pl mg.c proto.h
4505 ____________________________________________________________________________
4506 [  6641] By: jhi                                   on 2000/08/15  17:56:27
4507         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)
4508              From: Mike Guy <mjtg@cam.ac.uk>
4509              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
4510              Date: Tue, 15 Aug 2000 18:26:45 +0100
4511              
4512              Only the peek.t part applied, not the hash quality part.
4513      Branch: perl
4514            ! t/lib/peek.t
4515 ____________________________________________________________________________
4516 [  6640] By: jhi                                   on 2000/08/15  16:37:37
4517         Log: Update Changes.
4518      Branch: perl
4519            ! Changes
4520 ____________________________________________________________________________
4521 [  6639] By: jhi                                   on 2000/08/15  16:34:55
4522         Log: Missed a file from #6638.
4523      Branch: perl
4524            ! lib/File/Temp.pm
4525 ____________________________________________________________________________
4526 [  6638] By: jhi                                   on 2000/08/15  16:33:19
4527         Log: Subject: [PATCH perl@6620] cygwin port
4528              From: "Fifer, Eric" <EFifer@sanwaint.com>
4529              Date: Tue, 15 Aug 2000 17:00:49 +0100
4530              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
4531      Branch: perl
4532            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
4533 ____________________________________________________________________________
4534 [  6637] By: jhi                                   on 2000/08/15  16:29:22
4535         Log: Subject: [PATCH] debugger exit code should reflect user exit code
4536              From: Mike Guy <mjtg@cam.ac.uk>
4537              Date: Tue, 15 Aug 2000 16:55:59 +0100
4538              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
4539      Branch: perl
4540            ! lib/perl5db.pl
4541 ____________________________________________________________________________
4542 [  6636] By: jhi                                   on 2000/08/15  15:30:58
4543         Log: Update Changes.
4544      Branch: perl
4545            ! Changes
4546 ____________________________________________________________________________
4547 [  6635] By: jhi                                   on 2000/08/15  15:27:21
4548         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
4549      Branch: metaconfig
4550            ! U/mkglossary U/mksample
4551      Branch: metaconfig/U/perl
4552            ! Devel.U
4553      Branch: perl
4554            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4555 ____________________________________________________________________________
4556 [  6634] By: jhi                                   on 2000/08/15  14:11:55
4557         Log: Don't blow limited stacks, a lower number is enough to
4558              tickle the lookbehind limit.
4559              
4560              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
4561              From: Dominic Dunlop <domo@computer.org>
4562              Date: Tue, 15 Aug 2000 13:51:24 +0200
4563              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
4564      Branch: perl
4565            ! t/op/regmesg.t
4566 ____________________________________________________________________________
4567 [  6633] By: jhi                                   on 2000/08/15  14:01:46
4568         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
4569              From: Mike Guy <mjtg@cam.ac.uk>
4570              Date: Tue, 15 Aug 2000 12:10:50 +0100
4571              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
4572      Branch: perl
4573            ! utils/perldoc.PL
4574 ____________________________________________________________________________
4575 [  6632] By: jhi                                   on 2000/08/15  13:58:48
4576         Log: make ok etc also for win32.
4577              
4578              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
4579              From: Prymmer/Kahn <pvhp@best.com>
4580              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
4581              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
4582      Branch: perl
4583            ! win32/Makefile
4584 ____________________________________________________________________________
4585 [  6631] By: jhi                                   on 2000/08/15  13:45:03
4586         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
4587      Branch: perl
4588            ! lib/Test.pm
4589 ____________________________________________________________________________
4590 [  6630] By: jhi                                   on 2000/08/15  03:25:09
4591         Log: Update Changes.
4592      Branch: perl
4593            ! Changes
4594 ____________________________________________________________________________
4595 [  6629] By: jhi                                   on 2000/08/15  03:23:53
4596         Log: magic_regdatum_set() is void, not int.
4597      Branch: perl
4598            ! embed.pl mg.c proto.h
4599 ____________________________________________________________________________
4600 [  6628] By: jhi                                   on 2000/08/15  03:08:02
4601         Log: Make the user to give up his firstborn, err, to knowingly
4602              verify installing an unstable developer release.  Also bump
4603              the release to 5.7.0, but leave a patch tag in the local
4604              patches saying that this is not yet the real thing.
4605      Branch: metaconfig
4606            ! U/modified/Instruct.U
4607      Branch: metaconfig/U/perl
4608            + Devel.U
4609      Branch: perl
4610            ! Configure patchlevel.h
4611 ____________________________________________________________________________
4612 [  6627] By: jhi                                   on 2000/08/14  22:32:52
4613         Log: README.os2 update.
4614              
4615              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
4616              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4617              Date: Wed, 02 Aug 2000 21:55:09 -0700
4618              Message-ID: <tsPi5gzkgegX092yn@efn.org>
4619      Branch: perl
4620            ! README.os2
4621 ____________________________________________________________________________
4622 [  6626] By: jhi                                   on 2000/08/14  21:00:02
4623         Log: Subject: Re: File::Temp problems on VMS in bleedperl
4624              From: Tim Jenness <timj@jach.hawaii.edu>
4625              cc: vmsperl@perl.org
4626              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
4627              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
4628      Branch: perl
4629            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
4630 ____________________________________________________________________________
4631 [  6625] By: jhi                                   on 2000/08/14  20:52:16
4632         Log: Add SUIDMAIL as was done for the CERT alert.
4633      Branch: perl
4634            ! patchlevel.h
4635 ____________________________________________________________________________
4636 [  6624] By: jhi                                   on 2000/08/14  20:48:50
4637         Log: Subject: sfio2000
4638              From: Daniel Muino <dmuino@afip.gov.ar>
4639              Date: Mon, 14 Aug 2000 16:58:11 -0300
4640              Message-ID: <20000814165811.B16368@con2-dgi>
4641      Branch: perl
4642            ! perlsdio.h perlsfio.h
4643 ____________________________________________________________________________
4644 [  6623] By: jhi                                   on 2000/08/14  20:47:36
4645         Log: Subject: warning: storage class after type is obsolescent
4646              From: Daniel Muino <dmuino@afip.gov.ar>
4647              Date: Mon, 14 Aug 2000 16:42:47 -0300
4648              Message-ID: <20000814164247.A16368@con2-dgi>
4649      Branch: perl
4650            ! regcomp.pl regnodes.h
4651 ____________________________________________________________________________
4652 [  6622] By: jhi                                   on 2000/08/14  20:43:05
4653         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
4654              From: abigail@foad.org
4655              Date: 14 Aug 2000 20:00:10 -0000
4656              Message-Id: <20000814200010.27271.qmail@foad.org>
4657      Branch: perl
4658            ! Changes
4659 ____________________________________________________________________________
4660 [  6621] By: jhi                                   on 2000/08/14  15:23:05
4661         Log: Update Changes.
4662      Branch: perl
4663            ! Changes
4664 ____________________________________________________________________________
4665 [  6620] By: jhi                                   on 2000/08/14  15:22:14
4666         Log: Subject: Re: [PATCH] @+, @- readonly
4667              From: Mike Guy <mjtg@cam.ac.uk>
4668              Date: Mon, 14 Aug 2000 15:26:55 +0100
4669              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
4670      Branch: perl
4671            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
4672            ! sv.c t/op/pat.t
4673 ____________________________________________________________________________
4674 [  6619] By: jhi                                   on 2000/08/14  14:12:08
4675         Log: Update Changes.
4676      Branch: perl
4677            ! Changes
4678 ____________________________________________________________________________
4679 [  6618] By: jhi                                   on 2000/08/14  14:09:34
4680         Log: For now remove the mail code.
4681      Branch: perl
4682            ! perl.c
4683 ____________________________________________________________________________
4684 [  6617] By: jhi                                   on 2000/08/14  14:08:28
4685         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
4686      Branch: perl
4687            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
4688            ! pod/perlfaq8.pod pod/perlsec.pod
4689 ____________________________________________________________________________
4690 [  6616] By: jhi                                   on 2000/08/14  14:00:11
4691         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
4692              From: Mike Guy <mjtg@cam.ac.uk>
4693              Date: Mon, 14 Aug 2000 08:26:02 +0100
4694              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
4695      Branch: perl
4696            ! lib/perl5db.pl
4697 ____________________________________________________________________________
4698 [  6615] By: jhi                                   on 2000/08/14  13:58:45
4699         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
4700              From: Mike Guy <mjtg@cam.ac.uk>
4701              Date: Mon, 14 Aug 2000 08:04:22 +0100
4702              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
4703      Branch: perl
4704            ! gv.c mg.c t/op/pat.t
4705 ____________________________________________________________________________
4706 [  6614] By: jhi                                   on 2000/08/14  13:56:45
4707         Log: Subject: Test fails / warnings with perl-current #6612
4708              From: Mike Guy <mjtg@cam.ac.uk>
4709              Date: Mon, 14 Aug 2000 07:57:23 +0100
4710              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
4711      Branch: perl
4712            ! t/lib/b.t t/lib/peek.t
4713 ____________________________________________________________________________
4714 [  6613] By: jhi                                   on 2000/08/14  13:45:33
4715         Log: VMS configure.com update continues.
4716      Branch: perl
4717            - vms/configure.com
4718            ! MANIFEST configure.com
4719 ____________________________________________________________________________
4720 [  6612] By: jhi                                   on 2000/08/13  22:13:35
4721         Log: Update Changes.
4722      Branch: perl
4723            ! Changes
4724 ____________________________________________________________________________
4725 [  6611] By: jhi                                   on 2000/08/13  16:21:45
4726         Log: Upgrade to CGI 2.71, from Lincoln Stein.
4727      Branch: perl
4728            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
4729 ____________________________________________________________________________
4730 [  6610] By: jhi                                   on 2000/08/13  15:09:16
4731         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
4732              From: Mike Guy <mjtg@cam.ac.uk>
4733              Date: Sun, 13 Aug 2000 13:45:51 +0100
4734              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
4735      Branch: perl
4736            ! t/op/regmesg.t
4737 ____________________________________________________________________________
4738 [  6609] By: jhi                                   on 2000/08/13  14:31:26
4739         Log: Andreas says that 1.56 is fine, so reverting back to it.
4740      Branch: perl
4741            ! lib/CPAN.pm
4742 ____________________________________________________________________________
4743 [  6608] By: jhi                                   on 2000/08/13  05:34:20
4744         Log: Update Changes.
4745      Branch: perl
4746            ! Changes
4747 ____________________________________________________________________________
4748 [  6607] By: jhi                                   on 2000/08/13  05:32:01
4749         Log: Put back the \z changes of #5406 to CPAN.pm.
4750      Branch: perl
4751            ! lib/CPAN.pm
4752 ____________________________________________________________________________
4753 [  6606] By: jhi                                   on 2000/08/13  05:20:16
4754         Log: Fix-n-skip the tests under 5005threads.
4755      Branch: perl
4756            ! t/lib/b.t
4757 ____________________________________________________________________________
4758 [  6605] By: jhi                                   on 2000/08/13  05:07:48
4759         Log: Fix the test for 5005threads.
4760      Branch: perl
4761            ! t/lib/peek.t
4762 ____________________________________________________________________________
4763 [  6604] By: jhi                                   on 2000/08/13  03:35:37
4764         Log: Should have deleted this in #6603.
4765      Branch: perl
4766            - vms/subconfigure.com
4767 ____________________________________________________________________________
4768 [  6603] By: jhi                                   on 2000/08/12  18:29:32
4769         Log: Rewrite of vms/subconfigure.com as configure.com,
4770              from Peter Prymmer and the vmsperl crew.
4771      Branch: perl
4772            + vms/configure.com
4773            ! MANIFEST
4774 ____________________________________________________________________________
4775 [  6602] By: jhi                                   on 2000/08/11  13:00:01
4776         Log: PlainText.pm is dead.
4777      Branch: perl
4778            - lib/Pod/PlainText.pm
4779            ! MANIFEST
4780 ____________________________________________________________________________
4781 [  6601] By: jhi                                   on 2000/08/11  04:06:45
4782         Log: Update Changes.
4783      Branch: perl
4784            ! Changes
4785 ____________________________________________________________________________
4786 [  6600] By: jhi                                   on 2000/08/11  04:06:10
4787         Log: Add a few missing files, update MANIFEST.
4788      Branch: perl
4789            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
4790            + lib/Pod/PlainText.pm t/pod/find.t
4791            ! MANIFEST t/op/regmesg.t
4792 ____________________________________________________________________________
4793 [  6599] By: jhi                                   on 2000/08/11  03:31:10
4794         Log: Add Perl debugging tutorial, regen toc. 
4795              
4796              Subject: perldebtut.pod
4797              From: Richard Foley <Richard.Foley@m.dasa.de>
4798              Date: Wed, 09 Aug 2000 10:17:15 +0200
4799              Message-id: <3991138B.262247B8@m.dasa.de>
4800      Branch: perl
4801            + pod/perldebtut.pod
4802            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4803 ____________________________________________________________________________
4804 [  6598] By: jhi                                   on 2000/08/11  02:48:56
4805         Log: tiny Changes edit
4806      Branch: perl
4807            ! Changes
4808 ____________________________________________________________________________
4809 [  6597] By: jhi                                   on 2000/08/11  02:39:04
4810         Log: Tests for #6589.
4811              
4812              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
4813              From: simon@brecon.co.uk (Simon Cozens)
4814              Date: 11 Aug 2000 02:24:52 GMT
4815              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
4816      Branch: perl
4817            ! t/lib/b.t
4818 ____________________________________________________________________________
4819 [  6596] By: jhi                                   on 2000/08/11  01:50:07
4820         Log: Update Changes.
4821      Branch: perl
4822            ! Changes
4823 ____________________________________________________________________________
4824 [  6595] By: jhi                                   on 2000/08/11  01:47:16
4825         Log: nitfix
4826      Branch: perl
4827            ! Changes
4828 ____________________________________________________________________________
4829 [  6594] By: jhi                                   on 2000/08/11  01:36:16
4830         Log: Subject: Getting perlio and threads to compile
4831              From: Lupe Christoph <lupe@lupe-christoph.de>
4832              Date: Wed, 9 Aug 2000 11:35:54 +0200
4833              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
4834              
4835              (the Solaris version changes in Configure skipped)
4836      Branch: perl
4837            ! hints/solaris_2.sh thread.h
4838 ____________________________________________________________________________
4839 [  6593] By: jhi                                   on 2000/08/11  01:30:16
4840         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
4841              From: simon@brecon.co.uk (Simon Cozens)
4842              Date: 1 Aug 2000 06:55:19 GMT
4843              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
4844      Branch: perl
4845            ! lib/utf8.pm
4846 ____________________________________________________________________________
4847 [  6592] By: jhi                                   on 2000/08/11  01:26:39
4848         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
4849              From: Peter Scott <Peter@PeterScott.com>
4850              Date: Thu, 10 Aug 2000 08:23:27 -0700
4851              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
4852      Branch: perl
4853            ! lib/perl5db.pl
4854 ____________________________________________________________________________
4855 [  6591] By: jhi                                   on 2000/08/11  01:22:02
4856         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
4857              From: Hugo <hv@crypt.compulink.co.uk>
4858              Date: Thu, 10 Aug 2000 19:23:04 +0100
4859              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
4860      Branch: perl
4861            ! regexec.c t/op/pat.t
4862 ____________________________________________________________________________
4863 [  6590] By: jhi                                   on 2000/08/11  01:19:19
4864         Log: Preprocessing and postprocessing for File::Find.
4865              
4866              Subject: Patch to Find::File.pm to allow alphabetical results
4867              From: Joe Smith <jsmith@inwap.com>
4868              Date: Wed, 9 Aug 2000 02:44:54 -0700
4869              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
4870      Branch: perl
4871            ! lib/File/Find.pm
4872 ____________________________________________________________________________
4873 [  6589] By: jhi                                   on 2000/08/11  01:12:39
4874         Log: B::Deparse didn't do sub attributes.
4875              
4876              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
4877              From: simon@brecon.co.uk (Simon Cozens)
4878              Date: 9 Aug 2000 04:49:20 GMT
4879              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
4880      Branch: perl
4881            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
4882 ____________________________________________________________________________
4883 [  6588] By: jhi                                   on 2000/08/11  01:06:40
4884         Log: Subject: debugger "d" command doesnt check line number
4885              From: Mike Guy <mjtg@cam.ac.uk>
4886              Date: Tue, 08 Aug 2000 21:54:29 +0100
4887              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
4888      Branch: perl
4889            ! lib/perl5db.pl mg.c pod/perldiag.pod
4890 ____________________________________________________________________________
4891 [  6587] By: jhi                                   on 2000/08/11  00:45:03
4892         Log: sleep(1) does not necessarily return 1.
4893              
4894              Subject: [PATCH bleadperl] op/lex_assign.t  
4895              From: Hugo <hv@crypt.compulink.co.uk>
4896              Date: Thu, 03 Aug 2000 14:34:22 +0100        
4897              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
4898      Branch: perl
4899            ! t/op/lex_assign.t
4900 ____________________________________________________________________________
4901 [  6586] By: jhi                                   on 2000/08/11  00:31:50
4902         Log: Document the IO::Select timeout.
4903      Branch: perl
4904            ! ext/IO/lib/IO/Select.pm
4905 ____________________________________________________________________________
4906 [  6585] By: jhi                                   on 2000/08/11  00:13:54
4907         Log: Forgot contributor.
4908      Branch: perl
4909            ! Changes
4910 ____________________________________________________________________________
4911 [  6584] By: jhi                                   on 2000/08/11  00:09:19
4912         Log: detypo
4913      Branch: perl
4914            ! Changes
4915 ____________________________________________________________________________
4916 [  6583] By: jhi                                   on 2000/08/11  00:07:53
4917         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
4918              
4919              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
4920              From: Mike Guy <mjtg@cam.ac.uk> 
4921              Date: Thu, 10 Aug 2000 15:50:54 +0100
4922              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
4923      Branch: perl
4924            ! sv.c t/op/int.t
4925 ____________________________________________________________________________
4926 [  6582] By: jhi                                   on 2000/08/10  23:29:32
4927         Log: Update Changes.
4928      Branch: perl
4929            ! Changes
4930 ____________________________________________________________________________
4931 [  6581] By: jhi                                   on 2000/08/10  23:26:16
4932         Log: Put back the std @INC thing.
4933      Branch: perl
4934            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
4935            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
4936            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
4937            ! t/lib/gol-oo.t
4938 ____________________________________________________________________________
4939 [  6580] By: jhi                                   on 2000/08/10  23:03:34
4940         Log: Update to CGI 2.70, from Lincoln Stein.
4941      Branch: perl
4942            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
4943            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
4944            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
4945            ! t/lib/cgi-request.t
4946 ____________________________________________________________________________
4947 [  6579] By: jhi                                   on 2000/08/10  22:41:50
4948         Log: Update to CPAN 1.56, from Andreas König.
4949      Branch: perl
4950            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4951 ____________________________________________________________________________
4952 [  6578] By: jhi                                   on 2000/08/10  22:38:13
4953         Log: Update to Pod::Parser 1.17, from Brad Appleton.
4954      Branch: perl
4955            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
4956            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
4957            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
4958            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
4959            ! t/pod/include.t t/pod/included.t t/pod/lref.t
4960            ! t/pod/multiline_items.t t/pod/nested_items.t
4961            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
4962            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
4963            ! t/pod/special_seqs.t
4964 ____________________________________________________________________________
4965 [  6577] By: jhi                                   on 2000/08/10  22:35:41
4966         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
4967      Branch: perl
4968            ! AUTHORS MAINTAIN
4969 ____________________________________________________________________________
4970 [  6576] By: jhi                                   on 2000/08/10  22:24:54
4971         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
4972      Branch: perl
4973            + t/lib/gol-oo.t
4974            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
4975            ! t/lib/gol-compat.t t/lib/gol-linkage.t
4976 ____________________________________________________________________________
4977 [  6575] By: jhi                                   on 2000/08/10  22:02:07
4978         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
4979      Branch: perl
4980            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
4981 ____________________________________________________________________________
4982 [  6574] By: jhi                                   on 2000/08/10  21:55:03
4983         Log: Iterating perl6 description.
4984      Branch: perl
4985            ! pod/perlfaq1.pod
4986 ____________________________________________________________________________
4987 [  6573] By: jhi                                   on 2000/08/10  21:48:26
4988         Log: Revert the sv.c part of #6559, a better fix is needed.
4989      Branch: perl
4990            ! sv.c
4991 ____________________________________________________________________________
4992 [  6572] By: jhi                                   on 2000/08/10  20:33:43
4993         Log: It's the 2ndO'ROSSC.
4994      Branch: perl
4995            ! pod/perlfaq1.pod
4996 ____________________________________________________________________________
4997 [  6571] By: jhi                                   on 2000/08/10  15:55:48
4998         Log: detypo
4999      Branch: perl
5000            ! pod/perlfaq1.pod
5001 ____________________________________________________________________________
5002 [  6570] By: jhi                                   on 2000/08/10  14:11:17
5003         Log: An exceptionally sticky typo.
5004      Branch: perl
5005            ! Changes
5006 ____________________________________________________________________________
5007 [  6569] By: jhi                                   on 2000/08/10  14:09:33
5008         Log: detypo (and test Changes updating script)
5009      Branch: perl
5010            ! Changes
5011 ____________________________________________________________________________
5012 [  6568] By: jhi                                   on 2000/08/10  14:07:07
5013         Log: Update Changes.
5014      Branch: perl
5015            ! Changes
5016 ____________________________________________________________________________
5017 [  6567] By: jhi                                   on 2000/08/10  14:06:19
5018         Log: Amend the description of Perl6.
5019              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
5020              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5021              Date: Wed, 9 Aug 2000 22:11:06 -0500
5022              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
5023      Branch: perl
5024            ! pod/perlfaq1.pod
5025 ____________________________________________________________________________
5026 [  6566] By: jhi                                   on 2000/08/10  13:58:57
5027         Log: Subject: Remove dead entry in perldiag
5028              From: Mike Guy <mjtg@cam.ac.uk>
5029              Date: Thu, 10 Aug 2000 14:19:19 +0100
5030              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
5031      Branch: perl
5032            ! pod/perldiag.pod
5033 ____________________________________________________________________________
5034 [  6565] By: jhi                                   on 2000/08/10  13:51:48
5035         Log: Zero entries were skipped, fix from Adrian Goalby
5036              <argoalby@yahoo.co.uk>
5037      Branch: perl
5038            ! lib/unicode/Number.pl lib/unicode/mktables.PL
5039 ____________________________________________________________________________
5040 [  6564] By: jhi                                   on 2000/08/10  13:00:12
5041         Log: Subject: [PATCH 5.6.0] cygwin port
5042              From: "Fifer, Eric" <EFifer@sanwaint.com>
5043              Date: Thu, 10 Aug 2000 13:15:36 +0100
5044              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
5045      Branch: perl
5046            ! README.cygwin hints/cygwin.sh
5047 ____________________________________________________________________________
5048 [  6563] By: jhi                                   on 2000/08/10  12:55:16
5049         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
5050      Branch: perl
5051            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
5052 ____________________________________________________________________________
5053 [  6562] By: gsar                                  on 2000/08/10  08:38:39
5054         Log: warn is a macro, avoid using at a variable to avoid warnings
5055              in some configurations; readdir.t is too conservative in
5056              estimating number of *.t's
5057      Branch: perl
5058            ! t/op/readdir.t util.c
5059 ____________________________________________________________________________
5060 [  6561] By: jhi                                   on 2000/08/09  23:35:42
5061         Log: Update Changes.
5062      Branch: perl
5063            ! Changes
5064 ____________________________________________________________________________
5065 [  6560] By: jhi                                   on 2000/08/09  23:05:47
5066         Log: Subject: Re: enhanced(?) regex error messages
5067              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5068              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
5069              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
5070              
5071              (plus two small patches sent privately)
5072              (this still seems to leave few test failures)
5073      Branch: perl
5074            + t/op/regmesg.t
5075            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
5076            ! t/pragma/warn/regcomp
5077 ____________________________________________________________________________
5078 [  6559] By: jhi                                   on 2000/08/09  20:41:18
5079         Log: (The fix did work but was not right, retracted in #6573)
5080              
5081              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5082              From: Christian Kirsch <ck@held.mind.de>
5083              Date: Wed, 9 Aug 2000 17:05:17 +0200
5084              Message-Id: <20000809170517.A25389@held>
5085      Branch: perl
5086            ! sv.c t/pragma/locale.t
5087 ____________________________________________________________________________
5088 [  6558] By: jhi                                   on 2000/08/08  22:34:08
5089         Log: Tiny updates on the contributors list.
5090      Branch: perl
5091            ! Changes
5092 ____________________________________________________________________________
5093 [  6557] By: jhi                                   on 2000/08/08  19:34:28
5094         Log: Double check that we have a dirhandle.
5095      Branch: perl
5096            ! util.c
5097 ____________________________________________________________________________
5098 [  6556] By: jhi                                   on 2000/08/08  19:01:51
5099         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
5100              May be repopulated with fresh maintained examples.
5101      Branch: perl
5102            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
5103            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
5104            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
5105            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
5106            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
5107            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
5108            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
5109            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
5110            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
5111            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
5112            + lib/CGI/eg/wilogo_gif.uu
5113            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
5114            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
5115            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
5116            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
5117            - eg/cgi/frameset.cgi eg/cgi/index.html
5118            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
5119            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
5120            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
5121            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
5122            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
5123            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
5124            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
5125            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
5126            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
5127            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
5128            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
5129            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
5130            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
5131            - eg/van/vanish eg/who eg/wrapsuid
5132            ! MANIFEST
5133 ____________________________________________________________________________
5134 [  6555] By: jhi                                   on 2000/08/08  18:51:08
5135         Log: Delete chat2 as requested by Randal.
5136              
5137              Subject: Re: perlfaq8 coyness
5138              From: merlyn@stonehenge.com (Randal L. Schwartz) 
5139              Date: 15 May 2000 18:52:42 -0700 
5140              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
5141      Branch: perl
5142            - lib/chat2.pl
5143            ! MANIFEST
5144 ____________________________________________________________________________
5145 [  6554] By: jhi                                   on 2000/08/08  18:31:35
5146         Log: Regen global.sym.
5147      Branch: perl
5148            ! global.sym
5149 ____________________________________________________________________________
5150 [  6553] By: jhi                                   on 2000/08/08  18:28:13
5151         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
5152              (either perlbug or p5p ate the original), plus regen
5153              perlapi and perltoc. 
5154      Branch: perl
5155            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
5156            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
5157            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
5158            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
5159            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
5160            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
5161            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
5162            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
5163            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
5164            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
5165 ____________________________________________________________________________
5166 [  6552] By: jhi                                   on 2000/08/08  18:06:29
5167         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
5168              From: Mike Guy <mjtg@cam.ac.uk>
5169              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
5170              Date: Tue, 08 Aug 2000 15:51:27 +0100
5171      Branch: perl
5172            ! doop.c sv.h t/op/join.t t/pragma/overload.t
5173 ____________________________________________________________________________
5174 [  6551] By: jhi                                   on 2000/08/08  18:01:11
5175         Log: Re-apply #6549.
5176      Branch: perl
5177            ! lib/perl5db.pl
5178 ____________________________________________________________________________
5179 [  6550] By: jhi                                   on 2000/08/08  17:43:08
5180         Log: Accidental retraction of #6549.
5181      Branch: perl
5182            ! lib/perl5db.pl
5183 ____________________________________________________________________________
5184 [  6549] By: jhi                                   on 2000/08/08  17:40:04
5185         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5186              From: Mike Guy <mjtg@cam.ac.uk>
5187              Date: Mon, 07 Aug 2000 21:49:58 +0100
5188              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
5189      Branch: perl
5190            ! lib/perl5db.pl
5191 ____________________________________________________________________________
5192 [  6548] By: jhi                                   on 2000/08/08  17:37:57
5193         Log: Document here-doc better.
5194              
5195              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
5196              From: Mike Guy <mjtg@cam.ac.uk>
5197              Date: Mon, 07 Aug 2000 14:02:09 +0100
5198              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
5199      Branch: perl
5200            ! pod/perldata.pod
5201 ____________________________________________________________________________
5202 [  6547] By: jhi                                   on 2000/08/08  17:33:34
5203         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
5204              From: "Randy J. Ray" <rjray@redhat.com>
5205              Date: Mon, 07 Aug 2000 19:12:25 -0700
5206              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
5207      Branch: perl
5208            ! perl.c pod/perlrun.pod
5209 ____________________________________________________________________________
5210 [  6546] By: jhi                                   on 2000/08/08  17:29:26
5211         Log: Subject: Re: enhanced(?) regex error messages 
5212              From: Hugo <hv@crypt.compulink.co.uk>
5213              Date: Tue, 08 Aug 2000 03:25:51 +0100
5214              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
5215              
5216              plus Capitalize the error messages, plus perldiag them.
5217      Branch: perl
5218            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
5219 ____________________________________________________________________________
5220 [  6545] By: jhi                                   on 2000/08/08  13:59:28
5221         Log: Augment #6539 a bit: don't croak if there's magic in the air.
5222              
5223              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
5224              From: Hugo <hv@crypt.compulink.co.uk>
5225              Date: Tue, 08 Aug 2000 03:02:03 +0100
5226              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
5227      Branch: perl
5228            ! pp.c t/op/bless.t
5229 ____________________________________________________________________________
5230 [  6544] By: jhi                                   on 2000/08/07  21:11:52
5231         Log: Make the test -w clean.
5232      Branch: perl
5233            ! t/op/bless.t
5234 ____________________________________________________________________________
5235 [  6543] By: jhi                                   on 2000/08/07  19:49:53
5236         Log: use warnings instead of $^W.
5237      Branch: perl
5238            ! t/op/bless.t
5239 ____________________________________________________________________________
5240 [  6542] By: jhi                                   on 2000/08/07  17:41:41
5241         Log: Disable a portability warning Because We Know What We Are Doing.
5242      Branch: perl
5243            ! t/op/bless.t
5244 ____________________________________________________________________________
5245 [  6541] By: jhi                                   on 2000/08/07  17:29:51
5246         Log: Tiny tidying on report_evil_fh().
5247      Branch: perl
5248            ! util.c
5249 ____________________________________________________________________________
5250 [  6540] By: jhi                                   on 2000/08/07  16:37:38
5251         Log: Make regular expression parse error messages easier to understand.
5252              
5253              Subject: Re: enhanced(?) regex error messages
5254              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5255              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
5256              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
5257      Branch: perl
5258            ! regcomp.c
5259 ____________________________________________________________________________
5260 [  6539] By: jhi                                   on 2000/08/07  16:12:27
5261         Log: Make bless(REF, REF) a fatal error, add bless tests.
5262              
5263              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
5264              From: Hugo <hv@crypt.compulink.co.uk>
5265              Date: Mon, 07 Aug 2000 16:59:38 +0100
5266              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
5267      Branch: perl
5268            + t/op/bless.t
5269            ! MANIFEST pod/perldiag.pod pp.c sv.c
5270 ____________________________________________________________________________
5271 [  6538] By: jhi                                   on 2000/08/07  15:59:43
5272         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
5273              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
5274              Date: Thu, 3 Aug 2000 14:29:21 -0700
5275              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
5276      Branch: perl
5277            ! lib/lib_pm.PL
5278 ____________________________________________________________________________
5279 [  6537] By: jhi                                   on 2000/08/07  15:47:18
5280         Log: Retract #6419 for now since it breaks in AFS and MachTen.
5281      Branch: perl
5282            ! lib/Cwd.pm
5283 ____________________________________________________________________________
5284 [  6536] By: jhi                                   on 2000/08/07  15:05:29
5285         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
5286              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
5287              The security hole exists only in suidperls, which isn't
5288              installed or even built by default.
5289      Branch: perl
5290            ! perl.c
5291 ____________________________________________________________________________
5292 [  6535] By: jhi                                   on 2000/08/07  14:45:14
5293         Log: tr memory corruption fix from Simon Cozens.
5294      Branch: perl
5295            ! doop.c
5296 ____________________________________________________________________________
5297 [  6534] By: jhi                                   on 2000/08/06  11:38:16
5298         Log: Document a bit that UDP is not what you might think.
5299              
5300              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
5301              From: Lupe Christoph <lupe@lupe-christoph.de>
5302              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
5303              Date: Mon, 24 Jul 2000 08:59:15 +0200
5304      Branch: perl
5305            ! pod/perlipc.pod
5306 ____________________________________________________________________________
5307 [  6533] By: jhi                                   on 2000/08/06  11:35:01
5308         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
5309              From: Jeff Pinyan <jeffp@hut.crusoe.net>
5310              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
5311              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
5312      Branch: perl
5313            ! pod/perlfunc.pod
5314 ____________________________________________________________________________
5315 [  6532] By: jhi                                   on 2000/08/06  03:45:41
5316         Log: Have symbols for the IoTYPEs.
5317      Branch: perl
5318            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
5319 ____________________________________________________________________________
5320 [  6531] By: jhi                                   on 2000/08/06  01:33:55
5321         Log: Continue fixing the io warnings.  This also
5322              sort of fixes bug ID 20000802.003: the core dump
5323              is no more.  Whether the current behaviour is correct
5324              (giving a warning: "Not a format reference"), is another matter.
5325      Branch: perl
5326            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
5327            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
5328 ____________________________________________________________________________
5329 [  6530] By: jhi                                   on 2000/08/05  21:33:12
5330         Log: Change the Policy policy: now -Dprefix= with an existing
5331              Policy.sh and prefix == siteprefix == vendorprefix, then all
5332              of them follow along the new prefix.
5333              
5334              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
5335              From: Andy Dougherty <doughera@lafayette.edu>
5336              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
5337              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
5338      Branch: perl
5339            ! Policy_sh.SH
5340 ____________________________________________________________________________
5341 [  6529] By: jhi                                   on 2000/08/05  18:57:28
5342         Log: Zap lib/Sys directory when cleaning up.
5343      Branch: perl
5344            ! Makefile.SH
5345 ____________________________________________________________________________
5346 [  6528] By: jhi                                   on 2000/08/05  18:40:44
5347         Log: Essential prototype changes were missing from #6527.
5348              Also make report_evil_fh() more bomb-proof.
5349      Branch: perl
5350            ! embed.h util.c
5351 ____________________________________________________________________________
5352 [  6527] By: jhi                                   on 2000/08/05  03:22:05
5353         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
5354              From: "Ronald F. Guilmette" <rfg@monkeys.com>
5355              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
5356              Message-Id: <200007242247.PAA52177@monkeys.com>
5357      Branch: perl
5358            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
5359 ____________________________________________________________________________
5360 [  6526] By: jhi                                   on 2000/08/04  21:23:27
5361         Log: gcc versions might have (parentheses) in them.
5362      Branch: metaconfig/U/perl
5363            ! gccvers.U
5364      Branch: perl
5365            ! Configure config_h.SH
5366 ____________________________________________________________________________
5367 [  6525] By: jhi                                   on 2000/08/04  20:23:12
5368         Log: Weed buglets pointed out by
5369              
5370              From: Lupe Christoph <lupe@lupe-christoph.de>
5371              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
5372              Date: Fri, 4 Aug 2000 17:34:39 +0200
5373              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
5374      Branch: metaconfig/U/perl
5375            ! gccvers.U uselfs.U
5376      Branch: perl
5377            ! Configure config_h.SH
5378 ____________________________________________________________________________
5379 [  6524] By: jhi                                   on 2000/08/04  19:02:08
5380         Log: Warn under -w if lstat(FH) is attempted.
5381              
5382              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
5383              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
5384              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
5385              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
5386      Branch: perl
5387            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
5388            ! t/pragma/warn/pp_sys
5389 ____________________________________________________________________________
5390 [  6523] By: jhi                                   on 2000/08/04  12:31:11
5391         Log: Subject: New perlcc, take 2
5392              From: simon@brecon.co.uk (Simon Cozens)
5393              Date: 4 Aug 2000 06:21:04 GMT
5394              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
5395      Branch: perl
5396            ! utils/perlcc.PL
5397 ____________________________________________________________________________
5398 [  6522] By: jhi                                   on 2000/08/04  12:26:33
5399         Log: Subject: Re: Array vs. List context
5400              From: Daniel Chetlin <daniel@chetlin.com>
5401              Date: Fri, 4 Aug 2000 00:22:44 -0700
5402              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
5403      Branch: perl
5404            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
5405            ! pod/perlfaq4.pod
5406 ____________________________________________________________________________
5407 [  6521] By: jhi                                   on 2000/08/04  12:22:38
5408         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
5409              From: Raymund Will <ray@caldera.de>
5410              Date: Fri, 4 Aug 2000 12:07:09 +0200
5411              Message-Id: <20000804120709.A14982@caldera.de>
5412      Branch: perl
5413            ! configure.gnu
5414 ____________________________________________________________________________
5415 [  6520] By: jhi                                   on 2000/08/04  04:09:06
5416         Log: After the #6519 a warning about stat() is just that,
5417              not about a filetest, which now have their own warning.
5418      Branch: perl
5419            ! pod/perldiag.pod
5420 ____________________________________________________________________________
5421 [  6519] By: jhi                                   on 2000/08/04  04:06:30
5422         Log: In the warnings call filehandles consistently so;
5423              add "unopened" warning for stat().
5424      Branch: perl
5425            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
5426            ! t/pragma/warn/pp_sys
5427 ____________________________________________________________________________
5428 [  6518] By: jhi                                   on 2000/08/04  02:55:35
5429         Log: Subject: Minor tweak to perlvar.pod
5430              From: "Stephen P. Potter" <spp@ds.net>
5431              Date: Tue, 18 Apr 2000 09:26:03 -0400
5432              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
5433      Branch: perl
5434            ! pod/perlvar.pod
5435 ____________________________________________________________________________
5436 [  6517] By: jhi                                   on 2000/08/04  02:50:08
5437         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
5438              From: "Clinton Pierce" <cpierce1@ford.com>
5439              Date: Wed, 21 Jul 1999 16:45:31 -0400
5440              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
5441              
5442              Fix by Stephen Potter (visible in the bug db but not in p5p?)
5443      Branch: perl
5444            ! pod/perlfunc.pod pod/perlop.pod
5445 ____________________________________________________________________________
5446 [  6516] By: jhi                                   on 2000/08/04  02:09:25
5447         Log: This is 6512.  Really.
5448      Branch: perl
5449            ! dump.c
5450 ____________________________________________________________________________
5451 [  6515] By: jhi                                   on 2000/08/04  01:25:50
5452         Log: mention the idea of @( and @)
5453      Branch: perl
5454            ! Todo-5.6
5455 ____________________________________________________________________________
5456 [  6514] By: bailey                                on 2000/08/04  01:18:46
5457         Log: YA resync with mainstem, including VMS patches from others
5458      Branch: vmsperl
5459           +> (branch 48 files)
5460            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
5461           !> (integrate 354 files)
5462 ____________________________________________________________________________
5463 [  6513] By: jhi                                   on 2000/08/04  01:18:18
5464         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
5465              From: Mark Dickinson <dickins3@fas.harvard.edu>
5466              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
5467              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
5468      Branch: perl
5469            ! t/op/grent.t t/op/pwent.t
5470 ____________________________________________________________________________
5471 [  6512] By: jhi                                   on 2000/08/04  01:14:06
5472         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
5473              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5474              Date: Wed, 02 Aug 2000 10:51:01 +0100
5475              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
5476      Branch: perl
5477            ! sv.c
5478 ____________________________________________________________________________
5479 [  6511] By: jhi                                   on 2000/08/04  00:57:00
5480         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
5481              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5482              Date: Thu, 03 Aug 2000 17:20:04 -0700
5483              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
5484      Branch: metaconfig
5485            ! U/modified/Cppsym.U
5486      Branch: perl
5487            ! Configure config_h.SH
5488 ____________________________________________________________________________
5489 [  6510] By: jhi                                   on 2000/08/04  00:25:28
5490         Log: detypo
5491      Branch: perl
5492            ! Makefile.SH
5493 ____________________________________________________________________________
5494 [  6509] By: jhi                                   on 2000/08/03  23:43:18
5495         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
5496              From: Dominic Dunlop <domo@computer.org>
5497              Date: Thu, 3 Aug 2000 22:16:46 +0200
5498              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
5499      Branch: perl
5500            ! t/op/sprintf.t
5501 ____________________________________________________________________________
5502 [  6508] By: jhi                                   on 2000/08/03  23:40:37
5503         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
5504              From: Hugo <hv@crypt.compulink.co.uk>
5505              Date: Thu, 03 Aug 2000 18:25:30 +0100
5506              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
5507      Branch: perl
5508            ! regcomp.c t/op/re_tests
5509 ____________________________________________________________________________
5510 [  6507] By: jhi                                   on 2000/08/03  23:38:28
5511         Log: Subject: [PATCH] sv.h documentation - SvLEN
5512              From: Mike Guy <mjtg@cam.ac.uk>
5513              Date: Thu, 03 Aug 2000 14:43:09 +0100
5514              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
5515      Branch: perl
5516            ! sv.h
5517 ____________________________________________________________________________
5518 [  6506] By: jhi                                   on 2000/08/03  15:49:14
5519         Log: Disable the fix_pl hack for now.
5520      Branch: perl
5521            ! Makefile.SH
5522 ____________________________________________________________________________
5523 [  6505] By: jhi                                   on 2000/08/03  13:49:04
5524         Log: Add a URL for FSF.
5525              
5526              Subject: Patch for README
5527              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5528              Date: Wed, 2 Aug 2000 13:25:09 -0500
5529              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
5530      Branch: perl
5531            ! README
5532 ____________________________________________________________________________
5533 [  6504] By: jhi                                   on 2000/08/03  13:29:19
5534         Log: Be more informative on what is skipped and why,
5535              also repeat the list at the end.
5536      Branch: perl
5537            ! Porting/p4desc
5538 ____________________________________________________________________________
5539 [  6503] By: jhi                                   on 2000/08/03  13:07:05
5540         Log: Circumvent the removal of .patch by fix_pl.
5541              
5542              Subject: Re: [ID 20000802.011] unable to 'make test'          
5543              From: simon@brecon.co.uk (Simon Cozens) 
5544              Date: 3 Aug 2000 04:17:00 GMT
5545              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
5546      Branch: perl
5547            ! Makefile.SH
5548 ____________________________________________________________________________
5549 [  6502] By: jhi                                   on 2000/08/03  00:14:34
5550         Log: Add the missing setproctitle unit.
5551      Branch: metaconfig/U/perl
5552            + d_setproctitle.U
5553 ____________________________________________________________________________
5554 [  6501] By: jhi                                   on 2000/08/03  00:00:26
5555         Log: The subtest 4 may fail also on VOBS, as pointed out
5556              by Nick Ing-Simmons in November 1999, bug id 19991124.003
5557              (but the failure in that bug report isn't the subtest 4).
5558      Branch: perl
5559            ! t/op/stat.t
5560 ____________________________________________________________________________
5561 [  6500] By: jhi                                   on 2000/08/02  23:49:30
5562         Log: Better skip message for the test; one of the two problems in
5563              
5564              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
5565              From: Lupe Christoph <lupe@lupe-christoph.de>
5566              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
5567              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
5568      Branch: perl
5569            ! t/op/numconvert.t
5570 ____________________________________________________________________________
5571 [  6499] By: jhi                                   on 2000/08/02  22:49:16
5572         Log: Allow "no Module;" even if there is no 'unimport'.
5573              
5574              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
5575              From: mjd@plover.com
5576              Date: 24 Mar 2000 15:24:34 -0000
5577              Message-Id: <20000324152434.15160.qmail@plover.com>
5578      Branch: perl
5579            ! gv.c
5580 ____________________________________________________________________________
5581 [  6498] By: jhi                                   on 2000/08/02  22:42:58
5582         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
5583              that are hopefully soon put into use.
5584      Branch: perl
5585            ! opcode.h opcode.pl opnames.h
5586 ____________________________________________________________________________
5587 [  6497] By: gsar                                  on 2000/08/02  22:28:59
5588         Log: require.t needs binmode() to work on windows
5589      Branch: perl
5590            ! t/comp/require.t
5591 ____________________________________________________________________________
5592 [  6496] By: jhi                                   on 2000/08/02  22:08:51
5593         Log: Document the IVdf UVuf UVof UVxf.
5594      Branch: perl
5595            ! pod/perlguts.pod
5596 ____________________________________________________________________________
5597 [  6495] By: jhi                                   on 2000/08/02  21:54:26
5598         Log: detypo #6494
5599      Branch: perl
5600            ! ext/Data/Dumper/Dumper.xs
5601 ____________________________________________________________________________
5602 [  6494] By: jhi                                   on 2000/08/02  21:49:17
5603         Log: Dump UVs as UVs in Data::Dumper.
5604              
5605              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
5606              From: Gurusamy Sarathy <gsar@ActiveState.com>
5607              Date: Thu, 27 Apr 2000 12:26:25 -0700
5608              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
5609      Branch: perl
5610            ! ext/Data/Dumper/Dumper.xs
5611 ____________________________________________________________________________
5612 [  6493] By: jhi                                   on 2000/08/02  17:01:58
5613         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
5614              From: Hugo <hv@crypt.compulink.co.uk>
5615              Date: Wed, 02 Aug 2000 14:53:56 +0100
5616              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
5617      Branch: perl
5618            ! regexec.c t/op/re_tests
5619 ____________________________________________________________________________
5620 [  6492] By: jhi                                   on 2000/08/02  15:02:46
5621         Log: The new setproctitle() feature is available only in 
5622              bleeding edge FreeBSD.  From Paul Saab.
5623      Branch: perl
5624            ! mg.c
5625 ____________________________________________________________________________
5626 [  6491] By: jhi                                   on 2000/08/02  13:34:36
5627         Log: The tr utf8 patching continues.
5628              
5629              Subject: Re: #6469, too many tests claimed in require.t
5630              From: simon@brecon.co.uk (Simon Cozens)
5631              Date: 2 Aug 2000 02:37:17 GMT
5632              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
5633              
5634              (the logic of the test was the wrong way round in the patch)
5635      Branch: perl
5636            ! doop.c
5637 ____________________________________________________________________________
5638 [  6490] By: jhi                                   on 2000/08/02  13:27:38
5639         Log: The name of a filehandle does not have <these>.
5640      Branch: perl
5641            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
5642            ! t/pragma/warn/pp_sys util.c
5643 ____________________________________________________________________________
5644 [  6489] By: jhi                                   on 2000/08/02  04:26:46
5645         Log: Remove the extraneous "main::" prefix from all the
5646              "opened only for", "on closed", and "never opened" warnings.
5647              
5648              Subject: Re: inappropriate warning
5649              From: Gurusamy Sarathy <gsar@ActiveState.com>
5650              Date: Mon, 20 Mar 2000 11:28:02 -0800
5651              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
5652      Branch: perl
5653            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
5654            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
5655            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
5656 ____________________________________________________________________________
5657 [  6488] By: jhi                                   on 2000/08/02  03:02:57
5658         Log: memcpy has n o in it, as pinted ut by Sarathy.
5659      Branch: perl
5660            ! pod/perlguts.pod
5661 ____________________________________________________________________________
5662 [  6487] By: jhi                                   on 2000/08/02  02:44:51
5663         Log: Document in one place the memory abstractions used in Perl core.
5664              
5665              Subject: Re: Memory abstraction
5666              From: simon@brecon.co.uk (Simon Cozens)
5667              Date: 2 Aug 2000 02:20:23 GMT
5668              Organization: Earth.li Origins
5669      Branch: perl
5670            ! pod/perlguts.pod
5671 ____________________________________________________________________________
5672 [  6486] By: jhi                                   on 2000/08/02  02:41:57
5673         Log: regen_headers, regen perltoc.
5674      Branch: perl
5675            ! perlapi.c pod/perltoc.pod
5676 ____________________________________________________________________________
5677 [  6485] By: jhi                                   on 2000/08/02  01:43:33
5678         Log: "This little thing tests for a file .patch, and if it contains
5679              a number, pops into patchlevel.h" (making it easier to track
5680              which development version people are reporting bugs against)
5681              
5682              Subject: Patchlevel autogeneration for repository perls
5683              From: simon@brecon.co.uk (Simon Cozens)
5684              Date: 14 Jul 2000 07:12:15 GMT
5685              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
5686      Branch: perl
5687            + fix_pl
5688            ! MANIFEST Makefile.SH
5689 ____________________________________________________________________________
5690 [  6484] By: jhi                                   on 2000/08/02  01:32:54
5691         Log: FreeBSD 3.* updates from
5692              
5693              From: Paul Saab <ps@yahoo-inc.com>
5694              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
5695              Date: Tue, 1 Aug 2000 15:41:39 -0700
5696              Message-Id: <20000801154139.A53740@yahoo-inc.com>
5697      Branch: perl
5698            ! hints/freebsd.sh
5699 ____________________________________________________________________________
5700 [  6483] By: jhi                                   on 2000/08/02  01:27:44
5701         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
5702              instead one must use setproctitle().  This was already addressed
5703              by change #6457, but the below has a new variant for FreeBSD 4.0
5704              or later, and the matter is also documented more.
5705              
5706              From: Paul Saab <ps@yahoo-inc.com>
5707              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
5708              Date: Tue, 1 Aug 2000 15:41:39 -0700
5709              Message-Id: <20000801154139.A53740@yahoo-inc.com>
5710      Branch: metaconfig/U/perl
5711            + i_libutil.U
5712      Branch: perl
5713            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
5714 ____________________________________________________________________________
5715 [  6482] By: jhi                                   on 2000/08/01  22:17:32
5716         Log: The test from this
5717              
5718              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
5719              Date: Sat, 15 Apr 2000 17:03:44 +0100
5720              From: Tom Hughes <tom@compton.nu>
5721              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
5722              
5723              was missing, the code change went in as #5989
5724              (which had a different test?)
5725      Branch: perl
5726            ! t/op/misc.t
5727 ____________________________________________________________________________
5728 [  6481] By: jhi                                   on 2000/08/01  21:48:38
5729         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
5730              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
5731              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
5732              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
5733      Branch: perl
5734            ! perl.h
5735 ____________________________________________________________________________
5736 [  6480] By: jhi                                   on 2000/08/01  18:05:28
5737         Log: Make p4desc to skip non-mainperl branches by default.
5738      Branch: perl
5739            ! Porting/p4desc
5740 ____________________________________________________________________________
5741 [  6479] By: jhi                                   on 2000/08/01  17:29:19
5742         Log: If gccosandvers is equal to osname, clear gccosandvers.
5743      Branch: metaconfig/U/perl
5744            ! gccvers.U
5745      Branch: perl
5746            ! Configure config_h.SH
5747 ____________________________________________________________________________
5748 [  6478] By: jhi                                   on 2000/08/01  15:54:08
5749         Log: BOM patching from Simon Cozens.
5750      Branch: perl
5751            ! toke.c
5752 ____________________________________________________________________________
5753 [  6477] By: jhi                                   on 2000/08/01  04:50:33
5754         Log: Stash away the largefiles flags and libswanted.
5755      Branch: perl
5756            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
5757 ____________________________________________________________________________
5758 [  6476] By: gsar                                  on 2000/08/01  04:24:24
5759         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
5760              on Windows)
5761      Branch: perl
5762            ! t/pragma/utf8.t utf8.c win32/win32.c
5763 ____________________________________________________________________________
5764 [  6475] By: jhi                                   on 2000/08/01  03:35:24
5765         Log: Make chr() for values >127 to create utf8 when under utf8.
5766              
5767              Subject: Re: uft8/chr()
5768              From: simon@brecon.co.uk (Simon Cozens)
5769              Date: 1 Aug 2000 02:37:02 GMT
5770              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
5771      Branch: perl
5772            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
5773 ____________________________________________________________________________
5774 [  6474] By: jhi                                   on 2000/08/01  02:36:18
5775         Log: In Digital UNIX warn if gcc explicitly chosen because even
5776              2.95.2 is known to cause problems.
5777      Branch: perl
5778            ! hints/dec_osf.sh
5779 ____________________________________________________________________________
5780 [  6473] By: jhi                                   on 2000/08/01  02:00:56
5781         Log: Make the safety catch for buggy gccs work with triple version
5782              numbers like 2.95.2.  Reported in
5783              
5784              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
5785              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
5786              Date: Mon, 31 Jul 2000 14:55:06 +0200
5787              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
5788      Branch: perl
5789            ! hints/dec_osf.sh
5790 ____________________________________________________________________________
5791 [  6472] By: jhi                                   on 2000/08/01  01:13:33
5792         Log: Subject: fix and question re: waitpid() under win32
5793              From: Brian Clarke <clarke@appliedmeta.com>
5794              Date: Fri, 28 Jul 2000 15:18:29 -0400
5795              Message-ID: <3981DC85.290314EB@appliedmeta.com>
5796              
5797              Slightly reformatted and WNOHANG # define moved to win32.h
5798              so that also POSIX.xs sees it, as suggsted by Sarathy.
5799      Branch: perl
5800            ! win32/win32.c win32/win32.h
5801 ____________________________________________________________________________
5802 [  6471] By: jhi                                   on 2000/08/01  00:55:05
5803         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
5804              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5805              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
5806              Date: Mon, 31 Jul 2000 13:28:51 +0100
5807              
5808              (aka ID 20000730.002)
5809      Branch: perl
5810            ! op.c t/op/tr.t
5811 ____________________________________________________________________________
5812 [  6470] By: jhi                                   on 2000/07/31  23:34:42
5813         Log: Document the problem with -P in HP-UX and its workaround.
5814              
5815              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
5816              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
5817              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
5818              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
5819      Branch: perl
5820            ! README.hpux
5821 ____________________________________________________________________________
5822 [  6469] By: jhi                                   on 2000/07/31  04:15:02
5823         Log: The swallow_bom() saga continues.  The #23 of require.t
5824              (UTF16-LE) still fails (silently, no output) but the #22
5825              (UTF16-BE) seems to be working now.  The root of the
5826              failure may be in sv_gets(): is it UTF-16LE-aware,
5827              especially when it comes to line endings? 
5828      Branch: perl
5829            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
5830            ! t/comp/require.t toke.c utf8.c
5831 ____________________________________________________________________________
5832 [  6468] By: jhi                                   on 2000/07/30  19:05:48
5833         Log: Find green threads before native threads.
5834              
5835              Subject: Re: Patch to jpl/JNI/Makefile.PL
5836              From: Jens Thomsen <jens@fiend.cis.com>
5837              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
5838              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
5839      Branch: perl
5840            ! jpl/JNI/Makefile.PL
5841 ____________________________________________________________________________
5842 [  6467] By: jhi                                   on 2000/07/30  18:36:22
5843         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
5844      Branch: perl
5845            ! doop.c
5846 ____________________________________________________________________________
5847 [  6466] By: jhi                                   on 2000/07/30  04:37:29
5848         Log: A new version of the "remove UPPERACSE string comparison"
5849              operators.  The problem with the previous one (change #6454)
5850              was that it was for Perl 5.6.0.  From Paul Marquess.
5851      Branch: perl
5852            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
5853            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
5854            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
5855 ____________________________________________________________________________
5856 [  6465] By: jhi                                   on 2000/07/29  22:39:56
5857         Log: Do not upgrade SVs into utf8 just because they participate
5858              in eq or cmp.  Reported and fix suggested in
5859              
5860              Subject: [ID 20000720.009] sv_eq UTF8 bug
5861              From: "Simon Cozens" <simon@othersideofthe.earth.li>
5862              Date: 21 Jul 2000 04:37:29 -0000
5863              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
5864              
5865              Exercise for the kind reader: should we or should we not
5866              cache the utf8 conversion alonside the SV? (as magic,
5867              as thestrxfrm()ed version is cached under use locale)
5868              Argue both for and against.
5869      Branch: perl
5870            ! sv.c
5871 ____________________________________________________________________________
5872 [  6464] By: jhi                                   on 2000/07/29  22:36:22
5873         Log: Subject: UTF8 concat
5874              From: simon@brecon.co.uk (Simon Cozens) 
5875              Date: 30 Jun 2000 06:13:25 GMT
5876              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
5877              
5878              (with a memory leak fixed, plus a few casts added)
5879              
5880              This also seems to help for
5881              
5882              Subject: [ID 20000716.015] join UTF8 weirdness
5883              From: root <root@ak-71.mind.de> 
5884              Date: Sat, 15 Jul 2000 15:29:54 +0200
5885              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
5886              
5887              (from Andreas König)
5888      Branch: perl
5889            ! pp_hot.c
5890 ____________________________________________________________________________
5891 [  6463] By: jhi                                   on 2000/07/29  00:55:39
5892         Log: Tune the comments and hopefully stop a memory leak.
5893      Branch: perl
5894            ! toke.c utf8.c
5895 ____________________________________________________________________________
5896 [  6462] By: jhi                                   on 2000/07/29  00:16:53
5897         Log: The problem described in this
5898              
5899              Subject: [ID 20000322.018] named chars aren't magical enough
5900              From: root <root@dixie.cscaper.com>     
5901              Date: Wed, 22 Mar 2000 18:37:42 -0700
5902              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
5903              
5904              has been fixed in perl 5.6.0 but just in case added a test
5905              to keep it away.  (The report from Joseph Hall.)
5906      Branch: perl
5907            ! t/lib/charnames.t
5908 ____________________________________________________________________________
5909 [  6461] By: jhi                                   on 2000/07/28  23:56:36
5910         Log: Tiny fixes for #6460.
5911      Branch: metaconfig/U/perl
5912            ! gccvers.U
5913      Branch: perl
5914            ! Configure config_h.SH
5915 ____________________________________________________________________________
5916 [  6460] By: jhi                                   on 2000/07/28  23:24:41
5917         Log: Warn if the version of the operating system used to compile gcc
5918              differs from the current version of the operating system.
5919              Also display the gcc compilation os and version in myconfig.
5920              Inspiration from
5921              
5922              Subject: Re: [ID 20000710.003] ERRORS!!         
5923              From: "Kurt D. Starsinic" <kstar@chapin.edu>
5924              Date: Mon, 10 Jul 2000 15:54:16 -0400
5925              Message-ID: <20000710155416.A1384@O2.chapin.edu>
5926      Branch: metaconfig/U/perl
5927            ! gccvers.U
5928      Branch: perl
5929            ! Configure config_h.SH myconfig.SH
5930 ____________________________________________________________________________
5931 [  6459] By: jhi                                   on 2000/07/28  22:00:32
5932         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
5933              letter to $Config{osvers}.
5934      Branch: metaconfig
5935            ! U/modified/Oldconfig.U
5936      Branch: perl
5937            ! Configure config_h.SH
5938 ____________________________________________________________________________
5939 [  6458] By: jhi                                   on 2000/07/28  04:15:39
5940         Log: Back out #6454, doesn't seem to work.
5941              (Reason: that patch was for perl 5.6.0, not perl-current)
5942              (A version of the patch for perl-current came in later as #6466)
5943      Branch: perl
5944            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
5945            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
5946            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
5947 ____________________________________________________________________________
5948 [  6457] By: jhi                                   on 2000/07/27  23:31:49
5949         Log: Use setproctitle() if available to modify $0.
5950              
5951              Subject: setting $* on BSD4 broken
5952              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5953              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
5954              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
5955      Branch: metaconfig
5956            ! U/modified/Myinit.U
5957      Branch: perl
5958            ! Configure config_h.SH mg.c
5959 ____________________________________________________________________________
5960 [  6456] By: jhi                                   on 2000/07/27  14:50:47
5961         Log: Allow "no AutoLoader;", based on change #6444,
5962              suggested by Graham Barr.
5963      Branch: perl
5964            ! lib/AutoLoader.pm
5965 ____________________________________________________________________________
5966 [  6455] By: jhi                                   on 2000/07/27  14:19:10
5967         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
5968              From: rspier@pobox.com (Robert Spier)
5969              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
5970              Message-ID: <14720.15855.787664.424783@rls.cx>
5971      Branch: perl
5972            ! pod/perldiag.pod
5973 ____________________________________________________________________________
5974 [  6454] By: jhi                                   on 2000/07/27  14:03:02
5975         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
5976              for a long time).
5977              
5978              Reported in
5979              
5980              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
5981              From: Ryan Herbert <rherbert@sycamorehq.com>
5982              Date: Mon, 17 Jul 2000 11:40:42 -0400
5983              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
5984              
5985              Patched in
5986              
5987              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
5988              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
5989              Date: Wed, 26 Jul 2000 23:40:18 +0100
5990              Message-ID: <000001bff752$79511880$0a17073e@tiny>
5991              
5992              based on an earlier patch from Stephen P. Potter.
5993              
5994              (Removed later by change #6458 because this patch was for
5995              perl 5.6.0, not perl-current)
5996      Branch: perl
5997            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
5998            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
5999            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
6000 ____________________________________________________________________________
6001 [  6453] By: jhi                                   on 2000/07/27  13:48:02
6002         Log: Subject: [PATCH] fixes bug 20000508.004
6003              From: Michael Stevens <mstevens@globnix.org>
6004              Date: Thu, 27 Jul 2000 13:49:04 +0100
6005              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
6006      Branch: perl
6007            ! pod/perldata.pod
6008 ____________________________________________________________________________
6009 [  6452] By: jhi                                   on 2000/07/26  23:51:26
6010         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
6011              and Craig A. Berry.
6012      Branch: perl
6013            ! lib/File/Temp.pm pod/perlport.pod
6014 ____________________________________________________________________________
6015 [  6451] By: jhi                                   on 2000/07/26  19:43:30
6016         Log: Be wary of close()s, too.
6017              
6018              Subject: Re: [PATCH] perlbug cleanup
6019              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6020              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
6021              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
6022      Branch: perl
6023            ! utils/perlbug.PL
6024 ____________________________________________________________________________
6025 [  6450] By: jhi                                   on 2000/07/26  18:41:40
6026         Log: Subject: Minor doc patch: handy.h
6027              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
6028              Date: Wed, 26 Jul 2000 15:34:25 -0300
6029              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
6030      Branch: perl
6031            ! handy.h pod/perlapi.pod
6032 ____________________________________________________________________________
6033 [  6449] By: jhi                                   on 2000/07/26  18:23:55
6034         Log: Subject: [PATCH] minor doc change - perlguts
6035              From: Michael Stevens <mstevens@globnix.org>
6036              Date: Thu, 13 Jul 2000 12:39:18 +0100
6037              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
6038      Branch: perl
6039            ! pod/perlguts.pod
6040 ____________________________________________________________________________
6041 [  6448] By: jhi                                   on 2000/07/26  18:20:30
6042         Log: open() wariness in perlbug.
6043              
6044              Subject: [PATCH] perlbug cleanup
6045              From: Michael Stevens <mstevens@globnix.org>
6046              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
6047              Date: Thu, 13 Jul 2000 15:52:23 +0100
6048      Branch: perl
6049            ! utils/perlbug.PL
6050 ____________________________________________________________________________
6051 [  6447] By: jhi                                   on 2000/07/26  18:13:04
6052         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
6053      Branch: perl
6054            ! lib/File/Temp.pm t/lib/ftmp-security.t
6055 ____________________________________________________________________________
6056 [  6446] By: jhi                                   on 2000/07/26  18:06:32
6057         Log: docfix from Peter Scott <Peter@PSDT.com>.
6058      Branch: perl
6059            ! pod/perlfunc.pod
6060 ____________________________________________________________________________
6061 [  6445] By: jhi                                   on 2000/07/26  17:53:31
6062         Log: Fix *foo{FORMAT}.
6063              
6064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6065              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
6066              Date: Wed, 26 Jul 2000 19:51:02 +0200
6067              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
6068              
6069              From: Graham Barr <gbarr@pobox.com>
6070              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
6071              Date: Wed, 26 Jul 2000 17:38:36 +0100
6072              Message-ID: <20000726173836.L472@pobox.com>
6073      Branch: perl
6074            ! pp.c sv.c t/op/gv.t
6075 ____________________________________________________________________________
6076 [  6444] By: jhi                                   on 2000/07/26  17:49:14
6077         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
6078              from Graham Barr in the module list.
6079      Branch: perl
6080            ! gv.c pod/perlobj.pod
6081 ____________________________________________________________________________
6082 [  6443] By: jhi                                   on 2000/07/26  16:06:56
6083         Log: More split() doc and test patches from Mike Guy.
6084      Branch: perl
6085            ! pod/perlfunc.pod t/op/split.t
6086 ____________________________________________________________________________
6087 [  6442] By: jhi                                   on 2000/07/26  16:05:30
6088         Log: MacOS nits from Matthias Neeracher.
6089      Branch: perl
6090            ! perl.c pp_ctl.c
6091 ____________________________________________________________________________
6092 [  6441] By: jhi                                   on 2000/07/26  04:39:57
6093         Log: Subject: [PATCH] split /^/
6094              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6095              Date: Tue, 25 Jul 2000 14:18:57 +0100
6096              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
6097              
6098              (with notes from tchrist and gbarr)
6099      Branch: perl
6100            ! pod/perlfunc.pod t/op/split.t
6101 ____________________________________________________________________________
6102 [  6440] By: jhi                                   on 2000/07/26  04:32:32
6103         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
6104              From: Peter Prymmer <pvhp@forte.com>
6105              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
6106              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
6107      Branch: perl
6108            ! vms/munchconfig.c
6109 ____________________________________________________________________________
6110 [  6439] By: jhi                                   on 2000/07/26  04:31:01
6111         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
6112              to be fatal errors (instead of by default ignoring them, and
6113              ignoring with a bug: even though -w gave an error, the opening [
6114              was left in)  Reported in:
6115              
6116              Subject: [ID 20000716.024] [=cc=] / [:blank:]
6117              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
6118              Date: Sun, 16 Jul 2000 17:55:29 -0700
6119              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
6120      Branch: perl
6121            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
6122 ____________________________________________________________________________
6123 [  6438] By: jhi                                   on 2000/07/25  15:41:15
6124         Log: Subject: [PATCH] av.c apidoc
6125              From: simon@brecon.co.uk (Simon Cozens)
6126              Date: 24 Jul 2000 06:40:52 GMT
6127              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
6128      Branch: perl
6129            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
6130            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
6131 ____________________________________________________________________________
6132 [  6437] By: jhi                                   on 2000/07/25  14:05:36
6133         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
6134              From: "Stephen P. Potter" <spp@ds.net>
6135              Date: Mon, 24 Jul 2000 14:22:23 -0400
6136              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
6137      Branch: perl
6138            ! pod/perllocale.pod
6139 ____________________________________________________________________________
6140 [  6436] By: jhi                                   on 2000/07/25  14:02:03
6141         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
6142              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6143              Date: Mon, 24 Jul 2000 18:04:28 +0100
6144              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
6145      Branch: perl
6146            ! t/lib/syslfs.t t/op/lfs.t
6147 ____________________________________________________________________________
6148 [  6435] By: jhi                                   on 2000/07/25  13:59:28
6149         Log: Get UTF16 BOMs working.  Patch from
6150              
6151              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6152              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6153              Date: Tue, 25 Jul 2000 12:52:45 +0100
6154              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
6155              
6156              and notes from
6157              
6158              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6159              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6160              Date: Tue, 25 Jul 2000 11:43:25 +0100
6161              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
6162      Branch: perl
6163            ! t/comp/require.t toke.c utf8.c
6164 ____________________________________________________________________________
6165 [  6434] By: jhi                                   on 2000/07/25  02:39:54
6166         Log: Make the "uninit variable" warning to say "concat or string"
6167              or "join or string" when in concat or join .
6168              
6169              Subject: Re: [ID 20000403.009] uninitialised concatenation???
6170              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6171              Date: Tue, 04 Apr 2000 18:22:58 +0100
6172              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
6173              
6174              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
6175              From: William R Ward <hermit@BayView.COM>
6176              Date: Thu, 30 Mar 2000 19:50:03 -0800
6177              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
6178      Branch: perl
6179            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
6180            ! t/pragma/warn/op t/pragma/warn/sv
6181 ____________________________________________________________________________
6182 [  6433] By: jhi                                   on 2000/07/24  17:52:56
6183         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
6184      Branch: perl
6185            ! lib/File/Spec/VMS.pm
6186 ____________________________________________________________________________
6187 [  6432] By: jhi                                   on 2000/07/24  17:44:44
6188         Log: Test cases for #6431.
6189              
6190              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6191              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6192              Date: Mon, 24 Jul 2000 15:32:29 +0100
6193              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
6194      Branch: perl
6195            ! t/op/pat.t t/op/split.t
6196 ____________________________________________________________________________
6197 [  6431] By: jhi                                   on 2000/07/24  17:43:17
6198         Log: Bind op fix.
6199              
6200              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6201              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6202              Date: Mon, 17 Jul 2000 20:04:56 +0100
6203              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
6204      Branch: perl
6205            ! op.c
6206 ____________________________________________________________________________
6207 [  6430] By: jhi                                   on 2000/07/24  03:42:42
6208         Log: Subject: [ID 20000716.023] syslog test fails without sockets
6209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6210              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
6211              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
6212      Branch: metaconfig/U/perl
6213            ! Extensions.U
6214      Branch: perl
6215            ! Configure config_h.SH
6216 ____________________________________________________________________________
6217 [  6429] By: jhi                                   on 2000/07/24  03:11:52
6218         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
6219              case, but add also notes explaining the relationship of this
6220              patch and the earlier notes by Sarathy.
6221              
6222              Subject: Map is still slow
6223              From: "Ben Tilly" <ben_tilly@hotmail.com>
6224              Date: Sat, 15 Jul 2000 17:23:27 EDT
6225              Message-ID: <20000715212327.21656.qmail@hotmail.com>
6226      Branch: perl
6227            ! pp_ctl.c
6228 ____________________________________________________________________________
6229 [  6428] By: jhi                                   on 2000/07/24  02:58:52
6230         Log: Documentation to explain the behaviour of map().
6231              
6232              Subject: Re: Map is still slow 
6233              From: Gurusamy Sarathy <gsar@ActiveState.com>
6234              Date: Sat, 15 Jul 2000 16:05:09 -0700
6235              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
6236      Branch: perl
6237            ! pp_ctl.c
6238 ____________________________________________________________________________
6239 [  6427] By: jhi                                   on 2000/07/24  02:50:03
6240         Log: Add tests for
6241              [ID 19991110.003] another matching finding by pcre author
6242              which has already been fixed by some patch, as verified in
6243              
6244              Subject: Re: two regex bugs from the mists of time (well, last November)
6245              From: Hugo <hv@crypt.compulink.co.uk>
6246              Date: Sat, 22 Jul 2000 18:12:58 +0100
6247              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
6248      Branch: perl
6249            ! t/op/re_tests
6250 ____________________________________________________________________________
6251 [  6426] By: jhi                                   on 2000/07/24  02:11:20
6252         Log: A missing 'break' after the [[:space:]] switch case.
6253              
6254              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
6255              From: "Stephen P. Potter" <spp@ds.net>
6256              Date: Tue, 18 Jul 2000 16:25:17 -0400
6257              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
6258      Branch: perl
6259            ! regcomp.c
6260 ____________________________________________________________________________
6261 [  6425] By: jhi                                   on 2000/07/24  02:06:12
6262         Log: The output might have been produced in the wrong order.
6263              
6264              Subject: [ID 20000720.003] [PATCH] t/op/write.t
6265              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6266              Date: Thu, 20 Jul 2000 18:49:18 +0100
6267              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
6268      Branch: perl
6269            ! t/op/write.t
6270 ____________________________________________________________________________
6271 [  6424] By: jhi                                   on 2000/07/24  02:00:07
6272         Log: Use STDOUT consistently.
6273              
6274              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
6275              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6276              Date: Thu, 20 Jul 2000 18:04:01 +0100
6277              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
6278      Branch: perl
6279            ! lib/Test/Harness.pm
6280 ____________________________________________________________________________
6281 [  6423] By: jhi                                   on 2000/07/24  01:54:54
6282         Log: Protect against "wild next"s, that is, callbacks doing "next"
6283              instead of "return".
6284              
6285              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
6286              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6287              Date: Tue, 18 Jul 2000 11:30:16 +0100
6288              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
6289      Branch: perl
6290            ! lib/File/Find.pm
6291 ____________________________________________________________________________
6292 [  6422] By: jhi                                   on 2000/07/24  01:35:47
6293         Log: Out-of-date note removed.
6294              
6295              Subject: [PATCH] documentation perlipc
6296              From: rspier@pobox.com (Robert Spier)
6297              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
6298              Message-ID: <14711.35178.572612.502654@rls.cx>
6299      Branch: perl
6300            ! pod/perlipc.pod
6301 ____________________________________________________________________________
6302 [  6421] By: jhi                                   on 2000/07/24  00:09:18
6303         Log: Send all installperl messages to STDERR and be -w clean.
6304              
6305              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
6306              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6307              Date: Sat, 22 Jul 2000 14:02:11 +0100
6308              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
6309      Branch: perl
6310            ! installperl
6311 ____________________________________________________________________________
6312 [  6420] By: jhi                                   on 2000/07/24  00:04:19
6313         Log: Decutandpasto.
6314              
6315              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
6316              From: "Richard Soderberg" <rs@crystalflame.net>
6317              Date: Sun, 23 Jul 2000 01:37:23 -0700
6318              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
6319      Branch: perl
6320            ! pod/perlipc.pod
6321 ____________________________________________________________________________
6322 [  6419] By: jhi                                   on 2000/07/24  00:01:12
6323         Log: A cleaner abs_path().
6324              Subject: Re: unix alternative to Cwd.pm
6325              From: Jeff Pinyan <jeffp@crusoe.net>
6326              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
6327              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
6328      Branch: perl
6329            ! lib/Cwd.pm
6330 ____________________________________________________________________________
6331 [  6418] By: jhi                                   on 2000/07/23  23:48:56
6332         Log: Detypo.
6333              
6334              Subject: [PATCH perl-current] Typo in hints/powerux.sh
6335              From: "Richard Soderberg" <rs@crystalflame.net>
6336              Date: Sun, 23 Jul 2000 01:27:33 -0700
6337              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
6338      Branch: perl
6339            ! hints/powerux.sh
6340 ____________________________________________________________________________
6341 [  6417] By: jhi                                   on 2000/07/17  22:13:31
6342         Log: Subject: SDBM_File documentation
6343              From: mjd@plover.com
6344              Date: 16 Jul 2000 17:41:17 -0000
6345              Message-ID: <20000716174117.18515.qmail@plover.com>
6346      Branch: perl
6347            ! ext/SDBM_File/SDBM_File.pm
6348 ____________________________________________________________________________
6349 [  6416] By: jhi                                   on 2000/07/17  19:13:26
6350         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
6351      Branch: perl
6352            ! hints/mpeix.sh mpeix/relink
6353 ____________________________________________________________________________
6354 [  6415] By: jhi                                   on 2000/07/15  14:11:02
6355         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
6356              the utf8 'characters' can be more than one octet).
6357              
6358              Date: Sat, 15 Jul 2000 00:21:56 +0100
6359              From: Tom Hughes <tom@compton.nu>
6360              Subject: Re: [ID 20000714.002]
6361              Message-ID: <db2334de49.tom@compton.compton.nu>
6362              
6363              Reported in
6364              
6365              Subject: [ID 20000714.002]
6366              From: "Simon Cozens" <simon@othersideofthe.earth.li>
6367              Date: 14 Jul 2000 15:13:09 -0000
6368              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
6369      Branch: perl
6370            ! doop.c
6371 ____________________________________________________________________________
6372 [  6414] By: jhi                                   on 2000/07/15  03:13:41
6373         Log: another VMS build tweak from Peter Prymmer
6374      Branch: perl
6375            ! vms/descrip_mms.template
6376 ____________________________________________________________________________
6377 [  6413] By: jhi                                   on 2000/07/15  03:10:40
6378         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
6379      Branch: perl
6380            ! vms/perlvms.pod
6381 ____________________________________________________________________________
6382 [  6412] By: jhi                                   on 2000/07/15  00:31:05
6383         Log: More docs for sv functions.
6384              
6385              Subject: [PATCH cfgperl] sv.c apidoc
6386              From: simon@brecon.co.uk (Simon Cozens)
6387              Date: 13 Jul 2000 09:00:20 GMT
6388              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
6389              
6390              Subject: Re: [PATCH cfgperl] sv.c apidoc
6391              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6392              Date: Thu, 13 Jul 2000 12:27:41 +0100
6393              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
6394              
6395              Subject: Re: [PATCH cfgperl] sv.c apidoc
6396              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6397              Date: Thu, 13 Jul 2000 13:23:09 +0100
6398              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
6399              
6400              Subject: Re: [PATCH cfgperl] sv.c apidoc
6401              From: simon@brecon.co.uk (Simon Cozens)
6402              Date: 14 Jul 2000 06:51:02 GMT
6403              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
6404      Branch: perl
6405            ! embed.pl pod/perlapi.pod sv.c
6406 ____________________________________________________________________________
6407 [  6411] By: jhi                                   on 2000/07/15  00:10:41
6408         Log: lib/b test fixes from Peter Prymmer.
6409      Branch: perl
6410            ! t/lib/b.t
6411 ____________________________________________________________________________
6412 [  6410] By: jhi                                   on 2000/07/15  00:02:09
6413         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
6414              From: Hugo <hv@crypt.compulink.co.uk>
6415              Date: Fri, 14 Jul 2000 23:05:20 +0100
6416              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
6417              
6418              Didn't anymore apply, but that point still could use another fix.
6419      Branch: perl
6420            ! pod/perlfunc.pod
6421 ____________________________________________________________________________
6422 [  6409] By: jhi                                   on 2000/07/14  23:15:15
6423         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
6424              not in pod, from Peter Prymmer
6425      Branch: perl
6426            ! vms/descrip_mms.template
6427 ____________________________________________________________________________
6428 [  6408] By: jhi                                   on 2000/07/14  20:35:05
6429         Log: The bug report
6430              [ID 19991110.002] minimal matching discrepancy found by pcre author
6431              seems to have been fixed (though differently from what was suggested
6432              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
6433      Branch: perl
6434            ! t/op/re_tests
6435 ____________________________________________________________________________
6436 [  6407] By: jhi                                   on 2000/07/14  17:38:08
6437         Log: Fix AutoSplit to use File::Spec the right way in VMS,
6438              from Peter Prymmer.
6439      Branch: perl
6440            ! lib/AutoSplit.pm
6441 ____________________________________________________________________________
6442 [  6406] By: jhi                                   on 2000/07/14  14:13:22
6443         Log: Merge perlhacktut into perlhack, update perlguts.
6444              
6445              Subject: Re: Perlhacktut
6446              From: simon@brecon.co.uk (Simon Cozens)
6447              Date: 14 Jul 2000 06:49:21 GMT
6448              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
6449              
6450              Subject: Re: Perlhacktut
6451              From: simon@brecon.co.uk (Simon Cozens)
6452              Date: 14 Jul 2000 07:09:45 GMT
6453              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
6454      Branch: perl
6455            ! pod/perlguts.pod pod/perlhack.pod
6456 ____________________________________________________________________________
6457 [  6405] By: jhi                                   on 2000/07/14  14:02:31
6458         Log: Integrate with Sarathy.
6459      Branch: cfgperl
6460           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
6461           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
6462           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
6463 ____________________________________________________________________________
6464 [  6404] By: gsar                                  on 2000/07/14  12:15:02
6465         Log: PERL_OBJECT build tweaks
6466      Branch: perl
6467            ! toke.c
6468 ____________________________________________________________________________
6469 [  6403] By: gsar                                  on 2000/07/14  11:23:41
6470         Log: inconsistent types needs casts
6471      Branch: perl
6472            ! toke.c
6473 ____________________________________________________________________________
6474 [  6402] By: gsar                                  on 2000/07/14  11:12:04
6475         Log: typos in change#6399, regen headers
6476      Branch: perl
6477            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
6478 ____________________________________________________________________________
6479 [  6401] By: gsar                                  on 2000/07/14  10:59:12
6480         Log: typecasts needed for change#6394
6481      Branch: perl
6482            ! toke.c
6483 ____________________________________________________________________________
6484 [  6400] By: gsar                                  on 2000/07/14  10:49:37
6485         Log: integrate cfgperl contents into mainline
6486      Branch: perl
6487           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
6488           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
6489 ____________________________________________________________________________
6490 [  6399] By: gsar                                  on 2000/07/14  10:38:35
6491         Log: enable UTF-16 filter by default if relevant BOM is seen; various
6492              cleanups (typos, misformatted code, and small bugs)
6493      Branch: perl
6494            ! doop.c embed.pl mg.c op.c pp.c toke.c
6495 ____________________________________________________________________________
6496 [  6398] By: gsar                                  on 2000/07/14  08:55:38
6497         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
6498              name suggests anyway)
6499      Branch: perl
6500            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
6501 ____________________________________________________________________________
6502 [  6397] By: gsar                                  on 2000/07/14  08:44:33
6503         Log: move new variables to the end of the interpreter structure (for
6504              bincompat in code that doesn't #include XSUB.h)
6505      Branch: perl
6506            ! intrpvar.h
6507 ____________________________________________________________________________
6508 [  6396] By: gsar                                  on 2000/07/14  08:13:58
6509         Log: MakeMaker should not remove editor backups (*~) on `make clean`
6510              by default (completes change#6383)
6511      Branch: perl
6512            ! lib/ExtUtils/MM_Unix.pm
6513 ____________________________________________________________________________
6514 [  6395] By: jhi                                   on 2000/07/14  05:20:33
6515         Log: Replace change #6337 with a better one.
6516              
6517              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
6518              From: Hugo <hv@crypt.compulink.co.uk>
6519              Date: Fri, 14 Jul 2000 04:16:20 +0100
6520              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
6521      Branch: cfgperl
6522            ! regexec.c t/op/re_tests
6523 ____________________________________________________________________________
6524 [  6394] By: jhi                                   on 2000/07/14  01:33:59
6525         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
6526      Branch: cfgperl
6527            ! embed.pl global.sym proto.h toke.c
6528 ____________________________________________________________________________
6529 [  6393] By: jhi                                   on 2000/07/13  23:41:23
6530         Log: remove discarded test
6531      Branch: cfgperl
6532            ! MANIFEST
6533 ____________________________________________________________________________
6534 [  6392] By: jhi                                   on 2000/07/13  23:32:25
6535         Log: The {multiplier} of a fixed substring was overlooked which
6536              caused a wrong initial search offset for that substring.
6537              
6538              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
6539              From: Hugo <hv@crypt.compulink.co.uk>
6540              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
6541              Date: Thu, 13 Jul 2000 19:27:13 +0100
6542      Branch: cfgperl
6543            ! regcomp.c t/op/re_tests
6544 ____________________________________________________________________________
6545 [  6391] By: jhi                                   on 2000/07/13  16:37:42
6546         Log: typo fix from Craig Berry
6547      Branch: cfgperl
6548            ! vms/subconfigure.com
6549 ____________________________________________________________________________
6550 [  6390] By: jhi                                   on 2000/07/13  13:20:12
6551         Log: Integrate with Sarathy.
6552      Branch: cfgperl
6553            - t/op/method2entersub.t
6554           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
6555           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
6556           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
6557           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
6558 ____________________________________________________________________________
6559 [  6389] By: jhi                                   on 2000/07/13  13:18:48
6560         Log: Detypo from Peter Prymmer, part of #6388.
6561      Branch: cfgperl
6562            ! Configure config_h.SH
6563      Branch: metaconfig
6564            ! U/modified/d_longlong.U
6565 ____________________________________________________________________________
6566 [  6388] By: gsar                                  on 2000/07/13  06:33:40
6567         Log: typos (spotted by Peter Prymmer)
6568      Branch: perl
6569            ! Configure t/lib/english.t
6570 ____________________________________________________________________________
6571 [  6387] By: gsar                                  on 2000/07/13  05:35:28
6572         Log: new selfloader.t in change#6183 doesn't close DATA handles,
6573              and thus fails to clean up tmp files on dosish platforms
6574      Branch: perl
6575            ! t/lib/selfloader.t
6576 ____________________________________________________________________________
6577 [  6386] By: gsar                                  on 2000/07/12  21:42:39
6578         Log: sprintf test tweaks (from Dominic Dunlop)
6579      Branch: perl
6580            ! t/op/sprintf.t
6581 ____________________________________________________________________________
6582 [  6385] By: gsar                                  on 2000/07/12  21:33:46
6583         Log: fix bugs in processing %v-*d and similar format specs (from
6584              Avi Finkel <avi@finkel.org>)
6585      Branch: perl
6586            ! sv.c t/op/sprintf.t
6587 ____________________________________________________________________________
6588 [  6384] By: gsar                                  on 2000/07/12  16:04:19
6589         Log: readd missing perldelta.pod changes from changes#6339,6376
6590      Branch: perl
6591            ! pod/perldelta.pod
6592 ____________________________________________________________________________
6593 [  6383] By: gsar                                  on 2000/07/12  16:00:51
6594         Log: don't clobber *.orig files on *clean targets
6595      Branch: perl
6596            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
6597 ____________________________________________________________________________
6598 [  6382] By: gsar                                  on 2000/07/12  07:59:12
6599         Log: fix broken integrations in cfgperl
6600      Branch: cfgperl
6601           !> Changes pod/perldelta.pod
6602 ____________________________________________________________________________
6603 [  6381] By: gsar                                  on 2000/07/12  07:42:17
6604         Log: integrate cfgperl changes into mainline
6605      Branch: perl
6606            ! Changes
6607           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
6608           !> pod/perlre.pod
6609 ____________________________________________________________________________
6610 [  6380] By: gsar                                  on 2000/07/12  07:31:00
6611         Log: get sprintf.t to adjust properly for 3-digit exponents
6612      Branch: perl
6613            ! t/op/sprintf.t
6614 ____________________________________________________________________________
6615 [  6379] By: gsar                                  on 2000/07/12  06:40:04
6616         Log: change#6174 needs corresponding change in win32/config_h.PL,
6617              which grovels through config_h.SH to find the config.h name
6618      Branch: perl
6619            ! win32/config_h.PL
6620 ____________________________________________________________________________
6621 [  6378] By: jhi                                   on 2000/07/12  05:03:59
6622         Log: Do the cc sanity check both before the hints and
6623              after the cc selction.
6624      Branch: cfgperl
6625            ! Configure config_h.SH
6626      Branch: metaconfig
6627            ! U/modified/Oldconfig.U U/modified/cc.U
6628      Branch: metaconfig/U/perl
6629            + Checkcc.U
6630 ____________________________________________________________________________
6631 [  6377] By: jhi                                   on 2000/07/12  02:49:22
6632         Log: Fix nits noticed by Boston.pm.
6633      Branch: cfgperl
6634            ! pod/perlre.pod
6635 ____________________________________________________________________________
6636 [  6376] By: jhi                                   on 2000/07/11  21:22:13
6637         Log: Configure cosmetics and perldelta.
6638      Branch: cfgperl
6639            ! Configure config_h.SH pod/perldelta.pod
6640      Branch: metaconfig
6641            ! U/modified/cc.U
6642 ____________________________________________________________________________
6643 [  6375] By: gsar                                  on 2000/07/11  21:17:35
6644         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
6645      Branch: perl
6646            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
6647            ! win32/win32sck.c
6648 ____________________________________________________________________________
6649 [  6374] By: gsar                                  on 2000/07/11  20:48:50
6650         Log: tweak for build failure under multiplicity
6651      Branch: perl
6652            ! toke.c
6653 ____________________________________________________________________________
6654 [  6373] By: gsar                                  on 2000/07/11  20:37:23
6655         Log: integrate cfgperl changes#6325..6373 into mainline
6656              (NOTE: today's batch of integrations still untested)
6657      Branch: perl
6658           +> ext/DynaLoader/hints/netbsd.pl
6659            ! Changes
6660           !> (integrate 26 files)
6661 ____________________________________________________________________________
6662 [  6372] By: jhi                                   on 2000/07/11  20:30:36
6663         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
6664              regen perltoc.
6665      Branch: cfgperl
6666            + pod/perlbook.pod
6667            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
6668            ! pod/perltoc.pod
6669 ____________________________________________________________________________
6670 [  6371] By: jhi                                   on 2000/07/11  20:08:56
6671         Log: Minor cleanups on the booklist.
6672      Branch: cfgperl
6673            ! pod/perlfaq2.pod
6674 ____________________________________________________________________________
6675 [  6370] By: jhi                                   on 2000/07/11  19:31:13
6676         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
6677      Branch: cfgperl
6678            ! t/pragma/overload.t
6679 ____________________________________________________________________________
6680 [  6369] By: gsar                                  on 2000/07/11  19:27:48
6681         Log: integrate cfgperl changes#6293..6324 into mainline
6682      Branch: perl
6683           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
6684            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
6685           !> (integrate 30 files)
6686 ____________________________________________________________________________
6687 [  6368] By: gsar                                  on 2000/07/11  19:18:57
6688         Log: skip integrate of problematic change#6292 from cfgperl into mainline
6689      Branch: perl
6690           !> pp_hot.c
6691 ____________________________________________________________________________
6692 [  6367] By: gsar                                  on 2000/07/11  19:17:21
6693         Log: integrate cfgperl changes#6288..6290 into mainline
6694      Branch: perl
6695           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
6696 ____________________________________________________________________________
6697 [  6366] By: gsar                                  on 2000/07/11  19:11:18
6698         Log: integrate cfgperl changes#6268..6282 into mainline
6699      Branch: perl
6700           !> (integrate 30 files)
6701 ____________________________________________________________________________
6702 [  6365] By: gsar                                  on 2000/07/11  18:57:00
6703         Log: delete new accidentally branched file
6704      Branch: perl
6705            - t/op/method2entersub.t
6706 ____________________________________________________________________________
6707 [  6364] By: gsar                                  on 2000/07/11  18:55:13
6708         Log: skip integrate of change#6267 from cfgperl into mainline (the
6709              method call optimization is flawed without additional hints
6710              from user about immutableness of @ISA and no runtime method
6711              definitions)
6712      Branch: perl
6713           +> t/op/method2entersub.t
6714           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
6715           !> perl.h t/op/sprintf.t xsutils.c
6716 ____________________________________________________________________________
6717 [  6363] By: gsar                                  on 2000/07/11  18:49:43
6718         Log: integrate cfgperl changes#6261..6266 into mainline
6719      Branch: perl
6720           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
6721           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
6722           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6723           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
6724 ____________________________________________________________________________
6725 [  6362] By: gsar                                  on 2000/07/11  18:43:26
6726         Log: integrate cfgperl changes#6252..6260 into mainline
6727      Branch: perl
6728           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
6729           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
6730           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
6731           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
6732 ____________________________________________________________________________
6733 [  6361] By: gsar                                  on 2000/07/11  18:37:12
6734         Log: skip integrate of problematic change#6251 from cfgperl into mainline
6735      Branch: perl
6736           !> lib/Exporter.pm
6737 ____________________________________________________________________________
6738 [  6360] By: gsar                                  on 2000/07/11  18:34:56
6739         Log: integrate cfgperl change#6250 into mainline
6740      Branch: perl
6741           +> t/op/my_stash.t
6742           !> MANIFEST embed.pl proto.h toke.c
6743 ____________________________________________________________________________
6744 [  6359] By: gsar                                  on 2000/07/11  18:21:19
6745         Log: integrate cfgperl changes#6242..6249 into mainline
6746      Branch: perl
6747           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
6748           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
6749           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
6750           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
6751           !> t/lib/peek.t utf8.c
6752 ____________________________________________________________________________
6753 [  6358] By: gsar                                  on 2000/07/11  18:15:45
6754         Log: skip integrate of problematic change#6241 from cfgperl into mainline
6755      Branch: perl
6756           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
6757 ____________________________________________________________________________
6758 [  6357] By: jhi                                   on 2000/07/11  18:15:16
6759         Log: Fix for
6760              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
6761              From: Roderick Schertler <roderick@argon.org> 
6762              Date: Tue, 11 Jul 2000 13:55:05 -0400 
6763              Message-Id: <200007111755.NAA05077@jones.argon.org> 
6764      Branch: cfgperl
6765            ! doio.c
6766 ____________________________________________________________________________
6767 [  6356] By: jhi                                   on 2000/07/11  18:12:51
6768         Log: Typo in #6341.
6769      Branch: cfgperl
6770            ! pp_hot.c
6771 ____________________________________________________________________________
6772 [  6355] By: gsar                                  on 2000/07/11  18:12:10
6773         Log: integrate cfgperl changes#6231..6240 into mainline
6774      Branch: perl
6775           +> pod/perlutil.pod
6776           !> (integrate 35 files)
6777 ____________________________________________________________________________
6778 [  6354] By: jhi                                   on 2000/07/11  18:04:34
6779         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
6780              From: Dominic Dunlop <domo@computer.org> 
6781              Date: Tue, 11 Jul 2000 12:27:33 +0200 
6782              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
6783              
6784              Replaces change #6268.
6785      Branch: cfgperl
6786            ! t/op/sprintf.t
6787 ____________________________________________________________________________
6788 [  6353] By: gsar                                  on 2000/07/11  17:59:51
6789         Log: skip integrate of problematic change#6230 from cfgperl into mainline
6790              (a later version of File::Spec is already in mainline)
6791      Branch: perl
6792           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
6793           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
6794 ____________________________________________________________________________
6795 [  6352] By: gsar                                  on 2000/07/11  17:57:48
6796         Log: integrate cfgperl changes#6224..6229 into mainline
6797      Branch: perl
6798           +> lib/lib.pm.PL
6799            - lib/lib.pm
6800           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
6801           !> lib/English.pm op.c t/lib/english.t
6802 ____________________________________________________________________________
6803 [  6351] By: gsar                                  on 2000/07/11  17:50:10
6804         Log: skip integrate of problematic change#6223 from cfgperl into mainline
6805      Branch: perl
6806           !> doio.c
6807 ____________________________________________________________________________
6808 [  6350] By: gsar                                  on 2000/07/11  17:48:28
6809         Log: integrate cfgperl changes#6220..6222 into mainline
6810      Branch: perl
6811           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
6812           !> toke.c utf8.c win32/win32.h
6813 ____________________________________________________________________________
6814 [  6349] By: gsar                                  on 2000/07/11  17:46:13
6815         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
6816              mainline
6817      Branch: perl
6818           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
6819           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
6820           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6821 ____________________________________________________________________________
6822 [  6348] By: jhi                                   on 2000/07/11  17:45:49
6823         Log: README.posix-bc podified from Thomas Dorner.
6824      Branch: cfgperl
6825            ! README.posix-bc
6826 ____________________________________________________________________________
6827 [  6347] By: gsar                                  on 2000/07/11  17:42:04
6828         Log: integrate cfgperl change#6217 into mainline
6829      Branch: perl
6830           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
6831           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
6832           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
6833 ____________________________________________________________________________
6834 [  6346] By: gsar                                  on 2000/07/11  17:39:37
6835         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
6836              mainline
6837      Branch: perl
6838           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
6839           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6840           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
6841           !> perlapi.h pod/perlapi.pod
6842 ____________________________________________________________________________
6843 [  6345] By: gsar                                  on 2000/07/11  17:36:42
6844         Log: integrate cfgperl changes#6207..6210 into mainline
6845      Branch: perl
6846           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
6847           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
6848 ____________________________________________________________________________
6849 [  6344] By: gsar                                  on 2000/07/11  17:31:20
6850         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
6851              mainline
6852      Branch: perl
6853           !> (integrate 40 files)
6854 ____________________________________________________________________________
6855 [  6343] By: gsar                                  on 2000/07/11  17:19:08
6856         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
6857      Branch: perl
6858           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
6859            ! Changes
6860           !> (integrate 34 files)
6861 ____________________________________________________________________________
6862 [  6342] By: jhi                                   on 2000/07/11  16:05:48
6863         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
6864              To: perl5-porters@perl.org
6865              From: Karsten Sperling <spiff@phreax.net>
6866              Date: Mon, 10 Jul 2000 15:12:52 +0200
6867              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
6868      Branch: cfgperl
6869            ! lib/Symbol.pm
6870 ____________________________________________________________________________
6871 [  6341] By: jhi                                   on 2000/07/11  15:59:23
6872         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
6873              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6874              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
6875              Date: Fri, 07 Jul 2000 17:57:16 +0100
6876      Branch: cfgperl
6877            ! pp_hot.c
6878 ____________________________________________________________________________
6879 [  6340] By: jhi                                   on 2000/07/11  15:55:47
6880         Log: Subject: Re: format bug report  [Patch]
6881              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6882              Date: Wed, 05 Jul 2000 13:12:52 +0200
6883              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
6884              
6885              Subject: Re: format bug report  [Patch]
6886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6887              Date: Wed, 05 Jul 2000 14:10:01 +0200
6888              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
6889      Branch: cfgperl
6890            ! t/op/write.t toke.c
6891 ____________________________________________________________________________
6892 [  6339] By: jhi                                   on 2000/07/11  13:54:09
6893         Log: Be less forgiving about ambiguous and illegal tr ranges.
6894              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
6895              From: Mark-Jason Dominus <mjd@plover.com>
6896              Date: Tue, 04 Jul 2000 10:00:12 -0400
6897              Message-ID: <20000704140012.17772.qmail@plover.com>
6898              
6899              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
6900              From: Mark-Jason Dominus <mjd@plover.com>
6901              Date: Wed, 05 Jul 2000 09:37:36 -0400
6902              Message-ID: <20000705133736.27293.qmail@plover.com>
6903      Branch: cfgperl
6904            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
6905 ____________________________________________________________________________
6906 [  6338] By: jhi                                   on 2000/07/11  13:31:24
6907         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
6908              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6909              Date: Tue, 11 Jul 2000 13:50:51 +0100
6910              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
6911      Branch: cfgperl
6912            ! sv.c
6913 ____________________________________________________________________________
6914 [  6337] By: jhi                                   on 2000/07/11  13:29:14
6915         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
6916              From: Hugo <hv@crypt.compulink.co.uk>
6917              Date: Tue, 11 Jul 2000 12:44:50 +0100
6918              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
6919      Branch: cfgperl
6920            ! regexec.c t/op/re_tests
6921 ____________________________________________________________________________
6922 [  6336] By: jhi                                   on 2000/07/11  13:26:47
6923         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
6924              From: simon@brecon.co.uk (Simon Cozens)
6925              Date: 7 Jul 2000 11:26:09 GMT
6926              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
6927      Branch: cfgperl
6928            ! mg.c
6929 ____________________________________________________________________________
6930 [  6335] By: jhi                                   on 2000/07/11  13:23:37
6931         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
6932              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
6933              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
6934              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
6935      Branch: cfgperl
6936            + ext/DynaLoader/hints/netbsd.pl
6937            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
6938 ____________________________________________________________________________
6939 [  6334] By: jhi                                   on 2000/07/11  13:20:38
6940         Log: Subject: PATCH perlguts.pod: Document D and d magic types
6941              From: mjd@plover.com
6942              Date: 5 Jul 2000 18:01:51 -0000
6943              Message-ID: <20000705180151.29413.qmail@plover.com>
6944      Branch: cfgperl
6945            ! pod/perlguts.pod
6946 ____________________________________________________________________________
6947 [  6333] By: jhi                                   on 2000/07/11  13:15:51
6948         Log: Precedence goof, fix based on
6949              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
6950              From: Hugo <hv@crypt.compulink.co.uk>
6951              Date: Tue, 11 Jul 2000 12:52:38 +0100
6952              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
6953      Branch: cfgperl
6954            ! t/op/taint.t
6955 ____________________________________________________________________________
6956 [  6332] By: jhi                                   on 2000/07/11  12:40:17
6957         Log: Integrate with Sarathy.
6958      Branch: cfgperl
6959           !> win32/win32sck.c
6960 ____________________________________________________________________________
6961 [  6331] By: jhi                                   on 2000/07/10  20:14:16
6962         Log: Sprinkle ldlibpath.
6963      Branch: cfgperl
6964            ! pod/Makefile.SH
6965 ____________________________________________________________________________
6966 [  6330] By: jhi                                   on 2000/07/10  17:54:49
6967         Log: More POSIX.pod tweaks.
6968      Branch: cfgperl
6969            ! ext/POSIX/POSIX.pod
6970 ____________________________________________________________________________
6971 [  6329] By: jhi                                   on 2000/07/10  14:02:12
6972         Log: Reorder perl.pod once more.
6973      Branch: cfgperl
6974            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6975 ____________________________________________________________________________
6976 [  6328] By: gsar                                  on 2000/07/10  07:06:00
6977         Log: accept() leaks memory on windows due to incorrect ordering of
6978              closesocket() and fclose() calls
6979      Branch: perl
6980            ! win32/win32sck.c
6981 ____________________________________________________________________________
6982 [  6327] By: gsar                                  on 2000/07/10  06:49:17
6983         Log: winsock options weren't being set in all threads under ithreads
6984              (caused send()s from second and subsequent threads to fail)
6985      Branch: perl
6986            ! win32/win32sck.c
6987 ____________________________________________________________________________
6988 [  6326] By: jhi                                   on 2000/07/08  02:45:40
6989         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
6990              was cast to an unsigned (32-bit) integer with wild abandon.
6991      Branch: cfgperl
6992            ! ext/Devel/DProf/DProf.xs
6993 ____________________________________________________________________________
6994 [  6325] By: jhi                                   on 2000/07/07  18:50:33
6995         Log: Remove perlbook, update perlfaq book listing,
6996              rearrange perl.pod, regenerate perltoc.
6997      Branch: cfgperl
6998            - pod/perlbook.pod
6999            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
7000            ! pod/perlfaq2.pod pod/perltoc.pod
7001 ____________________________________________________________________________
7002 [  6324] By: jhi                                   on 2000/07/07  14:03:40
7003         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
7004      Branch: cfgperl
7005            ! sv.h toke.c
7006 ____________________________________________________________________________
7007 [  6323] By: jhi                                   on 2000/07/06  16:03:55
7008         Log: Fix complaints of buildtoc.
7009      Branch: cfgperl
7010            + lib/Win32.pod
7011            - pod/Win32.pod
7012            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7013 ____________________________________________________________________________
7014 [  6322] By: jhi                                   on 2000/07/06  15:15:52
7015         Log: Add =head1 NAMEs so that buildtoc is happy.
7016              (The CGI::Util nit reported to Lincoln.)
7017      Branch: cfgperl
7018            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
7019            ! pod/perltoc.pod
7020 ____________________________________________________________________________
7021 [  6321] By: jhi                                   on 2000/07/06  03:16:04
7022         Log: Config is being used.
7023      Branch: cfgperl
7024            ! t/op/method.t
7025 ____________________________________________________________________________
7026 [  6320] By: jhi                                   on 2000/07/06  03:13:13
7027         Log: Integrate with Sarathy.
7028      Branch: cfgperl
7029           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
7030 ____________________________________________________________________________
7031 [  6319] By: jhi                                   on 2000/07/06  03:11:46
7032         Log: Autogenerate pod/Makefile and pod/buildtoc.
7033              buildtoc also checks whether the existin pods are
7034              mentioned in MANIFEST and perl.pod, and vice versa.
7035              (None of the thusly found discrepancies fixed yet.)
7036              roffitall also needs to be autogenerated similarly but it
7037              seems so badly out of date that I didn't touch it yet.
7038      Branch: cfgperl
7039            + pod/Makefile.SH pod/buildtoc.PL
7040            - pod/Makefile pod/buildtoc
7041            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
7042 ____________________________________________________________________________
7043 [  6318] By: gsar                                  on 2000/07/05  22:10:54
7044         Log: fix UNC path handling on Windows under ithreads, and chdir()
7045              return value when given a non-existent directory
7046      Branch: perl
7047            ! win32/vdir.h
7048 ____________________________________________________________________________
7049 [  6317] By: gsar                                  on 2000/07/05  22:08:19
7050         Log: winsock cleanup never done on Windows (leads to handle leaks)
7051      Branch: perl
7052            ! win32/perllib.c win32/win32sck.c
7053 ____________________________________________________________________________
7054 [  6316] By: gsar                                  on 2000/07/05  22:06:19
7055         Log: some debugger output does not go to the socket when RemotePort is set
7056      Branch: perl
7057            ! lib/perl5db.pl
7058 ____________________________________________________________________________
7059 [  6315] By: jhi                                   on 2000/07/05  00:25:21
7060         Log: Integrate with Sarathy, preliminary fix for unicos
7061              alignment problems in [ID 20000612.002] Perl problem on Cray system.
7062      Branch: cfgperl
7063            ! sv.h
7064           !> pp_hot.c
7065 ____________________________________________________________________________
7066 [  6314] By: gsar                                  on 2000/07/04  23:34:02
7067         Log: tyop in change#6306
7068      Branch: perl
7069            ! pp_hot.c
7070 ____________________________________________________________________________
7071 [  6313] By: jhi                                   on 2000/07/04  22:14:38
7072         Log: Multiline string literals ENONPORTABLE.
7073      Branch: cfgperl
7074            ! pp_hot.c
7075 ____________________________________________________________________________
7076 [  6312] By: jhi                                   on 2000/07/04  20:34:44
7077         Log: Integrate with Sarathy.
7078      Branch: cfgperl
7079           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
7080           !> t/op/method.t
7081 ____________________________________________________________________________
7082 [  6311] By: jhi                                   on 2000/07/04  20:30:56
7083         Log: More POSIX.pod embellishment.
7084      Branch: cfgperl
7085            ! ext/POSIX/POSIX.pod
7086 ____________________________________________________________________________
7087 [  6310] By: gsar                                  on 2000/07/04  17:28:48
7088         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
7089      Branch: perl
7090            ! t/lib/b.t
7091 ____________________________________________________________________________
7092 [  6309] By: jhi                                   on 2000/07/04  17:22:18
7093         Log: The #6308 required a little bit more.
7094      Branch: cfgperl
7095            ! Makefile.SH win32/Makefile
7096 ____________________________________________________________________________
7097 [  6308] By: jhi                                   on 2000/07/04  16:35:24
7098         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
7099      Branch: cfgperl
7100            + lib/lib_pm.PL
7101            - lib/lib.pm.PL
7102            ! MANIFEST Makefile.SH
7103 ____________________________________________________________________________
7104 [  6307] By: jhi                                   on 2000/07/04  16:28:58
7105         Log: Win32 patches for cfgperl from Sarathy.
7106      Branch: cfgperl
7107            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
7108            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
7109            ! thread.h toke.c util.c win32/Makefile win32/win32.c
7110 ____________________________________________________________________________
7111 [  6306] By: gsar                                  on 2000/07/04  16:28:40
7112         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
7113              (from Richard Soderberg <rs@oregonnet.com>)
7114      Branch: perl
7115            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
7116 ____________________________________________________________________________
7117 [  6305] By: jhi                                   on 2000/07/04  16:24:24
7118         Log: Integrate with Sarathy.
7119      Branch: cfgperl
7120           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
7121           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7122           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
7123           !> proto.h win32/win32.c
7124 ____________________________________________________________________________
7125 [  6304] By: gsar                                  on 2000/07/04  16:17:24
7126         Log: missing perldiag entry for unpack("w",...) diagnostic (from
7127              Andreas Koenig)
7128      Branch: perl
7129            ! pod/perldiag.pod
7130 ____________________________________________________________________________
7131 [  6303] By: gsar                                  on 2000/07/04  16:14:44
7132         Log: remove rel2abs prototypes (from Barrie Slaymaker)
7133      Branch: perl
7134            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7135            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7136 ____________________________________________________________________________
7137 [  6302] By: gsar                                  on 2000/07/04  04:59:35
7138         Log: adjust change#6299
7139      Branch: perl
7140            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
7141            ! win32/win32.c
7142 ____________________________________________________________________________
7143 [  6301] By: jhi                                   on 2000/07/04  04:50:07
7144         Log: Integrate with Sarathy.
7145      Branch: cfgperl
7146           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
7147           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
7148           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
7149 ____________________________________________________________________________
7150 [  6300] By: gsar                                  on 2000/07/04  04:42:09
7151         Log: PERL_OBJECT build tweak
7152      Branch: perl
7153            ! perl.h
7154 ____________________________________________________________________________
7155 [  6299] By: gsar                                  on 2000/07/04  04:37:00
7156         Log: fix memory leak on Windows (PL_sys_intern contents were never
7157              freed)
7158      Branch: perl
7159            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
7160            ! perlapi.c proto.h win32/win32.c
7161 ____________________________________________________________________________
7162 [  6298] By: gsar                                  on 2000/07/04  04:15:59
7163         Log: fix large memory leak that has been around for ever, masked by
7164              -DPURIFY (most of the arenas were never freed!)
7165      Branch: perl
7166            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
7167 ____________________________________________________________________________
7168 [  6297] By: gsar                                  on 2000/07/04  04:07:46
7169         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
7170      Branch: perl
7171            ! perl.c
7172 ____________________________________________________________________________
7173 [  6296] By: jhi                                   on 2000/06/30  18:28:37
7174         Log: Elaborate POSIX.pod.  Still needs work.
7175      Branch: cfgperl
7176            ! ext/POSIX/POSIX.pod
7177 ____________________________________________________________________________
7178 [  6295] By: jhi                                   on 2000/06/30  14:58:18
7179         Log: Point to perlipc for more SysV IPC examples.
7180      Branch: cfgperl
7181            ! pod/perlfunc.pod
7182 ____________________________________________________________________________
7183 [  6294] By: gsar                                  on 2000/06/30  14:47:45
7184         Log: slurp mode fix in change#4736 still not quite right
7185      Branch: perl
7186            ! pp_hot.c t/io/argv.t
7187 ____________________________________________________________________________
7188 [  6293] By: jhi                                   on 2000/06/30  12:02:55
7189         Log: Integrate with Sarathy.
7190      Branch: cfgperl
7191           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
7192 ____________________________________________________________________________
7193 [  6292] By: jhi                                   on 2000/06/30  12:01:11
7194         Log: From: simon@brecon.co.uk (Simon Cozens)
7195              Subject: UTF8 concat
7196              Date: 30 Jun 2000 06:13:25 GMT
7197              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
7198      Branch: cfgperl
7199            ! pp_hot.c
7200 ____________________________________________________________________________
7201 [  6291] By: gsar                                  on 2000/06/30  04:37:33
7202         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
7203              when @_ is modified, causing coredumps
7204      Branch: perl
7205            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
7206 ____________________________________________________________________________
7207 [  6290] By: jhi                                   on 2000/06/30  02:21:44
7208         Log: Integrate with Sarathy.
7209      Branch: cfgperl
7210           !> vms/vms.c vms/vmsish.h
7211 ____________________________________________________________________________
7212 [  6289] By: jhi                                   on 2000/06/30  02:21:02
7213         Log: Check VERSIONs.
7214      Branch: cfgperl
7215            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
7216            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7217            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7218 ____________________________________________________________________________
7219 [  6288] By: jhi                                   on 2000/06/30  02:18:52
7220         Log: Integrate with Sarathy.
7221      Branch: cfgperl
7222           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
7223           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
7224           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7225           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
7226 ____________________________________________________________________________
7227 [  6287] By: gsar                                  on 2000/06/30  02:17:08
7228         Log: integrate vmsperl changes into mainline
7229      Branch: perl
7230           !> vms/vms.c vms/vmsish.h
7231 ____________________________________________________________________________
7232 [  6285] By: gsar                                  on 2000/06/30  02:05:28
7233         Log: localize %INC in a Safe compartment so that use/require work
7234              (many other magic globals probably need similar treatment)
7235      Branch: perl
7236            ! ext/Opcode/Opcode.xs
7237 ____________________________________________________________________________
7238 [  6284] By: gsar                                  on 2000/06/30  01:54:54
7239         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
7240              about Windows
7241      Branch: perl
7242            ! pod/perlembed.pod
7243 ____________________________________________________________________________
7244 [  6283] By: jhi                                   on 2000/06/30  01:50:10
7245         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
7246              From: Barrie Slaymaker <barries@jester.slaysys.com>
7247              Date: Wed, 28 Jun 2000 11:35:29 -0400
7248              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
7249      Branch: perl
7250            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
7251            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
7252            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7253            ! lib/File/Spec/Win32.pm
7254 ____________________________________________________________________________
7255 [  6282] By: jhi                                   on 2000/06/29  22:57:22
7256         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
7257              From: Dan Sugalski <dan@sidhe.org>
7258              Date: Tue, 06 Jun 2000 11:59:50 -0400
7259              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
7260      Branch: cfgperl
7261            ! vms/vms.c
7262 ____________________________________________________________________________
7263 [  6281] By: jhi                                   on 2000/06/29  22:52:50
7264         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
7265              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7266              Date: Wed, 7 Jun 2000 04:02:04 -0500
7267              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
7268      Branch: cfgperl
7269            ! utils/h2xs.PL
7270 ____________________________________________________________________________
7271 [  6280] By: jhi                                   on 2000/06/29  22:45:47
7272         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
7273              From: rspier@pobox.com (Robert Spier)
7274              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
7275              Message-ID: <14654.31913.845602.610277@rls.cx>
7276      Branch: cfgperl
7277            ! utils/h2xs.PL
7278 ____________________________________________________________________________
7279 [  6279] By: jhi                                   on 2000/06/29  22:38:16
7280         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
7281              From: Tim Ayers <tayers@bridge.com>
7282              Date: Thu, 08 Jun 2000 08:11:06 +0200
7283              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
7284              [resent by Richard Foley, Message-Id probably wrong]
7285      Branch: cfgperl
7286            ! pod/perlsub.pod
7287 ____________________________________________________________________________
7288 [  6278] By: jhi                                   on 2000/06/29  22:21:45
7289         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
7290              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
7291              Date: Fri, 09 Jun 2000 12:39:27 -0400
7292              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
7293              (plus update the version "number" of Text::Wrap)
7294      Branch: cfgperl
7295            ! lib/Text/Wrap.pm
7296 ____________________________________________________________________________
7297 [  6277] By: jhi                                   on 2000/06/29  22:13:10
7298         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
7299              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7300              Date: Mon, 12 Jun 2000 14:55:59 +0100
7301              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
7302      Branch: cfgperl
7303            ! pod/perlfunc.pod
7304 ____________________________________________________________________________
7305 [  6276] By: jhi                                   on 2000/06/29  22:11:06
7306         Log: Subject: [PATCH] Re: eval documentation: context
7307              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7308              Date: Mon, 12 Jun 2000 15:07:29 +0100
7309              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
7310      Branch: cfgperl
7311            ! pod/perlfunc.pod
7312 ____________________________________________________________________________
7313 [  6275] By: jhi                                   on 2000/06/29  21:59:46
7314         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
7315              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7316              Date: Tue, 13 Jun 2000 02:43:48 -0500
7317              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
7318      Branch: cfgperl
7319            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
7320 ____________________________________________________________________________
7321 [  6274] By: jhi                                   on 2000/06/29  21:56:14
7322         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
7323              From: Andy Dougherty <doughera@lafayette.edu>
7324              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
7325              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
7326      Branch: cfgperl
7327            ! ext/File/Glob/Glob.pm
7328 ____________________________________________________________________________
7329 [  6273] By: jhi                                   on 2000/06/29  21:49:09
7330         Log: Subject: [PATCH] xsub attributes
7331              From: Doug MacEachern <dougm@covalent.net>
7332              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
7333              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
7334      Branch: cfgperl
7335            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
7336            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
7337 ____________________________________________________________________________
7338 [  6272] By: jhi                                   on 2000/06/29  21:41:28
7339         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
7340              From: Tom Phoenix <rootbeer@redcat.com>
7341              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
7342              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
7343      Branch: cfgperl
7344            ! lib/Net/Ping.pm
7345 ____________________________________________________________________________
7346 [  6271] By: jhi                                   on 2000/06/29  21:36:55
7347         Log: Subject: PATCH pod/perltie.pod
7348              From: Ian Phillipps <Ian.Phillipps@iname.com>
7349              Date: Fri, 16 Jun 2000 00:17:19 +0100
7350              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
7351              (only the first hunk, the second hunk had already been done
7352              by some other patch)
7353      Branch: cfgperl
7354            ! pod/perltie.pod
7355 ____________________________________________________________________________
7356 [  6270] By: jhi                                   on 2000/06/29  21:24:51
7357         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
7358              From: Nicholas Clark <nick@talking.bollo.cx>
7359              Date: Fri, 23 Jun 2000 16:21:15 +0100
7360              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
7361      Branch: cfgperl
7362            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
7363            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
7364 ____________________________________________________________________________
7365 [  6269] By: jhi                                   on 2000/06/29  19:38:15
7366         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
7367              silence few compiler warnings.
7368      Branch: cfgperl
7369            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
7370 ____________________________________________________________________________
7371 [  6268] By: jhi                                   on 2000/06/29  18:21:50
7372         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
7373              From: Dominic Dunlop <domo@computer.org> 
7374              Date: Thu, 29 Jun 2000 12:32:39 +0200 
7375              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
7376      Branch: cfgperl
7377            ! t/op/sprintf.t
7378 ____________________________________________________________________________
7379 [  6267] By: jhi                                   on 2000/06/29  18:16:07
7380         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
7381              From: Doug MacEachern <dougm@covalent.net>
7382              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
7383              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
7384      Branch: cfgperl
7385            + t/op/method2entersub.t
7386            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
7387            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7388            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
7389            ! xsutils.c
7390 ____________________________________________________________________________
7391 [  6266] By: jhi                                   on 2000/06/29  15:11:15
7392         Log: Subject: [PATCH 5.6.0] cygwin port
7393              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
7394              From: "Fifer, Eric" <EFifer@sanwaint.com>
7395              Date: Thu, 29 Jun 2000 12:58:29 +0100
7396      Branch: cfgperl
7397            ! cygwin/Makefile.SHs
7398 ____________________________________________________________________________
7399 [  6265] By: jhi                                   on 2000/06/29  15:04:05
7400         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
7401              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7402              Date: Wed, 28 Jun 2000 17:50:12 -0700
7403              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
7404      Branch: cfgperl
7405            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7406 ____________________________________________________________________________
7407 [  6264] By: jhi                                   on 2000/06/29  15:00:57
7408         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
7409              From: Marty Lucich <marty@netcom.com>
7410              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
7411              Message-Id: <200006282116.OAA11148@netcom.com>
7412              ccdlflags update (the BSD/OS 4.1 part had already been taken
7413              care of by #6141).
7414      Branch: cfgperl
7415            ! hints/bsdos.sh
7416 ____________________________________________________________________________
7417 [  6263] By: jhi                                   on 2000/06/29  13:47:44
7418         Log: tr fixes from Simon Cozens
7419      Branch: cfgperl
7420            ! doop.c
7421 ____________________________________________________________________________
7422 [  6262] By: jhi                                   on 2000/06/28  18:46:01
7423         Log: Subject: 5.6.0 Patch for EPOC
7424              From: Olaf Flebbe <o.flebbe@gmx.de>
7425              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
7426              Message-ID: <23449.960929969@www11.gmx.net>
7427      Branch: cfgperl
7428            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
7429            ! epoc/epocish.h
7430 ____________________________________________________________________________
7431 [  6261] By: jhi                                   on 2000/06/28  18:29:07
7432         Log: Subject: Re: [PATCH cfgperl] BOMs away!
7433              From: simon@brecon.co.uk (Simon Cozens)
7434              Date: 17 Jun 2000 11:49:57 GMT
7435              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
7436      Branch: cfgperl
7437            ! pod/perldiag.pod t/comp/require.t toke.c
7438 ____________________________________________________________________________
7439 [  6260] By: jhi                                   on 2000/06/28  17:47:16
7440         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
7441              From: simon@brecon.co.uk (Simon Cozens) 
7442              Date: 17 Jun 2000 11:56:44 GMT 
7443              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
7444              pack U0, pack C0
7445      Branch: cfgperl
7446            ! pod/perlfunc.pod pp.c t/op/pack.t
7447 ____________________________________________________________________________
7448 [  6259] By: jhi                                   on 2000/06/28  16:43:17
7449         Log: perlnewmod was missing from MANIFEST.
7450      Branch: cfgperl
7451            ! MANIFEST
7452 ____________________________________________________________________________
7453 [  6258] By: jhi                                   on 2000/06/28  15:54:30
7454         Log: linenumber tweak
7455      Branch: cfgperl
7456            ! t/pragma/warn/regcomp
7457 ____________________________________________________________________________
7458 [  6257] By: jhi                                   on 2000/06/28  15:50:44
7459         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
7460              From: Doug MacEachern <dougm@covalent.net>
7461              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
7462              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
7463              (one part of the patch had been applied earlier)
7464      Branch: cfgperl
7465            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
7466 ____________________________________________________________________________
7467 [  6256] By: jhi                                   on 2000/06/28  15:40:22
7468         Log: tweaks from Simon Cozens to further fix tr/// under utf8
7469      Branch: cfgperl
7470            ! doop.c
7471 ____________________________________________________________________________
7472 [  6255] By: jhi                                   on 2000/06/28  15:33:45
7473         Log: small thinko tweaks
7474      Branch: cfgperl
7475            ! lib/IPC/Open3.pm t/op/my_stash.t
7476 ____________________________________________________________________________
7477 [  6254] By: jhi                                   on 2000/06/28  15:33:25
7478         Log: Subject: tr///, help wanted.
7479              From: simon@brecon.co.uk (Simon Cozens)
7480              Date: 28 Jun 2000 11:29:04 GMT
7481              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
7482      Branch: cfgperl
7483            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
7484            ! pp_proto.h proto.h t/op/tr.t
7485 ____________________________________________________________________________
7486 [  6253] By: jhi                                   on 2000/06/28  15:09:17
7487         Log: Paranoia tweak on #6249.
7488              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7489              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7490              Date: Sun, 25 Jun 2000 23:43:12 -0400
7491              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
7492      Branch: cfgperl
7493            ! lib/IPC/Open3.pm
7494 ____________________________________________________________________________
7495 [  6252] By: jhi                                   on 2000/06/28  15:01:38
7496         Log: Document #6249 and #6251.
7497      Branch: cfgperl
7498            ! lib/Exporter.pm lib/IPC/Open3.pm
7499 ____________________________________________________________________________
7500 [  6251] By: jhi                                   on 2000/06/28  14:50:43
7501         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
7502              From: Doug MacEachern <dougm@covalent.net>
7503              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
7504              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
7505      Branch: cfgperl
7506            ! lib/Exporter.pm
7507 ____________________________________________________________________________
7508 [  6250] By: jhi                                   on 2000/06/28  14:45:23
7509         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
7510              From: Doug MacEachern <dougm@covalent.net>
7511              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
7512              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
7513      Branch: cfgperl
7514            + t/op/my_stash.t
7515            ! MANIFEST embed.pl global.sym proto.h toke.c
7516 ____________________________________________________________________________
7517 [  6249] By: jhi                                   on 2000/06/28  14:36:34
7518         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
7519              From: Frank Tobin <ftobin@uiuc.edu>
7520              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
7521              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
7522      Branch: cfgperl
7523            ! lib/IPC/Open3.pm
7524 ____________________________________________________________________________
7525 [  6248] By: jhi                                   on 2000/06/28  14:11:25
7526         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
7527              From: Mark-Jason Dominus <mjd@plover.com>
7528              Date: Tue, 27 Jun 2000 22:36:42 -0400
7529              Message-ID: <20000628023642.12166.qmail@plover.com>
7530      Branch: cfgperl
7531            ! pod/perlfunc.pod
7532 ____________________________________________________________________________
7533 [  6247] By: jhi                                   on 2000/06/27  12:46:37
7534         Log: Tweak $VERSION, patch from Doug MacEachern.
7535      Branch: cfgperl
7536            ! lib/File/Spec.pm
7537 ____________________________________________________________________________
7538 [  6246] By: jhi                                   on 2000/06/27  03:34:46
7539         Log: Allow for standalone testing.
7540      Branch: cfgperl
7541            ! t/lib/filefunc.t t/lib/filespec.t
7542 ____________________________________________________________________________
7543 [  6245] By: jhi                                   on 2000/06/27  02:50:02
7544         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
7545              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7546              Date: Sat, 24 Jun 2000 13:06:20 +0100
7547              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
7548      Branch: cfgperl
7549            ! ext/DynaLoader/DynaLoader_pm.PL
7550 ____________________________________________________________________________
7551 [  6244] By: jhi                                   on 2000/06/27  02:46:10
7552         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
7553              From: Doug MacEachern <dougm@covalent.net>
7554              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
7555              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
7556      Branch: cfgperl
7557            ! gv.c sv.c t/lib/peek.t
7558 ____________________________________________________________________________
7559 [  6243] By: jhi                                   on 2000/06/27  02:38:07
7560         Log: Subject: [PATCH] is_utf8_string
7561              From: simon@brecon.co.uk (Simon Cozens)
7562              Date: 26 Jun 2000 02:25:59 GMT
7563              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
7564      Branch: cfgperl
7565            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
7566            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
7567            ! proto.h utf8.c
7568 ____________________________________________________________________________
7569 [  6242] By: jhi                                   on 2000/06/27  02:24:00
7570         Log: Subject: [PATCH] bytes<->utf8 fixes
7571              From: simon@brecon.co.uk (Simon Cozens)
7572              Date: 26 Jun 2000 04:55:45 GMT
7573              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
7574      Branch: cfgperl
7575            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
7576 ____________________________________________________________________________
7577 [  6241] By: jhi                                   on 2000/06/27  02:12:42
7578         Log: Do no -warn on \_, only on \alpha.
7579              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
7580              From: David Dyck <dcd@tc.fluke.com>
7581              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
7582              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
7583      Branch: cfgperl
7584            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
7585 ____________________________________________________________________________
7586 [  6240] By: jhi                                   on 2000/06/27  02:00:01
7587         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
7588              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7589              Date: Mon, 26 Jun 2000 18:40:14 +0100
7590              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
7591      Branch: cfgperl
7592            ! utils/h2xs.PL
7593 ____________________________________________________________________________
7594 [  6239] By: jhi                                   on 2000/06/27  01:53:40
7595         Log: Configure maintenance.  Sever some dependency cycles,
7596              separate gccversion from the cc unit,
7597              address [ID 20000623.006] Configure script patch for using gcc on AIX
7598              (but solve it a little bit differently),
7599              unduplex some accidentally duplicated units,
7600              suggest using gcc if no cc available
7601              (p5p thread: "Solaris configure: counterproposal", 1999-09)
7602      Branch: cfgperl
7603            ! Configure Todo-5.6 config_h.SH
7604      Branch: metaconfig
7605            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
7606            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
7607      Branch: metaconfig/U/perl
7608            + gccvers.U
7609            ! d_getespwnam.U d_getprpwnam.U i_prot.U
7610 ____________________________________________________________________________
7611 [  6238] By: jhi                                   on 2000/06/25  18:04:56
7612         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
7613              From: Dan Sugalski <dan@sidhe.org>
7614              Date: Fri, 23 Jun 2000 17:00:00 -0400
7615              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
7616      Branch: cfgperl
7617            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
7618 ____________________________________________________________________________
7619 [  6237] By: jhi                                   on 2000/06/25  16:36:45
7620         Log: Tweak embed.pl, regen headers.
7621      Branch: cfgperl
7622            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
7623            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
7624            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
7625            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
7626            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
7627 ____________________________________________________________________________
7628 [  6236] By: jhi                                   on 2000/06/25  15:26:42
7629         Log: Regen headers.
7630      Branch: cfgperl
7631            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
7632            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
7633            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
7634            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
7635            ! regnodes.h warnings.h
7636 ____________________________________________________________________________
7637 [  6235] By: jhi                                   on 2000/06/23  19:39:35
7638         Log: The thread begun by
7639              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
7640              From: Kevin.Ruscoe@ubsw.com
7641              Date: Fri, 16 Jun 2000 16:38:51 +0100
7642              Message-Id: <H000019b03c300d6@MHS>
7643      Branch: cfgperl
7644            ! hints/solaris_2.sh
7645 ____________________________________________________________________________
7646 [  6234] By: jhi                                   on 2000/06/23  19:23:36
7647         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
7648              because when run as services (Win32ese for daemons)
7649              no environment variables are set and tmpdir ends up as /tmp,
7650              which is ambiguous.
7651              
7652              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
7653              From: matt@sergeant.org
7654              Date: 16 Jun 2000 16:30:43 -0000
7655              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
7656      Branch: cfgperl
7657            ! lib/File/Spec/Win32.pm
7658 ____________________________________________________________________________
7659 [  6233] By: jhi                                   on 2000/06/23  19:18:58
7660         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
7661              From: Mark-Jason Dominus <mjd@plover.com>
7662              Date: Fri, 16 Jun 2000 20:53:04 -0400
7663              Message-ID: <20000617005304.8008.qmail@plover.com>
7664      Branch: cfgperl
7665            ! op.h
7666 ____________________________________________________________________________
7667 [  6232] By: jhi                                   on 2000/06/23  16:10:02
7668         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
7669              From: simon@brecon.co.uk (Simon Cozens)
7670              Date: 19 Jun 2000 15:18:27 GMT
7671              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
7672              
7673              plus update pod/Makefile and regenerate perltoc
7674      Branch: cfgperl
7675            + pod/perlutil.pod
7676            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
7677 ____________________________________________________________________________
7678 [  6231] By: jhi                                   on 2000/06/23  15:19:18
7679         Log: Subject: [PATCH 5.6.0] cygwin port
7680              From: "Fifer, Eric" <EFifer@sanwaint.com>
7681              Date: Tue, 20 Jun 2000 14:30:58 +0100
7682              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
7683      Branch: cfgperl
7684            ! README.cygwin lib/File/Find.pm
7685 ____________________________________________________________________________
7686 [  6230] By: jhi                                   on 2000/06/23  14:25:21
7687         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
7688      Branch: cfgperl
7689            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
7690            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
7691            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7692            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
7693 ____________________________________________________________________________
7694 [  6229] By: jhi                                   on 2000/06/23  14:13:34
7695         Log: Subject: README.hpux version 0.6.1
7696              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
7697              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7698              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
7699      Branch: cfgperl
7700            ! README.hpux
7701 ____________________________________________________________________________
7702 [  6228] By: jhi                                   on 2000/06/23  14:07:20
7703         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
7704              From: Doug MacEachern <dougm@covalent.net>
7705              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
7706              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
7707      Branch: cfgperl
7708            ! op.c
7709 ____________________________________________________________________________
7710 [  6227] By: jhi                                   on 2000/06/23  14:01:06
7711         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
7712              From: Doug MacEachern <dougm@covalent.net>
7713              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
7714              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
7715      Branch: cfgperl
7716            + lib/lib.pm.PL
7717            - lib/lib.pm
7718            ! MANIFEST Makefile.SH
7719 ____________________________________________________________________________
7720 [  6226] By: jhi                                   on 2000/06/23  13:53:07
7721         Log: Subject: [PATCH] remove forward declarations in Socket.pm
7722              From: Doug MacEachern <dougm@covalent.net>
7723              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
7724              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
7725              
7726              From: Doug MacEachern <dougm@covalent.net>
7727              Subject: Re: [PATCH] remove forward declarations in Socket.pm
7728              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
7729              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
7730      Branch: cfgperl
7731            ! ext/Socket/Socket.pm op.c
7732 ____________________________________________________________________________
7733 [  6225] By: jhi                                   on 2000/06/23  13:41:52
7734         Log: Add source code filenames to apidoc.
7735              From: simon@brecon.co.uk (Simon Cozens)
7736              Subject: [PATCH embed.pl] Source X-ref
7737              Date: 22 Jun 2000 02:18:49 GMT
7738              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
7739      Branch: cfgperl
7740            ! embed.pl
7741 ____________________________________________________________________________
7742 [  6224] By: jhi                                   on 2000/06/23  13:32:33
7743         Log: A way to avoid English.pm performance hit.
7744              From: root <root@jester.slaysys.com>
7745              Subject: [YAPATCH English.pm] My turn to putt again
7746              Date: Thu, 22 Jun 2000 20:33:58 -0400
7747              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
7748      Branch: cfgperl
7749            ! lib/English.pm t/lib/english.t
7750 ____________________________________________________________________________
7751 [  6223] By: jhi                                   on 2000/06/23  13:27:06
7752         Log: Avoid double close().
7753              Subject: [PATCH] avoid double close()
7754              From: Doug MacEachern <dougm@covalent.net>
7755              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
7756              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
7757      Branch: cfgperl
7758            ! doio.c
7759 ____________________________________________________________________________
7760 [  6222] By: jhi                                   on 2000/06/23  13:25:54
7761         Log: doc typo fix
7762              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
7763              From: Ian Phillipps <Ian.Phillipps@iname.com>
7764              Date: Fri, 23 Jun 2000 10:40:58 +0100
7765              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
7766      Branch: cfgperl
7767            ! lib/Pod/Usage.pm
7768 ____________________________________________________________________________
7769 [  6221] By: jhi                                   on 2000/06/23  13:24:15
7770         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
7771              From: simon@brecon.co.uk (Simon Cozens)
7772              Subject: [PATCH] Eliminate tr///[CU][CU]
7773              Date: 23 Jun 2000 11:05:40 GMT
7774              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
7775      Branch: cfgperl
7776            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
7777 ____________________________________________________________________________
7778 [  6220] By: jhi                                   on 2000/06/22  16:07:51
7779         Log: Win32 patches from Benjamin Stuhl.
7780      Branch: cfgperl
7781            ! makedef.pl win32/win32.h
7782 ____________________________________________________________________________
7783 [  6219] By: jhi                                   on 2000/06/22  16:06:34
7784         Log: Bytecode patches from Benjamin Stuhl.
7785      Branch: cfgperl
7786            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
7787            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
7788            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
7789 ____________________________________________________________________________
7790 [  6218] By: jhi                                   on 2000/06/15  23:54:16
7791         Log: Bytecode patches from Benjamin Stuhl.
7792      Branch: cfgperl
7793            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
7794 ____________________________________________________________________________
7795 [  6217] By: jhi                                   on 2000/06/09  13:38:29
7796         Log: Rename the fdpid locking and integrate with Sarathy.
7797      Branch: cfgperl
7798            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
7799            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
7800            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
7801            ! win32/win32.c
7802           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
7803 ____________________________________________________________________________
7804 [  6216] By: gsar                                  on 2000/06/08  14:54:21
7805         Log: be more optimal about clearing @_
7806      Branch: perl
7807            ! cop.h
7808 ____________________________________________________________________________
7809 [  6215] By: gsar                                  on 2000/06/08  14:33:04
7810         Log: tweak comment about @DB::args
7811      Branch: perl
7812            ! av.h pp_ctl.c
7813 ____________________________________________________________________________
7814 [  6214] By: gsar                                  on 2000/06/08  13:57:54
7815         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
7816              caller() wants to populate @DB::args with it (causes a coredump
7817              in Carp::confess())
7818      Branch: perl
7819            ! cop.h t/op/runlevel.t
7820 ____________________________________________________________________________
7821 [  6213] By: gsar                                  on 2000/06/08  07:06:35
7822         Log: back out change#6106 (seems problematic)
7823      Branch: perl
7824            ! hints/solaris_2.sh
7825 ____________________________________________________________________________
7826 [  6212] By: jhi                                   on 2000/06/07  03:10:36
7827         Log: Continuing mopup for #6204.
7828      Branch: cfgperl
7829            ! ext/B/defsubs_h.PL
7830 ____________________________________________________________________________
7831 [  6211] By: jhi                                   on 2000/06/07  02:41:50
7832         Log: Mopup for #6204.
7833              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
7834              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
7835              This is comes from const() where POK isn't on when expected.
7836      Branch: cfgperl
7837            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
7838            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
7839            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
7840            ! perlapi.h pod/perlapi.pod
7841 ____________________________________________________________________________
7842 [  6210] By: jhi                                   on 2000/06/07  01:56:29
7843         Log: Mopup for #6207 and #6209.
7844      Branch: cfgperl
7845            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
7846 ____________________________________________________________________________
7847 [  6209] By: jhi                                   on 2000/06/07  01:33:12
7848         Log: Lock PL_fdpid against race conditions, based on:
7849              Subject: [PATCH 5.6.0]subprocess fixup for threads
7850              From: Dan Sugalski <dan@sidhe.org>
7851              To: perl5-porters@perl.org
7852              Date: Tue, 11 Apr 2000 17:02:32 -0400
7853              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
7854      Branch: cfgperl
7855            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
7856            ! win32/win32.c
7857 ____________________________________________________________________________
7858 [  6208] By: jhi                                   on 2000/06/07  01:05:23
7859         Log: Regen headers for #6207.
7860      Branch: cfgperl
7861            ! embed.h global.sym objXSUB.h proto.h
7862 ____________________________________________________________________________
7863 [  6207] By: jhi                                   on 2000/06/06  23:43:13
7864         Log: Subject: [PATCH 5.6.0] Threadsafe patches
7865              From: Dan Sugalski <dan@sidhe.org>
7866              To: perl5-porters@perl.org
7867              Date: Mon, 08 May 2000 18:08:13 -0400
7868              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
7869      Branch: cfgperl
7870            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
7871            ! proto.h sv.h util.c
7872 ____________________________________________________________________________
7873 [  6206] By: jhi                                   on 2000/06/06  23:21:23
7874         Log: Subject: [PATCH] Eliminate $a/$b in pod
7875              From: David Glasser <me@davidglasser.net>
7876              To: perl5-porters@perl.org
7877              Date: Mon, 29 May 2000 21:15:59 -0400
7878              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
7879      Branch: cfgperl
7880            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
7881            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
7882            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
7883            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
7884            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
7885            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
7886            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
7887            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
7888            ! pod/perlvar.pod pod/perlxs.pod
7889 ____________________________________________________________________________
7890 [  6205] By: jhi                                   on 2000/06/06  23:12:14
7891         Log: Subject: [PATCH] Win32 improvements
7892              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
7893              To: gsar@activestate.com, perl5-porters@perl.org
7894              Date: Mon, 29 May 2000 17:22:24 PDT
7895              Message-ID: <20000530002224.91142.qmail@hotmail.com>
7896              (MUA had mangled many lines by wordwrapping)
7897      Branch: cfgperl
7898            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
7899 ____________________________________________________________________________
7900 [  6204] By: jhi                                   on 2000/06/06  23:01:50
7901         Log: Subject: [PATCH] B::Bytecode patches
7902              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
7903              To: gsar@activestate.com, jhi@iki.fi
7904              Cc: perl5-porters@perl.org
7905              Message-ID: <20000602202526.48694.qmail@hotmail.com>
7906              (MUA had mangled many lines by wordwrapping)
7907      Branch: cfgperl
7908            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
7909            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
7910            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
7911            ! intrpvar.h perl.c
7912 ____________________________________________________________________________
7913 [  6203] By: jhi                                   on 2000/06/06  22:32:43
7914         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
7915              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7916              Date: Tue, 06 Jun 2000 13:07:45 -0700
7917              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
7918      Branch: cfgperl
7919            ! pod/perldiag.pod
7920 ____________________________________________________________________________
7921 [  6202] By: jhi                                   on 2000/06/06  19:38:35
7922         Log: Integrate with Sarathy.
7923      Branch: cfgperl
7924           !> perl.c
7925 ____________________________________________________________________________
7926 [  6201] By: gsar                                  on 2000/06/06  00:42:59
7927         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
7928              does a PUSHMARK that's never ever POPMARKed; in general, only
7929              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
7930              Perl_eval_[sp]v() don't because they don't take any incoming
7931              arguments (this leak has been around since the original version
7932              of perl_eval_pv() in 5.003_97e)
7933      Branch: perl
7934            ! perl.c
7935 ____________________________________________________________________________
7936 [  6200] By: jhi                                   on 2000/06/04  03:44:52
7937         Log: Update to cperl-mode.el 4.31 from
7938              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
7939              Subject: A couple of notes
7940              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7941              To: Mailing list Perl5 <perl5-porters@perl.org>
7942              Date: Sat, 3 Jun 2000 23:33:32 -0400
7943              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
7944      Branch: cfgperl
7945            ! emacs/cperl-mode.el
7946 ____________________________________________________________________________
7947 [  6199] By: jhi                                   on 2000/06/03  15:11:05
7948         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
7949              From: Dan Sugalski <dan@sidhe.org>
7950              To: perl5-porters@perl.org, vmsperl@perl.org
7951              Date: Fri, 02 Jun 2000 17:30:51 -0400
7952              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
7953      Branch: cfgperl
7954            ! vms/descrip_mms.template vms/gen_shrfls.pl
7955 ____________________________________________________________________________
7956 [  6198] By: jhi                                   on 2000/06/03  14:59:15
7957         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
7958              From: Dan Sugalski <dan@sidhe.org>
7959              To: vmsperl@perl.org, perl5-porters@perl.org
7960              Date: Fri, 02 Jun 2000 16:00:41 -0400
7961              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
7962              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
7963      Branch: cfgperl
7964            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
7965            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
7966            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
7967 ____________________________________________________________________________
7968 [  6197] By: jhi                                   on 2000/06/03  14:41:30
7969         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
7970              From: John Borwick <jhborwic@unity.ncsu.edu>
7971              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
7972              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
7973      Branch: cfgperl
7974            ! pod/perlsyn.pod
7975 ____________________________________________________________________________
7976 [  6196] By: jhi                                   on 2000/06/03  14:38:09
7977         Log: Integrate with Sarathy.
7978      Branch: cfgperl
7979           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
7980           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
7981           !> vms/perly_c.vms
7982 ____________________________________________________________________________
7983 [  6195] By: gsar                                  on 2000/06/02  22:43:13
7984         Log: fix yet another eval"" leak under USE_ITHREADS
7985      Branch: perl
7986            ! op.c
7987 ____________________________________________________________________________
7988 [  6194] By: gsar                                  on 2000/06/02  18:22:06
7989         Log: fix small eval"" memory leaks under USE_ITHREADS
7990      Branch: perl
7991            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
7992            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
7993            ! vms/perly_c.vms
7994 ____________________________________________________________________________
7995 [  6193] By: jhi                                   on 2000/06/01  13:03:56
7996         Log: Signals-be-gone for microperl.
7997      Branch: cfgperl
7998            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
7999 ____________________________________________________________________________
8000 [  6192] By: jhi                                   on 2000/06/01  12:52:02
8001         Log: Integrate with Sarathy.
8002      Branch: cfgperl
8003           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
8004           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
8005           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
8006           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
8007           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
8008           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
8009           !> t/op/vec.t utils/h2xs.PL
8010 ____________________________________________________________________________
8011 [  6191] By: gsar                                  on 2000/06/01  09:38:21
8012         Log: vec() loses numericalness (modified version of patch suggested
8013              by Robin Barker)
8014      Branch: perl
8015            ! doop.c t/op/vec.t
8016 ____________________________________________________________________________
8017 [  6190] By: gsar                                  on 2000/06/01  09:26:15
8018         Log: submit missing embed.pl change
8019      Branch: perl
8020            ! embed.pl
8021 ____________________________________________________________________________
8022 [  6189] By: gsar                                  on 2000/06/01  09:05:34
8023         Log: counting tr/// corrupts later operation (from M.J.T Guy)
8024      Branch: perl
8025            ! doop.c t/op/tr.t
8026 ____________________________________________________________________________
8027 [  6188] By: gsar                                  on 2000/06/01  08:58:39
8028         Log: h2xs tweaks
8029      Branch: perl
8030            ! utils/h2xs.PL
8031 ____________________________________________________________________________
8032 [  6187] By: gsar                                  on 2000/06/01  08:50:07
8033         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
8034              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
8035      Branch: perl
8036            + lib/Pod/LaTeX.pm
8037            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
8038            ! pod/pod2latex.PL
8039 ____________________________________________________________________________
8040 [  6186] By: gsar                                  on 2000/06/01  08:24:40
8041         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
8042              <wolfgang.laun@alcatel.at>)
8043      Branch: perl
8044            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
8045            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
8046 ____________________________________________________________________________
8047 [  6185] By: gsar                                  on 2000/06/01  08:12:00
8048         Log: remove incorrect documentation about implicit split to @_ in
8049              list context, which never really worked in perl 5 (from
8050              M.J.T. Guy)
8051      Branch: perl
8052            ! pod/perlfunc.pod pod/perltrap.pod
8053 ____________________________________________________________________________
8054 [  6184] By: gsar                                  on 2000/06/01  07:52:27
8055         Log: tweak for change#6127
8056      Branch: perl
8057            ! perl.c
8058 ____________________________________________________________________________
8059 [  6183] By: gsar                                  on 2000/06/01  07:41:02
8060         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
8061              <nick@ccl4.org>)
8062      Branch: perl
8063            + t/lib/selfloader.t
8064            ! MANIFEST lib/SelfLoader.pm
8065 ____________________________________________________________________________
8066 [  6182] By: jhi                                   on 2000/06/01  00:34:42
8067         Log: Be Cleaner Part Deux.
8068      Branch: cfgperl
8069            ! Makefile.SH
8070 ____________________________________________________________________________
8071 [  6181] By: jhi                                   on 2000/06/01  00:32:09
8072         Log: Integrate with Sarathy.
8073      Branch: cfgperl
8074           !> pp.c t/op/arith.t
8075 ____________________________________________________________________________
8076 [  6180] By: jhi                                   on 2000/06/01  00:31:13
8077         Log: microperl nits from Simon Cozens.
8078      Branch: cfgperl
8079            + uconfig.h
8080            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
8081            ! unixish.h
8082 ____________________________________________________________________________
8083 [  6179] By: gsar                                  on 2000/05/31  22:37:51
8084         Log: buggy modulus on UVs introduced by change#3378 (resulted in
8085              4063328477 % 65535 amounting to 27406, instead of 27407)
8086      Branch: perl
8087            ! pp.c t/op/arith.t
8088 ____________________________________________________________________________
8089 [  6178] By: jhi                                   on 2000/05/31  21:52:41
8090         Log: Be cleaner.
8091      Branch: cfgperl
8092            ! Makefile.SH
8093 ____________________________________________________________________________
8094 [  6177] By: jhi                                   on 2000/05/31  21:47:33
8095         Log: Substitution utf8 patch from Simon Cozens.
8096      Branch: cfgperl
8097            ! pp_hot.c
8098 ____________________________________________________________________________
8099 [  6176] By: jhi                                   on 2000/05/31  21:45:34
8100         Log: Single-quoted utf8 patch from Simon Cozens.
8101      Branch: cfgperl
8102            ! toke.c
8103 ____________________________________________________________________________
8104 [  6175] By: jhi                                   on 2000/05/31  21:40:18
8105         Log: Integrate with Sarathy.
8106      Branch: cfgperl
8107           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
8108 ____________________________________________________________________________
8109 [  6174] By: jhi                                   on 2000/05/31  21:37:31
8110         Log: microperl changes from Simon Cozens; Makefile for microperl
8111              written from scratch; few casts added as microperl compilation
8112              doesn't have all prototypes available.
8113      Branch: cfgperl
8114            + Makefile.micro README.micro Todo.micro uconfig.sh
8115            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
8116            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
8117      Branch: metaconfig
8118            + U/modified/Config_h.U
8119 ____________________________________________________________________________
8120 [  6173] By: jhi                                   on 2000/05/31  20:00:24
8121         Log: metaconfig maintenance.
8122      Branch: metaconfig
8123            + U/modified/Inhdr.U U/typedefs/inotype.U
8124      Branch: metaconfig/U/perl
8125            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
8126            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
8127 ____________________________________________________________________________
8128 [  6172] By: gsar                                  on 2000/05/31  05:05:42
8129         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
8130              (from Ilya Zakharevich)
8131      Branch: perl
8132            ! regexec.c t/op/re_tests
8133 ____________________________________________________________________________
8134 [  6171] By: gsar                                  on 2000/05/31  05:01:47
8135         Log: scalar() doesn't force scalar context when used in void context
8136              (from Simon Cozens)
8137      Branch: perl
8138            ! op.c t/op/wantarray.t
8139 ____________________________________________________________________________
8140 [  6170] By: gsar                                  on 2000/05/31  04:41:33
8141         Log: change#6142 needs tweaks to tests to work where there's no symlink()
8142              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
8143      Branch: perl
8144            ! t/lib/filefind.t
8145 ____________________________________________________________________________
8146 [  6169] By: gsar                                  on 2000/05/31  04:29:49
8147         Log: integrate cfgperl contents into mainline
8148      Branch: perl
8149           +> pod/perlmodlib.PL pod/perlnewmod.pod
8150           !> (integrate 42 files)
8151 ____________________________________________________________________________
8152 [  6168] By: jhi                                   on 2000/05/30  22:53:37
8153         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
8154      Branch: cfgperl
8155            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8156            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
8157            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
8158            ! win32/config.bc win32/config.gc win32/config.vc
8159            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8160            ! win32/config_h.PL win32/config_sh.PL
8161      Branch: metaconfig/U/perl
8162            ! perlxv.U
8163 ____________________________________________________________________________
8164 [  6167] By: jhi                                   on 2000/05/30  22:20:21
8165         Log: tweak todo 
8166      Branch: cfgperl
8167            ! Todo-5.6
8168 ____________________________________________________________________________
8169 [  6166] By: jhi                                   on 2000/05/30  22:11:51
8170         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
8171              in case somebody wants to write an extension for more
8172              shadow database interfaces.
8173      Branch: cfgperl
8174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8175            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
8176            ! vos/config.def vos/config.h vos/config_h.SH_orig
8177            ! win32/config.bc win32/config.gc win32/config.vc
8178            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8179      Branch: metaconfig
8180            ! U/modified/Myinit.U
8181      Branch: metaconfig/U/perl
8182            + d_getespwnam.U d_getprpwnam.U i_prot.U
8183 ____________________________________________________________________________
8184 [  6165] By: jhi                                   on 2000/05/30  18:35:34
8185         Log: Integrate with Sarathy.
8186      Branch: cfgperl
8187           !> op.c
8188 ____________________________________________________________________________
8189 [  6164] By: jhi                                   on 2000/05/30  18:30:16
8190         Log: detypo
8191      Branch: cfgperl
8192            ! Configure config_h.SH
8193      Branch: metaconfig/U/perl
8194            ! perlxv.U
8195 ____________________________________________________________________________
8196 [  6163] By: gsar                                  on 2000/05/30  03:24:03
8197         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
8198      Branch: perl
8199            ! op.c
8200 ____________________________________________________________________________
8201 [  6162] By: gsar                                  on 2000/05/30  03:09:38
8202         Log: fix memory leak in method call optimization (change#3768);
8203              made C<eval "$x->foo()"> leak
8204      Branch: perl
8205            ! op.c
8206 ____________________________________________________________________________
8207 [  6161] By: jhi                                   on 2000/05/29  17:56:26
8208         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
8209              both from Simon Cozens.
8210      Branch: cfgperl
8211            + pod/perlmodlib.PL pod/perlnewmod.pod
8212            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
8213            ! pod/perlmodlib.pod pod/perltoc.pod
8214 ____________________________________________________________________________
8215 [  6160] By: jhi                                   on 2000/05/29  17:23:55
8216         Log: Changes for the File::Temp 0.08 (change #6159) test suite
8217              to fit better into the Perl distribution test framework.
8218      Branch: cfgperl
8219            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
8220            ! t/lib/ftmp-tempfile.t
8221 ____________________________________________________________________________
8222 [  6159] By: jhi                                   on 2000/05/29  16:55:36
8223         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
8224      Branch: cfgperl
8225            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
8226            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
8227 ____________________________________________________________________________
8228 [  6158] By: bailey                                on 2000/05/29  16:22:08
8229         Log: Add fallback to tmpfile for use in cases where user's relying on
8230              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
8231              Lane's patch)
8232      Branch: vmsperl
8233            ! vms/vms.c vms/vmsish.h
8234 ____________________________________________________________________________
8235 [  6157] By: jhi                                   on 2000/05/29  03:10:36
8236         Log: Regen Configure to jive with #6149.
8237      Branch: cfgperl
8238            ! Configure
8239      Branch: metaconfig
8240            ! U/modified/Getfile.U
8241 ____________________________________________________________________________
8242 [  6156] By: jhi                                   on 2000/05/29  03:01:38
8243         Log: Integrate with Sarathy.
8244      Branch: cfgperl
8245           +> ext/DynaLoader/dl_mac.xs
8246           !> (integrate 38 files)
8247 ____________________________________________________________________________
8248 [  6155] By: gsar                                  on 2000/05/28  21:15:58
8249         Log: small bug in change#6144; remove random \xA0 character that snuck
8250              in via change#6145
8251      Branch: perl
8252            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
8253 ____________________________________________________________________________
8254 [  6154] By: gsar                                  on 2000/05/28  21:04:19
8255         Log: avoid type mismatch warning
8256      Branch: perl
8257            ! perl.c
8258 ____________________________________________________________________________
8259 [  6153] By: gsar                                  on 2000/05/28  20:58:31
8260         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
8261              <nick@Bagpuss.uk.boo.com>)
8262      Branch: perl
8263            ! lib/Test/Harness.pm
8264 ____________________________________________________________________________
8265 [  6152] By: gsar                                  on 2000/05/28  20:53:42
8266         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
8267      Branch: perl
8268            ! regexec.c
8269 ____________________________________________________________________________
8270 [  6151] By: gsar                                  on 2000/05/28  20:50:28
8271         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
8272      Branch: perl
8273            ! regexec.c
8274 ____________________________________________________________________________
8275 [  6150] By: gsar                                  on 2000/05/28  20:39:58
8276         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
8277      Branch: perl
8278            ! pod/perlrequick.pod
8279 ____________________________________________________________________________
8280 [  6149] By: gsar                                  on 2000/05/28  20:35:16
8281         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
8282              <troc@netrus.net>)
8283      Branch: perl
8284            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
8285            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
8286            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
8287            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
8288 ____________________________________________________________________________
8289 [  6148] By: gsar                                  on 2000/05/28  20:21:07
8290         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
8291      Branch: perl
8292            ! lib/ExtUtils/MM_Unix.pm
8293 ____________________________________________________________________________
8294 [  6147] By: gsar                                  on 2000/05/28  20:12:41
8295         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
8296              (from Peter Prymmer)
8297      Branch: perl
8298            ! vms/subconfigure.com
8299 ____________________________________________________________________________
8300 [  6146] By: gsar                                  on 2000/05/28  20:06:15
8301         Log: doc typo
8302      Branch: perl
8303            ! lib/warnings.pm warnings.h warnings.pl
8304 ____________________________________________________________________________
8305 [  6145] By: gsar                                  on 2000/05/28  18:44:33
8306         Log: make xsubpp skip embedded pod (from Matthias Neeracher
8307              <neeri@iis.ee.ethz.ch>)
8308      Branch: perl
8309            ! lib/ExtUtils/xsubpp
8310 ____________________________________________________________________________
8311 [  6144] By: gsar                                  on 2000/05/28  18:42:49
8312         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
8313              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
8314              <neeri@iis.ee.ethz.ch>)
8315      Branch: perl
8316            ! lib/AutoSplit.pm
8317 ____________________________________________________________________________
8318 [  6143] By: gsar                                  on 2000/05/28  18:41:12
8319         Log: MacOS support, part 1 (from Matthias Neeracher
8320              <neeri@iis.ee.ethz.ch>)
8321      Branch: perl
8322            + ext/DynaLoader/dl_mac.xs
8323            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
8324            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
8325            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
8326            ! util.h
8327 ____________________________________________________________________________
8328 [  6142] By: gsar                                  on 2000/05/28  18:21:51
8329         Log: File::Find fails to chdir when chasing symlinks (from
8330              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
8331      Branch: perl
8332            ! lib/File/Find.pm t/lib/filefind.t
8333 ____________________________________________________________________________
8334 [  6141] By: jhi                                   on 2000/05/28  14:25:15
8335         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
8336              forwarded by Peter Seebach from the bsdi-users mailing list.
8337              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
8338      Branch: perl
8339            ! hints/bsdos.sh
8340 ____________________________________________________________________________
8341 [  6140] By: jhi                                   on 2000/05/28  14:11:57
8342         Log: Integrate with Sarathy.
8343      Branch: cfgperl
8344           +> (branch 30 files)
8345           !> (integrate 93 files)
8346 ____________________________________________________________________________
8347 [  6139] By: gsar                                  on 2000/05/28  10:01:48
8348         Log: revise mktables.PL for bugs and newness in Unicode 3.0
8349              (from James Bence <jbence@amgen.com>)
8350      Branch: perl
8351            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
8352            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
8353            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
8354            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
8355            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
8356            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
8357            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
8358            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
8359            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
8360            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
8361            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
8362            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
8363            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
8364            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
8365            + lib/unicode/Is/SylWU.pl
8366            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
8367            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8368            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
8369            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
8370            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
8371            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
8372            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
8373            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
8374            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
8375            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
8376            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
8377            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
8378            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
8379            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
8380            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
8381            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
8382            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
8383            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
8384            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
8385            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
8386            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
8387            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
8388            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
8389            ! lib/unicode/Makefile lib/unicode/mktables.PL
8390 ____________________________________________________________________________
8391 [  6138] By: gsar                                  on 2000/05/28  08:50:32
8392         Log: add note about the handling of negative indices to tied arrays
8393              (from Michael G Schwern <schwern@pobox.com>)
8394      Branch: perl
8395            ! pod/perltie.pod
8396 ____________________________________________________________________________
8397 [  6137] By: gsar                                  on 2000/05/28  08:46:10
8398         Log: fix bogus redeclaration warning for "our" variables in different
8399              scopes
8400      Branch: perl
8401            ! op.c t/pragma/strict-vars
8402 ____________________________________________________________________________
8403 [  6136] By: gsar                                  on 2000/05/28  08:31:20
8404         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
8405      Branch: perl
8406            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
8407 ____________________________________________________________________________
8408 [  6135] By: gsar                                  on 2000/05/28  08:17:50
8409         Log: enable Test::Harness to dynamically determine column width etc.
8410              (from Rob Napier <rnapier@employees.org>)
8411      Branch: perl
8412            ! lib/Test/Harness.pm
8413 ____________________________________________________________________________
8414 [  6134] By: gsar                                  on 2000/05/28  08:13:39
8415         Log: make Test::Harness use wait.h/WCOREDUMP if available
8416              (from Ben Tilly <ben_tilly@hotmail.com>)
8417      Branch: perl
8418            ! lib/Test/Harness.pm
8419 ____________________________________________________________________________
8420 [  6133] By: gsar                                  on 2000/05/28  08:08:05
8421         Log: elide bogus test in change#6132
8422      Branch: perl
8423            ! t/pragma/warn/9enabled
8424 ____________________________________________________________________________
8425 [  6132] By: gsar                                  on 2000/05/28  08:03:14
8426         Log: warnings::enabled() doesn't fall back to looking at $^W if
8427              caller isn't using lexical warnings (from Paul Marquess)
8428      Branch: perl
8429            ! pp_ctl.c t/pragma/warn/9enabled
8430 ____________________________________________________________________________
8431 [  6131] By: gsar                                  on 2000/05/28  07:57:47
8432         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
8433      Branch: perl
8434            ! ext/POSIX/POSIX.pm
8435 ____________________________________________________________________________
8436 [  6130] By: gsar                                  on 2000/05/28  07:29:12
8437         Log: fix places that mean C<"word" character> but say C<alphanumeric
8438              character>
8439      Branch: perl
8440            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
8441 ____________________________________________________________________________
8442 [  6129] By: gsar                                  on 2000/05/28  07:18:41
8443         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
8444      Branch: perl
8445            ! vms/test.com
8446 ____________________________________________________________________________
8447 [  6128] By: gsar                                  on 2000/05/28  07:12:55
8448         Log: new perlxstut example for passing/returning refs to arrays
8449              (from David Lowe <dlowe@pootpoot.com>)
8450      Branch: perl
8451            ! pod/perlxstut.pod
8452 ____________________________________________________________________________
8453 [  6127] By: gsar                                  on 2000/05/28  07:02:50
8454         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
8455              failed (from Gisle Aas)
8456      Branch: perl
8457            ! cop.h perl.c
8458 ____________________________________________________________________________
8459 [  6126] By: gsar                                  on 2000/05/28  06:39:53
8460         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
8461              (reworked variant of patch suggested by Simon Cozens)
8462      Branch: perl
8463            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
8464            ! pp_hot.c proto.h t/op/gv.t
8465 ____________________________________________________________________________
8466 [  6125] By: gsar                                  on 2000/05/28  05:14:55
8467         Log: enable propagating exception objects via Perl_croak() in XS code
8468              (from Gisle Aas)
8469      Branch: perl
8470            ! util.c
8471 ____________________________________________________________________________
8472 [  6124] By: gsar                                  on 2000/05/28  05:07:28
8473         Log: integrate vmsperl contents into mainline
8474      Branch: perl
8475           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
8476           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
8477           !> vms/vmsish.h
8478 ____________________________________________________________________________
8479 [  6123] By: gsar                                  on 2000/05/28  05:03:53
8480         Log: clarify gotcha with #line directives (from Rocco Caputo
8481              <troc@netrus.net>)
8482      Branch: perl
8483            ! pod/perldebug.pod pod/perlsyn.pod
8484 ____________________________________________________________________________
8485 [  6122] By: gsar                                  on 2000/05/28  04:58:29
8486         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
8487              (from Mark-Jason Dominus)
8488      Branch: perl
8489            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
8490            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
8491            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
8492            ! toke.c
8493 ____________________________________________________________________________
8494 [  6121] By: bailey                                on 2000/05/25  04:46:54
8495         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
8496              lists (based on fixes by Craig Berry)
8497      Branch: vmsperl
8498            ! lib/File/Spec/VMS.pm
8499 ____________________________________________________________________________
8500 [  6120] By: bailey                                on 2000/05/25  04:25:38
8501         Log: Add missing escape (Charles Lane)
8502      Branch: vmsperl
8503            ! t/op/lex_assign.t
8504 ____________________________________________________________________________
8505 [  6119] By: bailey                                on 2000/05/25  04:21:25
8506         Log: Quiet error messages in vmsish.t (Charles Lane)
8507      Branch: vmsperl
8508            ! vms/ext/vmsish.t
8509 ____________________________________________________________________________
8510 [  6118] By: bailey                                on 2000/05/25  04:17:57
8511         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
8512              Flatten case labels in switch statements uniformly (Charles Bailey)
8513      Branch: vmsperl
8514            ! vms/vms.c
8515 ____________________________________________________________________________
8516 [  6117] By: bailey                                on 2000/05/25  03:58:09
8517         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
8518      Branch: vmsperl
8519            ! vms/vmsish.h
8520 ____________________________________________________________________________
8521 [  6116] By: bailey                                on 2000/05/25  03:11:15
8522         Log: Miscellaneous cosmetic fixes (Charles Lane)
8523      Branch: vmsperl
8524            ! lib/ExtUtils/MM_VMS.pm
8525 ____________________________________________________________________________
8526 [  6115] By: bailey                                on 2000/05/25  03:10:36
8527         Log: Add bounds checking for several strings (Charles Lane)
8528      Branch: vmsperl
8529            ! vms/vms.c
8530 ____________________________________________________________________________
8531 [  6114] By: bailey                                on 2000/05/25  02:25:34
8532         Log: Urk -- undo previous removal of vmsish 'exit' change
8533      Branch: vmsperl
8534            ! vms/ext/vmsish.pm vms/vmsish.h
8535 ____________________________________________________________________________
8536 [  6113] By: bailey                                on 2000/05/24  02:24:40
8537         Log: Ugly workaround for version-specific RTL error
8538      Branch: vmsperl
8539            ! vms/vms.c
8540 ____________________________________________________________________________
8541 [  6112] By: bailey                                on 2000/05/24  02:19:55
8542         Log: Check for existence of file before trying to delete
8543      Branch: vmsperl
8544            ! vms/test.com
8545 ____________________________________________________________________________
8546 [  6111] By: bailey                                on 2000/05/23  23:35:13
8547         Log: Resync with mainline prior to post-5.6.0 updates
8548      Branch: vmsperl
8549           +> (branch 49 files)
8550            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
8551            ! vms/ext/vmsish.pm
8552           !> (integrate 334 files)
8553 ____________________________________________________________________________
8554 [  6110] By: jhi                                   on 2000/05/23  19:28:32
8555         Log: todo tweak
8556      Branch: cfgperl
8557            ! Todo-5.6
8558 ____________________________________________________________________________
8559 [  6109] By: jhi                                   on 2000/05/18  17:38:54
8560         Log: Integrate with Sarathy.
8561      Branch: cfgperl
8562           !> mg.c perl.h win32/perlhost.h
8563 ____________________________________________________________________________
8564 [  6108] By: gsar                                  on 2000/05/17  02:24:56
8565         Log: reenable fake signal handling on Windows, bugs and all
8566      Branch: perl
8567            ! mg.c perl.h win32/perlhost.h
8568 ____________________________________________________________________________
8569 [  6107] By: jhi                                   on 2000/05/15  18:01:41
8570         Log: Tweak the todo list.
8571      Branch: cfgperl
8572            ! Todo-5.6
8573 ____________________________________________________________________________
8574 [  6106] By: jhi                                   on 2000/05/15  13:41:48
8575         Log: The (Configure) script refuses to go on, after asking for
8576              'You may also choose to try maximal 64-bitness....'.
8577              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
8578              -- Patrick Zima
8579              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
8580      Branch: cfgperl
8581            ! hints/solaris_2.sh
8582 ____________________________________________________________________________
8583 [  6105] By: jhi                                   on 2000/05/11  14:37:43
8584         Log: Integrate with Sarathy.
8585      Branch: cfgperl
8586           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
8587           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
8588 ____________________________________________________________________________
8589 [  6104] By: gsar                                  on 2000/05/11  03:39:07
8590         Log: PL_sys_intern was being initialized too late on windows
8591      Branch: perl
8592            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
8593            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
8594 ____________________________________________________________________________
8595 [  6103] By: jhi                                   on 2000/05/09  19:42:20
8596         Log: Test tweaking for Unicos continues.
8597      Branch: cfgperl
8598            ! t/op/64bitint.t
8599 ____________________________________________________________________________
8600 [  6102] By: jhi                                   on 2000/05/09  16:47:27
8601         Log: The test suite tweak in #6101 wasn't quite right.
8602      Branch: cfgperl
8603            ! t/lib/complex.t
8604 ____________________________________________________________________________
8605 [  6101] By: jhi                                   on 2000/05/09  15:35:34
8606         Log: Hints and test tweaks for Unicos.
8607      Branch: cfgperl
8608            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
8609 ____________________________________________________________________________
8610 [  6100] By: jhi                                   on 2000/05/08  21:15:06
8611         Log: More compilation tweakery from Allen Smith.
8612      Branch: cfgperl
8613            ! hints/irix_6.sh
8614 ____________________________________________________________________________
8615 [  6099] By: jhi                                   on 2000/05/08  19:21:18
8616         Log: Tweaks for the cc bugs from Allen Smith.
8617      Branch: cfgperl
8618            ! hints/irix_6.sh
8619 ____________________________________________________________________________
8620 [  6098] By: jhi                                   on 2000/05/08  19:13:37
8621         Log: Add a note about other, yet unsupported, shadow password APIs.
8622      Branch: cfgperl
8623            ! pp_sys.c
8624 ____________________________________________________________________________
8625 [  6097] By: jhi                                   on 2000/05/08  18:46:34
8626         Log: Add a note about possible compilation problems from Allen Smith.
8627      Branch: cfgperl
8628            ! hints/irix_6.sh
8629 ____________________________________________________________________________
8630 [  6096] By: jhi                                   on 2000/05/08  17:33:10
8631         Log: Integrate with Sarathy.
8632      Branch: cfgperl
8633           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
8634           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
8635 ____________________________________________________________________________
8636 [  6095] By: jhi                                   on 2000/05/08  16:21:33
8637         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
8638              might be useful in future.
8639      Branch: cfgperl
8640            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8641            ! config_h.SH
8642      Branch: metaconfig
8643            ! U/installdirs/inc_version_list.U
8644      Branch: metaconfig/U/perl
8645            ! perlxv.U
8646 ____________________________________________________________________________
8647 [  6094] By: gsar                                  on 2000/05/08  14:22:22
8648         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
8649      Branch: perl
8650            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
8651            ! hints/cygwin.sh pp_sys.c
8652 ____________________________________________________________________________
8653 [  6093] By: gsar                                  on 2000/05/08  12:52:28
8654         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
8655              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
8656      Branch: perl
8657            ! pp_sys.c sv.c win32/perlhost.h
8658 ____________________________________________________________________________
8659 [  6092] By: jhi                                   on 2000/05/07  22:40:34
8660         Log: Regen perltoc with the fixed buildtoc.
8661      Branch: cfgperl
8662            ! pod/perltoc.pod
8663 ____________________________________________________________________________
8664 [  6091] By: jhi                                   on 2000/05/07  22:24:16
8665         Log: Integrate with Sarathy.
8666      Branch: cfgperl
8667           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
8668           !> t/op/substr.t toke.c
8669 ____________________________________________________________________________
8670 [  6090] By: gsar                                  on 2000/05/07  19:47:07
8671         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
8672              [NI]OK; added tests for both
8673      Branch: perl
8674            ! perl.c pp_hot.c sv.c t/op/substr.t
8675 ____________________________________________________________________________
8676 [  6089] By: gsar                                  on 2000/05/07  18:18:38
8677         Log: buildtoc tweak to fix newline lossage
8678      Branch: perl
8679            ! pod/buildtoc
8680 ____________________________________________________________________________
8681 [  6088] By: jhi                                   on 2000/05/07  16:35:36
8682         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
8683              because we do not use those.  The HAS_GETSPNAM remains,
8684              though, because we still do use that.
8685      Branch: cfgperl
8686            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8687            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
8688            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
8689            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
8690            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8691            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
8692 ____________________________________________________________________________
8693 [  6087] By: gsar                                  on 2000/05/07  16:05:16
8694         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
8695      Branch: perl
8696            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
8697 ____________________________________________________________________________
8698 [  6086] By: jhi                                   on 2000/05/07  15:27:07
8699         Log: Integrate with Sarathy.
8700      Branch: cfgperl
8701           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
8702           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
8703           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
8704           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
8705           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
8706           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
8707 ____________________________________________________________________________
8708 [  6085] By: gsar                                  on 2000/05/07  05:52:02
8709         Log: repeat operator (x) doesn't preserve utf8-ness
8710      Branch: perl
8711            ! pp.c t/op/substr.t
8712 ____________________________________________________________________________
8713 [  6084] By: gsar                                  on 2000/05/07  05:39:55
8714         Log: substr() does not preserve utf8-ness (from Stefan Eissing
8715              <Eissing@medicaldataservice.de>); added tests
8716      Branch: perl
8717            ! pp.c t/op/substr.t
8718 ____________________________________________________________________________
8719 [  6083] By: gsar                                  on 2000/05/07  05:24:46
8720         Log: note about undocumented caller() return value (from M.J.T. Guy);
8721              yet another peek.t tweak
8722      Branch: perl
8723            ! pod/perlfunc.pod t/lib/peek.t
8724 ____________________________________________________________________________
8725 [  6082] By: gsar                                  on 2000/05/07  05:08:40
8726         Log: peek.t non-portable to ithreads
8727      Branch: perl
8728            ! t/lib/peek.t
8729 ____________________________________________________________________________
8730 [  6081] By: gsar                                  on 2000/05/07  04:17:04
8731         Log: better default perlbug categories for ok reports (from Richard Foley)
8732      Branch: perl
8733            ! utils/perlbug.PL
8734 ____________________________________________________________________________
8735 [  6080] By: gsar                                  on 2000/05/07  04:08:07
8736         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
8737              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
8738      Branch: perl
8739            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
8740            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
8741            ! AUTHORS MAINTAIN MANIFEST
8742 ____________________________________________________________________________
8743 [  6079] By: gsar                                  on 2000/05/07  04:01:38
8744         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
8745      Branch: perl
8746            ! lib/Carp/Heavy.pm
8747 ____________________________________________________________________________
8748 [  6078] By: gsar                                  on 2000/05/07  01:24:19
8749         Log: workaround for CRT bug in chdir() (from Charles Lane, via
8750              Peter Prymmer)
8751      Branch: perl
8752            ! iperlsys.h vms/vms.c vms/vmsish.h
8753 ____________________________________________________________________________
8754 [  6077] By: gsar                                  on 2000/05/07  01:22:23
8755         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
8756              and Tom Phoenix)
8757      Branch: perl
8758            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
8759 ____________________________________________________________________________
8760 [  6076] By: gsar                                  on 2000/05/06  17:36:29
8761         Log: integrate cfgperl contents into mainline
8762      Branch: perl
8763           +> t/lib/peek.t
8764           !> Configure MANIFEST Porting/Glossary Porting/config.sh
8765           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
8766           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
8767           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
8768 ____________________________________________________________________________
8769 [  6075] By: jhi                                   on 2000/05/05  18:56:10
8770         Log: Make the test more portable.
8771      Branch: cfgperl
8772            ! t/lib/peek.t
8773 ____________________________________________________________________________
8774 [  6074] By: jhi                                   on 2000/05/05  18:49:20
8775         Log: Introduce t/lib/peek.t.
8776      Branch: cfgperl
8777            + t/lib/peek.t
8778            ! MANIFEST
8779 ____________________________________________________________________________
8780 [  6073] By: jhi                                   on 2000/05/05  14:30:45
8781         Log: Complex tweaks.
8782      Branch: cfgperl
8783            ! lib/Math/Complex.pm t/lib/complex.t
8784 ____________________________________________________________________________
8785 [  6072] By: jhi                                   on 2000/05/05  12:27:13
8786         Log: Integrate with Sarathy.
8787      Branch: cfgperl
8788           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8789           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
8790           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
8791           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
8792 ____________________________________________________________________________
8793 [  6071] By: gsar                                  on 2000/05/05  02:24:46
8794         Log: misformatted perllocal.pod (from Tim Jenness
8795              <t.jenness@jach.hawaii.edu>)
8796      Branch: perl
8797            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8798 ____________________________________________________________________________
8799 [  6070] By: gsar                                  on 2000/05/05  02:16:52
8800         Log: remove misleading comment (from M.J.T. Guy)
8801      Branch: perl
8802            ! t/lib/anydbm.t
8803 ____________________________________________________________________________
8804 [  6069] By: gsar                                  on 2000/05/05  02:15:13
8805         Log: File::Spec compatibility update (from Barrie Slaymaker
8806              <barries@slaysys.com>)
8807      Branch: perl
8808            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
8809            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
8810 ____________________________________________________________________________
8811 [  6068] By: gsar                                  on 2000/05/05  02:01:50
8812         Log: note about values()
8813      Branch: perl
8814            ! pod/perlfunc.pod
8815 ____________________________________________________________________________
8816 [  6067] By: gsar                                  on 2000/05/05  01:33:09
8817         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
8818      Branch: perl
8819            ! win32/win32.c
8820 ____________________________________________________________________________
8821 [  6066] By: gsar                                  on 2000/05/05  01:23:43
8822         Log: s/END/CHECK/
8823      Branch: perl
8824            ! perl.c
8825 ____________________________________________________________________________
8826 [  6065] By: jhi                                   on 2000/05/04  17:30:22
8827         Log: Integrate with Sarathy.
8828      Branch: cfgperl
8829           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
8830 ____________________________________________________________________________
8831 [  6064] By: gsar                                  on 2000/05/04  17:26:14
8832         Log: change#5905 wasn't quite right--it's intent only applies when arguments
8833              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
8834      Branch: perl
8835            ! pp_sys.c sv.c
8836 ____________________________________________________________________________
8837 [  6063] By: gsar                                  on 2000/05/04  16:52:29
8838         Log: tokeq() could read unallocated field in argument
8839      Branch: perl
8840            ! toke.c
8841 ____________________________________________________________________________
8842 [  6062] By: gsar                                  on 2000/05/04  16:34:51
8843         Log: additional tests for utf8.t
8844      Branch: perl
8845            ! t/pragma/utf8.t
8846 ____________________________________________________________________________
8847 [  6061] By: gsar                                  on 2000/05/04  16:09:28
8848         Log: change#5921 neglected to make eq honor "use bytes"
8849      Branch: perl
8850            ! sv.c
8851 ____________________________________________________________________________
8852 [  6060] By: jhi                                   on 2000/05/04  15:30:16
8853         Log: Integrate with Sarathy.
8854      Branch: cfgperl
8855           !> perl.c regcomp.c t/pragma/utf8.t
8856 ____________________________________________________________________________
8857 [  6059] By: jhi                                   on 2000/05/04  15:26:37
8858         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
8859              in natively 64-bit platforms where a long is a quad (no need
8860              for long longs).  Also added bias for IVs.
8861      Branch: cfgperl
8862            ! toke.c
8863 ____________________________________________________________________________
8864 [  6058] By: gsar                                  on 2000/05/04  00:19:14
8865         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
8866              (spotted by Donald Kinzer <dkinzer@premia.com>)
8867      Branch: perl
8868            ! perl.c
8869 ____________________________________________________________________________
8870 [  6057] By: gsar                                  on 2000/05/03  18:34:01
8871         Log: fix broken parsing of /\x{ab}/
8872      Branch: perl
8873            ! regcomp.c t/pragma/utf8.t
8874 ____________________________________________________________________________
8875 [  6056] By: jhi                                   on 2000/05/03  17:57:16
8876         Log: The search of infinity continues, this time simplified.
8877      Branch: cfgperl
8878            ! lib/Math/Complex.pm
8879 ____________________________________________________________________________
8880 [  6055] By: jhi                                   on 2000/05/03  17:45:30
8881         Log: Detypo.
8882      Branch: cfgperl
8883            ! hints/unicos.sh
8884 ____________________________________________________________________________
8885 [  6054] By: jhi                                   on 2000/05/02  22:28:27
8886         Log: Be more forgiving in POSIX about HUGE_VALL.
8887      Branch: cfgperl
8888            ! ext/POSIX/POSIX.xs
8889 ____________________________________________________________________________
8890 [  6053] By: jhi                                   on 2000/05/02  22:25:05
8891         Log: Integrate with Sarathy.
8892      Branch: cfgperl
8893           !> hints/irix_6.sh pod/perlop.pod
8894 ____________________________________________________________________________
8895 [  6052] By: jhi                                   on 2000/05/02  22:24:31
8896         Log: Unicos hint tweak.
8897      Branch: cfgperl
8898            ! hints/unicos.sh
8899 ____________________________________________________________________________
8900 [  6051] By: jhi                                   on 2000/05/02  22:21:26
8901         Log: Complex tweakery.
8902      Branch: cfgperl
8903            ! lib/Math/Complex.pm t/lib/complex.t
8904 ____________________________________________________________________________
8905 [  6050] By: jhi                                   on 2000/05/02  19:26:22
8906         Log: Use setxxent()/endxxent().
8907      Branch: cfgperl
8908            ! t/op/grent.t t/op/pwent.t
8909 ____________________________________________________________________________
8910 [  6049] By: jhi                                   on 2000/05/02  19:06:02
8911         Log: Test both the scalar and list contexts.
8912      Branch: cfgperl
8913            ! t/op/grent.t t/op/pwent.t
8914 ____________________________________________________________________________
8915 [  6048] By: gsar                                  on 2000/05/02  18:29:10
8916         Log: add note about how $( doesn't interpolate in REs (from
8917              Philip Newton <newton@ficus.frogspace.net>)
8918      Branch: perl
8919            ! pod/perlop.pod
8920 ____________________________________________________________________________
8921 [  6047] By: jhi                                   on 2000/05/02  17:41:24
8922         Log: Call getspnam() only iff needd.
8923      Branch: cfgperl
8924            ! pp_sys.c
8925 ____________________________________________________________________________
8926 [  6046] By: gsar                                  on 2000/05/02  17:07:25
8927         Log: libscheck has insufficient checks for n32 libs (from
8928              Albert Chin-A-Young <china@thewrittenword.com>)
8929      Branch: perl
8930            ! hints/irix_6.sh
8931 ____________________________________________________________________________
8932 [  6045] By: jhi                                   on 2000/05/02  13:57:17
8933         Log: Integrate with Sarathy.
8934      Branch: cfgperl
8935           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
8936           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
8937 ____________________________________________________________________________
8938 [  6044] By: gsar                                  on 2000/05/02  06:48:19
8939         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
8940              such that underscores are only ignored in literal numbers,
8941              "\x{...}", and hex/oct argument
8942      Branch: perl
8943            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
8944 ____________________________________________________________________________
8945 [  6043] By: gsar                                  on 2000/05/02  02:22:29
8946         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
8947      Branch: perl
8948            ! pod/perlretut.pod
8949 ____________________________________________________________________________
8950 [  6042] By: gsar                                  on 2000/05/02  02:17:51
8951         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
8952      Branch: perl
8953            ! pod/perltrap.pod
8954 ____________________________________________________________________________
8955 [  6041] By: gsar                                  on 2000/05/02  01:53:51
8956         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
8957              to compensate
8958      Branch: perl
8959            ! Porting/makerel
8960 ____________________________________________________________________________
8961 [  6040] By: gsar                                  on 2000/05/02  01:51:57
8962         Log: missing files in MANIFEST
8963      Branch: perl
8964            ! MANIFEST
8965 ____________________________________________________________________________
8966 [  6039] By: jhi                                   on 2000/05/02  00:36:46
8967         Log: Infinite problems.
8968      Branch: cfgperl
8969            ! lib/Math/Complex.pm
8970 ____________________________________________________________________________
8971 [  6038] By: jhi                                   on 2000/05/02  00:06:38
8972         Log: pwent/spent #ifdef imbalance.
8973      Branch: cfgperl
8974            ! pp_sys.c
8975 ____________________________________________________________________________
8976 [  6037] By: jhi                                   on 2000/05/01  22:50:11
8977         Log: Use HUGE_VALL if applicable.
8978      Branch: cfgperl
8979            ! ext/POSIX/POSIX.xs util.c
8980 ____________________________________________________________________________
8981 [  6036] By: jhi                                   on 2000/05/01  22:20:53
8982         Log: Correct Freudian slip.
8983      Branch: cfgperl
8984            ! pp_sys.c
8985 ____________________________________________________________________________
8986 [  6035] By: jhi                                   on 2000/05/01  21:07:38
8987         Log: Continue on the pwent/spent case.
8988      Branch: cfgperl
8989            ! pp_sys.c
8990 ____________________________________________________________________________
8991 [  6034] By: jhi                                   on 2000/05/01  17:45:14
8992         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
8993              adjustments in 6032 conflicted badly with this, will have
8994              to revisit them later.
8995      Branch: cfgperl
8996           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
8997           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
8998           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
8999           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
9000           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
9001           !> t/lib/cgi-html.t t/lib/cgi-request.t
9002 ____________________________________________________________________________
9003 [  6033] By: jhi                                   on 2000/05/01  17:40:49
9004         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
9005      Branch: cfgperl
9006            ! pp_sys.c
9007 ____________________________________________________________________________
9008 [  6032] By: gsar                                  on 2000/05/01  15:56:32
9009         Log: whitespace adjustments
9010      Branch: perl
9011            ! pp_sys.c
9012 ____________________________________________________________________________
9013 [  6031] By: gsar                                  on 2000/05/01  15:19:41
9014         Log: small nits in diagnostics.pm (from Robin Barker)
9015      Branch: perl
9016            ! lib/diagnostics.pm pod/perldiag.pod
9017 ____________________________________________________________________________
9018 [  6030] By: gsar                                  on 2000/05/01  08:39:18
9019         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
9020              for @- and @+ (from Johan Vromans)
9021      Branch: perl
9022            ! lib/English.pm pod/perlvar.pod
9023 ____________________________________________________________________________
9024 [  6029] By: gsar                                  on 2000/05/01  08:16:10
9025         Log: add CGI.pm v2.66 (from Lincoln Stein)
9026      Branch: perl
9027            + lib/CGI/Util.pm t/lib/cgi-pretty.t
9028            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
9029            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
9030            ! t/lib/cgi-html.t t/lib/cgi-request.t
9031 ____________________________________________________________________________
9032 [  6028] By: gsar                                  on 2000/05/01  06:34:41
9033         Log: Pod::Man generates groff-incompatible macro definition (from
9034              Tom Christiansen)
9035      Branch: perl
9036            ! lib/Pod/Man.pm
9037 ____________________________________________________________________________
9038 [  6027] By: gsar                                  on 2000/05/01  06:31:36
9039         Log: podlators-1.02 update (from Russ Allbery)
9040      Branch: perl
9041            ! lib/Pod/Man.pm lib/Pod/Text.pm
9042 ____________________________________________________________________________
9043 [  6026] By: jhi                                   on 2000/04/30  23:24:23
9044         Log: Integrate with Sarathy.
9045      Branch: cfgperl
9046           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
9047           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
9048           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9049           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9050           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
9051           !> t/lib/syslog.t toke.c win32/win32.h
9052 ____________________________________________________________________________
9053 [  6025] By: gsar                                  on 2000/04/30  18:17:47
9054         Log: Is{Alnum,Alpha,Word} don't match titlecase
9055              
9056              TODO: IsSpace is defined recursively!
9057              
9058              (both spotted by Larry)
9059      Branch: perl
9060            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
9061            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
9062 ____________________________________________________________________________
9063 [  6024] By: gsar                                  on 2000/04/30  17:50:19
9064         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
9065              (from Hugo van der Sanden)
9066      Branch: perl
9067            ! toke.c
9068 ____________________________________________________________________________
9069 [  6023] By: gsar                                  on 2000/04/30  17:14:43
9070         Log: debugger stomps on $. (from M.J.T. Guy)
9071      Branch: perl
9072            ! lib/perl5db.pl
9073 ____________________________________________________________________________
9074 [  6022] By: gsar                                  on 2000/04/30  16:59:22
9075         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
9076      Branch: perl
9077            ! sv.c
9078 ____________________________________________________________________________
9079 [  6021] By: gsar                                  on 2000/04/29  21:00:08
9080         Log: remove Win2K issue in pod (fixed by change#6020)
9081      Branch: perl
9082            ! README.win32 pod/perl56delta.pod
9083 ____________________________________________________________________________
9084 [  6020] By: gsar                                  on 2000/04/29  20:51:49
9085         Log: test tweak
9086      Branch: perl
9087            ! t/lib/open3.t
9088 ____________________________________________________________________________
9089 [  6019] By: gsar                                  on 2000/04/29  20:34:27
9090         Log: windows portability tweaks
9091      Branch: perl
9092            ! t/lib/b.t win32/win32.h
9093 ____________________________________________________________________________
9094 [  6018] By: gsar                                  on 2000/04/29  19:55:24
9095         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
9096              make _PATH_LOG() return "" if unavailable
9097      Branch: perl
9098            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
9099            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
9100 ____________________________________________________________________________
9101 [  6017] By: jhi                                   on 2000/04/28  22:49:46
9102         Log: Integrate with Sarathy.
9103      Branch: cfgperl
9104           !> op.c perl.c pod/perldiag.pod t/lib/b.t
9105 ____________________________________________________________________________
9106 [  6016] By: jhi                                   on 2000/04/28  22:46:14
9107         Log: Do not warn that an infinity does not look like a number.
9108      Branch: cfgperl
9109            ! sv.c
9110 ____________________________________________________________________________
9111 [  6015] By: gsar                                  on 2000/04/28  22:35:49
9112         Log: tweak test for portability
9113      Branch: perl
9114            ! t/lib/b.t
9115 ____________________________________________________________________________
9116 [  6014] By: gsar                                  on 2000/04/28  22:05:31
9117         Log: glob() loading File::Glob behind the scenes may cause syntax errors
9118      Branch: perl
9119            ! op.c
9120 ____________________________________________________________________________
9121 [  6013] By: gsar                                  on 2000/04/28  21:25:22
9122         Log: tweak change#5945 to display correct switch name in diagnostic
9123      Branch: perl
9124            ! perl.c pod/perldiag.pod
9125 ____________________________________________________________________________
9126 [  6012] By: jhi                                   on 2000/04/28  21:08:12
9127         Log: Integrate with Sarathy.
9128      Branch: cfgperl
9129           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
9130           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
9131           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
9132 ____________________________________________________________________________
9133 [  6011] By: jhi                                   on 2000/04/28  21:04:46
9134         Log: &HUGE_VAL is not defined, it exists.
9135      Branch: cfgperl
9136            ! lib/Math/Complex.pm
9137 ____________________________________________________________________________
9138 [  6010] By: gsar                                  on 2000/04/28  21:02:58
9139         Log: clarify note about shadow password support (from
9140              gellyfish@gellyfish.com)
9141      Branch: perl
9142            ! pod/perlfunc.pod
9143 ____________________________________________________________________________
9144 [  6009] By: gsar                                  on 2000/04/28  21:00:00
9145         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
9146      Branch: perl
9147            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
9148 ____________________________________________________________________________
9149 [  6008] By: gsar                                  on 2000/04/28  20:56:33
9150         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
9151      Branch: perl
9152            ! installperl vms/subconfigure.com
9153 ____________________________________________________________________________
9154 [  6007] By: gsar                                  on 2000/04/28  20:51:21
9155         Log: note about compile failures and END blocks (from M.J.T. Guy)
9156      Branch: perl
9157            ! pod/perl56delta.pod pod/perlmod.pod
9158 ____________________________________________________________________________
9159 [  6006] By: jhi                                   on 2000/04/28  20:42:14
9160         Log: Regen Configure.
9161      Branch: cfgperl
9162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9163            ! config_h.SH
9164 ____________________________________________________________________________
9165 [  6005] By: gsar                                  on 2000/04/28  20:41:16
9166         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
9167      Branch: perl
9168            ! utils/perldoc.PL
9169 ____________________________________________________________________________
9170 [  6004] By: jhi                                   on 2000/04/28  20:28:21
9171         Log: Integrate with Sarathy.
9172      Branch: cfgperl
9173           !> Configure INSTALL Porting/Glossary Porting/config.sh
9174           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
9175           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
9176           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
9177           !> win32/config.vc win32/win32.c
9178 ____________________________________________________________________________
9179 [  6003] By: gsar                                  on 2000/04/28  20:11:20
9180         Log: allow REG_EXPAND_SZ keys in Windows registry (from
9181              John Clayton <John.Clayton@barclayscapital.com>)
9182      Branch: perl
9183            ! win32/win32.c
9184 ____________________________________________________________________________
9185 [  6002] By: gsar                                  on 2000/04/28  19:34:16
9186         Log: destructive sv_setsv() can lose UV-ness from source, causing
9187              numeric promotions/comparisons to fail to do the right thing
9188      Branch: perl
9189            ! sv.c
9190 ____________________________________________________________________________
9191 [  6001] By: gsar                                  on 2000/04/28  18:44:15
9192         Log: support additional library locations via $Config{otherlibdirs}
9193              (from Andy Dougherty)
9194      Branch: perl
9195            ! Configure INSTALL Porting/Glossary Porting/config.sh
9196            ! Porting/config_H config_h.SH epoc/config.sh perl.c
9197            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
9198            ! win32/config.bc win32/config.gc win32/config.vc
9199 ____________________________________________________________________________
9200 [  6000] By: gsar                                  on 2000/04/28  18:26:58
9201         Log: reworked otherlibdirs.U (from Andy Dougherty)
9202      Branch: metaconfig
9203            ! U/installdirs/otherlibdirs.U
9204 ____________________________________________________________________________
9205 [  5999] By: gsar                                  on 2000/04/28  18:17:07
9206         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
9207      Branch: perl
9208            ! t/pragma/warn/toke toke.c
9209 ____________________________________________________________________________
9210 [  5998] By: jhi                                   on 2000/04/28  13:32:17
9211         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
9212      Branch: cfgperl
9213            ! lib/Math/Complex.pm
9214 ____________________________________________________________________________
9215 [  5997] By: jhi                                   on 2000/04/28  13:14:04
9216         Log: Preserve $!.
9217      Branch: cfgperl
9218            ! lib/Math/Complex.pm
9219 ____________________________________________________________________________
9220 [  5996] By: jhi                                   on 2000/04/28  12:59:23
9221         Log: Integrate with Sarathy.
9222      Branch: cfgperl
9223           +> pod/perlrequick.pod pod/perlretut.pod
9224           !> (integrate 51 files)
9225 ____________________________________________________________________________
9226 [  5995] By: gsar                                  on 2000/04/28  09:37:36
9227         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
9228      Branch: perl
9229            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
9230 ____________________________________________________________________________
9231 [  5994] By: gsar                                  on 2000/04/28  09:33:26
9232         Log: fix for missed accounting for null byte in pack("Z",...) (from
9233              M.J.T. Guy)
9234      Branch: perl
9235            ! pp.c t/op/pack.t
9236 ____________________________________________________________________________
9237 [  5993] By: gsar                                  on 2000/04/28  09:30:05
9238         Log: various minor tweaks seen on p5p
9239      Branch: perl
9240            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
9241 ____________________________________________________________________________
9242 [  5992] By: gsar                                  on 2000/04/28  09:08:19
9243         Log: pod nit (from Simon Cozens)
9244      Branch: perl
9245            ! pod/perlop.pod
9246 ____________________________________________________________________________
9247 [  5991] By: gsar                                  on 2000/04/28  09:06:36
9248         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
9249      Branch: perl
9250            ! README.posix-bc hints/posix-bc.sh
9251 ____________________________________________________________________________
9252 [  5990] By: gsar                                  on 2000/04/28  08:54:52
9253         Log: use $ENV{LIB} to search for libs under Visual C compiler
9254              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
9255      Branch: perl
9256            ! lib/ExtUtils/Liblist.pm
9257 ____________________________________________________________________________
9258 [  5989] By: gsar                                  on 2000/04/28  08:27:12
9259         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
9260              itself and no other (from Tom Hughes)
9261      Branch: perl
9262            ! t/op/array.t toke.c
9263 ____________________________________________________________________________
9264 [  5988] By: gsar                                  on 2000/04/28  08:01:38
9265         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
9266              <paul@miraclefish.com>)
9267      Branch: perl
9268            ! lib/ExtUtils/MakeMaker.pm
9269 ____________________________________________________________________________
9270 [  5987] By: gsar                                  on 2000/04/28  07:53:09
9271         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
9272      Branch: perl
9273            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
9274 ____________________________________________________________________________
9275 [  5986] By: gsar                                  on 2000/04/28  07:44:17
9276         Log: add regular expressions tutorial and quick-start guide (from
9277              Mark Kvale <kvale@phy.ucsf.edu>)
9278      Branch: perl
9279            + pod/perlrequick.pod pod/perlretut.pod
9280            ! AUTHORS MAINTAIN MANIFEST
9281 ____________________________________________________________________________
9282 [  5985] By: gsar                                  on 2000/04/28  07:30:28
9283         Log: forked child may not exit correctly if it failed to open
9284              /dev/console (from Graham Barr)
9285      Branch: perl
9286            ! ext/Sys/Syslog/Syslog.pm
9287 ____________________________________________________________________________
9288 [  5984] By: gsar                                  on 2000/04/28  07:27:20
9289         Log: attributes::reftype() doesn't work on tied argument
9290      Branch: perl
9291            ! xsutils.c
9292 ____________________________________________________________________________
9293 [  5983] By: gsar                                  on 2000/04/28  07:15:04
9294         Log: numeric conversion of non-number in change#3378 tramples on
9295              OOK offset, causing segfaults
9296      Branch: perl
9297            ! sv.c
9298 ____________________________________________________________________________
9299 [  5982] By: gsar                                  on 2000/04/28  04:48:25
9300         Log: avoid error in IO::Socket::INET when given an unknown service name
9301              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
9302      Branch: perl
9303            ! ext/IO/lib/IO/Socket/INET.pm
9304 ____________________________________________________________________________
9305 [  5981] By: gsar                                  on 2000/04/28  04:31:31
9306         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
9307              prototype mismatch with CORE::glob(); update pod and tests to
9308              suit (File::Glob::glob() is still available for backward
9309              compatibility, but should be considered deprecated)
9310      Branch: perl
9311            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
9312            ! t/lib/glob-taint.t
9313 ____________________________________________________________________________
9314 [  5980] By: gsar                                  on 2000/04/28  03:47:29
9315         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
9316              <ghudson@mit.edu>)
9317      Branch: metaconfig
9318            ! U/modified/Options.U
9319      Branch: perl
9320            ! Configure
9321 ____________________________________________________________________________
9322 [  5979] By: gsar                                  on 2000/04/28  03:07:54
9323         Log: under useithreads, constant pad entries could inadvertantly be
9324              shared across threads (from Eric Blood <eblood@xmission.com>);
9325              added Eric's test case to testsuite
9326      Branch: perl
9327            ! op.c t/op/misc.t
9328 ____________________________________________________________________________
9329 [  5978] By: gsar                                  on 2000/04/27  21:13:00
9330         Log: sync version numbers in File::Spec with the ones on CPAN
9331              (from Barrie Slaymaker)
9332      Branch: perl
9333            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
9334            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
9335            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
9336 ____________________________________________________________________________
9337 [  5977] By: gsar                                  on 2000/04/27  21:07:29
9338         Log: autoquote barewords followed by newline and arrow properly
9339              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
9340      Branch: perl
9341            ! t/pragma/warn/toke toke.c
9342 ____________________________________________________________________________
9343 [  5976] By: gsar                                  on 2000/04/27  20:41:20
9344         Log: DB_File v1.73 update (from Paul Marquess)
9345      Branch: perl
9346            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9347            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
9348 ____________________________________________________________________________
9349 [  5975] By: gsar                                  on 2000/04/27  20:34:24
9350         Log: allow sort() reentrancy (variant of patch suggested by
9351              Hugo van der Sanden)
9352      Branch: perl
9353            ! pp_ctl.c t/op/sort.t
9354 ____________________________________________________________________________
9355 [  5974] By: gsar                                  on 2000/04/27  19:46:57
9356         Log: change#4197 somehow missed initializing PL_errors, meaning
9357              sytax error queueing wasn't working outside eval"" at all;
9358              also fixed eval"" to localize PL_error_count, so that compile-time
9359              eval's don't clobber the error state of the outer context
9360      Branch: perl
9361            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
9362            ! t/pragma/warn/toke
9363 ____________________________________________________________________________
9364 [  5973] By: gsar                                  on 2000/04/27  18:29:05
9365         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
9366      Branch: perl
9367            ! regcomp.c regexec.c t/op/re_tests
9368 ____________________________________________________________________________
9369 [  5972] By: jhi                                   on 2000/04/27  18:22:41
9370         Log: Integrate with Sarathy.
9371      Branch: cfgperl
9372           +> t/lib/b.t t/lib/syslog.t
9373           !> (integrate 31 files)
9374 ____________________________________________________________________________
9375 [  5971] By: jhi                                   on 2000/04/27  18:18:46
9376         Log: Unicos tweaks from Mark P. Lutz.
9377      Branch: cfgperl
9378            ! hints/unicos.sh lib/Math/Complex.pm
9379 ____________________________________________________________________________
9380 [  5970] By: gsar                                  on 2000/04/27  18:05:11
9381         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
9382              IV is >32bits
9383      Branch: perl
9384            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
9385 ____________________________________________________________________________
9386 [  5969] By: gsar                                  on 2000/04/27  17:50:56
9387         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
9388      Branch: perl
9389            + t/lib/syslog.t
9390            ! MANIFEST ext/Sys/Syslog/Syslog.pm
9391 ____________________________________________________________________________
9392 [  5968] By: gsar                                  on 2000/04/27  17:44:49
9393         Log: tolerate spaces in group names in test on solaris (from David Boyce
9394              <dsb@boyski.com>)
9395      Branch: perl
9396            ! t/op/groups.t
9397 ____________________________________________________________________________
9398 [  5967] By: gsar                                  on 2000/04/27  17:41:22
9399         Log: improved docs on the warn_uninit diagnostic (from David Glasser
9400              and Simon Cozens)
9401      Branch: perl
9402            ! pod/perldiag.pod
9403 ____________________________________________________________________________
9404 [  5966] By: gsar                                  on 2000/04/27  16:54:58
9405         Log: add testsuite for B backends, fix bug in B::Deparse (from
9406              Simon Cozens <simon@brecon.co.uk>)
9407      Branch: perl
9408            + t/lib/b.t
9409            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
9410 ____________________________________________________________________________
9411 [  5965] By: gsar                                  on 2000/04/27  16:10:37
9412         Log: avoid "will not stay shared" warnings for our variables (from
9413              Robin Barker)
9414      Branch: perl
9415            ! op.c t/pragma/warn/op
9416 ____________________________________________________________________________
9417 [  5964] By: gsar                                  on 2000/04/27  07:05:05
9418         Log: reformat to 72 columns (again)
9419      Branch: perl
9420            ! pod/perldiag.pod
9421 ____________________________________________________________________________
9422 [  5963] By: gsar                                  on 2000/04/27  06:28:31
9423         Log: patch from Larry to make (\&) prototype work; added tests for
9424              the same
9425      Branch: perl
9426            ! op.c t/comp/proto.t
9427 ____________________________________________________________________________
9428 [  5962] By: gsar                                  on 2000/04/27  06:15:47
9429         Log: updated README.hpux (from Jeff Okamoto)
9430      Branch: perl
9431            ! README.hpux
9432 ____________________________________________________________________________
9433 [  5961] By: gsar                                  on 2000/04/27  05:55:03
9434         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
9435      Branch: perl
9436            ! emacs/cperl-mode.el
9437 ____________________________________________________________________________
9438 [  5960] By: gsar                                  on 2000/04/27  05:49:26
9439         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
9440      Branch: perl
9441            ! INSTALL
9442 ____________________________________________________________________________
9443 [  5959] By: gsar                                  on 2000/04/27  05:33:41
9444         Log: doubled words in pods (from Simon Cozens
9445              <simon.p.cozens@jp.pwcglobal.com>)
9446      Branch: perl
9447            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
9448            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
9449            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
9450            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
9451            ! pod/perltootc.pod
9452 ____________________________________________________________________________
9453 [  5958] By: gsar                                  on 2000/04/27  05:11:39
9454         Log: change#3569 deleted some essential code, revert; avoid use of
9455              atexit() to make DynaLoader work properly on AIX under mod_perl
9456              (from Jens-Uwe Mager <jum@helios.de>)
9457      Branch: perl
9458            ! ext/DynaLoader/dl_aix.xs
9459 ____________________________________________________________________________
9460 [  5957] By: gsar                                  on 2000/04/27  04:54:51
9461         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
9462      Branch: perl
9463            ! pod/perlmod.pod
9464 ____________________________________________________________________________
9465 [  5956] By: gsar                                  on 2000/04/27  04:51:47
9466         Log: better diagnostics on failed tests (from Ilya Zakharevich)
9467      Branch: perl
9468            ! t/op/lex_assign.t
9469 ____________________________________________________________________________
9470 [  5955] By: gsar                                  on 2000/04/27  04:26:44
9471         Log: longstanding bug exposed by change#3307: sort arguments weren't
9472              compiled with the right wantarray context (ensuing runtime lookup
9473              via block_gimme() was getting the incidental context of the
9474              sort() itself)
9475      Branch: perl
9476            ! op.c t/op/sort.t
9477 ____________________________________________________________________________
9478 [  5954] By: gsar                                  on 2000/04/26  23:42:12
9479         Log: integrate cfgperl contents into mainline
9480      Branch: perl
9481           !> (integrate 30 files)
9482 ____________________________________________________________________________
9483 [  5953] By: jhi                                   on 2000/04/26  23:06:42
9484         Log: Integrate with Sarathy.
9485      Branch: cfgperl
9486           !> README.win32 ext/B/B/Deparse.pm
9487           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9488           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
9489           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
9490           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
9491           !> utils/perldoc.PL vms/perlvms.pod
9492 ____________________________________________________________________________
9493 [  5952] By: jhi                                   on 2000/04/26  23:03:46
9494         Log: Undo "use integer" addition from 64bitint as it seems
9495              to break most of the subtests in Digital UNIX;
9496              Unicos needs to find another way.
9497      Branch: cfgperl
9498            ! t/op/64bitint.t
9499 ____________________________________________________________________________
9500 [  5951] By: jhi                                   on 2000/04/26  22:57:53
9501         Log: Be more robust on "extreme" (large absolute value)
9502              arguments.  Originally reported by Daniel Connelly
9503              as a problem with asinh() on large negative arguments,
9504              asinh() used to bail out because an argument to log()
9505              ended up being zero.  Ilya Zakharevich proposed using
9506              Taylor's series in such cases, which for such large
9507              arguments is a very good approximation.
9508      Branch: cfgperl
9509            ! lib/Math/Complex.pm t/lib/complex.t
9510 ____________________________________________________________________________
9511 [  5950] By: gsar                                  on 2000/04/25  19:13:12
9512         Log: reformat perldiag to avoid long lines
9513      Branch: perl
9514            ! pod/perldiag.pod
9515 ____________________________________________________________________________
9516 [  5949] By: gsar                                  on 2000/04/25  18:41:11
9517         Log: make perldoc use the pod2man from the same version (from
9518              M.J.T. Guy)
9519      Branch: perl
9520            ! utils/perldoc.PL
9521 ____________________________________________________________________________
9522 [  5948] By: gsar                                  on 2000/04/25  18:21:57
9523         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
9524              <kompas@kompas.usr.onet.pl>)
9525      Branch: perl
9526            ! lib/vars.pm
9527 ____________________________________________________________________________
9528 [  5947] By: gsar                                  on 2000/04/25  18:11:53
9529         Log: use &dl_error rather than &dl_load_file as the guard for calling
9530              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
9531              statically built perl)
9532      Branch: perl
9533            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
9534 ____________________________________________________________________________
9535 [  5946] By: jhi                                   on 2000/04/25  17:37:54
9536         Log: Document that tr() is not tr(1).
9537      Branch: cfgperl
9538            ! pod/perlop.pod
9539 ____________________________________________________________________________
9540 [  5945] By: gsar                                  on 2000/04/25  16:34:33
9541         Log: make module name mandatory after -M switch; reorder perldiag
9542              alphabetically (from Mark-Jason Dominus)
9543      Branch: perl
9544            ! perl.c pod/perldiag.pod
9545 ____________________________________________________________________________
9546 [  5944] By: jhi                                   on 2000/04/25  01:15:18
9547         Log: On second thoughts frexp() does have two arguments.
9548      Branch: cfgperl
9549            ! perl.h
9550 ____________________________________________________________________________
9551 [  5943] By: jhi                                   on 2000/04/24  22:56:32
9552         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
9553              Now pp_ncmp() returns undef is either operand is a NaN.
9554      Branch: cfgperl
9555            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9556            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
9557            ! vms/subconfigure.com vos/config.def vos/config.h
9558            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
9559            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9560            ! win32/config_H.vc
9561      Branch: metaconfig/U/perl
9562            + d_modfl.U
9563 ____________________________________________________________________________
9564 [  5942] By: jhi                                   on 2000/04/24  19:45:17
9565         Log: Regen Configure to match #5937.
9566      Branch: cfgperl
9567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9568            ! config_h.SH
9569      Branch: metaconfig
9570            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
9571 ____________________________________________________________________________
9572 [  5941] By: jhi                                   on 2000/04/24  19:24:11
9573         Log: Further Unicos fixes for Mark Lutz.
9574      Branch: cfgperl
9575            ! hints/unicos.sh pp_ctl.c
9576 ____________________________________________________________________________
9577 [  5940] By: jhi                                   on 2000/04/24  19:09:06
9578         Log: Various Unicos 10.0.0.6 fixes.
9579              
9580              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
9581              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
9582              Reply-To: tecmpl1@triton.ca.boeing.com 
9583              To: perl5-porters@perl.org 
9584              Date: Fri, 14 Apr 2000 20:21:00 GMT 
9585              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
9586      Branch: cfgperl
9587            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
9588 ____________________________________________________________________________
9589 [  5939] By: gsar                                  on 2000/04/24  19:01:24
9590         Log: more pod nits (from Larry Virden)
9591      Branch: perl
9592            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
9593            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
9594            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
9595 ____________________________________________________________________________
9596 [  5938] By: gsar                                  on 2000/04/24  18:54:01
9597         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
9598      Branch: perl
9599            ! ext/B/B/Deparse.pm
9600 ____________________________________________________________________________
9601 [  5937] By: jhi                                   on 2000/04/24  17:39:00
9602         Log: Integrate with Sarathy.
9603      Branch: cfgperl
9604           +> (branch 31 files)
9605           !> (integrate 73 files)
9606 ____________________________________________________________________________
9607 [  5936] By: gsar                                  on 2000/04/24  17:30:06
9608         Log: additional tests for change#5934 (from Paul Marquess, who also
9609              sent in the same fix)
9610      Branch: perl
9611            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
9612            ! t/pragma/warn/5nolint t/pragma/warn/6default
9613 ____________________________________________________________________________
9614 [  5935] By: jhi                                   on 2000/04/24  17:26:05
9615         Log: Do not assume sign propagation.
9616              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
9617              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
9618              To: payner@ncifcrf.gov, perl5-porters@perl.org 
9619              Date: Tue, 18 Apr 2000 18:24:49 +0100 
9620              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
9621      Branch: cfgperl
9622            ! t/op/bop.t t/op/misc.t
9623 ____________________________________________________________________________
9624 [  5934] By: gsar                                  on 2000/04/24  17:16:54
9625         Log: propagate lexical warnings from surrounding scope correctly
9626              within string eval()
9627      Branch: perl
9628            ! pp_ctl.c t/pragma/warn/pp_ctl
9629 ____________________________________________________________________________
9630 [  5933] By: jhi                                   on 2000/04/24  17:01:07
9631         Log: Flatten the cpp jungle doing the nosuid checking.
9632      Branch: cfgperl
9633            ! perl.c
9634 ____________________________________________________________________________
9635 [  5932] By: gsar                                  on 2000/04/24  09:08:14
9636         Log: add rsignal(), whichsig() and do_join() to public API list
9637              (mod_perl uses them to good advantage)
9638      Branch: perl
9639            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
9640 ____________________________________________________________________________
9641 [  5931] By: gsar                                  on 2000/04/24  09:01:40
9642         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
9643      Branch: perl
9644            ! pp_hot.c regexec.c t/op/pat.t
9645 ____________________________________________________________________________
9646 [  5930] By: gsar                                  on 2000/04/24  08:58:33
9647         Log: small os390 tweaks (from Peter Prymmer)
9648      Branch: perl
9649            ! config_h.SH makedepend.SH
9650 ____________________________________________________________________________
9651 [  5929] By: gsar                                  on 2000/04/24  08:55:25
9652         Log: pod nits
9653      Branch: perl
9654            ! pod/perlguts.pod
9655 ____________________________________________________________________________
9656 [  5928] By: gsar                                  on 2000/04/24  08:50:13
9657         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
9658      Branch: perl
9659            ! ext/IO/lib/IO/Poll.pm
9660 ____________________________________________________________________________
9661 [  5927] By: gsar                                  on 2000/04/24  08:43:24
9662         Log: arrange for next() to resume at the unstack op rather than the
9663              loop conditional, so that scope cleanup happens correctly
9664              (from Stephen McCamant)
9665      Branch: perl
9666            ! op.c pp_ctl.c t/op/misc.t
9667 ____________________________________________________________________________
9668 [  5926] By: gsar                                  on 2000/04/24  08:18:40
9669         Log: on windows, reserve 16M of stack rather than 128M (allows more
9670              threads to run concurrently)
9671      Branch: perl
9672            ! win32/Makefile win32/makefile.mk
9673 ____________________________________________________________________________
9674 [  5925] By: gsar                                  on 2000/04/24  08:13:52
9675         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
9676      Branch: perl
9677            ! toke.c
9678 ____________________________________________________________________________
9679 [  5924] By: gsar                                  on 2000/04/24  08:08:59
9680         Log: avoid using uninitialized memory in require version check
9681      Branch: perl
9682            ! pp_ctl.c universal.c
9683 ____________________________________________________________________________
9684 [  5923] By: gsar                                  on 2000/04/24  07:20:14
9685         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
9686      Branch: perl
9687            ! ext/IO/lib/IO/Poll.pm
9688 ____________________________________________________________________________
9689 [  5922] By: gsar                                  on 2000/04/24  07:08:42
9690         Log: commentary about IoTYPE() (from Nathan Torkington)
9691      Branch: perl
9692            ! sv.h
9693 ____________________________________________________________________________
9694 [  5921] By: gsar                                  on 2000/04/24  06:58:26
9695         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
9696              by fix
9697      Branch: perl
9698            ! sv.c t/lib/charnames.t t/pragma/utf8.t
9699 ____________________________________________________________________________
9700 [  5920] By: gsar                                  on 2000/04/24  06:37:59
9701         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
9702      Branch: perl
9703            ! doop.c t/op/ver.t
9704 ____________________________________________________________________________
9705 [  5919] By: gsar                                  on 2000/04/24  06:21:58
9706         Log: Configure might miss old directories when prefix must be
9707              expanded (from Robin Barker)
9708      Branch: metaconfig
9709            ! U/installdirs/inc_version_list.U
9710      Branch: perl
9711            ! Configure
9712 ____________________________________________________________________________
9713 [  5918] By: gsar                                  on 2000/04/24  06:16:11
9714         Log: VMS nits in glob() test (from Charles Lane)
9715      Branch: perl
9716            ! t/lib/glob-basic.t
9717 ____________________________________________________________________________
9718 [  5917] By: gsar                                  on 2000/04/24  06:11:56
9719         Log: various pod nits (from Larry Virden and others)
9720      Branch: perl
9721            ! README.amiga README.hpux README.machten README.os2
9722            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
9723            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
9724            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
9725            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
9726            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
9727            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
9728            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
9729            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
9730 ____________________________________________________________________________
9731 [  5916] By: gsar                                  on 2000/04/24  05:52:43
9732         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
9733              <wjones@tc.fluke.com>)
9734      Branch: perl
9735            ! t/lib/glob-basic.t
9736 ____________________________________________________________________________
9737 [  5915] By: gsar                                  on 2000/04/24  05:07:01
9738         Log: supported platforms mixed up
9739      Branch: perl
9740            ! pod/perl56delta.pod pod/perlport.pod
9741 ____________________________________________________________________________
9742 [  5914] By: gsar                                  on 2000/04/24  04:56:08
9743         Log: caller() wasn't returning the right number of elements for
9744              eval {...}
9745      Branch: perl
9746            ! pp_ctl.c t/pragma/warn/9enabled
9747 ____________________________________________________________________________
9748 [  5913] By: gsar                                  on 2000/04/24  04:35:41
9749         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
9750              Mark-Jason Dominus)
9751      Branch: perl
9752            ! pod/perlfunc.pod
9753 ____________________________________________________________________________
9754 [  5912] By: gsar                                  on 2000/04/24  04:17:15
9755         Log: fix totally broken caching in UNIVERSAL::isa() (from
9756              Nick Ing-Simmons)
9757      Branch: perl
9758            ! t/op/universal.t universal.c
9759 ____________________________________________________________________________
9760 [  5911] By: gsar                                  on 2000/04/24  03:39:47
9761         Log: add linebreak properties from unicode/LineBrk.txt (from
9762              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
9763      Branch: perl
9764            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9765            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
9766            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
9767            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
9768            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
9769            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
9770            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9771            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9772            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9773            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9774            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9775            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9776            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9777            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
9778            + lib/unicode/Is/LbrkZW.pl
9779            ! lib/unicode/mktables.PL
9780 ____________________________________________________________________________
9781 [  5910] By: gsar                                  on 2000/04/24  03:23:10
9782         Log: typo in pod
9783      Branch: perl
9784            ! ext/Thread/Thread.pm
9785 ____________________________________________________________________________
9786 [  5909] By: gsar                                  on 2000/04/24  03:22:03
9787         Log: mode argument to do_binmode() should be file mode, not boolean
9788      Branch: perl
9789            ! pp_sys.c
9790 ____________________________________________________________________________
9791 [  5908] By: gsar                                  on 2000/04/16  16:51:08
9792         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
9793              always returns a valid GV even when the symbol is trapped by strictures
9794              (avoids coredumps)
9795              
9796              TODO: the C<package;> hack needs similar treatment
9797      Branch: perl
9798            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
9799            ! t/pragma/strict-vars
9800 ____________________________________________________________________________
9801 [  5907] By: jhi                                   on 2000/03/31  23:42:56
9802         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
9803              an assumption which #5905 demolished.
9804      Branch: cfgperl
9805            ! pp_sys.c
9806 ____________________________________________________________________________
9807 [  5906] By: jhi                                   on 2000/03/31  18:54:37
9808         Log: Typo in #5905.
9809      Branch: cfgperl
9810            ! t/op/64bitint.t
9811 ____________________________________________________________________________
9812 [  5905] By: jhi                                   on 2000/03/31  18:50:54
9813         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
9814              reported by Joseph N. Hall.  The bug was that even with use64bitint
9815              one had to use the prefixes q, L, or ll with printf/sprintf,
9816              contrary to the documentation and common sense.
9817      Branch: cfgperl
9818            ! sv.c t/op/64bitint.t
9819 ____________________________________________________________________________
9820 [  5904] By: gsar                                  on 2000/03/28  02:31:32
9821         Log: add Changes, perldelta.pod
9822      Branch: perl
9823            + Changes pod/perldelta.pod
9824 ____________________________________________________________________________
9825 [  5903] By: gsar                                  on 2000/03/28  02:03:55
9826         Log: rename Changes and perldelta.pod
9827      Branch: perl
9828           +> Changes5.6 pod/perl56delta.pod
9829            - Changes pod/perldelta.pod
9830            ! MANIFEST
9831 ____________________________________________________________________________
9832 [  5902] By: gsar                                  on 2000/03/28  01:59:14
9833         Log: create maint-5.6 branch
9834      Branch: maint-5.6/perl
9835           +> (branch 1611 files)
9836 ____________________________________________________________________________
9837 [  5901] By: jhi                                   on 2000/03/23  05:48:43
9838         Log: Integrate with Sarathy.
9839      Branch: cfgperl
9840           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
9841 ____________________________________________________________________________
9842 [  5900] By: gsar                                  on 2000/03/23  05:42:43
9843         Log: three guesses on what this is :-)
9844      Branch: perl
9845            ! Changes