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