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