This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c apidoc
[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 September 2000):
16
17     Gisle Aas                   <gisle@aas.no>
18     Abigail                     <abigail@foad.org>
19     Kenneth Albanowski          <kjahds@kjahds.com>
20     Russ Allbery                <rra@stanford.edu>
21     Brad Appleton               <bradapp@enteract.com>
22     Greg Bacon                  <gbacon@itsc.uah.edu>
23     Robin Barker                <rmb1@cise.npl.co.uk>
24     Vishal Bhatia               <vishal@gol.com>
25     Spider Boardman             <spider@orb.nashua.nh.us>
26     Daniel Chetlin              <daniel@chetlin.com>
27     Tom Christiansen            <tchrist@perl.com>
28     Lupe Christoph              <lupe@lupe-christoph.de>
29     Nicholas Clark              <nick@Bagpuss.unfortu.net>
30     Simon Cozens                <simon@brecon.co.uk>
31     Francois Desarmenien        <desar@club-internet.fr>
32     Mark-Jason Dominus          <mjd@plover.com>
33     Jan Dubois                  <jand@activestate.com>
34     Dominic Dunlop              <domo@computer.org>
35     Eric Fifer                  <efifer@sanwaint.com>
36     Richard Foley               <Richard.Foley@m.dasa.de>
37     Jeffrey Friedl              <jfriedl@yahoo-inc.com>
38     Hallvard B Furuseth         <h.b.furuseth@usit.uio.no>
39     M. J. T. Guy                <mjtg@cam.ac.uk>
40     Tom Hughes                  <tom@compton.nu>
41     Nick Ing-Simmons            <nik@tiuk.ti.com>
42     Tim Jenness                 <timj@jach.hawaii.edu>
43     Andreas König               <a.koenig@mind.de>
44     Douglas Lankshear           <dougl@activestate.com>
45     Doug MacEachern             <dougm@covalent.net>
46     Raphael Manfredi            <Raphael.Manfredi@pobox.com>
47     Paul Marquess               <Paul.Marquess@btinternet.com>
48     Stephen McCamant            <alias@mcs.com>
49     Laszlo Molnar               <laszlo.molnar@eth.ericsson.se>
50     Hans Mulder                 <hansmu@xs4all.nl>
51     Chris Nandor                <pudge@pobox.com>
52     Matthias Neeracher          <neeri@iis.ee.ethz.ch>
53     Jeff Okamoto                <okamoto@hpcc123.corp.hp.com>
54     Ulrich Pfeifer              <pfeifer@charly.informatik.uni-dortmund.de>
55     Tom Phoenix                 <rootbeer@teleport.com>
56     Stephen Potter              <spp@ds.net>
57     Joshua Pritikin             <joshua.pritikin@db.com>
58     Peter Prymmer               <pvhp@forte.com>
59     Norbert Pueschel            <pueschel@imsdd.meb.uni-bonn.de>
60     Dean Roehrich               <roehrich@cray.com>
61     Hugo van der Sanden         <hv@crypt.demon.co.uk>
62     Michael G Schwern           <schwern@pobox.com>
63     Roderick Schertler          <roderick@argon.org>
64     Yitzchak Scott-Thoennes     <sthoenna@efn.org>
65     Kurt D. Starsinic           <kstar@chapin.edu>
66     Benjamin Stuhl              <sho_pi@hotmail.com>
67     Dan Sugalski                <dan@sidhe.org>
68     Nathan Torkington           <gnat@frii.com>
69     Larry W. Virden             <lvirden@cas.org>
70     Johan Vromans               <jvromans@squirrel.nl>
71     Ilya Zakharevich            <ilya@math.ohio-state.edu>
72
73 And the Keepers of the Patch Pumpkin:
74
75     Charles Bailey              <bailey@newman.upenn.edu>
76     Graham Barr                 <gbarr@ti.com>
77     Malcolm Beattie             <mbeattie@sable.ox.ac.uk>
78     Tim Bunce                   <Tim.Bunce@ig.co.uk>
79     Andy Dougherty              <doughera@lafcol.lafayette.edu>
80     Jarkko Hietaniemi           <jhi@iki.fi>
81     Gurusamy Sarathy            <gsar@activestate.com>
82     Chip Salzenberg             <chip@perl.com>
83
84 And, of course, the Author of Perl:
85
86     Larry Wall                  <larry@wall.org>
87
88 NOTE: Each change entry shows the change number; who checked it into the
89 repository; when; description of the change; which branch the change
90 happened in; and the affected files.  The file lists have a short symbolic
91 indicator:
92
93             !       modified
94             +       added
95             -       deleted
96             +>      branched (from elsewhere)
97             !>      merged changes (from elsewhere)
98
99 The Message-Ids in the change entries refer to the email messages sent
100 to the perl5-porters mailing list.  You can retrieve the messages for
101 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
102
103 --------------
104 Version v5.7.0          Development release working toward v5.8
105 --------------
106
107 ____________________________________________________________________________
108 [  7077] By: jhi                                   on 2000/09/14  14:55:54
109         Log: Compilation warnings and an error.
110      Branch: perl
111            ! sv.c
112 ____________________________________________________________________________
113 [  7076] By: jhi                                   on 2000/09/14  14:42:56
114         Log: Fix for a parsing bug, not for the original bug.
115              
116              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
117              From: Spider Boardman <spider@web.zk3.dec.com>
118              Date: Wed, 13 Sep 2000 17:52:20 -0400
119              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
120      Branch: perl
121            ! regcomp.c
122 ____________________________________________________________________________
123 [  7075] By: jhi                                   on 2000/09/14  14:40:40
124         Log: Batch of UTF-8 patches from Simon Cozens.
125      Branch: perl
126            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
127            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
128            ! toke.c utf8.c
129 ____________________________________________________________________________
130 [  7074] By: jhi                                   on 2000/09/14  14:29:58
131         Log: Subject: Re: Two advertising clauses need to be removed
132              From: Russ Allbery <rra@stanford.edu>
133              Date: 13 Sep 2000 18:50:26 -0700
134              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
135      Branch: perl
136            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
137 ____________________________________________________________________________
138 [  7073] By: jhi                                   on 2000/09/14  14:28:20
139         Log: Subject: [PATCH] de-wall t/README
140              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
141              Date: Wed, 13 Sep 2000 17:46:55 -0700
142              Message-ID: <//Bw5gzkge/e092yn@efn.org>
143      Branch: perl
144            ! t/README
145 ____________________________________________________________________________
146 [  7072] By: jhi                                   on 2000/09/14  14:25:10
147         Log: Hints optimization.
148              
149              Subject: Minor nit
150              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
151              Date: Wed, 13 Sep 2000 21:42:07 +0200
152              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
153      Branch: perl
154            ! hints/hpux.sh
155 ____________________________________________________________________________
156 [  7071] By: jhi                                   on 2000/09/14  14:23:30
157         Log: Allow chop() and chomp() to be overridden.
158              
159              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
160              From: "Casey R. Tweten" <crt@kiski.net>
161              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
162              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
163      Branch: perl
164            ! toke.c
165 ____________________________________________________________________________
166 [  7070] By: jhi                                   on 2000/09/14  14:20:36
167         Log: The return value of setlocale must be copied away.
168              
169              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
170              From: Alan Burlison <Alan.Burlison@uk.sun.com>
171              Date: Wed, 13 Sep 2000 16:27:37 +0100 
172              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
173      Branch: perl
174            ! util.c
175 ____________________________________________________________________________
176 [  7069] By: jhi                                   on 2000/09/14  14:16:27
177         Log: Remove vestiges of tr//CU.
178              
179              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
180              From: Nick Clark <nick@plum.flirble.org>
181              Date: Tue, 12 Sep 2000 22:50:14 +0100
182              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
183              
184              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
185              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
186              Date: Tue, 12 Sep 2000 21:38:48 -0700
187              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
188      Branch: perl
189            ! op.h pod/perlunicode.pod
190 ____________________________________________________________________________
191 [  7068] By: jhi                                   on 2000/09/13  14:18:39
192         Log: Add the Encode extension.  The code is still largely just skeleton.
193      Branch: perl
194            + ext/Encode/Encode.pm ext/Encode/Encode.xs
195            + ext/Encode/Makefile.PL ext/Encode/Todo
196            ! MANIFEST Todo-5.6
197 ____________________________________________________________________________
198 [  7067] By: jhi                                   on 2000/09/12  17:43:33
199         Log: Allow for whitespace between "#" and "line" in cpp output.
200              
201              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
202              From: Calle Dybedahl <calle@lysator.liu.se>
203              Date: 12 Sep 2000 19:38:02 +0200 
204              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
205      Branch: perl
206            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
207 ____________________________________________________________________________
208 [  7066] By: gsar                                  on 2000/09/12  17:24:29
209         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
210              initialization in all the threads on Windows
211      Branch: perl
212            ! win32/win32.c
213 ____________________________________________________________________________
214 [  7065] By: jhi                                   on 2000/09/12  15:11:31
215         Log: Update Changes.
216      Branch: perl
217            ! Changes patchlevel.h
218 ____________________________________________________________________________
219 [  7064] By: jhi                                   on 2000/09/12  14:54:54
220         Log: Retract #7062, the pod tests are not ready.
221      Branch: perl
222            ! t/TEST t/harness
223 ____________________________________________________________________________
224 [  7063] By: jhi                                   on 2000/09/12  14:25:41
225         Log: The #7054 truncated Configure badly.
226      Branch: metaconfig/U/perl
227            ! End.U
228      Branch: perl
229            ! Configure config_h.SH
230 ____________________________________________________________________________
231 [  7062] By: jhi                                   on 2000/09/12  14:08:32
232         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
233              From: sthoenna@efn.org
234              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
235              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
236      Branch: perl
237            ! t/TEST t/harness
238 ____________________________________________________________________________
239 [  7061] By: jhi                                   on 2000/09/12  14:07:18
240         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
241              From: sthoenna@efn.org
242              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
243              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
244      Branch: perl
245            ! pod/perlxs.pod
246 ____________________________________________________________________________
247 [  7060] By: jhi                                   on 2000/09/12  14:06:08
248         Log: Break up the myconfig lines a bit.
249              
250              Subject: perlbug/perl -V output format
251              From: sthoenna@efn.org
252              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
253              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
254      Branch: perl
255            ! myconfig.SH
256 ____________________________________________________________________________
257 [  7059] By: jhi                                   on 2000/09/12  14:05:04
258         Log: Test for the #7049.
259              
260              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
261              From: andreas.koenig@anima.de (Andreas J. Koenig)
262              Date: 12 Sep 2000 06:42:01 +0200
263              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
264      Branch: perl
265            ! t/op/my.t
266 ____________________________________________________________________________
267 [  7058] By: jhi                                   on 2000/09/12  14:03:05
268         Log: Subject: [patch: perl@7045] vms updates
269              From: Peter Prymmer <pvhp@forte.com>
270              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
271              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
272      Branch: perl
273            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
274 ____________________________________________________________________________
275 [  7057] By: jhi                                   on 2000/09/12  14:00:51
276         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
277              From: sthoenna@efn.org
278              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
279              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
280      Branch: perl
281            ! t/op/64bitint.t
282 ____________________________________________________________________________
283 [  7056] By: jhi                                   on 2000/09/12  13:58:14
284         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
285              From: Jeff Pinyan <jeffp@crusoe.net>
286              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
287              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
288      Branch: perl
289            ! pod/perlfunc.pod
290 ____________________________________________________________________________
291 [  7055] By: jhi                                   on 2000/09/12  13:56:32
292         Log: Do in VMS as the #7054 does.
293      Branch: perl
294            ! configure.com
295 ____________________________________________________________________________
296 [  7054] By: jhi                                   on 2000/09/12  13:50:31
297         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
298              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
299              Date: Mon, 11 Sep 2000 08:33:09 +0100
300              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
301      Branch: metaconfig/U/perl
302            ! End.U
303      Branch: perl
304            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
305            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
306 ____________________________________________________________________________
307 [  7053] By: jhi                                   on 2000/09/12  13:29:19
308         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
309              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
310              Date:     Tue, 12 Sep 2000 08:35:59 EDT
311              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
312      Branch: perl
313            ! vms/test.com
314 ____________________________________________________________________________
315 [  7052] By: jhi                                   on 2000/09/11  23:01:50
316         Log: Document the SvUTF8*().
317      Branch: perl
318            ! pod/perlapi.pod sv.h
319 ____________________________________________________________________________
320 [  7051] By: gsar                                  on 2000/09/11  14:46:30
321         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
322              (missed a spot when fixing up op_pmreplroot hack for ithreads)
323      Branch: perl
324            ! op.c t/op/split.t
325 ____________________________________________________________________________
326 [  7050] By: nick                                  on 2000/09/11  10:03:51
327         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
328              
329              Subject: borland C++ win32.c tweak
330              From: Vadim Konovalov <vkonovalov@lucent.com>
331              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
332              Date: Mon, 11 Sep 2000 11:22:33 +0400
333      Branch: perl
334            ! win32/win32.c
335 ____________________________________________________________________________
336 [  7049] By: nick                                  on 2000/09/11  09:57:33
337         Log: Point fix for s/// on foreach (keys %xxx).
338      Branch: perl
339            ! pp_hot.c
340 ____________________________________________________________________________
341 [  7048] By: jhi                                   on 2000/09/10  23:37:09
342         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
343              by Pod::Text, from Brad Appleton.
344      Branch: perl
345            ! t/pod/testp2pt.pl
346 ____________________________________________________________________________
347 [  7047] By: jhi                                   on 2000/09/10  14:32:53
348         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
349              by Russ Allbery.
350      Branch: perl
351            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
352 ____________________________________________________________________________
353 [  7046] By: jhi                                   on 2000/09/10  14:15:08
354         Log: Upgrade to CPAN 1.57_65, from Andreas König.
355      Branch: perl
356            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
357 ____________________________________________________________________________
358 [  7045] By: jhi                                   on 2000/09/08  21:36:32
359         Log: Update Changes.
360      Branch: perl
361            ! Changes patchlevel.h
362 ____________________________________________________________________________
363 [  7044] By: jhi                                   on 2000/09/08  21:29:56
364         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
365              From: Peter Prymmer <pvhp@forte.com>
366              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
367              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
368      Branch: perl
369            ! configure.com
370 ____________________________________________________________________________
371 [  7043] By: jhi                                   on 2000/09/08  21:27:50
372         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
373              From: Peter Prymmer <pvhp@forte.com>
374              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
375              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
376      Branch: perl
377            ! Makefile.SH installperl
378 ____________________________________________________________________________
379 [  7042] By: jhi                                   on 2000/09/08  21:23:21
380         Log: Continue #7041.
381      Branch: perl
382            ! cygwin/Makefile.SHs os2/Makefile.SHs
383 ____________________________________________________________________________
384 [  7041] By: jhi                                   on 2000/09/08  21:18:10
385         Log: Do away with memory models cruft.  Sorry, PDP users.
386      Branch: metaconfig
387            ! U/modified/cc.U U/modified/libpth.U
388      Branch: perl
389            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
390            ! Porting/config_H cflags.SH config_h.SH configure.com
391            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
392            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
393            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
394 ____________________________________________________________________________
395 [  7040] By: jhi                                   on 2000/09/08  14:34:18
396         Log: Major rewrite of s2p.  And I mean really major, it is
397              an implementation of sed in perl.  If called as s2p it
398              will function as s2p.  Note: needs non-UNIXifying.
399              
400              Subject: s2p
401              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
402              Date: Mon, 28 Aug 2000 14:05:12 +0200
403              Message-ID: <39AA5578.2102E2AA@alcatel.at>
404      Branch: perl
405            ! x2p/s2p.PL
406 ____________________________________________________________________________
407 [  7039] By: jhi                                   on 2000/09/08  14:19:49
408         Log: Re-allow vec() for characters > 255.
409              
410              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
411              From: Spider Boardman <spider@web.zk3.dec.com>
412              Date: Fri, 08 Sep 2000 02:21:02 -0400
413              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
414      Branch: perl
415            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
416            ! t/op/vec.t
417 ____________________________________________________________________________
418 [  7038] By: jhi                                   on 2000/09/08  14:14:18
419         Log: Subject: [PATCH lib/Benchmark.pm]
420              From: <abigail@foad.org>
421              Date: Thu, 7 Sep 2000 15:03:20 -0400
422              Message-ID: <20000907190320.888.qmail@foad.org>
423      Branch: perl
424            ! lib/Benchmark.pm
425 ____________________________________________________________________________
426 [  7037] By: jhi                                   on 2000/09/08  14:11:06
427         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
428              
429              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
430              From: Spider Boardman <spider@web.zk3.dec.com>
431              Date: Fri, 08 Sep 2000 01:30:27 -0400
432              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
433      Branch: perl
434            ! op.c
435 ____________________________________________________________________________
436 [  7036] By: jhi                                   on 2000/09/08  14:08:58
437         Log: Subject: [ID 20000908.002] perlipc documentation bug.
438              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
439              Date: Fri, 08 Sep 2000 12:38:32 +0200
440              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
441      Branch: perl
442            ! pod/perlipc.pod
443 ____________________________________________________________________________
444 [  7035] By: jhi                                   on 2000/09/08  14:03:12
445         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
447              Date: Fri, 08 Sep 2000 11:47:34 +0200
448              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
449      Branch: perl
450            ! hints/dec_osf.sh
451 ____________________________________________________________________________
452 [  7034] By: jhi                                   on 2000/09/08  13:59:35
453         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
454              From: Simon Cozens <simon@cozens.net>
455              Date: Thu, 7 Sep 2000 20:40:38 +0100
456              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
457      Branch: perl
458            ! pp_hot.c
459 ____________________________________________________________________________
460 [  7033] By: jhi                                   on 2000/09/08  04:03:03
461         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
462              From: "Larry W. Virden" <lvirden@cas.org>
463              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
464              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
465      Branch: perl
466            ! pod/perldiag.pod
467 ____________________________________________________________________________
468 [  7032] By: jhi                                   on 2000/09/07  22:18:30
469         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
470              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
471              Date: Mon, 04 Sep 2000 13:16:38 -0700
472              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
473      Branch: perl
474            ! lib/perl5db.pl
475 ____________________________________________________________________________
476 [  7031] By: jhi                                   on 2000/09/07  22:02:29
477         Log: Fix the ccversion detection for 5.1 and beyond.
478              
479              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
480              From: Spider Boardman <spider@leggy.zk3.dec.com>
481              Date: Thu, 7 Sep 2000 17:54:27 -0400
482              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
483      Branch: perl
484            ! hints/dec_osf.sh
485 ____________________________________________________________________________
486 [  7030] By: jhi                                   on 2000/09/07  19:12:28
487         Log: Fix for
488              
489              Subject: [ID 20000903.001] \w in utf8-strings
490              From: Marc Lehmann <pcg@goof.com>
491              Date: Sun, 03 Sep 2000 09:44:29 +0200
492              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
493              
494              and various related nits.
495      Branch: perl
496            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
497 ____________________________________________________________________________
498 [  7029] By: jhi                                   on 2000/09/07  18:49:09
499         Log: Fix the URL, but the server is still missing in action.
500              
501              Subject: [ID 20000905.002] perlfaq1.pod URL error
502              From: "Larry W. Virden" <lvirden@cas.org>
503              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
504              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
505      Branch: perl
506            ! pod/perlfaq1.pod
507 ____________________________________________________________________________
508 [  7028] By: jhi                                   on 2000/09/07  18:47:13
509         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
510              From: Hugo <hv@crypt.compulink.co.uk>
511              Date: Tue, 05 Sep 2000 14:13:37 +0100
512              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
513      Branch: perl
514            ! toke.c
515 ____________________________________________________________________________
516 [  7027] By: jhi                                   on 2000/09/07  18:45:35
517         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
518              From: Daniel Chetlin <daniel@chetlin.com>
519              Date: Tue, 5 Sep 2000 04:57:07 -0700
520              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
521      Branch: perl
522            ! pod/perlfaq6.pod pod/perlop.pod
523 ____________________________________________________________________________
524 [  7026] By: jhi                                   on 2000/09/07  18:44:01
525         Log: Document the new ref() semantics.
526              
527              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
528              From: Gisle Aas <gisle@ActiveState.com>
529              Date: 05 Sep 2000 08:10:30 +0200
530              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
531      Branch: perl
532            ! pod/perldelta.pod
533 ____________________________________________________________________________
534 [  7025] By: jhi                                   on 2000/09/07  18:42:27
535         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
536              
537              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
538              From: Gisle Aas <gisle@ActiveState.com>
539              Date: 05 Sep 2000 08:11:40 +0200
540              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
541      Branch: perl
542            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
543 ____________________________________________________________________________
544 [  7024] By: jhi                                   on 2000/09/07  18:39:32
545         Log: Subject: [PATCH] Modernize Opcode.pm documentation
546              From: Gisle Aas <gisle@ActiveState.com>
547              Date: 4 Sep 2000 00:18:55 -0000
548              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
549      Branch: perl
550            ! ext/Opcode/Opcode.pm
551 ____________________________________________________________________________
552 [  7023] By: jhi                                   on 2000/09/07  18:37:42
553         Log: Subject: [PATCH] Tied filehandle documentation
554              From: Gisle Aas <gisle@ActiveState.com>
555              Date: 4 Sep 2000 00:14:40 -0000
556              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
557      Branch: perl
558            ! pod/perlfunc.pod pod/perltie.pod
559 ____________________________________________________________________________
560 [  7022] By: jhi                                   on 2000/09/07  18:35:37
561         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
562              From: Gisle Aas <gisle@ActiveState.com>
563              Date: 4 Sep 2000 00:04:22 -0000
564              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
565      Branch: perl
566            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
567 ____________________________________________________________________________
568 [  7021] By: jhi                                   on 2000/09/07  18:33:22
569         Log: Subject: small apidoc fix
570              From: Marc Lehmann <pcg@goof.com>
571              Date: Sun, 3 Sep 2000 05:12:06 +0200
572              Message-ID: <20000903051206.A5909@cerebro.laendle>
573      Branch: perl
574            ! pod/perlapi.pod utf8.c
575 ____________________________________________________________________________
576 [  7020] By: jhi                                   on 2000/09/07  16:14:57
577         Log: Tiny perldelta nits.
578      Branch: perl
579            ! pod/perldelta.pod
580 ____________________________________________________________________________
581 [  7019] By: jhi                                   on 2000/09/07  16:04:20
582         Log: Guard against bad string->int conversion for quads.
583      Branch: perl
584            ! t/op/64bitint.t
585 ____________________________________________________________________________
586 [  7018] By: jhi                                   on 2000/09/06  17:07:03
587         Log: Update Unicode todo list.
588      Branch: perl
589            ! Todo-5.6
590 ____________________________________________________________________________
591 [  7017] By: jhi                                   on 2000/09/05  21:16:01
592         Log: Document the SvIOK_.*UV().
593      Branch: perl
594            ! pod/perlapi.pod sv.h
595 ____________________________________________________________________________
596 [  7016] By: nick                                  on 2000/09/03  21:54:46
597         Log: Hash lookup of constant strings optimization:
598              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
599              to string table (as per sharepvn). Add newSV_pvn_share to create such
600              a thing. Make hv.c compare addresses of strings and skip string compare
601              if equal. Make method_named and helem ops use these shared-string SVs
602              when arg is constant. Make keys op return shared-string SVs (less clearly
603              a win).
604      Branch: perl
605            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
606            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
607            ! pod/perlintern.pod pp_hot.c proto.h sv.c
608 ____________________________________________________________________________
609 [  7015] By: jhi                                   on 2000/09/02  17:48:59
610         Log: This is 5.7.0.
611      Branch: perl
612            ! Changes
613 ____________________________________________________________________________
614 [  7014] By: jhi                                   on 2000/09/02  17:35:45
615         Log: Changes and patchlevel tweaks.
616      Branch: perl
617            ! Changes patchlevel.h
618 ____________________________________________________________________________
619 [  7013] By: jhi                                   on 2000/09/02  17:30:50
620         Log: Update Changes.
621      Branch: perl
622            ! Changes patchlevel.h
623 ____________________________________________________________________________
624 [  7012] By: nick                                  on 2000/09/02  17:25:20
625         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
626      Branch: perl
627            ! gv.c lib/overload.pm
628 ____________________________________________________________________________
629 [  7011] By: jhi                                   on 2000/09/02  17:16:25
630         Log: Update perlhist.
631      Branch: perl
632            ! pod/perlhist.pod
633 ____________________________________________________________________________
634 [  7010] By: jhi                                   on 2000/09/02  17:01:35
635         Log: perldelta nits.
636      Branch: perl
637            ! pod/perldelta.pod
638 ____________________________________________________________________________
639 [  7009] By: nick                                  on 2000/09/02  16:48:35
640         Log: If overloaded %{} etc. return the object do not loop.
641              Thus  sub deref { $_[0] } functions if object is wanted type.
642      Branch: perl
643            ! pp.h
644 ____________________________________________________________________________
645 [  7008] By: jhi                                   on 2000/09/02  16:26:11
646         Log: Retab MANIFEST.
647      Branch: perl
648            ! ext/Storable/MANIFEST
649 ____________________________________________________________________________
650 [  7007] By: jhi                                   on 2000/09/02  16:23:02
651         Log: Make certain cc is set before trying to run it.
652      Branch: perl
653            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
654 ____________________________________________________________________________
655 [  7006] By: jhi                                   on 2000/09/02  15:45:41
656         Log: Unicode notes.
657      Branch: perl
658            ! pod/perldelta.pod
659 ____________________________________________________________________________
660 [  7005] By: jhi                                   on 2000/09/02  15:42:11
661         Log: Various Configure nits by Philip Newton,
662              plus the ebcdic one by me.
663      Branch: metaconfig
664            + U/modified/pager.U
665            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
666      Branch: metaconfig/U/perl
667            ! Devel.U quadfio.U
668      Branch: perl
669            ! Configure config_h.SH
670 ____________________________________________________________________________
671 [  7004] By: jhi                                   on 2000/09/02  15:06:14
672         Log: Apparently avoiding the swapping is too costly.
673              
674              From: "Ben Tilly" <ben_tilly@hotmail.com>
675              Subject: Re: the door is closed.
676              Date: Fri, 01 Sep 2000 20:23:16 EDT
677              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
678      Branch: perl
679            ! pod/perlfaq4.pod
680 ____________________________________________________________________________
681 [  7003] By: nick                                  on 2000/09/02  12:26:04
682         Log: Undo part of change 6489 which looks like a bulk edit which
683              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
684              The supressing of main:: on return from select() is undesirable.
685      Branch: perl
686            ! pp_sys.c
687 ____________________________________________________________________________
688 [  7002] By: jhi                                   on 2000/09/01  23:08:54
689         Log: Update Changes.
690      Branch: perl
691            ! Changes patchlevel.h
692 ____________________________________________________________________________
693 [  7001] By: jhi                                   on 2000/09/01  23:00:13
694         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
695              From: Peter Prymmer <pvhp@forte.com>
696              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
697              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
698              
699              plus rework the http: spots as suggested by Tom Christiansen,
700              plus regen perltoc.
701      Branch: perl
702            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
703            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
704 ____________________________________________________________________________
705 [  7000] By: jhi                                   on 2000/09/01  22:36:01
706         Log: Only the first line, thank you very much.
707      Branch: perl
708            ! hints/solaris_2.sh
709 ____________________________________________________________________________
710 [  6999] By: gsar                                  on 2000/09/01  22:16:40
711         Log: change#6791 accidentally clobbered change#6710, put it back
712      Branch: perl
713            ! win32/win32.c
714 ____________________________________________________________________________
715 [  6998] By: jhi                                   on 2000/09/01  22:14:16
716         Log: Mention the HP-UX LP64 freak failure.
717      Branch: perl
718            ! pod/perldelta.pod
719 ____________________________________________________________________________
720 [  6997] By: jhi                                   on 2000/09/01  21:48:32
721         Log: Detypo.
722      Branch: perl
723            ! hints/hpux.sh
724 ____________________________________________________________________________
725 [  6996] By: jhi                                   on 2000/09/01  21:27:10
726         Log: Update Changes.
727      Branch: perl
728            ! Changes patchlevel.h
729 ____________________________________________________________________________
730 [  6995] By: jhi                                   on 2000/09/01  21:14:24
731         Log: Mi splgn s gnin.g
732      Branch: perl
733            ! pp_ctl.c
734 ____________________________________________________________________________
735 [  6994] By: jhi                                   on 2000/09/01  21:09:54
736         Log: Subject: http:// in L<>
737              From: Nicholas Clark <nick@ccl4.org>
738              Date: Fri, 1 Sep 2000 22:03:21 +0100
739              Message-ID: <20000901220321.B72074@plum.flirble.org>
740      Branch: perl
741            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
742 ____________________________________________________________________________
743 [  6993] By: jhi                                   on 2000/09/01  21:06:54
744         Log: Update to Storable 1.0, from Raphael Manfredi.
745      Branch: perl
746            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
747            ! ext/Storable/Makefile.PL ext/Storable/README
748            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
749            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
750            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
751            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
752            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
753            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
754 ____________________________________________________________________________
755 [  6992] By: jhi                                   on 2000/09/01  20:43:05
756         Log: Mention known sfio+linux buglet.
757      Branch: perl
758            ! pod/perldelta.pod
759 ____________________________________________________________________________
760 [  6991] By: jhi                                   on 2000/09/01  20:40:11
761         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
762              From: Peter Prymmer <pvhp@forte.com>
763              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
764              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
765      Branch: perl
766            ! vms/vms.c
767 ____________________________________________________________________________
768 [  6990] By: jhi                                   on 2000/09/01  20:25:26
769         Log: Retract #6986.
770      Branch: perl
771            ! hints/solaris_2.sh
772 ____________________________________________________________________________
773 [  6989] By: jhi                                   on 2000/09/01  20:23:00
774         Log: Mergesort is back.
775      Branch: perl
776            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
777 ____________________________________________________________________________
778 [  6988] By: jhi                                   on 2000/09/01  19:37:40
779         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
780              From: Mike Guy <mjtg@cam.ac.uk>
781              Date: Fri, 01 Sep 2000 17:43:33 +0100
782              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
783      Branch: perl
784            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
785            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
786 ____________________________________________________________________________
787 [  6987] By: jhi                                   on 2000/09/01  19:17:10
788         Log: Regen perltoc.
789      Branch: perl
790            ! pod/perltoc.pod
791 ____________________________________________________________________________
792 [  6986] By: jhi                                   on 2000/09/01  18:51:10
793         Log: Subject: Re: Solaris x86 has no SPARC libraries!
794              From: Lupe Christoph <lupe@lupe-christoph.de>
795              Date: Fri, 1 Sep 2000 20:41:20 +0200
796              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
797      Branch: perl
798            ! hints/solaris_2.sh
799 ____________________________________________________________________________
800 [  6985] By: jhi                                   on 2000/09/01  18:28:10
801         Log: Update Changes.
802      Branch: perl
803            ! Changes patchlevel.h
804 ____________________________________________________________________________
805 [  6984] By: jhi                                   on 2000/09/01  18:26:53
806         Log: Feature ordering tweak.
807      Branch: perl
808            ! myconfig.SH
809 ____________________________________________________________________________
810 [  6983] By: jhi                                   on 2000/09/01  18:19:50
811         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
812              From: <abigail@foad.org>
813              Date: Fri, 1 Sep 2000 13:07:32 -0400
814              Message-ID: <20000901170732.18249.qmail@foad.org>
815      Branch: perl
816            ! t/pragma/overload.t
817 ____________________________________________________________________________
818 [  6982] By: jhi                                   on 2000/09/01  18:17:54
819         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
820              so that case-ignoring systems like DCL can tell them from
821              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
822      Branch: metaconfig/U/perl
823            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
824      Branch: perl
825            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
826            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
827            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
828            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
829            ! vos/config.def vos/config.h vos/config_h.SH_orig
830            ! win32/config.bc win32/config.gc win32/config.vc
831 ____________________________________________________________________________
832 [  6981] By: nick                                  on 2000/09/01  17:21:57
833         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
834              warning when UNTIE exists and instead pass the cound of extra references to
835              the UNTIE method.
836      Branch: perl
837            ! pod/perltie.pod pp_sys.c
838 ____________________________________________________________________________
839 [  6980] By: jhi                                   on 2000/09/01  16:54:44
840         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
841              From: Peter Prymmer <pvhp@forte.com>
842              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
843              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
844      Branch: perl
845            ! configure.com
846 ____________________________________________________________________________
847 [  6979] By: jhi                                   on 2000/09/01  16:06:20
848         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
849              From: Mike Guy <mjtg@cam.ac.uk> 
850              Date: Fri, 01 Sep 2000 16:49:27 +0100
851              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
852      Branch: perl
853            ! t/base/rs.t
854 ____________________________________________________________________________
855 [  6978] By: jhi                                   on 2000/09/01  16:00:42
856         Log: Update to PodParser 1.18, from Brad Appleton.
857      Branch: perl
858            ! lib/Pod/Checker.pm t/pod/find.t
859 ____________________________________________________________________________
860 [  6977] By: jhi                                   on 2000/09/01  14:48:58
861         Log: Subject: Nit in Configure (bleadperl@6961)
862              From: Lupe Christoph <lupe@lupe-christoph.de>
863              Date: Fri, 1 Sep 2000 16:34:29 +0200
864              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
865      Branch: metaconfig
866            ! U/compline/ccflags.U
867      Branch: perl
868            ! Configure config_h.SH
869 ____________________________________________________________________________
870 [  6976] By: jhi                                   on 2000/09/01  14:39:52
871         Log: Update Changes.
872      Branch: perl
873            ! Changes patchlevel.h
874 ____________________________________________________________________________
875 [  6975] By: jhi                                   on 2000/09/01  14:37:36
876         Log: microperl config update.
877      Branch: perl
878            ! uconfig.h uconfig.sh
879 ____________________________________________________________________________
880 [  6974] By: jhi                                   on 2000/09/01  14:36:53
881         Log: Document known deficiencies.
882      Branch: perl
883            ! pod/perldelta.pod
884 ____________________________________________________________________________
885 [  6973] By: jhi                                   on 2000/09/01  14:10:20
886         Log: Mention warnings fixes and updates.
887      Branch: perl
888            ! pod/perldelta.pod
889 ____________________________________________________________________________
890 [  6972] By: jhi                                   on 2000/09/01  14:01:52
891         Log: Drop unused argument.
892              
893              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
894              From: Spider Boardman <spider@web.zk3.dec.com>
895              Date: Thu, 31 Aug 2000 16:10:15 -0400
896              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
897      Branch: perl
898            ! toke.c
899 ____________________________________________________________________________
900 [  6971] By: jhi                                   on 2000/09/01  13:59:24
901         Log: Add the overload warnings to perldiag.
902      Branch: perl
903            ! lib/overload.pm pod/perldiag.pod
904 ____________________________________________________________________________
905 [  6970] By: jhi                                   on 2000/09/01  13:55:10
906         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
907              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
908              Date: Fri, 1 Sep 2000 13:43:15 +0100 
909              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
910      Branch: perl
911            ! lib/overload.pm t/pragma/overload.t
912 ____________________________________________________________________________
913 [  6969] By: jhi                                   on 2000/09/01  13:52:27
914         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
915              From: <abigail@foad.org>
916              Date: Fri, 1 Sep 2000 05:46:54 -0400
917              Message-ID: <20000901094654.6476.qmail@foad.org>
918      Branch: perl
919            ! lib/overload.pm
920 ____________________________________________________________________________
921 [  6968] By: jhi                                   on 2000/09/01  13:50:05
922         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
923              From: Daniel Chetlin <daniel@chetlin.com>
924              Date: Fri, 1 Sep 2000 02:10:55 -0700
925              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
926      Branch: perl
927            ! pod/perlretut.pod
928 ____________________________________________________________________________
929 [  6967] By: jhi                                   on 2000/09/01  13:47:54
930         Log: Part of the solution.
931              
932              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
933              From: Mike Guy <mjtg@cam.ac.uk>
934              Date: Fri, 01 Sep 2000 14:16:01 +0100
935              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
936      Branch: perl
937            ! gv.c mg.c
938 ____________________________________________________________________________
939 [  6966] By: jhi                                   on 2000/09/01  13:46:17
940         Log: Subject: CPAN.pm beta 1.57_57 for the core
941              From: andreas.koenig@anima.de (Andreas J. Koenig)
942              Date: 01 Sep 2000 15:16:31 +0200
943              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
944      Branch: perl
945            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
946 ____________________________________________________________________________
947 [  6965] By: jhi                                   on 2000/09/01  13:43:18
948         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
949              From: "Craig A. Berry" <craig.berry@psinetcs.com>
950              Date: Fri, 01 Sep 2000 01:47:22 -0500
951              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
952      Branch: perl
953            ! pod/perldelta.pod vms/vms.c
954 ____________________________________________________________________________
955 [  6964] By: jhi                                   on 2000/09/01  13:35:35
956         Log: File::Temp patches from Andreas König,
957              
958              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
959              From: andreas.koenig@anima.de (Andreas J. Koenig)
960              Date: 01 Sep 2000 10:07:20 +0200
961              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
962              
963              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
964              From: andreas.koenig@anima.de (Andreas J. Koenig)
965              Date: 31 Aug 2000 23:26:08 +0200
966              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
967      Branch: perl
968            ! lib/File/Temp.pm t/lib/ftmp-security.t
969 ____________________________________________________________________________
970 [  6963] By: jhi                                   on 2000/09/01  02:22:24
971         Log: Retract the mergesort code, way too incompatible licensing
972              and copyrights.
973      Branch: perl
974            ! pod/perldelta.pod pp_ctl.c
975 ____________________________________________________________________________
976 [  6962] By: jhi                                   on 2000/08/31  23:27:32
977         Log: Update Changes.
978      Branch: perl
979            ! Changes patchlevel.h
980 ____________________________________________________________________________
981 [  6961] By: jhi                                   on 2000/08/31  23:20:04
982         Log: Small tweaks all over.
983      Branch: metaconfig
984            ! U/compline/d_gconvert.U
985      Branch: perl
986            ! AUTHORS Configure config_h.SH pp_ctl.c
987 ____________________________________________________________________________
988 [  6960] By: jhi                                   on 2000/08/31  22:39:36
989         Log: Further rewording.
990      Branch: perl
991            ! pp_ctl.c
992 ____________________________________________________________________________
993 [  6959] By: jhi                                   on 2000/08/31  21:26:44
994         Log: More address tweaking.
995      Branch: perl
996            ! AUTHORS Changes
997 ____________________________________________________________________________
998 [  6958] By: jhi                                   on 2000/08/31  20:47:25
999         Log: AUTHORS tweaks, from Peter Prymmer.
1000              
1001              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
1002              From: Peter Prymmer <pvhp@forte.com>
1003              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
1004              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
1005      Branch: perl
1006            ! AUTHORS MAINTAIN
1007 ____________________________________________________________________________
1008 [  6957] By: jhi                                   on 2000/08/31  20:34:43
1009         Log: perldelta tweaks.
1010      Branch: perl
1011            ! pod/perldelta.pod
1012 ____________________________________________________________________________
1013 [  6956] By: jhi                                   on 2000/08/31  19:11:06
1014         Log: Regen perltoc.
1015      Branch: perl
1016            ! pod/perltoc.pod
1017 ____________________________________________________________________________
1018 [  6955] By: jhi                                   on 2000/08/31  19:06:30
1019         Log: Clarify the mergesort situation.
1020      Branch: perl
1021            ! pp_ctl.c
1022 ____________________________________________________________________________
1023 [  6954] By: jhi                                   on 2000/08/31  18:24:17
1024         Log: Move the Solaris 7 scan to use64bitall, make the
1025              failure to find 64-bot sparc libc to mention the
1026              possibility of being in an intel, from Lupe and Alan.
1027      Branch: perl
1028            ! hints/solaris_2.sh
1029 ____________________________________________________________________________
1030 [  6953] By: jhi                                   on 2000/08/31  18:09:20
1031         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
1032              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
1033      Branch: metaconfig
1034            ! U/compline/d_gconvert.U U/threads/archname.U
1035      Branch: metaconfig/U/perl
1036            ! perlxv.U
1037      Branch: perl
1038            ! Configure config_h.SH sv.c
1039 ____________________________________________________________________________
1040 [  6952] By: jhi                                   on 2000/08/31  17:42:24
1041         Log: :: not allowed in pathnames, change to .
1042              
1043              Subject: [PATCH perl@6938] cygwin port
1044              From: "Fifer, Eric" <EFifer@sanwaint.com>
1045              Date: Thu, 31 Aug 2000 16:32:59 +0100
1046              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
1047      Branch: metaconfig/U/perl
1048            ! perlxv.U
1049 ____________________________________________________________________________
1050 [  6951] By: jhi                                   on 2000/08/31  17:02:05
1051         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
1052      Branch: perl
1053            ! perl.h
1054 ____________________________________________________________________________
1055 [  6950] By: jhi                                   on 2000/08/31  16:26:08
1056         Log: More author updates.
1057              
1058              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
1059              From: Simon Cozens <simon@cozens.net>
1060              Date: Thu, 31 Aug 2000 17:13:32 +0100
1061              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
1062      Branch: perl
1063            ! AUTHORS
1064 ____________________________________________________________________________
1065 [  6949] By: jhi                                   on 2000/08/31  16:04:49
1066         Log: POSIX doesn't report long double values under -Duselongdouble
1067              when the long doubles are "real" (bigger than doubles).
1068      Branch: perl
1069            ! ext/POSIX/POSIX.xs
1070 ____________________________________________________________________________
1071 [  6948] By: jhi                                   on 2000/08/31  15:25:10
1072         Log: Update Changes.
1073      Branch: perl
1074            ! Changes patchlevel.h
1075 ____________________________________________________________________________
1076 [  6947] By: jhi                                   on 2000/08/31  15:22:29
1077         Log: Document UNTIE in a very minimalistic way.
1078      Branch: perl
1079            ! pod/perlfunc.pod pod/perltie.pod
1080 ____________________________________________________________________________
1081 [  6946] By: jhi                                   on 2000/08/31  15:15:23
1082         Log: Document known failures.
1083      Branch: perl
1084            ! pod/perldelta.pod
1085 ____________________________________________________________________________
1086 [  6945] By: jhi                                   on 2000/08/31  15:07:00
1087         Log: Don't attach -ld to the archname if pointless.
1088      Branch: metaconfig
1089            ! U/threads/archname.U
1090      Branch: perl
1091            ! Configure config_h.SH
1092 ____________________________________________________________________________
1093 [  6944] By: jhi                                   on 2000/08/31  14:37:42
1094         Log: Wrap the test in eval.
1095              
1096              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
1097              From: Tim Jenness <timj@jach.hawaii.edu>
1098              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
1099              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
1100      Branch: perl
1101            ! t/lib/ftmp-security.t
1102 ____________________________________________________________________________
1103 [  6943] By: jhi                                   on 2000/08/31  14:30:57
1104         Log: Make -Dusemorebits find long doubles in Solaris.
1105      Branch: perl
1106            ! hints/solaris_2.sh
1107 ____________________________________________________________________________
1108 [  6942] By: jhi                                   on 2000/08/31  13:48:45
1109         Log: Clarify the third case of ftmp-security warnings.
1110      Branch: perl
1111            ! INSTALL
1112 ____________________________________________________________________________
1113 [  6941] By: jhi                                   on 2000/08/31  13:40:31
1114         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
1115              From: <abigail@foad.org>
1116              Date: Thu, 31 Aug 2000 01:35:05 -0400
1117              Message-ID: <20000831053505.32120.qmail@foad.org>
1118      Branch: perl
1119            ! pod/perldelta.pod
1120 ____________________________________________________________________________
1121 [  6940] By: jhi                                   on 2000/08/31  13:38:48
1122         Log: Issue useful diagnostic on unknown pod commands.
1123              
1124              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
1125              From: <abigail@foad.org>
1126              Date: Thu, 31 Aug 2000 03:41:18 -0400
1127              Message-ID: <20000831074118.24880.qmail@foad.org>
1128      Branch: perl
1129            ! lib/Pod/Man.pm
1130 ____________________________________________________________________________
1131 [  6939] By: jhi                                   on 2000/08/31  13:34:33
1132         Log: Reveal Borland's isnan.
1133              
1134              Subject: build with BC++ tweak
1135              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1136              Date: Thu, 31 Aug 2000 13:09:37 +0400
1137              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
1138      Branch: perl
1139            ! win32/win32.h
1140 ____________________________________________________________________________
1141 [  6938] By: jhi                                   on 2000/08/31  05:01:20
1142         Log: Update Changes.
1143      Branch: perl
1144            ! Changes patchlevel.h
1145 ____________________________________________________________________________
1146 [  6937] By: jhi                                   on 2000/08/31  04:26:23
1147         Log: sscanf() may be the only way to read long doubles from strings.
1148      Branch: metaconfig/U/perl
1149            ! longdblfio.U
1150      Branch: perl
1151            ! Configure config_h.SH perl.h util.c
1152 ____________________________________________________________________________
1153 [  6936] By: jhi                                   on 2000/08/31  04:18:19
1154         Log: The #6929 was too skimpy.
1155      Branch: perl
1156            ! sv.c
1157 ____________________________________________________________________________
1158 [  6935] By: jhi                                   on 2000/08/31  02:47:07
1159         Log: Subject: Re: typos in pods
1160              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1161              Date: Wed, 30 Aug 2000 19:25:34 -0700
1162              Message-ID: <eIcr5gzkg25X092yn@efn.org>
1163      Branch: perl
1164            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
1165 ____________________________________________________________________________
1166 [  6934] By: jhi                                   on 2000/08/31  02:42:55
1167         Log: Missed one Unicode file.
1168      Branch: perl
1169            + lib/unicode/UCDFF301.html
1170 ____________________________________________________________________________
1171 [  6933] By: jhi                                   on 2000/08/30  23:42:27
1172         Log: Update Changes.
1173      Branch: perl
1174            ! Changes patchlevel.h
1175 ____________________________________________________________________________
1176 [  6932] By: jhi                                   on 2000/08/30  23:40:07
1177         Log: Mention UNTIE in perldelta.  Still needs documenting
1178              in perltie et alia.
1179      Branch: perl
1180            ! pod/perldelta.pod
1181 ____________________________________________________________________________
1182 [  6931] By: jhi                                   on 2000/08/30  23:36:02
1183         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
1184              From: <abigail@foad.org>
1185              Date: Wed, 30 Aug 2000 19:28:07 -0400
1186              Message-ID: <20000830232807.305.qmail@foad.org>
1187      Branch: perl
1188            ! pod/perldelta.pod
1189 ____________________________________________________________________________
1190 [  6930] By: jhi                                   on 2000/08/30  23:32:40
1191         Log: Update to Unicode 3.0.1.
1192      Branch: perl
1193            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
1194            + lib/unicode/PropList.txt lib/unicode/README.perl
1195            + lib/unicode/UCD301.html lib/unicode/Unicode.301
1196            - lib/unicode/Props.txt lib/unicode/UCD300.html
1197            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
1198            ! (edit 257 files)
1199 ____________________________________________________________________________
1200 [  6929] By: jhi                                   on 2000/08/30  22:38:18
1201         Log: Heap decorruption.
1202              
1203              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
1204              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1205              Date: Wed, 30 Aug 2000 22:39:52 +0100
1206              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
1207      Branch: perl
1208            ! sv.c
1209 ____________________________________________________________________________
1210 [  6928] By: jhi                                   on 2000/08/30  22:29:34
1211         Log: Retract the dummy test, skip the security tests (instead of failing),
1212              explain what the warnings mean.
1213      Branch: perl
1214            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
1215 ____________________________________________________________________________
1216 [  6927] By: jhi                                   on 2000/08/30  22:14:13
1217         Log: Change the internal implementation of sort() to be mergesort
1218              instead of quicksort, from John Linderman <jpl@research.att.com>.
1219              Gives us better worst case, better average case, and stability.
1220              What's there not to like?  (Small fixes for threaded builds
1221              were required).
1222      Branch: perl
1223            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
1224 ____________________________________________________________________________
1225 [  6926] By: jhi                                   on 2000/08/30  20:55:20
1226         Log: A better fix for the Socket building problem from Craig Berry.
1227      Branch: perl
1228            ! vms/vms.c
1229 ____________________________________________________________________________
1230 [  6925] By: jhi                                   on 2000/08/30  20:20:25
1231         Log: Subject: [PATCH] Re: UNTIE method 
1232              From: Nick Ing-Simmons <nik@tiuk.ti.com>
1233              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
1234              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
1235      Branch: perl
1236            ! pp_sys.c t/op/tie.t
1237 ____________________________________________________________________________
1238 [  6924] By: jhi                                   on 2000/08/30  20:17:11
1239         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
1240              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1241              Date: Wed, 30 Aug 2000 15:03:14 -0500
1242              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
1243      Branch: perl
1244            ! vms/vms.c
1245 ____________________________________________________________________________
1246 [  6923] By: jhi                                   on 2000/08/30  20:15:18
1247         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
1248              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1249              Date: Wed, 30 Aug 2000 13:30:36 -0500
1250              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
1251      Branch: perl
1252            ! vms/vms.c
1253 ____________________________________________________________________________
1254 [  6922] By: jhi                                   on 2000/08/30  19:54:43
1255         Log: Better options for rsync.
1256      Branch: perl
1257            ! pod/perlhack.pod
1258 ____________________________________________________________________________
1259 [  6921] By: jhi                                   on 2000/08/30  19:40:16
1260         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
1261              From: Rick Delaney <rick@consumercontact.com>
1262              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
1263              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
1264      Branch: perl
1265            ! pod/perlfunc.pod
1266 ____________________________________________________________________________
1267 [  6920] By: jhi                                   on 2000/08/30  19:36:40
1268         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
1269              From: Peter Prymmer <pvhp@forte.com>
1270              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
1271              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
1272      Branch: perl
1273            ! configure.com
1274 ____________________________________________________________________________
1275 [  6919] By: jhi                                   on 2000/08/30  14:52:02
1276         Log: Update Changes.
1277      Branch: perl
1278            ! Changes patchlevel.h
1279 ____________________________________________________________________________
1280 [  6918] By: jhi                                   on 2000/08/30  14:48:34
1281         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
1282      Branch: perl
1283            ! lib/ExtUtils/typemap
1284 ____________________________________________________________________________
1285 [  6917] By: jhi                                   on 2000/08/30  14:46:34
1286         Log: Subject: typos in pods
1287              From: Nicholas Clark <nick@ccl4.org>
1288              Date: Wed, 30 Aug 2000 01:12:50 +0100
1289              Message-ID: <20000830011249.A61388@plum.flirble.org>
1290      Branch: perl
1291            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
1292            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
1293            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
1294            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
1295 ____________________________________________________________________________
1296 [  6916] By: jhi                                   on 2000/08/30  14:19:09
1297         Log: Document Storable problems on Crays.  (Will have
1298              to document all the other Storable problems, too.)
1299      Branch: perl
1300            ! pod/perldelta.pod
1301 ____________________________________________________________________________
1302 [  6915] By: jhi                                   on 2000/08/30  14:06:02
1303         Log: Subject: [PATCH] fix misc cast warnings
1304              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1305              Date: Tue, 29 Aug 2000 23:16:14 -0700
1306              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
1307      Branch: perl
1308            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
1309            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
1310            ! os2/os2ish.h
1311 ____________________________________________________________________________
1312 [  6914] By: jhi                                   on 2000/08/30  14:03:45
1313         Log: Timestamp mismatch again.  Need to fix this dependence on
1314              config_h.SH timestamp, since it's the contents of config_h.SH
1315              that matter.
1316      Branch: perl
1317            ! uconfig.h uconfig.sh
1318 ____________________________________________________________________________
1319 [  6913] By: jhi                                   on 2000/08/30  13:54:06
1320         Log: Don't say "Perl 5.0 source kit".
1321      Branch: perl
1322            ! perl.c
1323 ____________________________________________________________________________
1324 [  6912] By: jhi                                   on 2000/08/30  13:51:24
1325         Log: Reset archname and archname64 always, forcing them be
1326              recomputed at each Configure run, make Configure and
1327              the hints files agree on the naming of largefiles variables.
1328      Branch: metaconfig
1329            ! U/threads/archname.U
1330      Branch: metaconfig/U/perl
1331            ! use64bits.U
1332      Branch: perl
1333            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
1334            ! hints/linux.sh hints/solaris_2.sh
1335 ____________________________________________________________________________
1336 [  6911] By: jhi                                   on 2000/08/30  13:30:13
1337         Log: Put back the slice accidentally removed by #6907.
1338      Branch: perl
1339            ! hints/solaris_2.sh
1340 ____________________________________________________________________________
1341 [  6910] By: jhi                                   on 2000/08/30  01:24:26
1342         Log: Be consistent: other Net::get* do export theirs.
1343              
1344              Subject: Re: Net::protoent does not export 'getproto'
1345              From: Yasushi Nakajima <sey@jkc.co.jp>
1346              Date: Wed, 30 Aug 2000 09:53:14 +0900
1347              Message-Id: <200008300051.DAA24700@taku.hut.fi>
1348      Branch: perl
1349            ! lib/Net/protoent.pm
1350 ____________________________________________________________________________
1351 [  6909] By: jhi                                   on 2000/08/30  01:17:25
1352         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
1353              From: Gurusamy Sarathy <gsar@ActiveState.com>
1354              Date: Tue, 29 Aug 2000 17:17:07 -0700
1355              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
1356      Branch: perl
1357            ! cop.h
1358 ____________________________________________________________________________
1359 [  6908] By: jhi                                   on 2000/08/30  00:58:05
1360         Log: Update Changes.
1361      Branch: perl
1362            ! Changes patchlevel.h
1363 ____________________________________________________________________________
1364 [  6907] By: jhi                                   on 2000/08/30  00:57:22
1365         Log: Introduce ccname to keep track of what compiler kind of we have.
1366      Branch: metaconfig/U/perl
1367            ! Checkcc.U gccvers.U
1368      Branch: perl
1369            ! Configure config_h.SH hints/solaris_2.sh
1370 ____________________________________________________________________________
1371 [  6906] By: jhi                                   on 2000/08/30  00:25:47
1372         Log: Put back the flags dump as reasoned in
1373              
1374              Subject: Re: [PATCH] Glob dumping
1375              From: Mike Guy <mjtg@cam.ac.uk> 
1376              Date: Tue, 29 Aug 2000 21:41:32 +0100
1377              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
1378      Branch: perl
1379            ! dump.c t/lib/peek.t
1380 ____________________________________________________________________________
1381 [  6905] By: jhi                                   on 2000/08/30  00:16:17
1382         Log: Make the epsilon to be relative, not absolute.
1383              
1384              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
1385              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
1386              Date: Tue, 29 Aug 2000 19:58:56 -0400
1387              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
1388      Branch: perl
1389            ! t/lib/trig.t
1390 ____________________________________________________________________________
1391 [  6904] By: jhi                                   on 2000/08/30  00:13:09
1392         Log: From now on, Gisle is on my list of usual suspects :-)
1393              Retract #6902.
1394      Branch: perl
1395            ! ext/Opcode/Safe.pm
1396 ____________________________________________________________________________
1397 [  6903] By: jhi                                   on 2000/08/29  23:51:20
1398         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
1399              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1400              Date: Tue, 29 Aug 2000 18:43:26 -0500
1401              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
1402      Branch: perl
1403            + vms/vmspipe.com
1404            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
1405            ! vms/vms.c
1406 ____________________________________________________________________________
1407 [  6902] By: jhi                                   on 2000/08/29  23:44:14
1408         Log: Retry what #6882 attempted.
1409              
1410              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
1411              From: Gisle Aas <gisle@ActiveState.com>
1412              Date: 30 Aug 2000 00:33:09 +0200
1413              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
1414      Branch: perl
1415            ! ext/Opcode/Safe.pm
1416 ____________________________________________________________________________
1417 [  6901] By: jhi                                   on 2000/08/29  22:59:32
1418         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
1419              From: Hugo <hv@crypt.compulink.co.uk>
1420              Date: Mon, 12 Jun 2000 19:36:08 +0100
1421              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
1422      Branch: perl
1423            ! sv.c
1424 ____________________________________________________________________________
1425 [  6900] By: jhi                                   on 2000/08/29  22:58:35
1426         Log: Admit that we are leaking scalars.
1427              
1428              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
1429              From: Spider Boardman <spider@leggy.zk3.dec.com>
1430              Date: Tue, 29 Aug 2000 18:48:29 -0400
1431              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
1432      Branch: perl
1433            ! t/pragma/warnings.t
1434 ____________________________________________________________________________
1435 [  6899] By: jhi                                   on 2000/08/29  20:53:13
1436         Log: Update Changes.
1437      Branch: perl
1438            ! Changes patchlevel.h
1439 ____________________________________________________________________________
1440 [  6898] By: jhi                                   on 2000/08/29  20:46:21
1441         Log: Undo namespace pollution of #6878.
1442              
1443              Subject: Re: Net::protoent does not export 'getproto'
1444              From: Mike Guy <mjtg@cam.ac.uk>
1445              Date: Tue, 29 Aug 2000 21:32:37 +0100
1446              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
1447      Branch: perl
1448            ! lib/Net/protoent.pm
1449 ____________________________________________________________________________
1450 [  6897] By: jhi                                   on 2000/08/29  20:44:29
1451         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
1452              From: Peter Prymmer <pvhp@forte.com>
1453              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
1454              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
1455      Branch: perl
1456            ! pod/perlebcdic.pod
1457 ____________________________________________________________________________
1458 [  6896] By: jhi                                   on 2000/08/29  20:40:57
1459         Log: There's no point repeating the 'revision' (5) of perl5.
1460      Branch: metaconfig/U/perl
1461            ! Devel.U patchlevel.U
1462      Branch: perl
1463            ! Configure config_h.SH
1464 ____________________________________________________________________________
1465 [  6895] By: jhi                                   on 2000/08/29  20:16:58
1466         Log: Regen Configure for #6894.
1467      Branch: metaconfig/U/perl
1468            ! perladmin.U
1469      Branch: perl
1470            ! Configure config_h.SH
1471 ____________________________________________________________________________
1472 [  6894] By: jhi                                   on 2000/08/29  19:59:52
1473         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
1474              From: "Philip Newton" <Philip.Newton@gmx.net>
1475              Date: Tue, 29 Aug 2000 21:39:14 +0200
1476              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
1477      Branch: perl
1478            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
1479            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
1480            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
1481            ! utils/perlbug.PL
1482 ____________________________________________________________________________
1483 [  6893] By: jhi                                   on 2000/08/29  19:55:30
1484         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
1485              From: "Philip Newton" <Philip.Newton@gmx.net>
1486              Date: Tue, 29 Aug 2000 21:39:14 +0200
1487              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
1488      Branch: perl
1489            ! installhtml
1490 ____________________________________________________________________________
1491 [  6892] By: jhi                                   on 2000/08/29  19:53:59
1492         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
1493              From: "Philip Newton" <Philip.Newton@gmx.net>
1494              Date: Tue, 29 Aug 2000 21:48:18 +0200
1495              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
1496      Branch: perl
1497            ! lib/File/Temp.pm
1498 ____________________________________________________________________________
1499 [  6891] By: jhi                                   on 2000/08/29  18:30:03
1500         Log: Nail the ID 20000828.023.
1501      Branch: perl
1502            ! ext/Storable/Storable.xs
1503 ____________________________________________________________________________
1504 [  6890] By: jhi                                   on 2000/08/29  16:50:17
1505         Log: Under usethreads the dumped variable is IN_PAD.
1506              
1507              Subject: Re: [PATCH] Glob dumping
1508              From: Gisle Aas <gisle@ActiveState.com>
1509              Date: 29 Aug 2000 18:45:05 +0200
1510              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
1511      Branch: perl
1512            ! t/lib/peek.t
1513 ____________________________________________________________________________
1514 [  6889] By: jhi                                   on 2000/08/29  15:17:37
1515         Log: Update Changes.
1516      Branch: perl
1517            ! Changes patchlevel.h
1518 ____________________________________________________________________________
1519 [  6888] By: jhi                                   on 2000/08/29  14:49:59
1520         Log: Retract #6882, broke the safe tests.
1521      Branch: perl
1522            ! ext/Opcode/Safe.pm
1523 ____________________________________________________________________________
1524 [  6887] By: jhi                                   on 2000/08/29  14:47:06
1525         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
1526              From: Gisle Aas <gisle@ActiveState.com> 
1527              Date: 09 Jun 2000 20:00:11 +0200
1528              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
1529      Branch: perl
1530            ! utils/perldoc.PL
1531 ____________________________________________________________________________
1532 [  6886] By: jhi                                   on 2000/08/29  14:42:45
1533         Log: The #6881 removed one dump line.
1534      Branch: perl
1535            ! t/lib/peek.t
1536 ____________________________________________________________________________
1537 [  6885] By: jhi                                   on 2000/08/29  14:30:47
1538         Log: Don't forget to tidy up.
1539      Branch: perl
1540            ! t/lib/ftmp-security.t
1541 ____________________________________________________________________________
1542 [  6884] By: jhi                                   on 2000/08/29  14:25:17
1543         Log: Disabling the one test is a bit tricky.
1544      Branch: perl
1545            ! t/lib/ftmp-security.t
1546 ____________________________________________________________________________
1547 [  6883] By: jhi                                   on 2000/08/29  14:16:25
1548         Log: Disable one of the tests for now.
1549      Branch: perl
1550            ! t/lib/ftmp-security.t
1551 ____________________________________________________________________________
1552 [  6882] By: jhi                                   on 2000/08/29  14:05:50
1553         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
1554              From: gisle@aas.no
1555              Date: 29 Aug 2000 10:35:06 -0000
1556              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
1557      Branch: perl
1558            ! ext/Opcode/Safe.pm
1559 ____________________________________________________________________________
1560 [  6881] By: jhi                                   on 2000/08/29  14:03:51
1561         Log: Subject: [PATCH] Glob dumping
1562              From: Gisle Aas <gisle@ActiveState.com>
1563              Date: 29 Aug 2000 07:59:42 -0000
1564              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
1565      Branch: perl
1566            ! dump.c
1567 ____________________________________________________________________________
1568 [  6880] By: jhi                                   on 2000/08/29  14:02:01
1569         Log: Subject: [PATCH] Warnings in B::Deparse
1570              From: <abigail@foad.org>
1571              Date: Tue, 29 Aug 2000 00:00:01 -0400
1572              Message-ID: <20000829040001.2999.qmail@foad.org>
1573      Branch: perl
1574            ! ext/B/B/Deparse.pm
1575 ____________________________________________________________________________
1576 [  6879] By: jhi                                   on 2000/08/29  13:57:26
1577         Log: Missed a change in #6869.
1578      Branch: perl
1579            ! mg.c
1580 ____________________________________________________________________________
1581 [  6878] By: jhi                                   on 2000/08/29  13:45:04
1582         Log: Subject: Net::protoent does not export 'getproto'
1583              From: Yasushi Nakajima <sey@jkc.co.jp>
1584              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
1585      Branch: perl
1586            ! lib/Net/protoent.pm
1587 ____________________________________________________________________________
1588 [  6877] By: jhi                                   on 2000/08/29  13:39:19
1589         Log: Patches all over for people and the files they (hopefully) care about.
1590      Branch: perl
1591            ! AUTHORS Changes MAINTAIN
1592 ____________________________________________________________________________
1593 [  6876] By: jhi                                   on 2000/08/29  12:53:54
1594         Log: Fix for thinko in #6848.
1595              
1596              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
1597              From: Lupe Christoph <lupe@lupe-christoph.de>
1598              Date: Tue, 29 Aug 2000 09:04:08 +0200
1599              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
1600      Branch: perl
1601            ! ext/Thread/Thread.xs
1602 ____________________________________________________________________________
1603 [  6875] By: jhi                                   on 2000/08/29  12:50:14
1604         Log: Update to Getopt::Long 2.24, from Johan Vromans.
1605      Branch: perl
1606            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
1607 ____________________________________________________________________________
1608 [  6874] By: jhi                                   on 2000/08/29  02:09:53
1609         Log: Use minimal @INC in tests, most of the time just '../lib',
1610              so that we simply can't pick up stuff from other Perls than
1611              the one we are testing.  Pointed out by
1612              
1613              From: Mike Guy <mjtg@cam.ac.uk>
1614              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
1615              Date: Fri, 25 Aug 2000 15:15:59 +0100
1616              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
1617      Branch: perl
1618            ! (edit 185 files)
1619 ____________________________________________________________________________
1620 [  6873] By: jhi                                   on 2000/08/29  01:07:11
1621         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
1622              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1623              Date: Mon, 28 Aug 2000 17:45:52 -0700
1624              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
1625      Branch: perl
1626            ! Makefile.SH hints/os2.sh
1627 ____________________________________________________________________________
1628 [  6872] By: jhi                                   on 2000/08/28  23:33:39
1629         Log: Subject: [PATCH bleedperl@6866] spellings
1630              From: marcel@codewerk.com (Marcel Grunauer)
1631              Date: Tue, 29 Aug 2000 01:19:59 +0200
1632              Message-Id: <200008282319.BAA29862@gandalf.local>
1633      Branch: perl
1634            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
1635            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
1636            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
1637 ____________________________________________________________________________
1638 [  6871] By: jhi                                   on 2000/08/28  23:22:09
1639         Log: Take out the SUIDMAIL thing, that will not be
1640              a problem in 5.7.*.
1641      Branch: perl
1642            ! patchlevel.h
1643 ____________________________________________________________________________
1644 [  6870] By: jhi                                   on 2000/08/28  23:19:30
1645         Log: -S is the silent flag, -s is the strip flag.
1646              
1647              Subject: [PATCH] Re: [PATCH] make no-install          
1648              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1649              Date: Mon, 28 Aug 2000 15:12:55 -0700
1650              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
1651      Branch: perl
1652            ! Makefile.SH
1653 ____________________________________________________________________________
1654 [  6869] By: jhi                                   on 2000/08/28  23:12:05
1655         Log: Subject: [PATCH bleedperl@6856] warnings fixes
1656              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1657              Date: Mon, 28 Aug 2000 23:55:06 +0100
1658              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
1659      Branch: perl
1660            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
1661            ! warnings.h warnings.pl
1662 ____________________________________________________________________________
1663 [  6868] By: jhi                                   on 2000/08/28  21:38:22
1664         Log: Potential cruft.
1665      Branch: perl
1666            ! Makefile.SH
1667 ____________________________________________________________________________
1668 [  6867] By: jhi                                   on 2000/08/28  21:35:36
1669         Log: Update Changes.
1670      Branch: perl
1671            ! Changes patchlevel.h
1672 ____________________________________________________________________________
1673 [  6866] By: jhi                                   on 2000/08/28  21:33:49
1674         Log: Subject: hv.h Doc Patch
1675              From: Fisher Mark <fisherm@tce.com>
1676              Date: Mon, 28 Aug 2000 16:24:59 -0500
1677              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
1678      Branch: perl
1679            ! hv.h
1680 ____________________________________________________________________________
1681 [  6865] By: jhi                                   on 2000/08/28  21:02:15
1682         Log: Add -ld to archname on long tr...double platforms.
1683      Branch: metaconfig
1684            ! U/threads/archname.U
1685      Branch: perl
1686            ! Configure config_h.SH
1687 ____________________________________________________________________________
1688 [  6864] By: jhi                                   on 2000/08/28  20:38:59
1689         Log: An attempt to fix the problem reported in
1690              
1691              Subject: Building perl@6856 using gcc/AIX 4.3.3 
1692              From: Daniel Muino <dmuino@afip.gov.ar> 
1693              Date: Mon, 28 Aug 2000 15:50:01 -0300   
1694              Message-ID: <20000828155001.A14403@con2-dgi>
1695              
1696              I can't test this properly since the gcc installation I have
1697              access to seems to be botched (gcc is calling the AIX cpp,
1698              a losing proposition...)
1699      Branch: perl
1700            ! hints/aix.sh
1701 ____________________________________________________________________________
1702 [  6863] By: jhi                                   on 2000/08/28  18:57:52
1703         Log: Fix for ID 20000828.001, long doubles were not formatted
1704              correctly (showed up in $], which stopped installing perl).
1705      Branch: perl
1706            ! sv.c
1707 ____________________________________________________________________________
1708 [  6862] By: jhi                                   on 2000/08/28  18:07:15
1709         Log: Typo in #6858.
1710      Branch: perl
1711            ! lib/Cwd.pm
1712 ____________________________________________________________________________
1713 [  6861] By: jhi                                   on 2000/08/28  17:57:27
1714         Log: opmini.o may be left around if a build is interrupted.
1715      Branch: perl
1716            ! Makefile.SH
1717 ____________________________________________________________________________
1718 [  6860] By: jhi                                   on 2000/08/28  16:52:50
1719         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
1720              From: Daniel Chetlin <daniel@chetlin.com>
1721              Date: Mon, 28 Aug 2000 01:14:18 -0700
1722              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
1723      Branch: perl
1724            ! lib/overload.pm
1725 ____________________________________________________________________________
1726 [  6859] By: jhi                                   on 2000/08/28  16:08:46
1727         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
1728              From: Nicholas Clark <nick@ccl4.org>
1729              Date: Mon, 28 Aug 2000 16:03:27 +0100
1730              Message-Id: <20000828160327.C49785@plum.flirble.org>
1731      Branch: perl
1732            ! ext/ByteLoader/bytecode.h
1733 ____________________________________________________________________________
1734 [  6858] By: jhi                                   on 2000/08/28  16:02:10
1735         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
1736              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
1737              Date: Mon, 28 Aug 2000 13:08:30 +0200
1738              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
1739      Branch: perl
1740            ! lib/Cwd.pm
1741 ____________________________________________________________________________
1742 [  6857] By: jhi                                   on 2000/08/28  15:42:47
1743         Log: display_format used as a class method without arguments was broken,
1744              reported in
1745              
1746              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
1747              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
1748              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
1749              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
1750      Branch: perl
1751            ! lib/Math/Complex.pm t/lib/complex.t
1752 ____________________________________________________________________________
1753 [  6856] By: jhi                                   on 2000/08/27  22:09:48
1754         Log: Update Changes.
1755      Branch: perl
1756            ! Changes patchlevel.h
1757 ____________________________________________________________________________
1758 [  6855] By: jhi                                   on 2000/08/27  21:59:21
1759         Log: Retract #6853 (false alarm).
1760      Branch: perl
1761            ! lib/ExtUtils/xsubpp
1762 ____________________________________________________________________________
1763 [  6854] By: jhi                                   on 2000/08/27  21:37:44
1764         Log: Update Changes.
1765      Branch: perl
1766            ! Changes patchlevel.h
1767 ____________________________________________________________________________
1768 [  6853] By: jhi                                   on 2000/08/27  21:37:16
1769         Log: Subject: [PATCH perl@6850] workaround for xsubpp
1770              From: Hugo <hv@crypt.compulink.co.uk>
1771              Date: Sun, 27 Aug 2000 22:30:25 +0100
1772              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
1773      Branch: perl
1774            ! lib/ExtUtils/xsubpp
1775 ____________________________________________________________________________
1776 [  6852] By: jhi                                   on 2000/08/27  21:33:58
1777         Log: Big-endian 64-bit patch from Raphael Manfredi.
1778      Branch: perl
1779            ! ext/Storable/Storable.xs
1780 ____________________________________________________________________________
1781 [  6851] By: jhi                                   on 2000/08/27  21:22:21
1782         Log: More ruthless editing from Hugo van der Sanden.
1783      Branch: perl
1784            ! pod/perldelta.pod
1785 ____________________________________________________________________________
1786 [  6850] By: jhi                                   on 2000/08/27  16:11:46
1787         Log: Update Changes.
1788      Branch: perl
1789            ! Changes patchlevel.h
1790 ____________________________________________________________________________
1791 [  6849] By: jhi                                   on 2000/08/27  16:11:05
1792         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
1793      Branch: perl
1794            ! configpm pod/perldelta.pod
1795 ____________________________________________________________________________
1796 [  6848] By: jhi                                   on 2000/08/27  15:35:08
1797         Log: Use the actual thread type, not the pointer-to-struct.
1798      Branch: perl
1799            ! ext/Thread/Thread.xs
1800 ____________________________________________________________________________
1801 [  6847] By: jhi                                   on 2000/08/27  15:30:49
1802         Log: Test nit.
1803      Branch: perl
1804            ! t/pragma/warn/pp_sys
1805 ____________________________________________________________________________
1806 [  6846] By: jhi                                   on 2000/08/27  15:19:02
1807         Log: Passing -R in ldflags makes now it to appear in the default
1808              for lddlflags, just like with -L.
1809              
1810              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1811              From: Lupe Christoph <lupe@lupe-christoph.de>
1812              Date: Sun, 27 Aug 2000 10:28:21 +0200
1813              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
1814      Branch: metaconfig/U/perl
1815            ! dlsrc.U
1816      Branch: perl
1817            ! Configure
1818 ____________________________________________________________________________
1819 [  6845] By: jhi                                   on 2000/08/27  15:08:54
1820         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1821              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1822              Date: Sat, 26 Aug 2000 22:23:27 +0100
1823              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
1824      Branch: perl
1825            ! lib/ExtUtils/MM_Unix.pm
1826 ____________________________________________________________________________
1827 [  6844] By: jhi                                   on 2000/08/27  15:02:37
1828         Log: DJGPP update from Laszlo Molnar.
1829              
1830              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
1831              From: ml1050 <ml1050@freemail.hu>
1832              Date: Sat, 26 Aug 2000 23:24:40 +0200
1833              Message-Id: <20000826232440.A439@freemail.hu>
1834      Branch: perl
1835            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
1836            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
1837 ____________________________________________________________________________
1838 [  6843] By: jhi                                   on 2000/08/27  14:53:58
1839         Log: Subject: installman buglet
1840              From: Lupe Christoph <lupe@lupe-christoph.de>
1841              Date: Sun, 27 Aug 2000 14:38:59 +0200
1842              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
1843      Branch: perl
1844            ! installman
1845 ____________________________________________________________________________
1846 [  6842] By: jhi                                   on 2000/08/27  14:52:08
1847         Log: Can't get the test to reliably work thanks to the
1848              inaccurateness of floating point.  "Resolves" bug ids
1849              20000826.003, 20000826.009, 20000826.010,
1850      Branch: perl
1851            ! t/lib/trig.t
1852 ____________________________________________________________________________
1853 [  6841] By: jhi                                   on 2000/08/26  15:53:58
1854         Log: Update Changes.
1855      Branch: perl
1856            ! Changes patchlevel.h
1857 ____________________________________________________________________________
1858 [  6840] By: jhi                                   on 2000/08/26  14:23:03
1859         Log: grep -e isn't portable.
1860              
1861              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
1862              From: chris@broadband.att.com
1863              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
1864              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
1865      Branch: perl
1866            ! hints/solaris_2.sh
1867 ____________________________________________________________________________
1868 [  6839] By: jhi                                   on 2000/08/26  14:12:23
1869         Log: no-install target a la make -n.
1870              
1871              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
1872              From: <abigail@foad.org>
1873              Date: Sat, 26 Aug 2000 03:57:34 -0400
1874              Message-ID: <20000826075735.18912.qmail@foad.org>
1875      Branch: perl
1876            ! Makefile.SH installman installperl
1877 ____________________________________________________________________________
1878 [  6838] By: jhi                                   on 2000/08/26  14:06:33
1879         Log: Retract #6826 as the #6828 should be do the same
1880              in a More Correct Way.
1881      Branch: perl
1882            ! installperl
1883 ____________________________________________________________________________
1884 [  6837] By: jhi                                   on 2000/08/26  05:24:00
1885         Log: More casting.
1886      Branch: perl
1887            ! ext/Storable/Storable.xs
1888 ____________________________________________________________________________
1889 [  6836] By: jhi                                   on 2000/08/26  05:05:46
1890         Log: Nicer in decimal.
1891      Branch: perl
1892            ! ext/Storable/Storable.xs
1893 ____________________________________________________________________________
1894 [  6835] By: jhi                                   on 2000/08/26  05:03:50
1895         Log: There be no UVdf.
1896      Branch: perl
1897            ! ext/Storable/Storable.xs
1898 ____________________________________________________________________________
1899 [  6834] By: jhi                                   on 2000/08/26  05:00:18
1900         Log: Continue IVdfing and UVxfing.
1901      Branch: perl
1902            ! ext/Storable/Storable.xs
1903 ____________________________________________________________________________
1904 [  6833] By: jhi                                   on 2000/08/26  04:53:14
1905         Log: Use IVdf.
1906      Branch: perl
1907            ! ext/Storable/Storable.xs
1908 ____________________________________________________________________________
1909 [  6832] By: jhi                                   on 2000/08/26  04:40:41
1910         Log: Document PTR2XX and INT2PTR.
1911      Branch: perl
1912            ! pod/perlguts.pod
1913 ____________________________________________________________________________
1914 [  6831] By: jhi                                   on 2000/08/26  04:33:18
1915         Log: Use UVxf, PTR2UV, NVff.
1916      Branch: perl
1917            ! ext/Storable/Storable.xs
1918 ____________________________________________________________________________
1919 [  6830] By: jhi                                   on 2000/08/26  04:31:32
1920         Log: Update the test count.
1921      Branch: perl
1922            ! t/lib/trig.t
1923 ____________________________________________________________________________
1924 [  6829] By: jhi                                   on 2000/08/26  03:05:50
1925         Log: Subject: [PATCH] installation not quite silent yet.
1926              From: <abigail@foad.org>
1927              Date: Fri, 25 Aug 2000 20:07:53 -0400
1928              Message-ID: <20000826000753.7822.qmail@foad.org>
1929      Branch: perl
1930            ! installman installperl
1931 ____________________________________________________________________________
1932 [  6828] By: jhi                                   on 2000/08/26  03:05:14
1933         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
1934              From: Spider Boardman <spider@web.zk3.dec.com>
1935              Date: Fri, 25 Aug 2000 19:12:40 -0400
1936              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
1937      Branch: perl
1938            ! gv.c
1939 ____________________________________________________________________________
1940 [  6827] By: jhi                                   on 2000/08/25  23:54:34
1941         Log: Support preserving extremely big/small angles.
1942      Branch: perl
1943            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
1944 ____________________________________________________________________________
1945 [  6826] By: jhi                                   on 2000/08/25  23:01:20
1946         Log: Patch installperl to be long double-aware.
1947              
1948              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
1949              From: Spider Boardman <spider@web.zk3.dec.com>
1950              Date: Fri, 25 Aug 2000 18:15:23 -0400
1951              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
1952      Branch: perl
1953            ! installperl
1954 ____________________________________________________________________________
1955 [  6825] By: jhi                                   on 2000/08/25  22:58:25
1956         Log: Remove duplicately applied patch shards.
1957              
1958              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
1959              From: Spider Boardman <spider@leggy.zk3.dec.com>
1960              Date: Fri, 25 Aug 2000 16:45:03 -0400
1961              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
1962      Branch: perl
1963            ! t/lib/cgi-html.t
1964 ____________________________________________________________________________
1965 [  6824] By: jhi                                   on 2000/08/25  22:57:00
1966         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
1967              From: Daniel Chetlin <daniel@chetlin.com>
1968              Date: Fri, 25 Aug 2000 12:23:16 -0700
1969              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
1970              
1971              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
1972              From: Daniel Chetlin <daniel@chetlin.com>
1973              Date: Fri, 25 Aug 2000 14:47:19 -0700
1974              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
1975      Branch: perl
1976            ! installman
1977 ____________________________________________________________________________
1978 [  6823] By: jhi                                   on 2000/08/25  22:44:17
1979         Log: Timestamp problem?
1980      Branch: perl
1981            ! uconfig.h uconfig.sh
1982 ____________________________________________________________________________
1983 [  6822] By: jhi                                   on 2000/08/25  19:01:06
1984         Log: One forgotten file from #6816.
1985      Branch: perl
1986            ! vos/config.h
1987 ____________________________________________________________________________
1988 [  6821] By: jhi                                   on 2000/08/25  18:56:39
1989         Log: Regen Changes.
1990      Branch: perl
1991            ! Changes patchlevel.h
1992 ____________________________________________________________________________
1993 [  6820] By: jhi                                   on 2000/08/25  18:52:35
1994         Log: Fix Changes ordering.
1995      Branch: perl
1996            ! Changes
1997 ____________________________________________________________________________
1998 [  6819] By: jhi                                   on 2000/08/25  18:50:25
1999         Log: Update Changes.
2000      Branch: perl
2001            ! Changes patchlevel.h
2002 ____________________________________________________________________________
2003 [  6818] By: jhi                                   on 2000/08/25  18:47:45
2004         Log: Tweak the sfio/useperlio logic, hopefully as wished in
2005              
2006              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
2007              From: Nicholas Clark <nick@babyhippo.co.uk>
2008              Date: Fri, 25 Aug 2000 12:01:45 +0100
2009              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
2010      Branch: metaconfig/U/perl
2011            ! d_sfio.U
2012      Branch: perl
2013            ! Configure
2014 ____________________________________________________________________________
2015 [  6817] By: jhi                                   on 2000/08/25  18:32:51
2016         Log: Allow microperl to assume <math.h>, without it the math
2017              functions like floor() are assumed to return int, which makes
2018              for core dumps in machines where integer and floating register
2019              don't mix.
2020      Branch: perl
2021            ! uconfig.h uconfig.sh
2022 ____________________________________________________________________________
2023 [  6816] By: jhi                                   on 2000/08/25  18:27:17
2024         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
2025              the problem reported in
2026              
2027              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
2028              From: danhale@us.ibm.com
2029              Date: Fri, 25 Aug 2000 10:58:06 -0400
2030              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
2031      Branch: metaconfig/U/perl
2032            + d_socks5_init.U
2033      Branch: perl
2034            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
2035            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
2036            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
2037            ! win32/config.gc win32/config.vc
2038 ____________________________________________________________________________
2039 [  6815] By: jhi                                   on 2000/08/25  17:43:31
2040         Log: A solution for the retrieve_fd autosplit warning,
2041              idea suggested by Mike Guy.
2042      Branch: perl
2043            ! ext/Storable/Storable.pm
2044 ____________________________________________________________________________
2045 [  6814] By: jhi                                   on 2000/08/25  17:16:03
2046         Log: Add install-silent target.
2047      Branch: perl
2048            ! Makefile.SH
2049 ____________________________________________________________________________
2050 [  6813] By: jhi                                   on 2000/08/25  17:14:23
2051         Log: Subject: Re: [PATCH] More silencing of installman.
2052              From: <abigail@foad.org>
2053              Date: Thu, 24 Aug 2000 19:27:03 -0400
2054              Message-ID: <20000824232703.7001.qmail@foad.org>
2055              
2056              Subject: Re: [PATCH] More silencing of installman.
2057              From: <abigail@foad.org>
2058              Date: Fri, 25 Aug 2000 03:00:58 -0400
2059              Message-ID: <20000825070058.10697.qmail@foad.org>
2060      Branch: perl
2061            ! installman
2062 ____________________________________________________________________________
2063 [  6812] By: jhi                                   on 2000/08/25  17:11:28
2064         Log: installperl --verbose and --silent.
2065              
2066              Subject: Re: [PATCH] More silencing of installman.
2067              From: <abigail@foad.org>
2068              Message-ID: <20000825064430.9719.qmail@foad.org>
2069              Date: Fri, 25 Aug 2000 02:44:30 -0400
2070      Branch: perl
2071            ! installperl
2072 ____________________________________________________________________________
2073 [  6811] By: jhi                                   on 2000/08/25  17:05:43
2074         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
2075              From: "Peter J. Farley III" <pjfarley@banet.net>
2076              Date: Thu, 24 Aug 2000 21:58:03 -0400
2077              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
2078              
2079              (applied slightly modified)
2080      Branch: perl
2081            ! lib/ExtUtils/MM_Unix.pm
2082 ____________________________________________________________________________
2083 [  6810] By: jhi                                   on 2000/08/25  17:01:18
2084         Log: Missing parts of 
2085              
2086              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
2087              From: Peter Prymmer <pvhp@forte.com>
2088              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
2089              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
2090      Branch: perl
2091            ! t/lib/cgi-html.t
2092 ____________________________________________________________________________
2093 [  6809] By: jhi                                   on 2000/08/25  16:46:32
2094         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
2095              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2096              Date: Thu, 24 Aug 2000 19:13:11 -0500
2097              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
2098      Branch: perl
2099            ! vms/vms.c
2100 ____________________________________________________________________________
2101 [  6808] By: jhi                                   on 2000/08/25  16:39:22
2102         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
2103              From: Peter Prymmer <pvhp@forte.com>
2104              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
2105              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
2106      Branch: perl
2107            ! configure.com
2108 ____________________________________________________________________________
2109 [  6807] By: jhi                                   on 2000/08/25  16:36:37
2110         Log: Better wording for the vec lvalue diagnostic.
2111              
2112              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
2113              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2114              Date: Wed, 23 Aug 2000 14:12:16 -0400
2115              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
2116      Branch: perl
2117            ! pod/perldiag.pod
2118 ____________________________________________________________________________
2119 [  6806] By: jhi                                   on 2000/08/24  18:17:22
2120         Log: Subject: [PATCH] More silencing of installman.
2121              From: <abigail@foad.org>
2122              Date: Thu, 24 Aug 2000 14:01:44 -0400
2123              Message-ID: <20000824180144.20062.qmail@foad.org>
2124      Branch: perl
2125            ! installman
2126 ____________________________________________________________________________
2127 [  6805] By: jhi                                   on 2000/08/24  15:00:31
2128         Log: Update Changes.
2129      Branch: perl
2130            ! Changes patchlevel.h
2131 ____________________________________________________________________________
2132 [  6804] By: jhi                                   on 2000/08/24  14:59:07
2133         Log: Regen perltoc.
2134      Branch: perl
2135            ! pod/perltoc.pod
2136 ____________________________________________________________________________
2137 [  6803] By: jhi                                   on 2000/08/24  14:44:39
2138         Log: Show the doc file, not the temp file.
2139      Branch: perl
2140            ! installman
2141 ____________________________________________________________________________
2142 [  6802] By: jhi                                   on 2000/08/24  14:41:53
2143         Log: Continue silencing.
2144      Branch: perl
2145            ! installman
2146 ____________________________________________________________________________
2147 [  6801] By: jhi                                   on 2000/08/24  14:34:40
2148         Log: Actually do something with the silencer option.
2149      Branch: perl
2150            ! installman
2151 ____________________________________________________________________________
2152 [  6800] By: jhi                                   on 2000/08/24  14:26:22
2153         Log: Make installman to recognize the silence flag -S.
2154      Branch: perl
2155            ! installman
2156 ____________________________________________________________________________
2157 [  6799] By: jhi                                   on 2000/08/24  13:49:38
2158         Log: DOS patches and portability/porting notes, from Tim Jenness.
2159      Branch: perl
2160            ! lib/File/Temp.pm
2161 ____________________________________________________________________________
2162 [  6798] By: jhi                                   on 2000/08/24  13:48:27
2163         Log: Create directories in silence.
2164              
2165              Subject: [PATCH] Another silencer for MakeMaker
2166              From: andreas.koenig@anima.de (Andreas J. Koenig)
2167              Date: 24 Aug 2000 14:18:52 +0200
2168              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
2169      Branch: perl
2170            ! lib/ExtUtils/Command.pm
2171 ____________________________________________________________________________
2172 [  6797] By: jhi                                   on 2000/08/24  13:46:42
2173         Log: More liberal parsing of version numbers.
2174              
2175              Subject: Re: CPAN.pm beta for testing available
2176              From: andreas.koenig@anima.de (Andreas J. Koenig)
2177              Date: 24 Aug 2000 13:51:57 +0200
2178              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
2179      Branch: perl
2180            ! lib/CPAN.pm
2181 ____________________________________________________________________________
2182 [  6796] By: jhi                                   on 2000/08/24  13:44:36
2183         Log: Make "make install" by default silent.  A new "install-verbose"
2184              target is verbose.
2185      Branch: perl
2186            ! Makefile.SH
2187 ____________________________________________________________________________
2188 [  6795] By: jhi                                   on 2000/08/24  13:39:14
2189         Log: Add silencer flags to installperl.
2190              
2191              Subject: [PATCH] Making installperl silent.
2192              From: <abigail@foad.org>
2193              Date: Thu, 24 Aug 2000 05:01:45 -0400
2194              Message-ID: <20000824090145.13141.qmail@foad.org>
2195      Branch: perl
2196            ! installperl
2197 ____________________________________________________________________________
2198 [  6794] By: jhi                                   on 2000/08/24  13:35:50
2199         Log: installperl couldn't tell whether it had run tests or not.
2200              
2201              Subject: [PATCH] Re: installperl and t/TEST
2202              From: <abigail@foad.org>
2203              Date: Thu, 24 Aug 2000 04:00:53 -0400
2204              Message-ID: <20000824080053.2494.qmail@foad.org>
2205      Branch: perl
2206            ! Makefile.SH installperl
2207 ____________________________________________________________________________
2208 [  6793] By: jhi                                   on 2000/08/24  13:27:50
2209         Log: Drop the separate perlbc, perlcc -b should be enough.
2210      Branch: perl
2211            - utils/perlbc.PL
2212            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
2213 ____________________________________________________________________________
2214 [  6792] By: jhi                                   on 2000/08/24  04:41:30
2215         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
2216              plus the typo fix from Peter Prymmer.
2217      Branch: perl
2218            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
2219            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
2220 ____________________________________________________________________________
2221 [  6791] By: jhi                                   on 2000/08/24  02:10:43
2222         Log: Replace #6705 with a minimal doc patch.
2223              
2224              Subject: [PATCH 5.6.0] replace change #6705
2225              From: Jan Dubois <jand@ActiveState.com>
2226              Date: Wed, 23 Aug 2000 18:31:51 -0700
2227              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
2228      Branch: perl
2229            ! lib/Win32.pod win32/win32.c
2230 ____________________________________________________________________________
2231 [  6790] By: jhi                                   on 2000/08/23  17:52:00
2232         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
2233              From: Mike Guy <mjtg@cam.ac.uk>
2234              Date: Wed, 23 Aug 2000 18:38:46 +0100
2235              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
2236      Branch: perl
2237            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
2238 ____________________________________________________________________________
2239 [  6789] By: jhi                                   on 2000/08/23  15:34:21
2240         Log: Update Changes.
2241      Branch: perl
2242            ! Changes patchlevel.h
2243 ____________________________________________________________________________
2244 [  6788] By: jhi                                   on 2000/08/23  15:33:40
2245         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
2246              From: Wilfredo Sánchez <wsanchez@apple.com>
2247              Date: Tue, 22 Aug 2000 19:31:27 -0700
2248              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
2249      Branch: perl
2250            ! perl.h
2251 ____________________________________________________________________________
2252 [  6787] By: jhi                                   on 2000/08/23  15:29:31
2253         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
2254              From: Spider Boardman <spider@leggy.zk3.dec.com>
2255              Date: Wed, 23 Aug 2000 10:33:23 -0400
2256              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
2257      Branch: perl
2258            ! lib/Pod/Html.pm
2259 ____________________________________________________________________________
2260 [  6786] By: jhi                                   on 2000/08/23  15:28:11
2261         Log: Bad makefile.
2262      Branch: perl
2263            ! ext/B/Makefile.PL
2264 ____________________________________________________________________________
2265 [  6785] By: jhi                                   on 2000/08/23  14:37:04
2266         Log: Update Changes.
2267      Branch: perl
2268            ! Changes patchlevel.h
2269 ____________________________________________________________________________
2270 [  6784] By: jhi                                   on 2000/08/23  13:58:41
2271         Log: Portability fix from Hugo van der Sanden.
2272      Branch: perl
2273            ! ext/re/Makefile.PL
2274 ____________________________________________________________________________
2275 [  6783] By: jhi                                   on 2000/08/23  13:53:53
2276         Log: Storable support, v-version fixes.
2277              
2278              Subject: CPAN.pm beta for testing available
2279              From: andreas.koenig@anima.de (Andreas J. Koenig)
2280              Date: 22 Aug 2000 23:31:33 +0200
2281              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
2282      Branch: perl
2283            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
2284 ____________________________________________________________________________
2285 [  6782] By: jhi                                   on 2000/08/23  13:51:26
2286         Log: Mac and other portability updates from Chris Nandor.
2287      Branch: perl
2288            ! pod/perlmodinstall.pod
2289 ____________________________________________________________________________
2290 [  6781] By: jhi                                   on 2000/08/23  13:47:33
2291         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
2292              From: Peter Prymmer <pvhp@forte.com>
2293              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
2294              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
2295      Branch: perl
2296            ! ext/Storable/Storable.xs
2297 ____________________________________________________________________________
2298 [  6780] By: jhi                                   on 2000/08/23  13:33:34
2299         Log: VMS MMS (make) wants null action.
2300      Branch: perl
2301            ! ext/B/Makefile.PL
2302 ____________________________________________________________________________
2303 [  6779] By: jhi                                   on 2000/08/22  19:44:47
2304         Log: Forgot portability nit.
2305      Branch: perl
2306            ! t/lib/st-forgive.t
2307 ____________________________________________________________________________
2308 [  6778] By: jhi                                   on 2000/08/22  19:35:25
2309         Log: Be portable.
2310      Branch: perl
2311            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
2312            ! t/lib/st-store.t
2313 ____________________________________________________________________________
2314 [  6777] By: jhi                                   on 2000/08/22  18:50:53
2315         Log: Update Changes.
2316      Branch: perl
2317            ! Changes patchlevel.h
2318 ____________________________________________________________________________
2319 [  6776] By: jhi                                   on 2000/08/22  18:44:46
2320         Log: cSVOPo_*v things index into the current PL_curpad
2321              under ithreads, which is different from the curpad
2322              used by the XSUB.  (In other words, the code as-is
2323              before this patch wouldn't work under ithreads.)
2324              From Sarathy.
2325      Branch: perl
2326            ! ext/B/B.xs
2327 ____________________________________________________________________________
2328 [  6775] By: jhi                                   on 2000/08/22  18:18:37
2329         Log: Make the selection of NVff et al stricter.
2330      Branch: metaconfig/U/perl
2331            ! perlxvf.U
2332      Branch: perl
2333            ! Configure config_h.SH
2334 ____________________________________________________________________________
2335 [  6774] By: jhi                                   on 2000/08/22  17:19:42
2336         Log: perldelta nits.
2337      Branch: perl
2338            ! pod/perldelta.pod
2339 ____________________________________________________________________________
2340 [  6773] By: jhi                                   on 2000/08/22  17:06:26
2341         Log: Long double fixes from Spider Boardman.
2342              
2343              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
2344              From: system PRIVILEGED account <root@peano.zk3.dec.com>
2345              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
2346              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
2347      Branch: perl
2348            ! t/lib/bigfltpm.t t/lib/st-06compat.t
2349 ____________________________________________________________________________
2350 [  6772] By: jhi                                   on 2000/08/22  15:04:53
2351         Log: Update Changes.
2352      Branch: perl
2353            ! Changes patchlevel.h
2354 ____________________________________________________________________________
2355 [  6771] By: jhi                                   on 2000/08/22  15:01:44
2356         Log: perldelta fixes from Hugo van der Sanden.
2357      Branch: perl
2358            ! pod/perldelta.pod
2359 ____________________________________________________________________________
2360 [  6770] By: jhi                                   on 2000/08/22  14:34:49
2361         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
2362              From: Hugo <hv@crypt.compulink.co.uk>
2363              Date: Tue, 22 Aug 2000 11:21:53 +0100
2364              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
2365      Branch: perl
2366            ! regcomp.c
2367 ____________________________________________________________________________
2368 [  6769] By: jhi                                   on 2000/08/22  14:30:02
2369         Log: Add Yitzchak, reformat.
2370      Branch: perl
2371            ! Changes config_h.SH
2372 ____________________________________________________________________________
2373 [  6768] By: jhi                                   on 2000/08/22  14:21:35
2374         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
2375              and Spider Boardman.
2376      Branch: metaconfig
2377            ! U/compline/d_gconvert.U
2378      Branch: perl
2379            ! Configure
2380 ____________________________________________________________________________
2381 [  6767] By: jhi                                   on 2000/08/22  14:11:24
2382         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
2383              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2384              Date: Mon, 21 Aug 2000 19:08:31 -0700
2385              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
2386      Branch: perl
2387            - ext/Storable/patchlevel.h
2388            ! MANIFEST ext/Storable/MANIFEST
2389 ____________________________________________________________________________
2390 [  6766] By: jhi                                   on 2000/08/22  13:49:29
2391         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
2392              From: Peter Prymmer <pvhp@forte.com>
2393              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
2394              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
2395      Branch: perl
2396            ! configure.com ext/Storable/Makefile.PL
2397 ____________________________________________________________________________
2398 [  6765] By: jhi                                   on 2000/08/22  13:44:59
2399         Log: Subject: [PATCH blead] B:: missing dependency
2400              From: Hugo <hv@crypt.compulink.co.uk>
2401              Date: Tue, 22 Aug 2000 06:44:33 +0100
2402              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
2403      Branch: perl
2404            ! ext/B/Makefile.PL
2405 ____________________________________________________________________________
2406 [  6764] By: jhi                                   on 2000/08/22  13:38:12
2407         Log: More bytecompiler.
2408      Branch: perl
2409            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
2410 ____________________________________________________________________________
2411 [  6763] By: jhi                                   on 2000/08/22  13:36:44
2412         Log: Bytecompiler patches from Benjamin Stuhl.
2413      Branch: perl
2414            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
2415            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
2416            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
2417            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2418            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
2419            ! perl.c perlapi.h pod/perldelta.pod
2420 ____________________________________________________________________________
2421 [  6762] By: jhi                                   on 2000/08/21  23:43:40
2422         Log: An obsoleted diagnostic.
2423      Branch: perl
2424            ! pod/perldelta.pod
2425 ____________________________________________________________________________
2426 [  6761] By: jhi                                   on 2000/08/21  23:01:45
2427         Log: The #6759 wasn't quite right.
2428      Branch: perl
2429            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
2430            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
2431            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
2432            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
2433            ! t/lib/st-tieditems.t
2434 ____________________________________________________________________________
2435 [  6760] By: jhi                                   on 2000/08/21  22:35:49
2436         Log: Be verydeepclean.
2437      Branch: perl
2438            ! Makefile.SH
2439 ____________________________________________________________________________
2440 [  6759] By: jhi                                   on 2000/08/21  22:25:40
2441         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
2442              From: Peter Prymmer <pvhp@forte.com>
2443              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
2444              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
2445      Branch: perl
2446            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
2447            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
2448            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
2449            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
2450            ! t/lib/st-tieditems.t
2451 ____________________________________________________________________________
2452 [  6758] By: jhi                                   on 2000/08/21  22:22:32
2453         Log: Few more casts, need reported in
2454              
2455              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
2456              From: Mike Stok <mike@stok.co.uk>
2457              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
2458              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
2459              
2460              and
2461              
2462              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
2463              From: abigail@foad.org
2464              Date: 21 Aug 2000 21:31:34 -0000
2465              Message-Id: <20000821213134.30170.qmail@foad.org>
2466      Branch: perl
2467            ! ext/Storable/Storable.xs
2468 ____________________________________________________________________________
2469 [  6757] By: jhi                                   on 2000/08/21  18:37:07
2470         Log: Update Changes.
2471      Branch: perl
2472            ! Changes patchlevel.h
2473 ____________________________________________________________________________
2474 [  6756] By: jhi                                   on 2000/08/21  18:34:02
2475         Log: A pod nit.
2476              
2477              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
2478              From: <abigail@foad.org>
2479              Date: Mon, 21 Aug 2000 14:00:16 -0400
2480              Message-ID: <20000821180016.28627.qmail@foad.org>
2481      Branch: perl
2482            ! pod/perlre.pod
2483 ____________________________________________________________________________
2484 [  6755] By: jhi                                   on 2000/08/21  18:30:56
2485         Log: Use PodParser 1.18 new test.
2486      Branch: perl
2487            ! t/pod/special_seqs.t t/pod/special_seqs.xr
2488 ____________________________________________________________________________
2489 [  6754] By: jhi                                   on 2000/08/21  18:28:35
2490         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
2491              patches cannot be applied since #6712 conflicts.
2492      Branch: perl
2493            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
2494 ____________________________________________________________________________
2495 [  6753] By: jhi                                   on 2000/08/21  18:15:11
2496         Log: Weed out some smaller changes.
2497      Branch: perl
2498            ! pod/perldelta.pod
2499 ____________________________________________________________________________
2500 [  6752] By: jhi                                   on 2000/08/21  18:02:30
2501         Log: Also under djgpp the timestamps are funky.
2502      Branch: perl
2503            ! t/op/stat.t
2504 ____________________________________________________________________________
2505 [  6751] By: jhi                                   on 2000/08/21  17:55:56
2506         Log: Tweak the floating point output routine preferences.
2507      Branch: metaconfig
2508            ! U/compline/d_gconvert.U
2509      Branch: perl
2510            ! Configure
2511 ____________________________________________________________________________
2512 [  6750] By: jhi                                   on 2000/08/21  17:51:29
2513         Log: Unicos/mk requires elaborate paranoia.
2514      Branch: perl
2515            ! lib/Math/Complex.pm
2516 ____________________________________________________________________________
2517 [  6749] By: gsar                                  on 2000/08/21  16:53:31
2518         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
2519      Branch: perl
2520            ! lib/Cwd.pm
2521 ____________________________________________________________________________
2522 [  6748] By: gsar                                  on 2000/08/21  16:22:19
2523         Log: free TLS slot properly on Windows
2524      Branch: perl
2525            ! thread.h win32/perllib.c win32/win32thread.h
2526 ____________________________________________________________________________
2527 [  6747] By: jhi                                   on 2000/08/21  16:20:58
2528         Log: Rename the macro argument because some preprocessors
2529              can't tell the difference and expand arguments also inside
2530              double quoted strings.
2531      Branch: perl
2532            ! regcomp.c
2533 ____________________________________________________________________________
2534 [  6746] By: jhi                                   on 2000/08/21  16:09:41
2535         Log: Support long doubles in Storable.
2536              
2537              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
2538              From: Radu Greab <radu@netsoft.ro>
2539              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
2540              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
2541      Branch: perl
2542            ! ext/Storable/Storable.xs
2543 ____________________________________________________________________________
2544 [  6745] By: jhi                                   on 2000/08/21  15:51:40
2545         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
2546              From: "Fifer, Eric" <EFifer@sanwaint.com>
2547              Date: Mon, 21 Aug 2000 15:34:49 +0100
2548              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
2549      Branch: perl
2550            ! t/pragma/warn/9enabled
2551 ____________________________________________________________________________
2552 [  6744] By: jhi                                   on 2000/08/21  15:39:35
2553         Log: Document the endianness of Alpha more precisely.
2554      Branch: perl
2555            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
2556            ! pod/perlport.pod
2557 ____________________________________________________________________________
2558 [  6743] By: jhi                                   on 2000/08/21  14:47:05
2559         Log: perldelta fixes from the p5p crowd.
2560      Branch: perl
2561            ! pod/perldelta.pod pod/perlop.pod
2562 ____________________________________________________________________________
2563 [  6742] By: jhi                                   on 2000/08/21  13:34:51
2564         Log: Update to Pod::LaTeX 0.53.
2565              
2566              Subject: [PATCH] lib/Pod/LaTeX.pm updates
2567              From: Tim Jenness <timj@jach.hawaii.edu>
2568              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
2569              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
2570      Branch: perl
2571            ! lib/Pod/LaTeX.pm
2572 ____________________________________________________________________________
2573 [  6741] By: jhi                                   on 2000/08/21  13:33:01
2574         Log: Subject: [PATCH] os2.c fix for use64bitint
2575              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2576              Date: Mon, 21 Aug 2000 01:32:25 -0700
2577              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
2578      Branch: perl
2579            ! os2/os2.c
2580 ____________________________________________________________________________
2581 [  6740] By: jhi                                   on 2000/08/21  13:28:52
2582         Log: Array context keeps slithering in.
2583              
2584              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
2585              From: Daniel Chetlin <daniel@chetlin.com>
2586              Date: Sun, 20 Aug 2000 21:40:25 -0700
2587              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
2588      Branch: perl
2589            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
2590            ! pod/perldebtut.pod
2591 ____________________________________________________________________________
2592 [  6739] By: jhi                                   on 2000/08/21  13:23:55
2593         Log: Big-endian quad fixes for Storable from Radu Greab,
2594              plus few explicit null casts for picky compilers.
2595      Branch: perl
2596            ! ext/Storable/Storable.xs
2597 ____________________________________________________________________________
2598 [  6738] By: gsar                                  on 2000/08/21  05:56:13
2599         Log: small tweaks for change#6705: avoid C++ style comments in C code;
2600              use Perl's malloc API rather than the low level system one
2601      Branch: perl
2602            ! win32/win32.c
2603 ____________________________________________________________________________
2604 [  6737] By: gsar                                  on 2000/08/21  05:35:41
2605         Log: add Storable to list of extensions on Windows
2606      Branch: perl
2607            ! win32/Makefile win32/makefile.mk
2608 ____________________________________________________________________________
2609 [  6736] By: jhi                                   on 2000/08/21  02:57:53
2610         Log: Update Changes.
2611      Branch: perl
2612            ! Changes patchlevel.h
2613 ____________________________________________________________________________
2614 [  6735] By: jhi                                   on 2000/08/21  02:57:20
2615         Log: Draft 0.
2616      Branch: perl
2617            ! pod/perldelta.pod
2618 ____________________________________________________________________________
2619 [  6734] By: jhi                                   on 2000/08/21  02:57:03
2620         Log: Add Storable 0.7.2 from Raphael Manfredi,
2621              plus the patch from
2622              
2623              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
2624              From: Radu Greab <radu@netsoft.ro>
2625              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
2626              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
2627              
2628              plus changes to get Storable to compile with
2629              picky ANSI compilers.
2630      Branch: perl
2631            + ext/Storable/ChangeLog ext/Storable/MANIFEST
2632            + ext/Storable/Makefile.PL ext/Storable/README
2633            + ext/Storable/Storable.pm ext/Storable/Storable.xs
2634            + ext/Storable/patchlevel.h t/lib/st-06compat.t
2635            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
2636            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
2637            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
2638            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
2639            + t/lib/st-tieditems.t
2640            ! MANIFEST
2641 ____________________________________________________________________________
2642 [  6733] By: jhi                                   on 2000/08/21  02:29:09
2643         Log: The correct cleaning order is an art.
2644      Branch: perl
2645            ! Makefile.SH
2646 ____________________________________________________________________________
2647 [  6732] By: jhi                                   on 2000/08/21  01:23:39
2648         Log: The #6724 is here.
2649      Branch: perl
2650            ! t/lib/ftmp-security.t
2651 ____________________________________________________________________________
2652 [  6731] By: jhi                                   on 2000/08/20  23:17:03
2653         Log: s/this one/the 5.6.0 release/
2654      Branch: perl
2655            ! pod/perl56delta.pod
2656 ____________________________________________________________________________
2657 [  6730] By: jhi                                   on 2000/08/20  23:07:34
2658         Log: Mention perlebcdic and perlposix-bc.
2659      Branch: perl
2660            ! pod/perlport.pod
2661 ____________________________________________________________________________
2662 [  6729] By: jhi                                   on 2000/08/20  21:32:59
2663         Log: Document the number of exponent digits.
2664      Branch: perl
2665            ! pod/perlfunc.pod
2666 ____________________________________________________________________________
2667 [  6728] By: jhi                                   on 2000/08/20  21:16:47
2668         Log: Use File::Spec->tmpdir().
2669              
2670              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
2671              From: Tim Jenness <timj@jach.hawaii.edu>
2672              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
2673              MIME-Version: 1.0
2674              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
2675      Branch: perl
2676            ! utils/perlbug.PL
2677 ____________________________________________________________________________
2678 [  6727] By: jhi                                   on 2000/08/20  20:43:32
2679         Log: Update Changes.
2680      Branch: perl
2681            ! Changes patchlevel.h
2682 ____________________________________________________________________________
2683 [  6726] By: jhi                                   on 2000/08/20  20:41:44
2684         Log: The veryclean target needs to clobber.
2685      Branch: perl
2686            ! Makefile.SH
2687 ____________________________________________________________________________
2688 [  6725] By: jhi                                   on 2000/08/20  20:37:38
2689         Log: Document odd vs even subreleases and -Dusedevel.
2690      Branch: perl
2691            ! INSTALL
2692 ____________________________________________________________________________
2693 [  6724] By: jhi                                   on 2000/08/20  19:58:05
2694         Log: Use temporary directory instead of current directory.
2695              
2696              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
2697              From: Tim Jenness <timj@jach.hawaii.edu>
2698              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
2699              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
2700      Branch: perl
2701            ! t/lib/ftmp-security.t
2702 ____________________________________________________________________________
2703 [  6723] By: jhi                                   on 2000/08/20  19:55:55
2704         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
2705              From: andreas.koenig@anima.de (Andreas J. Koenig)
2706              Date: 20 Aug 2000 15:52:03 +0200
2707              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
2708      Branch: perl
2709            ! lib/ExtUtils/MM_Unix.pm
2710 ____________________________________________________________________________
2711 [  6722] By: jhi                                   on 2000/08/20  19:46:01
2712         Log: Update to CGI 2.72, from Lincoln Stein.
2713      Branch: perl
2714            ! lib/CGI.pm
2715 ____________________________________________________________________________
2716 [  6721] By: jhi                                   on 2000/08/20  19:43:54
2717         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
2718              From: Radu Greab <radu@netsoft.ro>
2719              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
2720              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
2721      Branch: perl
2722            ! ext/GDBM_File/GDBM_File.xs
2723 ____________________________________________________________________________
2724 [  6720] By: jhi                                   on 2000/08/20  19:42:01
2725         Log: pp_open() could pass an uninitialized filename down to do_open9().
2726      Branch: perl
2727            ! pp_sys.c
2728 ____________________________________________________________________________
2729 [  6719] By: jhi                                   on 2000/08/20  14:06:41
2730         Log: UTF8 concat fixes.
2731              
2732              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
2733              From: Hugo <hv@crypt.compulink.co.uk>
2734              Date: Sun, 20 Aug 2000 07:30:46 +0100
2735              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
2736      Branch: perl
2737            ! pp_hot.c t/op/append.t
2738 ____________________________________________________________________________
2739 [  6718] By: jhi                                   on 2000/08/20  02:09:37
2740         Log: Let's try #6717 again.
2741      Branch: perl
2742            ! lib/File/Temp.pm
2743 ____________________________________________________________________________
2744 [  6717] By: jhi                                   on 2000/08/20  01:56:55
2745         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
2746              From: "Craig A. Berry" <craig.berry@metamorgs.com>
2747              Date: Sat, 19 Aug 2000 18:15:39 -0500
2748              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
2749      Branch: perl
2750            ! lib/File/Temp.pm
2751 ____________________________________________________________________________
2752 [  6716] By: jhi                                   on 2000/08/19  15:50:11
2753         Log: Update Changes.
2754      Branch: perl
2755            ! Changes patchlevel.h
2756 ____________________________________________________________________________
2757 [  6715] By: jhi                                   on 2000/08/19  15:39:09
2758         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
2759              From: Jonathan D Johnston <jdjohnston2@juno.com>
2760              Date: Thu, 17 Aug 2000 23:13:01 -0400       
2761              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
2762      Branch: perl
2763            ! pod/perlfunc.pod
2764 ____________________________________________________________________________
2765 [  6714] By: jhi                                   on 2000/08/19  15:34:04
2766         Log: Introduce a 'veryclean' target that is like 'distclean'
2767              but also removes *~ and *.orig.
2768      Branch: perl
2769            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
2770            ! utils/Makefile x2p/Makefile.SH
2771 ____________________________________________________________________________
2772 [  6713] By: jhi                                   on 2000/08/19  14:15:45
2773         Log: Put back the long double avoidance code to POSIX.xs
2774              because VMS seems to need it still.
2775      Branch: perl
2776            ! ext/POSIX/POSIX.xs
2777 ____________________________________________________________________________
2778 [  6712] By: jhi                                   on 2000/08/19  14:10:41
2779         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
2780              From: Peter Prymmer <pvhp@forte.com>
2781              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
2782              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
2783      Branch: perl
2784            ! lib/Pod/Find.pm t/pod/find.t
2785 ____________________________________________________________________________
2786 [  6711] By: jhi                                   on 2000/08/19  14:09:19
2787         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
2788              From: Peter Prymmer <pvhp@forte.com>
2789              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
2790              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
2791              cc: vmsperl@perl.org
2792      Branch: perl
2793            ! t/lib/peek.t
2794 ____________________________________________________________________________
2795 [  6710] By: jhi                                   on 2000/08/19  14:08:01
2796         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
2797              From: Jan Dubois <jand@ActiveState.com>
2798              Date: Fri, 18 Aug 2000 16:31:48 -0700
2799              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
2800      Branch: perl
2801            ! win32/win32.c
2802 ____________________________________________________________________________
2803 [  6709] By: jhi                                   on 2000/08/19  14:06:57
2804         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
2805              
2806              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
2807              From: Spider.Boardman@Orb.Nashua.NH.US
2808              Date: Fri, 18 Aug 2000 18:41:14 -0400
2809              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
2810      Branch: perl
2811            ! regcomp.c
2812 ____________________________________________________________________________
2813 [  6708] By: jhi                                   on 2000/08/18  22:04:49
2814         Log: Update Changes.
2815      Branch: perl
2816            ! Changes patchlevel.h
2817 ____________________________________________________________________________
2818 [  6707] By: jhi                                   on 2000/08/18  21:55:14
2819         Log: Add warnif(), check warnings further up the stack,
2820              all the warnings functions now can take an optional object reference.
2821              
2822              Subject: [PATCH bleedperl@6691] warnings pragma update
2823              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2824              Date: Fri, 18 Aug 2000 22:42:06 +0100
2825              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
2826      Branch: perl
2827            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
2828            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
2829            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
2830 ____________________________________________________________________________
2831 [  6706] By: jhi                                   on 2000/08/18  21:41:45
2832         Log: Typo in pp_complement().
2833              
2834              Subject: [PATCH perl-current] Deparse
2835              From: Peter Scott <Peter@PSDT.com>
2836              Date: Fri, 18 Aug 2000 12:44:37 -0700
2837              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
2838      Branch: perl
2839            ! ext/B/B/Deparse.pm
2840 ____________________________________________________________________________
2841 [  6705] By: jhi                                   on 2000/08/18  21:25:59
2842         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
2843              From: Jan Dubois <jand@ActiveState.com>
2844              Date: Fri, 18 Aug 2000 14:22:51 -0700
2845              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
2846      Branch: perl
2847            ! lib/Win32.pod win32/win32.c
2848 ____________________________________________________________________________
2849 [  6704] By: jhi                                   on 2000/08/18  21:16:14
2850         Log: Don't eat leading os from index entries.
2851              
2852              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
2853              From: Russ Allbery <rra@stanford.edu>
2854              Date: 10 Aug 2000 20:49:25 -0700
2855              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
2856      Branch: perl
2857            ! lib/Pod/Man.pm
2858 ____________________________________________________________________________
2859 [  6703] By: jhi                                   on 2000/08/18  21:07:06
2860         Log: Add [[:blank:]] as suggested in
2861              
2862              Subject: [ID 20000716.024] [=cc=] / [:blank:]
2863              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
2864              Date: Sun, 16 Jul 2000 17:55:29 -0700
2865              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
2866              
2867              (the [=cc=] has already been taken care of by #6439
2868              so the whole bug report can be closed)
2869              
2870              and make [[:space:]] to be equivalent to isspace(3)
2871              (as opposed to \s, which is isSPACE()).  The difference
2872              is that now [[:space:]] matches the mythical vertical tab,
2873              while \s doesn't.
2874      Branch: perl
2875            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
2876            ! regexec.c t/op/pat.t
2877 ____________________________________________________________________________
2878 [  6702] By: jhi                                   on 2000/08/18  18:47:47
2879         Log: The new tests were missing from #6415.
2880      Branch: perl
2881            ! t/op/bop.t
2882 ____________________________________________________________________________
2883 [  6701] By: jhi                                   on 2000/08/18  18:20:40
2884         Log: Document the NDBM_File and ODBM_File as SDBM_File
2885              was documented in #6417.
2886      Branch: perl
2887            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
2888            ! ext/SDBM_File/SDBM_File.pm
2889 ____________________________________________________________________________
2890 [  6700] By: jhi                                   on 2000/08/18  18:10:39
2891         Log: Subject: [PATCH perl@6698] cygwin port
2892              From: "Fifer, Eric" <EFifer@sanwaint.com>
2893              Date: Fri, 18 Aug 2000 17:30:05 +0100
2894              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
2895      Branch: perl
2896            ! lib/File/Temp.pm
2897 ____________________________________________________________________________
2898 [  6699] By: jhi                                   on 2000/08/18  16:21:49
2899         Log: Document code point which makes if (defined %stash::) to work
2900              (noted by Spider Boardman).
2901      Branch: perl
2902            ! op.c
2903 ____________________________________________________________________________
2904 [  6698] By: jhi                                   on 2000/08/18  13:43:27
2905         Log: Update Changes.
2906      Branch: perl
2907            ! Changes patchlevel.h
2908 ____________________________________________________________________________
2909 [  6697] By: jhi                                   on 2000/08/18  13:35:57
2910         Log: Tiny Getopt::Long patch from Johan Vromans.
2911      Branch: perl
2912            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
2913 ____________________________________________________________________________
2914 [  6696] By: jhi                                   on 2000/08/18  13:26:14
2915         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
2916              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
2917              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
2918              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
2919      Branch: perl
2920            ! pod/perldiag.pod pod/perlsyn.pod
2921 ____________________________________________________________________________
2922 [  6695] By: jhi                                   on 2000/08/18  13:13:26
2923         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
2924              From: Daniel Chetlin <daniel@chetlin.com>
2925              Date: Fri, 18 Aug 2000 03:13:36 -0700
2926              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
2927      Branch: perl
2928            ! pod/perlfunc.pod
2929 ____________________________________________________________________________
2930 [  6694] By: jhi                                   on 2000/08/18  13:08:05
2931         Log: Subject: [PATCH] perltrap.pod spring cleaning
2932              From: Daniel Chetlin <daniel@chetlin.com>
2933              Date: Fri, 18 Aug 2000 03:06:54 -0700
2934              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
2935              
2936              plus Mike Guy's nitfix.
2937      Branch: perl
2938            ! pod/perltrap.pod
2939 ____________________________________________________________________________
2940 [  6693] By: jhi                                   on 2000/08/18  13:00:26
2941         Log: Unbuffer the output.
2942              
2943              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
2944              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2945              Date: Thu, 17 Aug 2000 18:39:29 -0700
2946              Message-ID: <RPJn5gzkgydf092yn@efn.org>
2947      Branch: perl
2948            ! t/op/fork.t
2949 ____________________________________________________________________________
2950 [  6692] By: jhi                                   on 2000/08/18  05:19:17
2951         Log: Delete the image, too, not just its MANIFEStation.
2952      Branch: perl
2953            - lib/CGI/eg/wilogo.gif
2954 ____________________________________________________________________________
2955 [  6691] By: jhi                                   on 2000/08/18  05:10:26
2956         Log: Propagate new Configure vars.
2957      Branch: perl
2958            ! configure.com epoc/config.sh uconfig.h uconfig.sh
2959            ! vos/config.def vos/config.h vos/config_h.SH_orig
2960            ! win32/config.bc win32/config.gc win32/config.vc
2961            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2962 ____________________________________________________________________________
2963 [  6690] By: jhi                                   on 2000/08/18  04:30:56
2964         Log: Update Changes.
2965      Branch: perl
2966            ! Changes patchlevel.h
2967 ____________________________________________________________________________
2968 [  6689] By: jhi                                   on 2000/08/18  04:12:30
2969         Log: Fix the lib/complex failure of
2970              
2971              From: abigail@foad.org
2972              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
2973              Date: 15 Aug 2000 04:06:38 -0000
2974              Message-Id: <20000815040638.8524.qmail@foad.org> 
2975              
2976              Linux long double accuracy issue: something that
2977              when printed with %g looks like "2" but int() of it is 1.
2978      Branch: perl
2979            ! lib/Math/Complex.pm
2980 ____________________________________________________________________________
2981 [  6688] By: jhi                                   on 2000/08/18  03:15:35
2982         Log: The byteorder code in #6671 was wrong.
2983      Branch: perl
2984            ! configpm
2985 ____________________________________________________________________________
2986 [  6687] By: jhi                                   on 2000/08/18  02:08:42
2987         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
2988              From: Jan Dubois <jand@ActiveState.com>
2989              Date: Thu, 17 Aug 2000 18:31:55 -0700
2990              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
2991      Branch: perl
2992            ! sv.c
2993 ____________________________________________________________________________
2994 [  6686] By: jhi                                   on 2000/08/18  02:04:15
2995         Log: Use NVs in POSIX math, not doubles.
2996              
2997              From: abigail@foad.org
2998              Subject: [ID 20000817.014] POSIX & modfl
2999              Date: 17 Aug 2000 20:49:18 -0000
3000              Message-Id: <20000817204918.23123.qmail@foad.org>
3001      Branch: perl
3002            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
3003 ____________________________________________________________________________
3004 [  6685] By: jhi                                   on 2000/08/18  02:02:12
3005         Log: Introduce NVef, NVff, and NVgf, use the middle one.
3006              (helps for lib/peek + Linux + long doubles)  Reported in
3007              
3008              From: abigail@foad.org
3009              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
3010              Date: 15 Aug 2000 04:06:38 -0000
3011              Message-Id: <20000815040638.8524.qmail@foad.org> 
3012              
3013              (note: the lib/complex failure has not yet been addressed)
3014      Branch: metaconfig/U/perl
3015            ! perlxvf.U
3016      Branch: perl
3017            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3018            ! config_h.SH dump.c perl.h pod/perlguts.pod
3019 ____________________________________________________________________________
3020 [  6684] By: jhi                                   on 2000/08/17  23:22:19
3021         Log: Add byteorder to the myconfig output.
3022      Branch: perl
3023            ! myconfig.SH
3024 ____________________________________________________________________________
3025 [  6683] By: jhi                                   on 2000/08/17  23:20:19
3026         Log: The image doth not exist, spotted by Johan Vromans.
3027      Branch: perl
3028            ! MANIFEST
3029 ____________________________________________________________________________
3030 [  6682] By: jhi                                   on 2000/08/17  22:38:16
3031         Log: Document what the backtick returns if the command fails.
3032      Branch: perl
3033            ! pod/perlop.pod
3034 ____________________________________________________________________________
3035 [  6681] By: jhi                                   on 2000/08/17  22:33:12
3036         Log: Do not use prototyping here.
3037              
3038              Subject: [ID 20000817.016] [PATCH] Peek.xs
3039              From: abigail@foad.org
3040              Date: 17 Aug 2000 20:55:56 -0000
3041              Message-Id: <20000817205556.24270.qmail@foad.org>
3042      Branch: perl
3043            ! ext/Devel/Peek/Makefile.PL
3044 ____________________________________________________________________________
3045 [  6680] By: jhi                                   on 2000/08/17  19:46:43
3046         Log: Don't propose using modules built for 5.005 if no binary
3047              compatibility with 5.005 is attempted.
3048              
3049              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
3050              Subject: Minor nit with 5.7.0 (6655)
3051              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
3052              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
3053      Branch: metaconfig
3054            ! U/installdirs/inc_version_list.U
3055      Branch: perl
3056            ! Configure config_h.SH
3057 ____________________________________________________________________________
3058 [  6679] By: jhi                                   on 2000/08/17  19:16:39
3059         Log: Microperl config update.
3060      Branch: perl
3061            ! uconfig.h uconfig.sh
3062 ____________________________________________________________________________
3063 [  6678] By: jhi                                   on 2000/08/17  19:16:13
3064         Log: The #6648 wasn't protective enough for limited platforms
3065              (like microperl).
3066      Branch: perl
3067            ! dump.c sv.c
3068 ____________________________________________________________________________
3069 [  6677] By: jhi                                   on 2000/08/17  14:46:35
3070         Log: Update Changes.
3071      Branch: perl
3072            ! Changes patchlevel.h
3073 ____________________________________________________________________________
3074 [  6676] By: jhi                                   on 2000/08/17  14:44:02
3075         Log: Add perlebcdic from Peter Prymmer, regen toc.
3076      Branch: perl
3077            + pod/perlebcdic.pod
3078            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3079 ____________________________________________________________________________
3080 [  6675] By: jhi                                   on 2000/08/17  14:41:52
3081         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
3082      Branch: perl
3083            ! pod/perldebtut.pod
3084 ____________________________________________________________________________
3085 [  6674] By: jhi                                   on 2000/08/17  14:29:43
3086         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
3087              
3088              Subject: [ID 20000724.006] -DLEAKTEST problem
3089              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
3090              Date: Tue, 25 Jul 2000 00:36:32 -0500
3091              Message-Id: <20000725003632.A26186@www.llamacom.com>
3092              
3093              Reminder sent
3094              
3095              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
3096              From: Hugo <hv@crypt.compulink.co.uk>
3097              Date: Thu, 17 Aug 2000 15:23:42 +0100
3098              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
3099      Branch: perl
3100            ! util.c
3101 ____________________________________________________________________________
3102 [  6673] By: jhi                                   on 2000/08/17  04:07:10
3103         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
3104              From: John Peacock <JPeacock@UnivPress.com>
3105              Date: Tue, 01 Aug 2000 09:38:12 -0400
3106              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
3107      Branch: perl
3108            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
3109 ____________________________________________________________________________
3110 [  6672] By: jhi                                   on 2000/08/17  03:04:35
3111         Log: Subject: [PATCH] Cwd.pm now uses strict
3112              From: Tim Jenness <timj@jach.hawaii.edu>
3113              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
3114              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
3115      Branch: perl
3116            ! lib/Cwd.pm
3117 ____________________________________________________________________________
3118 [  6671] By: jhi                                   on 2000/08/17  02:16:35
3119         Log: Make $Config{byteorder} more magical so that it is
3120              dynamically computed: nice for 'fat binaries'.
3121              
3122              Subject: [PATCH]: default byteorder
3123              From: Wilfredo Sánchez <wsanchez@apple.com>
3124              Date: Mon, 31 Jul 2000 19:45:31 -0700
3125              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
3126      Branch: perl
3127            ! configpm
3128 ____________________________________________________________________________
3129 [  6670] By: gsar                                  on 2000/08/17  01:22:21
3130         Log: move WNOHANG definition to where other such things are
3131      Branch: perl
3132            ! win32/win32.h
3133 ____________________________________________________________________________
3134 [  6669] By: jhi                                   on 2000/08/17  01:19:17
3135         Log: Update Changes.
3136      Branch: perl
3137            ! Changes patchlevel.h
3138 ____________________________________________________________________________
3139 [  6668] By: jhi                                   on 2000/08/17  01:16:29
3140         Log: Doc nits spotted by Richard Soderberg.
3141      Branch: perl
3142            ! README.posix-bc README.vmesa
3143 ____________________________________________________________________________
3144 [  6667] By: jhi                                   on 2000/08/17  01:12:11
3145         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
3146              From: "Casey R. Tweten" <crt@kiski.net>
3147              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
3148              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
3149      Branch: perl
3150            ! pod/perldebtut.pod
3151 ____________________________________________________________________________
3152 [  6666] By: jhi                                   on 2000/08/17  01:09:31
3153         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
3154              From: "Casey R. Tweten" <crt@kiski.net>
3155              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
3156              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
3157      Branch: perl
3158            ! lib/Shell.pm
3159 ____________________________________________________________________________
3160 [  6665] By: gsar                                  on 2000/08/17  01:03:52
3161         Log: add "ok" targets from change#6632 in makefile.mk
3162      Branch: perl
3163            ! pod/perlport.pod win32/Makefile win32/makefile.mk
3164 ____________________________________________________________________________
3165 [  6664] By: gsar                                  on 2000/08/17  00:56:11
3166         Log: avoid warnings from dense compiler
3167      Branch: perl
3168            ! win32/win32.c
3169 ____________________________________________________________________________
3170 [  6663] By: jhi                                   on 2000/08/17  00:51:49
3171         Log: Tweak the regex compilation errors once more.
3172      Branch: perl
3173            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
3174            ! t/op/regmesg.t t/pragma/warn/regcomp
3175 ____________________________________________________________________________
3176 [  6662] By: gsar                                  on 2000/08/17  00:28:19
3177         Log: trailing new %ENV entries weren't being pushed into the real
3178              environment of subprocesses on Windows
3179      Branch: perl
3180            ! t/op/magic.t win32/perlhost.h
3181 ____________________________________________________________________________
3182 [  6661] By: gsar                                  on 2000/08/17  00:19:20
3183         Log: waitpid() now handles externally spawned pids correctly;
3184              fixes for backtick/wait/waitpid failures on Windows 9x
3185              
3186              these changes make the pid returned by process functions on
3187              Windows 9x always positive by clearing the high bit (which
3188              is always set on Win9x); pseudo-process PIDs are likewise
3189              always negative now on Win9x (just as on NT/2000)
3190      Branch: perl
3191            ! pp_sys.c win32/perlhost.h win32/win32.c
3192 ____________________________________________________________________________
3193 [  6660] By: jhi                                   on 2000/08/17  00:04:32
3194         Log: Retract #6645.
3195      Branch: perl
3196            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3197            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
3198            ! t/op/sprintf.t
3199 ____________________________________________________________________________
3200 [  6659] By: gsar                                  on 2000/08/16  23:59:28
3201         Log: on windows, the return values from wait() and waitpid() don't
3202              match those of pseudo-pids
3203      Branch: perl
3204            ! pp_sys.c t/op/fork.t util.c win32/win32.c
3205 ____________________________________________________________________________
3206 [  6658] By: gsar                                  on 2000/08/16  23:56:14
3207         Log: pod nit seen in passing
3208      Branch: perl
3209            ! pod/perlfunc.pod
3210 ____________________________________________________________________________
3211 [  6657] By: gsar                                  on 2000/08/16  23:53:42
3212         Log: change#6328 could make close(SOCKET) return false on windows
3213              when it shouldn't
3214      Branch: perl
3215            ! win32/win32sck.c
3216 ____________________________________________________________________________
3217 [  6656] By: gsar                                  on 2000/08/16  23:46:57
3218         Log: check that the number pseudo children doesn't exceed
3219              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
3220              the WaitForMultipleObjects() limit that would cause wait()
3221              to crash)
3222              
3223              wait() and waitpid() could potentially be rewritten to use
3224              more than one thread to do the waiting to eliminate this
3225              limitation
3226      Branch: perl
3227            ! win32/perlhost.h
3228 ____________________________________________________________________________
3229 [  6655] By: jhi                                   on 2000/08/16  14:11:05
3230         Log: Update Changes.
3231      Branch: perl
3232            ! Changes patchlevel.h
3233 ____________________________________________________________________________
3234 [  6654] By: jhi                                   on 2000/08/16  14:10:12
3235         Log: Update to perldebtut 1.9, from Richard Foley.
3236      Branch: perl
3237            ! pod/perldebtut.pod
3238 ____________________________________________________________________________
3239 [  6653] By: jhi                                   on 2000/08/16  14:08:17
3240         Log: Change the regx compilation error markers to use = instead of <
3241              since pod makes using the latter quite messy.  Reported in
3242              ID 20000814.006 by Abigail and in
3243              Subject: Unknown escape E<> ?
3244              From: Lupe Christoph <lupe@lupe-christoph.de>
3245              Date: Fri, 11 Aug 2000 00:30:27 +0200
3246              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
3247      Branch: perl
3248            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
3249            ! t/op/regmesg.t t/pragma/warn/regcomp
3250 ____________________________________________________________________________
3251 [  6652] By: jhi                                   on 2000/08/16  13:25:31
3252         Log: Change the perlbug address to perl.org since it's more forgiving.
3253              
3254              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
3255              From: abigail@foad.org
3256              Date: 15 Aug 2000 04:15:40 -0000
3257              Message-Id: <20000815041540.8633.qmail@foad.org>
3258      Branch: perl
3259            ! utils/perlbug.PL
3260 ____________________________________________________________________________
3261 [  6651] By: jhi                                   on 2000/08/16  13:22:35
3262         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
3263              From: Tim Jenness <timj@jach.hawaii.edu>
3264              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
3265              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
3266      Branch: perl
3267            ! lib/Cwd.pm
3268 ____________________________________________________________________________
3269 [  6650] By: jhi                                   on 2000/08/16  13:18:13
3270         Log: Update to CPAN 1.57.
3271              
3272              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
3273              From: andreas.koenig@anima.de (Andreas J. Koenig)
3274              Date: 16 Aug 2000 15:09:46 +0200
3275              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
3276      Branch: perl
3277            ! lib/CPAN.pm
3278 ____________________________________________________________________________
3279 [  6649] By: jhi                                   on 2000/08/16  13:12:31
3280         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
3281              From: "Larry W. Virden" <lvirden@cas.org>
3282              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
3283              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
3284      Branch: perl
3285            ! README.hpux
3286 ____________________________________________________________________________
3287 [  6648] By: jhi                                   on 2000/08/16  13:03:53
3288         Log: The numeric locale was reset to "C" by s?printf and never restored.
3289              
3290              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
3291              From: Christian Kirsch <ck@held.mind.de>
3292              Date: Wed, 9 Aug 2000 17:05:17 +0200
3293              Message-Id: <20000809170517.A25389@held>
3294              
3295              No test since adding the failing example to locale.t
3296              does not fail -- probably because the locale settings are so
3297              thoroughly tweaked by that time.  Running the example standalone
3298              does fail, though.
3299      Branch: perl
3300            ! dump.c perl.h pp.c pp_ctl.c sv.c
3301 ____________________________________________________________________________
3302 [  6647] By: jhi                                   on 2000/08/16  00:07:54
3303         Log: Update Changes and test semi-automatic patchlevel updating.
3304      Branch: perl
3305            ! Changes patchlevel.h
3306 ____________________________________________________________________________
3307 [  6646] By: jhi                                   on 2000/08/15  23:35:07
3308         Log: Fix a dependency problem.
3309              
3310              Subject: [PATCH: 6640] VMS Makefile.SH update
3311              From: Peter Prymmer <pvhp@forte.com>
3312              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
3313              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
3314      Branch: perl
3315            ! vms/descrip_mms.template
3316 ____________________________________________________________________________
3317 [  6645] By: jhi                                   on 2000/08/15  23:33:23
3318         Log: (Retracted by #6660)
3319              
3320              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
3321              From: Dominic Dunlop <domo@computer.org>
3322              Date: Tue, 15 Aug 2000 22:20:52 +0200
3323              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
3324      Branch: metaconfig/U/perl
3325            + d_printfed.U
3326      Branch: perl
3327            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3328            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
3329            ! t/op/sprintf.t
3330 ____________________________________________________________________________
3331 [  6644] By: jhi                                   on 2000/08/15  21:17:20
3332         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
3333              From: abigail@foad.org
3334              Date: 15 Aug 2000 20:12:41 -0000
3335              Message-Id: <20000815201241.25556.qmail@foad.org>
3336      Branch: perl
3337            ! INSTALL
3338 ____________________________________________________________________________
3339 [  6643] By: jhi                                   on 2000/08/15  21:15:28
3340         Log: (an already applied patch)
3341      Branch: perl
3342            ! lib/CGI.pm
3343 ____________________________________________________________________________
3344 [  6642] By: gsar                                  on 2000/08/15  19:54:05
3345         Log: magic callbacks all need to have same type signature
3346      Branch: perl
3347            ! embed.pl mg.c proto.h
3348 ____________________________________________________________________________
3349 [  6641] By: jhi                                   on 2000/08/15  17:56:27
3350         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)
3351              From: Mike Guy <mjtg@cam.ac.uk>
3352              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
3353              Date: Tue, 15 Aug 2000 18:26:45 +0100
3354              
3355              Only the peek.t part applied, not the hash quality part.
3356      Branch: perl
3357            ! t/lib/peek.t
3358 ____________________________________________________________________________
3359 [  6640] By: jhi                                   on 2000/08/15  16:37:37
3360         Log: Update Changes.
3361      Branch: perl
3362            ! Changes
3363 ____________________________________________________________________________
3364 [  6639] By: jhi                                   on 2000/08/15  16:34:55
3365         Log: Missed a file from #6638.
3366      Branch: perl
3367            ! lib/File/Temp.pm
3368 ____________________________________________________________________________
3369 [  6638] By: jhi                                   on 2000/08/15  16:33:19
3370         Log: Subject: [PATCH perl@6620] cygwin port
3371              From: "Fifer, Eric" <EFifer@sanwaint.com>
3372              Date: Tue, 15 Aug 2000 17:00:49 +0100
3373              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
3374      Branch: perl
3375            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
3376 ____________________________________________________________________________
3377 [  6637] By: jhi                                   on 2000/08/15  16:29:22
3378         Log: Subject: [PATCH] debugger exit code should reflect user exit code
3379              From: Mike Guy <mjtg@cam.ac.uk>
3380              Date: Tue, 15 Aug 2000 16:55:59 +0100
3381              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
3382      Branch: perl
3383            ! lib/perl5db.pl
3384 ____________________________________________________________________________
3385 [  6636] By: jhi                                   on 2000/08/15  15:30:58
3386         Log: Update Changes.
3387      Branch: perl
3388            ! Changes
3389 ____________________________________________________________________________
3390 [  6635] By: jhi                                   on 2000/08/15  15:27:21
3391         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
3392      Branch: metaconfig
3393            ! U/mkglossary U/mksample
3394      Branch: metaconfig/U/perl
3395            ! Devel.U
3396      Branch: perl
3397            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3398 ____________________________________________________________________________
3399 [  6634] By: jhi                                   on 2000/08/15  14:11:55
3400         Log: Don't blow limited stacks, a lower number is enough to
3401              tickle the lookbehind limit.
3402              
3403              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
3404              From: Dominic Dunlop <domo@computer.org>
3405              Date: Tue, 15 Aug 2000 13:51:24 +0200
3406              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
3407      Branch: perl
3408            ! t/op/regmesg.t
3409 ____________________________________________________________________________
3410 [  6633] By: jhi                                   on 2000/08/15  14:01:46
3411         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
3412              From: Mike Guy <mjtg@cam.ac.uk>
3413              Date: Tue, 15 Aug 2000 12:10:50 +0100
3414              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
3415      Branch: perl
3416            ! utils/perldoc.PL
3417 ____________________________________________________________________________
3418 [  6632] By: jhi                                   on 2000/08/15  13:58:48
3419         Log: make ok etc also for win32.
3420              
3421              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
3422              From: Prymmer/Kahn <pvhp@best.com>
3423              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
3424              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
3425      Branch: perl
3426            ! win32/Makefile
3427 ____________________________________________________________________________
3428 [  6631] By: jhi                                   on 2000/08/15  13:45:03
3429         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
3430      Branch: perl
3431            ! lib/Test.pm
3432 ____________________________________________________________________________
3433 [  6630] By: jhi                                   on 2000/08/15  03:25:09
3434         Log: Update Changes.
3435      Branch: perl
3436            ! Changes
3437 ____________________________________________________________________________
3438 [  6629] By: jhi                                   on 2000/08/15  03:23:53
3439         Log: magic_regdatum_set() is void, not int.
3440      Branch: perl
3441            ! embed.pl mg.c proto.h
3442 ____________________________________________________________________________
3443 [  6628] By: jhi                                   on 2000/08/15  03:08:02
3444         Log: Make the user to give up his firstborn, err, to knowingly
3445              verify installing an unstable developer release.  Also bump
3446              the release to 5.7.0, but leave a patch tag in the local
3447              patches saying that this is not yet the real thing.
3448      Branch: metaconfig
3449            ! U/modified/Instruct.U
3450      Branch: metaconfig/U/perl
3451            + Devel.U
3452      Branch: perl
3453            ! Configure patchlevel.h
3454 ____________________________________________________________________________
3455 [  6627] By: jhi                                   on 2000/08/14  22:32:52
3456         Log: README.os2 update.
3457              
3458              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
3459              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3460              Date: Wed, 02 Aug 2000 21:55:09 -0700
3461              Message-ID: <tsPi5gzkgegX092yn@efn.org>
3462      Branch: perl
3463            ! README.os2
3464 ____________________________________________________________________________
3465 [  6626] By: jhi                                   on 2000/08/14  21:00:02
3466         Log: Subject: Re: File::Temp problems on VMS in bleedperl
3467              From: Tim Jenness <timj@jach.hawaii.edu>
3468              cc: vmsperl@perl.org
3469              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
3470              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
3471      Branch: perl
3472            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
3473 ____________________________________________________________________________
3474 [  6625] By: jhi                                   on 2000/08/14  20:52:16
3475         Log: Add SUIDMAIL as was done for the CERT alert.
3476      Branch: perl
3477            ! patchlevel.h
3478 ____________________________________________________________________________
3479 [  6624] By: jhi                                   on 2000/08/14  20:48:50
3480         Log: Subject: sfio2000
3481              From: Daniel Muino <dmuino@afip.gov.ar>
3482              Date: Mon, 14 Aug 2000 16:58:11 -0300
3483              Message-ID: <20000814165811.B16368@con2-dgi>
3484      Branch: perl
3485            ! perlsdio.h perlsfio.h
3486 ____________________________________________________________________________
3487 [  6623] By: jhi                                   on 2000/08/14  20:47:36
3488         Log: Subject: warning: storage class after type is obsolescent
3489              From: Daniel Muino <dmuino@afip.gov.ar>
3490              Date: Mon, 14 Aug 2000 16:42:47 -0300
3491              Message-ID: <20000814164247.A16368@con2-dgi>
3492      Branch: perl
3493            ! regcomp.pl regnodes.h
3494 ____________________________________________________________________________
3495 [  6622] By: jhi                                   on 2000/08/14  20:43:05
3496         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
3497              From: abigail@foad.org
3498              Date: 14 Aug 2000 20:00:10 -0000
3499              Message-Id: <20000814200010.27271.qmail@foad.org>
3500      Branch: perl
3501            ! Changes
3502 ____________________________________________________________________________
3503 [  6621] By: jhi                                   on 2000/08/14  15:23:05
3504         Log: Update Changes.
3505      Branch: perl
3506            ! Changes
3507 ____________________________________________________________________________
3508 [  6620] By: jhi                                   on 2000/08/14  15:22:14
3509         Log: Subject: Re: [PATCH] @+, @- readonly
3510              From: Mike Guy <mjtg@cam.ac.uk>
3511              Date: Mon, 14 Aug 2000 15:26:55 +0100
3512              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
3513      Branch: perl
3514            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
3515            ! sv.c t/op/pat.t
3516 ____________________________________________________________________________
3517 [  6619] By: jhi                                   on 2000/08/14  14:12:08
3518         Log: Update Changes.
3519      Branch: perl
3520            ! Changes
3521 ____________________________________________________________________________
3522 [  6618] By: jhi                                   on 2000/08/14  14:09:34
3523         Log: For now remove the mail code.
3524      Branch: perl
3525            ! perl.c
3526 ____________________________________________________________________________
3527 [  6617] By: jhi                                   on 2000/08/14  14:08:28
3528         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
3529      Branch: perl
3530            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
3531            ! pod/perlfaq8.pod pod/perlsec.pod
3532 ____________________________________________________________________________
3533 [  6616] By: jhi                                   on 2000/08/14  14:00:11
3534         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
3535              From: Mike Guy <mjtg@cam.ac.uk>
3536              Date: Mon, 14 Aug 2000 08:26:02 +0100
3537              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
3538      Branch: perl
3539            ! lib/perl5db.pl
3540 ____________________________________________________________________________
3541 [  6615] By: jhi                                   on 2000/08/14  13:58:45
3542         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
3543              From: Mike Guy <mjtg@cam.ac.uk>
3544              Date: Mon, 14 Aug 2000 08:04:22 +0100
3545              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
3546      Branch: perl
3547            ! gv.c mg.c t/op/pat.t
3548 ____________________________________________________________________________
3549 [  6614] By: jhi                                   on 2000/08/14  13:56:45
3550         Log: Subject: Test fails / warnings with perl-current #6612
3551              From: Mike Guy <mjtg@cam.ac.uk>
3552              Date: Mon, 14 Aug 2000 07:57:23 +0100
3553              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
3554      Branch: perl
3555            ! t/lib/b.t t/lib/peek.t
3556 ____________________________________________________________________________
3557 [  6613] By: jhi                                   on 2000/08/14  13:45:33
3558         Log: VMS configure.com update continues.
3559      Branch: perl
3560            - vms/configure.com
3561            ! MANIFEST configure.com
3562 ____________________________________________________________________________
3563 [  6612] By: jhi                                   on 2000/08/13  22:13:35
3564         Log: Update Changes.
3565      Branch: perl
3566            ! Changes
3567 ____________________________________________________________________________
3568 [  6611] By: jhi                                   on 2000/08/13  16:21:45
3569         Log: Upgrade to CGI 2.71, from Lincoln Stein.
3570      Branch: perl
3571            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
3572 ____________________________________________________________________________
3573 [  6610] By: jhi                                   on 2000/08/13  15:09:16
3574         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
3575              From: Mike Guy <mjtg@cam.ac.uk>
3576              Date: Sun, 13 Aug 2000 13:45:51 +0100
3577              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
3578      Branch: perl
3579            ! t/op/regmesg.t
3580 ____________________________________________________________________________
3581 [  6609] By: jhi                                   on 2000/08/13  14:31:26
3582         Log: Andreas says that 1.56 is fine, so reverting back to it.
3583      Branch: perl
3584            ! lib/CPAN.pm
3585 ____________________________________________________________________________
3586 [  6608] By: jhi                                   on 2000/08/13  05:34:20
3587         Log: Update Changes.
3588      Branch: perl
3589            ! Changes
3590 ____________________________________________________________________________
3591 [  6607] By: jhi                                   on 2000/08/13  05:32:01
3592         Log: Put back the \z changes of #5406 to CPAN.pm.
3593      Branch: perl
3594            ! lib/CPAN.pm
3595 ____________________________________________________________________________
3596 [  6606] By: jhi                                   on 2000/08/13  05:20:16
3597         Log: Fix-n-skip the tests under 5005threads.
3598      Branch: perl
3599            ! t/lib/b.t
3600 ____________________________________________________________________________
3601 [  6605] By: jhi                                   on 2000/08/13  05:07:48
3602         Log: Fix the test for 5005threads.
3603      Branch: perl
3604            ! t/lib/peek.t
3605 ____________________________________________________________________________
3606 [  6604] By: jhi                                   on 2000/08/13  03:35:37
3607         Log: Should have deleted this in #6603.
3608      Branch: perl
3609            - vms/subconfigure.com
3610 ____________________________________________________________________________
3611 [  6603] By: jhi                                   on 2000/08/12  18:29:32
3612         Log: Rewrite of vms/subconfigure.com as configure.com,
3613              from Peter Prymmer and the vmsperl crew.
3614      Branch: perl
3615            + vms/configure.com
3616            ! MANIFEST
3617 ____________________________________________________________________________
3618 [  6602] By: jhi                                   on 2000/08/11  13:00:01
3619         Log: PlainText.pm is dead.
3620      Branch: perl
3621            - lib/Pod/PlainText.pm
3622            ! MANIFEST
3623 ____________________________________________________________________________
3624 [  6601] By: jhi                                   on 2000/08/11  04:06:45
3625         Log: Update Changes.
3626      Branch: perl
3627            ! Changes
3628 ____________________________________________________________________________
3629 [  6600] By: jhi                                   on 2000/08/11  04:06:10
3630         Log: Add a few missing files, update MANIFEST.
3631      Branch: perl
3632            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
3633            + lib/Pod/PlainText.pm t/pod/find.t
3634            ! MANIFEST t/op/regmesg.t
3635 ____________________________________________________________________________
3636 [  6599] By: jhi                                   on 2000/08/11  03:31:10
3637         Log: Add Perl debugging tutorial, regen toc. 
3638              
3639              Subject: perldebtut.pod
3640              From: Richard Foley <Richard.Foley@m.dasa.de>
3641              Date: Wed, 09 Aug 2000 10:17:15 +0200
3642              Message-id: <3991138B.262247B8@m.dasa.de>
3643      Branch: perl
3644            + pod/perldebtut.pod
3645            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3646 ____________________________________________________________________________
3647 [  6598] By: jhi                                   on 2000/08/11  02:48:56
3648         Log: tiny Changes edit
3649      Branch: perl
3650            ! Changes
3651 ____________________________________________________________________________
3652 [  6597] By: jhi                                   on 2000/08/11  02:39:04
3653         Log: Tests for #6589.
3654              
3655              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
3656              From: simon@brecon.co.uk (Simon Cozens)
3657              Date: 11 Aug 2000 02:24:52 GMT
3658              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
3659      Branch: perl
3660            ! t/lib/b.t
3661 ____________________________________________________________________________
3662 [  6596] By: jhi                                   on 2000/08/11  01:50:07
3663         Log: Update Changes.
3664      Branch: perl
3665            ! Changes
3666 ____________________________________________________________________________
3667 [  6595] By: jhi                                   on 2000/08/11  01:47:16
3668         Log: nitfix
3669      Branch: perl
3670            ! Changes
3671 ____________________________________________________________________________
3672 [  6594] By: jhi                                   on 2000/08/11  01:36:16
3673         Log: Subject: Getting perlio and threads to compile
3674              From: Lupe Christoph <lupe@lupe-christoph.de>
3675              Date: Wed, 9 Aug 2000 11:35:54 +0200
3676              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
3677              
3678              (the Solaris version changes in Configure skipped)
3679      Branch: perl
3680            ! hints/solaris_2.sh thread.h
3681 ____________________________________________________________________________
3682 [  6593] By: jhi                                   on 2000/08/11  01:30:16
3683         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
3684              From: simon@brecon.co.uk (Simon Cozens)
3685              Date: 1 Aug 2000 06:55:19 GMT
3686              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
3687      Branch: perl
3688            ! lib/utf8.pm
3689 ____________________________________________________________________________
3690 [  6592] By: jhi                                   on 2000/08/11  01:26:39
3691         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
3692              From: Peter Scott <Peter@PeterScott.com>
3693              Date: Thu, 10 Aug 2000 08:23:27 -0700
3694              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
3695      Branch: perl
3696            ! lib/perl5db.pl
3697 ____________________________________________________________________________
3698 [  6591] By: jhi                                   on 2000/08/11  01:22:02
3699         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
3700              From: Hugo <hv@crypt.compulink.co.uk>
3701              Date: Thu, 10 Aug 2000 19:23:04 +0100
3702              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
3703      Branch: perl
3704            ! regexec.c t/op/pat.t
3705 ____________________________________________________________________________
3706 [  6590] By: jhi                                   on 2000/08/11  01:19:19
3707         Log: Preprocessing and postprocessing for File::Find.
3708              
3709              Subject: Patch to Find::File.pm to allow alphabetical results
3710              From: Joe Smith <jsmith@inwap.com>
3711              Date: Wed, 9 Aug 2000 02:44:54 -0700
3712              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
3713      Branch: perl
3714            ! lib/File/Find.pm
3715 ____________________________________________________________________________
3716 [  6589] By: jhi                                   on 2000/08/11  01:12:39
3717         Log: B::Deparse didn't do sub attributes.
3718              
3719              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
3720              From: simon@brecon.co.uk (Simon Cozens)
3721              Date: 9 Aug 2000 04:49:20 GMT
3722              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
3723      Branch: perl
3724            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
3725 ____________________________________________________________________________
3726 [  6588] By: jhi                                   on 2000/08/11  01:06:40
3727         Log: Subject: debugger "d" command doesnt check line number
3728              From: Mike Guy <mjtg@cam.ac.uk>
3729              Date: Tue, 08 Aug 2000 21:54:29 +0100
3730              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
3731      Branch: perl
3732            ! lib/perl5db.pl mg.c pod/perldiag.pod
3733 ____________________________________________________________________________
3734 [  6587] By: jhi                                   on 2000/08/11  00:45:03
3735         Log: sleep(1) does not necessarily return 1.
3736              
3737              Subject: [PATCH bleadperl] op/lex_assign.t  
3738              From: Hugo <hv@crypt.compulink.co.uk>
3739              Date: Thu, 03 Aug 2000 14:34:22 +0100        
3740              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
3741      Branch: perl
3742            ! t/op/lex_assign.t
3743 ____________________________________________________________________________
3744 [  6586] By: jhi                                   on 2000/08/11  00:31:50
3745         Log: Document the IO::Select timeout.
3746      Branch: perl
3747            ! ext/IO/lib/IO/Select.pm
3748 ____________________________________________________________________________
3749 [  6585] By: jhi                                   on 2000/08/11  00:13:54
3750         Log: Forgot contributor.
3751      Branch: perl
3752            ! Changes
3753 ____________________________________________________________________________
3754 [  6584] By: jhi                                   on 2000/08/11  00:09:19
3755         Log: detypo
3756      Branch: perl
3757            ! Changes
3758 ____________________________________________________________________________
3759 [  6583] By: jhi                                   on 2000/08/11  00:07:53
3760         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
3761              
3762              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
3763              From: Mike Guy <mjtg@cam.ac.uk> 
3764              Date: Thu, 10 Aug 2000 15:50:54 +0100
3765              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
3766      Branch: perl
3767            ! sv.c t/op/int.t
3768 ____________________________________________________________________________
3769 [  6582] By: jhi                                   on 2000/08/10  23:29:32
3770         Log: Update Changes.
3771      Branch: perl
3772            ! Changes
3773 ____________________________________________________________________________
3774 [  6581] By: jhi                                   on 2000/08/10  23:26:16
3775         Log: Put back the std @INC thing.
3776      Branch: perl
3777            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
3778            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
3779            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
3780            ! t/lib/gol-oo.t
3781 ____________________________________________________________________________
3782 [  6580] By: jhi                                   on 2000/08/10  23:03:34
3783         Log: Update to CGI 2.70, from Lincoln Stein.
3784      Branch: perl
3785            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
3786            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
3787            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
3788            ! t/lib/cgi-request.t
3789 ____________________________________________________________________________
3790 [  6579] By: jhi                                   on 2000/08/10  22:41:50
3791         Log: Update to CPAN 1.56, from Andreas König.
3792      Branch: perl
3793            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3794 ____________________________________________________________________________
3795 [  6578] By: jhi                                   on 2000/08/10  22:38:13
3796         Log: Update to Pod::Parser 1.17, from Brad Appleton.
3797      Branch: perl
3798            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
3799            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3800            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
3801            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
3802            ! t/pod/include.t t/pod/included.t t/pod/lref.t
3803            ! t/pod/multiline_items.t t/pod/nested_items.t
3804            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
3805            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
3806            ! t/pod/special_seqs.t
3807 ____________________________________________________________________________
3808 [  6577] By: jhi                                   on 2000/08/10  22:35:41
3809         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
3810      Branch: perl
3811            ! AUTHORS MAINTAIN
3812 ____________________________________________________________________________
3813 [  6576] By: jhi                                   on 2000/08/10  22:24:54
3814         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
3815      Branch: perl
3816            + t/lib/gol-oo.t
3817            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
3818            ! t/lib/gol-compat.t t/lib/gol-linkage.t
3819 ____________________________________________________________________________
3820 [  6575] By: jhi                                   on 2000/08/10  22:02:07
3821         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
3822      Branch: perl
3823            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
3824 ____________________________________________________________________________
3825 [  6574] By: jhi                                   on 2000/08/10  21:55:03
3826         Log: Iterating perl6 description.
3827      Branch: perl
3828            ! pod/perlfaq1.pod
3829 ____________________________________________________________________________
3830 [  6573] By: jhi                                   on 2000/08/10  21:48:26
3831         Log: Revert the sv.c part of #6559, a better fix is needed.
3832      Branch: perl
3833            ! sv.c
3834 ____________________________________________________________________________
3835 [  6572] By: jhi                                   on 2000/08/10  20:33:43
3836         Log: It's the 2ndO'ROSSC.
3837      Branch: perl
3838            ! pod/perlfaq1.pod
3839 ____________________________________________________________________________
3840 [  6571] By: jhi                                   on 2000/08/10  15:55:48
3841         Log: detypo
3842      Branch: perl
3843            ! pod/perlfaq1.pod
3844 ____________________________________________________________________________
3845 [  6570] By: jhi                                   on 2000/08/10  14:11:17
3846         Log: An exceptionally sticky typo.
3847      Branch: perl
3848            ! Changes
3849 ____________________________________________________________________________
3850 [  6569] By: jhi                                   on 2000/08/10  14:09:33
3851         Log: detypo (and test Changes updating script)
3852      Branch: perl
3853            ! Changes
3854 ____________________________________________________________________________
3855 [  6568] By: jhi                                   on 2000/08/10  14:07:07
3856         Log: Update Changes.
3857      Branch: perl
3858            ! Changes
3859 ____________________________________________________________________________
3860 [  6567] By: jhi                                   on 2000/08/10  14:06:19
3861         Log: Amend the description of Perl6.
3862              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
3863              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
3864              Date: Wed, 9 Aug 2000 22:11:06 -0500
3865              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
3866      Branch: perl
3867            ! pod/perlfaq1.pod
3868 ____________________________________________________________________________
3869 [  6566] By: jhi                                   on 2000/08/10  13:58:57
3870         Log: Subject: Remove dead entry in perldiag
3871              From: Mike Guy <mjtg@cam.ac.uk>
3872              Date: Thu, 10 Aug 2000 14:19:19 +0100
3873              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
3874      Branch: perl
3875            ! pod/perldiag.pod
3876 ____________________________________________________________________________
3877 [  6565] By: jhi                                   on 2000/08/10  13:51:48
3878         Log: Zero entries were skipped, fix from Adrian Goalby
3879              <argoalby@yahoo.co.uk>
3880      Branch: perl
3881            ! lib/unicode/Number.pl lib/unicode/mktables.PL
3882 ____________________________________________________________________________
3883 [  6564] By: jhi                                   on 2000/08/10  13:00:12
3884         Log: Subject: [PATCH 5.6.0] cygwin port
3885              From: "Fifer, Eric" <EFifer@sanwaint.com>
3886              Date: Thu, 10 Aug 2000 13:15:36 +0100
3887              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
3888      Branch: perl
3889            ! README.cygwin hints/cygwin.sh
3890 ____________________________________________________________________________
3891 [  6563] By: jhi                                   on 2000/08/10  12:55:16
3892         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
3893      Branch: perl
3894            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
3895 ____________________________________________________________________________
3896 [  6562] By: gsar                                  on 2000/08/10  08:38:39
3897         Log: warn is a macro, avoid using at a variable to avoid warnings
3898              in some configurations; readdir.t is too conservative in
3899              estimating number of *.t's
3900      Branch: perl
3901            ! t/op/readdir.t util.c
3902 ____________________________________________________________________________
3903 [  6561] By: jhi                                   on 2000/08/09  23:35:42
3904         Log: Update Changes.
3905      Branch: perl
3906            ! Changes
3907 ____________________________________________________________________________
3908 [  6560] By: jhi                                   on 2000/08/09  23:05:47
3909         Log: Subject: Re: enhanced(?) regex error messages
3910              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3911              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
3912              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
3913              
3914              (plus two small patches sent privately)
3915              (this still seems to leave few test failures)
3916      Branch: perl
3917            + t/op/regmesg.t
3918            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
3919            ! t/pragma/warn/regcomp
3920 ____________________________________________________________________________
3921 [  6559] By: jhi                                   on 2000/08/09  20:41:18
3922         Log: (The fix did work but was not right, retracted in #6573)
3923              
3924              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
3925              From: Christian Kirsch <ck@held.mind.de>
3926              Date: Wed, 9 Aug 2000 17:05:17 +0200
3927              Message-Id: <20000809170517.A25389@held>
3928      Branch: perl
3929            ! sv.c t/pragma/locale.t
3930 ____________________________________________________________________________
3931 [  6558] By: jhi                                   on 2000/08/08  22:34:08
3932         Log: Tiny updates on the contributors list.
3933      Branch: perl
3934            ! Changes
3935 ____________________________________________________________________________
3936 [  6557] By: jhi                                   on 2000/08/08  19:34:28
3937         Log: Double check that we have a dirhandle.
3938      Branch: perl
3939            ! util.c
3940 ____________________________________________________________________________
3941 [  6556] By: jhi                                   on 2000/08/08  19:01:51
3942         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
3943              May be repopulated with fresh maintained examples.
3944      Branch: perl
3945            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
3946            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
3947            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
3948            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
3949            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
3950            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
3951            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
3952            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
3953            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
3954            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
3955            + lib/CGI/eg/wilogo_gif.uu
3956            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
3957            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
3958            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
3959            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
3960            - eg/cgi/frameset.cgi eg/cgi/index.html
3961            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
3962            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
3963            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
3964            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
3965            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
3966            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
3967            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
3968            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
3969            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
3970            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
3971            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
3972            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
3973            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
3974            - eg/van/vanish eg/who eg/wrapsuid
3975            ! MANIFEST
3976 ____________________________________________________________________________
3977 [  6555] By: jhi                                   on 2000/08/08  18:51:08
3978         Log: Delete chat2 as requested by Randal.
3979              
3980              Subject: Re: perlfaq8 coyness
3981              From: merlyn@stonehenge.com (Randal L. Schwartz) 
3982              Date: 15 May 2000 18:52:42 -0700 
3983              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
3984      Branch: perl
3985            - lib/chat2.pl
3986            ! MANIFEST
3987 ____________________________________________________________________________
3988 [  6554] By: jhi                                   on 2000/08/08  18:31:35
3989         Log: Regen global.sym.
3990      Branch: perl
3991            ! global.sym
3992 ____________________________________________________________________________
3993 [  6553] By: jhi                                   on 2000/08/08  18:28:13
3994         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
3995              (either perlbug or p5p ate the original), plus regen
3996              perlapi and perltoc. 
3997      Branch: perl
3998            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
3999            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
4000            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
4001            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
4002            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
4003            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
4004            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
4005            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
4006            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
4007            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
4008 ____________________________________________________________________________
4009 [  6552] By: jhi                                   on 2000/08/08  18:06:29
4010         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
4011              From: Mike Guy <mjtg@cam.ac.uk>
4012              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
4013              Date: Tue, 08 Aug 2000 15:51:27 +0100
4014      Branch: perl
4015            ! doop.c sv.h t/op/join.t t/pragma/overload.t
4016 ____________________________________________________________________________
4017 [  6551] By: jhi                                   on 2000/08/08  18:01:11
4018         Log: Re-apply #6549.
4019      Branch: perl
4020            ! lib/perl5db.pl
4021 ____________________________________________________________________________
4022 [  6550] By: jhi                                   on 2000/08/08  17:43:08
4023         Log: Accidental retraction of #6549.
4024      Branch: perl
4025            ! lib/perl5db.pl
4026 ____________________________________________________________________________
4027 [  6549] By: jhi                                   on 2000/08/08  17:40:04
4028         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
4029              From: Mike Guy <mjtg@cam.ac.uk>
4030              Date: Mon, 07 Aug 2000 21:49:58 +0100
4031              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
4032      Branch: perl
4033            ! lib/perl5db.pl
4034 ____________________________________________________________________________
4035 [  6548] By: jhi                                   on 2000/08/08  17:37:57
4036         Log: Document here-doc better.
4037              
4038              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
4039              From: Mike Guy <mjtg@cam.ac.uk>
4040              Date: Mon, 07 Aug 2000 14:02:09 +0100
4041              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
4042      Branch: perl
4043            ! pod/perldata.pod
4044 ____________________________________________________________________________
4045 [  6547] By: jhi                                   on 2000/08/08  17:33:34
4046         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
4047              From: "Randy J. Ray" <rjray@redhat.com>
4048              Date: Mon, 07 Aug 2000 19:12:25 -0700
4049              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
4050      Branch: perl
4051            ! perl.c pod/perlrun.pod
4052 ____________________________________________________________________________
4053 [  6546] By: jhi                                   on 2000/08/08  17:29:26
4054         Log: Subject: Re: enhanced(?) regex error messages 
4055              From: Hugo <hv@crypt.compulink.co.uk>
4056              Date: Tue, 08 Aug 2000 03:25:51 +0100
4057              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
4058              
4059              plus Capitalize the error messages, plus perldiag them.
4060      Branch: perl
4061            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
4062 ____________________________________________________________________________
4063 [  6545] By: jhi                                   on 2000/08/08  13:59:28
4064         Log: Augment #6539 a bit: don't croak if there's magic in the air.
4065              
4066              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
4067              From: Hugo <hv@crypt.compulink.co.uk>
4068              Date: Tue, 08 Aug 2000 03:02:03 +0100
4069              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
4070      Branch: perl
4071            ! pp.c t/op/bless.t
4072 ____________________________________________________________________________
4073 [  6544] By: jhi                                   on 2000/08/07  21:11:52
4074         Log: Make the test -w clean.
4075      Branch: perl
4076            ! t/op/bless.t
4077 ____________________________________________________________________________
4078 [  6543] By: jhi                                   on 2000/08/07  19:49:53
4079         Log: use warnings instead of $^W.
4080      Branch: perl
4081            ! t/op/bless.t
4082 ____________________________________________________________________________
4083 [  6542] By: jhi                                   on 2000/08/07  17:41:41
4084         Log: Disable a portability warning Because We Know What We Are Doing.
4085      Branch: perl
4086            ! t/op/bless.t
4087 ____________________________________________________________________________
4088 [  6541] By: jhi                                   on 2000/08/07  17:29:51
4089         Log: Tiny tidying on report_evil_fh().
4090      Branch: perl
4091            ! util.c
4092 ____________________________________________________________________________
4093 [  6540] By: jhi                                   on 2000/08/07  16:37:38
4094         Log: Make regular expression parse error messages easier to understand.
4095              
4096              Subject: Re: enhanced(?) regex error messages
4097              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
4098              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
4099              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
4100      Branch: perl
4101            ! regcomp.c
4102 ____________________________________________________________________________
4103 [  6539] By: jhi                                   on 2000/08/07  16:12:27
4104         Log: Make bless(REF, REF) a fatal error, add bless tests.
4105              
4106              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
4107              From: Hugo <hv@crypt.compulink.co.uk>
4108              Date: Mon, 07 Aug 2000 16:59:38 +0100
4109              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
4110      Branch: perl
4111            + t/op/bless.t
4112            ! MANIFEST pod/perldiag.pod pp.c sv.c
4113 ____________________________________________________________________________
4114 [  6538] By: jhi                                   on 2000/08/07  15:59:43
4115         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
4116              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
4117              Date: Thu, 3 Aug 2000 14:29:21 -0700
4118              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
4119      Branch: perl
4120            ! lib/lib_pm.PL
4121 ____________________________________________________________________________
4122 [  6537] By: jhi                                   on 2000/08/07  15:47:18
4123         Log: Retract #6419 for now since it breaks in AFS and MachTen.
4124      Branch: perl
4125            ! lib/Cwd.pm
4126 ____________________________________________________________________________
4127 [  6536] By: jhi                                   on 2000/08/07  15:05:29
4128         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
4129              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
4130              The security hole exists only in suidperls, which isn't
4131              installed or even built by default.
4132      Branch: perl
4133            ! perl.c
4134 ____________________________________________________________________________
4135 [  6535] By: jhi                                   on 2000/08/07  14:45:14
4136         Log: tr memory corruption fix from Simon Cozens.
4137      Branch: perl
4138            ! doop.c
4139 ____________________________________________________________________________
4140 [  6534] By: jhi                                   on 2000/08/06  11:38:16
4141         Log: Document a bit that UDP is not what you might think.
4142              
4143              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
4144              From: Lupe Christoph <lupe@lupe-christoph.de>
4145              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
4146              Date: Mon, 24 Jul 2000 08:59:15 +0200
4147      Branch: perl
4148            ! pod/perlipc.pod
4149 ____________________________________________________________________________
4150 [  6533] By: jhi                                   on 2000/08/06  11:35:01
4151         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
4152              From: Jeff Pinyan <jeffp@hut.crusoe.net>
4153              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
4154              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
4155      Branch: perl
4156            ! pod/perlfunc.pod
4157 ____________________________________________________________________________
4158 [  6532] By: jhi                                   on 2000/08/06  03:45:41
4159         Log: Have symbols for the IoTYPEs.
4160      Branch: perl
4161            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
4162 ____________________________________________________________________________
4163 [  6531] By: jhi                                   on 2000/08/06  01:33:55
4164         Log: Continue fixing the io warnings.  This also
4165              sort of fixes bug ID 20000802.003: the core dump
4166              is no more.  Whether the current behaviour is correct
4167              (giving a warning: "Not a format reference"), is another matter.
4168      Branch: perl
4169            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
4170            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
4171 ____________________________________________________________________________
4172 [  6530] By: jhi                                   on 2000/08/05  21:33:12
4173         Log: Change the Policy policy: now -Dprefix= with an existing
4174              Policy.sh and prefix == siteprefix == vendorprefix, then all
4175              of them follow along the new prefix.
4176              
4177              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
4178              From: Andy Dougherty <doughera@lafayette.edu>
4179              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
4180              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
4181      Branch: perl
4182            ! Policy_sh.SH
4183 ____________________________________________________________________________
4184 [  6529] By: jhi                                   on 2000/08/05  18:57:28
4185         Log: Zap lib/Sys directory when cleaning up.
4186      Branch: perl
4187            ! Makefile.SH
4188 ____________________________________________________________________________
4189 [  6528] By: jhi                                   on 2000/08/05  18:40:44
4190         Log: Essential prototype changes were missing from #6527.
4191              Also make report_evil_fh() more bomb-proof.
4192      Branch: perl
4193            ! embed.h util.c
4194 ____________________________________________________________________________
4195 [  6527] By: jhi                                   on 2000/08/05  03:22:05
4196         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
4197              From: "Ronald F. Guilmette" <rfg@monkeys.com>
4198              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
4199              Message-Id: <200007242247.PAA52177@monkeys.com>
4200      Branch: perl
4201            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
4202 ____________________________________________________________________________
4203 [  6526] By: jhi                                   on 2000/08/04  21:23:27
4204         Log: gcc versions might have (parentheses) in them.
4205      Branch: metaconfig/U/perl
4206            ! gccvers.U
4207      Branch: perl
4208            ! Configure config_h.SH
4209 ____________________________________________________________________________
4210 [  6525] By: jhi                                   on 2000/08/04  20:23:12
4211         Log: Weed buglets pointed out by
4212              
4213              From: Lupe Christoph <lupe@lupe-christoph.de>
4214              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
4215              Date: Fri, 4 Aug 2000 17:34:39 +0200
4216              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
4217      Branch: metaconfig/U/perl
4218            ! gccvers.U uselfs.U
4219      Branch: perl
4220            ! Configure config_h.SH
4221 ____________________________________________________________________________
4222 [  6524] By: jhi                                   on 2000/08/04  19:02:08
4223         Log: Warn under -w if lstat(FH) is attempted.
4224              
4225              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
4226              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
4227              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
4228              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
4229      Branch: perl
4230            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4231            ! t/pragma/warn/pp_sys
4232 ____________________________________________________________________________
4233 [  6523] By: jhi                                   on 2000/08/04  12:31:11
4234         Log: Subject: New perlcc, take 2
4235              From: simon@brecon.co.uk (Simon Cozens)
4236              Date: 4 Aug 2000 06:21:04 GMT
4237              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
4238      Branch: perl
4239            ! utils/perlcc.PL
4240 ____________________________________________________________________________
4241 [  6522] By: jhi                                   on 2000/08/04  12:26:33
4242         Log: Subject: Re: Array vs. List context
4243              From: Daniel Chetlin <daniel@chetlin.com>
4244              Date: Fri, 4 Aug 2000 00:22:44 -0700
4245              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
4246      Branch: perl
4247            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
4248            ! pod/perlfaq4.pod
4249 ____________________________________________________________________________
4250 [  6521] By: jhi                                   on 2000/08/04  12:22:38
4251         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
4252              From: Raymund Will <ray@caldera.de>
4253              Date: Fri, 4 Aug 2000 12:07:09 +0200
4254              Message-Id: <20000804120709.A14982@caldera.de>
4255      Branch: perl
4256            ! configure.gnu
4257 ____________________________________________________________________________
4258 [  6520] By: jhi                                   on 2000/08/04  04:09:06
4259         Log: After the #6519 a warning about stat() is just that,
4260              not about a filetest, which now have their own warning.
4261      Branch: perl
4262            ! pod/perldiag.pod
4263 ____________________________________________________________________________
4264 [  6519] By: jhi                                   on 2000/08/04  04:06:30
4265         Log: In the warnings call filehandles consistently so;
4266              add "unopened" warning for stat().
4267      Branch: perl
4268            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
4269            ! t/pragma/warn/pp_sys
4270 ____________________________________________________________________________
4271 [  6518] By: jhi                                   on 2000/08/04  02:55:35
4272         Log: Subject: Minor tweak to perlvar.pod
4273              From: "Stephen P. Potter" <spp@ds.net>
4274              Date: Tue, 18 Apr 2000 09:26:03 -0400
4275              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
4276      Branch: perl
4277            ! pod/perlvar.pod
4278 ____________________________________________________________________________
4279 [  6517] By: jhi                                   on 2000/08/04  02:50:08
4280         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
4281              From: "Clinton Pierce" <cpierce1@ford.com>
4282              Date: Wed, 21 Jul 1999 16:45:31 -0400
4283              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
4284              
4285              Fix by Stephen Potter (visible in the bug db but not in p5p?)
4286      Branch: perl
4287            ! pod/perlfunc.pod pod/perlop.pod
4288 ____________________________________________________________________________
4289 [  6516] By: jhi                                   on 2000/08/04  02:09:25
4290         Log: This is 6512.  Really.
4291      Branch: perl
4292            ! dump.c
4293 ____________________________________________________________________________
4294 [  6515] By: jhi                                   on 2000/08/04  01:25:50
4295         Log: mention the idea of @( and @)
4296      Branch: perl
4297            ! Todo-5.6
4298 ____________________________________________________________________________
4299 [  6514] By: bailey                                on 2000/08/04  01:18:46
4300         Log: YA resync with mainstem, including VMS patches from others
4301      Branch: vmsperl
4302           +> (branch 48 files)
4303            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
4304           !> (integrate 354 files)
4305 ____________________________________________________________________________
4306 [  6513] By: jhi                                   on 2000/08/04  01:18:18
4307         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
4308              From: Mark Dickinson <dickins3@fas.harvard.edu>
4309              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
4310              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
4311      Branch: perl
4312            ! t/op/grent.t t/op/pwent.t
4313 ____________________________________________________________________________
4314 [  6512] By: jhi                                   on 2000/08/04  01:14:06
4315         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
4316              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4317              Date: Wed, 02 Aug 2000 10:51:01 +0100
4318              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
4319      Branch: perl
4320            ! sv.c
4321 ____________________________________________________________________________
4322 [  6511] By: jhi                                   on 2000/08/04  00:57:00
4323         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
4324              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4325              Date: Thu, 03 Aug 2000 17:20:04 -0700
4326              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
4327      Branch: metaconfig
4328            ! U/modified/Cppsym.U
4329      Branch: perl
4330            ! Configure config_h.SH
4331 ____________________________________________________________________________
4332 [  6510] By: jhi                                   on 2000/08/04  00:25:28
4333         Log: detypo
4334      Branch: perl
4335            ! Makefile.SH
4336 ____________________________________________________________________________
4337 [  6509] By: jhi                                   on 2000/08/03  23:43:18
4338         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
4339              From: Dominic Dunlop <domo@computer.org>
4340              Date: Thu, 3 Aug 2000 22:16:46 +0200
4341              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
4342      Branch: perl
4343            ! t/op/sprintf.t
4344 ____________________________________________________________________________
4345 [  6508] By: jhi                                   on 2000/08/03  23:40:37
4346         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
4347              From: Hugo <hv@crypt.compulink.co.uk>
4348              Date: Thu, 03 Aug 2000 18:25:30 +0100
4349              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
4350      Branch: perl
4351            ! regcomp.c t/op/re_tests
4352 ____________________________________________________________________________
4353 [  6507] By: jhi                                   on 2000/08/03  23:38:28
4354         Log: Subject: [PATCH] sv.h documentation - SvLEN
4355              From: Mike Guy <mjtg@cam.ac.uk>
4356              Date: Thu, 03 Aug 2000 14:43:09 +0100
4357              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
4358      Branch: perl
4359            ! sv.h
4360 ____________________________________________________________________________
4361 [  6506] By: jhi                                   on 2000/08/03  15:49:14
4362         Log: Disable the fix_pl hack for now.
4363      Branch: perl
4364            ! Makefile.SH
4365 ____________________________________________________________________________
4366 [  6505] By: jhi                                   on 2000/08/03  13:49:04
4367         Log: Add a URL for FSF.
4368              
4369              Subject: Patch for README
4370              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
4371              Date: Wed, 2 Aug 2000 13:25:09 -0500
4372              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
4373      Branch: perl
4374            ! README
4375 ____________________________________________________________________________
4376 [  6504] By: jhi                                   on 2000/08/03  13:29:19
4377         Log: Be more informative on what is skipped and why,
4378              also repeat the list at the end.
4379      Branch: perl
4380            ! Porting/p4desc
4381 ____________________________________________________________________________
4382 [  6503] By: jhi                                   on 2000/08/03  13:07:05
4383         Log: Circumvent the removal of .patch by fix_pl.
4384              
4385              Subject: Re: [ID 20000802.011] unable to 'make test'          
4386              From: simon@brecon.co.uk (Simon Cozens) 
4387              Date: 3 Aug 2000 04:17:00 GMT
4388              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
4389      Branch: perl
4390            ! Makefile.SH
4391 ____________________________________________________________________________
4392 [  6502] By: jhi                                   on 2000/08/03  00:14:34
4393         Log: Add the missing setproctitle unit.
4394      Branch: metaconfig/U/perl
4395            + d_setproctitle.U
4396 ____________________________________________________________________________
4397 [  6501] By: jhi                                   on 2000/08/03  00:00:26
4398         Log: The subtest 4 may fail also on VOBS, as pointed out
4399              by Nick Ing-Simmons in November 1999, bug id 19991124.003
4400              (but the failure in that bug report isn't the subtest 4).
4401      Branch: perl
4402            ! t/op/stat.t
4403 ____________________________________________________________________________
4404 [  6500] By: jhi                                   on 2000/08/02  23:49:30
4405         Log: Better skip message for the test; one of the two problems in
4406              
4407              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
4408              From: Lupe Christoph <lupe@lupe-christoph.de>
4409              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
4410              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
4411      Branch: perl
4412            ! t/op/numconvert.t
4413 ____________________________________________________________________________
4414 [  6499] By: jhi                                   on 2000/08/02  22:49:16
4415         Log: Allow "no Module;" even if there is no 'unimport'.
4416              
4417              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
4418              From: mjd@plover.com
4419              Date: 24 Mar 2000 15:24:34 -0000
4420              Message-Id: <20000324152434.15160.qmail@plover.com>
4421      Branch: perl
4422            ! gv.c
4423 ____________________________________________________________________________
4424 [  6498] By: jhi                                   on 2000/08/02  22:42:58
4425         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
4426              that are hopefully soon put into use.
4427      Branch: perl
4428            ! opcode.h opcode.pl opnames.h
4429 ____________________________________________________________________________
4430 [  6497] By: gsar                                  on 2000/08/02  22:28:59
4431         Log: require.t needs binmode() to work on windows
4432      Branch: perl
4433            ! t/comp/require.t
4434 ____________________________________________________________________________
4435 [  6496] By: jhi                                   on 2000/08/02  22:08:51
4436         Log: Document the IVdf UVuf UVof UVxf.
4437      Branch: perl
4438            ! pod/perlguts.pod
4439 ____________________________________________________________________________
4440 [  6495] By: jhi                                   on 2000/08/02  21:54:26
4441         Log: detypo #6494
4442      Branch: perl
4443            ! ext/Data/Dumper/Dumper.xs
4444 ____________________________________________________________________________
4445 [  6494] By: jhi                                   on 2000/08/02  21:49:17
4446         Log: Dump UVs as UVs in Data::Dumper.
4447              
4448              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
4449              From: Gurusamy Sarathy <gsar@ActiveState.com>
4450              Date: Thu, 27 Apr 2000 12:26:25 -0700
4451              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
4452      Branch: perl
4453            ! ext/Data/Dumper/Dumper.xs
4454 ____________________________________________________________________________
4455 [  6493] By: jhi                                   on 2000/08/02  17:01:58
4456         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
4457              From: Hugo <hv@crypt.compulink.co.uk>
4458              Date: Wed, 02 Aug 2000 14:53:56 +0100
4459              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
4460      Branch: perl
4461            ! regexec.c t/op/re_tests
4462 ____________________________________________________________________________
4463 [  6492] By: jhi                                   on 2000/08/02  15:02:46
4464         Log: The new setproctitle() feature is available only in 
4465              bleeding edge FreeBSD.  From Paul Saab.
4466      Branch: perl
4467            ! mg.c
4468 ____________________________________________________________________________
4469 [  6491] By: jhi                                   on 2000/08/02  13:34:36
4470         Log: The tr utf8 patching continues.
4471              
4472              Subject: Re: #6469, too many tests claimed in require.t
4473              From: simon@brecon.co.uk (Simon Cozens)
4474              Date: 2 Aug 2000 02:37:17 GMT
4475              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
4476              
4477              (the logic of the test was the wrong way round in the patch)
4478      Branch: perl
4479            ! doop.c
4480 ____________________________________________________________________________
4481 [  6490] By: jhi                                   on 2000/08/02  13:27:38
4482         Log: The name of a filehandle does not have <these>.
4483      Branch: perl
4484            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
4485            ! t/pragma/warn/pp_sys util.c
4486 ____________________________________________________________________________
4487 [  6489] By: jhi                                   on 2000/08/02  04:26:46
4488         Log: Remove the extraneous "main::" prefix from all the
4489              "opened only for", "on closed", and "never opened" warnings.
4490              
4491              Subject: Re: inappropriate warning
4492              From: Gurusamy Sarathy <gsar@ActiveState.com>
4493              Date: Mon, 20 Mar 2000 11:28:02 -0800
4494              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
4495      Branch: perl
4496            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
4497            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
4498            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
4499 ____________________________________________________________________________
4500 [  6488] By: jhi                                   on 2000/08/02  03:02:57
4501         Log: memcpy has n o in it, as pinted ut by Sarathy.
4502      Branch: perl
4503            ! pod/perlguts.pod
4504 ____________________________________________________________________________
4505 [  6487] By: jhi                                   on 2000/08/02  02:44:51
4506         Log: Document in one place the memory abstractions used in Perl core.
4507              
4508              Subject: Re: Memory abstraction
4509              From: simon@brecon.co.uk (Simon Cozens)
4510              Date: 2 Aug 2000 02:20:23 GMT
4511              Organization: Earth.li Origins
4512      Branch: perl
4513            ! pod/perlguts.pod
4514 ____________________________________________________________________________
4515 [  6486] By: jhi                                   on 2000/08/02  02:41:57
4516         Log: regen_headers, regen perltoc.
4517      Branch: perl
4518            ! perlapi.c pod/perltoc.pod
4519 ____________________________________________________________________________
4520 [  6485] By: jhi                                   on 2000/08/02  01:43:33
4521         Log: "This little thing tests for a file .patch, and if it contains
4522              a number, pops into patchlevel.h" (making it easier to track
4523              which development version people are reporting bugs against)
4524              
4525              Subject: Patchlevel autogeneration for repository perls
4526              From: simon@brecon.co.uk (Simon Cozens)
4527              Date: 14 Jul 2000 07:12:15 GMT
4528              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
4529      Branch: perl
4530            + fix_pl
4531            ! MANIFEST Makefile.SH
4532 ____________________________________________________________________________
4533 [  6484] By: jhi                                   on 2000/08/02  01:32:54
4534         Log: FreeBSD 3.* updates from
4535              
4536              From: Paul Saab <ps@yahoo-inc.com>
4537              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
4538              Date: Tue, 1 Aug 2000 15:41:39 -0700
4539              Message-Id: <20000801154139.A53740@yahoo-inc.com>
4540      Branch: perl
4541            ! hints/freebsd.sh
4542 ____________________________________________________________________________
4543 [  6483] By: jhi                                   on 2000/08/02  01:27:44
4544         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
4545              instead one must use setproctitle().  This was already addressed
4546              by change #6457, but the below has a new variant for FreeBSD 4.0
4547              or later, and the matter is also documented more.
4548              
4549              From: Paul Saab <ps@yahoo-inc.com>
4550              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
4551              Date: Tue, 1 Aug 2000 15:41:39 -0700
4552              Message-Id: <20000801154139.A53740@yahoo-inc.com>
4553      Branch: metaconfig/U/perl
4554            + i_libutil.U
4555      Branch: perl
4556            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
4557 ____________________________________________________________________________
4558 [  6482] By: jhi                                   on 2000/08/01  22:17:32
4559         Log: The test from this
4560              
4561              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
4562              Date: Sat, 15 Apr 2000 17:03:44 +0100
4563              From: Tom Hughes <tom@compton.nu>
4564              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
4565              
4566              was missing, the code change went in as #5989
4567              (which had a different test?)
4568      Branch: perl
4569            ! t/op/misc.t
4570 ____________________________________________________________________________
4571 [  6481] By: jhi                                   on 2000/08/01  21:48:38
4572         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
4573              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
4574              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
4575              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
4576      Branch: perl
4577            ! perl.h
4578 ____________________________________________________________________________
4579 [  6480] By: jhi                                   on 2000/08/01  18:05:28
4580         Log: Make p4desc to skip non-mainperl branches by default.
4581      Branch: perl
4582            ! Porting/p4desc
4583 ____________________________________________________________________________
4584 [  6479] By: jhi                                   on 2000/08/01  17:29:19
4585         Log: If gccosandvers is equal to osname, clear gccosandvers.
4586      Branch: metaconfig/U/perl
4587            ! gccvers.U
4588      Branch: perl
4589            ! Configure config_h.SH
4590 ____________________________________________________________________________
4591 [  6478] By: jhi                                   on 2000/08/01  15:54:08
4592         Log: BOM patching from Simon Cozens.
4593      Branch: perl
4594            ! toke.c
4595 ____________________________________________________________________________
4596 [  6477] By: jhi                                   on 2000/08/01  04:50:33
4597         Log: Stash away the largefiles flags and libswanted.
4598      Branch: perl
4599            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
4600 ____________________________________________________________________________
4601 [  6476] By: gsar                                  on 2000/08/01  04:24:24
4602         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
4603              on Windows)
4604      Branch: perl
4605            ! t/pragma/utf8.t utf8.c win32/win32.c
4606 ____________________________________________________________________________
4607 [  6475] By: jhi                                   on 2000/08/01  03:35:24
4608         Log: Make chr() for values >127 to create utf8 when under utf8.
4609              
4610              Subject: Re: uft8/chr()
4611              From: simon@brecon.co.uk (Simon Cozens)
4612              Date: 1 Aug 2000 02:37:02 GMT
4613              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
4614      Branch: perl
4615            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
4616 ____________________________________________________________________________
4617 [  6474] By: jhi                                   on 2000/08/01  02:36:18
4618         Log: In Digital UNIX warn if gcc explicitly chosen because even
4619              2.95.2 is known to cause problems.
4620      Branch: perl
4621            ! hints/dec_osf.sh
4622 ____________________________________________________________________________
4623 [  6473] By: jhi                                   on 2000/08/01  02:00:56
4624         Log: Make the safety catch for buggy gccs work with triple version
4625              numbers like 2.95.2.  Reported in
4626              
4627              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
4628              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
4629              Date: Mon, 31 Jul 2000 14:55:06 +0200
4630              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
4631      Branch: perl
4632            ! hints/dec_osf.sh
4633 ____________________________________________________________________________
4634 [  6472] By: jhi                                   on 2000/08/01  01:13:33
4635         Log: Subject: fix and question re: waitpid() under win32
4636              From: Brian Clarke <clarke@appliedmeta.com>
4637              Date: Fri, 28 Jul 2000 15:18:29 -0400
4638              Message-ID: <3981DC85.290314EB@appliedmeta.com>
4639              
4640              Slightly reformatted and WNOHANG # define moved to win32.h
4641              so that also POSIX.xs sees it, as suggsted by Sarathy.
4642      Branch: perl
4643            ! win32/win32.c win32/win32.h
4644 ____________________________________________________________________________
4645 [  6471] By: jhi                                   on 2000/08/01  00:55:05
4646         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
4647              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4648              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
4649              Date: Mon, 31 Jul 2000 13:28:51 +0100
4650              
4651              (aka ID 20000730.002)
4652      Branch: perl
4653            ! op.c t/op/tr.t
4654 ____________________________________________________________________________
4655 [  6470] By: jhi                                   on 2000/07/31  23:34:42
4656         Log: Document the problem with -P in HP-UX and its workaround.
4657              
4658              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
4659              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
4660              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
4661              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
4662      Branch: perl
4663            ! README.hpux
4664 ____________________________________________________________________________
4665 [  6469] By: jhi                                   on 2000/07/31  04:15:02
4666         Log: The swallow_bom() saga continues.  The #23 of require.t
4667              (UTF16-LE) still fails (silently, no output) but the #22
4668              (UTF16-BE) seems to be working now.  The root of the
4669              failure may be in sv_gets(): is it UTF-16LE-aware,
4670              especially when it comes to line endings? 
4671      Branch: perl
4672            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
4673            ! t/comp/require.t toke.c utf8.c
4674 ____________________________________________________________________________
4675 [  6468] By: jhi                                   on 2000/07/30  19:05:48
4676         Log: Find green threads before native threads.
4677              
4678              Subject: Re: Patch to jpl/JNI/Makefile.PL
4679              From: Jens Thomsen <jens@fiend.cis.com>
4680              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
4681              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
4682      Branch: perl
4683            ! jpl/JNI/Makefile.PL
4684 ____________________________________________________________________________
4685 [  6467] By: jhi                                   on 2000/07/30  18:36:22
4686         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
4687      Branch: perl
4688            ! doop.c
4689 ____________________________________________________________________________
4690 [  6466] By: jhi                                   on 2000/07/30  04:37:29
4691         Log: A new version of the "remove UPPERACSE string comparison"
4692              operators.  The problem with the previous one (change #6454)
4693              was that it was for Perl 5.6.0.  From Paul Marquess.
4694      Branch: perl
4695            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
4696            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
4697            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
4698 ____________________________________________________________________________
4699 [  6465] By: jhi                                   on 2000/07/29  22:39:56
4700         Log: Do not upgrade SVs into utf8 just because they participate
4701              in eq or cmp.  Reported and fix suggested in
4702              
4703              Subject: [ID 20000720.009] sv_eq UTF8 bug
4704              From: "Simon Cozens" <simon@othersideofthe.earth.li>
4705              Date: 21 Jul 2000 04:37:29 -0000
4706              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
4707              
4708              Exercise for the kind reader: should we or should we not
4709              cache the utf8 conversion alonside the SV? (as magic,
4710              as thestrxfrm()ed version is cached under use locale)
4711              Argue both for and against.
4712      Branch: perl
4713            ! sv.c
4714 ____________________________________________________________________________
4715 [  6464] By: jhi                                   on 2000/07/29  22:36:22
4716         Log: Subject: UTF8 concat
4717              From: simon@brecon.co.uk (Simon Cozens) 
4718              Date: 30 Jun 2000 06:13:25 GMT
4719              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
4720              
4721              (with a memory leak fixed, plus a few casts added)
4722              
4723              This also seems to help for
4724              
4725              Subject: [ID 20000716.015] join UTF8 weirdness
4726              From: root <root@ak-71.mind.de> 
4727              Date: Sat, 15 Jul 2000 15:29:54 +0200
4728              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
4729              
4730              (from Andreas König)
4731      Branch: perl
4732            ! pp_hot.c
4733 ____________________________________________________________________________
4734 [  6463] By: jhi                                   on 2000/07/29  00:55:39
4735         Log: Tune the comments and hopefully stop a memory leak.
4736      Branch: perl
4737            ! toke.c utf8.c
4738 ____________________________________________________________________________
4739 [  6462] By: jhi                                   on 2000/07/29  00:16:53
4740         Log: The problem described in this
4741              
4742              Subject: [ID 20000322.018] named chars aren't magical enough
4743              From: root <root@dixie.cscaper.com>     
4744              Date: Wed, 22 Mar 2000 18:37:42 -0700
4745              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
4746              
4747              has been fixed in perl 5.6.0 but just in case added a test
4748              to keep it away.  (The report from Joseph Hall.)
4749      Branch: perl
4750            ! t/lib/charnames.t
4751 ____________________________________________________________________________
4752 [  6461] By: jhi                                   on 2000/07/28  23:56:36
4753         Log: Tiny fixes for #6460.
4754      Branch: metaconfig/U/perl
4755            ! gccvers.U
4756      Branch: perl
4757            ! Configure config_h.SH
4758 ____________________________________________________________________________
4759 [  6460] By: jhi                                   on 2000/07/28  23:24:41
4760         Log: Warn if the version of the operating system used to compile gcc
4761              differs from the current version of the operating system.
4762              Also display the gcc compilation os and version in myconfig.
4763              Inspiration from
4764              
4765              Subject: Re: [ID 20000710.003] ERRORS!!         
4766              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4767              Date: Mon, 10 Jul 2000 15:54:16 -0400
4768              Message-ID: <20000710155416.A1384@O2.chapin.edu>
4769      Branch: metaconfig/U/perl
4770            ! gccvers.U
4771      Branch: perl
4772            ! Configure config_h.SH myconfig.SH
4773 ____________________________________________________________________________
4774 [  6459] By: jhi                                   on 2000/07/28  22:00:32
4775         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
4776              letter to $Config{osvers}.
4777      Branch: metaconfig
4778            ! U/modified/Oldconfig.U
4779      Branch: perl
4780            ! Configure config_h.SH
4781 ____________________________________________________________________________
4782 [  6458] By: jhi                                   on 2000/07/28  04:15:39
4783         Log: Back out #6454, doesn't seem to work.
4784              (Reason: that patch was for perl 5.6.0, not perl-current)
4785              (A version of the patch for perl-current came in later as #6466)
4786      Branch: perl
4787            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
4788            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
4789            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
4790 ____________________________________________________________________________
4791 [  6457] By: jhi                                   on 2000/07/27  23:31:49
4792         Log: Use setproctitle() if available to modify $0.
4793              
4794              Subject: setting $* on BSD4 broken
4795              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
4796              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
4797              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
4798      Branch: metaconfig
4799            ! U/modified/Myinit.U
4800      Branch: perl
4801            ! Configure config_h.SH mg.c
4802 ____________________________________________________________________________
4803 [  6456] By: jhi                                   on 2000/07/27  14:50:47
4804         Log: Allow "no AutoLoader;", based on change #6444,
4805              suggested by Graham Barr.
4806      Branch: perl
4807            ! lib/AutoLoader.pm
4808 ____________________________________________________________________________
4809 [  6455] By: jhi                                   on 2000/07/27  14:19:10
4810         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
4811              From: rspier@pobox.com (Robert Spier)
4812              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
4813              Message-ID: <14720.15855.787664.424783@rls.cx>
4814      Branch: perl
4815            ! pod/perldiag.pod
4816 ____________________________________________________________________________
4817 [  6454] By: jhi                                   on 2000/07/27  14:03:02
4818         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
4819              for a long time).
4820              
4821              Reported in
4822              
4823              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
4824              From: Ryan Herbert <rherbert@sycamorehq.com>
4825              Date: Mon, 17 Jul 2000 11:40:42 -0400
4826              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
4827              
4828              Patched in
4829              
4830              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
4831              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4832              Date: Wed, 26 Jul 2000 23:40:18 +0100
4833              Message-ID: <000001bff752$79511880$0a17073e@tiny>
4834              
4835              based on an earlier patch from Stephen P. Potter.
4836              
4837              (Removed later by change #6458 because this patch was for
4838              perl 5.6.0, not perl-current)
4839      Branch: perl
4840            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
4841            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
4842            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
4843 ____________________________________________________________________________
4844 [  6453] By: jhi                                   on 2000/07/27  13:48:02
4845         Log: Subject: [PATCH] fixes bug 20000508.004
4846              From: Michael Stevens <mstevens@globnix.org>
4847              Date: Thu, 27 Jul 2000 13:49:04 +0100
4848              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
4849      Branch: perl
4850            ! pod/perldata.pod
4851 ____________________________________________________________________________
4852 [  6452] By: jhi                                   on 2000/07/26  23:51:26
4853         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
4854              and Craig A. Berry.
4855      Branch: perl
4856            ! lib/File/Temp.pm pod/perlport.pod
4857 ____________________________________________________________________________
4858 [  6451] By: jhi                                   on 2000/07/26  19:43:30
4859         Log: Be wary of close()s, too.
4860              
4861              Subject: Re: [PATCH] perlbug cleanup
4862              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4863              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
4864              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
4865      Branch: perl
4866            ! utils/perlbug.PL
4867 ____________________________________________________________________________
4868 [  6450] By: jhi                                   on 2000/07/26  18:41:40
4869         Log: Subject: Minor doc patch: handy.h
4870              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
4871              Date: Wed, 26 Jul 2000 15:34:25 -0300
4872              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
4873      Branch: perl
4874            ! handy.h pod/perlapi.pod
4875 ____________________________________________________________________________
4876 [  6449] By: jhi                                   on 2000/07/26  18:23:55
4877         Log: Subject: [PATCH] minor doc change - perlguts
4878              From: Michael Stevens <mstevens@globnix.org>
4879              Date: Thu, 13 Jul 2000 12:39:18 +0100
4880              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
4881      Branch: perl
4882            ! pod/perlguts.pod
4883 ____________________________________________________________________________
4884 [  6448] By: jhi                                   on 2000/07/26  18:20:30
4885         Log: open() wariness in perlbug.
4886              
4887              Subject: [PATCH] perlbug cleanup
4888              From: Michael Stevens <mstevens@globnix.org>
4889              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
4890              Date: Thu, 13 Jul 2000 15:52:23 +0100
4891      Branch: perl
4892            ! utils/perlbug.PL
4893 ____________________________________________________________________________
4894 [  6447] By: jhi                                   on 2000/07/26  18:13:04
4895         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
4896      Branch: perl
4897            ! lib/File/Temp.pm t/lib/ftmp-security.t
4898 ____________________________________________________________________________
4899 [  6446] By: jhi                                   on 2000/07/26  18:06:32
4900         Log: docfix from Peter Scott <Peter@PSDT.com>.
4901      Branch: perl
4902            ! pod/perlfunc.pod
4903 ____________________________________________________________________________
4904 [  6445] By: jhi                                   on 2000/07/26  17:53:31
4905         Log: Fix *foo{FORMAT}.
4906              
4907              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4908              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
4909              Date: Wed, 26 Jul 2000 19:51:02 +0200
4910              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
4911              
4912              From: Graham Barr <gbarr@pobox.com>
4913              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
4914              Date: Wed, 26 Jul 2000 17:38:36 +0100
4915              Message-ID: <20000726173836.L472@pobox.com>
4916      Branch: perl
4917            ! pp.c sv.c t/op/gv.t
4918 ____________________________________________________________________________
4919 [  6444] By: jhi                                   on 2000/07/26  17:49:14
4920         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
4921              from Graham Barr in the module list.
4922      Branch: perl
4923            ! gv.c pod/perlobj.pod
4924 ____________________________________________________________________________
4925 [  6443] By: jhi                                   on 2000/07/26  16:06:56
4926         Log: More split() doc and test patches from Mike Guy.
4927      Branch: perl
4928            ! pod/perlfunc.pod t/op/split.t
4929 ____________________________________________________________________________
4930 [  6442] By: jhi                                   on 2000/07/26  16:05:30
4931         Log: MacOS nits from Matthias Neeracher.
4932      Branch: perl
4933            ! perl.c pp_ctl.c
4934 ____________________________________________________________________________
4935 [  6441] By: jhi                                   on 2000/07/26  04:39:57
4936         Log: Subject: [PATCH] split /^/
4937              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4938              Date: Tue, 25 Jul 2000 14:18:57 +0100
4939              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
4940              
4941              (with notes from tchrist and gbarr)
4942      Branch: perl
4943            ! pod/perlfunc.pod t/op/split.t
4944 ____________________________________________________________________________
4945 [  6440] By: jhi                                   on 2000/07/26  04:32:32
4946         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
4947              From: Peter Prymmer <pvhp@forte.com>
4948              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
4949              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
4950      Branch: perl
4951            ! vms/munchconfig.c
4952 ____________________________________________________________________________
4953 [  6439] By: jhi                                   on 2000/07/26  04:31:01
4954         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
4955              to be fatal errors (instead of by default ignoring them, and
4956              ignoring with a bug: even though -w gave an error, the opening [
4957              was left in)  Reported in:
4958              
4959              Subject: [ID 20000716.024] [=cc=] / [:blank:]
4960              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
4961              Date: Sun, 16 Jul 2000 17:55:29 -0700
4962              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
4963      Branch: perl
4964            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
4965 ____________________________________________________________________________
4966 [  6438] By: jhi                                   on 2000/07/25  15:41:15
4967         Log: Subject: [PATCH] av.c apidoc
4968              From: simon@brecon.co.uk (Simon Cozens)
4969              Date: 24 Jul 2000 06:40:52 GMT
4970              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
4971      Branch: perl
4972            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
4973            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
4974 ____________________________________________________________________________
4975 [  6437] By: jhi                                   on 2000/07/25  14:05:36
4976         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
4977              From: "Stephen P. Potter" <spp@ds.net>
4978              Date: Mon, 24 Jul 2000 14:22:23 -0400
4979              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
4980      Branch: perl
4981            ! pod/perllocale.pod
4982 ____________________________________________________________________________
4983 [  6436] By: jhi                                   on 2000/07/25  14:02:03
4984         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
4985              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4986              Date: Mon, 24 Jul 2000 18:04:28 +0100
4987              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
4988      Branch: perl
4989            ! t/lib/syslfs.t t/op/lfs.t
4990 ____________________________________________________________________________
4991 [  6435] By: jhi                                   on 2000/07/25  13:59:28
4992         Log: Get UTF16 BOMs working.  Patch from
4993              
4994              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
4995              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4996              Date: Tue, 25 Jul 2000 12:52:45 +0100
4997              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
4998              
4999              and notes from
5000              
5001              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
5002              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5003              Date: Tue, 25 Jul 2000 11:43:25 +0100
5004              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
5005      Branch: perl
5006            ! t/comp/require.t toke.c utf8.c
5007 ____________________________________________________________________________
5008 [  6434] By: jhi                                   on 2000/07/25  02:39:54
5009         Log: Make the "uninit variable" warning to say "concat or string"
5010              or "join or string" when in concat or join .
5011              
5012              Subject: Re: [ID 20000403.009] uninitialised concatenation???
5013              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5014              Date: Tue, 04 Apr 2000 18:22:58 +0100
5015              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
5016              
5017              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
5018              From: William R Ward <hermit@BayView.COM>
5019              Date: Thu, 30 Mar 2000 19:50:03 -0800
5020              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
5021      Branch: perl
5022            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
5023            ! t/pragma/warn/op t/pragma/warn/sv
5024 ____________________________________________________________________________
5025 [  6433] By: jhi                                   on 2000/07/24  17:52:56
5026         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
5027      Branch: perl
5028            ! lib/File/Spec/VMS.pm
5029 ____________________________________________________________________________
5030 [  6432] By: jhi                                   on 2000/07/24  17:44:44
5031         Log: Test cases for #6431.
5032              
5033              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
5034              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5035              Date: Mon, 24 Jul 2000 15:32:29 +0100
5036              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
5037      Branch: perl
5038            ! t/op/pat.t t/op/split.t
5039 ____________________________________________________________________________
5040 [  6431] By: jhi                                   on 2000/07/24  17:43:17
5041         Log: Bind op fix.
5042              
5043              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
5044              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5045              Date: Mon, 17 Jul 2000 20:04:56 +0100
5046              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
5047      Branch: perl
5048            ! op.c
5049 ____________________________________________________________________________
5050 [  6430] By: jhi                                   on 2000/07/24  03:42:42
5051         Log: Subject: [ID 20000716.023] syslog test fails without sockets
5052              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5053              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
5054              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
5055      Branch: metaconfig/U/perl
5056            ! Extensions.U
5057      Branch: perl
5058            ! Configure config_h.SH
5059 ____________________________________________________________________________
5060 [  6429] By: jhi                                   on 2000/07/24  03:11:52
5061         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
5062              case, but add also notes explaining the relationship of this
5063              patch and the earlier notes by Sarathy.
5064              
5065              Subject: Map is still slow
5066              From: "Ben Tilly" <ben_tilly@hotmail.com>
5067              Date: Sat, 15 Jul 2000 17:23:27 EDT
5068              Message-ID: <20000715212327.21656.qmail@hotmail.com>
5069      Branch: perl
5070            ! pp_ctl.c
5071 ____________________________________________________________________________
5072 [  6428] By: jhi                                   on 2000/07/24  02:58:52
5073         Log: Documentation to explain the behaviour of map().
5074              
5075              Subject: Re: Map is still slow 
5076              From: Gurusamy Sarathy <gsar@ActiveState.com>
5077              Date: Sat, 15 Jul 2000 16:05:09 -0700
5078              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
5079      Branch: perl
5080            ! pp_ctl.c
5081 ____________________________________________________________________________
5082 [  6427] By: jhi                                   on 2000/07/24  02:50:03
5083         Log: Add tests for
5084              [ID 19991110.003] another matching finding by pcre author
5085              which has already been fixed by some patch, as verified in
5086              
5087              Subject: Re: two regex bugs from the mists of time (well, last November)
5088              From: Hugo <hv@crypt.compulink.co.uk>
5089              Date: Sat, 22 Jul 2000 18:12:58 +0100
5090              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
5091      Branch: perl
5092            ! t/op/re_tests
5093 ____________________________________________________________________________
5094 [  6426] By: jhi                                   on 2000/07/24  02:11:20
5095         Log: A missing 'break' after the [[:space:]] switch case.
5096              
5097              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
5098              From: "Stephen P. Potter" <spp@ds.net>
5099              Date: Tue, 18 Jul 2000 16:25:17 -0400
5100              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
5101      Branch: perl
5102            ! regcomp.c
5103 ____________________________________________________________________________
5104 [  6425] By: jhi                                   on 2000/07/24  02:06:12
5105         Log: The output might have been produced in the wrong order.
5106              
5107              Subject: [ID 20000720.003] [PATCH] t/op/write.t
5108              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5109              Date: Thu, 20 Jul 2000 18:49:18 +0100
5110              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
5111      Branch: perl
5112            ! t/op/write.t
5113 ____________________________________________________________________________
5114 [  6424] By: jhi                                   on 2000/07/24  02:00:07
5115         Log: Use STDOUT consistently.
5116              
5117              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
5118              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5119              Date: Thu, 20 Jul 2000 18:04:01 +0100
5120              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
5121      Branch: perl
5122            ! lib/Test/Harness.pm
5123 ____________________________________________________________________________
5124 [  6423] By: jhi                                   on 2000/07/24  01:54:54
5125         Log: Protect against "wild next"s, that is, callbacks doing "next"
5126              instead of "return".
5127              
5128              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
5129              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5130              Date: Tue, 18 Jul 2000 11:30:16 +0100
5131              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
5132      Branch: perl
5133            ! lib/File/Find.pm
5134 ____________________________________________________________________________
5135 [  6422] By: jhi                                   on 2000/07/24  01:35:47
5136         Log: Out-of-date note removed.
5137              
5138              Subject: [PATCH] documentation perlipc
5139              From: rspier@pobox.com (Robert Spier)
5140              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
5141              Message-ID: <14711.35178.572612.502654@rls.cx>
5142      Branch: perl
5143            ! pod/perlipc.pod
5144 ____________________________________________________________________________
5145 [  6421] By: jhi                                   on 2000/07/24  00:09:18
5146         Log: Send all installperl messages to STDERR and be -w clean.
5147              
5148              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
5149              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5150              Date: Sat, 22 Jul 2000 14:02:11 +0100
5151              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
5152      Branch: perl
5153            ! installperl
5154 ____________________________________________________________________________
5155 [  6420] By: jhi                                   on 2000/07/24  00:04:19
5156         Log: Decutandpasto.
5157              
5158              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
5159              From: "Richard Soderberg" <rs@crystalflame.net>
5160              Date: Sun, 23 Jul 2000 01:37:23 -0700
5161              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
5162      Branch: perl
5163            ! pod/perlipc.pod
5164 ____________________________________________________________________________
5165 [  6419] By: jhi                                   on 2000/07/24  00:01:12
5166         Log: A cleaner abs_path().
5167              Subject: Re: unix alternative to Cwd.pm
5168              From: Jeff Pinyan <jeffp@crusoe.net>
5169              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
5170              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
5171      Branch: perl
5172            ! lib/Cwd.pm
5173 ____________________________________________________________________________
5174 [  6418] By: jhi                                   on 2000/07/23  23:48:56
5175         Log: Detypo.
5176              
5177              Subject: [PATCH perl-current] Typo in hints/powerux.sh
5178              From: "Richard Soderberg" <rs@crystalflame.net>
5179              Date: Sun, 23 Jul 2000 01:27:33 -0700
5180              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
5181      Branch: perl
5182            ! hints/powerux.sh
5183 ____________________________________________________________________________
5184 [  6417] By: jhi                                   on 2000/07/17  22:13:31
5185         Log: Subject: SDBM_File documentation
5186              From: mjd@plover.com
5187              Date: 16 Jul 2000 17:41:17 -0000
5188              Message-ID: <20000716174117.18515.qmail@plover.com>
5189      Branch: perl
5190            ! ext/SDBM_File/SDBM_File.pm
5191 ____________________________________________________________________________
5192 [  6416] By: jhi                                   on 2000/07/17  19:13:26
5193         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
5194      Branch: perl
5195            ! hints/mpeix.sh mpeix/relink
5196 ____________________________________________________________________________
5197 [  6415] By: jhi                                   on 2000/07/15  14:11:02
5198         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
5199              the utf8 'characters' can be more than one octet).
5200              
5201              Date: Sat, 15 Jul 2000 00:21:56 +0100
5202              From: Tom Hughes <tom@compton.nu>
5203              Subject: Re: [ID 20000714.002]
5204              Message-ID: <db2334de49.tom@compton.compton.nu>
5205              
5206              Reported in
5207              
5208              Subject: [ID 20000714.002]
5209              From: "Simon Cozens" <simon@othersideofthe.earth.li>
5210              Date: 14 Jul 2000 15:13:09 -0000
5211              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
5212      Branch: perl
5213            ! doop.c
5214 ____________________________________________________________________________
5215 [  6414] By: jhi                                   on 2000/07/15  03:13:41
5216         Log: another VMS build tweak from Peter Prymmer
5217      Branch: perl
5218            ! vms/descrip_mms.template
5219 ____________________________________________________________________________
5220 [  6413] By: jhi                                   on 2000/07/15  03:10:40
5221         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
5222      Branch: perl
5223            ! vms/perlvms.pod
5224 ____________________________________________________________________________
5225 [  6412] By: jhi                                   on 2000/07/15  00:31:05
5226         Log: More docs for sv functions.
5227              
5228              Subject: [PATCH cfgperl] sv.c apidoc
5229              From: simon@brecon.co.uk (Simon Cozens)
5230              Date: 13 Jul 2000 09:00:20 GMT
5231              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
5232              
5233              Subject: Re: [PATCH cfgperl] sv.c apidoc
5234              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5235              Date: Thu, 13 Jul 2000 12:27:41 +0100
5236              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
5237              
5238              Subject: Re: [PATCH cfgperl] sv.c apidoc
5239              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5240              Date: Thu, 13 Jul 2000 13:23:09 +0100
5241              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
5242              
5243              Subject: Re: [PATCH cfgperl] sv.c apidoc
5244              From: simon@brecon.co.uk (Simon Cozens)
5245              Date: 14 Jul 2000 06:51:02 GMT
5246              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
5247      Branch: perl
5248            ! embed.pl pod/perlapi.pod sv.c
5249 ____________________________________________________________________________
5250 [  6411] By: jhi                                   on 2000/07/15  00:10:41
5251         Log: lib/b test fixes from Peter Prymmer.
5252      Branch: perl
5253            ! t/lib/b.t
5254 ____________________________________________________________________________
5255 [  6410] By: jhi                                   on 2000/07/15  00:02:09
5256         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
5257              From: Hugo <hv@crypt.compulink.co.uk>
5258              Date: Fri, 14 Jul 2000 23:05:20 +0100
5259              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
5260              
5261              Didn't anymore apply, but that point still could use another fix.
5262      Branch: perl
5263            ! pod/perlfunc.pod
5264 ____________________________________________________________________________
5265 [  6409] By: jhi                                   on 2000/07/14  23:15:15
5266         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
5267              not in pod, from Peter Prymmer
5268      Branch: perl
5269            ! vms/descrip_mms.template
5270 ____________________________________________________________________________
5271 [  6408] By: jhi                                   on 2000/07/14  20:35:05
5272         Log: The bug report
5273              [ID 19991110.002] minimal matching discrepancy found by pcre author
5274              seems to have been fixed (though differently from what was suggested
5275              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
5276      Branch: perl
5277            ! t/op/re_tests
5278 ____________________________________________________________________________
5279 [  6407] By: jhi                                   on 2000/07/14  17:38:08
5280         Log: Fix AutoSplit to use File::Spec the right way in VMS,
5281              from Peter Prymmer.
5282      Branch: perl
5283            ! lib/AutoSplit.pm
5284 ____________________________________________________________________________
5285 [  6406] By: jhi                                   on 2000/07/14  14:13:22
5286         Log: Merge perlhacktut into perlhack, update perlguts.
5287              
5288              Subject: Re: Perlhacktut
5289              From: simon@brecon.co.uk (Simon Cozens)
5290              Date: 14 Jul 2000 06:49:21 GMT
5291              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
5292              
5293              Subject: Re: Perlhacktut
5294              From: simon@brecon.co.uk (Simon Cozens)
5295              Date: 14 Jul 2000 07:09:45 GMT
5296              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
5297      Branch: perl
5298            ! pod/perlguts.pod pod/perlhack.pod
5299 ____________________________________________________________________________
5300 [  6405] By: jhi                                   on 2000/07/14  14:02:31
5301         Log: Integrate with Sarathy.
5302      Branch: cfgperl
5303           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
5304           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
5305           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
5306 ____________________________________________________________________________
5307 [  6404] By: gsar                                  on 2000/07/14  12:15:02
5308         Log: PERL_OBJECT build tweaks
5309      Branch: perl
5310            ! toke.c
5311 ____________________________________________________________________________
5312 [  6403] By: gsar                                  on 2000/07/14  11:23:41
5313         Log: inconsistent types needs casts
5314      Branch: perl
5315            ! toke.c
5316 ____________________________________________________________________________
5317 [  6402] By: gsar                                  on 2000/07/14  11:12:04
5318         Log: typos in change#6399, regen headers
5319      Branch: perl
5320            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
5321 ____________________________________________________________________________
5322 [  6401] By: gsar                                  on 2000/07/14  10:59:12
5323         Log: typecasts needed for change#6394
5324      Branch: perl
5325            ! toke.c
5326 ____________________________________________________________________________
5327 [  6400] By: gsar                                  on 2000/07/14  10:49:37
5328         Log: integrate cfgperl contents into mainline
5329      Branch: perl
5330           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
5331           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
5332 ____________________________________________________________________________
5333 [  6399] By: gsar                                  on 2000/07/14  10:38:35
5334         Log: enable UTF-16 filter by default if relevant BOM is seen; various
5335              cleanups (typos, misformatted code, and small bugs)
5336      Branch: perl
5337            ! doop.c embed.pl mg.c op.c pp.c toke.c
5338 ____________________________________________________________________________
5339 [  6398] By: gsar                                  on 2000/07/14  08:55:38
5340         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
5341              name suggests anyway)
5342      Branch: perl
5343            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
5344 ____________________________________________________________________________
5345 [  6397] By: gsar                                  on 2000/07/14  08:44:33
5346         Log: move new variables to the end of the interpreter structure (for
5347              bincompat in code that doesn't #include XSUB.h)
5348      Branch: perl
5349            ! intrpvar.h
5350 ____________________________________________________________________________
5351 [  6396] By: gsar                                  on 2000/07/14  08:13:58
5352         Log: MakeMaker should not remove editor backups (*~) on `make clean`
5353              by default (completes change#6383)
5354      Branch: perl
5355            ! lib/ExtUtils/MM_Unix.pm
5356 ____________________________________________________________________________
5357 [  6395] By: jhi                                   on 2000/07/14  05:20:33
5358         Log: Replace change #6337 with a better one.
5359              
5360              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
5361              From: Hugo <hv@crypt.compulink.co.uk>
5362              Date: Fri, 14 Jul 2000 04:16:20 +0100
5363              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
5364      Branch: cfgperl
5365            ! regexec.c t/op/re_tests
5366 ____________________________________________________________________________
5367 [  6394] By: jhi                                   on 2000/07/14  01:33:59
5368         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
5369      Branch: cfgperl
5370            ! embed.pl global.sym proto.h toke.c
5371 ____________________________________________________________________________
5372 [  6393] By: jhi                                   on 2000/07/13  23:41:23
5373         Log: remove discarded test
5374      Branch: cfgperl
5375            ! MANIFEST
5376 ____________________________________________________________________________
5377 [  6392] By: jhi                                   on 2000/07/13  23:32:25
5378         Log: The {multiplier} of a fixed substring was overlooked which
5379              caused a wrong initial search offset for that substring.
5380              
5381              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
5382              From: Hugo <hv@crypt.compulink.co.uk>
5383              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
5384              Date: Thu, 13 Jul 2000 19:27:13 +0100
5385      Branch: cfgperl
5386            ! regcomp.c t/op/re_tests
5387 ____________________________________________________________________________
5388 [  6391] By: jhi                                   on 2000/07/13  16:37:42
5389         Log: typo fix from Craig Berry
5390      Branch: cfgperl
5391            ! vms/subconfigure.com
5392 ____________________________________________________________________________
5393 [  6390] By: jhi                                   on 2000/07/13  13:20:12
5394         Log: Integrate with Sarathy.
5395      Branch: cfgperl
5396            - t/op/method2entersub.t
5397           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
5398           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
5399           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
5400           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
5401 ____________________________________________________________________________
5402 [  6389] By: jhi                                   on 2000/07/13  13:18:48
5403         Log: Detypo from Peter Prymmer, part of #6388.
5404      Branch: cfgperl
5405            ! Configure config_h.SH
5406      Branch: metaconfig
5407            ! U/modified/d_longlong.U
5408 ____________________________________________________________________________
5409 [  6388] By: gsar                                  on 2000/07/13  06:33:40
5410         Log: typos (spotted by Peter Prymmer)
5411      Branch: perl
5412            ! Configure t/lib/english.t
5413 ____________________________________________________________________________
5414 [  6387] By: gsar                                  on 2000/07/13  05:35:28
5415         Log: new selfloader.t in change#6183 doesn't close DATA handles,
5416              and thus fails to clean up tmp files on dosish platforms
5417      Branch: perl
5418            ! t/lib/selfloader.t
5419 ____________________________________________________________________________
5420 [  6386] By: gsar                                  on 2000/07/12  21:42:39
5421         Log: sprintf test tweaks (from Dominic Dunlop)
5422      Branch: perl
5423            ! t/op/sprintf.t
5424 ____________________________________________________________________________
5425 [  6385] By: gsar                                  on 2000/07/12  21:33:46
5426         Log: fix bugs in processing %v-*d and similar format specs (from
5427              Avi Finkel <avi@finkel.org>)
5428      Branch: perl
5429            ! sv.c t/op/sprintf.t
5430 ____________________________________________________________________________
5431 [  6384] By: gsar                                  on 2000/07/12  16:04:19
5432         Log: readd missing perldelta.pod changes from changes#6339,6376
5433      Branch: perl
5434            ! pod/perldelta.pod
5435 ____________________________________________________________________________
5436 [  6383] By: gsar                                  on 2000/07/12  16:00:51
5437         Log: don't clobber *.orig files on *clean targets
5438      Branch: perl
5439            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
5440 ____________________________________________________________________________
5441 [  6382] By: gsar                                  on 2000/07/12  07:59:12
5442         Log: fix broken integrations in cfgperl
5443      Branch: cfgperl
5444           !> Changes pod/perldelta.pod
5445 ____________________________________________________________________________
5446 [  6381] By: gsar                                  on 2000/07/12  07:42:17
5447         Log: integrate cfgperl changes into mainline
5448      Branch: perl
5449            ! Changes
5450           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
5451           !> pod/perlre.pod
5452 ____________________________________________________________________________
5453 [  6380] By: gsar                                  on 2000/07/12  07:31:00
5454         Log: get sprintf.t to adjust properly for 3-digit exponents
5455      Branch: perl
5456            ! t/op/sprintf.t
5457 ____________________________________________________________________________
5458 [  6379] By: gsar                                  on 2000/07/12  06:40:04
5459         Log: change#6174 needs corresponding change in win32/config_h.PL,
5460              which grovels through config_h.SH to find the config.h name
5461      Branch: perl
5462            ! win32/config_h.PL
5463 ____________________________________________________________________________
5464 [  6378] By: jhi                                   on 2000/07/12  05:03:59
5465         Log: Do the cc sanity check both before the hints and
5466              after the cc selction.
5467      Branch: cfgperl
5468            ! Configure config_h.SH
5469      Branch: metaconfig
5470            ! U/modified/Oldconfig.U U/modified/cc.U
5471      Branch: metaconfig/U/perl
5472            + Checkcc.U
5473 ____________________________________________________________________________
5474 [  6377] By: jhi                                   on 2000/07/12  02:49:22
5475         Log: Fix nits noticed by Boston.pm.
5476      Branch: cfgperl
5477            ! pod/perlre.pod
5478 ____________________________________________________________________________
5479 [  6376] By: jhi                                   on 2000/07/11  21:22:13
5480         Log: Configure cosmetics and perldelta.
5481      Branch: cfgperl
5482            ! Configure config_h.SH pod/perldelta.pod
5483      Branch: metaconfig
5484            ! U/modified/cc.U
5485 ____________________________________________________________________________
5486 [  6375] By: gsar                                  on 2000/07/11  21:17:35
5487         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
5488      Branch: perl
5489            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
5490            ! win32/win32sck.c
5491 ____________________________________________________________________________
5492 [  6374] By: gsar                                  on 2000/07/11  20:48:50
5493         Log: tweak for build failure under multiplicity
5494      Branch: perl
5495            ! toke.c
5496 ____________________________________________________________________________
5497 [  6373] By: gsar                                  on 2000/07/11  20:37:23
5498         Log: integrate cfgperl changes#6325..6373 into mainline
5499              (NOTE: today's batch of integrations still untested)
5500      Branch: perl
5501           +> ext/DynaLoader/hints/netbsd.pl
5502            ! Changes
5503           !> (integrate 26 files)
5504 ____________________________________________________________________________
5505 [  6372] By: jhi                                   on 2000/07/11  20:30:36
5506         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
5507              regen perltoc.
5508      Branch: cfgperl
5509            + pod/perlbook.pod
5510            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
5511            ! pod/perltoc.pod
5512 ____________________________________________________________________________
5513 [  6371] By: jhi                                   on 2000/07/11  20:08:56
5514         Log: Minor cleanups on the booklist.
5515      Branch: cfgperl
5516            ! pod/perlfaq2.pod
5517 ____________________________________________________________________________
5518 [  6370] By: jhi                                   on 2000/07/11  19:31:13
5519         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
5520      Branch: cfgperl
5521            ! t/pragma/overload.t
5522 ____________________________________________________________________________
5523 [  6369] By: gsar                                  on 2000/07/11  19:27:48
5524         Log: integrate cfgperl changes#6293..6324 into mainline
5525      Branch: perl
5526           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
5527            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
5528           !> (integrate 30 files)
5529 ____________________________________________________________________________
5530 [  6368] By: gsar                                  on 2000/07/11  19:18:57
5531         Log: skip integrate of problematic change#6292 from cfgperl into mainline
5532      Branch: perl
5533           !> pp_hot.c
5534 ____________________________________________________________________________
5535 [  6367] By: gsar                                  on 2000/07/11  19:17:21
5536         Log: integrate cfgperl changes#6288..6290 into mainline
5537      Branch: perl
5538           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
5539 ____________________________________________________________________________
5540 [  6366] By: gsar                                  on 2000/07/11  19:11:18
5541         Log: integrate cfgperl changes#6268..6282 into mainline
5542      Branch: perl
5543           !> (integrate 30 files)
5544 ____________________________________________________________________________
5545 [  6365] By: gsar                                  on 2000/07/11  18:57:00
5546         Log: delete new accidentally branched file
5547      Branch: perl
5548            - t/op/method2entersub.t
5549 ____________________________________________________________________________
5550 [  6364] By: gsar                                  on 2000/07/11  18:55:13
5551         Log: skip integrate of change#6267 from cfgperl into mainline (the
5552              method call optimization is flawed without additional hints
5553              from user about immutableness of @ISA and no runtime method
5554              definitions)
5555      Branch: perl
5556           +> t/op/method2entersub.t
5557           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
5558           !> perl.h t/op/sprintf.t xsutils.c
5559 ____________________________________________________________________________
5560 [  6363] By: gsar                                  on 2000/07/11  18:49:43
5561         Log: integrate cfgperl changes#6261..6266 into mainline
5562      Branch: perl
5563           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
5564           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
5565           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5566           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
5567 ____________________________________________________________________________
5568 [  6362] By: gsar                                  on 2000/07/11  18:43:26
5569         Log: integrate cfgperl changes#6252..6260 into mainline
5570      Branch: perl
5571           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
5572           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
5573           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
5574           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
5575 ____________________________________________________________________________
5576 [  6361] By: gsar                                  on 2000/07/11  18:37:12
5577         Log: skip integrate of problematic change#6251 from cfgperl into mainline
5578      Branch: perl
5579           !> lib/Exporter.pm
5580 ____________________________________________________________________________
5581 [  6360] By: gsar                                  on 2000/07/11  18:34:56
5582         Log: integrate cfgperl change#6250 into mainline
5583      Branch: perl
5584           +> t/op/my_stash.t
5585           !> MANIFEST embed.pl proto.h toke.c
5586 ____________________________________________________________________________
5587 [  6359] By: gsar                                  on 2000/07/11  18:21:19
5588         Log: integrate cfgperl changes#6242..6249 into mainline
5589      Branch: perl
5590           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
5591           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
5592           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
5593           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
5594           !> t/lib/peek.t utf8.c
5595 ____________________________________________________________________________
5596 [  6358] By: gsar                                  on 2000/07/11  18:15:45
5597         Log: skip integrate of problematic change#6241 from cfgperl into mainline
5598      Branch: perl
5599           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
5600 ____________________________________________________________________________
5601 [  6357] By: jhi                                   on 2000/07/11  18:15:16
5602         Log: Fix for
5603              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
5604              From: Roderick Schertler <roderick@argon.org> 
5605              Date: Tue, 11 Jul 2000 13:55:05 -0400 
5606              Message-Id: <200007111755.NAA05077@jones.argon.org> 
5607      Branch: cfgperl
5608            ! doio.c
5609 ____________________________________________________________________________
5610 [  6356] By: jhi                                   on 2000/07/11  18:12:51
5611         Log: Typo in #6341.
5612      Branch: cfgperl
5613            ! pp_hot.c
5614 ____________________________________________________________________________
5615 [  6355] By: gsar                                  on 2000/07/11  18:12:10
5616         Log: integrate cfgperl changes#6231..6240 into mainline
5617      Branch: perl
5618           +> pod/perlutil.pod
5619           !> (integrate 35 files)
5620 ____________________________________________________________________________
5621 [  6354] By: jhi                                   on 2000/07/11  18:04:34
5622         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
5623              From: Dominic Dunlop <domo@computer.org> 
5624              Date: Tue, 11 Jul 2000 12:27:33 +0200 
5625              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
5626              
5627              Replaces change #6268.
5628      Branch: cfgperl
5629            ! t/op/sprintf.t
5630 ____________________________________________________________________________
5631 [  6353] By: gsar                                  on 2000/07/11  17:59:51
5632         Log: skip integrate of problematic change#6230 from cfgperl into mainline
5633              (a later version of File::Spec is already in mainline)
5634      Branch: perl
5635           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
5636           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
5637 ____________________________________________________________________________
5638 [  6352] By: gsar                                  on 2000/07/11  17:57:48
5639         Log: integrate cfgperl changes#6224..6229 into mainline
5640      Branch: perl
5641           +> lib/lib.pm.PL
5642            - lib/lib.pm
5643           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
5644           !> lib/English.pm op.c t/lib/english.t
5645 ____________________________________________________________________________
5646 [  6351] By: gsar                                  on 2000/07/11  17:50:10
5647         Log: skip integrate of problematic change#6223 from cfgperl into mainline
5648      Branch: perl
5649           !> doio.c
5650 ____________________________________________________________________________
5651 [  6350] By: gsar                                  on 2000/07/11  17:48:28
5652         Log: integrate cfgperl changes#6220..6222 into mainline
5653      Branch: perl
5654           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
5655           !> toke.c utf8.c win32/win32.h
5656 ____________________________________________________________________________
5657 [  6349] By: gsar                                  on 2000/07/11  17:46:13
5658         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
5659              mainline
5660      Branch: perl
5661           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
5662           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
5663           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
5664 ____________________________________________________________________________
5665 [  6348] By: jhi                                   on 2000/07/11  17:45:49
5666         Log: README.posix-bc podified from Thomas Dorner.
5667      Branch: cfgperl
5668            ! README.posix-bc
5669 ____________________________________________________________________________
5670 [  6347] By: gsar                                  on 2000/07/11  17:42:04
5671         Log: integrate cfgperl change#6217 into mainline
5672      Branch: perl
5673           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
5674           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
5675           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
5676 ____________________________________________________________________________
5677 [  6346] By: gsar                                  on 2000/07/11  17:39:37
5678         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
5679              mainline
5680      Branch: perl
5681           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
5682           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
5683           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
5684           !> perlapi.h pod/perlapi.pod
5685 ____________________________________________________________________________
5686 [  6345] By: gsar                                  on 2000/07/11  17:36:42
5687         Log: integrate cfgperl changes#6207..6210 into mainline
5688      Branch: perl
5689           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
5690           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
5691 ____________________________________________________________________________
5692 [  6344] By: gsar                                  on 2000/07/11  17:31:20
5693         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
5694              mainline
5695      Branch: perl
5696           !> (integrate 40 files)
5697 ____________________________________________________________________________
5698 [  6343] By: gsar                                  on 2000/07/11  17:19:08
5699         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
5700      Branch: perl
5701           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
5702            ! Changes
5703           !> (integrate 34 files)
5704 ____________________________________________________________________________
5705 [  6342] By: jhi                                   on 2000/07/11  16:05:48
5706         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
5707              To: perl5-porters@perl.org
5708              From: Karsten Sperling <spiff@phreax.net>
5709              Date: Mon, 10 Jul 2000 15:12:52 +0200
5710              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
5711      Branch: cfgperl
5712            ! lib/Symbol.pm
5713 ____________________________________________________________________________
5714 [  6341] By: jhi                                   on 2000/07/11  15:59:23
5715         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
5716              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5717              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
5718              Date: Fri, 07 Jul 2000 17:57:16 +0100
5719      Branch: cfgperl
5720            ! pp_hot.c
5721 ____________________________________________________________________________
5722 [  6340] By: jhi                                   on 2000/07/11  15:55:47
5723         Log: Subject: Re: format bug report  [Patch]
5724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5725              Date: Wed, 05 Jul 2000 13:12:52 +0200
5726              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
5727              
5728              Subject: Re: format bug report  [Patch]
5729              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5730              Date: Wed, 05 Jul 2000 14:10:01 +0200
5731              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
5732      Branch: cfgperl
5733            ! t/op/write.t toke.c
5734 ____________________________________________________________________________
5735 [  6339] By: jhi                                   on 2000/07/11  13:54:09
5736         Log: Be less forgiving about ambiguous and illegal tr ranges.
5737              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
5738              From: Mark-Jason Dominus <mjd@plover.com>
5739              Date: Tue, 04 Jul 2000 10:00:12 -0400
5740              Message-ID: <20000704140012.17772.qmail@plover.com>
5741              
5742              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
5743              From: Mark-Jason Dominus <mjd@plover.com>
5744              Date: Wed, 05 Jul 2000 09:37:36 -0400
5745              Message-ID: <20000705133736.27293.qmail@plover.com>
5746      Branch: cfgperl
5747            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
5748 ____________________________________________________________________________
5749 [  6338] By: jhi                                   on 2000/07/11  13:31:24
5750         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
5751              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5752              Date: Tue, 11 Jul 2000 13:50:51 +0100
5753              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
5754      Branch: cfgperl
5755            ! sv.c
5756 ____________________________________________________________________________
5757 [  6337] By: jhi                                   on 2000/07/11  13:29:14
5758         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
5759              From: Hugo <hv@crypt.compulink.co.uk>
5760              Date: Tue, 11 Jul 2000 12:44:50 +0100
5761              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
5762      Branch: cfgperl
5763            ! regexec.c t/op/re_tests
5764 ____________________________________________________________________________
5765 [  6336] By: jhi                                   on 2000/07/11  13:26:47
5766         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
5767              From: simon@brecon.co.uk (Simon Cozens)
5768              Date: 7 Jul 2000 11:26:09 GMT
5769              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
5770      Branch: cfgperl
5771            ! mg.c
5772 ____________________________________________________________________________
5773 [  6335] By: jhi                                   on 2000/07/11  13:23:37
5774         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
5775              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
5776              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
5777              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
5778      Branch: cfgperl
5779            + ext/DynaLoader/hints/netbsd.pl
5780            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
5781 ____________________________________________________________________________
5782 [  6334] By: jhi                                   on 2000/07/11  13:20:38
5783         Log: Subject: PATCH perlguts.pod: Document D and d magic types
5784              From: mjd@plover.com
5785              Date: 5 Jul 2000 18:01:51 -0000
5786              Message-ID: <20000705180151.29413.qmail@plover.com>
5787      Branch: cfgperl
5788            ! pod/perlguts.pod
5789 ____________________________________________________________________________
5790 [  6333] By: jhi                                   on 2000/07/11  13:15:51
5791         Log: Precedence goof, fix based on
5792              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
5793              From: Hugo <hv@crypt.compulink.co.uk>
5794              Date: Tue, 11 Jul 2000 12:52:38 +0100
5795              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
5796      Branch: cfgperl
5797            ! t/op/taint.t
5798 ____________________________________________________________________________
5799 [  6332] By: jhi                                   on 2000/07/11  12:40:17
5800         Log: Integrate with Sarathy.
5801      Branch: cfgperl
5802           !> win32/win32sck.c
5803 ____________________________________________________________________________
5804 [  6331] By: jhi                                   on 2000/07/10  20:14:16
5805         Log: Sprinkle ldlibpath.
5806      Branch: cfgperl
5807            ! pod/Makefile.SH
5808 ____________________________________________________________________________
5809 [  6330] By: jhi                                   on 2000/07/10  17:54:49
5810         Log: More POSIX.pod tweaks.
5811      Branch: cfgperl
5812            ! ext/POSIX/POSIX.pod
5813 ____________________________________________________________________________
5814 [  6329] By: jhi                                   on 2000/07/10  14:02:12
5815         Log: Reorder perl.pod once more.
5816      Branch: cfgperl
5817            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5818 ____________________________________________________________________________
5819 [  6328] By: gsar                                  on 2000/07/10  07:06:00
5820         Log: accept() leaks memory on windows due to incorrect ordering of
5821              closesocket() and fclose() calls
5822      Branch: perl
5823            ! win32/win32sck.c
5824 ____________________________________________________________________________
5825 [  6327] By: gsar                                  on 2000/07/10  06:49:17
5826         Log: winsock options weren't being set in all threads under ithreads
5827              (caused send()s from second and subsequent threads to fail)
5828      Branch: perl
5829            ! win32/win32sck.c
5830 ____________________________________________________________________________
5831 [  6326] By: jhi                                   on 2000/07/08  02:45:40
5832         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
5833              was cast to an unsigned (32-bit) integer with wild abandon.
5834      Branch: cfgperl
5835            ! ext/Devel/DProf/DProf.xs
5836 ____________________________________________________________________________
5837 [  6325] By: jhi                                   on 2000/07/07  18:50:33
5838         Log: Remove perlbook, update perlfaq book listing,
5839              rearrange perl.pod, regenerate perltoc.
5840      Branch: cfgperl
5841            - pod/perlbook.pod
5842            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
5843            ! pod/perlfaq2.pod pod/perltoc.pod
5844 ____________________________________________________________________________
5845 [  6324] By: jhi                                   on 2000/07/07  14:03:40
5846         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
5847      Branch: cfgperl
5848            ! sv.h toke.c
5849 ____________________________________________________________________________
5850 [  6323] By: jhi                                   on 2000/07/06  16:03:55
5851         Log: Fix complaints of buildtoc.
5852      Branch: cfgperl
5853            + lib/Win32.pod
5854            - pod/Win32.pod
5855            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5856 ____________________________________________________________________________
5857 [  6322] By: jhi                                   on 2000/07/06  15:15:52
5858         Log: Add =head1 NAMEs so that buildtoc is happy.
5859              (The CGI::Util nit reported to Lincoln.)
5860      Branch: cfgperl
5861            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
5862            ! pod/perltoc.pod
5863 ____________________________________________________________________________
5864 [  6321] By: jhi                                   on 2000/07/06  03:16:04
5865         Log: Config is being used.
5866      Branch: cfgperl
5867            ! t/op/method.t
5868 ____________________________________________________________________________
5869 [  6320] By: jhi                                   on 2000/07/06  03:13:13
5870         Log: Integrate with Sarathy.
5871      Branch: cfgperl
5872           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
5873 ____________________________________________________________________________
5874 [  6319] By: jhi                                   on 2000/07/06  03:11:46
5875         Log: Autogenerate pod/Makefile and pod/buildtoc.
5876              buildtoc also checks whether the existin pods are
5877              mentioned in MANIFEST and perl.pod, and vice versa.
5878              (None of the thusly found discrepancies fixed yet.)
5879              roffitall also needs to be autogenerated similarly but it
5880              seems so badly out of date that I didn't touch it yet.
5881      Branch: cfgperl
5882            + pod/Makefile.SH pod/buildtoc.PL
5883            - pod/Makefile pod/buildtoc
5884            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
5885 ____________________________________________________________________________
5886 [  6318] By: gsar                                  on 2000/07/05  22:10:54
5887         Log: fix UNC path handling on Windows under ithreads, and chdir()
5888              return value when given a non-existent directory
5889      Branch: perl
5890            ! win32/vdir.h
5891 ____________________________________________________________________________
5892 [  6317] By: gsar                                  on 2000/07/05  22:08:19
5893         Log: winsock cleanup never done on Windows (leads to handle leaks)
5894      Branch: perl
5895            ! win32/perllib.c win32/win32sck.c
5896 ____________________________________________________________________________
5897 [  6316] By: gsar                                  on 2000/07/05  22:06:19
5898         Log: some debugger output does not go to the socket when RemotePort is set
5899      Branch: perl
5900            ! lib/perl5db.pl
5901 ____________________________________________________________________________
5902 [  6315] By: jhi                                   on 2000/07/05  00:25:21
5903         Log: Integrate with Sarathy, preliminary fix for unicos
5904              alignment problems in [ID 20000612.002] Perl problem on Cray system.
5905      Branch: cfgperl
5906            ! sv.h
5907           !> pp_hot.c
5908 ____________________________________________________________________________
5909 [  6314] By: gsar                                  on 2000/07/04  23:34:02
5910         Log: tyop in change#6306
5911      Branch: perl
5912            ! pp_hot.c
5913 ____________________________________________________________________________
5914 [  6313] By: jhi                                   on 2000/07/04  22:14:38
5915         Log: Multiline string literals ENONPORTABLE.
5916      Branch: cfgperl
5917            ! pp_hot.c
5918 ____________________________________________________________________________
5919 [  6312] By: jhi                                   on 2000/07/04  20:34:44
5920         Log: Integrate with Sarathy.
5921      Branch: cfgperl
5922           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
5923           !> t/op/method.t
5924 ____________________________________________________________________________
5925 [  6311] By: jhi                                   on 2000/07/04  20:30:56
5926         Log: More POSIX.pod embellishment.
5927      Branch: cfgperl
5928            ! ext/POSIX/POSIX.pod
5929 ____________________________________________________________________________
5930 [  6310] By: gsar                                  on 2000/07/04  17:28:48
5931         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
5932      Branch: perl
5933            ! t/lib/b.t
5934 ____________________________________________________________________________
5935 [  6309] By: jhi                                   on 2000/07/04  17:22:18
5936         Log: The #6308 required a little bit more.
5937      Branch: cfgperl
5938            ! Makefile.SH win32/Makefile
5939 ____________________________________________________________________________
5940 [  6308] By: jhi                                   on 2000/07/04  16:35:24
5941         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
5942      Branch: cfgperl
5943            + lib/lib_pm.PL
5944            - lib/lib.pm.PL
5945            ! MANIFEST Makefile.SH
5946 ____________________________________________________________________________
5947 [  6307] By: jhi                                   on 2000/07/04  16:28:58
5948         Log: Win32 patches for cfgperl from Sarathy.
5949      Branch: cfgperl
5950            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
5951            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
5952            ! thread.h toke.c util.c win32/Makefile win32/win32.c
5953 ____________________________________________________________________________
5954 [  6306] By: gsar                                  on 2000/07/04  16:28:40
5955         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
5956              (from Richard Soderberg <rs@oregonnet.com>)
5957      Branch: perl
5958            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
5959 ____________________________________________________________________________
5960 [  6305] By: jhi                                   on 2000/07/04  16:24:24
5961         Log: Integrate with Sarathy.
5962      Branch: cfgperl
5963           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
5964           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
5965           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
5966           !> proto.h win32/win32.c
5967 ____________________________________________________________________________
5968 [  6304] By: gsar                                  on 2000/07/04  16:17:24
5969         Log: missing perldiag entry for unpack("w",...) diagnostic (from
5970              Andreas Koenig)
5971      Branch: perl
5972            ! pod/perldiag.pod
5973 ____________________________________________________________________________
5974 [  6303] By: gsar                                  on 2000/07/04  16:14:44
5975         Log: remove rel2abs prototypes (from Barrie Slaymaker)
5976      Branch: perl
5977            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
5978            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
5979 ____________________________________________________________________________
5980 [  6302] By: gsar                                  on 2000/07/04  04:59:35
5981         Log: adjust change#6299
5982      Branch: perl
5983            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
5984            ! win32/win32.c
5985 ____________________________________________________________________________
5986 [  6301] By: jhi                                   on 2000/07/04  04:50:07
5987         Log: Integrate with Sarathy.
5988      Branch: cfgperl
5989           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
5990           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
5991           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
5992 ____________________________________________________________________________
5993 [  6300] By: gsar                                  on 2000/07/04  04:42:09
5994         Log: PERL_OBJECT build tweak
5995      Branch: perl
5996            ! perl.h
5997 ____________________________________________________________________________
5998 [  6299] By: gsar                                  on 2000/07/04  04:37:00
5999         Log: fix memory leak on Windows (PL_sys_intern contents were never
6000              freed)
6001      Branch: perl
6002            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
6003            ! perlapi.c proto.h win32/win32.c
6004 ____________________________________________________________________________
6005 [  6298] By: gsar                                  on 2000/07/04  04:15:59
6006         Log: fix large memory leak that has been around for ever, masked by
6007              -DPURIFY (most of the arenas were never freed!)
6008      Branch: perl
6009            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
6010 ____________________________________________________________________________
6011 [  6297] By: gsar                                  on 2000/07/04  04:07:46
6012         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
6013      Branch: perl
6014            ! perl.c
6015 ____________________________________________________________________________
6016 [  6296] By: jhi                                   on 2000/06/30  18:28:37
6017         Log: Elaborate POSIX.pod.  Still needs work.
6018      Branch: cfgperl
6019            ! ext/POSIX/POSIX.pod
6020 ____________________________________________________________________________
6021 [  6295] By: jhi                                   on 2000/06/30  14:58:18
6022         Log: Point to perlipc for more SysV IPC examples.
6023      Branch: cfgperl
6024            ! pod/perlfunc.pod
6025 ____________________________________________________________________________
6026 [  6294] By: gsar                                  on 2000/06/30  14:47:45
6027         Log: slurp mode fix in change#4736 still not quite right
6028      Branch: perl
6029            ! pp_hot.c t/io/argv.t
6030 ____________________________________________________________________________
6031 [  6293] By: jhi                                   on 2000/06/30  12:02:55
6032         Log: Integrate with Sarathy.
6033      Branch: cfgperl
6034           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
6035 ____________________________________________________________________________
6036 [  6292] By: jhi                                   on 2000/06/30  12:01:11
6037         Log: From: simon@brecon.co.uk (Simon Cozens)
6038              Subject: UTF8 concat
6039              Date: 30 Jun 2000 06:13:25 GMT
6040              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
6041      Branch: cfgperl
6042            ! pp_hot.c
6043 ____________________________________________________________________________
6044 [  6291] By: gsar                                  on 2000/06/30  04:37:33
6045         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
6046              when @_ is modified, causing coredumps
6047      Branch: perl
6048            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
6049 ____________________________________________________________________________
6050 [  6290] By: jhi                                   on 2000/06/30  02:21:44
6051         Log: Integrate with Sarathy.
6052      Branch: cfgperl
6053           !> vms/vms.c vms/vmsish.h
6054 ____________________________________________________________________________
6055 [  6289] By: jhi                                   on 2000/06/30  02:21:02
6056         Log: Check VERSIONs.
6057      Branch: cfgperl
6058            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
6059            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6060            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
6061 ____________________________________________________________________________
6062 [  6288] By: jhi                                   on 2000/06/30  02:18:52
6063         Log: Integrate with Sarathy.
6064      Branch: cfgperl
6065           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
6066           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
6067           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6068           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
6069 ____________________________________________________________________________
6070 [  6287] By: gsar                                  on 2000/06/30  02:17:08
6071         Log: integrate vmsperl changes into mainline
6072      Branch: perl
6073           !> vms/vms.c vms/vmsish.h
6074 ____________________________________________________________________________
6075 [  6285] By: gsar                                  on 2000/06/30  02:05:28
6076         Log: localize %INC in a Safe compartment so that use/require work
6077              (many other magic globals probably need similar treatment)
6078      Branch: perl
6079            ! ext/Opcode/Opcode.xs
6080 ____________________________________________________________________________
6081 [  6284] By: gsar                                  on 2000/06/30  01:54:54
6082         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
6083              about Windows
6084      Branch: perl
6085            ! pod/perlembed.pod
6086 ____________________________________________________________________________
6087 [  6283] By: jhi                                   on 2000/06/30  01:50:10
6088         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
6089              From: Barrie Slaymaker <barries@jester.slaysys.com>
6090              Date: Wed, 28 Jun 2000 11:35:29 -0400
6091              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
6092      Branch: perl
6093            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
6094            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6095            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6096            ! lib/File/Spec/Win32.pm
6097 ____________________________________________________________________________
6098 [  6282] By: jhi                                   on 2000/06/29  22:57:22
6099         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
6100              From: Dan Sugalski <dan@sidhe.org>
6101              Date: Tue, 06 Jun 2000 11:59:50 -0400
6102              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
6103      Branch: cfgperl
6104            ! vms/vms.c
6105 ____________________________________________________________________________
6106 [  6281] By: jhi                                   on 2000/06/29  22:52:50
6107         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
6108              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6109              Date: Wed, 7 Jun 2000 04:02:04 -0500
6110              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
6111      Branch: cfgperl
6112            ! utils/h2xs.PL
6113 ____________________________________________________________________________
6114 [  6280] By: jhi                                   on 2000/06/29  22:45:47
6115         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
6116              From: rspier@pobox.com (Robert Spier)
6117              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
6118              Message-ID: <14654.31913.845602.610277@rls.cx>
6119      Branch: cfgperl
6120            ! utils/h2xs.PL
6121 ____________________________________________________________________________
6122 [  6279] By: jhi                                   on 2000/06/29  22:38:16
6123         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
6124              From: Tim Ayers <tayers@bridge.com>
6125              Date: Thu, 08 Jun 2000 08:11:06 +0200
6126              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
6127              [resent by Richard Foley, Message-Id probably wrong]
6128      Branch: cfgperl
6129            ! pod/perlsub.pod
6130 ____________________________________________________________________________
6131 [  6278] By: jhi                                   on 2000/06/29  22:21:45
6132         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
6133              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
6134              Date: Fri, 09 Jun 2000 12:39:27 -0400
6135              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
6136              (plus update the version "number" of Text::Wrap)
6137      Branch: cfgperl
6138            ! lib/Text/Wrap.pm
6139 ____________________________________________________________________________
6140 [  6277] By: jhi                                   on 2000/06/29  22:13:10
6141         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
6142              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6143              Date: Mon, 12 Jun 2000 14:55:59 +0100
6144              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
6145      Branch: cfgperl
6146            ! pod/perlfunc.pod
6147 ____________________________________________________________________________
6148 [  6276] By: jhi                                   on 2000/06/29  22:11:06
6149         Log: Subject: [PATCH] Re: eval documentation: context
6150              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6151              Date: Mon, 12 Jun 2000 15:07:29 +0100
6152              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
6153      Branch: cfgperl
6154            ! pod/perlfunc.pod
6155 ____________________________________________________________________________
6156 [  6275] By: jhi                                   on 2000/06/29  21:59:46
6157         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
6158              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6159              Date: Tue, 13 Jun 2000 02:43:48 -0500
6160              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
6161      Branch: cfgperl
6162            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
6163 ____________________________________________________________________________
6164 [  6274] By: jhi                                   on 2000/06/29  21:56:14
6165         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
6166              From: Andy Dougherty <doughera@lafayette.edu>
6167              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
6168              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
6169      Branch: cfgperl
6170            ! ext/File/Glob/Glob.pm
6171 ____________________________________________________________________________
6172 [  6273] By: jhi                                   on 2000/06/29  21:49:09
6173         Log: Subject: [PATCH] xsub attributes
6174              From: Doug MacEachern <dougm@covalent.net>
6175              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
6176              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
6177      Branch: cfgperl
6178            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
6179            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
6180 ____________________________________________________________________________
6181 [  6272] By: jhi                                   on 2000/06/29  21:41:28
6182         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
6183              From: Tom Phoenix <rootbeer@redcat.com>
6184              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
6185              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
6186      Branch: cfgperl
6187            ! lib/Net/Ping.pm
6188 ____________________________________________________________________________
6189 [  6271] By: jhi                                   on 2000/06/29  21:36:55
6190         Log: Subject: PATCH pod/perltie.pod
6191              From: Ian Phillipps <Ian.Phillipps@iname.com>
6192              Date: Fri, 16 Jun 2000 00:17:19 +0100
6193              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
6194              (only the first hunk, the second hunk had already been done
6195              by some other patch)
6196      Branch: cfgperl
6197            ! pod/perltie.pod
6198 ____________________________________________________________________________
6199 [  6270] By: jhi                                   on 2000/06/29  21:24:51
6200         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
6201              From: Nicholas Clark <nick@talking.bollo.cx>
6202              Date: Fri, 23 Jun 2000 16:21:15 +0100
6203              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
6204      Branch: cfgperl
6205            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
6206            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
6207 ____________________________________________________________________________
6208 [  6269] By: jhi                                   on 2000/06/29  19:38:15
6209         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
6210              silence few compiler warnings.
6211      Branch: cfgperl
6212            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
6213 ____________________________________________________________________________
6214 [  6268] By: jhi                                   on 2000/06/29  18:21:50
6215         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
6216              From: Dominic Dunlop <domo@computer.org> 
6217              Date: Thu, 29 Jun 2000 12:32:39 +0200 
6218              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
6219      Branch: cfgperl
6220            ! t/op/sprintf.t
6221 ____________________________________________________________________________
6222 [  6267] By: jhi                                   on 2000/06/29  18:16:07
6223         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
6224              From: Doug MacEachern <dougm@covalent.net>
6225              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
6226              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
6227      Branch: cfgperl
6228            + t/op/method2entersub.t
6229            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
6230            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6231            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
6232            ! xsutils.c
6233 ____________________________________________________________________________
6234 [  6266] By: jhi                                   on 2000/06/29  15:11:15
6235         Log: Subject: [PATCH 5.6.0] cygwin port
6236              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
6237              From: "Fifer, Eric" <EFifer@sanwaint.com>
6238              Date: Thu, 29 Jun 2000 12:58:29 +0100
6239      Branch: cfgperl
6240            ! cygwin/Makefile.SHs
6241 ____________________________________________________________________________
6242 [  6265] By: jhi                                   on 2000/06/29  15:04:05
6243         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
6244              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6245              Date: Wed, 28 Jun 2000 17:50:12 -0700
6246              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
6247      Branch: cfgperl
6248            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6249 ____________________________________________________________________________
6250 [  6264] By: jhi                                   on 2000/06/29  15:00:57
6251         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
6252              From: Marty Lucich <marty@netcom.com>
6253              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
6254              Message-Id: <200006282116.OAA11148@netcom.com>
6255              ccdlflags update (the BSD/OS 4.1 part had already been taken
6256              care of by #6141).
6257      Branch: cfgperl
6258            ! hints/bsdos.sh
6259 ____________________________________________________________________________
6260 [  6263] By: jhi                                   on 2000/06/29  13:47:44
6261         Log: tr fixes from Simon Cozens
6262      Branch: cfgperl
6263            ! doop.c
6264 ____________________________________________________________________________
6265 [  6262] By: jhi                                   on 2000/06/28  18:46:01
6266         Log: Subject: 5.6.0 Patch for EPOC
6267              From: Olaf Flebbe <o.flebbe@gmx.de>
6268              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
6269              Message-ID: <23449.960929969@www11.gmx.net>
6270      Branch: cfgperl
6271            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
6272            ! epoc/epocish.h
6273 ____________________________________________________________________________
6274 [  6261] By: jhi                                   on 2000/06/28  18:29:07
6275         Log: Subject: Re: [PATCH cfgperl] BOMs away!
6276              From: simon@brecon.co.uk (Simon Cozens)
6277              Date: 17 Jun 2000 11:49:57 GMT
6278              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
6279      Branch: cfgperl
6280            ! pod/perldiag.pod t/comp/require.t toke.c
6281 ____________________________________________________________________________
6282 [  6260] By: jhi                                   on 2000/06/28  17:47:16
6283         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
6284              From: simon@brecon.co.uk (Simon Cozens) 
6285              Date: 17 Jun 2000 11:56:44 GMT 
6286              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
6287              pack U0, pack C0
6288      Branch: cfgperl
6289            ! pod/perlfunc.pod pp.c t/op/pack.t
6290 ____________________________________________________________________________
6291 [  6259] By: jhi                                   on 2000/06/28  16:43:17
6292         Log: perlnewmod was missing from MANIFEST.
6293      Branch: cfgperl
6294            ! MANIFEST
6295 ____________________________________________________________________________
6296 [  6258] By: jhi                                   on 2000/06/28  15:54:30
6297         Log: linenumber tweak
6298      Branch: cfgperl
6299            ! t/pragma/warn/regcomp
6300 ____________________________________________________________________________
6301 [  6257] By: jhi                                   on 2000/06/28  15:50:44
6302         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
6303              From: Doug MacEachern <dougm@covalent.net>
6304              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
6305              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
6306              (one part of the patch had been applied earlier)
6307      Branch: cfgperl
6308            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
6309 ____________________________________________________________________________
6310 [  6256] By: jhi                                   on 2000/06/28  15:40:22
6311         Log: tweaks from Simon Cozens to further fix tr/// under utf8
6312      Branch: cfgperl
6313            ! doop.c
6314 ____________________________________________________________________________
6315 [  6255] By: jhi                                   on 2000/06/28  15:33:45
6316         Log: small thinko tweaks
6317      Branch: cfgperl
6318            ! lib/IPC/Open3.pm t/op/my_stash.t
6319 ____________________________________________________________________________
6320 [  6254] By: jhi                                   on 2000/06/28  15:33:25
6321         Log: Subject: tr///, help wanted.
6322              From: simon@brecon.co.uk (Simon Cozens)
6323              Date: 28 Jun 2000 11:29:04 GMT
6324              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
6325      Branch: cfgperl
6326            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
6327            ! pp_proto.h proto.h t/op/tr.t
6328 ____________________________________________________________________________
6329 [  6253] By: jhi                                   on 2000/06/28  15:09:17
6330         Log: Paranoia tweak on #6249.
6331              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
6332              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6333              Date: Sun, 25 Jun 2000 23:43:12 -0400
6334              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
6335      Branch: cfgperl
6336            ! lib/IPC/Open3.pm
6337 ____________________________________________________________________________
6338 [  6252] By: jhi                                   on 2000/06/28  15:01:38
6339         Log: Document #6249 and #6251.
6340      Branch: cfgperl
6341            ! lib/Exporter.pm lib/IPC/Open3.pm
6342 ____________________________________________________________________________
6343 [  6251] By: jhi                                   on 2000/06/28  14:50:43
6344         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
6345              From: Doug MacEachern <dougm@covalent.net>
6346              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
6347              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
6348      Branch: cfgperl
6349            ! lib/Exporter.pm
6350 ____________________________________________________________________________
6351 [  6250] By: jhi                                   on 2000/06/28  14:45:23
6352         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
6353              From: Doug MacEachern <dougm@covalent.net>
6354              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
6355              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
6356      Branch: cfgperl
6357            + t/op/my_stash.t
6358            ! MANIFEST embed.pl global.sym proto.h toke.c
6359 ____________________________________________________________________________
6360 [  6249] By: jhi                                   on 2000/06/28  14:36:34
6361         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
6362              From: Frank Tobin <ftobin@uiuc.edu>
6363              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
6364              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
6365      Branch: cfgperl
6366            ! lib/IPC/Open3.pm
6367 ____________________________________________________________________________
6368 [  6248] By: jhi                                   on 2000/06/28  14:11:25
6369         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
6370              From: Mark-Jason Dominus <mjd@plover.com>
6371              Date: Tue, 27 Jun 2000 22:36:42 -0400
6372              Message-ID: <20000628023642.12166.qmail@plover.com>
6373      Branch: cfgperl
6374            ! pod/perlfunc.pod
6375 ____________________________________________________________________________
6376 [  6247] By: jhi                                   on 2000/06/27  12:46:37
6377         Log: Tweak $VERSION, patch from Doug MacEachern.
6378      Branch: cfgperl
6379            ! lib/File/Spec.pm
6380 ____________________________________________________________________________
6381 [  6246] By: jhi                                   on 2000/06/27  03:34:46
6382         Log: Allow for standalone testing.
6383      Branch: cfgperl
6384            ! t/lib/filefunc.t t/lib/filespec.t
6385 ____________________________________________________________________________
6386 [  6245] By: jhi                                   on 2000/06/27  02:50:02
6387         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
6388              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6389              Date: Sat, 24 Jun 2000 13:06:20 +0100
6390              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
6391      Branch: cfgperl
6392            ! ext/DynaLoader/DynaLoader_pm.PL
6393 ____________________________________________________________________________
6394 [  6244] By: jhi                                   on 2000/06/27  02:46:10
6395         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
6396              From: Doug MacEachern <dougm@covalent.net>
6397              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
6398              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
6399      Branch: cfgperl
6400            ! gv.c sv.c t/lib/peek.t
6401 ____________________________________________________________________________
6402 [  6243] By: jhi                                   on 2000/06/27  02:38:07
6403         Log: Subject: [PATCH] is_utf8_string
6404              From: simon@brecon.co.uk (Simon Cozens)
6405              Date: 26 Jun 2000 02:25:59 GMT
6406              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
6407      Branch: cfgperl
6408            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
6409            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
6410            ! proto.h utf8.c
6411 ____________________________________________________________________________
6412 [  6242] By: jhi                                   on 2000/06/27  02:24:00
6413         Log: Subject: [PATCH] bytes<->utf8 fixes
6414              From: simon@brecon.co.uk (Simon Cozens)
6415              Date: 26 Jun 2000 04:55:45 GMT
6416              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
6417      Branch: cfgperl
6418            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
6419 ____________________________________________________________________________
6420 [  6241] By: jhi                                   on 2000/06/27  02:12:42
6421         Log: Do no -warn on \_, only on \alpha.
6422              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
6423              From: David Dyck <dcd@tc.fluke.com>
6424              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
6425              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
6426      Branch: cfgperl
6427            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
6428 ____________________________________________________________________________
6429 [  6240] By: jhi                                   on 2000/06/27  02:00:01
6430         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
6431              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
6432              Date: Mon, 26 Jun 2000 18:40:14 +0100
6433              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
6434      Branch: cfgperl
6435            ! utils/h2xs.PL
6436 ____________________________________________________________________________
6437 [  6239] By: jhi                                   on 2000/06/27  01:53:40
6438         Log: Configure maintenance.  Sever some dependency cycles,
6439              separate gccversion from the cc unit,
6440              address [ID 20000623.006] Configure script patch for using gcc on AIX
6441              (but solve it a little bit differently),
6442              unduplex some accidentally duplicated units,
6443              suggest using gcc if no cc available
6444              (p5p thread: "Solaris configure: counterproposal", 1999-09)
6445      Branch: cfgperl
6446            ! Configure Todo-5.6 config_h.SH
6447      Branch: metaconfig
6448            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
6449            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
6450      Branch: metaconfig/U/perl
6451            + gccvers.U
6452            ! d_getespwnam.U d_getprpwnam.U i_prot.U
6453 ____________________________________________________________________________
6454 [  6238] By: jhi                                   on 2000/06/25  18:04:56
6455         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
6456              From: Dan Sugalski <dan@sidhe.org>
6457              Date: Fri, 23 Jun 2000 17:00:00 -0400
6458              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
6459      Branch: cfgperl
6460            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
6461 ____________________________________________________________________________
6462 [  6237] By: jhi                                   on 2000/06/25  16:36:45
6463         Log: Tweak embed.pl, regen headers.
6464      Branch: cfgperl
6465            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
6466            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
6467            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
6468            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
6469            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
6470 ____________________________________________________________________________
6471 [  6236] By: jhi                                   on 2000/06/25  15:26:42
6472         Log: Regen headers.
6473      Branch: cfgperl
6474            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
6475            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
6476            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
6477            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
6478            ! regnodes.h warnings.h
6479 ____________________________________________________________________________
6480 [  6235] By: jhi                                   on 2000/06/23  19:39:35
6481         Log: The thread begun by
6482              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
6483              From: Kevin.Ruscoe@ubsw.com
6484              Date: Fri, 16 Jun 2000 16:38:51 +0100
6485              Message-Id: <H000019b03c300d6@MHS>
6486      Branch: cfgperl
6487            ! hints/solaris_2.sh
6488 ____________________________________________________________________________
6489 [  6234] By: jhi                                   on 2000/06/23  19:23:36
6490         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
6491              because when run as services (Win32ese for daemons)
6492              no environment variables are set and tmpdir ends up as /tmp,
6493              which is ambiguous.
6494              
6495              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
6496              From: matt@sergeant.org
6497              Date: 16 Jun 2000 16:30:43 -0000
6498              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
6499      Branch: cfgperl
6500            ! lib/File/Spec/Win32.pm
6501 ____________________________________________________________________________
6502 [  6233] By: jhi                                   on 2000/06/23  19:18:58
6503         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
6504              From: Mark-Jason Dominus <mjd@plover.com>
6505              Date: Fri, 16 Jun 2000 20:53:04 -0400
6506              Message-ID: <20000617005304.8008.qmail@plover.com>
6507      Branch: cfgperl
6508            ! op.h
6509 ____________________________________________________________________________
6510 [  6232] By: jhi                                   on 2000/06/23  16:10:02
6511         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
6512              From: simon@brecon.co.uk (Simon Cozens)
6513              Date: 19 Jun 2000 15:18:27 GMT
6514              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
6515              
6516              plus update pod/Makefile and regenerate perltoc
6517      Branch: cfgperl
6518            + pod/perlutil.pod
6519            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
6520 ____________________________________________________________________________
6521 [  6231] By: jhi                                   on 2000/06/23  15:19:18
6522         Log: Subject: [PATCH 5.6.0] cygwin port
6523              From: "Fifer, Eric" <EFifer@sanwaint.com>
6524              Date: Tue, 20 Jun 2000 14:30:58 +0100
6525              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
6526      Branch: cfgperl
6527            ! README.cygwin lib/File/Find.pm
6528 ____________________________________________________________________________
6529 [  6230] By: jhi                                   on 2000/06/23  14:25:21
6530         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
6531      Branch: cfgperl
6532            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
6533            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6534            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6535            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
6536 ____________________________________________________________________________
6537 [  6229] By: jhi                                   on 2000/06/23  14:13:34
6538         Log: Subject: README.hpux version 0.6.1
6539              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
6540              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
6541              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
6542      Branch: cfgperl
6543            ! README.hpux
6544 ____________________________________________________________________________
6545 [  6228] By: jhi                                   on 2000/06/23  14:07:20
6546         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
6547              From: Doug MacEachern <dougm@covalent.net>
6548              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
6549              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
6550      Branch: cfgperl
6551            ! op.c
6552 ____________________________________________________________________________
6553 [  6227] By: jhi                                   on 2000/06/23  14:01:06
6554         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
6555              From: Doug MacEachern <dougm@covalent.net>
6556              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
6557              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
6558      Branch: cfgperl
6559            + lib/lib.pm.PL
6560            - lib/lib.pm
6561            ! MANIFEST Makefile.SH
6562 ____________________________________________________________________________
6563 [  6226] By: jhi                                   on 2000/06/23  13:53:07
6564         Log: Subject: [PATCH] remove forward declarations in Socket.pm
6565              From: Doug MacEachern <dougm@covalent.net>
6566              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
6567              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
6568              
6569              From: Doug MacEachern <dougm@covalent.net>
6570              Subject: Re: [PATCH] remove forward declarations in Socket.pm
6571              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
6572              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
6573      Branch: cfgperl
6574            ! ext/Socket/Socket.pm op.c
6575 ____________________________________________________________________________
6576 [  6225] By: jhi                                   on 2000/06/23  13:41:52
6577         Log: Add source code filenames to apidoc.
6578              From: simon@brecon.co.uk (Simon Cozens)
6579              Subject: [PATCH embed.pl] Source X-ref
6580              Date: 22 Jun 2000 02:18:49 GMT
6581              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
6582      Branch: cfgperl
6583            ! embed.pl
6584 ____________________________________________________________________________
6585 [  6224] By: jhi                                   on 2000/06/23  13:32:33
6586         Log: A way to avoid English.pm performance hit.
6587              From: root <root@jester.slaysys.com>
6588              Subject: [YAPATCH English.pm] My turn to putt again
6589              Date: Thu, 22 Jun 2000 20:33:58 -0400
6590              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
6591      Branch: cfgperl
6592            ! lib/English.pm t/lib/english.t
6593 ____________________________________________________________________________
6594 [  6223] By: jhi                                   on 2000/06/23  13:27:06
6595         Log: Avoid double close().
6596              Subject: [PATCH] avoid double close()
6597              From: Doug MacEachern <dougm@covalent.net>
6598              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
6599              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
6600      Branch: cfgperl
6601            ! doio.c
6602 ____________________________________________________________________________
6603 [  6222] By: jhi                                   on 2000/06/23  13:25:54
6604         Log: doc typo fix
6605              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
6606              From: Ian Phillipps <Ian.Phillipps@iname.com>
6607              Date: Fri, 23 Jun 2000 10:40:58 +0100
6608              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
6609      Branch: cfgperl
6610            ! lib/Pod/Usage.pm
6611 ____________________________________________________________________________
6612 [  6221] By: jhi                                   on 2000/06/23  13:24:15
6613         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
6614              From: simon@brecon.co.uk (Simon Cozens)
6615              Subject: [PATCH] Eliminate tr///[CU][CU]
6616              Date: 23 Jun 2000 11:05:40 GMT
6617              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
6618      Branch: cfgperl
6619            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
6620 ____________________________________________________________________________
6621 [  6220] By: jhi                                   on 2000/06/22  16:07:51
6622         Log: Win32 patches from Benjamin Stuhl.
6623      Branch: cfgperl
6624            ! makedef.pl win32/win32.h
6625 ____________________________________________________________________________
6626 [  6219] By: jhi                                   on 2000/06/22  16:06:34
6627         Log: Bytecode patches from Benjamin Stuhl.
6628      Branch: cfgperl
6629            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
6630            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
6631            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6632 ____________________________________________________________________________
6633 [  6218] By: jhi                                   on 2000/06/15  23:54:16
6634         Log: Bytecode patches from Benjamin Stuhl.
6635      Branch: cfgperl
6636            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
6637 ____________________________________________________________________________
6638 [  6217] By: jhi                                   on 2000/06/09  13:38:29
6639         Log: Rename the fdpid locking and integrate with Sarathy.
6640      Branch: cfgperl
6641            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
6642            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
6643            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
6644            ! win32/win32.c
6645           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
6646 ____________________________________________________________________________
6647 [  6216] By: gsar                                  on 2000/06/08  14:54:21
6648         Log: be more optimal about clearing @_
6649      Branch: perl
6650            ! cop.h
6651 ____________________________________________________________________________
6652 [  6215] By: gsar                                  on 2000/06/08  14:33:04
6653         Log: tweak comment about @DB::args
6654      Branch: perl
6655            ! av.h pp_ctl.c
6656 ____________________________________________________________________________
6657 [  6214] By: gsar                                  on 2000/06/08  13:57:54
6658         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
6659              caller() wants to populate @DB::args with it (causes a coredump
6660              in Carp::confess())
6661      Branch: perl
6662            ! cop.h t/op/runlevel.t
6663 ____________________________________________________________________________
6664 [  6213] By: gsar                                  on 2000/06/08  07:06:35
6665         Log: back out change#6106 (seems problematic)
6666      Branch: perl
6667            ! hints/solaris_2.sh
6668 ____________________________________________________________________________
6669 [  6212] By: jhi                                   on 2000/06/07  03:10:36
6670         Log: Continuing mopup for #6204.
6671      Branch: cfgperl
6672            ! ext/B/defsubs_h.PL
6673 ____________________________________________________________________________
6674 [  6211] By: jhi                                   on 2000/06/07  02:41:50
6675         Log: Mopup for #6204.
6676              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
6677              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
6678              This is comes from const() where POK isn't on when expected.
6679      Branch: cfgperl
6680            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
6681            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6682            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
6683            ! perlapi.h pod/perlapi.pod
6684 ____________________________________________________________________________
6685 [  6210] By: jhi                                   on 2000/06/07  01:56:29
6686         Log: Mopup for #6207 and #6209.
6687      Branch: cfgperl
6688            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
6689 ____________________________________________________________________________
6690 [  6209] By: jhi                                   on 2000/06/07  01:33:12
6691         Log: Lock PL_fdpid against race conditions, based on:
6692              Subject: [PATCH 5.6.0]subprocess fixup for threads
6693              From: Dan Sugalski <dan@sidhe.org>
6694              To: perl5-porters@perl.org
6695              Date: Tue, 11 Apr 2000 17:02:32 -0400
6696              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
6697      Branch: cfgperl
6698            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
6699            ! win32/win32.c
6700 ____________________________________________________________________________
6701 [  6208] By: jhi                                   on 2000/06/07  01:05:23
6702         Log: Regen headers for #6207.
6703      Branch: cfgperl
6704            ! embed.h global.sym objXSUB.h proto.h
6705 ____________________________________________________________________________
6706 [  6207] By: jhi                                   on 2000/06/06  23:43:13
6707         Log: Subject: [PATCH 5.6.0] Threadsafe patches
6708              From: Dan Sugalski <dan@sidhe.org>
6709              To: perl5-porters@perl.org
6710              Date: Mon, 08 May 2000 18:08:13 -0400
6711              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
6712      Branch: cfgperl
6713            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
6714            ! proto.h sv.h util.c
6715 ____________________________________________________________________________
6716 [  6206] By: jhi                                   on 2000/06/06  23:21:23
6717         Log: Subject: [PATCH] Eliminate $a/$b in pod
6718              From: David Glasser <me@davidglasser.net>
6719              To: perl5-porters@perl.org
6720              Date: Mon, 29 May 2000 21:15:59 -0400
6721              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
6722      Branch: cfgperl
6723            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
6724            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
6725            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
6726            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
6727            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
6728            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
6729            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
6730            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
6731            ! pod/perlvar.pod pod/perlxs.pod
6732 ____________________________________________________________________________
6733 [  6205] By: jhi                                   on 2000/06/06  23:12:14
6734         Log: Subject: [PATCH] Win32 improvements
6735              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
6736              To: gsar@activestate.com, perl5-porters@perl.org
6737              Date: Mon, 29 May 2000 17:22:24 PDT
6738              Message-ID: <20000530002224.91142.qmail@hotmail.com>
6739              (MUA had mangled many lines by wordwrapping)
6740      Branch: cfgperl
6741            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
6742 ____________________________________________________________________________
6743 [  6204] By: jhi                                   on 2000/06/06  23:01:50
6744         Log: Subject: [PATCH] B::Bytecode patches
6745              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
6746              To: gsar@activestate.com, jhi@iki.fi
6747              Cc: perl5-porters@perl.org
6748              Message-ID: <20000602202526.48694.qmail@hotmail.com>
6749              (MUA had mangled many lines by wordwrapping)
6750      Branch: cfgperl
6751            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
6752            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
6753            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6754            ! intrpvar.h perl.c
6755 ____________________________________________________________________________
6756 [  6203] By: jhi                                   on 2000/06/06  22:32:43
6757         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
6758              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6759              Date: Tue, 06 Jun 2000 13:07:45 -0700
6760              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
6761      Branch: cfgperl
6762            ! pod/perldiag.pod
6763 ____________________________________________________________________________
6764 [  6202] By: jhi                                   on 2000/06/06  19:38:35
6765         Log: Integrate with Sarathy.
6766      Branch: cfgperl
6767           !> perl.c
6768 ____________________________________________________________________________
6769 [  6201] By: gsar                                  on 2000/06/06  00:42:59
6770         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
6771              does a PUSHMARK that's never ever POPMARKed; in general, only
6772              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
6773              Perl_eval_[sp]v() don't because they don't take any incoming
6774              arguments (this leak has been around since the original version
6775              of perl_eval_pv() in 5.003_97e)
6776      Branch: perl
6777            ! perl.c
6778 ____________________________________________________________________________
6779 [  6200] By: jhi                                   on 2000/06/04  03:44:52
6780         Log: Update to cperl-mode.el 4.31 from
6781              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
6782              Subject: A couple of notes
6783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6784              To: Mailing list Perl5 <perl5-porters@perl.org>
6785              Date: Sat, 3 Jun 2000 23:33:32 -0400
6786              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
6787      Branch: cfgperl
6788            ! emacs/cperl-mode.el
6789 ____________________________________________________________________________
6790 [  6199] By: jhi                                   on 2000/06/03  15:11:05
6791         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
6792              From: Dan Sugalski <dan@sidhe.org>
6793              To: perl5-porters@perl.org, vmsperl@perl.org
6794              Date: Fri, 02 Jun 2000 17:30:51 -0400
6795              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
6796      Branch: cfgperl
6797            ! vms/descrip_mms.template vms/gen_shrfls.pl
6798 ____________________________________________________________________________
6799 [  6198] By: jhi                                   on 2000/06/03  14:59:15
6800         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
6801              From: Dan Sugalski <dan@sidhe.org>
6802              To: vmsperl@perl.org, perl5-porters@perl.org
6803              Date: Fri, 02 Jun 2000 16:00:41 -0400
6804              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
6805              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
6806      Branch: cfgperl
6807            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
6808            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
6809            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
6810 ____________________________________________________________________________
6811 [  6197] By: jhi                                   on 2000/06/03  14:41:30
6812         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
6813              From: John Borwick <jhborwic@unity.ncsu.edu>
6814              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
6815              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
6816      Branch: cfgperl
6817            ! pod/perlsyn.pod
6818 ____________________________________________________________________________
6819 [  6196] By: jhi                                   on 2000/06/03  14:38:09
6820         Log: Integrate with Sarathy.
6821      Branch: cfgperl
6822           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
6823           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
6824           !> vms/perly_c.vms
6825 ____________________________________________________________________________
6826 [  6195] By: gsar                                  on 2000/06/02  22:43:13
6827         Log: fix yet another eval"" leak under USE_ITHREADS
6828      Branch: perl
6829            ! op.c
6830 ____________________________________________________________________________
6831 [  6194] By: gsar                                  on 2000/06/02  18:22:06
6832         Log: fix small eval"" memory leaks under USE_ITHREADS
6833      Branch: perl
6834            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
6835            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
6836            ! vms/perly_c.vms
6837 ____________________________________________________________________________
6838 [  6193] By: jhi                                   on 2000/06/01  13:03:56
6839         Log: Signals-be-gone for microperl.
6840      Branch: cfgperl
6841            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
6842 ____________________________________________________________________________
6843 [  6192] By: jhi                                   on 2000/06/01  12:52:02
6844         Log: Integrate with Sarathy.
6845      Branch: cfgperl
6846           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
6847           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
6848           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
6849           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
6850           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
6851           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
6852           !> t/op/vec.t utils/h2xs.PL
6853 ____________________________________________________________________________
6854 [  6191] By: gsar                                  on 2000/06/01  09:38:21
6855         Log: vec() loses numericalness (modified version of patch suggested
6856              by Robin Barker)
6857      Branch: perl
6858            ! doop.c t/op/vec.t
6859 ____________________________________________________________________________
6860 [  6190] By: gsar                                  on 2000/06/01  09:26:15
6861         Log: submit missing embed.pl change
6862      Branch: perl
6863            ! embed.pl
6864 ____________________________________________________________________________
6865 [  6189] By: gsar                                  on 2000/06/01  09:05:34
6866         Log: counting tr/// corrupts later operation (from M.J.T Guy)
6867      Branch: perl
6868            ! doop.c t/op/tr.t
6869 ____________________________________________________________________________
6870 [  6188] By: gsar                                  on 2000/06/01  08:58:39
6871         Log: h2xs tweaks
6872      Branch: perl
6873            ! utils/h2xs.PL
6874 ____________________________________________________________________________
6875 [  6187] By: gsar                                  on 2000/06/01  08:50:07
6876         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
6877              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
6878      Branch: perl
6879            + lib/Pod/LaTeX.pm
6880            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
6881            ! pod/pod2latex.PL
6882 ____________________________________________________________________________
6883 [  6186] By: gsar                                  on 2000/06/01  08:24:40
6884         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
6885              <wolfgang.laun@alcatel.at>)
6886      Branch: perl
6887            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
6888            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
6889 ____________________________________________________________________________
6890 [  6185] By: gsar                                  on 2000/06/01  08:12:00
6891         Log: remove incorrect documentation about implicit split to @_ in
6892              list context, which never really worked in perl 5 (from
6893              M.J.T. Guy)
6894      Branch: perl
6895            ! pod/perlfunc.pod pod/perltrap.pod
6896 ____________________________________________________________________________
6897 [  6184] By: gsar                                  on 2000/06/01  07:52:27
6898         Log: tweak for change#6127
6899      Branch: perl
6900            ! perl.c
6901 ____________________________________________________________________________
6902 [  6183] By: gsar                                  on 2000/06/01  07:41:02
6903         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
6904              <nick@ccl4.org>)
6905      Branch: perl
6906            + t/lib/selfloader.t
6907            ! MANIFEST lib/SelfLoader.pm
6908 ____________________________________________________________________________
6909 [  6182] By: jhi                                   on 2000/06/01  00:34:42
6910         Log: Be Cleaner Part Deux.
6911      Branch: cfgperl
6912            ! Makefile.SH
6913 ____________________________________________________________________________
6914 [  6181] By: jhi                                   on 2000/06/01  00:32:09
6915         Log: Integrate with Sarathy.
6916      Branch: cfgperl
6917           !> pp.c t/op/arith.t
6918 ____________________________________________________________________________
6919 [  6180] By: jhi                                   on 2000/06/01  00:31:13
6920         Log: microperl nits from Simon Cozens.
6921      Branch: cfgperl
6922            + uconfig.h
6923            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
6924            ! unixish.h
6925 ____________________________________________________________________________
6926 [  6179] By: gsar                                  on 2000/05/31  22:37:51
6927         Log: buggy modulus on UVs introduced by change#3378 (resulted in
6928              4063328477 % 65535 amounting to 27406, instead of 27407)
6929      Branch: perl
6930            ! pp.c t/op/arith.t
6931 ____________________________________________________________________________
6932 [  6178] By: jhi                                   on 2000/05/31  21:52:41
6933         Log: Be cleaner.
6934      Branch: cfgperl
6935            ! Makefile.SH
6936 ____________________________________________________________________________
6937 [  6177] By: jhi                                   on 2000/05/31  21:47:33
6938         Log: Substitution utf8 patch from Simon Cozens.
6939      Branch: cfgperl
6940            ! pp_hot.c
6941 ____________________________________________________________________________
6942 [  6176] By: jhi                                   on 2000/05/31  21:45:34
6943         Log: Single-quoted utf8 patch from Simon Cozens.
6944      Branch: cfgperl
6945            ! toke.c
6946 ____________________________________________________________________________
6947 [  6175] By: jhi                                   on 2000/05/31  21:40:18
6948         Log: Integrate with Sarathy.
6949      Branch: cfgperl
6950           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
6951 ____________________________________________________________________________
6952 [  6174] By: jhi                                   on 2000/05/31  21:37:31
6953         Log: microperl changes from Simon Cozens; Makefile for microperl
6954              written from scratch; few casts added as microperl compilation
6955              doesn't have all prototypes available.
6956      Branch: cfgperl
6957            + Makefile.micro README.micro Todo.micro uconfig.sh
6958            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
6959            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
6960      Branch: metaconfig
6961            + U/modified/Config_h.U
6962 ____________________________________________________________________________
6963 [  6173] By: jhi                                   on 2000/05/31  20:00:24
6964         Log: metaconfig maintenance.
6965      Branch: metaconfig
6966            + U/modified/Inhdr.U U/typedefs/inotype.U
6967      Branch: metaconfig/U/perl
6968            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
6969            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
6970 ____________________________________________________________________________
6971 [  6172] By: gsar                                  on 2000/05/31  05:05:42
6972         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
6973              (from Ilya Zakharevich)
6974      Branch: perl
6975            ! regexec.c t/op/re_tests
6976 ____________________________________________________________________________
6977 [  6171] By: gsar                                  on 2000/05/31  05:01:47
6978         Log: scalar() doesn't force scalar context when used in void context
6979              (from Simon Cozens)
6980      Branch: perl
6981            ! op.c t/op/wantarray.t
6982 ____________________________________________________________________________
6983 [  6170] By: gsar                                  on 2000/05/31  04:41:33
6984         Log: change#6142 needs tweaks to tests to work where there's no symlink()
6985              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
6986      Branch: perl
6987            ! t/lib/filefind.t
6988 ____________________________________________________________________________
6989 [  6169] By: gsar                                  on 2000/05/31  04:29:49
6990         Log: integrate cfgperl contents into mainline
6991      Branch: perl
6992           +> pod/perlmodlib.PL pod/perlnewmod.pod
6993           !> (integrate 42 files)
6994 ____________________________________________________________________________
6995 [  6168] By: jhi                                   on 2000/05/30  22:53:37
6996         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
6997      Branch: cfgperl
6998            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6999            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
7000            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
7001            ! win32/config.bc win32/config.gc win32/config.vc
7002            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7003            ! win32/config_h.PL win32/config_sh.PL
7004      Branch: metaconfig/U/perl
7005            ! perlxv.U
7006 ____________________________________________________________________________
7007 [  6167] By: jhi                                   on 2000/05/30  22:20:21
7008         Log: tweak todo 
7009      Branch: cfgperl
7010            ! Todo-5.6
7011 ____________________________________________________________________________
7012 [  6166] By: jhi                                   on 2000/05/30  22:11:51
7013         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
7014              in case somebody wants to write an extension for more
7015              shadow database interfaces.
7016      Branch: cfgperl
7017            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7018            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
7019            ! vos/config.def vos/config.h vos/config_h.SH_orig
7020            ! win32/config.bc win32/config.gc win32/config.vc
7021            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7022      Branch: metaconfig
7023            ! U/modified/Myinit.U
7024      Branch: metaconfig/U/perl
7025            + d_getespwnam.U d_getprpwnam.U i_prot.U
7026 ____________________________________________________________________________
7027 [  6165] By: jhi                                   on 2000/05/30  18:35:34
7028         Log: Integrate with Sarathy.
7029      Branch: cfgperl
7030           !> op.c
7031 ____________________________________________________________________________
7032 [  6164] By: jhi                                   on 2000/05/30  18:30:16
7033         Log: detypo
7034      Branch: cfgperl
7035            ! Configure config_h.SH
7036      Branch: metaconfig/U/perl
7037            ! perlxv.U
7038 ____________________________________________________________________________
7039 [  6163] By: gsar                                  on 2000/05/30  03:24:03
7040         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
7041      Branch: perl
7042            ! op.c
7043 ____________________________________________________________________________
7044 [  6162] By: gsar                                  on 2000/05/30  03:09:38
7045         Log: fix memory leak in method call optimization (change#3768);
7046              made C<eval "$x->foo()"> leak
7047      Branch: perl
7048            ! op.c
7049 ____________________________________________________________________________
7050 [  6161] By: jhi                                   on 2000/05/29  17:56:26
7051         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
7052              both from Simon Cozens.
7053      Branch: cfgperl
7054            + pod/perlmodlib.PL pod/perlnewmod.pod
7055            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
7056            ! pod/perlmodlib.pod pod/perltoc.pod
7057 ____________________________________________________________________________
7058 [  6160] By: jhi                                   on 2000/05/29  17:23:55
7059         Log: Changes for the File::Temp 0.08 (change #6159) test suite
7060              to fit better into the Perl distribution test framework.
7061      Branch: cfgperl
7062            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
7063            ! t/lib/ftmp-tempfile.t
7064 ____________________________________________________________________________
7065 [  6159] By: jhi                                   on 2000/05/29  16:55:36
7066         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
7067      Branch: cfgperl
7068            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7069            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
7070 ____________________________________________________________________________
7071 [  6158] By: bailey                                on 2000/05/29  16:22:08
7072         Log: Add fallback to tmpfile for use in cases where user's relying on
7073              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
7074              Lane's patch)
7075      Branch: vmsperl
7076            ! vms/vms.c vms/vmsish.h
7077 ____________________________________________________________________________
7078 [  6157] By: jhi                                   on 2000/05/29  03:10:36
7079         Log: Regen Configure to jive with #6149.
7080      Branch: cfgperl
7081            ! Configure
7082      Branch: metaconfig
7083            ! U/modified/Getfile.U
7084 ____________________________________________________________________________
7085 [  6156] By: jhi                                   on 2000/05/29  03:01:38
7086         Log: Integrate with Sarathy.
7087      Branch: cfgperl
7088           +> ext/DynaLoader/dl_mac.xs
7089           !> (integrate 38 files)
7090 ____________________________________________________________________________
7091 [  6155] By: gsar                                  on 2000/05/28  21:15:58
7092         Log: small bug in change#6144; remove random \xA0 character that snuck
7093              in via change#6145
7094      Branch: perl
7095            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
7096 ____________________________________________________________________________
7097 [  6154] By: gsar                                  on 2000/05/28  21:04:19
7098         Log: avoid type mismatch warning
7099      Branch: perl
7100            ! perl.c
7101 ____________________________________________________________________________
7102 [  6153] By: gsar                                  on 2000/05/28  20:58:31
7103         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
7104              <nick@Bagpuss.uk.boo.com>)
7105      Branch: perl
7106            ! lib/Test/Harness.pm
7107 ____________________________________________________________________________
7108 [  6152] By: gsar                                  on 2000/05/28  20:53:42
7109         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
7110      Branch: perl
7111            ! regexec.c
7112 ____________________________________________________________________________
7113 [  6151] By: gsar                                  on 2000/05/28  20:50:28
7114         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
7115      Branch: perl
7116            ! regexec.c
7117 ____________________________________________________________________________
7118 [  6150] By: gsar                                  on 2000/05/28  20:39:58
7119         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
7120      Branch: perl
7121            ! pod/perlrequick.pod
7122 ____________________________________________________________________________
7123 [  6149] By: gsar                                  on 2000/05/28  20:35:16
7124         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
7125              <troc@netrus.net>)
7126      Branch: perl
7127            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
7128            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
7129            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
7130            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
7131 ____________________________________________________________________________
7132 [  6148] By: gsar                                  on 2000/05/28  20:21:07
7133         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
7134      Branch: perl
7135            ! lib/ExtUtils/MM_Unix.pm
7136 ____________________________________________________________________________
7137 [  6147] By: gsar                                  on 2000/05/28  20:12:41
7138         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
7139              (from Peter Prymmer)
7140      Branch: perl
7141            ! vms/subconfigure.com
7142 ____________________________________________________________________________
7143 [  6146] By: gsar                                  on 2000/05/28  20:06:15
7144         Log: doc typo
7145      Branch: perl
7146            ! lib/warnings.pm warnings.h warnings.pl
7147 ____________________________________________________________________________
7148 [  6145] By: gsar                                  on 2000/05/28  18:44:33
7149         Log: make xsubpp skip embedded pod (from Matthias Neeracher
7150              <neeri@iis.ee.ethz.ch>)
7151      Branch: perl
7152            ! lib/ExtUtils/xsubpp
7153 ____________________________________________________________________________
7154 [  6144] By: gsar                                  on 2000/05/28  18:42:49
7155         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
7156              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
7157              <neeri@iis.ee.ethz.ch>)
7158      Branch: perl
7159            ! lib/AutoSplit.pm
7160 ____________________________________________________________________________
7161 [  6143] By: gsar                                  on 2000/05/28  18:41:12
7162         Log: MacOS support, part 1 (from Matthias Neeracher
7163              <neeri@iis.ee.ethz.ch>)
7164      Branch: perl
7165            + ext/DynaLoader/dl_mac.xs
7166            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
7167            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
7168            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
7169            ! util.h
7170 ____________________________________________________________________________
7171 [  6142] By: gsar                                  on 2000/05/28  18:21:51
7172         Log: File::Find fails to chdir when chasing symlinks (from
7173              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
7174      Branch: perl
7175            ! lib/File/Find.pm t/lib/filefind.t
7176 ____________________________________________________________________________
7177 [  6141] By: jhi                                   on 2000/05/28  14:25:15
7178         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
7179              forwarded by Peter Seebach from the bsdi-users mailing list.
7180              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
7181      Branch: perl
7182            ! hints/bsdos.sh
7183 ____________________________________________________________________________
7184 [  6140] By: jhi                                   on 2000/05/28  14:11:57
7185         Log: Integrate with Sarathy.
7186      Branch: cfgperl
7187           +> (branch 30 files)
7188           !> (integrate 93 files)
7189 ____________________________________________________________________________
7190 [  6139] By: gsar                                  on 2000/05/28  10:01:48
7191         Log: revise mktables.PL for bugs and newness in Unicode 3.0
7192              (from James Bence <jbence@amgen.com>)
7193      Branch: perl
7194            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
7195            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
7196            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
7197            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
7198            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
7199            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
7200            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
7201            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
7202            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
7203            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
7204            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
7205            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
7206            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
7207            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
7208            + lib/unicode/Is/SylWU.pl
7209            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
7210            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
7211            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
7212            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
7213            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
7214            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
7215            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
7216            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
7217            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
7218            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
7219            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
7220            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
7221            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
7222            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
7223            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
7224            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
7225            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
7226            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
7227            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
7228            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
7229            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
7230            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
7231            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
7232            ! lib/unicode/Makefile lib/unicode/mktables.PL
7233 ____________________________________________________________________________
7234 [  6138] By: gsar                                  on 2000/05/28  08:50:32
7235         Log: add note about the handling of negative indices to tied arrays
7236              (from Michael G Schwern <schwern@pobox.com>)
7237      Branch: perl
7238            ! pod/perltie.pod
7239 ____________________________________________________________________________
7240 [  6137] By: gsar                                  on 2000/05/28  08:46:10
7241         Log: fix bogus redeclaration warning for "our" variables in different
7242              scopes
7243      Branch: perl
7244            ! op.c t/pragma/strict-vars
7245 ____________________________________________________________________________
7246 [  6136] By: gsar                                  on 2000/05/28  08:31:20
7247         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
7248      Branch: perl
7249            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
7250 ____________________________________________________________________________
7251 [  6135] By: gsar                                  on 2000/05/28  08:17:50
7252         Log: enable Test::Harness to dynamically determine column width etc.
7253              (from Rob Napier <rnapier@employees.org>)
7254      Branch: perl
7255            ! lib/Test/Harness.pm
7256 ____________________________________________________________________________
7257 [  6134] By: gsar                                  on 2000/05/28  08:13:39
7258         Log: make Test::Harness use wait.h/WCOREDUMP if available
7259              (from Ben Tilly <ben_tilly@hotmail.com>)
7260      Branch: perl
7261            ! lib/Test/Harness.pm
7262 ____________________________________________________________________________
7263 [  6133] By: gsar                                  on 2000/05/28  08:08:05
7264         Log: elide bogus test in change#6132
7265      Branch: perl
7266            ! t/pragma/warn/9enabled
7267 ____________________________________________________________________________
7268 [  6132] By: gsar                                  on 2000/05/28  08:03:14
7269         Log: warnings::enabled() doesn't fall back to looking at $^W if
7270              caller isn't using lexical warnings (from Paul Marquess)
7271      Branch: perl
7272            ! pp_ctl.c t/pragma/warn/9enabled
7273 ____________________________________________________________________________
7274 [  6131] By: gsar                                  on 2000/05/28  07:57:47
7275         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
7276      Branch: perl
7277            ! ext/POSIX/POSIX.pm
7278 ____________________________________________________________________________
7279 [  6130] By: gsar                                  on 2000/05/28  07:29:12
7280         Log: fix places that mean C<"word" character> but say C<alphanumeric
7281              character>
7282      Branch: perl
7283            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
7284 ____________________________________________________________________________
7285 [  6129] By: gsar                                  on 2000/05/28  07:18:41
7286         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
7287      Branch: perl
7288            ! vms/test.com
7289 ____________________________________________________________________________
7290 [  6128] By: gsar                                  on 2000/05/28  07:12:55
7291         Log: new perlxstut example for passing/returning refs to arrays
7292              (from David Lowe <dlowe@pootpoot.com>)
7293      Branch: perl
7294            ! pod/perlxstut.pod
7295 ____________________________________________________________________________
7296 [  6127] By: gsar                                  on 2000/05/28  07:02:50
7297         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
7298              failed (from Gisle Aas)
7299      Branch: perl
7300            ! cop.h perl.c
7301 ____________________________________________________________________________
7302 [  6126] By: gsar                                  on 2000/05/28  06:39:53
7303         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
7304              (reworked variant of patch suggested by Simon Cozens)
7305      Branch: perl
7306            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
7307            ! pp_hot.c proto.h t/op/gv.t
7308 ____________________________________________________________________________
7309 [  6125] By: gsar                                  on 2000/05/28  05:14:55
7310         Log: enable propagating exception objects via Perl_croak() in XS code
7311              (from Gisle Aas)
7312      Branch: perl
7313            ! util.c
7314 ____________________________________________________________________________
7315 [  6124] By: gsar                                  on 2000/05/28  05:07:28
7316         Log: integrate vmsperl contents into mainline
7317      Branch: perl
7318           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
7319           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
7320           !> vms/vmsish.h
7321 ____________________________________________________________________________
7322 [  6123] By: gsar                                  on 2000/05/28  05:03:53
7323         Log: clarify gotcha with #line directives (from Rocco Caputo
7324              <troc@netrus.net>)
7325      Branch: perl
7326            ! pod/perldebug.pod pod/perlsyn.pod
7327 ____________________________________________________________________________
7328 [  6122] By: gsar                                  on 2000/05/28  04:58:29
7329         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
7330              (from Mark-Jason Dominus)
7331      Branch: perl
7332            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
7333            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
7334            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
7335            ! toke.c
7336 ____________________________________________________________________________
7337 [  6121] By: bailey                                on 2000/05/25  04:46:54
7338         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
7339              lists (based on fixes by Craig Berry)
7340      Branch: vmsperl
7341            ! lib/File/Spec/VMS.pm
7342 ____________________________________________________________________________
7343 [  6120] By: bailey                                on 2000/05/25  04:25:38
7344         Log: Add missing escape (Charles Lane)
7345      Branch: vmsperl
7346            ! t/op/lex_assign.t
7347 ____________________________________________________________________________
7348 [  6119] By: bailey                                on 2000/05/25  04:21:25
7349         Log: Quiet error messages in vmsish.t (Charles Lane)
7350      Branch: vmsperl
7351            ! vms/ext/vmsish.t
7352 ____________________________________________________________________________
7353 [  6118] By: bailey                                on 2000/05/25  04:17:57
7354         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
7355              Flatten case labels in switch statements uniformly (Charles Bailey)
7356      Branch: vmsperl
7357            ! vms/vms.c
7358 ____________________________________________________________________________
7359 [  6117] By: bailey                                on 2000/05/25  03:58:09
7360         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
7361      Branch: vmsperl
7362            ! vms/vmsish.h
7363 ____________________________________________________________________________
7364 [  6116] By: bailey                                on 2000/05/25  03:11:15
7365         Log: Miscellaneous cosmetic fixes (Charles Lane)
7366      Branch: vmsperl
7367            ! lib/ExtUtils/MM_VMS.pm
7368 ____________________________________________________________________________
7369 [  6115] By: bailey                                on 2000/05/25  03:10:36
7370         Log: Add bounds checking for several strings (Charles Lane)
7371      Branch: vmsperl
7372            ! vms/vms.c
7373 ____________________________________________________________________________
7374 [  6114] By: bailey                                on 2000/05/25  02:25:34
7375         Log: Urk -- undo previous removal of vmsish 'exit' change
7376      Branch: vmsperl
7377            ! vms/ext/vmsish.pm vms/vmsish.h
7378 ____________________________________________________________________________
7379 [  6113] By: bailey                                on 2000/05/24  02:24:40
7380         Log: Ugly workaround for version-specific RTL error
7381      Branch: vmsperl
7382            ! vms/vms.c
7383 ____________________________________________________________________________
7384 [  6112] By: bailey                                on 2000/05/24  02:19:55
7385         Log: Check for existence of file before trying to delete
7386      Branch: vmsperl
7387            ! vms/test.com
7388 ____________________________________________________________________________
7389 [  6111] By: bailey                                on 2000/05/23  23:35:13
7390         Log: Resync with mainline prior to post-5.6.0 updates
7391      Branch: vmsperl
7392           +> (branch 49 files)
7393            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
7394            ! vms/ext/vmsish.pm
7395           !> (integrate 334 files)
7396 ____________________________________________________________________________
7397 [  6110] By: jhi                                   on 2000/05/23  19:28:32
7398         Log: todo tweak
7399      Branch: cfgperl
7400            ! Todo-5.6
7401 ____________________________________________________________________________
7402 [  6109] By: jhi                                   on 2000/05/18  17:38:54
7403         Log: Integrate with Sarathy.
7404      Branch: cfgperl
7405           !> mg.c perl.h win32/perlhost.h
7406 ____________________________________________________________________________
7407 [  6108] By: gsar                                  on 2000/05/17  02:24:56
7408         Log: reenable fake signal handling on Windows, bugs and all
7409      Branch: perl
7410            ! mg.c perl.h win32/perlhost.h
7411 ____________________________________________________________________________
7412 [  6107] By: jhi                                   on 2000/05/15  18:01:41
7413         Log: Tweak the todo list.
7414      Branch: cfgperl
7415            ! Todo-5.6
7416 ____________________________________________________________________________
7417 [  6106] By: jhi                                   on 2000/05/15  13:41:48
7418         Log: The (Configure) script refuses to go on, after asking for
7419              'You may also choose to try maximal 64-bitness....'.
7420              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
7421              -- Patrick Zima
7422              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
7423      Branch: cfgperl
7424            ! hints/solaris_2.sh
7425 ____________________________________________________________________________
7426 [  6105] By: jhi                                   on 2000/05/11  14:37:43
7427         Log: Integrate with Sarathy.
7428      Branch: cfgperl
7429           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
7430           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
7431 ____________________________________________________________________________
7432 [  6104] By: gsar                                  on 2000/05/11  03:39:07
7433         Log: PL_sys_intern was being initialized too late on windows
7434      Branch: perl
7435            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
7436            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
7437 ____________________________________________________________________________
7438 [  6103] By: jhi                                   on 2000/05/09  19:42:20
7439         Log: Test tweaking for Unicos continues.
7440      Branch: cfgperl
7441            ! t/op/64bitint.t
7442 ____________________________________________________________________________
7443 [  6102] By: jhi                                   on 2000/05/09  16:47:27
7444         Log: The test suite tweak in #6101 wasn't quite right.
7445      Branch: cfgperl
7446            ! t/lib/complex.t
7447 ____________________________________________________________________________
7448 [  6101] By: jhi                                   on 2000/05/09  15:35:34
7449         Log: Hints and test tweaks for Unicos.
7450      Branch: cfgperl
7451            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
7452 ____________________________________________________________________________
7453 [  6100] By: jhi                                   on 2000/05/08  21:15:06
7454         Log: More compilation tweakery from Allen Smith.
7455      Branch: cfgperl
7456            ! hints/irix_6.sh
7457 ____________________________________________________________________________
7458 [  6099] By: jhi                                   on 2000/05/08  19:21:18
7459         Log: Tweaks for the cc bugs from Allen Smith.
7460      Branch: cfgperl
7461            ! hints/irix_6.sh
7462 ____________________________________________________________________________
7463 [  6098] By: jhi                                   on 2000/05/08  19:13:37
7464         Log: Add a note about other, yet unsupported, shadow password APIs.
7465      Branch: cfgperl
7466            ! pp_sys.c
7467 ____________________________________________________________________________
7468 [  6097] By: jhi                                   on 2000/05/08  18:46:34
7469         Log: Add a note about possible compilation problems from Allen Smith.
7470      Branch: cfgperl
7471            ! hints/irix_6.sh
7472 ____________________________________________________________________________
7473 [  6096] By: jhi                                   on 2000/05/08  17:33:10
7474         Log: Integrate with Sarathy.
7475      Branch: cfgperl
7476           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
7477           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
7478 ____________________________________________________________________________
7479 [  6095] By: jhi                                   on 2000/05/08  16:21:33
7480         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
7481              might be useful in future.
7482      Branch: cfgperl
7483            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7484            ! config_h.SH
7485      Branch: metaconfig
7486            ! U/installdirs/inc_version_list.U
7487      Branch: metaconfig/U/perl
7488            ! perlxv.U
7489 ____________________________________________________________________________
7490 [  6094] By: gsar                                  on 2000/05/08  14:22:22
7491         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
7492      Branch: perl
7493            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
7494            ! hints/cygwin.sh pp_sys.c
7495 ____________________________________________________________________________
7496 [  6093] By: gsar                                  on 2000/05/08  12:52:28
7497         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
7498              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
7499      Branch: perl
7500            ! pp_sys.c sv.c win32/perlhost.h
7501 ____________________________________________________________________________
7502 [  6092] By: jhi                                   on 2000/05/07  22:40:34
7503         Log: Regen perltoc with the fixed buildtoc.
7504      Branch: cfgperl
7505            ! pod/perltoc.pod
7506 ____________________________________________________________________________
7507 [  6091] By: jhi                                   on 2000/05/07  22:24:16
7508         Log: Integrate with Sarathy.
7509      Branch: cfgperl
7510           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
7511           !> t/op/substr.t toke.c
7512 ____________________________________________________________________________
7513 [  6090] By: gsar                                  on 2000/05/07  19:47:07
7514         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
7515              [NI]OK; added tests for both
7516      Branch: perl
7517            ! perl.c pp_hot.c sv.c t/op/substr.t
7518 ____________________________________________________________________________
7519 [  6089] By: gsar                                  on 2000/05/07  18:18:38
7520         Log: buildtoc tweak to fix newline lossage
7521      Branch: perl
7522            ! pod/buildtoc
7523 ____________________________________________________________________________
7524 [  6088] By: jhi                                   on 2000/05/07  16:35:36
7525         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
7526              because we do not use those.  The HAS_GETSPNAM remains,
7527              though, because we still do use that.
7528      Branch: cfgperl
7529            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7530            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
7531            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
7532            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
7533            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7534            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
7535 ____________________________________________________________________________
7536 [  6087] By: gsar                                  on 2000/05/07  16:05:16
7537         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
7538      Branch: perl
7539            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
7540 ____________________________________________________________________________
7541 [  6086] By: jhi                                   on 2000/05/07  15:27:07
7542         Log: Integrate with Sarathy.
7543      Branch: cfgperl
7544           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7545           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
7546           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
7547           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
7548           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
7549           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
7550 ____________________________________________________________________________
7551 [  6085] By: gsar                                  on 2000/05/07  05:52:02
7552         Log: repeat operator (x) doesn't preserve utf8-ness
7553      Branch: perl
7554            ! pp.c t/op/substr.t
7555 ____________________________________________________________________________
7556 [  6084] By: gsar                                  on 2000/05/07  05:39:55
7557         Log: substr() does not preserve utf8-ness (from Stefan Eissing
7558              <Eissing@medicaldataservice.de>); added tests
7559      Branch: perl
7560            ! pp.c t/op/substr.t
7561 ____________________________________________________________________________
7562 [  6083] By: gsar                                  on 2000/05/07  05:24:46
7563         Log: note about undocumented caller() return value (from M.J.T. Guy);
7564              yet another peek.t tweak
7565      Branch: perl
7566            ! pod/perlfunc.pod t/lib/peek.t
7567 ____________________________________________________________________________
7568 [  6082] By: gsar                                  on 2000/05/07  05:08:40
7569         Log: peek.t non-portable to ithreads
7570      Branch: perl
7571            ! t/lib/peek.t
7572 ____________________________________________________________________________
7573 [  6081] By: gsar                                  on 2000/05/07  04:17:04
7574         Log: better default perlbug categories for ok reports (from Richard Foley)
7575      Branch: perl
7576            ! utils/perlbug.PL
7577 ____________________________________________________________________________
7578 [  6080] By: gsar                                  on 2000/05/07  04:08:07
7579         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
7580              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
7581      Branch: perl
7582            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7583            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
7584            ! AUTHORS MAINTAIN MANIFEST
7585 ____________________________________________________________________________
7586 [  6079] By: gsar                                  on 2000/05/07  04:01:38
7587         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
7588      Branch: perl
7589            ! lib/Carp/Heavy.pm
7590 ____________________________________________________________________________
7591 [  6078] By: gsar                                  on 2000/05/07  01:24:19
7592         Log: workaround for CRT bug in chdir() (from Charles Lane, via
7593              Peter Prymmer)
7594      Branch: perl
7595            ! iperlsys.h vms/vms.c vms/vmsish.h
7596 ____________________________________________________________________________
7597 [  6077] By: gsar                                  on 2000/05/07  01:22:23
7598         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
7599              and Tom Phoenix)
7600      Branch: perl
7601            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
7602 ____________________________________________________________________________
7603 [  6076] By: gsar                                  on 2000/05/06  17:36:29
7604         Log: integrate cfgperl contents into mainline
7605      Branch: perl
7606           +> t/lib/peek.t
7607           !> Configure MANIFEST Porting/Glossary Porting/config.sh
7608           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
7609           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
7610           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
7611 ____________________________________________________________________________
7612 [  6075] By: jhi                                   on 2000/05/05  18:56:10
7613         Log: Make the test more portable.
7614      Branch: cfgperl
7615            ! t/lib/peek.t
7616 ____________________________________________________________________________
7617 [  6074] By: jhi                                   on 2000/05/05  18:49:20
7618         Log: Introduce t/lib/peek.t.
7619      Branch: cfgperl
7620            + t/lib/peek.t
7621            ! MANIFEST
7622 ____________________________________________________________________________
7623 [  6073] By: jhi                                   on 2000/05/05  14:30:45
7624         Log: Complex tweaks.
7625      Branch: cfgperl
7626            ! lib/Math/Complex.pm t/lib/complex.t
7627 ____________________________________________________________________________
7628 [  6072] By: jhi                                   on 2000/05/05  12:27:13
7629         Log: Integrate with Sarathy.
7630      Branch: cfgperl
7631           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7632           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7633           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
7634           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
7635 ____________________________________________________________________________
7636 [  6071] By: gsar                                  on 2000/05/05  02:24:46
7637         Log: misformatted perllocal.pod (from Tim Jenness
7638              <t.jenness@jach.hawaii.edu>)
7639      Branch: perl
7640            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7641 ____________________________________________________________________________
7642 [  6070] By: gsar                                  on 2000/05/05  02:16:52
7643         Log: remove misleading comment (from M.J.T. Guy)
7644      Branch: perl
7645            ! t/lib/anydbm.t
7646 ____________________________________________________________________________
7647 [  6069] By: gsar                                  on 2000/05/05  02:15:13
7648         Log: File::Spec compatibility update (from Barrie Slaymaker
7649              <barries@slaysys.com>)
7650      Branch: perl
7651            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7652            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7653 ____________________________________________________________________________
7654 [  6068] By: gsar                                  on 2000/05/05  02:01:50
7655         Log: note about values()
7656      Branch: perl
7657            ! pod/perlfunc.pod
7658 ____________________________________________________________________________
7659 [  6067] By: gsar                                  on 2000/05/05  01:33:09
7660         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
7661      Branch: perl
7662            ! win32/win32.c
7663 ____________________________________________________________________________
7664 [  6066] By: gsar                                  on 2000/05/05  01:23:43
7665         Log: s/END/CHECK/
7666      Branch: perl
7667            ! perl.c
7668 ____________________________________________________________________________
7669 [  6065] By: jhi                                   on 2000/05/04  17:30:22
7670         Log: Integrate with Sarathy.
7671      Branch: cfgperl
7672           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
7673 ____________________________________________________________________________
7674 [  6064] By: gsar                                  on 2000/05/04  17:26:14
7675         Log: change#5905 wasn't quite right--it's intent only applies when arguments
7676              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
7677      Branch: perl
7678            ! pp_sys.c sv.c
7679 ____________________________________________________________________________
7680 [  6063] By: gsar                                  on 2000/05/04  16:52:29
7681         Log: tokeq() could read unallocated field in argument
7682      Branch: perl
7683            ! toke.c
7684 ____________________________________________________________________________
7685 [  6062] By: gsar                                  on 2000/05/04  16:34:51
7686         Log: additional tests for utf8.t
7687      Branch: perl
7688            ! t/pragma/utf8.t
7689 ____________________________________________________________________________
7690 [  6061] By: gsar                                  on 2000/05/04  16:09:28
7691         Log: change#5921 neglected to make eq honor "use bytes"
7692      Branch: perl
7693            ! sv.c
7694 ____________________________________________________________________________
7695 [  6060] By: jhi                                   on 2000/05/04  15:30:16
7696         Log: Integrate with Sarathy.
7697      Branch: cfgperl
7698           !> perl.c regcomp.c t/pragma/utf8.t
7699 ____________________________________________________________________________
7700 [  6059] By: jhi                                   on 2000/05/04  15:26:37
7701         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
7702              in natively 64-bit platforms where a long is a quad (no need
7703              for long longs).  Also added bias for IVs.
7704      Branch: cfgperl
7705            ! toke.c
7706 ____________________________________________________________________________
7707 [  6058] By: gsar                                  on 2000/05/04  00:19:14
7708         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
7709              (spotted by Donald Kinzer <dkinzer@premia.com>)
7710      Branch: perl
7711            ! perl.c
7712 ____________________________________________________________________________
7713 [  6057] By: gsar                                  on 2000/05/03  18:34:01
7714         Log: fix broken parsing of /\x{ab}/
7715      Branch: perl
7716            ! regcomp.c t/pragma/utf8.t
7717 ____________________________________________________________________________
7718 [  6056] By: jhi                                   on 2000/05/03  17:57:16
7719         Log: The search of infinity continues, this time simplified.
7720      Branch: cfgperl
7721            ! lib/Math/Complex.pm
7722 ____________________________________________________________________________
7723 [  6055] By: jhi                                   on 2000/05/03  17:45:30
7724         Log: Detypo.
7725      Branch: cfgperl
7726            ! hints/unicos.sh
7727 ____________________________________________________________________________
7728 [  6054] By: jhi                                   on 2000/05/02  22:28:27
7729         Log: Be more forgiving in POSIX about HUGE_VALL.
7730      Branch: cfgperl
7731            ! ext/POSIX/POSIX.xs
7732 ____________________________________________________________________________
7733 [  6053] By: jhi                                   on 2000/05/02  22:25:05
7734         Log: Integrate with Sarathy.
7735      Branch: cfgperl
7736           !> hints/irix_6.sh pod/perlop.pod
7737 ____________________________________________________________________________
7738 [  6052] By: jhi                                   on 2000/05/02  22:24:31
7739         Log: Unicos hint tweak.
7740      Branch: cfgperl
7741            ! hints/unicos.sh
7742 ____________________________________________________________________________
7743 [  6051] By: jhi                                   on 2000/05/02  22:21:26
7744         Log: Complex tweakery.
7745      Branch: cfgperl
7746            ! lib/Math/Complex.pm t/lib/complex.t
7747 ____________________________________________________________________________
7748 [  6050] By: jhi                                   on 2000/05/02  19:26:22
7749         Log: Use setxxent()/endxxent().
7750      Branch: cfgperl
7751            ! t/op/grent.t t/op/pwent.t
7752 ____________________________________________________________________________
7753 [  6049] By: jhi                                   on 2000/05/02  19:06:02
7754         Log: Test both the scalar and list contexts.
7755      Branch: cfgperl
7756            ! t/op/grent.t t/op/pwent.t
7757 ____________________________________________________________________________
7758 [  6048] By: gsar                                  on 2000/05/02  18:29:10
7759         Log: add note about how $( doesn't interpolate in REs (from
7760              Philip Newton <newton@ficus.frogspace.net>)
7761      Branch: perl
7762            ! pod/perlop.pod
7763 ____________________________________________________________________________
7764 [  6047] By: jhi                                   on 2000/05/02  17:41:24
7765         Log: Call getspnam() only iff needd.
7766      Branch: cfgperl
7767            ! pp_sys.c
7768 ____________________________________________________________________________
7769 [  6046] By: gsar                                  on 2000/05/02  17:07:25
7770         Log: libscheck has insufficient checks for n32 libs (from
7771              Albert Chin-A-Young <china@thewrittenword.com>)
7772      Branch: perl
7773            ! hints/irix_6.sh
7774 ____________________________________________________________________________
7775 [  6045] By: jhi                                   on 2000/05/02  13:57:17
7776         Log: Integrate with Sarathy.
7777      Branch: cfgperl
7778           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
7779           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
7780 ____________________________________________________________________________
7781 [  6044] By: gsar                                  on 2000/05/02  06:48:19
7782         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
7783              such that underscores are only ignored in literal numbers,
7784              "\x{...}", and hex/oct argument
7785      Branch: perl
7786            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
7787 ____________________________________________________________________________
7788 [  6043] By: gsar                                  on 2000/05/02  02:22:29
7789         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
7790      Branch: perl
7791            ! pod/perlretut.pod
7792 ____________________________________________________________________________
7793 [  6042] By: gsar                                  on 2000/05/02  02:17:51
7794         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
7795      Branch: perl
7796            ! pod/perltrap.pod
7797 ____________________________________________________________________________
7798 [  6041] By: gsar                                  on 2000/05/02  01:53:51
7799         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
7800              to compensate
7801      Branch: perl
7802            ! Porting/makerel
7803 ____________________________________________________________________________
7804 [  6040] By: gsar                                  on 2000/05/02  01:51:57
7805         Log: missing files in MANIFEST
7806      Branch: perl
7807            ! MANIFEST
7808 ____________________________________________________________________________
7809 [  6039] By: jhi                                   on 2000/05/02  00:36:46
7810         Log: Infinite problems.
7811      Branch: cfgperl
7812            ! lib/Math/Complex.pm
7813 ____________________________________________________________________________
7814 [  6038] By: jhi                                   on 2000/05/02  00:06:38
7815         Log: pwent/spent #ifdef imbalance.
7816      Branch: cfgperl
7817            ! pp_sys.c
7818 ____________________________________________________________________________
7819 [  6037] By: jhi                                   on 2000/05/01  22:50:11
7820         Log: Use HUGE_VALL if applicable.
7821      Branch: cfgperl
7822            ! ext/POSIX/POSIX.xs util.c
7823 ____________________________________________________________________________
7824 [  6036] By: jhi                                   on 2000/05/01  22:20:53
7825         Log: Correct Freudian slip.
7826      Branch: cfgperl
7827            ! pp_sys.c
7828 ____________________________________________________________________________
7829 [  6035] By: jhi                                   on 2000/05/01  21:07:38
7830         Log: Continue on the pwent/spent case.
7831      Branch: cfgperl
7832            ! pp_sys.c
7833 ____________________________________________________________________________
7834 [  6034] By: jhi                                   on 2000/05/01  17:45:14
7835         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
7836              adjustments in 6032 conflicted badly with this, will have
7837              to revisit them later.
7838      Branch: cfgperl
7839           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
7840           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
7841           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
7842           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
7843           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
7844           !> t/lib/cgi-html.t t/lib/cgi-request.t
7845 ____________________________________________________________________________
7846 [  6033] By: jhi                                   on 2000/05/01  17:40:49
7847         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
7848      Branch: cfgperl
7849            ! pp_sys.c
7850 ____________________________________________________________________________
7851 [  6032] By: gsar                                  on 2000/05/01  15:56:32
7852         Log: whitespace adjustments
7853      Branch: perl
7854            ! pp_sys.c
7855 ____________________________________________________________________________
7856 [  6031] By: gsar                                  on 2000/05/01  15:19:41
7857         Log: small nits in diagnostics.pm (from Robin Barker)
7858      Branch: perl
7859            ! lib/diagnostics.pm pod/perldiag.pod
7860 ____________________________________________________________________________
7861 [  6030] By: gsar                                  on 2000/05/01  08:39:18
7862         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
7863              for @- and @+ (from Johan Vromans)
7864      Branch: perl
7865            ! lib/English.pm pod/perlvar.pod
7866 ____________________________________________________________________________
7867 [  6029] By: gsar                                  on 2000/05/01  08:16:10
7868         Log: add CGI.pm v2.66 (from Lincoln Stein)
7869      Branch: perl
7870            + lib/CGI/Util.pm t/lib/cgi-pretty.t
7871            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
7872            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
7873            ! t/lib/cgi-html.t t/lib/cgi-request.t
7874 ____________________________________________________________________________
7875 [  6028] By: gsar                                  on 2000/05/01  06:34:41
7876         Log: Pod::Man generates groff-incompatible macro definition (from
7877              Tom Christiansen)
7878      Branch: perl
7879            ! lib/Pod/Man.pm
7880 ____________________________________________________________________________
7881 [  6027] By: gsar                                  on 2000/05/01  06:31:36
7882         Log: podlators-1.02 update (from Russ Allbery)
7883      Branch: perl
7884            ! lib/Pod/Man.pm lib/Pod/Text.pm
7885 ____________________________________________________________________________
7886 [  6026] By: jhi                                   on 2000/04/30  23:24:23
7887         Log: Integrate with Sarathy.
7888      Branch: cfgperl
7889           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
7890           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
7891           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7892           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
7893           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
7894           !> t/lib/syslog.t toke.c win32/win32.h
7895 ____________________________________________________________________________
7896 [  6025] By: gsar                                  on 2000/04/30  18:17:47
7897         Log: Is{Alnum,Alpha,Word} don't match titlecase
7898              
7899              TODO: IsSpace is defined recursively!
7900              
7901              (both spotted by Larry)
7902      Branch: perl
7903            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7904            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
7905 ____________________________________________________________________________
7906 [  6024] By: gsar                                  on 2000/04/30  17:50:19
7907         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
7908              (from Hugo van der Sanden)
7909      Branch: perl
7910            ! toke.c
7911 ____________________________________________________________________________
7912 [  6023] By: gsar                                  on 2000/04/30  17:14:43
7913         Log: debugger stomps on $. (from M.J.T. Guy)
7914      Branch: perl
7915            ! lib/perl5db.pl
7916 ____________________________________________________________________________
7917 [  6022] By: gsar                                  on 2000/04/30  16:59:22
7918         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
7919      Branch: perl
7920            ! sv.c
7921 ____________________________________________________________________________
7922 [  6021] By: gsar                                  on 2000/04/29  21:00:08
7923         Log: remove Win2K issue in pod (fixed by change#6020)
7924      Branch: perl
7925            ! README.win32 pod/perl56delta.pod
7926 ____________________________________________________________________________
7927 [  6020] By: gsar                                  on 2000/04/29  20:51:49
7928         Log: test tweak
7929      Branch: perl
7930            ! t/lib/open3.t
7931 ____________________________________________________________________________
7932 [  6019] By: gsar                                  on 2000/04/29  20:34:27
7933         Log: windows portability tweaks
7934      Branch: perl
7935            ! t/lib/b.t win32/win32.h
7936 ____________________________________________________________________________
7937 [  6018] By: gsar                                  on 2000/04/29  19:55:24
7938         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
7939              make _PATH_LOG() return "" if unavailable
7940      Branch: perl
7941            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
7942            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
7943 ____________________________________________________________________________
7944 [  6017] By: jhi                                   on 2000/04/28  22:49:46
7945         Log: Integrate with Sarathy.
7946      Branch: cfgperl
7947           !> op.c perl.c pod/perldiag.pod t/lib/b.t
7948 ____________________________________________________________________________
7949 [  6016] By: jhi                                   on 2000/04/28  22:46:14
7950         Log: Do not warn that an infinity does not look like a number.
7951      Branch: cfgperl
7952            ! sv.c
7953 ____________________________________________________________________________
7954 [  6015] By: gsar                                  on 2000/04/28  22:35:49
7955         Log: tweak test for portability
7956      Branch: perl
7957            ! t/lib/b.t
7958 ____________________________________________________________________________
7959 [  6014] By: gsar                                  on 2000/04/28  22:05:31
7960         Log: glob() loading File::Glob behind the scenes may cause syntax errors
7961      Branch: perl
7962            ! op.c
7963 ____________________________________________________________________________
7964 [  6013] By: gsar                                  on 2000/04/28  21:25:22
7965         Log: tweak change#5945 to display correct switch name in diagnostic
7966      Branch: perl
7967            ! perl.c pod/perldiag.pod
7968 ____________________________________________________________________________
7969 [  6012] By: jhi                                   on 2000/04/28  21:08:12
7970         Log: Integrate with Sarathy.
7971      Branch: cfgperl
7972           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
7973           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
7974           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
7975 ____________________________________________________________________________
7976 [  6011] By: jhi                                   on 2000/04/28  21:04:46
7977         Log: &HUGE_VAL is not defined, it exists.
7978      Branch: cfgperl
7979            ! lib/Math/Complex.pm
7980 ____________________________________________________________________________
7981 [  6010] By: gsar                                  on 2000/04/28  21:02:58
7982         Log: clarify note about shadow password support (from
7983              gellyfish@gellyfish.com)
7984      Branch: perl
7985            ! pod/perlfunc.pod
7986 ____________________________________________________________________________
7987 [  6009] By: gsar                                  on 2000/04/28  21:00:00
7988         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
7989      Branch: perl
7990            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
7991 ____________________________________________________________________________
7992 [  6008] By: gsar                                  on 2000/04/28  20:56:33
7993         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
7994      Branch: perl
7995            ! installperl vms/subconfigure.com
7996 ____________________________________________________________________________
7997 [  6007] By: gsar                                  on 2000/04/28  20:51:21
7998         Log: note about compile failures and END blocks (from M.J.T. Guy)
7999      Branch: perl
8000            ! pod/perl56delta.pod pod/perlmod.pod
8001 ____________________________________________________________________________
8002 [  6006] By: jhi                                   on 2000/04/28  20:42:14
8003         Log: Regen Configure.
8004      Branch: cfgperl
8005            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8006            ! config_h.SH
8007 ____________________________________________________________________________
8008 [  6005] By: gsar                                  on 2000/04/28  20:41:16
8009         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
8010      Branch: perl
8011            ! utils/perldoc.PL
8012 ____________________________________________________________________________
8013 [  6004] By: jhi                                   on 2000/04/28  20:28:21
8014         Log: Integrate with Sarathy.
8015      Branch: cfgperl
8016           !> Configure INSTALL Porting/Glossary Porting/config.sh
8017           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
8018           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
8019           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
8020           !> win32/config.vc win32/win32.c
8021 ____________________________________________________________________________
8022 [  6003] By: gsar                                  on 2000/04/28  20:11:20
8023         Log: allow REG_EXPAND_SZ keys in Windows registry (from
8024              John Clayton <John.Clayton@barclayscapital.com>)
8025      Branch: perl
8026            ! win32/win32.c
8027 ____________________________________________________________________________
8028 [  6002] By: gsar                                  on 2000/04/28  19:34:16
8029         Log: destructive sv_setsv() can lose UV-ness from source, causing
8030              numeric promotions/comparisons to fail to do the right thing
8031      Branch: perl
8032            ! sv.c
8033 ____________________________________________________________________________
8034 [  6001] By: gsar                                  on 2000/04/28  18:44:15
8035         Log: support additional library locations via $Config{otherlibdirs}
8036              (from Andy Dougherty)
8037      Branch: perl
8038            ! Configure INSTALL Porting/Glossary Porting/config.sh
8039            ! Porting/config_H config_h.SH epoc/config.sh perl.c
8040            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
8041            ! win32/config.bc win32/config.gc win32/config.vc
8042 ____________________________________________________________________________
8043 [  6000] By: gsar                                  on 2000/04/28  18:26:58
8044         Log: reworked otherlibdirs.U (from Andy Dougherty)
8045      Branch: metaconfig
8046            ! U/installdirs/otherlibdirs.U
8047 ____________________________________________________________________________
8048 [  5999] By: gsar                                  on 2000/04/28  18:17:07
8049         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
8050      Branch: perl
8051            ! t/pragma/warn/toke toke.c
8052 ____________________________________________________________________________
8053 [  5998] By: jhi                                   on 2000/04/28  13:32:17
8054         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
8055      Branch: cfgperl
8056            ! lib/Math/Complex.pm
8057 ____________________________________________________________________________
8058 [  5997] By: jhi                                   on 2000/04/28  13:14:04
8059         Log: Preserve $!.
8060      Branch: cfgperl
8061            ! lib/Math/Complex.pm
8062 ____________________________________________________________________________
8063 [  5996] By: jhi                                   on 2000/04/28  12:59:23
8064         Log: Integrate with Sarathy.
8065      Branch: cfgperl
8066           +> pod/perlrequick.pod pod/perlretut.pod
8067           !> (integrate 51 files)
8068 ____________________________________________________________________________
8069 [  5995] By: gsar                                  on 2000/04/28  09:37:36
8070         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
8071      Branch: perl
8072            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
8073 ____________________________________________________________________________
8074 [  5994] By: gsar                                  on 2000/04/28  09:33:26
8075         Log: fix for missed accounting for null byte in pack("Z",...) (from
8076              M.J.T. Guy)
8077      Branch: perl
8078            ! pp.c t/op/pack.t
8079 ____________________________________________________________________________
8080 [  5993] By: gsar                                  on 2000/04/28  09:30:05
8081         Log: various minor tweaks seen on p5p
8082      Branch: perl
8083            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
8084 ____________________________________________________________________________
8085 [  5992] By: gsar                                  on 2000/04/28  09:08:19
8086         Log: pod nit (from Simon Cozens)
8087      Branch: perl
8088            ! pod/perlop.pod
8089 ____________________________________________________________________________
8090 [  5991] By: gsar                                  on 2000/04/28  09:06:36
8091         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
8092      Branch: perl
8093            ! README.posix-bc hints/posix-bc.sh
8094 ____________________________________________________________________________
8095 [  5990] By: gsar                                  on 2000/04/28  08:54:52
8096         Log: use $ENV{LIB} to search for libs under Visual C compiler
8097              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
8098      Branch: perl
8099            ! lib/ExtUtils/Liblist.pm
8100 ____________________________________________________________________________
8101 [  5989] By: gsar                                  on 2000/04/28  08:27:12
8102         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
8103              itself and no other (from Tom Hughes)
8104      Branch: perl
8105            ! t/op/array.t toke.c
8106 ____________________________________________________________________________
8107 [  5988] By: gsar                                  on 2000/04/28  08:01:38
8108         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
8109              <paul@miraclefish.com>)
8110      Branch: perl
8111            ! lib/ExtUtils/MakeMaker.pm
8112 ____________________________________________________________________________
8113 [  5987] By: gsar                                  on 2000/04/28  07:53:09
8114         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
8115      Branch: perl
8116            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
8117 ____________________________________________________________________________
8118 [  5986] By: gsar                                  on 2000/04/28  07:44:17
8119         Log: add regular expressions tutorial and quick-start guide (from
8120              Mark Kvale <kvale@phy.ucsf.edu>)
8121      Branch: perl
8122            + pod/perlrequick.pod pod/perlretut.pod
8123            ! AUTHORS MAINTAIN MANIFEST
8124 ____________________________________________________________________________
8125 [  5985] By: gsar                                  on 2000/04/28  07:30:28
8126         Log: forked child may not exit correctly if it failed to open
8127              /dev/console (from Graham Barr)
8128      Branch: perl
8129            ! ext/Sys/Syslog/Syslog.pm
8130 ____________________________________________________________________________
8131 [  5984] By: gsar                                  on 2000/04/28  07:27:20
8132         Log: attributes::reftype() doesn't work on tied argument
8133      Branch: perl
8134            ! xsutils.c
8135 ____________________________________________________________________________
8136 [  5983] By: gsar                                  on 2000/04/28  07:15:04
8137         Log: numeric conversion of non-number in change#3378 tramples on
8138              OOK offset, causing segfaults
8139      Branch: perl
8140            ! sv.c
8141 ____________________________________________________________________________
8142 [  5982] By: gsar                                  on 2000/04/28  04:48:25
8143         Log: avoid error in IO::Socket::INET when given an unknown service name
8144              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
8145      Branch: perl
8146            ! ext/IO/lib/IO/Socket/INET.pm
8147 ____________________________________________________________________________
8148 [  5981] By: gsar                                  on 2000/04/28  04:31:31
8149         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
8150              prototype mismatch with CORE::glob(); update pod and tests to
8151              suit (File::Glob::glob() is still available for backward
8152              compatibility, but should be considered deprecated)
8153      Branch: perl
8154            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
8155            ! t/lib/glob-taint.t
8156 ____________________________________________________________________________
8157 [  5980] By: gsar                                  on 2000/04/28  03:47:29
8158         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
8159              <ghudson@mit.edu>)
8160      Branch: metaconfig
8161            ! U/modified/Options.U
8162      Branch: perl
8163            ! Configure
8164 ____________________________________________________________________________
8165 [  5979] By: gsar                                  on 2000/04/28  03:07:54
8166         Log: under useithreads, constant pad entries could inadvertantly be
8167              shared across threads (from Eric Blood <eblood@xmission.com>);
8168              added Eric's test case to testsuite
8169      Branch: perl
8170            ! op.c t/op/misc.t
8171 ____________________________________________________________________________
8172 [  5978] By: gsar                                  on 2000/04/27  21:13:00
8173         Log: sync version numbers in File::Spec with the ones on CPAN
8174              (from Barrie Slaymaker)
8175      Branch: perl
8176            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
8177            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
8178            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
8179 ____________________________________________________________________________
8180 [  5977] By: gsar                                  on 2000/04/27  21:07:29
8181         Log: autoquote barewords followed by newline and arrow properly
8182              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
8183      Branch: perl
8184            ! t/pragma/warn/toke toke.c
8185 ____________________________________________________________________________
8186 [  5976] By: gsar                                  on 2000/04/27  20:41:20
8187         Log: DB_File v1.73 update (from Paul Marquess)
8188      Branch: perl
8189            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8190            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
8191 ____________________________________________________________________________
8192 [  5975] By: gsar                                  on 2000/04/27  20:34:24
8193         Log: allow sort() reentrancy (variant of patch suggested by
8194              Hugo van der Sanden)
8195      Branch: perl
8196            ! pp_ctl.c t/op/sort.t
8197 ____________________________________________________________________________
8198 [  5974] By: gsar                                  on 2000/04/27  19:46:57
8199         Log: change#4197 somehow missed initializing PL_errors, meaning
8200              sytax error queueing wasn't working outside eval"" at all;
8201              also fixed eval"" to localize PL_error_count, so that compile-time
8202              eval's don't clobber the error state of the outer context
8203      Branch: perl
8204            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
8205            ! t/pragma/warn/toke
8206 ____________________________________________________________________________
8207 [  5973] By: gsar                                  on 2000/04/27  18:29:05
8208         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
8209      Branch: perl
8210            ! regcomp.c regexec.c t/op/re_tests
8211 ____________________________________________________________________________
8212 [  5972] By: jhi                                   on 2000/04/27  18:22:41
8213         Log: Integrate with Sarathy.
8214      Branch: cfgperl
8215           +> t/lib/b.t t/lib/syslog.t
8216           !> (integrate 31 files)
8217 ____________________________________________________________________________
8218 [  5971] By: jhi                                   on 2000/04/27  18:18:46
8219         Log: Unicos tweaks from Mark P. Lutz.
8220      Branch: cfgperl
8221            ! hints/unicos.sh lib/Math/Complex.pm
8222 ____________________________________________________________________________
8223 [  5970] By: gsar                                  on 2000/04/27  18:05:11
8224         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
8225              IV is >32bits
8226      Branch: perl
8227            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
8228 ____________________________________________________________________________
8229 [  5969] By: gsar                                  on 2000/04/27  17:50:56
8230         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
8231      Branch: perl
8232            + t/lib/syslog.t
8233            ! MANIFEST ext/Sys/Syslog/Syslog.pm
8234 ____________________________________________________________________________
8235 [  5968] By: gsar                                  on 2000/04/27  17:44:49
8236         Log: tolerate spaces in group names in test on solaris (from David Boyce
8237              <dsb@boyski.com>)
8238      Branch: perl
8239            ! t/op/groups.t
8240 ____________________________________________________________________________
8241 [  5967] By: gsar                                  on 2000/04/27  17:41:22
8242         Log: improved docs on the warn_uninit diagnostic (from David Glasser
8243              and Simon Cozens)
8244      Branch: perl
8245            ! pod/perldiag.pod
8246 ____________________________________________________________________________
8247 [  5966] By: gsar                                  on 2000/04/27  16:54:58
8248         Log: add testsuite for B backends, fix bug in B::Deparse (from
8249              Simon Cozens <simon@brecon.co.uk>)
8250      Branch: perl
8251            + t/lib/b.t
8252            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
8253 ____________________________________________________________________________
8254 [  5965] By: gsar                                  on 2000/04/27  16:10:37
8255         Log: avoid "will not stay shared" warnings for our variables (from
8256              Robin Barker)
8257      Branch: perl
8258            ! op.c t/pragma/warn/op
8259 ____________________________________________________________________________
8260 [  5964] By: gsar                                  on 2000/04/27  07:05:05
8261         Log: reformat to 72 columns (again)
8262      Branch: perl
8263            ! pod/perldiag.pod
8264 ____________________________________________________________________________
8265 [  5963] By: gsar                                  on 2000/04/27  06:28:31
8266         Log: patch from Larry to make (\&) prototype work; added tests for
8267              the same
8268      Branch: perl
8269            ! op.c t/comp/proto.t
8270 ____________________________________________________________________________
8271 [  5962] By: gsar                                  on 2000/04/27  06:15:47
8272         Log: updated README.hpux (from Jeff Okamoto)
8273      Branch: perl
8274            ! README.hpux
8275 ____________________________________________________________________________
8276 [  5961] By: gsar                                  on 2000/04/27  05:55:03
8277         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
8278      Branch: perl
8279            ! emacs/cperl-mode.el
8280 ____________________________________________________________________________
8281 [  5960] By: gsar                                  on 2000/04/27  05:49:26
8282         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
8283      Branch: perl
8284            ! INSTALL
8285 ____________________________________________________________________________
8286 [  5959] By: gsar                                  on 2000/04/27  05:33:41
8287         Log: doubled words in pods (from Simon Cozens
8288              <simon.p.cozens@jp.pwcglobal.com>)
8289      Branch: perl
8290            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
8291            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
8292            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
8293            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
8294            ! pod/perltootc.pod
8295 ____________________________________________________________________________
8296 [  5958] By: gsar                                  on 2000/04/27  05:11:39
8297         Log: change#3569 deleted some essential code, revert; avoid use of
8298              atexit() to make DynaLoader work properly on AIX under mod_perl
8299              (from Jens-Uwe Mager <jum@helios.de>)
8300      Branch: perl
8301            ! ext/DynaLoader/dl_aix.xs
8302 ____________________________________________________________________________
8303 [  5957] By: gsar                                  on 2000/04/27  04:54:51
8304         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
8305      Branch: perl
8306            ! pod/perlmod.pod
8307 ____________________________________________________________________________
8308 [  5956] By: gsar                                  on 2000/04/27  04:51:47
8309         Log: better diagnostics on failed tests (from Ilya Zakharevich)
8310      Branch: perl
8311            ! t/op/lex_assign.t
8312 ____________________________________________________________________________
8313 [  5955] By: gsar                                  on 2000/04/27  04:26:44
8314         Log: longstanding bug exposed by change#3307: sort arguments weren't
8315              compiled with the right wantarray context (ensuing runtime lookup
8316              via block_gimme() was getting the incidental context of the
8317              sort() itself)
8318      Branch: perl
8319            ! op.c t/op/sort.t
8320 ____________________________________________________________________________
8321 [  5954] By: gsar                                  on 2000/04/26  23:42:12
8322         Log: integrate cfgperl contents into mainline
8323      Branch: perl
8324           !> (integrate 30 files)
8325 ____________________________________________________________________________
8326 [  5953] By: jhi                                   on 2000/04/26  23:06:42
8327         Log: Integrate with Sarathy.
8328      Branch: cfgperl
8329           !> README.win32 ext/B/B/Deparse.pm
8330           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
8331           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
8332           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
8333           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
8334           !> utils/perldoc.PL vms/perlvms.pod
8335 ____________________________________________________________________________
8336 [  5952] By: jhi                                   on 2000/04/26  23:03:46
8337         Log: Undo "use integer" addition from 64bitint as it seems
8338              to break most of the subtests in Digital UNIX;
8339              Unicos needs to find another way.
8340      Branch: cfgperl
8341            ! t/op/64bitint.t
8342 ____________________________________________________________________________
8343 [  5951] By: jhi                                   on 2000/04/26  22:57:53
8344         Log: Be more robust on "extreme" (large absolute value)
8345              arguments.  Originally reported by Daniel Connelly
8346              as a problem with asinh() on large negative arguments,
8347              asinh() used to bail out because an argument to log()
8348              ended up being zero.  Ilya Zakharevich proposed using
8349              Taylor's series in such cases, which for such large
8350              arguments is a very good approximation.
8351      Branch: cfgperl
8352            ! lib/Math/Complex.pm t/lib/complex.t
8353 ____________________________________________________________________________
8354 [  5950] By: gsar                                  on 2000/04/25  19:13:12
8355         Log: reformat perldiag to avoid long lines
8356      Branch: perl
8357            ! pod/perldiag.pod
8358 ____________________________________________________________________________
8359 [  5949] By: gsar                                  on 2000/04/25  18:41:11
8360         Log: make perldoc use the pod2man from the same version (from
8361              M.J.T. Guy)
8362      Branch: perl
8363            ! utils/perldoc.PL
8364 ____________________________________________________________________________
8365 [  5948] By: gsar                                  on 2000/04/25  18:21:57
8366         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
8367              <kompas@kompas.usr.onet.pl>)
8368      Branch: perl
8369            ! lib/vars.pm
8370 ____________________________________________________________________________
8371 [  5947] By: gsar                                  on 2000/04/25  18:11:53
8372         Log: use &dl_error rather than &dl_load_file as the guard for calling
8373              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
8374              statically built perl)
8375      Branch: perl
8376            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
8377 ____________________________________________________________________________
8378 [  5946] By: jhi                                   on 2000/04/25  17:37:54
8379         Log: Document that tr() is not tr(1).
8380      Branch: cfgperl
8381            ! pod/perlop.pod
8382 ____________________________________________________________________________
8383 [  5945] By: gsar                                  on 2000/04/25  16:34:33
8384         Log: make module name mandatory after -M switch; reorder perldiag
8385              alphabetically (from Mark-Jason Dominus)
8386      Branch: perl
8387            ! perl.c pod/perldiag.pod
8388 ____________________________________________________________________________
8389 [  5944] By: jhi                                   on 2000/04/25  01:15:18
8390         Log: On second thoughts frexp() does have two arguments.
8391      Branch: cfgperl
8392            ! perl.h
8393 ____________________________________________________________________________
8394 [  5943] By: jhi                                   on 2000/04/24  22:56:32
8395         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
8396              Now pp_ncmp() returns undef is either operand is a NaN.
8397      Branch: cfgperl
8398            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8399            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
8400            ! vms/subconfigure.com vos/config.def vos/config.h
8401            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
8402            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8403            ! win32/config_H.vc
8404      Branch: metaconfig/U/perl
8405            + d_modfl.U
8406 ____________________________________________________________________________
8407 [  5942] By: jhi                                   on 2000/04/24  19:45:17
8408         Log: Regen Configure to match #5937.
8409      Branch: cfgperl
8410            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8411            ! config_h.SH
8412      Branch: metaconfig
8413            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
8414 ____________________________________________________________________________
8415 [  5941] By: jhi                                   on 2000/04/24  19:24:11
8416         Log: Further Unicos fixes for Mark Lutz.
8417      Branch: cfgperl
8418            ! hints/unicos.sh pp_ctl.c
8419 ____________________________________________________________________________
8420 [  5940] By: jhi                                   on 2000/04/24  19:09:06
8421         Log: Various Unicos 10.0.0.6 fixes.
8422              
8423              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
8424              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
8425              Reply-To: tecmpl1@triton.ca.boeing.com 
8426              To: perl5-porters@perl.org 
8427              Date: Fri, 14 Apr 2000 20:21:00 GMT 
8428              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
8429      Branch: cfgperl
8430            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
8431 ____________________________________________________________________________
8432 [  5939] By: gsar                                  on 2000/04/24  19:01:24
8433         Log: more pod nits (from Larry Virden)
8434      Branch: perl
8435            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
8436            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
8437            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
8438 ____________________________________________________________________________
8439 [  5938] By: gsar                                  on 2000/04/24  18:54:01
8440         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
8441      Branch: perl
8442            ! ext/B/B/Deparse.pm
8443 ____________________________________________________________________________
8444 [  5937] By: jhi                                   on 2000/04/24  17:39:00
8445         Log: Integrate with Sarathy.
8446      Branch: cfgperl
8447           +> (branch 31 files)
8448           !> (integrate 73 files)
8449 ____________________________________________________________________________
8450 [  5936] By: gsar                                  on 2000/04/24  17:30:06
8451         Log: additional tests for change#5934 (from Paul Marquess, who also
8452              sent in the same fix)
8453      Branch: perl
8454            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
8455            ! t/pragma/warn/5nolint t/pragma/warn/6default
8456 ____________________________________________________________________________
8457 [  5935] By: jhi                                   on 2000/04/24  17:26:05
8458         Log: Do not assume sign propagation.
8459              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
8460              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
8461              To: payner@ncifcrf.gov, perl5-porters@perl.org 
8462              Date: Tue, 18 Apr 2000 18:24:49 +0100 
8463              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
8464      Branch: cfgperl
8465            ! t/op/bop.t t/op/misc.t
8466 ____________________________________________________________________________
8467 [  5934] By: gsar                                  on 2000/04/24  17:16:54
8468         Log: propagate lexical warnings from surrounding scope correctly
8469              within string eval()
8470      Branch: perl
8471            ! pp_ctl.c t/pragma/warn/pp_ctl
8472 ____________________________________________________________________________
8473 [  5933] By: jhi                                   on 2000/04/24  17:01:07
8474         Log: Flatten the cpp jungle doing the nosuid checking.
8475      Branch: cfgperl
8476            ! perl.c
8477 ____________________________________________________________________________
8478 [  5932] By: gsar                                  on 2000/04/24  09:08:14
8479         Log: add rsignal(), whichsig() and do_join() to public API list
8480              (mod_perl uses them to good advantage)
8481      Branch: perl
8482            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
8483 ____________________________________________________________________________
8484 [  5931] By: gsar                                  on 2000/04/24  09:01:40
8485         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
8486      Branch: perl
8487            ! pp_hot.c regexec.c t/op/pat.t
8488 ____________________________________________________________________________
8489 [  5930] By: gsar                                  on 2000/04/24  08:58:33
8490         Log: small os390 tweaks (from Peter Prymmer)
8491      Branch: perl
8492            ! config_h.SH makedepend.SH
8493 ____________________________________________________________________________
8494 [  5929] By: gsar                                  on 2000/04/24  08:55:25
8495         Log: pod nits
8496      Branch: perl
8497            ! pod/perlguts.pod
8498 ____________________________________________________________________________
8499 [  5928] By: gsar                                  on 2000/04/24  08:50:13
8500         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
8501      Branch: perl
8502            ! ext/IO/lib/IO/Poll.pm
8503 ____________________________________________________________________________
8504 [  5927] By: gsar                                  on 2000/04/24  08:43:24
8505         Log: arrange for next() to resume at the unstack op rather than the
8506              loop conditional, so that scope cleanup happens correctly
8507              (from Stephen McCamant)
8508      Branch: perl
8509            ! op.c pp_ctl.c t/op/misc.t
8510 ____________________________________________________________________________
8511 [  5926] By: gsar                                  on 2000/04/24  08:18:40
8512         Log: on windows, reserve 16M of stack rather than 128M (allows more
8513              threads to run concurrently)
8514      Branch: perl
8515            ! win32/Makefile win32/makefile.mk
8516 ____________________________________________________________________________
8517 [  5925] By: gsar                                  on 2000/04/24  08:13:52
8518         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
8519      Branch: perl
8520            ! toke.c
8521 ____________________________________________________________________________
8522 [  5924] By: gsar                                  on 2000/04/24  08:08:59
8523         Log: avoid using uninitialized memory in require version check
8524      Branch: perl
8525            ! pp_ctl.c universal.c
8526 ____________________________________________________________________________
8527 [  5923] By: gsar                                  on 2000/04/24  07:20:14
8528         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
8529      Branch: perl
8530            ! ext/IO/lib/IO/Poll.pm
8531 ____________________________________________________________________________
8532 [  5922] By: gsar                                  on 2000/04/24  07:08:42
8533         Log: commentary about IoTYPE() (from Nathan Torkington)
8534      Branch: perl
8535            ! sv.h
8536 ____________________________________________________________________________
8537 [  5921] By: gsar                                  on 2000/04/24  06:58:26
8538         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
8539              by fix
8540      Branch: perl
8541            ! sv.c t/lib/charnames.t t/pragma/utf8.t
8542 ____________________________________________________________________________
8543 [  5920] By: gsar                                  on 2000/04/24  06:37:59
8544         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
8545      Branch: perl
8546            ! doop.c t/op/ver.t
8547 ____________________________________________________________________________
8548 [  5919] By: gsar                                  on 2000/04/24  06:21:58
8549         Log: Configure might miss old directories when prefix must be
8550              expanded (from Robin Barker)
8551      Branch: metaconfig
8552            ! U/installdirs/inc_version_list.U
8553      Branch: perl
8554            ! Configure
8555 ____________________________________________________________________________
8556 [  5918] By: gsar                                  on 2000/04/24  06:16:11
8557         Log: VMS nits in glob() test (from Charles Lane)
8558      Branch: perl
8559            ! t/lib/glob-basic.t
8560 ____________________________________________________________________________
8561 [  5917] By: gsar                                  on 2000/04/24  06:11:56
8562         Log: various pod nits (from Larry Virden and others)
8563      Branch: perl
8564            ! README.amiga README.hpux README.machten README.os2
8565            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
8566            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
8567            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
8568            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
8569            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
8570            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
8571            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
8572            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
8573 ____________________________________________________________________________
8574 [  5916] By: gsar                                  on 2000/04/24  05:52:43
8575         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
8576              <wjones@tc.fluke.com>)
8577      Branch: perl
8578            ! t/lib/glob-basic.t
8579 ____________________________________________________________________________
8580 [  5915] By: gsar                                  on 2000/04/24  05:07:01
8581         Log: supported platforms mixed up
8582      Branch: perl
8583            ! pod/perl56delta.pod pod/perlport.pod
8584 ____________________________________________________________________________
8585 [  5914] By: gsar                                  on 2000/04/24  04:56:08
8586         Log: caller() wasn't returning the right number of elements for
8587              eval {...}
8588      Branch: perl
8589            ! pp_ctl.c t/pragma/warn/9enabled
8590 ____________________________________________________________________________
8591 [  5913] By: gsar                                  on 2000/04/24  04:35:41
8592         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
8593              Mark-Jason Dominus)
8594      Branch: perl
8595            ! pod/perlfunc.pod
8596 ____________________________________________________________________________
8597 [  5912] By: gsar                                  on 2000/04/24  04:17:15
8598         Log: fix totally broken caching in UNIVERSAL::isa() (from
8599              Nick Ing-Simmons)
8600      Branch: perl
8601            ! t/op/universal.t universal.c
8602 ____________________________________________________________________________
8603 [  5911] By: gsar                                  on 2000/04/24  03:39:47
8604         Log: add linebreak properties from unicode/LineBrk.txt (from
8605              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
8606      Branch: perl
8607            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
8608            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
8609            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
8610            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
8611            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
8612            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
8613            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
8614            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
8615            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
8616            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
8617            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
8618            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
8619            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
8620            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
8621            + lib/unicode/Is/LbrkZW.pl
8622            ! lib/unicode/mktables.PL
8623 ____________________________________________________________________________
8624 [  5910] By: gsar                                  on 2000/04/24  03:23:10
8625         Log: typo in pod
8626      Branch: perl
8627            ! ext/Thread/Thread.pm
8628 ____________________________________________________________________________
8629 [  5909] By: gsar                                  on 2000/04/24  03:22:03
8630         Log: mode argument to do_binmode() should be file mode, not boolean
8631      Branch: perl
8632            ! pp_sys.c
8633 ____________________________________________________________________________
8634 [  5908] By: gsar                                  on 2000/04/16  16:51:08
8635         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
8636              always returns a valid GV even when the symbol is trapped by strictures
8637              (avoids coredumps)
8638              
8639              TODO: the C<package;> hack needs similar treatment
8640      Branch: perl
8641            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
8642            ! t/pragma/strict-vars
8643 ____________________________________________________________________________
8644 [  5907] By: jhi                                   on 2000/03/31  23:42:56
8645         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
8646              an assumption which #5905 demolished.
8647      Branch: cfgperl
8648            ! pp_sys.c
8649 ____________________________________________________________________________
8650 [  5906] By: jhi                                   on 2000/03/31  18:54:37
8651         Log: Typo in #5905.
8652      Branch: cfgperl
8653            ! t/op/64bitint.t
8654 ____________________________________________________________________________
8655 [  5905] By: jhi                                   on 2000/03/31  18:50:54
8656         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
8657              reported by Joseph N. Hall.  The bug was that even with use64bitint
8658              one had to use the prefixes q, L, or ll with printf/sprintf,
8659              contrary to the documentation and common sense.
8660      Branch: cfgperl
8661            ! sv.c t/op/64bitint.t
8662 ____________________________________________________________________________
8663 [  5904] By: gsar                                  on 2000/03/28  02:31:32
8664         Log: add Changes, perldelta.pod
8665      Branch: perl
8666            + Changes pod/perldelta.pod
8667 ____________________________________________________________________________
8668 [  5903] By: gsar                                  on 2000/03/28  02:03:55
8669         Log: rename Changes and perldelta.pod
8670      Branch: perl
8671           +> Changes5.6 pod/perl56delta.pod
8672            - Changes pod/perldelta.pod
8673            ! MANIFEST
8674 ____________________________________________________________________________
8675 [  5902] By: gsar                                  on 2000/03/28  01:59:14
8676         Log: create maint-5.6 branch
8677      Branch: maint-5.6/perl
8678           +> (branch 1611 files)
8679 ____________________________________________________________________________
8680 [  5901] By: jhi                                   on 2000/03/23  05:48:43
8681         Log: Integrate with Sarathy.
8682      Branch: cfgperl
8683           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
8684 ____________________________________________________________________________
8685 [  5900] By: gsar                                  on 2000/03/23  05:42:43
8686         Log: three guesses on what this is :-)
8687      Branch: perl
8688            ! Changes