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