This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak the floating point output routine preferences.
[perl5.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 August 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     Tom Christiansen    <tchrist@perl.com>
27     Simon Cozens        <simon@brecon.co.uk>
28     Mark-Jason Dominus  <mjd@plover.com>
29     Jan Dubois          <jand@activestate.com>
30     Dominic Dunlop      <domo@computer.org>
31     Eric Fifer          <efifer@sanwaint.com>
32     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
33     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
34     Tom Hughes          <tom@compton.nu>
35     Nick Ing-Simmons    <nik@tiuk.ti.com>
36     Andreas Koenig      <a.koenig@mind.de>
37     Douglas Lankshear   <dougl@activestate.com>
38     Doug MacEachern     <dougm@covalent.net>
39     Raphael Manfredi    <Raphael.Manfredi@st.com>
40     Paul Marquess       <Paul.Marquess@btinternet.com>
41     Stephen McCamant    <alias@mcs.com>
42     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
43     Hans Mulder         <hansmu@xs4all.nl>
44     Chris Nandor        <pudge@pobox.com>
45     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
46     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
47     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
48     Tom Phoenix         <rootbeer@teleport.com>
49     Stephen Potter      <spp@ds.net>
50     Joshua Pritikin     <joshua.pritikin@db.com>
51     Peter Prymmer       <pvhp@forte.com>
52     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
53     Dean Roehrich       <roehrich@cray.com>
54     Hugo van der Sanden <hv@crypt.demon.co.uk>
55     Michael G Schwern   <schwern@pobox.com>
56     Roderick Schertler  <roderick@argon.org>
57     Kurt D. Starsinic   <kstar@chapin.edu>
58     Benjamin Stuhl      <sho_pi@hotmail.com>
59     Dan Sugalski        <dan@sidhe.org>
60     Nathan Torkington   <gnat@frii.com>
61     Larry W. Virden     <lvirden@cas.org>
62     Johan Vromans       <jvromans@squirrel.nl>
63     Ilya Zakharevich    <ilya@math.ohio-state.edu>
64
65 And the Keepers of the Patch Pumpkin:
66
67     Charles Bailey      <bailey@newman.upenn.edu>
68     Graham Barr         <gbarr@ti.com>
69     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
70     Tim Bunce           <Tim.Bunce@ig.co.uk>
71     Andy Dougherty      <doughera@lafcol.lafayette.edu>
72     Jarkko Hietaniemi   <jhi@iki.fi>
73     Gurusamy Sarathy    <gsar@activestate.com>
74     Chip Salzenberg     <chip@perl.com>
75
76 And, of course, the Author of Perl:
77
78     Larry Wall          <larry@wall.org>
79
80
81 NOTE: Each change entry shows the change number; who checked it into the
82 repository; when; description of the change; which branch the change
83 happened in; and the affected files.  The file lists have a short symbolic
84 indicator:
85
86             !       modified
87             +       added
88             -       deleted
89             +>      branched (from elsewhere)
90             !>      merged changes (from elsewhere)
91
92
93 --------------
94 Version v5.7.0          Development release working toward v5.8
95 --------------
96
97 ____________________________________________________________________________
98 [  6735] By: jhi                                   on 2000/08/21  02:57:20
99         Log: Draft 0.
100      Branch: perl
101            ! pod/perldelta.pod
102 ____________________________________________________________________________
103 [  6734] By: jhi                                   on 2000/08/21  02:57:03
104         Log: Add Storable 0.7.2 from Raphael Manfredi,
105              plus the patch from
106              
107              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
108              From: Radu Greab <radu@netsoft.ro>
109              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
110              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
111              
112              plus changes to get Storable to compile with
113              picky ANSI compilers.
114      Branch: perl
115            + ext/Storable/ChangeLog ext/Storable/MANIFEST
116            + ext/Storable/Makefile.PL ext/Storable/README
117            + ext/Storable/Storable.pm ext/Storable/Storable.xs
118            + ext/Storable/patchlevel.h t/lib/st-06compat.t
119            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
120            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
121            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
122            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
123            + t/lib/st-tieditems.t
124            ! MANIFEST
125 ____________________________________________________________________________
126 [  6733] By: jhi                                   on 2000/08/21  02:29:09
127         Log: The correct cleaning order is an art.
128      Branch: perl
129            ! Makefile.SH
130 ____________________________________________________________________________
131 [  6732] By: jhi                                   on 2000/08/21  01:23:39
132         Log: The #6724 is here.
133      Branch: perl
134            ! t/lib/ftmp-security.t
135 ____________________________________________________________________________
136 [  6731] By: jhi                                   on 2000/08/20  23:17:03
137         Log: s/this one/the 5.6.0 release/
138      Branch: perl
139            ! pod/perl56delta.pod
140 ____________________________________________________________________________
141 [  6730] By: jhi                                   on 2000/08/20  23:07:34
142         Log: Mention perlebcdic and perlposix-bc.
143      Branch: perl
144            ! pod/perlport.pod
145 ____________________________________________________________________________
146 [  6729] By: jhi                                   on 2000/08/20  21:32:59
147         Log: Document the number of exponent digits.
148      Branch: perl
149            ! pod/perlfunc.pod
150 ____________________________________________________________________________
151 [  6728] By: jhi                                   on 2000/08/20  21:16:47
152         Log: Use File::Spec->tmpdir().
153              
154              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
155              From: Tim Jenness <timj@jach.hawaii.edu>
156              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
157              MIME-Version: 1.0
158              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
159      Branch: perl
160            ! utils/perlbug.PL
161 ____________________________________________________________________________
162 [  6727] By: jhi                                   on 2000/08/20  20:43:32
163         Log: Update Changes.
164      Branch: perl
165            ! Changes patchlevel.h
166 ____________________________________________________________________________
167 [  6726] By: jhi                                   on 2000/08/20  20:41:44
168         Log: The veryclean target needs to clobber.
169      Branch: perl
170            ! Makefile.SH
171 ____________________________________________________________________________
172 [  6725] By: jhi                                   on 2000/08/20  20:37:38
173         Log: Document odd vs even subreleases and -Dusedevel.
174      Branch: perl
175            ! INSTALL
176 ____________________________________________________________________________
177 [  6724] By: jhi                                   on 2000/08/20  19:58:05
178         Log: Use temporary directory instead of current directory.
179              
180              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
181              From: Tim Jenness <timj@jach.hawaii.edu>
182              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
183              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
184      Branch: perl
185            ! t/lib/ftmp-security.t
186 ____________________________________________________________________________
187 [  6723] By: jhi                                   on 2000/08/20  19:55:55
188         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
189              From: andreas.koenig@anima.de (Andreas J. Koenig)
190              Date: 20 Aug 2000 15:52:03 +0200
191              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
192      Branch: perl
193            ! lib/ExtUtils/MM_Unix.pm
194 ____________________________________________________________________________
195 [  6722] By: jhi                                   on 2000/08/20  19:46:01
196         Log: Update to CGI 2.72, from Lincoln Stein.
197      Branch: perl
198            ! lib/CGI.pm
199 ____________________________________________________________________________
200 [  6721] By: jhi                                   on 2000/08/20  19:43:54
201         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
202              From: Radu Greab <radu@netsoft.ro>
203              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
204              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
205      Branch: perl
206            ! ext/GDBM_File/GDBM_File.xs
207 ____________________________________________________________________________
208 [  6720] By: jhi                                   on 2000/08/20  19:42:01
209         Log: pp_open() could pass an uninitialized filename down to do_open9().
210      Branch: perl
211            ! pp_sys.c
212 ____________________________________________________________________________
213 [  6719] By: jhi                                   on 2000/08/20  14:06:41
214         Log: UTF8 concat fixes.
215              
216              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
217              From: Hugo <hv@crypt.compulink.co.uk>
218              Date: Sun, 20 Aug 2000 07:30:46 +0100
219              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
220      Branch: perl
221            ! pp_hot.c t/op/append.t
222 ____________________________________________________________________________
223 [  6718] By: jhi                                   on 2000/08/20  02:09:37
224         Log: Let's try #6717 again.
225      Branch: perl
226            ! lib/File/Temp.pm
227 ____________________________________________________________________________
228 [  6717] By: jhi                                   on 2000/08/20  01:56:55
229         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
230              From: "Craig A. Berry" <craig.berry@metamorgs.com>
231              Date: Sat, 19 Aug 2000 18:15:39 -0500
232              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
233      Branch: perl
234            ! lib/File/Temp.pm
235 ____________________________________________________________________________
236 [  6716] By: jhi                                   on 2000/08/19  15:50:11
237         Log: Update Changes.
238      Branch: perl
239            ! Changes patchlevel.h
240 ____________________________________________________________________________
241 [  6715] By: jhi                                   on 2000/08/19  15:39:09
242         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
243              From: Jonathan D Johnston <jdjohnston2@juno.com>
244              Date: Thu, 17 Aug 2000 23:13:01 -0400       
245              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
246      Branch: perl
247            ! pod/perlfunc.pod
248 ____________________________________________________________________________
249 [  6714] By: jhi                                   on 2000/08/19  15:34:04
250         Log: Introduce a 'veryclean' target that is like 'distclean'
251              but also removes *~ and *.orig.
252      Branch: perl
253            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
254            ! utils/Makefile x2p/Makefile.SH
255 ____________________________________________________________________________
256 [  6713] By: jhi                                   on 2000/08/19  14:15:45
257         Log: Put back the long double avoidance code to POSIX.xs
258              because VMS seems to need it still.
259      Branch: perl
260            ! ext/POSIX/POSIX.xs
261 ____________________________________________________________________________
262 [  6712] By: jhi                                   on 2000/08/19  14:10:41
263         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
264              From: Peter Prymmer <pvhp@forte.com>
265              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
266              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
267      Branch: perl
268            ! lib/Pod/Find.pm t/pod/find.t
269 ____________________________________________________________________________
270 [  6711] By: jhi                                   on 2000/08/19  14:09:19
271         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
272              From: Peter Prymmer <pvhp@forte.com>
273              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
274              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
275              cc: vmsperl@perl.org
276      Branch: perl
277            ! t/lib/peek.t
278 ____________________________________________________________________________
279 [  6710] By: jhi                                   on 2000/08/19  14:08:01
280         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
281              From: Jan Dubois <jand@ActiveState.com>
282              Date: Fri, 18 Aug 2000 16:31:48 -0700
283              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
284      Branch: perl
285            ! win32/win32.c
286 ____________________________________________________________________________
287 [  6709] By: jhi                                   on 2000/08/19  14:06:57
288         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
289              
290              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
291              From: Spider.Boardman@Orb.Nashua.NH.US
292              Date: Fri, 18 Aug 2000 18:41:14 -0400
293              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
294      Branch: perl
295            ! regcomp.c
296 ____________________________________________________________________________
297 [  6708] By: jhi                                   on 2000/08/18  22:04:49
298         Log: Update Changes.
299      Branch: perl
300            ! Changes patchlevel.h
301 ____________________________________________________________________________
302 [  6707] By: jhi                                   on 2000/08/18  21:55:14
303         Log: Add warnif(), check warnings further up the stack,
304              all the warnings functions now can take an optional object reference.
305              
306              Subject: [PATCH bleedperl@6691] warnings pragma update
307              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
308              Date: Fri, 18 Aug 2000 22:42:06 +0100
309              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
310      Branch: perl
311            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
312            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
313            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
314 ____________________________________________________________________________
315 [  6706] By: jhi                                   on 2000/08/18  21:41:45
316         Log: Typo in pp_complement().
317              
318              Subject: [PATCH perl-current] Deparse
319              From: Peter Scott <Peter@PSDT.com>
320              Date: Fri, 18 Aug 2000 12:44:37 -0700
321              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
322      Branch: perl
323            ! ext/B/B/Deparse.pm
324 ____________________________________________________________________________
325 [  6705] By: jhi                                   on 2000/08/18  21:25:59
326         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
327              From: Jan Dubois <jand@ActiveState.com>
328              Date: Fri, 18 Aug 2000 14:22:51 -0700
329              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
330      Branch: perl
331            ! lib/Win32.pod win32/win32.c
332 ____________________________________________________________________________
333 [  6704] By: jhi                                   on 2000/08/18  21:16:14
334         Log: Don't eat leading os from index entries.
335              
336              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
337              From: Russ Allbery <rra@stanford.edu>
338              Date: 10 Aug 2000 20:49:25 -0700
339              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
340      Branch: perl
341            ! lib/Pod/Man.pm
342 ____________________________________________________________________________
343 [  6703] By: jhi                                   on 2000/08/18  21:07:06
344         Log: Add [[:blank:]] as suggested in
345              
346              Subject: [ID 20000716.024] [=cc=] / [:blank:]
347              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
348              Date: Sun, 16 Jul 2000 17:55:29 -0700
349              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
350              
351              (the [=cc=] has already been taken care of by #6439
352              so the whole bug report can be closed)
353              
354              and make [[:space:]] to be equivalent to isspace(3)
355              (as opposed to \s, which is isSPACE()).  The difference
356              is that now [[:space:]] matches the mythical vertical tab,
357              while \s doesn't.
358      Branch: perl
359            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
360            ! regexec.c t/op/pat.t
361 ____________________________________________________________________________
362 [  6702] By: jhi                                   on 2000/08/18  18:47:47
363         Log: The new tests were missing from #6415.
364      Branch: perl
365            ! t/op/bop.t
366 ____________________________________________________________________________
367 [  6701] By: jhi                                   on 2000/08/18  18:20:40
368         Log: Document the NDBM_File and ODBM_File as SDBM_File
369              was documented in #6417.
370      Branch: perl
371            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
372            ! ext/SDBM_File/SDBM_File.pm
373 ____________________________________________________________________________
374 [  6700] By: jhi                                   on 2000/08/18  18:10:39
375         Log: Subject: [PATCH perl@6698] cygwin port
376              From: "Fifer, Eric" <EFifer@sanwaint.com>
377              Date: Fri, 18 Aug 2000 17:30:05 +0100
378              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
379      Branch: perl
380            ! lib/File/Temp.pm
381 ____________________________________________________________________________
382 [  6699] By: jhi                                   on 2000/08/18  16:21:49
383         Log: Document code point which makes if (defined %stash::) to work
384              (noted by Spider Boardman).
385      Branch: perl
386            ! op.c
387 ____________________________________________________________________________
388 [  6698] By: jhi                                   on 2000/08/18  13:43:27
389         Log: Update Changes.
390      Branch: perl
391            ! Changes patchlevel.h
392 ____________________________________________________________________________
393 [  6697] By: jhi                                   on 2000/08/18  13:35:57
394         Log: Tiny Getopt::Long patch from Johan Vromans.
395      Branch: perl
396            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
397 ____________________________________________________________________________
398 [  6696] By: jhi                                   on 2000/08/18  13:26:14
399         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
400              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
401              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
402              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
403      Branch: perl
404            ! pod/perldiag.pod pod/perlsyn.pod
405 ____________________________________________________________________________
406 [  6695] By: jhi                                   on 2000/08/18  13:13:26
407         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
408              From: Daniel Chetlin <daniel@chetlin.com>
409              Date: Fri, 18 Aug 2000 03:13:36 -0700
410              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
411      Branch: perl
412            ! pod/perlfunc.pod
413 ____________________________________________________________________________
414 [  6694] By: jhi                                   on 2000/08/18  13:08:05
415         Log: Subject: [PATCH] perltrap.pod spring cleaning
416              From: Daniel Chetlin <daniel@chetlin.com>
417              Date: Fri, 18 Aug 2000 03:06:54 -0700
418              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
419              
420              plus Mike Guy's nitfix.
421      Branch: perl
422            ! pod/perltrap.pod
423 ____________________________________________________________________________
424 [  6693] By: jhi                                   on 2000/08/18  13:00:26
425         Log: Unbuffer the output.
426              
427              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
428              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
429              Date: Thu, 17 Aug 2000 18:39:29 -0700
430              Message-ID: <RPJn5gzkgydf092yn@efn.org>
431      Branch: perl
432            ! t/op/fork.t
433 ____________________________________________________________________________
434 [  6692] By: jhi                                   on 2000/08/18  05:19:17
435         Log: Delete the image, too, not just its MANIFEStation.
436      Branch: perl
437            - lib/CGI/eg/wilogo.gif
438 ____________________________________________________________________________
439 [  6691] By: jhi                                   on 2000/08/18  05:10:26
440         Log: Propagate new Configure vars.
441      Branch: perl
442            ! configure.com epoc/config.sh uconfig.h uconfig.sh
443            ! vos/config.def vos/config.h vos/config_h.SH_orig
444            ! win32/config.bc win32/config.gc win32/config.vc
445            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
446 ____________________________________________________________________________
447 [  6690] By: jhi                                   on 2000/08/18  04:30:56
448         Log: Update Changes.
449      Branch: perl
450            ! Changes patchlevel.h
451 ____________________________________________________________________________
452 [  6689] By: jhi                                   on 2000/08/18  04:12:30
453         Log: Fix the lib/complex failure of
454              
455              From: abigail@foad.org
456              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
457              Date: 15 Aug 2000 04:06:38 -0000
458              Message-Id: <20000815040638.8524.qmail@foad.org> 
459              
460              Linux long double accuracy issue: something that
461              when printed with %g looks like "2" but int() of it is 1.
462      Branch: perl
463            ! lib/Math/Complex.pm
464 ____________________________________________________________________________
465 [  6688] By: jhi                                   on 2000/08/18  03:15:35
466         Log: The byteorder code in #6671 was wrong.
467      Branch: perl
468            ! configpm
469 ____________________________________________________________________________
470 [  6687] By: jhi                                   on 2000/08/18  02:08:42
471         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
472              From: Jan Dubois <jand@ActiveState.com>
473              Date: Thu, 17 Aug 2000 18:31:55 -0700
474              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
475      Branch: perl
476            ! sv.c
477 ____________________________________________________________________________
478 [  6686] By: jhi                                   on 2000/08/18  02:04:15
479         Log: Use NVs in POSIX math, not doubles.
480              
481              From: abigail@foad.org
482              Subject: [ID 20000817.014] POSIX & modfl
483              Date: 17 Aug 2000 20:49:18 -0000
484              Message-Id: <20000817204918.23123.qmail@foad.org>
485      Branch: perl
486            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
487 ____________________________________________________________________________
488 [  6685] By: jhi                                   on 2000/08/18  02:02:12
489         Log: Introduce NVef, NVff, and NVgf, use the middle one.
490              (helps for lib/peek + Linux + long doubles)  Reported in
491              
492              From: abigail@foad.org
493              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
494              Date: 15 Aug 2000 04:06:38 -0000
495              Message-Id: <20000815040638.8524.qmail@foad.org> 
496              
497              (note: the lib/complex failure has not yet been addressed)
498      Branch: metaconfig/U/perl
499            ! perlxvf.U
500      Branch: perl
501            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
502            ! config_h.SH dump.c perl.h pod/perlguts.pod
503 ____________________________________________________________________________
504 [  6684] By: jhi                                   on 2000/08/17  23:22:19
505         Log: Add byteorder to the myconfig output.
506      Branch: perl
507            ! myconfig.SH
508 ____________________________________________________________________________
509 [  6683] By: jhi                                   on 2000/08/17  23:20:19
510         Log: The image doth not exist, spotted by Johan Vromans.
511      Branch: perl
512            ! MANIFEST
513 ____________________________________________________________________________
514 [  6682] By: jhi                                   on 2000/08/17  22:38:16
515         Log: Document what the backtick returns if the command fails.
516      Branch: perl
517            ! pod/perlop.pod
518 ____________________________________________________________________________
519 [  6681] By: jhi                                   on 2000/08/17  22:33:12
520         Log: Do not use prototyping here.
521              
522              Subject: [ID 20000817.016] [PATCH] Peek.xs
523              From: abigail@foad.org
524              Date: 17 Aug 2000 20:55:56 -0000
525              Message-Id: <20000817205556.24270.qmail@foad.org>
526      Branch: perl
527            ! ext/Devel/Peek/Makefile.PL
528 ____________________________________________________________________________
529 [  6680] By: jhi                                   on 2000/08/17  19:46:43
530         Log: Don't propose using modules built for 5.005 if no binary
531              compatibility with 5.005 is attempted.
532              
533              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
534              Subject: Minor nit with 5.7.0 (6655)
535              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
536              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
537      Branch: metaconfig
538            ! U/installdirs/inc_version_list.U
539      Branch: perl
540            ! Configure config_h.SH
541 ____________________________________________________________________________
542 [  6679] By: jhi                                   on 2000/08/17  19:16:39
543         Log: Microperl config update.
544      Branch: perl
545            ! uconfig.h uconfig.sh
546 ____________________________________________________________________________
547 [  6678] By: jhi                                   on 2000/08/17  19:16:13
548         Log: The #6648 wasn't protective enough for limited platforms
549              (like microperl).
550      Branch: perl
551            ! dump.c sv.c
552 ____________________________________________________________________________
553 [  6677] By: jhi                                   on 2000/08/17  14:46:35
554         Log: Update Changes.
555      Branch: perl
556            ! Changes patchlevel.h
557 ____________________________________________________________________________
558 [  6676] By: jhi                                   on 2000/08/17  14:44:02
559         Log: Add perlebcdic from Peter Prymmer, regen toc.
560      Branch: perl
561            + pod/perlebcdic.pod
562            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
563 ____________________________________________________________________________
564 [  6675] By: jhi                                   on 2000/08/17  14:41:52
565         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
566      Branch: perl
567            ! pod/perldebtut.pod
568 ____________________________________________________________________________
569 [  6674] By: jhi                                   on 2000/08/17  14:29:43
570         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
571              
572              Subject: [ID 20000724.006] -DLEAKTEST problem
573              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
574              Date: Tue, 25 Jul 2000 00:36:32 -0500
575              Message-Id: <20000725003632.A26186@www.llamacom.com>
576              
577              Reminder sent
578              
579              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
580              From: Hugo <hv@crypt.compulink.co.uk>
581              Date: Thu, 17 Aug 2000 15:23:42 +0100
582              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
583      Branch: perl
584            ! util.c
585 ____________________________________________________________________________
586 [  6673] By: jhi                                   on 2000/08/17  04:07:10
587         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
588              From: John Peacock <JPeacock@UnivPress.com>
589              Date: Tue, 01 Aug 2000 09:38:12 -0400
590              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
591      Branch: perl
592            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
593 ____________________________________________________________________________
594 [  6672] By: jhi                                   on 2000/08/17  03:04:35
595         Log: Subject: [PATCH] Cwd.pm now uses strict
596              From: Tim Jenness <timj@jach.hawaii.edu>
597              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
598              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
599      Branch: perl
600            ! lib/Cwd.pm
601 ____________________________________________________________________________
602 [  6671] By: jhi                                   on 2000/08/17  02:16:35
603         Log: Make $Config{byteorder} more magical so that it is
604              dynamically computed: nice for 'fat binaries'.
605              
606              Subject: [PATCH]: default byteorder
607              From: Wilfredo Sánchez <wsanchez@apple.com>
608              Date: Mon, 31 Jul 2000 19:45:31 -0700
609              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
610      Branch: perl
611            ! configpm
612 ____________________________________________________________________________
613 [  6670] By: gsar                                  on 2000/08/17  01:22:21
614         Log: move WNOHANG definition to where other such things are
615      Branch: perl
616            ! win32/win32.h
617 ____________________________________________________________________________
618 [  6669] By: jhi                                   on 2000/08/17  01:19:17
619         Log: Update Changes.
620      Branch: perl
621            ! Changes patchlevel.h
622 ____________________________________________________________________________
623 [  6668] By: jhi                                   on 2000/08/17  01:16:29
624         Log: Doc nits spotted by Richard Soderberg.
625      Branch: perl
626            ! README.posix-bc README.vmesa
627 ____________________________________________________________________________
628 [  6667] By: jhi                                   on 2000/08/17  01:12:11
629         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
630              From: "Casey R. Tweten" <crt@kiski.net>
631              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
632              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
633      Branch: perl
634            ! pod/perldebtut.pod
635 ____________________________________________________________________________
636 [  6666] By: jhi                                   on 2000/08/17  01:09:31
637         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
638              From: "Casey R. Tweten" <crt@kiski.net>
639              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
640              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
641      Branch: perl
642            ! lib/Shell.pm
643 ____________________________________________________________________________
644 [  6665] By: gsar                                  on 2000/08/17  01:03:52
645         Log: add "ok" targets from change#6632 in makefile.mk
646      Branch: perl
647            ! pod/perlport.pod win32/Makefile win32/makefile.mk
648 ____________________________________________________________________________
649 [  6664] By: gsar                                  on 2000/08/17  00:56:11
650         Log: avoid warnings from dense compiler
651      Branch: perl
652            ! win32/win32.c
653 ____________________________________________________________________________
654 [  6663] By: jhi                                   on 2000/08/17  00:51:49
655         Log: Tweak the regex compilation errors once more.
656      Branch: perl
657            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
658            ! t/op/regmesg.t t/pragma/warn/regcomp
659 ____________________________________________________________________________
660 [  6662] By: gsar                                  on 2000/08/17  00:28:19
661         Log: trailing new %ENV entries weren't being pushed into the real
662              environment of subprocesses on Windows
663      Branch: perl
664            ! t/op/magic.t win32/perlhost.h
665 ____________________________________________________________________________
666 [  6661] By: gsar                                  on 2000/08/17  00:19:20
667         Log: waitpid() now handles externally spawned pids correctly;
668              fixes for backtick/wait/waitpid failures on Windows 9x
669              
670              these changes make the pid returned by process functions on
671              Windows 9x always positive by clearing the high bit (which
672              is always set on Win9x); pseudo-process PIDs are likewise
673              always negative now on Win9x (just as on NT/2000)
674      Branch: perl
675            ! pp_sys.c win32/perlhost.h win32/win32.c
676 ____________________________________________________________________________
677 [  6660] By: jhi                                   on 2000/08/17  00:04:32
678         Log: Retract #6645.
679      Branch: perl
680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
681            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
682            ! t/op/sprintf.t
683 ____________________________________________________________________________
684 [  6659] By: gsar                                  on 2000/08/16  23:59:28
685         Log: on windows, the return values from wait() and waitpid() don't
686              match those of pseudo-pids
687      Branch: perl
688            ! pp_sys.c t/op/fork.t util.c win32/win32.c
689 ____________________________________________________________________________
690 [  6658] By: gsar                                  on 2000/08/16  23:56:14
691         Log: pod nit seen in passing
692      Branch: perl
693            ! pod/perlfunc.pod
694 ____________________________________________________________________________
695 [  6657] By: gsar                                  on 2000/08/16  23:53:42
696         Log: change#6328 could make close(SOCKET) return false on windows
697              when it shouldn't
698      Branch: perl
699            ! win32/win32sck.c
700 ____________________________________________________________________________
701 [  6656] By: gsar                                  on 2000/08/16  23:46:57
702         Log: check that the number pseudo children doesn't exceed
703              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
704              the WaitForMultipleObjects() limit that would cause wait()
705              to crash)
706              
707              wait() and waitpid() could potentially be rewritten to use
708              more than one thread to do the waiting to eliminate this
709              limitation
710      Branch: perl
711            ! win32/perlhost.h
712 ____________________________________________________________________________
713 [  6655] By: jhi                                   on 2000/08/16  14:11:05
714         Log: Update Changes.
715      Branch: perl
716            ! Changes patchlevel.h
717 ____________________________________________________________________________
718 [  6654] By: jhi                                   on 2000/08/16  14:10:12
719         Log: Update to perldebtut 1.9, from Richard Foley.
720      Branch: perl
721            ! pod/perldebtut.pod
722 ____________________________________________________________________________
723 [  6653] By: jhi                                   on 2000/08/16  14:08:17
724         Log: Change the regx compilation error markers to use = instead of <
725              since pod makes using the latter quite messy.  Reported in
726              ID 20000814.006 by Abigail and in
727              Subject: Unknown escape E<> ?
728              From: Lupe Christoph <lupe@lupe-christoph.de>
729              Date: Fri, 11 Aug 2000 00:30:27 +0200
730              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
731      Branch: perl
732            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
733            ! t/op/regmesg.t t/pragma/warn/regcomp
734 ____________________________________________________________________________
735 [  6652] By: jhi                                   on 2000/08/16  13:25:31
736         Log: Change the perlbug address to perl.org since it's more forgiving.
737              
738              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
739              From: abigail@foad.org
740              Date: 15 Aug 2000 04:15:40 -0000
741              Message-Id: <20000815041540.8633.qmail@foad.org>
742      Branch: perl
743            ! utils/perlbug.PL
744 ____________________________________________________________________________
745 [  6651] By: jhi                                   on 2000/08/16  13:22:35
746         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
747              From: Tim Jenness <timj@jach.hawaii.edu>
748              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
749              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
750      Branch: perl
751            ! lib/Cwd.pm
752 ____________________________________________________________________________
753 [  6650] By: jhi                                   on 2000/08/16  13:18:13
754         Log: Update to CPAN 1.57.
755              
756              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
757              From: andreas.koenig@anima.de (Andreas J. Koenig)
758              Date: 16 Aug 2000 15:09:46 +0200
759              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
760      Branch: perl
761            ! lib/CPAN.pm
762 ____________________________________________________________________________
763 [  6649] By: jhi                                   on 2000/08/16  13:12:31
764         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
765              From: "Larry W. Virden" <lvirden@cas.org>
766              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
767              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
768      Branch: perl
769            ! README.hpux
770 ____________________________________________________________________________
771 [  6648] By: jhi                                   on 2000/08/16  13:03:53
772         Log: The numeric locale was reset to "C" by s?printf and never restored.
773              
774              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
775              From: Christian Kirsch <ck@held.mind.de>
776              Date: Wed, 9 Aug 2000 17:05:17 +0200
777              Message-Id: <20000809170517.A25389@held>
778              
779              No test since adding the failing example to locale.t
780              does not fail -- probably because the locale settings are so
781              thoroughly tweaked by that time.  Running the example standalone
782              does fail, though.
783      Branch: perl
784            ! dump.c perl.h pp.c pp_ctl.c sv.c
785 ____________________________________________________________________________
786 [  6647] By: jhi                                   on 2000/08/16  00:07:54
787         Log: Update Changes and test semi-automatic patchlevel updating.
788      Branch: perl
789            ! Changes patchlevel.h
790 ____________________________________________________________________________
791 [  6646] By: jhi                                   on 2000/08/15  23:35:07
792         Log: Fix a dependency problem.
793              
794              Subject: [PATCH: 6640] VMS Makefile.SH update
795              From: Peter Prymmer <pvhp@forte.com>
796              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
797              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
798      Branch: perl
799            ! vms/descrip_mms.template
800 ____________________________________________________________________________
801 [  6645] By: jhi                                   on 2000/08/15  23:33:23
802         Log: (Retracted by #6660)
803              
804              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
805              From: Dominic Dunlop <domo@computer.org>
806              Date: Tue, 15 Aug 2000 22:20:52 +0200
807              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
808      Branch: metaconfig/U/perl
809            + d_printfed.U
810      Branch: perl
811            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
812            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
813            ! t/op/sprintf.t
814 ____________________________________________________________________________
815 [  6644] By: jhi                                   on 2000/08/15  21:17:20
816         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
817              From: abigail@foad.org
818              Date: 15 Aug 2000 20:12:41 -0000
819              Message-Id: <20000815201241.25556.qmail@foad.org>
820      Branch: perl
821            ! INSTALL
822 ____________________________________________________________________________
823 [  6643] By: jhi                                   on 2000/08/15  21:15:28
824         Log: (an already applied patch)
825      Branch: perl
826            ! lib/CGI.pm
827 ____________________________________________________________________________
828 [  6642] By: gsar                                  on 2000/08/15  19:54:05
829         Log: magic callbacks all need to have same type signature
830      Branch: perl
831            ! embed.pl mg.c proto.h
832 ____________________________________________________________________________
833 [  6641] By: jhi                                   on 2000/08/15  17:56:27
834         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)
835              From: Mike Guy <mjtg@cam.ac.uk>
836              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
837              Date: Tue, 15 Aug 2000 18:26:45 +0100
838              
839              Only the peek.t part applied, not the hash quality part.
840      Branch: perl
841            ! t/lib/peek.t
842 ____________________________________________________________________________
843 [  6640] By: jhi                                   on 2000/08/15  16:37:37
844         Log: Update Changes.
845      Branch: perl
846            ! Changes
847 ____________________________________________________________________________
848 [  6639] By: jhi                                   on 2000/08/15  16:34:55
849         Log: Missed a file from #6638.
850      Branch: perl
851            ! lib/File/Temp.pm
852 ____________________________________________________________________________
853 [  6638] By: jhi                                   on 2000/08/15  16:33:19
854         Log: Subject: [PATCH perl@6620] cygwin port
855              From: "Fifer, Eric" <EFifer@sanwaint.com>
856              Date: Tue, 15 Aug 2000 17:00:49 +0100
857              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
858      Branch: perl
859            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
860 ____________________________________________________________________________
861 [  6637] By: jhi                                   on 2000/08/15  16:29:22
862         Log: Subject: [PATCH] debugger exit code should reflect user exit code
863              From: Mike Guy <mjtg@cam.ac.uk>
864              Date: Tue, 15 Aug 2000 16:55:59 +0100
865              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
866      Branch: perl
867            ! lib/perl5db.pl
868 ____________________________________________________________________________
869 [  6636] By: jhi                                   on 2000/08/15  15:30:58
870         Log: Update Changes.
871      Branch: perl
872            ! Changes
873 ____________________________________________________________________________
874 [  6635] By: jhi                                   on 2000/08/15  15:27:21
875         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
876      Branch: metaconfig
877            ! U/mkglossary U/mksample
878      Branch: metaconfig/U/perl
879            ! Devel.U
880      Branch: perl
881            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
882 ____________________________________________________________________________
883 [  6634] By: jhi                                   on 2000/08/15  14:11:55
884         Log: Don't blow limited stacks, a lower number is enough to
885              tickle the lookbehind limit.
886              
887              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
888              From: Dominic Dunlop <domo@computer.org>
889              Date: Tue, 15 Aug 2000 13:51:24 +0200
890              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
891      Branch: perl
892            ! t/op/regmesg.t
893 ____________________________________________________________________________
894 [  6633] By: jhi                                   on 2000/08/15  14:01:46
895         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
896              From: Mike Guy <mjtg@cam.ac.uk>
897              Date: Tue, 15 Aug 2000 12:10:50 +0100
898              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
899      Branch: perl
900            ! utils/perldoc.PL
901 ____________________________________________________________________________
902 [  6632] By: jhi                                   on 2000/08/15  13:58:48
903         Log: make ok etc also for win32.
904              
905              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
906              From: Prymmer/Kahn <pvhp@best.com>
907              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
908              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
909      Branch: perl
910            ! win32/Makefile
911 ____________________________________________________________________________
912 [  6631] By: jhi                                   on 2000/08/15  13:45:03
913         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
914      Branch: perl
915            ! lib/Test.pm
916 ____________________________________________________________________________
917 [  6630] By: jhi                                   on 2000/08/15  03:25:09
918         Log: Update Changes.
919      Branch: perl
920            ! Changes
921 ____________________________________________________________________________
922 [  6629] By: jhi                                   on 2000/08/15  03:23:53
923         Log: magic_regdatum_set() is void, not int.
924      Branch: perl
925            ! embed.pl mg.c proto.h
926 ____________________________________________________________________________
927 [  6628] By: jhi                                   on 2000/08/15  03:08:02
928         Log: Make the user to give up his firstborn, err, to knowingly
929              verify installing an unstable developer release.  Also bump
930              the release to 5.7.0, but leave a patch tag in the local
931              patches saying that this is not yet the real thing.
932      Branch: metaconfig
933            ! U/modified/Instruct.U
934      Branch: metaconfig/U/perl
935            + Devel.U
936      Branch: perl
937            ! Configure patchlevel.h
938 ____________________________________________________________________________
939 [  6627] By: jhi                                   on 2000/08/14  22:32:52
940         Log: README.os2 update.
941              
942              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
944              Date: Wed, 02 Aug 2000 21:55:09 -0700
945              Message-ID: <tsPi5gzkgegX092yn@efn.org>
946      Branch: perl
947            ! README.os2
948 ____________________________________________________________________________
949 [  6626] By: jhi                                   on 2000/08/14  21:00:02
950         Log: Subject: Re: File::Temp problems on VMS in bleedperl
951              From: Tim Jenness <timj@jach.hawaii.edu>
952              cc: vmsperl@perl.org
953              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
954              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
955      Branch: perl
956            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
957 ____________________________________________________________________________
958 [  6625] By: jhi                                   on 2000/08/14  20:52:16
959         Log: Add SUIDMAIL as was done for the CERT alert.
960      Branch: perl
961            ! patchlevel.h
962 ____________________________________________________________________________
963 [  6624] By: jhi                                   on 2000/08/14  20:48:50
964         Log: Subject: sfio2000
965              From: Daniel Muino <dmuino@afip.gov.ar>
966              Date: Mon, 14 Aug 2000 16:58:11 -0300
967              Message-ID: <20000814165811.B16368@con2-dgi>
968      Branch: perl
969            ! perlsdio.h perlsfio.h
970 ____________________________________________________________________________
971 [  6623] By: jhi                                   on 2000/08/14  20:47:36
972         Log: Subject: warning: storage class after type is obsolescent
973              From: Daniel Muino <dmuino@afip.gov.ar>
974              Date: Mon, 14 Aug 2000 16:42:47 -0300
975              Message-ID: <20000814164247.A16368@con2-dgi>
976      Branch: perl
977            ! regcomp.pl regnodes.h
978 ____________________________________________________________________________
979 [  6622] By: jhi                                   on 2000/08/14  20:43:05
980         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
981              From: abigail@foad.org
982              Date: 14 Aug 2000 20:00:10 -0000
983              Message-Id: <20000814200010.27271.qmail@foad.org>
984      Branch: perl
985            ! Changes
986 ____________________________________________________________________________
987 [  6621] By: jhi                                   on 2000/08/14  15:23:05
988         Log: Update Changes.
989      Branch: perl
990            ! Changes
991 ____________________________________________________________________________
992 [  6620] By: jhi                                   on 2000/08/14  15:22:14
993         Log: Subject: Re: [PATCH] @+, @- readonly
994              From: Mike Guy <mjtg@cam.ac.uk>
995              Date: Mon, 14 Aug 2000 15:26:55 +0100
996              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
997      Branch: perl
998            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
999            ! sv.c t/op/pat.t
1000 ____________________________________________________________________________
1001 [  6619] By: jhi                                   on 2000/08/14  14:12:08
1002         Log: Update Changes.
1003      Branch: perl
1004            ! Changes
1005 ____________________________________________________________________________
1006 [  6618] By: jhi                                   on 2000/08/14  14:09:34
1007         Log: For now remove the mail code.
1008      Branch: perl
1009            ! perl.c
1010 ____________________________________________________________________________
1011 [  6617] By: jhi                                   on 2000/08/14  14:08:28
1012         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
1013      Branch: perl
1014            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
1015            ! pod/perlfaq8.pod pod/perlsec.pod
1016 ____________________________________________________________________________
1017 [  6616] By: jhi                                   on 2000/08/14  14:00:11
1018         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1019              From: Mike Guy <mjtg@cam.ac.uk>
1020              Date: Mon, 14 Aug 2000 08:26:02 +0100
1021              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
1022      Branch: perl
1023            ! lib/perl5db.pl
1024 ____________________________________________________________________________
1025 [  6615] By: jhi                                   on 2000/08/14  13:58:45
1026         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
1027              From: Mike Guy <mjtg@cam.ac.uk>
1028              Date: Mon, 14 Aug 2000 08:04:22 +0100
1029              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
1030      Branch: perl
1031            ! gv.c mg.c t/op/pat.t
1032 ____________________________________________________________________________
1033 [  6614] By: jhi                                   on 2000/08/14  13:56:45
1034         Log: Subject: Test fails / warnings with perl-current #6612
1035              From: Mike Guy <mjtg@cam.ac.uk>
1036              Date: Mon, 14 Aug 2000 07:57:23 +0100
1037              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
1038      Branch: perl
1039            ! t/lib/b.t t/lib/peek.t
1040 ____________________________________________________________________________
1041 [  6613] By: jhi                                   on 2000/08/14  13:45:33
1042         Log: VMS configure.com update continues.
1043      Branch: perl
1044            - vms/configure.com
1045            ! MANIFEST configure.com
1046 ____________________________________________________________________________
1047 [  6612] By: jhi                                   on 2000/08/13  22:13:35
1048         Log: Update Changes.
1049      Branch: perl
1050            ! Changes
1051 ____________________________________________________________________________
1052 [  6611] By: jhi                                   on 2000/08/13  16:21:45
1053         Log: Upgrade to CGI 2.71, from Lincoln Stein.
1054      Branch: perl
1055            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
1056 ____________________________________________________________________________
1057 [  6610] By: jhi                                   on 2000/08/13  15:09:16
1058         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
1059              From: Mike Guy <mjtg@cam.ac.uk>
1060              Date: Sun, 13 Aug 2000 13:45:51 +0100
1061              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
1062      Branch: perl
1063            ! t/op/regmesg.t
1064 ____________________________________________________________________________
1065 [  6609] By: jhi                                   on 2000/08/13  14:31:26
1066         Log: Andreas says that 1.56 is fine, so reverting back to it.
1067      Branch: perl
1068            ! lib/CPAN.pm
1069 ____________________________________________________________________________
1070 [  6608] By: jhi                                   on 2000/08/13  05:34:20
1071         Log: Update Changes.
1072      Branch: perl
1073            ! Changes
1074 ____________________________________________________________________________
1075 [  6607] By: jhi                                   on 2000/08/13  05:32:01
1076         Log: Put back the \z changes of #5406 to CPAN.pm.
1077      Branch: perl
1078            ! lib/CPAN.pm
1079 ____________________________________________________________________________
1080 [  6606] By: jhi                                   on 2000/08/13  05:20:16
1081         Log: Fix-n-skip the tests under 5005threads.
1082      Branch: perl
1083            ! t/lib/b.t
1084 ____________________________________________________________________________
1085 [  6605] By: jhi                                   on 2000/08/13  05:07:48
1086         Log: Fix the test for 5005threads.
1087      Branch: perl
1088            ! t/lib/peek.t
1089 ____________________________________________________________________________
1090 [  6604] By: jhi                                   on 2000/08/13  03:35:37
1091         Log: Should have deleted this in #6603.
1092      Branch: perl
1093            - vms/subconfigure.com
1094 ____________________________________________________________________________
1095 [  6603] By: jhi                                   on 2000/08/12  18:29:32
1096         Log: Rewrite of vms/subconfigure.com as configure.com,
1097              from Peter Prymmer and the vmsperl crew.
1098      Branch: perl
1099            + vms/configure.com
1100            ! MANIFEST
1101 ____________________________________________________________________________
1102 [  6602] By: jhi                                   on 2000/08/11  13:00:01
1103         Log: PlainText.pm is dead.
1104      Branch: perl
1105            - lib/Pod/PlainText.pm
1106            ! MANIFEST
1107 ____________________________________________________________________________
1108 [  6601] By: jhi                                   on 2000/08/11  04:06:45
1109         Log: Update Changes.
1110      Branch: perl
1111            ! Changes
1112 ____________________________________________________________________________
1113 [  6600] By: jhi                                   on 2000/08/11  04:06:10
1114         Log: Add a few missing files, update MANIFEST.
1115      Branch: perl
1116            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
1117            + lib/Pod/PlainText.pm t/pod/find.t
1118            ! MANIFEST t/op/regmesg.t
1119 ____________________________________________________________________________
1120 [  6599] By: jhi                                   on 2000/08/11  03:31:10
1121         Log: Add Perl debugging tutorial, regen toc. 
1122              
1123              Subject: perldebtut.pod
1124              From: Richard Foley <Richard.Foley@m.dasa.de>
1125              Date: Wed, 09 Aug 2000 10:17:15 +0200
1126              Message-id: <3991138B.262247B8@m.dasa.de>
1127      Branch: perl
1128            + pod/perldebtut.pod
1129            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1130 ____________________________________________________________________________
1131 [  6598] By: jhi                                   on 2000/08/11  02:48:56
1132         Log: tiny Changes edit
1133      Branch: perl
1134            ! Changes
1135 ____________________________________________________________________________
1136 [  6597] By: jhi                                   on 2000/08/11  02:39:04
1137         Log: Tests for #6589.
1138              
1139              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1140              From: simon@brecon.co.uk (Simon Cozens)
1141              Date: 11 Aug 2000 02:24:52 GMT
1142              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
1143      Branch: perl
1144            ! t/lib/b.t
1145 ____________________________________________________________________________
1146 [  6596] By: jhi                                   on 2000/08/11  01:50:07
1147         Log: Update Changes.
1148      Branch: perl
1149            ! Changes
1150 ____________________________________________________________________________
1151 [  6595] By: jhi                                   on 2000/08/11  01:47:16
1152         Log: nitfix
1153      Branch: perl
1154            ! Changes
1155 ____________________________________________________________________________
1156 [  6594] By: jhi                                   on 2000/08/11  01:36:16
1157         Log: Subject: Getting perlio and threads to compile
1158              From: Lupe Christoph <lupe@lupe-christoph.de>
1159              Date: Wed, 9 Aug 2000 11:35:54 +0200
1160              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
1161              
1162              (the Solaris version changes in Configure skipped)
1163      Branch: perl
1164            ! hints/solaris_2.sh thread.h
1165 ____________________________________________________________________________
1166 [  6593] By: jhi                                   on 2000/08/11  01:30:16
1167         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
1168              From: simon@brecon.co.uk (Simon Cozens)
1169              Date: 1 Aug 2000 06:55:19 GMT
1170              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
1171      Branch: perl
1172            ! lib/utf8.pm
1173 ____________________________________________________________________________
1174 [  6592] By: jhi                                   on 2000/08/11  01:26:39
1175         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
1176              From: Peter Scott <Peter@PeterScott.com>
1177              Date: Thu, 10 Aug 2000 08:23:27 -0700
1178              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
1179      Branch: perl
1180            ! lib/perl5db.pl
1181 ____________________________________________________________________________
1182 [  6591] By: jhi                                   on 2000/08/11  01:22:02
1183         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
1184              From: Hugo <hv@crypt.compulink.co.uk>
1185              Date: Thu, 10 Aug 2000 19:23:04 +0100
1186              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
1187      Branch: perl
1188            ! regexec.c t/op/pat.t
1189 ____________________________________________________________________________
1190 [  6590] By: jhi                                   on 2000/08/11  01:19:19
1191         Log: Preprocessing and postprocessing for File::Find.
1192              
1193              Subject: Patch to Find::File.pm to allow alphabetical results
1194              From: Joe Smith <jsmith@inwap.com>
1195              Date: Wed, 9 Aug 2000 02:44:54 -0700
1196              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
1197      Branch: perl
1198            ! lib/File/Find.pm
1199 ____________________________________________________________________________
1200 [  6589] By: jhi                                   on 2000/08/11  01:12:39
1201         Log: B::Deparse didn't do sub attributes.
1202              
1203              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1204              From: simon@brecon.co.uk (Simon Cozens)
1205              Date: 9 Aug 2000 04:49:20 GMT
1206              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
1207      Branch: perl
1208            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
1209 ____________________________________________________________________________
1210 [  6588] By: jhi                                   on 2000/08/11  01:06:40
1211         Log: Subject: debugger "d" command doesnt check line number
1212              From: Mike Guy <mjtg@cam.ac.uk>
1213              Date: Tue, 08 Aug 2000 21:54:29 +0100
1214              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
1215      Branch: perl
1216            ! lib/perl5db.pl mg.c pod/perldiag.pod
1217 ____________________________________________________________________________
1218 [  6587] By: jhi                                   on 2000/08/11  00:45:03
1219         Log: sleep(1) does not necessarily return 1.
1220              
1221              Subject: [PATCH bleadperl] op/lex_assign.t  
1222              From: Hugo <hv@crypt.compulink.co.uk>
1223              Date: Thu, 03 Aug 2000 14:34:22 +0100        
1224              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
1225      Branch: perl
1226            ! t/op/lex_assign.t
1227 ____________________________________________________________________________
1228 [  6586] By: jhi                                   on 2000/08/11  00:31:50
1229         Log: Document the IO::Select timeout.
1230      Branch: perl
1231            ! ext/IO/lib/IO/Select.pm
1232 ____________________________________________________________________________
1233 [  6585] By: jhi                                   on 2000/08/11  00:13:54
1234         Log: Forgot contributor.
1235      Branch: perl
1236            ! Changes
1237 ____________________________________________________________________________
1238 [  6584] By: jhi                                   on 2000/08/11  00:09:19
1239         Log: detypo
1240      Branch: perl
1241            ! Changes
1242 ____________________________________________________________________________
1243 [  6583] By: jhi                                   on 2000/08/11  00:07:53
1244         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
1245              
1246              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
1247              From: Mike Guy <mjtg@cam.ac.uk> 
1248              Date: Thu, 10 Aug 2000 15:50:54 +0100
1249              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
1250      Branch: perl
1251            ! sv.c t/op/int.t
1252 ____________________________________________________________________________
1253 [  6582] By: jhi                                   on 2000/08/10  23:29:32
1254         Log: Update Changes.
1255      Branch: perl
1256            ! Changes
1257 ____________________________________________________________________________
1258 [  6581] By: jhi                                   on 2000/08/10  23:26:16
1259         Log: Put back the std @INC thing.
1260      Branch: perl
1261            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
1262            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
1263            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
1264            ! t/lib/gol-oo.t
1265 ____________________________________________________________________________
1266 [  6580] By: jhi                                   on 2000/08/10  23:03:34
1267         Log: Update to CGI 2.70, from Lincoln Stein.
1268      Branch: perl
1269            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
1270            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
1271            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
1272            ! t/lib/cgi-request.t
1273 ____________________________________________________________________________
1274 [  6579] By: jhi                                   on 2000/08/10  22:41:50
1275         Log: Update to CPAN 1.56, from Andreas König.
1276      Branch: perl
1277            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1278 ____________________________________________________________________________
1279 [  6578] By: jhi                                   on 2000/08/10  22:38:13
1280         Log: Update to Pod::Parser 1.17, from Brad Appleton.
1281      Branch: perl
1282            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
1283            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1284            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
1285            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
1286            ! t/pod/include.t t/pod/included.t t/pod/lref.t
1287            ! t/pod/multiline_items.t t/pod/nested_items.t
1288            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
1289            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
1290            ! t/pod/special_seqs.t
1291 ____________________________________________________________________________
1292 [  6577] By: jhi                                   on 2000/08/10  22:35:41
1293         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
1294      Branch: perl
1295            ! AUTHORS MAINTAIN
1296 ____________________________________________________________________________
1297 [  6576] By: jhi                                   on 2000/08/10  22:24:54
1298         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
1299      Branch: perl
1300            + t/lib/gol-oo.t
1301            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
1302            ! t/lib/gol-compat.t t/lib/gol-linkage.t
1303 ____________________________________________________________________________
1304 [  6575] By: jhi                                   on 2000/08/10  22:02:07
1305         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
1306      Branch: perl
1307            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
1308 ____________________________________________________________________________
1309 [  6574] By: jhi                                   on 2000/08/10  21:55:03
1310         Log: Iterating perl6 description.
1311      Branch: perl
1312            ! pod/perlfaq1.pod
1313 ____________________________________________________________________________
1314 [  6573] By: jhi                                   on 2000/08/10  21:48:26
1315         Log: Revert the sv.c part of #6559, a better fix is needed.
1316      Branch: perl
1317            ! sv.c
1318 ____________________________________________________________________________
1319 [  6572] By: jhi                                   on 2000/08/10  20:33:43
1320         Log: It's the 2ndO'ROSSC.
1321      Branch: perl
1322            ! pod/perlfaq1.pod
1323 ____________________________________________________________________________
1324 [  6571] By: jhi                                   on 2000/08/10  15:55:48
1325         Log: detypo
1326      Branch: perl
1327            ! pod/perlfaq1.pod
1328 ____________________________________________________________________________
1329 [  6570] By: jhi                                   on 2000/08/10  14:11:17
1330         Log: An exceptionally sticky typo.
1331      Branch: perl
1332            ! Changes
1333 ____________________________________________________________________________
1334 [  6569] By: jhi                                   on 2000/08/10  14:09:33
1335         Log: detypo (and test Changes updating script)
1336      Branch: perl
1337            ! Changes
1338 ____________________________________________________________________________
1339 [  6568] By: jhi                                   on 2000/08/10  14:07:07
1340         Log: Update Changes.
1341      Branch: perl
1342            ! Changes
1343 ____________________________________________________________________________
1344 [  6567] By: jhi                                   on 2000/08/10  14:06:19
1345         Log: Amend the description of Perl6.
1346              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
1347              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1348              Date: Wed, 9 Aug 2000 22:11:06 -0500
1349              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
1350      Branch: perl
1351            ! pod/perlfaq1.pod
1352 ____________________________________________________________________________
1353 [  6566] By: jhi                                   on 2000/08/10  13:58:57
1354         Log: Subject: Remove dead entry in perldiag
1355              From: Mike Guy <mjtg@cam.ac.uk>
1356              Date: Thu, 10 Aug 2000 14:19:19 +0100
1357              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
1358      Branch: perl
1359            ! pod/perldiag.pod
1360 ____________________________________________________________________________
1361 [  6565] By: jhi                                   on 2000/08/10  13:51:48
1362         Log: Zero entries were skipped, fix from Adrian Goalby
1363              <argoalby@yahoo.co.uk>
1364      Branch: perl
1365            ! lib/unicode/Number.pl lib/unicode/mktables.PL
1366 ____________________________________________________________________________
1367 [  6564] By: jhi                                   on 2000/08/10  13:00:12
1368         Log: Subject: [PATCH 5.6.0] cygwin port
1369              From: "Fifer, Eric" <EFifer@sanwaint.com>
1370              Date: Thu, 10 Aug 2000 13:15:36 +0100
1371              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
1372      Branch: perl
1373            ! README.cygwin hints/cygwin.sh
1374 ____________________________________________________________________________
1375 [  6563] By: jhi                                   on 2000/08/10  12:55:16
1376         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
1377      Branch: perl
1378            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
1379 ____________________________________________________________________________
1380 [  6562] By: gsar                                  on 2000/08/10  08:38:39
1381         Log: warn is a macro, avoid using at a variable to avoid warnings
1382              in some configurations; readdir.t is too conservative in
1383              estimating number of *.t's
1384      Branch: perl
1385            ! t/op/readdir.t util.c
1386 ____________________________________________________________________________
1387 [  6561] By: jhi                                   on 2000/08/09  23:35:42
1388         Log: Update Changes.
1389      Branch: perl
1390            ! Changes
1391 ____________________________________________________________________________
1392 [  6560] By: jhi                                   on 2000/08/09  23:05:47
1393         Log: Subject: Re: enhanced(?) regex error messages
1394              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1395              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
1396              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
1397              
1398              (plus two small patches sent privately)
1399              (this still seems to leave few test failures)
1400      Branch: perl
1401            + t/op/regmesg.t
1402            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
1403            ! t/pragma/warn/regcomp
1404 ____________________________________________________________________________
1405 [  6559] By: jhi                                   on 2000/08/09  20:41:18
1406         Log: (The fix did work but was not right, retracted in #6573)
1407              
1408              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
1409              From: Christian Kirsch <ck@held.mind.de>
1410              Date: Wed, 9 Aug 2000 17:05:17 +0200
1411              Message-Id: <20000809170517.A25389@held>
1412      Branch: perl
1413            ! sv.c t/pragma/locale.t
1414 ____________________________________________________________________________
1415 [  6558] By: jhi                                   on 2000/08/08  22:34:08
1416         Log: Tiny updates on the contributors list.
1417      Branch: perl
1418            ! Changes
1419 ____________________________________________________________________________
1420 [  6557] By: jhi                                   on 2000/08/08  19:34:28
1421         Log: Double check that we have a dirhandle.
1422      Branch: perl
1423            ! util.c
1424 ____________________________________________________________________________
1425 [  6556] By: jhi                                   on 2000/08/08  19:01:51
1426         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
1427              May be repopulated with fresh maintained examples.
1428      Branch: perl
1429            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
1430            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
1431            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
1432            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
1433            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
1434            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
1435            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
1436            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
1437            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
1438            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
1439            + lib/CGI/eg/wilogo_gif.uu
1440            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
1441            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
1442            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
1443            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
1444            - eg/cgi/frameset.cgi eg/cgi/index.html
1445            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
1446            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
1447            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
1448            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
1449            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
1450            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
1451            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
1452            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
1453            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
1454            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
1455            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
1456            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
1457            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
1458            - eg/van/vanish eg/who eg/wrapsuid
1459            ! MANIFEST
1460 ____________________________________________________________________________
1461 [  6555] By: jhi                                   on 2000/08/08  18:51:08
1462         Log: Delete chat2 as requested by Randal.
1463              
1464              Subject: Re: perlfaq8 coyness
1465              From: merlyn@stonehenge.com (Randal L. Schwartz) 
1466              Date: 15 May 2000 18:52:42 -0700 
1467              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
1468      Branch: perl
1469            - lib/chat2.pl
1470            ! MANIFEST
1471 ____________________________________________________________________________
1472 [  6554] By: jhi                                   on 2000/08/08  18:31:35
1473         Log: Regen global.sym.
1474      Branch: perl
1475            ! global.sym
1476 ____________________________________________________________________________
1477 [  6553] By: jhi                                   on 2000/08/08  18:28:13
1478         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
1479              (either perlbug or p5p ate the original), plus regen
1480              perlapi and perltoc. 
1481      Branch: perl
1482            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
1483            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
1484            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
1485            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
1486            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
1487            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
1488            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
1489            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
1490            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
1491            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
1492 ____________________________________________________________________________
1493 [  6552] By: jhi                                   on 2000/08/08  18:06:29
1494         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
1495              From: Mike Guy <mjtg@cam.ac.uk>
1496              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
1497              Date: Tue, 08 Aug 2000 15:51:27 +0100
1498      Branch: perl
1499            ! doop.c sv.h t/op/join.t t/pragma/overload.t
1500 ____________________________________________________________________________
1501 [  6551] By: jhi                                   on 2000/08/08  18:01:11
1502         Log: Re-apply #6549.
1503      Branch: perl
1504            ! lib/perl5db.pl
1505 ____________________________________________________________________________
1506 [  6550] By: jhi                                   on 2000/08/08  17:43:08
1507         Log: Accidental retraction of #6549.
1508      Branch: perl
1509            ! lib/perl5db.pl
1510 ____________________________________________________________________________
1511 [  6549] By: jhi                                   on 2000/08/08  17:40:04
1512         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1513              From: Mike Guy <mjtg@cam.ac.uk>
1514              Date: Mon, 07 Aug 2000 21:49:58 +0100
1515              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
1516      Branch: perl
1517            ! lib/perl5db.pl
1518 ____________________________________________________________________________
1519 [  6548] By: jhi                                   on 2000/08/08  17:37:57
1520         Log: Document here-doc better.
1521              
1522              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
1523              From: Mike Guy <mjtg@cam.ac.uk>
1524              Date: Mon, 07 Aug 2000 14:02:09 +0100
1525              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
1526      Branch: perl
1527            ! pod/perldata.pod
1528 ____________________________________________________________________________
1529 [  6547] By: jhi                                   on 2000/08/08  17:33:34
1530         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
1531              From: "Randy J. Ray" <rjray@redhat.com>
1532              Date: Mon, 07 Aug 2000 19:12:25 -0700
1533              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
1534      Branch: perl
1535            ! perl.c pod/perlrun.pod
1536 ____________________________________________________________________________
1537 [  6546] By: jhi                                   on 2000/08/08  17:29:26
1538         Log: Subject: Re: enhanced(?) regex error messages 
1539              From: Hugo <hv@crypt.compulink.co.uk>
1540              Date: Tue, 08 Aug 2000 03:25:51 +0100
1541              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
1542              
1543              plus Capitalize the error messages, plus perldiag them.
1544      Branch: perl
1545            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
1546 ____________________________________________________________________________
1547 [  6545] By: jhi                                   on 2000/08/08  13:59:28
1548         Log: Augment #6539 a bit: don't croak if there's magic in the air.
1549              
1550              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
1551              From: Hugo <hv@crypt.compulink.co.uk>
1552              Date: Tue, 08 Aug 2000 03:02:03 +0100
1553              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
1554      Branch: perl
1555            ! pp.c t/op/bless.t
1556 ____________________________________________________________________________
1557 [  6544] By: jhi                                   on 2000/08/07  21:11:52
1558         Log: Make the test -w clean.
1559      Branch: perl
1560            ! t/op/bless.t
1561 ____________________________________________________________________________
1562 [  6543] By: jhi                                   on 2000/08/07  19:49:53
1563         Log: use warnings instead of $^W.
1564      Branch: perl
1565            ! t/op/bless.t
1566 ____________________________________________________________________________
1567 [  6542] By: jhi                                   on 2000/08/07  17:41:41
1568         Log: Disable a portability warning Because We Know What We Are Doing.
1569      Branch: perl
1570            ! t/op/bless.t
1571 ____________________________________________________________________________
1572 [  6541] By: jhi                                   on 2000/08/07  17:29:51
1573         Log: Tiny tidying on report_evil_fh().
1574      Branch: perl
1575            ! util.c
1576 ____________________________________________________________________________
1577 [  6540] By: jhi                                   on 2000/08/07  16:37:38
1578         Log: Make regular expression parse error messages easier to understand.
1579              
1580              Subject: Re: enhanced(?) regex error messages
1581              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
1582              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
1583              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
1584      Branch: perl
1585            ! regcomp.c
1586 ____________________________________________________________________________
1587 [  6539] By: jhi                                   on 2000/08/07  16:12:27
1588         Log: Make bless(REF, REF) a fatal error, add bless tests.
1589              
1590              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
1591              From: Hugo <hv@crypt.compulink.co.uk>
1592              Date: Mon, 07 Aug 2000 16:59:38 +0100
1593              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
1594      Branch: perl
1595            + t/op/bless.t
1596            ! MANIFEST pod/perldiag.pod pp.c sv.c
1597 ____________________________________________________________________________
1598 [  6538] By: jhi                                   on 2000/08/07  15:59:43
1599         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
1600              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
1601              Date: Thu, 3 Aug 2000 14:29:21 -0700
1602              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
1603      Branch: perl
1604            ! lib/lib_pm.PL
1605 ____________________________________________________________________________
1606 [  6537] By: jhi                                   on 2000/08/07  15:47:18
1607         Log: Retract #6419 for now since it breaks in AFS and MachTen.
1608      Branch: perl
1609            ! lib/Cwd.pm
1610 ____________________________________________________________________________
1611 [  6536] By: jhi                                   on 2000/08/07  15:05:29
1612         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
1613              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
1614              The security hole exists only in suidperls, which isn't
1615              installed or even built by default.
1616      Branch: perl
1617            ! perl.c
1618 ____________________________________________________________________________
1619 [  6535] By: jhi                                   on 2000/08/07  14:45:14
1620         Log: tr memory corruption fix from Simon Cozens.
1621      Branch: perl
1622            ! doop.c
1623 ____________________________________________________________________________
1624 [  6534] By: jhi                                   on 2000/08/06  11:38:16
1625         Log: Document a bit that UDP is not what you might think.
1626              
1627              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
1628              From: Lupe Christoph <lupe@lupe-christoph.de>
1629              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
1630              Date: Mon, 24 Jul 2000 08:59:15 +0200
1631      Branch: perl
1632            ! pod/perlipc.pod
1633 ____________________________________________________________________________
1634 [  6533] By: jhi                                   on 2000/08/06  11:35:01
1635         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
1636              From: Jeff Pinyan <jeffp@hut.crusoe.net>
1637              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
1638              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
1639      Branch: perl
1640            ! pod/perlfunc.pod
1641 ____________________________________________________________________________
1642 [  6532] By: jhi                                   on 2000/08/06  03:45:41
1643         Log: Have symbols for the IoTYPEs.
1644      Branch: perl
1645            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
1646 ____________________________________________________________________________
1647 [  6531] By: jhi                                   on 2000/08/06  01:33:55
1648         Log: Continue fixing the io warnings.  This also
1649              sort of fixes bug ID 20000802.003: the core dump
1650              is no more.  Whether the current behaviour is correct
1651              (giving a warning: "Not a format reference"), is another matter.
1652      Branch: perl
1653            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
1654            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
1655 ____________________________________________________________________________
1656 [  6530] By: jhi                                   on 2000/08/05  21:33:12
1657         Log: Change the Policy policy: now -Dprefix= with an existing
1658              Policy.sh and prefix == siteprefix == vendorprefix, then all
1659              of them follow along the new prefix.
1660              
1661              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
1662              From: Andy Dougherty <doughera@lafayette.edu>
1663              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
1664              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
1665      Branch: perl
1666            ! Policy_sh.SH
1667 ____________________________________________________________________________
1668 [  6529] By: jhi                                   on 2000/08/05  18:57:28
1669         Log: Zap lib/Sys directory when cleaning up.
1670      Branch: perl
1671            ! Makefile.SH
1672 ____________________________________________________________________________
1673 [  6528] By: jhi                                   on 2000/08/05  18:40:44
1674         Log: Essential prototype changes were missing from #6527.
1675              Also make report_evil_fh() more bomb-proof.
1676      Branch: perl
1677            ! embed.h util.c
1678 ____________________________________________________________________________
1679 [  6527] By: jhi                                   on 2000/08/05  03:22:05
1680         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
1681              From: "Ronald F. Guilmette" <rfg@monkeys.com>
1682              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
1683              Message-Id: <200007242247.PAA52177@monkeys.com>
1684      Branch: perl
1685            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
1686 ____________________________________________________________________________
1687 [  6526] By: jhi                                   on 2000/08/04  21:23:27
1688         Log: gcc versions might have (parentheses) in them.
1689      Branch: metaconfig/U/perl
1690            ! gccvers.U
1691      Branch: perl
1692            ! Configure config_h.SH
1693 ____________________________________________________________________________
1694 [  6525] By: jhi                                   on 2000/08/04  20:23:12
1695         Log: Weed buglets pointed out by
1696              
1697              From: Lupe Christoph <lupe@lupe-christoph.de>
1698              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
1699              Date: Fri, 4 Aug 2000 17:34:39 +0200
1700              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
1701      Branch: metaconfig/U/perl
1702            ! gccvers.U uselfs.U
1703      Branch: perl
1704            ! Configure config_h.SH
1705 ____________________________________________________________________________
1706 [  6524] By: jhi                                   on 2000/08/04  19:02:08
1707         Log: Warn under -w if lstat(FH) is attempted.
1708              
1709              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
1710              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
1711              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
1712              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
1713      Branch: perl
1714            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
1715            ! t/pragma/warn/pp_sys
1716 ____________________________________________________________________________
1717 [  6523] By: jhi                                   on 2000/08/04  12:31:11
1718         Log: Subject: New perlcc, take 2
1719              From: simon@brecon.co.uk (Simon Cozens)
1720              Date: 4 Aug 2000 06:21:04 GMT
1721              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
1722      Branch: perl
1723            ! utils/perlcc.PL
1724 ____________________________________________________________________________
1725 [  6522] By: jhi                                   on 2000/08/04  12:26:33
1726         Log: Subject: Re: Array vs. List context
1727              From: Daniel Chetlin <daniel@chetlin.com>
1728              Date: Fri, 4 Aug 2000 00:22:44 -0700
1729              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
1730      Branch: perl
1731            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
1732            ! pod/perlfaq4.pod
1733 ____________________________________________________________________________
1734 [  6521] By: jhi                                   on 2000/08/04  12:22:38
1735         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
1736              From: Raymund Will <ray@caldera.de>
1737              Date: Fri, 4 Aug 2000 12:07:09 +0200
1738              Message-Id: <20000804120709.A14982@caldera.de>
1739      Branch: perl
1740            ! configure.gnu
1741 ____________________________________________________________________________
1742 [  6520] By: jhi                                   on 2000/08/04  04:09:06
1743         Log: After the #6519 a warning about stat() is just that,
1744              not about a filetest, which now have their own warning.
1745      Branch: perl
1746            ! pod/perldiag.pod
1747 ____________________________________________________________________________
1748 [  6519] By: jhi                                   on 2000/08/04  04:06:30
1749         Log: In the warnings call filehandles consistently so;
1750              add "unopened" warning for stat().
1751      Branch: perl
1752            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
1753            ! t/pragma/warn/pp_sys
1754 ____________________________________________________________________________
1755 [  6518] By: jhi                                   on 2000/08/04  02:55:35
1756         Log: Subject: Minor tweak to perlvar.pod
1757              From: "Stephen P. Potter" <spp@ds.net>
1758              Date: Tue, 18 Apr 2000 09:26:03 -0400
1759              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
1760      Branch: perl
1761            ! pod/perlvar.pod
1762 ____________________________________________________________________________
1763 [  6517] By: jhi                                   on 2000/08/04  02:50:08
1764         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
1765              From: "Clinton Pierce" <cpierce1@ford.com>
1766              Date: Wed, 21 Jul 1999 16:45:31 -0400
1767              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
1768              
1769              Fix by Stephen Potter (visible in the bug db but not in p5p?)
1770      Branch: perl
1771            ! pod/perlfunc.pod pod/perlop.pod
1772 ____________________________________________________________________________
1773 [  6516] By: jhi                                   on 2000/08/04  02:09:25
1774         Log: This is 6512.  Really.
1775      Branch: perl
1776            ! dump.c
1777 ____________________________________________________________________________
1778 [  6515] By: jhi                                   on 2000/08/04  01:25:50
1779         Log: mention the idea of @( and @)
1780      Branch: perl
1781            ! Todo-5.6
1782 ____________________________________________________________________________
1783 [  6514] By: bailey                                on 2000/08/04  01:18:46
1784         Log: YA resync with mainstem, including VMS patches from others
1785      Branch: vmsperl
1786           +> (branch 48 files)
1787            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
1788           !> (integrate 354 files)
1789 ____________________________________________________________________________
1790 [  6513] By: jhi                                   on 2000/08/04  01:18:18
1791         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
1792              From: Mark Dickinson <dickins3@fas.harvard.edu>
1793              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
1794              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
1795      Branch: perl
1796            ! t/op/grent.t t/op/pwent.t
1797 ____________________________________________________________________________
1798 [  6512] By: jhi                                   on 2000/08/04  01:14:06
1799         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
1800              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1801              Date: Wed, 02 Aug 2000 10:51:01 +0100
1802              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
1803      Branch: perl
1804            ! sv.c
1805 ____________________________________________________________________________
1806 [  6511] By: jhi                                   on 2000/08/04  00:57:00
1807         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
1808              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1809              Date: Thu, 03 Aug 2000 17:20:04 -0700
1810              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
1811      Branch: metaconfig
1812            ! U/modified/Cppsym.U
1813      Branch: perl
1814            ! Configure config_h.SH
1815 ____________________________________________________________________________
1816 [  6510] By: jhi                                   on 2000/08/04  00:25:28
1817         Log: detypo
1818      Branch: perl
1819            ! Makefile.SH
1820 ____________________________________________________________________________
1821 [  6509] By: jhi                                   on 2000/08/03  23:43:18
1822         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
1823              From: Dominic Dunlop <domo@computer.org>
1824              Date: Thu, 3 Aug 2000 22:16:46 +0200
1825              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
1826      Branch: perl
1827            ! t/op/sprintf.t
1828 ____________________________________________________________________________
1829 [  6508] By: jhi                                   on 2000/08/03  23:40:37
1830         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
1831              From: Hugo <hv@crypt.compulink.co.uk>
1832              Date: Thu, 03 Aug 2000 18:25:30 +0100
1833              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
1834      Branch: perl
1835            ! regcomp.c t/op/re_tests
1836 ____________________________________________________________________________
1837 [  6507] By: jhi                                   on 2000/08/03  23:38:28
1838         Log: Subject: [PATCH] sv.h documentation - SvLEN
1839              From: Mike Guy <mjtg@cam.ac.uk>
1840              Date: Thu, 03 Aug 2000 14:43:09 +0100
1841              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
1842      Branch: perl
1843            ! sv.h
1844 ____________________________________________________________________________
1845 [  6506] By: jhi                                   on 2000/08/03  15:49:14
1846         Log: Disable the fix_pl hack for now.
1847      Branch: perl
1848            ! Makefile.SH
1849 ____________________________________________________________________________
1850 [  6505] By: jhi                                   on 2000/08/03  13:49:04
1851         Log: Add a URL for FSF.
1852              
1853              Subject: Patch for README
1854              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1855              Date: Wed, 2 Aug 2000 13:25:09 -0500
1856              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
1857      Branch: perl
1858            ! README
1859 ____________________________________________________________________________
1860 [  6504] By: jhi                                   on 2000/08/03  13:29:19
1861         Log: Be more informative on what is skipped and why,
1862              also repeat the list at the end.
1863      Branch: perl
1864            ! Porting/p4desc
1865 ____________________________________________________________________________
1866 [  6503] By: jhi                                   on 2000/08/03  13:07:05
1867         Log: Circumvent the removal of .patch by fix_pl.
1868              
1869              Subject: Re: [ID 20000802.011] unable to 'make test'          
1870              From: simon@brecon.co.uk (Simon Cozens) 
1871              Date: 3 Aug 2000 04:17:00 GMT
1872              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
1873      Branch: perl
1874            ! Makefile.SH
1875 ____________________________________________________________________________
1876 [  6502] By: jhi                                   on 2000/08/03  00:14:34
1877         Log: Add the missing setproctitle unit.
1878      Branch: metaconfig/U/perl
1879            + d_setproctitle.U
1880 ____________________________________________________________________________
1881 [  6501] By: jhi                                   on 2000/08/03  00:00:26
1882         Log: The subtest 4 may fail also on VOBS, as pointed out
1883              by Nick Ing-Simmons in November 1999, bug id 19991124.003
1884              (but the failure in that bug report isn't the subtest 4).
1885      Branch: perl
1886            ! t/op/stat.t
1887 ____________________________________________________________________________
1888 [  6500] By: jhi                                   on 2000/08/02  23:49:30
1889         Log: Better skip message for the test; one of the two problems in
1890              
1891              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
1892              From: Lupe Christoph <lupe@lupe-christoph.de>
1893              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
1894              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
1895      Branch: perl
1896            ! t/op/numconvert.t
1897 ____________________________________________________________________________
1898 [  6499] By: jhi                                   on 2000/08/02  22:49:16
1899         Log: Allow "no Module;" even if there is no 'unimport'.
1900              
1901              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
1902              From: mjd@plover.com
1903              Date: 24 Mar 2000 15:24:34 -0000
1904              Message-Id: <20000324152434.15160.qmail@plover.com>
1905      Branch: perl
1906            ! gv.c
1907 ____________________________________________________________________________
1908 [  6498] By: jhi                                   on 2000/08/02  22:42:58
1909         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
1910              that are hopefully soon put into use.
1911      Branch: perl
1912            ! opcode.h opcode.pl opnames.h
1913 ____________________________________________________________________________
1914 [  6497] By: gsar                                  on 2000/08/02  22:28:59
1915         Log: require.t needs binmode() to work on windows
1916      Branch: perl
1917            ! t/comp/require.t
1918 ____________________________________________________________________________
1919 [  6496] By: jhi                                   on 2000/08/02  22:08:51
1920         Log: Document the IVdf UVuf UVof UVxf.
1921      Branch: perl
1922            ! pod/perlguts.pod
1923 ____________________________________________________________________________
1924 [  6495] By: jhi                                   on 2000/08/02  21:54:26
1925         Log: detypo #6494
1926      Branch: perl
1927            ! ext/Data/Dumper/Dumper.xs
1928 ____________________________________________________________________________
1929 [  6494] By: jhi                                   on 2000/08/02  21:49:17
1930         Log: Dump UVs as UVs in Data::Dumper.
1931              
1932              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
1933              From: Gurusamy Sarathy <gsar@ActiveState.com>
1934              Date: Thu, 27 Apr 2000 12:26:25 -0700
1935              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
1936      Branch: perl
1937            ! ext/Data/Dumper/Dumper.xs
1938 ____________________________________________________________________________
1939 [  6493] By: jhi                                   on 2000/08/02  17:01:58
1940         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
1941              From: Hugo <hv@crypt.compulink.co.uk>
1942              Date: Wed, 02 Aug 2000 14:53:56 +0100
1943              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
1944      Branch: perl
1945            ! regexec.c t/op/re_tests
1946 ____________________________________________________________________________
1947 [  6492] By: jhi                                   on 2000/08/02  15:02:46
1948         Log: The new setproctitle() feature is available only in 
1949              bleeding edge FreeBSD.  From Paul Saab.
1950      Branch: perl
1951            ! mg.c
1952 ____________________________________________________________________________
1953 [  6491] By: jhi                                   on 2000/08/02  13:34:36
1954         Log: The tr utf8 patching continues.
1955              
1956              Subject: Re: #6469, too many tests claimed in require.t
1957              From: simon@brecon.co.uk (Simon Cozens)
1958              Date: 2 Aug 2000 02:37:17 GMT
1959              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
1960              
1961              (the logic of the test was the wrong way round in the patch)
1962      Branch: perl
1963            ! doop.c
1964 ____________________________________________________________________________
1965 [  6490] By: jhi                                   on 2000/08/02  13:27:38
1966         Log: The name of a filehandle does not have <these>.
1967      Branch: perl
1968            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
1969            ! t/pragma/warn/pp_sys util.c
1970 ____________________________________________________________________________
1971 [  6489] By: jhi                                   on 2000/08/02  04:26:46
1972         Log: Remove the extraneous "main::" prefix from all the
1973              "opened only for", "on closed", and "never opened" warnings.
1974              
1975              Subject: Re: inappropriate warning
1976              From: Gurusamy Sarathy <gsar@ActiveState.com>
1977              Date: Mon, 20 Mar 2000 11:28:02 -0800
1978              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
1979      Branch: perl
1980            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
1981            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
1982            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
1983 ____________________________________________________________________________
1984 [  6488] By: jhi                                   on 2000/08/02  03:02:57
1985         Log: memcpy has n o in it, as pinted ut by Sarathy.
1986      Branch: perl
1987            ! pod/perlguts.pod
1988 ____________________________________________________________________________
1989 [  6487] By: jhi                                   on 2000/08/02  02:44:51
1990         Log: Document in one place the memory abstractions used in Perl core.
1991              
1992              Subject: Re: Memory abstraction
1993              From: simon@brecon.co.uk (Simon Cozens)
1994              Date: 2 Aug 2000 02:20:23 GMT
1995              Organization: Earth.li Origins
1996      Branch: perl
1997            ! pod/perlguts.pod
1998 ____________________________________________________________________________
1999 [  6486] By: jhi                                   on 2000/08/02  02:41:57
2000         Log: regen_headers, regen perltoc.
2001      Branch: perl
2002            ! perlapi.c pod/perltoc.pod
2003 ____________________________________________________________________________
2004 [  6485] By: jhi                                   on 2000/08/02  01:43:33
2005         Log: "This little thing tests for a file .patch, and if it contains
2006              a number, pops into patchlevel.h" (making it easier to track
2007              which development version people are reporting bugs against)
2008              
2009              Subject: Patchlevel autogeneration for repository perls
2010              From: simon@brecon.co.uk (Simon Cozens)
2011              Date: 14 Jul 2000 07:12:15 GMT
2012              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
2013      Branch: perl
2014            + fix_pl
2015            ! MANIFEST Makefile.SH
2016 ____________________________________________________________________________
2017 [  6484] By: jhi                                   on 2000/08/02  01:32:54
2018         Log: FreeBSD 3.* updates from
2019              
2020              From: Paul Saab <ps@yahoo-inc.com>
2021              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
2022              Date: Tue, 1 Aug 2000 15:41:39 -0700
2023              Message-Id: <20000801154139.A53740@yahoo-inc.com>
2024      Branch: perl
2025            ! hints/freebsd.sh
2026 ____________________________________________________________________________
2027 [  6483] By: jhi                                   on 2000/08/02  01:27:44
2028         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
2029              instead one must use setproctitle().  This was already addressed
2030              by change #6457, but the below has a new variant for FreeBSD 4.0
2031              or later, and the matter is also documented more.
2032              
2033              From: Paul Saab <ps@yahoo-inc.com>
2034              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
2035              Date: Tue, 1 Aug 2000 15:41:39 -0700
2036              Message-Id: <20000801154139.A53740@yahoo-inc.com>
2037      Branch: metaconfig/U/perl
2038            + i_libutil.U
2039      Branch: perl
2040            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
2041 ____________________________________________________________________________
2042 [  6482] By: jhi                                   on 2000/08/01  22:17:32
2043         Log: The test from this
2044              
2045              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
2046              Date: Sat, 15 Apr 2000 17:03:44 +0100
2047              From: Tom Hughes <tom@compton.nu>
2048              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
2049              
2050              was missing, the code change went in as #5989
2051              (which had a different test?)
2052      Branch: perl
2053            ! t/op/misc.t
2054 ____________________________________________________________________________
2055 [  6481] By: jhi                                   on 2000/08/01  21:48:38
2056         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
2057              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2058              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
2059              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
2060      Branch: perl
2061            ! perl.h
2062 ____________________________________________________________________________
2063 [  6480] By: jhi                                   on 2000/08/01  18:05:28
2064         Log: Make p4desc to skip non-mainperl branches by default.
2065      Branch: perl
2066            ! Porting/p4desc
2067 ____________________________________________________________________________
2068 [  6479] By: jhi                                   on 2000/08/01  17:29:19
2069         Log: If gccosandvers is equal to osname, clear gccosandvers.
2070      Branch: metaconfig/U/perl
2071            ! gccvers.U
2072      Branch: perl
2073            ! Configure config_h.SH
2074 ____________________________________________________________________________
2075 [  6478] By: jhi                                   on 2000/08/01  15:54:08
2076         Log: BOM patching from Simon Cozens.
2077      Branch: perl
2078            ! toke.c
2079 ____________________________________________________________________________
2080 [  6477] By: jhi                                   on 2000/08/01  04:50:33
2081         Log: Stash away the largefiles flags and libswanted.
2082      Branch: perl
2083            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
2084 ____________________________________________________________________________
2085 [  6476] By: gsar                                  on 2000/08/01  04:24:24
2086         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
2087              on Windows)
2088      Branch: perl
2089            ! t/pragma/utf8.t utf8.c win32/win32.c
2090 ____________________________________________________________________________
2091 [  6475] By: jhi                                   on 2000/08/01  03:35:24
2092         Log: Make chr() for values >127 to create utf8 when under utf8.
2093              
2094              Subject: Re: uft8/chr()
2095              From: simon@brecon.co.uk (Simon Cozens)
2096              Date: 1 Aug 2000 02:37:02 GMT
2097              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
2098      Branch: perl
2099            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
2100 ____________________________________________________________________________
2101 [  6474] By: jhi                                   on 2000/08/01  02:36:18
2102         Log: In Digital UNIX warn if gcc explicitly chosen because even
2103              2.95.2 is known to cause problems.
2104      Branch: perl
2105            ! hints/dec_osf.sh
2106 ____________________________________________________________________________
2107 [  6473] By: jhi                                   on 2000/08/01  02:00:56
2108         Log: Make the safety catch for buggy gccs work with triple version
2109              numbers like 2.95.2.  Reported in
2110              
2111              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
2112              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
2113              Date: Mon, 31 Jul 2000 14:55:06 +0200
2114              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
2115      Branch: perl
2116            ! hints/dec_osf.sh
2117 ____________________________________________________________________________
2118 [  6472] By: jhi                                   on 2000/08/01  01:13:33
2119         Log: Subject: fix and question re: waitpid() under win32
2120              From: Brian Clarke <clarke@appliedmeta.com>
2121              Date: Fri, 28 Jul 2000 15:18:29 -0400
2122              Message-ID: <3981DC85.290314EB@appliedmeta.com>
2123              
2124              Slightly reformatted and WNOHANG # define moved to win32.h
2125              so that also POSIX.xs sees it, as suggsted by Sarathy.
2126      Branch: perl
2127            ! win32/win32.c win32/win32.h
2128 ____________________________________________________________________________
2129 [  6471] By: jhi                                   on 2000/08/01  00:55:05
2130         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
2131              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2132              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
2133              Date: Mon, 31 Jul 2000 13:28:51 +0100
2134              
2135              (aka ID 20000730.002)
2136      Branch: perl
2137            ! op.c t/op/tr.t
2138 ____________________________________________________________________________
2139 [  6470] By: jhi                                   on 2000/07/31  23:34:42
2140         Log: Document the problem with -P in HP-UX and its workaround.
2141              
2142              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
2143              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
2144              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
2145              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
2146      Branch: perl
2147            ! README.hpux
2148 ____________________________________________________________________________
2149 [  6469] By: jhi                                   on 2000/07/31  04:15:02
2150         Log: The swallow_bom() saga continues.  The #23 of require.t
2151              (UTF16-LE) still fails (silently, no output) but the #22
2152              (UTF16-BE) seems to be working now.  The root of the
2153              failure may be in sv_gets(): is it UTF-16LE-aware,
2154              especially when it comes to line endings? 
2155      Branch: perl
2156            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
2157            ! t/comp/require.t toke.c utf8.c
2158 ____________________________________________________________________________
2159 [  6468] By: jhi                                   on 2000/07/30  19:05:48
2160         Log: Find green threads before native threads.
2161              
2162              Subject: Re: Patch to jpl/JNI/Makefile.PL
2163              From: Jens Thomsen <jens@fiend.cis.com>
2164              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
2165              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
2166      Branch: perl
2167            ! jpl/JNI/Makefile.PL
2168 ____________________________________________________________________________
2169 [  6467] By: jhi                                   on 2000/07/30  18:36:22
2170         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
2171      Branch: perl
2172            ! doop.c
2173 ____________________________________________________________________________
2174 [  6466] By: jhi                                   on 2000/07/30  04:37:29
2175         Log: A new version of the "remove UPPERACSE string comparison"
2176              operators.  The problem with the previous one (change #6454)
2177              was that it was for Perl 5.6.0.  From Paul Marquess.
2178      Branch: perl
2179            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
2180            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
2181            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
2182 ____________________________________________________________________________
2183 [  6465] By: jhi                                   on 2000/07/29  22:39:56
2184         Log: Do not upgrade SVs into utf8 just because they participate
2185              in eq or cmp.  Reported and fix suggested in
2186              
2187              Subject: [ID 20000720.009] sv_eq UTF8 bug
2188              From: "Simon Cozens" <simon@othersideofthe.earth.li>
2189              Date: 21 Jul 2000 04:37:29 -0000
2190              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
2191              
2192              Exercise for the kind reader: should we or should we not
2193              cache the utf8 conversion alonside the SV? (as magic,
2194              as thestrxfrm()ed version is cached under use locale)
2195              Argue both for and against.
2196      Branch: perl
2197            ! sv.c
2198 ____________________________________________________________________________
2199 [  6464] By: jhi                                   on 2000/07/29  22:36:22
2200         Log: Subject: UTF8 concat
2201              From: simon@brecon.co.uk (Simon Cozens) 
2202              Date: 30 Jun 2000 06:13:25 GMT
2203              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
2204              
2205              (with a memory leak fixed, plus a few casts added)
2206              
2207              This also seems to help for
2208              
2209              Subject: [ID 20000716.015] join UTF8 weirdness
2210              From: root <root@ak-71.mind.de> 
2211              Date: Sat, 15 Jul 2000 15:29:54 +0200
2212              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
2213              
2214              (from Andreas König)
2215      Branch: perl
2216            ! pp_hot.c
2217 ____________________________________________________________________________
2218 [  6463] By: jhi                                   on 2000/07/29  00:55:39
2219         Log: Tune the comments and hopefully stop a memory leak.
2220      Branch: perl
2221            ! toke.c utf8.c
2222 ____________________________________________________________________________
2223 [  6462] By: jhi                                   on 2000/07/29  00:16:53
2224         Log: The problem described in this
2225              
2226              Subject: [ID 20000322.018] named chars aren't magical enough
2227              From: root <root@dixie.cscaper.com>     
2228              Date: Wed, 22 Mar 2000 18:37:42 -0700
2229              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
2230              
2231              has been fixed in perl 5.6.0 but just in case added a test
2232              to keep it away.  (The report from Joseph Hall.)
2233      Branch: perl
2234            ! t/lib/charnames.t
2235 ____________________________________________________________________________
2236 [  6461] By: jhi                                   on 2000/07/28  23:56:36
2237         Log: Tiny fixes for #6460.
2238      Branch: metaconfig/U/perl
2239            ! gccvers.U
2240      Branch: perl
2241            ! Configure config_h.SH
2242 ____________________________________________________________________________
2243 [  6460] By: jhi                                   on 2000/07/28  23:24:41
2244         Log: Warn if the version of the operating system used to compile gcc
2245              differs from the current version of the operating system.
2246              Also display the gcc compilation os and version in myconfig.
2247              Inspiration from
2248              
2249              Subject: Re: [ID 20000710.003] ERRORS!!         
2250              From: "Kurt D. Starsinic" <kstar@chapin.edu>
2251              Date: Mon, 10 Jul 2000 15:54:16 -0400
2252              Message-ID: <20000710155416.A1384@O2.chapin.edu>
2253      Branch: metaconfig/U/perl
2254            ! gccvers.U
2255      Branch: perl
2256            ! Configure config_h.SH myconfig.SH
2257 ____________________________________________________________________________
2258 [  6459] By: jhi                                   on 2000/07/28  22:00:32
2259         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
2260              letter to $Config{osvers}.
2261      Branch: metaconfig
2262            ! U/modified/Oldconfig.U
2263      Branch: perl
2264            ! Configure config_h.SH
2265 ____________________________________________________________________________
2266 [  6458] By: jhi                                   on 2000/07/28  04:15:39
2267         Log: Back out #6454, doesn't seem to work.
2268              (Reason: that patch was for perl 5.6.0, not perl-current)
2269              (A version of the patch for perl-current came in later as #6466)
2270      Branch: perl
2271            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
2272            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
2273            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
2274 ____________________________________________________________________________
2275 [  6457] By: jhi                                   on 2000/07/27  23:31:49
2276         Log: Use setproctitle() if available to modify $0.
2277              
2278              Subject: setting $* on BSD4 broken
2279              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
2280              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
2281              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
2282      Branch: metaconfig
2283            ! U/modified/Myinit.U
2284      Branch: perl
2285            ! Configure config_h.SH mg.c
2286 ____________________________________________________________________________
2287 [  6456] By: jhi                                   on 2000/07/27  14:50:47
2288         Log: Allow "no AutoLoader;", based on change #6444,
2289              suggested by Graham Barr.
2290      Branch: perl
2291            ! lib/AutoLoader.pm
2292 ____________________________________________________________________________
2293 [  6455] By: jhi                                   on 2000/07/27  14:19:10
2294         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
2295              From: rspier@pobox.com (Robert Spier)
2296              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
2297              Message-ID: <14720.15855.787664.424783@rls.cx>
2298      Branch: perl
2299            ! pod/perldiag.pod
2300 ____________________________________________________________________________
2301 [  6454] By: jhi                                   on 2000/07/27  14:03:02
2302         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
2303              for a long time).
2304              
2305              Reported in
2306              
2307              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
2308              From: Ryan Herbert <rherbert@sycamorehq.com>
2309              Date: Mon, 17 Jul 2000 11:40:42 -0400
2310              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
2311              
2312              Patched in
2313              
2314              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
2315              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2316              Date: Wed, 26 Jul 2000 23:40:18 +0100
2317              Message-ID: <000001bff752$79511880$0a17073e@tiny>
2318              
2319              based on an earlier patch from Stephen P. Potter.
2320              
2321              (Removed later by change #6458 because this patch was for
2322              perl 5.6.0, not perl-current)
2323      Branch: perl
2324            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
2325            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
2326            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
2327 ____________________________________________________________________________
2328 [  6453] By: jhi                                   on 2000/07/27  13:48:02
2329         Log: Subject: [PATCH] fixes bug 20000508.004
2330              From: Michael Stevens <mstevens@globnix.org>
2331              Date: Thu, 27 Jul 2000 13:49:04 +0100
2332              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
2333      Branch: perl
2334            ! pod/perldata.pod
2335 ____________________________________________________________________________
2336 [  6452] By: jhi                                   on 2000/07/26  23:51:26
2337         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
2338              and Craig A. Berry.
2339      Branch: perl
2340            ! lib/File/Temp.pm pod/perlport.pod
2341 ____________________________________________________________________________
2342 [  6451] By: jhi                                   on 2000/07/26  19:43:30
2343         Log: Be wary of close()s, too.
2344              
2345              Subject: Re: [PATCH] perlbug cleanup
2346              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2347              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
2348              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
2349      Branch: perl
2350            ! utils/perlbug.PL
2351 ____________________________________________________________________________
2352 [  6450] By: jhi                                   on 2000/07/26  18:41:40
2353         Log: Subject: Minor doc patch: handy.h
2354              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
2355              Date: Wed, 26 Jul 2000 15:34:25 -0300
2356              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
2357      Branch: perl
2358            ! handy.h pod/perlapi.pod
2359 ____________________________________________________________________________
2360 [  6449] By: jhi                                   on 2000/07/26  18:23:55
2361         Log: Subject: [PATCH] minor doc change - perlguts
2362              From: Michael Stevens <mstevens@globnix.org>
2363              Date: Thu, 13 Jul 2000 12:39:18 +0100
2364              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
2365      Branch: perl
2366            ! pod/perlguts.pod
2367 ____________________________________________________________________________
2368 [  6448] By: jhi                                   on 2000/07/26  18:20:30
2369         Log: open() wariness in perlbug.
2370              
2371              Subject: [PATCH] perlbug cleanup
2372              From: Michael Stevens <mstevens@globnix.org>
2373              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
2374              Date: Thu, 13 Jul 2000 15:52:23 +0100
2375      Branch: perl
2376            ! utils/perlbug.PL
2377 ____________________________________________________________________________
2378 [  6447] By: jhi                                   on 2000/07/26  18:13:04
2379         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
2380      Branch: perl
2381            ! lib/File/Temp.pm t/lib/ftmp-security.t
2382 ____________________________________________________________________________
2383 [  6446] By: jhi                                   on 2000/07/26  18:06:32
2384         Log: docfix from Peter Scott <Peter@PSDT.com>.
2385      Branch: perl
2386            ! pod/perlfunc.pod
2387 ____________________________________________________________________________
2388 [  6445] By: jhi                                   on 2000/07/26  17:53:31
2389         Log: Fix *foo{FORMAT}.
2390              
2391              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2392              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
2393              Date: Wed, 26 Jul 2000 19:51:02 +0200
2394              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
2395              
2396              From: Graham Barr <gbarr@pobox.com>
2397              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
2398              Date: Wed, 26 Jul 2000 17:38:36 +0100
2399              Message-ID: <20000726173836.L472@pobox.com>
2400      Branch: perl
2401            ! pp.c sv.c t/op/gv.t
2402 ____________________________________________________________________________
2403 [  6444] By: jhi                                   on 2000/07/26  17:49:14
2404         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
2405              from Graham Barr in the module list.
2406      Branch: perl
2407            ! gv.c pod/perlobj.pod
2408 ____________________________________________________________________________
2409 [  6443] By: jhi                                   on 2000/07/26  16:06:56
2410         Log: More split() doc and test patches from Mike Guy.
2411      Branch: perl
2412            ! pod/perlfunc.pod t/op/split.t
2413 ____________________________________________________________________________
2414 [  6442] By: jhi                                   on 2000/07/26  16:05:30
2415         Log: MacOS nits from Matthias Neeracher.
2416      Branch: perl
2417            ! perl.c pp_ctl.c
2418 ____________________________________________________________________________
2419 [  6441] By: jhi                                   on 2000/07/26  04:39:57
2420         Log: Subject: [PATCH] split /^/
2421              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2422              Date: Tue, 25 Jul 2000 14:18:57 +0100
2423              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
2424              
2425              (with notes from tchrist and gbarr)
2426      Branch: perl
2427            ! pod/perlfunc.pod t/op/split.t
2428 ____________________________________________________________________________
2429 [  6440] By: jhi                                   on 2000/07/26  04:32:32
2430         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
2431              From: Peter Prymmer <pvhp@forte.com>
2432              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
2433              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
2434      Branch: perl
2435            ! vms/munchconfig.c
2436 ____________________________________________________________________________
2437 [  6439] By: jhi                                   on 2000/07/26  04:31:01
2438         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
2439              to be fatal errors (instead of by default ignoring them, and
2440              ignoring with a bug: even though -w gave an error, the opening [
2441              was left in)  Reported in:
2442              
2443              Subject: [ID 20000716.024] [=cc=] / [:blank:]
2444              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
2445              Date: Sun, 16 Jul 2000 17:55:29 -0700
2446              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
2447      Branch: perl
2448            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
2449 ____________________________________________________________________________
2450 [  6438] By: jhi                                   on 2000/07/25  15:41:15
2451         Log: Subject: [PATCH] av.c apidoc
2452              From: simon@brecon.co.uk (Simon Cozens)
2453              Date: 24 Jul 2000 06:40:52 GMT
2454              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
2455      Branch: perl
2456            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
2457            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
2458 ____________________________________________________________________________
2459 [  6437] By: jhi                                   on 2000/07/25  14:05:36
2460         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
2461              From: "Stephen P. Potter" <spp@ds.net>
2462              Date: Mon, 24 Jul 2000 14:22:23 -0400
2463              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
2464      Branch: perl
2465            ! pod/perllocale.pod
2466 ____________________________________________________________________________
2467 [  6436] By: jhi                                   on 2000/07/25  14:02:03
2468         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
2469              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2470              Date: Mon, 24 Jul 2000 18:04:28 +0100
2471              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
2472      Branch: perl
2473            ! t/lib/syslfs.t t/op/lfs.t
2474 ____________________________________________________________________________
2475 [  6435] By: jhi                                   on 2000/07/25  13:59:28
2476         Log: Get UTF16 BOMs working.  Patch from
2477              
2478              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
2479              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2480              Date: Tue, 25 Jul 2000 12:52:45 +0100
2481              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
2482              
2483              and notes from
2484              
2485              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
2486              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2487              Date: Tue, 25 Jul 2000 11:43:25 +0100
2488              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
2489      Branch: perl
2490            ! t/comp/require.t toke.c utf8.c
2491 ____________________________________________________________________________
2492 [  6434] By: jhi                                   on 2000/07/25  02:39:54
2493         Log: Make the "uninit variable" warning to say "concat or string"
2494              or "join or string" when in concat or join .
2495              
2496              Subject: Re: [ID 20000403.009] uninitialised concatenation???
2497              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2498              Date: Tue, 04 Apr 2000 18:22:58 +0100
2499              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
2500              
2501              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
2502              From: William R Ward <hermit@BayView.COM>
2503              Date: Thu, 30 Mar 2000 19:50:03 -0800
2504              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
2505      Branch: perl
2506            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
2507            ! t/pragma/warn/op t/pragma/warn/sv
2508 ____________________________________________________________________________
2509 [  6433] By: jhi                                   on 2000/07/24  17:52:56
2510         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
2511      Branch: perl
2512            ! lib/File/Spec/VMS.pm
2513 ____________________________________________________________________________
2514 [  6432] By: jhi                                   on 2000/07/24  17:44:44
2515         Log: Test cases for #6431.
2516              
2517              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
2518              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2519              Date: Mon, 24 Jul 2000 15:32:29 +0100
2520              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
2521      Branch: perl
2522            ! t/op/pat.t t/op/split.t
2523 ____________________________________________________________________________
2524 [  6431] By: jhi                                   on 2000/07/24  17:43:17
2525         Log: Bind op fix.
2526              
2527              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
2528              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2529              Date: Mon, 17 Jul 2000 20:04:56 +0100
2530              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
2531      Branch: perl
2532            ! op.c
2533 ____________________________________________________________________________
2534 [  6430] By: jhi                                   on 2000/07/24  03:42:42
2535         Log: Subject: [ID 20000716.023] syslog test fails without sockets
2536              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2537              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
2538              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
2539      Branch: metaconfig/U/perl
2540            ! Extensions.U
2541      Branch: perl
2542            ! Configure config_h.SH
2543 ____________________________________________________________________________
2544 [  6429] By: jhi                                   on 2000/07/24  03:11:52
2545         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
2546              case, but add also notes explaining the relationship of this
2547              patch and the earlier notes by Sarathy.
2548              
2549              Subject: Map is still slow
2550              From: "Ben Tilly" <ben_tilly@hotmail.com>
2551              Date: Sat, 15 Jul 2000 17:23:27 EDT
2552              Message-ID: <20000715212327.21656.qmail@hotmail.com>
2553      Branch: perl
2554            ! pp_ctl.c
2555 ____________________________________________________________________________
2556 [  6428] By: jhi                                   on 2000/07/24  02:58:52
2557         Log: Documentation to explain the behaviour of map().
2558              
2559              Subject: Re: Map is still slow 
2560              From: Gurusamy Sarathy <gsar@ActiveState.com>
2561              Date: Sat, 15 Jul 2000 16:05:09 -0700
2562              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
2563      Branch: perl
2564            ! pp_ctl.c
2565 ____________________________________________________________________________
2566 [  6427] By: jhi                                   on 2000/07/24  02:50:03
2567         Log: Add tests for
2568              [ID 19991110.003] another matching finding by pcre author
2569              which has already been fixed by some patch, as verified in
2570              
2571              Subject: Re: two regex bugs from the mists of time (well, last November)
2572              From: Hugo <hv@crypt.compulink.co.uk>
2573              Date: Sat, 22 Jul 2000 18:12:58 +0100
2574              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
2575      Branch: perl
2576            ! t/op/re_tests
2577 ____________________________________________________________________________
2578 [  6426] By: jhi                                   on 2000/07/24  02:11:20
2579         Log: A missing 'break' after the [[:space:]] switch case.
2580              
2581              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
2582              From: "Stephen P. Potter" <spp@ds.net>
2583              Date: Tue, 18 Jul 2000 16:25:17 -0400
2584              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
2585      Branch: perl
2586            ! regcomp.c
2587 ____________________________________________________________________________
2588 [  6425] By: jhi                                   on 2000/07/24  02:06:12
2589         Log: The output might have been produced in the wrong order.
2590              
2591              Subject: [ID 20000720.003] [PATCH] t/op/write.t
2592              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2593              Date: Thu, 20 Jul 2000 18:49:18 +0100
2594              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
2595      Branch: perl
2596            ! t/op/write.t
2597 ____________________________________________________________________________
2598 [  6424] By: jhi                                   on 2000/07/24  02:00:07
2599         Log: Use STDOUT consistently.
2600              
2601              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
2602              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2603              Date: Thu, 20 Jul 2000 18:04:01 +0100
2604              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
2605      Branch: perl
2606            ! lib/Test/Harness.pm
2607 ____________________________________________________________________________
2608 [  6423] By: jhi                                   on 2000/07/24  01:54:54
2609         Log: Protect against "wild next"s, that is, callbacks doing "next"
2610              instead of "return".
2611              
2612              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
2613              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2614              Date: Tue, 18 Jul 2000 11:30:16 +0100
2615              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
2616      Branch: perl
2617            ! lib/File/Find.pm
2618 ____________________________________________________________________________
2619 [  6422] By: jhi                                   on 2000/07/24  01:35:47
2620         Log: Out-of-date note removed.
2621              
2622              Subject: [PATCH] documentation perlipc
2623              From: rspier@pobox.com (Robert Spier)
2624              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
2625              Message-ID: <14711.35178.572612.502654@rls.cx>
2626      Branch: perl
2627            ! pod/perlipc.pod
2628 ____________________________________________________________________________
2629 [  6421] By: jhi                                   on 2000/07/24  00:09:18
2630         Log: Send all installperl messages to STDERR and be -w clean.
2631              
2632              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
2633              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2634              Date: Sat, 22 Jul 2000 14:02:11 +0100
2635              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
2636      Branch: perl
2637            ! installperl
2638 ____________________________________________________________________________
2639 [  6420] By: jhi                                   on 2000/07/24  00:04:19
2640         Log: Decutandpasto.
2641              
2642              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
2643              From: "Richard Soderberg" <rs@crystalflame.net>
2644              Date: Sun, 23 Jul 2000 01:37:23 -0700
2645              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
2646      Branch: perl
2647            ! pod/perlipc.pod
2648 ____________________________________________________________________________
2649 [  6419] By: jhi                                   on 2000/07/24  00:01:12
2650         Log: A cleaner abs_path().
2651              Subject: Re: unix alternative to Cwd.pm
2652              From: Jeff Pinyan <jeffp@crusoe.net>
2653              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
2654              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
2655      Branch: perl
2656            ! lib/Cwd.pm
2657 ____________________________________________________________________________
2658 [  6418] By: jhi                                   on 2000/07/23  23:48:56
2659         Log: Detypo.
2660              
2661              Subject: [PATCH perl-current] Typo in hints/powerux.sh
2662              From: "Richard Soderberg" <rs@crystalflame.net>
2663              Date: Sun, 23 Jul 2000 01:27:33 -0700
2664              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
2665      Branch: perl
2666            ! hints/powerux.sh
2667 ____________________________________________________________________________
2668 [  6417] By: jhi                                   on 2000/07/17  22:13:31
2669         Log: Subject: SDBM_File documentation
2670              From: mjd@plover.com
2671              Date: 16 Jul 2000 17:41:17 -0000
2672              Message-ID: <20000716174117.18515.qmail@plover.com>
2673      Branch: perl
2674            ! ext/SDBM_File/SDBM_File.pm
2675 ____________________________________________________________________________
2676 [  6416] By: jhi                                   on 2000/07/17  19:13:26
2677         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
2678      Branch: perl
2679            ! hints/mpeix.sh mpeix/relink
2680 ____________________________________________________________________________
2681 [  6415] By: jhi                                   on 2000/07/15  14:11:02
2682         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
2683              the utf8 'characters' can be more than one octet).
2684              
2685              Date: Sat, 15 Jul 2000 00:21:56 +0100
2686              From: Tom Hughes <tom@compton.nu>
2687              Subject: Re: [ID 20000714.002]
2688              Message-ID: <db2334de49.tom@compton.compton.nu>
2689              
2690              Reported in
2691              
2692              Subject: [ID 20000714.002]
2693              From: "Simon Cozens" <simon@othersideofthe.earth.li>
2694              Date: 14 Jul 2000 15:13:09 -0000
2695              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
2696      Branch: perl
2697            ! doop.c
2698 ____________________________________________________________________________
2699 [  6414] By: jhi                                   on 2000/07/15  03:13:41
2700         Log: another VMS build tweak from Peter Prymmer
2701      Branch: perl
2702            ! vms/descrip_mms.template
2703 ____________________________________________________________________________
2704 [  6413] By: jhi                                   on 2000/07/15  03:10:40
2705         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
2706      Branch: perl
2707            ! vms/perlvms.pod
2708 ____________________________________________________________________________
2709 [  6412] By: jhi                                   on 2000/07/15  00:31:05
2710         Log: More docs for sv functions.
2711              
2712              Subject: [PATCH cfgperl] sv.c apidoc
2713              From: simon@brecon.co.uk (Simon Cozens)
2714              Date: 13 Jul 2000 09:00:20 GMT
2715              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
2716              
2717              Subject: Re: [PATCH cfgperl] sv.c apidoc
2718              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2719              Date: Thu, 13 Jul 2000 12:27:41 +0100
2720              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
2721              
2722              Subject: Re: [PATCH cfgperl] sv.c apidoc
2723              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2724              Date: Thu, 13 Jul 2000 13:23:09 +0100
2725              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
2726              
2727              Subject: Re: [PATCH cfgperl] sv.c apidoc
2728              From: simon@brecon.co.uk (Simon Cozens)
2729              Date: 14 Jul 2000 06:51:02 GMT
2730              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
2731      Branch: perl
2732            ! embed.pl pod/perlapi.pod sv.c
2733 ____________________________________________________________________________
2734 [  6411] By: jhi                                   on 2000/07/15  00:10:41
2735         Log: lib/b test fixes from Peter Prymmer.
2736      Branch: perl
2737            ! t/lib/b.t
2738 ____________________________________________________________________________
2739 [  6410] By: jhi                                   on 2000/07/15  00:02:09
2740         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
2741              From: Hugo <hv@crypt.compulink.co.uk>
2742              Date: Fri, 14 Jul 2000 23:05:20 +0100
2743              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
2744              
2745              Didn't anymore apply, but that point still could use another fix.
2746      Branch: perl
2747            ! pod/perlfunc.pod
2748 ____________________________________________________________________________
2749 [  6409] By: jhi                                   on 2000/07/14  23:15:15
2750         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
2751              not in pod, from Peter Prymmer
2752      Branch: perl
2753            ! vms/descrip_mms.template
2754 ____________________________________________________________________________
2755 [  6408] By: jhi                                   on 2000/07/14  20:35:05
2756         Log: The bug report
2757              [ID 19991110.002] minimal matching discrepancy found by pcre author
2758              seems to have been fixed (though differently from what was suggested
2759              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
2760      Branch: perl
2761            ! t/op/re_tests
2762 ____________________________________________________________________________
2763 [  6407] By: jhi                                   on 2000/07/14  17:38:08
2764         Log: Fix AutoSplit to use File::Spec the right way in VMS,
2765              from Peter Prymmer.
2766      Branch: perl
2767            ! lib/AutoSplit.pm
2768 ____________________________________________________________________________
2769 [  6406] By: jhi                                   on 2000/07/14  14:13:22
2770         Log: Merge perlhacktut into perlhack, update perlguts.
2771              
2772              Subject: Re: Perlhacktut
2773              From: simon@brecon.co.uk (Simon Cozens)
2774              Date: 14 Jul 2000 06:49:21 GMT
2775              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
2776              
2777              Subject: Re: Perlhacktut
2778              From: simon@brecon.co.uk (Simon Cozens)
2779              Date: 14 Jul 2000 07:09:45 GMT
2780              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
2781      Branch: perl
2782            ! pod/perlguts.pod pod/perlhack.pod
2783 ____________________________________________________________________________
2784 [  6405] By: jhi                                   on 2000/07/14  14:02:31
2785         Log: Integrate with Sarathy.
2786      Branch: cfgperl
2787           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
2788           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
2789           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
2790 ____________________________________________________________________________
2791 [  6404] By: gsar                                  on 2000/07/14  12:15:02
2792         Log: PERL_OBJECT build tweaks
2793      Branch: perl
2794            ! toke.c
2795 ____________________________________________________________________________
2796 [  6403] By: gsar                                  on 2000/07/14  11:23:41
2797         Log: inconsistent types needs casts
2798      Branch: perl
2799            ! toke.c
2800 ____________________________________________________________________________
2801 [  6402] By: gsar                                  on 2000/07/14  11:12:04
2802         Log: typos in change#6399, regen headers
2803      Branch: perl
2804            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
2805 ____________________________________________________________________________
2806 [  6401] By: gsar                                  on 2000/07/14  10:59:12
2807         Log: typecasts needed for change#6394
2808      Branch: perl
2809            ! toke.c
2810 ____________________________________________________________________________
2811 [  6400] By: gsar                                  on 2000/07/14  10:49:37
2812         Log: integrate cfgperl contents into mainline
2813      Branch: perl
2814           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
2815           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
2816 ____________________________________________________________________________
2817 [  6399] By: gsar                                  on 2000/07/14  10:38:35
2818         Log: enable UTF-16 filter by default if relevant BOM is seen; various
2819              cleanups (typos, misformatted code, and small bugs)
2820      Branch: perl
2821            ! doop.c embed.pl mg.c op.c pp.c toke.c
2822 ____________________________________________________________________________
2823 [  6398] By: gsar                                  on 2000/07/14  08:55:38
2824         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
2825              name suggests anyway)
2826      Branch: perl
2827            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
2828 ____________________________________________________________________________
2829 [  6397] By: gsar                                  on 2000/07/14  08:44:33
2830         Log: move new variables to the end of the interpreter structure (for
2831              bincompat in code that doesn't #include XSUB.h)
2832      Branch: perl
2833            ! intrpvar.h
2834 ____________________________________________________________________________
2835 [  6396] By: gsar                                  on 2000/07/14  08:13:58
2836         Log: MakeMaker should not remove editor backups (*~) on `make clean`
2837              by default (completes change#6383)
2838      Branch: perl
2839            ! lib/ExtUtils/MM_Unix.pm
2840 ____________________________________________________________________________
2841 [  6395] By: jhi                                   on 2000/07/14  05:20:33
2842         Log: Replace change #6337 with a better one.
2843              
2844              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
2845              From: Hugo <hv@crypt.compulink.co.uk>
2846              Date: Fri, 14 Jul 2000 04:16:20 +0100
2847              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
2848      Branch: cfgperl
2849            ! regexec.c t/op/re_tests
2850 ____________________________________________________________________________
2851 [  6394] By: jhi                                   on 2000/07/14  01:33:59
2852         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
2853      Branch: cfgperl
2854            ! embed.pl global.sym proto.h toke.c
2855 ____________________________________________________________________________
2856 [  6393] By: jhi                                   on 2000/07/13  23:41:23
2857         Log: remove discarded test
2858      Branch: cfgperl
2859            ! MANIFEST
2860 ____________________________________________________________________________
2861 [  6392] By: jhi                                   on 2000/07/13  23:32:25
2862         Log: The {multiplier} of a fixed substring was overlooked which
2863              caused a wrong initial search offset for that substring.
2864              
2865              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
2866              From: Hugo <hv@crypt.compulink.co.uk>
2867              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
2868              Date: Thu, 13 Jul 2000 19:27:13 +0100
2869      Branch: cfgperl
2870            ! regcomp.c t/op/re_tests
2871 ____________________________________________________________________________
2872 [  6391] By: jhi                                   on 2000/07/13  16:37:42
2873         Log: typo fix from Craig Berry
2874      Branch: cfgperl
2875            ! vms/subconfigure.com
2876 ____________________________________________________________________________
2877 [  6390] By: jhi                                   on 2000/07/13  13:20:12
2878         Log: Integrate with Sarathy.
2879      Branch: cfgperl
2880            - t/op/method2entersub.t
2881           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
2882           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
2883           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
2884           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
2885 ____________________________________________________________________________
2886 [  6389] By: jhi                                   on 2000/07/13  13:18:48
2887         Log: Detypo from Peter Prymmer, part of #6388.
2888      Branch: cfgperl
2889            ! Configure config_h.SH
2890      Branch: metaconfig
2891            ! U/modified/d_longlong.U
2892 ____________________________________________________________________________
2893 [  6388] By: gsar                                  on 2000/07/13  06:33:40
2894         Log: typos (spotted by Peter Prymmer)
2895      Branch: perl
2896            ! Configure t/lib/english.t
2897 ____________________________________________________________________________
2898 [  6387] By: gsar                                  on 2000/07/13  05:35:28
2899         Log: new selfloader.t in change#6183 doesn't close DATA handles,
2900              and thus fails to clean up tmp files on dosish platforms
2901      Branch: perl
2902            ! t/lib/selfloader.t
2903 ____________________________________________________________________________
2904 [  6386] By: gsar                                  on 2000/07/12  21:42:39
2905         Log: sprintf test tweaks (from Dominic Dunlop)
2906      Branch: perl
2907            ! t/op/sprintf.t
2908 ____________________________________________________________________________
2909 [  6385] By: gsar                                  on 2000/07/12  21:33:46
2910         Log: fix bugs in processing %v-*d and similar format specs (from
2911              Avi Finkel <avi@finkel.org>)
2912      Branch: perl
2913            ! sv.c t/op/sprintf.t
2914 ____________________________________________________________________________
2915 [  6384] By: gsar                                  on 2000/07/12  16:04:19
2916         Log: readd missing perldelta.pod changes from changes#6339,6376
2917      Branch: perl
2918            ! pod/perldelta.pod
2919 ____________________________________________________________________________
2920 [  6383] By: gsar                                  on 2000/07/12  16:00:51
2921         Log: don't clobber *.orig files on *clean targets
2922      Branch: perl
2923            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
2924 ____________________________________________________________________________
2925 [  6382] By: gsar                                  on 2000/07/12  07:59:12
2926         Log: fix broken integrations in cfgperl
2927      Branch: cfgperl
2928           !> Changes pod/perldelta.pod
2929 ____________________________________________________________________________
2930 [  6381] By: gsar                                  on 2000/07/12  07:42:17
2931         Log: integrate cfgperl changes into mainline
2932      Branch: perl
2933            ! Changes
2934           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
2935           !> pod/perlre.pod
2936 ____________________________________________________________________________
2937 [  6380] By: gsar                                  on 2000/07/12  07:31:00
2938         Log: get sprintf.t to adjust properly for 3-digit exponents
2939      Branch: perl
2940            ! t/op/sprintf.t
2941 ____________________________________________________________________________
2942 [  6379] By: gsar                                  on 2000/07/12  06:40:04
2943         Log: change#6174 needs corresponding change in win32/config_h.PL,
2944              which grovels through config_h.SH to find the config.h name
2945      Branch: perl
2946            ! win32/config_h.PL
2947 ____________________________________________________________________________
2948 [  6378] By: jhi                                   on 2000/07/12  05:03:59
2949         Log: Do the cc sanity check both before the hints and
2950              after the cc selction.
2951      Branch: cfgperl
2952            ! Configure config_h.SH
2953      Branch: metaconfig
2954            ! U/modified/Oldconfig.U U/modified/cc.U
2955      Branch: metaconfig/U/perl
2956            + Checkcc.U
2957 ____________________________________________________________________________
2958 [  6377] By: jhi                                   on 2000/07/12  02:49:22
2959         Log: Fix nits noticed by Boston.pm.
2960      Branch: cfgperl
2961            ! pod/perlre.pod
2962 ____________________________________________________________________________
2963 [  6376] By: jhi                                   on 2000/07/11  21:22:13
2964         Log: Configure cosmetics and perldelta.
2965      Branch: cfgperl
2966            ! Configure config_h.SH pod/perldelta.pod
2967      Branch: metaconfig
2968            ! U/modified/cc.U
2969 ____________________________________________________________________________
2970 [  6375] By: gsar                                  on 2000/07/11  21:17:35
2971         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
2972      Branch: perl
2973            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
2974            ! win32/win32sck.c
2975 ____________________________________________________________________________
2976 [  6374] By: gsar                                  on 2000/07/11  20:48:50
2977         Log: tweak for build failure under multiplicity
2978      Branch: perl
2979            ! toke.c
2980 ____________________________________________________________________________
2981 [  6373] By: gsar                                  on 2000/07/11  20:37:23
2982         Log: integrate cfgperl changes#6325..6373 into mainline
2983              (NOTE: today's batch of integrations still untested)
2984      Branch: perl
2985           +> ext/DynaLoader/hints/netbsd.pl
2986            ! Changes
2987           !> (integrate 26 files)
2988 ____________________________________________________________________________
2989 [  6372] By: jhi                                   on 2000/07/11  20:30:36
2990         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
2991              regen perltoc.
2992      Branch: cfgperl
2993            + pod/perlbook.pod
2994            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
2995            ! pod/perltoc.pod
2996 ____________________________________________________________________________
2997 [  6371] By: jhi                                   on 2000/07/11  20:08:56
2998         Log: Minor cleanups on the booklist.
2999      Branch: cfgperl
3000            ! pod/perlfaq2.pod
3001 ____________________________________________________________________________
3002 [  6370] By: jhi                                   on 2000/07/11  19:31:13
3003         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
3004      Branch: cfgperl
3005            ! t/pragma/overload.t
3006 ____________________________________________________________________________
3007 [  6369] By: gsar                                  on 2000/07/11  19:27:48
3008         Log: integrate cfgperl changes#6293..6324 into mainline
3009      Branch: perl
3010           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
3011            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
3012           !> (integrate 30 files)
3013 ____________________________________________________________________________
3014 [  6368] By: gsar                                  on 2000/07/11  19:18:57
3015         Log: skip integrate of problematic change#6292 from cfgperl into mainline
3016      Branch: perl
3017           !> pp_hot.c
3018 ____________________________________________________________________________
3019 [  6367] By: gsar                                  on 2000/07/11  19:17:21
3020         Log: integrate cfgperl changes#6288..6290 into mainline
3021      Branch: perl
3022           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
3023 ____________________________________________________________________________
3024 [  6366] By: gsar                                  on 2000/07/11  19:11:18
3025         Log: integrate cfgperl changes#6268..6282 into mainline
3026      Branch: perl
3027           !> (integrate 30 files)
3028 ____________________________________________________________________________
3029 [  6365] By: gsar                                  on 2000/07/11  18:57:00
3030         Log: delete new accidentally branched file
3031      Branch: perl
3032            - t/op/method2entersub.t
3033 ____________________________________________________________________________
3034 [  6364] By: gsar                                  on 2000/07/11  18:55:13
3035         Log: skip integrate of change#6267 from cfgperl into mainline (the
3036              method call optimization is flawed without additional hints
3037              from user about immutableness of @ISA and no runtime method
3038              definitions)
3039      Branch: perl
3040           +> t/op/method2entersub.t
3041           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
3042           !> perl.h t/op/sprintf.t xsutils.c
3043 ____________________________________________________________________________
3044 [  6363] By: gsar                                  on 2000/07/11  18:49:43
3045         Log: integrate cfgperl changes#6261..6266 into mainline
3046      Branch: perl
3047           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
3048           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
3049           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3050           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
3051 ____________________________________________________________________________
3052 [  6362] By: gsar                                  on 2000/07/11  18:43:26
3053         Log: integrate cfgperl changes#6252..6260 into mainline
3054      Branch: perl
3055           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
3056           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
3057           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
3058           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
3059 ____________________________________________________________________________
3060 [  6361] By: gsar                                  on 2000/07/11  18:37:12
3061         Log: skip integrate of problematic change#6251 from cfgperl into mainline
3062      Branch: perl
3063           !> lib/Exporter.pm
3064 ____________________________________________________________________________
3065 [  6360] By: gsar                                  on 2000/07/11  18:34:56
3066         Log: integrate cfgperl change#6250 into mainline
3067      Branch: perl
3068           +> t/op/my_stash.t
3069           !> MANIFEST embed.pl proto.h toke.c
3070 ____________________________________________________________________________
3071 [  6359] By: gsar                                  on 2000/07/11  18:21:19
3072         Log: integrate cfgperl changes#6242..6249 into mainline
3073      Branch: perl
3074           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
3075           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
3076           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
3077           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
3078           !> t/lib/peek.t utf8.c
3079 ____________________________________________________________________________
3080 [  6358] By: gsar                                  on 2000/07/11  18:15:45
3081         Log: skip integrate of problematic change#6241 from cfgperl into mainline
3082      Branch: perl
3083           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
3084 ____________________________________________________________________________
3085 [  6357] By: jhi                                   on 2000/07/11  18:15:16
3086         Log: Fix for
3087              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
3088              From: Roderick Schertler <roderick@argon.org> 
3089              Date: Tue, 11 Jul 2000 13:55:05 -0400 
3090              Message-Id: <200007111755.NAA05077@jones.argon.org> 
3091      Branch: cfgperl
3092            ! doio.c
3093 ____________________________________________________________________________
3094 [  6356] By: jhi                                   on 2000/07/11  18:12:51
3095         Log: Typo in #6341.
3096      Branch: cfgperl
3097            ! pp_hot.c
3098 ____________________________________________________________________________
3099 [  6355] By: gsar                                  on 2000/07/11  18:12:10
3100         Log: integrate cfgperl changes#6231..6240 into mainline
3101      Branch: perl
3102           +> pod/perlutil.pod
3103           !> (integrate 35 files)
3104 ____________________________________________________________________________
3105 [  6354] By: jhi                                   on 2000/07/11  18:04:34
3106         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
3107              From: Dominic Dunlop <domo@computer.org> 
3108              Date: Tue, 11 Jul 2000 12:27:33 +0200 
3109              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
3110              
3111              Replaces change #6268.
3112      Branch: cfgperl
3113            ! t/op/sprintf.t
3114 ____________________________________________________________________________
3115 [  6353] By: gsar                                  on 2000/07/11  17:59:51
3116         Log: skip integrate of problematic change#6230 from cfgperl into mainline
3117              (a later version of File::Spec is already in mainline)
3118      Branch: perl
3119           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
3120           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
3121 ____________________________________________________________________________
3122 [  6352] By: gsar                                  on 2000/07/11  17:57:48
3123         Log: integrate cfgperl changes#6224..6229 into mainline
3124      Branch: perl
3125           +> lib/lib.pm.PL
3126            - lib/lib.pm
3127           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
3128           !> lib/English.pm op.c t/lib/english.t
3129 ____________________________________________________________________________
3130 [  6351] By: gsar                                  on 2000/07/11  17:50:10
3131         Log: skip integrate of problematic change#6223 from cfgperl into mainline
3132      Branch: perl
3133           !> doio.c
3134 ____________________________________________________________________________
3135 [  6350] By: gsar                                  on 2000/07/11  17:48:28
3136         Log: integrate cfgperl changes#6220..6222 into mainline
3137      Branch: perl
3138           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
3139           !> toke.c utf8.c win32/win32.h
3140 ____________________________________________________________________________
3141 [  6349] By: gsar                                  on 2000/07/11  17:46:13
3142         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
3143              mainline
3144      Branch: perl
3145           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
3146           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
3147           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
3148 ____________________________________________________________________________
3149 [  6348] By: jhi                                   on 2000/07/11  17:45:49
3150         Log: README.posix-bc podified from Thomas Dorner.
3151      Branch: cfgperl
3152            ! README.posix-bc
3153 ____________________________________________________________________________
3154 [  6347] By: gsar                                  on 2000/07/11  17:42:04
3155         Log: integrate cfgperl change#6217 into mainline
3156      Branch: perl
3157           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
3158           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
3159           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
3160 ____________________________________________________________________________
3161 [  6346] By: gsar                                  on 2000/07/11  17:39:37
3162         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
3163              mainline
3164      Branch: perl
3165           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
3166           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
3167           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
3168           !> perlapi.h pod/perlapi.pod
3169 ____________________________________________________________________________
3170 [  6345] By: gsar                                  on 2000/07/11  17:36:42
3171         Log: integrate cfgperl changes#6207..6210 into mainline
3172      Branch: perl
3173           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
3174           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
3175 ____________________________________________________________________________
3176 [  6344] By: gsar                                  on 2000/07/11  17:31:20
3177         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
3178              mainline
3179      Branch: perl
3180           !> (integrate 40 files)
3181 ____________________________________________________________________________
3182 [  6343] By: gsar                                  on 2000/07/11  17:19:08
3183         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
3184      Branch: perl
3185           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
3186            ! Changes
3187           !> (integrate 34 files)
3188 ____________________________________________________________________________
3189 [  6342] By: jhi                                   on 2000/07/11  16:05:48
3190         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
3191              To: perl5-porters@perl.org
3192              From: Karsten Sperling <spiff@phreax.net>
3193              Date: Mon, 10 Jul 2000 15:12:52 +0200
3194              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
3195      Branch: cfgperl
3196            ! lib/Symbol.pm
3197 ____________________________________________________________________________
3198 [  6341] By: jhi                                   on 2000/07/11  15:59:23
3199         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
3200              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3201              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
3202              Date: Fri, 07 Jul 2000 17:57:16 +0100
3203      Branch: cfgperl
3204            ! pp_hot.c
3205 ____________________________________________________________________________
3206 [  6340] By: jhi                                   on 2000/07/11  15:55:47
3207         Log: Subject: Re: format bug report  [Patch]
3208              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3209              Date: Wed, 05 Jul 2000 13:12:52 +0200
3210              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
3211              
3212              Subject: Re: format bug report  [Patch]
3213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3214              Date: Wed, 05 Jul 2000 14:10:01 +0200
3215              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
3216      Branch: cfgperl
3217            ! t/op/write.t toke.c
3218 ____________________________________________________________________________
3219 [  6339] By: jhi                                   on 2000/07/11  13:54:09
3220         Log: Be less forgiving about ambiguous and illegal tr ranges.
3221              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
3222              From: Mark-Jason Dominus <mjd@plover.com>
3223              Date: Tue, 04 Jul 2000 10:00:12 -0400
3224              Message-ID: <20000704140012.17772.qmail@plover.com>
3225              
3226              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
3227              From: Mark-Jason Dominus <mjd@plover.com>
3228              Date: Wed, 05 Jul 2000 09:37:36 -0400
3229              Message-ID: <20000705133736.27293.qmail@plover.com>
3230      Branch: cfgperl
3231            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
3232 ____________________________________________________________________________
3233 [  6338] By: jhi                                   on 2000/07/11  13:31:24
3234         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
3235              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3236              Date: Tue, 11 Jul 2000 13:50:51 +0100
3237              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
3238      Branch: cfgperl
3239            ! sv.c
3240 ____________________________________________________________________________
3241 [  6337] By: jhi                                   on 2000/07/11  13:29:14
3242         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
3243              From: Hugo <hv@crypt.compulink.co.uk>
3244              Date: Tue, 11 Jul 2000 12:44:50 +0100
3245              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
3246      Branch: cfgperl
3247            ! regexec.c t/op/re_tests
3248 ____________________________________________________________________________
3249 [  6336] By: jhi                                   on 2000/07/11  13:26:47
3250         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
3251              From: simon@brecon.co.uk (Simon Cozens)
3252              Date: 7 Jul 2000 11:26:09 GMT
3253              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
3254      Branch: cfgperl
3255            ! mg.c
3256 ____________________________________________________________________________
3257 [  6335] By: jhi                                   on 2000/07/11  13:23:37
3258         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
3259              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
3260              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
3261              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
3262      Branch: cfgperl
3263            + ext/DynaLoader/hints/netbsd.pl
3264            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
3265 ____________________________________________________________________________
3266 [  6334] By: jhi                                   on 2000/07/11  13:20:38
3267         Log: Subject: PATCH perlguts.pod: Document D and d magic types
3268              From: mjd@plover.com
3269              Date: 5 Jul 2000 18:01:51 -0000
3270              Message-ID: <20000705180151.29413.qmail@plover.com>
3271      Branch: cfgperl
3272            ! pod/perlguts.pod
3273 ____________________________________________________________________________
3274 [  6333] By: jhi                                   on 2000/07/11  13:15:51
3275         Log: Precedence goof, fix based on
3276              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
3277              From: Hugo <hv@crypt.compulink.co.uk>
3278              Date: Tue, 11 Jul 2000 12:52:38 +0100
3279              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
3280      Branch: cfgperl
3281            ! t/op/taint.t
3282 ____________________________________________________________________________
3283 [  6332] By: jhi                                   on 2000/07/11  12:40:17
3284         Log: Integrate with Sarathy.
3285      Branch: cfgperl
3286           !> win32/win32sck.c
3287 ____________________________________________________________________________
3288 [  6331] By: jhi                                   on 2000/07/10  20:14:16
3289         Log: Sprinkle ldlibpath.
3290      Branch: cfgperl
3291            ! pod/Makefile.SH
3292 ____________________________________________________________________________
3293 [  6330] By: jhi                                   on 2000/07/10  17:54:49
3294         Log: More POSIX.pod tweaks.
3295      Branch: cfgperl
3296            ! ext/POSIX/POSIX.pod
3297 ____________________________________________________________________________
3298 [  6329] By: jhi                                   on 2000/07/10  14:02:12
3299         Log: Reorder perl.pod once more.
3300      Branch: cfgperl
3301            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3302 ____________________________________________________________________________
3303 [  6328] By: gsar                                  on 2000/07/10  07:06:00
3304         Log: accept() leaks memory on windows due to incorrect ordering of
3305              closesocket() and fclose() calls
3306      Branch: perl
3307            ! win32/win32sck.c
3308 ____________________________________________________________________________
3309 [  6327] By: gsar                                  on 2000/07/10  06:49:17
3310         Log: winsock options weren't being set in all threads under ithreads
3311              (caused send()s from second and subsequent threads to fail)
3312      Branch: perl
3313            ! win32/win32sck.c
3314 ____________________________________________________________________________
3315 [  6326] By: jhi                                   on 2000/07/08  02:45:40
3316         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
3317              was cast to an unsigned (32-bit) integer with wild abandon.
3318      Branch: cfgperl
3319            ! ext/Devel/DProf/DProf.xs
3320 ____________________________________________________________________________
3321 [  6325] By: jhi                                   on 2000/07/07  18:50:33
3322         Log: Remove perlbook, update perlfaq book listing,
3323              rearrange perl.pod, regenerate perltoc.
3324      Branch: cfgperl
3325            - pod/perlbook.pod
3326            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
3327            ! pod/perlfaq2.pod pod/perltoc.pod
3328 ____________________________________________________________________________
3329 [  6324] By: jhi                                   on 2000/07/07  14:03:40
3330         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
3331      Branch: cfgperl
3332            ! sv.h toke.c
3333 ____________________________________________________________________________
3334 [  6323] By: jhi                                   on 2000/07/06  16:03:55
3335         Log: Fix complaints of buildtoc.
3336      Branch: cfgperl
3337            + lib/Win32.pod
3338            - pod/Win32.pod
3339            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3340 ____________________________________________________________________________
3341 [  6322] By: jhi                                   on 2000/07/06  15:15:52
3342         Log: Add =head1 NAMEs so that buildtoc is happy.
3343              (The CGI::Util nit reported to Lincoln.)
3344      Branch: cfgperl
3345            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
3346            ! pod/perltoc.pod
3347 ____________________________________________________________________________
3348 [  6321] By: jhi                                   on 2000/07/06  03:16:04
3349         Log: Config is being used.
3350      Branch: cfgperl
3351            ! t/op/method.t
3352 ____________________________________________________________________________
3353 [  6320] By: jhi                                   on 2000/07/06  03:13:13
3354         Log: Integrate with Sarathy.
3355      Branch: cfgperl
3356           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
3357 ____________________________________________________________________________
3358 [  6319] By: jhi                                   on 2000/07/06  03:11:46
3359         Log: Autogenerate pod/Makefile and pod/buildtoc.
3360              buildtoc also checks whether the existin pods are
3361              mentioned in MANIFEST and perl.pod, and vice versa.
3362              (None of the thusly found discrepancies fixed yet.)
3363              roffitall also needs to be autogenerated similarly but it
3364              seems so badly out of date that I didn't touch it yet.
3365      Branch: cfgperl
3366            + pod/Makefile.SH pod/buildtoc.PL
3367            - pod/Makefile pod/buildtoc
3368            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
3369 ____________________________________________________________________________
3370 [  6318] By: gsar                                  on 2000/07/05  22:10:54
3371         Log: fix UNC path handling on Windows under ithreads, and chdir()
3372              return value when given a non-existent directory
3373      Branch: perl
3374            ! win32/vdir.h
3375 ____________________________________________________________________________
3376 [  6317] By: gsar                                  on 2000/07/05  22:08:19
3377         Log: winsock cleanup never done on Windows (leads to handle leaks)
3378      Branch: perl
3379            ! win32/perllib.c win32/win32sck.c
3380 ____________________________________________________________________________
3381 [  6316] By: gsar                                  on 2000/07/05  22:06:19
3382         Log: some debugger output does not go to the socket when RemotePort is set
3383      Branch: perl
3384            ! lib/perl5db.pl
3385 ____________________________________________________________________________
3386 [  6315] By: jhi                                   on 2000/07/05  00:25:21
3387         Log: Integrate with Sarathy, preliminary fix for unicos
3388              alignment problems in [ID 20000612.002] Perl problem on Cray system.
3389      Branch: cfgperl
3390            ! sv.h
3391           !> pp_hot.c
3392 ____________________________________________________________________________
3393 [  6314] By: gsar                                  on 2000/07/04  23:34:02
3394         Log: tyop in change#6306
3395      Branch: perl
3396            ! pp_hot.c
3397 ____________________________________________________________________________
3398 [  6313] By: jhi                                   on 2000/07/04  22:14:38
3399         Log: Multiline string literals ENONPORTABLE.
3400      Branch: cfgperl
3401            ! pp_hot.c
3402 ____________________________________________________________________________
3403 [  6312] By: jhi                                   on 2000/07/04  20:34:44
3404         Log: Integrate with Sarathy.
3405      Branch: cfgperl
3406           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
3407           !> t/op/method.t
3408 ____________________________________________________________________________
3409 [  6311] By: jhi                                   on 2000/07/04  20:30:56
3410         Log: More POSIX.pod embellishment.
3411      Branch: cfgperl
3412            ! ext/POSIX/POSIX.pod
3413 ____________________________________________________________________________
3414 [  6310] By: gsar                                  on 2000/07/04  17:28:48
3415         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
3416      Branch: perl
3417            ! t/lib/b.t
3418 ____________________________________________________________________________
3419 [  6309] By: jhi                                   on 2000/07/04  17:22:18
3420         Log: The #6308 required a little bit more.
3421      Branch: cfgperl
3422            ! Makefile.SH win32/Makefile
3423 ____________________________________________________________________________
3424 [  6308] By: jhi                                   on 2000/07/04  16:35:24
3425         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
3426      Branch: cfgperl
3427            + lib/lib_pm.PL
3428            - lib/lib.pm.PL
3429            ! MANIFEST Makefile.SH
3430 ____________________________________________________________________________
3431 [  6307] By: jhi                                   on 2000/07/04  16:28:58
3432         Log: Win32 patches for cfgperl from Sarathy.
3433      Branch: cfgperl
3434            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
3435            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
3436            ! thread.h toke.c util.c win32/Makefile win32/win32.c
3437 ____________________________________________________________________________
3438 [  6306] By: gsar                                  on 2000/07/04  16:28:40
3439         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
3440              (from Richard Soderberg <rs@oregonnet.com>)
3441      Branch: perl
3442            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
3443 ____________________________________________________________________________
3444 [  6305] By: jhi                                   on 2000/07/04  16:24:24
3445         Log: Integrate with Sarathy.
3446      Branch: cfgperl
3447           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
3448           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3449           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
3450           !> proto.h win32/win32.c
3451 ____________________________________________________________________________
3452 [  6304] By: gsar                                  on 2000/07/04  16:17:24
3453         Log: missing perldiag entry for unpack("w",...) diagnostic (from
3454              Andreas Koenig)
3455      Branch: perl
3456            ! pod/perldiag.pod
3457 ____________________________________________________________________________
3458 [  6303] By: gsar                                  on 2000/07/04  16:14:44
3459         Log: remove rel2abs prototypes (from Barrie Slaymaker)
3460      Branch: perl
3461            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3462            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
3463 ____________________________________________________________________________
3464 [  6302] By: gsar                                  on 2000/07/04  04:59:35
3465         Log: adjust change#6299
3466      Branch: perl
3467            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
3468            ! win32/win32.c
3469 ____________________________________________________________________________
3470 [  6301] By: jhi                                   on 2000/07/04  04:50:07
3471         Log: Integrate with Sarathy.
3472      Branch: cfgperl
3473           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
3474           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
3475           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
3476 ____________________________________________________________________________
3477 [  6300] By: gsar                                  on 2000/07/04  04:42:09
3478         Log: PERL_OBJECT build tweak
3479      Branch: perl
3480            ! perl.h
3481 ____________________________________________________________________________
3482 [  6299] By: gsar                                  on 2000/07/04  04:37:00
3483         Log: fix memory leak on Windows (PL_sys_intern contents were never
3484              freed)
3485      Branch: perl
3486            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
3487            ! perlapi.c proto.h win32/win32.c
3488 ____________________________________________________________________________
3489 [  6298] By: gsar                                  on 2000/07/04  04:15:59
3490         Log: fix large memory leak that has been around for ever, masked by
3491              -DPURIFY (most of the arenas were never freed!)
3492      Branch: perl
3493            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
3494 ____________________________________________________________________________
3495 [  6297] By: gsar                                  on 2000/07/04  04:07:46
3496         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
3497      Branch: perl
3498            ! perl.c
3499 ____________________________________________________________________________
3500 [  6296] By: jhi                                   on 2000/06/30  18:28:37
3501         Log: Elaborate POSIX.pod.  Still needs work.
3502      Branch: cfgperl
3503            ! ext/POSIX/POSIX.pod
3504 ____________________________________________________________________________
3505 [  6295] By: jhi                                   on 2000/06/30  14:58:18
3506         Log: Point to perlipc for more SysV IPC examples.
3507      Branch: cfgperl
3508            ! pod/perlfunc.pod
3509 ____________________________________________________________________________
3510 [  6294] By: gsar                                  on 2000/06/30  14:47:45
3511         Log: slurp mode fix in change#4736 still not quite right
3512      Branch: perl
3513            ! pp_hot.c t/io/argv.t
3514 ____________________________________________________________________________
3515 [  6293] By: jhi                                   on 2000/06/30  12:02:55
3516         Log: Integrate with Sarathy.
3517      Branch: cfgperl
3518           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
3519 ____________________________________________________________________________
3520 [  6292] By: jhi                                   on 2000/06/30  12:01:11
3521         Log: From: simon@brecon.co.uk (Simon Cozens)
3522              Subject: UTF8 concat
3523              Date: 30 Jun 2000 06:13:25 GMT
3524              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
3525      Branch: cfgperl
3526            ! pp_hot.c
3527 ____________________________________________________________________________
3528 [  6291] By: gsar                                  on 2000/06/30  04:37:33
3529         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
3530              when @_ is modified, causing coredumps
3531      Branch: perl
3532            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
3533 ____________________________________________________________________________
3534 [  6290] By: jhi                                   on 2000/06/30  02:21:44
3535         Log: Integrate with Sarathy.
3536      Branch: cfgperl
3537           !> vms/vms.c vms/vmsish.h
3538 ____________________________________________________________________________
3539 [  6289] By: jhi                                   on 2000/06/30  02:21:02
3540         Log: Check VERSIONs.
3541      Branch: cfgperl
3542            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
3543            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3544            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
3545 ____________________________________________________________________________
3546 [  6288] By: jhi                                   on 2000/06/30  02:18:52
3547         Log: Integrate with Sarathy.
3548      Branch: cfgperl
3549           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
3550           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
3551           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
3552           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
3553 ____________________________________________________________________________
3554 [  6287] By: gsar                                  on 2000/06/30  02:17:08
3555         Log: integrate vmsperl changes into mainline
3556      Branch: perl
3557           !> vms/vms.c vms/vmsish.h
3558 ____________________________________________________________________________
3559 [  6285] By: gsar                                  on 2000/06/30  02:05:28
3560         Log: localize %INC in a Safe compartment so that use/require work
3561              (many other magic globals probably need similar treatment)
3562      Branch: perl
3563            ! ext/Opcode/Opcode.xs
3564 ____________________________________________________________________________
3565 [  6284] By: gsar                                  on 2000/06/30  01:54:54
3566         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
3567              about Windows
3568      Branch: perl
3569            ! pod/perlembed.pod
3570 ____________________________________________________________________________
3571 [  6283] By: jhi                                   on 2000/06/30  01:50:10
3572         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
3573              From: Barrie Slaymaker <barries@jester.slaysys.com>
3574              Date: Wed, 28 Jun 2000 11:35:29 -0400
3575              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
3576      Branch: perl
3577            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
3578            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
3579            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3580            ! lib/File/Spec/Win32.pm
3581 ____________________________________________________________________________
3582 [  6282] By: jhi                                   on 2000/06/29  22:57:22
3583         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
3584              From: Dan Sugalski <dan@sidhe.org>
3585              Date: Tue, 06 Jun 2000 11:59:50 -0400
3586              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
3587      Branch: cfgperl
3588            ! vms/vms.c
3589 ____________________________________________________________________________
3590 [  6281] By: jhi                                   on 2000/06/29  22:52:50
3591         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
3592              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3593              Date: Wed, 7 Jun 2000 04:02:04 -0500
3594              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
3595      Branch: cfgperl
3596            ! utils/h2xs.PL
3597 ____________________________________________________________________________
3598 [  6280] By: jhi                                   on 2000/06/29  22:45:47
3599         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
3600              From: rspier@pobox.com (Robert Spier)
3601              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
3602              Message-ID: <14654.31913.845602.610277@rls.cx>
3603      Branch: cfgperl
3604            ! utils/h2xs.PL
3605 ____________________________________________________________________________
3606 [  6279] By: jhi                                   on 2000/06/29  22:38:16
3607         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
3608              From: Tim Ayers <tayers@bridge.com>
3609              Date: Thu, 08 Jun 2000 08:11:06 +0200
3610              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
3611              [resent by Richard Foley, Message-Id probably wrong]
3612      Branch: cfgperl
3613            ! pod/perlsub.pod
3614 ____________________________________________________________________________
3615 [  6278] By: jhi                                   on 2000/06/29  22:21:45
3616         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
3617              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
3618              Date: Fri, 09 Jun 2000 12:39:27 -0400
3619              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
3620              (plus update the version "number" of Text::Wrap)
3621      Branch: cfgperl
3622            ! lib/Text/Wrap.pm
3623 ____________________________________________________________________________
3624 [  6277] By: jhi                                   on 2000/06/29  22:13:10
3625         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
3626              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3627              Date: Mon, 12 Jun 2000 14:55:59 +0100
3628              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
3629      Branch: cfgperl
3630            ! pod/perlfunc.pod
3631 ____________________________________________________________________________
3632 [  6276] By: jhi                                   on 2000/06/29  22:11:06
3633         Log: Subject: [PATCH] Re: eval documentation: context
3634              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3635              Date: Mon, 12 Jun 2000 15:07:29 +0100
3636              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
3637      Branch: cfgperl
3638            ! pod/perlfunc.pod
3639 ____________________________________________________________________________
3640 [  6275] By: jhi                                   on 2000/06/29  21:59:46
3641         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
3642              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3643              Date: Tue, 13 Jun 2000 02:43:48 -0500
3644              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
3645      Branch: cfgperl
3646            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
3647 ____________________________________________________________________________
3648 [  6274] By: jhi                                   on 2000/06/29  21:56:14
3649         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
3650              From: Andy Dougherty <doughera@lafayette.edu>
3651              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
3652              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
3653      Branch: cfgperl
3654            ! ext/File/Glob/Glob.pm
3655 ____________________________________________________________________________
3656 [  6273] By: jhi                                   on 2000/06/29  21:49:09
3657         Log: Subject: [PATCH] xsub attributes
3658              From: Doug MacEachern <dougm@covalent.net>
3659              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
3660              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
3661      Branch: cfgperl
3662            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
3663            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
3664 ____________________________________________________________________________
3665 [  6272] By: jhi                                   on 2000/06/29  21:41:28
3666         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
3667              From: Tom Phoenix <rootbeer@redcat.com>
3668              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
3669              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
3670      Branch: cfgperl
3671            ! lib/Net/Ping.pm
3672 ____________________________________________________________________________
3673 [  6271] By: jhi                                   on 2000/06/29  21:36:55
3674         Log: Subject: PATCH pod/perltie.pod
3675              From: Ian Phillipps <Ian.Phillipps@iname.com>
3676              Date: Fri, 16 Jun 2000 00:17:19 +0100
3677              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
3678              (only the first hunk, the second hunk had already been done
3679              by some other patch)
3680      Branch: cfgperl
3681            ! pod/perltie.pod
3682 ____________________________________________________________________________
3683 [  6270] By: jhi                                   on 2000/06/29  21:24:51
3684         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
3685              From: Nicholas Clark <nick@talking.bollo.cx>
3686              Date: Fri, 23 Jun 2000 16:21:15 +0100
3687              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
3688      Branch: cfgperl
3689            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
3690            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
3691 ____________________________________________________________________________
3692 [  6269] By: jhi                                   on 2000/06/29  19:38:15
3693         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
3694              silence few compiler warnings.
3695      Branch: cfgperl
3696            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
3697 ____________________________________________________________________________
3698 [  6268] By: jhi                                   on 2000/06/29  18:21:50
3699         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
3700              From: Dominic Dunlop <domo@computer.org> 
3701              Date: Thu, 29 Jun 2000 12:32:39 +0200 
3702              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
3703      Branch: cfgperl
3704            ! t/op/sprintf.t
3705 ____________________________________________________________________________
3706 [  6267] By: jhi                                   on 2000/06/29  18:16:07
3707         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
3708              From: Doug MacEachern <dougm@covalent.net>
3709              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
3710              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
3711      Branch: cfgperl
3712            + t/op/method2entersub.t
3713            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
3714            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3715            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
3716            ! xsutils.c
3717 ____________________________________________________________________________
3718 [  6266] By: jhi                                   on 2000/06/29  15:11:15
3719         Log: Subject: [PATCH 5.6.0] cygwin port
3720              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
3721              From: "Fifer, Eric" <EFifer@sanwaint.com>
3722              Date: Thu, 29 Jun 2000 12:58:29 +0100
3723      Branch: cfgperl
3724            ! cygwin/Makefile.SHs
3725 ____________________________________________________________________________
3726 [  6265] By: jhi                                   on 2000/06/29  15:04:05
3727         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
3728              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3729              Date: Wed, 28 Jun 2000 17:50:12 -0700
3730              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
3731      Branch: cfgperl
3732            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3733 ____________________________________________________________________________
3734 [  6264] By: jhi                                   on 2000/06/29  15:00:57
3735         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
3736              From: Marty Lucich <marty@netcom.com>
3737              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
3738              Message-Id: <200006282116.OAA11148@netcom.com>
3739              ccdlflags update (the BSD/OS 4.1 part had already been taken
3740              care of by #6141).
3741      Branch: cfgperl
3742            ! hints/bsdos.sh
3743 ____________________________________________________________________________
3744 [  6263] By: jhi                                   on 2000/06/29  13:47:44
3745         Log: tr fixes from Simon Cozens
3746      Branch: cfgperl
3747            ! doop.c
3748 ____________________________________________________________________________
3749 [  6262] By: jhi                                   on 2000/06/28  18:46:01
3750         Log: Subject: 5.6.0 Patch for EPOC
3751              From: Olaf Flebbe <o.flebbe@gmx.de>
3752              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
3753              Message-ID: <23449.960929969@www11.gmx.net>
3754      Branch: cfgperl
3755            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
3756            ! epoc/epocish.h
3757 ____________________________________________________________________________
3758 [  6261] By: jhi                                   on 2000/06/28  18:29:07
3759         Log: Subject: Re: [PATCH cfgperl] BOMs away!
3760              From: simon@brecon.co.uk (Simon Cozens)
3761              Date: 17 Jun 2000 11:49:57 GMT
3762              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
3763      Branch: cfgperl
3764            ! pod/perldiag.pod t/comp/require.t toke.c
3765 ____________________________________________________________________________
3766 [  6260] By: jhi                                   on 2000/06/28  17:47:16
3767         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
3768              From: simon@brecon.co.uk (Simon Cozens) 
3769              Date: 17 Jun 2000 11:56:44 GMT 
3770              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
3771              pack U0, pack C0
3772      Branch: cfgperl
3773            ! pod/perlfunc.pod pp.c t/op/pack.t
3774 ____________________________________________________________________________
3775 [  6259] By: jhi                                   on 2000/06/28  16:43:17
3776         Log: perlnewmod was missing from MANIFEST.
3777      Branch: cfgperl
3778            ! MANIFEST
3779 ____________________________________________________________________________
3780 [  6258] By: jhi                                   on 2000/06/28  15:54:30
3781         Log: linenumber tweak
3782      Branch: cfgperl
3783            ! t/pragma/warn/regcomp
3784 ____________________________________________________________________________
3785 [  6257] By: jhi                                   on 2000/06/28  15:50:44
3786         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
3787              From: Doug MacEachern <dougm@covalent.net>
3788              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
3789              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
3790              (one part of the patch had been applied earlier)
3791      Branch: cfgperl
3792            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
3793 ____________________________________________________________________________
3794 [  6256] By: jhi                                   on 2000/06/28  15:40:22
3795         Log: tweaks from Simon Conzes to further fix tr/// under utf8
3796      Branch: cfgperl
3797            ! doop.c
3798 ____________________________________________________________________________
3799 [  6255] By: jhi                                   on 2000/06/28  15:33:45
3800         Log: small thinko tweaks
3801      Branch: cfgperl
3802            ! lib/IPC/Open3.pm t/op/my_stash.t
3803 ____________________________________________________________________________
3804 [  6254] By: jhi                                   on 2000/06/28  15:33:25
3805         Log: Subject: tr///, help wanted.
3806              From: simon@brecon.co.uk (Simon Cozens)
3807              Date: 28 Jun 2000 11:29:04 GMT
3808              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
3809      Branch: cfgperl
3810            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
3811            ! pp_proto.h proto.h t/op/tr.t
3812 ____________________________________________________________________________
3813 [  6253] By: jhi                                   on 2000/06/28  15:09:17
3814         Log: Paranoia tweak on #6249.
3815              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3816              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3817              Date: Sun, 25 Jun 2000 23:43:12 -0400
3818              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
3819      Branch: cfgperl
3820            ! lib/IPC/Open3.pm
3821 ____________________________________________________________________________
3822 [  6252] By: jhi                                   on 2000/06/28  15:01:38
3823         Log: Document #6249 and #6251.
3824      Branch: cfgperl
3825            ! lib/Exporter.pm lib/IPC/Open3.pm
3826 ____________________________________________________________________________
3827 [  6251] By: jhi                                   on 2000/06/28  14:50:43
3828         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
3829              From: Doug MacEachern <dougm@covalent.net>
3830              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
3831              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
3832      Branch: cfgperl
3833            ! lib/Exporter.pm
3834 ____________________________________________________________________________
3835 [  6250] By: jhi                                   on 2000/06/28  14:45:23
3836         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
3837              From: Doug MacEachern <dougm@covalent.net>
3838              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
3839              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
3840      Branch: cfgperl
3841            + t/op/my_stash.t
3842            ! MANIFEST embed.pl global.sym proto.h toke.c
3843 ____________________________________________________________________________
3844 [  6249] By: jhi                                   on 2000/06/28  14:36:34
3845         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
3846              From: Frank Tobin <ftobin@uiuc.edu>
3847              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
3848              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
3849      Branch: cfgperl
3850            ! lib/IPC/Open3.pm
3851 ____________________________________________________________________________
3852 [  6248] By: jhi                                   on 2000/06/28  14:11:25
3853         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
3854              From: Mark-Jason Dominus <mjd@plover.com>
3855              Date: Tue, 27 Jun 2000 22:36:42 -0400
3856              Message-ID: <20000628023642.12166.qmail@plover.com>
3857      Branch: cfgperl
3858            ! pod/perlfunc.pod
3859 ____________________________________________________________________________
3860 [  6247] By: jhi                                   on 2000/06/27  12:46:37
3861         Log: Tweak $VERSION, patch from Doug MacEachern.
3862      Branch: cfgperl
3863            ! lib/File/Spec.pm
3864 ____________________________________________________________________________
3865 [  6246] By: jhi                                   on 2000/06/27  03:34:46
3866         Log: Allow for standalone testing.
3867      Branch: cfgperl
3868            ! t/lib/filefunc.t t/lib/filespec.t
3869 ____________________________________________________________________________
3870 [  6245] By: jhi                                   on 2000/06/27  02:50:02
3871         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
3872              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3873              Date: Sat, 24 Jun 2000 13:06:20 +0100
3874              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
3875      Branch: cfgperl
3876            ! ext/DynaLoader/DynaLoader_pm.PL
3877 ____________________________________________________________________________
3878 [  6244] By: jhi                                   on 2000/06/27  02:46:10
3879         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
3880              From: Doug MacEachern <dougm@covalent.net>
3881              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
3882              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
3883      Branch: cfgperl
3884            ! gv.c sv.c t/lib/peek.t
3885 ____________________________________________________________________________
3886 [  6243] By: jhi                                   on 2000/06/27  02:38:07
3887         Log: Subject: [PATCH] is_utf8_string
3888              From: simon@brecon.co.uk (Simon Cozens)
3889              Date: 26 Jun 2000 02:25:59 GMT
3890              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
3891      Branch: cfgperl
3892            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
3893            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
3894            ! proto.h utf8.c
3895 ____________________________________________________________________________
3896 [  6242] By: jhi                                   on 2000/06/27  02:24:00
3897         Log: Subject: [PATCH] bytes<->utf8 fixes
3898              From: simon@brecon.co.uk (Simon Cozens)
3899              Date: 26 Jun 2000 04:55:45 GMT
3900              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
3901      Branch: cfgperl
3902            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
3903 ____________________________________________________________________________
3904 [  6241] By: jhi                                   on 2000/06/27  02:12:42
3905         Log: Do no -warn on \_, only on \alpha.
3906              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
3907              From: David Dyck <dcd@tc.fluke.com>
3908              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
3909              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
3910      Branch: cfgperl
3911            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
3912 ____________________________________________________________________________
3913 [  6240] By: jhi                                   on 2000/06/27  02:00:01
3914         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
3915              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3916              Date: Mon, 26 Jun 2000 18:40:14 +0100
3917              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
3918      Branch: cfgperl
3919            ! utils/h2xs.PL
3920 ____________________________________________________________________________
3921 [  6239] By: jhi                                   on 2000/06/27  01:53:40
3922         Log: Configure maintenance.  Sever some dependency cycles,
3923              separate gccversion from the cc unit,
3924              address [ID 20000623.006] Configure script patch for using gcc on AIX
3925              (but solve it a little bit differently),
3926              unduplex some accidentally duplicated units,
3927              suggest using gcc if no cc available
3928              (p5p thread: "Solaris configure: counterproposal", 1999-09)
3929      Branch: cfgperl
3930            ! Configure Todo-5.6 config_h.SH
3931      Branch: metaconfig
3932            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
3933            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
3934      Branch: metaconfig/U/perl
3935            + gccvers.U
3936            ! d_getespwnam.U d_getprpwnam.U i_prot.U
3937 ____________________________________________________________________________
3938 [  6238] By: jhi                                   on 2000/06/25  18:04:56
3939         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
3940              From: Dan Sugalski <dan@sidhe.org>
3941              Date: Fri, 23 Jun 2000 17:00:00 -0400
3942              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
3943      Branch: cfgperl
3944            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
3945 ____________________________________________________________________________
3946 [  6237] By: jhi                                   on 2000/06/25  16:36:45
3947         Log: Tweak embed.pl, regen headers.
3948      Branch: cfgperl
3949            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
3950            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
3951            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
3952            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
3953            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
3954 ____________________________________________________________________________
3955 [  6236] By: jhi                                   on 2000/06/25  15:26:42
3956         Log: Regen headers.
3957      Branch: cfgperl
3958            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3959            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
3960            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
3961            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
3962            ! regnodes.h warnings.h
3963 ____________________________________________________________________________
3964 [  6235] By: jhi                                   on 2000/06/23  19:39:35
3965         Log: The thread begun by
3966              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
3967              From: Kevin.Ruscoe@ubsw.com
3968              Date: Fri, 16 Jun 2000 16:38:51 +0100
3969              Message-Id: <H000019b03c300d6@MHS>
3970      Branch: cfgperl
3971            ! hints/solaris_2.sh
3972 ____________________________________________________________________________
3973 [  6234] By: jhi                                   on 2000/06/23  19:23:36
3974         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
3975              because when run as services (Win32ese for daemons)
3976              no environment variables are set and tmpdir ends up as /tmp,
3977              which is ambiguous.
3978              
3979              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
3980              From: matt@sergeant.org
3981              Date: 16 Jun 2000 16:30:43 -0000
3982              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
3983      Branch: cfgperl
3984            ! lib/File/Spec/Win32.pm
3985 ____________________________________________________________________________
3986 [  6233] By: jhi                                   on 2000/06/23  19:18:58
3987         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
3988              From: Mark-Jason Dominus <mjd@plover.com>
3989              Date: Fri, 16 Jun 2000 20:53:04 -0400
3990              Message-ID: <20000617005304.8008.qmail@plover.com>
3991      Branch: cfgperl
3992            ! op.h
3993 ____________________________________________________________________________
3994 [  6232] By: jhi                                   on 2000/06/23  16:10:02
3995         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
3996              From: simon@brecon.co.uk (Simon Cozens)
3997              Date: 19 Jun 2000 15:18:27 GMT
3998              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
3999              
4000              plus update pod/Makefile and regenerate perltoc
4001      Branch: cfgperl
4002            + pod/perlutil.pod
4003            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
4004 ____________________________________________________________________________
4005 [  6231] By: jhi                                   on 2000/06/23  15:19:18
4006         Log: Subject: [PATCH 5.6.0] cygwin port
4007              From: "Fifer, Eric" <EFifer@sanwaint.com>
4008              Date: Tue, 20 Jun 2000 14:30:58 +0100
4009              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
4010      Branch: cfgperl
4011            ! README.cygwin lib/File/Find.pm
4012 ____________________________________________________________________________
4013 [  6230] By: jhi                                   on 2000/06/23  14:25:21
4014         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
4015      Branch: cfgperl
4016            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
4017            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
4018            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
4019            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
4020 ____________________________________________________________________________
4021 [  6229] By: jhi                                   on 2000/06/23  14:13:34
4022         Log: Subject: README.hpux version 0.6.1
4023              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
4024              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4025              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
4026      Branch: cfgperl
4027            ! README.hpux
4028 ____________________________________________________________________________
4029 [  6228] By: jhi                                   on 2000/06/23  14:07:20
4030         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
4031              From: Doug MacEachern <dougm@covalent.net>
4032              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
4033              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
4034      Branch: cfgperl
4035            ! op.c
4036 ____________________________________________________________________________
4037 [  6227] By: jhi                                   on 2000/06/23  14:01:06
4038         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
4039              From: Doug MacEachern <dougm@covalent.net>
4040              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
4041              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
4042      Branch: cfgperl
4043            + lib/lib.pm.PL
4044            - lib/lib.pm
4045            ! MANIFEST Makefile.SH
4046 ____________________________________________________________________________
4047 [  6226] By: jhi                                   on 2000/06/23  13:53:07
4048         Log: Subject: [PATCH] remove forward declarations in Socket.pm
4049              From: Doug MacEachern <dougm@covalent.net>
4050              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
4051              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
4052              
4053              From: Doug MacEachern <dougm@covalent.net>
4054              Subject: Re: [PATCH] remove forward declarations in Socket.pm
4055              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
4056              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
4057      Branch: cfgperl
4058            ! ext/Socket/Socket.pm op.c
4059 ____________________________________________________________________________
4060 [  6225] By: jhi                                   on 2000/06/23  13:41:52
4061         Log: Add source code filenames to apidoc.
4062              From: simon@brecon.co.uk (Simon Cozens)
4063              Subject: [PATCH embed.pl] Source X-ref
4064              Date: 22 Jun 2000 02:18:49 GMT
4065              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
4066      Branch: cfgperl
4067            ! embed.pl
4068 ____________________________________________________________________________
4069 [  6224] By: jhi                                   on 2000/06/23  13:32:33
4070         Log: A way to avoid English.pm performance hit.
4071              From: root <root@jester.slaysys.com>
4072              Subject: [YAPATCH English.pm] My turn to putt again
4073              Date: Thu, 22 Jun 2000 20:33:58 -0400
4074              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
4075      Branch: cfgperl
4076            ! lib/English.pm t/lib/english.t
4077 ____________________________________________________________________________
4078 [  6223] By: jhi                                   on 2000/06/23  13:27:06
4079         Log: Avoid double close().
4080              Subject: [PATCH] avoid double close()
4081              From: Doug MacEachern <dougm@covalent.net>
4082              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
4083              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
4084      Branch: cfgperl
4085            ! doio.c
4086 ____________________________________________________________________________
4087 [  6222] By: jhi                                   on 2000/06/23  13:25:54
4088         Log: doc typo fix
4089              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
4090              From: Ian Phillipps <Ian.Phillipps@iname.com>
4091              Date: Fri, 23 Jun 2000 10:40:58 +0100
4092              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
4093      Branch: cfgperl
4094            ! lib/Pod/Usage.pm
4095 ____________________________________________________________________________
4096 [  6221] By: jhi                                   on 2000/06/23  13:24:15
4097         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
4098              From: simon@brecon.co.uk (Simon Cozens)
4099              Subject: [PATCH] Eliminate tr///[CU][CU]
4100              Date: 23 Jun 2000 11:05:40 GMT
4101              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
4102      Branch: cfgperl
4103            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
4104 ____________________________________________________________________________
4105 [  6220] By: jhi                                   on 2000/06/22  16:07:51
4106         Log: Win32 patches from Benjamin Stuhl.
4107      Branch: cfgperl
4108            ! makedef.pl win32/win32.h
4109 ____________________________________________________________________________
4110 [  6219] By: jhi                                   on 2000/06/22  16:06:34
4111         Log: Bytecode patches from Benjamin Stuhl.
4112      Branch: cfgperl
4113            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
4114            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
4115            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4116 ____________________________________________________________________________
4117 [  6218] By: jhi                                   on 2000/06/15  23:54:16
4118         Log: Bytecode patches from Benjamin Stuhl.
4119      Branch: cfgperl
4120            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
4121 ____________________________________________________________________________
4122 [  6217] By: jhi                                   on 2000/06/09  13:38:29
4123         Log: Rename the fdpid locking and integrate with Sarathy.
4124      Branch: cfgperl
4125            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
4126            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
4127            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
4128            ! win32/win32.c
4129           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
4130 ____________________________________________________________________________
4131 [  6216] By: gsar                                  on 2000/06/08  14:54:21
4132         Log: be more optimal about clearing @_
4133      Branch: perl
4134            ! cop.h
4135 ____________________________________________________________________________
4136 [  6215] By: gsar                                  on 2000/06/08  14:33:04
4137         Log: tweak comment about @DB::args
4138      Branch: perl
4139            ! av.h pp_ctl.c
4140 ____________________________________________________________________________
4141 [  6214] By: gsar                                  on 2000/06/08  13:57:54
4142         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
4143              caller() wants to populate @DB::args with it (causes a coredump
4144              in Carp::confess())
4145      Branch: perl
4146            ! cop.h t/op/runlevel.t
4147 ____________________________________________________________________________
4148 [  6213] By: gsar                                  on 2000/06/08  07:06:35
4149         Log: back out change#6106 (seems problematic)
4150      Branch: perl
4151            ! hints/solaris_2.sh
4152 ____________________________________________________________________________
4153 [  6212] By: jhi                                   on 2000/06/07  03:10:36
4154         Log: Continuing mopup for #6204.
4155      Branch: cfgperl
4156            ! ext/B/defsubs_h.PL
4157 ____________________________________________________________________________
4158 [  6211] By: jhi                                   on 2000/06/07  02:41:50
4159         Log: Mopup for #6204.
4160              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
4161              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
4162              This is comes from const() where POK isn't on when expected.
4163      Branch: cfgperl
4164            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
4165            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4166            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
4167            ! perlapi.h pod/perlapi.pod
4168 ____________________________________________________________________________
4169 [  6210] By: jhi                                   on 2000/06/07  01:56:29
4170         Log: Mopup for #6207 and #6209.
4171      Branch: cfgperl
4172            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
4173 ____________________________________________________________________________
4174 [  6209] By: jhi                                   on 2000/06/07  01:33:12
4175         Log: Lock PL_fdpid against race conditions, based on:
4176              Subject: [PATCH 5.6.0]subprocess fixup for threads
4177              From: Dan Sugalski <dan@sidhe.org>
4178              To: perl5-porters@perl.org
4179              Date: Tue, 11 Apr 2000 17:02:32 -0400
4180              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
4181      Branch: cfgperl
4182            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
4183            ! win32/win32.c
4184 ____________________________________________________________________________
4185 [  6208] By: jhi                                   on 2000/06/07  01:05:23
4186         Log: Regen headers for #6207.
4187      Branch: cfgperl
4188            ! embed.h global.sym objXSUB.h proto.h
4189 ____________________________________________________________________________
4190 [  6207] By: jhi                                   on 2000/06/06  23:43:13
4191         Log: Subject: [PATCH 5.6.0] Threadsafe patches
4192              From: Dan Sugalski <dan@sidhe.org>
4193              To: perl5-porters@perl.org
4194              Date: Mon, 08 May 2000 18:08:13 -0400
4195              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
4196      Branch: cfgperl
4197            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
4198            ! proto.h sv.h util.c
4199 ____________________________________________________________________________
4200 [  6206] By: jhi                                   on 2000/06/06  23:21:23
4201         Log: Subject: [PATCH] Eliminate $a/$b in pod
4202              From: David Glasser <me@davidglasser.net>
4203              To: perl5-porters@perl.org
4204              Date: Mon, 29 May 2000 21:15:59 -0400
4205              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
4206      Branch: cfgperl
4207            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
4208            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
4209            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
4210            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
4211            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
4212            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
4213            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
4214            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
4215            ! pod/perlvar.pod pod/perlxs.pod
4216 ____________________________________________________________________________
4217 [  6205] By: jhi                                   on 2000/06/06  23:12:14
4218         Log: Subject: [PATCH] Win32 improvements
4219              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
4220              To: gsar@activestate.com, perl5-porters@perl.org
4221              Date: Mon, 29 May 2000 17:22:24 PDT
4222              Message-ID: <20000530002224.91142.qmail@hotmail.com>
4223              (MUA had mangled many lines by wordwrapping)
4224      Branch: cfgperl
4225            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
4226 ____________________________________________________________________________
4227 [  6204] By: jhi                                   on 2000/06/06  23:01:50
4228         Log: Subject: [PATCH] B::Bytecode patches
4229              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
4230              To: gsar@activestate.com, jhi@iki.fi
4231              Cc: perl5-porters@perl.org
4232              Message-ID: <20000602202526.48694.qmail@hotmail.com>
4233              (MUA had mangled many lines by wordwrapping)
4234      Branch: cfgperl
4235            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
4236            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
4237            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
4238            ! intrpvar.h perl.c
4239 ____________________________________________________________________________
4240 [  6203] By: jhi                                   on 2000/06/06  22:32:43
4241         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
4242              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4243              Date: Tue, 06 Jun 2000 13:07:45 -0700
4244              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
4245      Branch: cfgperl
4246            ! pod/perldiag.pod
4247 ____________________________________________________________________________
4248 [  6202] By: jhi                                   on 2000/06/06  19:38:35
4249         Log: Integrate with Sarathy.
4250      Branch: cfgperl
4251           !> perl.c
4252 ____________________________________________________________________________
4253 [  6201] By: gsar                                  on 2000/06/06  00:42:59
4254         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
4255              does a PUSHMARK that's never ever POPMARKed; in general, only
4256              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
4257              Perl_eval_[sp]v() don't because they don't take any incoming
4258              arguments (this leak has been around since the original version
4259              of perl_eval_pv() in 5.003_97e)
4260      Branch: perl
4261            ! perl.c
4262 ____________________________________________________________________________
4263 [  6200] By: jhi                                   on 2000/06/04  03:44:52
4264         Log: Update to cperl-mode.el 4.31 from
4265              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
4266              Subject: A couple of notes
4267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4268              To: Mailing list Perl5 <perl5-porters@perl.org>
4269              Date: Sat, 3 Jun 2000 23:33:32 -0400
4270              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
4271      Branch: cfgperl
4272            ! emacs/cperl-mode.el
4273 ____________________________________________________________________________
4274 [  6199] By: jhi                                   on 2000/06/03  15:11:05
4275         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
4276              From: Dan Sugalski <dan@sidhe.org>
4277              To: perl5-porters@perl.org, vmsperl@perl.org
4278              Date: Fri, 02 Jun 2000 17:30:51 -0400
4279              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
4280      Branch: cfgperl
4281            ! vms/descrip_mms.template vms/gen_shrfls.pl
4282 ____________________________________________________________________________
4283 [  6198] By: jhi                                   on 2000/06/03  14:59:15
4284         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
4285              From: Dan Sugalski <dan@sidhe.org>
4286              To: vmsperl@perl.org, perl5-porters@perl.org
4287              Date: Fri, 02 Jun 2000 16:00:41 -0400
4288              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
4289              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
4290      Branch: cfgperl
4291            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
4292            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
4293            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
4294 ____________________________________________________________________________
4295 [  6197] By: jhi                                   on 2000/06/03  14:41:30
4296         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
4297              From: John Borwick <jhborwic@unity.ncsu.edu>
4298              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
4299              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
4300      Branch: cfgperl
4301            ! pod/perlsyn.pod
4302 ____________________________________________________________________________
4303 [  6196] By: jhi                                   on 2000/06/03  14:38:09
4304         Log: Integrate with Sarathy.
4305      Branch: cfgperl
4306           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
4307           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
4308           !> vms/perly_c.vms
4309 ____________________________________________________________________________
4310 [  6195] By: gsar                                  on 2000/06/02  22:43:13
4311         Log: fix yet another eval"" leak under USE_ITHREADS
4312      Branch: perl
4313            ! op.c
4314 ____________________________________________________________________________
4315 [  6194] By: gsar                                  on 2000/06/02  18:22:06
4316         Log: fix small eval"" memory leaks under USE_ITHREADS
4317      Branch: perl
4318            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
4319            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
4320            ! vms/perly_c.vms
4321 ____________________________________________________________________________
4322 [  6193] By: jhi                                   on 2000/06/01  13:03:56
4323         Log: Signals-be-gone for microperl.
4324      Branch: cfgperl
4325            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
4326 ____________________________________________________________________________
4327 [  6192] By: jhi                                   on 2000/06/01  12:52:02
4328         Log: Integrate with Sarathy.
4329      Branch: cfgperl
4330           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
4331           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
4332           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
4333           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
4334           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
4335           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
4336           !> t/op/vec.t utils/h2xs.PL
4337 ____________________________________________________________________________
4338 [  6191] By: gsar                                  on 2000/06/01  09:38:21
4339         Log: vec() loses numericalness (modified version of patch suggested
4340              by Robin Barker)
4341      Branch: perl
4342            ! doop.c t/op/vec.t
4343 ____________________________________________________________________________
4344 [  6190] By: gsar                                  on 2000/06/01  09:26:15
4345         Log: submit missing embed.pl change
4346      Branch: perl
4347            ! embed.pl
4348 ____________________________________________________________________________
4349 [  6189] By: gsar                                  on 2000/06/01  09:05:34
4350         Log: counting tr/// corrupts later operation (from M.J.T Guy)
4351      Branch: perl
4352            ! doop.c t/op/tr.t
4353 ____________________________________________________________________________
4354 [  6188] By: gsar                                  on 2000/06/01  08:58:39
4355         Log: h2xs tweaks
4356      Branch: perl
4357            ! utils/h2xs.PL
4358 ____________________________________________________________________________
4359 [  6187] By: gsar                                  on 2000/06/01  08:50:07
4360         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
4361              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
4362      Branch: perl
4363            + lib/Pod/LaTeX.pm
4364            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
4365            ! pod/pod2latex.PL
4366 ____________________________________________________________________________
4367 [  6186] By: gsar                                  on 2000/06/01  08:24:40
4368         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
4369              <wolfgang.laun@alcatel.at>)
4370      Branch: perl
4371            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
4372            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
4373 ____________________________________________________________________________
4374 [  6185] By: gsar                                  on 2000/06/01  08:12:00
4375         Log: remove incorrect documentation about implicit split to @_ in
4376              list context, which never really worked in perl 5 (from
4377              M.J.T. Guy)
4378      Branch: perl
4379            ! pod/perlfunc.pod pod/perltrap.pod
4380 ____________________________________________________________________________
4381 [  6184] By: gsar                                  on 2000/06/01  07:52:27
4382         Log: tweak for change#6127
4383      Branch: perl
4384            ! perl.c
4385 ____________________________________________________________________________
4386 [  6183] By: gsar                                  on 2000/06/01  07:41:02
4387         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
4388              <nick@ccl4.org>)
4389      Branch: perl
4390            + t/lib/selfloader.t
4391            ! MANIFEST lib/SelfLoader.pm
4392 ____________________________________________________________________________
4393 [  6182] By: jhi                                   on 2000/06/01  00:34:42
4394         Log: Be Cleaner Part Deux.
4395      Branch: cfgperl
4396            ! Makefile.SH
4397 ____________________________________________________________________________
4398 [  6181] By: jhi                                   on 2000/06/01  00:32:09
4399         Log: Integrate with Sarathy.
4400      Branch: cfgperl
4401           !> pp.c t/op/arith.t
4402 ____________________________________________________________________________
4403 [  6180] By: jhi                                   on 2000/06/01  00:31:13
4404         Log: microperl nits from Simon Cozens.
4405      Branch: cfgperl
4406            + uconfig.h
4407            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
4408            ! unixish.h
4409 ____________________________________________________________________________
4410 [  6179] By: gsar                                  on 2000/05/31  22:37:51
4411         Log: buggy modulus on UVs introduced by change#3378 (resulted in
4412              4063328477 % 65535 amounting to 27406, instead of 27407)
4413      Branch: perl
4414            ! pp.c t/op/arith.t
4415 ____________________________________________________________________________
4416 [  6178] By: jhi                                   on 2000/05/31  21:52:41
4417         Log: Be cleaner.
4418      Branch: cfgperl
4419            ! Makefile.SH
4420 ____________________________________________________________________________
4421 [  6177] By: jhi                                   on 2000/05/31  21:47:33
4422         Log: Substitution utf8 patch from Simon Cozens.
4423      Branch: cfgperl
4424            ! pp_hot.c
4425 ____________________________________________________________________________
4426 [  6176] By: jhi                                   on 2000/05/31  21:45:34
4427         Log: Single-quoted utf8 patch from Simon Cozens.
4428      Branch: cfgperl
4429            ! toke.c
4430 ____________________________________________________________________________
4431 [  6175] By: jhi                                   on 2000/05/31  21:40:18
4432         Log: Integrate with Sarathy.
4433      Branch: cfgperl
4434           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
4435 ____________________________________________________________________________
4436 [  6174] By: jhi                                   on 2000/05/31  21:37:31
4437         Log: microperl changes from Simon Cozens; Makefile for microperl
4438              written from scratch; few casts added as microperl compilation
4439              doesn't have all prototypes available.
4440      Branch: cfgperl
4441            + Makefile.micro README.micro Todo.micro uconfig.sh
4442            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
4443            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
4444      Branch: metaconfig
4445            + U/modified/Config_h.U
4446 ____________________________________________________________________________
4447 [  6173] By: jhi                                   on 2000/05/31  20:00:24
4448         Log: metaconfig maintenance.
4449      Branch: metaconfig
4450            + U/modified/Inhdr.U U/typedefs/inotype.U
4451      Branch: metaconfig/U/perl
4452            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
4453            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
4454 ____________________________________________________________________________
4455 [  6172] By: gsar                                  on 2000/05/31  05:05:42
4456         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
4457              (from Ilya Zakharevich)
4458      Branch: perl
4459            ! regexec.c t/op/re_tests
4460 ____________________________________________________________________________
4461 [  6171] By: gsar                                  on 2000/05/31  05:01:47
4462         Log: scalar() doesn't force scalar context when used in void context
4463              (from Simon Cozens)
4464      Branch: perl
4465            ! op.c t/op/wantarray.t
4466 ____________________________________________________________________________
4467 [  6170] By: gsar                                  on 2000/05/31  04:41:33
4468         Log: change#6142 needs tweaks to tests to work where there's no symlink()
4469              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
4470      Branch: perl
4471            ! t/lib/filefind.t
4472 ____________________________________________________________________________
4473 [  6169] By: gsar                                  on 2000/05/31  04:29:49
4474         Log: integrate cfgperl contents into mainline
4475      Branch: perl
4476           +> pod/perlmodlib.PL pod/perlnewmod.pod
4477           !> (integrate 42 files)
4478 ____________________________________________________________________________
4479 [  6168] By: jhi                                   on 2000/05/30  22:53:37
4480         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
4481      Branch: cfgperl
4482            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4483            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
4484            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
4485            ! win32/config.bc win32/config.gc win32/config.vc
4486            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4487            ! win32/config_h.PL win32/config_sh.PL
4488      Branch: metaconfig/U/perl
4489            ! perlxv.U
4490 ____________________________________________________________________________
4491 [  6167] By: jhi                                   on 2000/05/30  22:20:21
4492         Log: tweak todo 
4493      Branch: cfgperl
4494            ! Todo-5.6
4495 ____________________________________________________________________________
4496 [  6166] By: jhi                                   on 2000/05/30  22:11:51
4497         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
4498              in case somebody wants to write an extension for more
4499              shadow database interfaces.
4500      Branch: cfgperl
4501            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4502            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
4503            ! vos/config.def vos/config.h vos/config_h.SH_orig
4504            ! win32/config.bc win32/config.gc win32/config.vc
4505            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4506      Branch: metaconfig
4507            ! U/modified/Myinit.U
4508      Branch: metaconfig/U/perl
4509            + d_getespwnam.U d_getprpwnam.U i_prot.U
4510 ____________________________________________________________________________
4511 [  6165] By: jhi                                   on 2000/05/30  18:35:34
4512         Log: Integrate with Sarathy.
4513      Branch: cfgperl
4514           !> op.c
4515 ____________________________________________________________________________
4516 [  6164] By: jhi                                   on 2000/05/30  18:30:16
4517         Log: detypo
4518      Branch: cfgperl
4519            ! Configure config_h.SH
4520      Branch: metaconfig/U/perl
4521            ! perlxv.U
4522 ____________________________________________________________________________
4523 [  6163] By: gsar                                  on 2000/05/30  03:24:03
4524         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
4525      Branch: perl
4526            ! op.c
4527 ____________________________________________________________________________
4528 [  6162] By: gsar                                  on 2000/05/30  03:09:38
4529         Log: fix memory leak in method call optimization (change#3768);
4530              made C<eval "$x->foo()"> leak
4531      Branch: perl
4532            ! op.c
4533 ____________________________________________________________________________
4534 [  6161] By: jhi                                   on 2000/05/29  17:56:26
4535         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
4536              both from Simon Cozens.
4537      Branch: cfgperl
4538            + pod/perlmodlib.PL pod/perlnewmod.pod
4539            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
4540            ! pod/perlmodlib.pod pod/perltoc.pod
4541 ____________________________________________________________________________
4542 [  6160] By: jhi                                   on 2000/05/29  17:23:55
4543         Log: Changes for the File::Temp 0.08 (change #6159) test suite
4544              to fit better into the Perl distribution test framework.
4545      Branch: cfgperl
4546            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
4547            ! t/lib/ftmp-tempfile.t
4548 ____________________________________________________________________________
4549 [  6159] By: jhi                                   on 2000/05/29  16:55:36
4550         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
4551      Branch: cfgperl
4552            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
4553            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
4554 ____________________________________________________________________________
4555 [  6158] By: bailey                                on 2000/05/29  16:22:08
4556         Log: Add fallback to tmpfile for use in cases where user's relying on
4557              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
4558              Lane's patch)
4559      Branch: vmsperl
4560            ! vms/vms.c vms/vmsish.h
4561 ____________________________________________________________________________
4562 [  6157] By: jhi                                   on 2000/05/29  03:10:36
4563         Log: Regen Configure to jive with #6149.
4564      Branch: cfgperl
4565            ! Configure
4566      Branch: metaconfig
4567            ! U/modified/Getfile.U
4568 ____________________________________________________________________________
4569 [  6156] By: jhi                                   on 2000/05/29  03:01:38
4570         Log: Integrate with Sarathy.
4571      Branch: cfgperl
4572           +> ext/DynaLoader/dl_mac.xs
4573           !> (integrate 38 files)
4574 ____________________________________________________________________________
4575 [  6155] By: gsar                                  on 2000/05/28  21:15:58
4576         Log: small bug in change#6144; remove random \xA0 character that snuck
4577              in via change#6145
4578      Branch: perl
4579            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
4580 ____________________________________________________________________________
4581 [  6154] By: gsar                                  on 2000/05/28  21:04:19
4582         Log: avoid type mismatch warning
4583      Branch: perl
4584            ! perl.c
4585 ____________________________________________________________________________
4586 [  6153] By: gsar                                  on 2000/05/28  20:58:31
4587         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
4588              <nick@Bagpuss.uk.boo.com>)
4589      Branch: perl
4590            ! lib/Test/Harness.pm
4591 ____________________________________________________________________________
4592 [  6152] By: gsar                                  on 2000/05/28  20:53:42
4593         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
4594      Branch: perl
4595            ! regexec.c
4596 ____________________________________________________________________________
4597 [  6151] By: gsar                                  on 2000/05/28  20:50:28
4598         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
4599      Branch: perl
4600            ! regexec.c
4601 ____________________________________________________________________________
4602 [  6150] By: gsar                                  on 2000/05/28  20:39:58
4603         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
4604      Branch: perl
4605            ! pod/perlrequick.pod
4606 ____________________________________________________________________________
4607 [  6149] By: gsar                                  on 2000/05/28  20:35:16
4608         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
4609              <troc@netrus.net>)
4610      Branch: perl
4611            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
4612            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
4613            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
4614            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
4615 ____________________________________________________________________________
4616 [  6148] By: gsar                                  on 2000/05/28  20:21:07
4617         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
4618      Branch: perl
4619            ! lib/ExtUtils/MM_Unix.pm
4620 ____________________________________________________________________________
4621 [  6147] By: gsar                                  on 2000/05/28  20:12:41
4622         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
4623              (from Peter Prymmer)
4624      Branch: perl
4625            ! vms/subconfigure.com
4626 ____________________________________________________________________________
4627 [  6146] By: gsar                                  on 2000/05/28  20:06:15
4628         Log: doc typo
4629      Branch: perl
4630            ! lib/warnings.pm warnings.h warnings.pl
4631 ____________________________________________________________________________
4632 [  6145] By: gsar                                  on 2000/05/28  18:44:33
4633         Log: make xsubpp skip embedded pod (from Matthias Neeracher
4634              <neeri@iis.ee.ethz.ch>)
4635      Branch: perl
4636            ! lib/ExtUtils/xsubpp
4637 ____________________________________________________________________________
4638 [  6144] By: gsar                                  on 2000/05/28  18:42:49
4639         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
4640              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
4641              <neeri@iis.ee.ethz.ch>)
4642      Branch: perl
4643            ! lib/AutoSplit.pm
4644 ____________________________________________________________________________
4645 [  6143] By: gsar                                  on 2000/05/28  18:41:12
4646         Log: MacOS support, part 1 (from Matthias Neeracher
4647              <neeri@iis.ee.ethz.ch>)
4648      Branch: perl
4649            + ext/DynaLoader/dl_mac.xs
4650            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
4651            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
4652            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
4653            ! util.h
4654 ____________________________________________________________________________
4655 [  6142] By: gsar                                  on 2000/05/28  18:21:51
4656         Log: File::Find fails to chdir when chasing symlinks (from
4657              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
4658      Branch: perl
4659            ! lib/File/Find.pm t/lib/filefind.t
4660 ____________________________________________________________________________
4661 [  6141] By: jhi                                   on 2000/05/28  14:25:15
4662         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
4663              forwarded by Peter Seebach from the bsdi-users mailing list.
4664              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
4665      Branch: perl
4666            ! hints/bsdos.sh
4667 ____________________________________________________________________________
4668 [  6140] By: jhi                                   on 2000/05/28  14:11:57
4669         Log: Integrate with Sarathy.
4670      Branch: cfgperl
4671           +> (branch 30 files)
4672           !> (integrate 93 files)
4673 ____________________________________________________________________________
4674 [  6139] By: gsar                                  on 2000/05/28  10:01:48
4675         Log: revise mktables.PL for bugs and newness in Unicode 3.0
4676              (from James Bence <jbence@amgen.com>)
4677      Branch: perl
4678            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
4679            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
4680            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
4681            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
4682            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
4683            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
4684            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
4685            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
4686            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
4687            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
4688            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
4689            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
4690            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
4691            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
4692            + lib/unicode/Is/SylWU.pl
4693            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
4694            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
4695            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
4696            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
4697            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
4698            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
4699            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
4700            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
4701            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
4702            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
4703            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
4704            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
4705            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
4706            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
4707            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
4708            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
4709            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
4710            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
4711            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
4712            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
4713            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
4714            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
4715            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
4716            ! lib/unicode/Makefile lib/unicode/mktables.PL
4717 ____________________________________________________________________________
4718 [  6138] By: gsar                                  on 2000/05/28  08:50:32
4719         Log: add note about the handling of negative indices to tied arrays
4720              (from Michael G Schwern <schwern@pobox.com>)
4721      Branch: perl
4722            ! pod/perltie.pod
4723 ____________________________________________________________________________
4724 [  6137] By: gsar                                  on 2000/05/28  08:46:10
4725         Log: fix bogus redeclaration warning for "our" variables in different
4726              scopes
4727      Branch: perl
4728            ! op.c t/pragma/strict-vars
4729 ____________________________________________________________________________
4730 [  6136] By: gsar                                  on 2000/05/28  08:31:20
4731         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
4732      Branch: perl
4733            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
4734 ____________________________________________________________________________
4735 [  6135] By: gsar                                  on 2000/05/28  08:17:50
4736         Log: enable Test::Harness to dynamically determine column width etc.
4737              (from Rob Napier <rnapier@employees.org>)
4738      Branch: perl
4739            ! lib/Test/Harness.pm
4740 ____________________________________________________________________________
4741 [  6134] By: gsar                                  on 2000/05/28  08:13:39
4742         Log: make Test::Harness use wait.h/WCOREDUMP if available
4743              (from Ben Tilly <ben_tilly@hotmail.com>)
4744      Branch: perl
4745            ! lib/Test/Harness.pm
4746 ____________________________________________________________________________
4747 [  6133] By: gsar                                  on 2000/05/28  08:08:05
4748         Log: elide bogus test in change#6132
4749      Branch: perl
4750            ! t/pragma/warn/9enabled
4751 ____________________________________________________________________________
4752 [  6132] By: gsar                                  on 2000/05/28  08:03:14
4753         Log: warnings::enabled() doesn't fall back to looking at $^W if
4754              caller isn't using lexical warnings (from Paul Marquess)
4755      Branch: perl
4756            ! pp_ctl.c t/pragma/warn/9enabled
4757 ____________________________________________________________________________
4758 [  6131] By: gsar                                  on 2000/05/28  07:57:47
4759         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
4760      Branch: perl
4761            ! ext/POSIX/POSIX.pm
4762 ____________________________________________________________________________
4763 [  6130] By: gsar                                  on 2000/05/28  07:29:12
4764         Log: fix places that mean C<"word" character> but say C<alphanumeric
4765              character>
4766      Branch: perl
4767            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
4768 ____________________________________________________________________________
4769 [  6129] By: gsar                                  on 2000/05/28  07:18:41
4770         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
4771      Branch: perl
4772            ! vms/test.com
4773 ____________________________________________________________________________
4774 [  6128] By: gsar                                  on 2000/05/28  07:12:55
4775         Log: new perlxstut example for passing/returning refs to arrays
4776              (from David Lowe <dlowe@pootpoot.com>)
4777      Branch: perl
4778            ! pod/perlxstut.pod
4779 ____________________________________________________________________________
4780 [  6127] By: gsar                                  on 2000/05/28  07:02:50
4781         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
4782              failed (from Gisle Aas)
4783      Branch: perl
4784            ! cop.h perl.c
4785 ____________________________________________________________________________
4786 [  6126] By: gsar                                  on 2000/05/28  06:39:53
4787         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
4788              (reworked variant of patch suggested by Simon Cozens)
4789      Branch: perl
4790            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
4791            ! pp_hot.c proto.h t/op/gv.t
4792 ____________________________________________________________________________
4793 [  6125] By: gsar                                  on 2000/05/28  05:14:55
4794         Log: enable propagating exception objects via Perl_croak() in XS code
4795              (from Gisle Aas)
4796      Branch: perl
4797            ! util.c
4798 ____________________________________________________________________________
4799 [  6124] By: gsar                                  on 2000/05/28  05:07:28
4800         Log: integrate vmsperl contents into mainline
4801      Branch: perl
4802           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
4803           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
4804           !> vms/vmsish.h
4805 ____________________________________________________________________________
4806 [  6123] By: gsar                                  on 2000/05/28  05:03:53
4807         Log: clarify gotcha with #line directives (from Rocco Caputo
4808              <troc@netrus.net>)
4809      Branch: perl
4810            ! pod/perldebug.pod pod/perlsyn.pod
4811 ____________________________________________________________________________
4812 [  6122] By: gsar                                  on 2000/05/28  04:58:29
4813         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
4814              (from Mark-Jason Dominus)
4815      Branch: perl
4816            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
4817            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
4818            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
4819            ! toke.c
4820 ____________________________________________________________________________
4821 [  6121] By: bailey                                on 2000/05/25  04:46:54
4822         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
4823              lists (based on fixes by Craig Berry)
4824      Branch: vmsperl
4825            ! lib/File/Spec/VMS.pm
4826 ____________________________________________________________________________
4827 [  6120] By: bailey                                on 2000/05/25  04:25:38
4828         Log: Add missing escape (Charles Lane)
4829      Branch: vmsperl
4830            ! t/op/lex_assign.t
4831 ____________________________________________________________________________
4832 [  6119] By: bailey                                on 2000/05/25  04:21:25
4833         Log: Quiet error messages in vmsish.t (Charles Lane)
4834      Branch: vmsperl
4835            ! vms/ext/vmsish.t
4836 ____________________________________________________________________________
4837 [  6118] By: bailey                                on 2000/05/25  04:17:57
4838         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
4839              Flatten case labels in switch statements uniformly (Charles Bailey)
4840      Branch: vmsperl
4841            ! vms/vms.c
4842 ____________________________________________________________________________
4843 [  6117] By: bailey                                on 2000/05/25  03:58:09
4844         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
4845      Branch: vmsperl
4846            ! vms/vmsish.h
4847 ____________________________________________________________________________
4848 [  6116] By: bailey                                on 2000/05/25  03:11:15
4849         Log: Miscellaneous cosmetic fixes (Charles Lane)
4850      Branch: vmsperl
4851            ! lib/ExtUtils/MM_VMS.pm
4852 ____________________________________________________________________________
4853 [  6115] By: bailey                                on 2000/05/25  03:10:36
4854         Log: Add bounds checking for several strings (Charles Lane)
4855      Branch: vmsperl
4856            ! vms/vms.c
4857 ____________________________________________________________________________
4858 [  6114] By: bailey                                on 2000/05/25  02:25:34
4859         Log: Urk -- undo previous removal of vmsish 'exit' change
4860      Branch: vmsperl
4861            ! vms/ext/vmsish.pm vms/vmsish.h
4862 ____________________________________________________________________________
4863 [  6113] By: bailey                                on 2000/05/24  02:24:40
4864         Log: Ugly workaround for version-specific RTL error
4865      Branch: vmsperl
4866            ! vms/vms.c
4867 ____________________________________________________________________________
4868 [  6112] By: bailey                                on 2000/05/24  02:19:55
4869         Log: Check for existence of file before trying to delete
4870      Branch: vmsperl
4871            ! vms/test.com
4872 ____________________________________________________________________________
4873 [  6111] By: bailey                                on 2000/05/23  23:35:13
4874         Log: Resync with mainline prior to post-5.6.0 updates
4875      Branch: vmsperl
4876           +> (branch 49 files)
4877            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
4878            ! vms/ext/vmsish.pm
4879           !> (integrate 334 files)
4880 ____________________________________________________________________________
4881 [  6110] By: jhi                                   on 2000/05/23  19:28:32
4882         Log: todo tweak
4883      Branch: cfgperl
4884            ! Todo-5.6
4885 ____________________________________________________________________________
4886 [  6109] By: jhi                                   on 2000/05/18  17:38:54
4887         Log: Integrate with Sarathy.
4888      Branch: cfgperl
4889           !> mg.c perl.h win32/perlhost.h
4890 ____________________________________________________________________________
4891 [  6108] By: gsar                                  on 2000/05/17  02:24:56
4892         Log: reenable fake signal handling on Windows, bugs and all
4893      Branch: perl
4894            ! mg.c perl.h win32/perlhost.h
4895 ____________________________________________________________________________
4896 [  6107] By: jhi                                   on 2000/05/15  18:01:41
4897         Log: Tweak the todo list.
4898      Branch: cfgperl
4899            ! Todo-5.6
4900 ____________________________________________________________________________
4901 [  6106] By: jhi                                   on 2000/05/15  13:41:48
4902         Log: The (Configure) script refuses to go on, after asking for
4903              'You may also choose to try maximal 64-bitness....'.
4904              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
4905              -- Patrick Zima
4906              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
4907      Branch: cfgperl
4908            ! hints/solaris_2.sh
4909 ____________________________________________________________________________
4910 [  6105] By: jhi                                   on 2000/05/11  14:37:43
4911         Log: Integrate with Sarathy.
4912      Branch: cfgperl
4913           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
4914           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
4915 ____________________________________________________________________________
4916 [  6104] By: gsar                                  on 2000/05/11  03:39:07
4917         Log: PL_sys_intern was being initialized too late on windows
4918      Branch: perl
4919            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
4920            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
4921 ____________________________________________________________________________
4922 [  6103] By: jhi                                   on 2000/05/09  19:42:20
4923         Log: Test tweaking for Unicos continues.
4924      Branch: cfgperl
4925            ! t/op/64bitint.t
4926 ____________________________________________________________________________
4927 [  6102] By: jhi                                   on 2000/05/09  16:47:27
4928         Log: The test suite tweak in #6101 wasn't quite right.
4929      Branch: cfgperl
4930            ! t/lib/complex.t
4931 ____________________________________________________________________________
4932 [  6101] By: jhi                                   on 2000/05/09  15:35:34
4933         Log: Hints and test tweaks for Unicos.
4934      Branch: cfgperl
4935            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
4936 ____________________________________________________________________________
4937 [  6100] By: jhi                                   on 2000/05/08  21:15:06
4938         Log: More compilation tweakery from Allen Smith.
4939      Branch: cfgperl
4940            ! hints/irix_6.sh
4941 ____________________________________________________________________________
4942 [  6099] By: jhi                                   on 2000/05/08  19:21:18
4943         Log: Tweaks for the cc bugs from Allen Smith.
4944      Branch: cfgperl
4945            ! hints/irix_6.sh
4946 ____________________________________________________________________________
4947 [  6098] By: jhi                                   on 2000/05/08  19:13:37
4948         Log: Add a note about other, yet unsupported, shadow password APIs.
4949      Branch: cfgperl
4950            ! pp_sys.c
4951 ____________________________________________________________________________
4952 [  6097] By: jhi                                   on 2000/05/08  18:46:34
4953         Log: Add a note about possible compilation problems from Allen Smith.
4954      Branch: cfgperl
4955            ! hints/irix_6.sh
4956 ____________________________________________________________________________
4957 [  6096] By: jhi                                   on 2000/05/08  17:33:10
4958         Log: Integrate with Sarathy.
4959      Branch: cfgperl
4960           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
4961           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
4962 ____________________________________________________________________________
4963 [  6095] By: jhi                                   on 2000/05/08  16:21:33
4964         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
4965              might be useful in future.
4966      Branch: cfgperl
4967            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4968            ! config_h.SH
4969      Branch: metaconfig
4970            ! U/installdirs/inc_version_list.U
4971      Branch: metaconfig/U/perl
4972            ! perlxv.U
4973 ____________________________________________________________________________
4974 [  6094] By: gsar                                  on 2000/05/08  14:22:22
4975         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
4976      Branch: perl
4977            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
4978            ! hints/cygwin.sh pp_sys.c
4979 ____________________________________________________________________________
4980 [  6093] By: gsar                                  on 2000/05/08  12:52:28
4981         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
4982              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
4983      Branch: perl
4984            ! pp_sys.c sv.c win32/perlhost.h
4985 ____________________________________________________________________________
4986 [  6092] By: jhi                                   on 2000/05/07  22:40:34
4987         Log: Regen perltoc with the fixed buildtoc.
4988      Branch: cfgperl
4989            ! pod/perltoc.pod
4990 ____________________________________________________________________________
4991 [  6091] By: jhi                                   on 2000/05/07  22:24:16
4992         Log: Integrate with Sarathy.
4993      Branch: cfgperl
4994           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
4995           !> t/op/substr.t toke.c
4996 ____________________________________________________________________________
4997 [  6090] By: gsar                                  on 2000/05/07  19:47:07
4998         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
4999              [NI]OK; added tests for both
5000      Branch: perl
5001            ! perl.c pp_hot.c sv.c t/op/substr.t
5002 ____________________________________________________________________________
5003 [  6089] By: gsar                                  on 2000/05/07  18:18:38
5004         Log: buildtoc tweak to fix newline lossage
5005      Branch: perl
5006            ! pod/buildtoc
5007 ____________________________________________________________________________
5008 [  6088] By: jhi                                   on 2000/05/07  16:35:36
5009         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
5010              because we do not use those.  The HAS_GETSPNAM remains,
5011              though, because we still do use that.
5012      Branch: cfgperl
5013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5014            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
5015            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
5016            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
5017            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5018            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
5019 ____________________________________________________________________________
5020 [  6087] By: gsar                                  on 2000/05/07  16:05:16
5021         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
5022      Branch: perl
5023            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
5024 ____________________________________________________________________________
5025 [  6086] By: jhi                                   on 2000/05/07  15:27:07
5026         Log: Integrate with Sarathy.
5027      Branch: cfgperl
5028           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
5029           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
5030           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
5031           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
5032           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
5033           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
5034 ____________________________________________________________________________
5035 [  6085] By: gsar                                  on 2000/05/07  05:52:02
5036         Log: repeat operator (x) doesn't preserve utf8-ness
5037      Branch: perl
5038            ! pp.c t/op/substr.t
5039 ____________________________________________________________________________
5040 [  6084] By: gsar                                  on 2000/05/07  05:39:55
5041         Log: substr() does not preserve utf8-ness (from Stefan Eissing
5042              <Eissing@medicaldataservice.de>); added tests
5043      Branch: perl
5044            ! pp.c t/op/substr.t
5045 ____________________________________________________________________________
5046 [  6083] By: gsar                                  on 2000/05/07  05:24:46
5047         Log: note about undocumented caller() return value (from M.J.T. Guy);
5048              yet another peek.t tweak
5049      Branch: perl
5050            ! pod/perlfunc.pod t/lib/peek.t
5051 ____________________________________________________________________________
5052 [  6082] By: gsar                                  on 2000/05/07  05:08:40
5053         Log: peek.t non-portable to ithreads
5054      Branch: perl
5055            ! t/lib/peek.t
5056 ____________________________________________________________________________
5057 [  6081] By: gsar                                  on 2000/05/07  04:17:04
5058         Log: better default perlbug categories for ok reports (from Richard Foley)
5059      Branch: perl
5060            ! utils/perlbug.PL
5061 ____________________________________________________________________________
5062 [  6080] By: gsar                                  on 2000/05/07  04:08:07
5063         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
5064              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
5065      Branch: perl
5066            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
5067            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
5068            ! AUTHORS MAINTAIN MANIFEST
5069 ____________________________________________________________________________
5070 [  6079] By: gsar                                  on 2000/05/07  04:01:38
5071         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
5072      Branch: perl
5073            ! lib/Carp/Heavy.pm
5074 ____________________________________________________________________________
5075 [  6078] By: gsar                                  on 2000/05/07  01:24:19
5076         Log: workaround for CRT bug in chdir() (from Charles Lane, via
5077              Peter Prymmer)
5078      Branch: perl
5079            ! iperlsys.h vms/vms.c vms/vmsish.h
5080 ____________________________________________________________________________
5081 [  6077] By: gsar                                  on 2000/05/07  01:22:23
5082         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
5083              and Tom Phoenix)
5084      Branch: perl
5085            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
5086 ____________________________________________________________________________
5087 [  6076] By: gsar                                  on 2000/05/06  17:36:29
5088         Log: integrate cfgperl contents into mainline
5089      Branch: perl
5090           +> t/lib/peek.t
5091           !> Configure MANIFEST Porting/Glossary Porting/config.sh
5092           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
5093           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
5094           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
5095 ____________________________________________________________________________
5096 [  6075] By: jhi                                   on 2000/05/05  18:56:10
5097         Log: Make the test more portable.
5098      Branch: cfgperl
5099            ! t/lib/peek.t
5100 ____________________________________________________________________________
5101 [  6074] By: jhi                                   on 2000/05/05  18:49:20
5102         Log: Introduce t/lib/peek.t.
5103      Branch: cfgperl
5104            + t/lib/peek.t
5105            ! MANIFEST
5106 ____________________________________________________________________________
5107 [  6073] By: jhi                                   on 2000/05/05  14:30:45
5108         Log: Complex tweaks.
5109      Branch: cfgperl
5110            ! lib/Math/Complex.pm t/lib/complex.t
5111 ____________________________________________________________________________
5112 [  6072] By: jhi                                   on 2000/05/05  12:27:13
5113         Log: Integrate with Sarathy.
5114      Branch: cfgperl
5115           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5116           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
5117           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
5118           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
5119 ____________________________________________________________________________
5120 [  6071] By: gsar                                  on 2000/05/05  02:24:46
5121         Log: misformatted perllocal.pod (from Tim Jenness
5122              <t.jenness@jach.hawaii.edu>)
5123      Branch: perl
5124            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5125 ____________________________________________________________________________
5126 [  6070] By: gsar                                  on 2000/05/05  02:16:52
5127         Log: remove misleading comment (from M.J.T. Guy)
5128      Branch: perl
5129            ! t/lib/anydbm.t
5130 ____________________________________________________________________________
5131 [  6069] By: gsar                                  on 2000/05/05  02:15:13
5132         Log: File::Spec compatibility update (from Barrie Slaymaker
5133              <barries@slaysys.com>)
5134      Branch: perl
5135            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
5136            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
5137 ____________________________________________________________________________
5138 [  6068] By: gsar                                  on 2000/05/05  02:01:50
5139         Log: note about values()
5140      Branch: perl
5141            ! pod/perlfunc.pod
5142 ____________________________________________________________________________
5143 [  6067] By: gsar                                  on 2000/05/05  01:33:09
5144         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
5145      Branch: perl
5146            ! win32/win32.c
5147 ____________________________________________________________________________
5148 [  6066] By: gsar                                  on 2000/05/05  01:23:43
5149         Log: s/END/CHECK/
5150      Branch: perl
5151            ! perl.c
5152 ____________________________________________________________________________
5153 [  6065] By: jhi                                   on 2000/05/04  17:30:22
5154         Log: Integrate with Sarathy.
5155      Branch: cfgperl
5156           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
5157 ____________________________________________________________________________
5158 [  6064] By: gsar                                  on 2000/05/04  17:26:14
5159         Log: change#5905 wasn't quite right--it's intent only applies when arguments
5160              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
5161      Branch: perl
5162            ! pp_sys.c sv.c
5163 ____________________________________________________________________________
5164 [  6063] By: gsar                                  on 2000/05/04  16:52:29
5165         Log: tokeq() could read unallocated field in argument
5166      Branch: perl
5167            ! toke.c
5168 ____________________________________________________________________________
5169 [  6062] By: gsar                                  on 2000/05/04  16:34:51
5170         Log: additional tests for utf8.t
5171      Branch: perl
5172            ! t/pragma/utf8.t
5173 ____________________________________________________________________________
5174 [  6061] By: gsar                                  on 2000/05/04  16:09:28
5175         Log: change#5921 neglected to make eq honor "use bytes"
5176      Branch: perl
5177            ! sv.c
5178 ____________________________________________________________________________
5179 [  6060] By: jhi                                   on 2000/05/04  15:30:16
5180         Log: Integrate with Sarathy.
5181      Branch: cfgperl
5182           !> perl.c regcomp.c t/pragma/utf8.t
5183 ____________________________________________________________________________
5184 [  6059] By: jhi                                   on 2000/05/04  15:26:37
5185         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
5186              in natively 64-bit platforms where a long is a quad (no need
5187              for long longs).  Also added bias for IVs.
5188      Branch: cfgperl
5189            ! toke.c
5190 ____________________________________________________________________________
5191 [  6058] By: gsar                                  on 2000/05/04  00:19:14
5192         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
5193              (spotted by Donald Kinzer <dkinzer@premia.com>)
5194      Branch: perl
5195            ! perl.c
5196 ____________________________________________________________________________
5197 [  6057] By: gsar                                  on 2000/05/03  18:34:01
5198         Log: fix broken parsing of /\x{ab}/
5199      Branch: perl
5200            ! regcomp.c t/pragma/utf8.t
5201 ____________________________________________________________________________
5202 [  6056] By: jhi                                   on 2000/05/03  17:57:16
5203         Log: The search of infinity continues, this time simplified.
5204      Branch: cfgperl
5205            ! lib/Math/Complex.pm
5206 ____________________________________________________________________________
5207 [  6055] By: jhi                                   on 2000/05/03  17:45:30
5208         Log: Detypo.
5209      Branch: cfgperl
5210            ! hints/unicos.sh
5211 ____________________________________________________________________________
5212 [  6054] By: jhi                                   on 2000/05/02  22:28:27
5213         Log: Be more forgiving in POSIX about HUGE_VALL.
5214      Branch: cfgperl
5215            ! ext/POSIX/POSIX.xs
5216 ____________________________________________________________________________
5217 [  6053] By: jhi                                   on 2000/05/02  22:25:05
5218         Log: Integrate with Sarathy.
5219      Branch: cfgperl
5220           !> hints/irix_6.sh pod/perlop.pod
5221 ____________________________________________________________________________
5222 [  6052] By: jhi                                   on 2000/05/02  22:24:31
5223         Log: Unicos hint tweak.
5224      Branch: cfgperl
5225            ! hints/unicos.sh
5226 ____________________________________________________________________________
5227 [  6051] By: jhi                                   on 2000/05/02  22:21:26
5228         Log: Complex tweakery.
5229      Branch: cfgperl
5230            ! lib/Math/Complex.pm t/lib/complex.t
5231 ____________________________________________________________________________
5232 [  6050] By: jhi                                   on 2000/05/02  19:26:22
5233         Log: Use setxxent()/endxxent().
5234      Branch: cfgperl
5235            ! t/op/grent.t t/op/pwent.t
5236 ____________________________________________________________________________
5237 [  6049] By: jhi                                   on 2000/05/02  19:06:02
5238         Log: Test both the scalar and list contexts.
5239      Branch: cfgperl
5240            ! t/op/grent.t t/op/pwent.t
5241 ____________________________________________________________________________
5242 [  6048] By: gsar                                  on 2000/05/02  18:29:10
5243         Log: add note about how $( doesn't interpolate in REs (from
5244              Philip Newton <newton@ficus.frogspace.net>)
5245      Branch: perl
5246            ! pod/perlop.pod
5247 ____________________________________________________________________________
5248 [  6047] By: jhi                                   on 2000/05/02  17:41:24
5249         Log: Call getspnam() only iff needd.
5250      Branch: cfgperl
5251            ! pp_sys.c
5252 ____________________________________________________________________________
5253 [  6046] By: gsar                                  on 2000/05/02  17:07:25
5254         Log: libscheck has insufficient checks for n32 libs (from
5255              Albert Chin-A-Young <china@thewrittenword.com>)
5256      Branch: perl
5257            ! hints/irix_6.sh
5258 ____________________________________________________________________________
5259 [  6045] By: jhi                                   on 2000/05/02  13:57:17
5260         Log: Integrate with Sarathy.
5261      Branch: cfgperl
5262           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
5263           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
5264 ____________________________________________________________________________
5265 [  6044] By: gsar                                  on 2000/05/02  06:48:19
5266         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
5267              such that underscores are only ignored in literal numbers,
5268              "\x{...}", and hex/oct argument
5269      Branch: perl
5270            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
5271 ____________________________________________________________________________
5272 [  6043] By: gsar                                  on 2000/05/02  02:22:29
5273         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
5274      Branch: perl
5275            ! pod/perlretut.pod
5276 ____________________________________________________________________________
5277 [  6042] By: gsar                                  on 2000/05/02  02:17:51
5278         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
5279      Branch: perl
5280            ! pod/perltrap.pod
5281 ____________________________________________________________________________
5282 [  6041] By: gsar                                  on 2000/05/02  01:53:51
5283         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
5284              to compensate
5285      Branch: perl
5286            ! Porting/makerel
5287 ____________________________________________________________________________
5288 [  6040] By: gsar                                  on 2000/05/02  01:51:57
5289         Log: missing files in MANIFEST
5290      Branch: perl
5291            ! MANIFEST
5292 ____________________________________________________________________________
5293 [  6039] By: jhi                                   on 2000/05/02  00:36:46
5294         Log: Infinite problems.
5295      Branch: cfgperl
5296            ! lib/Math/Complex.pm
5297 ____________________________________________________________________________
5298 [  6038] By: jhi                                   on 2000/05/02  00:06:38
5299         Log: pwent/spent #ifdef imbalance.
5300      Branch: cfgperl
5301            ! pp_sys.c
5302 ____________________________________________________________________________
5303 [  6037] By: jhi                                   on 2000/05/01  22:50:11
5304         Log: Use HUGE_VALL if applicable.
5305      Branch: cfgperl
5306            ! ext/POSIX/POSIX.xs util.c
5307 ____________________________________________________________________________
5308 [  6036] By: jhi                                   on 2000/05/01  22:20:53
5309         Log: Correct Freudian slip.
5310      Branch: cfgperl
5311            ! pp_sys.c
5312 ____________________________________________________________________________
5313 [  6035] By: jhi                                   on 2000/05/01  21:07:38
5314         Log: Continue on the pwent/spent case.
5315      Branch: cfgperl
5316            ! pp_sys.c
5317 ____________________________________________________________________________
5318 [  6034] By: jhi                                   on 2000/05/01  17:45:14
5319         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
5320              adjustments in 6032 conflicted badly with this, will have
5321              to revisit them later.
5322      Branch: cfgperl
5323           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
5324           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
5325           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
5326           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
5327           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
5328           !> t/lib/cgi-html.t t/lib/cgi-request.t
5329 ____________________________________________________________________________
5330 [  6033] By: jhi                                   on 2000/05/01  17:40:49
5331         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
5332      Branch: cfgperl
5333            ! pp_sys.c
5334 ____________________________________________________________________________
5335 [  6032] By: gsar                                  on 2000/05/01  15:56:32
5336         Log: whitespace adjustments
5337      Branch: perl
5338            ! pp_sys.c
5339 ____________________________________________________________________________
5340 [  6031] By: gsar                                  on 2000/05/01  15:19:41
5341         Log: small nits in diagnostics.pm (from Robin Barker)
5342      Branch: perl
5343            ! lib/diagnostics.pm pod/perldiag.pod
5344 ____________________________________________________________________________
5345 [  6030] By: gsar                                  on 2000/05/01  08:39:18
5346         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
5347              for @- and @+ (from Johan Vromans)
5348      Branch: perl
5349            ! lib/English.pm pod/perlvar.pod
5350 ____________________________________________________________________________
5351 [  6029] By: gsar                                  on 2000/05/01  08:16:10
5352         Log: add CGI.pm v2.66 (from Lincoln Stein)
5353      Branch: perl
5354            + lib/CGI/Util.pm t/lib/cgi-pretty.t
5355            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
5356            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
5357            ! t/lib/cgi-html.t t/lib/cgi-request.t
5358 ____________________________________________________________________________
5359 [  6028] By: gsar                                  on 2000/05/01  06:34:41
5360         Log: Pod::Man generates groff-incompatible macro definition (from
5361              Tom Christiansen)
5362      Branch: perl
5363            ! lib/Pod/Man.pm
5364 ____________________________________________________________________________
5365 [  6027] By: gsar                                  on 2000/05/01  06:31:36
5366         Log: podlators-1.02 update (from Russ Allbery)
5367      Branch: perl
5368            ! lib/Pod/Man.pm lib/Pod/Text.pm
5369 ____________________________________________________________________________
5370 [  6026] By: jhi                                   on 2000/04/30  23:24:23
5371         Log: Integrate with Sarathy.
5372      Branch: cfgperl
5373           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
5374           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
5375           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5376           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
5377           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
5378           !> t/lib/syslog.t toke.c win32/win32.h
5379 ____________________________________________________________________________
5380 [  6025] By: gsar                                  on 2000/04/30  18:17:47
5381         Log: Is{Alnum,Alpha,Word} don't match titlecase
5382              
5383              TODO: IsSpace is defined recursively!
5384              
5385              (both spotted by Larry)
5386      Branch: perl
5387            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5388            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
5389 ____________________________________________________________________________
5390 [  6024] By: gsar                                  on 2000/04/30  17:50:19
5391         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
5392              (from Hugo van der Sanden)
5393      Branch: perl
5394            ! toke.c
5395 ____________________________________________________________________________
5396 [  6023] By: gsar                                  on 2000/04/30  17:14:43
5397         Log: debugger stomps on $. (from M.J.T. Guy)
5398      Branch: perl
5399            ! lib/perl5db.pl
5400 ____________________________________________________________________________
5401 [  6022] By: gsar                                  on 2000/04/30  16:59:22
5402         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
5403      Branch: perl
5404            ! sv.c
5405 ____________________________________________________________________________
5406 [  6021] By: gsar                                  on 2000/04/29  21:00:08
5407         Log: remove Win2K issue in pod (fixed by change#6020)
5408      Branch: perl
5409            ! README.win32 pod/perl56delta.pod
5410 ____________________________________________________________________________
5411 [  6020] By: gsar                                  on 2000/04/29  20:51:49
5412         Log: test tweak
5413      Branch: perl
5414            ! t/lib/open3.t
5415 ____________________________________________________________________________
5416 [  6019] By: gsar                                  on 2000/04/29  20:34:27
5417         Log: windows portability tweaks
5418      Branch: perl
5419            ! t/lib/b.t win32/win32.h
5420 ____________________________________________________________________________
5421 [  6018] By: gsar                                  on 2000/04/29  19:55:24
5422         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
5423              make _PATH_LOG() return "" if unavailable
5424      Branch: perl
5425            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
5426            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
5427 ____________________________________________________________________________
5428 [  6017] By: jhi                                   on 2000/04/28  22:49:46
5429         Log: Integrate with Sarathy.
5430      Branch: cfgperl
5431           !> op.c perl.c pod/perldiag.pod t/lib/b.t
5432 ____________________________________________________________________________
5433 [  6016] By: jhi                                   on 2000/04/28  22:46:14
5434         Log: Do not warn that an infinity does not look like a number.
5435      Branch: cfgperl
5436            ! sv.c
5437 ____________________________________________________________________________
5438 [  6015] By: gsar                                  on 2000/04/28  22:35:49
5439         Log: tweak test for portability
5440      Branch: perl
5441            ! t/lib/b.t
5442 ____________________________________________________________________________
5443 [  6014] By: gsar                                  on 2000/04/28  22:05:31
5444         Log: glob() loading File::Glob behind the scenes may cause syntax errors
5445      Branch: perl
5446            ! op.c
5447 ____________________________________________________________________________
5448 [  6013] By: gsar                                  on 2000/04/28  21:25:22
5449         Log: tweak change#5945 to display correct switch name in diagnostic
5450      Branch: perl
5451            ! perl.c pod/perldiag.pod
5452 ____________________________________________________________________________
5453 [  6012] By: jhi                                   on 2000/04/28  21:08:12
5454         Log: Integrate with Sarathy.
5455      Branch: cfgperl
5456           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
5457           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
5458           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
5459 ____________________________________________________________________________
5460 [  6011] By: jhi                                   on 2000/04/28  21:04:46
5461         Log: &HUGE_VAL is not defined, it exists.
5462      Branch: cfgperl
5463            ! lib/Math/Complex.pm
5464 ____________________________________________________________________________
5465 [  6010] By: gsar                                  on 2000/04/28  21:02:58
5466         Log: clarify note about shadow password support (from
5467              gellyfish@gellyfish.com)
5468      Branch: perl
5469            ! pod/perlfunc.pod
5470 ____________________________________________________________________________
5471 [  6009] By: gsar                                  on 2000/04/28  21:00:00
5472         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
5473      Branch: perl
5474            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
5475 ____________________________________________________________________________
5476 [  6008] By: gsar                                  on 2000/04/28  20:56:33
5477         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
5478      Branch: perl
5479            ! installperl vms/subconfigure.com
5480 ____________________________________________________________________________
5481 [  6007] By: gsar                                  on 2000/04/28  20:51:21
5482         Log: note about compile failures and END blocks (from M.J.T. Guy)
5483      Branch: perl
5484            ! pod/perl56delta.pod pod/perlmod.pod
5485 ____________________________________________________________________________
5486 [  6006] By: jhi                                   on 2000/04/28  20:42:14
5487         Log: Regen Configure.
5488      Branch: cfgperl
5489            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5490            ! config_h.SH
5491 ____________________________________________________________________________
5492 [  6005] By: gsar                                  on 2000/04/28  20:41:16
5493         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
5494      Branch: perl
5495            ! utils/perldoc.PL
5496 ____________________________________________________________________________
5497 [  6004] By: jhi                                   on 2000/04/28  20:28:21
5498         Log: Integrate with Sarathy.
5499      Branch: cfgperl
5500           !> Configure INSTALL Porting/Glossary Porting/config.sh
5501           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
5502           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
5503           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
5504           !> win32/config.vc win32/win32.c
5505 ____________________________________________________________________________
5506 [  6003] By: gsar                                  on 2000/04/28  20:11:20
5507         Log: allow REG_EXPAND_SZ keys in Windows registry (from
5508              John Clayton <John.Clayton@barclayscapital.com>)
5509      Branch: perl
5510            ! win32/win32.c
5511 ____________________________________________________________________________
5512 [  6002] By: gsar                                  on 2000/04/28  19:34:16
5513         Log: destructive sv_setsv() can lose UV-ness from source, causing
5514              numeric promotions/comparisons to fail to do the right thing
5515      Branch: perl
5516            ! sv.c
5517 ____________________________________________________________________________
5518 [  6001] By: gsar                                  on 2000/04/28  18:44:15
5519         Log: support additional library locations via $Config{otherlibdirs}
5520              (from Andy Dougherty)
5521      Branch: perl
5522            ! Configure INSTALL Porting/Glossary Porting/config.sh
5523            ! Porting/config_H config_h.SH epoc/config.sh perl.c
5524            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
5525            ! win32/config.bc win32/config.gc win32/config.vc
5526 ____________________________________________________________________________
5527 [  6000] By: gsar                                  on 2000/04/28  18:26:58
5528         Log: reworked otherlibdirs.U (from Andy Dougherty)
5529      Branch: metaconfig
5530            ! U/installdirs/otherlibdirs.U
5531 ____________________________________________________________________________
5532 [  5999] By: gsar                                  on 2000/04/28  18:17:07
5533         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
5534      Branch: perl
5535            ! t/pragma/warn/toke toke.c
5536 ____________________________________________________________________________
5537 [  5998] By: jhi                                   on 2000/04/28  13:32:17
5538         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
5539      Branch: cfgperl
5540            ! lib/Math/Complex.pm
5541 ____________________________________________________________________________
5542 [  5997] By: jhi                                   on 2000/04/28  13:14:04
5543         Log: Preserve $!.
5544      Branch: cfgperl
5545            ! lib/Math/Complex.pm
5546 ____________________________________________________________________________
5547 [  5996] By: jhi                                   on 2000/04/28  12:59:23
5548         Log: Integrate with Sarathy.
5549      Branch: cfgperl
5550           +> pod/perlrequick.pod pod/perlretut.pod
5551           !> (integrate 51 files)
5552 ____________________________________________________________________________
5553 [  5995] By: gsar                                  on 2000/04/28  09:37:36
5554         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
5555      Branch: perl
5556            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
5557 ____________________________________________________________________________
5558 [  5994] By: gsar                                  on 2000/04/28  09:33:26
5559         Log: fix for missed accounting for null byte in pack("Z",...) (from
5560              M.J.T. Guy)
5561      Branch: perl
5562            ! pp.c t/op/pack.t
5563 ____________________________________________________________________________
5564 [  5993] By: gsar                                  on 2000/04/28  09:30:05
5565         Log: various minor tweaks seen on p5p
5566      Branch: perl
5567            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
5568 ____________________________________________________________________________
5569 [  5992] By: gsar                                  on 2000/04/28  09:08:19
5570         Log: pod nit (from Simon Cozens)
5571      Branch: perl
5572            ! pod/perlop.pod
5573 ____________________________________________________________________________
5574 [  5991] By: gsar                                  on 2000/04/28  09:06:36
5575         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
5576      Branch: perl
5577            ! README.posix-bc hints/posix-bc.sh
5578 ____________________________________________________________________________
5579 [  5990] By: gsar                                  on 2000/04/28  08:54:52
5580         Log: use $ENV{LIB} to search for libs under Visual C compiler
5581              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
5582      Branch: perl
5583            ! lib/ExtUtils/Liblist.pm
5584 ____________________________________________________________________________
5585 [  5989] By: gsar                                  on 2000/04/28  08:27:12
5586         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
5587              itself and no other (from Tom Hughes)
5588      Branch: perl
5589            ! t/op/array.t toke.c
5590 ____________________________________________________________________________
5591 [  5988] By: gsar                                  on 2000/04/28  08:01:38
5592         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
5593              <paul@miraclefish.com>)
5594      Branch: perl
5595            ! lib/ExtUtils/MakeMaker.pm
5596 ____________________________________________________________________________
5597 [  5987] By: gsar                                  on 2000/04/28  07:53:09
5598         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
5599      Branch: perl
5600            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
5601 ____________________________________________________________________________
5602 [  5986] By: gsar                                  on 2000/04/28  07:44:17
5603         Log: add regular expressions tutorial and quick-start guide (from
5604              Mark Kvale <kvale@phy.ucsf.edu>)
5605      Branch: perl
5606            + pod/perlrequick.pod pod/perlretut.pod
5607            ! AUTHORS MAINTAIN MANIFEST
5608 ____________________________________________________________________________
5609 [  5985] By: gsar                                  on 2000/04/28  07:30:28
5610         Log: forked child may not exit correctly if it failed to open
5611              /dev/console (from Graham Barr)
5612      Branch: perl
5613            ! ext/Sys/Syslog/Syslog.pm
5614 ____________________________________________________________________________
5615 [  5984] By: gsar                                  on 2000/04/28  07:27:20
5616         Log: attributes::reftype() doesn't work on tied argument
5617      Branch: perl
5618            ! xsutils.c
5619 ____________________________________________________________________________
5620 [  5983] By: gsar                                  on 2000/04/28  07:15:04
5621         Log: numeric conversion of non-number in change#3378 tramples on
5622              OOK offset, causing segfaults
5623      Branch: perl
5624            ! sv.c
5625 ____________________________________________________________________________
5626 [  5982] By: gsar                                  on 2000/04/28  04:48:25
5627         Log: avoid error in IO::Socket::INET when given an unknown service name
5628              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
5629      Branch: perl
5630            ! ext/IO/lib/IO/Socket/INET.pm
5631 ____________________________________________________________________________
5632 [  5981] By: gsar                                  on 2000/04/28  04:31:31
5633         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
5634              prototype mismatch with CORE::glob(); update pod and tests to
5635              suit (File::Glob::glob() is still available for backward
5636              compatibility, but should be considered deprecated)
5637      Branch: perl
5638            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
5639            ! t/lib/glob-taint.t
5640 ____________________________________________________________________________
5641 [  5980] By: gsar                                  on 2000/04/28  03:47:29
5642         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
5643              <ghudson@mit.edu>)
5644      Branch: metaconfig
5645            ! U/modified/Options.U
5646      Branch: perl
5647            ! Configure
5648 ____________________________________________________________________________
5649 [  5979] By: gsar                                  on 2000/04/28  03:07:54
5650         Log: under useithreads, constant pad entries could inadvertantly be
5651              shared across threads (from Eric Blood <eblood@xmission.com>);
5652              added Eric's test case to testsuite
5653      Branch: perl
5654            ! op.c t/op/misc.t
5655 ____________________________________________________________________________
5656 [  5978] By: gsar                                  on 2000/04/27  21:13:00
5657         Log: sync version numbers in File::Spec with the ones on CPAN
5658              (from Barrie Slaymaker)
5659      Branch: perl
5660            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
5661            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
5662            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
5663 ____________________________________________________________________________
5664 [  5977] By: gsar                                  on 2000/04/27  21:07:29
5665         Log: autoquote barewords followed by newline and arrow properly
5666              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
5667      Branch: perl
5668            ! t/pragma/warn/toke toke.c
5669 ____________________________________________________________________________
5670 [  5976] By: gsar                                  on 2000/04/27  20:41:20
5671         Log: DB_File v1.73 update (from Paul Marquess)
5672      Branch: perl
5673            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5674            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
5675 ____________________________________________________________________________
5676 [  5975] By: gsar                                  on 2000/04/27  20:34:24
5677         Log: allow sort() reentrancy (variant of patch suggested by
5678              Hugo van der Sanden)
5679      Branch: perl
5680            ! pp_ctl.c t/op/sort.t
5681 ____________________________________________________________________________
5682 [  5974] By: gsar                                  on 2000/04/27  19:46:57
5683         Log: change#4197 somehow missed initializing PL_errors, meaning
5684              sytax error queueing wasn't working outside eval"" at all;
5685              also fixed eval"" to localize PL_error_count, so that compile-time
5686              eval's don't clobber the error state of the outer context
5687      Branch: perl
5688            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
5689            ! t/pragma/warn/toke
5690 ____________________________________________________________________________
5691 [  5973] By: gsar                                  on 2000/04/27  18:29:05
5692         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
5693      Branch: perl
5694            ! regcomp.c regexec.c t/op/re_tests
5695 ____________________________________________________________________________
5696 [  5972] By: jhi                                   on 2000/04/27  18:22:41
5697         Log: Integrate with Sarathy.
5698      Branch: cfgperl
5699           +> t/lib/b.t t/lib/syslog.t
5700           !> (integrate 31 files)
5701 ____________________________________________________________________________
5702 [  5971] By: jhi                                   on 2000/04/27  18:18:46
5703         Log: Unicos tweaks from Mark P. Lutz.
5704      Branch: cfgperl
5705            ! hints/unicos.sh lib/Math/Complex.pm
5706 ____________________________________________________________________________
5707 [  5970] By: gsar                                  on 2000/04/27  18:05:11
5708         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
5709              IV is >32bits
5710      Branch: perl
5711            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
5712 ____________________________________________________________________________
5713 [  5969] By: gsar                                  on 2000/04/27  17:50:56
5714         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
5715      Branch: perl
5716            + t/lib/syslog.t
5717            ! MANIFEST ext/Sys/Syslog/Syslog.pm
5718 ____________________________________________________________________________
5719 [  5968] By: gsar                                  on 2000/04/27  17:44:49
5720         Log: tolerate spaces in group names in test on solaris (from David Boyce
5721              <dsb@boyski.com>)
5722      Branch: perl
5723            ! t/op/groups.t
5724 ____________________________________________________________________________
5725 [  5967] By: gsar                                  on 2000/04/27  17:41:22
5726         Log: improved docs on the warn_uninit diagnostic (from David Glasser
5727              and Simon Cozens)
5728      Branch: perl
5729            ! pod/perldiag.pod
5730 ____________________________________________________________________________
5731 [  5966] By: gsar                                  on 2000/04/27  16:54:58
5732         Log: add testsuite for B backends, fix bug in B::Deparse (from
5733              Simon Cozens <simon@brecon.co.uk>)
5734      Branch: perl
5735            + t/lib/b.t
5736            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
5737 ____________________________________________________________________________
5738 [  5965] By: gsar                                  on 2000/04/27  16:10:37
5739         Log: avoid "will not stay shared" warnings for our variables (from
5740              Robin Barker)
5741      Branch: perl
5742            ! op.c t/pragma/warn/op
5743 ____________________________________________________________________________
5744 [  5964] By: gsar                                  on 2000/04/27  07:05:05
5745         Log: reformat to 72 columns (again)
5746      Branch: perl
5747            ! pod/perldiag.pod
5748 ____________________________________________________________________________
5749 [  5963] By: gsar                                  on 2000/04/27  06:28:31
5750         Log: patch from Larry to make (\&) prototype work; added tests for
5751              the same
5752      Branch: perl
5753            ! op.c t/comp/proto.t
5754 ____________________________________________________________________________
5755 [  5962] By: gsar                                  on 2000/04/27  06:15:47
5756         Log: updated README.hpux (from Jeff Okamoto)
5757      Branch: perl
5758            ! README.hpux
5759 ____________________________________________________________________________
5760 [  5961] By: gsar                                  on 2000/04/27  05:55:03
5761         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
5762      Branch: perl
5763            ! emacs/cperl-mode.el
5764 ____________________________________________________________________________
5765 [  5960] By: gsar                                  on 2000/04/27  05:49:26
5766         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
5767      Branch: perl
5768            ! INSTALL
5769 ____________________________________________________________________________
5770 [  5959] By: gsar                                  on 2000/04/27  05:33:41
5771         Log: doubled words in pods (from Simon Cozens
5772              <simon.p.cozens@jp.pwcglobal.com>)
5773      Branch: perl
5774            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
5775            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
5776            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
5777            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
5778            ! pod/perltootc.pod
5779 ____________________________________________________________________________
5780 [  5958] By: gsar                                  on 2000/04/27  05:11:39
5781         Log: change#3569 deleted some essential code, revert; avoid use of
5782              atexit() to make DynaLoader work properly on AIX under mod_perl
5783              (from Jens-Uwe Mager <jum@helios.de>)
5784      Branch: perl
5785            ! ext/DynaLoader/dl_aix.xs
5786 ____________________________________________________________________________
5787 [  5957] By: gsar                                  on 2000/04/27  04:54:51
5788         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
5789      Branch: perl
5790            ! pod/perlmod.pod
5791 ____________________________________________________________________________
5792 [  5956] By: gsar                                  on 2000/04/27  04:51:47
5793         Log: better diagnostics on failed tests (from Ilya Zakharevich)
5794      Branch: perl
5795            ! t/op/lex_assign.t
5796 ____________________________________________________________________________
5797 [  5955] By: gsar                                  on 2000/04/27  04:26:44
5798         Log: longstanding bug exposed by change#3307: sort arguments weren't
5799              compiled with the right wantarray context (ensuing runtime lookup
5800              via block_gimme() was getting the incidental context of the
5801              sort() itself)
5802      Branch: perl
5803            ! op.c t/op/sort.t
5804 ____________________________________________________________________________
5805 [  5954] By: gsar                                  on 2000/04/26  23:42:12
5806         Log: integrate cfgperl contents into mainline
5807      Branch: perl
5808           !> (integrate 30 files)
5809 ____________________________________________________________________________
5810 [  5953] By: jhi                                   on 2000/04/26  23:06:42
5811         Log: Integrate with Sarathy.
5812      Branch: cfgperl
5813           !> README.win32 ext/B/B/Deparse.pm
5814           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
5815           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
5816           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
5817           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
5818           !> utils/perldoc.PL vms/perlvms.pod
5819 ____________________________________________________________________________
5820 [  5952] By: jhi                                   on 2000/04/26  23:03:46
5821         Log: Undo "use integer" addition from 64bitint as it seems
5822              to break most of the subtests in Digital UNIX;
5823              Unicos needs to find another way.
5824      Branch: cfgperl
5825            ! t/op/64bitint.t
5826 ____________________________________________________________________________
5827 [  5951] By: jhi                                   on 2000/04/26  22:57:53
5828         Log: Be more robust on "extreme" (large absolute value)
5829              arguments.  Originally reported by Daniel Connelly
5830              as a problem with asinh() on large negative arguments,
5831              asinh() used to bail out because an argument to log()
5832              ended up being zero.  Ilya Zakharevich proposed using
5833              Taylor's series in such cases, which for such large
5834              arguments is a very good approximation.
5835      Branch: cfgperl
5836            ! lib/Math/Complex.pm t/lib/complex.t
5837 ____________________________________________________________________________
5838 [  5950] By: gsar                                  on 2000/04/25  19:13:12
5839         Log: reformat perldiag to avoid long lines
5840      Branch: perl
5841            ! pod/perldiag.pod
5842 ____________________________________________________________________________
5843 [  5949] By: gsar                                  on 2000/04/25  18:41:11
5844         Log: make perldoc use the pod2man from the same version (from
5845              M.J.T. Guy)
5846      Branch: perl
5847            ! utils/perldoc.PL
5848 ____________________________________________________________________________
5849 [  5948] By: gsar                                  on 2000/04/25  18:21:57
5850         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
5851              <kompas@kompas.usr.onet.pl>)
5852      Branch: perl
5853            ! lib/vars.pm
5854 ____________________________________________________________________________
5855 [  5947] By: gsar                                  on 2000/04/25  18:11:53
5856         Log: use &dl_error rather than &dl_load_file as the guard for calling
5857              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
5858              statically built perl)
5859      Branch: perl
5860            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
5861 ____________________________________________________________________________
5862 [  5946] By: jhi                                   on 2000/04/25  17:37:54
5863         Log: Document that tr() is not tr(1).
5864      Branch: cfgperl
5865            ! pod/perlop.pod
5866 ____________________________________________________________________________
5867 [  5945] By: gsar                                  on 2000/04/25  16:34:33
5868         Log: make module name mandatory after -M switch; reorder perldiag
5869              alphabetically (from Mark-Jason Dominus)
5870      Branch: perl
5871            ! perl.c pod/perldiag.pod
5872 ____________________________________________________________________________
5873 [  5944] By: jhi                                   on 2000/04/25  01:15:18
5874         Log: On second thoughts frexp() does have two arguments.
5875      Branch: cfgperl
5876            ! perl.h
5877 ____________________________________________________________________________
5878 [  5943] By: jhi                                   on 2000/04/24  22:56:32
5879         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
5880              Now pp_ncmp() returns undef is either operand is a NaN.
5881      Branch: cfgperl
5882            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5883            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
5884            ! vms/subconfigure.com vos/config.def vos/config.h
5885            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
5886            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5887            ! win32/config_H.vc
5888      Branch: metaconfig/U/perl
5889            + d_modfl.U
5890 ____________________________________________________________________________
5891 [  5942] By: jhi                                   on 2000/04/24  19:45:17
5892         Log: Regen Configure to match #5937.
5893      Branch: cfgperl
5894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5895            ! config_h.SH
5896      Branch: metaconfig
5897            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
5898 ____________________________________________________________________________
5899 [  5941] By: jhi                                   on 2000/04/24  19:24:11
5900         Log: Further Unicos fixes for Mark Lutz.
5901      Branch: cfgperl
5902            ! hints/unicos.sh pp_ctl.c
5903 ____________________________________________________________________________
5904 [  5940] By: jhi                                   on 2000/04/24  19:09:06
5905         Log: Various Unicos 10.0.0.6 fixes.
5906              
5907              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
5908              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
5909              Reply-To: tecmpl1@triton.ca.boeing.com 
5910              To: perl5-porters@perl.org 
5911              Date: Fri, 14 Apr 2000 20:21:00 GMT 
5912              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
5913      Branch: cfgperl
5914            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
5915 ____________________________________________________________________________
5916 [  5939] By: gsar                                  on 2000/04/24  19:01:24
5917         Log: more pod nits (from Larry Virden)
5918      Branch: perl
5919            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
5920            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
5921            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
5922 ____________________________________________________________________________
5923 [  5938] By: gsar                                  on 2000/04/24  18:54:01
5924         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
5925      Branch: perl
5926            ! ext/B/B/Deparse.pm
5927 ____________________________________________________________________________
5928 [  5937] By: jhi                                   on 2000/04/24  17:39:00
5929         Log: Integrate with Sarathy.
5930      Branch: cfgperl
5931           +> (branch 31 files)
5932           !> (integrate 73 files)
5933 ____________________________________________________________________________
5934 [  5936] By: gsar                                  on 2000/04/24  17:30:06
5935         Log: additional tests for change#5934 (from Paul Marquess, who also
5936              sent in the same fix)
5937      Branch: perl
5938            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
5939            ! t/pragma/warn/5nolint t/pragma/warn/6default
5940 ____________________________________________________________________________
5941 [  5935] By: jhi                                   on 2000/04/24  17:26:05
5942         Log: Do not assume sign propagation.
5943              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
5944              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
5945              To: payner@ncifcrf.gov, perl5-porters@perl.org 
5946              Date: Tue, 18 Apr 2000 18:24:49 +0100 
5947              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
5948      Branch: cfgperl
5949            ! t/op/bop.t t/op/misc.t
5950 ____________________________________________________________________________
5951 [  5934] By: gsar                                  on 2000/04/24  17:16:54
5952         Log: propagate lexical warnings from surrounding scope correctly
5953              within string eval()
5954      Branch: perl
5955            ! pp_ctl.c t/pragma/warn/pp_ctl
5956 ____________________________________________________________________________
5957 [  5933] By: jhi                                   on 2000/04/24  17:01:07
5958         Log: Flatten the cpp jungle doing the nosuid checking.
5959      Branch: cfgperl
5960            ! perl.c
5961 ____________________________________________________________________________
5962 [  5932] By: gsar                                  on 2000/04/24  09:08:14
5963         Log: add rsignal(), whichsig() and do_join() to public API list
5964              (mod_perl uses them to good advantage)
5965      Branch: perl
5966            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
5967 ____________________________________________________________________________
5968 [  5931] By: gsar                                  on 2000/04/24  09:01:40
5969         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
5970      Branch: perl
5971            ! pp_hot.c regexec.c t/op/pat.t
5972 ____________________________________________________________________________
5973 [  5930] By: gsar                                  on 2000/04/24  08:58:33
5974         Log: small os390 tweaks (from Peter Prymmer)
5975      Branch: perl
5976            ! config_h.SH makedepend.SH
5977 ____________________________________________________________________________
5978 [  5929] By: gsar                                  on 2000/04/24  08:55:25
5979         Log: pod nits
5980      Branch: perl
5981            ! pod/perlguts.pod
5982 ____________________________________________________________________________
5983 [  5928] By: gsar                                  on 2000/04/24  08:50:13
5984         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
5985      Branch: perl
5986            ! ext/IO/lib/IO/Poll.pm
5987 ____________________________________________________________________________
5988 [  5927] By: gsar                                  on 2000/04/24  08:43:24
5989         Log: arrange for next() to resume at the unstack op rather than the
5990              loop conditional, so that scope cleanup happens correctly
5991              (from Stephen McCamant)
5992      Branch: perl
5993            ! op.c pp_ctl.c t/op/misc.t
5994 ____________________________________________________________________________
5995 [  5926] By: gsar                                  on 2000/04/24  08:18:40
5996         Log: on windows, reserve 16M of stack rather than 128M (allows more
5997              threads to run concurrently)
5998      Branch: perl
5999            ! win32/Makefile win32/makefile.mk
6000 ____________________________________________________________________________
6001 [  5925] By: gsar                                  on 2000/04/24  08:13:52
6002         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
6003      Branch: perl
6004            ! toke.c
6005 ____________________________________________________________________________
6006 [  5924] By: gsar                                  on 2000/04/24  08:08:59
6007         Log: avoid using uninitialized memory in require version check
6008      Branch: perl
6009            ! pp_ctl.c universal.c
6010 ____________________________________________________________________________
6011 [  5923] By: gsar                                  on 2000/04/24  07:20:14
6012         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
6013      Branch: perl
6014            ! ext/IO/lib/IO/Poll.pm
6015 ____________________________________________________________________________
6016 [  5922] By: gsar                                  on 2000/04/24  07:08:42
6017         Log: commentary about IoTYPE() (from Nathan Torkington)
6018      Branch: perl
6019            ! sv.h
6020 ____________________________________________________________________________
6021 [  5921] By: gsar                                  on 2000/04/24  06:58:26
6022         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
6023              by fix
6024      Branch: perl
6025            ! sv.c t/lib/charnames.t t/pragma/utf8.t
6026 ____________________________________________________________________________
6027 [  5920] By: gsar                                  on 2000/04/24  06:37:59
6028         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
6029      Branch: perl
6030            ! doop.c t/op/ver.t
6031 ____________________________________________________________________________
6032 [  5919] By: gsar                                  on 2000/04/24  06:21:58
6033         Log: Configure might miss old directories when prefix must be
6034              expanded (from Robin Barker)
6035      Branch: metaconfig
6036            ! U/installdirs/inc_version_list.U
6037      Branch: perl
6038            ! Configure
6039 ____________________________________________________________________________
6040 [  5918] By: gsar                                  on 2000/04/24  06:16:11
6041         Log: VMS nits in glob() test (from Charles Lane)
6042      Branch: perl
6043            ! t/lib/glob-basic.t
6044 ____________________________________________________________________________
6045 [  5917] By: gsar                                  on 2000/04/24  06:11:56
6046         Log: various pod nits (from Larry Virden and others)
6047      Branch: perl
6048            ! README.amiga README.hpux README.machten README.os2
6049            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
6050            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
6051            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
6052            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
6053            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
6054            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
6055            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
6056            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
6057 ____________________________________________________________________________
6058 [  5916] By: gsar                                  on 2000/04/24  05:52:43
6059         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
6060              <wjones@tc.fluke.com>)
6061      Branch: perl
6062            ! t/lib/glob-basic.t
6063 ____________________________________________________________________________
6064 [  5915] By: gsar                                  on 2000/04/24  05:07:01
6065         Log: supported platforms mixed up
6066      Branch: perl
6067            ! pod/perl56delta.pod pod/perlport.pod
6068 ____________________________________________________________________________
6069 [  5914] By: gsar                                  on 2000/04/24  04:56:08
6070         Log: caller() wasn't returning the right number of elements for
6071              eval {...}
6072      Branch: perl
6073            ! pp_ctl.c t/pragma/warn/9enabled
6074 ____________________________________________________________________________
6075 [  5913] By: gsar                                  on 2000/04/24  04:35:41
6076         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
6077              Mark-Jason Dominus)
6078      Branch: perl
6079            ! pod/perlfunc.pod
6080 ____________________________________________________________________________
6081 [  5912] By: gsar                                  on 2000/04/24  04:17:15
6082         Log: fix totally broken caching in UNIVERSAL::isa() (from
6083              Nick Ing-Simmons)
6084      Branch: perl
6085            ! t/op/universal.t universal.c
6086 ____________________________________________________________________________
6087 [  5911] By: gsar                                  on 2000/04/24  03:39:47
6088         Log: add linebreak properties from unicode/LineBrk.txt (from
6089              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
6090      Branch: perl
6091            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
6092            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
6093            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
6094            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
6095            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
6096            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
6097            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
6098            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
6099            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
6100            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
6101            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
6102            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
6103            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
6104            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
6105            + lib/unicode/Is/LbrkZW.pl
6106            ! lib/unicode/mktables.PL
6107 ____________________________________________________________________________
6108 [  5910] By: gsar                                  on 2000/04/24  03:23:10
6109         Log: typo in pod
6110      Branch: perl
6111            ! ext/Thread/Thread.pm
6112 ____________________________________________________________________________
6113 [  5909] By: gsar                                  on 2000/04/24  03:22:03
6114         Log: mode argument to do_binmode() should be file mode, not boolean
6115      Branch: perl
6116            ! pp_sys.c
6117 ____________________________________________________________________________
6118 [  5908] By: gsar                                  on 2000/04/16  16:51:08
6119         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
6120              always returns a valid GV even when the symbol is trapped by strictures
6121              (avoids coredumps)
6122              
6123              TODO: the C<package;> hack needs similar treatment
6124      Branch: perl
6125            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
6126            ! t/pragma/strict-vars
6127 ____________________________________________________________________________
6128 [  5907] By: jhi                                   on 2000/03/31  23:42:56
6129         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
6130              an assumption which #5905 demolished.
6131      Branch: cfgperl
6132            ! pp_sys.c
6133 ____________________________________________________________________________
6134 [  5906] By: jhi                                   on 2000/03/31  18:54:37
6135         Log: Typo in #5905.
6136      Branch: cfgperl
6137            ! t/op/64bitint.t
6138 ____________________________________________________________________________
6139 [  5905] By: jhi                                   on 2000/03/31  18:50:54
6140         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
6141              reported by Joseph N. Hall.  The bug was that even with use64bitint
6142              one had to use the prefixes q, L, or ll with printf/sprintf,
6143              contrary to the documentation and common sense.
6144      Branch: cfgperl
6145            ! sv.c t/op/64bitint.t
6146 ____________________________________________________________________________
6147 [  5904] By: gsar                                  on 2000/03/28  02:31:32
6148         Log: add Changes, perldelta.pod
6149      Branch: perl
6150            + Changes pod/perldelta.pod
6151 ____________________________________________________________________________
6152 [  5903] By: gsar                                  on 2000/03/28  02:03:55
6153         Log: rename Changes and perldelta.pod
6154      Branch: perl
6155           +> Changes5.6 pod/perl56delta.pod
6156            - Changes pod/perldelta.pod
6157            ! MANIFEST
6158 ____________________________________________________________________________
6159 [  5902] By: gsar                                  on 2000/03/28  01:59:14
6160         Log: create maint-5.6 branch
6161      Branch: maint-5.6/perl
6162           +> (branch 1611 files)
6163 ____________________________________________________________________________
6164 [  5901] By: jhi                                   on 2000/03/23  05:48:43
6165         Log: Integrate with Sarathy.
6166      Branch: cfgperl
6167           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
6168 ____________________________________________________________________________
6169 [  5900] By: gsar                                  on 2000/03/23  05:42:43
6170         Log: three guesses on what this is :-)
6171      Branch: perl
6172            ! Changes